.ui-content {
	padding-bottom: 3.75rem;
	color: #5D5D5D;
	font-size: 0.65rem;
}

.question {
	background-color: #FFFFFF;
	margin: .5rem .75rem .75rem;
	box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.1);
	padding: 0.75rem;
	border-radius: 8px;
	position: relative;
	border: 2px solid rgba(239, 239, 239, 1);
}

.question::before {
	content: '';
	position: absolute;
	top: -.45rem;
	z-index: 10;
	background: #fff;
	display: block;
	width: .6rem;
	height: .6rem;
	border: 2px solid rgba(239, 239, 239, 1);
	border-top: 0;
	border-left: 0;
	transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}

.question.type_1::before {
	left: 1.5rem;
}

.question.type_2::before {
	left: 6rem;
}

.question.type_3::before {
	left: 10.5rem;
}

.question.type_4::before {
	left: 14.8rem;
}

.question .huanyipi {
	position: absolute;
	top: 0.75rem;
	right: 0.75rem;
	font-size: 16px;
}

.item {
	padding: 0.3rem 0.75rem;
	border: 1px solid #D9D9D9;
	border-radius: 30px;
	margin-bottom: 0.75rem;
	padding-right: 0.25rem;
}

.question_tl {
	margin-bottom: 0.75rem;
}

.checked_box {
	width: 0.9rem;
	display: none;
}

.question .active {
	border-color: #e55a75;
	background-color: #e55a75;
	color: #FFFFFF;
}

.question .active .checked_box {
	display: block;
}

.list>.item:last-of-type {
	margin-bottom: 0;
}

.my_question {
	padding-top: .2rem;
}

.my_question_tl {
	margin: .5rem .75rem;
}

.my_question_box {
	background-color: #FFFFFF;
}

.my_question_box textarea {
	display: block;
	width: 92%;
	border: none;
	resize: none;
	padding: 0.75rem;
	line-height: 1.8;
	height: 7rem;
	margin: 0 auto .5rem;
	background: #F8F8F8;
	border-radius: 8px;
}

.draft {
	padding: 0.5rem .75rem;
	line-height: 1.8;
	height: 8rem;
	overflow: hidden;
	background: #fff;
	margin-top: -.5rem;
}

.draft .cg {
	width: 100%;
	height: 7rem;
	background: #f6f8f8;
	padding: .75rem .5rem 0;
	margin-bottom: .5rem;
	border-radius: 8px;
}

.draft span {
	color: #FE7467;
	margin-right: .5rem;
}

.my_question_box textarea::-webkit-input-placeholder {
	color: #BBBBBB;
}

.my_question_info {
	/* border-top: 1px solid #D9D9D9; */
	font-size: .6rem;
	color: #999999;
	background: #fff;
}

.my_question_info>div:nth-of-type(2) {
	margin-right: 0.75rem;
}

.ui-label-switch input[type="checkbox"]:checked+.ui-checkbox {
	background: #f6556c;
}

/*悬浮按钮*/
.btn_box {
	table-layout: fixed;
	bottom: 0;
	position: absolute;
	right: 0;
	left: 0;
	z-index: 20;
	backface-visibility: hidden;
	text-align: center;
	font-size: 0.78rem;
	color: #FFFFFF;
	background-color: #F3F3F3;
}

.btn {
	border-radius: 3px;
	margin: 0.75rem;
	background-color: #e55a75 !important;
	height: 2.2rem;
	width: auto;
	line-height: 2.2rem;
}

.ui-modal-inner {
	padding: 0;
}

.ui-modal-text {
	padding: 0.5rem;
	text-align: left;
}

pre {
	white-space: pre-wrap;
	word-wrap: break-word;
}

.classify_item {
	width: 23%;
	padding: .4rem 0;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.1);
	text-align: center;
	color: #666;
}

.classify_item.active {
	background: #f6556c;
	color: #fff;
}