         .book-list {
            width: 100%;
            max-width: 100%;
            margin: 0 auto;
            box-sizing: border-box;
        }
        .book-item {
            display: flex;
            flex-wrap: wrap;
            align-items: flex-start;
            padding: 20px;
            border-radius: 8px;
            margin-bottom: 20px;
            box-sizing: border-box; 
            max-width: 100%; 
			border-bottom:1px dashed #ccc;
        }

        .book-cover {
            width: 150px;
            height: auto;
            object-fit: cover;
            margin-right: 20px;
            flex-shrink: 0; 
        }

        .book-info {
		    color:#666;
			font-size:1.4rem;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            flex-grow: 1;
            min-width: 0; 
            max-width: calc(100% - 170px); 
        }

        .book-title {
		    font-weight:bold;
            font-size: 1.8rem;
            margin: 0 0 10px;
            word-wrap: break-word; 
            overflow-wrap: break-word;
			text-overflow:ellipsis;
			max-width:100%;
        }

        .book-description {
            flex-grow: 1;
            margin: 0 0 10px;
            color: #666;
            word-wrap: break-word;
            overflow-wrap: break-word; 
            max-width: 100%; 
            white-space: normal; 
        }

        .author-view {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap; 
            gap: 10px; 
            max-width: 100%; 
        }

        .book-author {
            color: #666;
			font-size:1.2rem;
            margin: 0;
            word-wrap: break-word; 
            overflow-wrap: break-word; 
            max-width: 100%;
        }

        @media (max-width: 600px) {
            .book-item {
                flex-direction: column;
                align-items: center;
                text-align: center;
            }

            .book-cover {
                margin-right: 0;
                margin-bottom: 15px;
            }

            .book-info {
                max-width: 100%;
            }

            .author-view {
                justify-content: center;
            }
        }
 .bookcontainer {
            display: flex;
            flex-wrap: wrap;
            justify-content: left;
            padding: 10px;
            list-style-type: none; 
            margin: 0;
        }

        .book-card {
            background-color: white;
            border: 1px solid #d1cdcd61;
            border-radius: 4px;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            margin: 10px;
            padding: 0;
            width: calc(25% - 20px);
            box-sizing: border-box;
            transition: transform 0.3s;
            text-align: left;
            overflow: hidden; 
        }

        .book-card:hover {
            transform: translateY(-5px);
        }

        .book-images {
            height: 180px; 
            overflow: hidden;
            position: relative; 
        }

        .book-images img {
            width: auto;
            object-fit: cover; 
        }

        .book-titles {
            width: 90%;
            font-size: 1.6rem;
            margin: 10px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

.book-images span {
    display: block;
    background: #333;
    opacity: .8;
    font-size: 12px;
    text-align: center;
    width: 86px;
    height: 26px;
    line-height: 26px;
    color: #fff;
    border-radius: 12px;
    position: absolute;
    top: 10px;
    left: 8px;
    z-index: 8;
}
        .book-meta {
		    width: 98%;
		    white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            font-size: 0.9em;
            color: #777;
            margin: 10px;
        }

        @media (max-width: 1200px) {
            .book-card {
                width: calc(25% - 20px);
            }
        }

        @media (max-width: 800px) {
            .book-card {
                width: calc(33.33% - 20px);
            }
        }

        @media (max-width: 600px) {
            .book-card {
                width: calc(100% - 20px);
            }
        }

        @media (max-width: 400px) {
            .book-card {
                width: calc(100% - 10px);
            }
        }
.book-left-column {
    padding-top: 10px;
	text-align: center;
}
.book-image {
    width: auto;
	height:180px;
}
.book-right-column {
    flex: 1;
}
.book-title {
    text-align: left;
    font-size: 1.8rem;
    margin: 10px 0;
	line-height:2.2rem;
}
.book-title h1{display: contents;}
.book-title span{
font-size:14px;
margin-left:8px;
color: #6e6e6e;
}
        .book-price {
            display: flex;
            justify-content: space-between;
            align-items: center;
		    background:url(../images/pricebg.png) 0 0 no-repeat;
            background-color: #e9e9e9;
            padding: 10px;border-radius: 4px;
            margin-bottom: 15px;
            flex-wrap: nowrap; 
        }
        .book-price-tag, .book-price-faq, .book-price-bt {
            flex-shrink: 0;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: break-spaces;
        }
     .book-price-tag {
            font-size: 20px;
            font-weight: 700;
            color: #d6293e;
        }

        .book-price-faq {
            flex: 1;
            text-align: left;
            color: #6c6c6c;
            font-size: 12px;
            margin: 0 10px;
        }

        .book-price-bt {
            font-size: 12px;
            color: #ffffff;
            background-color: #d6293e;
            padding: 3px 10px;
            border-radius: 50px;
            margin-left: 10px;
        }
		.book-price-bt a{font-size: 12px;color: #ffffff;}
.book-info-list {
    overflow: hidden;
    padding: 15px;
    padding-bottom: 0;
    background: #F7F8FC;
    list-style: none;
    border-radius: 10px;
    box-shadow: 0 5px 10px #00000005;
}
.book-info-list li {
    float: left;
    margin-bottom: 10px;
    width: 50%;
    font-size: 13px;
    color: #6e6e6e;
}
@media (max-width: 600px) {
    .book-left-column {
        padding-right: 0;
    }
.book-image {
    width: 100%;
	height:auto;
}
.book-info-list li {
    width: 30%;
}
}