@charset "UTF-8";
@charset "UTF-8";

@media (max-width: 1240px) {
	.jdc-rwd {
		overflow-x: auto;
		min-width: 1240px;
	}
}

@media (max-width: 768px) {
	.jdc-rwd {
		min-width: 320px;
	}
}



a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

.jdc-btn:hover {
	background-color: #5f77ff !important;
	text-decoration: none;
	box-shadow: none;
}

.row + .row {
	margin-top: 38px;
}

.CH-gutter-20 {
	margin-left: -10px;
	margin-right: -10px;
}

.CH-gutter-20 > *[class^="col-"] {
	padding: 0 10px;
}

.CH-header {
	background: #fff;
	box-shadow: 0 2px 8px 2px #EBEFF8;
	height: 70px;
	line-height: 70px;
	margin-bottom: 26px;
	overflow: hidden;
}

.CH-header .CH-logo {
	float: left;
	font-size: 24px;
	font-weight: 600;
	padding: 0 25px;
}

.CH-header .CH-nav {
	float: left;
	font-size: 0;
}

.CH-header .CH-nav li {
	display: inline-block;
	padding: 0 13px;
}

.CH-header .CH-nav li a {
	font-size: 16px;
}

.CH-header .consultation {
	float: right;
	font-size: 14px;
	padding: 0 25px;
}

.CH-container {
	margin: 0 auto;
	width: 1200px;
}

@media (max-width: 768px) {
	.CH-container {
		width: 100%;
	}
}



/* section */
.CH-section {
	margin-bottom: 70px;
	overflow: hidden;
}

section.CH-section > header {
	margin-bottom: 40px;
}

.CH-section > header h1 {
	color: #212121;
	font-size: 32px;
	font-weight: 600;
	line-height: 44px;
	text-align: center;
}

.CH-section > header h1.yd-h1 {
	margin-top: 40px;
	color: #fff;
}

.CH-section > header h1.case-h1 {
	margin-top: 70px;
}

.CH-section .CH-secion-box {
	display: none;
}

.CH-section .CH-secion-box:first-child {
	display: block;
}

@media (max-width: 768px) {
	.CH-section {
		margin-bottom: 70px;
	}

	.section-solution-m.CH-section, .section-product.CH-section {
		margin-bottom: 50px;
	}

	.CH-section > header {
		margin-bottom: 20px;
	}

	.CH-section > header h1 {
		font-size: 18px;
		line-height: 25px;
	}

	.retail.w h3 {
		font-size: 18px;
	}

	.retail-pr.w .row {
		background-color: #F7F8FB;
	}

	.retail-pr.w .row .retail-nf-item2,
  .retail-nf-item3 {
		margin: 0;
		border-top: 1px solid #eee;
		border-left: 1px solid #eee;
		border-right: 1px solid #eee;
	}

	.retail-pr.w .row .retail-nf-item3 .retail-spem {
		border-bottom: none;
	}

	.retail-pr.w .row .retail-nf-item2 .detail {
		border-bottom: none;
	}

	.retail-pr.w .row .retail-nf-item2 h5,
  .retail-pr.w .row .retail-nf-item3 h5 {
		font-size: 16px;
		color: #212121;
		text-align: left;
		font-weight: bold;
	}
}

/* panel */
.CH-panel {
	background: #FFF;
	border: 1px solid #FFF;
}

/* card */
.CH-card {
	background: #FFF;
	border-style: none;
	position: relative;
}

.CH-card-img {
	height: 152px;
	width: 100%;
}

.CH-card-img img {
	width: 100%;
}

.CH-card-icon {
	display: table;
	height: 138px;
	width: 100%;
}

.CH-card-icon .CH-icon {
	display: table-cell;
	text-align: center;
	vertical-align: bottom;
}

.CH-card-icon .CH-icon img {
	width: 175px;
}

.CH-card-header {
	margin: 0 18px;
	padding: 20px 0 15px 0;
}

.CH-card-header.is-align-center {
	text-align: center;
}

.CH-card-header.is-border-bottom {
	border-bottom: 1px solid #eee;
}

.CH-card-title {
	font-size: 18px;
	line-height: 24px;
}

.CH-card-title.is-icon {
	line-height: 42px;
}

.CH-card-title-icon {
	display: block;
	float: left;
	height: 42px;
	margin-right: 10px;
	text-align: center;
}

.CH-card-title-icon img {
	max-height: 42px;
	max-width: 36px;
}

.CH-card-body {
	margin: 15px 18px;
}

.CH-card-body.is-align-center {
	text-align: center;
}

.CH-card-body.is-align-center .CH-list {
	display: inline-block;
}

.CH-card-desc {
	color: #666;
	height: 36px;
	line-height: 18px;
	margin-bottom: 28px;
	font-size: 12px;
	overflow: hidden;
}

.CH-card-price {
	color: #e1251b;
	font-size: 12px;
	line-height: 22px;
	margin-top: 25px;
}

.CH-card-price sub {
	color: #666;
	font-size: 14px;
	vertical-align: baseline;
}

.CH-card-price sub.CH-tip {
	background-color: #D2AC66;
	color: #FFF;
	font-size: 12px;
	line-height: 14px;
	margin-left: 8px;
}

.CH-card-button-default,
.CH-card-button-primary {
	background-color: #FFF;
	border: 1px solid #4762FE;
	color: #4762FE;
	font-size: 14px;
	height: 32px;
	line-height: 30px;
	width: 100%;
	display: block;
	text-align: center;
}

.CH-card-button-primary {
	background-color: #4762FE;
	color: #FFF;
}

.CH-card-button-primary:hover {
	background-color: #4762FE;
	color: #FFF;
	text-decoration: none;
	box-shadow: 0 0 6px 0 rgba(96, 103, 247, 0.5);
}

.CH-card-button-default:hover {
	text-decoration: none;
	box-shadow: 0 0 6px 0 rgba(96, 103, 247, 0.5);
}

.CH-card.is-hover {
	padding-bottom: 32px;
}

.CH-card.is-hover:hover {
	box-shadow: 0px 3px 7px 0px rgba(56, 90, 186, 0.1);
}

.CH-card.is-hover .CH-card-footer {
	bottom: 0;
	display: none;
	left: 0;
	position: absolute;
	right: 0;
}

