a:hover{
    text-decoration: none;
}

.header{
    height: 560px;
    position: relative;
}
.banner{
    height: 100%;
}
.banner-img{
    height: 100%;
    background: url("../img/game/banner_01.png") no-repeat center;
    background-size: cover;
}
@media all and (min-width: 992px) and (max-width: 1200px){
    .header{
        height: 460px;
    }
}
@media all and (min-width: 768px) and (max-width: 992px){
    .header{
        height: 360px;
    }
}
@media all and  (max-width: 768px) and (min-width: 481px) {
    .header{
        height: 360px;
    }
}
@media all and  (max-width: 480px) and (min-width: 429px) {
    .header{
        height: 360px;
    }
}
@media all and (max-width: 430px) and (min-width: 320px) {
    .header{
        height: 250px;
    }
}



.game-content{
    margin-top: 40px;
}

.game-content .row{
    margin-bottom: 40px;
    vertical-align: middle;
}


.game-des {
    padding: 0;
    position: relative;
    vertical-align: middle;
    margin-top: 5%;
}
.line{
    position: absolute;
    display: inline-block;
    height: 3px;
    background: #d2d2d2;
    border-radius: 3px;
}
.long{
    width: 35%;
    top: 7%;
    left: 10px;
}
.short{
    width: 25%;
    top: 24%;
    left: 54px;
}


.game-des h4{
    width: 60%;
    float: right;
    text-align: left;
    font-weight: bold;
    font-size: 26px;
    vertical-align: middle;
    margin-bottom: 10px;
}
.game-des p{
    width: 60%;
    float: right;
    color: #8b8b8b;
}


.game-right-des h4{
    float: left;
    text-align: right;
}
.game-right-des p{
    float: left;
}
.game-right-des>.long{
    top: 7%;
    left: 62%;
}
.game-right-des>.short{
    left: 62%;
    top: 25%;
}
.game-right-des>.game-btn{
    float: right;
}
.game-img{
    text-align: center;
}
.game-img img{
    width: 80%;
    margin: 0 auto;
    vertical-align: middle;
}
.game-btn{
    display: inline-block;
    padding: 5px 10px;
    background: transparent;
    border: 1px solid #ffb900;
    color: #ffb900;
    border-radius: 5px;
    transition: .3s;
}
.game-btn:hover{
    background: #ffb900;
    color: #fff;
    text-decoration: none;
}
#footer{
    margin-top: 80px;
}

@media all and (min-width: 768px) and (max-width: 992px) {
    .game-des {
        margin-top: 0;
    }
    .game-des h4{
        width: 100%;
        font-size: 22px;
        margin-bottom: 10px;
    }
    .game-des p{
        width: 100%;
    }
    .game-right-des h4{
        text-align: left;
    }
    .game-btn{
        float: left;
    }
}
@media all and (max-width: 768px) and (min-width: 320px) {
    .game-des {
        margin-top: 0;
    }
    .game-des h4{
        width: 80%;
        float: none;
        margin: 15px auto;
        font-size: 18px;
        text-align: center;
    }
    .game-des p{
        width: 80%;
        float: none;
        margin: 0 auto;
        letter-spacing: 0;
    }
    .game-des p:first-of-type{
        text-indent: 2em;
    }
    .game-right-des h4{
        text-align: center;
    }
    .game-des>p:last-of-type{
        text-align: center;
        margin-top: 20px;
    }
    #footer{
        margin-top: 40px;
    }
}

