.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%;
}
.information-title{
	width: 100%;
}
.information-title>p{
	font-size:0.32rem;
	font-weight:bold;
	color:rgba(51,51,51,1);
	margin-top: 0.3rem;
}
.title-con{
	display: flex;
	justify-content: space-between;
	font-size:0.26rem;
	color:rgba(153,153,153,1);
	margin: 0.24rem 0 0.4rem 0;
}
.title-con .number{
	position: relative;
	padding-left: 0.42rem;
}
.title-con .number img{
	position: absolute;
	top: 0.01rem;
	left: 0;
	width:0.32rem;
	height:0.24rem;
	margin-right: 0.1rem;
}
.title-con .number span{
	margin-right: 0.4rem;
}
.title-con .collect{
	position: relative;
}
.title-con .collect img{
	position: absolute;
	top: -0.06rem;
	left: -0.48rem;
	width:0.48rem;
	height:0.48rem;
	vertical-align: middle;
}
.information-con{
	width: 100%;
}
.information-con img{
	width: 100%;
}
.information-con p{
	width: 100%;
	font-size:0.28rem;
	line-height:0.44rem;
	color:rgba(51,51,51,1);
}
