.nuxt-progress {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 2px;
	width: 0;
	opacity: 1;
	-webkit-transition: width .1s,opacity .4s;
	transition: width .1s,opacity .4s;
	background-color: #000;
	z-index: 999999
}

.nuxt-progress.nuxt-progress-notransition {
	-webkit-transition: none;
	transition: none
}

.nuxt-progress-failed {
	background-color: red
}

.relative {
	position: relative;
	background: #222
}

.isabsolute {
	position: absolute;
	background: ""
}

.solution-floor-hd {
	padding: 50px 0;
	line-height: 40px;
	font-size: 24px;
	text-align: center;
	color: #0989c5
}

.solution-floor-bd {
    padding-top:10px;
	padding-bottom: 20px
}

.solution-floor-title {
	line-height: 40px;
	font-size: 24px;
	color: #0989c5
}

.solution-case-list {
	display: table;
	padding: 20px 0;
	box-shadow: 0 0 21px rgba(134,194,225,.3)
}

.solution-case-item {
	box-sizing: border-box;
	display: table-cell;
	border-right: 1px solid #eee;
	padding: 0 15px;
	width: 20.5%;
	text-align: center;
	min-height: 350px;
	overflow: hidden
}

.solution-case-item.on:last-child,.solution-case-item:last-child {
	border: none
}

.solution-case-item .img-wrap {
	padding: 20px 0 18px;
	max-height: 40px
}

.solution-case-item .solution-case-img {
	height: 40px
}

.solution-case-item .ct-title {
	padding-top: 14px;
	line-height: 32px;
	font-size: 18px;
	color: #333
}

.solution-case-item .ct-des {
	margin-top: 14px;
	min-height: 48px;
	color: #666;
	line-height: 24px;
	font-size: 14px;
	text-align: left
}

.solution-case-item.on {
	width: 38.333333333333336%;
	border-right: 1px solid #eee
}

.solution-case-item.on .ct-title {
	text-align: left;
	color: #0989c5
}

.solution-case-item.on .img-wrap {
	float: left;
	margin-left: 20px;
	width: 60px;
	height: 60px;
	line-height: 60px
}

.solution-case-item.on .solution-case-img {
	max-width: 100%;
	height: auto
}

.solution-case-item.on .ct-wrap {
	padding-left: 105px
}

.solution-case-item.on .solution-case-sub {
	clear: both;
	display: block;
	border-top: 1px solid #eee
}

.solution-case-sub {
	display: none;
	padding: 25px 38px 20px;
	margin-top: 15px;
	position: relative
}

.solution-case-sub:after {
	content: "";
	position: absolute;
	border: 10px solid transparent;
	border-bottom-color: #eee;
	top: -20px;
	left: 40px
}

.solution-case-sub:before {
	content: "";
	position: absolute;
	border: 10px solid transparent;
	border-bottom-color: #fff;
	top: -19px;
	left: 40px;
	z-index: 9
}

.solution-case-sub li {
	position: relative;
	padding-left: 20px;
	line-height: 24px;
	font-size: 14px;
	color: #666;
	text-align: left
}

.solution-case-sub li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #999
}


/*
.solution-fw .solution-fw-img {
	float: left;
	width: 70.83333333333334%;
	height: 580px;
	line-height: 580px;
	text-align: center
}

.solution-fw .solution-fw-img img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle
}

.solution-fw .solution-fw-img-col {
	width: 100%
}

.solution-fw .solution-fw-detail {
	box-sizing: border-box;
	width: 26.666666666666664%;
	padding: 2%;
	margin-bottom: 90px;
	float: right;
	background: #f9fdff;
	text-align: center;
	box-shadow: 0 0 21px rgba(134,194,225,.3)
}

.solution-fw .solution-fw-detail .tit {
	font-size: 18px;
	text-align: center;
	padding-bottom: 20px;
	color: #333
}

.solution-fw .solution-fw-detail .txt {
	color: #666;
	line-height: 26px;
	text-align: left;
	height: 410px;
	margin-bottom: 20px;
	overflow-y: auto
}

.solution-fw .solution-fw-detail .jdc-btn {
	margin-bottom: 10px
}
*/
.solution-case .col-5 {
	padding-left: 20px;
	height: 280px;
	line-height: 280px;
	text-align: center
}

