.text-theme-colored2 {
	color: #f39800!important;
}

.line-title .change:after {
	background: #1c85f8 !important;
}

.bg-theme-colored2 {
	background: #1c85f8 !important;
}

.questions_list {
	background: #fff;
}

.tabtitle:after {
	content: ' ';
	display: block;
	clear: both;
}

.swiper_item {
	display: none;
}

.swiper_item.open {
	display: block;
}
.question_head{
	padding: 5px 15px;
    text-align: center;
    color: #FFFFFF;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: 0 2px 6px #22bbff;
    background: linear-gradient(to right, #1c85f8, #1d8ef9, #1f9ffb, #21b3fe, #22bcff);
    width: 130px;
    z-index: 1;
    left: -24px;
    margin-top: 10px;
}
.option_item.selected > .option_label {
	border: 1px solid #209e85;
	color: #209e85;
	background: #e9fffb;
}

.question_item {
	display: none;
}

.question_item.current {
	display: block;
}

.analytic_container {
	display: none;
}

.analytic_container.show {
	display: block;
}

.tuwenlist .leftimg {
	background: #fff;
}

.note_wrapper {
	display: none;
}

.note_wrapper.current.open {
	display: block;
}

.question_material {
	border-bottom: none;
}

.answer_header {
	cursor: default;
}

.answer_header .icon-datiqia, .keyboard .icon-keyboard {
	font-size: 27px;
	vertical-align: middle;
	color: #209e85 !important;
}

.answer_header .datiqia_text, .keyboard .keyboard_text {
	vertical-align: middle;
}

.note_more {
	line-height: 35px;
	text-align: center;
	cursor: pointer;
}

.note_star {
	cursor: pointer;
}

.shousuocons {
	display: none;
}

.shousuocons.open {
	display: block;
}
.buttons_wrapper {
	display: flex;
	margin: 0 -5px;
}

.buttons_wrapper > .prev_btn, .buttons_wrapper > .next_btn {
	flex: 0 0 150px;
	-ms-flex: 0 0 150px;
	-o-flex: 0 0 150px;
	-webkit-flex: 0 0 150px;
	width: 150px;
}

.buttons_wrapper > .analytic_btn {
	flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
}

.question_btn {
	color: #1c85f8;
	background: #fff;
	text-align: center;
	cursor: pointer;
	border: 1px solid #1c85f8;
	display: block;
	margin: 0 5px;
	height: 40px;
}

.question_btn:hover {
	opacity: .7;
	color: #1c85f8;
}

.self_answer > .answer_text {
	margin-left: 5px;
}

.answer_text.right {
	color: #209e85;
}

.answer_text.wrong {
	color: #ff0000;
}

.question_content.format {
	min-height: 380px;
	padding-bottom: 40px !important;
	position: relative;
}

.question_content.format .buttons_wrapper {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.swiper_list > .question_loading {
	min-height: 410px;
	background: #fff;
	font-size: 20px;
	text-align: center;
	line-height: 410px;
}

.answer_content > .question_loading {
	min-height: 100px;
	line-height: 100px;
	font-size: 16px;
	text-align: center;
}

.note_text {
	flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	padding: 5px;
	border-bottom: 1px solid #CCC !important;
}

.note_text:focus {
	border-bottom: 1px solid #1c85f8 !important;
}

.note_text_wrapper {
	position: relative;
}

.note_submit.disabled {
	cursor: wait !important;
}

.note_submit.disabled:focus, .note_submit.disabled:hover {
	background: #1c85f8 !important;
	border-color: #1c85f8 !important;
}
.answer_item.selected .answer_text {border:1px solid #1c85f8;}
.bg-white {
	cursor: default;
}

.option_item.change.error > .option_label {
	background-image: -webkit-linear-gradient(90deg, #6EBFA9, #ED6660);
	background-image: linear-gradient(90deg, #6EBFA9, #ED6660);
	border: 1px solid #ED6660;
}
.option_label {
	position: relative;
	overflow: hidden;
}

.option_label > .label_bg_wrapper {
	transform: rotate(45deg) scale(1.5);
	width: 28px;
	height: 28px;
	display: flex;
	align-items: stretch;
}

.option_label > .label_bg_wrapper > .left_bg,
.option_label > .label_bg_wrapper > .right_bg {
	flex: 1;
}

.option_label > .label_text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}

.option_item > .option_label > .label_bg_wrapper,
.option_item > .option_label > .label_bg_wrapper > .left_bg,
.option_item > .option_label > .label_bg_wrapper > .right_bg{
	font-size: 0;
	padding: 0;
	margin: 0;
}

.option_item.error > .option_label > .label_bg_wrapper,
.option_item.error > .option_label > .label_bg_wrapper > .left_bg,
.option_item.error > .option_label > .label_bg_wrapper > .right_bg {
	background: #ED6660;
}

.option_item.change > .option_label > .label_bg_wrapper,
.option_item.change > .option_label > .label_bg_wrapper > .left_bg,
.option_item.change > .option_label > .label_bg_wrapper > .right_bg {
	background: #6EBFA9;
}

.option_item.change.error > .option_label > .label_bg_wrapper,
.option_item.change.error > .option_label > .label_bg_wrapper > .right_bg {
	background: #ED6660;
}

.option_item.change.error > .option_label > .label_bg_wrapper > .left_bg {
	background: #6EBFA9;
}
.hide{display:none;}
.option-bg{background:#edf2f5;}
.question_container img{display: inline-block;}
.timu.has_done i{border:1px solid #59a3e2 !important;color: #FFFFFF;background: #59a3e2 !important;}
.btn-theme-active{
	display: inline-block;
	border: 1px solid #1c85f8;
    color: #1c85f8;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
}
.btn-no-active{
	display: inline-block;
	border: 1px solid #999999;
    color: #999999;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
}
.read-show{
	display: block !important;
}