/*头部样式*/
.rank-top {
    width: 100%;
    height: 1.3rem;
    background: #fff;
}
/*人氣榜和追書榜*/
.rank-main{
	background: #fff;
    padding-top: 0.2rem;
    
}
.rank-main1{
	background: #fff;
    padding-top: 0.2rem;
    display: none;
    
}
/*書籍样式*/
.all-rank-list{
	padding: 0.15rem 0.15rem 0 0.15rem;
    height: 0.95rem;
    display: block;
}
.all-rank-list-main{
	border-bottom: 1px solid #eee;
    padding-bottom: 0.15rem;
    height: 0.65rem;
}
.all-rank-list-icon4,
.all-rank-list-icon5,
.all-rank-list-icon6{
    background: rgb(29,202,206);
}
.all-rank-list-icon7,
.all-rank-list-icon8,
.all-rank-list-icon9,
.all-rank-list-icon10{
    background: rgb(180,181,182);
}
.all-rank-list-icon1{
	background: rgb(29,202,206);
}
.all-rank-list-icon2{
	background: rgb(180,181,182);
}
.all-rank-list-main span{
	display: block;
    width: 0.56rem;
    height: 0.56rem;
    text-align: center;
    line-height: 0.56rem;
    color: #fff;
    -webkit-border-radius: 0.56rem;
    -moz-border-radius: 0.56rem;
    border-radius: 0.56rem;
    font-size: 0.24rem;
    margin-right: 0.2rem;
}
.all-rank-list-main p{
	font-size: 0.3rem;
    color: #333;
    overflow: hidden;
}
.all-rank-list-main p b{
	font-weight: normal;
}
.all-rank-list-main p i{
	width: 20px;
    height: 20px;
    background: url(../image/css_sprites_other.png?202404150751) no-repeat;
    background-size: 61px 52px;
    -webkit-background-size: 61px 52px;
    background-position: -22px 0px;
}
.index-list5-itembox {
    width: 100%;
    max-width: 125px;
    position: relative;
    text-align: center;
}
/*排行榜图片样式*/
.rank-list-pic {
    position: absolute;
    top: -0.3rem;
    left: 0.3rem;
    width: 0.48rem;
    height: 0.6rem;
    font-size: 0.26rem;
    color: #fff;
    text-align: center;
    line-height: 0.6rem;
}
.rank-list-pic-icon3 {
    background: url(../image/all_sprites.png?202404150751) no-repeat;
    background-size: 330px 260px;
    -webkit-background-size: 330px 260px;
    background-position: -5px -226px;
}
.rank-list-pic-icon2 {
    background: url(../image/all_sprites.png?202404150751) no-repeat;
    background-size: 330px 260px;
    -webkit-background-size: 330px 260px;
    background-position: -73px -226px;
}
.rank-list-pic-icon1 {
    background: url(../image/all_sprites.png?202404150751) no-repeat;
    background-size: 330px 260px;
    -webkit-background-size: 330px 260px;
    background-position: -39px -226px;
}
