.synthesize_box .qst_box{padding:0 20px 20px 20px;box-sizing:border-box;border-bottom:1px solid #ebebeb}.synthesize_box .qst_box .qst_title{display:flex}.synthesize_box .qst_box .qst_title>font{margin-right:10px}.synthesize_box .qst_box .qst_title .blanks_cont{font-size:16px;font-weight:600;color:#333}.synthesize_box .qst_box .qst_title .blanks_cont input{background:none;outline:none;border:none;border-bottom:1px solid #ccc;width:100px;text-align:center}.synthesize_box .qst_box .topic_body .option_list{display:flex;align-items:center;margin-top:15px;cursor:pointer;padding:10px 15px;transition:all .3s}.synthesize_box .qst_box .topic_body .option_list>font{font-size:14px;font-weight:400;color:#666}.synthesize_box .qst_box .topic_body .option_list .option_single{width:18px;height:18px;border-radius:50%;margin-right:15px;border:1px solid #666;box-sizing:border-box;display:flex;align-items:center;justify-content:center}.synthesize_box .qst_box .topic_body .option_list .option_single>span{width:10px;height:10px;background:#fff;border-radius:50%;transition:all .3s}.synthesize_box .qst_box .topic_body .option_list .option_multiple{width:20px;height:20px;margin-right:15px;border:1px solid #666;box-sizing:border-box;display:flex;align-items:center;justify-content:center}.synthesize_box .qst_box .topic_body .option_list .option_multiple>span{width:10px;height:10px;background:#fff;transition:all .3s}.synthesize_box .qst_box .topic_body .option_active,.synthesize_box .qst_box .topic_body .option_list:hover{background:#f0f2f5}.synthesize_box .qst_box .topic_body .option_active .option_multiple>span,.synthesize_box .qst_box .topic_body .option_active .option_single>span{background:#1974f0}.synthesize_box .qst_box .topic_body .textarea_box{margin-top:20px}