@charset "utf-8";
/*列表通用 index、products*/
.products-list.type2 > .item > .box {
  margin: 0 auto 0px;
  box-sizing: border-box;
  transition: all 0.2s;
  position: relative;
}
.products-list .name {
  color: #707070;
  font-weight: 400;
}
.products-list .box:hover .name {
  color: #71b977;
}
.products-list .pic:before {
  background: rgba(0, 0, 0, 0.7);
}
.products-list.type2 .box {
  border-bottom: 1px solid #656565;
}
.products-list.type2 .box:hover {
  border-bottom-color: #71b977;
}
.products-list.type2 .txt {
  padding-bottom: 8px;
}
.products-list.type2 .name {
  margin: 0 0;
}
.products-list .description {
  color: #8b8b8b;
}
.products-list .box.new:before {
  content: "";
  width: 48px;
  height: 27px;
  position: absolute;
  z-index: 10;
  top: -3px;
  left: 5px;
  background-image: url(../../../images/layout03/common/new-tag.png);
}
.products-list .box img {
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 100%;
}
.products-list .box:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
@media screen and (max-width: 1000px) {
  .products-list.masonry-list.products-list .item .box {
    margin-bottom: 0px;
  }
  .products-list .box.new:before {
    top: 0;
    left: 0;
  }
}
/*!列表通用 index、products*/
.masonry-list.products-list {
  margin-bottom: 0px;
}
/*詢價車*/
.products-intro .pd-intro .btn-group {
  margin: 25px -7px 10px;
}
.products-intro .pd-intro .btn-group .col {
  float: left;
  width: 50%;
  padding: 0 7px;
}
.products-intro .pd-intro .btn-group .btn {
  width: 100%;
  color: #24262c;
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
  border-radius: 8px;
  max-width: 265px;
  margin-bottom: 10px;
}
/*!詢價車*/
/*切換product_column欄位*/
.products_column_two.products-list .item,
.has-side .products_column_two.products-list .item {
  width: 50%;
}
.products_column_two.products-list .item:nth-child(n),
.has-side .products_column_two.products-list .item:nth-child(n) {
  clear: inherit;
}
.products_column_two.products-list .item:nth-child(2n + 1),
.has-side .products_column_two.products-list .item:nth-child(2n + 1) {
  clear: left;
}
/*!product_column欄位*/
/*------------ sort_box ------------*/
.sort_box {
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
  padding: 0;
  margin-top: 0px;
}
.sort_box .control-label {
  float: left;
  margin-right: 10px;
  line-height: 30px;
}
.sort_box .control-box {
  float: left;
}
.sort_box .control-box label {
  font-size: 0;
  display: none;
}
.sort_box .form-control {
  margin-bottom: 0px;
  background: #fff;
  color: #4e4e4e;
  padding: 0 5px;
  border: 1px solid #e1e1e1;
}
.sort_box .form-control:focus {
  outline: none;
  border-color: #71b977;
  background: #71b977;
  color: #fff;
}
.sort_box .form-group {
  float: left;
  padding: 5px 0;
}
.sort_box .form-group:after {
  content: "";
  display: block;
  float: left;
  z-index: 10;
  height: 22px;
  left: 0;
  top: 0;
  margin: 4px 4px;
}
.sort_icon {
  float: left;
  line-height: 26px;
  padding: 5px 0;
}
.sort_icon .ibtn {
  width: 24px;
  height: 24px;
}
.sort_icon .ibtn.one {
  background-image: url(../../../images/layout03/common/products/sort_pic3.png);
  display: none;
}
.sort_icon .ibtn.two {
  background-image: url(../../../images/layout03/common/products/sort_pic1.png);
}
.sort_icon .ibtn.four {
  background-image: url(../../../images/layout03/common/products/sort_pic2.png);
}
.sort_icon .ibtn.active {
  background-position: 0 100%;
}
/***products_view_two***/
.products-list.item_two .item {
  width: 50%;
}
.products-list.item_two > .item > a {
  max-width: 490px;
}
.products-list.item_two .item:nth-child(2n + 1) {
  clear: left;
}
.products-list .item_two {
  max-width: 1300px;
  margin: 0 auto;
}
.products-list .item.item_two {
  width: 50%;
  padding: 0 0px 30px;
}
.products-list .item.item_two .pic {
  max-width: 496px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  z-index: 1;
}
.products-list .item.item_two:nth-child(4n + 1) {
  clear: none;
}
.products-list .item.item_two:nth-child(3n + 1) {
  clear: none;
}
.products-list .item.item_two:nth-child(2n + 1) {
  clear: left;
}
.products-list .text-box {
  max-width: 620px;
  margin: 0 auto;
}
/*------------ products_view_one ------------*/
.products-list.item_one .item:nth-child(n) {
  clear: left;
}
.products-list.item_one .item {
  width: 100%;
  padding: 0 0 70px;
}
/*------------ detail ------------*/
.products-intro {
  margin: 0 0 40px;
}
.pd-info {
  text-align: left;
}
.products-name.top-name {
  display: none;
}
.products-intro .products-name {
  font-size: 22px;
  font-weight: normal;
  border-bottom: 1px solid #e1e1e1;
  padding: 8px 0;
  margin: 0;
  color: #444;
}
.products-intro .gallery {
  float: left;
  border: 3px solid #eee;
  box-sizing: border-box;
}
.products-intro .slick-item img {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  width: 100%;
}
.share_box .products {
  margin: 0;
  text-align: left;
}
.products-intro .gallery {
  width: 50%;
  max-width: 650px;
}
.gallery .slick-arrow {
  transition: all 0.2s;
  border: 0;
  color: transparent;
  text-align: center;
  line-height: 50px;
  position: absolute;
  z-index: 50;
  cursor: pointer;
}
.gallery .slick-prev,
.gallery .slick-next {
  white-space: normal;
  overflow: hidden;
  border: 0;
  background: #fff;
  width: 55px;
  height: 55px;
  position: absolute;
  left: 50%;
  bottom: -25px;
  z-index: 20;
  border: 1px solid #dcdede;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  padding: 0;
  text-align: center;
  display: none !important;
}
.gallery .slick-prev {
  margin-left: -55px;
}
.gallery .slick-arrow:before {
  content: "";
  font-family: "icon-font" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  z-index: 2;
  color: #787b7c;
  height: 55px;
  line-height: 55px;
  display: block;
}
.gallery .slick-prev:before {
  content: "\f104";
}
.gallery .slick-next:before {
  content: "\f105";
}
.gallery .slick-prev:hover:before,
.gallery .slick-next:hover:before {
  opacity: 0.5;
}
.slide-count-wrap {
  color: #fff;
  width: 57px;
  background: #aaacad;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 0px;
  bottom: 0;
  font-size: 15px;
  letter-spacing: 1pt;
  text-align: center;
  box-sizing: border-box;
}
.pd-intro,
.products-intro .thumbnails {
  float: right;
  width: 45%;
}
.has-side .products-intro .gallery {
  width: 52%;
  max-width: 500px;
}
.has-side .pd-intro,
.has-side .products-intro .thumbnails {
  float: right;
  width: 45%;
}
.products-text {
  padding: 8px 0;
  border-bottom: 1px solid #e1e1e1;
  display: block;
  vertical-align: middle;
  line-height: 1.7;
  font-size: 15px;
  color: #8d8d8d;
  margin-bottom: 20px;
}
.products-intro .thumbnails .item {
  width: calc((100% / 6) - 0.1px);
  padding: 10px 5px 0;
}
.products-intro .thumbnails li a {
  position: relative;
  max-width: 155px;
}
.products-intro .thumbnails li a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #71b977;
  opacity: 0.6;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.products-intro .thumbnails li.active a:before,
