

body,span,div,img,i{
	padding: 0;
	margin: 0;
}
.wrap{
	width: 100%;
	position: relative;
}
.person-title{
	width: 100%;
	height: 3rem;
	line-height: 3rem;
	background-color: #FFF;
}
.icon-arrows-left{
	position: absolute;
	padding-left: .5rem;
	font-size:1.5rem;
	font-size: 24px;
    color: #999;
    font-weight: 800;
}
.person-title>span{
	display: inline-block;
	width: 100%;
	text-align: center;
	color: #333;
   font-size: 18px;
}
.content-img{
	width: 100%;
	margin: 0;
	padding: 0;
}
.content-img>img{
	width: 100%;
	margin-bottom: 2rem;
}
.fixed-btn-box{
	height: 3.2rem;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
}
.filled-box{
	width: 100%;
	height: 100%;
  line-height: 3.2rem;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  background: -webkit-linear-gradient(left,#48c6ef,#6f86d6);
  background: -o-linear-gradient(right,#48c6ef,#6f86d6);
  background: -moz-linear-gradient(right,#48c6ef,#6f86d6);
  background: linear-gradient(to right,#48c6ef,#6f86d6);
}
