

.banner{
    width: 100%;
    min-height: 551px;
}
.banner .game-box{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}
.banner .game-box img{
    width: 100%;
}
.banner-text-box{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.banner .game-box .wrap{
    height: 100%;
}
.banner .game-content{
    max-width: 510px;
    margin-top: 15.23%;
}
.banner .game-content.left{
    float: left;
    margin-left: 17.1875%;
}
.banner .game-content.right{
    float: right;
    margin-right: 17.1875%;
}
.banner .game-content.white{
    color: #fff;
}
.banner .game-content.black{
    color: #000;
}
.banner .game-content .game-title{
    border-bottom: 1px solid #df083b;
    padding-bottom: 14px;
}
.banner .game-content .game-title h2{
    font-size: 36px;
    min-height: 58px;
    line-height: 58px;
}
.banner .game-content .game-url{
    display: block;
    width: 150px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    background-color: #e3203e;
    border-radius: 25px;
    text-align: center;
    margin-top: 14px;
}
.banner .game-content .game-text{
    font-size: 16px;
    min-height: 30px;
    line-height: 30px;
    padding: 14px 0;
}
.banner .carousel-pointers a{
    width: 14px;
    height: 14px;
    background-color: #fff;
    border: 3px solid #fff;
}
.banner .carousel-pointers .active-pointer{
    background-color: #e3203e;
}



.game-products{
    width: 720px;
}
#products-carousel{
    width: 100%;
    height: 350px;
    background-color: #272a2c;
    box-sizing: border-box;
    padding-left: 210px;
}
#products-carousel .carousel-item a{
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.game-products .carousel-navs{
    top: 0;
    width: 210px;
    height: 100%;
    background-color: #272a2c;
}
.game-products .carousel-navs a{
    width: 100%;
    height: 70px;
    background: none;
    box-sizing: border-box;
    padding: 0 10px;
    border-left: 4px solid #272a2c;
    position: relative;
}
.game-products .carousel-navs a:hover{
    background-color: #111;
    border-left: 4px solid #111;
}
.game-products .carousel-navs .active-nav{
    background-color: #111;
    border-left: 4px solid #e3203e;
}
.game-products .carousel-navs .active-nav:hover{
    border-left: 4px solid #e3203e;
}
.game-products .carousel-navs a i{
    display: none;
    position: absolute;
    top: 50%;
    right: -8px;
    width: 8px;
    height: 16px;
    margin-top: -8px;
    background: url("../images/icons/products_nav_icon.png") no-repeat center;
}
.game-products .carousel-navs .active-nav i{
    display: block;
}
.game-products .game-nav{
    padding-top: 15px;
}
.game-products .game-nav b{
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.game-products .game-nav p{
    margin-left: 10px;
    width: 136px;
    text-align: left;
}
.game-products .game-nav span{
    float: left;
    width: 100%;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.game-products .game-nav .name{
    font-size: 14px;
    color: #c3c3c3;
}
.game-products .game-nav .text{
    font-size: 12px;
    color: #636363;
}


.game-news{
    width: 520px;
    margin-left: 20px;
}
#game-news-list{
    width: 100%;
    height: 350px;
    background-color: #fff;
    position: relative;
}
.game-news li{
    padding: 0 25px;
}
.game-news .news-box{
    border-bottom: 1px solid #e4e4e4;
}
.game-news .news-close{
    padding: 12px 0;
    display: block;
}
.game-news .news-open{
    padding: 12px 0;
    display: none;
}
.game-news li.active .news-close{
    display: none;
}
.game-news li.active .news-open{
    display: block;
}
.game-news .news-close{
    height: 22px;
    line-height: 22px;
    color: #666;
}
.game-news .news-close b{
    float: left;
    width: 22px;
    height: 22px;
    background: url("../images/icons/news_open_icon.png") no-repeat center;
}
.game-news .news-close span{
    float: left;
    height: 100%;
    font-size: 15px;
    margin-left: 10px;
    max-width: 360px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.game-news .news-close i{
    float: right;
    height: 100%;
    font-size: 12px;
    font-style: normal;
}
.game-news .news-open b{
    display: block;
    height: 20px;
    line-height: 20px;
    color: #e3203e;
    font-size: 13px;
    font-weight: normal;
}
.game-news .news-open span{
    display: block;
    font-size: 16px;
    color: #e3203e;
    min-height: 32px;
    line-height: 32px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.game-news .news-open p{
    font-size: 13px;
    min-height: 22px;
    line-height: 22px;
    color: #333;
    text-indent: 26px;
    max-height: 66px;
    overflow: hidden;
}
.game-news .news-more{
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    background: url("../images/icons/news_more_icon.png") no-repeat center;
}


.cooperative{
    padding-bottom: 50px;
}
.cooperative-box{
    width: 1270px;
    height: 42px;
    overflow: hidden;
    margin-left: -10px;
}
#cooperative-list{
    height: 100%;
    width: 100%;
}
.cooperative-box a{
    float: left;
    height: 100%;
    width: 117px;
    margin-left: 10px;
    position: relative;
    background-size: 104px auto;
    background-repeat: no-repeat;
    background-position: center;
}