@charset "UTF-8";
/* color */
@media only screen and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
.gradient {
  background: -o-linear-gradient(to left, #ceaf88, #946a35);
  background: -webkit-gradient(linear, right top, left top, from(#ceaf88), to(#946a35));
  background: -o-linear-gradient(right, #ceaf88, #946a35);
  background: linear-gradient(to left, #ceaf88, #946a35);
}

.gradient-revers {
  background: -o-linear-gradient(to right, #ceaf88, #946a35);
  background: -webkit-gradient(linear, left top, right top, from(#ceaf88), to(#946a35));
  background: -o-linear-gradient(left, #ceaf88, #946a35);
  background: linear-gradient(to right, #ceaf88, #946a35);
}

.gradient-second {
  background: -o-linear-gradient(to left, #83090d, #c1272d);
  background: -webkit-gradient(linear, right top, left top, from(#83090d), to(#c1272d));
  background: -o-linear-gradient(right, #83090d, #c1272d);
  background: linear-gradient(to left, #83090d, #c1272d);
}

.gradient-three {
  background: -o-linear-gradient(to left, #bebebe, #888);
  background: -webkit-gradient(linear, right top, left top, from(#bebebe), to(#888));
  background: -o-linear-gradient(right, #bebebe, #888);
  background: linear-gradient(to left, #bebebe, #888);
}

.btn-submit {
  background: -o-linear-gradient(to left, #ceaf88, #946a35);
  background: -webkit-gradient(linear, right top, left top, from(#ceaf88), to(#946a35));
  background: -o-linear-gradient(right, #ceaf88, #946a35);
  background: linear-gradient(to left, #ceaf88, #946a35);
}

.btn-reset {
  background: -o-linear-gradient(to left, #bebebe, #888);
  background: -webkit-gradient(linear, right top, left top, from(#bebebe), to(#888));
  background: -o-linear-gradient(right, #bebebe, #888);
  background: linear-gradient(to left, #bebebe, #888);
}

.txt-gradient {
  background: -o-linear-gradient(to left, #ceaf88, #946a35);
  background: -webkit-gradient(linear, right top, left top, from(#ceaf88), to(#946a35));
  background: -o-linear-gradient(right, #ceaf88, #946a35);
  background: linear-gradient(to left, #ceaf88, #946a35);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

@media only screen and (min-width: 992px) {
  .visible-sm {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .visible-xs {
    display: none !important;
  }
}
@-webkit-keyframes gradientani {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 0%;
  }
}
@keyframes gradientani {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 0%;
  }
}
.p-banner {
  position: relative;
  padding-bottom: 27%;
  overflow: hidden;
}
.p-banner::after {
  content: url(../images/brush.png);
  position: absolute;
  height: 50px;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-banner img {
  width: 100%;
}
.p-banner .ban-title {
  width: 90%;
  left: 10%;
  top: 20%;
  text-align: left;
  color: #fff;
}
.p-banner .ban-title > span {
  display: block;
  font-weight: lighter;
}
.p-banner .ban-title .en {
  font-weight: 600;
  font-size: 1.125rem;
  xletter-spacing: 10px;
  font-family: "Heebo";
}
.p-banner .ban-title .ch {
  font-weight: 500;
  font-size: 2.875rem;
  letter-spacing: 2p;
}
.p-banner .ban-title .ch::after {
  content: "";
  width: 30px;
  height: 1px;
  display: block;
  background: orange;
  margin: 2rem 0 1.5rem;
}

@media (max-width: 1366px) {
  .p-banner {
    padding-bottom: 30%;
  }
}
@media (max-width: 1199px) {
  .p-banner {
    padding-bottom: 34%;
  }
  .p-banner .ban-title {
    top: 10%;
  }
  .p-banner .ban-title > span.en {
    font-size: 2.5rem;
  }
  .p-banner .ban-title > span.ch {
    font-size: 1.15rem;
  }
  .p-banner .ban-title > span.ch::after {
    margin: 10px 0;
  }
}
@media (max-width: 991px) {
  .p-banner {
    padding-bottom: 35%;
  }
  .p-banner .ban-title > span.en {
    font-size: 2.2rem;
  }
  .p-banner .ban-title > span.ch {
    font-size: 1rem;
    letter-spacing: 8px;
  }
}
@media (max-width: 767px) {
  .p-banner {
    padding-bottom: 55%;
  }
  .p-banner::after {
    width: 100%;
    height: 45px;
  }
  .p-banner .ban-title {
    left: 1rem;
    right: 1rem;
    width: calc(100% - 2rem);
    top: 0%;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  }
  .p-banner .ban-title > span.en {
    font-size: 1.5em;
  }
  .p-banner .ban-title > span.ch {
    font-size: 1rem;
    letter-spacing: 0px;
    font-weight: normal;
  }
}
/* Aside Nav */
.aside-nav .cate-wrap .ul-list {
  margin: 0 0 3%;
  text-align: center;
}
.aside-nav .cate-wrap .ul-list li {
  position: relative;
}
.aside-nav .cate-wrap .ul-list li a {
  height: 46px;
  line-height: 44px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  color: #222;
  font-size: 1rem;
  letter-spacing: 2px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.aside-nav.fixed {
  position: fixed;
  padding: 10px;
  top: 80px;
  left: 0;
  width: 100%;
  margin: 0;
  background: rgba(206, 206, 206, 0.95);
}
.aside-nav.fixed .ul-list {
  margin: 0;
}
.aside-nav.fixed .ul-list li.current a::after {
  top: 40px;
}

@media only screen and (min-width: 992px) {
  .aside-nav .cate-wrap .ul-list {
    display: block !important;
    background: transparent;
  }
  .aside-nav .cate-wrap .ul-list li {
    width: 130px;
    display: inline-block;
    margin: 0 3px 3px;
  }
  .aside-nav .cate-wrap .ul-list li a {
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 0.9375rem;
    background: #fff;
  }
  .aside-nav .cate-wrap .ul-list li:not(.current) a:hover {
    color: #c1272d;
  }
  .aside-nav .cate-wrap .ul-list li.current a {
    position: relative;
    color: #fff;
    background: #a6804f;
    border: 1px solid #a6804f;
  }
  .aside-nav .cate-wrap .ul-list li.current a::after {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 45px;
    content: url(../images/aside_li_current.png);
    line-height: 1;
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .aside-nav .cate-wrap .ul-list li.current a:hover::after {
    -webkit-transform: scale(0.75) translateX(-50%);
        -ms-transform: scale(0.75) translateX(-50%);
            transform: scale(0.75) translateX(-50%);
  }
  .aside-nav .toggle {
    display: none;
  }
  .aside-nav .toggle:hover:after {
    background: #000;
    color: #fff;
  }
  .aside-nav.fixed .cate-wrap .ul-list li a {
    -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.15);
            box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.15);
  }
}
@media only screen and (max-width: 1366px) {
  .aside-nav .cate-wrap .ul-list li {
    width: 150px;
  }
}
@media only screen and (max-width: 991px) {
  .aside-nav {
    padding: 0;
    z-index: 99;
    width: 250px;
  }
  .aside-nav.fixed {
    top: 70px;
  }
  .aside-nav.fixed .toggle {
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
            box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
  }
  .aside-nav .cate-wrap {
    width: 100%;
    position: relative;
    z-index: 2;
  }
  .aside-nav .cate-wrap .ul-list {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    display: none;
    left: 0;
    border-top: 0;
    background: rgb(255, 255, 255);
    border: 1px solid #ddd;
    z-index: 99;
    border-top: 0;
  }
  .aside-nav .cate-wrap .ul-list li {
    padding: 0px 20px;
    display: block;
    border: 0;
    width: 100%;
    margin: 0;
  }
  .aside-nav .cate-wrap .ul-list li a {
    height: 45px;
    line-height: 43px;
  }
  .aside-nav .cate-wrap .ul-list > li:not(:last-child) {
    border-bottom: 1px solid #ddd;
  }
  .aside-nav .cate-wrap .ul-list li.has-child > ul > li > a {
    padding-left: 30px;
  }
  .aside-nav .cate-wrap .ul-list li.current > a {
    color: #c1272d;
  }
  .aside-nav .cate-wrap .toggle {
    width: 100%;
    margin: 0 auto;
    color: #fff;
    height: 45px;
    line-height: 45px;
    padding: 0 45px 0 20px;
    cursor: pointer;
    position: relative;
    margin-bottom: 0;
    border-radius: 5px;
  }
  .aside-nav .cate-wrap .toggle:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    text-align: center;
    width: 45px;
    line-height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border-left: 1px solid rgba(229, 229, 229, 0.3);
    pointer-events: none;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.875rem;
  }
  .aside-nav .cate-wrap.open .toggle {
    background: #c1272d;
    color: #fff;
    border-radius: 5px 5px 0 0;
  }
  .aside-nav .cate-wrap.open .toggle:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f106";
    color: #fff;
  }
  .aside-nav .cate-wrap.open .ul-list {
    border-radius: 0 0 5px 5px;
  }
}
@media only screen and (max-width: 767px) {
  .aside-nav {
    width: 100%;
  }
  .aside-nav.fixed {
    top: 60px;
  }
}
.ul-second {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding: 0;
  margin: 1rem auto 2rem;
}
.ul-second > li {
  display: inline-block;
  position: relative;
  border-right: 1px solid #dddddd;
}
.ul-second > li:first-child {
  border-left: 1px solid #dddddd;
}
.ul-second > li a {
  font-size: 1.0625rem;
  display: block;
  min-width: 180px;
  padding: 0 40px;
  line-height: 60px;
  height: 60px;
  color: #666666;
  -webkit-transition: color 0.3s ease-in;
  -o-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in;
}
.ul-second > li.current a {
  color: #c9aa81;
}
.ul-second > li.has-child {
  color: #000;
}
.ul-second > li.has-child::after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -4px;
  top: calc(100% - 5px);
  border-width: 6px 4px;
  border-style: solid;
  border-color: #c1272d transparent transparent transparent;
}
.ul-second > li > .ul-third {
  line-height: 2;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none;
  width: 90%;
  list-style: none;
  margin: 0;
  padding: 10px;
  border-radius: 3px;
  background: #fff;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  z-index: 10;
}
.ul-second > li > .ul-third.big {
  width: 350px;
}
.ul-second > li > .ul-third > li > a {
  line-height: unset;
  height: unset;
  padding: 0;
}

@media only screen and (max-width: 1199px) {
  .ul-second {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 3% auto;
  }
  .ul-second > li a {
    height: 40px;
    line-height: 40px;
    width: auto;
    padding: 0 20px;
    min-width: unset;
    font-size: 1rem;
  }
  .ul-second > li.has-child::after {
    border-width: 5px 3px;
    margin-left: -3px;
    top: calc(100% - 2px);
  }
}
@media only screen and (min-width: 992px) {
  .ul-second > li > a:hover {
    color: #c9aa81;
  }
  .ul-second > li > .ul-third > li > a:hover {
    color: #c1272d;
  }
  .ul-second > li:hover > .ul-third {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .ul-second > li {
    margin-bottom: 8px;
  }
  .ul-second > li a {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 0.875rem;
  }
  .ul-second > li.has-child::after {
    top: 100%;
  }
  .ul-second > li > .ul-third {
    width: 200px;
  }
  .ul-second > li > .ul-third.big {
    width: 200px;
  }
  .ul-second > li > .ul-third > li {
    margin: 0 0 3px 0;
  }
  .ul-second > li > .ul-third > li > a {
    line-height: 1.6;
  }
}
@media only screen and (max-width: 767px) {
  .ul-second {
    margin: 1rem 0 1.5rem;
  }
}
.p-pager {
  text-align: center;
  margin: 5% 0;
}
.p-pager a {
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  border-radius: 50%;
  color: #666;
  margin: 0 5px;
  border: 1px solid #ddd;
  font-size: 0.9375rem;
  font-family: "Heebo";
  -webkit-transition: color 0.3s ease, background 0.3s ease;
  -o-transition: color 0.3s ease, background 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease;
}
.p-pager .num {
  background: #fff;
}
.p-pager .prev,
.p-pager .next {
  width: unset;
  border: 0;
  text-transform: uppercase;
}
.p-pager .prev {
  margin-right: 1rem;
}
.p-pager .prev::after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 1px;
  background: #ddd;
  margin-left: 0.5rem;
  vertical-align: middle;
  -webkit-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.p-pager .next {
  margin-left: 1rem;
}
.p-pager .next::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 1px;
  background: #ddd;
  margin-right: 0.5rem;
  vertical-align: middle;
  -webkit-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.p-pager .current {
  background: #c9aa81;
  border: 1px solid #c9aa81;
  color: #fff;
}
.p-pager .disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

@media (min-width: 992px) {
  .p-pager a:not(.current):hover {
    color: #c1272d;
  }
  .p-pager .prev:hover::after {
    width: 36px;
    background: #c1272d;
  }
  .p-pager .next:hover::before {
    width: 36px;
    background: #c1272d;
  }
}
@media (max-width: 767px) {
  .p-pager a {
    margin: 0 2px;
    font-size: 0.9375rem;
  }
  .p-pager .prev,
  .p-pager .next {
    margin: 0 6px;
  }
  .p-pager .prev::after,
  .p-pager .next::before {
    width: 10px;
  }
}
.text-edit {
  line-height: 2;
  color: #666666;
  margin: 20px 0;
}
.text-edit * {
  max-width: 100%;
  height: auto !important;
}

.system-info {
  text-align: center;
  margin: 0 auto;
  padding: 5vh 0;
  line-height: 2;
  letter-spacing: 2px;
}

.system-info {
  padding: 8vh 0;
}

.system-info i {
  font-size: 2rem;
  display: block;
  margin: 0 auto 10px;
}

.system-info .icon {
  width: 90px;
  height: 90px;
  line-height: 90px;
  margin: 0 auto 2rem;
  border-radius: 90px;
  text-align: center;
  border: 1px solid #888;
  font-size: 4rem;
  font-weight: bold;
  color: #888;
}

.p-breadcrumb {
  padding: 0;
  display: block;
  margin: 1rem 0;
  font-size: 13px;
}
.p-breadcrumb > li {
  display: inline-block;
  position: relative;
  font-size: 0.9412rem;
  color: rgba(255, 255, 255, 0.6);
}
.p-breadcrumb > li a {
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: color 0.5s cubic-bezier(0.5, 0, 0.3, 0.5);
  -o-transition: color 0.5s cubic-bezier(0.5, 0, 0.3, 0.5);
  transition: color 0.5s cubic-bezier(0.5, 0, 0.3, 0.5);
}
.p-breadcrumb > li:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 12px;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
  margin: 0 8px;
  background: rgba(255, 255, 255, 0.6);
}
.p-breadcrumb > li:last-child:after {
  display: none;
}

@media (min-width: 992px) {
  .p-breadcrumb li a:hover {
    color: #000;
  }
}
@media (max-width: 991px) {
  .p-breadcrumb {
    margin: 0 0 1rem 0;
  }
  .p-breadcrumb > li {
    color: rgba(255, 255, 255, 0.9);
  }
  .p-breadcrumb > li a {
    color: rgba(255, 255, 255, 0.9);
  }
  .p-breadcrumb > li:after {
    right: -10;
    margin: 0 2px;
  }
}
.cart-list .thead {
  width: 100%;
  background: #946a35;
  border-radius: 4px;
  color: #fff;
}
.cart-list .thead .box {
  font-size: 0;
}
.cart-list .thead .box .th {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 18px 0;
  text-align: center;
  font-size: 1rem;
}
.cart-list .thead .box .th::after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 18px;
  border-left: 1px dotted #f5f5f5;
}
.cart-list .thead .box .th-pic {
  width: 180px;
  text-align: left;
  padding-left: 40px;
}
.cart-list .thead .box .th-pic::after {
  display: none;
}
.cart-list .thead .box .th-title {
  text-align: left;
  padding-left: 40px;
  width: calc(100% - 180px - 60%);
}
.cart-list .thead .box .th-price {
  width: 15%;
}
.cart-list .thead .box .th-number {
  width: 15%;
}
.cart-list .thead .box .th-sum {
  width: 15%;
}
.cart-list .thead .box .th-del {
  width: 15%;
}
.cart-list .tbody {
  width: 100%;
  font-size: 1rem;
}
.cart-list .tbody .box {
  font-size: 0;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #ddd;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.cart-list .tbody .box .td {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
  font-size: 1rem;
}
.cart-list .tbody .box .td-pic {
  width: 180px;
}
.cart-list .tbody .box .td-pic .pic {
  position: relative;
  display: inline-block;
  border: 1px solid transparent;
  width: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.cart-list .tbody .box .td-pic .pic img {
  width: 100%;
}
.cart-list .tbody .box .td-title {
  word-wrap: break-word;
  width: calc(100% - 180px - 60%);
  text-align: left;
  line-height: 1.5;
}
.cart-list .tbody .box .td-title .title {
  font-size: 1.0625rem;
  display: block;
  width: 100%;
  overflow: hidden;
  color: #222;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
  letter-spacing: 2px;
}
.cart-list .tbody .box .td-price {
  width: 15%;
}
.cart-list .tbody .box .td-price .price span {
  display: block;
}
.cart-list .tbody .box .td-price .price .old {
  color: #ccc;
  text-decoration: line-through;
}
.cart-list .tbody .box .td-price .price .new {
  color: #c1272d;
}
.cart-list .tbody .box .td-price .price .tag {
  position: absolute;
  left: 1rem;
  top: 1rem;
  color: #fff;
  background: #c1272d;
  display: inline;
  border-radius: 3px;
  padding: 0 6px;
  font-size: 0.875rem;
  font-weight: 400;
}
.cart-list .tbody .box .td-number {
  width: 15%;
}
.cart-list .tbody .box .td-sum {
  width: 15%;
}
.cart-list .tbody .box .td-del {
  width: 15%;
}
.cart-list .tbody .box .td-del .btn-del {
  display: block;
  font-size: 0;
  border: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 20px;
  margin: 0 auto;
  color: #ccc;
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
  background: url(../images/icon_deleat.png) center no-repeat;
}
.cart-list .tfoot {
  font-size: 0;
  padding: 2rem 2% 0;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cart-list .tfoot .green {
  display: inline-block;
  color: #c1272d;
  margin: 0 6px;
}
.cart-list .tfoot .left {
  font-size: initial;
}
.cart-list .tfoot .left .coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.cart-list .tfoot .left .coupon .sel-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 87px);
  margin-left: 5px;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cart-list .tfoot .left .coupon .sel-box .select-style,
.cart-list .tfoot .left .coupon .sel-box .input-style {
  width: calc((100% - 120px) / 2 - 10px);
}
.cart-list .tfoot .left .shipping-box {
  position: relative;
  padding: 6% 6% 3% 6%;
  /* display: none; */
  font-size: 1rem;
  padding-top: 1rem;
  width: 405px;
  font-size: 1rem;
  border: 1px solid #c9aa81;
  /* position: absolute; */
  text-align: left;
  /* left: 0; */
  z-index: 10;
  background: #fff;
  border-radius: 10px;
}
.cart-list .tfoot .left .shipping-box .box {
  margin: 5px 0;
}
.cart-list .tfoot .left .shipping-box .box > span {
  color: #c9aa81;
}
.cart-list .tfoot .left .shipping-box .box:last-child {
  padding-top: 10px;
  border-top: 1px solid #ddd;
  margin-bottom: 0;
}
.cart-list .tfoot .left .btn-use {
  border: 0;
  background: #c1272d;
  border-radius: 5px;
  color: #fff;
  width: 120px;
  height: 45px;
  line-height: 45px;
}
.cart-list .tfoot .total-list {
  text-align: right;
  font-size: 1rem;
  width: 50%;
  display: inline-block;
}
.cart-list .tfoot .total-list li {
  position: relative;
  font-size: 0;
  margin: 1rem 0;
}
.cart-list .tfoot .total-list li .ti,
.cart-list .tfoot .total-list li .price {
  display: inline-block;
}
.cart-list .tfoot .total-list li .ti {
  padding-left: 180px;
  text-align: left;
  width: 62%;
  letter-spacing: 3px;
  font-size: 1.125rem;
}
.cart-list .tfoot .total-list li .price {
  width: 38%;
  font-weight: bold;
  font-family: "Heebo";
  font-size: 1.25rem;
}
.cart-list .tfoot .total-list .total .price {
  font-size: 1.875rem;
  color: #c9aa81;
}
.cart-list .tfoot .total-list .shipping-ti span {
  color: #c9aa81;
  font-size: 0.935rem;
  letter-spacing: 1px;
}
.cart-list .tfoot .total-list .shipping-ti i {
  color: #c9aa81;
}
.cart-list .tfoot .total-list .shipping-ti i:hover {
  color: #c1272d;
}
.cart-list .tfoot .total-list .shipping-ti.on i {
  color: #c1272d;
}

.pc .cart-list .tbody .box:hover .td-pic .pic {
  border: 1px solid #ceaf88;
  opacity: 0.8;
}
.pc .cart-list .tbody .box:hover .td-title .title {
  color: #c1272d;
}
.pc .cart-list .tbody .box:hover .td-del .btn-del:hover {
  border: 1px solid #946a35;
}

@media (max-width: 1366px) {
  .cart-list .tbody .box .td-number .qty-wrap {
    width: 140px;
  }
  .cart-list .tfoot .left .shipping-box .box {
    margin-bottom: 10px;
  }
  .cart-list .tfoot .left .shipping-box::before {
    top: -17px;
  }
  .cart-list .tfoot .total-list li .ti {
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .cart-list .thead {
    display: none;
  }
  .cart-list .tbody {
    background: none;
    border-bottom: none;
    font-size: 1rem;
  }
  .cart-list .tbody .box {
    position: relative;
    padding: 15px 40px 50px 120px;
    display: block;
    margin: 0 0 10px 0;
    min-height: 155px;
  }
  .cart-list .tbody .box .td {
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
  }
  .cart-list .tbody .box .td:before {
    content: attr(data-mtit) "：";
    font-style: unset;
    font-weight: normal;
    display: inline-block;
    width: 50px;
    vertical-align: middle;
    font-size: 1rem;
  }
  .cart-list .tbody .box .td-pic {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 0;
    top: 10px;
    padding: 0;
  }
  .cart-list .tbody .box .td-pic::before {
    display: none;
  }
  .cart-list .tbody .box .td-pic .pic {
    position: relative;
    display: inline-block;
    -webkit-transition: border 0.15s;
    -o-transition: border 0.15s;
    transition: border 0.15s;
  }
  .cart-list .tbody .box .td-title {
    display: block;
    width: calc(100% - 50px);
  }
  .cart-list .tbody .box .td-title::before {
    display: none;
  }
  .cart-list .tbody .box .td-price {
    width: calc(50% - 4px);
    text-align: left;
    display: inline-block;
  }
  .cart-list .tbody .box .td-price .price {
    width: calc(100% - 54px);
    display: inline-block;
  }
  .cart-list .tbody .box .td-price .price span {
    display: inline-block;
  }
  .cart-list .tbody .box .td-price .price .old {
    margin-right: 5px;
  }
  .cart-list .tbody .box .td-price .price .tag {
    top: 10px;
    left: 0;
  }
  .cart-list .tbody .box .td-number {
    width: calc(50% - 4px);
    display: inline-block;
    text-align: left;
  }
  .cart-list .tbody .box .td-number .select-style {
    width: calc(100% - 54px);
    display: inline-block;
  }
  .cart-list .tbody .box .td-sum {
    padding: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
    font-weight: bold;
    width: 100%;
    padding-right: 20px;
    background: #eee;
  }
  .cart-list .tbody .box .td-del {
    position: absolute;
    padding: 0;
    width: 40px;
    height: 40px;
    right: 0;
    top: 10px;
  }
  .cart-list .tbody .box .td-del::before {
    display: none;
  }
  .cart-list .tbody .box .td-del .btn-del {
    width: 40px;
    height: 40px;
    z-index: 10;
    color: #666;
  }
  .cart-list .tbody .box .td-del .btn-del::after {
    font-size: 1rem;
  }
  .cart-list .tfoot {
    padding: 20px 15px 20px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cart-list .tfoot .left {
    width: 100%;
    margin-bottom: 1rem;
  }
  .cart-list .tfoot .total-list li {
    margin-bottom: 5px;
    margin: 0;
  }
  .cart-list .tfoot .total-list li .ti {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .cart-list .thead {
    display: none;
  }
  .cart-list .tbody {
    background: none;
    border-bottom: none;
    font-size: 1rem;
  }
  .cart-list .tbody .box {
    padding: 10px 0px 45px 85px;
    display: block;
    margin: 0 0 10px 0;
  }
  .cart-list .tbody .box .td {
    padding: 0 5px;
  }
  .cart-list .tbody .box .td-pic {
    padding: 0;
    width: 80px;
  }
  .cart-list .tbody .box .td-title {
    margin-bottom: 10px;
  }
  .cart-list .tbody .box .td-price,
  .cart-list .tbody .box .td-number {
    width: 100%;
    display: block;
    margin-bottom: 5px;
  }
  .cart-list .tbody .box .td-price .price {
    letter-spacing: 0;
  }
  .cart-list .tbody .box .td-number .select-style {
    height: 35px;
    line-height: 35px;
  }
  .cart-list .tbody .box .td-sum {
    padding: 8px 15px;
  }
  .cart-list .tbody .box .td-del {
    padding: 0;
    width: 30px;
    height: 30px;
  }
  .cart-list .tbody .box .td-del .btn-del {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .cart-list .tbody .box .td-del .btn-del::after {
    font-size: 0.9375rem;
  }
  .cart-list .tfoot {
    padding: 10px 10px;
  }
  .cart-list .tfoot .left {
    width: 100%;
    margin-bottom: 15px;
  }
  .cart-list .tfoot .left .coupon {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cart-list .tfoot .left .coupon .sel-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .cart-list .tfoot .left .coupon .sel-box .select-style {
    width: 100%;
  }
  .cart-list .tfoot .left .coupon .sel-box .input-style {
    width: calc(100% - 100px - 10px);
  }
  .cart-list .tfoot .left .coupon .sel-box .btn-use {
    width: 100px;
  }
  .cart-list .tfoot .left .shipping-box {
    font-size: 0.9375rem;
    width: 100%;
  }
  .cart-list .tfoot .left .shipping-box::before {
    left: 44px;
    top: -16px;
  }
  .cart-list .tfoot .total-list {
    width: 100%;
    margin: 0;
  }
  .cart-list .tfoot .total-list li {
    padding: 0;
  }
  .cart-list .tfoot .total-list li .ti {
    width: 65%;
    padding-left: 0;
    letter-spacing: 0;
  }
  .cart-list .tfoot .total-list li .price {
    width: 35%;
    font-size: 1.125rem;
  }
  .cart-list .tfoot .total-list .total {
    padding-top: 10px;
    margin-top: 0;
  }
  .cart-list .tfoot .total-list .total .price {
    font-size: 1.25rem;
  }
  .tooltip.show {
    left: 0;
  }
}
#brand .slider {
  padding-top: 2rem;
  background: #f5f4f4;
  margin-bottom: 3%;
  text-align: center;
}
#brand .slider .box {
  margin: 0;
  padding: 20px;
  vertical-align: top;
}
#brand .slider .box.in {
  display: block;
  background: #fff;
  border-radius: 10px 10px 0 0;
}
#brand .slider .slick-arrow {
  top: calc(100% + 1rem);
  width: 32px;
  height: 32px;
  background: #fff;
  margin: 0;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  border: 3px solid #eee;
}
#brand .slider .slick-prev {
  left: calc(50% - 35px);
}
#brand .slider .slick-prev:before {
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-left: 2px solid #222;
  border-top: 2px solid #222;
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent;
}
#brand .slider .slick-next {
  right: calc(50% - 35px);
}
#brand .slider .slick-next:before {
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-left: 2px solid transparent;
  border-top: 2px solid transparent;
  border-right: 2px solid #222;
  border-bottom: 2px solid #222;
}
#brand .main-content {
  padding-top: 3%;
}
#brand .main-content .h3 {
  font-family: "Heebo";
  font-weight: bold;
}
#brand .left-box {
  width: 300px;
}
#brand .right-box {
  margin-left: 3rem;
  width: calc(100% - 300px - 3rem);
  border-top: 1px solid #666;
}
#brand .right-box .location-list {
  border-bottom: 1px solid #cccccc;
}
#brand .right-box .location-list > li {
  margin: 0 3%;
}
#brand .right-box .location-list > li > a {
  position: relative;
  display: block;
  height: 60px;
  line-height: 60px;
  color: #222;
  font-size: 1.0625rem;
}
#brand .right-box .location-list > li.current a {
  color: #c1272d;
}
#brand .right-box .location-list > li.current a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #c1272d;
}
#brand .right-box .p-search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f5f4f4;
  padding: 1rem 1rem 1rem 1.5rem;
  border-radius: 0 0 10px 10px;
  margin-bottom: 5%;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#brand .right-box .p-search-box .select-style {
  height: 60px;
  line-height: 58px;
  width: 20%;
}
#brand .right-box .p-search-box .input-style {
  height: 60px;
  line-height: 58px;
  width: calc(80% - 140px);
}
#brand .right-box .p-search-box .btn-main {
  width: 140px;
}
#brand .right-box .list {
  margin: 0 -1rem;
}
#brand .right-box .list .box {
  position: relative;
  margin: 0 0.75rem 1.5rem;
  width: calc(50% - 1.5rem);
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #ddd;
}
#brand .right-box .list .box .h4 {
  background: #c1272d;
  color: #fff;
  padding: 1rem 2rem;
  font-size: 1.125rem;
}
#brand .right-box .list .box .h4 span {
  display: inline-block;
  margin-left: 10px;
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.5);
}
#brand .right-box .list .box .btn-map {
  position: absolute;
  top: 10%;
  right: 20px;
  display: block;
  width: 52px;
  height: 52px;
  border-radius: 4px;
  background-image: url(../images/icon_googlemap.png);
  background-color: #c9aa81;
  background-position: center center;
  background-repeat: no-repeat;
}
#brand .right-box .list .box table {
  width: 90%;
  margin: 1rem auto;
  line-height: 2;
  font-size: 0.9375rem;
}
#brand .right-box .list .box table th {
  width: 100px;
  color: #111;
  font-weight: normal;
  position: relative;
  padding: 5px 5px 5px 30px;
}
#brand .right-box .list .box table th::before {
  position: absolute;
  left: 0;
  top: 8px;
  display: block;
  width: 30px;
}
#brand .right-box .list .box table th.clock::before {
  content: url(../images/icon_clock.png);
}
#brand .right-box .list .box table th.tel::before {
  content: url(../images/icon_tel.png);
}
#brand .right-box .list .box table th.locat::before {
  content: url(../images/icon_locat.png);
}
#brand .right-box .list .box table td {
  padding: 5px;
  color: #666;
  font-family: "Heebo";
}

@media only screen and (min-width: 992px) {
  #brand .slider .box:hover {
    position: relative;
  }
  #brand .slider .box:hover::before, #brand .slider .box:hover::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-style: solid;
    position: absolute;
  }
  #brand .slider .box:hover::before {
    border-radius: 5px 0 0 0;
    left: 0;
    top: 0;
    border-width: 2px 0 0 2px;
    border-color: #c9aa81 transparent transparent #c9aa81;
  }
  #brand .slider .box:hover::after {
    border-radius: 0 5px 0 0;
    right: 0;
    top: 0;
    border-width: 2px 2px 0 0;
    border-color: #c9aa81 #c9aa81 transparent transparent;
  }
  #brand .slider .box:hover a {
    position: relative;
    display: block;
  }
  #brand .slider .box:hover a::before, #brand .slider .box:hover a::after {
    position: absolute;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-style: solid;
  }
  #brand .slider .box:hover a::before {
    border-radius: 0 0 0 5px;
    left: -20px;
    bottom: -20px;
    border-width: 0 0 2px 2px;
    border-color: transparent transparent #c9aa81 #c9aa81;
  }
  #brand .slider .box:hover a::after {
    border-radius: 0 0 5px 0;
    right: -20px;
    bottom: -20px;
    border-width: 0 2px 2px 0;
    border-color: transparent #c9aa81 #c9aa81 transparent;
  }
  #brand .left-box .page-share {
    width: 100%;
    position: relative;
  }
  #brand .left-box .page-share ul {
    margin: 0;
    width: 100%;
  }
  #brand .left-box .page-share ul li {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #ddd;
  }
  #brand .left-box .page-share ul li a {
    display: block;
    width: auto;
    font-size: 1rem;
    color: #666666;
    font-family: "Heebo";
    font-weight: normal;
  }
  #brand .left-box .page-share ul li a::before {
    margin-right: 20px;
    color: #fff;
  }
  #brand .left-box .page-share ul li .web::before {
    background-image: url(../images/icon_homepage_w.png);
    background-color: #c9aa81;
    border: 1px solid #c9aa81;
  }
  #brand .left-box .page-share ul li .menu::before {
    background-image: url(../images/icon_menu_w.png);
    background-color: #c1272d;
    border: 1px solid #c1272d;
  }
  #brand .left-box .page-share ul li .fb {
    background: transparent;
  }
  #brand .left-box .page-share ul li .fb::before {
    background-color: #0078d7;
    border: 1px solid #0078d7;
  }
  #brand .left-box .page-share ul li .line {
    background: transparent;
  }
  #brand .left-box .page-share ul li .line::before {
    background-color: #00c300;
    background-image: url(../images/icon_line_w.png);
    border: 1px solid #00c300;
  }
  #brand .left-box .page-share ul li .ig {
    background: transparent;
  }
  #brand .left-box .page-share ul li .ig::before {
    background-color: rgb(64, 93, 230);
    background: -o-linear-gradient(31deg, rgb(64, 93, 230) 0%, rgb(225, 48, 108) 46%, rgb(252, 175, 69) 85%);
    background: linear-gradient(59deg, rgb(64, 93, 230) 0%, rgb(225, 48, 108) 46%, rgb(252, 175, 69) 85%);
  }
  #brand .left-box .page-share ul li a:hover {
    color: #000;
  }
  #brand .left-box .page-share ul li .web:hover::before {
    background-color: #ba925d;
  }
  #brand .left-box .page-share ul li .menu:hover::before {
    background-color: #971e23;
  }
  #brand .left-box .page-share ul li .fb:hover::before {
    background-color: #005ca4;
  }
  #brand .left-box .page-share ul li .line:hover::before {
    background-color: #009000;
  }
  #brand .left-box .page-share ul li .ig:hover::before {
    background-color: #1c3dd7;
  }
  #brand .right-box .location-list > li > a:hover {
    color: #c1272d;
  }
  #brand .right-box .list .box .btn-map:hover {
    -webkit-animation-delay: 1000s;
            animation-delay: 1000s;
    background-size: unset;
    background-color: #946a35;
  }
}
@media only screen and (max-width: 1199px) {
  #brand .slider .box {
    padding: 10px;
  }
  #brand .left-box {
    width: 200px;
  }
  #brand .left-box .page-share ul li {
    padding: 5px;
  }
  #brand .left-box .page-share ul li a::before {
    margin-right: 10px;
  }
  #brand .right-box {
    margin-left: 2rem;
    width: calc(100% - 200px - 2rem);
  }
}
@media only screen and (max-width: 991px) {
  #brand .wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #brand .left-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin-bottom: 1rem;
  }
  #brand .left-box .page-share {
    margin-bottom: 10px;
  }
  #brand .left-box .page-share ul li {
    display: inline-block;
  }
  #brand .left-box .page-share ul li a.web {
    background: #c9aa81;
  }
  #brand .left-box .page-share ul li a.web::before {
    background-image: url(../images/icon_homepage_w.png);
    background-color: #c9aa81;
    border: 1px solid #c9aa81;
  }
  #brand .left-box .page-share ul li a.menu {
    background: #c1272d;
  }
  #brand .left-box .page-share ul li a.menu::before {
    background-image: url(../images/icon_menu_w.png);
    background-color: #c1272d;
    border: 1px solid #c1272d;
  }
  #brand .left-box .page-share ul li a::before {
    margin-right: 0;
  }
  #brand .right-box {
    width: 100%;
    margin: 0;
  }
  #brand .right-box .list .box .h4 {
    font-size: 1.125rem;
    padding: 12px 1rem;
  }
}
@media only screen and (max-width: 767px) {
  #brand .slider {
    margin-bottom: 40px;
  }
  #brand .left-box {
    display: block;
  }
  #brand .right-box .p-search-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #brand .right-box .p-search-box .select-style {
    width: 100%;
    height: 45px;
    line-height: 43px;
  }
  #brand .right-box .p-search-box .input-style {
    width: calc(100% - 100px - 10px);
    height: 45px;
    line-height: 43px;
  }
  #brand .right-box .p-search-box .btn-main {
    width: 100px;
  }
  #brand .right-box .list {
    margin: 0;
  }
  #brand .right-box .list .box {
    margin: 0 0 1rem 0;
    width: 100%;
  }
}
#about .flex-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#about .page-wrap {
  padding-bottom: 0;
}
#about .txt {
  font-size: 1.0625rem;
  line-height: 2;
  letter-spacing: 1px;
}
#about .easeBox {
  z-index: 0;
}
#about .one {
  position: relative;
  padding-bottom: 4%;
}
#about .one .bg {
  top: -10%;
  z-index: -2;
}
#about .one .bg-1 {
  left: 0;
  bottom: 40%;
  width: 295px;
}
#about .one .bg-2 {
  left: 9%;
  top: -8%;
  width: 178px;
}
#about .one .bg-3 {
  width: 149px;
  left: 35%;
  top: 80%;
}
#about .one .bg-4 {
  width: 103px;
  left: 83%;
  top: 10%;
}
#about .one .wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#about .one .wrap .left-box {
  width: 45%;
  padding: 0 8%;
}
#about .one .wrap .right-box {
  width: 55%;
  color: #444;
}
#about .two {
  position: relative;
  padding: 7% 0;
  color: #fff;
  text-align: center;
  background: url(../images/abou_bg_two.jpg) center center;
  background-size: cover;
}
#about .two .container {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
#about .two .h5 {
  margin-bottom: 3%;
  font-size: 1.25rem;
}
#about .two .bg-1 {
  width: 394px;
  left: 0;
  top: -20%;
}
#about .two .bg-2 {
  width: 373px;
  left: 75%;
  top: -20%;
}
#about .two .p-h4 {
  color: #fff;
}
#about .two .list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5% auto 0;
  gap: 1rem;
}
#about .two .list .box {
  text-align: center;
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  width: calc((100% - 2rem) / 3);
}
#about .two .list .box .ti {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
#about .two .list .box .icon {
  width: 130px;
  height: 130px;
  border: 7px solid #fff;
  border-radius: 50%;
  line-height: 113px;
  margin: 0 auto 1rem;
  opacity: 0;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-transition: -webkit-transform 1s ease-in;
  transition: -webkit-transform 1s ease-in;
  -o-transition: transform 1s ease-in;
  transition: transform 1s ease-in;
  transition: transform 1s ease-in, -webkit-transform 1s ease-in;
}
#about .two .list .box .icon img {
  display: inline-block;
  line-height: 113px;
  vertical-align: middle;
}
#about .two .list .box p {
  font-size: 1 25rem;
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 500;
}
#about .two .list .box.scroll-view {
  opacity: 1;
}
#about .two .list .box.scroll-view .icon {
  opacity: 1;
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}
#about .two .list .box:nth-child(1) {
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#about .two .list .box:nth-child(1) .icon {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
#about .two .list .box:nth-child(2) {
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
#about .two .list .box:nth-child(2) .icon {
  -webkit-transition-delay: 0.8s;
       -o-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
