
.anli{
	width: 100%;
	background: #F6F7FB;
	padding: 15px 15px;
}
.tab-head{
      list-style-type: none;
      display:-webkit-box;
      display:-webkit-flex;
      display:-ms-flexbox;
      display:flex;
      -webkit-flex-wrap:nowrap;
      -ms-flex-wrap:nowrap;
      flex-wrap:nowrap;
      -webkit-box-pack:justify;
      -webkit-justify-content:space-between;
      -ms-flex-pack:justify;
      justify-content:space-between;
      padding:0;
      overflow:auto;
}
.tab-head .active img{
	border: 3px solid #ff2442;
} 
.tab-head-item{
  -webkit-box-flex:1;
  -webkit-flex:1 0 auto;
  -ms-flex:1 0 auto;
  flex:1 0 auto;
  color:white;
  padding:0 5px;
}
.anlicon{
	width: 100%;
	padding: 25px 15px 10px 15px;
	background: #fff;
	display: none;
	border-radius: 10px;
}
.anliboxs .active{
	display: block !important;
}
.anliimg{
	width: 50%;
	float: left;
}
.anliconcon{
	width: 50%;
	float: right;
}
.anliconcon h5{
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #19202E;
}
.anliconcon span{
	display: block;
	width: 25px;
	height: 3px;
	background: #D62F40;
	border-radius: 1px;
	margin: 15px 0 10px 0;
}
.anliconcon div{

	font-size: 0.9rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #0C112F;
	line-height: 20px;
	margin-bottom: 10px;
}
.anliconcon p{
	font-size: 0.8rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #90929F;
	line-height: 18px;
}
.zixun{
	display: block;
	width: 80%;
	height: 44px;
	margin:15px auto;
	background: #FF2442;
	box-shadow: 2px 2px 10px 0px rgba(255, 36, 66, 0.6);
	border-radius: 22px;
	text-align: center;
	line-height: 44px;
	color: #fff;
	font-weight: bold;
}
.kollist li{
	width: 32%;
	float: left;
	margin-right: 2%;
	height: 38px;
	background: #FFFFFF;
	border-radius: 5px;
	text-align: center;
	line-height: 34px;
	margin-bottom: 20px;
	font-size: 0.8rem;
}
.kollist li.active{
	border: 1px solid #FF2442;
}
.kolziyuan{
	background: #fff;
	border-radius: 5px;
	display: none;
}
.ziyuanboxbox .active{
	display: block !important;
}
.kolziyuan li{
	width: 50%;
	float: left;
	text-align: center;
	padding: 20px 0;
	border:1px solid #eee;
	border-radius: 5px;
}
.kolziyuan li div{
	width: 50%;
	padding: 0;
	margin: 0;
}
.kolziyuan li h5{
	font-size: 1.2rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #19202E;
	line-height: 30px;
}
.kolziyuan li p{
	font-size: 0.9rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #90929F;
	line-height: 18px;
}
.kolziyuan li span{
	font-size: 1rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FF2442;
	line-height: 18px;
}
.pinpailist li{
	width: 23%;
	float: left;
	margin-right: 2.6666%;
	height: 34px;
	background: #FFFFFF;
	box-shadow: 0px 2px 5px 0px rgba(255, 36, 66, 0.14);
	border-radius: 17px;
	text-align: center;
	line-height: 34px;
	font-size: 1rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #19202E;
	margin-bottom: 20px;
}
.pinpailist li.active{
	background: #FF2442;
	color: #fff;
}
.pinpaicone img{
	display: none;
}
.pinpaicone img.active{
	display: block;
}