
.head{
    min-width: 1200px;
    max-width: 1920px;
    width: 100%;
    height: 386px;
    background: url(http://n.sinaimg.cn/games/dw/steam/head.jpg) no-repeat top center;
    margin: 0 auto;
}
.warp{
    width: 1200px;
    margin: 0 auto 50px;
}
.item{
    padding-top: 11px;
}
.item .item-head{
    height: 97px;
    color: #474747;
    padding-top: 35px;
}
.icon{
    display: block;
    width: 52px;
    height: 58px;
    float: left;
    margin-right: 20px;
    background: url(http://n.sinaimg.cn/games/dw/steam/icon.png) no-repeat;
}
.icon1{
    background-position: 0 0;
}
.icon2{
    background-position: 0 -77px;
}
.icon3{
    background-position: 0 -167px;
}
.icon4{
    background-position: -81px 0;
}
.icon5{
    background-position: -81px -76px;
}
.icon6{
    background-position: -85px -165px;
}
.item .item-head h2{
    height: 40px;
    line-height: 40px;
    font-size: 30px;
}
.item .item-head p{
    height: 14px;
    line-height: 14px;
    color: #a2a4ab;
}
.item-con ul li.rank-title{
    border-top: 2px solid #fcaf7c;
    color: #6a6a6a;
    background: #f8f8f8;
    font-size:0;
}
.item-con ul li span{
    display: inline-block;
    font-size: 16px;
    text-align: center;
}
.item-con ul li.rank-title span{
    height: 56px;
    line-height: 56px;
}
.item-con ul li .game{
    width: 557px;
}
.item-con ul li.rank-title span.game{
    width: 412px;
    padding-left: 145px;
    text-align: left;

}
.item-con ul li .discount,.item-con ul li .positive{
    width: 114px;
}
.item-con ul li .price{
    width: 143px;
}
.item-con ul li .history{
    width: 134px;
}
.item-con ul li .times{
    width: 138px;
}
.item-con ul li.rank-con{
    padding: 25px 0;
    height: 45px;
    border-bottom: 1px solid #f0f0f0;
    font-size:0;
}
.item-con ul li.rank-con .game{
    float: left;
}
.item-con ul li.rank-con .game .game-img{
    float: left;
    width: 120px;
    height: 45px;
    margin-right: 24px;
}
.item-con ul li.rank-con .game h3{
    line-height: 20px;
    height: 20px;
    margin-bottom: 8px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.item-con ul li.rank-con .game h3 a{
    font-size: 20px;
    color: #474747;
}
.item-con ul li.rank-con .game p{
    line-height: 18px;
    color: #c3c3c3;
    font-size: 14px;
}
.item-con ul li.rank-con span{
    height: 45px;
    line-height: 45px;
    color: #474747;
}
.item-con .rank-bottom{
    width: 1200px;
    height: 56px;
    line-height: 56px;
    background: #f8f8f8;
    text-align: center;
}
.item-con .rank-bottom a{
    color: #bebebe;
    font-size: 14px;
}
.item-con .rank-bottom a .more{
    display: inline-block;
    width: 13px;
    height: 7px;
    background: url(http://n.sinaimg.cn/games/dw/steam/m_ic.png) no-repeat;
    margin-left: 6px;
}
.item-con ul li.rank-con span.red{
    color: #ff8400;
}

/*nav-right*/
.nav-right{
    width:94px;
    height:275px;
    z-index: 999;
    position: fixed;
    top:300px;
    right: 50%;
    margin-right: -725px;
    _position: absolute;
    _top: expression(documentElement.scrollTop + 460 + "px");
    text-align: center;
}
.nav-right ul li{
    width: 94px;
    height: 45px;
    line-height: 45px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1px ;
    font-size: 14px;
}
.nav-right ul li a{
    display: block;
    width: 94px;
    height: 45px;
    color: #929292;
    background: #f2f2f2;
}
.nav-right ul li a.cur,.nav-right ul li a:hover{
    background: #ff8400;
    color: #fff;
}
/*媒体查询,字体默认大小*/
@media screen and (max-width: 1500px) {
    .nav-right{
        right: 10px;
        margin-right: 0;
    }
}
