html,body{
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 10px;
}


html {
    overflow: -moz-hidden-unscrollable;
}

body::-webkit-scrollbar {
    display: none;
}

body {
    -ms-overflow-style: none;
    /*height: 100%;*/
    /*width: calc(100vw + 18px);*/
    /*overflow: auto;*/
}

.container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.container2 {
    width: 100%;
    height: 1000%;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}
.page {
    width: 100%;
    height: 10%;
}

.top{
    display: none;
}

/*导航*/
.top{
    height:60px;
    background-color: #232323;
    font-size: 0;
    position: fixed;
    top:0;
    width: 100%;
    z-index: 1000;
    font-family: Helvetica;
    font-size: 1rem;
    color: #f9f7f2;
}

.top .bigflex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height:100%;
}

.top .bigflex .bigbox{
    display: inline-block;
}

.top .bigbox, .top .box, .top .flexbox{
    height:100%;
}

.top img{
    max-height: 90%;
}

.top .button img{
    max-width:100%;
}

.top .logo .desc{
    display: inline-block;
    margin-left: 5px;
    /*width:10em;*/
}
.top .bigflex .bigbox{
    display: inline-block;
}
.top .bigflex .bigbox .flexbox{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.top .bigflex .logo{
    margin-right: auto;
    margin-left: 5px;
}

.top .bigflex .button{
    max-width: 40%;
}

.top .bigflex .button .flexbox{
    padding-right: 5px;
    text-align: right;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}


.arrow{
    position: fixed;
    bottom: 0;
    text-align: center;
    /*display: block;*/
    width: 100%;
    z-index:100;
    display: none;
}
.arrow img{
    max-width: 30%;
}


/*第一页*/
.page1{
    background-image: url(../img/mobile/bg1.jpg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center center;
    padding-top:2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.page1 .detail{
    width:100%;
    text-align: center;
}

.page1 .detail1 .desc{
    max-width: 90%;
}

.page1 .detail2{
    font-family: Helvetica;
    font-size: 1.5rem;
    color: #f8c049;
    padding-bottom: 0.5em;
}

.page1 .detail3 .logo{
    width: 23%;
}


.page1 .detail4{
    font-family: Tahoma;
    text-align: center;
    margin-top: 5px;
    display: block;
    width: 100%;
}
.page1 .detail4 .butbox{
    display: inline-block;
    max-width: 40%;
}
.page1 .detail4 .button{
    width: 100%;
    text-align: center;
}

#ios{
    display: none;
}
/*.page1 .detail4 .flexbut{
    display: flex;
    justify-content: center;
    text-align: center;
    max-width: 50%;
}*/
.page1 .detail4 .button + .button {
}
.page1 .detail4 .icon{
    width: 100%;
    /*align-self: center;*/
    /*max-width: 50%;*/
    /*margin-right: 1rem;*/
}
a:link,a:visited,a:hover,a:active{
    text-decoration: none;
    color:rgba(0,0,0,0.9);
}

/*第二页*/
.page2{
    width:100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.page2 .poster{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 500%;
    margin-top:2rem;
}

.page2 .poster-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 70%;
}
.page2 .poster .poster-show{
    font-size: 0;
    border-radius: 12px;
    overflow: hidden;
}

.page2 .poster .poster-show{
    margin-left: 30px;
}

.page2 .poster .poster-show img{
    max-width: 100%;
}

/* 玩家头像区域 */
.page2 .players-section{
    margin-top: 8rem;
    padding: 0 2rem;
}

.page2 .players-title{
    font-family: Helvetica;
    font-size: 1.8rem;
    font-weight: bold;
    color: #4a4a4f;
    margin-bottom: 1.5rem;
    text-align: center;
}

.page2 .players-container{
    width: 100%;
    overflow: hidden;
    position: relative;
}

.page2 .players-scroll{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
    -webkit-animation: scrollPlayers 20s linear infinite;
            animation: scrollPlayers 20s linear infinite;
}

.page2 .players-scroll:hover{
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
}

.page2 .player-avatar{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 85px;
            flex: 0 0 85px;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #f8c049;
    -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.15);
            box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    background-color: #f0f0f0;
    position: relative;
}

.page2 .player-avatar img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.page2 .player-avatar .player-placeholder{
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 2.5rem;
    color: #999;
    background: -webkit-gradient(linear, left top, right bottom, from(#667eea), to(#764ba2));
    background: -o-linear-gradient(top left, #667eea 0%, #764ba2 100%);
    background: linear-gradient(to bottom right, #667eea 0%, #764ba2 100%);
}

@-webkit-keyframes scrollPlayers {
    0% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
    }
}

@keyframes scrollPlayers {
    0% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
    }
}


/*第三页*/
.page3 .content{
    font-family: Helvetica;
    padding-top:8rem;
}

.page3 .content .box{
    width: 100%;
    height:10rem;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

@media screen AND (max-width: 370px) {
    .page3 .content{
        padding-top: 6rem;
    }
    .page3 .content .box{
        height: 8rem;
    }
    .page3 .body{
        min-height: calc(65%);
        max-height: calc(70%);
    }
}

.page3 .content .box1, .page3 .content .box3{
    background-color: #f9f9f9;
}


.page3 .content .box1{
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.page3 .content .box2, .page3 .content .box3{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #4a4a4f;
}

.page3 .content .box .flexbox .number{
    font-size: 3.6rem;
    font-weight: bold;
}

.page3 .content .box .flexbox .desc{
    font-size: 1.1rem;
}

.page3 .body{
    min-height: calc(70%);
}

.page3 .imgshow img{
    max-width: 45%;
}

.page3 .imgshow .right{
    float: right;
}


footer{
    margin-top: 1em;
    font-family: Helvetica;
    font-size: 1rem;
    color: #a1a1a5;
    line-height: 1.5em;
    text-align: center;
}
footer .site{
    display: inline-block;
    width: 85%;
    text-align: center;
}

footer .site .desc{
    text-align: left;
}
