@charset "UTF-8";
/* CSS Document */
.productList .Txt .title, .productList .Img img, .productList .Img::after {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.contentBox .leftBox {
  padding: 0 50px 0 0;
}
@media (max-width: 1023px) {
  .contentBox .leftBox {
    padding: 0;
  }
}
.contentBox .rightBox {
  padding: 0;
}

.classNote {
  padding-bottom: 10px;
  font-size: 15px;
  color: #222;
  text-align: center;
  line-height: 1.8;
}
.classNote img {
  max-width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.productList {
  margin: 20px -10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 640px) {
  .productList {
    margin: 0;
  }
}
.productList .productItem {
  padding: 0 10px 80px;
  width: 33.3333333333%;
}
@media (max-width: 860px) {
  .productList .productItem {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .productList .productItem {
    width: 100%;
    padding: 0 0 40px;
  }
}
.productList .item {
  overflow: hidden;
  border-radius: 15px;
  background: #fff;
  min-height: 360px;
}
.productList .Img {
  position: relative;
}
.productList .Img:hover::after {
  top: 50%;
  opacity: 1;
}
.productList .Img:hover img {
  opacity: 0.5;
}
.productList .Img::after {
  content: "查看商品";
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  z-index: 1;
  display: block;
  font-size: 16px;
  text-align: center;
  color: #fff;
  width: 155px;
  background: #000;
  margin: 0 auto;
  padding: 13px 0;
  border-radius: 50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}
.productList .Img::before {
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  color: #fff;
  display: block;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 8px 25px;
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  text-align: center;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.productList .Img.statusNew::before {
  content: "NEW";
  background-color: #078948;
  border: 1px solid #078948;
}
.productList .Img.statusHot::before {
  content: "HOT";
  background-color: #078948;
  border: 1px solid #078948;
}
.productList .Img a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
}
.productList .Img img {
  display: block;
  width: 100%;
}
.productList .Txt {
  padding: 30px 25px 15px;
}
@media (max-width: 360px) {
  .productList .Txt {
    padding: 30px 15px 15px;
  }
}
.productList .Txt .title {
  font-size: 20px;
  font-weight: 600;
}
.productList .Txt .price {
  font-size: 16px;
  font-weight: 600;
  color: #888;
  padding-top: 5px;
}
.productList .Txt .text {
  padding-top: 5px;
}

.normal {
  text-decoration: line-through;
}

.discount b {
  font-size: 18px;
  font-style: italic;
  color: #078948;
}

.insIntroBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .insIntroBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.insIntroBox .albumBox {
  width: 50%;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .insIntroBox .albumBox {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.insIntroBox .albumBox .albumList .albumItem {
  cursor: pointer;
}
.insIntroBox .albumBox .albumList .albumItem img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.insIntroBox .albumBox .albumListNav {
  margin: 15px -5px 0;
}
.insIntroBox .albumBox .albumListNav .albumItem {
  padding: 0 5px;
}
.insIntroBox .introBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .insIntroBox .introBox {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.insIntroBox .introBox .articleTitle {
  margin-bottom: 15px;
  padding: 0 0 15px 0;
}
.insIntroBox .introBox .code {
  color: #666;
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding: 3px 0;
}

/*訂購規格區*/
.orderTable {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px dashed #e1e1e1;
}
.orderTable th {
  padding: 10px;
  font-size: 15px;
  color: #6c6c6c;
}
.orderTable td {
  padding: 10px;
  color: #6c6c6c;
}
.orderTable select {
  padding: 4px;
}
.orderTable tr:nth-child(odd) {
  background-color: #f1f1f1;
}
.orderTable b {
  font-weight: 400;
  font-size: 15px;
  color: #6c6c6c;
}
.orderTable .priceBox {
  padding: 10px 0;
}
.orderTable .priceBox .priceItem {
  line-height: 1.2;
  letter-spacing: 0.5px;
}
.orderTable .priceBox .priceItemOriginal, .orderTable .priceBox .priceItemSelling, .orderTable .priceBox .priceItemDefault {
  font-size: 15px;
  font-weight: 500;
  padding: 5px 0;
}
.orderTable .priceBox .priceItemOriginal span, .orderTable .priceBox .priceItemSelling span, .orderTable .priceBox .priceItemDefault span {
  display: inline-block;
}
.orderTable .priceBox .priceItemOriginal span:first-child, .orderTable .priceBox .priceItemSelling span:first-child, .orderTable .priceBox .priceItemDefault span:first-child {
  margin-right: 3px;
}
.orderTable .priceBox .priceItemOriginal, .orderTable .priceBox .priceItemSelling {
  display: none;
}
.orderTable .priceBox .priceItemOriginal {
  color: #bbb;
}
.orderTable .priceBox .priceItemOriginal span {
  position: relative;
}
.orderTable .priceBox .priceItemOriginal span::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #9f9f9f;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
.orderTable .priceBox .priceItemSelling {
  color: #ca0000;
}
.orderTable .countBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
}
.orderTable .countBox b {
  margin-right: 20px;
  font-size: 14px;
  color: #434343;
  letter-spacing: 0.1em;
}
.orderTable .countBox .countItemBox {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  width: 130px;
  height: 30px;
  border: 1px solid #e1e1e1;
}
.orderTable .countBox .countItemBox .countBtn {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  background-color: #078948;
}
.orderTable .countBox .countItemBox .count {
  width: calc(100% - 60px);
  height: 30px;
  line-height: 30px;
  border: 1px solid #e1e1e1;
  border-top: none;
  border-bottom: none;
  font-size: 15px;
  color: #959595;
  text-align: center;
  letter-spacing: 0.1em;
}
.orderTable .countBox .countItemBox .countLess::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -3px;
  margin-top: -1px;
  width: 6px;
  height: 2px;
  background-color: #fff;
}
.orderTable .countBox .countItemBox .countAdd::before, .orderTable .countBox .countItemBox .countAdd:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
}
.orderTable .countBox .countItemBox .countAdd::before {
  margin-left: -6px;
  margin-top: -1px;
  width: 12px;
  height: 2px;
}
.orderTable .countBox .countItemBox .countAdd::after {
  margin-left: -1px;
  margin-top: -6px;
  width: 2px;
  height: 12px;
}
.orderTable .btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  text-align: center;
}
.orderTable .btn a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 3px;
  border: 1px solid #000;
  color: #000;
  font-size: 15px;
  padding: 10px 15px;
}
.orderTable .btn a + a {
  color: #fff;
  background-color: #000;
  margin-left: 10px;
}
.orderTable .btn a:hover {
  color: #fff;
  border-color: #078948;
  background-color: #078948;
}

.promotionArea .moduleWrap {
  max-width: 480px;
}
.promotionArea .promotionBox {
  margin: 30px 0;
}
.promotionArea .promotionBox .btn1 {
  margin-top: 20px;
}