.solution-case .col-5 img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle
}

.solution-case .col-7 {
	padding: 0 60px 0 40px
}

.solution-case .detail .tit {
	font-size: 18px;
	padding: 16px 0 20px;
	color: #333
}

.solution-case .detail .txt {
	color: #666;
	line-height: 26px;
	text-align: left;
	height: 130px;
	margin-bottom: 20px;
	overflow-y: auto
}

.jdc-solution-floor-bg {
	min-height: 563px;
	background-color: #0c5682;
	background-position: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(//static-portal.jdcloud.com/jcloud/jc/2.2.0/widget/jdc-solution/i/bg-scenes.jpg)
}

.jdc-solution-floor-bg .solution-floor-title {
	color: #fff
}

.solution-case-tabs {
	padding-left: 15px;
	border-bottom: 1px solid #7387b7
}

.solution-case-tabs .tab-item {
	float: left;
	color: #fff;
	font-size: 18px;
	height: 44px;
	line-height: 44px;
	margin-right: 50px;
	border-bottom: 2px solid transparent;
	cursor: pointer
}

.solution-case-tabs .tab-item.active {
	border-bottom-color: #fff
}

.solution-case-tabs .tab-item:last-child {
	margin-right: 0
}

.solution-case-box {
	color: #fff
}

.solution-case-box .case-item {
	font-size: 14px;
	padding-top: 40px;
	overflow: hidden
}

.solution-case-box .case-item .case-cont {
	width: 48.75%;
	line-height: 24px;
	padding-left: 15px
}

.solution-case-box .case-item .case-cont p {
	margin-bottom: 16px
}

.solution-case-box .case-item .case-cont .case-link {
	color: #00aeff;
	margin-right: 20px
}

.solution-case-box .case-item .case-cont .case-link:hover {
	color: #00aeff
}

.solution-case-box .case-item .case-cont .tit {
	font-size: 16px;
	color: #fff;
	margin-right: 0
}

.solution-case-box .case-item .case-cont .jdc-btn {
	margin-top: 24px
}

.solution-case-box .case-item .case-features {
	color: #666
}

.solution-case-box .case-item .case-features dt {
	font-size: 16px
}

.solution-case-box .case-item .case-features dd {
	font-size: 14px
}

.solution-case-box .case-item .case-image {
	float: right;
	width: 44.166666666666664%;
	height: 270px;
	background-size: contain!important
}

.solution-case-box .case-item .case-image img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: top
}

.solution-case-box .case-item-hd {
	display: none;
	position: relative;
	padding: 0 20px;
	line-height: 60px;
	font-size: 16px;
	color: #333
}

.solution-case-box .case-item-hd:after {
	content: "";
	position: absolute;
	top: 22px;
	display: block;
	width: 6px;
	height: 6px;
	margin: auto;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border: 2px solid #333;
	border-top: none;
	border-right: none;
	right: 22px
}

.solution-case-box .case-item-hd.active {
	color: #2186FF 
}

.solution-case-box .case-item-hd.active:after {
	top: 24px;
	border: 2px solid #2186FF;
	border-bottom: none;
	border-left: none
}

.retail-advantage {
	font-size: 0
}

.retail-advantage .col-3 {
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: center
}

.retail-advantage .col-3:nth-child(n+5) {
	margin-top: 30px
}

