/* 登录页二维码样式 */

body {
  margin: 0px;
}

.impowerBox {
  display: block;
  margin: 0 auto;
  width: 180px;
  height: 180px;
}

.impowerBox .title {
  display: none;
}

.impowerBox .qrcode {
  position: relative;
  width: 180px;
  height: 180px;
  border: none;
  margin-top: 0px;
}

/* .impowerBox .qrcode::before {
  position: absolute;
  content: "";
  background-image: url('http://az.img.nutsbp.nutsb.com/007/image/nuts_bp_pc/web4.0/image/code_wechat.png');
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
} */
.impowerBox .wrp_code::before {
    position: absolute;
    content: "";
    background-image: url(http://az.img.nutsbp.nutsb.com/007/image/nuts_bp_pc/web4.0/image/code_wechat.png);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    z-index: 10;
}



.impowerBox .info .status_browser,
.impowerBox .info .status_fail,
.impowerBox .info .status_succ {
  display: none!important;
  transform: scale(0.8);
  margin-left: -21px;
  padding: 7px 0px;
}