.CH-card.is-hover:hover .CH-card-footer {
	display: block;
}

.CH-card.is-hover-shadow:hover {
	box-shadow: 0 3px 10px 2px rgba(235, 239, 248, 0.71);
	z-index: 1;
}

@media (max-width: 768px) {
	.CH-card-price {
		font-size: 14px;
	}
}

@media (max-width: 768px) {
	.section-solution-m .CH-card-group .CH-card {
		height: auto;
	}

	.CH-card-img {
		height: auto;
		width: 100%;
		overflow: hidden;
	}

	.CH-card-img img {
		width: 100%;
	}

	.section-solution-m .CH-card-group .CH-card-header {
		padding: 20px 0 15px 0;
	}
}

/* tab */
.CH-tab {
	border-bottom: 1px solid #eee;
	font-size: 0;
	margin-bottom: 26px;
	text-align: center;
}

.CH-tab .CH-tab-item {
	display: inline-block;
	margin: 0 30px;
}

.CH-tab .CH-tab-item a {
	display: block;
	font-size: 20px;
	line-height: 28px;
	padding: 10px;
	position: relative;
}

.CH-tab .CH-tab-item.is-selected a {
	font-weight: 600;
	color: #4762FE;
}

.CH-tab .CH-tab-item.is-selected a:after {
	content: '';
	position: absolute;
	height: 4px;
	bottom: -1px;
	left: 0;
	right: 0;
	background: #4762FE;
}

/* List */
.CH-list .CH-list-item {
	color: #333;
	font-size: 12px;
	line-height: 20px;
	padding-left: 12px;
	position: relative;
	text-align: left;
}

.CH-list .CH-list-item:before {
	background: #333;
	border-radius: 4px;
	content: '';
	height: 4px;
	left: 0;
	position: absolute;
	top: 8px;
	width: 4px;
}

.CH-list.is-size-media .CH-list-item {
	font-size: 14px;
	line-height: 22px;
}

.CH-list.is-size-media .CH-list-item:before {
	top: 9px;
}

/* Tag */
.CH-tag {
	border: 1px solid #D2AC66;
	border-radius: 10px;
	color: #D2AC66;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	margin-bottom: 9px;
	padding: 0 8px;
}

/* Card Group */
.CH-card-group + .CH-card-group {
	margin-top: 40px;
}

.CH-card-group .col-3 + .col-3:before {
	background-color: #EEE;
	content: "";
	height: 215px;
	left: -1px;
	position: absolute;
	top: 46px;
	width: 1px;
}

.CH-card-group .col-3 + .col-3:hover:before {
	width: 0;
}

.CH-card-group .CH-card {
	height: 308px;
}

.CH-card-group .CH-card-header {
	margin: 0 26px;
	padding: 26px 0 0 0;
}

.CH-card-group .CH-card-body {
	margin: 12px 26px;
}

.CH-card-group .CH-card-desc {
	margin-bottom: 14px;
}

@media (max-width: 768px) {
	.CH-card-group .CH-card {
		margin: 0 20px 20px 20px;
	}

	.CH-card-group + .CH-card-group {
		margin-top: 0;
	}

	
}

