@charset "utf-8";
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu {
    margin: 0;
    padding: 0
}
body {
    padding: 0;
    margin: 0;
    background: #fff;
    font: .16rem "黑体";
}
html,body,fieldset,img,iframe,abbr {
    border: 0
}
* {
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-focus-ring-color: rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
li {
    list-style: none
}
input,
button,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}
textarea {
    overflow: auto;
    resize: none
}
h1,h2,h3,h4,h5,h6,em,strong,b {
    font-weight: 700
}
a {
    border: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
    text-decoration: none
}
a:hover {
    text-decoration: none
}
img{
    width: 100%;
    vertical-align: middle;
}
input,select{
    outline: none;
}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand { display: none; }
li {
    list-style: none
}
textarea {
    overflow: auto;
    resize: none
}
.hide {
    display: none
}
.fl {
    float: left
}
.fr {
    float: right
}
.show {
    display: block
}
@-webkit-keyframes higtLow {
    0% {
        -webkit-transform:scale(1,1);
        transform:scale(1,1)
    }
    100% {
        -webkit-transform:scale(1,.3);
        transform:scale(1,.3)
    }
}@keyframes higtLow {
     0% {
         -webkit-transform:scale(1,1);
         transform:scale(1,1)
     }
     100% {
         -webkit-transform:scale(1,.3);
         transform:scale(1,.3)
     }
 }
 @-webkit-keyframes float-hair {
  0% {
    -webkit-transform: skew(0deg, 0);
    transform: skew(0deg, 0);
  }
  50% {
    -webkit-transform: skew(-6deg, 0deg);
    transform: skew(-6deg, 0deg);
  }
  100% {
    -webkit-transform: skew(0deg, 0);
    transform: skew(0deg, 0);
  }
}
@keyframes float-hair {
 0% {
   -webkit-transform: skew(0deg, 0);
   transform: skew(0deg, 0);
 }
 50% {
   -webkit-transform: skew(-6deg, 0);
   transform: skew(-6deg, 0);
 }
 100% {
   -webkit-transform: skew(0deg, 0);
   transform: skew(0deg, 0);
 }
}
.container{
    width: 100%;
    min-width: 1000px;
    overflow: hidden;
}
/*-- header --*/
.header{
    width: 100%;
    height: .9rem;
    position: absolute;
    top: 0;
    background: rgba(0,0,0,.8);
    z-index: 50;
}
#menu{
    position: absolute;
    top: 0;
    right: 3.63rem;
    overflow: hidden;
    font-size: 0;
}
#menu li {
    float: left;
    list-style: none;
}
#menu li a.m {
    width: 1.6rem;
    height: .9rem;
    line-height: .9rem;
    display: block;
    text-align: center;
}
#menu li:nth-of-type(1) a.m img {
    width: .76rem;
}
#menu li:nth-of-type(2) a.m {
    width: 2.25rem;
}
#menu li:nth-of-type(2) a.m img {
    width: 1.77rem;
}
#menu li a.m:nth-of-type(3) {
    width: 1.95rem;
}
#menu li:nth-of-type(3) a.m img {
    width: 1.41rem;
}
#menu li a.m:hover,#menu li a.m.active{
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
#menu li a:hover {
    background-color: #faca8c;
}

.wrap{
    width: 100%;
    position: relative;
    /* background: url("../images/bg.jpg") no-repeat center top;
    background-size: 100%; */
}
.topic{
    width: 100%;
    height: 9rem;
    position: relative;
    top: 0;
    left: 0;
    background: url('../images/topic-bg.png') no-repeat center top;
    background-size: 100%;
}
.logo{
    width: 3.18rem;
    position: absolute;
    top: 0rem;
    left: 1.4rem;
    cursor: default;
}
.topic .slogan{
    width: 3.03rem;
    position: absolute;
    top: 1.5rem;
    left: 5.4rem;
}
.topic .icon-list {
    position: absolute;
    right: 0.5rem;
    top: 0.2rem;
    z-index: 2;
}
.topic .icon-list .fb-login {
    display: block;
    width: 2.10rem;
    height: 0.52rem;
    background: url("/home/image/fb-login.png") no-repeat;
    background-size: 100%;
}
/*资讯栏*/
.infor{
    width: 100%;
    height: 4.2rem;
    position: relative;
    /* background: url("../images/infor-bg.png") no-repeat center bottom;
    background-size: 100%; */
    background-color: #24282f;
    font-size: 0;
}
/*.infor:before{*/
    /*content: '';*/
    /*width: .78rem;*/
    /*height: .5rem;*/
    /*position: absolute;*/
    /*top: -.50rem;*/
    /*right: -.40rem;*/
    /*background: url("../images/news-butterfly.png") no-repeat;*/
    /*background-size: 100%;*/
