input:focus,textarea:focus{  border: 1px solid rgba(248,155,56,1)!important;}
u.fill:after{ content: "ã€€"; }
.ql-editor u:after{ content: "ã€€"; }
.single_main_info{
    padding:25px 50px;
}
/*6ï¼šå•é€‰æŒ‰é’®ç»„åˆ‡æ¢*/
[class*='h_radio_group']{
    padding-left:20px;
    margin-right:20px;
    margin-top:10px;
}
[class*='h_radio_group'].h_radio_group_block .option{
    line-height: 30px;
    display: block;
}
[class*='h_radio_group'] .option{
    margin-right: 20px;
    margin-bottom:5px;
    color:#666;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
}
[class*='h_radio_group'] .option span{
    width:12px;
    height:12px;
    display: inline-block;
    border-radius:50%;
    background-color: #fff;
    border:1px solid #666;
    box-sizing: border-box;
    margin-right:5px;
    position: relative;
    top:1px;
}
[class*='h_radio_group'] .option.active span i{
    width:6.5px;
    height:6.5px;
    border-radius:50%;
    background-color: #f89b38;
    position: absolute;
    top:1.5px;
    left:1.5px;
}
/*[class*='h_radio_group'].h_radio_group_block p{display: inline-block; }*/

.single_content{ background-color: #fff; width:1100px; min-height: 800px; margin: 40px auto; }
/*åˆ›å»ºè¯•å·*/
.test_content ul li{
    font-size: 14px;
    line-height: 30px;
    color: #333;
}
.ques_type .ques_item ul li{
    margin:0;
    padding:0 20px;
    position: relative;
}
.ques_type .ques_item ul li:hover{
    background-color: rgba(248,155,56,.2);
}
.ques_type .ques_item ul li:hover p.operation{
    display: block;
}
.ques_type .ques_item ul li p.operation{
    position: absolute;
    right:0;
    top:0;
    text-align: right;
    display: none;
    margin-right:30px;
}
.ques_type .ques_item ul li p.operation i{
    display: inline-block;
    width:27px;
    height:30px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color:#666;
    cursor: pointer;
}

.test_content .main_title{
    height:56px;
    color:#333;
    line-height: 56px;
    padding:0 20px;
    box-sizing: border-box;
    border-top:1px solid #eee;
    border-bottom:1px solid #eee;
    margin:20px 0;
}
.main_info_box>p{
    margin-bottom:10px;
}
input,textarea{ border: 1px solid #ccc; vertical-align: top; padding:0 10px; }

/*æŸ¥çœ‹è¯•é¢˜*/
.chapter_exercise{
    padding:0 20px;
}
.chapter_exercise_bottom{
    margin-bottom: 10px;
    color:#01ac87;
}
/*.chapter_exercise p{ display: block; }*/
/*æŸ¥çœ‹è¯•å·*/
.test_content{
    width: 100%;
    height: auto;
    padding: 20px;
    background-color: #fff;
}
.test_content .test_content_top{
    margin: 0 20px;
}
.test_content .test_content_top .name{
    font-size: 20px;
    color: #333;
    line-height: 30px;
}
.test_content .test_content_top .about{
    font-size: 12px;
    color: #999;
    line-height: 20px;
    display: inline-block;
}
.test .single_main_info{padding: 0;}

.chapter_title{
    font-size: 14px;
    color: #333333;
    line-height: 54px;
    padding-left: 20px;
    margin: 20px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.chapter_exercise ul li{
    margin-bottom: 20px;
}

/*è¿”å›žæŒ‰é’®*/
.test_content .return_btn{
    text-align: center;
    margin-top: 20px;
    padding-top: 30px;
    border-top:1px solid #eee;
}
.test_content .return_btn span{
    /*width:64px;*/
    /*height:24px;*/
    line-height: 24px;
    display: inline-block;
    font-size: 14px;
    padding:0 30px;
    border:1px solid #f89b38;
    text-align: center;
    color:#f89b38;
    border-radius: 4px;
}
.test_content .return_btn span:hover{
    background-color: #f89b38;
    color:#fff;
    cursor: pointer;
}
/*åˆ›å»ºé¢˜ç›®*/
.h_bd{ display: inline-block; vertical-align: top; width: 700px; }
.ql-container{ min-height: 110px; }
.t_8li .single_main_info .item_options>span>em{
    color:#f89b38;
}

.t_8li .single_main_info .item_block{
    width: 100%;
    margin-top:10px;
}
.t_8li .single_main_info .item_block>span{
    width:42px;
    margin-top:20px;
    display: inline-block;
    cursor: pointer;
    box-sizing: border-box;
}
.t_8li .single_main_info .item_block>span i{
    width:11px;
    height:11px;
    border-radius:50%;
    margin:0 5px;
    border:1px solid #ccc;
    display: inline-block;
}
.t_8li .single_main_info .item_block>span.active i {
    background-color: #f89b38;
    background-clip: content-box;
    padding:2px;
}

.t_8li .single_main_info .item_add_btn{
    margin-top:20px;
    color:#f89b38;
    cursor: pointer;
    padding-right:10px;
}
/*åˆ›å»ºè€ƒè¯•*/
.exam_add .h_form {
    margin-top: 20px;
}

.exam_add .info_title{ display: inline-block; line-height: 24px; }
.exam_add input{ line-height: 24px; }
.exam_add input.active{ display: inline-block; }
.exam_add input.flatpickr{ width:150px; position: relative;top: -2px; }
.exam_add .flatpickr_font{ font-size: 14px;  position: relative; left: -24px; }
table.dataTable thead .first{ background-image: none; }
.score_set{ float: right; line-height: 24px; margin-top: 15px; }
.score_set input{ padding: 0 5px; color: #666;  border: 1px solid #f89b38;  width: 50px;  margin-right: 5px; }



















