.use-as {

}
.use-as-banner {
	border: 1px solid #e7e7e7;
	border-width: 1px 0 1px 0;
	background-color: #f4f4f4;
	padding-top: 38px;
	padding-bottom: 45px;
	text-align: center;
	
}
.use-as-banner > .banner-title,
.use-as-banner > .banner-desc {
	position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 8px;
}
.use-as-banner > .banner-title {
	color: #4997ee;
    margin-bottom: 26px;
    margin-top: 0px;
}
.use-as-banner > .banner-desc {
    
}


.use-as-content {
	padding: 30px 20px 0 20px;
	max-width: 1170px;
	position: relative;
	margin: 0 auto;
}
.use-as-demo > iframe 	{
	border: 2px solid white;
	box-shadow: 0px 0px 3px gray;
	width: 100%;
	height: 540px;
}
.use-as-keywords {
	color: #457DA9;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: bold;
	text-align: center;
	padding: 4px 15px 10px 15px;
	line-height: 26px;
}
.use-as-keywords > span {
	margin-right: 20px;
}
.use-as-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;
}
.use-as-video > .video-title {
	text-align: center;
	color: #4997ee;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 44px;
	padding: 8px 0;
}
.use-as-video > .video-content {
	
}
.use-as-video .video-img {
	float: right;
	cursor: pointer;
	position: relative;
	border: 2px solid white;
	box-shadow: 0px 0px 3px gray;
	margin: 6px 0 17px 24px;
}
.use-as-video .video-img > img {
	width: 100%;
	max-width: 320px;
	max-height: 180px;
}
.use-as-online-btn {
	width: 100%;
	border-radius: 0px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	padding: 10px;
}

.use-as-steps {
	padding: 40px 0 54px 0;
	overflow: hidden;
}
.use-as-steps > h4 {
	font-size: 30px;
	font-size: 3.0rem;
	color: #4997ee;
	line-height: 36px;
	font-weight: 300;
	text-align: center;
	padding: 40px 0;
}

.use-as-steps > .row {
	margin: 30px 0 60px 0;
}
.use-as-left {
	float: left;
	padding: 0;
}
.use-as-right {
	float: right;
	padding: 0;
	cursor: pointer;
}
.use-as-right > img {
	width: 100%;
}
.use-as-steps>.row:nth-child(2n+1)>.use-as-left  {
	float: right;
}
.use-as-steps>.row:nth-child(2n+1)>.use-as-right {
  	float: left;
}
.use-as-step-content {
	margin-top: 24px;
	line-height: 24px;
	margin-bottom: 17px;
}
.use-as-step-content > h3 {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #000000;
	padding-bottom: 5px;
}
.use-as-step-content > p {
	color: rgb(99, 105, 108);
}
.use-as-step-hover {
	position: absolute;
	height: 100px;
	width: 100px;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -50px;
	border-radius: 100%;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.8);
	color: #888;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.use-as-step-hover > i {
	font-size: 50px;
	font-size: 5.0rem;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
}
.use-as-right:hover .use-as-step-hover {
	background: white;
}


.use-as-next-page {
	text-align: center;
	padding: 0px 0 10px 0;
	font-size: 21px;
	font-size: 2.1rem;
}
.use-as-next-page > a {
	color: #4997ee;
}
.use-as-next-page > a:hover {
	text-decoration: underline;
}

.use-as-example {
	position: relative;
}
.use-as-example > .demo-title {
	font-size: 30px;
	font-size: 3.0rem;
	color: #4997ee;
	line-height: 36px;
	font-weight: 300;
	text-align: center;
	padding: 70px 0 0 0;
	margin: 0;
}
.use-as-example .example-container {
	padding: 0px 8px 6px 8px;
	margin-top: -15px;
}
.use-as-example-panel {
	position: relative;
	display: inline-block;
	text-align: center;
	width: 100%;
}
.use-as-example-panel > div {
	position: absolute;
	height: 100%;
}
.use-as-example-panel > .shelf-left {
	width: 200px;
	background: url("/example/img/shelf1.png");
}
.use-as-example-panel > .shelf-mid {
	left: 200px;
	right: 200px;
	background: url("/example/img/shelf2.png");
}
.use-as-example-panel > .shelf-right {
	width: 200px;
	right: 0;
	background: url("/example/img/shelf3.png");
}
.use-as-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;*/
}
.use-as-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;
}
.use-as-explame-demo > p {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 211px;
	font-size: 12px;
	font-size: 1.2rem;
	color: #777;
}
.use-as-explame-demo .demo-mask {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 1;
	opacity: 0;
	left: 0%;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.use-as-explame-demo .demo-img {
	max-height: 185px;
	max-width: 150px;
	position: relative;
}
.use-as-explame-demo > div:hover {
	bottom: 10px;
}
.use-as-explame-demo > div:hover .demo-mask {
	opacity: 0.4;
}


/*  ImageSlider  */
.image-slider-img-container {
	position: relative;
	text-align: center;
	padding: 30px 0;
}
.image-slider-img-container > .inner-img {
	position: relative;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.image-slider-img-container > .inner-img > img {
	max-width: 100%;
	display: inline-block;
	min-height: 160px;
}
.image-slider-info {
	line-height: 22px;
	padding-left: 7px;
	position: relative;
	padding: 0 240px 8px 13px;
	min-height: 80px;
}
.image-slider-info > .info-title {
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 4px;
}
.image-slider-info > .info-desc {

}
.image-slider-btn-panel {
	position: absolute;
	right: 24px;
	bottom: 13px;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
}
.image-slider-btn-panel > div {
	padding: 24px 22px;
}
.image-slider-btn-panel > .prev-btn {
	margin-right: 17px;
}
@media (max-width: 767px) {
	.use-as-video .video-img {
		margin-left: 0px;
	}
}