/* scroll-box */
.CH-container-scroll-box {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.CH-container-column {
	float: left;
	width: 1198px;
	height: auto;
	overflow: hidden;
}

/* Image & Text */
.CH-container-imageText {
	padding: 49px 45px;
	overflow: hidden;
}

.CH-container-imageText .col-image {
	float: right;
	width: 510px;
	position: relative;
}

.CH-container-imageText .col-image .model {
	background: -webkit-gradient(linear, left top, right top, from(rgba(36, 89, 197, 0.6)), color-stop(50%), color-stop(rgba(36, 89, 197, 0.6)), color-stop(83%), to(rgba(0, 0, 0, 0)));
	background: linear-gradient(to right, rgba(36, 89, 197, 0.6), 50%, rgba(36, 89, 197, 0.6), 83%, rgba(0, 0, 0, 0));
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.CH-container-imageText .col-image .model p {
	font-size: 14px;
	line-height: 28px;
	color: #fff;
	font-weight: bold;
	padding: 0 60px;
}

.CH-container-imageText .col-image .model p.dot,
.CH-container-imageText .col-image .model p.dot-end {
	font-size: 36px;
	line-height: 36px;
	padding: 0 40px;
}

.CH-container-imageText .col-image .model p.dot {
	padding-top: 94px;
}

.CH-container-imageText .col-image .model p.dot-end {
	text-align: right;
}

.CH-container-imageText .col-image img {
	width: 100%;
}

.CH-container-imageText .col-content {
	margin-right: 550px;
}

.CH-container-imageText .col-content dl {
	padding: 19px 0;
}

.CH-container-imageText .col-content dl:first-child {
	padding-top: 0;
}

.CH-container-imageText .col-content dl:last-child {
	padding-bottom: 0;
}

.CH-container-imageText .col-content dl + dl {
	border-top: 1px solid #EEEEEE;
}

.CH-container-imageText .col-content dt {
	color: #212121;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 13px;
}

.CH-container-imageText .col-content dd {
	color: #999;
	font-size: 14px;
	line-height: 20px;
}

@media (max-width: 768px) {
	.CH-container-imageText {
		padding: 0;
	}

	.CH-container-imageText .col-image {
		float: none;
		padding: 20px;
		width: 100%;
	}

	.CH-container-imageText .col-content {
		margin-right: 0;
		padding: 20px;
	}

	.CH-container-imageText .col-content dl {
		padding: 19px 0;
	}

	.CH-container-imageText .col-content dl:first-child {
		padding-top: 0;
	}

	.CH-container-imageText .col-content dl:last-child {
		padding-bottom: 0;
	}

	.CH-container-imageText .col-content dl + dl {
		border-top: 1px solid #EEEEEE;
	}

	.CH-container-imageText .col-content dt {
		color: #212121;
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 11px;
	}

	.CH-container-imageText .col-content dd {
		color: #999;
		font-size: 12px;
		line-height: 18px;
	}
}

/* 顶部跑马灯样式 CH-carousel-type-1 */
.CH-carousel-type-1 {
	background-color: #FFF;
	height: 320px;
	width: 940px;
}

.CH-carousel-type-1 .CH-carousel-container {
	position: relative;
	text-align: left;
}

.CH-carousel-type-1 .CH-carousel-content {
	position: absolute;
	top: 66px;
	left: 60px;
	width: 360px;
}

.CH-carousel-type-1 .CH-carousel-title {
	color: #212121;
	font-size: 30px;
	font-weight: normal;
	line-height: 40px;
	max-height: 80px;
	margin-bottom: 10px;
	overflow: hidden;
}

.CH-carousel-type-1 .CH-carousel-desc {
	color: #666;
	font-size: 14px;
	line-height: 20px;
	max-height: 20px;
	overflow: hidden;
}

.CH-carousel-type-1 .CH-carousel-button {
	background-color: #4762FE;
	border-radius: 16px;
	border: 0;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	height: 32px;
	left: 60px;
	line-height: 32px;
	padding: 0 20px;
	position: absolute;
	top: 194px;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	transition: all .25s ease;
}

.CH-carousel-type-1 .CH-carousel-button:hover {
	background-color: #5f77ff;
	text-decoration: none;
}

.CH-carousel-type-1 .CH-carousel-img-pc {
	display: block;
	width: 100%;
}

.CH-carousel-type-1 .CH-carousel-img-m {
	display: none;
}

.CH-carousel-type-1 .swiper-pagination-bullet {
	background-color: #EFF1FF;
	border-radius: 2px;
	height: 4px;
	width: 22px;
	opacity: 1;
}

.CH-carousel-type-1 .swiper-pagination-bullet-active {
	background-color: #97A7FE;
}

.CH-carousel-type-1.swiper-container-horizontal > .swiper-pagination-bullets {
	opacity: 1;
	text-align: left;
	left: 60px;
	bottom: 30px;
	width: auto;
}

.CH-carousel-type-1.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 2px;
}

@media (max-width: 768px) {
	.CH-carousel-type-1 {
		height: 340px;
		width: 100%;
	}

	.CH-carousel-type-1 .CH-carousel-container {
		text-align: center;
	}

	.CH-carousel-type-1 .CH-carousel-content {
		top: 213px;
		left: 47px;
		right: 47px;
		width: auto;
	}

	.CH-carousel-type-1 .CH-carousel-title {
		font-size: 20px;
		line-height: 22px;
		height: 44px;
		margin: 0;
	}

	.CH-carousel-type-1 .CH-carousel-img-pc,
  .CH-carousel-type-1 .CH-carousel-desc {
		display: none;
	}

	.CH-carousel-type-1 .CH-carousel-img-m {
		display: block;
		width: 100%;
	}

	.CH-carousel-type-1 .CH-carousel-button {
		padding: 0 45px;
		top: 272px;
		left: calc(50% - 73px);
	}

	.CH-carousel-type-1.swiper-container-horizontal > .swiper-pagination-bullets {
		bottom: 17px;
		left: 0;
		text-align: center;
		width: 100%;
	}

	.CH-carousel-type-1 .swiper-pagination-bullet {
		height: 2px;
		width: 30px;
	}
}

/* 客户案例跑马灯样式 CH-carousel-type-2 */
.swiper-container.CH-carousel-type-2 {
	height: 146px;
	padding: 40px 0 38px 0;
	width: 1100px;
	box-sizing: border-box;
	border-bottom: 1px solid #eee;
}

.CH-carousel-type-2 .swiper-wrapper {
	margin-left: 26px;
	margin-right: 26px;
}

.CH-carousel-type-2 .swiper-button-next,
.CH-carousel-type-2 .swiper-button-prev {
	height: 15px;
	width: 10px;
	top: 90px;
}

.CH-carousel-type-2 .swiper-button-next,
.CH-carousel-type-2 .swiper-button-prev:focus {
	outline: none;
}

.CH-carousel-type-2 .swiper-button-next:after,
.CH-carousel-type-2 .swiper-button-prev:after {
	color: #D5D5D5;
	font-size: 18px;
	font-weight: bold;
}

.CH-carousel-type-2 .swiper-slide img:hover {
	box-shadow: 3px 6px 9px 2px rgba(236, 241, 250, 0.95);
}

.CH-carousel-type-2 .swiper-slide img {
	height: 65px;
}

@media (max-width: 768px) {
	.CH-carousel-type-2 {
		display: none;
	}
}

/* 合作伙伴跑马灯样式 CH-carousel-type-3 */
.section-cooperation .CH-section-body {
	background: #3F6CF5 url(https://img1.jcloudcs.com/portal/channel/retail/partner-bg.jpg) no-repeat center bottom;
	height: 230px;
	padding-top: 42px;
}

.section-cooperation .link-join {
	background: #FFF;
	border: 0;
	border-radius: 16px;
	color: #212121;
	display: block;
	height: 32px;
	line-height: 32px;
	margin: 40px auto 0 auto;
	padding: 0 26px;
	width: 140px;
	font-size: 14px;
	text-align: center;
}

.section-cooperation .link-join:hover {
	text-decoration: none;
	background: #e0e0e0;
	font-size: 14px;
}

.CH-carousel-type-3 {
	width: 1160px;
	height: 84px;
}

.CH-carousel-type-3 .swiper-button-next,
.CH-carousel-type-3 .swiper-button-prev {
	height: 23px;
	width: 13px;
}

.CH-carousel-type-3 .swiper-button-next:after,
.CH-carousel-type-3 .swiper-button-prev:after {
	color: #FFF;
	font-size: 23px;
}

.CH-carousel-type-3 .container-slide {
	margin: 0 auto;
	width: 1000px;
}

.CH-carousel-type-3 .container-slide .box-logo {
	float: left;
	width: 170px;
}

.CH-carousel-type-3 .container-slide .box-content {
	color: #FFF;
	margin-left: 255px;
	text-align: left;
}

.CH-carousel-type-3 .container-slide .box-content h4 {
	font-size: 18px;
	line-height: 24px;
}

.CH-carousel-type-3 .container-slide .box-content p {
	font-size: 14px;
	line-height: 24px;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

@media (max-width: 768px) {
	.section-cooperation .CH-section-body {
		background: #3F6CF5 url(https://img1.jcloudcs.com/portal/channel/retail/partner-bg-m.jpg) no-repeat center bottom;
		height: 320px;
		padding-top: 0px;
	}

	.section-cooperation button {
		margin-top: 10px;
	}

	.CH-carousel-type-3 {
		margin: 0 15px;
		width: auto;
		height: 220px;
	}

	.CH-carousel-type-3 .swiper-button-next,
  .CH-carousel-type-3 .swiper-button-prev {
		height: 23px;
		width: 13px;
		top: 60px;
	}

	.CH-carousel-type-3 .swiper-button-next:after,
  .CH-carousel-type-3 .swiper-button-prev:after {
		color: #FFF;
		font-size: 14px;
	}

	.CH-carousel-type-3 .container-slide {
		margin: 0 auto;
		width: 90%;
	}

	.CH-carousel-type-3 .container-slide .box-logo {
		float: none;
		margin: 0 auto;
		padding-top: 22px;
		padding-bottom: 20px;
		width: auto;
		height: 104px;
		text-align: center;
	}

	.CH-carousel-type-3 .container-slide .box-logo img {
		height: 100%;
	}

	.CH-carousel-type-3 .container-slide .box-content {
		margin-left: 0;
		text-align: center;
	}

	.CH-carousel-type-3 .container-slide .box-content h4 {
		font-size: 14px;
		line-height: 20px;
	}

	.CH-carousel-type-3 .container-slide .box-content p {
		font-size: 12px;
		line-height: 18px;
		margin-top: 12px;
		margin-bottom: 28px;
		text-align: left;
	}
}

/* 新闻动态跑马灯样式 CH-carousel-type-4 */
.CH-carousel-type-4 {
	background-color: #FFF;
	height: 315px;
	width: 510px;
}

.CH-carousel-type-4 .CH-carousel-container {
	position: relative;
	text-align: left;
}

.CH-carousel-type-4 .CH-carousel-title {
	color: #FFF;
	font-size: 22px;
	line-height: 30px;
	left: 42px;
	position: absolute;
	right: 40px;
	top: 40px;
}

.CH-carousel-type-4 .CH-carousel-date {
	color: #666;
	font-size: 12px;
	line-height: 16px;
	left: 42px;
	position: absolute;
	top: 108px;
}

.CH-carousel-type-4 .CH-carousel-button {
	background: transparent;
	border-radius: 16px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 14px;
	height: 32px;
	left: 42px;
	line-height: 30px;
	padding: 0 20px;
	position: absolute;
	top: 165px;
}

.CH-carousel-type-4 .CH-carousel-img-pc {
	display: block;
}

.CH-carousel-type-4 .swiper-pagination-bullet {
	background-color: #EFF1FF;
	border-radius: 2px;
	height: 4px;
	width: 22px;
	opacity: 1;
}

.CH-carousel-type-4 .swiper-pagination-bullet-active {
	background-color: #97A7FE;
}

.CH-carousel-type-4.swiper-container-horizontal > .swiper-pagination-bullets {
	opacity: 1;
	text-align: left;
	left: 42px;
	bottom: 34px;
}

.CH-carousel-type-4 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 2px;
}

@media (max-width: 768px) {
	.CH-carousel-type-4 {
		height: 175px;
		width: 100%;
	}

	.CH-carousel-type-4 .CH-carousel-title {
		color: #FFF;
		font-size: 13px;
		line-height: 18px;
		left: 16px;
		right: 60px;
		top: 18px;
	}

	.CH-carousel-type-4 .CH-carousel-date {
		display: none;
	}

	.CH-carousel-type-4 .CH-carousel-button {
		left: 16px;
		top: 120px;
	}

	.CH-carousel-type-4 .swiper-pagination-bullet {
		height: 2px;
		left: 16px;
		width: 11px;
	}

	.CH-carousel-type-4.swiper-container-horizontal > .swiper-pagination-bullets {
		left: 16px;
	}

	.CH-carousel-type-4 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 1px;
	}
}

