html {
  height: 100%;
}
body {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background: #2D2E30;
  /* background: linear-gradient(180deg, #101e3b 0%, #16263a 100%), linear-gradient(180deg, #110d0d 0%, #1b1009 100%); */
}
input::-webkit-credentials-auto-fill-button {
  display: none !important;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff !important;  /* 文字颜色 */
  -webkit-box-shadow: 0 0 0px 1000px transparent  inset !important;
  background-color: transparent !important;  /* 背景色设置为透明 */
  transition: background-color 50000s ease-in-out 0s !important;  /* 过渡效果设置为0s，立即改变颜色 */
}
body .main {
  width: 100%;
  padding-top: 0.5rem;
}
.register{
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left: 0;
  background: #2D2E30;
  display: none;
}
.register .back, 
.back-btn {
  font-size: .14rem;
  color: #bdbebe;
  position: absolute;
  top:0.16rem;
  left: 0.16rem;
  z-index: 9;
  cursor: pointer;
  padding-left: 0.16rem;
  height: 0.21rem;
  line-height: 0.21rem;
  background: url(../img/icon07.png) left center no-repeat;
  background-size: 0.12rem 0.12rem;
}
.register .back:hover,
.back-btn:hover  {
  color: #6d60ff;
  background: url(../img/icon08.png) left center no-repeat;
  background-size: 0.12rem 0.12rem;
}
.change_pswd{
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left: 0;
  background: #2D2E30;
  display: none;
}
.change_pswd .back{
  font-size: .14rem;
  color: #bdbebe;
  position: absolute;
  top:0.16rem;
  left: 0.16rem;
  z-index: 9;
  cursor: pointer;
  padding-left: 0.16rem;
  height: 0.21rem;
  line-height: 0.21rem;
  background: url(../img/icon07.png) left center no-repeat;
  background-size: 0.12rem 0.12rem;
}
.change_pswd .back:hover{
  color: #6d60ff;
  background: url(../img/icon08.png) left center no-repeat;
  background-size: 0.12rem 0.12rem;
}
body .main .form-logo {
  margin: 0 auto;
  width: 0.7rem;
  height: 0.7rem;
  background: url(../img/logo_70_70.png) center no-repeat;
  background-size: 100% 100%;
}
.nav{
  width: 3.15rem;
  margin: 0.35rem auto 0;
  display: flex;
  border-radius: 2px;
  overflow: hidden;
}
.nav_l{
  width: 50%;
  line-height: 36px;
  background: #262628;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}
.nav_l:hover{
  color: #6D60FF;
}
.on{
  width: 50%;
  line-height: 36px;
  background: #62D;
}
.on:hover{
  color: #ffffff;
}
body .main .form-logo-auto {
  margin: 0 auto 18px;
  width: 108px;
  height: 108px;
  background: url(../img/logo.png) center no-repeat;
  background-size: 100% 100%;
}
body .main .form-section .form-title {
  color: #fff;
  font-weight: 500;
  font-size: 0.14rem;
  text-align: center;
  line-height: 0.21rem;
  margin-top: 0.3rem;
  /* border-bottom: 1px solid #38393B; */
  /* font-family: "AlimamaShuHeiTi-Bold"; */
}
body .main .form-section .form-wrap {
  margin-top: 0.3rem;
}
.form-box-one{
  display: none;
}
/* .form-box-two{
  display: none;
} */
body .main .form-section .form-wrap .form-field {
  margin: 0 auto;
  width: 3.15rem;
  height: 0.36rem;
  border-radius: 0.02rem;
  border: 0.01rem solid transparent;
  box-sizing: border-box;
  background: #262628;
  line-height: 0.36rem;
  font-size: 0;
  position: relative;
}
body .main .form-section .form-wrap .form-field.focus {
  border-color: #6D60FF;
}
body .main .form-section .form-wrap .form-field.error {
  border-color: #ff4b24;
}
body .main .form-section .form-wrap .form-field .input-icon {
  vertical-align: middle;
  display: inline-block;
  width: 0.16rem;
  height: 0.16rem;
  margin: 0 0.08rem 0 0.12rem;
}
body .main .form-section .form-wrap .form-field .icon {
  width: 0.12rem;
  height: 0.12rem;
  position: absolute;
  left: 0.12rem;
  top: 52%;
  transform: translateY(-50%);
}
body .main .form-section .form-wrap .form-field.phone .icon,
body .main .form-section .form-wrap .form-field.mobile .icon,
body .main .form-section .form-wrap .form-field.account .icon {
  background: url(../img/phone-icon3.png) center no-repeat;
  background-size: 100%;
}
body .main .form-section .form-wrap .form-field.code .icon,
body .main .form-section .form-wrap .form-field.veri-code .icon {
  background: url(../img/code-icon3.png) center no-repeat;
  background-size: 100%;
}
body .main .form-section .form-wrap .form-field.paswd .icon {
  background: url(../img/pwd-icon.png) center no-repeat;
  background-size: 100%;
}
body .main .form-section .form-wrap .form-field input {
  border: none;
  outline: none;
  /* vertical-align: middle; */
  background: #262628;
  color: #fff;
  width: 100%;
  height: 100%;
  font-size: 0.12rem;
  padding-left: 0.28rem;
  float: left;
  /* margin-top: -0.02rem; */
}
body .main .form-section .form-wrap .form-field input::placeholder {
  color: #6c6c6c;
  font-weight: 300;
}
body .main .form-section .form-wrap .form-field .error-text {
  position: absolute;
  top: 0.38rem;
  left: 0;
  color: #ff4b24;
  font-weight: 300;
  font-size: 0.12rem;
  line-height: 0.12rem;
  display: none;
}
body .main .form-section .form-wrap .form-field.code .input-icon {
  margin-top: -0.01rem;
}
/* body .main .form-section .form-wrap .form-field.code input {
  margin-top: -0.03rem;
} */
body .main .form-section .form-wrap .operate-btn {
  cursor: pointer;
  margin: 0.46rem auto 0;
  width: 3.15rem;
  height: 0.4rem;
  border-radius: 0.02rem;
  box-sizing: border-box;
  /* background: linear-gradient(180deg, #25eaff 0%, #0063cd 98.36%); */
  color: #fff;
  font-weight: 700;
  font-size: 0.12rem;
  line-height: 0.4rem;
  text-align: center;
}
body .main .form-section .form-wrap .operate-btn.change-pswd-btn,
body .main .form-section .form-wrap .operate-btn.sign-register-btn,
body .main .form-section .form-wrap .operate-btn.login-register-btn,
body .main .form-section .form-wrap .operate-btn.register-btn,
body .main .form-section .form-wrap .operate-btn.account-login,
body .main .form-section .form-wrap .operate-btn.bind-phone-btn {
  margin-top: 0.33rem;
  border-radius: 2px;
  background: #62D;
  /* background: url(../img/login-normal-btn.png) center no-repeat; */
  /* background-size: 100% 100%; */
}
body .main .form-section .form-wrap .operate-btn.account-login{
  margin-top: 0.41rem;
}
body .main .form-section .form-wrap .operate-btn.sign-register-btn{
  margin-top: 0.7rem;
}
body .main .form-section .form-wrap .operate-btn.change-pswd-btn:hover,
body .main .form-section .form-wrap .operate-btn.sign-register-btn:hover,
body .main .form-section .form-wrap .operate-btn.login-register-btn:hover,
body .main .form-section .form-wrap .operate-btn.register-btn:hover,
body .main .form-section .form-wrap .operate-btn.account-login:hover,
body .main .form-section .form-wrap .operate-btn.bind-phone-btn:hover {
  background: #7538E0;
}
body .main .form-section .form-wrap .operate-btn.visitor-login-btn {
  margin-top: 0.12rem;
  /* background: url(../img/visitor-normal-btn.png) center no-repeat; */
  color: rgb(109, 96, 255);
  border-radius: 2px;
  background: #262829;
  /* background-size: 100% 100%; */
}
body .main .form-section .form-wrap .operate-btn.visitor-login-btn:hover {
  /* color: #53bbfe; */
  background: #3B3D3E;
}
body .main .form-section .form-wrap .loading-waiting {
  background: #231e1b;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .main .form-section .form-wrap .loading-waiting span {
  vertical-align: middle;
  color: #fff;
  font-size: 0.12rem;
}
body .main .form-section .form-wrap .loading-waiting .loading {
  width: 0.2rem;
  height: 0.2rem;
  display: inline-block;
  background: url(../img/loading.png) center no-repeat;
  animation: rotation 3s linear infinite;
  margin-right: 0.08rem;
}
body .main .form-section .form-wrap .loading-waiting:hover {
  background: #231e1b;
  cursor: not-allowed;
}
body .main .form-sms-section .form-sms-wrap .account,
body .main .form-sms-section .form-sms-wrap .phone,
body .main .form-sms-section .form-sms-wrap .code,
body .main .form-sms-section .form-sms-wrap .paswd {
  margin-bottom: 0.24rem;
}
body .main .form-section .form-wrap .form-field.mobile,
body .main .form-section .form-wrap .form-field.veri-code {
  margin-bottom: 0.24rem;
}
body .main .form-section .form-wrap .form-field.veri-code input {
  width: 2.28rem;
}
body .main .form-sms-section .form-sms-wrap .paswd input{
  width: 88%;
}
body .main .form-sms-section .form-sms-wrap .paswd .showPassword{
  display: block;
  width: 0.12rem;
  height: 0.12rem;
  background: url(../img/icon09.png) center no-repeat;
  background-size: contain;
  position: absolute;
  top:0.12rem;
  right: 0.12rem;
  z-index: 9;
  cursor: pointer;
}
body .main .form-sms-section .form-sms-wrap .paswd .showPassword:hover{
  background: url(../img/icon10.png) center no-repeat;
  background-size: contain;
}
body .main .form-sms-section .form-sms-wrap .paswd .showPassword.open{
  background: url(../img/icon11.png) center no-repeat;
  background-size: contain;
}
body .main .form-sms-section .form-sms-wrap .paswd .showPassword.open:hover{
  background: url(../img/icon12.png) center no-repeat;
  background-size: contain;
}
/* body .main .form-sms-section .form-sms-wrap .phone .input-icon {
  margin-top: -0.01rem;
  background: url(../img/phone-icon.png) no-repeat center;
}
body .main .form-sms-section .form-sms-wrap .code .input-icon {
  margin-top: -0.01rem;
  background: url(../img/code-icon.png) no-repeat center;
} */
body .main .form-sms-section .form-sms-wrap .code input {
  width: 2.28rem;
}
body .main .form-sms-section .form-sms-wrap .code .change_img_code,
body .main .form-sms-section .form-sms-wrap .code .change_code,
body .main .form-sms-section .form-sms-wrap .code .verification-code,
body .main .form-sms-section .form-sms-wrap .code .register-code,
.bind-phone .bind-code {
  /* display: inline-block;
  vertical-align: middle; */
  display: block;
  width: 0.84rem;
  text-align: center;
  color: #fff;
  font-weight: 300;
  font-size: 0.12rem;
  cursor: pointer;
  user-select: none;
  float: right;
  /* background: #3F4043; */
  height: 34px;
  /* margin-top: -0.02rem; */
}
body .main .form-sms-section .form-sms-wrap .code .change_img_code.img-code{
  background: #fff;
}
body .main .form-sms-section .form-sms-wrap .code .change_img_code.no-send,
body .main .form-sms-section .form-sms-wrap .code .verification-code.no-send,
body .main .form-sms-section .form-sms-wrap .code .change_code.no-send,
body .main .form-sms-section .form-sms-wrap .code .register-code.no-send,
.bind-phone .bind-code.no-send {
  cursor: not-allowed;
}
body .main .form-sms-section .form-sms-wrap .code .change_img_code.no-send:hover,
body .main .form-sms-section .form-sms-wrap .code .change_code.no-send:hover,
body .main .form-sms-section .form-sms-wrap .code .verification-code.no-send:hover,
body .main .form-sms-section .form-sms-wrap .code .register-code.no-send:hover,
.bind-phone .bind-code.no-send:hover {
  color: #fff;
}
body .main .form-sms-section .form-sms-wrap .code .change_img_code:hover,
body .main .form-sms-section .form-sms-wrap .code .change_code:hover,
body .main .form-sms-section .form-sms-wrap .code .verification-code:hover,
body .main .form-sms-section .form-sms-wrap .code .register-code:hover,
.bind-phone .bind-code:hover {
  color: #6D60FF;
}
body .main .form-sms-section .form-sms-wrap .form-check {
  margin: 0.09rem auto;
  width: 3.15rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body .main .form-sms-section .form-sms-wrap .form-check .form-check-l{
  display: flex;
  align-items: center;
}
body .main .form-sms-section .form-sms-wrap .form-check .form-check-l .forget{
  margin-right: .24rem;
}
body .main .form-sms-section .form-sms-wrap .form-check .form-check-l span:hover{
  color: #6d60ff;
}
body .main .form-sms-section .form-sms-wrap .form-check .form-check-r{
  display: flex;
  align-items: center;
}
body .main .form-sms-section .form-sms-wrap .form-check .check-icon {
  cursor: pointer;
  display: inline-block;
  width: 0.12rem;
  height: 0.12rem;
  margin-right: 0.04rem;
  border-radius: 2px;
  background: #262829;
  /* background: url(../img/checkbox-hover-bg.png) no-repeat center / 100% 100%; */
}
body .main .form-sms-section .form-sms-wrap .form-check .check-icon:hover{
  background: url(../img/checkbox-hover-bg.png) no-repeat center / 100% 100%;
}
body .main .form-sms-section .form-sms-wrap .form-check .check-icon.checked {
  background: url(../img/checkbox-active-bg.png) no-repeat center / 100% 100%;
}
body .main .form-sms-section .form-sms-wrap .form-check span {
  color: #bdbebe;
  font-size: 0.12rem;
  vertical-align: middle;
}
body .main .form-sms-section .form-sms-wrap .form-check .form-check-l span {
  cursor: pointer;
}
body .main .form-sms-section .protocol-link {
  display: block;
  margin: 0.11rem auto 0;
  width: 3.15rem;
}
body .main .form-sms-section .protocol-link a {
  cursor: pointer;
  text-decoration: underline;
  color: rgb(119, 121, 122);
  font-weight: 300;
  font-size: 0.12rem;
  text-decoration-line: underline;
}
body .main .form-sms-section .protocol-link a:hover {
  color: #6D60FF;
}
body .main .form-fill-nickname .form-field.nickname {
  width: 2.64rem;
}
body .main .form-fill-nickname .form-field.nickname .nickname-label {
  position: absolute;
  color: #6c6c6c;
  font-weight: 300;
  font-size: 0.14rem;
  left: -0.44rem;
}
body .main .form-fill-nickname .form-field.nickname input {
  width: 2.58rem;
  margin-left: 0.02rem;
  padding-left: 0.12rem;
}
body .main .form-fill-nickname .form-field.nickname .error-text {
  left: 0.12rem;
}
body .agree-protocol {
  display: block;
  margin-top: 0.12rem;
  text-align: center;
  font-size: 0;
  color: #bdbebe;
}
body .agree-protocol > span {
  font-size: 0.12rem;
  vertical-align: middle;
}
body .agree-protocol > a {
  vertical-align: middle;
  text-decoration: none;
}
body .agree-protocol .check-icon {
  cursor: pointer;
  display: inline-block;
  width: 0.11rem;
  height: 0.11rem;
  margin-right: 0.04rem;
  background: #262829;
}
body .agree-protocol .check-icon:hover {
  background: url(../img/checkbox-hover-bg.png) no-repeat center / 100% 100%;
}
body .agree-protocol .check-icon.checked {
  background: url(../img/checkbox-active-bg.png) no-repeat center / 100% 100%;
}
body .agree-protocol .link {
  font-size: 0.12rem;
  cursor: pointer;
  color: #fff;
  font-weight: 300;
  text-decoration: underline;
}
body .agree-protocol .link:hover {
  color: #6D60FF;
}
body .main .form-auto-login .form-auto-title {
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
}
body .main .form-auto-login .form-auto-info {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
body .main .form-auto-login .form-auto-info i {
  width: 36px;
  height: 36px;
  background: url(../img/logo.png) center no-repeat;
  background-size: 100% 100%;
  /* margin-right: 8px; */
}
body .main .form-auto-login .form-auto-info span {
  color: #fff;
  font-size: 16px;
}
body .tip-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
}
body .tip-modal .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4.08rem;
  transform: translate(-50%, -50%);
  background: linear-gradient(180deg, #110d0d 0%, #1b1009 100%);
  border: 0.01rem solid #2d2d2d;
}
body .tip-modal .modal-content .title {
  user-select: none;
  text-align: center;
  line-height: 0.6rem;
  color: #fff;
  font-weight: bold;
  font-size: 0.2rem;
  height: 0.6rem;
  background: #1e1919;
  position: relative;
}
body .tip-modal .modal-content .title .close-icon {
  width: 0.32rem;
  height: 0.32rem;
  position: absolute;
  top: 50%;
  right: 0.14rem;
  transform: translateY(-50%);
  background: url(../img/close-default-icon.png) center no-repeat;
  cursor: pointer;
}
body .tip-modal .modal-content .title .close-icon:hover {
  background: url(../img/close-hover-icon.png) center no-repeat;
}
body .tip-modal .modal-content .mask-main {
  font-size: 0.16rem;
  padding: 0.24rem 0.3rem 0.4rem;
  height: 2.08rem;
  line-height: 0.28rem;
  color: #fff;
  word-wrap: break-word;
  white-space: pre-line;
  overflow-y: auto;
}
@keyframes rotation {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
/* 修改滚动条的轨道 */
::-webkit-scrollbar-track {
  background-color: transparent;
}
/* 修改滚动条的滑块 */
::-webkit-scrollbar-thumb {
  background-color: #434343;
  border-radius: 0;
}
/* 修改滚动条的轨道和滑块的圆角 */
::-webkit-scrollbar {
  width: 0;
}
.login-tip {
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  margin: 20px auto 40px;
  opacity: 0;
  display: none;
}
@font-face {
  font-family: AlimamaShuHeiTi-Bold;
  src: url("../font/AlimamaShuHeiTi-Bold.woff2");
}
.loading,
.loading > div {
  position: relative;
  box-sizing: border-box;
}
.loading {
  display: block;
  font-size: 0;
  color: #eee;
}
.loading.la-dark {
  color: #fff;
}
.loading > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}
.loading {
  width: 0.54rem;
  height: 0.18rem;
}
.loading > div:nth-child(1) {
  animation-delay: -200ms;
}
.loading > div:nth-child(2) {
  animation-delay: -100ms;
}
.loading > div:nth-child(3) {
  animation-delay: 0ms;
}
.loading > div {
  width: 0.1rem;
  height: 0.1rem;
  margin: 0.04rem;
  border-radius: 100%;
  animation: ball-pulse 1s ease infinite;
}
.loading.la-sm {
  width: 0.26rem;
  height: 0.08rem;
}
.loading.la-sm > div {
  width: 0.04rem;
  height: 0.04rem;
  margin: 0.02rem;
}
.loading.la-2x {
  width: 1.08rem;
  height: 0.36rem;
}
.loading.la-2x > div {
  width: 0.2rem;
  height: 0.2rem;
  margin: 0.08rem;
}
.loading.la-3x {
  width: 1.62rem;
  height: 0.54rem;
}
.loading.la-3x > div {
  width: 0.3rem;
  height: 0.3rem;
  margin: 0.12rem;
}
@keyframes ball-pulse {
  0%,
  60%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  30% {
    opacity: 0.1;
    transform: scale(0.01);
  }
}
/* 口令兑换相关样式设置 */
/* .form-field.exchange-code .tip-txt {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #bdbebe;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
} */

.form-field.exchange-code .error-text.pass {
  color: green !important;
}

body .main.auto-login-main-top .form-section .form-title {
 border-bottom: 1px solid #38393B;
}

.main.auto-login-main-top {
  padding-top: 1.85rem;
}
.banned{
  width: 100%;
  height: 100%;
  background: url(../img/bg08.png) top center no-repeat;
  background-size: cover;
  position: absolute;
  top:0;
  left: 0;
  display: none;
}
.in-banned{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banned-content{
  width: 3.28rem;
}
.content{
  width: 3.28rem;
  height: 2.26rem;
  background: url(../img/bg09.png) center no-repeat;
  background-size: 100% 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0.2rem;
  margin-top: 0.4rem;
}
body .banned .form-logo {
  margin: 0 auto;
  width: 0.7rem;
  height: 0.7rem;
  background: url(../img/logo_70_70.png) center no-repeat;
  background-size: 100% 100%;
}
.titles{
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.content_text{
  margin-top: 0.16rem;
  color: #bdbebe;
  font-size: 0.12rem;
  font-weight: 400;
  line-height: 0.18rem;
}
.content_text p {
  text-indent: 2em;
  margin-top: 0.04rem;
}
.banned-content .time{
  width: 288px;
  color: #ffb62e;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  margin-top: 0.04rem;
  text-align: center;
}
.go-btn{
  width: 3.28rem;
  height: 0.34rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.14rem;
  font-weight: 500;
  cursor: pointer;
  color: #ffffff;
  background: #6622DD;
  margin-top: 0.16rem;
}
.go-btn:hover{
  background: #7538E0;
}
.verify_text{
  width: 100%;
  height: 0.24rem;
  position: absolute;
  top:36px;
  left: 0;
  z-index: 10;
}
.verify_text span{
  color: #ee4b4b;
  font-size: 0.12rem;
  font-weight: 400;
  line-height: 0.24rem;
  position: absolute;
  top:0;
  right: 0;
  cursor: pointer;
}
.verify_text span:hover + .verify_tip{
  display: block;
}
.verify_tip{
  width: 100%;
  border-radius: 2px;
  border: 1px solid #2D2F31;
  background: #242629;
  padding: 0.12rem;
  box-shadow: 0 0 8px 0 #00000080;
  color: #bdbebe;
  text-align: left;
  font-size: 0.12rem;
  font-weight: 400;
  line-height: 0.22rem;
  position: absolute;
  top:0.24rem;
  left: 0;
  display: none;
}
body .add_qq {
  width: 100%;
  height: 0.16rem;
  position: fixed;
  bottom: 0.2rem;
  right: 0.2rem;
}
body .add_qq .link {
  /* width: 100%; */
  color: #6d60ff;
  font-size: 0.12rem;
  font-weight: 400;
  position: absolute;
  top:0;
  right: 0;
}
body .add_qq .link:hover {
  color: #6D60FF;
}
.login-type-title,
.other-title {
  color: #fff;
  /* line-height: 30px;
  text-align: center;
  margin: 0 auto; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-type-title .title,
.other-title .title {
  position: relative;
  font-size: 20px;
}
/* background: url(../img/logo_70_70.png) center no-repeat;
  background-size: 100% 100%; */
.login-type-title .title::after,
.login-type-title .title::before,
.other-title .title::after,
.other-title .title::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 11px;
  background-size: 100% 100%;
}
.login-type-title .title::after,
.other-title .title::after {
  right: -19px;
  background: url(../img/left-arrow.png) center no-repeat;
}
.login-type-title .title::before,
.other-title .title::before {
  left: -19px;
  background: url(../img/right-arrow.png) center no-repeat;
}
.form-section.wechat,
.form-section.qq {
  margin: 40px auto 0;
  width: 220px;
}
.form-section.wechat .tip,
.form-section.qq .tip {
  color: #bdbebe;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-section.wechat .tip .wechat-icon,
.form-section.qq .tip .wechat-icon {
  margin: 0 5px;
  display: inline-block;
  background: url(../img/wechat-tip.png) center no-repeat;
  background-size: 100% 100%;
}
.form-section.wechat .tip .wechat-icon {
  width: 17px;
  height: 14px;
  background: url(../img/wechat-tip.png) center no-repeat;
  background-size: 100% 100%;
}
.form-section.qq .tip .wechat-icon {
  width: 14px;
  height: 16px;
  background: url(../img/qq-tip.png) center no-repeat;
  background-size: 100% 100%;
}
.wechat-qr-wrap {
  position: relative;
  margin-top: 12px;
  width: 220px;
  height: 220px;
  padding: 10px;
  background: url(../img/wechat-qr-border.png) center no-repeat;
  background-size: 100% 100%;
}
.scan-effect {
  position: absolute;
  width: 200px;
  height: 60px;
  background: linear-gradient(0deg, #6d60ff4d 0%, #6d60ff00 100%);
  animation: scan 2s infinite linear;
}
#qrcode-container iframe {
  width: 200px;
  height: 200px;
  overflow: hidden;
  margin-top: 22px;
  margin-left: 3px;
  transform: scale(1.15);
}
@keyframes scan {
  0% { top: 10px; }
  100% { top: 140px; }
}
.change-login-type {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.change-login-type .top-title {
  position: relative;
  color: #bdbebe;
  font-size: 12px;
  line-height: 18px;
}
.change-login-type .top-title::before,
.change-login-type .top-title::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  height: 1px;
  opacity: 0.5;
}
.change-login-type .top-title::before {
  background: linear-gradient(270deg, #fff 0%, #2d2e30 100%);
  left: -80px;
}
.change-login-type .top-title::after {
  background: linear-gradient(90deg, #fff 0%, #2d2e30 100%);
  right: -80px;
}
.change-login-type .btn-area {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.change-login-type .btn-area .login-type-icon {
  width: 36px;
  height: 36px;
  cursor: pointer;
}
.change-login-type .btn-area .login-type-icon.qq {
  background: url(../img/qq-icon.png) center no-repeat;
  background-size: 100% 100%;
}
.change-login-type .btn-area .login-type-icon.qq:hover {
  background: url(../img/qq-iconh.png) center no-repeat;
  background-size: 100% 100%;
}
.change-login-type .btn-area .login-type-icon.wechat {
  background: url(../img/wechat-icon.png) center no-repeat;
  background-size: 100% 100%;
}
.change-login-type .btn-area .login-type-icon.wechat:hover {
  background: url(../img/wechat-iconh.png) center no-repeat;
  background-size: 100% 100%;
}
.change-login-type .btn-area .login-type-icon.phone {
  background: url(../img/phone-type-icon.png) center no-repeat;
  background-size: 100% 100%;
}
.change-login-type .btn-area .login-type-icon.phone:hover {
  background: url(../img/phone-type-iconh.png) center no-repeat;
  background-size: 100% 100%;
}
.change-login-type .btn-area .login-type-icon.code {
  background: url(../img/code-type-icon.png) center no-repeat;
  background-size: 100% 100%;
}
.change-login-type .btn-area .login-type-icon.code:hover {
  background: url(../img/code-type-iconh.png) center no-repeat;
  background-size: 100% 100%;
}
#login-status {
  margin-top: 15px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

#login-status.error {
  color: #c62828;
}

.retry-btn {
  padding: 5px 12px;
  color: #576b95;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  transition: opacity 0.3s;
}

.retry-btn:hover {
  opacity: 0.8;
}
#qq-login-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#close-iframe {
  position: absolute;
  font-size: 18px;
  top: 0.08rem;
  right: 0.08rem;
  cursor: pointer;
}