@font-face {
  font-family: 'RefrigeratorDeluxe';
  src: url('../fonts/RefrigeratorDeluxe.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DONGQINGHEITI-1';
  src: local('Hiragino Sans GB') url('../fonts/DONGQINGHEITI-1.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
.f_refrigerator {
  font-family: 'RefrigeratorDeluxe',system-ui, sans-serif;
}
.f_dongqing {
  font-family: 'DONGQINGHEITI-1',system-ui, sans-serif;
}
html,body,dl,dd,h1,h2,h3,h4,h5,h6,p,span{margin:0;padding:0;outline:none;}
body{font:0.32rem microsoft yahei,tahoma,simsun,sans-serif;color:#9d9d9d;}
h1,h2,h3,h4,h5,h6{font-size:100%}
img{border: none;padding: 0;margin:0;-webkit-user-select: none;-moz-user-select: none;vertical-align: top;pointer-events: none;user-select: none; outline: none;}
em,i,b{font-style:normal}
ul,ol{list-style:none;margin:0;padding:0}
a{text-decoration:none;color: #9d9d9d;}
.db{display: block;}
.pr{position: relative;}
.pa{position: absolute;}
* {-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
.hide{display: none;}
.ca-c-1{color: #ca4d31;}
.text-ellipsis{text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}

:root {
  --main-tx-c: rgba(209, 209, 209, 0.8);
  --disabled-c: #4d4d4d;
}

@keyframes blinkAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
html {
  background-color: #000000;
}
body.no-scroll {
  overflow: hidden;
}
.btn-sty3,
.btn-sty1 {
  display: block;
  width: 4.23rem;
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  padding-bottom: 0.05rem;
  color: #000;
  font-size: 0.36rem;
  font-weight: bold;
  background: url(//game.gtimg.cn/images/aqwx/m202502/common/btn-1.png) center/contain no-repeat;
}
.btn-sty3 {
  background-image: url(//game.gtimg.cn/images/aqwx/m202502/common/btn-1-hover.png);
}
.btn-sty3.disabled,
.btn-sty1.disabled {
  background-image: url(//game.gtimg.cn/images/aqwx/m202502/common/btn-1-disabled.png);
  pointer-events: none;
}
.btn-sty2 {
  display: block;
  width: 4.48rem;
  height: 0.95rem;
  line-height: 0.95rem;
  text-align: center;
  font-size: 0.38rem;
  font-weight: bold;
  background: url(//game.gtimg.cn/images/aqwx/m202502/common/btn-2.png) center/contain no-repeat;
}
.wrapper {
  position: relative;
  width: 10.8rem;
  height: calc(var(--vh) * 100);
  overflow: hidden;
  box-sizing: border-box;
  margin: 0 auto;
}

.header {
  left: 0;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 1.19rem;
  padding: 0 0.51rem;
  background-color: rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  z-index: 100;
}
.header .logo,
.header picture,
.header .logo-wrapper {
  display: block;
}
.header .logo {
  width: 2.99rem;
  height: 0.52rem;
 /* width:3.28rem;
  height: 0.79rem;*/
}
.header .right-nav {
  display: flex;
  align-items: center;
  column-gap: 0.26rem;
}
.right-nav .icon-user {
  width: 0.25rem;
  height: 0.29rem;
  background: url(//game.gtimg.cn/images/aqwx/m202502/common/icon-user.png) center/contain no-repeat;
  /* background: url(//game.gtimg.cn/images/aqwx/m202502/common/icon-user2.png) center/contain no-repeat; */
}
.right-nav .user-info-wrapper {
  display: flex;
  align-items: center;
  gap: 0.26rem;
}
.right-nav .user-info-wrapper .username {
  max-width: 3rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.right-nav .icon-line {
  width: 0.03rem;
  height: 0.48rem;
  margin: 0 0.12rem;
  background: url(//game.gtimg.cn/images/aqwx/m202502/common/icon-line.png) center/contain no-repeat;
}
.right-nav .btn-nav-list {
  width: 0.41rem;
  height: 0.28rem;
  background: url(//game.gtimg.cn/images/aqwx/m202502/common/icon-nav.png) center/contain no-repeat;
}
.right-nav .btn-dialog-close {
  width: 0.37rem;
  height: 0.37rem;
  margin: 0 0.02rem;
  background: url(//game.gtimg.cn/images/aqwx/m202502/common/icon-close-dialog.png) center/contain no-repeat;
}
.content-wrapper {
  width: 9rem;
  width: round(up, 9rem, 1px);
  margin: 0 auto;
  padding-top: 3.55rem;
  box-sizing: border-box;
}
.slide-title-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 9rem;
  max-width: round(up, 9rem, 1px);
  margin-bottom: 0.62rem;
  color: var(--main-tx-c);
  font-size: 0.3rem;
}
.slide-title-wrapper::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0.8rem;
  width: 100%;
  height: 0.03rem;
  background: url(//game.gtimg.cn/images/aqwx/m202502/common/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.54rem;
  font-weight: bold;
  align-self: flex-start;
}
.slide-title::after {
  content: '';
  display: block;
  position: absolute;
  left: calc(100% + 0.16rem);
  top: 50%;
  transform: translateY(-50%);
  width: 1.27rem;
  height: 0.44rem;
  background: url(//game.gtimg.cn/images/aqwx/m202502/common/title-decoration.png) center/contain no-repeat;
}
.slide-title-wrapper .tab-list {
  margin-top: 0.58rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.slide-title-wrapper .tab-item {
  position: relative;
  padding: 0.04rem 0.23rem;
  box-sizing: border-box;
  color: var(--main-tx-c);
  line-height: 1;
}
.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.07rem;
  right: 0.09rem;
  width: 0.05rem;
  height: 0.05rem;
  background-color: #ca4d31;
  border-radius: 50%;
  animation: blinkAnimation 1s infinite;
}
.slide-title-wrapper .tab-item.cur {
  color: #ca4d31;
}
.slide-title-wrapper .tab-item.cur::after,
.slide-title-wrapper .tab-item.cur::before {
  width: 0.06rem;
  border-color: #ca4d31;
}
.slide-title-wrapper .tab-item.cur .dot {
  display: block;
}
.slide-title-wrapper .btn-more {
  transition: color 0.3s ease-in-out;
  color: var(--main-tx-c);
}
.slide-title-wrapper .btn-more .icon-more {
  display: inline-block;
  width: 0.17rem;
  height: 0.17rem;
  margin-left: 0.09rem;
  background: url(//game.gtimg.cn/images/aqwx/m202502/common/icon-more.png) center/contain no-repeat;
}

/* 菜单弹窗 */
.dialog {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: calc(100% - 1.19rem);
  background-color: rgba(2,3,4,0.78);
  border-top: 0.03rem solid #3d3d3d;
  z-index: 100;
  visibility: hidden;
  transition: top 0.3s ease-in-out, visibility 0.3s ease-in-out;
  overflow-x: hidden;
  overflow-y: auto;
}
.dialog::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
  background-color: transparent;
}
.dialog.show {
  top: 1.19rem;
  visibility: visible;
}
.dialog-content {
  padding: 0 0.64rem;
  box-sizing: border-box;
}
.dialog-content .nav-item-a,
.dialog-content .nav-item .main-text {
  display: flex;
  align-items: center;
  height: 1.36rem;
  padding: 0 0.28rem;
  font-size: 0.42rem;
  border-bottom: 0.01rem solid rgba(61, 61, 61, 0.702);
  pointer-events: none;
}
.dialog-content .nav-item-a {
  pointer-events: auto;
}
.dialog-content .nav-item.active .main-text {
  color: #fff;
}
.dialog-content .nav-item.with-sub .main-text {
  position: relative;
}
.dialog-content .nav-item.with-sub .main-text::after {
  content: '';
  display: block;
  position: absolute;
  left: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.25rem;
  height: 0.25rem;
  background: url(//game.gtimg.cn/images/aqwx/m202502/common/icon-sub-nav.png) center/contain no-repeat;
}
.dialog-content .nav-item .sub-nav-panel {
  display: none;
  flex-direction: column;
  padding: 0.25rem 0.28rem;
  border-bottom: 0.01rem solid rgba(61, 61, 61, 0.702);
  box-sizing: border-box;
  /* overflow: hidden; */
}
.dialog-content .nav-item.with-sub.show-sub .sub-nav-panel {
  display: block;
}
.dialog-content .nav-item.with-sub.show-sub .main-text::after {
  background-image: url(//game.gtimg.cn/images/aqwx/m202502/common/icon-sub-nav-active.png);
}
.dialog-content .nav-item .sub-nav-item {
  position: relative;
  display: flex;
  align-items: center;
  height: 0.9rem;
  padding-left: 0.53rem;
  font-size: 0.34rem;
}
.dialog-content .nav-item .sub-nav-item::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.22rem;
  height: 0.02rem;
  background-color: #9d9d9d;
}
.dialog-content .qrcode-wrapper {
  position: absolute;
  left: 3rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2.50rem;
  height: 2.38rem;
  padding: 0.22rem 0.31rem 0;
  background: url(//game.gtimg.cn/images/aqwx/m202502/common/bg-qrcode.png) center/contain no-repeat;
  box-sizing: border-box;
}
.dialog-content .qrcode-img {
  display: block;
  width: 2rem;
  height: 2rem;
}
.dialog-content .qrcode-wrapper.mp-code-qa::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: -1.2rem;
  transform: translate3d(-50%, 0, 0);
  width: 2.5rem;
  height: 3.75rem;
  background: url(//game.gtimg.cn/images/aqwx/web202501/common/mp-code-qa-decration_2x.png) center/contain no-repeat;
}

/* 弹窗 */
.pop {
  width: 9.31rem;
  height: 7.32rem;
  background: url(//game.gtimg.cn/images/aqwx/m202502/common/bg-modal.png) center/contain no-repeat;
  /* milo横屏转竖屏计算有误，css覆盖一下 */
  top: 50% !important;
  margin-top: 0 !important;
  margin-left: 0 !important;
  transform: translate3d(-50%, -50%, 0);
  outline: none !important;
}
.pop-close {
  position: absolute;
  top: -0.70rem;
  right: 0;
  display: block;
  width: 0.60rem;
  height: 0.64rem;
  background: url(//game.gtimg.cn/images/aqwx/m202502/common/icon-close.png) center/contain no-repeat;
  box-sizing: border-box;
}
.pop-title {
  margin: 0.14rem auto;
  font-size: 0.4rem;
  font-weight: bold;
  color: #a2a1a1;
  text-align: center;
  line-height: 1;
}
.pop-content {
  margin: 0.8rem auto 0;
  padding: 0 0.95rem;
  color: rgba(144, 143, 143, 0.6);
  height: 5rem;
  line-height: 1.333;
  overflow-y: auto;
  overflow-x: hidden;
  font-size: 0.24rem;
}
.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-unbind-success .pop-content .txt-cc {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.22rem;
  min-height: 3rem;
  text-align: justify;
  line-height: 1.35;
}
.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: 9rem;
  height: 5.25rem;
  padding: 0.04rem 0 0.11rem;
  background: url(//game.gtimg.cn/images/aqwx/m202502/common/bg-modal-media.png) center/contain no-repeat;
  box-sizing: border-box;
}
.pop-sm {
  width: 3.33rem;
  height: 1.61rem;
  background: url(//game.gtimg.cn/images/aqwx/m202502/common/bg-modal-sm.png) center/contain no-repeat;
}
.pop-sm .pop-content-simple {
  padding-top: 0.63rem;
  font-size: 0.28rem;
  text-align: center;
  line-height: 1;
  color: #878787;
  box-sizing: border-box;
}
.pop-bind-phone-or-email {
  width: 9.16rem;
  height: 11.09rem;
  background-image: url(//game.gtimg.cn/images/aqwx/m202502/common/bg-modal-bind.png);
}
.pop-bind-phone-or-email .pop-content {
  padding: 0 0.81rem;
  margin: 0.33rem auto 0;
  height: 10.3rem;
  color: #878787;
}
.pop-bind-phone-or-email .top-mes {
  position: relative;
  display: flex;
  justify-content: space-around;
  font-size: 0.32rem;
  font-weight: bold;
  color: #a2a1a1;
}
.pop-bind-phone-or-email .bind-item {
  position: relative;
}
.pop-bind-phone-or-email .status-label {
  position: absolute;
  top: 0.62rem;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  width: 0.92rem;
  height: 0.32rem;
  line-height: 0.32rem;
  text-align: center;
  font-size: 0.24rem;
  font-weight: normal;
}
.pop-bind-phone-or-email .status-label.status-0 {
  color: #9b9b9b;
  background: url(//game.gtimg.cn/images/aqwx/m202502/common/status-label-bg-1.png) center/contain no-repeat;
}
.pop-bind-phone-or-email .status-label.status-2,
.pop-bind-phone-or-email .status-label.status-1 {
  color: #ca4d31;
  background: url(//game.gtimg.cn/images/aqwx/m202502/common/status-label-bg-2.png) center/contain no-repeat;
}
.pop-bind-phone-or-email .bind-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.59rem;
}
.btn-sty6,
.btn-sty5 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.18rem;
  height: 0.67rem;
  line-height: 1;
  padding-bottom: 0.04rem;
  box-sizing: border-box;
  font-size: 0.28rem;
  color: #000000;
  text-align: center;
}
.btn-sty5 {
  background: url(//game.gtimg.cn/images/aqwx/m202502/common/btn-5.png) center/contain no-repeat;
}
.btn-sty6.disabled,
.btn-sty5.disabled {
  background-image: url(//game.gtimg.cn/images/aqwx/m202502/common/btn-5-disabled.png);
  pointer-events: none;
}
.btn-sty6 {
  background: url(//game.gtimg.cn/images/aqwx/m202502/common/btn-5-hover.png) center/contain no-repeat;
}
.pop-bind-phone-or-email .bind-item img {
  display: block;
  width: 2.26rem;
  height: 1.77rem;
  margin: 0.37rem auto 0;
}
.pop-bind-phone-or-email .reward-mes {
  margin: 0.35rem auto 0.2rem;
  font-size: 0.24rem;
}
.pop-bind-phone-or-email .bind-tab-item-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.16rem;
  margin-bottom: 0.28rem;
}
.pop-bind-phone-or-email .bind-tab-item {
  flex: 1;
  height: 0.77rem;
  line-height: 0.77rem;
  text-align: center;
  font-size: 0.32rem;
  font-weight: bold;
  color: #a2a1a1;
  background: url(//game.gtimg.cn/images/aqwx/m202502/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/m202502/common/btn-2-hover.png);
}

.pop-first-month-download {
  width: 9.6rem;
  height: 10.89rem;
  background-image: url(//game.gtimg.cn/images/aqwx/web202501/common/bg-modal-1st-month.png);
}
.pop-first-month-download .pop-content {
  padding: 0 0.78rem;
  margin: 0.68rem auto 0;
  height: 10.3rem;
  color: #e9e9e9;
  text-align: center;
}
.pop-first-month-download .title {
  font-size: 0.48rem;
  color: #a2a1a1;
 }
.pop-first-month-download .reward-G18C {
  display: block;
  width: 8.07rem;
  height: 5.73rem;
  margin: 0.63rem auto 0.7rem;
}
.pop-first-month-download .pop-content .highlight {
  color: #ff4d25;
}
.pop-first-month-download .pop-content .font-30{
  font-size: .32rem;
  line-height: 1.8;
}

#unbindEmailContent,
#bindEmailContent,
#unbindPhoneContent,
#bindPhoneContent {
  display: none;
}
#unbindEmailContent.show,
#bindEmailContent.show,
#unbindPhoneContent.show,
#bindPhoneContent.show {
  display: block;
}
.input-phone {
  display: block;
  width: 100%;
  height: 0.53rem;
  line-height: 0.53rem;
  padding: 0 0.14rem;
  font-size: 0.27rem;
  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.24rem auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.input-sms-code {
  width: 4.66rem;
  height: 0.53rem;
  line-height: 0.53rem;
  padding: 0 0.14rem;
  font-size: 0.27rem;
  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.55rem;
  height: 0.53rem;
  line-height: 0.53rem;
  text-align: center;
  font-size: 0.22rem;
  color: #000;
  background-color: rgb(155, 155, 155);
  border: 0.01rem solid rgb(108, 108, 108);
  box-sizing: border-box;
  cursor: pointer;
}
.checkbox-wrapper {
  display: flex;
  align-items: center;
  font-size: 0.24rem;
}
.input-checkbox {
  display: inline-block;
  width: 0.31rem;
  height: 0.31rem;
  margin: 0;
  /* 自定义checkbox样式 */
  opacity: 0;
}
.custom-checkbox {
  position: relative;
  width: 0.31rem;
  height: 0.31rem;
}
.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.33rem;
  height: 0.22rem;
  background: url(//game.gtimg.cn/images/aqwx/m202502/common/icon-check.png) center/contain no-repeat;
}
.pop-bind-phone-or-email .agree-text {
  display: inline-block;
  margin: 0 0.24rem;
}
.pop-bind-phone-or-email .detail-mes {
  margin: 0.2rem auto;
  font-size: 0.24rem;
  color: #9b9b9b;
  /* height: 2.20rem; */
}
.input-submit {
  display: block;
  width: 3.52rem;
  height: 0.68rem;
  line-height: 0.68rem;
  text-align: center;
  margin: 0 auto;
  font-size: 0.28rem;
  color: #000;
  background: url(//game.gtimg.cn/images/aqwx/m202502/common/btn-4.png) center/contain no-repeat;
  border: none;
  outline: none;
}
.input-submit.disabled {
  cursor: not-allowed;
  pointer-events: none;
  background-image: url(//game.gtimg.cn/images/aqwx/m202502/common/btn-4-disabled.png);
}
.input-submit.hide {
  display: none;
}
.sign-btn-group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.44rem;
}
/* 登录弹窗 */
.pop-md {
  height: 5.12rem;
  background-image: url(//game.gtimg.cn/images/aqwx/m202502/common/bg-modal-login.png);
}
.pop-md .pop-title {
  margin: 0.15rem auto;
}
.pop-md .btn-bottom {
  position: absolute;
  left: 50%;
  bottom: 0.56rem;
  transform: translate3d(-50%, 0, 0);
  width: 3.51rem;
  height: 0.675rem;
  line-height: 0.675rem;
  font-size: 0.28rem;
  color: #000;
  text-align: center;
  background: url(//game.gtimg.cn/images/aqwx/m202502/common/btn-4.png) center/contain no-repeat;
}
.pop-login-type .type-wrapper {
  display: flex;
  justify-content: space-between;
  width: 6.7rem;
  height: 2.4rem;
  margin: 0 auto 0.54rem;
  background: url(//game.gtimg.cn/images/aqwx/m202502/common/login-type.png) top/contain no-repeat;
}
.pop-login-type .type-item {
  width: 2.4rem;
  height: 2.9rem;
  display: flex;
  justify-content: center;
  align-items: end;
  color: #908f8f;
  font-size: 0.24rem;
}
/* 微信登录弹窗 */
.pop-login-wechat .pop-content {
  height: 5.9rem;
}
.pop-login-wechat .url {
  padding: 0.15rem 0.24rem;
  font-size: 0.22rem;
  border: 0.01rem solid rgb(61, 61, 61);
  background-color: rgba(0, 0, 0, 0.302);
  box-sizing: border-box;
  color: #908f8f;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.pop-login-wechat .copy-btn {
  width: 2.16rem;
  height: 0.675rem;
  margin: 0.3rem auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 0.28rem;
  font-weight: bold;
  background: url(//game.gtimg.cn/images/aqwx/m202502/common/btn-3.png) center/contain no-repeat;
}
.pop-login-wechat .scan-tips-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pop-login-wechat .scan-tips {
  position: relative;
  padding: 0 0.32rem;
  text-align: center;
}
.pop-login-wechat .scan-tips::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate3d(0,-50%, 0);
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 0.16rem 0.095rem 0 0.095rem;
  border-top-color: #a2a1a1;
}
.pop-login-wechat .qrcode-wrapper1 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.3rem auto;
  background: url(//game.gtimg.cn/images/aqwx/m202502/common/bg-qrcode-pure.png) center/contain no-repeat;
}
.pop-login-wechat .qrcode-img {
  position: relative;
  margin: 0.226rem 0.126rem;
  width: 2.14rem;
  height: 2.14rem;
  z-index: 0;
}
.pop-login-wechat .qrcode-img::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 2.34rem;
  height: 2.34rem;
  background-color: #fff;
  z-index: -1;
}

.pop-copy-url .url {
  padding: 0.15rem 0.24rem;
  font-size: 0.22rem;
  border: 0.01rem solid rgb(61, 61, 61);
  background-color: rgba(0, 0, 0, 0.302);
  box-sizing: border-box;
  color: #908f8f;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.qrcode-wrapper {
  display: none;
}
.qrcode-wrapper.show {
  display: block;
}

/* notification */
.common-notification {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  min-width: 5.55rem;
  max-width: 9.45rem;
  background-color: #0e0e0e;
  padding: 0.4rem 0.6rem;
  box-sizing: border-box;
  font-size: 0.3rem;
  font-weight: bold;
  color: #ca4d31;
  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% - 0.28rem);
  height: calc(100% - 0.28rem);
  border: 0.01rem solid #ca4d31;
}


.pop-device-config {
  height: auto;
  background: none;
  box-sizing: border-box;
  border-image: url(//game.gtimg.cn/images/aqwx/m202502/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: 7.2rem;
}
.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-1 {
  display: block;
  text-align: center;
  font-weight: bold;
  color: #000;
  background: url(//game.gtimg.cn/images/aqwx/m202502/common/btn-4-hover.png) center/contain no-repeat;
  border: none;
  outline: none;
  cursor: pointer;
}
.pop-device-config .input-submit-1.hide {
  display: none;
}
.pop-unbind-success .pop-content,
.pop-go-pc-download .pop-content,
.pop-sign-up-success .pop-content {
  margin: 0 auto;
}
.pop-go-pc-download .pop-content .content-cc {
  font-size: 0.34rem;
}

.ca-qrcode-img-box {
  width: 100%;
  height: 100%;
}
.ca-qrcode-img-box canvas {
  width: 100%!important;
  height: 100%!important;
}
.ca-qrcode-img-box img {
  width: 100%!important;
  height: 100%!important;
  vertical-align: top;
  -webkit-touch-callout:default;
}
.ca-color-1 {
  color: #ca4d31;
}
.pop-unbind-confirm-show {
  display: block;
  visibility: visible;
  position: fixed;
  z-index: 9999;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.pop-miniapp-qa-code {
  width: 9.20rem;
  height: 9.76rem;
  background: url(//game.gtimg.cn/images/aqwx/m202502/common/bg-modal-miniapp.png) center/contain no-repeat;
}
.pop-miniapp-qa-code .pop-content {
  height: 8.50rem;
  margin: 0;
  padding: 0;
}
.pop-miniapp-qa-code .step-2,
.pop-miniapp-qa-code .pop-title {
  margin: 0.42rem 0 0.38rem 0.7rem;
  display: flex;
  align-items: center;
  font-size: 0.32rem;
  font-weight: bold;
  box-sizing: border-box;
  color: #a2a1a1;
}
.pop-miniapp-qa-code .code-img {
  display: block;
  margin: 0.3rem auto 0.8rem;
  width: 4.12rem;
  height: 4.12rem;
}
.pop-miniapp-qa-code .icon-step-2,
.pop-miniapp-qa-code .icon-step-1 {
  color: #cf6a3d;
}
.pop-miniapp-qa-code .step-pic {
  display: block;
  width: 7.80rem;
  height: 2.02rem;
  margin: 0.46rem auto 0;
  object-fit: contain;
}