/* 书名样式——1 */
.bookText_1 {
    color: #333333;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
}

/* 模块标题样式——1 */
.titleText_1 {
    color: #333333;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
}

/* 作者名样式——1 */
.authorText_1 {
    color: #888888;
    font-size: 14px;
    line-height: 14px;
}

/* 模块样式——1 */
.block_1 {
    margin-top: 18px;
    padding-top: 20px;
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow:0px 1px 6px 0px rgba(203,203,216,0.79);
}

/* 简介样式——1 */
.introText_1 {
    color: #444444;
    font-size: 14px;
    line-height: 22px;
}

/* 标签样式——1 */
.tagBox_1 {
    padding-left: 12px;
    padding-right: 12px;
    width: auto;
    height: 24px;
    background-color: #ebeef0;
    border-radius:15px;
}

.tagText_1 {
    font-size: 14px;
    line-height: 14px;
    color: #8b8f91;
}

.btn_1 {
    width: auto;
    height: 26px;
    background-color: #7e7cfb;
    border-radius: 13px;
    color: #ffffff;
    font-size: 14px;
    line-height: 14px;
}

.btn_2 {
    width: 140px;
    height: 40px;
    background-color: #d2d1ff;
    border-radius: 4px;
    font-size: 18px;
    line-height: 18px;
    cursor: pointer;
}