body {
    background-color: white;
}
.rank-bg img {
    width: 100%;
}
.rank-list {
    background-color: white;
    position: absolute;
    width: 100%;
    margin-top: -130px;
    border-radius: 20px 20px 0 0;
}
.rank-list .rank-title {
    line-height: 50px;
    color: #AAAAAA;
    font-weight: bold;
}
.rank-list .rank-item {
    line-height: 50px;
}
.rank-list .rank-index {
    width: 20%;
    display: inline-block;
    text-align: center;
    color: #DCDCDC;
    font-weight: bold;
    font-size: 14px;
}
.rank-item .rank-index img {
    width: 27px;
    height: 27px;
    vertical-align: middle;
}
.rank-list .product-name {
    width: 60%;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: middle;
    padding-right: 20px;
    box-sizing: border-box;
    text-overflow: ellipsis;
    font-size: 14px;
    margin-top: -4px;
}
.rank-list .sales {
    width: 18%;
    display: inline-block;
    color: #FF6100;
    font-size: 14px;
}