/* productList */
#productBox .list { font-size: 0; }
#productBox .list .item {overflow: hidden;margin: 20px;width: calc((100% / 4) - 30px);display: inline-block;}
#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: 15px;}
#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-color: #000;background-size: contain;}
#productBox .list .item .info {position: absolute;width: 100%;bottom: 93px;-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 {
    padding: 20px;
    background: #fff;
}
#productBox .list .item .text-clamp font{
    color: rgb(13, 13, 13);
    font-size: 18px;
    overflow: hidden;
    height: 53px;
    display: block;
    line-height: 150%;
}
#productBox .list .item .info .more a {
  display: inline-block;
  width: 145px;
  height: 45px;
  line-height: 45px;
  font-size: 12.5px;
  font-weight: 400;
  font-family: "Lato", "微軟正黑體", sans-serif;
  letter-spacing: 1px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
  background-color: rgb(231 0 18);
  color: #fff;
}

#productBox .list .item .info .more a:before {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  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 .info .more a:hover {
  background-color: rgb(241 201 6 / 93%);
  color: #fff;
  border-color: rgba(213, 1, 16, 0.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;
  }
}

#content{display:flex;justify-content: space-between;flex-wrap: wrap;}

/* imglist */
.imglist{width:50%}
.imglist .img_box{}
.imglist .img_box img{width:100%;}
.imglist .img_nav{   margin: 10px 0 0;}
.imglist .img_nav a{margin:10px;}
.imglist .img_nav a img{}
.imglist a.photo{background-position: 50% 50%;background-size: contain;background-color: #000;}

/* productinfo */
#content .imglist.slick-initialized.slick-slider {}
.productinfo {position: relative;font-size: 0;width: 45%;display: inline-block;}
.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 {}
.productinfo .row.rightBox {
    margin-top: 30px;
    border-top: 1px solid rgb(255 255 255 / 50%);
    padding-top: 25px;
}
.productinfo .row h6{color:#fff;margin: 10px 0;font-size: 20px;font-weight: 400;}
.productinfo .row p.cat a {font-size: 20px;color: #fff;}
.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: 17px;color: #fff;font-weight: bold;}
.productinfo .row.rightBox .txt select{-webkit-appearance: none;background: url(/images/33/arrow.png) no-repeat scroll 98% center transparent;background-repeat: no-repeat;background-position: 95% 50%;background-color: rgba(209, 209, 209, 0.24);padding: 10px;border: 1px solid rgba(146, 146, 146, 0);color: #fff;width: 150px;}
.productinfo .row.rightBox .txt select option{color:#000;}
.productinfo .row.rightBox .txt b {font-size: 17px;color: #fff;}
.productinfo .row.rightBox .txt b span { display: block; text-align: right; line-height: 1; font-weight: 400; font-size: 12px; color: #898989; }
.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: 10px 25px;display: inline-block;color: #fff;text-transform: uppercase;background: #3d4d57;border-radius: 10px;}
.productinfo .row .btns a.addcar { background: #ff575f; color: #fff; }
.productinfo .row .btns a.ask {background: #ffaf23;border-radius: 10px;color: #fff;font-weight: bold;text-transform: uppercase;}

/* productTabs */
#productTabs ul.tabs {margin: 50px 0 0;font-size: 0;}
#productTabs ul.tabs li { display: inline-block; }
#productTabs ul.tabs li a {margin: 0 20px 0 0;padding: 10px 25px;border: 1px #e5e5e5 solid;display: inline-block;color: #fff;}
#productTabs ul.tabs li.active a {background: #e70012;border-color: #e70012;color: #fff;}
#productTabs #tabs_container {padding-top: 35px;border-top: 1px rgb(229 229 229 / 30%) solid;color: #fff;}

@media screen and (max-width:1360px) {
	#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 {
    opacity: .75;
}
	#productTabs ul.tabs li:hover a {background: #e70012;border-color: #e70012;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 .btn { right: 20px; }
}
@media screen and (max-width:1024px) {
	.productinfo .row.rightBox {}
}
@media screen and (max-width: 980px) {
	#productList ul li { margin: 20px; width: calc(50% - 40px); }
	.imglist >div a.photo img { max-width: initial; }
	.productinfo {width: 85%;display: block;margin: 0 auto;}
	.productinfo .row { margin: 0; width: 100%; }
	.productinfo .row.rightBox {}
#productBox .list .item .text-clamp {
    padding: 10px;
}
#productBox .list .item .text-clamp font {font-size: 17px;letter-spacing: 0.2px;}
	#productBox .list .item .info{display: none;}
	.imglist{width: 85%;margin: 0 auto;}
#productBox .list .item {
    overflow: hidden;
    margin: 5px;
    width: calc((100% / 2) - 10px);
    display: inline-block;
}
}
@media screen and (max-width:640px) {
	#productList ul li { margin: 20px 10px; width: calc(50% - 20px); }
	.productinfo .row .btns a{
    margin: 10px 0;
    display: block;
    text-align: center;
    padding: 15px 0;
}