<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body {
	background: #f0f1f4;
	margin: 0 auto;
	padding-bottom: 0.6rem;
}

.header {
	width: 100%;
	height: 1.28rem;
	background: #fff;
	display: none;
}

p {
	margin: 0;
}

.header li {
	display: inline-block;
	position: relative;
	width: 50%;
	text-align: center;
	float: left;
}

.header li:first-child {
	border: none;
}

.header-p {
	font-size: 0.32rem;
	color: #000;
	line-height: 1.28rem;
	position: relative;
	font-weight: 500;
}

.header-p i {
	display: inline-block;
	width: 0.48rem;
	height: 0.48rem;
	/*margin-left: 0.16rem;*/
	position: relative;
}

.header-p i:before {
	content: '';
	display: block;
	position: absolute;
	width: 0.48rem;
	height: 0.48rem;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	top: 0.10rem;
	left: -0.16rem;
}

.all-question:before {
	background-image: url('../images/ask_ico_all_an@2x.png');
}

.my-question:before {
	background-image: url('../images/ask_ico_my_an@2x.png');
}

.number {
	color: #3F3F3F;
}

.scale:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 200%;
	height: 200%;
	border-right: 1px solid #e0e0e0;
	box-sizing: border-box;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transform-origin: left top;
	transform-origin: left top;
}


.section {
	border: none;
	width: 100%;
	/* margin-top: 0.22rem; */
	position: relative;
}

textarea {
	border: none;
	width: 100%;
	height: 4.60rem;
	font-size: 0.32rem;
	letter-spacing: 0.3px;
	line-height: 0.52rem;
	margin-bottom: 0;
	padding: 0.12rem 0.24rem 0rem 0.24rem;
}

textarea::-webkit-input-placeholder {
	color: #B3B3B3;
}

.box {
	background: #fff;
}

.textarea-menu {
	width: 100%;
	/*position: absolute;*/
	height: 1rem;
	background: #fff;
	/*bottom: 0;*/
}

.textarea-menu li {
	margin-left: 0.24rem;
	margin-top: 0.10rem;
	float: left;
	display: inline-block;
}

.textarea-menu li.voice {
	width: 0.64rem;
	height: 0.64rem;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-image: url('../images/ask_questions_voice@2x.png');
}

.textarea-menu li.notice {
	float: right;
	font-size: 0.28rem;
	color: #B3B3B3;
	letter-spacing: 0.006rem;
	line-height: 0.65rem;
	margin-right: 0.28rem;
}

.number {
	color: #777;
}

.help {
	padding: 0.24rem;
}

.help p {
	font-size: 0.30rem;
}

.help p:first-child {
	margin-bottom: 0.15rem;
}

.how {
	color: #409CF9;
	font-size: 0.28rem;
}

.red {
	color: red;
}

.select {
	background: #fff;
	line-height: 1rem;
	padding-left: 0.24rem;
	padding-right: 0.24rem;
	position: relative;
}

.select p {
	color: #000;
}

.rightArrow {
	height: 0.28rem;
	width: 0.19rem;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAWBAMAAAAC47AUAAAAIVBMVEUAAADDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8M+XLUzAAAAC3RSTlMA/jgn7eNGSzE/D30Od3QAAABDSURBVAjXY2BoYgADDkEDMM0q6Aym2QVFIAKKUAEm4gVMBSXB9FJBMRDF7CioAKJNBIUIc5mgXFYIl4ENyAWDdDAJABNJCK7QYaNiAAAAAElFTkSuQmCC');
	background-repeat: no-repeat;
	background-size: 0.19rem 0.28rem;
	margin: 0.40rem 0 0 0.05rem;
	float: right;
}

.select:after {
	content: '';
	display: block;
	position: absolute;
	height: 0.28rem;
	width: 0.19rem;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAWBAMAAAAC47AUAAAAIVBMVEUAAADDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8M+XLUzAAAAC3RSTlMA/jgn7eNGSzE/D30Od3QAAABDSURBVAjXY2BoYgADDkEDMM0q6Aym2QVFIAKKUAEm4gVMBSXB9FJBMRDF7CioAKJNBIUIc5mgXFYIl4ENyAWDdDAJABNJCK7QYaNiAAAAAElFTkSuQmCC');
	background-repeat: no-repeat;
	background-size: 0.19rem 0.28rem;
	top: 0.35rem;
	right: 0.24rem;
}

