/* productList */
#productList ul {font-size: 0;display: flex;flex-wrap: wrap;justify-content: center;}
#productList ul li {position: relative;overflow: hidden;margin: 20px 20px 50px;width: calc((100% / 3) - 40px);}
#productList ul li .photo{background-repeat: no-repeat;background-position: 50% 50%;background-size: cover;}
#productList ul li img { position: relative; width: 100%; z-index: 1; }
#productList ul li a { position: absolute; width: 100%; height: 100%; display: block; top: 0; left: 0; z-index: 3; }
#productList ul li .info {margin-top: 20px;}
#productList ul li .info h3 {height: auto;font-weight: normal;font-size: 20px;color: #f27b50;-webkit-line-clamp: 1;text-align: center;}
#productList ul li .info p {overflow: hidden;height: auto;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;margin-top: 10px;font-size: 15px;text-align: justify;line-height: 200%;padding: 0 10px;}
#productList ul li .info:after{content:'';width: 35px;height: 2px;background: #f27b50;display: block;margin: 30px auto 0;position: relative;}

/* top_product */
#top_product{display:flex;flex-wrap: wrap;justify-content: space-between;}
#top_product >div{width:calc(50% - 40px);margin: 0;}
#top_product img{width:100%;}

/* 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;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-bottom: 40px;}
.productinfo .info h3{font-size: 20px;font-weight: 500;}
.productinfo .info p{font-size: 16px;margin: 15px 0;text-align: justify;font-weight: 300;}
.productinfo .info ol{margin: 15px 0;text-align: justify;font-weight: 300;padding-left: 30px;}
.productinfo .info li{list-style: decimal-leading-zero;font-weight: 300;margin: 5px 0;}
.productinfo .row.rightBox {margin: 0;}
.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 {}
.productinfo .row .btns a {padding: 10px 35px;display: inline-block;color: #fff;background: #f27b50;border-radius: 50px;}
.productinfo .row .btns a.addcar { background: #ff575f; color: #fff; }
.productinfo .row .btns a.ask {}

/* productTabs */
#productTabs ul.tabs { margin: 50px 0 20px; font-size: 0; }
#productTabs ul.tabs li { display: inline-block; }
#productTabs ul.tabs li a { margin: 5px 20px 5px 0; padding: 10px 25px; border: 1px #e5e5e5 solid; display: inline-block; color: #8a8d91; }
#productTabs ul.tabs li.active a {background: #414141;border-color: #414141;color: #fff;}
#productTabs #tabs_container { padding-top: 35px; border-top: 1px #e5e5e5 solid; }

@media screen and (max-width:1360px) {
}
@media screen and (min-width:1281px) {
}
@media screen and (max-width:1280px) {
	#productList ul li { margin: 20px 10px; width: calc((100% / 3) - 20px); }
	#productList ul li .info { top: 0; }
	.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) {
	#top_product >div{width:100%;}
	#productList ul li { margin: 20px; width: calc(50% - 40px); }
	.imglist >div a.photo img { max-width: initial; }
	#top_product .productinfo {margin-top: 40px;}
	.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); }
	.imglist >div a.photo img { height: 70vw; }
	.wrap #content .productinfo .row h2 { font-size: 7vw; }
	.productinfo .row.rightBox { width: 100%; }
	#productTabs ul.tabs li a{margin-right:10px;padding: 10px 15px;}
}
@media screen and (max-width:500px) {
	#productList ul { text-align: center; }
	#productList ul li { width: calc(80% - 20px); }
}
@media screen and (max-width:400px) {
	#productList ul li { width: calc(100% - 20px); }
}