.solution-icon {
	display: inline-block;
	width: 96px;
	height: 96px;
	line-height: 96px;
	border-radius: 50%;
	background: linear-gradient(80deg,#0989c5,#995cb6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0989c5",endColorstr="#995cb6",GradientType=1)
}

.solution-icon img {
	max-width: 46px
}

.retail-advantage-title {
	position: relative;
	padding: 25px 0;
	line-height: 34px;
	font-size: 18px;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.retail-advantage-title:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 8px;
	margin-left: -10px;
	width: 20px;
	height: 2px;
	background-color: #999
}

.retail-advantage-des {
	margin: 18px auto 0;
	width: 80%;
	text-align: left;
	line-height: 24px;
	font-size: 14px;
	color: #666
}

.solution-products {
	margin-left: -15px
}

.solution-products .col-4 {
	padding-left: 15px
}

.solution-products .solution-products-item {
	box-sizing: border-box;
	background: #fff;
	padding: 0 0 00px;
	border: 1px solid #e0e0e0;
	box-shadow: 0 0 17px rgba(134,194,225,.3);
	text-align: center;
	-webkit-transition: all .3s;
	transition: all .3s
}

.solution-products .solution-products-item:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

.solution-products .solution-products-item .icon {
	text-align: center;
	/*background: #f6f8ff;*/
	height: 100px;
	line-height: 100px
}

.solution-products .solution-products-item .icon img {
	display: inline-block;
	width: 70px;
	height: 70px;
    margin-top: 15px;
}

.solution-products .solution-products-item .tit {
	min-height: 48px;
	line-height: 24px;
	font-size: 18px;
	padding: 20px 20px 10px;
	text-align: center;
	color: #333
}

.solution-products .solution-products-item .txt {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-bottom: 20px;
	color: #666;
	line-height: 30px;
	text-align: left;
	padding: 0 20px
}

.solution-products .solution-products-item .price {
	display: block;
	color: #fb6928;
	min-height: 30px;
	line-height: 30px;
	font-size: 20px;
	text-align: left;
	padding: 0 20px 25px
}

.solution-process .g-table {
	margin-bottom: 50px
}

.solution-customer .row {
	margin-left: -15px
}

.solution-customer .row .col-4,.solution-customer .row .col-8 {
	padding-left: 15px
}

.solution-customer .solution-customer-item {
	display: block;
	position: relative;
	color: #fff;
	text-align: center;
	margin-bottom: 15px;
	overflow: hidden
}

.solution-customer .solution-customer-item:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #061350;
	opacity: .45;
	-webkit-transition: opacity .2s;
	transition: opacity .2s
}

.solution-customer .solution-customer-item:hover:after {
	opacity: .35
}

.solution-customer .solution-customer-item:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.solution-customer .solution-customer-item img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

.solution-customer .solution-customer-item .detail {
	position: absolute;
	z-index: 5;
	top: 40%;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 0 20px
}

