@charset "utf-8";
/**********************首页************************/
/*banner*/
.main-img { width: 100%; padding-top: 50px; color: #fff; text-align: center; overflow: hidden; background: #0b84d3; background: -webkit-linear-gradient(#0b84d3, #57cdfa); background: -o-linear-gradient(#0b84d3, #57cdfa); background: -moz-linear-gradient(#0b84d3, #57cdfa); background: linear-gradient(#0b84d3, #57cdfa);}
.main-img img { width: 85%;}
.main-img .banner-font { margin: 1rem;}
.main-img .banner-img { width: 95%;}

/*零售实体面临的困境？*/
.module1 ul { padding: 1rem .5rem 0;}
.module1 ul li { width: 50%; padding: 0 .5rem; margin-bottom: .5rem; -webkit-box-sizing: border-box; box-sizing: border-box;}
.module1 ul li .iconfont { display: block; width: 3rem; height: 3rem; margin: 0 auto .5rem; font-size: 1.5rem; line-height: 3rem; color: #fff; text-align: center; border: .15rem solid rgba(255,255,255,.6); border-radius: 50%;}

/*自由购*/
.freebuy-img { position: relative; z-index: 1;}
.freebuy-img .prev, .freebuy-img .next { position: absolute; top: 50%; display: block; width: 1.1rem; height: 2.4rem; margin-top: -1.2rem; line-height: 2.4rem; color: #fff; text-align: center; background: rgba(0,0,0,.7);}
.freebuy-img .prev { left: .5rem;}
.freebuy-img .next { right: .5rem;}
.freebuy-img .iconfont { font-size: 1.1rem;}
.freebuy-img img { width: 70%; margin: 0 auto;}
#freebuy1 img { width: 55%;}

/*智能分析 精准营销*/
.module2 ul li { float: none !important;}
.module2 ul li .iconfont { display: block; width: 4.5rem; height: 4.5rem; margin: 0 auto 1rem; font-size: 3rem; line-height: 4.5rem; color: #fff; text-align: center; border-radius: .5rem;}
.module2 ul li p { width: 70%; margin: 0 auto;}

/*客户案例*/
.case-list { padding: 1rem 1rem 2rem;}
.case-list .swiper-slide { width: 70%; padding: .7rem; text-align: center; background: #fff; border: 1px solid #f0f0f0; box-sizing: border-box;}
.case-list .swiper-slide img { width: 70%; margin-bottom: .5rem;}
.case-list .swiper-slide h3 { font-size: .7rem; font-weight: 700; color: #333;}
.case-list .swiper-slide p { height: 7.5rem; padding: .5rem 0; font-size: .6rem; line-height: 2; color: #666; text-align: left;}

/*隐藏百度商桥*/
#newBridge { display: none !important;}
