/* productList */
#productList ul { font-size: 0; }
#productList ul li {position: relative;overflow: hidden;margin: 0 0;width: calc((100% / 3) - 40px);background: #ffffff1a no-repeat 50% / cover;box-shadow: 0 0 10px rgb(0 0 0 / 20%);display: flex;flex-direction: column;}
#productList ul.slick-dots{
    display: flex!important;
    justify-content: center;
}
#productList ul.slick-dots li{
    width: auto;
    box-shadow: unset;
}
#productList .slick-dots li.slick-active button:before{
    color: #005698;
}
#productList ul li img { position: relative; width: 100%; z-index: 1; }
#productList ul li a {position: relative;width: 100%;height: 100%;display: block;top: 0;left: 0;z-index: 3;}
#productList ul li .info {position: relative;width: 100%;height: 100%;z-index: 2;}
#productList ul li .info h3 {margin: 0 auto;padding: 68px 15%;font-weight: normal;font-size: 26px;color: #525252;-webkit-line-clamp: 2;text-align: center;font-weight: 600;}
#productList ul li .info p { padding: 13px 20px; background: #fff; }
#productList ul li a.linnk{
    padding: 5px 10px;
    margin: 0 auto 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    width: 200px;
    border-radius: 10px;
    background-image: linear-gradient(181deg, #005698 1%, #005698 25%, #0d67ac 54%, #0d4b7a 88%);
    font-size: 20px;
}
/* imglist */
.imglist >div a.photo img:first-child { position: absolute; width: 100%; height: 100; top: 0; left: 0; opacity: 0; z-index: -999; }