#about .two .list .box:nth-child(3) {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
#about .two .list .box:nth-child(3) .icon {
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}
#about .three {
  padding: 4% 0;
}
#about .three .list {
  display: block;
}
#about .three .box {
  text-align: center;
  padding: 1rem;
  color: #000;
}
#about .three .box .pic-box {
  border: 1px solid #ddd;
  margin-bottom: 1rem;
}
#about .three .box .txt-box .h3 {
  font-size: 1.25rem;
}

@media only screen and (max-width: 1366px) {
  #about .one .txt br {
    display: none;
  }
  #about .one .bg-1 {
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
    bottom: -10%;
    z-index: -1;
  }
  #about .one .bg-2 {
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
    top: 0;
    left: 0%;
  }
  #about .one .flex-wrap .left-box {
    width: 50%;
    padding: 0 0 0 15%;
  }
  #about .one .flex-wrap .right-box {
    width: 50%;
    padding: 0 5%;
  }
  #about .two .bg-1 {
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
  }
  #about .two .bg-2 {
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
    top: -30%;
  }
}
@media only screen and (max-width: 1199px) {
  #about br {
    display: none;
  }
  #about .one .bg-1 {
    display: none;
  }
  #about .one .bg-3 {
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
  }
  #about .one .bg-4 {
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
    top: 0;
    left: 90%;
  }
  #about .two .bg-1 {
    top: -20%;
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
  }
  #about .three .box {
    padding: 10px;
  }
}
@media only screen and (max-width: 991px) {
  #about .txt {
    font-size: 1rem;
    line-height: 2.5;
  }
  #about .one .bg-2 {
    top: 40%;
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
  }
  #about .one .bg {
    bottom: -100%;
  }
  #about .one .bg img {
    height: 100%;
    max-width: unset;
  }
  #about .one .flex-wrap {
    display: block;
  }
  #about .one .flex-wrap .left-box {
    width: 100%;
    padding: 0 10%;
    margin-bottom: 5%;
  }
  #about .one .flex-wrap .right-box {
    width: 60%;
    margin: 0 auto;
    padding: 0;
  }
  #about .two .bg-1 {
    top: -20%;
    left: -5%;
  }
  #about .two .bg-2 {
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
  }
  #about .two .list {
    gap: 10px;
  }
  #about .two .list .box .icon {
    width: 100px;
    height: 100px;
    line-height: 94px;
    border: 3px solid #fff;
  }
  #about .two .list .box .icon img {
    width: 60%;
    height: 60%;
    line-height: 94px;
  }
  #about .two .h5 {
    font-size: 1rem;
    line-height: 2;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  #about .one {
    z-index: 1;
  }
  #about .one .bg {
    display: none;
  }
  #about .one .bg-2 {
    left: -8%;
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
  }
  #about .one .bg-3 {
    left: -5%;
    top: 90%;
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
  }
  #about .one .flex-wrap .left-box {
    padding: 0 10%;
  }
  #about .two {
    padding-top: 2rem;
    z-index: 0;
    background: url(../images/abou_bg_two_s.jpg) center bottom #2d2418 no-repeat;
    background-size: auto 56%;
  }
  #about .two .txt {
    margin-bottom: 5rem;
  }
  #about .two .container {
    padding-left: 10%;
    padding-right: 10%;
  }
  #about .two .bg-1 {
    top: 30%;
    left: -10%;
    -webkit-transform: scale(0.3);
        -ms-transform: scale(0.3);
            transform: scale(0.3);
  }
  #about .two .bg-2 {
    top: -25%;
    -webkit-transform: scale(0.3);
        -ms-transform: scale(0.3);
            transform: scale(0.3);
  }
  #about .two .list {
    display: block;
  }
  #about .two .list .box {
    position: relative;
    width: 90%;
    display: block;
  }
  #about .two .list .box .icon {
    border: 2px solid #fff;
    margin-bottom: 5px;
  }
  #about .two .list .box .ti {
    width: 50%;
    margin: 0 auto 1rem;
    background: #c1272d;
    border-radius: 4px;
    font-size: 1rem;
    padding: 3px;
    letter-spacing: 5px;
  }
  #about .two .list .box.scroll-view {
    margin: 0 auto 2rem;
  }
}
#history .timeline-list {
  position: relative;
  margin: 3% 0;
}
#history .timeline-list::after {
  content: "";
  left: 50%;
  top: 0;
  position: absolute;
  width: 7px;
  height: 100%;
  display: block;
  background: #c9aa81;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
