@charset "UTF-8";
/*
    o-one-1 / e-eight-8
    oe-1.8
*/
body {
    background: #f1f3f7;
}

.box-sizing {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.cy_oe_popup .el-message-box__header {
    padding-top: 10px;
}

.cy_oe_popup .el-message-box__header .el-message-box__headerbtn {
    top: 10px;
}

.cy_oe_popup .el-message-box__btns .el-button--primary span {
    color: #fff;
}

.sortable-chosen {
    border: solid 1px #1e80ff;
}

.oe_questionnaire_box {
    /* margin: auto; */
    width: 1100px;
	min-height: calc((100vh - 95px) - 40px);
}

.oe_questionnaire_box .questionnaire_box {
	position: relative;
    /* margin: 40px 0; */
    justify-content: space-between;
}

.oe_questionnaire_box .questionnaire_box .add_control {
    /* position: fixed; */
    top: 95px;
    left: calc((100vw - 1100px) / 2 - 10px);
    padding: 0 0 20px 20px;
    width: 300px;
	height: calc(100vh - 40px - 59px);
	max-height: 900px;
    background: #FFFFFF;
    border-radius: 3px;
}

.oe_questionnaire_box .add_control .el-scrollbar{
	height: calc(100% - 61px);
}
.oe_questionnaire_box .add_control .el-scrollbar .el-scrollbar__wrap{
	overflow-x: hidden;
}

.oe_questionnaire_box .questionnaire_box .add_control.active{
	position: absolute;
    left: 0;
    top: 0;
}

@media screen and (max-width: 1110px) {
    .oe_questionnaire_box .questionnaire_box .add_control {
        left: 0;
    }
}

.oe_questionnaire_box .questionnaire_box .add_control .title {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    font-weight: bold;
    color: #4c4c4c;
    border-bottom: 1px solid #f1f3f7;
    text-align: center;
}

.oe_questionnaire_box .questionnaire_box .add_control .add_btn_list {
    margin-top: 20px;
}

.oe_questionnaire_box .questionnaire_box .add_control .add_btn_list .add_title {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 400;
    color: #555A64;
}

.oe_questionnaire_box .questionnaire_box .add_control .add_btn_list .btn_item {
    margin-bottom: 9px;
    width: 260px;
    height: 40px;
    background: #FCFCFC;
    border: 1px solid #E6E6E6;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 3px;
}

.oe_questionnaire_box .questionnaire_box .add_control .add_btn_list .btn_item .content {
	padding: 12px 78px;
	width: 102px;
	background-color: transparent;
}

.cy_preview_hover{
	cursor: pointer;
}

.oe_questionnaire_box .questionnaire_box .add_control .add_btn_list .btn_item .content img {
    margin-right: 10px;
    width: 16px;
    height: 16px;
    vertical-align: bottom;
}

.oe_questionnaire_box .questionnaire_box .add_control .add_btn_list .btn_item:hover{
	background: rgba(30, 128, 255, 0.08);
	border-color: #1E80FF;
}

.oe_questionnaire_box .questionnaire_box .add_control .add_btn_list .btn_item:hover .content span{
	color: #1e80ff;
}


/* 带图片的内容鼠标移入换图片 */
.cy_picture_hover img.color{
	display: none;
}

.cy_picture_hover:hover img.color{
	display: inline-block;
}

.cy_picture_hover:hover img.colourless{
	display: none;
}
/* 带图片的内容鼠标移入换图片 */

.oe_questionnaire_box .questionnaire_box .add_control .add_btn_list .btn_item .content span {
    font-size: 14px;
    font-weight: 400;
    color: #7A8089;
}

.oe_questionnaire_box .questionnaire_box .add_control .add_btn_list .btn_item i {
    cursor: pointer;
    font-size: 20px;
}

.oe_questionnaire_box .questionnaire_box .add_content {
    /* margin-left: 310px; */
    width: 790px;
    text-align: center;
}

.oe_questionnaire_box .questionnaire_box .add_content .head {
    background-color: #fff;
    border-radius: 3px;
}

.oe_questionnaire_box .questionnaire_box .add_content .cy_title {
    padding: 10px 20px;
    font-weight: bold;
    color: #AFB0B3;
    cursor: pointer;
    border-bottom: 1px solid #f1f3f7;
}

.oe_questionnaire_box .questionnaire_box .add_content .cy_title .title_show {
    margin: auto;
    font-size: 20px;
    font-weight: bold;
    color: #1e80ff;
    height: 38px;
    line-height: 38px;
    word-break: break-all;
    border: 1px solid transparent;
    cursor: text;
    border-radius: 5px;
}

.oe_questionnaire_box .questionnaire_box .add_content .cy_title .title_show:hover {
    border-color: #DCDFE6;
}
.oe_questionnaire_box .questionnaire_box .add_content .cy_title .title_show img{
	vertical-align: -1px;
	margin-left: 15px;
}

.oe_questionnaire_box .questionnaire_box .add_content .cy_title .el-input input {
    font-size: 20px;
    font-weight: bold;
    color: #1e80ff;
    text-align: center;
}

.oe_questionnaire_box .questionnaire_box .add_content .cy_title .el-input .el-input__count-inner {
    color: #909399;
    font-size: 14px;
    font-weight: 400;
}

.oe_questionnaire_box .questionnaire_box .add_content .cy_text {
    padding: 20px 60px;
}

.oe_questionnaire_box .questionnaire_box .add_content .cy_text .cy_text_show {
    padding: 5px 15px;
    font-size: 14px;
    font-weight: 400;
    color: #555A64;
    line-height: 1.5;
    border: 1px solid transparent;
	word-break: break-word;
}

.oe_questionnaire_box .questionnaire_box .add_content .cy_text .cy_text_show:hover {
    border-color: #DCDFE6;
}

.oe_questionnaire_box .questionnaire_box .add_content .cy_text textarea {
    font-size: 14px;
    font-weight: 400;
    color: #555A64;
    resize: none;
    text-align: center;
}

.oe_questionnaire_box .questionnaire_box .add_content .ask_paging {
    line-height: 44px;
    border-radius: 3px;
}

/* 内容题目分页 */
.oe_questionnaire_box .ask_paging {
    padding-right: 30px;
    justify-content: space-between;
    background-color: #fff;
}

.oe_questionnaire_box .ask_paging .page {
	margin: 0;
    padding: 0 24px;
    background-color: #1e80ff;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.oe_questionnaire_box .ask_paging .page span {
    font-weight: 600;
    color: #fff;
}

.oe_questionnaire_box .ask_paging .num {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
}

/* 内容题目列表 */
.oe_questionnaire_box .subject_list {
    margin-top: 10px;
    border-radius: 3px;
    overflow: hidden;
}

.oe_questionnaire_box .subject_list .subject_list_box{
	position: relative;
}

.oe_questionnaire_box .subject_list .subject_list_min.active{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 500px;
}

.oe_questionnaire_box .subject_list .cy_enquiry_untitled{
	margin-bottom: 10px;
	background-color: #fff;
	/* min-height: calc(100vh - 371px - 155px - 100px); */
	min-height: 550px;
}

.oe_questionnaire_box .subject_list .cy_enquiry_untitled img {
    width: 90px;
    height: 90px;
    margin-top: 170px;
    margin-bottom: 40px;
}

.oe_questionnaire_box .subject_list .cy_enquiry_untitled p {
    font-size: 14px;
    font-weight: 400;
    color: rgba(85, 90, 100, 1);
}

.oe_questionnaire_box .subject_list .item {
    margin: 10px 0;
}

.oe_questionnaire_box .subject_list .item:hover .title .subject_btn {
    display: block;
}

.oe_questionnaire_box .subject_list .item:hover .title .division_line{
	width: 620px;
}

.oe_questionnaire_box .subject_list .item .title {
    padding: 0 30px;
    height: 50px;
    background: #FAFBFC;
    border-radius: 3px;
    justify-content: space-between;
    align-items: center;
}

.oe_questionnaire_box .subject_list .item .title .subject_btn {
    display: none;
}

.oe_questionnaire_box .subject_list .item .title.division_line_box {
    height: 80px;
    background-color: #fff;
}

.oe_questionnaire_box .subject_list .item .title.ask_paging {
    padding: 0;
    height: 44px;
    background-color: #fff;
}

.oe_questionnaire_box .subject_list .item .title.ask_paging .ask_paging {
    width: 660px;
}

.oe_questionnaire_box .subject_list .item .title.ask_paging .page span {
    color: #fff;
    font-weight: 600;
}

.oe_questionnaire_box .subject_list .item .title.ask_paging .subject_btn {
    margin-right: 30px;
}

.oe_questionnaire_box .subject_list .item .title .division_line {
    margin-left: 15px;
	width: 100%;
    border-top: 1px dashed #aaa;
}

.oe_questionnaire_box .subject_list .item .title span {
    font-size: 16px;
    font-weight: 400;
    color: #555A64;
}

.oe_questionnaire_box .subject_list .item .title span em {
    margin-right: 5px;
    color: #FF2626;
    font-style: unset;
}

.oe_questionnaire_box .subject_list .item .title .el-checkbox .el-checkbox__inner {
    border-radius: 18px;
    font-size: 18px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
}

.oe_questionnaire_box .subject_list .item .title .el-checkbox .el-checkbox__inner::after {
    top: 3px;
    left: 6px;
}

.oe_questionnaire_box .subject_list .item .title .el-checkbox .el-checkbox__label {
	padding-right: 10px;
    font-weight: 400;
    color: #555A64;
	float: left;
}

.oe_questionnaire_box .subject_list .item .title .cy_btn_i {
    margin-left: 10px;
    color: #afb0b2;
    font-size: 20px;
    cursor: pointer;
    vertical-align: middle;
}

.oe_questionnaire_box .subject_list .item .title .cy_btn_i:hover {
    color: #1e80ff;
}

.oe_questionnaire_box .subject_list .item.focus {
    background-color: #f00;
}

.oe_questionnaire_box .subject_list .item.active {
    border: 2px solid #1e80ff;
    border-radius: 2px;
}

.oe_questionnaire_box .subject_list .item.disabled .page{
	background-color: rgb(30 128 255 / 0.5);
}

.oe_questionnaire_box .subject_list .item.disabled .ask_paging .ask_paging{
	width: 759px;
}

/* 题目详情 */
.oe_questionnaire_box .oe_content {
    background-color: #fff;
}

.oe_questionnaire_box .oe_content .edit_option_box .el-radio__inner {
    margin-top: 9px;
    margin-right: 12px;
    border-color: #C9CED2;
    width: 18px;
    height: 18px;
    cursor: auto;
}

.oe_questionnaire_box .oe_content .edit_option_box .el-radio__inner:hover {
    border-color: #C9CED2;
}

.oe_questionnaire_box .oe_content .edit_option_box .el-checkbox__inner {
    margin-top: 9px;
    margin-right: 12px;
    border-color: #C9CED2;
    width: 18px;
    height: 18px;
    cursor: auto;
}

.oe_questionnaire_box .oe_content .edit_option_box .el-checkbox__inner:hover {
    border-color: #C9CED2;
}

.oe_questionnaire_box .oe_content .edit_title {
    padding: 6px 10px;
    width: 520px;
    min-height: 30px;
    line-height: 1.43;
    text-align: left;
    font-size: 14px;
    border: 1px dashed transparent;
	word-break: break-word;
}

.oe_questionnaire_box .oe_content .edit_title:hover {
    border-color: #9c9c9c;
}

.oe_questionnaire_box .oe_content .edit_title.active {
    background-color: #f4f4f4;
}

.oe_questionnaire_box .oe_content .edit_title img {
    vertical-align: middle;
    max-width: 100%;
}

.oe_questionnaire_box .oe_content .edit_stem {
    margin-left: 15px;
}

.oe_questionnaire_box .oe_content .edit_option {
    margin: 10px 5px;
}

.oe_questionnaire_box .oe_content .edit_option .edit_option_list {
    justify-content: start;
    align-items: baseline;
}

.oe_questionnaire_box .oe_content .edit_option .edit_option_list .ability_box {
    margin-left: 6px;
}

.oe_questionnaire_box .oe_content .edit_option .edit_option_list .operation_drag {
    margin-left: 8px;
    width: 16px;
    cursor: pointer;
    opacity: 0;
}

.oe_questionnaire_box .oe_content .edit_option .edit_option_list:hover .operation_drag {
    opacity: 1;
}

.oe_questionnaire_box .oe_content .edit_option .edit_option_list:hover .edit_option_delete {
    opacity: 1 !important;
}

.oe_questionnaire_box .oe_content .edit_option .edit_option_list:hover .edit_title {
    border-color: #9c9c9c;
}

.oe_questionnaire_box .oe_content .edit_option .edit_option_list .edit_option_item {
    padding: 6px 10px;
    width: calc(100% - 30px);
    font-size: 16px;
    text-align: left;
    border: 1px dashed transparent;
}

.oe_questionnaire_box .oe_content .edit_option .edit_option_list .edit_option_item:hover {
    border-color: #9c9c9c;
}

.oe_questionnaire_box .oe_content .edit_option .edit_option_list .edit_option_item.active {
    background-color: #f4f4f4;
}

.oe_questionnaire_box .oe_content .edit_option .edit_option_list .option_other {
    margin: 10px 0 10px 30px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    align-items: center;
    color: #41454F;
}

.oe_questionnaire_box .oe_content .edit_option .edit_option_list .option_other .el-radio__inner {
    border-color: #C9CED2;
    margin-right: 12px;
    width: 18px;
    height: 18px;
    cursor: auto;
}

.oe_questionnaire_box .oe_content .edit_option .edit_option_list .option_other .el-radio__inner:hover {
    border-color: #C9CED2;
}

.oe_questionnaire_box .oe_content .edit_option .edit_option_list .option_other .el-checkbox__inner {
    border-color: #C9CED2;
    margin-right: 12px;
    width: 18px;
    height: 18px;
    cursor: auto;
}

.oe_questionnaire_box .oe_content .edit_option .edit_option_list .option_other .el-checkbox__inner:hover {
    border-color: #C9CED2;
}

.oe_questionnaire_box .oe_content .edit_option .edit_option_list .option_other input[disabled] {
    margin-left: 20px;
    width: 120px;
    height: 28px;
    border: 1px solid #E6E6E6;
    background-color: #F5F6F7;
    border-radius: 2px;
}

.oe_questionnaire_box .oe_content .edit_option .edit_option_list .option_other .edit_option_delete {
    margin-left: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    opacity: 0;
}

.oe_questionnaire_box .oe_content .edit_option .edit_option_list .edit_option_delete {
    width: 20px;
    height: 20px;
    cursor: pointer;
    opacity: 0;
}

.oe_questionnaire_box .oe_content .edit_option .edit_questions {
    margin-left: 30px;
    width: 520px;
    height: 36px;
    background: #FFFFFF;
    border: 1px solid #D1D1D1;
    border-radius: 3px;
}

.oe_questionnaire_box .oe_content .edit_option .edit_stars_evaluate .stars_box {
    margin-left: 30px;
    height: 36px;
    align-items: center;
}

.oe_questionnaire_box .oe_content .edit_option .edit_stars_evaluate .stars_box .stars_item {
    margin-right: 15px;
    width: 28px;
    height: 28px;
}

.oe_questionnaire_box .oe_content .edit_option .edit_stars_evaluate .stars_box .stars_item.stars_num {
    line-height: 28px;
    background: #FAFBFC;
    border: 1px solid #C8C9CC;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 400;
    color: #696F80;
}

.oe_questionnaire_box .oe_content .edit_option .edit_evaluate_operation {
    margin-left: 30px;
    width: 520px;
}

.oe_questionnaire_box .oe_content .edit_option .edit_evaluate_operation .evaluating_text {
    justify-content: space-between;
    align-items: center;
}

.oe_questionnaire_box .oe_content .edit_option .edit_evaluate_operation .evaluating_text .el-input {
    width: 160px;
    height: 36px;
    line-height: 36px;
    border-radius: 3px;
}

.oe_questionnaire_box .oe_content .edit_option .edit_evaluate_operation .evaluating_text .el-input input {
    border: 1px dashed #BFBFBF;
}

.oe_questionnaire_box .oe_content .edit_option .edit_evaluate_operation .edit_evaluating_add .add_option_btn {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 17px;
    width: 520px;
    height: 36px;
    line-height: 36px;
    background: #F7F8FB;
    border-radius: 3px;
    text-align: center;
    font-size: 14px;
    color: #1E80FF;
    cursor: pointer;
    border: 1px dashed transparent;
}

.oe_questionnaire_box .oe_content .edit_option .edit_evaluate_operation .edit_evaluating_add .add_option_btn i {
    margin-right: 10px;
    font-weight: 600;
    font-size: 18px;
}

.oe_questionnaire_box .oe_content .edit_option .edit_evaluate_operation .edit_evaluating_add .add_option_btn:hover {
    border-color: #1e80ff;
    background-color: rgba(30, 128, 255, 0.1);
}

.oe_questionnaire_box .oe_content .edit_option .edit_evaluate_operation .edit_evaluating_num {
    margin-bottom: 10px;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    color: #293146;
    line-height: 36px;
}

.oe_questionnaire_box .oe_content .edit_option .edit_evaluate_operation .edit_evaluating_num .el-select {
    margin-left: 10px;
    width: 80px;
}

.oe_questionnaire_box .oe_content .edit_option .edit_evaluate_operation .edit_evaluating_num > div {
    margin-right: 20px;
}

.oe_questionnaire_box .oe_content .edit_add_option {
    padding-left: 50px;
    padding-bottom: 30px;
    text-align: left;
}

.oe_questionnaire_box .oe_content .edit_add_option .add_option_btn {
    margin-top: 14px;
    margin-right: 10px;
    padding: 0 17px;
    height: 36px;
    line-height: 36px;
    background: #F7F8FB;
    border-radius: 3px;
    text-align: center;
    font-size: 14px;
    color: #1E80FF;
    cursor: pointer;
    border: 1px dashed transparent;
}

.oe_questionnaire_box .oe_content .edit_add_option .add_option_btn i {
    margin-right: 10px;
    font-weight: 600;
    font-size: 18px;
}

.oe_questionnaire_box .oe_content .edit_add_option .add_option_btn:hover {
    border-color: #1e80ff;
    background-color: rgba(30, 128, 255, 0.1);
}

/* 下拉选择 */
.oe_questionnaire_box .oe_content .edit_option .edit_select .edit_select_show {
    margin-left: 30px;
    padding: 0 15px;
    justify-content: space-between;
    align-items: center;
    width: 520px;
    height: 36px;
    line-height: 36px;
    background: #F5F6F7;
    border-radius: 3px;
}

.oe_questionnaire_box .oe_content .edit_option .edit_select .edit_select_show img {
    width: 12px;
}

.oe_questionnaire_box .oe_content .edit_option .edit_select .edit_select_box {
    margin-top: 10px;
    margin-left: 30px;
    width: 520px;
    border: 1px solid #F5F5F5;
    border-radius: 3px;
}

.oe_questionnaire_box .oe_content .edit_option .edit_select .edit_select_box .edit_select_title {
    padding: 0 20px;
    justify-content: space-between;
    align-items: center;
    height: 36px;
    background-color: #F5F5F5;
}

.oe_questionnaire_box .oe_content .edit_option .edit_select .edit_select_box .edit_select_title .select_move {
    font-size: 14px;
    font-weight: 400;
    color: #41454F;
}

.oe_questionnaire_box .oe_content .edit_option .edit_select .edit_select_box .edit_select_title .select_option {
    font-size: 14px;
    font-weight: 400;
    color: #41454F;
}

.oe_questionnaire_box .oe_content .edit_option .edit_select .edit_select_box .edit_select_title .select_default {
    font-size: 14px;
    font-weight: 400;
    color: #41454F;
}

.oe_questionnaire_box .oe_content .edit_option .edit_select .edit_select_box .edit_select_list {
    padding: 18px 0;
}

.oe_questionnaire_box .oe_content .edit_option .edit_select .edit_select_box .edit_select_option {
    padding: 0 20px;
    justify-content: space-between;
}

.oe_questionnaire_box .oe_content .edit_option .edit_select .edit_select_box .edit_select_option:hover .edit_option_delete {
    opacity: 1 !important;
}

.oe_questionnaire_box .oe_content .edit_option .edit_select .edit_select_box .edit_select_option:hover .select_option .ability_box .edit_title {
    border-color: #9c9c9c;
}

.oe_questionnaire_box .oe_content .edit_option .edit_select .edit_select_box .edit_select_option .select_move {
    cursor: pointer;
}

.oe_questionnaire_box .oe_content .edit_option .edit_select .edit_select_box .edit_select_option .select_move .draggable_edit_option {
    margin-top: 9px;
}

.oe_questionnaire_box .oe_content .edit_option .edit_select .edit_select_box .edit_select_option .select_option {
    position: relative;
}

.oe_questionnaire_box .oe_content .edit_option .edit_select .edit_select_box .edit_select_option .select_option .ability_box {
    margin-top: 2px;
    margin-bottom: 2px;
    width: auto;
}

.oe_questionnaire_box .oe_content .edit_option .edit_select .edit_select_box .edit_select_option .select_option .ability_box .edit_title {
    margin-right: 30px;
    width: 360px;
}

.oe_questionnaire_box .oe_content .edit_option .edit_select .edit_select_box .edit_select_option .select_option .edit_option_delete {
    position: absolute;
    margin: auto;
    top: 9px;
    right: 20px;
    cursor: pointer;
    opacity: 0;
}

.oe_questionnaire_box .oe_content .edit_option .edit_select .edit_select_box .edit_select_option .select_default .el-radio {
    margin-top: 9px;
}

.oe_questionnaire_box .oe_content .edit_option .edit_select .edit_select_box .edit_select_option .select_default .el-radio__input .el-radio__inner {
    width: 20px;
    height: 20px;
}

.oe_questionnaire_box .oe_content .edit_option .edit_select .edit_select_box .edit_select_option .select_default .el-radio__input .el-radio__inner:after {
    width: 7px;
    height: 7px;
}

.oe_questionnaire_box .oe_content .edit_option .edit_select .edit_select_box .edit_select_option .select_default .el-radio__label {
    display: none;
}

.oe_questionnaire_box .oe_content .edit_option .edit_select .edit_select_box .edit_select_add .add_option_btn {
    margin-top: 14px;
    margin-bottom: 20px;
    padding: 0 17px;
    width: 480px;
    height: 36px;
    line-height: 36px;
    background: #F7F8FB;
    border-radius: 3px;
    text-align: center;
    font-size: 14px;
    color: #1E80FF;
    cursor: pointer;
    border: 1px dashed transparent;
}

.oe_questionnaire_box .oe_content .edit_option .edit_select .edit_select_box .edit_select_add .add_option_btn i {
    margin-right: 10px;
    font-weight: 600;
    font-size: 18px;
}

.oe_questionnaire_box .oe_content .edit_option .edit_select .edit_select_box .edit_select_add .add_option_btn:hover {
    border-color: #1e80ff;
    background-color: rgba(30, 128, 255, 0.1);
}

/* 组件容器 ie 浏览器 组件显示源代码 */
/* 可编辑框 */
.component_box {
    display: none;
}

.ability_box {
    position: relative;
    width: 520px;
    margin: 10px 20px;
}

.ability_box .ability_btn {
    position: absolute;
    top: -32px;
    left: 420px;
    background-color: #fff;
	box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    height: 32px;
    line-height: 32px;
}

.ability_box .ability_btn > div {
    width: 50px;
    text-align: center;
    cursor: pointer;
}

.ability_box .ability_btn > div .ability_img {
    width: 18px;
    vertical-align: -3px;
}

.ability_box .wangEditor-drop-panel {
    width: 200px !important;
    margin-left: -100px !important;
    display: none;
}

.ability_box .editor_up .el-dialog__header {
    padding-top: 10px;
}

.ability_box .editor_up .el-dialog__headerbtn {
    top: 10px;
}

.ability_box .editor_up .el-dialog__body {
    padding-top: 20px;
    padding-bottom: 20px;
	text-align: left;
}

.ability_box .editor_up .el-dialog__footer {
    padding-bottom: 10px;
    text-align: right;
}

.ability_box .editor_up .el-dialog__footer .el-button{
	border-radius: 20px;
	width: 120px;
}

.ability_box .editor_up .el-dialog__footer .el-button.editor_up_insert{
	float: left;
	background-color: #FFFFFF;
	border: 1px solid #1e80ff;
	border-radius: 20px;
}

.ability_box .editor_up .el-dialog__footer .el-button.editor_up_insert span{
	color: #1e80ff;
}

.ability_box .editor_up h1, .ability_box .editor_up h2, .ability_box .editor_up h3, .ability_box .editor_up h4, .ability_box .editor_up h5, .ability_box .editor_up h6{
	font-size: revert;
	font-weight: 600;
}

.ability_box .editor_up .wangEditor-txt *, .ability_box .editor_up .w-e-text-container *, .questionnaire_box .edit_title *{
	font-style: revert;
	font-weight: revert;
}


.ability_box .wangEditor-fullscreen .wangEditor-txt{
	max-height: initial !important;
}

.add_content .cy_btn_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    cursor: pointer;
}

