.jz-banner {
    width: 100%;
    min-height: 298px;
    margin-top: -80px;
    position: relative;
}
.jz-banner img {
    width: 100%;
    cursor: pointer;
}
.jz-banner .swiper-banner-pagination {
    position: absolute;
    bottom: 20px;
    z-index: 2;
    display: flex;
    justify-content: center;
}
.jz-banner .swiper-banner-pagination .my-bullet {
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}
.jz-banner .swiper-banner-pagination .my-bullet-active {
    width: 22px;
    height: 6px;
    background-color: #fff;
    border-radius: 3px;
}
.jz-dynamic-state {
    width: 1200px;
    height: 180px;
    padding: 15px 50px 15px 20px;
    box-sizing: border-box;
    margin: 280px auto 0;
    background: url("./images/dynamic_bg.png") no-repeat;
    position: relative;
    z-index: 3;
    border-radius: 15px;
}
.jz-dynamic-state .tit {
    font-size: 26px;
}
.jz-dynamic-state .swiper-wrapper {
    height: 80px;
}
.jz-dynamic-state a, .jz-dynamic-state a:visited, .jz-dynamic-state a:active {
    color: rgba(115, 97, 62, 1);
}
.rank-list {
    margin-top: 30px;
}
.sign-book {
    margin-top: 30px;
}
.dynamic-state-list {
    margin-top: 16px;
    height: 85px;
    overflow: hidden;
}
.dynamic-state-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
}

.dynamic-state-item .txt {
    display: flex;
    justify-content: space-between;
    width: 45%;
}

.dynamic-state-item span.text-time {
    color: rgba(208, 193, 163, 1);
}

/**排行榜***/
.rank-section {
    width: 1200px;
    height: 570px;
    margin: 30px auto 0;
}
.rank-wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
.rank-item {
    width: 285px;
    padding: 15px;
    border-radius: 15px;
    background: linear-gradient(180deg, #F6F7F8 0%, #FFFFFF 100%);

}
.rank-item h2 {
    font-weight: 500;
    font-size: 20px;
}
.rank-item ol {
    list-style-type: none; /* 移除默认列表样式 */
    counter-reset: custom-counter; /* 初始化计数器 */
    margin-top: 10px;
}
.rank-item ol li{
    display: flex;
    counter-increment: custom-counter; /* 递增计数器 */
    position: relative;
}
.rank-item ol li:before{
    content: counter(custom-counter); /* 显示计数器值 */
    width: 26px;
    height: 26px;
    font-size: 16px;
    font-weight: 500;
    color: rgba(102, 102, 102, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.rank-item ol li:first-child::before {
    content: "";
    background: url("./images/rank_one.png") center center no-repeat;
    background-size: 26px 26px;
}
.rank-item ol li:nth-child(2)::before {
    content: "";
    background: url("./images/rank_two.png") center center no-repeat;
    background-size: 26px 26px;
}
.rank-item ol li:nth-child(3)::before {
    content: "";
    background: url("./images/rank_three.png") center center no-repeat;
    background-size: 26px 26px;
}

.rank-item ol li {
    display: flex;
    height: 40px;
    overflow: hidden;
}

.rank-item ol li a {
    display: flex;
    flex: 1;
}

.rank-item ol li.spread {
    height: 100px;
    margin-bottom: 15px;
    transition: height .5s ease;
}

.rank-item ol li .pro {
    width: calc(100% - 40px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 15px 0 5px;
}

.rank-item ol li.spread .pro {
    width: 140px;
}

.rank-item ol li .pro h3  {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.rank-item ol li .pro h3:hover {
    color: #A85F26;
}
.rank-item ol li.spread .pro h3 {
    white-space: wrap;
    font-size: 16px;
}
.rank-item ol li .pro .author {
    font-size: 14px;
    color: #999;
    display: none;
}

.rank-item ol li.spread .pro .author {
    display: inline-block;
}

.rank-item ol li img {
    display: none;
}   

.rank-item ol li.spread img {
    display: block;
    width: 80px;
    height: 100px;
    border-radius: 10px;
}

/** 签约新书 **/
.sign-book {
    width: 1200px;
    margin: 30px auto 0;
}

.sign-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
}
.sign-item {
    width: 32%;
    height: 212px;
    padding-top: 30px;
    margin-bottom: 30px;
}

.sign-item:nth-child(3n+2) {
    margin: 0 2%;
}

.sign-inner-item {
    display: block;
    height: 194px;
    width: 100%;
    padding: 15px 20px;
    box-sizing: border-box;
    color: #333;
    background: rgba(250, 245, 245, 1);
    border-radius: 16px;
}

.sign-inner-item:hover {
    box-shadow: 0 5px 5px rgba(0, 0, 0, .05);
}

.sign-item:nth-child(3n+2) .sign-inner-item {
    background: rgba(247, 247, 238, 1);
}

.sign-item:nth-child(3n) .sign-inner-item {
    background: rgba(252, 249, 249, 1);
}

.sign-item:nth-child(4) .sign-inner-item {
    background: rgba(253, 253, 250, 1);
}

.sign-item:nth-child(5) .sign-inner-item {
    background: rgba(253, 250, 250, 1);
}

.sign-item:nth-child(6) .sign-inner-item {
    background: rgba(251, 247, 247, 1);
}

.sign-inner-item .l {
    position: relative;
    top: -35px;
    float: left;
    margin-right: 20px;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.sign-inner-item .l:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.sign-inner-item .l img {
    width: 80px;
    height: 120px;
    border-radius: 12px;
}

.sign-item.new .sign-inner-item .l::before {
    position: absolute;
    content: "新";
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgba(0, 184, 184, 1);
    width: 28px;
    height: 28px;
    border-top-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.sign-inner-item .r {
    display: flex;
    flex-direction: column;
}

.sign-inner-item .r h3{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 6px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.sign-inner-item .r span {
    color: rgba(51, 51, 51, 0.5);
}

.sign-inner-item .desc {
    clear: both;
    position: relative;
    top: -20px;
    padding-top: 13px;
    border-top: 1px dashed #e7e5e5;
    font-size: 14px;
    color: #474746;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 限制文本为2行 */
    overflow: hidden;
}