html,body{
	width: 100%;
	height: 100%;
}

.fb{
	font-weight: bold;
}
.ContentWrap{
	box-sizing: border-box;
	width: 100%;
	padding: 0.3rem 0.4rem 0.2rem;
}

.f32{
	font-size: 0.426rem;
}
.p_titlte{
	font-size: 0.6rem;
	margin-bottom: 0.4rem;
}
.p_secondtit{
	font-size: 0.50rem;
	margin-bottom: 0.4rem;
}
.div_txtbox{
	font-size: 0.40rem;
	color: #333333;
	line-height: 0.7rem;
	margin-bottom: 0.4rem;
	text-indent: 20px;
}
.p_txt{
	font-size: 0.40rem;
	color: #333333;
	line-height: 0.7rem;
	margin-bottom: 0.4rem;
	text-indent: 20px;
	margin-bottom: 0.2rem;
}
.p_underline{
	text-decoration: underline;
	font-size: 0.40rem;
	color: #333333;
	line-height: 0.7rem;
	margin-bottom: 0.4rem;
	text-indent: 20px;
}
.em_underline{
	font-weight: bold;
	font-size: 0.40rem;
	text-decoration: underline;
}
.mb3{
	margin-bottom: 0.2rem;
}
