body,html{
	background: #F1F4F8;
}
.page_wrapper{
	margin-top: 106px;
	display: flex;
	justify-content: space-between;
}
/* 企业服务左半部分 */
.aside_left {
	width: 964px;
}
.page_left {
	width: 964px;
}
.page_left_bottom{
	margin-top: 16px;
	background-color: white;
}
.page_left_bottom>.layui-tab{
	margin: 23px 20px 0 20px;
}
.page_left_bottom>.layui-tab-brief>.layui-tab-title .layui-this{
	font-size: 14px;
	font-weight: 500;
	color: #0070FE;
}
.page_left_bottom>.layui-tab-brief>.layui-tab-title .layui-this:after
{
	border-bottom: 2px solid #0070FE
}
.layui-tab-item .service_wrap{
	width: 100%;
	display: grid;
	grid-template-columns: repeat(4,25%);
	grid-row-gap: 20px;
	/* place-content: center; */
}
.layui-tab-item ul li a{
	display: block;
	width: 216px;
	height: 318px;
	background: #FFFFFF;
	border: 1px solid #F0F0F0;
}
.service_img {
	width: 200px;
	height: 200px;
	margin: 8px;
}
.service_price{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 193px;
	margin: 8px;
}
.service_price>.item-price{
	font-size: 20px;
	/* font-weight: 800; */
	color: #DC0000;
}
.service_price>.item-price i{
	font-size: 16px;
}
.service_price>.item_pay{
	font-size: 13px;
	font-weight: 500;
	color: #999999;
}
.service_brief{
	width: 193px;
	font-size: 14px;
	font-weight: 500;
	color: #333333;
	margin: 8px;
}
.service_tag{
	background: #0070FE;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 500;
	line-height: 22px;
	color: #FFFFFF;
	text-align: center;
	margin: 8px;
	padding: 1px 5px;
}
.service_tag.assist{
	background-color:#F86368;
}
/* 右侧 */
.page_right{
	width: 216px;
	background: #FFFFFF;
	margin-top: 16px;
}
.page_title{
	width: 100%;
	height: 47px;
	line-height: 47px;
	font-size: 20px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #333333;
	margin-left: 8px;
}
.page_recommend li{
	margin-top: 13px;
}
.page_recommend li a{
	display: block;
}
.recommend_img{
	width: 216px;
	height: 216px;
}
.recommend_bottom{
	margin: 7px 8px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.recommend_price{
	font-size: 20px;
	font-family: PingFang SC;
	/* font-weight: 800; */
	color: #DC0000;
}
.recommend_price i{
	font-size:16px ;
}
.recommend_pay{
	font-size: 13px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #999999;
}
.foo-wrapper{
	margin-top: 40px;
}