.CH-carousel-type-5 {
	height: 315px;
}

.CH-carousel-type-5 .swiper-slide {
	width: 272px;
}

/* 首屏布局 */
.section-firstScreen {
	overflow: hidden;
}

.section-firstScreen .col-carousel {
	float: left;
	height: 320px;
	width: 940px;
}

.section-firstScreen .col-broadcast {
	float: right;
	height: 320px;
	width: 240px;
}

@media (max-width: 768px) {
	.section-firstScreen .col-carousel {
		float: none;
		height: 340px;
		width: 100%;
	}

	.section-firstScreen .col-broadcast {
		float: none;
		height: 305px;
		margin-top: 10px;
		width: 100%;
	}
}

/* 首屏新闻板 */
.CH-card-broadcast {
	background: #FFF url(https://img1.jcloudcs.com/portal/channel/retail/bg-news.png) no-repeat center bottom;
	background-size: 100%;
	height: 320px;
	padding: 30px 16px;
	width: 100%;
}

.CH-card-broadcast .list-news + .list-news {
	margin-top: 28px;
}

.CH-card-broadcast .list-news-title {
	border: 1px solid #E0E0E0;
	border-radius: 10px;
	color: #999;
	display: inline-block;
	height: 20px;
	margin-bottom: 4px;
	padding: 0 8px;
}

.CH-card-broadcast .list-news-desc {
	color: #666;
	font-size: 12px;
	line-height: 20px;
}

.CH-card-broadcast .list-news-desc a {
	color: #666;
}

.CH-card-broadcast .list-news-desc a:hover {
	text-decoration: none;
	color: #4762fe;
}

@media (max-width: 768px) {
	.CH-card-broadcast {
		background: #FFF url(https://img1.jcloudcs.com/portal/channel/retail/bg-news-m.png) no-repeat center bottom;
		float: none;
		height: 305px;
		padding: 18px 20px;
	}
}

.CH-collapse {
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
}

.CH-collapse-item-header {
	background: #FFF;
	border-bottom: 1px solid #eee;
	color: #212121;
	font-size: 14px;
	height: 48px;
	line-height: 48px;
	padding: 0 20px;
}

.CH-collapse-item-header a {
	display: inline-block;
	line-height: 48px;
}

.CH-collapse-item-header .iconfont {
	float: right;
	padding: 0 6px;
}

.CH-collapse-item-body {
	border-bottom: 1px solid #eee;
	display: none;
	padding: 20px;
}

.CH-collapse-item.is-selected .CH-collapse-item-body {
	display: block;
}

