*{
    margin:0;
    padding: 0;
}
p{
    text-align: center;
}
.header{
    background-color: #1d1d1d;
    width: 100%;
    height: 79px;
    border-bottom: #1d1d1d;
    position: fixed;
    z-index: 99999999999 !important;
}
.header a.company{
    border-bottom: none;
    cursor: pointer;
    height: 57px;
    margin: 11px 12px 11px 35px;
    float: left;
    width: 182px;
}
.header a.company .logo{
    width:55px;
    height:55px;
    background-image: url(/static/img2/logo1.png) ;
    background-size: 100% 100%;
    float: left;
}

.header a.company .text{
    float: left;
    width: 84px;
    height: 39px;
    /*position: absolute;*/
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
    /*left: 63px;*/
    margin: 9px 0 9px 8px;
}
.header a.company .text p.top{
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    letter-spacing: 3px;
}

.header a.company .text p.bottom{
    font-size: 13px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    letter-spacing: 3px;
}

.header .menu{
    height: 100%;
}

.header .menu a{
    height: 29px;
    margin-top: 25px;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;

}
.header .menu a:first-child{
    letter-spacing: 3px;
    border-bottom: 4px solid #37abf6;
    font-weight: bold;
    color: #FFFFFF;
}
.header .menu a+a{
    letter-spacing: 2px;
    margin-left: 30px;
    border-bottom: none;
    color: #c4c4c4;
}
.blank{
    width:100%;
    height:79px
}

.footer{
    width: 100%;
    height: 302px;
    background-color: #37abf6;
}

.footer .company{
    width: 98px;
    height:156px;
    margin: 70px 33px 76px 505px;
    float: left;
}

.footer .company .logo{
    background-image: url(/static/img2/logo2.png);
    background-size: 100% 100%;
    width: 98px;
    height: 104px;
}

.footer .company p{
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
    padding-top: 2px;
}
.footer .company .p1{
    font-size: 21px;
    letter-spacing: 3px;
}

.footer .company .p2{
    font-size: 15px;
    letter-spacing: 3px;
}



.footer .text{
    float: left;
    padding-left: 43px;
    width: 778px;
    height: 139px;
    margin: 83px auto 80px 0;
    border-left: 1px solid #BFBFBF;
}
.footer .text ul{
    list-style: none;
    font-size: 12px;
    color: #fafafa;
}

.footer .text ul li{
    margin-bottom: 25px;
}
.footer .text ul li:last-child{
    margin-bottom: 0;
}
.footer .text ul li a{
    cursor: pointer;
    border-bottom: none;
    color: #fafafa;
}

.m-footer{
    display: none;
}
.content{
    background-color: #fafafa;
    width: 100%;
}
.content .home-content{

    width: 1050px;
    padding: 39px 0 0 0;
    margin: 0 auto 50px;
}
.content .home-content .classification-box{
    width:100%;
    height: 150px;
    background-image: url(/static/img2/classification.png);
    background-size: 100% 100%;
    display: inline-block;
}

.content .home-content .classification-box .classification{
    width: 262px;
    float: left;
    text-align: center;
    height: 150px;
    line-height: 136px;
    color: #999999;
    font-size: 26px;
    letter-spacing: 2px;
}
.content .home-content .classification-box .classification:first-child a{
    color: #37ABF6;
    font-weight: bold;
    border-bottom: 4px solid #37ABF6;
}

.content .home-content .classification-box .classification a{
    cursor: pointer;
    border-bottom: none;
    padding-bottom: 14px;
}

.content .home-content .game_box{
    margin: 25px 24px 0 24px;
    width: 1002px;
    display: inline-block;


}
.content .home-content .game_box .row{
    width: 100%;
    display: inline-block;
    margin-bottom: 61px;
}
.content .home-content .game_box .row .box{
    width: 334px;
    float: left;
}
.content .home-content .game_box .row .box .game{
    width: 285px;
    height: 391px;
    float: left;
    background-image: url(/static/img2/game_box1.png);
    background-size: 100% 100%;
    padding-top: 15px;
    cursor: pointer;
}


.content .home-content .game_box .row .box:nth-child(2) .game{
    margin: 0 auto;
    float: none;
}

.content .home-content .game_box .row .box:nth-child(3) .game{
    float: right;
}

.content .home-content .game_box .row .box .game:hover{
    width: 332px;
    height:384px;
    float: left;
    background-image: url(/static/img2/game_box2.png);
    background-size: 100% 100%;
    padding-top: 24px;
    margin-top: -9px;
    cursor: pointer;
    padding-bottom: 46px;
    transition-duration: 0.1s;

}


.content .home-content .game_box .row .box:first-child .game:hover{
    margin-left: -22px;
}

.content .home-content .game_box .row .box:nth-child(2) .game:hover{
    margin: -9px auto;
    float: none;

}
.content .home-content .game_box .row .box:nth-child(3) .game:hover{
    float: right;
    margin-right: -22px;
}

.content .home-content .game_box .row .box .game:hover p a{
    border-bottom: 4px solid #37ABF6;
    padding-bottom: 13px;
    color: #494949;
}

