body,dl,dd,h1,h2,h3,h4,h5,h6,p,span{margin:0;padding:0px;}
body{font:12px/1.5 "Hiragino Sans GB",system-ui,sans-serif;color:#9b9b9b;background: #000;overflow: hidden;}
h1,h2,h3,h4,h5,h6{font-size:100%}
img{border: none;padding:0;margin:0;outline:none;}
em,i,b{font-style:normal}
ul,ol{list-style:none;margin:0;padding:0}
a{text-decoration:none;color:#9b9b9b;}
table{border-collapse:collapse;border-spacing:0}
ul,li{list-style: none;}
/* .f14{font-size:14px} */
/* .bc{margin-left: auto;margin-right: auto} */
.pr{position:relative}
.pa{position:absolute}
/* .ovh{overflow:hidden} */
.db{display:block}
/* .none{display:none} */
.ht{display:block;overflow:hidden;text-indent:-999em}
/* .tc{text-align:center}
.wp{width: 100%;}
.pvt{vertical-align: top;}
.pvt100{vertical-align: top;width: 100%;} */
.hide{display: none;}
.font-18{font-size: max(0.18rem,12px);}
.font-16{font-size: max(0.16rem,12px);}
.font-14{font-size: max(0.14rem,12px);}
.disabled{pointer-events: none;}
.not-allowed{cursor: not-allowed;}
.mr-l-40{margin-left: 0.4rem;}
a:hover{cursor: pointer;}
.text-ellipsis {text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}

@keyframes blinkAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#wrapper {
  width: 100%;
  height: calc(var(--vh)*100);
  left: 0;
  top: 0;
}
.short-screen #wrapper {
  width: 25.60rem;
  height: 14.40rem;
  left: calc((100vw - 25.60rem)/2);
  top: calc((100* var(--vh) - 14.40rem) / 2);
}
.far-screen #wrapper {
  width: calc(var(--vh) * 100 * 2560 / 1440);
  left: calc((100vw - var(--vh) * 100 * 2560 / 1440) / 2);
}