#history .history-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2% 0;
  gap: 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#history .history-box:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#history .history-box .pic-box {
  width: 50%;
  position: relative;
  margin-bottom: 3rem;
}
#history .history-box .pic-box img {
  width: 100%;
  border-radius: 10px;
}
#history .history-box .pic-box::after {
  content: "";
  display: block;
  background: url(../images/history_pic_bg.jpg);
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  left: -1rem;
  top: 1rem;
  z-index: -1;
}
#history .history-box .txt-box {
  width: 50%;
  position: relative;
  padding: 0 3rem;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease 1s;
  -o-transition: opacity 0.6s ease 1s;
  transition: opacity 0.6s ease 1s;
}
#history .history-box .txt-box::before, #history .history-box .txt-box::after {
  content: "";
  position: absolute;
  left: -37px;
}
#history .history-box .txt-box::before {
  top: 22px;
  width: 75px;
  height: 2px;
  background: #c9aa81;
}
#history .history-box .txt-box::after {
  top: 12px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #c9aa81;
}
#history .history-box .txt-box .year {
  font-weight: bold;
  font-size: 2.5rem;
  font-family: "Heebo";
}
#history .history-box .txt-box .txt {
  position: relative;
  font-size: 1.0625rem;
  letter-spacing: 2px;
  line-height: 2;
  color: #444444;
  display: inline-block;
}
#history .history-box .txt-box .txt::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  display: inline-block;
  -webkit-transition: left 0.8s ease 1.5s;
  -o-transition: left 0.8s ease 1.5s;
  transition: left 0.8s ease 1.5s;
}
#history .history-box:first-child .txt-box .year {
  color: #c9aa81;
}
#history .history-box:nth-child(even) .pic-box::after {
  left: 1rem;
}
#history .history-box:nth-child(even) .txt-box {
  text-align: right;
}
#history .history-box:nth-child(even) .txt-box::before, #history .history-box:nth-child(even) .txt-box::after {
  left: unset;
  right: -37px;
}
#history .history-box.scroll-view .txt-box {
  opacity: 1;
}
#history .history-box.scroll-view .txt-box .txt::after {
  left: 100%;
}

