@charset "UTF-8";
.fullWrapper {
  width: 100%;
  padding: 0 25px;
  box-sizing: border-box;
}

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

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

ul.itemList {
  margin: 0 -12px;
}

ul.itemList li {
  padding: 0 12px 30px 12px;
  float: left;
  box-sizing: border-box;
}

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

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 {
  font-weight: normal;
}

ul.itemList li .Txt h3 a {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  color: #000;
  letter-spacing: .05em;
  padding-bottom: 12px;
  margin-bottom: 10px;
}

ul.itemList li .Txt h3 a:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -15px;
  width: 30px;
  height: 1px;
  background: #ffd000;
}

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

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: 13px;
  color: #777;
  line-height: 1.8;
  height: 60px;
}

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%;
  display: none;
}

.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 b.code {
  /*商品編號*/
  display: block;
  font-size: 12px;
  color: #999;
  font-weight: normal;
}

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

.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: normal;
  color: #666;
}

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

.introBox .share a:hover {
  opacity: 0.8;
}

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

.introBox .btn a {
  display: inline-block;
  padding: 8px 25px;
  font-size: 15px;
  color: #fff;
  background: #ffd000;
  border: 1px solid #ffd000;
  border-radius: 20px;
}

.introBox .btn a:hover {
  color: #000;
  border-color: #000;
  background: #fff;
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 960px) {
  ul.itemList li {
    width: calc(100% / 3);
  }
}

/*767*/
@media (max-width: 768px) {
  .productIntro .albumBox {
    float: none;
    margin: 0 0 30px 0;
  }
  ul.itemList li {
    width: calc(100% / 2);
  }
}

/*480*/
@media (max-width: 480px) {
  ul.itemList li {
    width: 100%;
  }
}