.products-intro .thumbnails li.active a:after,
.products-intro .thumbnails li a:hover:before,
.products-intro .thumbnails li a:hover:after {
  opacity: 0;
}
/*------------ products-title ------------*/
.products-detail .title {
  position: relative;
  color: #444;
  font-size: 18px;
  font-weight: normal;
  border-bottom: 3px solid #e1e1e1;
  padding-bottom: 4px;
  margin: 0 0 10px;
}
.products-detail .title:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -3px;
  border-top: 3px solid #71b977;
  width: 76px;
}
.btn-box {
  text-align: left;
}
.plist-artile1 {
  margin-bottom: 10px;
}
.plist-artile2 {
  margin-bottom: 10px;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1000px) {
  .thumbnails {
    text-align: center;
  }
  .thumbnails li {
    display: inline-block;
    float: none;
  }
  .products-detail {
    margin-bottom: 20px;
  }
  .sort_box {
    margin-bottom: 20px;
  }

  .sort_icon .ibtn.one {
    display: inline-block;
  }
  .sort_icon .ibtn.four {
    display: none;
  }
  .products-intro {
    text-align: center;
  }
  .pd-intro,
  .products-intro .gallery,
  .products-intro .thumbnails,
  .has-side .products-intro .gallery,
  .has-side .pd-intro,
  .has-side .products-intro .thumbnails {
    width: auto;
    float: none;
    max-width: 500px;
    margin: 0 auto;
  }
  .products-intro .gallery {
    margin-bottom: 15px;
  }
  .share_box.products {
    margin-top: 15px;
    padding: 0px 0px 5px 0px;
  }
  .products-intro .products-name {
    text-align: left;
    font-size: 18px;
  }
  .products-text {
    text-align: left;
  }
  .products_column_one.products-list .item,
  .has-side .products_column_one.products-list .item {
    width: 100%;
  }
}
