.container{
    font-size: 0.28rem;
    padding: 0 0.3rem;
}
/* 头部信息返回 */
.top-title{
	width:100% ;
	height: 1rem;
	line-height: 1rem;
	text-align: center;
	position: relative;
	border-bottom: 1px solid #eee;
}
.top-title img{
	position: absolute;
	top:0.24rem;
	left: 0rem;
	width: 0.48rem;
	height: 0.48rem;
}
.top-title span{
	font-size:0.32rem;
	color:rgba(0,0,0,1);
	font-weight: bold;
}
/* content */
.content{
	width: 100%;
}
.content-con{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.content img{
	width:1.37rem;
	height:1.6rem;
	margin-top: 0.8rem;
}
.content h2{
	font-size:0.32rem;
	color:rgba(51,51,51,1);
	margin-top: 0.6rem;
	margin-bottom: 0.3rem;
	font-weight: bold;
}
.content p{
	font-size:0.28rem;
	line-height:0.44rem;
	color:rgba(51,51,51,1);
}