@charset "utf-8";

.page{
	max-width: 1200px;
	margin: 0 auto;
	margin-bottom: 100px;
}
.page .img{
	margin-bottom: 30px;
}
.page .img img{
	width: 70px;
}
.product-item{
	position: relative;
}
.product-item p{
	position: absolute;
	top:10%;
	right: 8%;
	writing-mode: vertical-lr;
	background-color: #e6212b;
	color: #fff;
	padding: 10px 2px;
	font-size: 18px;
	letter-spacing: 2px;
}
@media(max-width:800px){
	.page{
		margin-bottom: 40px;
	}
	.product-item p{
		display: none;
	}
	.dropnavm .cn{
		padding:0 4px;
	}
	.dropnavm .ac:after,
	.dropnavm .ac:before{
		bottom:0;
	}
}
.product-slider {
	position: relative;
	cursor: grab;
}
.slick-arrow {
	width: 59px;
	height: 54px;
	position: absolute;
	display: block;
	z-index: 66;
	background-color: transparent;
	border: 0;
}
.product-slider .prev-nav {
	background: url(../images/fixed/left_l.png) no-repeat;
	background-size: cover;
	bottom: 10%;
	right: 30%
}
.product-slider button {
	display: none !important;
}
.product-slider:hover button {
	display: block !important;
}
.product-slider .next-nav {
	background: url(../images/fixed/left_r.png) no-repeat;
	background-size: cover;
	bottom: 10%;
	right: 20%
}
.mimg {
	display: none !important;
}
@media screen and (max-width:1024px) {
	.mimg {
		display: block !important;
	}
	.pcimg {
		display: none !important;
	}
	.product-slider .prev-nav {
		left: 35%
	}
	.product-slider .next-nav {
		right: 35%
	}
}
@media screen and (max-width:800px) {
	.product-slider button {
		display: block !important;
	}
	.product-slider .prev-nav {
		left: 30%;
		bottom: 4%;
	}
	.product-slider .next-nav {
		right: 30%;
		bottom: 4%;
	}
}
@media screen and (max-width:767px) {
	.slick-arrow {
		width: 40px;
		height: 34px;
	}

}
