/* 最大的盒子 */
.ranklist-main-box{
    width: 1020px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom:20px; 
}
/* 右边清單 */
.rank-nav-list{
    width: 230px;
    margin: 0 0 20px 20px;
    background: #fff;
    float: right;
    border-radius: 6px;
}
.rank-nav-list ul{
    padding: 20px 0;
}
.rank-nav-list ul li{
    font: 16px/32px PingFangSC-Regular,HelveticaNeue-Light,'Helvetica Neue Light','Microsoft YaHei',sans-serif;
    margin-bottom: 12px;
    padding-left: 17px;
    position: relative;
}
.rank-nav-list ul li:last-child{
    margin-bottom: 0;
}
.rank-nav-list ul li a{
    color:#1a1a1a;
    vertical-align: middle;
    letter-spacing: 2px;
    display: block;
    position: relative;
    padding: 1px 0 1px 50px;
}
.rank-nav-list ul li img{
    width: 24px;
    height: 24px;
    margin-right: 10px;
    margin-left: 10px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.rank-nav-select {
    background: #00c1cc;
    box-shadow: 4px 4px 6px rgba(0,0,0,.4);
}
.rank-nav-select a{
    color:white !important;
}
/* 右边内容 */
.rank-right-mainbox{
    overflow: hidden;
    width: 770px;
    border-radius: 6px;
    float: left;
}
.rank-alllist-box{
    display:block;
}
.rank-alllist-padding{
    padding: 20px 0 0 20px;
    background: #fff;
}
.rank-alllist-item{
    float: left;
    width: 230px;
    margin: 0 20px 25px 0;
    position: relative;
    z-index: 1;
}
.rank-alllist-item h3{
    font-weight: 700;
    margin-bottom: 0;
    padding-bottom: 12px;
    border-bottom: 1px solid #1a1a1a;
    font-size: 16px;
    line-height: 28px;
    overflow: hidden;
    height: 26px;
    color: #1a1a1a;
}
.rank-alllist-item h3 em{
    font-style: normal;
}
.rank-alllist-itemlistbox{
    min-height: 409px;
}
.rankall-item-list{
    height: 40px;
    border-top: 1px solid #e6e6e6;
}
.rankall-item-list:first-child{
    border-top:none;
}
.rankall-item-list span{
    font: 700 14px/16px Arial;
    float: left;
    overflow: hidden;
    width: 16px;
    height: 16px;
    margin: 12px 12px 0 0;
    text-align: center;
    color: #666;
}
.rankall-num1{
    color: #fff !important;
    background: #ff5c58;
}
.rankall-num2{
    color: #fff !important;
    background: #75bcf0;
}
.rankall-num3{
    color: #fff !important;
    background: #ead944;
}
.rankall-item-list a{
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    color: #1a1a1a;
    float: left;
    max-width: 202px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
}
/* 分類渲染 */
.rank-typelist-box{
    display: none
}
.rank-type-select {
    background: #00c3ca;
    color: white !important;
}
.rank-typelist-topbox{
    border-bottom: 1px solid #e6e6e6;
    background: #fff;
    padding: 20px;
}
.rank-typelist-topbox h3{
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 15px;
}
.rank-typelist-topbox ul li{
    float: left;
    margin-left: 2px;
}
.rank-typelist-topbox ul li:first-child{
    margin-left: 0px;
}
.rank-typelist-topbox ul li a{
    font: 12px/24px PingFangSC-Regular,'-apple-system',Simsun;
    display: block;
    height: 24px;
    padding: 0 10px;
    border-radius: 2px;
    color: #262626;
}
.rank-typelist-bodybox{
    padding: 20px 0 0 20px;
    background: #fff;
}
.rank-body-mainbox{
    padding: 0 20px 20px 0;
}
/* 右边清單内容 */
.rank-body-item{
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 22px 0;
    border-top: 1px solid #e6e6e6;
}
.rank-body-item:first-child{
    border-top:none;
}
.rank-body-bookimg{
    position: relative;
    z-index: 3;
    width: 102px;
    height: 136px;
    margin-right: 16px;
    float: left;
}
.rank-body-bookimg span{
    font: 16px/24px FZZCYSK;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    min-width: 24px;
    height: 24px;
    text-align: center;
    color: #fff;
    background-color: grey;
}
.rank-body-num1{
    background: #ff5c58 !important;
    color:white !important;
}
.rank-body-num2{
    background: #75bcf0 !important;
    color:white !important;
}
.rank-body-num3{
    background: #ead944 !important;
    color:white !important;
}
.rank-body-bookimg a{
    display: block;
    overflow: hidden;
    width: 102px;
    height: 136px;
    box-shadow: 0 1px 6px rgba(0,0,0,.35);
}
.rank-body-bookimg a img{
    width: 102px;
    height: 136px;
}
.rank-body-info{
    width: 462px;
    float: left;
}
.rank-body-info h4{
    font: 700 18px/24px PingFangSC-Regular,HelveticaNeue-Light,'Helvetica Neue Light','Microsoft YaHei',sans-serif;
    overflow: hidden;
    height: 24px;
    margin-bottom: 8px;
}
.rank-body-info h4 a{
    color: #262626;
    transition: color .3s,background-color .3s,border .3s;
}
.rank-body-auth{
    overflow: hidden;
    height: 16px;
    margin-bottom: 8px;
    font-size: 12px;
}
.rank-body-auth img{
    float: left;
    width: 14px;
    height: 14px;
    margin: 1px 5px 0 0;
}
.rank-body-auth a{
    line-height: 16px;
    float: left;
    color: #a6a6a6;
}
.rank-body-auth em{
    font-family: Arial;
    float: left;
    margin: 1px 8px 0;
    color: #e6e6e6;
    font-style: normal;
}
.rank-body-intro{
    font-size: 12px;
    line-height: 24px;
    overflow: hidden;
    height: 48px;
    margin-bottom: 8px;
    color: #666;
}
.rank-body-update{
    line-height: 22px;
    font-size: 12px;
}
.rank-body-update a{
    display: inline-block;
    vertical-align: middle;
    color: #08c;
}
.rank-body-update em{
    display: inline-block;
    vertical-align: middle;
    color: #b5b5b5;
    font-family: Arial;
    margin: 0 5px;
    font-style: normal;
}
.rank-body-update span{
    display: inline-block;
    vertical-align: middle;
    color: #b5b5b5;
    line-height: 22px;
    font-size: 12px;
}
.rank-body-btnbox{
    float: right;
    margin-top: 36px;
}
.rank-body-btn1 {
    font: 14px/32px PingFangSC-Regular,'-apple-system',Simsun;
    display: block;
    width: 98px;
    height: 32px;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    margin-bottom: 12px;
    color: #fff;
    border-radius: 100px !important;
    background: #00bece;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transform: translate3d(0,0,0);
}
.rank-body-btn2 {
    color: #ff3955;
    border-color: #ff3955;
    font: 14px/32px PingFangSC-Regular,'-apple-system',Simsun;
    display: block;
    width: 98px;
    height: 32px;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transform: translate3d(0,0,0);
    text-align: center;
    color: #00bece;
    border: 1px solid #00bece;
    border-radius: 100px !important;
}