html,
body {
  position: relative;
  height: 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 {
  background: #eee;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}
body .agree-protocol {
  display: block;
  margin-top: 12px;
  text-align: center;
  font-size: 0;
  color: #bdbebe;
}
body .agree-protocol > span {
  font-size: 12px;
  vertical-align: middle;
}
body .agree-protocol > a {
  vertical-align: middle;
  text-decoration: none;
}
body .agree-protocol .check-icon {
  cursor: pointer;
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-right: 4px;
  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: 12px;
  cursor: pointer;
  color: #fff;
  font-weight: 300;
  text-decoration: underline;
}
body .agree-protocol .link:hover {
  color: #6D60FF;
}
::-ms-clear,::-ms-reveal{display:none;}
#app{
  width: 100%;
  height: 100%;
}
.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.slide1 {
  background: url(../img/guanwang/1.png?ts=20250211) no-repeat center;
  background-size: cover;
}

.slide2 {
  background: url(../img/guanwang/2.png?ts=20250211) no-repeat center;
  background-size: cover;
}

.slide3 {
  background: url(../img/guanwang/3.png?ts=20250211) no-repeat center;
  background-size: cover;
}

.slide4 {
  background: url(../img/guanwang/4.png?ts=20250211) no-repeat center;
  background-size: cover;
}

.slide5 {
  background: url(../img/guanwang/5.png?ts=20250211) no-repeat center;
  background-size: cover;
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right: 8%;
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  background: 0;
  opacity: 1;
  margin: 15px 0;
  border: 1px solid transparent;
  width: 16px;
  height: 16px;
  position: relative;
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 100%;
  position: absolute;
  top: 2px;
  left: 2px;
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 1px solid #fff;
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet-active::after {
  background: rgba(255, 255, 255, 1);
}

/* 官网顶部设置 */
.top-section {
  width: 100%;
  padding: 0 8%;
}
.home{
  width: 100%;
  height: 100%;
}
.center {
  position: fixed;
  top: 50%;
  left: 8%;
  margin-top: -175px;
  z-index: 9;
}

.center_t {
  width: 750px;
  height: 213px;
  background: url(../img/icon01.png?v=1) no-repeat;
}

.btn {
  width: 262px;
  height: 76px;
  background: url(../img/icon02.png) no-repeat;
  margin: 65px auto 0;
  cursor: pointer;
}

.btn:hover {
  background: url(../img/icon03.png) no-repeat;
}

.footer {
  width: 100%;
  height: 100px;
  background: rgba(0, 0, 0, 0.7);
  padding: 15px 0;
  text-align: center;
  line-height: 35px;
  font-size: 16px;
  color: #fefefe;
  z-index: 9;
  position: fixed;
  left: 0;
  bottom: 0;
}

.footer a {
  color: #fefefe;
}
.footer span {
  margin-right: 12px;
}

/* 弹框遮罩层 */
.pop-mask {
  position: fixed;
  display: none;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
}

.common-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.login-wrap {
  display: none;
  width: 500px;
  height: 550px;
  /* border: 1px solid #2D2F31;
  background: #2D2E30; */
  background: url(../img/platform/login-bg.png) center no-repeat;
  background-size: cover;
  padding-bottom: 30px;
}

.pop-close {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 16px;
  right: 16px;
  background: url(../img/close-default-icon.png) center no-repeat;
  background-size: 100%;
}

.pop-close:hover {
  cursor: pointer;
  background-image: url(../img/close-hover-icon.png);
}

.pop-logo-icon {
  margin: 40px auto 0;
  width: 80px;
  height: 80px;
  background: url(../img/logo.png) center no-repeat;
  background-size: 100%;
  border-radius: 10px;
}

.pop-login-tip {
  margin: 16px auto 20px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
}

.login-wrap .form-wrap {
  width: 382px;
  margin: 0 auto;
}

.form-wrap .form-field {
  width: 100%;
  height: 36px;
  border-radius: 2px;
  background: rgba(14, 16, 18, 1);
  margin-bottom: 30px;
  position: relative;
  box-sizing: border-box;
  border: 1px solid transparent;
}

.form-wrap .form-field .input-icon {
  position: absolute;
  width: 16px;
  height: 16px;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}

.form-wrap .form-field .phone-icon {
  background: url(../img/phone-icon2.png) center no-repeat;
}

.form-wrap .form-field .code-icon {
  background: url(../img/code-icon2.png) center no-repeat;
}

/* .form-wrap .form-field input {
  position: absolute;
  border: none;
  outline: none;
  height: 34px;
  width: 352px;
  padding: 0 8px;
  top: 50%;
  left: 28px;
  transform: translateY(-50%);
  background-color: rgba(14, 16, 18, 1);
  color: #fff;
} */

.form-wrap .form-field.code input {
  width: 275px;
}

.form-wrap .form-field .verification-code {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  text-align: center;
  width: 84px;
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
}

.form-wrap .form-field .verification-code:hover {
  cursor: pointer;
  color: rgba(40, 170, 254, 1);
}

.form-wrap .login-register-btn {
  width: 382px;
  height: 34px;
  border-radius: 2px;
  text-align: center;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  line-height: 34px;
  cursor: pointer;
  background: #62D;
  /* background: url(../img/login-normal-btn.png) center no-repeat;
  background-size: 100% 100%; */
}

.form-wrap .login-register-btn:hover {
  background: #6D60FF;
  /* background-image: url(../img/login-hover-btn.png); */
}

body .form-wrap .form-field .error-text {
  position: absolute;
  top: 38px;
  left: 36px;
  color: #ff4b24;
  font-weight: 300;
  font-size: 12px;
  line-height: 12px;
  display: none;
}

.form-sms-wrap .code .verification-code.no-send {
  cursor: not-allowed;
}

.verify-msg {
  position: static;
}

.form-wrap .form-field.focus {
  border-color: #28aafe;
}

.protocol-sec {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}

.protocol-sec a {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  text-decoration-line: underline;
}

.protocol-sec a:hover {
  color: rgba(40, 170, 254, 1);
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right: 40px !important;
}
.prop{
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left: 0;
  padding-top: 100px;
  background: url(../img/bg.jpg) no-repeat center;
  background-size: cover;
  z-index: 9;
}
.map_list{
  height: 100%;
  position: relative;
}  
.map_top{
  width: 100%;
  height: 78px;
  background: rgba(29, 31, 34, 0.7);
  backdrop-filter: blur(10px);
  position: absolute;
  top:0;
  left: 0;
  padding-top: 20px;
  padding-right: 4px;
  z-index: 1;
}
.map_list_top{
    width: 1244px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}    
.classify{
    display: flex;
}    
.classify li{
    width: 106px;
    height: 38px;
    background: url(../img/btn_list_router.png) center no-repeat;
    background-size: 100% 100%;
    margin-right: 20px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 38px;
    cursor: pointer;
    font-weight: 400;
    margin-right: 12px;
}    
.classify li:hover{
    background: url(../img/btn_list_routerh.png) center no-repeat;
    background-size: 100% 100%;
}
.classify li.active {
    background: url(../img/btn_map_router.png) center no-repeat;
    background-size: 100% 100%;
}    
.classify li.active:hover{
    background: url(../img/btn_map_routerh.png) center no-repeat;
    background-size: 100% 100%;
}

.game_lobby_search {
    width: 196px;
    height: 38px;
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.17);
    border: 1px solid rgba(0, 0, 0, 0.17);
    position: relative;
}    
.game_lobby_search.highlighted{
    border: 1px solid #6D60FF;
}
.game_lobby_search input {
    width: 170px;
    height: 100%;
    line-height: 38px;
    color: #fff;
    font-size: 12px;
    background: transparent;
    border: 1px solid transparent;
    outline: none;
    padding-left: 12px;
}    
.game_lobby_search input::-webkit-input-placeholder {
    color: rgb(91, 93, 94);
}
.game_lobby_search input:focus::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.game_lobby_search .search_btn {
    width: 16px;
    height: 16px;
    background: url(../img/icon34.png) center no-repeat;
    background-size: 11px 11px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 7px;
    cursor: pointer;
}
.lists{
    width: 100%;
    height: 100%;
    padding-top: 88px;
    overflow-y: auto;
}    
.in_lists{
    width: 1244px;
    margin: 0 auto;
    padding-bottom: 100px;
}    
.room_no{
    text-align: center;
    color: rgb(124, 125, 127);
    font-size: 12px;
    font-weight: 400;
    padding-top: 200px;
}    
.room_no img{
    display: block;
    width: 120px;
    margin: 0 auto;
}
.room_no p{
    margin-top: 13px;
}

.no-data {
    width: 100%;
    padding: 51px 0 41px;
    background: url(../img/no-data.png) center no-repeat;
    background-size: 174px 17px;
}
.list li {
    width: 236px;
    height: 261px;
    border-radius: 2px;
    background: #242629;
    overflow: hidden;
    margin-bottom: 16px;
    margin-right: 16px;
    float: left;
    cursor: pointer;
}    
.list li:nth-of-type(5n) {
    margin-right: 0;
}
.list li:hover{
    background: linear-gradient(180deg, #24262933 0%, #ffffff33 100%), #242629;
    
}
.list li:hover .img img{
    transform: scale(1.1);
}

.list li .img {
    width: 100%;
    height: 146px;
    overflow: hidden;
    position: relative;
    background: #222325 url(../img/icon29.png) center no-repeat;
    background-size: 53px 59px;
}
.list li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.2s linear;
}

.list li .cnt {
    width: 100%;
    padding: 12px;
}    
.list li .cnt .title {
    width: 100%;
    height: 24px;
    line-height: 24px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list li .cnt .info {
    color: #5b5d5e;
    line-height: 21px;
    height: 21px;
    margin-top: 4px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.desc{
    height: 42px;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    height: 42px;
    color: #7c7d7f;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.shade{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 20;
}
.pop{
  width: 488px;
  height: 311px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(../img/pop_bg.png) no-repeat center;
  z-index: 21;
  margin-left: -244px;
  margin-top: -155px;
  transform: scale(0);
  transition: all 0.5s;
}
.pop_show{
  transform: scale(1);
}
.pop i{
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  background: url(../img/pop_close.png) no-repeat center;
}
.pop .btn{
  width: 220px;
  height: 54px;
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin-left: -110px;
  background: url(../img/pop_btn.png) no-repeat center;
  cursor: pointer;
}
.pop .btn:hover{
  background: url(../img/pop_btn_h.png) no-repeat center;
}


.main {
  width: 100%;
  padding-top: 30px;
}
.register{
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left: 0;
  background: url(../img/platform/login-bg.png) center no-repeat;
  background-size: cover;
  display: none;
}
.register .back{
  font-size: 14px;
  color: #bdbebe;
  position: absolute;
  top:16px;
  left: 16px;
  z-index: 9;
  cursor: pointer;
  padding-left: 16px;
  height: 21px;
  line-height: 21px;
  background: url(../img/icon07.png) left center no-repeat;
  background-size: 12px 12px;
}
.register .back:hover{
  color: #6d60ff;
  background: url(../img/icon08.png) left center no-repeat;
  background-size: 12px 12px;
}
.change_pswd{
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left: 0;
  background: url(../img/platform/login-bg.png) center no-repeat;
  background-size: cover;
  display: none;
}
.change_pswd .back{
  font-size: 14px;
  color: #bdbebe;
  position: absolute;
  top:16px;
  left: 16px;
  z-index: 9;
  cursor: pointer;
  padding-left: 16px;
  height: 21px;
  line-height: 21px;
  background: url(../img/icon07.png) left center no-repeat;
  background-size: 12px 12px;
}
.change_pswd .back:hover{
  color: #6d60ff;
  background: url(../img/icon08.png) left center no-repeat;
  background-size: 12px 12px;
}
body .main .form-logo {
  margin: 0 auto;
  width: 70px;
  height: 70px;
  background: url(../img/logo_70_70.png) center no-repeat;
  background-size: 100% 100%;
}
.nav{
  width: 315px;
  margin: 35px 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;
}
.nav .on{
  width: 50%;
  line-height: 36px;
  background: #62D;
}
.nav .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: 14px;
  text-align: center;
  line-height: 21px;
  margin-top: 30px;
  /* border-bottom: 1px solid #38393B; */
  /* font-family: "AlimamaShuHeiTi-Bold"; */
}
body .main .form-section .form-wrap {
  margin-top: 30px;
}
.form-box-one{
  display: none;
}
/* .form-box-two{
  display: none;
} */
body .main .form-section .form-wrap .form-field {
  margin: 0 auto;
  width: 315px;
  height: 36px;
  border-radius: 2px;
  border: 1px solid transparent;
  box-sizing: border-box;
  background: #262628;
  line-height: 36px;
  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: 16px;
  height: 16px;
  margin: 0 8px 0 12px;
}
body .main .form-section .form-wrap .form-field .icon {
  width: 12px;
  height: 12px;
  position: absolute;
  left: 12px;
  top: 52%;
  transform: translateY(-50%);
}
body .main .form-section .form-wrap .form-field.phone .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 {
  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: 12px;
  padding-left: 28px;
  float: left;
  /* margin-top: -0.02px; */
}
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: 38px;
  left: 0;
  color: #ff4b24;
  font-weight: 300;
  font-size: 12px;
  line-height: 12px;
  display: none;
}
body .main .form-section .form-wrap .form-field.code .input-icon {
  margin-top: -1px;
}
/* body .main .form-section .form-wrap .form-field.code input {
  margin-top: -0.03px;
} */
body .main .form-section .form-wrap .operate-btn {
  cursor: pointer;
  margin: 46px auto 0;
  width: 315px;
  height: 40px;
  border-radius: 2px;
  box-sizing: border-box;
  /* background: linear-gradient(180deg, #25eaff 0%, #0063cd 98.36%); */
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  line-height: 40px;
  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 {
  margin-top: 33px;
  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.sign-register-btn{
  margin-top: 35px;
}
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 {
  background: #7538E0;
}
body .main .form-section .form-wrap .operate-btn.visitor-login-btn {
  margin-top: 12px;
  /* 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: 12px;
}
body .main .form-section .form-wrap .loading-waiting .loading {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(../img/loading.png) center no-repeat;
  animation: rotation 3s linear infinite;
  margin-right: 8px;
}
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: 24px;
}
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: 12px;
  height: 12px;
  background: url(../img/icon09.png) center no-repeat;
  background-size: contain;
  position: absolute;
  top:12px;
  right: 12px;
  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.01px;
  background: url(../img/phone-icon.png) no-repeat center;
}
body .main .form-sms-section .form-sms-wrap .code .input-icon {
  margin-top: -0.01px;
  background: url(../img/code-icon.png) no-repeat center;
} */
body .main .form-sms-section .form-sms-wrap .code input {
  width: 229px;
}
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 {
  /* display: inline-block;
  vertical-align: middle; */
  display: block;
  width: 84px;
  text-align: center;
  color: #fff;
  font-weight: 300;
  font-size: 12px;
  cursor: pointer;
  user-select: none;
  float: right;
  /* background: #3F4043; */
  height: 34px;
  /* margin-top: -0.02px; */
}
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 {
  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 {
  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 {
  color: #6D60FF;
}
body .main .form-sms-section .form-sms-wrap .form-check {
  margin: 9px auto;
  width: 315px;
  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: 24px;
}
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: 12px;
  height: 12px;
  margin-right: 4px;
  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: 12px;
  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: 11px auto 0;
  width: 315px;
}
body .main .form-sms-section .protocol-link a {
  cursor: pointer;
  text-decoration: underline;
  color: rgb(119, 121, 122);
  font-weight: 300;
  font-size: 12px;
  text-decoration-line: underline;
}
body .main .form-sms-section .protocol-link a:hover {
  color: #6D60FF;
}
.about_us{
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left: 0;
  /* padding-top: 212px; */
  background: url(../img/bg07.png) no-repeat center;
  background-size: cover;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.in_about_us{
  width: 1258px;
  position: relative;
  top:-24px
  /* margin: 0 auto; */
}
.about_us_t{
  width: 1017px;
  height: 180px;
  background: url(../img/icon37.png) no-repeat center;
  background-size: cover;
}
.about_us_c{
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 24px;
  font-weight: 400;
  line-height: 46px;
}
.about_us_b{
  margin-top: 54px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 24px;
  font-weight: 400;
  line-height: 46px;
}
.about_us_b p{
  margin-bottom: 8px;
}
.about_us_b p span{
  font-size: 24px;
  color: rgba(255, 255, 255, 0.8);
}
.verify_text{
  width: 100%;
  height: 24px;
  position: absolute;
  top:36px;
  left: 0;
  z-index: 9;
}
.verify_text span{
  color: #ee4b4b;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  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: 12px;
  box-shadow: 0 0 8px 0 #00000080;
  color: #bdbebe;
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  position: absolute;
  top:24px;
  left: 0;
  display: none;
}
body .add_qq {
  width: 100%;
  height: 16px;
  position: fixed;
  bottom: 20px;
  right: 20px;
}
body .add_qq .link {
  /* width: 100%; */
  color: #6d60ff;
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  top:0;
  right: 0;
}
body .add_qq .link:hover {
  color: #6D60FF;
}
.login-type-title {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  margin: 0 auto;
}
.login-type-title .title {
  position: relative;
}
.login-type-title .title::after,
.login-type-title .title::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 11px;
  background-size: 100% 100%;
}
.login-type-title .title::after {
  right: -19px;
  background: url(../img/left-arrow.png) center no-repeat;
}
.login-type-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;
} */