@charset "utf-8";
body{
margin: 0; color: #333;
font-family:-apple-system,PingFangSC,BlinkMacSystemFont,Hiragino Sans GB,Roboto,Segoe UI,Microsoft Yahei,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,Arial,STHeiti,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
line-height: 1.6; background: #fff;
}
ul, ol{margin: 0; padding-left: 0; list-style: none;}
ul li, ol li{vertical-align: middle;}
dl,  p{margin: 0;} dd{margin-left: 0;}
h1, h2, h3, h4, h5, h6{margin: 0;}
strong{ font-weight: bold; }
em {font-style: italic;}
img{ display: block; border: 0;}
a, a:link, a:visited, a:active, a:hover{text-decoration:none;} a{color: #333;}
a,button,input{-webkit-tap-highlight-color:rgba(0,0,0,0);}
select{-webkit-appearance: none; -moz-appearance: none;}
input[type="submit"]{cursor:pointer;}
input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="url"], input[type="text"]{-webkit-tap-highlight-color:rgba(0,0,0,0);}
input:focus, select:focus, textarea:focus, button:focus{outline: none;}
input, textarea{padding: 0; font-size: .875rem; border-radius: 0; border: 0; resize: none;}
textarea{-webkit-tap-highlight-color:rgba(0,0,0,0);}
em,i{font-style: normal;}
table {border-collapse: collapse;}
button{border: 0;}
html,body {
    -webkit-text-size-adjust: 100% !important;
    -webkit-overflow-scrolling: touch;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
p{
    margin: 0 !important;
}
.page1 .main1{
    display: block;
}
.page1 .main2{
    display: none;
}
.page2 .main1{
    display: none;
}
.page2 .main2{
    display: block;
}

:root{
    --code-color:#9acd37;
    --link-color:#54503a;
}
.main1{
    background-color: #17191a;
    padding-bottom: calc( env(safe-area-inset-bottom) + 1.52rem );
}


.main1 .header{
    min-height: 5.5067rem;
    background: url(../../img/bg.jpg) no-repeat left top / 100% 100%;
}
.main1 .header .logo{
    display: flex;
    align-items: center;
    padding: 0.4rem 0.2rem;
    font-size: 0.4533rem;
    font-weight: bold;
    color: #FFFFFF;

}
.main1 .header .logo > img{
    width: 0.96rem;
    margin-right: 0.2667rem;
}
.main1 .slogan{
    color: #fff;
    text-transform: uppercase;
    padding: 0 0.4rem;
    margin-top: 0.2rem;
}

.main1 .slogan .title{
    font-size: 0.6667rem;
    line-height: 1;
    font-weight: 600;
}
.main1 .slogan .subtitle{
    font-size:0.4267rem;
    width: 5.8667rem;
    font-weight: 400;
    line-height: 1;
    margin-top: 0.1333rem;
}
.main1 .slogan .one{
    font-size: 1.2533rem;
    color: #FFE52E;
    text-shadow: 0 4px 1px #C78638;
    line-height: 0.96rem;
    position: relative;
    top: 0.04rem;
}
.main1 .slogan .money{
    font-weight: bold;
    font-size: 1.7333rem;
    color: #FFE52E;
    text-shadow: 0 4px 2px #C78638;
    line-height: 0.96rem;
    margin-top: 0.5333rem;
}
.main1 .slogan .money .symbol{
    font-size: 1.0933rem;
}
.main1 .panel{
    width: 8.8267rem;
    min-height: 7.6rem;
    background: url(../../img/panel_bg.png) no-repeat center / 100% 100%;
    margin: -2px auto;
    display: flex;
    flex-direction: column;
}
.main1 .panel_title{
    font-size: 0.48rem;
    color: #9acd37;
    font-weight: bold;
    text-align: center;
    padding: 0.24rem;
}
.main1 .panel_number{
    width: 6.8rem;height: 2.24rem;
    background: url(../../img/money_bg.png) no-repeat center /100% 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.0667rem;
    color: #fff;
    font-weight: bold;
}
.main1 .panel_number .symbol{
    font-size: 0.64rem;
    margin-top: 0.2667rem;
}
.main1 .panel_desc{
    text-align: center;
    font-size: 0.3467rem;
    color: #e1e3e7;
    margin-top: 0.8rem;
}
.main1 .code{
    color: var(--code-color);
}
.main1 .down{
    width: 6.8267rem;height: 1.36rem;
    background: url(../../img/btn_bg.png) no-repeat center /100% 100%;
    text-align: center;
    line-height: 1.3rem;
    margin: 0.3333rem auto 0;
    animation: .6s scale ease-in-out infinite alternate forwards;
}
@keyframes scale{
    0%{
        transform: scale(0.95);
    }
    100%{
        transform: scale(1);
    }
}
.main1 .down_text{
    color: #fff;
    font-size:0.4rem;
    font-weight: bold;
    text-shadow: 
    0 0 2px #0f800c,
    0 0 2px #0f800c,
    0 0 2px #0f800c,
    0 0 2px #0f800c,
    0 0 2px #0f800c,
    0 0 2px #0f800c,
    0 0 2px #0f800c,
    0 0 2px #0f800c,
    0 0 2px #0f800c;
}
.main1 .withdrawal{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 0.4267rem;
    padding: 0.4267rem;
    font-weight: bold;
    color: #d8a356;
}

.main1 .withdrawal .icon_left{
    width: 1.2rem;height: 0.3467rem;
    background: url(../../img/icon_left.png) no-repeat center / 100% 100%;
    margin-right: 0.5333rem;
}
.main1 .withdrawal .icon_right{
    width: 1.2rem;height: 0.3467rem;
    background: url(../../img/icon_right.png) no-repeat center / 100% 100%;
    margin-left: 0.5333rem;
}
.main1 .swiper_box{
    padding: 0.2667rem 0 0.4rem;
    margin: 0 0.4rem;
    background-color: #2c2e2f;
    border-radius: 0.4rem;
}

.main1 .swiper{
    height: 200px;
    padding: 0 0.32rem;
}
.main1 .swiper-wrapper{
    height: 100%;
}
.main1 .swiper_item{
    position: relative;
    display: flex;
    align-items: center;
    height:50px;
    font-size: 0.32rem;
    box-sizing: border-box;
}
.main1 .swiper_item::after{
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background-color:#383a3a;
    transform: scaleY(0.5);
}
.main1 .swiper_item .user_img{
    width: 0.8267rem;
    height: 0.8267rem;
    margin-right: 0.2667rem;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}
.main1 .swiper_item .user_img>img{
    width: 100%;height: 100%;
}
.main1 .swiper_item .user_cell{
    display: flex;
    align-items: center;
}

.main1 .swiper_item .user_name{
   color: #e1e3e7;
   text-overflow: ellipsis;
   max-width: 3rem;
   white-space: nowrap;
   overflow: hidden;
   margin-right: 0.16rem;
 
}
.main1 .swiper_item .user_status{
    color: #e1e3e7;
}
.main1 .swiper_item .user_money{
    color: var(--code-color);
    margin-left: auto;font-weight: bold;
    font-size:0.4267rem;
}
.main1 .swiper_item .user_time{
    color: #999999;
    font-size: 0.32rem;
}

.main1 .link_box{
    font-size: 0.3467rem;text-align: center;color: var(--link-color);
    padding: 0.2667rem 0;
}
.main1 .link_box>a{
    text-decoration: underline;color: var(--link-color);
}

.main1 .footer{
    position: fixed;
    z-index: 999;
    left: 0;
    bottom: 0;
    height: 1.52rem;
    display: flex;
    width: 100%;
    align-items: center;
    background-color: #050505;
    padding: 0 0.4rem;
    padding-bottom: calc( env(safe-area-inset-bottom));
    box-sizing: border-box;
}
.main1 .footer .logo{
    width: 1.0667rem;height: 1.0667rem;
    border-radius: 0.1867rem;
    border:2px solid #fff;
}
.main1 .footer .aside{
    color: #fff;font-size: 0.2667rem;
    margin-left: 0.2667rem;
}
.main1 .footer .aside .t{
    font-size: 0.3733rem;line-height: 1.5;
}
.main1 .footer .aside .s{
   opacity: 0.8;
}
.main1 .footer .donw_btn{
    display: block;
    width:2.3733rem;
    height:0.8rem;
    margin-left: auto;
    font-weight: bold;
    font-size: 0.32rem;color: #ad3d00;
    background: url(../../img/footer_btn_bg.png) no-repeat center /100% 100%;
    line-height:0.8rem;
    text-align: center;
    animation: .6s scale ease-in-out infinite alternate forwards;

}
 #popBox{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(0,0,0,.88);
    width: 100%;
    height: 100%;
  
}
 #popBox .tips_box{
    width:290px;
    height: 475px;
    position: absolute;
    z-index: 9999;
    right: 15px;
    top: 15px;
    background: url(../../img/tips_bg.png) no-repeat center / 100% 100%;
}
#popBox .tips_title{
    width: 220px;
    font-size: 18px;
    color: #fff;
    margin-top: 10px;
    font-weight: 600;
}
#popBox .tips_subtitle{
    font-size: 14px;
    color: #fff;
    margin-top: 25px;
}

#popBox .tips_name{
    width: 120px;
    text-align: center;
    font-size: 12px;
    color: #444444;
    position: absolute;
    bottom: 90px;
    z-index: 99999;
    right: 62px;
    line-height: 1;
}
#popBox .icon_menu{
    display: inline-block;
    width: 21px;height: 21px;
}
/*电脑访问优化*/
@media only screen and (min-width: 1024px){
    html{
        position: relative; 
        width: 375px; 
        height: 100%; margin: 0 auto; background: #ccc;
        font-size: 37.5px !important;
    }
}
    
    
  