/* 头部 */
.ym-custom-head{
	width:100%;
	height:290px;
	background-color:#f2f2f2;
	color:#000000;
/*   background-image:url(/static/img/p-head.png);
	background-repeat: no-repeat;
	background-size:cover; */
}
.head-text{
	margin-top:3%;
	line-height:190%;
}
.head-text a{
	color:#FFFFFF;
}
.head-text a:hover{
	color:#FFFFFF;
}
.custom-btn{
	width:120px;
	margin-top:5%;
}
.modal-style{
	width:200px;
	height:100%;
}
/* UI */
.ym-custom-ui{
	width:100%;
	height:460px;
	background-color:#FFFFFF;
}
.custom-text{
	padding-top:11%;
	line-height:30px;
}
.custom-img{
	padding-top:6%;
}

.ym-custom-mo{
	width:100%;
	height:460px;
	background-color:#F2F2F2;
}
.ym-custom-sys{
	width:100%;
	height:460px;
	background-color:#FFFFFF;
}


.ym-custom-ser{
	width:100%;
	height:460px;
	background-color:#F2F2F2;
}


@media screen and (max-width:996px){
	.ym-custom-head{
		min-width:0;
		height:100%;
		padding-bottom:8%;
	}

	.ym-custom-ui{
		width:100%;
		height:100%;
		padding-bottom:6%;
	}
	.ym-custom-mo{
		width:100%;
		height:100%;
		padding-bottom:8%;
	}
	.ym-custom-sys{
		width:100%;
		height:100%;
		padding-bottom:8%;
	}
	.ym-custom-ser{
		width:100%;
		height:100%;
		padding-bottom:8%;
	}
	.custom-btn-maxx{
		display:none;
	}

}

@media screen and (min-width:997px){
	.custom-btn-mini{
		display:none;
	}
}