@charset "UTF-8";
.raking-item>div:nth-child(1){
    width: 70%;
    

}
.raking-item>div:nth-child(2){
    width: 50%;
    

}
.commercial{
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    height: 120px;
}
.commercial>.commercial-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.commercial>div{
    cursor: pointer;
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 1px 6px;
    align-items: center;
    gap: 3px;
    border-radius: 2px;
    border: 1px solid #FFF;
}
.cf9{
    color:#F9C50B;
}
.cfa{
    color:#FA595F;
}
.cbb9{
    color:#BB996D;
}
.c4a{
    color: #4A4A4A;
}
.line{
    height: 1px;
    background:#BB996D;
}
.banner{
    width: 100%;
    height: 248px;
}
.title>img{
    width: 19px;
    height: 19px;
}
.gradient-text2{
    text-align: center;
    color: #BB996D;
    font-weight: 500;
    font-size: 24px; 
    margin: 0 15px;
}
.gradient-text {
    position: relative;
    font-weight: 500;
    color: transparent; 
    font-size: 24px; 
}
  
.gradient-text::before {
    content: attr(data-text); 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, #FA5A5F 0%, #FE9732 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}

.sorter{
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
    margin: 50px auto;
  }
.sorter>.item{
    margin-top: 10px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #777777;
    margin-right: 10px;
    border-radius: 3px;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border: 1px solid #c2c6c5;
}
.sorter>.item:hover{
    color:#bb996d;
}
.sorter>.item.active{
    color: #fff;
    background: #bb996d;
}



.article-middle>a,.article-middle2>a{
    display: block;
    width: 100%;
    max-width: 220px;
   
}
.article-middle>a:hover>.f16,
.article-middle2>a:hover>.f16,
.article-middle3>a:hover>div>.f24{
    color: #BB996D;
}
.article-middle3>a{
    display: flex;
    width: 100%;
    max-width: 600px;
   
}

.article-middle>a>.left-img,
.article-middle2>a>.left-img{
    width: 50%;
    height: 167px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden; 
    position: relative;
}

.new-title{
    padding-bottom: 10px;
    border-bottom: 1px solid #929090;
}

.mb17{
    height: 80px;
}
.new-list{
    display: flex;
    justify-content: space-between;
}
.new-list>.left{
    width: 65%;
}
.new-list>.left>img{
    width: 100%;
    height: 240px;
    margin-bottom: 28px;
}
.new-list>.right{
    width: 33%;
}
.new-list>.right>li>a>img{
    width: 45%;
    margin-right: 5%;
    height: 135px;
    
}
.nwe-left-img {
    max-width: 217px;
    height: 290px;
    border-radius: 5px;
    overflow: hidden; 
    position: relative;
}

.nwe-left-img img ,
.article-middle>a>.left-img img,
.article-middle2>a>.left-img img,
.new-left-bottom>li>a>.img img,
.recent-books>li>a>.img img,
.recent-books2>li>a>.img img
 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    transition: transform 0.6s ease-in-out;
    -webkit-transition: transform 0.6s ease-in-out;
    -moz-transition: transform 0.6s ease-in-out;
    -ms-transition: transform 0.6s ease-in-out;
    -o-transition: transform 0.6s ease-in-out;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.nwe-left-img:hover img,
.article-middle>a>.left-img:hover img ,
.article-middle2>a>.left-img:hover img ,
.new-left-bottom>li>a>.img:hover img ,
.recent-books>li>a>.img:hover img,
.recent-books2>li>a>.img:hover img
{
    transform: scale(1.1);
}
.new-left-desc{
    width: 72%;
}
.new-list-name:hover,
.ranking>ul>a:hover>div>.name,
.recommended-name:hover,
.new-left-bottom>li>a:hover>.text-left>.c3,
.week-name:hover,
.new-left-desc>.d-flex-end:hover,
.new-left-bottom>li>a>.text-left>.d-flex-end:hover,
.recent-updates>li>a:hover>.text-left>.f15,
.recent-books>li>a:hover>div>.f16,
.recent-books2>li>a:hover>div>.f20{
    color: #BB996D;
}
.new-left-bottom>li{
    width: 30%;
}
.new-left-bottom>li>a>.img{
    width: 40%;
    height: 122px;
    border-radius: 5px;
    overflow: hidden; 
    position: relative;
}
.new-left-bottom>li>a>.text-left{
    width: 55%;
    height: 122px;
    border-radius: 5px;
}

.recent-books{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.recent-books>li{
    margin-top: 28px;
    width: 24%;
}
/* .recent-books2{
    display:grid;
    grid-template-columns: repeat(3,1fr);
    gap: 25px 20px ;
} */
.recent-books2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.recent-books2>li{
    width: 33%;
    margin-bottom: 15px;
}

.recent-books2>li>a>.img{
    width: 33%;
    height: 169px;
    border-radius: 5px;
    overflow: hidden; 
    position: relative;
}
.recent-books>li>a>.img{
    width: 40%;
    height: 146px;
    border-radius: 5px;
    overflow: hidden; 
    position: relative;
}
.recent-books>li>a>div{
    text-align: left;
    width: 56%;
    height: 146px;
}
.recent-books2>li>a>div{
    text-align: left;
    width: 60%;
    height: 169px;
}
.ranking>ul{
    width: 23%;
}
.recent-updates{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap:wrap;

}
.recent-updates>li{
    width: 17%;
    margin-bottom: 20px;
}
.load{
    padding:  10px;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 0px 9.6px 0px rgba(57, 50, 29, 0.15);
}

@media (max-width: 1000px){
    .recent-books>li>a>.img{
        margin-bottom: 10px;
    }
    .recent-books>li{
        margin-bottom: 30px;
    }
    .recent-books>li>a>div{
        height: 100px;
    }
    .mt45{
        margin-top: 10px !important;
    }
    .new-left-bottom>li>a>.img{
        margin-bottom: 10px;
    }

    .new-list>.left{
        margin-bottom: 50px;
    }
    .new-left-bottom>li>a>.img{
        height: 142px !important;
    }
    .new-list>.right{
        padding-right: 20px;
    }
    .commercial>.commercial-img{
        padding: 0 10px;
    }
    .banner{
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }
    .recent-updates>li{
        width: 33%;
    }
    .gradient-text2{
        font-size: 20px;
    }
    .nwe-left-img{
        height: fit-content;
        width: 80%;
    }
    .new-left-desc{
        width: 55%;
    }
    .new-list>.left>a{
        justify-content: space-between;
    }
    .w170,.w122{
        width: auto !important;
    }
    .d-space-between,.new-list{
        display: block !important;
    }
     .new-left-bottom{
        display: flex !important;
     }
    .new-list>.right,.new-left-bottom>li>a>.text-left,
    .new-left-bottom>li>a>.img,
    .recent-books>li>a>.img,
    .recent-books>li>a>div,
    .recent-books2>li>a>.img,
    .recent-books2>li>a>div,
    .ranking>ul,
    .new-list>.left,.new-left-bottom{
        width: 100% !important;     
     }
     .ranking>ul{
        padding: 5px 10px;
        margin-bottom: 30px;
     }
     .left-img{
        width: 100% !important;
        height: 150px;
        margin-bottom: 10px;
     }
    .mr20,.mr16{
        margin-right: 0px !important;
    }
    .f20,.f40{
        font-size: 16px !important;
    }
    .f16{
        font-size: 12px;
    }
   
    .f32{
        font-size: 16px !important;
    }
    .lh40{
        line-height: 20px !important;
    }
    .overText5{
        overflow:hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3 !important;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }
    .mt30{
        margin-top: 10px !important;
    }
    .mb20,.mb18{
        margin-bottom: 10px !important;
    }
    .d-space-between{
        flex-wrap: wrap;
    }
    .article-middle>a,.new-article>a{
        width: 48%;
        margin-bottom: 20px;
    }
    .article-middle2{

        justify-content: space-between;
    }
    .article-middle2>a{

        width: 48% !important;
    }
    .article-middle>a>.left-img,.new-article>a>.left-img{
        height: 260px;
    }
    .lh23{
        line-height: 16px;
    }
    .article-middle,.new-article{
        display: flex;
        justify-content: space-between !important;
    }
    .mb120{
        margin-bottom: 50px !important;
    }
    .line{
        display: none;
    }
  

}
.domo-pic-scroll-lr .article-middle.conts {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
        }
        .domo-pic-scroll-lr .article-middle.conts > a {
            flex: 0 0 calc(20% - 16px);
            box-sizing: border-box;
            margin-bottom: 20px;
        }
        
        .article-middle3.conts {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
        }
        .article-middle3.conts > a {
            flex: 0 0 calc(50% - 10px);
            box-sizing: border-box;
            margin-bottom: 20px;
        }

        @media (max-width: 768px) {
            .domo-pic-scroll-lr .article-middle.conts > a {
                flex: 0 0 calc(33.333% - 14px);
            }
            .article-middle3.conts > a {
                flex: 0 0 100%;
            }
        }
        
        @media (max-width: 480px) {
            .domo-pic-scroll-lr .article-middle.conts > a {
                flex: 0 0 calc(50% - 10px);
            }
        }
        
        .high-frequency-reading {
            margin-top: 50px;
        }
        
        .high-frequency-title {
            display: flex;
            align-items: center;
            margin-bottom: 30px;
        }
        
        .high-frequency-books {
            display: flex;
            gap: 24px;
            overflow-x: auto;
            padding: 10px 0 20px;
            scroll-behavior: smooth;
            scrollbar-width: thin;
        }
        
        .high-frequency-books::-webkit-scrollbar {
            height: 6px;
        }
        
        .high-frequency-books::-webkit-scrollbar-thumb {
            background-color: #ddd;
            border-radius: 3px;
        }
        
        .high-frequency-book {
            flex: 0 0 auto;
            width: 160px;
            transition: transform 0.3s ease;
        }
        
        .high-frequency-book:hover {
            transform: translateY(-6px);
        }
        
        .high-frequency-book .book-cover {
            width: 100%;
            aspect-ratio: 2/3;
            border-radius: 6px;
            overflow: hidden;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
            margin-bottom: 12px;
        }
        
        .high-frequency-book .book-cover img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        
        .high-frequency-book:hover .book-cover img {
            transform: scale(1.08);
        }
        
        .high-frequency-book .book-title {
            font-size: 16px;
            font-weight: 500;
            color: #333;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            margin-bottom: 5px;
        }
        
        .high-frequency-book .book-author {
            font-size: 12px;
            color: #777;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            margin-bottom: 8px;
        }
        
        .high-frequency-book .book-intro {
            font-size: 14px;
            color: #333;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            line-height: 1.6;
            margin-bottom: 10px;
            height: 45px;
        }
        
        .high-frequency-book .book-update {
            font-size: 12px;
            font-weight: 500;
            color: #999;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        @media (max-width: 768px) {
            .high-frequency-book {
                width: 140px;
            }
            
            .high-frequency-books {
                gap: 16px;
            }
        }
        
        @media (max-width: 480px) {
            .high-frequency-book {
                width: 120px;
            }
            
            .high-frequency-book .book-title {
                font-size: 15px;
            }
            
            .high-frequency-book .book-intro {
                font-size: 13px;
            }
        }
