
.banner img {
	width: 100%;
	height: 4.6rem;
}

.content1 {
	background: #f2f3f4;
	padding-top: 1rem;
	padding-bottom: .7rem;
}

.content1 ul {
	list-style-type: none;
	padding: 0 .6rem;
	margin-top: .6rem;
}

.content1 ul li {
	padding: .4rem .3rem;
	background: #fff;
	box-shadow: 0 .1rem .3rem 0 rgba(20, 78, 132, .1);
	-webkit-box-shadow: 0 .1rem .3rem 0 rgba(20, 78, 132, .1);
	-moz-box-shadow: 0 .1rem .3rem 0 rgba(20, 78, 132, .1);
	-o-box-shadow: 0 .1rem .3rem 0 rgba(20, 78, 132, .1);
	margin-bottom: .3rem;
}

.content1 ul li img {
	display: block;
	width: .5rem;
	height: .5rem;
	margin-right: .2rem;
}
.content1 ul li .txt {
	font-size: .22rem;
	color: #666;
	line-height: .36rem;
	margin-top: .2rem;
}

/*流程*/
.content2 {
	background: url('../images/customize/bg.png') no-repeat;
	background-size: cover;
	background-position: 0 center;
	height: 8.63rem;
	width: 100%;
	padding-top: .9rem;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.content2 img.line {
	display: block;
	width: .33rem;
	height: .03rem;
	margin: .3rem auto .5rem;
}
.content2 ul {
	list-style-type: none;
	padding: 0 .4rem;
}
.content2 ul li {
	margin-bottom: .5rem;
 }
.content2 ul li .sore {
	width: .66rem;
	height: .66rem;
	flex-shrink: 0;
	margin-right: .2rem;
	background: url('../images/customize/icon_4.png') no-repeat;
	background-size: cover;
	background-position: 0 center;
	font-size: .5rem;
	text-align: center;
	line-height: .66rem;
	color: #fff;
}
.content2 li .txt {
	font-size: .22rem;
	line-height: .36rem;
	color: #fff;
}

/*售后*/
.content3 {
	background: #fff;
	padding: 1rem 0 .4rem;
}
.content3 ul {
	list-style-type: none;
	padding: .2rem .3rem 0;
	margin: 0;
}
.content3 ul li {
	width: 50%;
	text-align: center;
	margin-bottom: .6rem;
	padding: 0 .5rem;
}
.content3 ul li img {
	display: block;
	width: 1.2rem;
	height: 1.2rem;
	margin: auto;
}
.content3 ul li .tit {
	font-size: .26rem;
	color: #333;
	margin-top: .2rem;
	margin-bottom: .1rem;
	font-weight: bold;
}
.content3 ul li .txt {
	font-size: .2rem;
	color: #666;
	line-height: .3rem;
}

/*伙伴*/
.content4 {
	background: #f2f3f4;
	padding: 1rem .3rem;
}
.content4 .subtitle {
	padding: 0 .8rem;
	font-size: .24rem;
	color: #666;
	text-align: center;
}
.content4 ul {
	list-style-type: none;
	padding: 0;
	margin-top: .6rem;
	border-top: 1px solid #d8d8d8;
	border-left: 1px solid #d8d8d8;
}
.content4 ul li {
	width: 33.33%;
	height: 1rem;
	text-align: center;
	border-right: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	background: #fff;
}
.content4 ul li img {
	display: block;
	width: 1.59rem;
	height: .58rem;
	margin: auto;
	margin-top: .2rem;
}

.content5 {
	background: url('../images/customize/bottom_bg.png') no-repeat;
	background-size: cover;
	background-position: 0 center;
	width: 100%;
	height: 4rem;
}
.content5 .txt {
	font-size: .5rem;
	color: #fff;
	text-align: center;
	padding-top: 1.2rem;
}
.content5 .news_btn {
	display: block;
	width: 2.12rem;
	height: .6rem;
	margin: auto;
	margin-top: .6rem;
	border-radius: .3rem;
	-webkit-border-radius: .3rem;
	-moz-border-radius: .3rem;
	-o-border-radius: .3rem;
	background: #fff;
	text-align: center;
	line-height: .6rem;
	font-size: .26rem;
	color: #22bca6;
}
.content5 .news_btn:hover, .content5 .news_btn:link {
	color: #22bca6;
	text-decoration: none;
}