.wrap_title{
	border-left: 0.1rem solid #ff4e39;
	color: #333;
	font-size: 0.37rem;
	padding-left: 0.1rem;


}
html{
	background: #f1f6fb;
}

.item{
	color: #333333;
	font-size: 0.32rem;
	display: flex;
	line-height:0.7rem;
	border-bottom: 1px solid #ececec;
	justify-content: space-between;
	padding: 0 0.1rem;
	box-sizing: border-box;
}
.item-wrap{
	width: 86%;
	margin:0.4rem auto;
	box-sizing: border-box;
	background: #fff;
	border-radius: 0.2rem;
	padding: 0.4rem;
	/*margin: 0.4rem;*/
	box-shadow: 0 0.2rem 0.2rem #e3e3e3;

}
.share{
	color: #ff4c39;
	font-size: 0.266rem;

}

/*footer*/
.footer{
	position: fixed;
	bottom: 0;
	display: flex;
	justify-content: space-around;
	width: 100%;
	height: 1.33rem;
	background: #ffffff;
	border-top: 1px solid #d3d3d5;
	align-items: center;
}
.footer-title{
	font-size: 0.32rem;
}
.footer-icon{
	width: 0.48rem;
	height:0.53rem;
}
.footer-item{
	display: flex;
	align-items: center;
	flex-direction: column;
}
a{
	color: #dadada;
}
.active{
	color: #4768f3;
}