/* banner */
.banner-container {
	height: 450px;
	position: relative;
	overflow: hidden;
}

.banner-container>img {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
}

/* 模块主体 */
.section-block {
	padding: 90px 0
}

.section-sub-bar,
.second-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;
}

.second-sub-bar .title {
	padding-bottom: 20px;
	font-size: 16px;
}

.second-sub-bar .txt {
	color: #999;
	line-height: 26px;
	font-size: 14px;
}

/* 解决方案 */
.case-content{
	padding: 70px 0 0;
	text-align: center;
}

/* 商城 */
.online-mall-box{
	background: #F6FAFB;
}
.online-mall-wrap{
	height: 500px;
	margin-top: 80px;
	background: url("../images/mini-program-entity02.PNG") top right no-repeat;
}
.mall-module-group>li{
	display: flex;
	align-items: center;
	padding: 15px 0
}
.mall-module-group>li img{
	flex: 0 0 auto;
}
.mall-module-group>li div{
	flex: 1 1 auto;
	margin-left: 10px;
}
.mall-module-group>li h3{
	font-size: 16px;
}
.mall-module-group>li p{
	color: #999;
	margin-top: 4px;
	font-size: 14px;
}

/* 支持类型 */
.tr-type-content{
	padding: 50px 0 0;
	text-align: center;
}

/* 物流方式 */
.disp-way-box{
	background: #F6FAFB;
}
.disp-content{
	display: flex;
	justify-content: center;
	padding: 80px 0;
}
.disp-item{
	width: 420px;
	text-align: center;
	transition: all .5s;
}
.disp-item.on,
.disp-item:hover{
	position: relative;
	z-index: 10;
	transform: scale(1.2);
}
.disp-item>img{
	width: 390px;
	height: 210px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.disp-item .con{
	height: 270px;
	padding: 40px;
	text-align: left;
	box-sizing: border-box;
	box-shadow: 0px 2px 20px 0px rgba(194, 214, 201, 0.5);
	border-radius: 5px;
	background: #fff;
}
.disp-item .con .tit{
	padding-bottom: 20px;
	font-size: 20px;
}
.disp-item .dl-group{
	display: flex;
	align-items: center;
	padding: 10px 0;
}
.disp-item .dl-group dt{
	width: 90px;
	flex: 0 0 auto;
	font-size: 16px;
}
.disp-item .dl-group dd{
	flex: 1 1 auto;
	font-size: 0;
}
.disp-item .dl-group dd .label{
	color: #999;
	display: inline-block;
	padding: 0 5px;
	font-size: 14px;
}






/* 分销 */
.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;
	background: #fff;
}

.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;
	margin-top: 5px;
	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;
}



/* DIY */
.section-diy-box{
	background: #F6FAFB;
}
.diy-module {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
	box-shadow: 0px 0px 18px 2px rgba(221, 223, 226, 0.6);
	border-radius: 30px;
}

.diy-module .r-con {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.diy-module .r-con img {
	margin-bottom: 20px;
}

.diy-module .r-con .txt {
	line-height: 32px;
	font-size: 20px;
}

.diy-style {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
	overflow: hidden;
	box-shadow: 0px 0px 18px 2px rgba(221, 223, 226, 0.6);
	border-radius: 30px;
}

.diy-style .l-con {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	width: 554px;
	height: 420px;
}

.diy-style .l-con .txt {
	line-height: 32px;
	margin-top: 20px;
	text-align: center;
	font-size: 20px;
}

.diy-style .r-con {
	width: 646px;
	flex: 0 0 auto;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	height: 420px;
	background: linear-gradient(45deg, #e7d6ef 0%, #beecf7 100%);
}

.swiper-style-container {
	width: 646px;
}

.swiper-style-container .swiper-slide {
	text-align: center;
}

.swiper-tab-style {
	display: flex;
	align-items: center;
	margin-top: 30px;
}

.swiper-tab-style .item {
	width: 18px;
	height: 18px;
	margin: 0 4px;
	cursor: pointer;
	position: relative;
	border-radius: 50%;
}

.swiper-tab-style .item:nth-child(1) {
	background: #0080FF;
}

.swiper-tab-style .item:nth-child(2) {
	background: #00BC5B;
}

.swiper-tab-style .item:nth-child(3) {
	background: #8C5DF7;
}

.swiper-tab-style .item.on {
	width: 22px;
	height: 22px;
	background: #fff;
}

.swiper-tab-style .item.on:nth-child(1) {
	border: 2px solid #0080FF;
}

.swiper-tab-style .item.on:nth-child(2) {
	border: 2px solid #00BC5B;
}

.swiper-tab-style .item.on:nth-child(3) {
	border: 2px solid #8C5DF7;
}

.swiper-tab-style .item.on:after {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 2px;
	left: 2px;
	border-radius: 50%;
}

.swiper-tab-style .item:nth-child(1).on:after {
	background: #0080FF;
}

.swiper-tab-style .item:nth-child(2).on:after {
	background: #00BC5B;
}

.swiper-tab-style .item:nth-child(3).on:after {
	background: #8C5DF7;
}











