.banner{
	background: url(/assets/images/bg-banner-e94ce0.png) no-repeat center;
	-moz-background-size: cover;
	     background-size: cover;
	padding: 70px 0;
	color: #fff;
	text-align: center;
}
.banner h1{
	padding-bottom: 40px;
}
.banner .subtitle{
	color: #fff;
	max-width: 700px;
	margin: 0 auto;
	line-height: 36px;
}


/* backup */
.backup{
	background-color: #f1f1f1;
	padding: 70px 0 0 0;
}
.backup .two-cnt2 .left,.backup .two-cnt2 .right{
	vertical-align: top;
}
.backup h2{
	padding: 70px 0 50px 0;
	color: #333;
}
.backup h2 small{
	color: #666;
	font-size: 2.4rem;
}
.backup .two-cnt2 .left{
	text-align: left;
}
.feature{
	padding-bottom: 50px;
}
.feature li{
	font-size: 16px;
	color: #666;
	padding: 0 0 20px 35px;
	position: relative;
}
.feature li::before{
	content: '';
	display: block;
	width: 18px;
	height: 16px;
	position: absolute;
	top: 4px;
	left: 0;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAYAAAFsAR/KAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAV5JREFUeNpiZOj/zwADTECsBeMABBAjTAYkqgvE9wECiBFZLRQ8Y4IylIH4BpQtBRBAGCqZ0LS9YQES/8G2MDB8AGIBFigHJsgAEEDYbEMH90HmrgNiDSyS74H4ERArghQFQY0GYUMg/gzEd4BYEIjlQKpZoLpuwuwHAl50IwECiBg3YfgVHYDCcjsLHgUg950DYk2QSdexKDCBKlAFhTkT1BcvkRRYAfFpkNehvgS7SQKI/4DCHojtgPgo1OsP0B0uDcRfgfgglP0Y2W5kh8vj8gFAgBEVTsQAJgr06gPxK2iU3yXHIGMgfgvEF4D4FxCrg5I5EzTEQKa+QM4vWIAFNHGfAeIv0DwiA8S3YF5TgBoAMuwq1LkGSAbYAPEnID4OdYkCNNDvYYsRUEqRBGI1IN4LxOeheYAdiLmgtmoC8VNiAxukQRaIlYD4NTRrSELD4Sm+gMOVuO9DNRMNAFDZSQJD48NjAAAAAElFTkSuQmCC) no-repeat center;
}
.backup .btn{
	margin-right: 30px;
}
@media all and (max-width:991px){
	.backup .two-cnt2{
		text-align: center;
	}
	.backup .two-cnt2 .left{
		display: inline-block;
		width: auto;
	}
	.backup .two-cnt2 .right img{
		width: 80%;
	}
}
/* backup */
.tutorial{
	text-align: center;
	padding: 80px 0 60px 0;
}
.tutorial .two-cnt1{
	padding-top: 40px;
}
.tutorial .two-cnt1 .item{
	padding: 4%;
}
.tutorial .two-cnt1 .item:last-child{
	min-height: 216px;
	text-align: center;
	position: relative;
}
.tutorial .two-cnt1 .item:last-child h4{
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	height: 30px;
}
.tutorial .two-cnt1 .item img{
	vertical-align: top;
}
@media all and (max-width:360px){
	.tutorial .m-line::before,
	.tutorial .m-line::after{
		display: none;
	}
}
