@charset "UTF-8";
/* CSS Document */
.classNote {
  padding-bottom: 10px;
  font-size: 15px;
  color: #222;
  text-align: center;
  line-height: 1.8;
}

.classNote img {
  max-width: 100%;
}

ul.itemList {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px;
}

ul.itemList li {
  float: none;
  padding: 0 25px 30px 25px;
}

ul.itemList li .Img {
  position: relative;
}

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

ul.itemList li .Img img {
  display: block;
  width: 100%;
}

ul.itemList li .Txt {
  padding: 15px;
  text-align: center;
  background: #FFF;
}

ul.itemList li .Txt h3 {
  color: #4d7ead;
}

ul.itemList li .Txt h3 a {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Cantarell",'微軟正黑體', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #333;
}

ul.itemList li .Txt h3 a:hover {
  color: #cbac79;
}

ul.itemList li .Txt .price {
  font-size: 17px;
  font-family: "Cantarell",'微軟正黑體', sans-serif;
  font-weight: 700;
  color: #cbac79;
}

/*ul.itemList li .Txt .price {
  margin-top: 10px;
}

ul.itemList li .Txt .price strong {
  display: inline-block;
  margin: 0 5px;
}

ul.itemList li .Txt .price strong.normal {
  text-decoration: line-through;
}

ul.itemList li .Txt .price strong.discount b {
  font-size: 18px;
  font-style: italic;
  color: #DB3336;
}*/

ul.itemList li .Txt p {
  padding-top: 10px;
  font-size: 14px;
  color: #999;
  line-height: 1.8;
  font-weight: 300;
  letter-spacing: .05em;
  height: 90px;
  box-sizing: border-box;
}

ul.itemList li .ribbon_new {
  /*最新*/
  display: block;
  background: url(../images/ribbon_new.png) no-repeat;
  width: 112px;
  height: 112px;
  text-indent: -9999px;
  position: absolute;
  top: -4px;
  left: -4px;
  z-index: 99;
}

ul.itemList li .ribbon_hot {
  /*熱門*/
  display: block;
  background: url(../images/ribbon_hot.png) no-repeat;
  width: 112px;
  height: 112px;
  text-indent: -9999px;
  position: absolute;
  top: -4px;
  left: -4px;
  z-index: 99;
}

/******內頁******/
/*產品介紹區*/
.productIntro .albumBox {
  margin-right: 30px;
  padding: 0;
}

.productIntro .albumBox .Img img {
  /*產品大圖*/
  width: 100%;
}

.productIntro .albumBox ul.side_album {
  margin: 2px -1px 0 -1px;
  width: 100%;
}

.productIntro .albumBox ul.side_album li {
  float: left;
  width: 16.6%;
  overflow: hidden;
  padding: 1px;
}

.productIntro .albumBox ul.side_album li a {
  display: block;
}

.productIntro .albumBox ul.side_album li a img {
  display: block;
  width: 100%;
}

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

.introBox h1 {
  font-size: 30px;
  font-family: "Cantarell", sans-serif, "Noto Sans TC", sans-serif;
  font-weight: 700;
  color: #333;
  border-bottom: 1px solid #D6D6D6;
  padding: 0 0 10px 0;
}

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

.introBox .Txt {
  margin-top: 20px;
  font-size: 14px;
  color: #6C6C6C;
  line-height: 1.6;
  font-weight: 300;
  letter-spacing: .08em;
}

.introBox .share {
  clear: both;
  padding-top: 10px;
  margin-top: 20px;
  border-top: 1px dashed #e1e1e1;
}

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

.introBox .share a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  background: #bbb;
  border-radius: 50%;
  margin: 0 2px;
}

.introBox .share a:hover {
  background: #cbac79;
}

.introBox .btn {
  padding-top: 20px;
  text-align: center;
}

.introBox .btn a {
  display: inline-block;
  padding: 10px 15px;
  font-size: 15px;
  color: #FFF;
  border-radius: 3px;
  transition: none;
}

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

/*767 end*/
/*480*/
/*480 end*/
