
/* CSS Document */
.orderNote textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.classNote {
  padding-bottom: 10px;
  font-size: 15px;
  color: #222;
  line-height: 1.8;
}

.classNote img {
  max-width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.itemList {
  margin: 0 -15px;
}

.itemList li {
  padding: 0 15px 30px;
}

.itemList .Img {
  position: relative;
}

.itemList .Img a {
  display: block;
  overflow: hidden;
}

.itemList .Img img {
  display: block;
  width: 380px;
  height: 220px;
}

.itemList .Txt {
  padding: 15px;
  text-align: center;
}

.itemList .Txt h3 a {
  display: block;
  font-weight: 400;
  font-size: 20px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.itemList .Txt h3 a:hover {
  color: #224885;
}

.itemList .Txt p {
  height: 60px;
  padding-top: 10px;
  font-size: 13px;
  line-height: 1.8;
  color: #777;
}

.price {
  margin-top: 10px;
}

.price strong {
  display: inline-block;
  margin: 0 5px;
}

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

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

.ribbon_new, .ribbon_hot {
  position: absolute;
  top: -4px;
  left: -4px;
  z-index: 99;
  display: block;
  width: 112px;
  height: 112px;
  text-indent: -9999px;
}

.ribbon_new {
  background: url("../image/ribbon_new.png") no-repeat;
}

.ribbon_hot {
  background: url("../image/ribbon_hot.png") no-repeat;
}

/******內頁******/
/*產品介紹區*/
.productIntro .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.albumBox {
  margin-right: 30px;
  padding: 0;
}

.side_album {
  padding-top: 10px;
  width: 100%;
  margin: 2px -1px 0;
}

.side_album li {
  float: left;
  width: 100px;
  overflow: hidden;
}

.side_album a {
  display: block;
}

.side_album img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/*產品介紹縮圖文字*/
.introBox {
  overflow: hidden;
}

.introBox .Txt {
  margin-top: 20px;
  font-size: 13px;
  line-height: 1.6;
  color: #6c6c6c;
}

.share {
  clear: both;
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #ccdaf7;
}

.share b {
  display: inline-block;
  font-weight: 400;
  font-size: 13px;
  color: #666;
}

.share a {
  display: inline-block;
  width: 25px;
  font-size: 18px;
  color: #666;
  text-align: center;
}

.share a:hover {
  opacity: 0.8;
}

.code {
  /*商品編號*/
  display: block;
  font-size: 12px;
  color: #999;
  font-weight: 400;
}

/*訂購規格區*/
.orderTable {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed #e1e1e1;
}

.orderTable th {
  padding: 10px;
  font-size: 15px;
  color: #6c6c6c;
}

.orderTable td {
  padding: 5px;
  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 .btn {
  padding-top: 20px;
  text-align: center;
}

.orderTable .btn a {
  display: inline-block;
  padding: 10px 15px;
  font-size: 15px;
  border-radius: 3px;
  color: #fff;
  background-color: #000;
}

.orderNote {
  /*處理備註*/
  padding-top: 10px;
}

.orderNote textarea {
  /*處理備註*/
  width: 100%;
  height: 50px;
  padding: 5px;
  border: 1px solid #c5c5c5;
  color: #2f2f2f;
}

/*767*/
@media (max-width: 767px) {
  .albumBox {
    float: none;
    margin: 0 0 30px 0;
  }
}

/*767 end*/
.itemList {
  margin: 0 -22px;
}

.itemList li {
  margin: 25px 0;
  padding: 0px;
}

.itemList .item {
  position: relative;
  margin: 0 auto;
  max-width: 380px;
  border-radius: 10px;
  overflow: hidden;
}

.itemList .item:hover .Txt {
  -webkit-animation: cp .5s 1 linear both;
          animation: cp .5s 1 linear both;
}

.itemList .Img {
  font-size: 0;
}

.itemList .Img a {
  display: block;
}

.itemList .Txt {
  position: relative;
  padding: 30px 40px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  -webkit-clip-path: polygon(0 0, 61% 0, 103% 100%, 0% 100%);
          clip-path: polygon(0 0, 61% 0, 103% 100%, 0% 100%);
  -webkit-animation: recp .5s 1 linear both;
          animation: recp .5s 1 linear both;
}

.itemList .Txt:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 110%;
  height: 250%;
  background: -webkit-gradient(linear, left top, right top, from(#003385), to(#018cd8));
  background: -webkit-linear-gradient(left, #003385 0%, #018cd8 100%);
  background: -o-linear-gradient(left, #003385 0%, #018cd8 100%);
  background: linear-gradient(to right, #003385 0%, #018cd8 100%);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  opacity: .9;
  z-index: -1;
}

.itemList .Txt h3 a {
  width: 100%;
  max-width: 210px;
  height: 28px;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #FFF;
}

.itemList .Txt > .ellipsis {
  width: 210px;
  height: 80px;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
  color: #77b8df;
}

.tableArea {
  position: relative;
  width: 100%;
}

.tableBox {
  position: relative;
  width: 100%;
  overflow-x: auto;
}

.hm {
  display: none;
  position: relative;
  text-align: right;
  margin-right: 5px;
  height: 30px;
  line-height: 30px;
}

.hm i {
  position: relative;
  font-size: 20px;
  -webkit-transform-origin: bottom center;
      -ms-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-animation: hm 1s infinite alternate both;
          animation: hm 1s infinite alternate both;
}

.s6 {
  color: #FFF;
  background-color: #224885;
}

.albumBox #product_slide {
  display: none;
}

@media (max-width: 860px) {
  .itemList {
    margin: 0;
  }
  .itemList li {
    padding: 0 20px;
  }
}

@media (max-width: 800px) {
  .tableArea {
    margin-top: -30px;
    padding-top: 30px;
  }
  .tableBox {
    position: relative;
  }
  .hm {
    display: block;
    position: absolute;
    right: 5px;
    top: 0;
  }
}

@media (max-width: 767px) {
  .itemList li {
    padding: 0;
  }
  .albumBox #product_slide {
    display: block;
  }
  .introBox #product_slide {
    display: none;
  }
}

@media screen and (min-width: 0\0) {
  .itemList .item:hover .Txt {
    left: -110%;
  }
  .itemList .Txt:before {
    left: -85%;
    width: 200%;
    -webkit-transform: skew(30deg);
        -ms-transform: skew(30deg);
            transform: skew(30deg);
  }
}