@media only screen and (max-width: 1366px) {
  #history .timeline-list .history-box {
    padding: 0;
  }
}
@media only screen and (max-width: 1199px) {
  #history .timeline-list .history-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #history .timeline-list .history-box .txt-box::before {
    width: 50px;
  }
  #history .timeline-list .history-box:nth-child(odd) {
    padding: 0 2rem;
  }
  #history .timeline-list .history-box:nth-child(odd) .txt-box {
    padding: 0 1rem 0 3rem;
  }
  #history .timeline-list .history-box:nth-child(odd) .txt-box::before, #history .timeline-list .history-box:nth-child(odd) .txt-box::after {
    left: -40px;
  }
  #history .timeline-list .history-box:nth-child(even) {
    padding: 1rem 2rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #history .timeline-list .history-box:nth-child(even) .txt-box {
    padding: 0 3rem 0 1rem;
  }
  #history .timeline-list .history-box:nth-child(even) .txt-box::before, #history .timeline-list .history-box:nth-child(even) .txt-box::after {
    right: -40px;
  }
  #history .timeline-list .history-box .pic-box {
    margin-bottom: 2rem;
  }
  #history .timeline-list .history-box .txt-box .year {
    font-size: 2rem;
  }
  #history .timeline-list .history-box .txt-box br {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  #history .timeline-list .history-box:nth-child(odd) .txt-box {
    padding: 0 0 0 1.5rem;
  }
  #history .timeline-list .history-box:nth-child(even) .txt-box {
    padding: 0 1.5rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  #history .timeline-list::after {
    width: 4px;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    left: 0;
  }
  #history .timeline-list .history-box {
    width: 100%;
    padding: 2rem 1rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #history .timeline-list .history-box .pic-box {
    width: 80%;
    margin: 0 auto 1.5rem;
  }
  #history .timeline-list .history-box .pic-box img {
    border-radius: 5px;
  }
  #history .timeline-list .history-box .pic-box::after {
    border-radius: 5px;
  }
  #history .timeline-list .history-box .txt-box {
    width: 80%;
  }
  #history .timeline-list .history-box .txt-box .year {
    font-size: 1.65rem;
  }
  #history .timeline-list .history-box:nth-child(odd), #history .timeline-list .history-box:nth-child(even) {
    padding: 0;
  }
  #history .timeline-list .history-box:nth-child(odd) .txt-box, #history .timeline-list .history-box:nth-child(even) .txt-box {
    text-align: left;
    padding: 0 2rem;
    width: 100%;
  }
  #history .timeline-list .history-box:nth-child(odd) .txt-box::before, #history .timeline-list .history-box:nth-child(odd) .txt-box::after, #history .timeline-list .history-box:nth-child(even) .txt-box::before, #history .timeline-list .history-box:nth-child(even) .txt-box::after {
    right: unset;
    left: -7px;
  }
  #history .timeline-list .history-box:nth-child(odd) .txt-box::before, #history .timeline-list .history-box:nth-child(even) .txt-box::before {
    top: 19px;
    width: 35px;
    height: 1px;
  }
  #history .timeline-list .history-box:nth-child(odd) .txt-box::after, #history .timeline-list .history-box:nth-child(even) .txt-box::after {
    width: 15px;
    height: 15px;
  }
}
#news .list .box {
  width: 33.33%;
}
#news .list .box .pic-box {
  margin-bottom: 1rem;
}
#news .list .box .txt-box .h3 {
  font-weight: bold;
  letter-spacing: 1px;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  -o-text-overflow: unset;
     text-overflow: unset;
  white-space: unset;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#news .list .box .txt-box .des {
  text-align: left;
}