.select-val {
	float: right;
	margin-right: 0.40rem;
}

.opeartion {
	background: #fff;
	padding: 0.24rem;
}

.sumbit {
	display: block;
	width: 6.42rem;
	height: 0.80rem;
	margin: 0 auto;
	background: #51C6D0;
	border-radius: 0.10rem;
	color: #fff;
	border: none;
}

.footer-ul p,
.footer-ul button {
	font-size: 0.28rem;
}

.help p {
	line-height: 1.4;
}

.delete {
	opacity: 0;
	text-align: left;
	padding: 0.10rem 0.24rem;
}

.delete a {
	color: #1179cd;
	font-size: 0.28rem;
	line-height: 0.28rem;
}

.showTipForHow {
	text-align: center;
	width: 100%;
	margin-top: -1rem;

}

.tipWrap {
	width: 100%;
	position: absolute;
	text-align: center;
	top: 1rem;
	display: none;
	z-index: 18;
}

.showTipForHow img {
	width: 90%;
}

.mode {
	position: fixed;
	z-index: 10;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .3);
	display: none;
}

.close {
	height: 1rem;
	z-index: 20;
}

#myBox {
	position: relative;
}

.tipRed {
	width: 0.2rem;
	height: 0.2rem;
	z-index: 10;
	position: absolute;
	top: 0.3rem;
	left: 1rem;
	display: none;
}

.footTip {
	width: 100%;
	padding: 0.32rem 1.4rem;
	text-align: center;
	font-size: 0.3rem
}

.org {
	color: #397CFF;
	font-size: 0.28rem;
}

.showQrCode {
	width: 100%;
	position: absolute;
	text-align: center;
	top: 1rem;
	display: none;
	z-index: 18;
}

.showQrCode img {
	width: 5.45rem;
	z-index: 20;
}

.qrCode {
	margin-top: -1rem;
}

.closeCode {
	height: 1rem;
	z-index: 1000;
}

#diseaseBox {
	height: 1.08rem;
	line-height: 1.08rem;
	padding: 0 0.24rem;
	border-bottom: 0.01rem solid #E0E0E0;
}


#diseaseBox .box_tip {
	font-size: 0.3rem;
	color: #333;
}

#diseaseBox .red {
	color: #FF8315;
	margin-left: 0.12rem;
}

#diseaseBox:after {
	content: '';
	display: block;
	position: absolute;
	height: 0.28rem;
	width: 0.19rem;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAWBAMAAAAC47AUAAAAIVBMVEUAAADDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8M+XLUzAAAAC3RSTlMA/jgn7eNGSzE/D30Od3QAAABDSURBVAjXY2BoYgADDkEDMM0q6Aym2QVFIAKKUAEm4gVMBSXB9FJBMRDF7CioAKJNBIUIc5mgXFYIl4ENyAWDdDAJABNJCK7QYaNiAAAAAElFTkSuQmCC');
	background-repeat: no-repeat;
	background-size: 0.19rem 0.28rem;
	top: 0.4rem;
	right: 0.24rem;
}

.single_btn {
	width: 6.7rem;
	height: 0.88rem;
	line-height: 0.88rem;
	text-align: center;
	color: #FFFFFF;
	font-size: 0.36rem;
	background: #2CBCA0;
	position: fixed;
	bottom: 0.4rem;
	left: 0.4rem;
	border-radius: 2rem;
	/* display: none; */
}

.doubble_btn {
	width: 100%;
	position: fixed;
	bottom: 0.4rem;
	display: none;
}

.delete_ques {
	float: left;
	margin-left: 0.32rem;
	height: 0.88rem;
	line-height: 0.88rem;
	text-align: center;
	padding: 0 0.44rem;
	color: #2D9F93;
	font-size: 0.36rem;
	border-radius: 2rem;
	border: none;
}

.submitAgain {
	float: left;
	width: 4.96rem;
	height: 0.88rem;
	text-align: center;
	color: #FFF;
	background: #2CBCA0;
	border-radius: 2rem;
	font-size: 0.36rem;
	border: none;
	margin-left: 0.32rem;
}

.review_box {
	font-size: 0.28rem;
	color: #F76A24;
	background: #FFFAEA;
	margin-bottom: 0.2rem;
	display: none;
	padding: 0.2rem 0.32rem
}

pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	word-break: break-all;
	overflow: hidden;
}
</pre></body></html>