@charset "utf-8";

/* CSS Document */
*{
	margin:0; 
	padding:0;
}
img{
	border:none;
}
ul,li{
	list-style-type:none;
}
a{
	color:#797979; 
	text-decoration:none;
}
a:hover{ 
	color:#3A8ABD;
}
a:focus{
	outline:none;
}
html,body{
	_overflow-x:hidden;
}
td{
	padding:3px;
}
body{
	font-size:12px; 
	font-family:Microsoft yahei; 
	background:#fff;
	color:#797979;
	overflow-x:hidden
}
table.noborder td{
	border:none; 
	padding:0 3px;
}


.button1{
	display:inline-block;
	height: 60px;
	line-height: 60px;
	padding: 0 50px;
	background: #da6785;
    background:-webkit-linear-gradient(left,#6a3ae5,#df6981);
    background:-moz-linear-gradient(left,#6a3ae5,#df6981);
    background:-ms-linear-gradient(left,#6a3ae5,#df6981);
    background:-o-linear-gradient(left,#6a3ae5,#df6981);
    background:linear-gradient(left,#6a3ae5,#df6981);
	border-radius: 40px;
	font-size: 24px;
	color: #fff;
	font-weight: normal;
}
.button1:hover{
	color:#fff;
}
.wapper{
	width: 1200px;
	margin: 0 auto;
}

.imcart-shopify{}
.imcart-shopify h3.title{
	font-size: 36px;
	color: #333;
	position: relative;
	text-align: center;
	padding: 20px 0;
}
.imcart-shopify h3.title:before{
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	width: 100px;
	height: 7px;
	background: #20267f;
	border-radius: 8px;
	margin-left: -50px;
}
.imcart-shopify .detail{
	text-align: center;
	font-size: 18px;
	color: #999;
}

.banner{
	height: 820px;
	background: url(banner-bg.png) no-repeat scroll center bottom;
	background-size: cover;
}
.banner .banner-wapper{
	width: 1200px;
	margin: 0 auto;
	position: relative; 
	height: 100%;
}
.banner .banner-wapper .img{
	position: absolute;
	right: 0;
	bottom: 0;

}
.banner .banner-wapper .img img{
	max-width: 100%;
	max-height: 100%;
}
.banner .content{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	margin: -50px 0 0;
}
.banner .content h4{
	font-size: 72px;
	font-weight: bold;
	color: #fff;
	margin: 0 0 10px;
}
.banner .content p{
	font-size: 18px;
	color: #fff;
	line-height: 24px;
	margin: 0 0 35px;
}
.banner .content p span{
	display: block;
}
.banner .content a{
	font-size: 30px;
	height: 82px;
	line-height: 82px;
}

.pg-margin{
	margin:100px 0 0; 
}

.section-1{}
.section-1 .wapper{
	font-size: 0;
}
.section-1 .img{
	display: inline-block;
	font-size: 18px;
	vertical-align: middle;
	width: 50%;
}
.section-1 .img img{
	max-width: 100%;
}
.section-1 .content{
	display: inline-block;
	font-size: 18px;
	vertical-align: middle;
	width: 50%;
	padding: 0 0 0 calc(50% - 480px);
	box-sizing: border-box;
}
.section-1 .content h3.title{
	text-align: left;
}
.section-1 .content h3.title:before{
	left: 0;
	margin: 0;
}
.section-1 .content p{
	line-height: 24px;
	margin: 0 0 30px;
	max-width: 480px; 
}

.section-2 ul{
	font-size: 0;
	margin:50px 0 0; 
}
.section-2 ul li{
	display: inline-block;
	width: calc(50% - 30px);
	font-size: 0;
	margin: 0 60px 60px 0;
	box-shadow: 0 0 24px rgba(164,163,255,.15);
	border-radius: 8px;
	padding-right: 30px;
	box-sizing: border-box;
}
.section-2 ul li:nth-child(2n){
	margin-right: 0;
}
.section-2 ul li:nth-child(3),
.section-2 ul li:nth-child(4){
	margin-bottom: 0;
}
.section-2 ul li svg{
	display: inline-block;
	width: 80px;
	height: 240px;
	vertical-align: middle;
	padding: 0 20px;
	font-size: 18px;
}
.section-2 ul li .content{
	display: inline-block;
	width: calc(100% - 120px);
	vertical-align: middle;
	font-size: 18px;
	margin:-30px 0 0; 
}
.section-2 ul li .content h4{
	font-size: 36px;
	color: #333;
	font-weight: normal;
}
.section-2 ul li .content p{
	color: #999;
	margin: 10px 0 0; 
}

.section-3{
	padding: 100px 0;
	background: #f9faff;
}
.imcart-shopify .section-3 h3.title{
	padding-bottom: 10px;
}
.section-3 .content{
	font-size: 0;
	margin-top: 50px;
	background: #fff;
	border: 1px solid #f9faff;
}
.section-3 .content .img{
	display: inline-block;
	width: 50%;
	vertical-align: middle;
	font-size: 18px;
}
.section-3 .content .img img{
	max-width: 100%;
}
.section-3 .list{
	display: inline-block;
	width: 50%;
	vertical-align: middle;
	font-size: 18px;
	position: relative;
	padding: 60px 150px;
	box-sizing: border-box;
}
.section-3 .list .left-icon,
.section-3 .list .right-icon{
	position: absolute;
	left: 70px;
	top: 0;
	width: 50px;
	height: 50px;
}
.section-3 .list .right-icon{
	left: auto;
	top: auto;
	right: 70px;
	bottom: 0;
}
.section-3 .list .left-icon svg,
.section-3 .list .right-icon svg{
	width: 50px;
	height: 50px;
	fill: #f0f2ff;
}
.section-3 .list ul{}
.section-3 .list li{
	font-size: 18px;
	color: #333;
	margin-bottom: 10px;
}
.section-3 .list li span{
	display: inline-block;
	width: 34px;
	height: 34px;
	vertical-align: middle;
	margin-right: 10px;
}
.section-3 .list li svg{
	fill: #1f2c71;
	width: 34px;
	height: 34px;

}

.imcart-shopify .section-4 h3.title{
	padding-bottom: 10px;
}
.section-4 ul{
	font-size: 0;
	margin: 50px 0 0 ; 
}
.section-4 li{
	display: inline-block;
	width: 100px;
	margin-right: calc((100% - 500px)/4);
	font-size: 18px;
	text-align: center;
	margin-bottom: 50px;
}
.section-4 li:nth-child(5n){
	margin-right: 0;
}
.section-4 li:nth-child(6),
.section-4 li:nth-child(7),
.section-4 li:nth-child(8),
.section-4 li:nth-child(9),
.section-4 li:nth-child(10){
	margin-bottom: 0;
}
.section-4 li span{
	display: block;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	box-shadow: 0 0 8px rgba(113,129,211,.1);
}
.section-4 li svg{
	height: 100px;
	width: 60px;
}
.section-4 li p{
	text-align: center;
	color: #333;
	margin-top: 15px; 
}


.imcart-shopify .section-5 h3.title{
	padding-bottom: 10px;
}
.section-5 ul{
	font-size: 0;
	margin: 50px 0 0;
}
.section-5 li{
	display: inline-block;
	vertical-align: top;
	box-shadow: 0 0 16px rgba(133,129,211,.1);
	width: calc(25% - 30px);
	margin-right: 40px;
	text-align: center;
	padding: 50px 0;
}
.section-5 li:nth-child(4n){
	margin-right: 0;
}
.section-5 li .svg{}
.section-5 li svg{
	width: 60px;
	height: 60px;
}
.section-5 li h4{
	font-size: 24px;
	font-weight: normal;
	color: #333;
	margin: 30px 0 20px;
}
.section-5 li p{
	font-size: 18px;
	padding: 0 30px;
	color: #999;
	line-height: 24px;
}

.section-6{
	text-align: center;
	padding: 100px 0;
	background: #f9faff;
}
.imcart-shopify .section-6 h3.title{
	margin-bottom: 20px;
}
.imcart-shopify .section-6 h3.title:before{
	top: auto;
	bottom: 0;
}

.section-6 .content{

}
.section-6 .content p{
	font-size: 24px;
	color: #333;
}
.section-6 .content a{
	margin-top:30px; 
}

.section-7{
	font-size: 0;
	background: #20267f;
}
.section-7 .section-7-left{
	display: inline-block;
	font-size: 18px;
	vertical-align: middle;
	height: 580px;
	width: 50%;
	background: url(img03.png) no-repeat scroll center center;
	background-size: cover;
	position: relative;
}
.section-7 .section-7-left .content{
	position: absolute;
	top: 50%;
	right: 0;
	width: 65%;
	transform: translate(0,-50%);
}
.section-7 .section-7-left h4{
	font-size: 46px;
	color: #fff;
	font-weight: normal;
}
.section-7 .section-7-left h4 span{
	display: block;
}
.section-7 .section-7-left p{
	color: #fff;
	font-size: 24px;
	line-height: 34px;
	margin: 30px 0 0;
}
.section-7 .section-7-left p span{
	display: block;
}
.section-7 .section-7-right{
	display: inline-block;
	font-size: 18px;
	vertical-align: middle;
	padding: 0 0 0 120px;
	width: 50%;
	box-sizing: border-box;
}
.section-7 .reg-box{
	max-width: 480px;
	width: 100%;
}
.section-7 .reg-box h3{
	font-size: 46px;
	color: #fff;
	margin:0 0 30px;
}
.section-7 .reg-box form{}
.section-7 .reg-box .reg-text{
	height: 60px;
	line-height: 58px;
	box-sizing: border-box;
	border: 1px solid #fff;
	margin:0 0 20px;

}
.section-7 .reg-box .reg-text input{
	width: 100%;
	height: 100%;
	border: 0;
	color: #fff;
	background: none;
	display: block;
	font-size: 18px;
	text-indent: 15px;
}
.section-7 .reg-box .reg-text input:-moz-placeholder {
    color: #fff; 
    opacity: 1;
}

.section-7 .reg-box .reg-text input::-moz-placeholder {
    color: #fff;
    opacity: 1;
} 

.section-7 .reg-box .reg-text input:-ms-input-placeholder {
    color: #fff;
}

.section-7 .reg-box .reg-text input::-webkit-input-placeholder {
    color: #fff;
}

.section-7 .reg-box .reg-code{
	position: relative;
}
.section-7 .reg-box .reg-code a{
	position: absolute;
	right: 0;
	top: 0;
	height: 58px;
	line-height: 58px;
	background: #db5877;
	color: #fff;
	padding: 0 30px;
}
.section-7 .reg-btn{}
.section-7 .reg-btn input{
	border: 0;
	width: 100%;
	text-align: center;
}

@media screen and (max-width:1200px){
	.imcart-shopify h3.title{
		font-size: 30px;
	}
	.imcart-shopify .detail{
		font-size: 16px;
	}
	.banner{
		height: 630px;
	}
	.wapper,
	.banner .banner-wapper{
		width: 100%;
	}
	.wapper{
		padding: 0 30px;
		box-sizing: border-box;
	}
	.banner .banner-wapper .img{
		max-width: 50%;
	}
	.banner .content{
		margin:0;
		padding: 0 30px;
		max-width: 50%;
		box-sizing: border-box;

	}
	.banner .content h4{
		font-size: 60px;
	}
	.banner .content p{
		font-size: 16px;
	}
	.banner .content a{
		height: 65px;
		line-height: 65px;
		font-size: 24px;
	}
	.section-1 .img{
		width: calc(50% - 50px);
		margin-right: 50px;
	}
	.section-1 .content{
		padding: 0 0 0 50px;
	}
	.section-2 ul li{
		width: calc(50% - 20px);
		margin-right: 40px;
		margin-bottom: 40px;
	}
	.section-3 .list{
		padding: 40px 80px;
	}
	.section-3 .list .left-icon, 
	.section-3 .list .right-icon{
		width: 40px;
		height: 40px;
		left: 40px;
	}
	.section-3 .list .left-icon svg, 
	.section-3 .list .right-icon svg{
		width: 40px;
		height: 40px;
	}
	.section-3 .list .right-icon{
		right: 40px;
		left: auto;
	}
	.pg-margin{
		margin-top:70px; 
	}
	.section-3{
		padding: 70px 0;
	}
	.section-7 .section-7-left .content{
		left: 0;
		width: 100%;
		padding: 0 30px;
	}
	.section-7 .section-7-left h4{
		font-size: 36px;
	}
	.section-7 .section-7-left p{
		font-size: 18px;
	}
	.section-7 .section-7-right{
		padding: 0 30px;
	}
	.section-7 .reg-box h3{
		font-size: 36px;
	}
	.section-7 .reg-box .reg-text{
		height: 50px;
		line-height: 48px;
	}
	.section-7 .reg-box .reg-code a{
		height: 48px;
		line-height: 48px;
	}
	
}
@media screen and (max-width:1024px){}
@media screen and (max-width:768px){
	.banner{
		height: 500px;
	}
	.banner .content{
		max-width: 100%;
		margin:-30px 0 0;
	}
	.section-1 .img{
		width: 100%;
		text-align: center;
		margin:0; 
	}
	.section-1 .content{
		padding: 0;
		width: 100%;
		text-align: center;
		margin:30px 0 0;
	}
	.section-1 .content h3.title{
		text-align: center;
	}
	.section-1 .content h3.title:before{
		left: 50%;
		margin-left: -50px;
	}
	.section-1 .content p{
		max-width: 100%;
	}
	.section-2 ul li{
		width: 100%;
		margin:0 0 20px;
		box-shadow: 0 0 10px rgba(164,163,255,.15); 
	}
	.section-2 ul li svg{
		height: 180px;
	}
	.section-2 ul li:nth-child(3){
		margin-bottom: 20px;
	}
	.section-3 .content{
		padding: 0 0 30px;
		text-align: center;
	}
	.section-3 .content .img{
		width: 100%;
	}
	.section-3 .list{
		width: auto;
	}
	.section-5 li{
		width: calc(50% - 30px);
		margin-bottom: 40px;
	}
	.section-5 li:nth-child(2n){
		margin-right: 0;
	}
}
@media screen and (max-width:767px){
	.wapper{
		padding: 0 20px;
	}
	.button1{
		height: 50px;
		line-height: 50px;
		font-size: 18px;
	}
	.imcart-shopify .detail{
		font-size: 14px;
	}
	.imcart-shopify h3.title:before{
		width: 70px;
		height: 4px;
		margin-left: -35px;
	}
	.banner {
	    height: 475px;
	}
	.banner .banner-wapper .img{
		max-width: 100%;
	}
	.banner .content{
		top: 90px;
		transform: none;
		text-align: center;
		padding: 0 20px;
	}
	.banner .content p{
		margin:0 0 20px;
	}
	.banner .content h4{
		font-size: 30px;
	}
	.banner .content p span{
		display: inline;
	}
	.banner .content a{
		height: 50px;
		line-height: 50px;
		font-size: 18px;
	}
	.banner .banner-wapper .img {
	    max-width: 90%;
	}
	.pg-margin{
		margin:40px 0 0;
	}
	.imcart-shopify h3.title{
		font-size: 20px;
	}
	.section-1 .content p{
		font-size: 14px;
	}
	.section-2 ul{
		margin:10px 0 0;
	}
	.section-2 ul li{
		padding-right: 10px;
	}
	.section-2 ul li svg{
		width: 60px;
		padding: 0 10px;
	}
	.section-2 ul li .content{
		width: calc(100% - 80px);
		margin:-10px 0 0;
	}
	.section-2 ul li .content h4{
		font-size: 24px;
	}
	.section-2 ul li .content p{
		font-size: 14px;
	}
	.section-2 ul li svg{
		height: 140px;
	}
	.section-3 .content{
		margin:30px 0 0;
	}
	.section-3 .list{
		padding: 20px 15px;
	}
	.section-3 .list li{
		font-size: 14px;
	}
	.section-3 .list .left-icon, 
	.section-3 .list .right-icon{
		left: 0;
		width: 20px;
		height: 20px;
	}
	.section-3 .list .right-icon{
		left: auto;
		right: 0;
	}
	.section-3 .list .left-icon svg, 
	.section-3 .list .right-icon svg{
		width: 20px;
		height: 20px;
	}
	.section-3 .list li svg{
		width: 24px;
	}
	.section-3 .content{
		padding: 0;
	}
	.section-3{
		padding: 20px 0;
	}
	.section-4 li{
		width: calc(50% - 10px);
		margin-right: 20px;
		margin-bottom: 20px;
	}
	.section-4 li:nth-child(5n){
		margin-right: 20px;
	}
	.section-4 li:nth-child(2n){
		margin-right: 0;
	}
	.section-4 li span{
		width: 100%;
		height: calc((100vw - 60px)/2);
	}
	.section-4 li svg{
		height: 100%;
		width: 60%;
	}
	.section-4 li:nth-child(6), 
	.section-4 li:nth-child(7), 
	.section-4 li:nth-child(8), 
	.section-4 li:nth-child(9), 
	.section-4 li:nth-child(10){
		margin-bottom: 20px;
	}
	.section-5 li{
		width: 100%;
		margin:0 0 20px;
	}
	.section-7 .section-7-left{
		width: 100%;
		height: 350px;
	}
	.section-7 .section-7-left h4{
		font-size: 30px;
	}
	.section-7 .section-7-left p{
		font-size: 16px;
		line-height: 24px;
	}
	.section-7 .section-7-right{
		width: 100%;
		padding: 50px 20px;
	}
	.section-7 .reg-box h3{
		font-size: 30px;
	}
	.section-4 li p{
		margin-top: 10px;
		font-size: 16px;
	}
	.section-5 li h4{
		font-size: 20px;
		margin:15px 0 10px;
	}
	.section-5 li p{
		font-size: 14px;
	}

}





