#pagenav a b{background: #224392;
    color: #fff;
    padding: 0 8px;
    border-radius: 8px;}

/* productList */
/*#productList {padding: 60px 0px;background: #fafafa; }*/
ul.productList {display: flex;flex-wrap: wrap;}
ul.productList li{width: calc((100% / 3) - 10px );margin: 0px 7px 14px;position: relative;}
ul.productList li a{background-size: cover;position: relative;border-radius: 5px;box-shadow: 0 1px 4px rgba(0, 0, 0, 0.23);}
ul.productList li a::after{
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	background: rgba(0,0,0,0.7);
	height: 0%;
	transition: ease .3s;
}

ul.productList li a:hover::after{height: calc(100% - 35px);}
ul.productList li a i{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);font-size: 24px;color: #fff;transition: ease .3s;opacity: 0;z-index: 3;}
ul.productList li a:hover i{opacity: 1;}
ul.productList li .protitle{position: absolute;bottom: 0px;left: 0px;width: 100%;height: 35px;background:rgba(0,0,0,0.85);color: #fff;text-align: center;padding: 5px 10px;box-sizing: border-box;}
ul.productList li .protitle p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
ul.productList li .protitle .price{display: none;}

/* products-detail sub-pro-img */
#products-detail .sub-pro-img { position: relative; margin: 0 10px; padding: 10px; background: url(/images/13/material-op50.png) #f7f7f7 center; border-radius: 10px; box-shadow: 7px 5px 10px -2px rgba(0,0,0,.1); }
#products-detail .sub-pro-img .slick-slider { margin-bottom: 0; }
#products-detail .sub-pro-img .slick-slide { transition: none; }
#products-detail .sub-pro-img .slick-slide p { overflow: hidden; background-position: 50%; background-repeat: no-repeat; background-size: auto 100%; background-color: #fff; display: block; }
#products-detail .sub-pro-img .slick-slide p img { width: 100%; }
#products-detail .sub-pro-img .slick-arrow { width: 85px; height: 85px; background: url(/images/13/img-arrow-bg.png) no-repeat center; background-size: 100%; z-index: 999; }
#products-detail .sub-pro-img .slick-prev:before ,
#products-detail .sub-pro-img .slick-next:before { font-size: 23px; font: normal normal normal 14px/1 FontAwesome; color: #254899; content: "\f053"; }
#products-detail .sub-pro-img .slick-next:before { content: "\f054"; }

/* products-detail productInfo */
#products-detail .productInfo { margin: 0 10px 35px; padding: 10px; background: url(/images/13/list-wave.svg) repeat-x center bottom; }
#products-detail .productInfo span.cat { font-size: 18px; color: #ffa436; }
#products-detail .productInfo h2 { font-size: 27px; color: #254899; }
#products-detail .productInfo a.more { margin: 15px 0; padding: 5px 30px; background: #0d3275; border-radius: 20px; display: inline-block; color: #fff; }
#products-detail .productInfo a#buy { background: #ef1234; }
#products-detail .productInfo a.more i { margin-left: 6px; vertical-align: baseline; }
#products-detail .productInfo .price { display: block; color: #3f3f3f; font-size: 18px; }
#products-detail .productInfo .price p { display: inline-block; vertical-align: baseline; }
#products-detail .productInfo .price p.old { margin-right: 10px; font-size: 15px; text-decoration: line-through; color: #858585; }
#products-detail .productInfo .price b { font-size: 20px; margin: 0 2px 0 10px; color: #e42d2d; }
#products-detail .productInfo .price p.old b { font-size: 15px; font-weight: normal; margin: 0; color: #858585; }
#products-detail .productInfo .orderfunction input[type="number"] { padding: 0 10px; width: 60px; }

/* productInfo */
#productTab { margin: 10px; }
#productTab ul.tabs li { margin-right: 10px; display: inline-block; }
#productTab ul.tabs li a { padding: 10px 30px; background: #000; display: block; color: #fff; opacity: 0.6; }
#productTab ul.tabs li.active a { box-shadow: 0 0 4px #143763; opacity: 1; }
#productTab #tabs_container .tab_content { overflow: hidden; margin: 15px 0; padding: 20px; background: url(/images/13/material-op60.png) #f1f1f1 center; box-shadow: 7px 5px 10px -2px rgba(0,0,0,.1); }


/* other-product */
#other-product{margin-top: 80px;}
#other-product .entitle{padding: 20px 0 35px;text-align: center;}
#other-product .entitle h2{display: inline-block; text-align: center;font-family: 'Roboto',sans-serif;font-size: 32px;position: relative;}
#other-product .entitle h2::after{content: "";position: absolute;left:50%;bottom: -10px;transform: translateX(-50%);width: 120px;height: 6px;background:#ef1234;}


@media screen and (min-width: 641px) {
	ul.productList li:nth-child(3n+1){margin-left: 0px;}
	ul.productList li:nth-child(3n){margin-right: 0px;}

	#other-product ul.productList li{width: calc((100% / 2) - 20px ); margin: 0px 17px 34px}
	#other-product ul.productList li:nth-child(2n+1){margin-left: 0px;}
	#other-product ul.productList li:nth-child(2n){margin-right: 0px;}
}
@media screen and (max-width: 1024px) {
	#articleBox{padding: 0px;width: 100%;}
}
@media screen and (max-width: 640px) {
	ul.productList li{width: calc((100% / 2) - 7px )}
	ul.productList li:nth-child(2n+1){margin-left: 0px;}
	ul.productList li:nth-child(2n){margin-right: 0px;}
}
@media screen and (max-width: 480px) {
	#productTab ul.tabs li { margin: 10px 10px 10px 0; }
	#productTab ul.tabs li a { padding: 10px 20px; }
}