.banner-block {
  height: 500px;
  position: relative;
  overflow: hidden;
}
.banner-block img{
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
}

/* 模块主体 */
.section-block{
	padding: 90px 0 0
}
.section-sub-bar{
	text-align: center;
}
.section-sub-bar .title{
	padding-bottom: 20px;
	font-size: 32px;
}
.section-sub-bar .txt {
	color: #999;
	line-height: 26px;
	font-size: 16px;
}

/* 电商小程序 */
.mini-saas-content{
	padding-top: 60px;
	text-align: center;
}

/* 解决方案 */
.section-case-box{
	padding-top: 65px;
	text-align: center;
}
.case-swiper-group{
	display: inline-block;
	padding: 7px;
	font-size: 0;
	border-radius: 28px;
	background: #F2F4F7;
}
.case-swiper-group li{
	display: inline-block;
	width: 130px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	border-radius: 20px;
	font-size: 16px;
}
.case-swiper-group li.on{
	color: #fff;
	font-weight: bold;
	background: linear-gradient(90deg, #00B6FF 0%, #0180FF 100%);
}
.case-swiper-container{
	width: 1200px;
	padding-top: 65px;
}
.case-swiper-container .swiper-slide{
	display: flex;
	justify-content: space-between;
}
.case-swiper-container .r-box{
	width: 600px;
	text-align: left;
}
.case-swiper-container .r-box .tit{
	padding-bottom: 20px;
	font-size: 14px;
}
.case-swiper-container .r-box .tit strong{
	color: #0080FD;
	font-size: 18px;
	font-weight: bold;
}
.case-swiper-container .r-box .txt{
	color: #666;
	line-height: 24px;
	font-size: 14px;
}
.case-swiper-container .r-box .point{
	padding-top: 40px;
}
.case-swiper-container .r-box .point li{
	color: #444;
	padding: 10px 0;
	font-size: 14px;
}
.case-swiper-container .r-box .point li strong{
	font-weight: bold;
}
.case-swiper-container .r-box .handle{
	padding-top: 30px;
	font-size: 0;
}
.case-swiper-container .r-box .handle .btn{
	color: #0181FF;
	display: inline-block;
	width: 100px;
	height: 36px;
	line-height: 36px;
	margin-right: 20px;
	text-align: center;
	font-size: 14px;
	transition: all .3s;
	background: #FFFFFF;
	box-shadow: 0px 0px 13px 0px rgba(1, 129, 255, 0.22);
	border-radius: 18px;
}
.case-swiper-container .r-box .handle .btn:hover{
	color: #fff;
	background: #0181FF;
}

/* 多平台 */
.platform-group{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	padding: 30px 0
}
.platform-group>li{
	width: 33.333333%;
	padding: 20px 0;
	text-align: center;
}
.platform-group>li .tit{
	padding: 20px 0 10px;
	font-size: 16px;
	font-weight: bold;
}
.platform-group>li .txt{
	color: #666;
	line-height: 24px;
	font-size: 14px;
}

/* 分销 */
.fx-section-block{
	height: 480px;
	padding-top: 130px;
	background: url("../images/mini-program-banner02.jpg") center top no-repeat;
}
.fx-logo-group{
	padding: 60px 0;
	text-align: center;
	font-size: 0;
}
.fx-logo-group img{
	margin: 0 10px;
}
.fx-module-bar{
	padding: 60px 0;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
.fx-module-bar:before,
.fx-module-bar:after{
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	margin: 0 5px;
	border-radius: 50%;
	border: 3px solid #0181FF;
	background: #fff;
}
.fx-explain-group{
	display: flex;
	justify-content: center;
}
.fx-explain-group>li{
	margin-right: 5px;
	cursor: pointer;
	text-align: center;
	transition: all .5s;
}
.fx-explain-group>li:hover {
	transform: translateY(-10px);
}
.fx-explain-group>li .con{
	width: 200px;
	height: 86px;
	padding: 10px 0;
	border: 1px solid #bdbdbd;
	box-sizing: border-box;
}
.fx-explain-group>li:nth-child(odd) .con{
	margin-top: 5px;
}
.fx-explain-group>li:nth-child(even) .con {
	margin-bottom: 5px;
}
.fx-explain-group>li .con .tit{
	font-size: 16px;
}
.fx-explain-group>li .con .txt {
	color: #999;
	line-height: 22px;
}
.fx-mode-group{
	display: flex;
	justify-content: center;
}
.fx-mode-group>li {
	padding: 0 60px;
}
.fx-mode-group>li .txt{
	color: #666;
	padding: 20px 0;
	font-size: 14px;
}
.yy-mode-group{
	display: flex;
	justify-content: center;
	padding-bottom: 90px;
}
.yy-mode-group>li{
	width: 340px;
	margin: 0 25px;
	overflow: hidden;
	border-radius: 5px;
	box-shadow: 0px 0px 20px 0px rgba(1, 129, 255, 0.1);
}
.yy-mode-group>li .tit{
	color: #fff;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	background: #0181FF;
}
.yy-mode-group>li .con {
	padding: 20px;
	height: 150px;
	text-align: left;
	box-sizing: border-box;
}
.yy-mode-group>li .con .txt {
	line-height: 24px;
	font-size: 14px;
}
.yy-mode-group>li .con .label {
	color: #59C469;
	display: inline-block;
	line-height: 20px;
	margin-top: 15px;
	padding: 5px;
	border-radius: 6px;
	font-size: 14px;
	background: #F0FBF2;
}
.yy-mode-group>li .con .label strong{
	font-weight: bold;
}
/* 购买理由 */
.reason-section-block{
	padding-bottom: 120px;
	background: #F4F6F8;
}
.reason-group{
	display: flex;
	justify-content: center;
	margin: 0 15px;
	padding-top: 40px;
}
.reason-group>li{
	width: 280px;
	height: 300px;
	padding: 70px 20px;
	margin: 0 15px;
	text-align: center;
	box-sizing: border-box;
	border-radius: 5px;
	transition: all .5s;
	background: #fff;
}
.reason-group>li:hover{
	box-shadow: 0 0 20px rgba(0,0,0, .1);
	transform: translateY(-10px);
}
.reason-group>li .tit{
	padding: 25px 0 15px;
	font-size: 16px;
	font-weight: bold;
}
.reason-group>li .txt{
	color: #666;
	line-height: 24px;
	text-align: left;
	font-size: 14px;
}

.check-entry-block{
	padding: 50px 0;
	text-align: center;
}
.check-entry-block .btn{
	color: #fff;
	display: inline-block;
	width: 500px;
	height: 80px;
	line-height: 80px;
	background: linear-gradient(-90deg, #000000 0%, #0183FF 0%, #01E3F8 100%);
	border-radius: 10px;
	font-size: 20px;
}
.check-entry-block .btn .arrow{
	display: inline-block;
	width: 10px;
	height: 10px;
	opacity: 0;
	margin-left: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transition: all .5s;
	transform: rotate(45deg) translateX(10px) translateY(-10px);
}
.check-entry-block .btn:hover .arrow{
	opacity: 1;
	margin-left: 0;
	transform: rotate(45deg) translateX(0) translateY(0);
}

