.item_tit {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 23px 0px;
}

.item_tit>div:nth-child(1) {
    border-left: 4px solid #FF516B;
    padding-left: 10px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 18px;
    color: rgba(51, 51, 51, 1);

}

.newChapter {
    margin-bottom: 20px;
    background: #FBF1F3;
    border: 1px solid #FFD6DC;
}

.chap1 {
    padding: 11px 20px 21px;

    border-bottom: 1px solid #FFD6DC;
}

.chap1 span {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}

.chap1 div {
    margin: 0px 20px;
}

.chap1 div input {
    border: 1px solid rgba(238, 238, 238, 1);
    height: 36px;
    width: 410px;
    padding-left: 10px;
}

.chap1Sec {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.chap2 {
    padding: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #FFD6DC;

}

.txtArea_tit {
    margin-bottom: 10px;
}

.txtArea_tit span {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 22px;
    color: rgba(51, 51, 51, 1);
}

.txtArea_tit span:nth-child(2) {
    color: #BFBFBF;
}

.chap3 {
    padding: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #FFD6DC;
}

.chap3Bot {
    height: 66px;
    display: flex;
    align-items: center;
}

.el-dropdown {
    /* background: rgba(255, 255, 255, 1); */
    border: 1px solid rgba(238, 238, 238, 1);
    /* margin: 0px 20px;
    padding: 4px 10px; */
}

.el-icon-caret-bottom:before {
    margin-left: 10px;
}

.textarea {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    border: 1px solid rgba(238, 238, 238, 1);
    border-radius: 4px;
}

.chap4 {
    padding: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #FFD6DC;
}

.chap4 div:nth-child(1) span {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}

.chap4 div:nth-child(2) {
    padding: 10px 0px;

}

.chap4 div:nth-child(2) input {
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(204, 204, 204, 1);
    border-radius: 4px;
}

.chap4 div:nth-child(2) span {
    display: inline-block;
    height: 20px;
    line-height: 20px;
}

.chap5 {
    height: 70px;
    line-height: 70px;
    text-align: center;
}

.chap5 button {
    padding: 6px 11px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 214, 220, 1);
    border-radius: 4px;
    outline: none;
    margin: 0px 20px;
}

.myBot p {
    background: url(../../../../../static/img/module/yh/bgNotice.png) no-repeat;
    background-size: 24px 18px;
    background-position: left 3px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 22px;
    color: rgba(191, 191, 191, 1);
    padding: 0px 0px 0px 24px;
    box-sizing: border-box;
}