.bookbox1 {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bookbox1>li {
    box-sizing: border-box;
    padding: 0.88rem 0.54rem 0.3rem;
}

.bookbox1>li:nth-child(2n-1) {
    background-color: #fff;
}

.bookbox1>li:nth-child(2n) {
    background-color: #F7F7F7;
}

.bookbox2 {
    margin: 0.52rem auto 0;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.bookbox2 li {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.6rem;
}

.bookbox2 li:nth-child(2n-1) {
    margin-right: 0.2rem;
}

.bookbox2 li:nth-child(2n) {
    margin-left: 0.2rem;
}

.bookbox2 li img {
    width: 2.8rem;
    height: 2.8rem;
}

.bookbox2 li div h2 {
    width: 2.8rem;
    font-size: 0.26rem;
    font-weight: 400;
    color: #333333;
    line-height: 0.4rem;
    text-align: center;
}

.bookbox2 li div p {
    width: 2.8rem;
    font-size: 0.26rem;
    font-weight: 400;
    color: #333333;
    line-height: 0.4rem;
    text-align: center;
}

.bookbox3 img {
    width: 100%;
}

/* 书籍详情 */
.bookbox4>img {
    width: 4rem;
    height: 4rem;
    margin: 0.4rem auto 0;
}

.bookbox4Ul {
    margin: 0.4rem auto 0.5rem;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bookbox4Ul li {
    height: 0.76rem;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.05rem;
}

.bookbox4UlL {
    width: 2.3rem;
    height: 100%;
    margin-right: 0.05rem;
    background: #F7F7F7;
    font-size: 0.26rem;
    font-weight: 400;
    color: #333333;
    text-align: center;
    line-height: 0.76rem;
}

.bookbox4UlR {
    width: 4.56rem;
    height: 100%;
    background: #F7F7F7;
    font-size: 0.26rem;
    font-weight: 400;
    color: #999999;
    line-height: 0.76rem;
    box-sizing: border-box;
    padding-left: 0.4rem;
}

.bookbox5 {
    width: 6.96rem;
    margin: 0 auto;
}

.bookbox5H1 {
    font-size: 0.32rem;
    font-weight: 600;
    color: #F7B400;
    line-height: 0.32rem;
    padding-left: 0.32rem;
    position: relative;
    margin-bottom: 0.4rem;
}

.bookbox5H1::after {
    content: '';
    width: 0.08rem;
    height: 0.32rem;
    background: #F7B400;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.bookbox6{
    width: 100%;
font-size: 0.3rem;
font-weight: 400;
color: #666666;
line-height: 0.6rem;
display: inline-block;
text-align: justify;
text-justify:inter-ideograph;
margin-bottom: 0.94rem;
}
.bookbox7{
    margin-bottom: 0.94rem;
font-size: 0.3rem;
font-weight: 400;
color: #666666;
line-height: 0.6rem;
}
.bookbox8{
    margin-bottom: 0.94rem;
    font-size: 0.3rem;
    font-weight: 400;
    color: #666666;
    line-height: 0.6rem;
    display: inline-block;
text-align: justify;
text-justify:inter-ideograph;
}