.pc #news .list .box:hover .txt-box .h3 {
  color: #c1272d;
}

@media only screen and (max-width: 1199px) {
  #news .list {
    margin: 0 -10px;
  }
  #news .list .box {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 991px) {
  #news .list .box {
    width: 50%;
    padding: 0 10px;
  }
  #news .list .box .pic-box {
    margin: 0;
  }
  #news .list .box .txt-box {
    padding: 1rem;
  }
  #news .list .box .txt-box .cat {
    margin-right: 3px;
    padding: 2px 5px 2px 10px;
  }
  #news .list .box .txt-box .h3 {
    margin: 5px 0;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 767px) {
  #news .list .box {
    padding: 0 5px;
    border-radius: 0 0 8px 8px;
  }
  #news .list .box .txt-box {
    padding: 10px;
  }
  #news .list .box .txt-box .h3 {
    line-height: 1.5rem;
    max-height: 3rem;
  }
  #news .list .box .txt-box .cat {
    font-size: 0.8rem;
    margin-right: 0;
    letter-spacing: 0;
    padding: 0 3px;
  }
  #news .list .box .txt-box .date {
    letter-spacing: 0;
  }
}
#news-view .page-share {
  width: 50px;
  color: #f7f7f7;
  position: fixed;
  top: 60%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: calc((100% - 1600px) / 2);
  z-index: 99;
}
#news-view .page-share span {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
      writing-mode: vertical-lr;
}
#news-view .p-breadcrumb > li,
#news-view .p-breadcrumb > li a {
  color: #999999;
}
#news-view .p-breadcrumb > li:after {
  background: #999;
}
#news-view .page-wrap {
  padding-bottom: 0;
}
#news-view .top-box {
  padding: 0 1.5rem;
  text-align: center;
  border-bottom: 1px solid #999;
}
#news-view .top-box .cat {
  letter-spacing: 2px;
  display: inline-block;
  padding: 3px 15px 3px 20px;
  border: 1px solid #c9aa81;
  color: #c9aa81;
  border-radius: 3px;
  font-size: 0.875rem;
  margin-right: 10px;
  margin-bottom: 0.5rem;
}
#news-view .top-box .date {
  display: inline-block;
  font-size: 0.9375rem;
  line-height: 20px;
  margin-bottom: 0.5rem;
  letter-spacing: 1px;
  color: #c9aa81;
  font-family: "Heebo";
}
#news-view .top-box .h1 {
  font-size: 2rem;
  letter-spacing: 2px;
  margin: 1rem 0 3rem;
}
#news-view .p-banner::after {
  display: none;
}
#news-view .p-banner .ban-title {
  left: calc((100vw - 1300px) / 2);
  width: 1300px;
}
#news-view .p-banner .ban-title .title {
  font-size: 3.125rem;
  line-height: 1.6;
  letter-spacing: 4px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
#news-view .related-wrap {
  background: #f5f4f4;
  padding: 3% 0;
  padding-left: calc((100% - 1500px) / 2);
}
#news-view .related-wrap .g-title .en {
  font-size: 1.5rem;
}
#news-view .related-wrap .list {
  display: block;
  width: 1920px;
}
#news-view .related-wrap .list .box .pic-box {
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 1rem;
}
#news-view .related-wrap .list .box .txt-box .h3 {
  text-align: left;
  font-size: 1.0625rem;
  letter-spacing: 1px;
}
#news-view .related-wrap .list .slick-arrow {
  width: 50px;
  height: 50px;
  background: #fff;
  border: 3px solid #ddd;
  top: 100%;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
#news-view .related-wrap .list .slick-prev {
  left: 20px;
}
#news-view .related-wrap .list .slick-prev:before {
  border-color: #000 transparent transparent #000;
  border-width: 3px;
}
#news-view .related-wrap .list .slick-next {
  right: unset;
  left: 78px;
}
#news-view .related-wrap .list .slick-next:before {
  border-color: transparent #000 #000 transparent;
  border-width: 3px;
}
#news-view .related-wrap .list .slick-next::after {
  content: "";
  position: absolute;
  left: 70px;
  display: block;
  width: 1390px;
  height: 2px;
  background: #000;
}
#news-view .related-wrap .btn-wrap-right {
  padding-right: calc((100% - 1300px) / 2);
  margin-top: 50px;
}

.pc #news-view .related-wrap .list .slick-arrow:hover {
  border: 3px solid #c1272d;
}

@media only screen and (max-width: 1680px) {
  #news-view .page-share {
    left: 2%;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  #news-view .related-wrap {
    padding: 3rem 1.5rem;
  }
  #news-view .related-wrap .list {
    width: 1780px;
  }
  #news-view .related-wrap .list .slick-next::after {
    width: calc(100vw - 210px);
  }
}
@media only screen and (max-width: 1366px) {
  #news-view .p-banner .ban-title {
    left: 0;
    width: 100%;
    padding: 0 5%;
  }
  #news-view .p-banner .ban-title .title {
    font-size: 2rem;
  }
  #news-view .related-wrap .list {
    width: 1500px;
  }
}
@media only screen and (max-width: 1199px) {
  #news-view .related-wrap .list {
    margin: 0 -10px;
    width: 1200px;
  }
  #news-view .related-wrap .list .box {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 991px) {
  #news-view .top-box .h1 {
    font-size: 1.65rem;
    margin: 0.5rem 0 2rem;
  }
  #news-view .related-wrap {
    padding: 1.5rem;
  }
  #news-view .related-wrap .list {
    margin: 0 -5px;
    width: 100%;
  }
  #news-view .related-wrap .list .slick-prev {
    left: 5px;
  }
  #news-view .related-wrap .list .slick-next {
    left: 60px;
  }
  #news-view .related-wrap .list .slick-next::after {
    left: 60px;
    width: calc(100vw - 180px);
  }
  #news-view .related-wrap .list .box {
    padding: 0 5px;
  }
  #news-view .related-wrap .list .box .pic-box {
    border-radius: 10px;
    margin-bottom: 5px;
  }
  #news-view .related-wrap .list .box .txt-box {
    padding: 5px;
  }
  #news-view .related-wrap .list .box .txt-box .h3 {
    line-height: 1.5rem;
    max-height: 3rem;
  }
  #news-view .related-wrap .list .box .txt-box .cat {
    font-size: 0.8rem;
    margin-right: 0;
    letter-spacing: 0;
    padding: 0 3px;
  }
  #news-view .related-wrap .list .box .txt-box .date {
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 767px) {
  #news-view .top-box .h1 {
    font-size: 1.35rem;
    margin: 0.5rem 0 2rem;
  }
  #news-view .top-box .cat {
    display: block;
    width: 105px;
    padding: 0;
    margin: 0 auto 5px;
  }
  #news-view .top-box .date {
    text-align: center;
    display: block;
    margin: 0 auto;
  }
  #news-view .p-banner .ban-title {
    top: 20%;
  }
  #news-view .p-banner .ban-title .title {
    font-size: 1.65rem;
  }
  #news-view .related-wrap {
    padding: 1.5rem;
  }
  #news-view .related-wrap .list .slick-arrow {
    border: 1px solid #ddd;
  }
  #news-view .related-wrap .list .slick-prev:before {
    border-width: 2px;
  }
  #news-view .related-wrap .list .slick-next:before {
    border-width: 2px;
  }
}
/*------ 又綺 ------*/
.hidden-ele {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}

.clearboth {
  clear: both;
  height: 0;
  font-size: 0;
  overflow: hidden;
}

/* 延遲 */
.delay-150 {
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
     transition-delay: 1.5s;
}

/*------ 優惠活動 view ------*/
#news-view.activity .page-share {
  width: 50px;
  color: #f7f7f7;
  position: fixed;
  top: 60%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: calc((100% - 1600px) / 2);
  z-index: 99;
}
#news-view.activity .page-wrap {
  padding-bottom: 3%;
}
#news-view.activity .top-box {
  padding: 0;
  text-align: left;
}
#news-view.activity .cat {
  text-align: center;
}
#news-view.activity .h1 {
  font-weight: bold;
}
#news-view.activity .main-content {
  position: relative;
}
#news-view.activity .btn-wrap-center {
  margin: 0;
  padding-top: 2rem;
  border-top: #888 solid 2px;
}
#news-view.activity .view-box {
  position: relative;
}
#news-view.activity .box-l {
  position: relative;
  padding-right: 3.5vw;
  width: calc(100% - 280px);
}
#news-view.activity .top-events {
  padding-top: 2rem;
  width: 280px;
}
#news-view.activity .top-events .con-wrap {
  padding-bottom: 120px;
}
#news-view.activity .top-events .g-title {
  margin: 0 0 20px;
}
#news-view.activity .top-events .g-title .en {
  font-size: 1.5rem;
}
#news-view.activity .top-events .box a {
  display: block;
  font-size: 0;
}
#news-view.activity .top-events .box a:not(:last-child) {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: #ddd solid 1px;
}
#news-view.activity .top-events .box .pic-box,
#news-view.activity .top-events .box .txt-box {
  display: inline-block;
  vertical-align: middle;
}
#news-view.activity .top-events .pic-box {
  position: relative;
  width: 35.715%;
  max-width: 100px;
  border-radius: 3px;
  overflow: hidden;
}
#news-view.activity .top-events .txt-box {
  padding-left: 15px;
  width: 64.285%;
}
#news-view.activity .top-events .date {
  font-family: "Heebo";
  font-size: 0.875rem;
  color: #a6804f;
  font-weight: bold;
}
#news-view.activity .top-events .h3 {
  margin: 2px 0 0;
  font-size: 0.9375rem;
  color: #000;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#news-view.activity .theme-wrap {
  padding-bottom: 0;
}

