/* productList */
#productBox .list { font-size: 0; }
#productBox .list .item {overflow: hidden;width: calc((100% / 4) - 3px);display: inline-block;border: 1px solid #e1e1e1;transition: all 400ms ease;-webkit-box-shadow: 0 0 15px rgb(0 0 0 / 5%);-moz-box-shadow: 0 0 15px rgba(0,0,0,0.05);-ms-box-shadow: 0 0 15px rgba(0,0,0,0.05);-o-box-shadow: 0 0 15px rgba(0,0,0,0.05);box-shadow: 0 0 15px rgb(0 0 0 / 5%);}
#productBox .list .item img {position: relative;width: 100%;z-index: 1;}
#productBox  {}
#productBox .bgTxt {position: absolute;width: 100%;font-weight: 700;text-align: center;font-size: 10vw;color: rgb(245, 245, 245);z-index: -1;bottom: -19vw;left: 0;font-family: 'Cabin', sans-serif;-webkit-transform: skewX(-10deg);transform: skewX(-10deg);}
#productBox .list {position: relative;z-index: 2;}
#productBox .list .item {position: relative;margin: 0 -1px -1px;}
#productBox .list .item img {position: relative;width: 100%;z-index: 0;}
#productBox .list .item a {width: 100%;height: 100%;display: block;top: 0;left: 0;background-size: 100%;}
#productBox .list .item .info {/* position: absolute; *//* bottom: 70px; */-webkit-transition: all 0.6s linear;-o-transition: all 0.6s linear;transition: all 0.6s linear;-webkit-transform: translateY(0);-ms-transform: translateY(0);transform: translateY(0);opacity: 1;}
#productBox .list .item .info h3 {padding: 0 9%;height: 40px;font-weight: normal;color: #fff;-webkit-line-clamp: 2;}
#productBox .list .item .info h3 font{
    font-size: 22px;
    font-weight: bold;
}
#productBox .list .item .text-clamp {
    margin: 10px;
}
#productBox .list .item .text-clamp font{
    margin: 10px;
    color: rgb(13, 13, 13);
    font-size: 17px;
    letter-spacing: 1.2px;
}
#productBox .list .item .info .more a {
  display: inline-block;
  /* width: 146px; */
  /* height: 45px; */
  line-height: 160%;
  font-size: 20px;
  font-weight: bold;
  font-family: "Lato", "å¾®è»Ÿæ­£é»‘é«”", sans-serif;
  letter-spacing: 1px;
  text-align: end;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: rgb(45 45 45);
  position: relative;
  z-index: 10;
  /* background-color: rgb(105 105 105); */
  padding: 10px 40px 20px 0px;
}

#productBox .list .item .info .more a:before {
  content: "";
  position: absolute;
  right: 30px;
  top: 44%;
  border-top: 2px solid rgb(156, 156, 156);
  border-right: 2px solid rgb(156, 156, 156);
  width: 8px;
  height: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-animation: anti01 1.5s forwards cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  animation: anti01 1.5s forwards cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}

#productBox .list .item:hover .info .more a {
  background-color: rgb(204 180 135);
  color: #fff;
  border-color: rgb(255 255 255 / 56%);
}

#productBox .list .item .info .more a:hover:before {
  border-color: #fff;
}

@-webkit-keyframes anti01 {
  0% {
    right: 30px;
    opacity: 0;
  }
  100% {
    right: 15px;
    opacity: 1;
  }
}

@keyframes anti01 {
  0% {
    right: 30px;
    opacity: 0;
  }
  100% {
    right: 15px;
    opacity: 1;
  }
}
#productBox .list .item .info p {/* padding: 13px 20px; *//* background: #fff; */}



/* imglist */
.imglist >div a.photo img:first-child { position: absolute; width: 100%; height: 100; top: 0; left: 0; opacity: 0; z-index: -999; }

/* productinfo */
#content .imglist.slick-initialized.slick-slider {
    width: 50%;
    display: inline-block;
    margin-right: -2%;
}
.productinfo {position: relative;padding: 30px 30px;background: #fff;box-shadow: 0 0 30px rgba(0, 0, 0, .15);font-size: 0;width: 35%;display: inline-block;margin-right: 0%;}
.productinfo .btn {position: absolute;top: -65px;right: 0px;}
.productinfo .btn a {position: relative;color: #a2a2a2;text-align: center;}
.productinfo .btn a#nextBtn:before {color: #e0e0e0;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 {width: calc(100% - 0px);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: #5f5f5f;}
.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: 0px;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 0px;font-size: 0;text-align: center;}
#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: #545454;border-color: #545454;color: #fff;margin: 5px 10px 0px 0;}
#productTabs #tabs_container { padding-top: 35px; border-top: 1px #e5e5e5 solid; }

.download-btn{position: absolute; top: 0; right: 0;padding:10px 20px;margin:10px 0;background-color:#4CAF50;border-radius:5px;border:none;font-size:16px;font-weight:bold;color:#ffffff;text-decoration:none;transition:background-color 0.3s}
.download-btn:hover{background-color:#3e8e41}

@media screen and (max-width:1360px) {
	.productinfo { width: calc(95% - 0px); }
	#content .imglist.slick-initialized.slick-slider{width: 100%;    margin-bottom: 0px;}
}
@media screen and (min-width:1281px) {
	#productList ul li:hover img { background: rgba(27, 28, 56, .4); }
	#productList ul li:hover .info { top: 0; }
	.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 { background: #ff575f; border-color: #ff575f; 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: 20px;width: calc(100% - 40px);}
	.productinfo .btn { right: 20px; }
}
@media screen and (max-width:1140px) {
	#productBox .list .item{
    width: calc((100% / 3) - 3px);
}
	#productBox .list .item .info .more a{
    font-size: 16px;
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-align: center;
    padding: 10px 20px 10px 0px;
    margin-bottom: 12px;
}
	}
@media screen and (max-width:1024px) {
	.productinfo .row.rightBox { margin: 40px 0 0 0; width: 40%; }
}
@media screen and (max-width:980px) {
	#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; }
#productBox .list .item .text-clamp {margin: 10px 0;}
#productBox .list .item .text-clamp font {font-size: 17px;letter-spacing: 0.2px;}
	#productBox .list .item .info{}
#productBox .list .item {
    overflow: hidden;
    width: calc((100% / 2) - 0px);
    display: inline-block;
}
.download-btn{padding:10px 10px;margin:3px 0;font-size: 13px;}
}
@media screen and (max-width:640px) {
	#productList ul li { margin: 20px 10px; width: calc(50% - 20px); }
	.productinfo {padding: 20px 20px;width: calc(100% - 40px);}
	.imglist >div a.photo img { height: 70vw; }
	.wrap #content .productinfo .row h2 {font-size: 6vw;margin-top: 0px;}
	.productinfo .row.rightBox {width: 100%;margin: 10px 0 0 0;}
}
@media screen and (max-width:500px) {
	#productList ul { text-align: center; }
	#productList ul li { width: calc(80% - 20px); }
#productBox .list .item .info .more a{
    /* padding: 10px 20px 20px 0px; */
}
}
@media screen and (max-width:400px) {
	#productList ul li { width: calc(100% - 20px); }
}