body{
    background-color: #fafafa;
}
.container{
    width: 100%;
    background-color: #fafafa;
    min-width: 320px;
}
.header{
    width: 100%;
    height:42px ;
    background-color: #0080fd;
}
.title{
    font-style: normal;
    font:16px/42px "microsoft yahei";
    padding-left:20px;
    background: url(../images/fire.jpg) left center no-repeat;
    color: #fff;
    margin: 0 auto;
    width: 120px;
    display: block;
}
.wrapInner{
    width: 92%;
    margin: 0 auto;
    margin-top:15px;
}
.item-detail{
    width: 100%;
    border-bottom:1px solid #e3e3e3;
    padding-bottom:14px;
}
.block-a{
    width: 28.695%;
    float:left;
    margin-right:2.8985%
}
.block-a img{
    width: 100%;
}
.block-b{
     width: 41.739%;
     float:left;
     margin-right:2.8985%
 }
.block-c{
    width: 22%;
    float:left;
}
.game-name{
    margin-top:20px;
    font:18px/18px "microsoft yahei";
    color:#000;
}
.game-des{
    margin-top:10px;
    font:14px/14px "microsoft yahei";
    color:#666;
}
.ellipsis{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.game-star{
    margin-top:9px;
}
.star{
    display: block;
    float:left;
    width:6.944%;
    margin-left: 3.472%;
}
.star img{
    width:100%;
}
.button {
    display: block;
    width: 100%;
    font: 0.75em/28px "microsoft yahei";
    color: #0080fd;
    background: #fafafa;
    border-radius: 6px;
    margin-top: 32px;
    border: 1px solid #0080fd;
    text-align: center;
}
.button:hover{
    color: #fff;
    background: #0080fd;
}
.description{
    width: 100%;
    margin-top:15px;
}
.description .sub-title{
    font:18px/31px "microsoft yahei";
    color: #000;
}
.description .sub-des{
    width: 100%;
    font:14px/22px "microsoft yahei";
    color: #666;
}
/*swiper*/
.swiper-container {
    width: 100%;
    height: 100%;
    margin-top:15px;
    margin-bottom: 30px;
}
.swiper-slide {
    text-align: center;
    width: 56.521%;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img{
    display: block;
    width: 100%;
    margin:0;
    padding:0;
}