@media only screen and (min-width: 1080px) {
  #news-view.activity .box-l {
    float: left;
  }
  #news-view.activity .top-events {
    z-index: 2;
    float: right;
    will-change: min-height, width;
  }
  #news-view.activity .top-events .con-wrap {
    position: relative;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
  }
}
@media only screen and (max-width: 1279px) {
  #news-view.activity .box-l {
    width: calc(100% - 220px);
  }
  #news-view.activity .top-events {
    width: 220px;
  }
}
@media only screen and (max-width: 1079px) {
  #news-view.activity .page-wrap {
    padding-bottom: 30px;
  }
  #news-view.activity .btn-wrap-center {
    padding-top: 20px;
  }
  #news-view.activity .box-l,
  #news-view.activity .top-events {
    padding: 0;
    float: none;
    width: 100%;
  }
  #news-view.activity .box-l .con-wrap,
  #news-view.activity .top-events .con-wrap {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 991px) {
  #news-view.activity .top-box .h1 {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  #news-view.activity .top-box .cat,
  #news-view.activity .top-box .date {
    display: inline-block;
  }
  #news-view.activity .top-box .cat {
    margin: 0 10px 0.05rem 0;
  }
}
/*------ 常見問題 ------*/
#faq .list {
  margin: 0;
  padding: 4.5vw 4vw;
  border-radius: 15px;
  background-color: #f6f6f6;
}
#faq .item {
  width: 100%;
  letter-spacing: 0.15px;
}
#faq .item:not(:last-child) {
  margin-bottom: 1.8vw;
}
#faq .item .que {
  position: relative;
  padding: 2px 0 0 50px;
  font-size: 1.25rem;
  color: #222;
  font-weight: bold;
}
#faq .item .que::before {
  display: block;
  content: "Q";
  position: absolute;
  top: 0px;
  left: 0;
  width: 35px;
  height: 35px;
  font-family: "Heebo";
  font-size: 1.0625rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 35px;
  border-radius: 6px;
  background-color: #a6804f;
}
#faq .item .ans {
  margin: 1vw 0 0 50px;
  padding: 1vw 1.5vw;
  width: calc(100% - 50px);
  border-radius: 5px;
  background-color: #fff;
}
#faq .item .ans .txt {
  max-width: 960px;
  line-height: 38px;
}

@media only screen and (min-width: 992px) {
  #faq .p-pager {
    margin-top: 3%;
  }
}
@media only screen and (max-width: 1079px) {
  #faq .list .item:not(:last-child) {
    margin-bottom: 25px;
  }
  #faq .item .que {
    padding: 0 0 0 35px;
    font-size: 1.125rem;
  }
  #faq .item .que::before {
    width: 26px;
    height: 26px;
    line-height: 26px;
    border-radius: 4px;
  }
  #faq .item .ans {
    margin: 10px 0 0 35px;
    padding: 10px 20px;
    width: calc(100% - 35px);
  }
  #faq .item .ans .txt {
    line-height: 32px;
  }
}
@media only screen and (max-width: 991px) {
  #faq .list {
    padding: 30px 25px;
  }
}
@media only screen and (max-width: 767px) {
  #faq .item .ans {
    margin-left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 639px) {
  #faq .list {
    padding: 10px;
    border-radius: 8px;
  }
}
/*------ 隱私權政策 ------*/
#privacy .main-content {
  margin: 0;
  padding: 3.5vw 4vw;
  border-radius: 15px;
  background-color: #f6f6f6;
}

.privacy-txt .item:not(:last-child) {
  margin-bottom: 2vw;
}

.privacy-txt .item .ti {
  margin-bottom: 15px;
  font-size: 1.25rem;
  color: #222;
  font-weight: bold;
}
.privacy-txt .item p {
  color: #555;
  line-height: 38px;
}
.privacy-txt .item:last-child p {
  margin-bottom: 0;
}

@media only screen and (max-width: 1079px) {
  .privacy-txt .item:not(:last-child) {
    margin-bottom: 25px;
  }
  .privacy-txt .item .ti {
    margin-bottom: 10px;
    font-size: 1.125rem;
  }
  .privacy-txt .item p {
    line-height: 32px;
  }
}
@media only screen and (max-width: 991px) {
  #privacy .main-content {
    padding: 25px 20px;
  }
}
@media only screen and (max-width: 639px) {
  #privacy .main-content {
    border-radius: 8px;
  }
}
#product .aside-nav {
  width: 300px;
}
#product .aside-nav .g-title {
  margin-top: 0;
  padding-left: 1rem;
  margin-bottom: 1rem;
}
#product .aside-nav .g-title::before {
  content: "";
  width: 38px;
  height: 38px;
  background: url(../images/icon_pro_list.png) center center no-repeat #a6804f;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  border-radius: 50%;
}
#product .aside-nav .g-title .ch {
  font-size: 1.75rem;
  display: inline-block;
}
#product .aside-nav .g-title.sale::before {
  background: url(../images/icon_sale.png) center center no-repeat #a6804f;
}
#product .aside-nav .ul-list {
  width: 100%;
  margin-bottom: 2rem;
}
#product .aside-nav .ul-list > li {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
#product .aside-nav .ul-list > li:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
#product .aside-nav .ul-list > li > a {
  padding: 0 10px;
  background: transparenrt;
  border: 0;
  border-radius: 0;
  max-width: unset;
  text-align: left;
  color: #666666;
}
#product .aside-nav .ul-list > li > a::before {
  content: "";
  width: 21px;
  height: 21px;
  border: 5px solid #a6804f;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  border-radius: 50%;
  opacity: 0.5;
}
#product .aside-nav .ul-list > li.current > a {
  background: #fff;
}
#product .aside-nav .ul-list > li.current > a::before {
  opacity: 1;
}
#product .aside-nav .ul-list > li.current > a::after {
  display: none;
}
#product .main-content {
  width: calc(100% - 304px);
  padding-left: 3%;
}
#product .main-content .ti-h3 {
  font-size: 1.5625rem;
  margin: 0 0 2rem 0;
}
#product .main-content .ti-h3 img {
  margin-right: 1rem;
}
#product .main-content .ti-h3 .dot {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin: 0 50px;
  background: #decbb2;
}
#product .main-content .ti-h3 .dot::before, #product .main-content .ti-h3 .dot::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin: 0 5px;
  top: 0;
  background: #decbb2;
}
#product .main-content .ti-h3 .dot::before {
  left: -35px;
}
#product .main-content .ti-h3 .dot::after {
  right: -35px;
}
#product .list {
  margin: 0;
}
#product .list .box {
  width: calc(33.33% - 30px);
  margin: 0 15px 30px;
  background: #f1f2f7;
  border-radius: 20px;
  padding: 2rem;
}
#product .list .box .txt-box .h3 {
  height: unset;
}

@media screen and (max-width: 1366px) {
  #product .aside-nav {
    width: 200px;
  }
  #product .main-content {
    width: calc(100% - 200px);
    padding-left: 2rem;
  }
  #product .list {
    margin: 0 -10px;
  }
  #product .list .box {
    padding: 1rem 1.5rem;
    width: calc(33.33% - 20px);
    margin: 0 10px 20px;
  }
}
@media screen and (max-width: 991px) {
  #product .cate-wrap {
    margin-bottom: 15px;
  }
  #product .aside-nav {
    width: 100%;
    margin-bottom: 1rem;
  }
  #product .aside-nav > nav:nth-of-type(1) {
    z-index: 10;
  }
  #product .aside-nav > nav:nth-of-type(2) {
    z-index: 9;
  }
  #product .aside-nav .g-title {
    display: none;
  }
  #product .main-content {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  #product .aside-nav .ul-list {
    margin-bottom: 0;
  }
  #product .aside-nav .ul-list > li {
    margin-bottom: 0;
    padding: 5px 15px;
  }
  #product .aside-nav .ul-list > li > a {
    padding: 0;
  }
  #product .aside-nav .ul-list > li > a:before {
    width: 15px;
    height: 15px;
    margin: 0 5px 0 0;
  }
  #product .list {
    margin: 0 -5px;
  }
  #product .list .box {
    border-radius: 10px;
    padding: 1rem;
    width: calc(50% - 10px);
    margin: 0 5px 10px;
  }
}
#product-view .p-banner::after {
  content: url(../images/brush_2.png);
}
#product-view .page-wrap {
  padding-top: 0;
}
#product-view .container-1500.flex-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#product-view .top-wrap {
  padding: 3% 0;
  background: #f1f2f7;
}
#product-view .top-wrap .slick-slide > div img {
  width: 100%;
}
#product-view .top-wrap .left-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
  width: 55%;
}
#product-view .top-wrap .left-box .thumbs-pic {
  width: 180px;
}
#product-view .top-wrap .left-box .thumbs-pic .slick-slide {
  padding: 2px 0;
}
#product-view .top-wrap .left-box .thumbs-pic .slick-slide > div {
  width: 100%;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  margin-bottom: 10px;
}
#product-view .top-wrap .left-box .thumbs-pic .slick-slide > div:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
#product-view .top-wrap .left-box .thumbs-pic .slick-slide > div img {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 5px;
  overflow: hidden;
}
#product-view .top-wrap .left-box .thumbs-pic .slick-slide > div:after {
  content: "";
  position: absolute;
  display: block;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  border: solid 1px #c9aa81;
  border-radius: 4px;
}
#product-view .top-wrap .left-box .thumbs-pic .slick-current > div:after {
  opacity: 1;
}
#product-view .top-wrap .left-box .thumbs-pic .slick-prev,
#product-view .top-wrap .left-box .thumbs-pic .slick-next {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 180px;
  height: 50px;
  margin: 0;
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
  border: 0;
  border-radius: 0;
}
#product-view .top-wrap .left-box .thumbs-pic .slick-prev::before,
#product-view .top-wrap .left-box .thumbs-pic .slick-next::before {
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
#product-view .top-wrap .left-box .thumbs-pic .slick-prev:before {
  border-left: 2px solid #c9aa81;
  border-top: 2px solid #c9aa81;
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent;
}
#product-view .top-wrap .left-box .thumbs-pic .slick-next {
  right: unset;
  top: calc(100% - 60px);
}
#product-view .top-wrap .left-box .thumbs-pic .slick-next:before {
  border-left: 2px solid transparent;
  border-top: 2px solid transparent;
  border-right: 2px solid #c9aa81;
  border-bottom: 2px solid #c9aa81;
}
#product-view .top-wrap .left-box .thumbs-pic.has-arrow {
  padding: 50px 0;
}
#product-view .top-wrap .left-box .big-pic {
  width: calc(100% - 180px - 2rem);
  margin-left: 2rem;
  position: relative;
}
#product-view .top-wrap .right-box {
  position: relative;
  width: 45%;
  padding: 0 0 0 5%;
  z-index: 2;
  font-size: 1.125rem;
}
#product-view .top-wrap .right-box > * {
  margin-bottom: 2rem;
}
#product-view .top-wrap .right-box .tag {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  background: #c1272d;
  padding: 10px 1rem;
  border-radius: 4px;
  display: inline-block;
}
#product-view .top-wrap .right-box .h1 {
  padding-right: 100px;
}
#product-view .top-wrap .right-box .h1 span {
  display: block;
  margin: 0 0 1rem 0;
}
#product-view .top-wrap .right-box .h1 .en {
  font-size: 2.4375rem;
  font-weight: bold;
}
#product-view .top-wrap .right-box .h1 .ch {
  font-size: 2.375rem;
}
#product-view .top-wrap .right-box .txt {
  line-height: 2.2;
}
#product-view .top-wrap .right-box .sale-txt {
  color: #c1272d;
  margin-bottom: 1rem;
}
#product-view .top-wrap .right-box .sale-txt:before {
  content: "";
  width: 4px;
  height: 18px;
  background: #c1272d;
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}
#product-view .top-wrap .right-box .price {
  font-size: 1.875rem;
  letter-spacing: 2px;
  display: inline-block;
  vertical-align: middle;
}
#product-view .top-wrap .right-box .price .old {
  text-decoration: line-through;
  color: #888;
  font-size: 1.2rem;
}
#product-view .top-wrap .right-box .price .new {
  color: #c1272d;
  font-weight: bold;
}
#product-view .top-wrap .right-box .price-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#product-view .top-wrap .right-box .price-wrap .box .ti {
  display: inline-block;
  margin-right: 10px;
}
#product-view .top-wrap .right-box .btn-main {
  margin: 0 10px;
  width: calc(50% - 24px);
}
#product-view .top-wrap .right-box .btn-main svg {
  margin-left: 10px;
  vertical-align: baseline;
}
#product-view .top-wrap .right-box .btn-main > .ch {
  display: inline-block;
}
#product-view .top-wrap .right-box .btn-main > .en {
  display: none;
}
#product-view .top-wrap .right-box .btn-main:hover {
  font-size: 0;
}
#product-view .top-wrap .right-box .btn-main:hover > .ch {
  font-size: 0.81rem;
  display: none;
}
#product-view .top-wrap .right-box .btn-main:hover > .en {
  display: inline-block;
}
#product-view .top-wrap .right-box .btn-fav {
  color: #fff;
  margin: 0 10px;
  width: calc(50% - 24px);
  background-image: none;
  background: rgb(191, 191, 191);
  background: -o-linear-gradient(45deg, rgb(191, 191, 191) 9%, rgb(162, 162, 162) 65%);
  background: linear-gradient(45deg, rgb(191, 191, 191) 9%, rgb(162, 162, 162) 65%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bfbfbf",endColorstr="#a2a2a2",GradientType=1);
}
#product-view .top-wrap .right-box .btn-fav i {
  font-size: 1.1rem;
  margin-left: 10px;
}
#product-view .top-wrap .right-box .btn-fav.added {
  background: #c1272d;
}
#product-view .top-wrap .right-box .btn-fav:not(.added):hover i {
  color: #c1272d;
}
#product-view .bot-wrap {
  padding: 4% 0;
}
#product-view .bot-wrap > .flex-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 2px solid #666;
  padding-top: 1.5rem;
}
#product-view .bot-wrap > .flex-wrap .page-share {
  min-width: 200px;
}
#product-view .bot-wrap > .flex-wrap .page-share span {
  margin-right: 10px;
}
#product-view .bot-wrap > .flex-wrap .page-share > ul {
  display: inline-block;
}
#product-view .bot-wrap > .flex-wrap .page-share > ul > li {
  display: inline-block;
  margin-right: 10px;
}

