.position-wrapper {
    margin-bottom: 24px;
}

.detail-wrapper {
    width: 1200px;
    margin: 0 auto;
}

.detail-wrapper .book-msg {
    width: 1200px;
    height: 432px;
    background-image: url(../images/other/bg_Book.png);
    background-size: 100% 100%;
    padding: 18px 26px;
    display: flex;
    box-sizing: border-box;
}

.detail-wrapper .book-msg .cover-wrapper {
    width: 288px;
    height: 313px;
    background: #FFFFFF;
    border: 1px solid #EDF0F6;
    box-shadow: 0px 2px 8px 0px rgba(46, 58, 89, 0.1);
    border-radius: 6px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.detail-wrapper .book-msg .cover-wrapper .cover-img {
    display: block;
    max-width: 244px;
    max-height: 270px;
}

.detail-wrapper .book-msg .book-info {
    flex: 1;
    height: 313px;
    margin-left: 46px;
}

.detail-wrapper .book-msg .book-info .book-title {
    font-size: 24px;
    color: #1479D7;
    margin-top: 40px;
    margin-bottom: 24px;
}

.detail-wrapper .book-msg .book-info .book-msg-item {
    font-size: 16px;
    color: #2E3A59;
    margin-bottom: 12px;
}

.detail-wrapper .desc-recom {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.detail-wrapper .desc-recom .desc {}

.detail-wrapper .desc-recom .desc .desc-item {
    margin-bottom: 30px;
}

.detail-wrapper .desc-recom .desc .desc-item .item-title {
    font-size: 18px;
    color: #1479D7;
    margin-bottom: 20px;
    padding-left: 12px;
    position: relative;
}

.detail-wrapper .desc-recom .desc .desc-item .item-title::before {
    content: '';
    display: block;
    width: 2px;
    height: 14px;
    background: #1479D7;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.detail-wrapper .desc-recom .desc .desc-item .desc-content {
    width: 850px;
    font-size: 16px;
    color: #2E3A59;
    line-height: 1.8;
}

.detail-wrapper .desc-recom .recom {
    width: 320px;
}

.detail-wrapper .desc-recom .recom .recom-title {
    font-size: 18px;
    color: #1479D7;
    margin-bottom: 20px;
    padding-left: 12px;
    position: relative;
}

.detail-wrapper .desc-recom .recom .recom-title::before {
    content: '';
    display: block;
    width: 2px;
    height: 14px;
    background: #1479D7;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.detail-wrapper .desc-recom .recom .recom-list {}

.detail-wrapper .desc-recom .recom .recom-list .recom-item {
    height: 145px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 22px;
}

.detail-wrapper .desc-recom .recom .recom-list .recom-item .recom-cover {
    width: 136px;
    height: 145px;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px 0px rgba(46, 58, 89, 0.1);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.detail-wrapper .desc-recom .recom .recom-list .recom-item .recom-cover .recom-cover-img {
    display: block;
    max-width: 136px;
    max-height: 145px;
}

.detail-wrapper .desc-recom .recom .recom-list .recom-item .recom-info {
    width: 162px;
}

.detail-wrapper .desc-recom .recom .recom-list .recom-item .recom-info .info-name {
    width: 100%;
    margin-bottom: 22px;
    margin-top: 34px;
    font-size: 16px;
    color: #2E3A59;
}

.detail-wrapper .desc-recom .recom .recom-list .recom-item .recom-info .info-author {
    width: 100%;
    font-size: 14px;
    color: #B5B7C0;
}
