﻿
/*排行榜*/
.game-rank{margin-top:15px;}
.game-rank-item{margin-bottom:20px}
.game-rank-top{overflow:hidden;padding:30px 15px}
.rank-item-icon {}

.rank-top-item{width:33.33%;float:left;text-align:center}
.rank-top-item:first-child .content{background:#febb4a;margin:10px}
.rank-top-item:last-child .content{background:#7385f5;margin:10px}
.rank-top-item .content{margin:0px;border-radius:6px;padding:15px 0;background:#f67452;position:relative;color:#fff}
.rank-top-item .rank-top-icon{position:absolute;width:100%;text-align:center;top:-15px}
.rank-top-item img{max-width:60%;border-radius:6px}
.rank-top-item h3{font-weight:normal;overflow: hidden;height: 20px;}
.rank-top-item p{margin:8px 0;font-size:12px}
.rank-top-item i{color:#fff;margin-right:6px;border-radius:50%;padding:3px;font-size:14px}
.rank-top-item .down{position:absolute;width:100%;bottom:-10px;text-align:center}
.rank-top-item .down a{background:#fff;border-radius:10px;padding:8px 15px;color:;box-shadow:0px -6px 15px -5px rgba(0,0,0,0.4)}
.rank-top-item .content .down a{border:1px solid #f67452;color:#f67452}
.rank-top-item:first-child .content .down a{border:1px solid #febb4a;color:#febb4a}
.rank-top-item:last-child .content .down a{border:1px solid #7385f5;color:#7385f5}
.game-rank ul{margin:0 15px}
.game-rank ul li{}

.hasNum .new-rank-item{padding:10px 0 10px 130px}
.hasNum .new-rank-item .rank-item-icon{background:url(../images/rank_li.png) no-repeat;width:28px;height:20px;background-size:100%;text-align:center;color:#fff;padding-top:7px;font-size:13px;position:absolute;left:0;top:50%;transform:translateY(-50%)}
.hasNum .new-rank-item .pic_box{left:35px}
.hasNum .new-rank-item p{margin-top:4px}
.hasNum .new-rank-item .shor_desc{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;white-space:break-spaces}

.hot-game ul{margin-top:0;margin:0 0 15px}