@media only screen and (max-width: 1366px) {
  #product-view .top-wrap .left-box {
    width: 60%;
  }
  #product-view .top-wrap .right-box {
    width: 40%;
  }
}
@media only screen and (max-width: 1199px) {
  #product-view .top-wrap .left-box {
    width: 40%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #product-view .top-wrap .left-box .thumbs-pic {
    width: 100%;
  }
  #product-view .top-wrap .left-box .thumbs-pic.has-arrow {
    padding: 0 40px;
  }
  #product-view .top-wrap .left-box .thumbs-pic .slick-prev {
    width: 40px;
    height: 100px;
  }
  #product-view .top-wrap .left-box .thumbs-pic .slick-prev:before {
    border-color: transparent transparent #222 #222;
  }
  #product-view .top-wrap .left-box .thumbs-pic .slick-next {
    width: 50px;
    height: 110px;
    right: 0;
    left: unset;
    top: 0;
  }
  #product-view .top-wrap .left-box .thumbs-pic .slick-next:before {
    margin-right: 0;
    border-color: #222 #222 transparent transparent;
  }
  #product-view .top-wrap .left-box .big-pic {
    width: 100%;
    margin: 0 0 1rem 0;
  }
  #product-view .top-wrap .right-box {
    width: 60%;
    vertical-align: top;
  }
  #product-view .top-wrap .right-box > * {
    margin-bottom: 1rem;
  }
  #product-view .top-wrap .right-box .h1 .ch,
  #product-view .top-wrap .right-box .h1 .en {
    font-size: 1.8rem;
  }
  #product-view .top-wrap .right-box .price {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 991px) {
  #product-view .top-wrap .left-box {
    width: 45%;
  }
  #product-view .top-wrap .left-box .big-pic {
    margin-bottom: 5px;
  }
  #product-view .top-wrap .left-box .thumbs-pic {
    width: calc(100% + 10px);
    margin: 0 -5px;
  }
  #product-view .top-wrap .left-box .thumbs-pic .slick-slide {
    padding: 0 5px;
  }
  #product-view .top-wrap .right-box {
    width: 55%;
    padding-top: 0;
    padding-left: 2rem;
  }
  #product-view .top-wrap .right-box .tag {
    padding: 5px 10px;
    font-size: 0.875rem;
  }
  #product-view .top-wrap .right-box .h1 .ch,
  #product-view .top-wrap .right-box .h1 .en {
    font-size: 1.8rem;
  }
  #product-view .top-wrap .right-box .txt {
    font-size: 1.0625rem;
  }
  #product-view .top-wrap .right-box .price-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #product-view .top-wrap .right-box .price-wrap .qty-wrap {
    margin-bottom: 1rem;
  }
  #product-view .top-wrap .right-box .btn-main,
  #product-view .top-wrap .right-box .btn-fav {
    margin: 0;
    width: calc(50% - 4px);
  }
}
@media only screen and (max-width: 767px) {
  #product-view .top-wrap {
    padding: 1rem 1rem 2rem;
  }
  #product-view .top-wrap .left-box,
  #product-view .top-wrap .right-box {
    width: 100%;
    display: block;
  }
  #product-view .top-wrap .left-box {
    margin-bottom: 1rem;
  }
  #product-view .top-wrap .left-box .big-pic .slick-prev {
    left: -20px;
    background: #fff;
  }
  #product-view .top-wrap .left-box .big-pic .slick-next {
    right: -20px;
    background: #fff;
  }
  #product-view .top-wrap .right-box {
    padding: 0;
    margin-top: 1rem;
  }
  #product-view .top-wrap .right-box .h1 {
    margin-bottom: 1.5rem;
  }
  #product-view .top-wrap .right-box .h1 .ch,
  #product-view .top-wrap .right-box .h1 .en {
    font-size: 1.45rem;
    margin: 0 0 8px 0 0;
  }
  #product-view .top-wrap .right-box .price-wrap .price {
    font-size: 1.5rem;
  }
  #product-view .bot-wrap > .flex-wrap {
    border-top: 1px solid #efefef;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  #product-view .bot-wrap > .flex-wrap .page-share > ul > li {
    margin-right: 5px;
  }
}
#contact .g-title .txt-gradient {
  display: inline-block;
}
#contact .txt {
  margin: 0 auto 5%;
  color: #444444;
  line-height: 2.2;
  font-size: 1.0625rem;
  letter-spacing: 2px;
}
#contact .pic {
  margin: 0 auto 5%;
  text-align: center;
}
#contact .btn-main {
  margin: 0 10px;
  width: 305px;
}
#contact .contact-wrap {
  background: #eeeeee;
  position: relative;
  padding: 3.5% 5% 3.5% 42%;
  border-radius: 30px;
  max-width: 1400px;
}
#contact .contact-wrap .left-wrap {
  position: absolute;
  width: 42%;
  top: 50%;
  left: -4%;
  border-radius: 30px;
  overflow: hidden;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
#contact .contact-wrap .left-wrap img {
  width: 100%;
}
#contact .bot-wrap {
  padding: 5% 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#contact .bot-wrap .info-wrap {
  width: 35%;
  padding-right: 1rem;
}
#contact .bot-wrap .info-wrap .info-list {
  line-height: 2;
  font-size: 1.0625rem;
  letter-spacing: 1px;
}
#contact .bot-wrap .info-wrap .info-list li {
  margin-bottom: 2rem;
}
#contact .bot-wrap .info-wrap .info-list li img {
  margin-right: 2rem;
  vertical-align: middle;
}
#contact .bot-wrap .map-wrap {
  width: 65%;
  overflow: hidden;
}
#contact .bot-wrap .map-wrap img {
  width: 100%;
  border-radius: 20px;
}

@media only screen and (max-width: 1680px) {
  #contact .contact-wrap {
    width: 85%;
  }
  #contact .btn-main {
    width: calc(50% - 4px - 20px);
  }
}
@media only screen and (max-width: 1366px) {
  #contact .contact-wrap {
    width: 90%;
    padding-left: 36%;
  }
  #contact .contact-wrap .left-wrap {
    width: 36%;
  }
  #contact .btn-main {
    width: calc(50% - 4px - 20px);
  }
}
@media only screen and (max-width: 1199px) {
  #contact .contact-wrap {
    width: calc(100% - 3rem);
    padding-left: 30%;
  }
  #contact .contact-wrap .left-wrap {
    border-radius: 20px;
    width: 30%;
    top: 30%;
    left: -1.5rem;
  }
  #contact .bot-wrap .info-wrap .info-list li {
    margin-bottom: 1rem;
  }
  #contact .bot-wrap .info-wrap .info-list li img {
    width: 35px;
    margin-right: 1rem;
  }
}
@media only screen and (max-width: 991px) {
  #contact .txt br {
    display: none;
  }
  #contact .contact-wrap {
    padding: 1rem 2rem;
    width: 100%;
  }
  #contact .contact-wrap .left-wrap {
    display: none;
  }
  #contact .bot-wrap .info-wrap {
    width: 45%;
  }
  #contact .bot-wrap .info-wrap .g-title {
    margin-bottom: 1rem;
  }
  #contact .bot-wrap .map-wrap {
    width: 55%;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  #contact .btn-main {
    margin: 0;
    width: calc(50% - 4px);
  }
  #contact .contact-wrap {
    border-radius: 20px;
  }
  #contact .bot-wrap .info-wrap {
    width: 100%;
  }
  #contact .bot-wrap .info-wrap .info-list li {
    margin-bottom: 0.5rem;
  }
  #contact .bot-wrap .info-wrap .info-list li img {
    width: 25px;
  }
  #contact .bot-wrap .map-wrap {
    width: 100%;
    padding: 0;
  }
}
#cart .gery-wrap {
  position: relative;
  border-radius: 20px;
  background: #f6f6f6;
  padding: 4% 5%;
  margin-bottom: 4%;
}
#cart .cart-ti {
  font-size: 1.4375rem;
  letter-spacing: 3px;
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
  position: relative;
}
#cart .cart-ti::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 3px;
  height: 24px;
  background: #946a35;
}

@media only screen and (max-width: 991px) {
  #cart .gery-wrap {
    padding: 2rem;
    border-radius: 10px;
  }
  #cart .cart-ti {
    padding-left: 10px;
    font-size: 1.35rem;
  }
}
@media only screen and (max-width: 767px) {
  #cart .gery-wrap {
    padding: 1.5rem;
  }
  #cart .cart-ti {
    font-size: 1.25rem;
  }
  #cart .cart-ti::before {
    height: 18px;
    top: 2px;
  }
}
#step1 .flex-wrap {
  gap: 2rem;
}
#step1 .box {
  padding: 5%;
  width: calc(50% - 2rem);
  border-radius: 20px;
  background: #f6f6f6;
}
#step1 .box .g-title span {
  display: inline-block;
}
#step1 .box .g-title span.ch {
  font-size: 1.75rem;
  margin-left: 1.5rem;
}
#step1 .box .btn-black {
  display: block;
  background: #1b1b1b;
  height: 53px;
  line-height: 53px;
  color: #fff;
  text-align: center;
  max-width: 480px;
  border-radius: 4px;
  margin: 0 auto 5%;
}
#step1 .box .txt {
  font-size: 0.9375rem;
  letter-spacing: 2px;
}

