body{
    background: #050C27;
}
.header-box{
    background: #050C27;
}
.game-content-middle{
    height: 600px;
}
.game-content-middle-title{
    width: 100%;
    height: 100px;
    margin: 50px auto 0;
}
.game-content-middle-title p:nth-child(1){
    width: 100%;
    height: 60px;
    font-size: 46px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0 auto;
    text-align: center;
}
.game-content-middle-title p:nth-child(2){
    width: 100%;
    height: 20px;
    font-size: 18px;
    font-weight: 300;
    color: #CAD7F2;
    margin: 15px auto 0;
    text-align: center;
}
.game-content-middle-title p span{
    display: inline-block;
}
.game-content-middle-title p span:nth-child(1){
    margin-right: 15px;
}
.game-content-middle-title p span:nth-child(2){
    margin-left: 15px;
}
.game-content-middle-content{
    width: 100%;
    min-height: 460px;
    margin: 60px auto 0;
    display: flex;
    flex-wrap: wrap;
}
.game-content-middle-content div{
    width: 31%;
    border: 2px solid #FFFFFF;
    height: 204px;
    margin-right: 2%;
    cursor: pointer;
}
@media (min-width: 1024px) {
    .game-content-middle-content div:hover{
        transform: scale(1.05);
    }
    .game-content-middle-content div{
        transition: all .3s ease;
        cursor: pointer;
    }
    .game-content-advantage-content div img:hover{
        transform: translateY(-10px);
    }
}
.game-content-middle-content div a{
    width: 100%;
    height: 204px;
}
.game-content-middle-content div a img{
    width: 100%;
    height: 200px;
}
.game-content-advantage{
    height: 565px;
    margin-top: 100px;
}
.game-content-advantage-title{
    width: 100%;
    height: 100px;
    margin: 50px auto 0;
}
.game-content-advantage-title p:nth-child(1){
    width:100%;
    height: 60px;
    font-size: 46px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0 auto;
    text-align: center;
}
.game-content-advantage-title p:nth-child(2){
    width:100%;
    text-align: center;
    height: 20px;
    font-size: 18px;
    font-weight: 300;
    color: #CAD7F2;
    margin: 15px auto 0;
}
.game-content-advantage-title p span{
    display: inline-block;
}
.game-content-advantage-title p span:nth-child(1){
    margin-right: 25px;
}
.game-content-advantage-title p span:nth-child(2){
    margin-left: 25px;
}
.game-content-advantage-content{
    display: flex;
    height: 350px;
    margin-top: 60px;
}
.game-content-advantage-content div{
    width: 22%;
    margin-right: 3%;
    background: url("../../../img/gameAdbg.png");
    height: 341px;
}
.game-content-advantage-content div img{
    display: block;
    margin: 20px auto 0;
    transition: all .5s;
}
.game-content-advantage-content div p:nth-child(2){
    width: 180px;
    height: 23px;
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
    margin: 20px auto 0;
    text-align: center;
}
.game-content-advantage-content div p:nth-child(3){
    width: 208px;
    height: 105px;
    font-size: 14px;
    font-weight: 300;
    color: #CAD7F2;
    margin: 18px auto 0;
    line-height: 24px;
    text-align: center;
}
.game-content-demand{
    height: 700px;
}
.game-content-demand-title{
    width: 100%;
    height: 100px;
    margin: 80px auto 0;
}
.game-content-demand-title p:nth-child(1){
    width: 100%;
    text-align: center;
    height: 60px;
    font-size: 46px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0 auto;
}
.game-content-demand-title p:nth-child(2){
    width: 100%;
    height: 20px;
    font-size: 18px;
    font-weight: 300;
    color: #CAD7F2;
    margin: 15px auto 0;
    text-align: center;
}
.game-content-demand-title p span{
    display: inline-block;
}
.game-content-demand-title p span:nth-child(1){
    margin-right: 25px;
}
.game-content-demand-title p span:nth-child(2){
    margin-left: 25px;
}
.game-content-demand-content{
    display: flex;
}
.game-content-demand-content div{
    width: 22%;
    height:345px ;
    margin-right: 3%;
    margin-top: 60px;
}
.game-content-demand-content div:nth-child(1){
    background: url("../../../img/gameDm1.webp");
}
.game-content-demand-content div:nth-child(2){
    background: url("../../../img/gameDm2.webp");
}
.game-content-demand-content div:nth-child(3){
    background: url("../../../img/gameDm3.webp");
}
.game-content-demand-content div:nth-child(4){
    background: url("../../../img/gameDm4.webp");
}
.game-content-demand-content div p:nth-child(1){
    width: 144px;
    height: 20px;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 220px auto 0;
    text-align: center;
}
.game-content-demand-content div p:nth-child(2){
    width: 237px;
    height: 36px;
    font-size: 14px;
    font-weight: 300;
    color: #CAD7F2;
    margin: 20px auto 0;
    text-align: center;
}
.game-content-demand-button a {
    margin: 80px auto 0;
    display: block;
    width: 438px;
    height: 68px;
    background: url("../../../img/gameBt.png");
    background-size: 100% 100%;
    font-size: 22px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 68px;
    text-align: center;
}
.game-content-comments{
    height: 620px;
    margin-top: 50px;
}
.game-content-comments-title{
    width: 100%;
    height: 100px;
    margin: 70px auto 0;
}
.game-content-comments-title p:nth-child(1){
    width: 100%;
    height: 60px;
    font-size: 46px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0 auto;
    text-align: center;
}
.game-content-comments-title p:nth-child(2){
    width: 55%;
    height: 50px;
    font-size: 18px;
    font-weight: 300;
    color: #CAD7F2;
    margin: 15px auto 0;
    text-align: center;
}
.game-content-comments-title p span{
    display: inline-block;
}
.game-content-comments-title p span:nth-child(1){
    margin-right: 25px;
}
.game-content-comments-title p span:nth-child(2){
    margin-left: 25px;
}
.game-content-comments-content{
    display: flex;
}
.game-content-comments-content div{
    width: 30%;
    margin-right: 3%;
    height: 290px;
    margin-top: 130px;
    position: relative;
    background: #101730;
    border-radius: 10px;
}
.game-content-comments-content-img{
    height: 80px;
    width: 80px;
    border: 4px solid #ffffff;
    border-radius: 50%;
    margin: 0 auto;
    position: absolute;
    top: -40px;
    left: calc(50% - 40px);
}
.game-content-comments-content div p:nth-child(2){
    width: 150px;
    height: 17px;
    font-size: 17px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    margin: 50px auto 0;
}
.game-content-comments-content div img:nth-child(3){
    margin-top: 25px;
}
.game-content-comments-content div p:nth-child(4){
    width: 313px;
    height: 110px;
    font-size: 17px;
    font-weight: 300;
    color: #CAD7F2;
    line-height: 28px;
    margin: 5px auto 0;
    overflow: hidden;
}
.game-content-comments-content-evaluation{
    width: 120px;
    height: 20px;
    margin: 20px auto 0;
    /*background: #FDC120;*/
}
.index-box .why-recommend .whyson .evaluation li {
    height: 20px;
    width: 20px;
    float: left;
    margin-left: 2px;
}
.game-content-comments-content div ul li{
    height: 20px;
    width: 20px;
    float: left;
    margin-left: 2px;
}
.yellow {
    background: url("../../../img/gamePentagram.png")  no-repeat;
}
.black {
    background: url("../../../img/gamePentagram1.png") no-repeat;
}
.more-evaluation{
    width: 100px;
    margin: 40px auto 0;
    display: block;
    color: #FFFFFF;
}
.more-evaluation:hover{
    text-decoration: none;
    color: #FFFFFF;
}
.more-evaluation:focus{
    text-decoration: none;
    color: #FFFFFF;
}
.game-content-gameMore{
    height: auto;
    margin-top: 60px;
}
.game-content-gameMore-title{
    width: 100%;
    height: 100px;
    margin: 50px auto 0;
}
.game-content-gameMore-title p:nth-child(1){
    width: 100%;
    height: 60px;
    font-size: 46px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0 auto;
    text-align: center;
}
.game-content-gameMore-title p:nth-child(2){
    width: 100%;
    height: 50px;
    font-size: 18px;
    font-weight: 300;
    color: #CAD7F2;
    margin: 15px auto 0;
    text-align: center;
}
.game-content-gameMore-title p span{
    display: inline-block;
}
.game-content-gameMore-title p span:nth-child(1){
    margin-right: 25px;
}
.game-content-gameMore-title p span:nth-child(2){
    margin-left: 25px;
}
.game-content-gameMore-content{
    min-height: 500px;
    margin-top: 60px;
}
.game-content-gameMore-content-category{
    min-height: 40px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.game-content-gameMore-content-category a{
    width: auto;
    height: 38px;
    font-size: 22px;
    font-weight: 400;
    color: #CAD7F2;
    line-height: 32px;
    margin-right: 40px;
}
.game-content-gameMore-content-category a:hover{
    color: #FFFFFF;
    border-bottom: 1px solid #14ECFF;
}
.game-content-gameMore-content-title{
    min-height: 125px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.game-content-gameMore-content-title a{
    width: 180px;
    height: 25px;
    font-size: 16px;
    font-weight: 300;
    color: #CAD7F2;
    margin-right: 10px;
    margin-top: 20px;
    overflow: hidden;
}
.game-content-gameMore-content-title a:hover{
    color: #14E1FF;
}
.gameContent_top{
    height: 450px;
    margin-top: 100px;
}
.gameContent_top-img{
    height: 450px;
}
.gameContent_top-img div{
    height: 395px;
    width: 297px;
    background: url("../../../img/gameContentBg.png");
    margin-left: 50px;
}
.gameContent_top-img img{
    height: 392px;
    width: 294px;
    padding-top: 3px;
    padding-left: 3px;
}
.gameContent_top-content{
    height: 450px;
}
.gameContent_top-content div p:nth-child(1){
    width: 768px;
    height: 60px;
    font-size: 36px;
    font-weight: 400;
    color: #FFFFFF;
    /*background: linear-gradient(0deg, #17A7D1, #14FECA);*/
    background-image: -webkit-linear-gradient(left, #17A7D1 0%, #14FECA 53%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 30px;
}
.gameContent_top-content div p:nth-child(2){
    width: 650px;
    height: 40px;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    margin-top: 30px;
}
.gameContent_top-content div p:nth-child(3){
    width: 750px;
    height: 110px;
    font-size: 16px;
    font-weight: 300;
    color: #CAD7F2;
    line-height: 27px;
    margin-top: 30px;
    overflow: hidden;
}
.gameContent_top-content div a{
    width: 339px;
    height: 55px;
    background: url("../../../img/gamebutton.png");
    background-size: 100% 100%;
    display: block;
    font-size: 22px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 55px;
    margin-top: 40px;
}
.gameContent-method{
    height:350px;
}
.gameContent-method-title{
    width: 100%;
    height: 100px;
    margin: 50px auto 0;
}
.gameContent-method-title p:nth-child(1){
    width: auto;
    height: 60px;
    font-size: 46px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0 auto;
    text-align: center;
}
.gameContent-method-title p:nth-child(2){
    width: 560px;
    height: 50px;
    font-size: 18px;
    font-weight: 300;
    color: #CAD7F2;
    margin: 15px auto 0;
    text-align: center;
    line-height: 30px;
}
.gameContent-method-title p span{
    display: inline-block;
}
.gameContent-method-title p span:nth-child(1){
    margin-right: 25px;
}
.gameContent-method-title p span:nth-child(2){
    margin-left: 25px;
}
.gameContent-method-content{
    height: 200px;
    margin-top: 60px;
    display: flex;
    position: relative;
}
.gameContent-method-content-div{
    width: 25%;
    display: flex;
}
.second-div{
    margin-left: 12%;
    margin-right: 12%;
}
.gameContent-method-content-div div{
    width: 50%;
}
.gameContent-method-content-div div:nth-child(2) p:nth-child(1){
    width: 110px;
    height: 30px;
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 20px;
}
.gameContent-method-content-div div:nth-child(2) p:nth-child(2){
    width: 140px;
    height: 40px;
    font-size: 16px;
    font-weight: 300;
    color: #CAD7F2;
    line-height: 24px;
}
.downloadarrow{
    height: 21px;
    width: 89px;
    position: absolute;
    left: 27%;
    top: 35%;
}
.img2{
    left: 63%;
}
.gameContent-speed{
    height: 730px;
}
.gameContent-speed-title{
    width: 100%;
    height: 100px;
    margin: 30px auto 0;
}
.gameContent-speed-title p:nth-child(1){
    width: auto;
    height: 60px;
    font-size: 46px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0 auto;
    text-align: center;
}
.gameContent-speed-title p:nth-child(2){
    width: 650px;
    height: 30px;
    font-size: 18px;
    font-weight: 300;
    color: #CAD7F2;
    margin: 15px auto 0;
    text-align: center;
    line-height: 30px;
}
.gameContent-speed-title p span{
    display: inline-block;
    margin-right: 25px;
}
.gameContent-speed-title p span:nth-child(2){
    margin-left: 25px;
}
.gameContent-speed-content{
    height: 410px;
    margin-top: 60px;
    display: flex;
}
.gameContent-speed-content div{
    width: 538px;
    margin-left: 4%;
}
.gameContent-speed-content div:nth-child(1){
    background: url("../../../img/speedgb.png");
    position: relative;
}
.gameContent-speed-content div:nth-child(2){
    background: url("../../../img/speedbg2.png");
}
.speedVs{
    position: absolute;
    top: 32%;
    left: 92%;
}
.gameContent-speed-content div:nth-child(1) p:nth-child(1){
    width: 125px;
    height: 40px;
    font-size: 30px;
    font-weight: 500;
    color: #EC3A3C;
    margin: 15px 0 0 380px;
}
.gameContent-speed-content div:nth-child(1) div:nth-child(2){
    width: 241px;
    height: 217px;
    background: url("../../../img/speed1bg.png");
    margin: 20px auto 0;
}
.gameContent-speed-content div:nth-child(1) div:nth-child(2) span:nth-child(1){
    width: 43px;
    height: 22px;
    font-size: 22px;
    font-weight: 400;
    color: #C6D5E6;
    margin: 0  auto;
    padding-top: 70px;
    display: block;
}
.gameContent-speed-content div:nth-child(1) div:nth-child(2) span:nth-child(2){
    width: 70px;
    height: 34px;
    font-size: 44px;
    font-weight: 400;
    color: #ED3A3C;
    margin: 0  auto;
    padding-top: 40px;
    display: block;
}
.gameContent-speed-content div:nth-child(1) p:nth-child(3){
    width: 426px;
    height: 75px;
    font-size: 17px;
    font-weight: 300;
    color: #97A8C9;
    line-height: 25px;
    margin: 15px auto 0;
}
.gameContent-speed-content div:nth-child(2) p:nth-child(1){
    width: 180px;
    height: 40px;
    font-size: 30px;
    font-weight: 500;
    color: #14ECFF;
    margin: 15px 0 0 30px;
}
.gameContent-speed-content div:nth-child(2) div:nth-child(2){
    width: 241px;
    height: 217px;
    background: url("../../../img/speed2bg.png");
    margin: 20px auto 0;
}
.gameContent-speed-content div:nth-child(2) div:nth-child(2) span:nth-child(1){
    width: 43px;
    height: 22px;
    font-size: 22px;
    font-weight: 400;
    color: #C6D5E6;
    margin: 0  auto;
    padding-top: 70px;
    display: block;
}
.gameContent-speed-content div:nth-child(2) div:nth-child(2) span:nth-child(2){
    width: 70px;
    height: 34px;
    font-size: 44px;
    font-weight: 400;
    color: #14ECFF;
    margin: 0  auto;
    padding-top: 40px;
    display: block;
    text-align: center;
}
.gameContent-speed-content div:nth-child(2) p:nth-child(3){
    width: 426px;
    height: 75px;
    font-size: 17px;
    font-weight: 300;
    color: #97A8C9;
    line-height: 25px;
    margin: 15px auto 0;
}
.gameContent-speed-bt{
    display: block;
    width: 438px;
    height: 60px;
    background: url("../../../img/gameBt.png");
    background-size: 100% 100%;
    margin: 80px auto 0;
    font-size: 22px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 60px;
    text-align: center;
}
.gameContent-speed-bt:hover{
    color: #FFFFFF;
}
.gameContent-more{
    height: auto;
    overflow: auto;
}
.gameContent-advantage{
    height: 700px;
}
.gameContent-advantage-title{
    width: 100%;
    height: 100px;
    margin: 50px auto 0;
}
.gameContent-advantage p:nth-child(1){
    width: auto;
    height: 60px;
    font-size: 46px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0 auto;
    text-align: center;
}
.gameContent-advantage p:nth-child(2){
    width: 620px;
    height: 50px;
    font-size: 18px;
    font-weight: 300;
    color: #CAD7F2;
    margin: 15px auto 0;
    text-align: center;
    line-height: 30px;
}
.gameContent-advantage p span{
    display: inline-block;
}
.gameContent-advantage p span:nth-child(1){
    margin-right: 25px;
}
.gameContent-advantage p span:nth-child(2) {
    margin-left: 25px;
}
.gameContent-advantage-content{
    height: 460px;
    margin-top: 45px;
    display: flex;
    flex-wrap: wrap;
}
.gameContent-advantage-content div{
    width: 20%;
    height: 220px;
    margin-top: 20px;
}
.gameContent-advantage-content-second{
    margin-left: 20%;
    margin-right: 20%;
}
.gameContent-advantage-content div img{
    margin: 10px auto 0;
    width: 60px;
}
.gameContent-advantage-content div p:nth-child(2){
    width: 160px;
    height: 23px;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 15px auto 0;
}
.gameContent-advantage-content div p:nth-child(3){
    width: 256px;
    height: 90px;
    font-size: 14px;
    font-weight: 300;
    color: #7E8DAB;
    line-height: 24px;
    margin: 15px auto 0;
    text-align: center;
}
.game-pager{
    width: 100%;
    margin: 30px auto 0;
}
.game-pager nav{
    text-align: center;
}
.pagination>li>a, .pagination>li>span{
    background: #1F263D;
    border-radius: 4px;
    border: none;
    color: #FFFFFF;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    background: #14AFFF;
}
.pagination>li{
    display: inline-block;
    margin-right: 10px;
}
/*@media (min-width: 1299px) {*/
/*    .game_container{*/
/*        width: 1200px;*/
/*    }*/
/*}*/
@media (max-width: 1200px) and (min-width: 801px) {
    .game-content-advantage-content div p:nth-child(3){
        width: 100%;
        line-height: 20px;
    }
    .game-content-demand-content div p:nth-child(2){
        width: 100%;
    }
    .game-right{
        margin: 2% auto 0;
    }
    .game-left-p1{
        width: 100%;
        font-size: 46px;
    }
}
@media (max-width: 800px) {
    .gameContent_top-img img{
        width: 100%;
    }
    .game-content-middle{
        height: auto;
    }
    .game-content-middle-title{
        margin: 10px auto 0;
    }
    .game-content-middle-title p span{
        display: none;
    }
    .game-content-middle-title p:nth-child(1){
        font-size: 28px;
        height: auto;
    }
    .game-content-middle-title p:nth-child(2){
        height: 45px;
        font-size: 14px;
        margin: 10px auto 0;
    }
    .game-content-middle-content{
        display: block;
        height: 800px;
        margin-top: 20px;
    }
    .game-content-middle-content div{
        width: 95%;
        margin: 10px auto 0;
        height: auto;
    }
    .game-content-advantage{
        margin-top: 525px;
        height: 775px;
    }
    .game-content-advantage-title p span{
        display: none;
    }
    .game-content-advantage-title p:nth-child(1){
        font-size: 28px;
        height: auto;
    }
    .game-content-advantage-title p:nth-child(2){
        height: 45px;
        font-size: 14px;
        margin: 10px auto 0;
    }
    .game-content-advantage-content{
        display: block;
        margin-top: 25px;
    }
    .game-content-advantage-content div{
        width: 90%;
        background: none;
        margin: 10px auto 0;
        border: 1px solid #2D2D4F;
        border-radius: 5px;
        height: 235px;
    }
    .game-content-advantage-content div img{
        width: 100px;
        margin: 10px auto 0;
    }
    .game-content-advantage-content div p:nth-child(2){
        font-size: 20px;
    }
    .game-content-advantage-content div p:nth-child(3){
        font-size: 14px;
        height: 60px;
        line-height: 23px;
    }
    .game-content-advantage-content div p:nth-child(3){
        width: 90%;
        text-align: center;
    }
    .game-content-demand{
        margin-top: 515px;
        height: 835px;
    }
    .game-content-demand-title p:nth-child(1){
        font-size: 28px;
        height: auto;
    }
    .game-content-demand-title p span{
        display: none;
    }
    .game-content-demand-title p:nth-child(2){
        height: 45px;
        font-size: 14px;
    }
    .game-content-demand-content{
        flex-wrap: wrap;
        width: 100%;
        margin: 35px auto 0;
    }
    .game-content-demand-content div{
        width: 49%;
        margin-top: 10px;
        margin-right:1% ;
    }
    .game-content-demand-content div p:nth-child(2){
        width: 100%;
        height: auto;
        line-height: 18px;
        font-size: 12px;
        margin: 10px auto 0;
    }
    .game-content-comments{
        margin-top: 30px;
    }
    .game-content-comments-title{
        margin-top: 20px;
    }
    .game-content-comments-title p:nth-child(1){
        font-size: 28px;
        height: auto;
    }
    .game-content-comments-title p span{
        display: none;
    }
    .game-content-comments-title p:nth-child(2){
        font-size: 14px;
        height: 60px;
        margin: 18px auto 0;
        width: 100%;
    }
    .game-content-comments{
        height: 520px;
    }
    .game-content-comments-content{
        display: block;
    }
    .game-content-comments-content div{
        width: 90%;
        margin: 100px auto 0;
    }
    .game-content-comments-content div:nth-child(2){
        display: none;
    }
    .game-content-comments-content div:nth-child(3){
        display: none;
    }
    .game-content-gameMore-title p:nth-child(1){
        font-size: 28px;
    }
    .game-content-gameMore-title p span {
        display: none;
    }
    .game-content-gameMore-title p:nth-child(2){
        font-size: 14px;
        margin: 4px auto 0;
    }
    .game-content-demand-button a{
        width: 90%;
        margin: 50px auto 0;
        font-size: 18px;
        height: 55px;
        line-height: 55px;
    }
    .game-content-gameMore-content-title{
        display: block;
        width: 95%;
        margin: 0 auto;
        overflow: auto;
    }
    .game-content-gameMore-content-title a{
        margin-top: 10px;
        margin-right: 5px;
        display: inline-block;
        width: 160px;
    }
    .game-content-gameMore{
        height: 700px;
        overflow: auto;
    }
    .game-content-gameMore-content-category a{
        font-size: 20px;
    }
    .game-content-gameMore-content-title a{
        font-size: 16px;
    }
    .game-content-demand-content div:nth-child(1){
        background-size: 100% 100%;
    }
    .game-content-demand-content div:nth-child(2){
        background-size: 100% 100%;
    }
    .game-content-demand-content div:nth-child(3){
        background-size: 100% 100%;
        margin-top: 20px;
    }
    .game-content-demand-content div:nth-child(4){
        background-size: 100% 100%;
        margin-top: 20px;
    }
    .game-content-demand-content div p:nth-child(1){
        margin: 165px auto 0;
    }
    .game-content-demand-content div{
        height: 260px;
    }
    .gameContent_top-img{
        height: 300px;
    }
    .gameContent_top-img div{
        background: none;
        width: 100%;
        height: 300px;
        margin: 0;
    }
    .gameContent_top-img div img{
        height: 100%;
    }
    .gameContent_top{
        margin-top: 20px;
        height: 660px;
    }
    .gameContent_top-content div p:nth-child(1){
        width: 100%;
        font-size: 28px;
        height: auto;
        overflow: hidden;
    }
    .gameContent_top-content div p:nth-child(2){
        width: 100%;
        font-size: 14px;
        height: auto;
        margin-top: 10px;
    }
    .gameContent_top-content div p:nth-child(3){
        width: 100%;
        font-size: 12px;
        height: auto;
        margin-top: 10px;
        line-height: 24px;
    }
    .gameContent_top-content div a{
        width: 95%;
        margin: 20px auto 0;
        font-size: 18px;
    }
    .gameContent-method-title p:nth-child(1){
        width: 100%;
        font-size: 28px;
        height: auto;
    }
    .gameContent-method-title p span{
        display: none;
    }
    .gameContent-method-title p:nth-child(2){
        width: 100%;
        font-size: 14px;
        line-height: 23px;
    }
    .gameContent-method-content{
        display: block;
        margin-top: 10px;
    }
    .gameContent-method-content-div{
        width: 80%;
        margin: 0 auto;
    }
    .downloadarrow{
        display: none;
    }
    .gameContent-method{
        height: 490px;
        margin-top: 60px;
    }
    .gameContent-speed{
        margin-top: 30px;
    }
    .gameContent-speed-title p span{
        display: none;
    }
    .gameContent-speed-title p:nth-child(1){
        width: 100%;
        font-size: 28px;
        height: auto;
    }
    .gameContent-speed-title p:nth-child(2){
        width: 100%;
        font-size: 14px;
        height: auto;
    }
    .gameContent-speed-content{
        display: block;
        height: 750px;
        margin-top: 80px;
    }
    .gameContent-speed-content div:nth-child(1){
        background: none;
        border: 1px solid #2D2D4F;
        width: 95%;
        margin: 20px auto 0;
    }
    .gameContent-speed-content div:nth-child(2){
        background: none;
        border: 1px solid #2D2D4F;
        width: 95%;
        margin: 20px auto 0;
    }
    .speedVs{
        display: none;
    }
    .gameContent-speed-content div:nth-child(1) p:nth-child(3){
        width: 100%;
        font-size: 14px;
    }
    .gameContent-speed-content div:nth-child(2) p:nth-child(3){
        width: 100%;
        font-size: 14px;
    }
    .gameContent-speed-content div:nth-child(1) p:nth-child(1){
        margin: 10px auto 0;
        font-size: 24px;
        text-align: center;
    }
    .gameContent-speed-content div:nth-child(2) p:nth-child(1){
        margin: 10px auto 0;
        font-size: 24px;
        text-align: center;
    }
    .gameContent-speed-bt{
        width: 90%;
        margin: 60px auto 0;
        font-size: 18px;
        height: 55px;
        line-height: 55px;
    }
    .game-content-demand{
        margin-top: 380px;
    }
    .gameContent-more{
        overflow: auto;
    }
    .gameContent-advantage p:nth-child(1){
        width: 100%;
        font-size: 32px;
    }
    .gameContent-advantage-title p span{
        display: none;
    }
    .gameContent-advantage p:nth-child(2){
        width: 100%;
        font-size: 16px;
        height: auto;
    }
    .gameContent-advantage-content div p:nth-child(3){
        width: 100%;
        font-size: 14px;
        line-height: 20px;
        text-align: left;
    }
    .gameContent-advantage-content div{
        width: 40%;
        margin-left: 7%;
    }
    .gameContent-advantage-content-second{
        margin:0;
    }
    .gameContent-advantage-content{
        width: 95%;
        margin: 40px auto 0;
        height: 550px;
    }
    .gameContent-advantage{
        height: 840px;
    }
    .gameContent_top-content{
        height: 400px;
    }
    .gameContent-method-content-div div img{
        width: 100px;
        margin-top: 15px;
        margin-left: 15px;
    }
    .gameContent-method-content-div div:nth-child(2) p:nth-child(1){
        font-size: 20px;
    }
    .gameContent-method-content-div div:nth-child(2) p:nth-child(2){
        font-size: 14px;
    }
    .gameContent-advantage-content div p:nth-child(2){
        font-size: 18px;
        text-align: center;
        width: 100%;
    }
    .gameContent-advantage-content div p:nth-child(3){
        width: 100%;
        font-size: 12px;
        text-align: center;
    }
}
@media screen and (min-width: 801px) and (max-width: 1200px)  {
    .gameContent_top-content div p:nth-child(1){
        width: 100%;
        font-size: 32px;
        height: 88px;
        margin-top: 0;
    }
    .gameContent_top-content div p:nth-child(2){
        width: 100%;
        font-size: 16px;
        overflow: hidden;
        margin-top: 10px;
        height: 50px;
    }
    .gameContent_top-content div p:nth-child(3){
        width: 100%;
        font-size: 14px;
        height: 120px;
        margin-top: 10px;
    }
    .gameContent_top-content div a{
        margin-top: 25px;
    }
    .gameContent_top-img div{
        background: none;
        width: 260px;
    }
    .gameContent_top-img div img{
        width: 260px;
        height: initial;
    }
    .gameContent-method-content-div div:nth-child(2) p:nth-child(1){
        width: 100%;
        font-size: 20px;
    }
    .gameContent-method-content-div div:nth-child(2) p:nth-child(2){
        width: 100%;
        font-size: 14px;
    }
    .gameContent-method-content-div div img{
        width: 100px;
    }
    .gameContent-speed-content div:nth-child(1){
        background: none;
        border: 1px solid #2D2D4F;
    }
    .gameContent-speed-content div:nth-child(2){
        background: none;
        border: 1px solid #2D2D4F;
    }
    .speedVs{
        display: none;
    }
    .gameContent-speed-content div{
        width: 48%;
        margin-right: 1%;
    }
    .gameContent-speed-content div:nth-child(1) p:nth-child(3){
        width: 100%;
        font-size: 16px;
    }
    .gameContent-speed-content div:nth-child(2) p:nth-child(3){
        width: 100%;
        font-size: 16px;
    }
    .gameContent-speed-content div:nth-child(1) p:nth-child(1){
        margin: 10px auto 0;
    }
    .gameContent-speed-content div:nth-child(2) p:nth-child(1){
        margin: 10px auto 0;
    }
    .gameContent-advantage{
        margin-top: 300px;
    }
    .gameContent-advantage-content div p:nth-child(2){
        font-size: 20px;
    }
    .gameContent-advantage-content div p:nth-child(3){
        width: 100%;
        font-size: 14px;
    }
    .game-content-comments-content div p:nth-child(4){
        width: 100%;
    }
}
@media screen and (min-width: 1300px) and (max-width: 1600px){
    .game-content-middle-title p:nth-child(1){
        font-size: 32px;
    }
    .game-content-middle-title p:nth-child(2){
        font-size: 16px;
    }
    .game-content-middle-content{
        width: 80%;
    }
    .game-content-advantage-title p:nth-child(1){
        font-size: 32px;
    }
    .game-content-advantage-title p:nth-child(2){
        font-size: 16px;
    }
    .game-content-advantage-content div img{
        width: 45%;
    }
    .game-content-demand-title p:nth-child(1){
        font-size: 32px;
    }
    .game-content-demand-title p:nth-child(2){
        font-size: 16px;
    }
    .game-content-comments-title p:nth-child(1){
        font-size: 32px;
    }
    .game-content-comments-title p:nth-child(2){
        font-size: 16px;
    }
    .game-content-gameMore-title p:nth-child(1){
        font-size: 32px;
    }
    .game-content-gameMore-title p:nth-child(2){
        font-size: 16px;
    }
}