/*}*/
/*轮播*/
.carousel{
    width: 6.64rem;
    height: 3.07rem;
    overflow: hidden;
    margin-left: 3.24rem;
    margin-top: .52rem;
    position: relative;
    display: inline-block;
}
.carousel-swiper-pagination{
    bottom: .12rem;
    right: .26rem;
}
.carousel-swiper-pagination .swiper-pagination-bullet{
    width: .19rem;
    height: .19rem;
    margin: 0 .02rem;
    background: url("../images/banner-btn.png");
    background-size: 100%;
    border-radius: 0;
    opacity: 1;
}
.carousel-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: url("../images/banner-btn-active.png");
    background-size: 100%;
}
/*tab切换*/
.tab{
    width: 5.28rem;
    position: relative;
    /* top: 1.84rem; */
    left: 0rem;
    display: inline-block;
    vertical-align: top;
}
.tab_list {
    padding: .26rem .2rem;
    padding-top: .1rem;
}
.tab_list ul{
    width: 100%;
    height: 2rem;
    overflow-y: auto;
    overflow-x: hidden;
}
.tab_list ul li{
    list-style: none;
    margin-top: .15rem;
}
.tab_list ul li a{
    display: block;
    height: .30rem;
    line-height: .30rem;
    font-size: .19rem;
    color: #787878;
    border-bottom: .01rem dashed #787878;
}
.tab_icon{
    float: left;
    /* margin-right: .10rem; */
    text-align: center;
}
.tab_title{
    float: left;
    width: 2.8rem;
    text-align: left;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.tab_date {
    float: right;
    text-align: right;
}
.pws_tabs_container,
.pws_tabs_controll a {
    font-size: .16rem;
}
.pws_tabs_container {
    /* padding: .56rem .15rem 0; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    margin-left: .3rem;
    margin-top: .51rem;
}
.pws_tabs_container ul.pws_tabs_controll {
    list-style: none;
    margin-left: .25rem;
    margin-right: .25rem;
    padding-top: .2rem;
    border-bottom: 1px solid #dcdcdc;
}
.pws_tabs_container ul.pws_tabs_controll li {
    display: inline-block;
}
.pws_tabs_container ul.pws_tabs_controll li a {
    display: block;
    width: .98rem;
    line-height: .48rem;
    font-size: .27rem;
    font-weight: 700;
    color: #373737;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}
.pws_tabs_container ul.pws_tabs_controll li:last-child a {
    border-right: 0rem;
}
.pws_tabs_container ul.pws_tabs_controll li a i {
    margin-right: .08rem;
}
.pws_tabs_container ul.pws_tabs_controll li a.pws_tab_noname i {
    margin-right: 0;
    margin-left: 0;
}
.pws_tabs_container ul.pws_tabs_controll li a.pws_tab_active {
    /* background: url("../images/news-active.png") no-repeat left bottom;
    background-size: 100%; */
    color: #faca8c;
    border-bottom: .03rem solid #faca8c;
}
.btn-more{
    width: .31rem;
    height: .31rem;
    position: absolute;
    top: .8rem;
    right: .4rem;
    background: url("../images/news-more.png") no-repeat;
    background-size: 100%;
}
.pws_tabs_list {
    display: block;
    overflow: hidden;
    position: relative;
    /* 固定高度，避免切换 Tab 时内容区高度变化导致页面跳动 */
    min-height: 2.6rem;
}
.pws_tab_single {
    display: none;
    width: 100%;
}
/* pwstabs 切换时有 100ms 延迟，期间会短暂去掉 pws_show；强制只显示当前 Tab */
.pws_tabs_list .pws_tab_single.pws_show {
    display: block !important;
}
.pws_tabs_list .pws_tab_single:not(.pws_show) {
    display: none !important;
}
/*footer*/
.footer{
    width: 19.20rem;
    height: 1.22rem;
    background: #100506;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../image/footer.png) no-repeat;
    background-size: 100%;
}
.copyright,.logo-game,.copyright img,.copyright p{
    display: inline-block;
    vertical-align: top;
}
.logo-game {
    width: 3.29rem;
    height: 0.66rem;
    position: relative;
    background: url(../images/logo-game.png) no-repeat center;
    background-size: 100%;
    /* margin-top: .24rem; */
}
/* .logo-game:after {
    content:"";
    width: .02rem;
    height: 0.8rem;
    position:absolute;
    top: 0.2rem;
    right: -.2rem;
    background-color:#999999;
} */
.copyright {
    margin-left: .6rem;
    position: relative;
    display: flex;
    /* top: .2rem; */
    display: flex;
    align-items: center;
}
.copyright img{
    width: .68rem;
}
.copyright p{
    margin-left: .3rem;
    /* line-height: .24rem; */
    font-size: .12rem;
    color: #cccccc;
    text-align: left;
    white-space: pre-line;
}
/*侧边栏*/
/* .slidebar {
    height: 5rem;
    width: 1.98rem;
    position: fixed;
    right: .5rem;
    top: 50%;
    margin-top: -2.5rem;
    background: url(../images/slidebar-bg.png) no-repeat 100% 0;
    background-size: .35rem 4.23rem;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: 10;
}
.slidebar nav{
    margin: .4rem .32rem 0 0;
    font-size: 0;
}
.slidebar nav a{
    width: 1.66rem;
    margin-bottom: .10rem;
    display: block;
}
.slidebar nav a.slidebar-erweima{
    width: 1.66rem;
    height: 1.37rem;
    margin-bottom: .2rem;
    background: url("../images/erweima-bg.png") no-repeat;
    background-size: 100%;
    cursor: default;
}
.slidebar nav a.slidebar-erweima img{
    width: 1.16rem;
    margin: .08rem .12rem 0 .38rem;
}
.slidebar nav a.btn-top{
    width: .48rem;
    margin: .24rem 0 0 1.55rem;
} */
/*侧边栏*/
.slidebar {
    width: 1.53rem;
    height: 4.41rem;
    position: fixed;
    right: 1.5rem;
    top: 50%;
    margin-top: -2.5rem;
    background: url(../images/slidebar-bg.png) no-repeat 100% 0;
    background-size: 100%;
    z-index: 10;
}
.slidebar nav{
    margin: .4rem .36rem 0 0;
    font-size: 0;
    text-align: center;
    position: relative;
}
.slidebar nav a{
    width: 1.44rem;
    height: .31rem;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
}
.slidebar nav .erweima{
    width: 1.29rem;
    height: 1.49rem;
    background-image: url(../images/erweima-bg.png);
    background-size: 100%;
    cursor: default;
    top: -0.19rem;
    left: .12rem;
}
.slidebar nav .erweima img{
    width: 1.21rem;
}
.slidebar nav .btn-apple-store{
    background-image: url("../images/slidebar-1.png");
    top: 1.5rem;
    left: 0.06rem;
}
.slidebar nav .btn-gp{
    background-image: url("../images/slidebar-2.png");
    top: 2rem;
    left: 0.05rem;
}
.slidebar nav .btn-download-apk{
    background-image: url("../images/slidebar-3.png");
    top: 2.56rem;
    left: .06rem;
}
.slidebar nav .btn-facebook{
    background-image: url("../images/slidebar-4.png");
    top: 3.1rem;
    left: 0.04rem;
}
/* 查询奖励 + TOP：flex 垂直排列，隐藏其中一个时另一个自动顶上来 */
.slidebar nav .slidebar-bottom{
    position: absolute;
    left: -.01rem;
    top: 3.48rem;
    width: 1.54rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}
.slidebar nav .slidebar-bottom a{
    position: static;
    display: block;
    width: 1.54rem;
    height: .53rem;
    margin: 0;
}
.slidebar nav .slidebar-bottom .btn-top{
    background: url("../images/btn-top.png") no-repeat;
    background-size: 100%;
}
.slidebar nav .slidebar-bottom .btn-reward{
    background: url("../image/qk.png") no-repeat;
    background-size: 100%;
    color: transparent;
    font-size: 0;
    text-decoration: none;
}
/* 需要隐藏查询奖励时，给 .btn-reward 加 hide 即可，TOP 会自动上移 */
.slidebar nav .slidebar-bottom .btn-reward.hide{
    display: none;
}
/*弹出视频*/
.shade{
    width:100%;
    height:100%;
    background:rgba(0,0,0,.6);
    position:fixed;
    top:0;
    left:0;
    z-index: 100;
}
.videos{
    width: 10rem;
    height: 6rem;
    position: absolute;
    left: 50%;
    margin-left: -5rem;
    top:50%;
    margin-top: -3rem;
}
.close{
    width: .5rem;
    height: .5rem;
    position: absolute;
    left: 10.2rem;
    background:url(../images/btn-close.png) no-repeat;
    background-size: 100%;
    cursor:pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: 101;
}
.close:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
/*弹层*/
.dialog{
    position: fixed;
    top:50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    display: block;
    z-index: 101;
}

/* ========== audit: 登录/奖励弹窗（同步 home 逻辑，简化样式） ========== */
.hide{ display:none; }
.pop-login{
    width: 6.8rem;
    max-width: 92vw;
    background: #ffffff;
    border-radius: .18rem;
    padding: .4rem .4rem .32rem;
    box-sizing: border-box;
}
.pop-login .step-info{
    display:flex;
    gap:.14rem;
    align-items:center;
    margin-bottom: .22rem;
}
.pop-login .order-select{
    height: .48rem;
    padding: 0 .12rem;
    border: 1px solid #ddd;
    border-radius: .1rem;
    background: #fff;
    font-size: .18rem;
}
.pop-login .order-tel{
    height: .48rem;
    width: 3.6rem;
    max-width: 58vw;
    padding: 0 .12rem;
    border: 1px solid #ddd;
    border-radius: .1rem;
    font-size: .18rem;
    box-sizing: border-box;
}
.pop-login .order-tel.activeFalse{ border-color: #ff3b30; color:#ff3b30; }
.pop-login .order-tel.activeTrue{ border-color: #34c759; }
.pop-login-checkbox-wrapper{
    display:flex;
    gap:.1rem;
    align-items:center;
    margin-bottom: .22rem;
    color:#333;
    font-size: .16rem;
}
.pop-login-actions{
    display:flex;
    gap:.12rem;
    align-items:center;
}
.pop-login-actions a{
    display:inline-block;
    padding: .12rem .18rem;
    border-radius: .12rem;
    background:#111;
    color:#fff;
    font-size: .16rem;
    text-decoration:none;
}
.pop-login-actions a.fb-login{ background:#1877f2; }

.pop-query{
    width: 7.2rem;
    max-width: 92vw;
    background:#fff;
    border-radius:.18rem;
    padding:.28rem .28rem .18rem;
    box-sizing:border-box;
}
.pop-query-nei{
    max-height: 50vh;
    overflow:auto;
}
.query-info{
    list-style:none;
    padding:0;
    margin:0;
}
.query-info li{
    display:flex;
    align-items:center;
    gap:.12rem;
    padding:.12rem 0;
    border-bottom:1px solid #eee;
    font-size:.16rem;
}
.query-info .name{ flex: 0 0 auto; font-weight:600; color:#222; }
.query-info .code{ flex: 1 1 auto; color:#444; word-break:break-all; }
.query-info .btn-copy, .query-info .btn-get{
    flex: 0 0 auto;
    width:.9rem;
    height:.32rem;
    border-radius:.12rem;
    background:#111;
    position:relative;
}
.query-info .btn-copy a, .query-info .btn-get a{
    position:absolute;
    inset:0;
}

.pop-line-nei p{
    width: 3rem;
    margin: auto;
    line-height: .5rem;
    font-size: .24rem;
    color: #fff;
    text-align: center;
}
.pop-line .dia-close{
    width: .50rem;
    height: .50rem;
    position: absolute;
    top: 0;
    left: 3.20rem;
    background:url(../images/btn-close.png);
    background-size: 100%;
    cursor:pointer;
    z-index: 101;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.dia-close:hover{
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
/*二级页面*/
#wrapper{
    width: 100%;
    /* background: #fff url("../images/bg_01.jpg") no-repeat center top;
    background-size: 100%; */
}
.content{
    width: 15rem;
    height: 12.42rem;
    margin: 0 auto 2rem;
    position: relative;
    top: 1.5rem;
    background-color: #eee;
    border-radius: .3rem;
    box-shadow: 0 0 0.2rem #ccc;
}
.content-header{
    margin: 0 1.56rem;
    padding-top: .5rem;
    position: relative;
    /* background: url("../images/news-line.png") no-repeat left bottom;
    background-size: 10.52rem .37rem; */
}
.content-header-title{
    line-height: .9rem;
    font-size: .42rem;
    color: #faca8c;
    text-indent: .3rem;
    border-bottom: 1px solid #bfbfbf;
    position: relative;
}
.content-header-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: .04rem;
    width: 1.5rem;
    background-color: #faca8c;
}
.goBack{
    position: absolute;
    right: .3rem;
    bottom: .25rem;
    font-size: .24rem;
    font-weight: 700;
    color: #515151;
}
.content-main{
    position: relative;
    margin: .3rem 2.3rem 0;
}
.content-main-tab{
    width: 7.3rem;
    height: .72rem;
    margin: auto;
    /* background: url("../images/news-nav.png") no-repeat;
    background-size: 100%; */
}
.content-main-tab-item{
    width: 2.33rem;
    margin-top: .05rem;
    line-height: .63rem;
    font-size: .36rem;
    text-align: center;
    float: left;
    z-index: 99;
    border: 1px solid #faca8c;
    background-color: #ccc;
}
.content-main-tab-item:nth-of-type(1), .content-main-tab-item:nth-of-type(2) {
    border-right: 0;
}
.content-main-tab-item:first-child{
    margin-left: .23rem;
}
.content-main-tab-item.active,.content-main-tab-item:hover{
    background-color: #faca8c;
    color: #fff;
}
.content-main-tab-item a{
    display: block;
    color: #fff;
    text-shadow: 0 0 0.04rem #ccc;
}
.content-main-tab-item a img{
    width: auto;
    height: .31rem;
    margin-right: .1rem;
    vertical-align: unset;
}
.content-main-list{
    height: 8.2rem;
    padding-top: .25rem;
    clear: both;
}
.content-main-list-item{
    line-height: .95rem;
    height: .95rem;
    border-bottom: .01rem solid #dce1e7;
    overflow: hidden;
}
.content-main-list-item a{
    font-size: .25rem;
    color: #515151;
}
.content-main-list-item_icon{
    float: left;
    /* width: .93rem;
    height: .35rem; */
    padding: 0 .16rem;
    margin: .30rem .30rem 0 .6rem;
    background-color: #515151;
    border-radius: .2rem;
    line-height: .35rem;
    color: #fff;
    text-align: center;
}
.content-main-list-item_title{
    float: left;
    width: 7.2rem;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.content-main-list-item_date{
    float: right;
    margin-right: .5rem;
    text-align: right;
}
.content-main-page{
    margin: .3rem 1.2rem;
}
.content-main-page-list{
    font-size: .32rem;
    color: #515151;
    text-align: center;
}
.content-main-page-list li {
    display: inline-block;
    margin: 0 0.15rem;
}
.content-main-page-list .pagination li.active a {
    text-decoration: underline;
    color: #2d92b0;
}
.content-main-page-list a{
    /* margin: 0 .15rem; */
    display: inline-block;
    color: #515151;
}
.content-main-page-list a:hover{
    text-decoration: underline;
}
#pageNow{
    text-decoration: underline;
}
.content-main-inner{
    max-height: 10rem;
    overflow: auto;
}
.content-main-title{
    font-size: .45rem;
    color: #565656;
    text-align: center;
}
.content-main-time{
    line-height: .4rem;
    font-size: .26rem;
    color: #515151;
    text-align: center;
}
.content-main-ctn{
    margin-top: .5rem;
    /* padding-top: .75rem; */
    /* background: url("../images/news-line2.png") no-repeat center top; */
    background-size: 10.79rem .46rem;
    font-size: .27rem;
    color: #1e8cc5;
    word-break: break-word;
}
.content-main-ctn img{
    max-width: 100%;
    margin: auto;
    display: block;
}
/* 缩放动画 */
.zoom {
    -webkit-animation: pulse 1s infinite;
    -o-animation: pulse 1s infinite;
    animation: pulse 1s infinite;
}

/* audit 弹窗完全复刻 home */
.pop-login {
    width: 10rem;
    height: 8.83rem;
    max-width: none;
    background: url("/home/image/pop/login-pop-bg.png") no-repeat;
    background-size: 100%;
    top: 52% !important;
    left: 45% !important;
    border-radius: 0;
    padding: 0;
    box-sizing: content-box;
}

.pop-login .pop-login-btn {
    position: absolute;
    width: 4.3rem;
    height: 1.3rem;
    top: 4.2rem;
    left: 5.3rem;
}

.pop-login .pop-login-btn img {
    display: block;
    width: 100%;
}

.pop-login .step-info {
    position: relative;
    top: 3.18rem;
    left: 5.4rem;
    display: flex;
    gap: 0;
    align-items: initial;
    margin-bottom: 0;
}

.pop-login-bg {
    width: 1.4rem;
    height: 0.5rem;
    margin-right: 0.05rem;
}

.pop-login .step-info .order-select {
    width: 100%;
    height: 100%;
    margin-right: 0.07rem;
    padding-left: 8%;
    display: inline-block;
    background: url("/home/image/pop/order-select.png") no-repeat 100%;
    /* background-position-x: 1.1rem; */
    background-size: .15rem .09rem;
    font-size: 0.16rem;
    font-weight: 700;
    color: #000000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    box-sizing: border-box;
    border: 0;
    border-radius: 0;
}

.pop-login .step-info .order-select option {
    color: #223c6d;
}

.pop-login .step-info .order-tel {
    width: 2.53rem;
    height: 0.5rem;
    max-width: none;
    vertical-align: bottom;
    font-size: 0.18rem;
    font-weight: 700;
    color: #777777;
    text-align: center;
    text-align-last: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    margin-left: 0.03rem;
    background-color: transparent;
    border: 0;
    padding: 0;
}

.pop-login .step-info .order-tel.activeFalse {
    color: red;
    border: none;
}

.pop-login .step-info .order-tel.activeTrue {
    border: none;
}

.pop-login .step-info input::-webkit-input-placeholder,
.pop-login .step-info input:-moz-placeholder,
.pop-login .step-info input:-ms-input-placeholder {
    color: #565868;
}

.pop-login-checkbox-wrapper {
    position: absolute;
    display: flex;
    top: 3.85rem;
    left: 5.7rem;
    align-items: center;
    gap: 0;
    margin-bottom: 0;
    color: inherit;
    font-size: inherit;
}

.pop-login-checkbox-wrapper input[type="checkbox"] {
    position: relative;
    display: inline-block;
    -webkit-appearance: none;
    appearance: none;
    width: 0.15rem;
    outline: none;
    background-color: transparent;
    margin: 0;
}

.pop-login-checkbox-wrapper input[type="checkbox"]:checked {
    background: transparent;
}

.pop-login-checkbox-wrapper .pop-login-checkbox {
    display: inline-block;
    width: 0.17rem;
    height: 0.17rem;
    background: url("/home/image/pop/login-checkbox.png") no-repeat;
    background-size: 100%;
    cursor: pointer;
    top: -0.01rem;
}

.pop-login-checkbox-wrapper .pop-login-checkbox:checked::after {
    content: "";
    display: inline-block;
    width: 0.24rem;
    height: 0.22rem;
    background: url("/home/image/pop/login-checkbox-active.png") no-repeat;
    background-size: 80%;
    cursor: pointer;
    margin-top: -0.04rem;
    margin-left: 0;
    position: absolute;
}

.pop-login-checkbox-wrapper .pop-login-checkbox-hint {
    display: inline-block;
    width: 2.84rem;
    height: 0.16rem;
    margin-left: 0.1rem;
    margin-top: -0.13rem;
}

.pop-login-checkbox-wrapper .pop-login-checkbox-hint img {
    display: block;
    width: 100%;
}

.pop-query-k,
.query-end.pop-query-k {
    width: 6.75rem;
    height: 7.03rem;
    max-width: none;
    background: url("/home/image/pop/pop-query-bg1.png") no-repeat;
    background-size: 100%;
    position: relative;
    border-radius: 0;
    padding: 0;
    box-sizing: content-box;
}

/* 弹窗关闭（复刻 home） */
.dia-close {
    width: 0.48rem;
    height: 0.47rem;
    top: 0.13rem;
    right: 0.42rem;
    position: absolute;
    background: url("/home/image/pop/pop-close.png") no-repeat;
    background-size: 100%;
    cursor: pointer;
    z-index: 300;
}

.login .dia-close {
    top: 1.5rem;
    right: -0.5rem;
    background: url("/home/image/pop/clear-btn.png") no-repeat;
    background-size: 100%;
    width: 0.49rem;
    height: 0.48rem;
    opacity: 0.5;
}

.dia-close:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.pop-query .dia-close {
    top: -0.5rem;
    right: -0.5rem;
    width: 0.49rem;
    height: 0.48rem;
    background: url("/home/image/pop/clear-btn.png") no-repeat;
    background-size: 100%;
}

.pop-query-wai {
    width: 5.9rem;
    overflow-x: hidden;
    position: absolute;
    top: 2rem;
    left: 0.32rem;
}

.pop-query-nei {
    width: 100%;
    position: relative;
    overflow-y: scroll;
    height: 3.4rem;
    overflow-x: hidden;
    max-height: none;
}

.pop-query-nei::-webkit-scrollbar {
    width: 0.05rem;
    color: #e9e9e9;
}

.pop-query-nei::-webkit-scrollbar-thumb {
    background-color: #e9e9e9;
    border-radius: .1rem;
}

.pop-query-nei::-webkit-scrollbar-track {
    background-color: transparent;
}

.query-info {
    position: absolute;
    left: -0.02rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.query-info li {
    position: relative;
    left: 0.2rem;
    line-height: 0.63rem;
    margin-bottom: 0.15rem;
    display: flex;
    align-items: center;
    gap: 0;
    padding: 0;
    border-bottom: 0;
    font-size: initial;
}

.query-info li span {
    font-size: 0.15rem;
    color: #ededed;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.query-info li .name {
    width: 2.77rem;
    height: 0.43rem;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.14rem;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0.35rem;
    background: url("/home/image/pop/query-name.png") no-repeat;
    background-size: 100%;
    margin-right: 0.1rem;
    flex: none;
    font-weight: normal;
    color: #ededed;
}

.query-info li .code {
    width: 1.24rem;
    height: 0.43rem;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.11rem;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0.35rem;
    background: url("/home/image/pop/query-code.png") no-repeat;
    background-size: 100%;
    margin-left: 0.2rem;
    flex: none;
    color: #ededed;
    word-break: break-all;
}

.query-info li .btn-copy,
.query-info li .btn-get {
    position: relative;
    flex: none;
    width: auto;
    height: auto;
    border-radius: 0;
    background: transparent;
}

.query-info li .btn-copy a {
    width: 1.1rem;
    height: 0.34rem;
    margin: auto;
    background: url("/home/image/pop/pop-query-copy.png") no-repeat;
    background-size: 100%;
    display: block;
    margin-left: 0.15rem;
    position: static;
}

.query-info li .btn-get a {
    width: 1.1rem;
    height: 0.34rem;
    margin: auto;
    background: url("/home/image/pop/pop-query-get.png") no-repeat;
    background-size: 100%;
    display: block;
    margin-left: 0.15rem;
    position: static;
}
