.container-header{
    font-size: 16px;
    margin-top: 16px;
    margin-bottom: 38px;
    line-height: 56px;
    font-weight: normal;
    color: #9F9F9F;
    display: flex;
    align-items: center;
}

.position{
    width: 16px;
    height: 16px;
    margin-right: 4px;
}

.header-right{
    width: 5px;
    height: 7px;
    margin: 0 9px;
}

.container-1{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    margin: 20px 0 65px 0;
}
a {
    background-color: transparent !important;
    text-decoration: none !important;
    color: inherit !important;
}
a:hover {
    text-decoration: none !important; /* 在悬浮时去除下划线 */
    color: inherit !important;        /* 在悬浮时继承父元素的文字颜色 */
}
.container-1-left img{
    width: 291px;
    height: 218px;
    margin-right: 26px;
}
.container-1-right-title{
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 28px;
}
.container-1-right-content{
    font-size: 14px;
    line-height: 28px;
}
.container-header-2{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 24px;
    padding: 10px 0;
    border-bottom: 1px solid #7D342D;
}
.header-2-left{
    width: 87px;
    display: flex;
    align-items: center;
    font-size: 24px;
    letter-spacing: 0.02em;
    color: #7D342D;
}
.books-img{
    margin-right: 12px;
    width: 22px;
    height: 23px;
}
.books-right{
    width: 54px;
    height: 40px;
}
.container-2{
    margin-bottom: 100px;
}
.container-2-body{
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 60px;
}
.body-cart{
    width: 215px;
    cursor: pointer;
}
.cart-img{
    width: 215px;
    height: 215px;
}
.cart-title{
    font-size: 14px;
    margin: 16px 0;
}
.author{
    font-size: 14px;
    color: #999999;
}
.container-3{
    margin-bottom: 84px;
}
.header-3-left{
    font-size: 24px;
    color: #7D342D;
    display: flex;
    align-items: center;
}
.container-header-3{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #7D342D;
    margin-bottom: 28px;

}

.body-row{
    display: flex;
    padding: 16px 0  36px 0;
    border-bottom: 1px solid  #C5C5C5;
    margin-bottom: 40px;
}
.left-img{
    width: 384px;
    height: 236px;
    margin-right: 60px;
    border-radius: 10px;
}
.title{
    font-size: 20px;
}
.date{
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    margin:16px 0;
}
.content{
    font-size: 14px;
    height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 24px;
}
.body-row-right{
    width: 100%;
}
.tips{
    margin-top: 16px;
    font-size: 14px;
    line-height: 40px;
    font-weight: 600;
    color: #7D342D;
    display: flex;
    align-items: center;
    justify-content: end;
    cursor: pointer;
}
.tips img{
    width: 12px;
    height: 12px;
}