.content .home-content .game_box .row .box .game img{
    display: block;
    width: 256px;
    height: 256px;
    margin: 0 auto;
}


.content .home-content .game_box .row .box .game p{
    margin: 46px auto 0;
    text-align: center;
}
.content .home-content .game_box .row .box .game p a{
    font-size: 28px;
    color: #A0A0A0;
    border-bottom: none;
}

@media only screen and (max-width: 768px){
    .header{
        height: 56px;
    }
    .header a.company{
        margin:7px 0 7px 15px;
    }
    .header a.company .logo{
        width: 42px;
        height: 42px;
    }
    .header .menu{
        display: none;
    }

    .header a.company .text{
        float: left;
        height: 42px;
        margin: 7px 0 7px 4px;
    }
    .header a.company .text p.top{
        font-size: 16px;
    }
    .header a.company .text p.bottom{
        font-size: 12px;
        letter-spacing: 2px;
    }
    .blank{
        height:56px
    }
    .content .home-content{
        width: 90%;
        padding: 15px 0 0 0;
        margin: 0 auto 30px;
    }
    .content .home-content .classification-box{
        height: 70px;
    }
    .content .home-content .classification-box .classification{
        width: 25%;
        height: 100%;
        font-size: 16px;
        line-height: 70px;
        background-image: none;
        background-color: #FFFFFF;
        border-radius: 6px;
    }

    .content .home-content .classification-box .classification:first-child a {
        color: #37ABF6;
        font-weight: bold;
        border-bottom: 2px solid #37ABF6;
    }
    .content .home-content .classification-box .classification a{
        padding-bottom: 6px;
    }
    .content .home-content .game_box{
        width: 100%;
        margin: 15px 0 0 0;
        background-color: #FFFFFF;
        min-height: 356px;
    }
    .content .home-content .game_box .row{
        margin-bottom: 40px;
    }
    .content .home-content .game_box .row .box{
        width: 33.33%;
    }
    .content .home-content .game_box .row .box .game{
        width: 100%;
        height: 120px;
        background-image: none;
    }

    .content .home-content .game_box .row .box .game:hover{
        width: 100%;
        height: 120px;
        background-image: none;
        cursor: pointer;
    }

    .content .home-content .game_box .row .box:first-child .game:hover{
        margin-left: 0;
    }

    .content .home-content .game_box .row .box:nth-child(2) .game:hover{
        margin: -9px auto;
        float: left;

    }
    .content .home-content .game_box .row .box:nth-child(3) .game:hover{
        float: left;
        margin-right: 0;
    }

    .content .home-content .game_box .row .box .game img{
        width: 90px;
        height: 90px;
    }
    .content .home-content .game_box .row .box .game p{
        margin: 15px auto 0;
    }

    .content .home-content .game_box .row .box .game p a{
        font-size: 16px;
    }



}


.m-footer{
    display: flex;
    background-color: #2E2D3C;
    height: auto;
    padding: 30px 20px;
}
.m-footer .blank{
    float: left;
    width: 10%;
}

.m-footer .text{
    float: left;
    padding-left: 0;
    height: auto;
    margin: 15px auto;
    border:none;
}
.m-footer .text ul {
    list-style: none;
    font-size: 15px;
    color: #fafafa;
}
.m-footer .text ul li{
    text-align: center;
    margin-bottom: 10px;
}
.m-footer .text ul li:last-child{
    margin-bottom: 0;
}
.m-footer .text ul li a{
    cursor: pointer;
    border-bottom: none;
    color: #fafafa;
}
.detail-wrap{
    background-color: #fff;
    width: 1050px;
    min-height: 1000px;
    margin: 100px auto;
    padding: 0 20px;
    box-shadow:1px 1px 10px #000;
    border-radius:3px;
}
.detail-wrap .head{
    padding: 50px 0 15px 50px;
    height: 180px;
}
.detail-wrap .head img.avatar{
    height: 180px;
    border-radius: 20px;
    display: inline-block;
    float: left;

}
.detail-wrap p{
    float: left;
}
.detail-wrap .head p{

    height: 180px;
    text-align: left;
    font-size: 34px;
    line-height: 180px;
    font-weight: 700;
    color: #666;
    margin-left: 50px;
}
.detail-wrap p.p1{
    font-size: 20px;
    margin-left: 50px;
    border-bottom: 2px solid #333;
    width: 80%;
    text-align: left;
    padding-bottom: 5px;
}
.detail-wrap .desc{
    float: left;
    padding: 10px 0 15px 50px;
}
.detail-wrap .desc p.p2{
    font-size: 14px;
    color: #666;
}
.detail-wrap .desc p.p2 span{
    background: #ebebed;
    border-radius: 10px;
    margin: 0 10px 8px 0;
    padding: 0 6px;
}
.detail-wrap .desc p.p3{
    clear: both;
    margin-top: 15px;
}
.detail-wrap .img-wrap{
    clear: both;
    width: 100%;
    padding-left: 50px;
}
.detail-wrap .img-wrap img:first-child{
    margin-left:0;
}
.detail-wrap .img-wrap img{
    float: left;
    width: 19%;
    margin-left: 1.33333333333%;
}
