/* header */
#caCommonHeader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  /* height: 0.7rem; */
  padding: 0 0.38rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.18rem;
  background-color: rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  z-index: 1000;
}
#caCommonHeader .right-nav,
#caCommonHeader .left-nav {
  display: flex;
  align-items: center;
}
#caCommonHeader .logo-wrapper {
  margin-right: 0.5rem;
  height: 0.33rem;
}
#caCommonHeader .logo {
  width: 1.90rem;
  height: 0.33rem;
}
#caCommonHeader .nav-list {
  display: flex;
  align-items: center;
}
#caCommonHeader .nav-item {
  position: relative;
}
#caCommonHeader .main-text {
  display: block;
  width: 1.27rem;
  height: 0.65rem;
  line-height: 0.65rem;
  text-align: center;
  cursor: pointer;
}
#caCommonHeader .with-sub .main-text {
  position: relative;
}
#caCommonHeader .with-sub .main-text::after {
  display: block;
  content: '';
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.1rem;
  height: 0.1rem;
  background: url(//game.gtimg.cn/images/aqwx/web202501/index/icon-sub-nav.png) center/contain no-repeat;
}
#caCommonHeader .nav-item:hover .main-text,
#caCommonHeader .nav-item.active .main-text {
  background: url(//game.gtimg.cn/images/aqwx/web202501/index/bg-nav-active.png) center bottom/contain no-repeat;
}
#caCommonHeader .nav-item.active.with-sub .main-text::after,
#caCommonHeader .nav-item.with-sub:hover .main-text::after {
  background-image: url(//game.gtimg.cn/images/aqwx/web202501/index/icon-sub-nav-active.png);
}
.webp #caCommonHeader .with-sub .main-text::after {
  background-image: url(//game.gtimg.cn/images/aqwx/web202501/index/icon-sub-nav.webp);
}
.webp #caCommonHeader .nav-item.active.with-sub .main-text::after,
.webp #caCommonHeader .nav-item.with-sub:hover .main-text::after {
  background-image: url(//game.gtimg.cn/images/aqwx/web202501/index/icon-sub-nav-active.webp);
}
#caCommonHeader .sub-nav-panel {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 2.67rem;
  background-color: rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  transition: opacity 0.3s ease-out;
}
#caCommonHeader .sub-nav-item {
  position: relative;
  padding-left: 0.46rem;
  height: 0.51rem;
  line-height: 0.51rem;
  color: #636363;
}
#caCommonHeader .sub-nav-item.active,
#caCommonHeader .sub-nav-item:hover {
  background-color: rgba(255, 255, 255, 0.059);
  color: #9b9b9b;
}
#caCommonHeader .sub-nav-item::before {
  display: block;
  content: '';
  position: absolute;
  left: 0.16rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.12rem;
  height: 0.01rem;
  background-color: rgb(155, 155, 155);
}
#caCommonHeader .nav-item.with-sub:hover .sub-nav-panel {
  opacity: 1;
  pointer-events: auto;
}
#caCommonHeader .icon-user {
  display: block;
  width: 0.2rem;
  height: 0.22rem;
  margin-right: 0.15rem;
  background: url(//game.gtimg.cn/images/aqwx/web202501/common/icon-user.png) center/contain no-repeat;
}
.webp #caCommonHeader .icon-user {
  background-image: url(//game.gtimg.cn/images/aqwx/web202501/common/icon-user.webp);
}
#caCommonHeader .icon-user.logged {
  background-image: url(//game.gtimg.cn/images/aqwx/web202501/common/icon-user-logged-in.png);
}
.webp #caCommonHeader .icon-user.logged {
  background-image: url(//game.gtimg.cn/images/aqwx/web202501/common/icon-user-logged-in.webp);
}
#caCommonHeader .user-info-wrapper {
  display: flex;
  align-items: center;
}
#caCommonHeader .btn-login {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: color 0.3s ease-out;
  color: #ca4d31;
}
#caCommonHeader .right-nav .item {
  padding: 0.1rem 0.2rem;
  box-sizing: border-box;
  transition: color 0.3s ease-out;
}
#caCommonHeader .right-nav .item1:hover {
  color: #ca4d31;
}
#caCommonHeader .btn-common {
  display: block;
  width: 1.44rem;
  height: 0.45rem;
  line-height: 0.45rem;  
  margin-left: 0.2rem;
  padding-bottom: 0.04rem;
  text-align: center;
  color: #000000;
  font-weight: bold;
  background: url(//game.gtimg.cn/images/aqwx/web202501/common/btn-download.png) center/contain no-repeat;
  cursor: pointer;
  transition: background-image 0.3s ease-out;
  box-sizing: border-box;
}
#caCommonHeader .btn-common:hover {
  background-image: url(//game.gtimg.cn/images/aqwx/web202501/common/btn-download-hover.png);
}
.webp #caCommonHeader .btn-common {
  background-image: url(//game.gtimg.cn/images/aqwx/web202501/common/btn-download.webp);
}
.webp #caCommonHeader .btn-common:hover {
  background-image: url(//game.gtimg.cn/images/aqwx/web202501/common/btn-download-hover.webp);
}
#caCommonHeader .nav-show-qrcode {
  position: relative;
}
#caCommonHeader .nav-show-qrcode .qrcode-wrapper {
  position: absolute;
  left: 100%;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  background: url(//game.gtimg.cn/images/aqwx/web202501/common/bg-nav-qrcode.png) center/contain no-repeat;
  opacity: 0;
  pointer-events: none;
}
#caCommonHeader .nav-show-qrcode .qrcode-img {
  display: block;
  width: 0.85rem;
  height: auto;
}
#caCommonHeader .nav-show-qrcode:hover .qrcode-wrapper {
  opacity: 1;
  pointer-events: auto;
}

