@charset "UTF-8";
.test {
  height: 500px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 200px) and (max-width: 1920px) {
    .test {
      background-color: blue; } }

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

.itemList {
  margin-left: -15px;
  margin-right: -15px; }
  .itemList li {
    padding: 0 15px 30px; }
    @media (max-width: 640px) {
      .itemList li {
        padding-bottom: 15px; } }
  .itemList .Img {
    position: relative; }
    .itemList .Img:hover img {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05); }
    .itemList .Img a {
      display: block;
      overflow: hidden; }
    .itemList .Img img {
      display: block;
      width: 100%;
      max-width: 360px;
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s;
      display: block;
      width: 100%;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      margin-left: auto;
      margin-right: auto; }
  .itemList .Txt {
    padding: 15px;
    text-align: center; }
    .itemList .Txt p {
      height: 70px;
      font-size: 14px;
      letter-spacing: 0.15em;
      line-height: 22px;
      color: #616060; }
  .itemList h3 {
    padding-bottom: 10px; }
    .itemList h3 a {
      font-size: 22px;
      letter-spacing: 0.15em;
      font-weight: 300;
      height: 70px;
      display: inline-block; }
  .itemList .ribbon_new,
  .itemList .ribbon_hot {
    position: absolute;
    top: -4px;
    left: -4px;
    z-index: 99;
    display: block;
    width: 112px;
    height: 112px;
    text-indent: -9999px; }
  .itemList .ribbon_new {
    background: url("../images/ribbon_new.png") no-repeat; }
  .itemList .ribbon_hot {
    background: url("../images/ribbon_hot.png") no-repeat; }

.albumBox {
  margin-right: 30px;
  padding: 0; }
  .albumBox img {
    display: block;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }

.side_album {
  width: 100%;
  margin: 2px -1px 0; }
  .side_album li {
    float: left;
    width: 16.6%;
    padding: 1px;
    overflow: hidden; }
  .side_album img {
    display: block;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .side_album a {
    display: block; }

/*產品介紹縮圖文字*/
.introBox {
  overflow: hidden; }
  .introBox .btn {
    padding-top: 20px;
    text-align: center; }
    .introBox .btn a {
      display: inline-block;
      padding: 10px 15px;
      border-radius: 3px;
      font-size: 15px;
      color: #fff; }
  .introBox .Txt {
    line-height: 2.2; }

.share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 10px;
  margin-top: 20px;
  border-top: 1px solid #ccc; }
  .share b {
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    color: #666; }
  .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: 30px;
    height: 30px;
    font-size: 18px;
    color: #666;
    text-align: center; }
    .share a:hover {
      color: #C3775D; }
  .share .line {
    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; }

.code {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #999; }

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

.titleBox {
  text-align: center; }

.introTxt {
  margin-top: 20px;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 22px;
  color: #616060; }

.icon-line {
  width: 30px;
  height: 30px;
  fill: #666;
  -webkit-transform: scale(0.65);
  -ms-transform: scale(0.65);
  transform: scale(0.65); }
  .icon-line:hover {
    fill: #C3775D; }

.onlineBuy {
  margin-top: 20px; }
