about.css 549 字节
.about_banner{
	width: 100%;
	height: 4.48rem;
	margin-bottom: 0.7rem;
	overflow: hidden;
	font-family: font-family:PingFangSC-Regular;;
}
.about_banner img{
	width: 100%;
	height: 100%;
}

/*文字*/
.about_text{
	padding: 0 0.43rem 0.56rem;
	border-bottom: 1px solid #E4E4E4;
}
.about_text h1{
	font-size: 0.32rem;
	color: #1A1A1A;
	text-align: center;
	margin-bottom: 0.37rem;
}
.about_text p{
	font-size: 0.28rem;
	color: #666666;
	line-height: 0.48rem;
}

/*文本编辑区*/
.edit{
	font-size: 0.28rem;
	color: #666666;
	text-align: center;
}