@charset "UTF-8";
/*
使用scss編輯
*/
.goldenGradient_1, .seoText {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cd9000+0,f9d982+100 */
  background: #cd9000;
  /* Old browsers */
  background: -moz-linear-gradient(top, #cd9000 0%, #f9d982 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #cd9000 0%, #f9d982 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #cd9000 0%, #f9d982 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd9000', endColorstr='#f9d982',GradientType=0 );
  /* IE6-9 */
}

.goldenGradient_2 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eec24b+0,cd9000+100 */
  background: #eec24b;
  /* Old browsers */
  background: -moz-linear-gradient(top, #eec24b 0%, #cd9000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #eec24b 0%, #cd9000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #eec24b 0%, #cd9000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eec24b', endColorstr='#cd9000',GradientType=0 );
  /* IE6-9 */
}

body {
  background: #fff;
}

.wrap {
  margin: 0 auto;
  padding: 0px 15px;
}

.banner {
  text-align: right;
}
.banner > img {
  width: 100%;
}
.banner a img {
  width: 100%;
  max-width: 486px;
}

.seoText {
  position: relative;
  text-align: center;
  border-bottom: solid 7px #000;
}
.seoText h1 {
  font-size: 17px;
  line-height: 23px;
  font-weight: 100;
  padding: 10px 0px;
}
.seoText h1 i {
  vertical-align: middle;
  font-size: 17px;
  line-height: 0px;
}
@media (max-width: 1350px) {
  .seoText h1 i {
    display: none;
  }
}
@media (max-width: 767px) {
  .seoText {
    background: #000 url(../img/bgTattoo.png);
    border-bottom: solid 3px #f6d478;
    color: #fff;
  }
  .seoText h1 {
    font-size: 15px;
    line-height: 21px;
  }
}

.gift {
  position: relative;
  border: solid 1px #d77f26;
  margin: 50px 0px 0px;
  font-size: 0px;
  padding: 83px 20px 20px;
}
.gift-tit {
  text-align: center;
  position: absolute;
  top: -36px;
  width: 360px;
  left: 50%;
  margin-left: -180px;
}
.gift-tit h2 {
  background: #d77f26;
  color: #fff;
  border: solid 14px #fff;
  font-size: 25px;
  line-height: 31px;
  border-radius: 21px;
  padding: 6px 0px;
}
.gift-tit h3 {
  color: #d77f26;
  font-size: 14px;
}
.gift-list {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding: 30px 10px 10px;
}
.gift-list-bottom {
  position: relative;
  padding: 0px 0px 0px 345px;
  min-height: 212px;
  margin: 18px 0px 0px;
}
.gift-list-bottom-img {
  position: absolute;
  top: 0px;
  left: 0px;
}
.gift-list-bottom-text {
  padding: 10px 0px;
  text-align: left;
}
.gift-list-bottom-text-tit {
  position: relative;
  font-weight: bold;
  font-size: 23px;
  line-height: 29px;
  color: #d77f26;
}
.gift-list-bottom-text-tit span {
  position: absolute;
  border-radius: 100%;
  color: #fff;
  font-size: 20px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background: #d77f26;
  left: -36px;
  top: -2px;
}
.gift-list-bottom-text-info {
  font-size: 17px;
  line-height: 23px;
}

@media (max-width: 1150px) {
  .gift-list {
    width: 100%;
    padding: 30px 0px 10px;
  }
}
@media (max-width: 576px) {
  .gift-list-tit {
    text-align: center;
  }
  .gift-list-tit img {
    max-width: 100%;
  }
  .gift-list-bottom {
    text-align: center;
    padding: 0px;
  }
  .gift-list-bottom img {
    position: relative;
    width: 100%;
    max-width: 297px;
  }
  .gift-list-bottom-text {
    padding: 10px 0px 10px 36px;
  }
}
@media (max-width: 400px) {
  .gift-tit {
    width: 280px;
    margin-left: -140px;
  }
  .gift-tit h2 {
    font-size: 19px;
    line-height: 25px;
  }
}
.remarkOpenBtn {
  padding: 20px 0px 0px;
}
.remarkOpenBtn a {
  display: block;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  border: solid 1px #d77f26;
  color: #d77f26;
  font-size: 20px;
  border-radius: 4px;
  max-width: 507px;
  line-height: 26px;
  padding: 10px 10px;
}

.noscroll {
  overflow: hidden;
}

.remarkLightBox {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow-y: scroll;
  box-sizing: border-box;
  padding: 40px 15px;
  transition: 0s ease all;
  z-index: -999999;
  opacity: 0;
}
.remarkLightBox.show {
  z-index: 9999;
  opacity: 1;
  transition: 0.3s ease all;
}
.remarkLightBox-bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0px;
  left: 0px;
}
.remarkLightBox-info {
  position: relative;
  max-width: 898px;
  margin: 0 auto;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  color: #8c8c8c;
}
.remarkLightBox-info-close {
  cursor: pointer;
  position: absolute;
  font-size: 18px;
  top: 15px;
  right: 15px;
}
.remarkLightBox-info-tit {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 18px;
  font-weight: bold;
}
.remarkLightBox-info-textArea {
  padding: 15px;
  font-size: 13px;
  line-height: 19px;
}
.remarkLightBox-info-textArea h3 {
  font-size: 23px;
  line-height: 29px;
  padding: 10px 0px 10px;
}
.remarkLightBox-info-textArea em {
  font-style: italic;
  color: #8c8c8c;
}
.remarkLightBox-info-textArea p {
  margin: 0px 0px 10px;
}
.remarkLightBox-info-textArea ol {
  padding-left: 40px;
  margin: 0px 0px 10px;
}
.remarkLightBox-info-bottom {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.remarkLightBox-info-bottom-btn a {
  width: 62px;
  display: inline-block;
  color: #fff;
  background: #000;
  border-radius: 4px;
  border-color: #ccc;
  padding: 0px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
  transition: 0.3s ease all;
}
.remarkLightBox-info-bottom-btn a:hover {
  background: #adadad;
}

.productListArea {
  padding: 5% 0px;
  font-size: 0px;
  text-align: center;
}
.productListArea-tit img {
  max-width: 638px;
  width: 100%;
}
.productListArea-list {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  box-sizing: border-box;
  padding: 10px 15px;
  position: relative;
}
.productListArea-list-tit {
  font-weight: bold;
  font-size: 38px;
  line-height: 44px;
  margin: -13px 0px 0px;
}
.productListArea-list-tit span {
  display: block;
  font-size: 16px;
  line-height: 22px;
  font-weight: 100;
}
.productListArea-list-top {
  text-decoration: none;
  color: #049cb4;
}
.productListArea-list-top img {
  max-width: 364px;
  width: 100%;
}
.productListArea-list-bottom {
  padding: 4px 0px 0px;
}
.productListArea-list-bottom-btn {
  display: inline-block;
  box-sizing: border-box;
  padding: 4px 10px;
}
.productListArea-list-bottom-btn a {
  font-size: 18px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background: #049cb4;
  display: block;
  border-radius: 4px;
  padding: 5px 9px;
  transition: 0.3s ease all;
}
.productListArea-list-bottom-btn a i {
  vertical-align: middle;
}
.productListArea-list-bottom-btn a:hover {
  background: #006777;
}

@media (max-width: 990px) {
  .productListArea-list {
    width: 50%;
    padding: 18px 15px;
  }
}
@media (max-width: 480px) {
  .productListArea-list-tit {
    font-size: 26px;
    line-height: 32px;
    margin: -1vw 0px 0px;
  }
  .productListArea-list-bottom-btn {
    padding: 4px 0px;
  }
  .productListArea-list-bottom-btn a {
    font-size: 15px;
  }
}
a.scroll2top {
  display: none !important;
}

.topBtn {
  position: fixed;
  bottom: -70px;
  right: 50px;
  z-index: 1;
}
.topBtn a {
  width: 53px;
  height: 53px;
  border-radius: 100%;
  border: solid 2px;
  font-size: 15px;
  color: #efc965;
  text-align: center;
  display: block;
  background: #18001e;
  font-weight: bold;
  position: relative;
  padding: 11px 0px 0px;
  text-decoration: none;
  transition: 0.3s ease all;
}
.topBtn a:before {
  content: '';
  position: absolute;
  border-bottom: solid 12px;
  border-left: solid 7px transparent;
  border-right: solid 7px transparent;
  top: -20px;
  left: 50%;
  margin-left: -7px;
}
.topBtn a:after {
  content: '';
  position: absolute;
  width: 88px;
  height: 36px;
  background: url(../img/topBtnTattoo.png) top left no-repeat;
  bottom: -9px;
  left: 50%;
  margin-left: -44px;
}
.topBtn a:hover {
  color: #fff;
}
@media (max-width: 767px) {
  .topBtn {
    right: 15px;
    transform: scale(0.7);
    transform-origin: bottom right;
  }
}

.progressBar {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 5px;
  background: rgba(0, 0, 0, 0.2);
}
.progressBar div {
  height: 100%;
  background: #e5ca79;
  width: 0px;
}

/*# sourceMappingURL=style.css.map */
