.pc_topImg{
	background: url(../images/advantage-1.png) 50% no-repeat;
	background-size: cover;
	box-shadow: 0px 4px 20px 0px rgba(101, 102, 116, 0.02);
	height: 626px;
}
.bjText{
	color: #fff;
	padding-top: 120px;
	text-align: center;
}
.bjText h3{
	font-size: 36px;
	padding-bottom: 24px;
}
.bjText p{
	font-size: 18px;
	opacity: 0.5;
	line-height: 36px;
}

.showItemWrap{
	position: relative;
}
.showItemWrap .moduleWrap{
	position: absolute;
	top: -166px;
	left: 50%;
	transform: translateX(-50%);
}
.advList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex; 
	justify-content: space-between;
	-webkit-justify-content:space-between;
}
.advList .adv_item{
	width: 23%;
	padding: 30px 40px 40px;
	background: linear-gradient(135deg, #FFFFFF 0%, #FAFAFA 100%);
	box-shadow: 0px 52px 105px -52px rgba(101, 102, 116, 0.09);
	border-radius: 16px;
}

.advList h5{
	color: #000000;
	font-weight: 600;
	font-size: 24px;
	padding-top: 28px;
}
.advList p{
	color: #545765;
	font-size: 14px;
	padding-top: 20px;
	line-height: 28px;
}
 
.algorithm{
	padding: 222px 0 100px;
}
.algorithm .algo_text{
	padding-left: 120px;
	width: 600px;
}
.algorithm .algo_text h5{
	font-size: 36px;
	font-weight: 600;
	padding-bottom: 40px;
}
.algorithm .algo_text p{
	line-height: 28px;
	font-size: 16px;
	color: #545765;
}

/* 产品ID&UI设计 */
.designWrap{
	background-color: #fff;
	text-align: center;
	padding-bottom: 100px;
}
.moduleTitle{
	font-size: 36px;
	font-weight: 600;
	padding-top: 100px;
	line-height: 50px;
}
.moduleDes{
	font-size: 18px;
	line-height: 36px;
	max-width: 795px;
	margin: 0 auto;
	padding-top: 24px;
	color: #545765;
}

.iconItemWrap{
	padding-top: 30px;
}
.iconItemWrap .designIcon .designItem{
	padding-top: 70px;
}
.iconItemWrap .designIcon .designItem:first-child{
	margin-right: 224px;
}
.iconItemWrap .designIcon .itemCont{
	text-align: left;
	padding-left: 24px;
	width: 360px;
}
.iconItemWrap .itemCont p{
	font-weight: 600;
	color: #000000;
	line-height: 33px;
	font-size: 24px;
	padding-bottom: 8px;
}
.iconItemWrap .itemCont span{
	color: #545765;
	line-height: 20px;
	font-size: 14px;
}

/* 流程 */
.processWrap{
	text-align: center;
	padding-bottom: 100px;
}
.processImg{
	padding: 100px 0 60px;
}
.manageImg{
	padding-top: 60px;
}

/* 手机端 */

@media screen and (min-width: 200px) and (max-width: 1199px) {
	.pc_topImg{
		display: none;
	}
	.showItemWrap{
		display: none;
	}
	.designWrap{
		display: none;
	} 
	.m_moduleTitle{
		line-height: 0.66rem;
		font-size: 0.48rem;
		font-weight: 600;
		padding-top: 1.2rem;
	}
	.m_moduleDes{
		padding-top: 0.48rem;
		line-height: 0.36rem;
		font-size: 0.24rem;
		opacity: 0.5;
	}
	/* 产品ID&UI设计 */
	.iconItemWrap .designIcon .designItem:first-child{
		margin: 0;
	}
	.iconItemWrap .designIcon .designItem{
		padding: 0 0.48rem;
		height: 2.48rem;
	}
	.iconItemWrap .designIcon .itemCont{
		padding-left: 0.4rem;
		width: auto;
	}
	.iconItemWrap .itemCont p{
		font-size: 0.32rem;
		line-height: 0.44rem;
		padding-bottom: 0.16rem;
	}
	.iconItemWrap .itemCont span{
		line-height: 0.36rem;
		font-size: 0.24rem;
		color: #B2B7C1;
	}
	/* 流程 */
	.processWrap{
		padding-bottom: 0;
	}
	.processImg{
		padding: 0.72rem 0.4rem 0;
	}
	.processImg img{
		width: 100%;
	}
	.manageImg{
		padding: 0.72rem 0.4rem 1.2rem;
	}
	.manageImg img{
		width: 100%;
	}
}

/* 展示模块 */
.m-top-img{
	background-color: #000;
	position: relative;
}
.m-top-img img{
	width: 100%;
}
.m-top-img .bj_text{
	position: absolute;
	top: 1.28rem;
	width: 100%;
	color: #fff;
	text-align: center;
}
.m-top-img .bj_text h3{
	font-size: 0.48rem;
	line-height: 0.66rem;
	font-weight: bold;
}
.m-top-img .bj_text p{
	opacity: 0.5;
	font-size: 0.24rem;
	line-height: 0.36rem;
	padding: 0.48rem 0.4rem 0;
}
.m_moduleWrap{
	padding: 0 0.4rem;
	position: absolute;
	top: 7.6rem;
}
.m_moduleWrap .adv_item{
	background: linear-gradient(135deg, #FFFFFF 0%, #FAFAFA 100%);
	box-shadow: 0px 1.44rem 1.6rem -1.44rem rgba(101, 102, 116, 0.45);
	border-radius: 0.16rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex; 
	-webkit-align-items:center;
	align-items: center;
	padding: 0 0.48rem;
	height: 2.88rem;
	margin-top: 0.28rem;
}
.m_moduleWrap .item_img img{
	width: auto;
}
.m_moduleWrap .item_r{
	text-align: left;
	color: #000;
	margin-left: 0.4rem;
}
.m_moduleWrap .item_r h5{
	line-height: 0.44rem;
	font-size: 0.32rem;
	font-weight: bold;
	padding-bottom: 0.16rem;
}
.m_moduleWrap .item_r p{
	color: #B2B7C1;
	line-height: 0.36rem;
	padding: 0;
	font-size: 0.24rem;
	opacity: 1;
}

/* 自主研发算法 */
.m_algorithm{
	padding: 2.4rem 0.4rem 1.2rem;
	text-align: center;
}
.m_algorithm .algo_icon img{
	width: 100%;
}
.m_algorithm .algo_text{
	padding-bottom: 0.72rem;
}
.m_algorithm .algo_text h5{
	font-weight: 600;
	font-size: 0.48rem;
	line-height: 0.66rem;
}
.m_algorithm .algo_text p{ 
	font-size: 0.24rem;
	line-height: 0.36rem;
	opacity: 0.5;
	padding-top: 0.48rem;
}
/* 产品ID&UI设计 */
.m_designWrap{
	background-color: #fff;
	padding: 0 0.4rem 0.48rem;
	
}