.product-feature {

}
.product-feature-banner {
	border: 1px solid #e7e7e7;
	border-width: 1px 0 1px 0;
	background-color: #f4f4f4;
	padding-top: 38px;
	padding-bottom: 45px;
	text-align: center;
}
.product-feature-banner > .banner-title {
	color: #4997ee;
	margin-bottom: 26px;
	margin-top: 0px;
}
.product-feature-banner > .banner-desc {

}
.product-feature-content {
	padding-top: 30px;
}
.product-feature-demo > iframe 	{
	border: 2px solid white;
	box-shadow: 0px 0px 3px gray;
	width: 100%;
	height: 540px;
}
.product-feature-video {
	padding: 0 20px 20px 20px;
	border: 1px solid #ddd;
	color: rgb(99, 105, 108);
	margin-top: 24px;
	line-height: 22px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.product-feature-video > .video-title {
	text-align: center;
	color: #4997ee;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 44px;
	padding: 8px 0;
}
.product-feature-video > .video-content {
	
}
.product-feature-video .video-img {
	float: right;
	cursor: pointer;
	position: relative;
	border: 2px solid white;
	box-shadow: 0px 0px 3px gray;
	margin: 6px 0 17px 24px;
	/*margin: 6px 0 17px 0px;*/
}
.product-feature-video .video-img > img {
	width: 100%;
	max-width: 320px;
	max-height: 180px;
}

.product-feature-steps {
	padding: 40px 0 54px 0;
	overflow: hidden;
}
.product-feature-steps > h4 {
	color: #4997ee;
	font-weight: bold;
	font-size: 20px;
	font-size: 2.0rem;
}
.product-feature-steps > .af-left {
	margin-left: -15px;
	
	margin-right: -15px;
}
.product-feature-steps > .af-right {
	margin-right: -15px;
}
@media (max-width: 767px) {
	.product-feature-steps > .af-right {
		margin-right: 0px;
		margin-left: -15px;
	}
	.product-feature-steps > .af-left {
		margin-right: -15px;
		margin-left: 0px;
	}

	.product-feature-video .video-img {
		margin-left: 0px;
	}
}

.product-feature-steps .each-step {
	line-height: 24px;
	color: rgb(99, 105, 108);
	padding: 8px 0;
}
.product-feature-steps .each-step > .step-title {
	font-weight: bold;
	font-size: 15px;
	font-size: 1.5rem;
}
.product-feature-steps .each-step > .step-desc {
	padding: 6px 0;
}
.product-feature-steps .each-step > .step-img {
	text-align: center;
	padding: 10px 4px;
}
.product-feature-steps .each-step > .step-img > img {
	width: 100%;
	max-width: 530px;
	display: inline-block;
	border: 2px solid white;
	box-shadow: 0px 0px 3px gray;
}
.product-feature-next-page {
	text-align: center;
	padding: 0px 0 10px 0;
	font-size: 21px;
	font-size: 2.1rem;
}
.product-feature-next-page > a {
	color: #4997ee;
}
.product-feature-next-page > a:hover {
	text-decoration: underline;
}

.product-feature-example {
	position: relative;
}
.product-feature-example .example-container {
	padding: 6px 8px 6px 8px;
}
.product-feature-example-panel {
	position: relative;
	display: inline-block;
	text-align: center;
	width: 100%;
}
.product-feature-example-panel > div {
	position: absolute;
	height: 100%;
}
.product-feature-example-panel > .shelf-left {
	width: 200px;
	background: url("/example/img/shelf1.png");
}
.product-feature-example-panel > .shelf-mid {
	left: 200px;
	right: 200px;
	background: url("/example/img/shelf2.png");
}
.product-feature-example-panel > .shelf-right {
	width: 200px;
	right: 0;
	background: url("/example/img/shelf3.png");
}
.product-feature-explame-demo {
	width: 150px;
	height: 185px;
	position: relative;
	margin: 0px 17px;
	display: inline-block;
	text-align: center;
	margin-top: 59px;
	margin-bottom: 31px;
	/*margin-top: 56px;
	margin-bottom: 34px;*/
}
.product-feature-explame-demo > a {
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	display: block;
	position: absolute;
	width: 100%;
	bottom: 0;
	max-height: 100%;
}
.product-feature-explame-demo > p {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 213px;
	font-size: 12px;
	font-size: 1.2rem;
	color: #777;
}
.product-feature-explame-demo .demo-mask {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 1;
	opacity: 0;
	left: 0%;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.product-feature-explame-demo .demo-img {
	max-height: 185px;
	max-width: 150px;
	position: relative;
}
.product-feature-explame-demo > div {
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	display: block;
	width: 100%;
	bottom: 0;
	max-height: 100%;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
}
.product-feature-explame-demo > div:hover {
	bottom: 10px;
}
.product-feature-explame-demo > div:hover .demo-mask {
	opacity: 0.4;
}