.custom {
	width: 100%;
	height: auto;
}
.custom-url {
	background: url(/common/static/custom/custom-01.png) no-repeat;
	background-size: 100% 100%;
}
.applet {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 900px;
	height: auto;
	margin: 0 auto;
	margin-bottom: 30px;
}
.applet-top {
	margin-bottom: 31px;
}
.applet-content {
	font-size: 16px;
	margin-top: 5px;
}
.app-development {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1000px;
	height: 601px;
	margin: 0 auto;
}
.app-right {
	margin-right: 170px;
}
.website {
	width: 100%;
	height: 601px;
}
.website-top {
	margin-top: 130px;
}
.advantage {
	width: 100%;
	height: 531px;
}
.advantage-title {
	font-size:36px;
	color: #333;
	padding-top: 95px;
	text-align: center;
}
.advantage-step {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1100px;
	margin: 0 auto;
	margin-top: 73px;
}
.step-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.step-title {
	font-size:16px;
	color: #333;
	
}
.step-title-lh {
	margin-top: 37px;
}
.service-step {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}
.step-flow {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1100px;
	margin: 0 auto;
	margin-top: 85px;
}
.custom-btn {
	width: 100%;
	height: 100px;
	text-align: center;
}
.custom-immediately-btn {
	width:160px;
	height:44px;
	color: #fff;
	font-size: 15px;
	line-height: 44px;
	cursor: pointer;
}