.slide-title-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 17.37rem;
  margin: 0 auto 0.34rem;
  padding-bottom: 0.21rem;
  color: rgba(155, 155, 155, 0.8);
  font-size: 0.18rem;
}
.slide-title-wrapper::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 0.03rem;
  background: url(//game.gtimg.cn/images/aqwx/web202501/index/title-decoration-bottom.png) left center/cover no-repeat;
  box-sizing: border-box;
}
.webp .slide-title-wrapper::after {
  background-image: url(//game.gtimg.cn/images/aqwx/web202501/index/title-decoration-bottom.webp);
}
.slide-title {
  position: relative;
  font-size: 0.46rem;
  font-weight: bold;
}
.slide-title::after {
  content: '';
  display: block;
  position: absolute;
  left: calc(100% + 0.08rem);
  top: 50%;
  transform: translateY(-50%);
  width: 1.06rem;
  height: 0.3rem;
  background: url(//game.gtimg.cn/images/aqwx/web202501/index/title-decoration.png) center/contain no-repeat;
}
.slide-title-wrapper .tab-item {
  position: relative;
  padding: 0.04rem 0.21rem;
  box-sizing: border-box;
  color: rgba(155, 155, 155, 0.8);
}
.slide-title-wrapper .tab-item::after,
.slide-title-wrapper .tab-item::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  border: 0.01rem solid transparent;
  transition: all 0.2s ease-in-out;
  box-sizing: border-box;
}
.slide-title-wrapper .tab-item::before {
  left: 0;
  border-right: none;
}
.slide-title-wrapper .tab-item::after {
  right: 0;
  border-left: none;
}
.slide-title-wrapper .tab-item .dot {
  display: none;
  position: absolute;
  top: 0.06rem;
  right: 0.08rem;
  width: 0.04rem;
  height: 0.04rem;
  background-color: #ca4d31;
  border-radius: 50%;
  animation: blinkAnimation 1s infinite;
}
.slide-title-wrapper .tab-item.cur,
.slide-title-wrapper .tab-item:hover {
  color: #ca4d31;
}
.slide-title-wrapper .tab-item.cur::after,
.slide-title-wrapper .tab-item.cur::before,
.slide-title-wrapper .tab-item:hover::after,
.slide-title-wrapper .tab-item:hover::before {
  width: 0.05rem;
  border-color: #ca4d31;
}
.slide-title-wrapper .tab-item.cur .dot,
.slide-title-wrapper .tab-item:hover .dot {
  display: block;
}
.slide-title-wrapper .btn-more {
  transition: color 0.3s ease-in-out;
  color: rgba(155, 155, 155, 0.8);
}
.slide-title-wrapper .btn-more:hover {
  color: #ca4d31;
}
.slide-title-wrapper .btn-more .icon-more {
  display: inline-block;
  width: 0.14rem;
  height: 0.14rem;
  margin-left: 0.12rem;
  background: url(//game.gtimg.cn/images/aqwx/web202501/index/icon-more.png) center/contain no-repeat;
}

/* 寮圭獥 */
.pop {
  width: 9.31rem;
  height: 5.12rem;
  background: url(//game.gtimg.cn/images/aqwx/web202501/common/bg-modal.png) center/contain no-repeat;
}
.pop-close {
  position: absolute;
  top: 0.03rem;
  right: -0.56rem;
  display: block;
  width: 0.5rem;
  height: 0.53rem;
  background: url(//game.gtimg.cn/images/aqwx/web202501/common/icon-close.png) center/contain no-repeat;
  transition: background-image 0.3s ease-out;
  cursor: pointer;
  box-sizing: border-box;
}
.pop-close:hover {
  background-image: url(//game.gtimg.cn/images/aqwx/web202501/common/icon-close-hover.png);
}
.pop-title {
  margin: 0.18rem auto;
  font-size: 0.36rem;
  font-weight: bold;
  color: #a2a1a1;
  text-align: center;
  line-height: 1;
}
.pop-content {
  margin: 0.44rem auto;
  padding: 0 0.93rem;
  color: rgba(144, 143, 143, 0.6);
  height: 3.56rem;
  line-height: 1.333;
  overflow-y: auto;
  overflow-x: hidden;
  font-size: 0.18rem;
}
.pop-content p {
  margin-bottom: 0.1rem;
}
.pop-content .content-cc {
  margin: 0 auto;
  width: 5.3rem;
  min-height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 0.22rem;
}
.pop-content::-webkit-scrollbar {
  width: 0.048rem;
}
.pop-content::-webkit-scrollbar-track {
  background-color: #000;
}
.pop-content::-webkit-scrollbar-thumb {
  background-color: #6c6b6c;
}
.pop-media #popMedia {
  width: 12.86rem;
  height: 7.50rem;
  padding: 0.04rem 0 0.11rem;
  background: url(//game.gtimg.cn/images/aqwx/web202501/common/bg-modal-media.png) center/contain no-repeat;
  box-sizing: border-box;
}
.pop-register-success {
  width: 3.33rem;
  height: 1.61rem;
  background: url(//game.gtimg.cn/images/aqwx/web202501/common/bg-modal-sm.png) center/contain no-repeat;
}
.pop-register-success .pop-content-simple {
  padding-top: 0.64rem;
  font-size: 0.22rem;
  text-align: center;
  line-height: 1;
  color: #878787;
  box-sizing: border-box;
}
.pop-bind-phone-or-email {
  width: 7.35rem;
  height: 8.62rem;
  background-image: url(//game.gtimg.cn/images/aqwx/web202501/common/bg-modal-bind.png);
}
.pop-bind-phone-or-email .pop-content {
  padding: 0 0.62rem;
  margin: 0.52rem auto 0;
  height: 7.5rem;
}
.pop-bind-phone-or-email .top-mes {
  position: relative;
  display: flex;
  justify-content: space-around;
  font-size: 0.28rem;
  font-weight: bold;
  color: #a2a1a1;
}
.pop-bind-phone-or-email .bind-item img {
  display: block;
  width: 1.87rem;
  height: 1.47rem;
  margin: 0.3rem auto 0;
}
.pop-bind-phone-or-email .reward-mes {
  margin: 0.25rem auto 0.3rem;
  font-size: 0.16rem;
  color: #878787;
}
.pop-bind-phone-or-email .bind-tab-item-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.13rem;
  margin-bottom: 0.23rem;
}
.pop-bind-phone-or-email .bind-tab-item {
  flex: 1;
  height: 0.63rem;
  line-height: 0.63rem;
  text-align: center;
  font-size: 0.2537rem;
  font-weight: bold;
  color: #a2a1a1;
  background: url(//game.gtimg.cn/images/aqwx/web202501/common/btn-2.png) center/cover no-repeat;
  cursor: pointer;
}
.pop-bind-phone-or-email .bind-tab-item.current {
  color: #ca4d31;
  background-image: url(//game.gtimg.cn/images/aqwx/web202501/common/btn-2-hover.png);
}
#unbindEmailContent,
#bindEmailContent,
#unbindPhoneContent,
#bindPhoneContent {
  display: none;
}
#unbindEmailContent.show,
#bindEmailContent.show,
#unbindPhoneContent.show,
#bindPhoneContent.show {
  display: block;
}
.input-phone {
  display: block;
  width: 100%;
  height: 0.44rem;
  line-height: 0.44rem;
  padding: 0 0.12rem;
  font-size: 0.22rem;
  color: #908f8f;
  background-color: rgba(0, 0, 0, 0.302);
  border: 0.01rem solid rgb(61, 61, 61);
  box-sizing: border-box;
  outline: none;
}
.input-phone.disabled {
  cursor: not-allowed;
}
.get-sms-code-wrapper {
  margin: 0.2rem auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.input-sms-code {
  width: 3.84rem;
  height: 0.42rem;
  line-height: 0.42rem;
  padding: 0 0.12rem;
  font-size: 0.22rem;
  color: #908f8f;
  background-color: rgba(0, 0, 0, 0.302);
  border: 0.01rem solid rgb(61, 61, 61);
  box-sizing: border-box;
  outline: none;
}
.get-sms-code {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.09rem;
  height: 0.42rem;
  line-height: 0.42rem;
  text-align: center;
  font-size: 0.18rem;
  color: #000;
  background-color: rgb(155, 155, 155);
  border: 0.01rem solid rgb(108, 108, 108);
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.get-sms-code:hover {
  background-color: rgb(202, 77, 49);
  border-color: rgb(202, 77, 49);
}
.checkbox-wrapper {
  display: flex;
  align-items: center;
  font-size: 0.17rem;
}
.input-checkbox {
  display: inline-block;
  width: 0.25rem;
  height: 0.25rem;
  margin: 0;
  /* 鑷畾涔塩heckbox鏍峰紡 */
  opacity: 0;
}
.custom-checkbox {
  position: relative;
  width: 0.25rem;
  height: 0.25rem;
}
.custom-checkbox .custom {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 0.01rem solid rgb(61, 61, 61);
  background-color: rgba(0, 0, 0, 0.302);
  box-sizing: border-box;
  z-index: -1;
}
.input-checkbox:checked+.custom::after {
  content: '';
  display: block;
  position: absolute;
  left: 0.02rem;
  top: 0.02rem;
  width: 0.28rem;
  height: 0.19rem;
  background: url(//game.gtimg.cn/images/aqwx/web202501/common/icon-check.png) center/contain no-repeat;
}
.agree-text {
  display: inline-block;
  margin: 0 0.2rem;
  color: #9b9b9b;
}
.detail-mes {
  margin: 0.2rem auto 0.35rem;
  font-size: 0.16rem;
  color: #878787;
  height: 1.07rem;
}
.input-submit {
  display: block;
  width: 2.34rem;
  height: 0.45rem;
  line-height: 0.45rem;
  text-align: center;
  margin: 0 auto;
  font-size: 0.20rem;
  font-weight: bold;
  color: #000;
  background: url(//game.gtimg.cn/images/aqwx/web202501/common/btn-4.png) center/contain no-repeat;
  border: none;
  outline: none;
  cursor: pointer;
  transition: background-image 0.3s ease-out;
}
.input-submit:hover {
  background-image: url(//game.gtimg.cn/images/aqwx/web202501/common/btn-4-hover.png);
}
.input-submit.disabled {
  cursor: not-allowed;
  pointer-events: none;
  background-image: url(//game.gtimg.cn/images/aqwx/web202501/common/btn-4-disabled.png);
}
.input-submit.hide {
  display: none;
}
.sign-btn-group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.44rem;
}

/* notification */
.common-notification {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  min-width: 252px;
  max-width: min(14rem, 560px);
  background-color: #141518;
  padding: 27px 83px;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: bold;
  color: #a2a1a1;
  text-align: center;
  z-index: 10000;
}

.common-notification::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #3f4142;
}

@media screen and (max-width: 1600px) {
  .common-notification {
    font-size: 14px;
  }
}

.pop-device-config {
  height: auto;
  background: none;
  box-sizing: border-box;
  border-image: url(//game.gtimg.cn/images/aqwx/web202501/common/bg-modal-config.png) 30 0 fill;
  border-image-width: 30px 0;
}
.pop-device-config .pop-content {
  margin: 0.2rem auto;
  padding: 0 0.45rem;
  height: 5.8rem;
}
.pop-device-config .pop-title {
  margin: 0.3rem auto 0.2rem;
}
.pop-device-config .title-1 {
  line-height: 1.11;
}
.pop-device-config table {
  border-collapse: collapse;
  border: 0.01rem solid rgba(255, 255, 255, 0.46);
  text-align: center;
  color: #878787;  
}
.pop-device-config table th:nth-child(1) {
  width: 20%;
}
.pop-device-config table th:nth-child(3),
.pop-device-config table th:nth-child(2) {
  width: 40%;
}
.pop-device-config table th,
.pop-device-config table td {
  padding: 0.12rem 0.02rem;
  border: 0.01rem solid rgba(255, 255, 255, 0.46);
  box-sizing: border-box;
}
.pop-device-config .input-submit-1,
.pop-device-config .input-submit {
  margin: 0.46rem 0 0;
  font-size: 0.22rem;
  width: 2.82rem;
  height: 0.55rem;
  line-height: 0.55rem;
}
.pop-device-config .input-submit:hover {
  background-image: url(//game.gtimg.cn/images/aqwx/web202501/common/btn-4.png);
}
.pop-device-config .input-submit-1:hover {
  background-image: url(//game.gtimg.cn/images/aqwx/web202501/common/btn-4-hover.png);
}
.pop-device-config .input-submit-1 {
  display: block;
  text-align: center;
  font-weight: bold;
  color: #000;
  background: url(//game.gtimg.cn/images/aqwx/web202501/common/btn-4-hover.png) center/contain no-repeat;
  border: none;
  outline: none;
  cursor: pointer;
}