.mb {
    padding: 20px 10px 50px 10px;
    line-height: 35px;
    font-size: 14px;
    color: #222222;
    font-family: "宋体";
}

.smallmenu {
    height: 70px;
    line-height: 90px;
    border-bottom: solid 1px #dddddd;
    font-size: 20px;
    font-weight: bold;
    color: #32af00;
}
.mb p {
    text-indent: 2em;
}

.wR_JS {
    width: 100%;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
}
.wR_JSAC {
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
}

.headerText_1 {
    color: #63508f;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
}

.headerText_2 {
    color: #333333;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
}

.bottomText_1 {
    color: #ffffff;
    font-size: 14px;
    line-height: 14px;
}

.searchBox_1 {
    width:382px;
    height:38px;
    background:rgba(245,245,255,1);
    border:1px solid rgba(126,124,251,1);
    border-radius:4px;
}

.searchInput_1 {
    width: 300px;
    background-color: rgba(245,245,255,1);
    color: #404058;
    font-size: 16px;
    line-height: 16px;
}

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

.btn_1 {
    width: auto;
    height: 26px;
    background-color: #7e7cfb;
    border-radius: 13px;
    color: #ffffff;
    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 */
.titleText_1 {
    color: #333333;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
}