/* productinfo */
.productinfo { position: relative; margin: -150px auto 10px; padding: 50px 80px; width: calc(80% - 160px); background: #fff; box-shadow: 0 0 30px rgba(0, 0, 0, .15); font-size: 0; }
.productinfo .btn { position: absolute; top: 15px; right: 50px; }
.productinfo .btn a { position: relative; color: #4949a1; text-align: center; }
.productinfo .btn a#nextBtn:before { color: #8b8b9d; content: "|"; }
.productinfo .btn a span { position: absolute; width: 80px; height: 27px; display: block; text-align: center; line-height: 27px; top: 0; left: 0; -webkit-transform: translate(0) scale(0); transform: translate(0) scale(0); -webkit-transition: -webkit-transform .4s ease; transition: -webkit-transform .4s ease; transition: transform .4s ease; transition: transform .4s ease, -webkit-transform .4s ease; }
.productinfo .btn a i { text-align: center; width: 80px; height: 27px; font-size: 27px; -webkit-transform: rotate(0) scale(1); transform: rotate(0) scale(1); -webkit-transition: -webkit-transform .4s ease; transition: -webkit-transform .4s ease; transition: transform .4s ease; transition: transform .4s ease, -webkit-transform .4s ease; }
.productinfo .row { margin: 0 40px 0 0; width: calc(60% - 40px); display: inline-block; vertical-align: top; }
.productinfo .row.rightBox { margin: 40px 0 0 40px; width: calc(40% - 40px); }
.productinfo .row p.cat a { font-size: 20px; color: #db4048; }
.productinfo .row.rightBox .txt { overflow: hidden; margin: 5px 0; text-align: right; font-size: 0; }
.productinfo .row.rightBox .txt label { float: left; display: inline-block; line-height: 33px; font-size: 16px; color: #898989; }
.productinfo .row.rightBox .txt b { font-size: 17px; color: #212121; }
.productinfo .row.rightBox .txt.old b { color: #565656; text-decoration: line-through; }
.productinfo .row.rightBox .txt.offer b { font-size: 20px; color: #ff575f; }
.productinfo .row .orderfunction { overflow: hidden; margin: 5px 0; text-align: right; font-size: 0; }
.productinfo .row .orderfunction a[data-action="plusBtn"] { padding: 6px 15px; background: #262555; display: inline-block; color: #fff; vertical-align: middle; }
.productinfo .row .orderfunction input { padding: 5px 15px; width: 40px; border: #262555 solid; border-width: 1px 0; text-align: center; vertical-align: middle; }
.productinfo .row .btns { margin-top: 20px; text-align: right; }
.productinfo .row .btns a { margin: 5px 0 5px 20px; padding: 5px 15px; display: inline-block; color: #000; }
.productinfo .row .btns a.addcar { background: #ff575f; color: #fff; }
.productinfo .row .btns a.ask { border: 1px #000 solid; }

/* productTabs */
#productTabs ul.tabs {margin: 50px 0 20px;font-size: 0;display: flex;justify-content: center;}
#productTabs ul.tabs li {display: inline-block;}
#productTabs ul.tabs li a {margin: 0 0;padding: 0;/* border: 1px #e5e5e5 solid; */display: inline-block;color: #8a8d91;}
#productTabs ul.tabs li a h2{
    font-size: 30px;
    margin-top: 18px;
    margin-left: 32px;
    text-shadow: #25537db3 0.1em 0.1em 0.2em;
    font-weight: 400;
}
#productTabs ul.tabs li.active a {color: #fff;position: relative;}
#productTabs ul.tabs li.active a:before{
	content:"";
	position: absolute;
	width: 105%;
	height: 86px;
	background: url(/images/33/titleimg.png);
	background-size: cover;
	z-index: -1;
	top: 1px;
	left: 0;
	/* background: linear-gradient(143deg, #e76129 1%, #e76129 3%, #5381b3 25%, #3287c0 100%); */
	border-radius: 20px;
}
#productTabs #tabs_container {padding-top: 40px;/* border-top: 1px #e5e5e5 solid; */}

@media screen and (max-width:1360px) {
	.productinfo { width: calc(95% - 160px); }
}
@media screen and (min-width:1281px) {
	#productList ul li:hover img { background: rgba(27, 28, 56, .4); }
	#productList ul li:hover .info {}
	.productinfo .btn a:hover span { -webkit-transform: translate(0) scale(1); transform: translate(0) scale(1); }
	.productinfo .btn a:hover i { -webkit-transform: rotate(0) scale(0); transform: rotate(0) scale(0); }
	.productinfo .row .btns a:hover { background: #000; color: #fff; }
	#productTabs ul.tabs li:hover a {color: #fff;}
}
@media screen and (max-width:1280px) {
	#productList ul li { margin: 20px 10px; width: calc((100% / 3) - 20px); }
	#productList ul li img { background: rgba(27, 28, 56, .4); }
	#productList ul li .info { top: 0; }
	.productinfo { padding: 50px; width: calc(95% - 100px); }
	.productinfo .btn { right: 20px; }
}
@media screen and (max-width:1024px) {
	.productinfo .row.rightBox { margin: 40px 0 0 0; width: 40%; }
}
@media screen and (max-width:980px) {
	#productTabs ul.tabs li a h2{
	    font-size: 25px;
	    margin-left: 15px;
	    margin-top: 10px;
	}
	#productTabs ul.tabs li.active a:before{
    width: 107%;
    height: 67px;
}
	#productList ul li { margin: 20px; width: calc(50% - 40px); }
	.imglist >div a.photo img { max-width: initial; }
	.productinfo { text-align: right; }
	.productinfo .row { margin: 0; width: 100%; }
	.productinfo .row.rightBox { margin: 40px 0 0 0; width: 320px; }
}
@media screen and (max-width:640px) {
	#productList ul li { margin: 20px 10px; width: calc(50% - 20px); }
	.productinfo { padding: 40px 20px; width: calc(95% - 40px); }
	.imglist >div a.photo img { height: 70vw; }
	.wrap #content .productinfo .row h2 { font-size: 7vw; }
	.productinfo .row.rightBox { width: 100%; }
}
@media screen and (max-width:500px) {
	#productList ul {text-align: center;width: 95%;margin: 0 auto;}
	#productList ul li { width: calc(80% - 20px); }
	#productList ul li img{
	    height: 218px;
	}
	#productList ul li a{
	    background-position: center;
	    background-size: cover;
	}
	#productList ul li .info h3{
	    padding: 24px 11%;
	    font-size: 22px;
	}
	#productList ul li a.linnk{
	    font-size: 14px;
	    letter-spacing: 0.05em;
	}
	#productList .slick-prev, #productList .slick-next{
	    top: 90px;
	    width: 15px;
	    height: 15px;
	}
	#productList .slick-prev:before{
		width: 40px!important;
	    height: 40px!important;
	}
	#productList .slick-next:before{
	    width: 40px!important;
	    height: 40px!important;
	}
}
@media screen and (max-width:400px) {
	#productList ul li { width: calc(100% - 20px); }
	
}