.CH-collapse-item.is-selected .CH-collapse-item-header a {
	color: #4762FE;
}

.CH-collapse-item.is-selected .CH-collapse-item-header .iconfont {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
  /* IE 9 */
	-moz-transform: rotate(180deg);
  /* Firefox */
	-webkit-transform: rotate(180deg);
  /* Safari 和 Chrome */
	-o-transform: rotate(180deg);
	color: #4762FE;
}

.CH-collapse-item-body .CH-card + .CH-card {
	margin-top: 15px;
}

.section-case {
	font-size: 14px;
	line-height: 20px;
}

.section-case .section-case-title {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 24px;
}

.section-case .section-case-desc {
	color: #666666;
	line-height: 24px;
	margin-bottom: 28px;
}

.section-case .section-case-feature {
	margin-bottom: 16px;
}

.section-case .section-case-feature li {
	display: inline-block;
	padding-left: 8px;
	position: relative;
	margin-right: 18px;
	margin-bottom: 5px;
}

.section-case .section-case-feature li:before {
	background-color: #999;
	content: '';
	position: absolute;
	width: 2px;
	height: 2px;
	border-radius: 1px;
	top: 9px;
	left: 0;
}

.section-case .section-case-product {
	margin-bottom: 38px;
}

.section-case .section-case-product strong {
	margin-left: 20px;
	font-weight: normal;
}

.section-case .section-case-product strong a:hover {
	color: #4762FE;
	text-decoration: underline;
}

.section-case .section-case-button {
	background-color: #4762FE;
	border-radius: 16px;
	color: #fff;
	display: inline-block;
	height: 32px;
	line-height: 30px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 20px 0 0;
}

.section-case .section-case-button:hover {
	background-color: #5f77ff;
	color: #fff;
	text-decoration: none;
}

.section-case .section-case-link {
	color: #4762FE;
}

.section-case .section-case-link:hover {
	text-decoration: underline;
}

@media (max-width: 768px) {
	.CH-collapse-item-body {
		padding: 20px 0;
	}

	.section-case-m .col-image {
		height: auto;
		padding: 0 20px;
		overflow: hidden;
		width: 100%;
	}

	.section-case-m .col-content {
		background: #FFF;
	}

	.section-case-m .section-case-title {
		display: none;
	}

	.section-case-m .section-case-feature {
		margin-top: 24px;
		margin-bottom: 14px;
	}

	.section-case-m .section-case-feature li {
		display: inline-block;
		font-size: 12px;
		line-height: 18px;
		margin-bottom: 10px;
		padding-left: 12px;
		position: relative;
		width: 48%;
	}

	.section-case-m .section-case-feature li:before {
		background-color: #999;
		content: '';
		position: absolute;
		width: 4px;
		height: 4px;
		border-radius: 2px;
		top: 7px;
		left: 0;
	}

	.section-case-m .section-case-product label {
		display: block;
	}

	.section-case-m .section-case-product strong {
		color: #4762FE;
		font-size: 12px;
		font-weight: normal;
		line-height: 24px;
		margin-right: 20px;
	}

	.section-case-m .section-case-product strong a {
		color: #4762FE;
		display: inline-block;
	}

	.section-case-m .section-case-button {
		background-color: #4762FE;
		border-radius: 16px;
		color: #fff;
		display: block;
		width: 146px;
		height: 32px;
		margin: 35px auto 0 auto;
		line-height: 32px;
		text-align: center;
		padding: 0 45px;
	}

	.section-case-m .section-case-button2 {
		color: #4762FE;
		display: block;
		margin: 10px auto 0 auto;
		text-align: center;
	}

	.section-case-m .section-case-link {
		text-align: center;
		display: block;
		margin: 20px auto 0 auto;
		width: 100px;
	}
}

.section-finance .CH-card {
	height: 285px;
}

.section-finance .CH-card-header {
	padding-bottom: 0;
}

.section-finance .CH-card-body {
	margin-top: 9px;
}

.section-finance .CH-card-desc {
	margin-bottom: 18px;
}

@media (max-width: 768px) {
	.section-finance-m .CH-card-header {
		padding-bottom: 0;
	}

	.section-finance-m .CH-card-body {
		margin-top: 9px;
		height: 140px;
	}

	.section-finance-m .CH-card-desc {
		margin-bottom: 18px;
	}
}

.section-advantage .CH-card,
.section-deploy .CH-card {
	height: 300px;
}

.section-advantage .CH-card-body,
.section-deploy .CH-card-body {
	margin: 0;
}

.section-advantage .CH-card-body .CH-list {
	width: 80%;
}

@media (max-width: 768px) {
	.section-advantage .CH-card,
  .section-deploy .CH-card {
		padding: 16px 20px;
		height: auto;
	}

	.section-advantage .CH-card-icon,
  .section-deploy .CH-card-icon {
		display: block;
		float: left;
		height: auto;
		margin-top: 8px;
		width: 64px;
	}

	.section-advantage .CH-card-icon .CH-icon img,
  .section-deploy .CH-card-icon .CH-icon img {
		width: 64px;
	}

	.section-advantage .CH-card-header.is-align-center,
  .section-deploy .CH-card-header.is-align-center {
		margin-left: 90px;
		text-align: left;
		padding: 0 0 8px 0;
	}

	.section-advantage .CH-card-title,
  .section-deploy .CH-card-title {
		font-size: 14px;
	}

	.section-advantage .CH-card-body,
  .section-deploy .CH-card-body {
		line-height: 20px;
		margin: 0 0 0 90px;
		text-align: left;
	}

	.section-advantage .CH-list .CH-list-item,
  .section-deploy .CH-list .CH-list-item {
		font-size: 12px;
	}

	.section-advantage .CH-card-body .CH-list {
		width: 100%;
	}
}

/* 行业 */
.section-solution {
	display: block;
}

.section-solution-m {
	display: none;
}

@media (max-width: 768px) {
	.section-solution {
		display: none;
	}

	.section-solution-m {
		display: block;
	}
}

/* 案例 */
.section-case {
	display: block;
}

.section-case-m {
	display: none;
}

@media (max-width: 768px) {
	.section-case {
		display: none;
	}

	.section-case-m {
		display: block;
	}
}