@media only screen and (max-width: 991px) {
  #step1 .flex-wrap {
    gap: 0.5rem;
  }
  #step1 .box {
    width: 100%;
    padding: 2rem;
  }
  #step1 .box .g-title span.ch {
    font-size: 1.25rem;
    margin-left: 10px;
  }
  #step1 .box .btn-black {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 767px) {
  #step1 .box {
    padding: 1.5rem;
  }
}
#step2 .gery-wrap:not(:first-child) .cart-ti {
  padding-bottom: 1rem;
  border-bottom: 1px solid #946a35;
}
#step2 .gery-wrap:not(:first-child) .cart-ti:nth-of-type(2), #step2 .gery-wrap:not(:first-child) .cart-ti:nth-of-type(3) {
  margin-top: 2rem;
}
#step2 .checkbox-style {
  position: absolute;
  right: 5%;
  top: 3rem;
}
#step2 .vat-more {
  padding-left: 2rem;
}
#step2 .vat-more .input-style {
  display: inline-block;
  width: auto;
  margin: 0 1rem 0 10px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
#step2 .vat-more.active {
  display: inline-block;
}
#step2 .radio-style {
  margin: 5px 0;
}
#step2 .radio-style span {
  margin-right: 1rem;
}
#step2 .btn-wrap-center {
  width: 50%;
}

@media only screen and (max-width: 991px) {
  #step2 .checkbox-style {
    top: 2rem;
    right: 2rem;
  }
  #step2 .btn-wrap-center {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #step2 .gery-wrap:not(:first-child) .cart-ti {
    padding-bottom: 10px;
  }
  #step2 .checkbox-style {
    top: 1rem;
    right: 1.5rem;
  }
  #step2 .vat-more {
    width: 100%;
    padding-left: 0;
  }
  #step2 .vat-more .input-style {
    width: 100%;
    margin: 0 0px 5px 10px;
  }
  #step2 .radio-style {
    margin: 0;
  }
  #step2 .radio-style span {
    margin-right: 7px;
  }
}
#step3 .label-style {
  line-height: unset;
  width: unset;
}
#step3 .system-info img {
  display: block;
  margin: 0 auto 2rem;
}
#step3 .system-info .go-list {
  color: #222;
}
#step3 .system-info .view {
  color: #c9aa81;
}
#step3 .cart-ti {
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #946a35;
}
#step3 .txt {
  letter-spacing: 2px;
  line-height: 2.5;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  #step3 .label-style {
    width: 90px;
  }
  #step3 .system-info img {
    width: 60px;
    margin: 0 auto 1rem;
  }
  #step3 .system-info br {
    display: none;
  }
  #step3 .cart-ti {
    margin-bottom: 10px;
  }
}
#login {
  background: url(../images/member_bg.jpg) center center no-repeat;
  background-size: cover;
}
#login .page-wrap {
  padding: 8% 0;
}
#login #step1 .flex-wrap {
  gap: 0;
}
#login #step1 .box {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px 0 0 20px;
}
#login #step1 .text-center {
  background: #c9aa81;
  border-radius: 0 20px 20px 0;
}
#login #step1 .text-center .g-title .en {
  color: #fff;
}
#login #step1 .text-center .txt {
  color: #fff;
}

#member-register .main-content {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  padding: 3% 4%;
}
#member-register .btn-terms {
  color: #c9aa81;
}
#member-register .btn-wrap-center {
  width: 50%;
  margin: 2rem auto;
}

#register-terms {
  width: 820px;
  padding: 3%;
}
#register-terms .inner {
  height: 500px;
}

@media only screen and (max-width: 991px) {
  #login {
    background: url(../images/member_bg_s.jpg) center center no-repeat;
    background-size: cover;
  }
  #login #step1 .box {
    border-radius: 20px 20px 0 0;
  }
  #login #step1 .text-center {
    border-radius: 0 0 20px 20px;
  }
  #member-register .main-content {
    padding: 2rem;
  }
  #member-register .btn-wrap-center {
    width: 100%;
  }
  #register-terms {
    width: 100%;
    padding: 1rem 2rem 2rem;
  }
  #register-terms .g-title {
    line-height: 1.2;
  }
  #register-terms .g-title .en {
    font-size: 1.8rem;
  }
  #register-terms .inner {
    height: calc(100vh - 200px);
  }
}
/* 訂單列表 */
.order-list .thead {
  width: 100%;
  background: #946a35;
  border-radius: 4px;
  color: #fff;
}
.order-list .thead .box {
  font-size: 0;
}
.order-list .thead .box .th {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 18px 0;
  text-align: center;
  font-size: 1rem;
  width: 12.5%;
}
.order-list .thead .box .th:not(:last-child)::after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 18px;
}
.order-list .tbody {
  width: 100%;
  font-size: 1rem;
}
.order-list .tbody .box {
  font-size: 0;
  width: 100%;
  position: relative;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  border-radius: 5px;
}
.order-list .tbody .box:nth-child(even) {
  background: #fff;
}
.order-list .tbody .box .td {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding: 15px 5px;
  font-size: 1rem;
  line-height: 2rem;
  width: 12.5%;
}
.order-list .tbody .box .td:nth-child(1) a {
  color: #222;
}
.order-list .btn-eye {
  font-size: 0;
}
.order-list .btn-eye::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f06e";
  color: #ceaf88;
  font-weight: 900;
  font-size: 1.4rem;
}
.order-list .btn-cencle {
  display: block;
  font-size: 0;
  border: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 20px;
  margin: 0 auto;
  color: #ccc;
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
  opacity: 0.6;
  background: url(../images/icon_deleat.png) center no-repeat;
}

.pc .order-list .tbody .box:hover .td:nth-child(1) a {
  color: #c1272d;
  border-bottom: 1px solid #c1272d;
}
.pc .order-list .btn-cencle:hover {
  opacity: 1;
}
.pc .order-list .btn-eye:hover::before {
  color: #946a35;
}

@media (max-width: 991px) {
  .order-list .thead {
    display: none;
  }
  .order-list .tbody {
    background: none;
    border-bottom: none;
    font-size: 1rem;
  }
  .order-list .tbody .box {
    position: relative;
    display: block;
    margin: 0 0 10px 0;
    border: 1px solid #ddd;
    padding: 10px;
    background: #fff;
  }
  .order-list .tbody .box .td {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
    text-align: left;
    width: calc(50% - 4px);
    line-height: 1rem;
  }
  .order-list .tbody .box .td:before {
    content: attr(data-mtit) "：";
    font-style: unset;
    display: inline-block;
    font-size: 1rem;
    color: #666;
  }
  .order-list .tbody .box .td:nth-child(1) a {
    color: #c1272d;
    border-bottom: 1px solid #c1272d;
  }
  .order-list .tbody .box .td:nth-child(1) a::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f06e";
    color: #c1272d;
    font-weight: 900;
    margin-left: 5px;
    font-size: 0.9375rem;
  }
  .order-list .tbody .box .td:nth-child(5) {
    display: none;
  }
  .order-list .tbody .box .td:nth-child(6) {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 10px;
    top: 10px;
    padding: 0;
  }
  .order-list .tbody .box .td:nth-child(6)::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .order-list .tbody .box {
    padding: 10px 8px;
    margin-bottom: 1rem;
  }
  .order-list .tbody .box .td {
    border: 0;
    width: 100%;
    display: block;
  }
  .order-list .tbody .box .td:nth-child(6) {
    top: 5px;
    right: 5px;
  }
}
#member .member-ti {
  font-size: 1.4375rem;
  letter-spacing: 3px;
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
  position: relative;
}
#member .member-ti::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 3px;
  height: 24px;
  background: #946a35;
}
#member .gery-wrap {
  border-radius: 20px;
  background: #f6f6f6;
  padding: 4% 5%;
  margin-bottom: 2rem;
}
#member .welcome-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 2;
  margin-bottom: 3rem;
}
#member .welcome-box .member-pic {
  position: relative;
  width: 90px;
  height: 90px;
}
#member .welcome-box .member-pic img {
  width: 100%;
  max-height: 100%;
  aspect-ratio: 90/90;
}
#member .welcome-box .member-pic .btn-upload {
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  margin: 0;
}
#member .welcome-box .member-pic .btn-upload span {
  display: inline-block;
  width: 100%;
  height: 100%;
}
#member .welcome-box .member-pic .btn-upload i {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: center;
  line-height: 20px;
  width: 20px;
  height: 20px;
  background: #c9aa81;
  border-radius: 50%;
  color: #fff;
  font-size: 0.5rem;
}
#member .welcome-box .member-txt .name {
  color: #c9aa81;
}
#member #step2 .flex-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#member #step2 .cart-list .thead .box .th-sum::after {
  display: none;
}
#member #step2 .cart-list .thead .box .th-title {
  width: calc(100% - 180px - 45%);
}
#member #step2 .cart-list .tbody .box .td-title {
  width: calc(100% - 180px - 45%);
}
#member #step2 .input-style {
  background: #e2e2e2;
  border: 1px solid #e2e2e2;
}
#member #step2 .mart-2 {
  margin-top: 2rem;
}
#member #member-profile .btn-wrap-center {
  width: 50%;
}
#member #member-coupon .order-list .thead .box .th,
#member #member-coupon .order-list .tbody .box .td {
  width: 14.2857142857%;
}
#member #member-track .cart-list .thead .box .th-title,
#member #member-track .cart-list .tbody .box .td-title {
  width: calc(100% - 180px - 30%);
}

@media only screen and (max-width: 991px) {
  #member .gery-wrap {
    padding: 2rem;
    border-radius: 10px;
  }
  #member .member-ti {
    padding-left: 10px;
    font-size: 1.35rem;
  }
  #member #step2 .cart-list .tbody .box .td-title {
    width: calc(100% - 50px);
  }
  #member #member-profile .btn-wrap-center {
    width: 100%;
  }
  #member #member-coupon .order-list .tbody .box .td {
    width: 33.3333333333%;
  }
  #member #member-coupon .order-list .tbody .box .td:nth-child(1) {
    width: 100%;
  }
  #member #member-coupon .order-list .tbody .box .td:nth-child(6) {
    position: relative;
    padding: 10px;
    right: unset;
    top: unset;
  }
  #member #member-coupon .order-list .tbody .box .td:nth-child(6)::before {
    display: inline-block;
  }
  #member #member-track .cart-list .tbody .box {
    padding: 10px 0px 0 85px;
    min-height: 100px;
  }
  #member #member-track .cart-list .tbody .box .td-title {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #member .gery-wrap {
    padding: 1.5rem;
  }
  #member .member-ti {
    font-size: 1.25rem;
  }
  #member #step2 .flex-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #member .welcome-box {
    margin-bottom: 1rem;
  }
  #member .welcome-box .member-pic {
    width: 60px;
    height: 60px;
  }
  #member #member-coupon .order-list .thead .box .th,
  #member #member-coupon .order-list .tbody .box .td {
    width: 100%;
  }
}
#search .flex-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#search .box {
  width: calc(25% - 30px);
  margin: 0 15px 30px;
  background: #f1f2f7;
  border-radius: 20px;
  padding: 2rem;
}

@media only screen and (max-width: 1199px) {
  #search .list {
    margin: 0;
  }
  #search .box {
    width: calc(33.33% - 30px);
    margin: 0 15px 30px;
  }
}
@media only screen and (max-width: 991px) {
  #search .box {
    width: calc(33.33% - 1rem);
    margin: 0 0.5rem 1rem;
    padding: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  #search .box {
    width: calc(50% - 10px);
    margin: 0 5px 10px;
    padding: 10px;
  }
}