@charset "utf-8";
/* CSS Document */
div, ul, li { box-sizing: border-box;}

/*banner*/
.main-img { width: 100%; padding: 50px 0 30px; color: #fff; text-align: center; overflow: hidden; background: url(../images/main-img.jpg) no-repeat; background-size: cover;}
.main-img-inner{ width: 80%; margin: 0 auto;}
.main-img-inner h2{ font-size: 1rem; font-weight: 300; padding-top: 1rem;}
.main-img-inner .desc{ font-size: .6rem; margin: .5rem 0 1rem 0;}
.main-img-inner .btn { padding: .4rem 1.3rem; font-size: .6rem; color: #ff8635; background: #fff; border-radius: 2px;}

.container .fu-title { padding: .3rem 0; font-size: .8rem; font-weight: 300; line-height: 1.4rem; text-align: center; }
.container .content { padding: 0 .5rem; overflow: hidden;}
.container .content h3 { font-weight: 300; color: #333;}
.container img { max-width: 100%; }

/*结合传统母婴行业痛点， 对症下药*/
.module1 .title { padding-bottom: 1rem; }
.module1 .content li{ width: 48%; margin-left: 3.33%; margin-bottom: 3%; padding: 0; background: #fff;}
.module1 .content li img { width: 100%; }
.module1 .content .m-l-0 { margin-left: 0; }
.module1 .content .m-b-0 { margin-bottom: 0; }
.module1 .content li p{ padding: .6rem 0 .6rem; font-size: 0.6rem; color: #666;}

/*母婴电商运营体系*/
.module2 { background: url(../images/module2-1.jpg) no-repeat; background-size: cover; }

/*解决方案核心价值*/
.module3>img { width: 1rem; }
.module3 .desc { line-height: 1rem; }
.module3 .content li{ width: 25%; margin-bottom: 1rem; padding: 0;}
.module3 .content li.m-b-0 { margin-bottom: 0; }
.module3 .content li .iconfont { display: inline-block; width: 3rem; height: 3rem; font-size: 1.6rem; line-height: 3rem; color: #fff; border-radius: 50%;}
.module3 .content li h3{ padding: .5rem 0 0; font-size: .75rem; font-weight: 300; color: #333;}
.module3 .content li p{ padding: .5rem 0 0; font-size: 0.6rem; color: #666;}

/*全渠道销售  数据统一管理*/
.module4 { background: url(../images/module4-1.jpg) no-repeat; background-size: cover; }
.module4 .content li { width: 33.33%; padding: 0; }
.module4 .content li.up { padding-bottom: 1rem; }
.module4 .content li img { width: 60%; }
.module4 .content li h3 { padding: .5rem 0 0; font-size: .6rem; font-weight: 300; color: #fff; }
.module4 .content li.down { margin-left: 16.66%; }

/*多元推广  全渠道顾客互动*/
.module5 { background: #f5f7f8; }
.module5 img { width: 40%;}
.module5 .m-l-0 { margin-left: 0; }
.module5 .content li { width: 33.33%;}
.module5 .content li h3 { padding: .5rem 0 0; font-size: 0.6rem; color: #666; }
.module5 .content li .iconfont { font-size: 1.6rem; color: #c6c7c7; }

/*多元场景  便捷购物体验*/
.module6 .desc { line-height: 1rem; }
.module6 .content li { width: 33.33%; padding: 0 .5rem; margin-bottom: 1rem;}
.module6 .content li.m-b-0 { margin-bottom: 0; }
.module6 .content li h3 { padding: .5rem 0 0; font-size: 0.6rem; color: #666; }
.module6 .content li .iconfont { display: inline-block; width: 2.5rem; height: 2.5rem; font-size: 1.4rem; line-height: 2.5rem; color: #fff; border-radius: 50%; }

.module7 .desc { font-size: .6rem; }
.module7 .content li.m-l-0 { margin-left: 0; }
.module7 .content li.m-b-0 { margin-bottom: 0; }
.module7 .content li { width: 31.3%; padding: .2rem .5rem .7rem; margin-left: 3%; margin-bottom: 3%; background: #fff; }
.module7 .content li .iconfont { font-size: 3rem; color: #ffa86c; }
.module7 .content li h3 { padding-top: .2rem; font-size: .52rem; }

/*客户案例*/
.module8 li { width: 31.3%; margin-left: 3%; }
.module8 li p { padding: 0; font-size: .6rem; }
.module8 li .desc { padding: .5rem 0 0; font-size: .75rem; }
.module8 li img { max-width: 100%; }
.module8 .m-l-0 { margin-left: 0; }

/*底部*/
.register-tip { padding: 1rem 0; text-align: center; background: url(../images/module9-1.jpg) no-repeat center top; background-size: auto 100%;}
.register-tip .container{ padding: .5rem 0;}
.register-tip .container .title{ padding: 0;}
.register-tip .container .desc{ padding-bottom: 0; color: #ffa86c;}
.register-tip .btn-wrap{ width: 100%; margin: 0 auto; text-align: center;}
.register-tip .btn-wrap .btn { display: inline-block; width: 5rem; height: .8rem; margin: 0 .25rem; font-size: .7rem; line-height: .8rem; text-align: center; border: 1px #ffa86c solid; color: #ffa86c; border-radius: 3px;}
.register-tip .container p { margin-top: 1rem; font-size: .75rem; }
.register-tip .container .btn-special { background: #ffa86c; color: #fff; }

@media (min-width:768px) and (max-width: 1024px) {
	.module5 .content li .iconfont { font-size: 3rem;}
}


















