body, html {
	display: none;
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Microsoft Yahei, Hiragino Sans GB, Arial, sans-serif;
	font-size: 100px;
	font-weight: normal;
	overflow-x: hidden;
	overflow-y: auto;
	text-size-adjust: none;
	-ms-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	tap-highlight-color: rgba(255,255,255,0);
	-ms-tap-highlight-color: rgba(255,255,255,0);
	-moz-tap-highlight-color: rgba(255,255,255,0);
	-webkit-tap-highlight-color: rgba(255,255,255,0);
	background-color: #F8F8F8;
	word-wrap: break-word;
	word-break: break-all;
}
span {
	display: block;
}
img {
	width: 100%;
}
.question {
	position: relative;
	height: 1.1rem;
	min-height: 1.1rem;
	line-height: 1.1rem;
	padding-left: 0.5rem;
	color: #000000;
	font-size: 0.34rem;
	border-bottom: 1px solid #DDDDDD;
	background-color: #FFFFFF;
}
.question>img {
	position: absolute;
	top: 0.44rem;
	right: 0.3rem;
	width: 0.12rem;
	height: 0.22rem;
}
.answer {
	padding: 0.3rem 0.2rem 0.3rem 0.5rem;
	color: #4C473D;
	font-size: 0.3rem;
	line-height: 160%;
	border-bottom: 1px solid #DDDDDD;
}

.answer:first-child {
	position: relative;
	border: none;
	padding: 0.3rem 0.2rem 0 0.5rem;
	margin-block-end: 0;
}

#yhxy, #yszc {
	margin: 30px 0 0 0;
}

#bt {
	position: absolute;
	top: 20px;
    right: 10px;
	border: 1px solid #DDDDDD;
	background: #EEEEEE;
    padding: 2px 10px;
    list-style: none;
    border-radius: 3px;
    color: rgb(141, 140, 140);
	font-size: 14px;
	outline: none;
}

@media screen and (max-width: 750px) {
	body, html {
		font-size: 100px;
	}
}
@media screen and (max-width: 720px) {
	body, html {
		font-size: 96px;
	}
}
@media screen and (max-width: 640px) {
	body, html {
		font-size: 85px;
	}
}
@media screen and (max-width: 576px) {
	body, html {
		font-size: 76.8px;
	}
}
@media screen and (max-width: 540px) {
	body, html {
		font-size: 72px;
	}
}
@media screen and (max-width: 512px) {
	body, html {
		font-size: 68px;
	}
}
@media screen and (max-width: 480px) {
	body, html {
		font-size: 64px;
	}
}
@media screen and (max-width: 414px) {
	body, html {
		font-size: 55.2px;
	}
}
@media screen and (max-width: 400px) {
	body, html {
		font-size: 53px;
	}
}
@media screen and (max-width: 384px) {
	body, html {
		font-size: 51.2px;
	}
}
@media screen and (max-width: 375px) {
	body, html {
		font-size: 50px;
	}
}
@media screen and (max-width: 360px) {
	body, html {
		font-size: 48px;
	}
}
@media screen and (max-width: 320px) {
	body, html {
		font-size: 42px;
	}
}
@media screen and (max-width: 240px) {
	body, html {
		font-size: 32px;
	}
}