/* BASIC css start */
/* ¹è³Ê */
.bnr img{width:100%}

#header { display:none !important; }
body #header3{ display:block !important; position: fixed; top: 0; z-index: 99; }
body #header3 img {}

#header3 .headerBottom h1 {
    padding: 0;
    line-height: 1;
    font-size: inherit;
}

.content-block{margin:0 24px}

.book-info-box{    border: 1px solid #DDDDDD;
    padding: 32px 16px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 0 24px;
    flex-direction: column;}
    
.book-list{text-align: left; margin-top: 32px;}
    
.book-list .list-title{    position: relative;
    font-size: 22px;
    font-weight: 800;
    color: #000;}


.book-list .list-title .ic{width:20px}
    
.book-list .list-title em{color:#999}

.book-language{    margin: 24px 0;}

.book-language img{width: 100%;}

.view-more-link{    gap: 10px;
    display: flex;
    height: 52px;
    width: 100%;
    background: #000;
    color: #fff;
    text-align: center;
    line-height: 52px;
    font-size: 14px;
    font-weight: 700;
    margin-top: 36px;
    align-items: center;
    justify-content: center;}
    

.view-more-link img{width:auto !important}
/* BASIC css end */

