.fillBlank_block_div {
    display: block;
    margin-top: 2px;
}

.fillBlank_block_div .fillBlank_batch_title {
    font-size: 14px;
    font-weight: bold;
}

.fillBlank_inline_block {
    display: inline-block;
}

.fillBlank_choice_btn {
    width: 46px;
    margin-left: 10px;
    height: 26px;
    background-color: #ffffff;
    border: solid 1px #d0dcd8;
    border-radius: 4px;
}

.fillBlank_choice_btn:hover {
    border:1px solid rgba(27,182,116,1);
    color:black;
    background:rgba(220,253,238,1);
    cursor: pointer;
}

.fillBlank_active {
    border:1px solid rgba(27,182,116,1);
    color:black;
    background:rgba(220,253,238,1);
}

.fillBlank_content {
    background-color: #8b89891c;
    margin-top: 8px;
}

.fillBlank_title {
    font-size: 14px;
    font-weight: bold;
    color: #6d6868;
    line-height: 28px;
}

.fillBlank_left {
    width: 20%;
    text-align: center;
}

.fillBlank_right {
    width: 63%;
    text-align: center;
}

.fillBlank_topic_content {
    max-height: 300px;
    overflow-y: auto;
}

.fillBlank_topic_content::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
    border-radius: 6px;
}

.fillBlank_topic_content::-webkit-scrollbar
{
    width: 4px;
    background-color: #F5F5F5;
}

.fillBlank_topic_content::-webkit-scrollbar-thumb
{
    background-color: #9e9b9b;
    border-radius: 6px;
}

.fillBlank_apply {
    width: 54px;
    height: 26px;
    background-color: #1eaf71;
    border: 1px solid #1bb674;
    border-radius: 3px;
    color: #ffffff;
}

.fillBlank_apply:hover {
    border:1px solid #20c981;
    color:#fff;
    background:#20c981;
    cursor: pointer;
}

.fillBlank_top {
    margin-top: 15px;
}

.fillBlank_checkbox {
    vertical-align: middle;
    width: 16px;
    height: 17px;
}

.fillBlank_label {
    font-size: 14px;
    color: #434242;
}

.fillBlank_label_span {
    color: #8b8989;
}

.fillBlank_warn {
    font-size: 14px;
    font-weight: bold;
    color: #ff4114;
}

.fillBlank_top_warn {
    margin-left: 30%;
    font-size: 14px;
}

.fillBlank_warn_check {
    display: inline-block;
    cursor: pointer;
}