* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'fangzheng';
    src: url("//png.pookcdn.net/new_net/shiyi/xiadanya/fonts/fangzheng.TTF") format('truetype');
    font-weight: normal;
    font-style: normal;
}


.fl,
.fr {
    display: inline;
    float: left;
}

.fr {
    float: right;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.pf {
    position: fixed;
}

[class*="btn"] {
    display: block;
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.bg {
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.df {
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    align-items: center;
    justify-content: center;
}

.pup {
    top: 50%;
    left: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 102;
}

.container {
    position: relative;
    width: 100vw;
    height: 100vh;
    background: #302C2D;
    font-size: .16rem;
    min-width: 14rem;
}

.header {
    position: absolute;
    right: .2rem;
    top: .85rem;
    z-index: 2;
}

.header .nav {
    list-style: none;
}

.header .nav-item {
    color: #888b91;
    font-size: .22rem;
    line-height: .3rem;
    margin: .2rem .2rem;
    position: relative;
    cursor: pointer;
    display: flex;
    width: 1.46rem;
    height: 1.51rem;
    align-items: center;
    transition: all .25s;
}

.header .nav-item.nav-01 {
    background-image: url("//png.pookcdn.net/new_net/shiyi/xiadanya/bg_tab_01.png");
}

.header .nav-item.nav-01.nav-selected {
    background-image: url("//png.pookcdn.net/new_net/shiyi/xiadanya/bg_tab_01_active.png");
}

.header .nav-item.nav-02 {
    background-image: url("//png.pookcdn.net/new_net/shiyi/xiadanya/bg_tab_02.png");
}

.header .nav-item.nav-02.nav-selected {
    background-image: url("//png.pookcdn.net/new_net/shiyi/xiadanya/bg_tab_02_active.png");
}

.header .nav-item.nav-03 {
    background-image: url("//png.pookcdn.net/new_net/shiyi/xiadanya/bg_tab_03.png");
}

.header .nav-item.nav-03.nav-selected {
    background-image: url("//png.pookcdn.net/new_net/shiyi/xiadanya/bg_tab_03_active.png");
}

.content {
    width: 100vw;
    height: 100vh;
    min-width: 14rem;
}

.content .page-bg {
    width: 100vw;
    height: 100vh;
    min-width: 14rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.content .page-bg:nth-of-type(1) {
    background-image: url("//png.pookcdn.net/new_net/shiyi/xiadanya/bg1.jpg");
}

.content .page-bg:nth-of-type(2) {
    background-image: url("//png.pookcdn.net/new_net/shiyi/xiadanya/bg2.jpg");
}

.content .page-bg:nth-of-type(3) {
    background-image: url("//png.pookcdn.net/new_net/shiyi/xiadanya/bg3.jpg");
}

.content .page-bg .logo {
    position: absolute;
    top: .2rem;
    left: .2rem;
    /*animation: rubberBand 1s;*/
}
.logo img{ width: 3.54rem; }


.content .page-bg .cadpa {
    position: absolute;
    width: 1.01rem;
    height: 1.29rem;
    bottom: .5rem;
    right: .5rem;
    z-index: 2;
    /*animation: rubberBand 1s;*/
}

.content .page-desc .cadpa {
    bottom: 1.8rem;
}

.game-title {
    position: absolute;
    top: 1.4rem;
    left: 50%;
    width: 80%;
    text-align: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.game-title img {
    height: 1.26rem;
}


.game-pic {
    position: absolute;
    top: 2.4rem;
}

.game-pic .game-swiper {
    display: flex;
    display: -webkit-flex;
}

.game-box {
    margin: 0 .2rem;
    width: 2.87rem;
    height: 5.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.game-box img {
    /* border-radius: 10px;
    border: 6px solid white; */
}

.swiper-button-prev {
    color: white !important;
    margin-left: -.5rem;
}

.swiper-button-next {
    color: white !important;
    margin-right: -.5rem;
}


.down {
    position: absolute;
    bottom: .2rem;
    left: 50%;
    z-index: 2;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    padding: .1rem 0;
    opacity: 1;
    transition: all .25s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.down-hidden {
    opacity: 0;
    display: none;
}

.down .arrowBox {
    position: relative;
    top: .1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.down .arrowBox img {
    width: .31rem;
    height: .33rem;
    animation: fadeInDown 1s infinite;
}

.down .arrowBox img:first-child {
    /*animation: fadeInDown 1s .3s infinite;*/
}

.down .arrowBox img:last-child {
    margin-top: -.06rem;
}

.down .txt {
    height: .45rem;
}

.footer {
    width: 100vw;
    min-width: 14rem;
    height: 1.65rem;
    padding: .1rem 0;
    position: absolute;
    bottom: 0;
    background-image: url("//png.pookcdn.net/new_net/shiyi/xiadanya/bg_footer.png");
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #595959;
    font-size: .16rem;
}

.privacy {
    display: flex;
    position: absolute;
    top: .4rem;
    right: .4rem;
}

.privacy a {
    color: #a4a4a4;
    text-decoration: none;
    margin-right: .2rem;
    font-size: .18rem;
}

.desc-text {
    margin-top: -1.5rem;
    margin-left: -5rem;
    width: 8.5rem;
    font-family: 'fangzheng';
    font-size: .28rem;
    color: #fff;
    line-height: 1.5;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}

.desc-text .title {
    margin-bottom: .15rem;
    font-size: .5rem;
}

.desc-text .title img {
    height: 1.04rem;
}

.desc-text::after {
    content: "";
    position: absolute;
    top: -1rem;
    left: -5.5rem;
    width: 5.14rem;
    height: 5.72rem;
    background: url("//png.pookcdn.net/new_net/shiyi/xiadanya/img_role_01.png") no-repeat;
    background-size: 100% 100%;
}

.btn-list {
    display: flex;
    display: -webkit-flex;
    left: 50%;
    bottom: 1rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    gap: .35rem;
}

.btn-list a {
    display: block;
    width: 2.97rem;
    height: 1.24rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.btn-list a.btn-appstore {
    background-image: url("//png.pookcdn.net/new_net/shiyi/xiadanya/btn_appstore.png");
}

.btn-list a.btn-android {
    background-image: url("//png.pookcdn.net/new_net/shiyi/xiadanya/btn_android.png");
}

.downloadCode {
    bottom: .3rem;
    left: .5rem;
    width: 2.04rem;
    height: 2.36rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background-image: url("//png.pookcdn.net/new_net/shiyi/xiadanya/bg_code.png");
}

.downloadCode img {
    margin-top: .1rem;
    width: 1.8rem;
}

.content .page-bg:nth-of-type(3) .btn-list {
    bottom: -2.2rem;
}

#ageTip {
    cursor: pointer;
}

.pup {
    position: fixed;
    top: 50%;
    left: 50%;
    width: clamp(6rem, 95%, 13.5rem);
    height: 7.01rem;
    background-image: url("//png.pookcdn.net/new_net/shiyi/xiadanya/bg_ruler.png");
    border-radius: .2rem;
    background-size: 100% 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 51;
}

.pup .btn-close {
    position: absolute;
    top: .2rem;
    right: .2rem;
    width: .22rem;
    height: .23rem;
    cursor: pointer;
    background: url("//png.pookcdn.net/new_net/shiyi/xiadanya/btn_close.png") no-repeat;
    background-size: 100% 100%;
}

.pup .title {
    margin: 0 auto .4rem;
    width: 100%;
    height: .8rem;
    background-image: url("//png.pookcdn.net/new_net/shiyi/xiadanya/title_pup.png");
}

.pup .title img {
    width: 1.63rem;
}

.pup .text {
    display: flex;
    margin: 0 auto;
    width: 12.3rem;
    font-size: .3rem;
    line-height: 1.6;
    color: #000000;
    word-break: break-word;
    font-family: 'fangzheng';
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.pup-tips {
    padding: .5rem 1rem;
    width: auto;
    height: auto;
    text-align: center;
    color: #fff;
    font-size: .3rem;
    background: rgba(0,0,0,0.8);
}

.thickdiv {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    border: 0 none;
    opacity: .5;
    z-index: 50;
    overflow: hidden
}
.top{ display: none; }
.footer li{ list-style: none;}

.weixin-tip {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.8);
    filter: alpha(opacity=80);
    height: 100%;
    width: 100%;
    z-index: 100;
}

.weixin-tip p{
    margin: 0 auto;
    text-align: center;
}

@media screen and (max-width: 2048px) {
    .game-title{ top: .7rem; }
    .game-box{ margin: 0 .1rem; }
}
@media screen and (max-width: 1920px) {
    .game-title{ top: .5rem; }
    .game-pic{ top: 2rem; }
    
}

@media screen and (max-width: 1680px) {
    .game-title{ top: .7rem; width: 75%; }
    .game-pic {
        top: 2.4rem; 
        transform: scale(.8);
        transform-origin: top center;
    }

    .game-pic .game-box {
        margin: 0 .3rem;
    -webkit-transform: scale(.9);
      transform: scale(.9);

    }

}

@media screen and (max-width: 1440px) {
    
    .game-title{ top: .7rem; }
    .game-pic {
        top: 2.4rem;
    }
}

@media screen and (max-width: 786px) {
    
    .top{
        display: flex;
        top: 0;
        left: 50%;
        padding: 0 .2rem;
        width: 7.5rem;
        height: 1.21rem;
        background-image: url("//png.pookcdn.net/new_net/shiyi/xiadanya/bg_top.png");
        color: #fff;
        font-size: .3rem;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-justify-content: space-between;
        justify-content: space-between;
        box-sizing: border-box;
        z-index: 105;
    }
    .top .con-left{
        height: 100%;
    }
    .top .con-left .logo img{
        margin-right: .1rem;
        width: .9rem;
    }
    .top .con-left .desc{
        display: block;
        font-size: .23rem;
        color: #abacac;
    }
    .top .btn-download-top{
        display: block;
        width: 1.75rem;
        height: .77rem;
        background-image: url("//png.pookcdn.net/new_net/shiyi/xiadanya/btn_download_top.png");
    }
    .container{
        overflow-y: auto;
    }
    .container .swiper{ 
        overflow: initial;
    }
    .container .swiper-wrapper{
         display: block;
    }
    .content .page-bg{
        background-position: top center;
        overflow: initial;
    }
    .content .page-bg .cadpa {
        top: 1.7rem;
        left: inherit;
        right: .2rem;
    }
    .content .page-bg .logo{
        top: 1.4rem;
    }

    .header {
        display: none;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .container {
        font-size: .22rem;
    }


    .down{ top: 12rem; bottom: initial; left: 50%;  width: fit-content; -webkit-transform: translateX(-50%) scale(.8); transform: translateX(-50%) scale(.8); }

    .container,
    .content,
    .content .page-bg,
    .footer {
        min-width: 100%;
    }

    .content .page-bg:nth-of-type(1) {
        height: 12.88rem;
        background-image: url(//png.pookcdn.net/new_net/shiyi/xiadanya/bg1_mobile.jpg);
    }

    .content .page-bg:nth-of-type(2) {
        height: 12.88rem;
        background-image: url(//png.pookcdn.net/new_net/shiyi/xiadanya/bg2_mobile.jpg);
    }
    .content .page-bg:nth-of-type(3) {
        height: 12.88rem;
        background-image: url(//png.pookcdn.net/new_net/shiyi/xiadanya/bg3_mobile.jpg);
    }


    .desc-text {
        margin-top: -3rem;
        margin-left: 0;
        width: 7.4rem;
        font-size: .4rem;
        color: #fff8d4;
        line-height: 1.8;
        font-family: 'fangzheng';
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    .desc-text .title {
        margin-bottom: .15rem;
        font-size: .5rem;
        text-align: center;
    }
    .desc-text .title img{
        height: 1rem;
    }

    .desc-text .text {
        width: 80%;
        margin-left: .8rem;
        font-size: .34rem;
    }

    .desc-text::after{
        top: 7.5rem;
        left: inherit;
        right: -.4rem;
        -webkit-transform: scale(.7);
        transform: scale(.7);
    }

    .btn-list {
        top: 10.5rem;
        bottom: initial;
    }
   
    .game-title img{
        height: 1rem;
    }

    .game-pic {
        width: 100%;
        transform: scale(1);
        transform-origin: top center;
    }

    .game-pic .game-swiper {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        justify-content: center;
    }

    .game-pic .game-box {
        margin: 0 0.1rem .2rem;
        width:  30%;
        height: 3.49rem;
    }
    .game-pic .game-box:nth-of-type(1),
    .game-pic .game-box:nth-of-type(2){
        width: 40%;
    }

    .game-box img {
        width: 2rem;
    }
    

    .content .page-desc .cadpa {
        bottom: 2rem;
    }

    .footer {
        padding: 0 .5rem;
        bottom: -8rem;
        height: 8rem;
        background-image: url("//png.pookcdn.net/new_net/shiyi/xiadanya/bg_moble_footer.jpg");
        -webkit-flex-flow: column;
        flex-flow: column;
        font-size: .24rem;
        box-sizing: border-box;
        line-height: 1.7;
    }
    .footer li{
        -webkit-flex-flow: column;
        flex-flow: column;
    }

    .footer .privacy {
        position: initial;
       
    }
    .privacy a{
        font-size: .3rem;
    }

    .pup {
        padding-bottom: .5rem;
        height: auto;
    }

    .pup .text {
        margin: 0 auto;
        width: 95%;
    }

    .downloadCode {
        display: none;
    }


}