.solution-customer .solution-customer-item .detail .tit {
	font-size: 18px;
	font-weight: 700;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.solution-customer .solution-customer-item .detail .txt {
	margin-top: 20px;
	font-size: 14px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical
}

.jdc-solution-ad {
	background: #0989c5;
	background: linear-gradient(80deg,#0989c5,#995cb6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0989c5",endColorstr="#995cb6",GradientType=1);
	height: 200px;
	text-align: center;
	background-size: cover!important
}

.jdc-solution-ad a {
	display: block;
	height: 200px;
	color: #fff;
	font-size: 24px
}

.jdc-solution-ad a:after {
	width: 0;
	height: 100%;
	content: ""
}

.jdc-solution-ad a .txt,.jdc-solution-ad a:after {
	display: inline-block;
	vertical-align: middle
}

.solution-slider {
	position: relative;
	height: 300px;
	overflow: hidden
}

.solution-slider:after {
	left: 0
}

.solution-slider:after,.solution-slider:before {
	content: "";
	position: absolute;
	top: 0;
	width: 0px;
	height: 300px;
	background: #e0e0e0;
	z-index: 3
}

.solution-slider:before {
	right: 0
}

.solution-slider .solution-slider-item {
	position: relative;
	float: left;
	height: 300px;
	overflow: hidden;
	text-align: center;
	background: #fff
}

.solution-slider .solution-slider-item .item-first {
	border: 1px solid #e0e0e0;
	border-left: 0;
	height: 300px;
	box-sizing: border-box
}

.solution-slider .solution-slider-item .item-first .img-box {
	height: 100px;
	line-height: 100px;
	margin: 60px auto 0
}

.solution-slider .solution-slider-item .item-first .img-box img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle
}

.solution-slider .solution-slider-item .item-first .img-box img:after {
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle
}

.solution-slider .solution-slider-item .item-first .tit {
	font-size: 18px;
	margin-top: 20px;
	color: #fff;
	padding: 0 10px;
	overflow: hidden;
	word-wrap: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align:center;
}

.solution-slider .solution-slider-item .item-first .txt {
	margin-top: 10px;
	color: #fff;
	padding: 0 10px;
	height: 63px;
	overflow: hidden
}

.solution-slider .solution-slider-item .item-second {
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
	opacity: 0;
	border: 1px solid #525b82;
	color: #fff;
	box-sizing: border-box;
	text-align: left
}

.solution-slider .solution-slider-item .item-second .detail {
	padding: 20px 30px 0;
	height: 254px;
	overflow: hidden
}

.solution-slider .solution-slider-item .item-second .tit {
	font-size: 18px;
	color: #fff;
	text-align: left;
}

.solution-slider .solution-slider-item .item-second .txt {
	margin-top: 6px;
	line-height: 24px
}
.solution-slider .solution-slider-item .item-second .detail .txt p{
	color: #fff;
}


.solution-slider .solution-slider-item:hover .item-second {
	top: 0;
	opacity: 1;
	background-color: rgba(18,147,253,.6)
}

.solution-slider .solution-slider-item:hover .item-first .tit {
	opacity: 0;
}
.solution-slider .solution-slider-item:hover .item-first .txt {
	opacity: 0;
}

.solution-slider .solution-slider-btn {
	display: block;
	position: absolute;
	top: 0;
	z-index: 3;
	width: 30px;
	height: 300px;
	text-align: center;
	background: hsla(0,0%,85.1%,.15)
}

.solution-slider .solution-slider-btn a {
	width: 30px;
	line-height: 300px;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 28px;
	z-index: 2;
	color: #d1d1d1
}

.solution-slider .solution-slider-prev {
	left: 0
}

.solution-slider .solution-slider-next {
	right: 0
}

.solution-slider .solution-slider-btn.disabled {
	display: none
}

.solution-customer-more {
	margin-top: 15px;
	text-align: center
}

.solution-customer-more .more-link {
	font-size: 16px;
	color: #0989c5
}
.jdc-rwd .retail-advantage .icon-wrap img{
		width: 150px;
	}

@media (max-width:1200px) {
	.jdc-rwd .jdc-banner-wrap .img-box {
		right: 10px
	}
}

@media (max-width:768px) {
	.jdc-rwd .solution-floor-hd {
		padding: 15px 0
	}

	.jdc-rwd .solution-case .col-5 {
		padding-right: 20px;
		height: 202px;
		line-height: 202px
	}

	.jdc-rwd .solution-case .col-7 {
		padding: 0 20px
	}

	.jdc-rwd .solution-case .detail .tit {
		font-size: 14px;
		padding: 10px 0 6px;
		color: #333
	}

	.jdc-rwd .solution-case .detail .txt {
		-webkit-line-clamp: initial;
		font-size: 12px;
		line-height: 18px;
		height: auto;
		margin-bottom: 10px
	}

	.jdc-rwd .solution-case-list {
		display: block;
		padding: 0;
		box-shadow: none;
		border-top: 1px solid #ededed
	}

	.jdc-rwd .solution-case-item {
		display: block;
		position: relative;
		padding: 0;
		width: auto;
		min-height: 36px;
		border-right: 0;
		border-bottom: 1px solid #ededed
	}

	.jdc-rwd .solution-case-item .img-wrap {
		float: none;
		position: absolute;
		top: 44px;
		left: 10px;
		margin-left: 0;
		margin-right: 0;
		width: 30px;
		height: 30px;
		line-height: 30px;
		padding: 0
	}

	.jdc-rwd .solution-case-item .img-wrap .solution-case-img {
		height: 30px
	}

	.jdc-rwd .solution-case-item .solution-case-sub {
		margin-top: 0;
		padding: 10px 20px;
		background-color: #f7f8fa;
		border-top: 1px solid #ededed
	}

	.jdc-rwd .solution-case-item .ct-title {
		position: relative;
		text-align: left;
		padding: 15px 0 0 50px;
		line-height: 24px;
		font-size: 14px;
		color: #333
	}

	.jdc-rwd .solution-case-item .ct-title:after {
		content: "";
		position: absolute;
		top: 18px;
		display: block;
		width: 6px;
		height: 6px;
		margin: auto;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		border: 2px solid #333;
		border-top: none;
		border-right: none;
		right: 22px
	}

	.jdc-rwd .solution-case-item .ct-des {
		margin-top: 3px;
		padding: 0 40px 20px 50px;
		line-height: 18px;
		font-size: 12px;
		color: #666;
		min-height: inherit
	}

	.jdc-rwd .solution-case-item.on .ct-wrap {
		padding-left: 0
	}

	.jdc-rwd .solution-case-item.on .solution-case-sub {
		display: none
	}

	.jdc-rwd .solution-case-item.active .solution-case-sub {
		display: block
	}

	.jdc-rwd .solution-case-item.active .ct-title {
		color: #0989c5
	}

	.jdc-rwd .solution-case-item.active .ct-title:after {
		top: 20px;
		border: 2px solid #0989c5;
		border-bottom: none;
		border-left: none
	}

	.jdc-rwd .solution-case-sub:after,.jdc-rwd .solution-case-sub:before {
		content: none
	}

	.jdc-rwd .solution-case-sub li {
		float: none;
		width: auto;
		font-size: 12px;
		color: #666;
		padding: 0 0 0 8px
	}

	.jdc-rwd .solution-case-sub li:before {
		top: 9px;
		width: 4px;
		height: 4px
	}

	.jdc-rwd .solution-case-sub li+li {
		margin-top: 0
	}

	.jdc-rwd .solution-fw .solution-fw-img {
		margin: 0 10px;
		float: none;
		width: auto;
		height: 210px;
		line-height: 210px
	}

	.jdc-rwd .solution-fw .solution-fw-img-col {
		width: auto
	}

	.jdc-rwd .solution-fw .solution-fw-detail {
		float: none;
		margin: 0 10px;
		width: auto;
		padding: 0 10px;
		box-shadow: none;
		background: 0 0;
		height:auto;
	}

	.jdc-rwd .solution-fw .solution-fw-detail .tit {
		padding: 10px 0 5px;
		line-height: 24px;
		font-size: 14px;
		color: #333
	}

	.jdc-rwd .solution-fw .solution-fw-detail .txt {
		line-height: 18px;
		height: auto;
		font-size: 12px;
		margin-bottom: 10px
	}

	.jdc-rwd .jdc-solution-floor-bg {
		background: none!important;
		min-height: auto
	}

	.jdc-rwd .jdc-solution-floor-bg .solution-floor-title {
		color: #222
	}

	.jdc-rwd .solution-case-box {
		border-top: 1px solid #ededed
	}

	.jdc-rwd .case-item {
		padding-top: 0;
		display: block!important
	}

	.jdc-rwd .case-item-hd {
		display: block;
		padding-right: 50px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		border-bottom: 1px solid #ededed
	}

	.jdc-rwd .case-item-hd.active+.case-item-bd {
		display: block
	}

	.jdc-rwd .case-item-bd {
		display: none;
		padding: 10px;
		background-color: #f7f8fa;
		border-bottom: 1px solid #ededed
	}

	.jdc-rwd .solution-case-box .case-cont,.jdc-rwd .solution-case-box .case-image {
		float: none;
		width: auto
	}

	.jdc-rwd .solution-case-box .case-image {
		height: auto
	}

	.jdc-rwd .solution-case-box .case-cont {
		padding: 10px
	}

	.jdc-rwd .solution-case-box .case-cont .f-fs3 {
		font-size: 14px
	}

	.jdc-rwd .solution-case-box .case-cont p {
		margin-bottom: 15px;
		line-height: 18px;
		font-size: 12px;
		color: #666
	}

	.jdc-rwd .solution-case-box .case-cont .jdc-banner-btn {
		display: block;
		margin: 0;
		height: 40px;
		line-height: 40px;
		background-color: #37bef0;
		border-radius: 0;
		color: #fff
	}

	.jdc-rwd .solution-floor-title {
		color: #333
	}

	.jdc-rwd .retail-advantage {
		border-top: 1px solid #ededed
	}

	.jdc-rwd .retail-advantage .col-3:nth-child(n+5) {
		margin-top: 0
	}

	.jdc-rwd .retail-advantage li {
		float: none;
		display: block;
		width: auto;
		text-align: left;
		border-bottom: 1px solid #ededed
	}

	.jdc-rwd .retail-advantage .retail-advantage-title {
		padding: 15px 0 0 50px;
		line-height: 24px;
		font-size: 14px;
		color: #333;
		font-weight: bold;
		text-align:left;
	}

	.jdc-rwd .retail-advantage .retail-advantage-title:after {
		content: none
	}

	.jdc-rwd .retail-advantage .icon-wrap {
		position: absolute;
		left: 10px;
		top: 30px;
		width: 30px;
		height: 30px
	}

	.jdc-rwd .retail-advantage .solution-icon {
		width: 30px;
		height: 30px;
		line-height: 30px;
		text-align: center
	}

	.jdc-rwd .retail-advantage .solution-icon img {
		max-width: 16px;
		margin-top:8px;
	}

	.jdc-rwd .retail-advantage .solution-icon2 {
		background-position: 0 -33px
	}

	.jdc-rwd .retail-advantage .solution-icon3 {
		background-position: 0 -66px
	}

	.jdc-rwd .retail-advantage .solution-icon4 {
		background-position: 0 -100px
	}

	.jdc-rwd .retail-advantage .retail-advantage-des {
		margin: 3px 0 0;
		padding: 0 20px 15px 50px;
		width: auto;
		min-height: 36px;
		line-height: 18px;
		font-size: 12px;
		color: #666
	}

	.jdc-rwd .solution-products {
		padding: 0 10px 10px;
		margin-left: 0
	}

	.jdc-rwd .solution-products .col-4 {
		padding-left: 0
	}

	.jdc-rwd .solution-products .col-4+.col-4 {
		margin-top: 10px
	}

	.jdc-rwd .solution-products .solution-products-item {
		padding: 10px
	}

	.jdc-rwd .solution-products .solution-products-item:hover {
		-webkit-transform: none;
		transform: none
	}

	.jdc-rwd .solution-products .solution-products-item .icon {
		height: 70px;
		line-height: 70px
	}

	.jdc-rwd .solution-products .solution-products-item .icon img {
		display: inline-block;
		width: 50px;
		height: 50px
	}

	.jdc-rwd .solution-products .solution-products-item .tit {
		min-height: auto;
		padding: 5px 0;
		line-height: 26px;
		font-size: 16px;
		color: #333
	}

	.jdc-rwd .solution-products .solution-products-item .txt {
		margin-bottom: 10px;
		padding: 0;
		min-height: auto;
		height: auto;
		-webkit-line-clamp: initial;
		line-height: 22px;
		font-size: 12px
	}

	.jdc-rwd .solution-products .solution-products-item .price {
		padding: 0;
		margin: 5px 0;
		min-height: auto;
		line-height: 24px;
		font-size: 14px
	}

	.jdc-rwd .solution-process .g-table {
		margin-bottom: 16px
	}

	.jdc-rwd .solution-customer {
		padding: 0 10px
	}

	.jdc-rwd .solution-customer .row {
		margin-left: 0
	}

	.jdc-rwd .solution-customer .row .col-4 {
		padding-left: 0
	}

	.jdc-rwd .solution-customer .row .col-4:nth-child(n+4) {
		display: none
	}

	.jdc-rwd .solution-customer .row .col-8 {
		padding-left: 0
	}

	.jdc-rwd .solution-customer .row .col-8 .solution-customer-item {
		max-width: 390px;
		margin: 0 auto 15px
	}

	.jdc-rwd .solution-customer .solution-customer-item:after {
		opacity: .35
	}

	.jdc-rwd .solution-customer .solution-customer-item:hover img {
		-webkit-transform: none;
		transform: none
	}

	.jdc-rwd .solution-customer .solution-customer-item .detail {
		top: 32%
	}

	.jdc-rwd .solution-customer .solution-customer-item .detail .tit {
		font-size: 16px;
		font-weight: 700
	}

	.jdc-rwd .solution-customer .solution-customer-item .detail .txt {
		margin-top: 20px;
		font-size: 12px
	}

	.jdc-rwd .jdc-solution-ad {
		height: 150px
	}

	.jdc-rwd .jdc-solution-ad a {
		height: 150px;
		font-size: 20px
	}

	.jdc-rwd .solution-slider {
		height: auto
	}

	.jdc-rwd .solution-slider:after,.jdc-rwd .solution-slider:before {
		display: none
	}

	.jdc-rwd .solution-slider ul {
		width: auto!important;
		position: static!important
	}

	.jdc-rwd .solution-slider .solution-slider-item {
		float: none!important;
		width: 100%!important;
		height: auto!important;
		text-align: left;
		border-bottom: 1px solid #e7e9ed;
		padding: 10px;
		box-sizing: border-box;
		display: table
	}

	.jdc-rwd .solution-slider .solution-slider-item .item-first {
		display: table-cell;
		border: 0;
		height: auto;
		margin-right: 10px;
		vertical-align: middle;
		color: #fff;
	}

	.jdc-rwd .solution-slider .solution-slider-item .item-first .img-box {
		width: 80px;
		height: auto;
		line-height: inherit;
		margin: 0;
		padding-left:10px;
	}

	.jdc-rwd .solution-slider .solution-slider-item .item-first .img-box img {
		max-width: 100%;
		max-height: 100%;
		vertical-align: middle
	}

	.jdc-rwd .solution-slider .solution-slider-item .item-first .tit,.jdc-rwd .solution-slider .solution-slider-item .item-first .txt {
		display: none
	}

	.jdc-rwd .solution-slider .solution-slider-item .item-second {
		display: table-cell;
		position: static;
		height: auto;
		z-index: 2;
		-webkit-transition: none;
		transition: none;
		opacity: 1;
		border: 0;
		color: #333;
		padding-left: 10px
	}

	.jdc-rwd .solution-slider .solution-slider-item .item-second .detail {
		padding: 0;
		height: auto
	}

	.jdc-rwd .solution-slider .solution-slider-item .item-second .tit {
		font-size: 14px;
		color: #333;
	}

	.jdc-rwd .solution-slider .solution-slider-item .item-second .txt {
		font-size: 12px;
		color: #333;
		margin-top: 2px;
		line-height: 18px
	}

	.jdc-rwd .solution-slider .solution-slider-item:hover .item-second {
		top: 0;
		opacity: 1;
		background: 0 0
	}

	.jdc-rwd .solution-slider .solution-slider-btn {
		display: none
	}

	.jdc-rwd .solution-customer-more {
		margin-top: 0;
		text-align: center
	}

	.jdc-rwd .solution-customer-more .more-link {
		font-size: 14px;
		color: #999
	}
}