@charset "UTF-8";
.outerWrap.catalogSp header,
.outerWrap.catalogSp footer,
.outerWrap.catalogSp .bannerArea,
.outerWrap.catalogSp .linkArea {
  display: none;
}

.outerWrap.catalogSp .wrap {
  width: 100%;
  height: 100%;
}

.outerWrap.catalogSp .mainArea {
  margin: 0;
  padding: 0;
}

.outerWrap.catalogSp .mainArea .wrap {
  width: 100%;
  height: 100%;
  background-image: url(../images/bg.png);
}

.outerWrap.catalogSp .albumBox {
  height: 100vh;
  position: fixed;
  margin-left: -1px;
}

.outerWrap.catalogSp .albumBox .Img {
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.outerWrap.catalogSp .albumBox .Img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.outerWrap.catalogSp .side_album {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.outerWrap.catalogSp .side_album li {
  border: 2px solid #eee;
  margin: 0 3px;
}

.goback {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 60px;
  height: 60px;
  border: 1px solid #222;
  -webkit-transition: all .4s linear;
  -o-transition: all .4s linear;
  transition: all .4s linear;
}

.goback:before, .goback:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 1px;
  width: 40px;
  background-color: #222;
  -webkit-transition: all .4s linear;
  -o-transition: all .4s linear;
  transition: all .4s linear;
}

.goback:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.goback:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.goback:hover {
  border: 1px solid #ae0404;
}

.goback:hover:before {
  -webkit-transform: translate(-50%, -50%) rotate(405deg);
  -ms-transform: translate(-50%, -50%) rotate(405deg);
  transform: translate(-50%, -50%) rotate(405deg);
  background-color: #ae0404;
}

.goback:hover:after {
  background-color: #ae0404;
  -webkit-transform: translate(-50%, -50%) rotate(315deg);
  -ms-transform: translate(-50%, -50%) rotate(315deg);
  transform: translate(-50%, -50%) rotate(315deg);
}

.articleTitle {
  margin-top: 5px;
  text-align: left;
  padding: 0;
  font-weight: 400;
}

.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: 0 -15px;
}

.itemList li {
  padding: 0 15px 30px;
}

.itemList .Img {
  position: relative;
}

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

.itemList .Img img {
  display: block;
  width: 100%;
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.itemList .Txt {
  padding: 15px;
  background-color: #fff;
}

.itemList .Txt p {
  padding-top: 10px;
  height: 60px;
  line-height: 1.8;
  font-size: 13px;
  color: #777;
}

.itemList h3 a {
  display: block;
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.itemList h3 a:hover {
  color: #ae0404;
}

.itemList .price {
  margin-top: 10px;
}

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

.itemList .price .discount b {
  font-style: italic;
  font-size: 18px;
  color: #000;
}

.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 {
  padding: 0;
}

.albumBox img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.side_album {
  width: 320px;
  margin: 2px -1px 0;
}

.side_album li {
  float: left;
  width: 31%;
  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;
  padding: 70px 40px;
  margin-left: 50%;
  position: relative;
}

.introBox em {
  font-size: 18px;
  color: #ae0404;
  padding: 0 30px;
  position: relative;
}

.introBox em:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc( 50% - 1px);
  width: 20px;
  height: 2px;
  background-color: #ae0404;
}

.introBox em:after {
  content: "";
  position: absolute;
  right: 0;
  top: calc( 50% - 1px);
  width: 20px;
  height: 2px;
  background-color: #ae0404;
}

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

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

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

@media (max-width: 1180px) {
  .outerWrap.catalogSp .wrap {
    padding: 0;
  }
  .outerWrap.catalogSp .albumBox {
    width: 100%;
    z-index: 0;
  }
  .outerWrap.catalogSp .albumBox .Img img {
    top: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .outerWrap.catalogSp .side_album {
    bottom: auto;
    top: 30px;
  }
  .outerWrap.catalogSp .introBox {
    margin-left: 0;
    margin-bottom: 100px;
    padding: 70px 20px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    top: 160px;
  }
  .outerWrap.catalogSp .introBox .goback {
    top: 20px;
    right: 20px;
  }
}

/*767*/
/*767 end*/

/*# sourceMappingURL=catalog.css.map */