/* 金融企业服务 */
.section-finance {
	display: block;
}

.section-finance-m {
	display: none;
}

@media (max-width: 768px) {
	.section-finance {
		display: none;
	}

	.section-finance-m {
		display: block;
	}
}

/* 零售楼层样式 */
.retail .col-12 .bg-wt {
	background-color: #fff;
}

.retail .col-12 .mg-0 {
	margin-left: 0;
}

.retail .col-12 .pd-0 {
	padding-left: 0;
}

.retail h3 {
	font-size: 32px;
	color: #212121;
	margin-bottom: 40px;
	font-weight: 600;
	text-align: center;
}

.retail-nf-item {
	box-sizing: border-box;
	height: 335px;
	background: url(https://img1.jcloudcs.com/portal/channel/retail/rp-pc.jpg) no-repeat center bottom #FFF;
	background-size: cover;
	padding: 0 20px;
}

.retail-nf-item h5 {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	padding-top: 30px;
}

.retail-nf-item p {
	padding-top: 45px;
	font-size: 12px;
	line-height: 22px;
	color: #fff;
}

.retail-nf-item .text-link {
	display: inline-block;
	margin-top: 70px;
	color: #fff;
	font-size: 14px;
}

.retail-nf-item .text-link:hover {
	color: #fff;
}

.retail-nf-item2 {
	box-sizing: border-box;
	height: 335px;
	background: #FFF;
	background-size: cover;
	padding: 0 20px;
}

.retail-white.retail-nf-item2 {
	background: #fff;
}

.retail-nf-item2 h5 {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	line-height: 80px;
	padding: 0 20px;
	border-bottom: 1px solid #eee;
}

.retail-nf-item2 p {
	font-size: 12px;
	color: #666;
	line-height: 22px;
	margin: 20px 0px;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 9;
	overflow: hidden;
}

.retail-white.retail-nf-item2 p {
	line-height: 18px;
}

.retail-nf-item2 .detail li {
	font-size: 12px;
	color: #333;
	line-height: 20px;
}

.retail-nf-item3 {
	box-sizing: border-box;
	height: 335px;
	background: #FFF;
	background-size: cover;
	padding: 0 20px;
}

.retail-nf-item3 h5 {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	line-height: 80px;
	padding: 0 20px;
	border-bottom: 1px solid #eee;
}

.retail-nf-item3 p {
	font-size: 12px;
	color: #666;
	line-height: 18px;
	margin: 20px 0px;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 9;
	overflow: hidden;
}

.retail-nf-item3 .retail-btn {
	background: #304ffe;
	font-size: 14px;
	padding: 4px 10px;
	margin-top: 50px;
}

.retail .row.retail-list {
	margin-top: 18px;
	margin-left: -10px;
}

.retail-list .col-3 {
	padding-left: 10px;
}

.retail-list .col-3 .re-block {
	background: #fff;
	padding: 15px;
	overflow: hidden;
	height: 104px;
}

.retail-list .col-3 .re-block a:hover {
	text-decoration: none;
}

.retail-list .col-3 .re-block:hover {
	box-shadow: 0px 3px 7px 0px rgba(56, 90, 186, 0.1);
}

.retail-list .col-3 .re-block span {
	display: block;
	font-size: 12px;
	width: 65px;
	color: #999;
	border-radius: 20px;
	border: 1px solid #e2e2e2;
	text-align: center;
}

.retail-list .col-3 .re-block .re-des {
	font-size: 12px;
	margin-top: 10px;
	color: #666;
	line-height: 22px;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.retail-list .col-3 .re-block .re-des:hover {
	color: #3171ff;
}

.retail-list .col-3 .re-block .re-left {
	float: left;
	width: 200px;
}

.retail-list .col-3 .re-block .re-right {
	float: right;
	width: 62px;
	height: 74px;
}

.CH-list {
	min-height: 80px;
}

@media (max-width: 768px) {
	.retail .col-12 .col-3 .retail-nf-item2, .retail .col-12 .col-3 .retail-nf-item3 {
		pointer-events: none;
	}

	.retail .col-12 .col-3 .bdr-bt {
		border-bottom: 1px solid #ececec;
	}

	.retail h3 {
		font-size: 16px;
		margin-bottom: 40px;
	}

	.retail-pr {
		padding: 0 20px;
	}

	.retail .col-3 {
		padding-left: 0px;
	}

	.retail-nf-item {
		box-sizing: border-box;
		height: 218px;
		background: url(https://img1.jcloudcs.com/portal/channel/retail/rp-rwd.jpg) no-repeat center bottom #FFF;
		background-size: cover;
		padding: 0 20px;
	}

	.retail-nf-item h5 {
		font-size: 14px;
		color: #fff;
		font-weight: bold;
		padding-top: 24px;
	}

	.retail-nf-item p {
		padding-top: 28px;
		font-size: 12px;
		line-height: 20px;
		color: #fff;
		width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}

	.retail-nf-item .text-link {
		margin-top: 30px;
	}

	.retail-nf-item2 h5 {
		padding: 0px;
		border: none;
		font-size: 14px;
		font-weight: normal;
		line-height: 50px;
	}

	.retail-nf-item2 {
		height: auto;
	}

	.retail-nf-item2 p {
		margin: 10px 0px 20px 0px;
		line-height: 20px;
	}

	.retail-nf-item2 .detail {
		border-bottom: 1px solid #eee;
		padding-bottom: 20px;
	}

	.retail-white.retail-nf-item2 .detail {
		border-bottom: none;
		padding-bottom: 20px;
	}

	.retail .row.retail-list {
		margin-left: 0px;
		margin-top: 0px;
	}

	.retail-nf-item3 h5 {
		padding: 0px;
		border: none;
		font-size: 14px;
		font-weight: normal;
		line-height: 50px;
	}

	.retail-nf-item3 .retail-btn {
		background: #304ffe;
		font-size: 14px;
		padding: 3px 30px;
		margin-top: 15px;
	}

	.retail-nf-item3 {
		height: auto;
	}

	.retail-nf-item3 .retail-spem {
		border-bottom: 1px solid #eee;
		padding-bottom: 20px;
	}

	.retail-list .col-3 .re-block {
		margin-top: 10px;
	}
}

.CH-button-primary {
	background-color: #4762FE;
	border-radius: 16px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	height: 32px;
	line-height: 32px;
	padding: 0 20px;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	transition: all .25s ease;
}

.CH-button-primary:hover {
	background-color: #5f77ff;
	color: #fff;
	text-decoration: none;
}

.CH-col-workflow {
	margin-bottom: 20px;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
	padding: 30px 15px;
}

.CH-col-workflow .workflow-list {
	display: inline-block;
	overflow: hidden;
	position: relative;
}

.CH-col-workflow .workflow-list:before {
	content: '';
	height: 1px;
	border-top: 2px dashed #4762fe;
	top: 35px;
	left: 90px;
	right: 90px;
	position: absolute;
}

.CH-col-workflow .workflow-list-item {
	float: left;
	width: 150px;
	margin: 0 35px;
}

.CH-col-workflow .workflow-list-item i {
	background: #4762fe;
	border-radius: 50%;
	box-sizing: border-box;
	display: block;
	height: 70px;
	margin: 0 auto;
	position: relative;
	width: 70px;
}

.CH-col-workflow .workflow-list-item i:before {
	content: "";
	border: 5px solid #FFF;
	border-radius: 50%;
	box-sizing: border-box;
	height: 66px;
	left: 2px;
	position: absolute;
	top: 2px;
	width: 66px;
}

.CH-col-workflow .workflow-list-item i span {
	color: #fff;
	display: table-cell;
	height: 70px;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	padding: 0 20px;
	vertical-align: middle;
	width: 70px;
}

.CH-col-workflow .workflow-list-item p {
	color: #333;
	font-size: 12px;
	line-height: 20px;
	padding: 30px 0 0 0;
	text-align: left;
	height: 90px;
}

.CH-col-workflow .CH-button-primary {
	margin-top: 20px;
}

.CH-col-question {
	float: left;
	width: 900px;
	padding: 30px 20px;
}

.CH-col-question dd {
	color: #666;
}

.CH-col-question h4 {
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 30px;
}

.CH-col-question dl {
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.CH-col-question dt {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 15px;
}

.CH-col-question dt a:hover {
	color: #4762fe;
}

.CH-col-question dt a:hover {
	text-decoration: none;
}

.CH-col-question .box-help {
	color: #999;
	line-height: 18px;
	padding-top: 15px;
}

.CH-col-question .box-help a {
	color: #4762fe;
	font-size: 14px;
	margin-right: 20px;
}

.CH-col-question .box-help a:hover {
	text-decoration: underline;
}

.CH-col-practice dd {
	color: #666;
	font-size: 12px;
	line-height: 20px;
}

.CH-col-practice dd a {
	color: #4762fe;
}

.CH-col-practice {
	float: right;
	width: 290px;
	padding: 30px 20px;
	height: 445px;
}

.CH-col-practice h4 {
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 30px;
}

.CH-col-practice dl {
	padding-bottom: 15px;
}

.CH-col-practice dt {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 15px;
}

.CH-col-practice dt a:hover {
	color: #4762fe;
}

.CH-col-practice dd {
	color: #666;
	font-size: 12px;
	line-height: 20px;
}

.CH-col-practice dd + dd {
	padding-top: 10px;
}

.CH-col-practice dd a {
	color: #4762fe;
	font-size: 14px;
}

.CH-col-practice dd a:hover {
	text-decoration: underline;
}

@media (max-width: 768px) {
	.section-service {
		padding: 0 20px;
	}

	.CH-col-workflow {
		margin-bottom: 10px;
	}

	.CH-col-workflow {
		margin-bottom: 10px;
		text-align: center;
		padding: 30px 15px;
	}

	.CH-col-workflow .workflow-list {
		display: inline-block;
		overflow: hidden;
		position: relative;
	}

	.CH-col-workflow .workflow-list:before {
		content: '';
		height: auto;
		border-top: 0;
		border-left: 1px dashed #4762fe;
		top: 0px;
		left: 7px;
		right: 8px;
		bottom: 50px;
		position: absolute;
	}

	.CH-col-workflow .workflow-list-item {
		float: none;
		width: 100%;
		margin: 0;
		height: 62px;
		text-align: left;
	}

	.CH-col-workflow .workflow-list-item i {
		height: 15px;
		width: 15px;
		float: left;
	}

	.CH-col-workflow .workflow-list-item i:before {
		border: 2px solid #FFF;
		height: 13px;
		left: 1px;
		top: 1px;
		width: 13px;
	}

	.CH-col-workflow .workflow-list-item i span {
		color: #333;
		position: absolute;
		display: block;
		left: 30px;
		top: -2px;
		padding: 0;
		width: 100px;
	}

	.CH-col-workflow .workflow-list-item p {
		padding: 20px 0 0 0;
		margin-left: 30px;
		text-align: left;
		height: 40px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 270px;
	}

	.CH-col-workflow .CH-button-primary {
		margin: 0 auto;
		width: 145px;
	}

	.CH-col-question {
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}

	.CH-col-question h4 {
		font-size: 16px;
		line-height: 16px;
		margin-bottom: 40px;
	}

	.CH-col-question dl {
		border: 0;
	}

	.CH-col-question dt {
		color: #333;
		font-size: 14px;
		font-weight: bold;
		line-height: 18px;
		margin-bottom: 15px;
	}

	.CH-col-question dd {
		color: #666;
	}

	.CH-col-practice {
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}

	.CH-col-practice h4 {
		font-size: 16px;
		line-height: 16px;
		margin-bottom: 40px;
	}

	.CH-col-question .box-help {
		text-align: center;
	}

	.CH-col-question .box-help a {
		background: #4762fe;
		border-radius: 16px;
		height: 32px;
		color: #fff;
		display: inline-block;
		line-height: 32px;
		text-align: center;
		font-weight: normal;
		margin: 0 0 8px 0;
		width: 145px;
	}

	.CH-col-question .box-help span {
		display: block;
	}
}

.CH-carousel-type-2 .swiper-slide img.on {
	box-shadow: 3px 6px 9px 2px rgba(236, 241, 250, 0.95);
}

/* 20200721 */
.platform-core-pc {
	display: block;
}

.platform-core-m {
	display: none;
}

.fl7 .CH-carousel-type-1 {
	width: auto;
	height: 240px;
}

.fl7 .CH-carousel-type-1.swiper-container-horizontal > .swiper-pagination-bullets {
	left: 0;
	bottom: 16px;
	text-align: center;
	z-index: 10;
	position: absolute;
	text-align: center;
	-webkit-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
	width: 100%;
}

.fl7 .row {
	margin-top: 20px;
}

.fl7 .col-3 {
	text-align: center;
}

.fl7 .partner {
	text-align: center;
}

.fl7 .partner a {
	display: inline-block;
	font-size: 14px;
	line-height: 22px;
	color: #5162fa;
	margin: 0 0 30px;
}

.fl7 .partner a:hover {
	text-decoration: underline;
}

.fl7 .swiper-container {
	z-index: 0;
}

.fl7 .CH-panel {
	margin: 0 20px;
}

.fl7 .row .col-3 img {

	height: 60px;
	margin: 20px 0;
}

@media (max-width: 768px) {
	.jdc-rwd .platform-core-pc {
		display: none;
	}

	.jdc-rwd .platform-core-m {
		display: block;
	}

	.jdc-rwd .fl7 .row .col-xs-6 img {
		width: 170px;
		height: 60px;
		margin: 10px 0;
	}
}

.section-cloudPlateform {
	display: block;
	background: url(https://img1.jcloudcs.com/portal/channel/retail/yd-pc.jpg) no-repeat center center #FFF;
	background-size: cover;
	height: 528px;
}

.CH-section-cloudPlateform {
	display: block;
}

.CH-section-cloudPlateform .desc {
	font-size: 14px;
	font-weight: 400;
	color: white;
	line-height: 20px;
	margin-bottom: 30px;
}

.CH-section-cloudPlateform .detail-plateform .row {
	margin-left: -20px;
}

.CH-section-cloudPlateform .detail-plateform .row .col-4 {
	padding-left: 20px;
}

.CH-section-cloudPlateform .detail-plateform .row .col-4 .block {
	margin: 0 auto;
	text-align: center;
	background-image: -moz-linear-gradient(92deg, #4f66eb 0%, #3046c5 100%);
	background-image: -webkit-linear-gradient(92deg, #4f66eb 0%, #3046c5 100%);
	background-image: -ms-linear-gradient(92deg, #4f66eb 0%, #3046c5 100%);
	background-image: linear-gradient(182deg, #4f66eb 0%, #3046c5 100%);
	height: 220px;
}

.CH-section-cloudPlateform .detail-plateform .row .col-4 .block .detail-img {
	text-align: center;
	height: 88px;
	width: 88px;
	margin-top: 16px;
}

.CH-section-cloudPlateform .detail-plateform .row .col-4 .block .detail-text {
	display: block;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
}

.CH-section-cloudPlateform .detail-plateform .row .col-4 .block .detail-desc {
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	margin-top: 14px;
	color: #fff;
	text-align: left;
	padding: 0 28px;
}

.CH-section-cloudPlateform .detail-plateform .btn-block {
	margin: 45px auto 0px;
	text-align: center;
}

.CH-section-cloudPlateform .detail-plateform .btn-block .btn {
	width: 96px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background: #fff;
	font-size: 14px;
	color: #212121;
	border-radius: 18px;
}

.CH-section-cloudPlateform .detail-plateform .btn-block .btn:hover {
	background: #e0e0e0;
}

.section-cloudPlateform-m {
	display: none;
}

.CH-section-cloudPlateform-m {
	display: none;
}

@media (max-width: 768px) {
	.section-cloudPlateform {
		display: none;
	}

	.CH-section-cloudPlateform {
		display: none;
	}

	.section-cloudPlateform-m {
		display: block;
	}

	.CH-section-cloudPlateform-m {
		display: block;
		background: url(https://img1.jcloudcs.com/portal/channel/retail/yd-m.jpg) no-repeat center center #FFF;
		background-size: cover;
		height: 520px;
	}

	.CH-section-cloudPlateform-m .desc {
		font-size: 12px;
		margin: 0 20px;
		font-weight: 400;
		color: white;
		line-height: 20px;
		padding-top: 25px;
		margin-bottom: 23px;
	}

	.CH-section-cloudPlateform-m .detail-plateform .row {
		background: linear-gradient(92deg, #4f66eb 0%, #3046c5 100%);
		background-image: -moz-linear-gradient(92deg, #4f66eb 0%, #3046c5 100%);
		background-image: -webkit-linear-gradient(92deg, #4f66eb 0%, #3046c5 100%);
		background-image: -ms-linear-gradient(92deg, #4f66eb 0%, #3046c5 100%);
		background-image: linear-gradient(182deg, #4f66eb 0%, #3046c5 100%);
		margin: 0 15px;
	}

	.CH-section-cloudPlateform-m .detail-plateform .row .col-xs-12 .block {
		padding: 12px 0px;
		margin: 0 20px;
		border-bottom: 1px solid #fff;
		overflow: hidden;
	}

	.CH-section-cloudPlateform-m .detail-plateform .row .col-xs-12 .block.bottom-block {
		border: none;
	}

	.CH-section-cloudPlateform-m .detail-plateform .row .col-xs-12 .block .detail-img {
		height: 50px;
		width: 50px;
		float: left;
	}

	.CH-section-cloudPlateform-m .detail-plateform .row .col-xs-12 .block .right-block {
		float: left;
		margin-left: 16px;
		width: 224px;
	}

	.CH-section-cloudPlateform-m .detail-plateform .row .col-xs-12 .block .right-block .detail-text {
		display: block;
		font-weight: bold;
		font-size: 14px;
		color: #fff;
	}

	.CH-section-cloudPlateform-m .detail-plateform .row .col-xs-12 .block .right-block .detail-desc {
		font-size: 12px;
		font-weight: 400;
		line-height: 18px;
		margin-top: 14px;
		color: #fff;
	}

	.CH-section-cloudPlateform-m .detail-plateform .btn-block {
		margin: 25px auto 0px;
		text-align: center;
	}

	.CH-section-cloudPlateform-m .detail-plateform .btn-block .btn {
		width: 146px;
		height: 32px;
		line-height: 32px;
		text-align: center;
		background: #fff;
		font-size: 14px;
		color: #212121;
		border-radius: 18px;
	}
}

.jdc-header-mini {
	z-index: 1100 !important;
}