
.head{
	background-repeat: no-repeat;
	background-size: 100% 100% ;
	position: fixed;
	width: 100%;
}
.consult-banner{
	width: 100%;
	height: 8rem;
	display: block;
}

.sector-new{
	width: 12rem;
	padding: 1.2rem 0;
}
.sector-new .title{
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	font-size: 40px;
	color: #333333;
	text-align: center;
}
.sector-new .tip{
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	font-size: .20rem;
	color: #999999;
	margin-top: .24rem;
	text-align: center;
}

.sector-label{
	margin-top: .40rem;
}

.sector-label-left{
	width: 7.9rem;
}
.sector-left-tab{
	border-bottom: .04rem #446CE2 solid;
	padding: .16rem 0;
	margin-bottom: .2rem;
}
.sector-left-tab a{
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: .2rem;
	color: #666666;
	padding: .16rem .36rem;
	cursor: pointer;
}
.sector-left-tab a:hover{
	background-color: #446CE2;
	color: #FFFFFF;
	border-radius: .16rem;
}
.sector-left-tab .sector-left-tab-sel{
	background-color: #446CE2;
	color: #FFFFFF;
	border-radius: .16rem;
}
.sector-gen{
	padding-bottom: .2rem;
	border-bottom: 1px #D8D8D8 solid;
	margin: .2rem 0;
	cursor: pointer;
}
.sector-gen img{
	width: 3.2rem;
	height: 1.8rem;
}
.sector-gen-right{
	width: 4.4rem;
}
.sector-gen-title{
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	font-size: .2rem;
	color: #333333;
	display: -webkit-box;
	  -webkit-line-clamp: 2; /* 显示的行数 */
	  -webkit-box-orient: vertical;
	  overflow: hidden;
}
.sector-gen-val{
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: .16rem;
	color: #999999;
	margin: .2rem 0 .1rem;
	display: -webkit-box;
	  -webkit-line-clamp: 3; /* 显示的行数 */
	  -webkit-box-orient: vertical;
	  overflow: hidden;
}
.sector-gen-time span{
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: .16rem;
	color: #999999;
}
.recommend{
	margin-top: .3rem;
}
.recommend-left{
	width: 8rem;
	height: 4.7rem;
	background-image: url('../image/new-big.jpg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	margin-right: .3rem;
}
.recommend-left p{
	width: 100%;
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: .16rem;
	color: #FFFFFF;
	padding: .16rem 0;
	text-align: center;
	background: rgba(0,0,0,0.5);
	border-radius: 0px 0px .08rem .08rem;
}
.recommend-right-item{
	width: 3.7rem;
	height: 2.2rem;
	background-image: url('http://xnddapp.oss-cn-beijing.aliyuncs.com/node/165347169553411.jpg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.recommend-right-item p{
	width: 100%;
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: .16rem;
	color: #FFFFFF;
	padding: .16rem 0;
	background: rgba(0,0,0,0.5);
	border-radius: 0px 0px .08rem .08rem;
	text-align: center;
}
.recommend-right-item:last-child{
	margin-top: .3rem;
}
.recommend-right-item:last-child{
	background-image: url('http://xnddapp.oss-cn-beijing.aliyuncs.com/node/16518198150072(9).jpg');
}










.sector-label-right{
	width: 3.7rem;
	background: #FFFFFF;
	border-radius: .08rem;
	border: 1px solid #D8D8D8;
}
.sector-label-right>img{
	width: 1.24rem;
	height: .29rem;
	display: block;
	margin: .15rem .24rem;
}
.suggest{
	border-top: 2px #D8D8D8 solid;
	padding: .2rem;
}
.suggest p{
	padding: .1rem 0;
	cursor: pointer;
}
.suggest p img{
	width: .1rem;
	height: .16rem;
	margin-right: .04rem;
}
.suggest p span:first-child{
	color: #999999;
}
.suggest p span:last-child{
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: .16rem;
	color: #333333;
	margin-left: .07rem;
}
.suggest p:nth-child(2) span:first-child{
	color: #E65F2E;
}
.suggest p:nth-child(3) span:first-child{
	color: #F2825A;
}
.suggest p:nth-child(4) span:first-child{
	color: #F4BB78;
}

























