.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;
}

.productList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -14px;
  margin-right: -14px;
}

@media (max-width: 480px) {
  .productList {
    margin-left: -8px;
    margin-right: -8px;
  }
}

.productList li {
  width: 33.3333%;
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 15px;
}

@media (max-width: 640px) {
  .productList li {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .productList li {
    padding-left: 8px;
    padding-right: 8px;
    width: 100%;
  }
}
/*
@media (max-width: 414px) {
  .productList li {
    width: 100%;
  }
}
*/
.productList .Img img {
  display: block;
  width: 100%;
    height: 300px;
    /*object-fit:cover;*/
    object-fit:contain;
}

@media (max-width: 1180px) {
    .productList .Img img {
    height: 200px;
    }
}

@media (max-width: 767px) {
    .productList .Img img {
    height: 150px;
    }
}

@media (max-width: 480px) {
    .productList .Img img {
    height: 250px;
    }
}

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

.productList .title a {
  display: block;
  padding-bottom: 5px;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: .025em;
  color: #111;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

@media (max-width: 480px) {
  .productList .title a {
    font-size: 17px;
  }
}

.productList .text {
  max-height: 40px;
  font-size: 14px;
  color: #959595;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.side_album li {
  width: calc(100% / 5);
}


.side_album li img {
  width: 100%;
  height: 120px;
  object-fit:cover;
}

@media (max-width: 1180px) {
    .side_album li img {
    height: 80px;
    }
}

@media (max-width: 767px) {
    .side_album li img {
    height: 200px;
    }
}

@media (max-width: 480px) {
    .side_album li img {
    height: 150px;
    }
}


.productIntro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media (max-width: 767px) {
  .productIntro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
  display: block;
  }
  .side_album li {
  width: calc(100% / 3);
}
}

@media (max-width: 480px) {
  .side_album li {
  width: calc(100% / 2);
}
}

.productIntro .albumBox {
  width: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .productIntro .albumBox {
    width: 100%;
  }
}

.productIntro .albumBox .Img {
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.productIntro .albumBox .Img img {
  display: block;
  width: 100%;
  height: 550px;
  object-fit:cover;
}

@media (max-width: 1180px) {
    .productIntro .albumBox .Img img {
    height: 450px;
    }
}

@media (max-width: 767px) {
    .productIntro .albumBox .Img img {
    height: 350px;
    }
}

@media (max-width: 480px) {
    .productIntro .albumBox .Img img {
    height: 250px;
    }
}

.productIntro .rightBox {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 50%;
  padding-left: 50px;
}

@media (max-width: 960px) {
  .productIntro .rightBox {
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .productIntro .rightBox {
    width: 100%;
    padding-left: 0;
    padding-bottom: 20px;
  }
}

.productIntro .side_album {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
}

.productIntro .introBox {
  width: 100%;
  margin-bottom: 30px;
}

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

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

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

.productIntro .introBox .btn1 {
  margin-top: 20px;
}

.productIntro .code {
  display: block;
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", "Noto Sans TC", sans-serif;
  color: #333;
}

.share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 25px;
}

.share b {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  margin-right: 5px;
}

.share a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-right: 12px;
  font-size: 16px;
  background-color: #f1f1f1;
  color: #050505;
  text-align: center;
  border-radius: 50%;
}

.share a:hover {
  background-color: #33784a;
  color: #fff;
}

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



.btn2.center {
  text-align: center;
  margin-top: 6px;
}

.btn2 a {
  position: relative;
  z-index: 0;
  display: inline;
  padding: 3px 8px;
  font-size: 13px;
  letter-spacing: .05em;
  border: 1px solid #bfbfbf;
  border-radius: 50px;
}

.btn2 a:hover {
  border-color: #33784a;
  background-color: #33784a;
  color: #fff;
}

.btn2.small a {
  font-size: 13px;
  padding: 10px 30px;
}