.add_content .cy_btn_box .cy_btn_delete {
    font-size: 18px;
    color: #fff;
}

/* 题目底部 */
.add_content .bottom {
    padding: 30px;
    background-color: #fff;
}

.add_content .bottom .upload {
    position: relative;
}

.add_content .bottom .upload .bottom-uploader {
    position: relative;
    margin: auto;
    width: 160px;
    height: 160px;
    border: 1px #BFBFBF dashed;
}

.add_content .bottom .upload .bottom-uploader .el-upload {
    width: 160px;
    height: 124px;
    line-height: 124px;
    background-color: #f7f8fb;
}

.add_content .bottom .upload .bottom-uploader .el-upload img {
    width: 160px;
    height: 124px;
}

.add_content .bottom .upload .btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 160px;
    height: 36px;
    line-height: 36px;
    justify-content: space-around;
    align-items: center;
}

.add_content .bottom .upload .btn span {
    position: relative;
    width: 79px;
    font-size: 14px;
    font-weight: 400;
    color: #555963;
    cursor: pointer;
}

.add_content .bottom .upload .btn span + span:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 18px;
    background: #EAEAEA;
}

.add_content .bottom .paging {
    font-size: 14px;
    font-weight: 400;
    color: #555963;
}

.add_content .bottom .paging .tips {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}

.add_content .bottom .hold {
    margin-top: 20px;
    background-color: #1e80ff;
}

.subject_list_box .cy_add_chosen{
	width: 790px;  
	height: 40px;
	background-color: #1e80ff80;
}

.subject_list_box .cy_add_chosen .content{
	display: none;
}

.oe_questionnaire_box .questionnaire_box .add_control .add_btn_list .btn_item .cy_add_chosen_here{
	display: none;
}

.subject_list_box .cy_add_chosen .cy_add_chosen_here{
	width: 100%;
	line-height: 40px !important;
	color: #fff;
}

.avatar-uploader-icon{
	width:100% !important;
	line-height:147px !important;
}

/*# sourceMappingURL=questionnaire1.8.css.map */
