@charset "UTF-8";
/**** 弹出框 ******/
.public-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.public-popup-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
  border-radius: 8px;
}

.closeable-popup, .closeable-popup2 {
  position: relative;
}
.closeable-popup .close-icon, .closeable-popup .close-icon2, .closeable-popup2 .close-icon, .closeable-popup2 .close-icon2 {
  position: absolute;
  right: -60px;
  top: -25px;
  cursor: pointer;
}

/****** 注册、登录弹窗 ******/
.login-register-popup-box {
  display: flex;
  width: 846px;
  height: auto;
}
.login-register-popup-box .left-side {
  width: 376px;
  padding: 35px 30px 50px;
  background: #FCFCFC;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.login-register-popup-box .left-side .pic1 {
  width: 79px;
  height: auto;
}
.login-register-popup-box .left-side .pic2 {
  width: 246px;
  height: auto;
  margin: 100px auto 50px;
}
.login-register-popup-box .left-side .text {
  text-align: center;
}
.login-register-popup-box .left-side .text h6 {
  margin-top: 5px;
  font-size: 20px;
}
.login-register-popup-box .qrCode-box {
  text-align: center;
  margin-top: 40px;
}
.login-register-popup-box .qrCode-box h5 {
  font-size: 24px;
  font-weight: 600;
}
.login-register-popup-box .qrCode-box .qrCode {
  width: 296px;
  height: 296px;
  margin: 30px auto;
  border: 1px solid #ECECEC;
  border-radius: 4px;
}
.login-register-popup-box .qrCode-box .qrCode .pic {
  width: 290px;
  height: 286px;
  margin: 5px auto;
}
.login-register-popup-box .qrCode-box p {
  font-size: 14px;
}
.login-register-popup-box .login-form {
  width: 382px;
  margin: 0 auto;
}
.login-register-popup-box .login-form .form-change {
  display: flex;
  justify-content: end;
  margin-bottom: 30px;
}
.login-register-popup-box .login-form .form-change a {
  color: #0E357F;
}
.login-register-popup-box .login-form .form-change a:hover {
  color: #FF8400;
}
.login-register-popup-box .login-form .register-now {
  text-align: center;
  margin-top: 30px;
}
.login-register-popup-box .login-form .register-now a {
  color: #0E357F;
}
.login-register-popup-box .login-form .register-now a:hover {
  color: #FF8400;
}
.login-register-popup-box .right-qrCode {
  flex: 1;
  padding: 30px 0 0 30px;
  background: #FFFFFF;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.login-register-popup-box .right-qrCode .goback a:hover {
  color: #FF8400;
}
.login-register-popup-box .right-qrCode .goback a i {
  margin-right: 10px;
}
.login-register-popup-box .right-side {
  flex: 1;
  background: #FFFFFF;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.login-register-popup-box .right-side .login-icon {
  text-align: right;
}
.login-register-popup-box .right-side .login-icon span {
  display: inline-block;
  cursor: pointer;
}
.login-register-popup-box .right-side .login-icon span::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.login-register-popup-box .right-side .login-icon span::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 60px;
}
.login-register-popup-box .right-side .login-icon--weChat span::before {
  width: 21px;
  height: 21px;
  background: url(/v2/assets/images/login/weChat.png) no-repeat;
}
.login-register-popup-box .right-side .login-icon--weChat span::after {
  background: url(/v2/assets/images/login/qrcode.png) no-repeat;
}
.login-register-popup-box .right-side .login-icon--account {
  display: none;
}
.login-register-popup-box .right-side .login-icon--account span::before {
  width: 12px;
  height: 14px;
  background: url(/v2/assets/images/login/account.png) no-repeat;
}
.login-register-popup-box .right-side .login-icon--account span::after {
  background: url(/v2/assets/images/login/computer.png) no-repeat;
}
.login-register-popup-box .right-side .login-way h5 {
  margin: 20px 0 40px;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}
.login-register-popup-box .right-side .login-way .login-password {
  display: none;
}
.login-register-popup-box .right-side .login-way--weChat {
  display: none;
}
.login-register-popup-box .right-side .bind-form {
  margin: 30px 44px 0;
  text-align: center;
}
.login-register-popup-box .right-side .bind-form h4 {
  font-size: 30px;
  font-weight: 600;
}
.login-register-popup-box .right-side .bind-form h6 {
  margin: 10px 0 25px;
  color: #666666;
}

/****** 扫码登录弹窗 ******/
.scan-login {
  width: 467px;
  height: auto;
}
.scan-login .account-login {
  display: flex;
  justify-content: end;
}
.scan-login .account-login span {
  display: inline-block;
  cursor: pointer;
}
.scan-login .account-login span::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 12px;
  height: 14px;
  background: url(/v2/assets/images/login/account.png) no-repeat;
}
.scan-login .account-login span::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 60px;
  background: url(/v2/assets/images/login/computer.png) no-repeat;
}
.scan-login__box {
  margin: 30px 0 50px;
  text-align: center;
}
.scan-login__box .title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.scan-login__box .title h5 {
  font-size: 22px;
}
.scan-login__box .title .pic {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.scan-login__box .qrCode {
  width: 296px;
  height: 296px;
  margin: 15px auto 20px;
  border: 1px solid #ECECEC;
  border-radius: 4px;
}
.scan-login__box .qrCode > .pic {
  width: 290px;
  height: 286px;
  margin: 5px auto;
}
.scan-login__box > p {
  font-size: 14px;
}