/* banner */
.banner-container {
	height: 500px;
	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;
}

/* 电商系统 */
.ds-system-content{
	padding: 60px 0 0;
	text-align: center;
}

/* 售票、购票场景 */
.sell-cj-box{
	position: relative;
	background: #EEF4FD;
}
.sell-cj-box:before,
.sell-cj-box:after{
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
}
.sell-cj-box:before{
	left: 0;
	width: 680px;
	height: 414px;
	background: url("../images/mini-program-scenic_bg_left.PNG") right no-repeat;
}

.sell-cj-box:after {
	right: 0;
	width: 420px;
	height: 208px;
	background: url("../images/mini-program-scenic_bg_right.PNG") left no-repeat;
}
.sell-cj-point{
	display: flex;
	justify-content: center;
	padding-top: 50px;
	position: relative;
	z-index: 10;
}
.sell-cj-point>li{
	width: 422px;
	padding: 20px;
	margin: 0 20px;
	transition: all .5s;
	box-shadow: 0px 0px 27px 0px rgba(1, 129, 255, 0.29);
	border-radius: 15px;
	background: #fff;
}
.sell-cj-point>li:hover{
	transform: translateY(-15px);
}
.sell-cj-point>li img{
	width: 422px;
	height: 227px;
}
.sell-cj-point>li .tit{
	padding: 15px 0 10px;
	font-size: 16px;
	font-weight: bold;
}
.sell-cj-point>li .tit:before{
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	margin-right: 6px;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 8px solid #0181FF;
}
.sell-cj-point>li .txt{
	color: #666;
	line-height: 24px;
	font-size: 14px;
}

/* 核验方式 */
.hy-mode-area{
	display: flex;
	justify-content: center;
	padding-top: 60px;
}
.hy-mode-area .item{
	padding: 0 35px;
	text-align: center;
}
.hy-mode-area .item .tit{
	padding: 20px 0;
	font-size: 14px;
}

/* 微商城 */
.client-mall-box{
	background: #EEF4FD;
}
.client-mall-content{
	padding: 60px 0 0;
	text-align: center;
}

.req-mode-group{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 820px;
	margin: 60px auto 0;
}
.req-mode-group>li{
	width: 260px;
	height: 80px;
	margin: 5px;
	padding: 15px 12px;
	box-sizing: border-box;
	border-radius: 5px;
	background: #F4F8FD;
}
.req-mode-group>li .tit{
	font-size: 16px;
}
.req-mode-group>li .tit img{
	vertical-align: middle;
	margin: -4px 4px 0 0;
}
.req-mode-group>li .txt{
	color: #999;
	margin-top: 6px;
	font-size: 14px;
}

/* 多业态销售 */
.more-mode-box{
	background: #EEF4FD;
}
.ag-mode-group{
	display: flex;
	margin-top: 80px;
}
.ag-mode-group>li{
	flex: 0 0 auto;
	width: 300px;
	height: 280px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	background: #fff;
}
.ag-mode-group>li:nth-child(n+2)::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 1px;
	background: #EEF4FD;
}
.ag-mode-group>li .con{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 280px;
}
.ag-mode-group>li .con img{
	width: 140px;
	height: 140px;
}
.ag-mode-group>li.more .con img{
	width: 80px;
	height: 80px;
	margin: 30px 0;
}
.ag-mode-group>li .con .tit{
	margin-top: 20px;
	font-size: 16px;
}
.ag-mode-group>li .con .more{
	color: #666;
	margin-top: 10px;
}
.ag-mode-group>li .layer{
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 50px;
	opacity: 0;
	box-sizing: border-box;
	transition: all .5s;
	font-size: 14px;
	background: rgba(22, 137, 235, .9);
}
.ag-mode-group>li:hover .layer{
	opacity: 1;
	top: 0;
}
.ag-mode-group>li .layer img{
	margin-bottom: 20px;
}
.ag-mode-group>li .layer .tit{
	padding: 15px 0;
}
.ag-mode-group>li .layer .txt{
	line-height: 22px;
}


/* 渠道 */
.fx-group-box {
	padding: 20px 0 0
}
.fx-logo-group {
	padding: 30px 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;
	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;
}

.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;
}

.assist-content{
	margin-top: 50px;
	overflow: hidden;
}
.assist-content img{
	position: relative;
	left: 50%;
	margin-left: -960px;
	overflow: hidden;
}

/* 图表数据 */
.charts-data-group{
	display: flex;
	justify-content: center;
	padding: 20px 0 50px;
}
.charts-data-group>li{
	width: 380px;
	margin: 0 15px;
	text-align: center;
}
.charts-data-group>li img{
	width: 380px;
	height: 300px;
	box-shadow: 0px 0px 20px 0px rgba(1, 129, 255, .1);
}
.charts-data-group>li .con{
	margin-top: 20px;
	text-align: left;
	font-size: 0;
}
.charts-data-group>li .con .label{
	color: #0181FF;
	display: inline-block;
	padding: 2px 4px;
	margin-right: 6px;
	font-size: 12px;
	background: #EEF4FD;
}


/* 立即申请试用 */
.check-entry-block {
	padding: 0 0 90px;
	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);
}