.section-1{
    background: url("/style/mobile/images/bg1.png")  center top no-repeat;
    background-size: cover;
    width: 100%;
    height: 635px;
}

.gd{
    /* background: url("/style/mobile/images/gd2.png") no-repeat top center; */
    background-size: cover;
    height: 350px;
    margin-top: -425px;
}

.rocket{
    position: absolute;
    margin-top: 25px;
    margin-left: 255px;
}

.rocket img{
    width: 116px;
    height: auto;
}

.mask{
    background: url("/style/mobile/images/move-bg-mask.png") no-repeat top center;
    height: 26rem;
    background-size: cover;
}

.top{
    background: url("/style/mobile/images/move-bg.png") no-repeat top center;
    background-position: 0 0;
    animation: moveBg 60s linear infinite;
    width: 100%;
    display: inline-block;
    height: 26rem;
    background-size: cover;
}
@keyframes moveBg {
    0% {
        background-position-x:20%;
    }
    50% {
        background-position-x:80%;
    }
    100% {
        background-position-x:20%;
    }
}

.section-1 .top .content {
    display: inline-flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
    width: 100%;
    margin-top: 105px;
}

.section-1 .top .title{
    font-size: 65px;
    color: #FFFFFF;
    font-weight: 800;
    font-family: Alibaba PuHuiTi;
}

.section-1 .top .title span{
    color: #FFC12E;
}

.section-1 .top .describe{
    font-family: Alibaba PuHuiTi;
    font-weight: 600;
    color: #FFC12E;
    letter-spacing: 0px;
    margin-top: 20px;
}

.btn-list{
    display: inline-flex;
    flex-direction: column;
    width: 100%;
    height: 175px;
    justify-content: space-evenly;
    margin-top: 80px;
    align-items: center;
}

.section-1 .top .pc-download{
    background: url("/style/mobile/images/pc-down-bg1.png") no-repeat;
    width: auto;
    height: 54px;
    width: 252px;
    background-size: cover;
    text-align: center;
}

.section-1 .top .console-download{
    background: url("/style/mobile/images/console-down-bg3.png") no-repeat;
    width: auto;
    height: 54px;
    width: 253px;
    background-size: cover;
    text-align: center;
}


.section-1 .top .mobile-download{
    background: url("/style/mobile/images/mobile-down-bg2.png") no-repeat;
    width: auto;
    height: 54px;
    width: 253px;
    background-size: cover;
    text-align: center;
}

/* .section-1 .top .mobile-download:hover{
    background: url("/style/style2/images/top-download-bg-click.png") no-repeat;
} */

.down-div{
    /* margin-top: 5px; */
}

.down-a{
    display: inline-flex;
    width: 263px;
    justify-content: space-around;
    align-items: center;
    margin-top: 2px;
    height: 50px;
}

.down-a img{
    width: 43px;
    margin-top: 5px;
}

.down-text{
    font-size: 18px;
    font-family: AlibabaPuHuiTi;
    font-weight: 400;
    color: #612708;
    width: 190px;
}

.down-describe{
    font-size: 12px;
    font-family: AlibabaPuHuiTi;
    font-weight: 500;
    color: #FFFFFF;
    opacity: 0.8;
}


.section-2{
    background: url("/style/mobile/images/bg2.png")  center top no-repeat;
    background-size: cover;
    width: 100%;
    height: 730px;
    margin-top: -140px
}

.down-list-describe{
    font-size: 15px;
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.3;
    text-align: center;
    margin-top: 75px;
}


.section-2 .title{
    font-size: 21px;
    font-family: Alibaba PuHuiTi;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 100px;
    text-align: center;
}

.section-2 .title span{
    color: #3BFDEA;
}

.game-item{
    /* width: 130px; */
    text-align: center;
}

.game-list{
    display: inline-flex;
    flex-wrap: wrap;
    width: 96%;
    height: 400px;
    justify-content: space-around;
    margin: 0 10px;
}

.game-list .game-ico img{
    width: 100px;
    height: auto;
}

.game-list .game-name{
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.3;
    font-size: 13px;
    text-align: center;
    line-height: 25px;
}

.more-btn{
    background: url("/style/mobile/images/more-game-btn.png") no-repeat;
    height: 48px;
    width: 350px;
    background-size: cover;
    text-align: center;
    font-size: 16px;
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.8;
    margin: 0 auto;
    line-height: 50px;
    margin-top: 10px;
}


.section-3{
    background: url("/style/mobile/images/bg3.png")  center top no-repeat;
    background-size: cover;
    width: 100%;
    height: 565px;
}

.news_div{
    margin-top: -140px;
    display: inline-block;
    width: 100%;
}

.news_div .title{
    font-size: 30px;
    font-family: Alibaba PuHuiTi;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 88px;
    text-align: center;
    letter-spacing: 2px;
}

.ad-img{
    margin: 0 auto;
    text-align: center;
}

.ad-img img{
    width: 325px;
}

.news_div .title span{
    color: #3BFDEA;
}

.news_div .ad{
    margin: 0 auto;
    text-align: center;
}

.news-list{
    width: 90%;
}

.news-list ul{
    list-style: unset;
}

.news-list ul li::marker{
    color:#00B211;
}


ul li{
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #BED7F1;
    opacity: 0.8;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    list-style-position: inside;
    line-height: 60px;
}
.section-4{
    background: url("/style/mobile/images/bg4.png")  center top no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    margin-top: 45px;
}

.advantage-div .title{
    font-size: 30px;
    font-family: Alibaba PuHuiTi;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 50px;
    text-align: center;
    letter-spacing: 2px;
}

.advantage-div .title span{
    color: #3BFDEA;
}

.illustrate{
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #879AAE;
    line-height: 20px;
    text-align: center;
    margin-top: 10px;
}

.advantage-div .describe{
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFC12E;
    text-align: center;
}

.advantage{
    display: inline-flex;
    width: 100%;
    justify-content: space-around;
    margin-top: 50px;
}

.advantage img{
    width: 75px;
}

.code-div{
    display: inline-flex;
    justify-content: space-evenly;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}

.code-div img{
    width: 150px;
}

.code-div .illustrate{
    margin-top: 15px;
}