#products main{
    background-color: #eee;
    min-height:calc(100vh - 155px);
    overflow: hidden;
}

.rwd-products-class-title{
	display: none;
}
.products-class-box{
	font-size: 0;
	display: block;
	text-align: center;
	padding-top: 30px;
	margin-bottom: 10px;
}
.products-class{
	display: inline-block;
	margin-bottom: 10px;
	letter-spacing: 2px;
	font-size: 16px;
	padding:5px 10px;
	position: relative;
	margin: 0 1px;
}

.products-list-box{
	width: 1580px;
	max-width: 100%;
	font-size: 0;
	display: block;
	min-height: 640px;
	margin: 0 auto;
	margin-bottom: 10px;
}
.products-list{
	width: 300px;
	height: 300px;
	max-width: 100%;
	display: inline-block;
	vertical-align: top;
	position: relative;
	overflow: hidden;
	margin-right: 20px;
	margin-bottom: 20px;
}
.products-list-box .products-list:nth-child(5n+5){
	margin-right: 0;
}
.products-list-img{
	width: 100%;
	height: 100%;
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.products-page-img img{
	max-height: 100%;
}

/*-----------------products-page-------------*/
.products-page-box{
	height: calc(100vh - 155px);
    overflow: auto;
    box-sizing: border-box;
}
#products-page main{
	background-color: #eee;
}
#products-page .products-class-box{
	margin-bottom: 20px;
}
.products-page-img-box{
	width: 100%;
	display: block;
}
.products-page-b-img{
	width: 700px;
	max-width: 100%;
	display: block;
	height: 480px;
}
.products-page-img{
	width: 100%;
	height: 100%;
	display: block;
	cursor: pointer;
}
.products-page-img i{
	position: absolute;
	font-size: 50px;
	opacity: 0.5;
	color: #FFF;
	z-index: 3;
	top: calc(50% - 25px);
	left:  calc(50% - 25px);
}
.products-page-img iframe{
	width: 100%;
	height: 100%;
}
.products-page-img-mask{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,0.6);
	transition: all .3s linear;

}
.slick-current .products-page-img-mask{
	background-color: transparent;
	pointer-events: none;
}
.products-page-info-box{
	width: 700px;
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.products-page-s-img-box{
	width: 700px;
	max-width: 100%;
	font-size: 0;
	display: block;	
	margin: 0 auto;
	margin-top: 10px;
}
.products-page-s-img{
	width: 40px;
	height: 40px;
	display: inline-block;
	margin-right: 10.5px ;
	position: relative;
	cursor: pointer;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.products-page-s-img-bg{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;

}
.products-page-title{
	font-size: 18px;
	letter-spacing: 2px;
	display: block;
	font-weight: bold;
	margin-top: 20px;
	color: #007db6;
}
.products-page-title2{
	font-size: 16px;
	letter-spacing: 2px;
	display: block;
	color: #555;
	margin-top: 10px;
}
.products-edit-box{
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 2;
	margin-top: 20px;
}
.products-page-line{
	width: 100%;
	height: 1px;
	display: block;
	background-color: #ddd;
	margin: 10px 0;
}
.products-page-link-box{
	width: 100%;
	display: block;
}
.products-page-prev{
	font-size: 14px;
	color: #555;
	display: block;
	letter-spacing: 2px;
	float: left;
}
.products-page-next{
	font-size: 14px;
	color: #555;
	display: block;
	letter-spacing: 2px;
	float: right;
}
.products-page-s-img.slick-current{
	border: 2px solid #007db6;
	box-sizing: border-box;
}


.products-class-hover-top1{
	width: 10px;
	height: 1px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	transform-origin: left;
	background-color: #007db6;
}
.products-class-hover-top2{
	width: 10px;
	height: 1px;
	display: block;
	position: absolute;
	transform-origin: right;
	top: 0;
	right: 0;
	background-color: #007db6;
}
.products-class-hover-right1{
	width: 1px;
	height: 10px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #007db6;
	transform-origin: top;
}
.products-class-hover-right2{
	width: 1px;
	height: 10px;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #007db6;
	transform-origin: bottom;
}
.products-class-hover-bottom1{
	width: 10px;
	height: 1px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #007db6;
	transform-origin: left;
}
.products-class-hover-bottom2{
	width: 10px;
	height: 1px;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #007db6;
	transform-origin: right;
}
.products-class-hover-left1{
	width: 1px;
	height: 10px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #007db6;
	transform-origin: top;
}
.products-class-hover-left2{
	width: 1px;
	height: 10px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #007db6;
	transform-origin: bottom;
}
.products-page-b-img{
	border: 1px solid rgba(255,255,255,0.6);
	box-sizing: border-box;
}
.products-page-b-img-box{
	font-size: 0;	
	text-align: center;
	white-space: nowrap;
}
.products-page-b-img {
	display: inline-block;
}
.products-page-link-box a{
	transition: all .3s linear
}
.products-page-link-box a:hover{
	color: #007db6;
	font-weight: bold;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{
	border-radius: 20px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	border-radius: 20px;
}
#products-page .slick-prev:before, 
#products-page .slick-next:before{
	display: none;
}
#products-page .slick-prev, 
#products-page .slick-next{
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	opacity: 1;
}

#products-page .slick-prev{
	background-image: url('../img/arrow-left.png');
}
#products-page .slick-next{
	background-image: url('../img/arrow-right.png');
}