:root {
  --easeCommon: cubic-bezier(0.10, 0.00, 0.23, 1.00);
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.flex-0 {
  flex: 0;
}

.flex-1 {
  flex: 1;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}  
@font-face {
  font-family: "swiss";
  src: url(https://game.gtimg.cn/images/rocom/web202507/font-origin/Swiss911BTCompressed.otf);
}
@font-face {
  font-family: "swiss-ultra";
  src: url(https://game.gtimg.cn/images/rocom/web202507/font-origin/Swiss911BTUltraCompressed.otf);
}
@font-face {
  font-family: "FZLTYJT";
  src: url(https://game.gtimg.cn/images/rocom/web202507/font-origin/FZLTYJT.ttf);
}
@font-face {
  font-family: "FZCCHJT";
  src: url(https://game.gtimg.cn/images/rocom/web202507/font-origin/FZCCHJT.ttf);
}
@font-face {
  font-family: "MIANFEIZITI";
  src: url(https://game.gtimg.cn/images/rocom/web202507/font-origin/MIANFEIZITI.ttf);
}
@font-face {
  font-family: "RUNEREGULAR";
  src: url(https://game.gtimg.cn/images/rocom/web202507/font-origin/RUNEREGULAR.ttf);
}
@font-face {
  font-family: "SSMOFANGTI";
  src: url(https://game.gtimg.cn/images/rocom/web202507/font-origin/SSMOFANGTI.TTF);
}
@font-face {
  font-family: "MFQIHEI";
  src: url(https://game.gtimg.cn/images/rocom/web202507/font-origin/SSMOFANGTI.TTF);
}
@font-face {
  font-family: "ROCOBLACK";
  src: url(https://game.gtimg.cn/images/rocom/web202507/font-origin/RocofontblackRegular.ttf);
}

.font-swiss {
  font-family: "swiss" !important;
  font-variant-numeric: tabular-nums;
  font-feature-settings: 'tnum';
}
.font-swiss-ultra {
  font-family: "swiss-ultra" !important;
  font-variant-numeric: tabular-nums;
  font-feature-settings: 'tnum';
}
.font-fzltyjt {
  font-family: "FZLTYJT" !important;
  font-variant-numeric: tabular-nums;
  font-feature-settings: 'tnum';
}
.font-fzcchjt {
  font-family: "FZCCHJT" !important;
  font-variant-numeric: tabular-nums;
  font-feature-settings: 'tnum';
}
.font-mainfeiziti {
  font-family: "MIANFEIZITI" !important;
  font-variant-numeric: tabular-nums;
  font-feature-settings: 'tnum';
}
.font-runeregular {
  font-family: "RUNEREGULAR" !important;
  font-variant-numeric: tabular-nums;
  font-feature-settings: 'tnum';
}
.font-ssmofangti {
  font-family: "SSMOFANGTI" !important;
  font-variant-numeric: tabular-nums;
  font-feature-settings: 'tnum';
}
.font-mfqihei {
  font-family: "MFQIHEI" !important;
  font-variant-numeric: tabular-nums;
  font-feature-settings: 'tnum';
}
.font-rocoblack {
  font-family: "ROCOBLACK" !important;
  font-variant-numeric: tabular-nums;
  font-feature-settings: 'tnum';
}

i, picture {
  display: block;
}

.d-hide {
  display: none !important;
  font-size: 0; 
  text-indent: -999em;
}

.d-block {
  display: block !important;
}


.target-trigger {
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  user-select: none;
  /* pointer-events: none; */
}

/* ------------- modal --------------- */
.modal-page {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1009;
}
.modal-page-bg {
  width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, .8);
}
.modal-page[data-confirm="1"] .modal-page-bg {
  background-color: rgba(0, 0, 0, 0);
} 
.confirm-page-bg {
  width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, .8);
}                                                     
.modal-bg,
.confirm-bg {
  width: 7.45rem;
  height: 5.92rem;
  position: relative;
  padding-top: .1rem;
  background-color: #f4eee1;
  border-radius: .08rem;
}


.modal-btn-close {
  width: .41rem;
  height: .43rem;
  background: url(https://game.gtimg.cn/images/rocom/web202507/index/modal/icon-close.png) 50% 50% / 100% 100% no-repeat;
  /* position: relative; */
  position: absolute;
  top: 0;
  right: -.7rem;
  transition: var(--easeCommon) .2s;
  cursor: pointer;
  z-index: 9;
}
.modal-title {
  width: 7.23rem;
  height: 1.03rem;
  line-height: 1.03rem;
  background: url(https://game.gtimg.cn/images/rocom/web202507/index/modal/title-bg.png) 50% 50% / 100% 100% no-repeat;
  user-select: none;
  color: #f4eee1;
  font-size: .48rem;
  text-align: center;
  font-family: "MIANFEIZITI" !important;
  font-variant-numeric: tabular-nums;
  font-feature-settings: 'tnum';
}
.modal-title-972 {
  width: 9.72rem;
  height: 1.03rem;
  line-height: 1.03rem;
  background: url(https://game.gtimg.cn/images/rocom/web202507/index/modal/title-bg-972.png) 50% 50% / 100% 100% no-repeat;
  user-select: none;
  color: #f4eee1;
  font-size: .48rem;
  text-align: center;
  font-family: "MIANFEIZITI" !important;
  font-variant-numeric: tabular-nums;
  font-feature-settings: 'tnum';
}
.modal-content {
  width: 7.23rem;
  height: auto;
  color: #272727;
  font-size: .28rem;
  line-height: .28rem;
  margin: .2rem 0 .55rem 0;
  cursor: default;
  flex: 1;
}
.modal-btn {
  width: 2.2rem;
  height: .6rem;
  line-height: .6rem;
  font-size: .32rem;
  background-color: #f9c150;
  font-family: "MIANFEIZITI" !important;
  font-variant-numeric: tabular-nums;
  font-feature-settings: 'tnum';
  text-align: center;
  border-radius: .3rem;
  overflow: hidden;
  user-select: none;
  cursor: pointer;
  transition: var(--easeCommon) .2s;
  color: #292828;
  margin-left: .42rem;
  margin-right: .42rem;
}
.modal-btn:active {
  transform: scale(.9) !important;
}
.modal-btn:hover {
  transform: scale(1.02) !important;
}
#qualifyModal .modal-btn{
  margin-left: .1rem;
  margin-right: .1rem;
}
#qualifyModal .modal-content,
#copyDownloadModal .modal-content {
  margin-bottom: .8rem;
}


.modal-qrcode-box {
  width: 1.68rem;
  height: 1.68rem;
  background: url(https://game.gtimg.cn/images/rocom/web202507/index/modal/qrcode-box.png) 50% 50% / 100% 100% no-repeat;
  user-select: none;
}

.modal-qrcode-box img {width: 95%;height: 95%;}

.modal-qrcode-box .act_qrcode {width: 90%;height: 90%;}
.modal-qrcode-box .act_qrcode img,
.modal-qrcode-box .act_qrcode canvas {
  width: 100%;
  height: 100%;
}

.modal-icon-qq {
  width: 2.11rem;
  height: 2.69rem;
  background: url(https://game.gtimg.cn/images/rocom/web202507/index/modal/icon-qq.png) 50% 50% / 100% 100% no-repeat;
  user-select: none;
  cursor: pointer;
}
.modal-icon-wechat {
  width: 2.11rem;
  height: 2.69rem;
  background: url(https://game.gtimg.cn/images/rocom/web202507/index/modal/icon-wechat.png) 50% 50% / 100% 100% no-repeat;
  user-select: none;
  cursor: pointer;
}
.modal-input-phone {
  width: 6.45rem;
  height: .65rem;
  line-height: .65rem;
  background: url(https://game.gtimg.cn/images/rocom/web202507/index/modal/input-phone.png) 50% 50% / 100% 100% no-repeat;
  user-select: none;
}
.modal-input-code {
  width: 6.45rem;
  height: .65rem;
  line-height: .65rem;
  background: url(https://game.gtimg.cn/images/rocom/web202507/index/modal/input-code.png) 50% 50% / 100% 100% no-repeat;
  user-select: none;
}
.modal-input-416 {
  width: 4.16rem;
  height: .65rem;
  line-height: .65rem;
}
.modal-input-645 {
  width: 6.45rem;
  height: .65rem;
  line-height: .65rem;
}
.modal-phone-code-area {
  width: 2.24rem;
  height: .65rem;
  line-height: .65rem;
  font-size: .28rem;
  color: #272727;
}
.modal-phone-btn-send {
  width: 2.1375rem;
  height: .68rem;
  line-height: .68rem;
  font-size: .28rem;
  cursor: pointer;
}
.modal-phone-countdown {
  width: 1.275rem;
  height: .65rem;
  height: .65rem;
  user-select: none;
}
.modal-phone-tip {
  width: 6.45rem;
  line-height: .3rem;
  font-size: .2rem;
  color: rgba(99, 98, 93, .8);
}
.modal-page input {
  height: .65rem;
  line-height: .65rem;
  border:  0 solid transparent;
  background: transparent;
  outline: none;
  user-select: none;
  padding: 0 .375rem;
  font-size: .28rem;
  color: #272727;
  position: relative;
  caret-color: #b03b3a;
  font-family: 'font-dd';
}
.modal-page input::placeholder {
  color: #929086;
  font-size: .28rem;
  font-family: "FZLTYJT" !important;
  font-variant-numeric: tabular-nums;
  font-feature-settings: 'tnum';
}
.modal-page .modal-input-zgm,
.modal-page .modal-input-yzm{  
  width: 6.45rem;
  height: .65rem;
  line-height: .65rem;
  background: url(https://game.gtimg.cn/images/rocom/web202507/index/modal/input-phone.png) 50% 50% / 100% 100% no-repeat;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.modal-page .modal-input-zgm input,
.modal-page .modal-input-yzm input{
  box-sizing: border-box;
  flex-grow: 1;
  width: 100%;
  height: 100%;
}
.modal-page .modal-input-zgm span,
.modal-page .modal-input-yzm span {
    display: flex;
    width: 1.8rem;
    justify-content: center;
    align-items: center;
    font-family: 'font-dd';
    position: relative;
}
.modal-page .modal-input-yzm span::before {
  content: "";
  position: absolute;
  width: .01rem;
  height: .3rem;
  background-color: #74726c;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.modal-page .modal-input-zgm span::before {
  content: "";
  position: absolute;
  width: .01rem;
  height: .3rem;
  background-color: #74726c;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}



.modal-common-tip {
  width: 6.42rem;
  line-height: .46rem;
  overflow: hidden;
  text-align: justify;
  text-overflow: ellipsis;
  display: flex;
  justify-content: center;
  align-items: center;
  word-break: break-all;
  color: #272727;
}
.modal-change-tip{
  width: 6.42rem;
  line-height: .46rem;
  overflow: hidden;
  color: #272727;
  text-align: center;
}
.modal-change-tip span{
  color: #9f573a;
}
.modal-bg .checkcode_box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: .55rem;
    /* border: .05rem solid #939088; */
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
}
.modal-bg .checkcode_box span {
  font-size: .25rem;
  flex: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FDF6EC;
}

.modal-bg .checkcode_box span img {
  width: 1.4rem;
  height: .55rem;
  border: .02rem solid #939088;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.modal-bg .checkcode_box .renew_btn {
  width: .6rem;
  height: .55rem;
  background: url(//game.gtimg.cn/images/rocom/act/a20250901certification/renew.png)no-repeat center/contain #000;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.modal-bg .more_news {width: 100%;position: absolute;display: flex;justify-content: center;align-items: center;font-size: .2rem;bottom: .2rem;}
.modal-bg .more_news a {font-size: .2rem;color: #9f573a;text-decoration: underline;}


/* ------------- toast --------------- */
.toast {
  position: fixed; 
  top: 50%; 
  left: 50%; 
  min-width: 5.6rem; 
  height: .68rem;
  transform: translate(-50%,-50%);
  line-height: .68rem; 
  text-align: center; 
  color: #ffffff!important; 
  z-index: 9999; 
  background: rgba(0, 0, 0, .8); 
  border-radius: .68rem; 
  white-space: nowrap; 
  display: block; 
  font-size: 0.3rem;
  color: #f4eee1;
  box-sizing: border-box;
  padding-left: .65rem;
  padding-right: .2rem;
}
.toast::after {
  content: "";
  width: .46rem;
  height: .46rem;
  background: url(//game.gtimg.cn/images/rocom/m/m202407/home/modal/icon-toast.png) 50% 50% / 100% 100% no-repeat;
  position: absolute;
  top: .1rem;
  left: .1rem;
  user-select: none;
  pointer-events: none;
}
/* ------------- margin --------------- */
.mt-4 {
  margin-top: .04rem;
}

.mt-6 {
  margin-top: .06rem;
}

.mt-10 {
  margin-top: .1rem;
}

.mt-12 {
  margin-top: .12rem;
}

.mt-15 {
  margin-top: .15rem;
}

.mt-18 {
  margin-top: .18rem;
}

.mt-20 {
  margin-top: .2rem;
}

.mt-25 {
  margin-top: .25rem;
}
.mt-30 {
  margin-top: .3rem !important;
}

.mt-31 {
  margin-top: .31rem;
}

.mt-35 {
  margin-top: .35rem;
}

.mt-36 {
  margin-top: .36rem;
}

.mt-40 {
  margin-top: .4rem;
}

.mt-45 {
  margin-top: .45rem;
}

.mt-50 {
  margin-top: .5rem;
}
.mt-55 {
  margin-top: .55rem;
}
.mt-56 {
  margin-top: .56rem;
}

.mt-60 {
  margin-top: .6rem;
}

.mt-65 {
  margin-top: .65rem;
}

.mt-70 {
  margin-top: .7rem;
}

.mt-75 {
  margin-top: .75rem;
}

.mt-80 {
  margin-top: .8rem;
}

.mt-85 {
  margin-top: .85rem;
}

.mt-100 {
  margin-top: 1rem;
}

.mt-120 {
  margin-top: 1.2rem;
}

.mt-130 {
  margin-top: 1.3rem;
}

.mt-135 {
  margin-top: 1.35rem;
}

.mt-140 {
  margin-top: 1.4rem;
}

.mt-180 {
  margin-top: 1.8rem;
}

.mt-200 {
  margin-top: 2rem;
}

.mt-230 {
  margin-top: 2.3rem;
}

.mt-250 {
  margin-top: 2.5rem;
}

.mt-350 {
  margin-top: 3.5rem;
}

.mt-400 {
  margin-top: 4rem;
}

.mr-5 {
  margin-right: .05rem;
}

.mr-8 {
  margin-right: .08rem;
}

.mr-10 {
  margin-right: .1rem;
}
.mr-16 {
  margin-right: .15rem;
}
.mr-16 {
  margin-right: .16rem;
}

.mr-20 {
  margin-right: .2rem;
}

.mr-40 {
  margin-right: .4rem;
}

.ml-4 {
  margin-left: .04rem;
}

.ml-5 {
  margin-left: .05rem;
}

.ml-8 {
  margin-left: .08rem;
}

.ml-10 {
  margin-left: .1rem;
}

.ml-15 {
  margin-left: .15rem;
}

.ml-16 {
  margin-left: .16rem;
}

.ml-18 {
  margin-left: .18rem;
}

.ml-20 {
  margin-left: .2rem;
}

.ml-25 {
  margin-left: .25rem;
}

.ml-30 {
  margin-left: .3rem;
}

.ml-36 {
  margin-left: .36rem;
}

.ml-40 {
  margin-left: .4rem;
}

.ml-60 {
  margin-left: .6rem;
}

.ml-70 {
  margin-left: .7rem;
}

.ml-140 {
  margin-left: 1.4rem;
}

.ml-167 {
  margin-left: 1.67rem;
}

.mb-10 {
  margin-bottom: .1rem;
}

.mb-15 {
  margin-bottom: .15rem;
}

.mb-20 {
  margin-bottom: .2rem;
}

.mb-25 {
  margin-bottom: .25rem;
}

.mb-30 {
  margin-bottom: .3rem;
}

.mb-40 {
  margin-bottom: .4rem;
}

.mb-50 {
  margin-bottom: .5rem;
}

.mb-70 {
  margin-bottom: .8rem;
}

.mb-80 {
  margin-bottom: .8rem;
}

.mb-100 {
  margin-bottom: 1rem;
}

.mb-120 {
  margin-bottom: 1.2rem;
}

.mb-130 {
  margin-bottom: 1.3rem;
}

.mb-200 {
  margin-bottom: 2rem;
}

.mb-230 {
  margin-bottom: 2.3rem;
}

@media screen and (max-width: 1080px) {
  .modal-bg, .confirm-bg{
    width: 9.22rem;
    height: 7.5rem;
    position: relative;
    padding-top: .1rem;
    background-color: #f4eee1;
    border-radius: .08rem;
  }  
  .modal-title {
    width: 8.95rem;
    height: 1.28rem;
    height: 1.28rem;
    background: url(https://game.gtimg.cn/images/rocom/act/a20250616preview/m/modal/title-bg.png) 50% 50% / 100% 100% no-repeat;
    font-size: .6rem;
  }  
  .modal-btn-close {
    width: .49rem;
    height: .51rem;
    background: url(https://game.gtimg.cn/images/rocom/act/a20250616preview/m/modal/icon-close.png) 50% 50% / 100% 100% no-repeat;
    position: absolute;
    top: -.9rem;
    right: 0;
    transition: var(--easeCommon) .2s;
    cursor: pointer;
    z-index: 9;
  }  
  .modal-content {
    width: 7.96rem;
    height: auto;
    color: #272727;
    font-size: .4rem;
    line-height: .45rem;
    margin: .3rem 0 .7rem 0;
    flex: 1;
  }
  .modal-btn {
    width: 3.46rem;
    height: .9rem;
    line-height: .9rem;
    font-size: .48rem;
    background-color: #f9c150;
    font-family: "MIANFEIZITI" !important;
    font-variant-numeric: tabular-nums;
    font-feature-settings: 'tnum';
    text-align: center;
    border-radius: .45rem;
    overflow: hidden;
    user-select: none;
    cursor: pointer;
    transition: var(--easeCommon) .2s;
    color: #292828;
  }  
  .modal-icon-qq {
    width: 2.6rem;
    height: 3.32rem;
    background: url(https://game.gtimg.cn/images/rocom/act/a20250616preview/m/modal/icon-qq.png) 50% 50% / 100% 100% no-repeat;
    user-select: none;
    cursor: pointer;
  }
  .modal-icon-wechat {
    width: 2.6rem;
    height: 3.32rem;
    background: url(https://game.gtimg.cn/images/rocom/act/a20250616preview/m/modal/icon-wechat.png) 50% 50% / 100% 100% no-repeat;
    user-select: none;
    cursor: pointer;
  }  
  .modal-qrcode-box {
    width: 2.87rem;
    height: 2.87rem;
    background: url(https://game.gtimg.cn/images/rocom/act/a20250616preview/m/modal/qrcode-box.png) 50% 50% / 100% 100% no-repeat;
    user-select: none;
  }

  .modal-qrcode-box img {
    width: 95%;
    height: 95%;
  }
  .modal-input-phone {
    width: 7.96rem;
    height: .84rem;
    line-height: .84rem;
    background: url(//game.gtimg.cn/images/rocom/m/m202504/index/modal/input-phone.png) 50% 50% / 100% 100% no-repeat;
    user-select: none;
  }
  .modal-input-code {
    width: 7.96rem;
    height: .84rem;
    line-height: .84rem;
    background: url(//game.gtimg.cn/images/rocom/m/m202504/index/modal/input-code.png) 50% 50% / 100% 100% no-repeat;
    user-select: none;
  }
  .modal-page input {
    height: .84rem;
    line-height: .84rem;
    border:  0 solid transparent;
    background: transparent;
    outline: none;
    user-select: none;
    padding: 0 .375rem;
    font-size: .4rem;
    color: #272727;
    position: relative;
    caret-color: #b03b3a;
  }
  .modal-page input::placeholder {
    color: #929086;
    font-size: .4rem;
    font-family: "FZLTYJT" !important;
    font-variant-numeric: tabular-nums;
    font-feature-settings: 'tnum';
  }
  .modal-input-507 {
    width: 5.07rem;
    height: .84rem;
    line-height: .84rem;
  }
  .modal-input-796 {
    width: 7.96rem;
    height: .84rem;
    line-height: .84rem;
  }
  .modal-phone-code-area {
    width: 2.8rem;
    height: .84rem;
    line-height: .84rem;
    font-size: .4rem;
    color: #272727;
  }
  .modal-phone-btn-send {
    /* width: 2.1375rem; */
    height: .84rem;
    line-height: .84rem;
    user-select: none;
    font-size: .4rem;
  }
  .modal-phone-countdown {
    /* width: 1.275rem; */
    height: .84rem;
    line-height: .84rem;
    user-select: none;
  }
  .modal-phone-tip {
    width: 7.61rem;
    line-height: .35rem;
    font-size: .24rem;
    color: rgba(99, 98, 93, .8);
    text-align: justify;
  }
  .modal-bg .more_news,
  .modal-bg .more_news a{
    font-size: .28rem;
  }
  #qualifyModal .modal-btn {
    width: 3rem;
    margin-left: .1rem;
    margin-right: .1rem;
  }
  
  .modal-page .modal-input-zgm,
  .modal-page .modal-input-yzm{  
    width: 7.96rem;
    height: .84rem;
    line-height: .84rem;
    background: url(https://game.gtimg.cn/images/rocom/web202507/index/modal/input-phone.png) 50% 50% / 100% 100% no-repeat;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .modal-page .modal-input-zgm span,
  .modal-page .modal-input-yzm span {
      width: 2.8rem;
  }
  .modal-page .modal-input-zgm span::before {
    content: "";
    position: absolute;
    width: .01rem;
    height: .3rem;
    background-color: #74726c;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .modal-bg .checkcode_box {
      width: 2.8rem;
      height: .8rem;
      /* border: .05rem solid #939088; */
      border-radius: 5px;
      margin-left: auto;
      margin-right: auto;
  }
  .modal-bg .checkcode_box span {
    font-size: .4rem;
  }
  .modal-bg .checkcode_box span img {
    width: 2rem;
    height: .8rem;
    border: .01rem solid #939088;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .modal-bg .checkcode_box .renew_btn {
    width: .8rem;
    height: .8rem;
  }
  .toast {
    min-width: 7rem; 
    height: .8rem;
    line-height: .8rem; 
    border-radius: .8rem; 
    font-size: 0.36rem;
    padding-left: .8rem;
    padding-right: .3rem;
  }
  .toast::after {
    width: .6rem;
    height: .6rem;
    top: .1rem;
    left: .1rem;
  }
}

