@charset "UTF-8";
/* 20211004 */
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400;700&family=Noto+Sans+TC:wght@100;300;400;500&family=Poppins:wght@400;600&family=Roboto:wght@300;400;500;700&display=swap");
.teaList .Img a:after, .teaList .Txt .more:before, .teaList .Txt .more, .teaList .Txt {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.introBox .Txt {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.75px;
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes floating {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes moveRtoL {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes moveRtoL {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes moveLtoR {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes moveLtoR {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes moveRTbevelLB {
  0% {
    opacity: 0;
    -webkit-transform: translate(20px, -20px);
            transform: translate(20px, -20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes moveRTbevelLB {
  0% {
    opacity: 0;
    -webkit-transform: translate(20px, -20px);
            transform: translate(20px, -20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes moveRTbevelRB {
  0% {
    opacity: 0;
    -webkit-transform: translate(-20px, -20px);
            transform: translate(-20px, -20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes moveRTbevelRB {
  0% {
    opacity: 0;
    -webkit-transform: translate(-20px, -20px);
            transform: translate(-20px, -20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.classNote {
  padding-bottom: 10px;
  line-height: 1.8;
  font-size: 15px;
  color: #222;
  text-align: center;
}
.classNote img {
  max-width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.btnBox {
  padding-top: 50px;
  padding-bottom: 10px;
}

.teaList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}
.teaList li {
  width: 25%;
  padding: 0 20px 50px;
}
@media (min-width: 1181px) {
  .teaList .item:hover .Txt a {
    color: #ec6e36;
  }
  .teaList .item:hover .Txt svg {
    fill: #ec6e36;
  }
  .teaList .item:hover .Img a:after {
    opacity: 1;
  }
}
.teaList .Txt {
  color: #3d3d3d;
  text-align: center;
  padding: 30px 20px 0;
}
.teaList .Txt .title {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1.1px;
  line-height: 1.2;
  margin-bottom: 15px;
}
.teaList .Txt .title a {
  color: #3d3d3d;
}
.teaList .Txt p {
  font-size: 15px;
  font-weight: 100;
  line-height: 1.6;
  letter-spacing: 0.75px;
}
.teaList .Txt .more {
  color: #ec6e36;
  font-size: 13px;
  font-family: "Caveat", cursive;
  font-weight: bold;
  margin-top: 30px;
  border-radius: 16px;
  background-color: #ffffff;
  text-align: center;
  max-width: 127px;
  width: 100%;
  padding: 9px 5px 9px 17px;
  display: inline-block;
  position: relative;
}
.teaList .Txt .more:before {
  position: absolute;
  left: -1px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #ec6e36;
  background-image: url(../images/icon/icon_plus_m.png);
  background-repeat: no-repeat;
  background-position: center;
}
.teaList .Txt .more:hover {
  color: #ffffff;
  background-color: #00397c;
}
.teaList .Txt .more:hover:before {
  background-color: #00397c;
}
.teaList .Img a {
  display: block;
  position: relative;
  text-align: center;
}
.teaList .Img a:after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  opacity: 0;
}
.teaList .Img a:after {
  background-image: url(../images/home/tea/ice.png);
  left: 0;
  right: 0;
  top: -15px;
  width: 267px;
  height: 248px;
  margin: auto;
}
.teaList svg {
  fill: #4a4a4a;
  vertical-align: middle;
  margin-right: 10px;
}
@media (max-width: 1180px) {
  .teaList li {
    width: 33.33%;
    padding: 0 20px 30px;
  }
  .teaList li .Img img {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .teaList li {
    width: 50%;
  }
  .teaList li .Txt {
    padding: 20px 0 0 0;
  }
}
@media (max-width: 480px) {
  .teaList {
    margin: 0;
  }
  .teaList li {
    width: 100%;
  }
  .teaList li .Txt p {
    height: auto;
  }
}
.teaList .price {
  margin-top: 10px;
}
.teaList .price strong {
  display: inline-block;
  margin: 0 5px;
}
.teaList .price .discount b {
  font-style: italic;
  font-size: 18px;
  color: #000000;
}
.teaList .ribbon_new,
.teaList .ribbon_hot {
  position: absolute;
  top: -4px;
  left: -4px;
  z-index: 99;
  display: block;
  width: 112px;
  height: 112px;
  text-indent: -9999px;
}
.teaList .ribbon_new {
  background: url("../images/ribbon_new.png") no-repeat;
}
.teaList .ribbon_hot {
  background: url("../images/ribbon_hot.png") no-repeat;
}

.productIntro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.productIntro .albumBox,
.productIntro .introBox {
  width: 50%;
}
@media (max-width: 992px) {
  .productIntro .introBox {
    padding-left: 30px;
  }
}
@media (max-width: 768px) {
  .productIntro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .productIntro .albumBox,
  .productIntro .introBox {
    width: 100%;
  }
  .productIntro .introBox {
    padding-left: 0;
    padding-top: 15px;
  }
}

.albumBox img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.side_album {
  width: 100%;
  margin: 2px -10px 0;
}
.side_album li {
  float: left;
  width: 16.6%;
  padding: 10px;
  overflow: hidden;
}
.side_album img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.side_album a {
  display: block;
}

/*產品介紹縮圖文字*/
.introBox {
  overflow: hidden;
  padding-left: 50px;
}
.introBox .Txt {
  margin-top: 20px;
  color: #6c6c6c;
}

.share {
  clear: both;
  padding-top: 10px;
  margin-top: 20px;
  border-top: 1px dashed #ccc;
}
.share b {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  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;
  font-weight: 400;
  color: #999;
}