.content-ranklist-div {
    margin-top: 20px;
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.ranklist-div {
    float: left;
    margin-right: 30px;
    width: 216px;
    min-width: 360px;
    max-width: 360px;
    min-height: 621px;
    max-height: 646px;
    text-decoration: none;
}

.content-ranklist-div .rightdiv {
    margin-right: 0;
}

.ranklist-div h4 {
    height: 45px;
    line-height: 45px;
    padding: 1px 6px;
    border-bottom: 1px solid #da1421;
    margin-bottom: 4px;
}

.unfold-left {
    width: 132px;
    float: left;
}

.unfold-left span {
    font: 700 14px/18px Arial;
    width: 36px;
    height: 18px;
    margin-bottom: 3px;
    text-align: center;
    color: #fff;
    background: #bf2c24;
}

.unfold-left .unfold-bookname {
    margin-top: 0;
    overflow: hidden;
    height: 24px;
    color: #1a1a1a;
}

.rank-author {
    font-size: 12px;
    overflow: hidden;
    height: 24px;
    margin-bottom: 4px;
    padding: 3px 0 0;
    color: #bf2c24;
}
.rank-author a {
    color: #bf2c24;
}

.rank-type {
    margin-left: 5px;
    font-size: 12px;
    overflow: hidden;
    height: 16px;
    color: #a6a6a6;
}
.rank-type a {
    color: #a6a6a6;
}

.unfold-right {
    position: relative;
    z-index: 4;
    float: right;
    width: 52px;
    height: 91px;
    margin-top: 6px;
    margin-right: 22px;
    text-align: center;
    transform: perspective(60px) rotateY(-10deg);
}

.rank-bookcover {
    position: relative;
    z-index: 10;
    display: inline-block;
    transform: translateZ(50px);
}

.rank-bookcover img {
    width: 52px;
    height: 87px;
}

:root .rank-bookcover:after {
    position: absolute;
    z-index: 2;
    top: 2%;
    left: 100%;
    width: 10%;
    height: 92%;
    content: ' ';
    -webkit-transform: perspective(60px) rotateY(30deg);
    -moz-transform: perspective(60px) rotateY(30deg);
    transform: perspective(60px) rotateY(30deg);
    background-color: #efefef;
    box-shadow: inset 0 0 5px #333;
}

.ranklist-div ul li {
    clear: both;
    height: 31px;
}

.ranklist-div li .num-box {
    float: left;
    width: 28px;
    height: 32px;
}

.ranklist-div li .num-box span {
    font: 700 14px/16px Arial;
    display: block;
    overflow: hidden;
    width: 16px;
    height: 16px;
    margin-top: 8px;
    text-align: center;
    letter-spacing: -1px;
    color: #666;
    background: #ededed;
}

.ranklist-div li .num-box span.num2 {
    color: #fff;
    background: #e67225;
}

.ranklist-div li .num-box span.num3 {
    color: #fff;
    background: #e6bf25;
}

.ranklist-div li .name-box {
    position: relative;
    float: left;
    height: 30px;
    border-top: 1px solid #e6e6e6;
    min-width: 332px;
}
.box-name {
    float: left;
    width: 225px;
    overflow: hidden;
    height: 31px;
    line-height: 31px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #1a1a1a;
    font-size: 15px;
}

.name-box i.box-author {
    float: right;
    /*overflow: hidden;*/
    width: 72px;
    line-height: 32px;
    text-align: right;
    white-space: normal;
    text-overflow: ellipsis;
}

.name-box i.box-author a {
    color: #b3b3b3;
    font-size: 12px;
}

.more-type-div {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.more-type-left {
    float: left;
    width: 234px;
    height: 478px;
    background: #fafafa;
    border: 1px solid #f5f5f5;
}