@charset "UTF-8";
/* 登录 */
/* line 5, ../../sass/pop/pclogin.scss */
.pc-login-modal, .pc-login-modal-mask {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
  height: 100%;
  width: 100%;
  display: none;
}

/* line 16, ../../sass/pop/pclogin.scss */
.pc-login-modal-mask {
  background: rgba(0, 0, 0, 0.65);
  display: block;
}

/* line 20, ../../sass/pop/pclogin.scss */
.pc-login-modal-content {
  max-width: 410px;
  width: 85vw;
  padding: 32px 0;
  position: relative;
  background-color: #fff;
  border: 0;
  border-radius: 8px;
  background-clip: padding-box;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 1001;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 36, ../../sass/pop/pclogin.scss */
.pc-login-modal-scan-scan {
  height: 36px;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-content: center;
  -webkit-align-items: center;
}
/* line 44, ../../sass/pop/pclogin.scss */
.pc-login-modal-scan-scan .ic_wechat_txt {
  font-size: 20px;
  font-weight: 500;
  color: #52C41A;
}
/* line 49, ../../sass/pop/pclogin.scss */
.pc-login-modal-scan-scan .ic_wechat_img {
  width: 36px;
  height: 36px;
}

/* line 55, ../../sass/pop/pclogin.scss */
.pc-login-modal-body {
  margin-top: 16px;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
}
/* line 63, ../../sass/pop/pclogin.scss */
.pc-login-modal-body .login-qr-wrapper {
  width: 200px;
  height: 200px;
  position: relative;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
/* line 73, ../../sass/pop/pclogin.scss */
.pc-login-modal-body .login-qr-wrapper .pc-login-modal-qr {
  width: 194px;
  height: 194px;
}
/* line 77, ../../sass/pop/pclogin.scss */
.pc-login-modal-body .login-qr-wrapper .login-expire {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 200px;
  height: 200px;
  background: rgba(255, 255, 255, 0.95);
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
}
/* line 94, ../../sass/pop/pclogin.scss */
.pc-login-modal-body .login-qr-wrapper .login-expire .login-expire-text {
  color: #595959;
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
}
/* line 100, ../../sass/pop/pclogin.scss */
.pc-login-modal-body .login-qr-wrapper .login-expire .login-expire-img {
  margin-top: 7px;
  width: 41px;
  height: 41px;
  cursor: pointer;
}
/* line 107, ../../sass/pop/pclogin.scss */
.pc-login-modal-body .login-qr-wrapper .hidden {
  display: none;
}
/* line 111, ../../sass/pop/pclogin.scss */
.pc-login-modal-body .login-qr-wrapper-border {
  border: 1px solid #E8E8E8;
}
/* line 114, ../../sass/pop/pclogin.scss */
.pc-login-modal-body .pc-login-tips {
  margin-top: 16px;
  text-align: center;
}
/* line 117, ../../sass/pop/pclogin.scss */
.pc-login-modal-body .pc-login-tips .login-tips-text {
  font-size: 16px;
  color: #1F1F1F;
  height: 22px;
  line-height: 22px;
  font-weight: 500;
}
/* line 124, ../../sass/pop/pclogin.scss */
.pc-login-modal-body .pc-login-tips .login-tips-text2 {
  margin-top: 16px;
  font-size: 16px;
  color: #595959;
  height: 22px;
  line-height: 22px;
}
