@charset "utf-8";

.product-section {
	padding-bottom: 10px;
	position: relative;
}

.product-title {
	padding: 50px 10px 30px;
	font-weight: 400;
	font-size: 36px;
	line-height: 46px;
	color: #252b3a;
	text-align: center;
	color: #fff
}

.product-wrapper {
	max-width: 1200px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: auto;
	margin-right: auto;
	position: relative
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1
}

.product-features .product-body {
	margin: 0 25px
}

.product-features .product-body:after {
	content: "";
	width: 100%;
	height: 2px;
	background: #5c3828;
	background-size: 100% auto;
	background-position: center;
	position: absolute;
	top: 35px;
	left: 0;
	z-index: 0;
}

.features-item {
	position: relative;
	float: left
}

.features-slide .features-item>* {
	text-align: center
}

.features-item h3 {
	font-size: 18px;
	line-height: 28px;
	/* margin-bottom: 50px; */
	color: #87592e;
	opacity: .7;
	transition: all .1s;
	font-weight: bold;
}

.features-item i {
	position: absolute;
	width: 75%;
	height: 33px;
	background: url(../images/productBase-features-timeline.png) no-repeat;
	background-size: contain;
	background-position: right center;
	left: -25%;
	margin-left: 10px;
	top: 35px;
	z-index: 3
}

.features-item .features-info {
	display: block;
	margin: 0 auto;
	padding: 0 5px;
	transition: all .3s;
	border-radius: 2px;
	text-indent: 2em;
}

.features-item .features-info .features-info-i {
	font-size: 14px;
	color: #a0a2a8;
	line-height: 22px;
	margin-bottom: 20px;
}

.features-item .features-info .features-info-s {
	font-size: 14px;
	color: #87592e;
	line-height: 24px;
	overflow: hidden;
}

.features-item.dark i {
	background: url(../images/productBase-features-timeline-dark.png) no-repeat;
	background-size: contain;
	background-position: right center
}

.features-item:hover h3 {
	font-size: 22px;
	line-height: 28px;
	opacity: .9
}

.features-item:hover i {
	width: 75%;
	margin-left: 13px;
	background: url(../images/productBase-features-timeline-hover.png) no-repeat;
	background-size: contain;
	background-position: right center
}

.features-item:hover a {
	background: url(../images/productBase-features-info.png) no-repeat;
	background-size: 100% 100%
}

.product-features .swiper-button-prev {
	width: 13px;
	height: 23px;
	left: -15px;
	top: 0%;
	background: 0 0;
}

.product-features .swiper-button-prev:after {
	content: "";
	display: inline-block;
	position: absolute;
	width: 15px;
	height: 30px;
	background: url(../images/l2.png) no-repeat;
	background-size: 100% 100%;
	top: 43px;
	left: 50%;
	margin-left: 40px;
}

.product-features .swiper-button-next {
	width: 13px;
	height: 23px;
	right: 39px;
	top: 0;
	background: 0 0;
}

.product-features .swiper-button-next:after {
	content: "";
	display: inline-block;
	position: absolute;
	width: 15px;
	height: 30px;
	background: url(../images/r2.png) no-repeat;
	background-size: 100% 100%;
	top: 43px;
	left: 50%;
	right: 80px;
}

@media only screen and (max-width:993px){
	.product-section {
		padding-bottom: 0px;
		position: relative;
	}
	
	.product-title {
		padding: 50px 10px 30px;
		font-weight: 400;
		font-size: 36px;
		line-height: 46px;
		color: #252b3a;
		text-align: center;
		color: #fff
	}
	
	.product-wrapper {
		max-width: 1200px;
		padding-left: 0px;
		padding-right: 0px;
		margin-left: auto;
		margin-right: auto;
		position: relative;
	}
	
	.swiper-container {
		margin-left: auto;
		margin-right: auto;
		position: relative;
		overflow: hidden;
		z-index: 1
	}
	
	.product-features .product-body {
		margin: 0;
	}
	
	.product-features .product-body:after {
		content: "";
		width: 100%;
		height: 2px;
		background: #5c3828;
		background-size: 100% auto;
		background-position: center;
		position: absolute;
		top: 35px;
		left: 0;
		z-index: 0;
	}
	
	.features-item {
		position: relative;
		float: left
	}
	
	.features-slide .features-item>* {
		text-align: center
	}
	
	.features-item h3 {
		font-size: 18px;
		line-height: 28px;
		/* margin-bottom: 50px; */
		color: #87592e;
		opacity: .7;
		transition: all .1s;
		font-weight: bold;
	}
	
	.features-item i {
		position: absolute;
		width: 75%;
		height: 33px;
		background: url(../images/productBase-features-timeline.png) no-repeat;
		background-size: contain;
		background-position: right center;
		left: -25%;
		margin-left: 10px;
		top: 35px;
		z-index: 3
	}
	
	.features-item .features-info {
		display: block;
		margin: 0 auto;
		padding: 0 5px;
		transition: all .3s;
		border-radius: 2px;
		text-indent: 2em;
	}
	
	.features-item .features-info .features-info-i {
		font-size: 14px;
		color: #a0a2a8;
		line-height: 22px;
		margin-bottom: 20px;
	}
	
	.features-item .features-info .features-info-s {
		font-size: 14px;
		color: #87592e;
		line-height: 24px;
		overflow: hidden;
	}
	
	.features-item.dark i {
		background: url(../images/productBase-features-timeline-dark.png) no-repeat;
		background-size: contain;
		background-position: right center
	}
	
	.features-item:hover h3 {
		font-size: 22px;
		line-height: 28px;
		opacity: .9
	}
	
	.features-item:hover i {
		width: 75%;
		margin-left: 13px;
		background: url(../images/productBase-features-timeline-hover.png) no-repeat;
		background-size: contain;
		background-position: right center
	}
	
	.features-item:hover a {
		background: url(../images/productBase-features-info.png) no-repeat;
		background-size: 100% 100%
	}
	
	.product-features .swiper-button-prev {
		width: 13px;
		height: 23px;
		left: -11px;
		top: 0%;
		background: 0 0;
	}
	
	.product-features .swiper-button-prev:after {
		content: "";
		display: inline-block;
		position: absolute;
		width: 15px;
		height: 30px;
		background: url(../images/l2.png) no-repeat;
		background-size: 100% 100%;
		top: 43px;
		left: 50%;
		margin-left: 0px;
	}
	
	.product-features .swiper-button-next {
		width: 13px;
		height: 23px;
		right: 9px;
		top: 0;
		background: 0 0;
	}
	
	.product-features .swiper-button-next:after {
		content: "";
		display: inline-block;
		position: absolute;
		width: 15px;
		height: 30px;
		background: url(../images/r2.png) no-repeat;
		background-size: 100% 100%;
		top: 43px;
		left: 50%;
		right: 80px;
	}
}