@charset 'utf-8';
.fix-aside-l{
    position: fixed;
    left: 10px;
    /* top: 132px; */
    top: 142px;
    bottom:0;
    margin: auto;
    width: 230px;
    height: 716px;
    max-height: 716px;
    overflow:hidden;
}
.rank-wrap{
    width: 229px;
    padding: 60px 0 0;
    background: url(../images/icon_rank_bg.png) no-repeat center top/100%;
    box-sizing: border-box;
}
.rank-list{
    border: 4px solid #084be4;
    border-top-width: 1px;
    margin-bottom: 30px;
}
.rank-list li{
    padding: 0 10px;
    height: 38px;
    line-height: 38px;
    border-bottom: 1px dashed #686868;
    background-color: #fff;
}
.rank-list a{
    display: block;
    color: #313131;
}
.rank-list a:hover{
    color: #084be4;
}
.rank-list i{
    float: left;
    width: 28px;
    height: 38px;
    background-image: url(../images/icon_number.png);
    background-repeat: no-repeat;
    overflow-y: hidden;
}
.rank-list li:nth-child(1) i{
    background-position: 0 -3px;
}
.rank-list li:nth-child(2) i{
    background-position: 0 -41px;
}
.rank-list li:nth-child(3) i{
    background-position: 0 -80px;
}
.rank-list li:nth-child(4) i{
    background-position: 0 -119px;
}
.rank-list li:nth-child(5) i{
    background-position: 0 -158px;
}
.rank-list li:nth-child(6) i{
    background-position: 0 -197px;
}
.rank-list li:nth-child(7) i{
    background-position: 0 -235px;
}
.rank-list li:nth-child(8) i{
    background-position: 0 -273px;
}
.rank-list li:nth-child(9) i{
    background-position: 0 -313px;
}
.rank-list li:nth-child(10) i{
    background-position: 0 -350px;
}
.rank-list b{
    float: left;
    width: calc(100% - 28px);
    height: 38px;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.rank-list span{
    float: right;
    width: 55px;
    height: 38px;
    padding-left: 13px;
    color: #686868;
    text-align: right;
    background: url(../images/icon_eye.png) no-repeat left center/13px;
    overflow:hidden;
    box-sizing: border-box;
}
.ewm {
    text-align: center;
}
.ewm img{
    display: block;
    width: 123px;
    height: 123px;
    margin: 0 auto 10px;

}
.ewm a{
    display: block;
    width: 160px;
    height: 25px;
    line-height: 25px;
    text-align: center;
}
.ewm .share{
    margin: 0 auto 5px;
    background-color: #e1e1e1;
    font-size: 14px;
    color: #313131;
}

.ewm .subscribe{
    margin: 0 auto;
    background-color: #de8214;
    color: #fff;
    font-size: 16px;
}