* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

li,
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a,
a:hover,
a:link,
a:visited {
  text-decoration: none;
  color: inherit;
}

p {
  padding: 0;
  margin: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

input,
textarea {
  border: none;
  resize: none;
  outline: none;
}

.img-box {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
}

.img-box iframe,
.img-box video,
.img-box img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}

.fszero {
  font-size: 0;
  overflow: hidden;
  width: 0;
  height: 0;
}

.fszero h1 {
  margin: 0;
}

[lang=zh-CN] .share-cn {
  display: block;
}

[lang=zh-CN] .share-other {
  display: none;
}

.a2a_kit {
  display: inline-block;
  vertical-align: middle;
}
li,
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a,
a:hover,
a:link,
a:visited {
  text-decoration: none;
  color: inherit;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

select,
button,
input,
textarea {
  border: none;
  outline: none;
}

a[data-fancybox] {
  outline: none;
}

a[data-fancybox] img {
  outline: none !important;
}

.slick-slide {
  outline: none;
}

.slick-slide a {
  outline: none !important;
}

img[data-lazy] {
  background: url(../images/ajax-loader.gif) no-repeat center;
}

img.lazy {
  min-width: 1px;
  min-height: 1px;
  background: url(../images/ajax-loader.gif) no-repeat center;
}

.lazy {
  background-image: url(../images/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: center;
}

.loaded {
  background-size: cover;
}

@media (min-width: 1200px) {
  .wow {
    visibility: hidden;
  }
}
.lazy {
  background-image: url(../images/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: center;
}

.art-video-player .art-bottom {
  display: none !important;
}

.art-mask {
  display: none !important;
}

.breadcrumb {
  margin-bottom: 0;
}

.editor-content p {
  font-size: 16px;
  line-height: 1.875;
  margin: 0;
}

@media (max-width: 768px) {
  .editor-content p {
    font-size: 14px;
  }
}
.editor-content ul,
.editor-content ol {
  padding-left: 1em;
}

.editor-content ul li,
.editor-content ol li {
  list-style: inherit;
}

.editor-content .table-box {
  font-size: 16px;
  line-height: 1.875;
  overflow: auto;
  width: 100%;
  max-width: 100%;
}

@media (max-width: 991px) {
  .editor-content .table-box {
    font-size: 14px;
  }
}
.editor-content .table-box table {
  line-height: 1.2;
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

.editor-content .table-box table tr,
.editor-content .table-box table td,
.editor-content .table-box table th {
  width: 25% !important;
  height: auto !important;
}

.editor-content .table-box table td,
.editor-content .table-box table th {
  font-weight: 400;
  padding: 15px 20px !important;
  border: 1px solid #e6e6e6;
}

@media (max-width: 480px) {
  .editor-content .table-box table td,
  .editor-content .table-box table th {
    padding: 8px !important;
  }
}
.editor-content .table-box table tr p,
.editor-content .table-box table tr span {
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
}

.editor-content .table-box table th {
  text-align: center;
}

.auto-adjust-img img {
  max-width: 100% !important;
  height: auto !important;
}

.auto-adjust-img.is-mobile img {
  max-width: 100% !important;
  height: auto !important;
  margin: 5px 0;
}

.auto-adjust-img p.contains-pictures {
  font-size: 0 !important;
  overflow-x: hidden;
  margin: 0 -5px !important;
  padding: 0;
}

@media (min-width: 768px) {
  .auto-adjust-img p.contains-pictures {
    white-space: nowrap;
  }
}
.auto-adjust-img p.contains-pictures > img {
  display: inline-block;
  margin: 5px;
}

.table-box {
  font-size: var(--20);
  line-height: 1.3;
  color: #201E20;
  font-weight: 400;
  overflow: auto;
  width: 100%;
  max-width: 100%;
  word-break: break-word;
}

.table-box table {
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

.table-box table tr,
.table-box table td,
.table-box table th {
  width: auto;
  height: auto;
}

.table-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.table-box table td,
.table-box table th {
  padding: var(--d30) var(--d20);
  border: 1px solid #BABABA;
  text-align: center;
}

.table-box table tr p,
.table-box table tr span {
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
}

.table-box table .firstRow td {
  background-color: #AF9881;
  color: #fff;
  font-weight: bold;
}

.table-box table.rowspan1 tr:first-child,
.table-box table.rowspan2 tr:nth-child(2),
.table-box table.rowspan3 tr:nth-child(2),
.table-box table.rowspan3 tr:nth-child(3),
.table-box table.rowspan4 tr:nth-child(2),
.table-box table.rowspan4 tr:nth-child(3),
.table-box table.rowspan4 tr:nth-child(4),
.table-box table.rowspan5 tr:nth-child(2),
.table-box table.rowspan5 tr:nth-child(3),
.table-box table.rowspan5 tr:nth-child(4),
.table-box table.rowspan5 tr:nth-child(5) {
  background-color: #AF9881 !important;
  color: #fff;
  font-weight: bold;
}

@media (max-width: 991px) {
  .table-box {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .table-box table td,
  .table-box table th {
    padding: 8px !important;
  }
}
label {
  width: 100%;
}

body {
  font-family: "SourceSansPro", Arial, Helvetica, "Microsoft YaHei", "WenQuanYi Micro Hei", "Heiti SC", "PingFang SC", "Hiragino Sans GB", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overscroll-behavior: none;
  width: 100%;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 400;
  overflow-x: hidden;
}

@font-face {
  font-family: "SourceSansPro";
  font-weight: 300;
  font-style: normal;
  src: local("SourceSansPro Light"), local("SourceSansPro-Light"), url("../../app/fonts/SourceSansPro-Light.woff2") format("woff2"), url("../../app/fonts/SourceSansPro-Light.woff") format("woff"), url("../../app/fonts/SourceSansPro-Light.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "SourceSansPro";
  font-weight: 400;
  font-style: normal;
  src: local("SourceSansPro Regular"), local("SourceSansPro-Regular"), url("../../app/fonts/SourceSansPro-Regular.woff2") format("woff2"), url("../../app/fonts/SourceSansPro-Regular.woff") format("woff"), url("../../app/fonts/SourceSansPro-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "BeautiqueDisplay";
  font-weight: 400;
  font-style: normal;
  src: local("BeautiqueDisplay Regular"), local("BeautiqueDisplay-Regular"), url("../../app/fonts/BeautiqueDisplay-Regular.woff2") format("woff2"), url("../../app/fonts/BeautiqueDisplay-Regular.woff") format("woff"), url("../../app/fonts/BeautiqueDisplay-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "BeautiqueDisplay";
  font-weight: 500;
  font-style: normal;
  src: local("BeautiqueDisplay Medium"), local("BeautiqueDisplay-Medium"), url("../../app/fonts/BeautiqueDisplay-Medium.woff2") format("woff2"), url("../../app/fonts/BeautiqueDisplay-Medium.woff") format("woff"), url("../../app/fonts/BeautiqueDisplay-Medium.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "BeautiqueDisplay";
  font-weight: 700;
  font-style: normal;
  src: local("BeautiqueDisplay Bold"), local("BeautiqueDisplay-Bold"), url("../../app/fonts/BeautiqueDisplay-Bold.woff2") format("woff2"), url("../../app/fonts/BeautiqueDisplay-Bold.woff") format("woff"), url("../../app/fonts/BeautiqueDisplay-Bold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "BeautiqueDisplay";
  font-weight: 900;
  font-style: normal;
  src: local("BeautiqueDisplay Black"), local("BeautiqueDisplay-Black"), url("../../app/fonts/BeautiqueDisplay-Black.woff2") format("woff2"), url("../../app/fonts/BeautiqueDisplay-Black.woff") format("woff"), url("../../app/fonts/BeautiqueDisplay-Black.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "BrunoAceSC";
  font-weight: 400;
  font-style: normal;
  src: local("BrunoAceSC Regular"), local("BrunoAceSC-Black"), url("../../app/fonts/BrunoAceSC-Regular.woff2") format("woff2"), url("../../app/fonts/BrunoAceSC-Regular.woff") format("woff"), url("../../app/fonts/BrunoAceSC-Regular.ttf") format("truetype");
  font-display: swap;
}
.row {
  --bs-gutter-x: 1.875rem;
}

:root {
  --padding: calc((100% - 92.70833vw)/2);
  --d200: 200px;
  --d150: 150px;
  --d140: 140px;
  --d130: 130px;
  --d118: 118px;
  --d120: 120px;
  --d110: 110px;
  --d100: 100px;
  --d90: 90px;
  --d83: 83px;
  --d80: 80px;
  --d70: 70px;
  --d66: 66px;
  --d62: 62px;
  --d60: 60px;
  --d55: 55px;
  --d50: 50px;
  --f50: -50px;
  --f40: -40px;
  --d40: 40px;
  --d34: 34px;
  --d32: 32px;
  --d30: 30px;
  --d24: 24px;
  --d22: 22px;
  --d20: 20px;
  --f20: -20px;
  --f16: -16px;
  --d16: 16px;
  --70: 70px;
  --60: 60px;
  --58: 58px;
  --50: 50px;
  --40: 40px;
  --36: 36px;
  --30: 30px;
  --28: 28px;
  --26: 26px;
  --24: 24px;
  --22: 22px;
  --20: 20px;
  --18: 18px;
  --16: 16px;
  --14: 14px;
}

.beautiqueDisplay {
  font-family: "BeautiqueDisplay", Arial, sans-serif;
}

.title {
  font-family: "BeautiqueDisplay", Arial, sans-serif;
  font-weight: 900;
  font-size: var(--58);
  line-height: 1.2069;
  color: #201E20;
}

.title2 {
  font-family: "BeautiqueDisplay", Arial, sans-serif;
  font-weight: 500;
  font-size: var(--50);
  line-height: 1.2;
  color: #201E20;
}

.title3 {
  font-family: "BeautiqueDisplay", Arial, sans-serif;
  font-size: var(--60);
  line-height: 1.16666;
  color: #201E20;
  font-weight: 500;
}

.text {
  font-size: var(--18);
  line-height: 1.33333;
  color: #737373;
  font-weight: 400;
}

.text2 {
  color: #737373;
  font-size: var(--16);
  line-height: 1.5;
  font-weight: 400;
  max-width: 100%;
}

.header .header-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10001;
  transition: all 0.5s;
  background: rgba(0, 0, 0, 0.2);
}
.header .header-box:hover {
  background: rgba(0, 0, 0, 0.2);
}
.header .header-box .header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}
.header .header-box .header-content .logo {
  height: 75%;
  position: relative;
}
.header .header-box .header-content .logo img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .header-box .header-content .header-menu {
  cursor: pointer;
  font-size: var(--20);
  color: #ffffff;
  line-height: var(--20);
  font-weight: 400;
}
.header .header-show {
  background: rgba(0, 0, 0, 0.2) !important;
}
.header .header-nav-box {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  padding-top: 100px;
  display: flex;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.header .header-nav-box .header-img {
  width: 33.4896%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s;
}
.header .header-nav-box .header-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .header-nav-box .header-nav-content {
  width: 66.5104%;
  height: 100%;
  padding-top: 4.16667vw;
  padding-left: 7.86458vw;
  padding-bottom: 3.125vw;
  padding-right: 3.64583vw;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.header .header-nav-box .header-nav-content .header-nav-top {
  display: flex;
  justify-content: space-between;
  height: 90%;
}
.header .header-nav-box .header-nav-content .header-nav-top .header-nav-content-box {
  display: flex;
  height: 100%;
}
.header .header-nav-box .header-nav-content .header-nav-top .header-nav-content-box .header-nav {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 100%;
}
.header .header-nav-box .header-nav-content .header-nav-top .header-nav-content-box .header-nav li {
  font-weight: 400;
  font-size: var(--22);
  line-height: 1.0909;
  margin-bottom: var(--d24);
  margin-right: var(--d24);
  transform: translateX(100px);
  opacity: 0;
  transition: all 0.5s;
  white-space: nowrap;
}
@media (width >= 1200px) {
  .header .header-nav-box .header-nav-content .header-nav-top .header-nav-content-box .header-nav li:hover a {
    font-weight: 900;
    color: #E9953C;
    line-height: 1.25;
    font-size: var(--40);
  }
}
.header .header-nav-box .header-nav-content .header-nav-top .header-nav-content-box .header-nav li a {
  transition: all 0.5s;
}
.header .header-nav-box .header-nav-content .header-nav-top .header-nav-content-box .header-nav li:last-child {
  margin-bottom: 0;
}
.header .header-nav-box .header-nav-content .header-nav-top .header-nav-content-box .header-nav1-box {
  width: 430px;
}
.header .header-nav-box .header-nav-content .header-nav-top .header-matchless {
  font-weight: 500;
  font-size: var(--40);
  line-height: var(--40);
  color: #201E1E;
  opacity: 0;
  transition: all 0.5s;
}
.header .header-nav-box .header-nav-content .header-nav-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.header .header-nav-box .header-nav-content .header-nav-bottom .header-search {
  width: 536px;
  position: relative;
  transform: translateX(100px);
  opacity: 0;
  transition: all 0.5s;
}
.header .header-nav-box .header-nav-content .header-nav-bottom .header-search::after {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #5F5F5F;
  content: "";
  height: 1px;
}
.header .header-nav-box .header-nav-content .header-nav-bottom .header-search .search-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .header-nav-box .header-nav-content .header-nav-bottom .header-search .input-text {
  width: calc(100% - 40px);
  text-align: right;
  background-color: transparent;
  font-size: var(--24);
  line-height: 1.41667;
  padding-right: 10px;
}
.header .header-nav-box .header-nav-content .header-nav-bottom .header-search .input-text::-moz-placeholder {
  color: #959595;
  text-transform: capitalize;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.header .header-nav-box .header-nav-content .header-nav-bottom .header-search .input-text::placeholder {
  color: #959595;
  text-transform: capitalize;
  transition: all 0.5s;
}
.header .header-nav-box .header-nav-content .header-nav-bottom .header-search .input-text:focus::-moz-placeholder {
  opacity: 0.7;
}
.header .header-nav-box .header-nav-content .header-nav-bottom .header-search .input-text:focus::placeholder {
  opacity: 0.7;
}
.header .header-nav-box .header-nav-content .header-nav-bottom .header-search .submit {
  width: 30px;
  height: 30px;
  background-color: transparent;
}
.header .header-nav-box .header-nav-content .header-nav-bottom .header-search .submit i {
  font-size: 30px;
  line-height: 30px;
  color: #5F5F5F;
}
.header .header-nav-box .header-nav-content .header-nav-bottom .header-share {
  transition: all 0.5s;
  opacity: 0;
  transition-delay: 0.8s;
}
.header .header-nav-box .header-nav-content .header-nav-bottom .header-share a {
  margin-right: 10px;
}
.header .header-nav-box .header-nav-content .header-nav-bottom .header-share a:last-child {
  margin-right: 0;
}
.header .header-nav-box .header-nav-content .header-nav-bottom .header-share a:hover i {
  opacity: 1;
}
.header .header-nav-box .header-nav-content .header-nav-bottom .header-share a i {
  font-size: 26px;
  line-height: 26px;
  color: #1F1D1D;
  opacity: 0.2;
  transition: all 0.5s;
}
.header .close {
  opacity: 1;
  visibility: visible;
}
.header .close .header-img {
  opacity: 1;
  transition-delay: 0.6s;
}
.header .close .header-nav-content .header-nav-top .header-nav-content-box .header-nav li {
  transform: none;
  opacity: 1;
  transition-delay: 0.8s;
}
.header .close .header-nav-content .header-nav-top .header-matchless {
  opacity: 1;
  transition-delay: 0.8s;
}
.header .close .header-nav-content .header-nav-bottom .header-search {
  transform: none;
  opacity: 1;
  transition-delay: 0.8s;
}
.header .close .header-nav-content .header-nav-bottom .header-share {
  opacity: 1;
}

.index-header .header-box {
  background-color: transparent;
}

.subscription-show {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: flex;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.subscription-show .subscription-box {
  margin-top: 100px;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: relative;
}
.subscription-show .subscription-box .subscription-content {
  position: absolute;
  width: 935px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #F0EDE3;
  display: flex;
  justify-content: space-between;
}
.subscription-show .subscription-box .subscription-content .subscription-close {
  position: absolute;
  top: 17px;
  right: 17px;
  cursor: pointer;
}
.subscription-show .subscription-box .subscription-content .subscription-close:hover i {
  color: #E9953C;
}
.subscription-show .subscription-box .subscription-content .subscription-close i {
  font-size: var(--20);
  line-height: var(--20);
  color: #B2B2B2;
  transition: all 0.5s;
}
.subscription-show .subscription-box .subscription-content .subscription-img {
  width: 450px;
}
.subscription-show .subscription-box .subscription-content .subscription-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.subscription-show .subscription-box .subscription-content .subscription-formbox {
  width: calc(100% - 450px);
  padding-top: var(--d90);
  padding-left: var(--d40);
  padding-right: var(--d66);
}
.subscription-show .subscription-box .subscription-content .subscription-formbox .subscription-title {
  font-size: 32px;
  line-height: 1.25;
  color: #201E20;
  font-weight: 700;
  margin-bottom: var(--d24);
}
.subscription-show .subscription-box .subscription-content .subscription-formbox .subscription-text {
  margin-bottom: var(--40);
}
.subscription-show .subscription-box .subscription-content .subscription-formbox .subscription-from li {
  padding-bottom: 6px;
  margin-bottom: var(--d30);
  position: relative;
}
.subscription-show .subscription-box .subscription-content .subscription-formbox .subscription-from li::after {
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #B1B1B1;
}
.subscription-show .subscription-box .subscription-content .subscription-formbox .subscription-from li:last-child {
  margin-bottom: var(--d50);
}
.subscription-show .subscription-box .subscription-content .subscription-formbox .subscription-from .input-box {
  width: 100%;
  background-color: transparent;
  position: relative;
  display: block;
}
.subscription-show .subscription-box .subscription-content .subscription-formbox .subscription-from .submit {
  font-size: 12px;
  letter-spacing: 6%;
  width: 124px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #AF9881;
  transition: all 0.5s;
}
.subscription-show .subscription-box .subscription-content .subscription-formbox .subscription-from .submit:hover {
  background-color: #201E20;
}

.subscription-open {
  opacity: 1;
  visibility: visible;
}

.index-banner {
  width: 100%;
  position: relative;
  height: auto;
}
.index-banner .swiper-slide {
  width: 100%;
}
.index-banner .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-banner .banner-pagination {
  position: absolute;
  bottom: 48px;
  z-index: 10;
  text-align: center;
}
.index-banner .banner-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
  position: relative;
  margin: 0 12px;
}
.index-banner .banner-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: rgb(255, 255, 255);
}
.index-banner .banner-pagination .swiper-pagination-bullet-active::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  transform: translate(-50%, -50%);
  width: 22px;
  height: 22px;
  background-image: url("../img/page.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.xs-online {
  width: 100%;
  position: fixed;
  z-index: 9000;
  bottom: 0;
  left: 0;
  background-color: #E9953C;
}
.xs-online ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.xs-online ul li {
  width: 20%;
  padding: 10px 0px;
  position: relative;
}
.xs-online ul li::after {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #fff;
  content: "";
}
.xs-online ul li:last-child::after {
  display: none;
}
.xs-online ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #201E20;
  font-size: 12px;
  text-transform: capitalize;
}
.xs-online ul li a::before {
  font-family: "iconfont" !important;
  font-size: 18px;
  font-style: normal;
  line-height: 24px;
  display: block;
}
.xs-online ul li a .icon-you {
  transform: rotate(-90deg);
}
.xs-online ul .xs-online-mail a::before {
  content: "\e653";
}
.xs-online ul .xs-online-whatsapp a::before {
  content: "\e97b";
}
.xs-online ul .xs-online-message a::before {
  content: "\e744";
}
.xs-online ul .xs-online-product a::before {
  content: "\e618";
}
.xs-online ul .xs-online-top a::before {
  content: "\e60e";
}

.online-wrap .icon-gouwuchefill {
  position: relative;
}
.online-wrap .icon-gouwuchefill .gouwuchefill-num {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(10%, 0%);
  width: 16px;
  height: 16px;
  background-color: #E9953C;
  font-size: 10px;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.online-wrap .online {
  transition: all 0.5s;
  position: fixed;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 16px 5px;
  z-index: 1100;
  background: #AF9881;
}
.online-wrap .online a {
  width: 40px;
  height: 40px;
  position: relative;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 17px;
  font-size: 26px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.5s;
}
.online-wrap .online a:last-child {
  margin-bottom: 0;
}
.online-wrap .online a .show-num {
  opacity: 0;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
  color: #201E20;
  font-weight: 400;
  font-size: var(--16);
  visibility: hidden;
  white-space: nowrap;
  padding-right: 20px;
}
.online-wrap .online a .show-num .show-img {
  width: 120px;
  height: 120px;
  background-color: #201E20;
}
.online-wrap .online a .show-num .show-img,
.online-wrap .online a .show-num span {
  background-color: #201E20;
  padding: 10px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.online-wrap .online a .show-num .show-img::after,
.online-wrap .online a .show-num span::after {
  position: absolute;
  top: 50%;
  right: 2px;
  display: inline-block;
  width: 0px;
  height: 0px;
  content: "";
  transform: translate(100%, -50%);
  vertical-align: middle;
  border-width: 10px 0px 10px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #201E20;
}
.online-wrap .online a .show-num img {
  width: 100px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.online-wrap .online a:hover {
  color: #201E20 !important;
}
.online-wrap .online a:hover .show-num {
  transition: all 0.5s;
  opacity: 1;
  right: 100%;
  visibility: visible;
}
.online-wrap .online a:hover .show-num img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.online-wrap .online-btn {
  display: none;
  position: fixed;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  bottom: 80px;
  right: 0;
  z-index: 1000;
  background-color: rgba(0, 23, 51, 0.1);
}
.online-wrap .online-btn:before {
  content: "+";
  color: #fff;
  font-size: 25px;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.online-wrap .show {
  right: 0 !important;
}
.online-wrap .open:before {
  transform: rotate(45deg);
}

@media (width < 1400px) {
  .online-wrap .online {
    transform: translateY(-50%) scale(0.8);
  }
}
@media (width < 768px) {
  .online-wrap .online-btn {
    display: block;
  }
  .online-wrap .online {
    transform-origin: right;
    top: unset;
    right: -101%;
    bottom: 120px;
    transform: scale(0.8);
  }
}
.fooder {
  background-color: #F0EDE3;
  padding-top: var(--d90);
}
.fooder .fooder-address {
  margin-top: var(--d30);
}
.fooder .fooder-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: var(--d34);
}
.fooder .fooder-top .fooder-form {
  width: 506px;
}
.fooder .fooder-top .fooder-form .fooder-form-title {
  font-size: var(--30);
  color: #1F1D1D;
  line-height: 1.66667;
  font-weight: 700;
  margin-bottom: var(--d34);
}
.fooder .fooder-top .fooder-form .fooder-form-content {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}
.fooder .fooder-top .fooder-form .input-text {
  width: 78%;
  background-color: #FFFFFF;
  font-size: 14px;
  line-height: 17px;
  padding: 17px 20px;
  border-radius: 5px;
}
.fooder .fooder-top .fooder-form .input-text::-moz-placeholder {
  color: rgba(38, 38, 38, 0.4);
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.fooder .fooder-top .fooder-form .input-text::placeholder {
  color: rgba(38, 38, 38, 0.4);
  transition: all 0.5s;
}
.fooder .fooder-top .fooder-form .input-text:focus::-moz-placeholder {
  color: rgba(38, 38, 38, 0.2);
}
.fooder .fooder-top .fooder-form .input-text:focus::placeholder {
  color: rgba(38, 38, 38, 0.2);
}
.fooder .fooder-top .fooder-form .form-submit {
  width: 21.1462%;
  height: auto;
  background-color: #1F1D1D;
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  line-height: 17px;
  transition: all 0.5s;
}
.fooder .fooder-top .fooder-form .form-submit:hover {
  background-color: #AF9881;
}
.fooder .fooder-top .fooder-navbox {
  display: flex;
  justify-content: flex-end;
}
.fooder .fooder-top .fooder-navbox .fooder-nav {
  margin-right: var(--d150);
}
.fooder .fooder-top .fooder-navbox .fooder-nav:last-child {
  margin-right: 0;
}
.fooder .fooder-top .fooder-navbox .fooder-nav .fooder-nav-title {
  font-size: var(--20);
  line-height: 1.25;
  margin-bottom: var(--d24);
}
.fooder .fooder-top .fooder-navbox .fooder-nav .fooder-nav-list2 {
  margin-bottom: 14px;
  color: #333333;
  font-size: var(--18);
  line-height: 1.22222;
}
.fooder .fooder-top .fooder-navbox .fooder-nav .fooder-nav-list2:last-child {
  margin-bottom: 0;
}
.fooder .fooder-top .fooder-navbox .fooder-nav .fooder-nav-list2 a {
  transition: all 0.2s;
}
.fooder .fooder-top .fooder-navbox .fooder-nav .fooder-nav-list2 a:hover {
  color: #E9953C;
  text-decoration: underline;
}
.fooder .fooder-top .fooder-navbox .fooder-nav .translate {
  margin-top: 14px;
}
.fooder .fooder-top .fooder-navbox .fooder-nav2 {
  width: 378px;
}
.fooder .fooder-top .fooder-navbox .fooder-nav3 {
  min-width: 100px;
}
.fooder .fooder-share {
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.fooder .fooder-share a {
  margin-right: 10px;
}
.fooder .fooder-share a:last-child {
  margin-right: 0;
}
.fooder .fooder-share a:hover i {
  opacity: 1;
}
.fooder .fooder-share a i {
  font-size: 22px;
  line-height: 1;
  color: #1F1D1D;
  opacity: 0.2;
  transition: all 0.5s;
}
.fooder .fooder-buttom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--d22) 0;
  color: #5F5F5F;
}
.fooder .fooder-buttom .fooder-copyright-box {
  font-size: 14px;
  line-height: 16px;
}
.fooder .fooder-buttom .fooder-copyright-box span,
.fooder .fooder-buttom .fooder-copyright-box a {
  transition: all 0.5s;
  margin-right: 12px;
}
.fooder .fooder-buttom .fooder-copyright-box span:last-child,
.fooder .fooder-buttom .fooder-copyright-box a:last-child {
  margin-right: 0;
}
.fooder .fooder-buttom .privacy-sitemap {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 16px;
  color: rgb(95, 95, 95);
  transition: all 0.5s;
}
.fooder .fooder-buttom .privacy-sitemap a {
  transition: all 0.5s;
  position: relative;
}
.fooder .fooder-buttom .privacy-sitemap a:hover {
  color: rgb(95, 95, 95);
  text-decoration: underline;
}
.fooder .fooder-buttom .privacy-sitemap a:first-child {
  padding-right: 2px;
  margin-right: var(--d20);
}
.fooder .fooder-buttom .privacy-sitemap a:first-child::before {
  position: absolute;
  width: 1px;
  height: 14px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: rgba(95, 95, 95, 0.5);
  content: "";
}

.access {
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #1F1D1D;
  padding: 5px 0;
}
.access .access-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.access .access-content .access-title h2 {
  font-size: var(--16);
  line-height: 1.2;
  color: #ffffff;
  font-weight: 500;
}
.access .access-content .access-rigth {
  display: flex;
  justify-content: center;
  align-items: center;
}
.access .access-content .access-rigth .login {
  margin-right: 1.40625vw;
  font-size: var(--24);
  color: #ffffff;
}
.access .access-content .access-rigth .access-buttom {
  font-size: 14px;
  line-height: 1.2;
  display: inline-block;
  background-color: #FFFFFF;
  color: #1F1D1D;
  transition: all 0.5s;
  white-space: nowrap;
}
.access .access-content .access-rigth .access-buttom a {
  display: block;
  padding: 8px 16px;
  width: 100%;
  height: 100%;
}
.access .access-content .access-rigth .access-buttom:hover {
  background-color: #AF9881;
  color: #fff;
}

.indexcontent {
  background-color: #F0EDE3;
}
.indexcontent .i-makes-box {
  position: relative;
  background-image: url("../img/home_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.indexcontent .i-makes-box #pinContainer {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.indexcontent .i-makes-box .i-makes-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.indexcontent .i-makes-box .i-makes-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.indexcontent .i-makes-box .panel {
  height: 100vh;
  position: absolute;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: var(--padding);
}
.indexcontent .i-makes-box .panel .i-makes-title {
  width: 30.72917vw;
  padding-right: var(--d40);
}
.indexcontent .i-makes-box .panel .i-makes-title h2 {
  font-size: var(--58);
  line-height: 1.5517;
  font-weight: 500;
  color: #201E20;
}
.indexcontent .i-makes-box .panel .i-makes-list {
  display: flex;
  justify-content: flex-start;
}
.indexcontent .i-makes-box .panel .i-makes-list .i-makes-list2 {
  margin-right: var(--d110);
  display: flex;
}
.indexcontent .i-makes-box .panel .i-makes-list .i-makes-list2 .i-makes-img {
  position: relative;
  width: 31.25vw;
  margin-right: var(--d32);
}
.indexcontent .i-makes-box .panel .i-makes-list .i-makes-list2 .i-makes-img .i-makes-num {
  font-family: "BrunoAceSC", Arial, sans-serif;
  position: absolute;
  right: var(--d30);
  bottom: var(--d30);
  z-index: 20;
  font-size: var(--58);
  line-height: var(--58);
  color: #FFDEC3;
  font-weight: 400;
}
.indexcontent .i-makes-box .panel .i-makes-list .i-makes-list2 .i-makes-img .img-box {
  padding-bottom: 100%;
}
.indexcontent .i-makes-box .panel .i-makes-list .i-makes-list2 .i-makes-right {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.indexcontent .i-makes-box .panel .i-makes-list .i-makes-list2 .i-makes-right .i-makes-textbox {
  width: 21.875vw;
  transform: translateY(50px);
  opacity: 0;
  transition: all 0.5s;
}
.indexcontent .i-makes-box .panel .i-makes-list .i-makes-list2 .i-makes-right .i-makes-textbox .i-makes-list-title {
  line-height: 1.26667;
  font-size: var(--30);
  color: #201E1E;
  font-weight: 400;
  margin-bottom: var(--d30);
}
.indexcontent .i-makes-box .panel .i-makes-list .i-makes-list2 .i-makes-right .i-makes-textbox .i-makes-list-title:hover {
  color: #E9953C;
  text-decoration: underline;
}
.indexcontent .i-makes-box .panel .i-makes-list .i-makes-list2 .i-makes-right .i-makes-textbox .i-makes-list-text {
  font-size: var(--18);
  line-height: 1.22222;
  font-weight: 400;
  color: #737373;
}
.indexcontent .i-makes-box .panel .i-makes-list .i-makes-list2 .i-makes-right .i-makes-img2 {
  width: 14.0625vw;
}
.indexcontent .i-makes-box .panel .i-makes-list .i-makes-list2 .i-makes-right .i-makes-img2 .img-box {
  padding-bottom: 100%;
}
.indexcontent .i-makes-box .panel .i-makes-list .i-makes-list2:last-child {
  padding-right: 3.645835vw;
}
.indexcontent .i-choose-box {
  background-color: #EAEAD6;
  padding-top: var(--d150);
  padding-bottom: var(--d66);
}
.indexcontent .i-choose-box .i-choose-title {
  margin-bottom: var(--d55);
}
.indexcontent .i-choose-box .i-choose-list {
  margin-bottom: var(--f40);
  padding-bottom: 9px;
}
.indexcontent .i-choose-box .i-choose-list .i-choose-list2 {
  font-size: var(--26);
  line-height: 1.15384;
  color: #737373;
  font-weight: 400;
  margin-bottom: var(--d40);
}
.indexcontent .i-choose-box .i-choose-list .i-choose-list2:nth-child(3) {
  text-align: right;
  padding-right: 2em;
}
.indexcontent .i-choose-box .i-choose-list .i-choose-list2:nth-child(5) {
  text-align: right;
}
.indexcontent .i-choose-box .i-choose-list .i-choose-list2:nth-child(6) {
  text-align: right;
}
.indexcontent .i-choose-box .i-choose-list .i-choose-list2:hover {
  color: #E9953C;
}
.indexcontent .i-choose-box .i-choose-list .i-choose-list2 a {
  float: right;
  display: inline-block;
  padding: 11px 38px;
  text-align: center;
  font-size: var(--14);
  line-height: var(--14);
  background-color: #AF9881;
  color: #ffffff;
  font-weight: 500;
  transition: all 0.5s;
}
.indexcontent .i-choose-box .i-choose-list .i-choose-list2 a:hover {
  background-color: #201E20;
}
.indexcontent .i-choose-box .i-choose-bg {
  width: 100%;
}
.indexcontent .i-choose-box .i-choose-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.indexcontent .i-product-titlebox {
  padding-bottom: var(--d16);
  margin-bottom: var(--d40);
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.indexcontent .i-product-titlebox::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #666666;
}
.indexcontent .i-product-titlebox .i-product-view {
  font-size: var(--22);
  line-height: 1.1818;
  color: #201E20;
  font-weight: normal;
  transition: all 0.5s;
}
.indexcontent .i-product-titlebox .i-product-view:hover {
  color: #E9953C;
}
.indexcontent .i-product-box {
  padding-top: var(--d150);
  padding-bottom: var(--d100);
}
.indexcontent .i-product-box .i-product-content .i-product-list {
  margin-bottom: var(--f20);
}
.indexcontent .i-product-box .i-product-content .i-product-list .i-product-list2 {
  margin-bottom: var(--d20);
}
@media (width >= 1200px) {
  .indexcontent .i-product-box .i-product-content .i-product-list .i-product-list2 .i-product-list3:hover .i-product-top .i-product-imgbox .i-product-img2 {
    opacity: 1;
  }
  .indexcontent .i-product-box .i-product-content .i-product-list .i-product-list2 .i-product-list3:hover .i-product-top .i-product-list-textbox {
    transform: none;
  }
  .indexcontent .i-product-box .i-product-content .i-product-list .i-product-list2 .i-product-list3:hover .i-product-list-title {
    opacity: 0;
  }
}
.indexcontent .i-product-box .i-product-content .i-product-list .i-product-list2 .i-product-list3 .i-product-top {
  position: relative;
  overflow: hidden;
}
.indexcontent .i-product-box .i-product-content .i-product-list .i-product-list2 .i-product-list3 .i-product-top .i-product-imgbox .i-product-img .img-box {
  padding-bottom: 100%;
}
.indexcontent .i-product-box .i-product-content .i-product-list .i-product-list2 .i-product-list3 .i-product-top .i-product-imgbox .i-product-img2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  opacity: 0;
  transition: all 0.5s;
}
.indexcontent .i-product-box .i-product-content .i-product-list .i-product-list2 .i-product-list3 .i-product-top .i-product-imgbox .i-product-img2::after {
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  z-index: 10;
}
.indexcontent .i-product-box .i-product-content .i-product-list .i-product-list2 .i-product-list3 .i-product-top .i-product-list-textbox {
  transition: all 0.5s;
  position: absolute;
  z-index: 11;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 26px 20px;
  color: #fff;
  transform: translateY(100%);
}
.indexcontent .i-product-box .i-product-content .i-product-list .i-product-list2 .i-product-list3 .i-product-top .i-product-list-textbox .i-product-list-title2 {
  line-height: 1.25;
  font-size: var(--24);
  font-weight: 400;
  margin-bottom: 10px;
}
.indexcontent .i-product-box .i-product-content .i-product-list .i-product-list2 .i-product-list3 .i-product-top .i-product-list-textbox .i-product-list-text {
  font-size: var(--16);
  font-weight: 1.25;
  font-weight: 300;
  margin-bottom: var(--20);
}
.indexcontent .i-product-box .i-product-content .i-product-list .i-product-list2 .i-product-list3 .i-product-top .i-product-list-textbox .i-product-list-buttom {
  display: inline-block;
  padding: 9px 23px;
  background-color: #AF9881;
  font-size: 12px;
  transition: all 0.5s;
}
.indexcontent .i-product-box .i-product-content .i-product-list .i-product-list2 .i-product-list3 .i-product-top .i-product-list-textbox .i-product-list-buttom:hover {
  background-color: #201E20;
}
.indexcontent .i-product-box .i-product-content .i-product-list .i-product-list2 .i-product-list3 .i-product-list-title {
  font-size: var(--24);
  line-height: 1.41667;
  color: #201E20;
  font-weight: 400;
  padding-top: var(--d20);
  transition: all 0.5s;
}
.indexcontent .i-wigs-box #pinContainer2 {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.indexcontent .i-wigs-box .i-wigs-title {
  position: absolute;
  top: var(--d50);
  left: var(--padding);
}
.indexcontent .i-wigs-box .panel2 {
  height: 100vh;
  position: absolute;
  padding-left: var(--padding);
  display: flex;
  justify-content: center;
  align-items: center;
}
.indexcontent .i-wigs-box .panel2 .i-wigs-list {
  display: flex;
  justify-content: flex-start;
  padding-top: 20vh;
  padding-bottom: 100px;
  height: 100%;
}
.indexcontent .i-wigs-box .panel2 .i-wigs-list .i-wigs-list2 {
  display: flex;
  justify-content: center;
  padding-right: var(--d140);
}
.indexcontent .i-wigs-box .panel2 .i-wigs-list .i-wigs-list2:last-child {
  padding-right: calc(3.645835vw + 100px);
}
.indexcontent .i-wigs-box .panel2 .i-wigs-list .i-wigs-list2 .i-wigs-imgbox {
  min-width: 29.33333vw;
  overflow: hidden;
  border-top-right-radius: 8.33333vw;
  border-bottom-left-radius: 8.33333vw;
  transform: scale(0.4);
  transform-origin: bottom;
}
.indexcontent .i-wigs-box .panel2 .i-wigs-list .i-wigs-list2 .i-wigs-imgbox:hover .img-box img {
  transform: scale(1.3);
}
.indexcontent .i-wigs-box .panel2 .i-wigs-list .i-wigs-list2 .i-wigs-imgbox .img-box {
  padding-bottom: 114.0625%;
  height: 100%;
}
@media (width >= 1200px) {
  .indexcontent .i-wigs-box .panel2 .i-wigs-list .i-wigs-list2 .i-wigs-imgbox .img-box img {
    transition: all 5s;
  }
}
.indexcontent .i-wigs-box .panel2 .i-wigs-list .i-wigs-list2 .i-wigs-textbox {
  padding-left: 4.79167vw;
}
.indexcontent .i-wigs-box .panel2 .i-wigs-list .i-wigs-list2 .i-wigs-textbox a {
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.indexcontent .i-wigs-box .panel2 .i-wigs-list .i-wigs-list2 .i-wigs-textbox .i-wigs-titlebox {
  font-size: var(--50);
  color: #201E20;
  font-weight: 400;
  line-height: 1.2;
  white-space: nowrap;
}
.indexcontent .i-wigs-box .panel2 .i-wigs-list .i-wigs-list2 .i-wigs-textbox .i-wigs-titlebox .i-wigs-title1 {
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
}
.indexcontent .i-wigs-box .panel2 .i-wigs-list .i-wigs-list2 .i-wigs-textbox .i-wigs-titlebox .i-wigs-title1 span {
  font-size: var(--14);
  line-height: var(--14);
  color: #A5A5A5;
  font-weight: 400;
  margin-right: var(--d55);
}
.indexcontent .i-wigs-box .panel2 .i-wigs-list .i-wigs-list2 .i-wigs-textbox .i-wigs-more {
  font-size: var(--20);
  color: #B98A58;
  line-height: 1.2;
  font-weight: 400;
  transition: all 0.5s;
}
.indexcontent .i-wigs-box .panel2 .i-wigs-list .i-wigs-list2 .i-wigs-textbox .i-wigs-more:hover {
  color: #201E20;
  text-decoration: underline;
}
.indexcontent .i-wigs-box .panel2 .i-wigs-list .i-wigs-list2 .i-wigs-textbox .i-wigs-text-imgbox {
  display: flex;
  align-items: center;
}
.indexcontent .i-wigs-box .panel2 .i-wigs-list .i-wigs-list2 .i-wigs-textbox .i-wigs-text-imgbox .i-wigs-imgbox2 {
  width: 13vw;
  margin-right: 16px;
}
.indexcontent .i-wigs-box .panel2 .i-wigs-list .i-wigs-list2 .i-wigs-textbox .i-wigs-text-imgbox .i-wigs-imgbox2:last-child {
  margin-right: 0;
}
.indexcontent .i-solutions-box {
  padding-top: var(--d110);
}
.indexcontent .i-solutions-box .i-solutions-content .i-solutions-title {
  text-align: center;
  margin-bottom: var(--d30);
}
.indexcontent .i-solutions-box .i-solutions-content .i-solutions-text {
  width: 1135px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: var(--d50);
}
.indexcontent .i-solutions-box .i-solutions-video {
  width: 100%;
  position: relative;
}
.indexcontent .i-solutions-box .i-solutions-video .i-solutions-play {
  width: 1.66667vw;
  height: 1.66667vw;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  position: absolute;
  left: 20vw;
  bottom: 5vw;
  cursor: pointer;
  transition: all 0.5s;
}
.indexcontent .i-solutions-box .i-solutions-video .i-solutions-play:hover {
  transform: scale(1.1);
}
.indexcontent .i-solutions-box .i-solutions-video .i-solutions-play i {
  font-size: 0.625vw;
  line-height: 0.625vw;
  color: #201E20;
}
.indexcontent .i-solutions-box .i-solutions-video img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.indexcontent .i-solutions-box .i-solutions-video .img-box {
  padding-bottom: 31.3725490196%;
}

.faq-list1 {
  position: relative;
}
.faq-list1 .faq-list2 {
  padding: var(--d30) 0;
  position: relative;
  border-top: 1px solid #666666;
}
.faq-list1 .faq-list2:last-child {
  border-bottom: 1px solid #666666;
}
.faq-list1 .faq-list2 .faq-titlebox {
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: all 0.5s;
}
.faq-list1 .faq-list2 .faq-titlebox:hover .faq-list-title {
  color: #E9953C;
}
.faq-list1 .faq-list2 .faq-titlebox .faq-icon i {
  font-size: 30px;
}
.faq-list1 .faq-list2 .faq-titlebox .faq-list-title {
  font-size: var(--20);
  line-height: 1.5;
  font-weight: 500;
  color: #201E20;
  width: 88.87545%;
  font-family: "BeautiqueDisplay", Arial, sans-serif;
  transition: all 0.5s;
}
.faq-list1 .faq-list2 .faq-titlebox .faq-plue i {
  transition: transform 0.5s;
  display: inline-block;
  font-size: 20px;
}
.faq-list1 .faq-list2 .faq-list-text {
  width: 88.87545%;
  padding-top: var(--d20);
  display: none;
  font-size: var(--16);
  line-height: 1.5;
  color: #737373;
  font-weight: 400;
  background-color: transparent;
}
.faq-list1 .open .faq-titlebox .faq-list-title {
  color: #E9953C;
}
.faq-list1 .open .faq-plue i {
  transform: none;
  color: #E9953C;
  transform: rotate(180deg);
}

.pagination {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.pagination li {
  width: 30px;
  height: 30px;
  font-size: var(--16);
  line-height: var(--16);
  transition: all 0.5s;
  margin-right: var(--d20);
}
.pagination li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination li:last-child {
  margin-right: 0;
}
.pagination li:hover {
  background-color: #AF9881;
  color: #ffffff;
}
.pagination .active {
  background-color: #AF9881;
  color: #ffffff;
}
.pagination .prev,
.pagination .next {
  width: 70px;
  height: 30px;
  border: 1px solid #D8D8D8;
}
.pagination .prev i,
.pagination .next i {
  font-size: var(--14);
  line-height: var(--14);
  display: inline-block;
}
.pagination .prev i {
  transform: rotate(90deg);
  margin-right: 4px;
}
.pagination .next i {
  transform: rotate(-90deg);
  margin-left: 4px;
}

.detailscontent {
  background-color: #F0EDE3;
}
.detailscontent .details-box {
  padding-bottom: var(--d100);
}
.detailscontent .details-box .details-content {
  display: flex;
  justify-content: space-between;
  padding-top: var(--d200);
}
.detailscontent .details-box .details-content .details-imgbox {
  width: 710px;
  overflow: hidden;
  position: relative;
}
.detailscontent .details-box .details-content .details-imgbox .details-pagination {
  position: absolute;
  left: var(--d34);
  bottom: var(--d30);
  z-index: 10;
  height: 38px;
  display: flex;
  align-items: center;
}
.detailscontent .details-box .details-content .details-imgbox .details-pagination .swiper-pagination-bullet {
  background-color: #E9953C;
  margin: 0;
  margin-right: 10px;
  width: 10px;
  height: 10px;
  opacity: 1;
}
.detailscontent .details-box .details-content .details-imgbox .details-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.detailscontent .details-box .details-content .details-imgbox .details-pagination .swiper-pagination-bullet-active {
  background-color: #201E20;
}
.detailscontent .details-box .details-content .details-imgbox .swiper-slide {
  overflow: hidden;
}
.detailscontent .details-box .details-content .details-imgbox .swiper-slide .img-box {
  padding-bottom: 100%;
}
.detailscontent .details-box .details-content .details-imgbox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.detailscontent .details-box .details-content .details-imgbox .swiper-video::before {
  font-family: "iconfont" !important;
  position: absolute;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #FFFFFF;
  border-radius: 50%;
  right: var(--d30);
  bottom: var(--d30);
  content: "\e66e";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #050505;
  font-size: 14px;
  line-height: 14px;
  z-index: 100;
}
.detailscontent .details-box .details-content .details-textbox {
  width: calc(100% - 710px);
  padding-left: var(--d50);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.detailscontent .details-box .details-content .details-textbox .details-textbox2 .details-title {
  margin-bottom: var(--d30);
}
.detailscontent .details-box .details-content .details-textbox .details-textbox2 .details-title h2 {
  font-size: var(--40);
  line-height: 1.25;
  color: #201E20;
  font-weight: 700;
}
.detailscontent .details-box .details-content .details-textbox .details-textbox2 .details-type {
  font-size: var(--28);
  line-height: 1.2857;
  color: #E9953C;
  margin-bottom: var(--d20);
  font-weight: 500;
}
.detailscontent .details-box .details-content .details-textbox .details-textbox2 .details-type-text {
  font-size: var(--18);
  line-height: 1.44444;
  color: #333333;
  font-weight: 500;
}
.detailscontent .details-box .details-content .details-textbox .details-textbox2 .details-text .details-usage {
  font-size: var(--20);
  margin-bottom: 14px;
  line-height: 1.3;
  font-weight: 400;
  color: #201E20;
}
.detailscontent .details-box .details-content .details-textbox .details-textbox2 .details-text p {
  color: #737373;
  font-size: var(--16);
  line-height: 1.625;
  font-weight: 400;
}
.detailscontent .details-box .details-content .details-textbox .details-textbox2 .details-butBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.detailscontent .details-box .details-content .details-textbox .details-textbox2 .details-butBox .details-butBox2 {
  display: flex;
}
.detailscontent .details-box .details-content .details-textbox .details-textbox2 .details-butBox .details-butBox2 .details-but {
  display: inline-block;
}
.detailscontent .details-box .details-content .details-textbox .details-textbox2 .details-butBox .details-butBox2 .details-but a {
  padding: 9px 30px;
  display: inline-block;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  font-size: var(--18);
  line-height: 1.2778;
  font-weight: 400;
  color: #fff;
}
.detailscontent .details-box .details-content .details-textbox .details-textbox2 .details-butBox .details-butBox2 .details-inquiry {
  margin-right: 15px;
}
.detailscontent .details-box .details-content .details-textbox .details-textbox2 .details-butBox .details-butBox2 .details-inquiry a {
  background-color: #201E20;
  transition: all 0.5s;
}
.detailscontent .details-box .details-content .details-textbox .details-textbox2 .details-butBox .details-butBox2 .details-inquiry a:hover {
  background-color: #AF9881;
}
.detailscontent .details-box .details-content .details-textbox .details-textbox2 .details-butBox .details-butBox2 .details-cart a {
  background-color: #AF9881;
  position: relative;
}
.detailscontent .details-box .details-content .details-textbox .details-textbox2 .details-butBox .details-butBox2 .details-cart a::after {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  opacity: 0;
  transition: all 0.5s;
}
.detailscontent .details-box .details-content .details-textbox .details-textbox2 .details-butBox .details-butBox2 .details-cart a:hover::after {
  opacity: 1;
}
.detailscontent .details-box .details-content .details-textbox .details-textbox2 .details-butBox .details-share {
  display: flex;
  align-items: center;
}
.detailscontent .details-box .details-content .details-textbox .details-textbox2 .details-butBox .details-share p {
  font-weight: 400;
  line-height: 1.5;
  font-size: 16px;
  color: #333;
  margin-right: 16px;
}
.detailscontent .details-box .details-content .details-textbox .details-text-imgbox .details-img {
  width: 220px;
  padding-right: var(--d20);
  float: left;
}
.detailscontent .details-box .details-content .details-textbox .details-text-imgbox .details-img .img-box {
  padding-bottom: 100%;
}
.detailscontent .details-box .details-content .details-textbox .details-text-imgbox .details-img-text {
  width: 100%;
  color: #737373;
  font-size: var(--16);
  line-height: 1.625;
}
.detailscontent .content-titleBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-bottom: var(--d20);
}
.detailscontent .content-titleBox::after {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #BBBBBB;
  content: "";
  width: 100%;
  height: 1px;
}
.detailscontent .content-titleBox .content-title {
  font-family: "BeautiqueDisplay", Arial, sans-serif;
  font-size: var(--40);
  line-height: 1.25;
  font-weight: 700;
  color: #201E20;
}
.detailscontent .content-titleBox .content-more {
  font-size: var(--20);
  color: #201E20;
  line-height: 1.3;
  font-weight: 400;
  transition: all 0.5s;
}
.detailscontent .content-titleBox .content-more:hover {
  text-decoration: underline;
}
.detailscontent .detproductbox {
  margin-bottom: var(--d62);
}
.detailscontent .detproductbox .detproduct-textbox {
  margin-top: var(--d30);
}
.detailscontent .detproductbox .detproduct-textbox .detproduct-title {
  font-size: var(--20);
  color: #201E20;
  line-height: 1.3;
  font-weight: 400;
  margin-bottom: var(--d20);
}
.detailscontent .detproductbox .detproduct-textbox .detproduct-text {
  max-width: 100%;
  font-size: var(--16);
  color: #737373;
  font-weight: 400;
  line-height: 1.5;
}
.detailscontent .detproductbox .detproduct-textbox .detproduct-text .table-box table .firstRow td {
  background-color: transparent;
}
.detailscontent .detproductbox .detproduct-textbox .detproduct-text .table-box table td,
.detailscontent .detproductbox .detproduct-textbox .detproduct-text .table-box table th {
  padding: 10px;
  border: 1px solid #BABABA;
  text-align: center;
}
.detailscontent .weftbox .weft-list {
  margin-bottom: calc(-1 * var(--d30));
}
.detailscontent .weftbox .weft-list2 {
  margin-bottom: var(--d30);
}
.detailscontent .weftbox .weft-contetn {
  margin-top: var(--d50);
  padding-bottom: var(--d60);
}
.detailscontent .weftbox .weft-contetn .slide-inner:hover .weft-title {
  color: #E9953C !important;
}
.detailscontent .weftbox .weft-contetn .slide-inner:hover img {
  transform: scale(1.1);
}
.detailscontent .weftbox .weft-contetn .slide-inner .img-box {
  padding-bottom: 100%;
}
.detailscontent .weftbox .weft-contetn .slide-inner .weft-title {
  padding-top: var(--d20);
  font-size: var(--20);
  color: #201E20;
  line-height: 1.3;
  transition: all 0.5s;
  font-weight: 400;
}
.detailscontent .typebox .type-content {
  display: flex;
  justify-content: space-between;
  padding-top: var(--d40);
  padding-bottom: var(--d70);
  position: relative;
}
.detailscontent .typebox .type-content::after {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #BBBBBB;
  content: "";
  width: 100%;
  height: 1px;
}
.detailscontent .typebox .type-content .type-textbox {
  width: 39.23611%;
}
.detailscontent .typebox .type-content .type-textbox .type-like {
  color: #A5A5A5;
  font-size: 14px;
  line-height: 1.42857;
  font-weight: 400;
  margin-bottom: var(--d30);
}
.detailscontent .typebox .type-content .type-textbox .type-title {
  color: #201E20;
  font-size: var(--40);
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: var(--d50);
}
.detailscontent .typebox .type-content .type-textbox .type-text {
  width: 490px;
  max-width: 100%;
  color: #737373;
  font-size: var(--16);
  line-height: 1.5;
}
.detailscontent .typebox .type-content .type-list {
  width: 60.76389%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 -7px;
  margin-top: 57px;
}
.detailscontent .typebox .type-content .type-list .type-list2 {
  margin: 0 7px;
  width: 9.6%;
  height: 100%;
  cursor: pointer;
  overflow: hidden;
  order: 2;
}
.detailscontent .typebox .type-content .type-list .type-list2 .type-img {
  transition: all 0.5s;
  height: 510px;
  padding: 20px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.detailscontent .typebox .type-content .type-list .type-list2 .type-list-title {
  padding-top: var(--d20);
  font-size: var(--20);
  color: #201E20;
  line-height: 1.3;
  font-weight: 400;
  opacity: 0;
  visibility: hidden;
  white-space: nowrap;
  transition: all 0.5s;
}
.detailscontent .typebox .type-content .type-list .open {
  order: 1;
  width: 54.1714%;
}
.detailscontent .typebox .type-content .type-list .open .type-list-title {
  opacity: 1;
  visibility: visible;
}
.detailscontent .detailsfaqsbox {
  background-color: #EAEAD6;
  padding: var(--d110) 0;
}
.detailscontent .detailsfaqsbox .detailsfaqs-content {
  display: flex;
  justify-content: space-between;
}
.detailscontent .detailsfaqsbox .detailsfaq-textbox {
  width: calc(100% - 827px);
  padding-right: var(--d70);
}
.detailscontent .detailsfaqsbox .detailsfaq-textbox .detailsfaq-title {
  color: #201E20;
  font-size: var(--40);
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: var(--d24);
}
.detailscontent .detailsfaqsbox .detailsfaq-textbox .detailsfaq-text {
  margin-bottom: var(--d50);
  max-width: 100%;
  color: #737373;
  font-size: var(--16);
  line-height: 1.5;
}
.detailscontent .detailsfaqsbox .detailsfaq-textbox .detailsfaq-more {
  padding: 10px 24px;
  display: inline-block;
  font-size: var(--14);
  background-color: #AF9881;
  line-height: var(--14);
  color: #ffffff;
  font-weight: 500;
  transition: all 0.5s;
}
.detailscontent .detailsfaqsbox .detailsfaq-textbox .detailsfaq-more:hover {
  background-color: #201E20;
}
.detailscontent .detailsfaqsbox .detailsfaq-right {
  width: 827px;
}

.inquire-from {
  margin-top: var(--d50);
  padding-bottom: 57px;
}
.inquire-from ul {
  --bs-gutter-x: 0.87rem;
}
.inquire-from .input-box {
  width: 100%;
  padding: var(--d20);
  font-size: var(--14);
  line-height: 18px;
  margin-bottom: var(--14);
  color: #201E1E;
}
.inquire-from .input-box::-moz-placeholder {
  color: #737373;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.inquire-from .input-box::placeholder {
  color: #737373;
  transition: all 0.5s;
}
.inquire-from .input-box:focus::-moz-placeholder {
  opacity: 0.3;
}
.inquire-from .input-box:focus::placeholder {
  opacity: 0.3;
}
.inquire-from .textarea-box {
  height: 260px;
  margin-bottom: var(--d40);
}
.inquire-from .submit {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  font-size: var(--14);
  background-color: #AF9881;
  line-height: var(--14);
  padding: 14px 50px;
  color: #ffffff;
  font-weight: 500;
  transition: all 0.5s;
}
.inquire-from .submit:hover {
  background-color: #201E20;
}

.other-banner {
  position: relative;
}
.other-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.other-banner .banner-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.other-banner .banner-title h2 {
  white-space: nowrap;
  font-size: var(--70);
  line-height: var(--70);
  text-align: center;
  font-family: "BeautiqueDisplay", Arial, sans-serif;
  font-weight: 500;
  color: #ffffff;
}
.other-banner .banner-breadcrumb {
  position: absolute;
  bottom: var(--d30);
  left: 0;
  width: 100%;
}
.other-banner .banner-breadcrumb .breadcrumb-list {
  display: inline-block;
}
.other-banner .banner-breadcrumb .breadcrumb-list .breadcrumb-list2 {
  display: inline-block;
  font-size: var(--14);
  line-height: 1.1428571;
  color: #fff;
  position: relative;
}
.other-banner .banner-breadcrumb .breadcrumb-list .breadcrumb-list2:hover {
  color: #E9953C;
}
.other-banner .banner-breadcrumb .breadcrumb-list .breadcrumb-list2:last-child::after {
  display: none;
}
.other-banner .banner-breadcrumb .breadcrumb-list .breadcrumb-list2::after {
  content: "-";
  color: #fff !important;
}

.colorcontent {
  padding-top: var(--d80);
  background-color: #F0EFE0;
}
.colorcontent .color-box {
  margin-bottom: var(--d140);
}
.colorcontent .color-butbox {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-bottom: var(--d40);
}
.colorcontent .color-butbox .color-but {
  font-size: var(--28);
  width: 50%;
  height: 70px;
  color: #201E20;
  border: 1px solid #666666;
  font-family: "BeautiqueDisplay", Arial, sans-serif;
  cursor: pointer;
  transition: all 0.5s;
}
.colorcontent .color-butbox .color-but a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.colorcontent .color-butbox .color-but:hover {
  background-color: #AF9881;
  border: 1px solid #AF9881;
  color: #ffffff;
  opacity: 0.3;
}
.colorcontent .color-butbox .action {
  background-color: #AF9881;
  border: 1px solid #AF9881;
  color: #ffffff;
}
.colorcontent .color-butbox .action:hover {
  opacity: 1;
}
.colorcontent .color-text {
  padding-bottom: var(--d40);
  width: 1098px;
  margin: 0 auto;
  text-align: center;
}
.colorcontent .color-up {
  cursor: pointer;
  min-width: 150px;
  padding: 9px 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  font-size: var(--18);
  line-height: 1.2778;
  font-weight: 400;
  color: #fff;
  margin: var(--d30) auto;
  background-color: #AF9881;
  transition: all 0.5s;
  white-space: nowrap;
  transform: translateX(-50%);
  position: relative;
  left: 50%;
}
.colorcontent .color-up:hover {
  background-color: #050505;
}
.colorcontent .color-list {
  margin: 0 var(--f20);
  margin-bottom: var(--f40);
  padding-bottom: var(--d60);
  display: flex;
  flex-wrap: wrap;
}
.colorcontent .color-list .color-list2 {
  padding: 0 var(--d20);
  padding-bottom: var(--d40);
  width: 12.5%;
}
.colorcontent .color-list .color-list2:hover .color-list-title {
  color: #E9953C;
}
.colorcontent .color-list .color-img {
  position: relative;
}
.colorcontent .color-list .color-img:hover .color-order {
  opacity: 1;
}
.colorcontent .color-list .color-img .color-order {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  z-index: 10;
}
.colorcontent .color-list .color-img .color-order a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #E9953C;
  text-decoration: underline;
  font-size: var(--22);
  line-height: 1.1818;
  font-weight: 500;
}
.colorcontent .color-list .color-img .color-order a i {
  font-size: 24px;
}
.colorcontent .color-list .color-list-title {
  text-align: center;
  margin-top: 10px;
  font-size: var(--16);
  line-height: 1.875;
  color: #201E20;
  font-weight: 400;
  transition: all 0.5s;
}

.storycontent {
  background-color: #F0EDE3;
}
.storycontent .story-box {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: var(--d120);
}
.storycontent .story-box .story-img {
  width: 49.21875vw;
}
.storycontent .story-box .story-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.storycontent .story-box .story-right {
  padding-right: calc((100% - 1440px) / 2);
  padding-left: var(--d60);
  width: calc(100% - 49.21875vw);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: column;
}
.storycontent .story-box .story-right .story-video {
  width: 204px;
  height: 204px;
  margin-top: 12.29167vw;
  margin-bottom: 20px;
  border: 1px solid #737373;
  border-radius: 50%;
}
.storycontent .story-box .story-right .story-video:hover a {
  transform: scale(1.1);
}
.storycontent .story-box .story-right .story-video a {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--14);
  font-weight: 500;
  text-align: center;
}
.storycontent .story-box .story-right .story-textbox .story-title {
  text-align: left;
  margin-bottom: var(--d30);
}
.storycontent .style-box {
  padding-bottom: var(--d120);
}
.storycontent .style-box .style-content {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.storycontent .style-box .style-content .style-left {
  width: calc(100% - 460px);
  padding-right: var(--d30);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.storycontent .style-box .style-content .style-left .style-textbox {
  width: 674px;
  max-width: 100%;
}
.storycontent .style-box .style-content .style-left .style-textbox .style-title {
  margin-bottom: var(--d30);
}
.storycontent .style-box .style-content .style-left .style-textbox .style-title h2 {
  font-size: var(--40);
  line-height: 1.5;
  color: #201E20;
  font-weight: 500;
}
.storycontent .style-box .style-content .style-left .style-swiperbox .style-butbox {
  display: flex;
  align-items: center;
}
.storycontent .style-box .style-content .style-left .style-swiperbox .style-butbox .style-prev {
  margin-right: var(--d30);
}
.storycontent .style-box .style-content .style-left .style-swiperbox .style-butbox .style-next {
  transform: rotate(180deg);
}
.storycontent .style-box .style-content .style-left .style-swiperbox .slide-inner {
  position: relative;
}
.storycontent .style-box .style-content .style-left .style-swiperbox .slide-inner:hover .style-text {
  opacity: 1;
}
.storycontent .style-box .style-content .style-left .style-swiperbox .slide-inner:hover::after {
  opacity: 1;
}
.storycontent .style-box .style-content .style-left .style-swiperbox .slide-inner .style-text {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: var(--20);
  color: #E9953C;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 12;
  opacity: 0;
}
.storycontent .style-box .style-content .style-left .style-swiperbox .slide-inner::after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  content: "";
  z-index: 10;
  pointer-events: none;
  font-size: var(--20);
  color: #E9953C;
  transition: all 0.5s;
  opacity: 0;
}
.storycontent .style-box .style-content .style-img {
  width: 460px;
}
.storycontent .style-box .style-content .style-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.storycontent .advantages-box {
  padding-bottom: var(--d100);
}
.storycontent .advantages-box .advantages-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: var(--d50);
}
.storycontent .advantages-box .advantages-top .advantages-textbox {
  width: 950px;
  max-width: 100%;
}
.storycontent .advantages-box .advantages-top .advantages-textbox .advantages-title {
  margin-bottom: var(--d30);
}
.storycontent .advantages-box .advantages-top .advantages-view {
  white-space: nowrap;
}
.storycontent .advantages-box .advantages-top .advantages-view a {
  font-size: 14px;
  padding: 0 40px;
  background-color: #AF9881;
  color: #ffffff;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.storycontent .advantages-box .advantages-top .advantages-view a span {
  display: inline-block;
  transform: translateY(2px);
}
.storycontent .advantages-box .advantages-top .advantages-view a:hover {
  background-color: #201E20;
}
.storycontent .advantages-box .advantages-content {
  position: relative;
}
.storycontent .advantages-box .advantages-content .advantages-swiper {
  padding-bottom: var(--d40);
}
.storycontent .advantages-box .advantages-content .swiper-wrapper {
  align-items: stretch;
}
.storycontent .advantages-box .advantages-content .swiper-wrapper .swiper-slide {
  height: auto;
}
.storycontent .advantages-box .advantages-content .swiper-wrapper .swiper-slide .slide-inner {
  height: 100%;
  padding: 18px 20px 53px 20px;
  background-color: #fff;
  color: #201E20;
  transition: all 0.5s;
}
.storycontent .advantages-box .advantages-content .swiper-wrapper .swiper-slide .slide-inner:hover {
  background-color: #AF9881;
  color: #ffffff;
}
.storycontent .advantages-box .advantages-content .swiper-wrapper .swiper-slide .slide-inner:hover .advantages-num {
  color: #ffffff;
}
.storycontent .advantages-box .advantages-content .swiper-wrapper .swiper-slide .slide-inner:hover .advantages-text {
  color: #ffffff;
}
.storycontent .advantages-box .advantages-content .swiper-wrapper .swiper-slide .slide-inner .advantages-num {
  font-size: var(--50);
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: var(--d70);
  color: rgba(32, 30, 32, 0.1);
  transition: all 0.5s;
}
.storycontent .advantages-box .advantages-content .swiper-wrapper .swiper-slide .slide-inner .advantages-title {
  font-size: var(--22);
  line-height: 1.1818;
  font-weight: 400;
  margin-bottom: 14px;
}
.storycontent .advantages-box .advantages-content .swiper-wrapper .swiper-slide .slide-inner .advantages-text {
  transition: all 0.5s;
}
.storycontent .advantages-box .advantages-content .advantages-pagination {
  position: absolute;
  top: unset;
  bottom: 0;
  height: 1px;
}
.storycontent .advantages-box .advantages-content .advantages-pagination .swiper-pagination-progressbar-fill {
  background: #E9953C !important;
  height: 2px !important;
  top: -1px;
}
.storycontent .storyimg {
  width: 100%;
}
.storycontent .storyimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.style-but {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #201E20;
  transition: all 0.5s;
  margin-bottom: var(--d50);
}
.style-but i {
  transition: all 0.5s;
  display: inline-block;
  color: #201E20;
  font-size: var(--30);
  line-height: var(--30);
}
.style-but:hover {
  border: 1px solid #E9953C;
}
.style-but:hover i {
  color: #E9953C;
}

.advantages-prev {
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translate(-100%, -50%);
  z-index: 10;
}

.advantages-next {
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translate(100%, -50%);
  z-index: 10;
}
.advantages-next i {
  transform: rotate(180deg);
}

.details-prev {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(0%, -50%);
  z-index: 10;
}

.details-next {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0%, -50%);
  z-index: 10;
}
.details-next i {
  transform: rotate(180deg);
}

.productioncontent {
  background-color: #F0EFE0;
}
.productioncontent .raw-box {
  padding-top: var(--d100);
}
.productioncontent .raw-box .raw-title {
  margin-bottom: var(--d30);
  text-align: center;
}
.productioncontent .raw-box .raw-text {
  text-align: center;
  margin-bottom: var(--d50);
}
.productioncontent .raw-box .raw-imgbox {
  padding-bottom: var(--d60);
  margin-bottom: var(--f20);
}
.productioncontent .raw-box .raw-imgbox .raw-imgbox2 {
  cursor: pointer;
  margin-bottom: var(--d20);
}
.productioncontent .raw-box .raw-imgbox .raw-imgbox2:hover img {
  transform: scale(1.1);
}
.productioncontent .raw-box .raw-list1 {
  margin-top: var(--f50);
}
.productioncontent .raw-box .raw-list1 .raw-list2 {
  padding: var(--d50) 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
}
.productioncontent .raw-box .raw-list1 .raw-list2:hover .img-box img {
  transform: scale(1.1);
}
.productioncontent .raw-box .raw-list1 .raw-list2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #DEDEDE;
  content: "";
  height: 1px;
}
.productioncontent .raw-box .raw-list1 .raw-list2:nth-child(2n) {
  flex-direction: row-reverse;
}
.productioncontent .raw-box .raw-list1 .raw-list2 .raw-list-img {
  width: 580px;
}
.productioncontent .raw-box .raw-list1 .raw-list2 .raw-list-img .img-box {
  padding-bottom: 56.8966%;
}
.productioncontent .raw-box .raw-list1 .raw-list2 .raw-list-textbox {
  width: calc(100% - 620px);
  position: relative;
}
.productioncontent .raw-box .raw-list1 .raw-list2 .raw-list-textbox .raw-list-num {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: var(--60);
  line-height: 1.1667;
  color: #201E20;
  font-weight: 500;
}
.productioncontent .raw-box .raw-list1 .raw-list2 .raw-list-textbox .raw-list-title {
  margin-bottom: var(--d20);
}
.productioncontent .raw-box .raw-list1 .raw-list2 .raw-list-textbox .raw-list-title h3 {
  font-size: var(--36);
  line-height: 1.38889;
  color: #201E20;
  font-weight: 400;
}
.productioncontent .raw-box .raw-list1 .raw-list2 .raw-list-textbox .raw-list-text {
  width: 685px;
  max-width: 100%;
}
.productioncontent .technique-box {
  padding-top: var(--d120);
}
.productioncontent .technique-box .technique-title {
  margin-bottom: var(--d30);
}
.productioncontent .technique-box .technique-text {
  width: 1170px;
  max-width: 100%;
  margin-bottom: var(--d50);
}
.productioncontent .technique-box .technique-list {
  margin-bottom: var(--f20);
}
.productioncontent .technique-box .technique-list .technique-list2 {
  margin-bottom: var(--d20);
}
.productioncontent .technique-box .technique-list .technique-list3 {
  padding: var(--d32);
  padding-bottom: var(--d62);
  height: 100%;
  border: 1px solid #666666;
}
.productioncontent .technique-box .technique-list .technique-list3 .technique-list-title {
  font-size: var(--20);
  line-height: 1.3;
  color: #201E20;
  margin-bottom: var(--d20);
  font-weight: 400;
}
.productioncontent .details-box {
  padding-top: var(--d120);
  padding-bottom: var(--d140);
}
.productioncontent .details-box .details-title {
  margin-bottom: var(--d40);
}
.productioncontent .details-box .technique-list2 {
  cursor: pointer;
}
.productioncontent .details-box .technique-list2:hover img {
  transform: scale(1.1);
}
.productioncontent .details-box .technique-list2 .img-box {
  padding-bottom: 71.73913%;
}
.productioncontent .details-box .technique-list2 .technique-list-title {
  margin-top: var(--d20);
  font-size: var(--20);
  line-height: 1.1818;
  color: #201E20;
  font-weight: 400;
  text-align: center;
}

.gallerycontent {
  background-color: #F0EFE0;
  padding-top: var(--d100);
}
.gallerycontent .s-menu {
  display: none;
  position: relative;
  padding-top: 10px;
  margin: 20px 0;
}
.gallerycontent .s-menu::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #E9953C;
}
.gallerycontent .s-menu::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #E9953C;
}
.gallerycontent .s-menu .s-menu1 .s-menu2 {
  margin-bottom: 10px;
}
.gallerycontent .s-menu .s-menu1 .s-menu2 .s-menu-title {
  font-size: var(--20);
  font-weight: 700;
  line-height: 1.5;
  color: #201E20;
  padding-bottom: 10px;
}
.gallerycontent .s-menu .s-menu1 .s-menu2:last-child {
  margin-bottom: 0;
}
.gallerycontent .s-menu .s-menu1 .s-menu2 .s-menu-list .s-menu-list2 {
  margin-bottom: 10px;
}
.gallerycontent .s-menu .s-menu1 .s-menu2 .s-menu-list .s-menu-list2:last-child {
  margin-bottom: 0;
}
.gallerycontent .s-menu .s-menu1 .s-menu2 .s-menu-list .s-menu-list2 .s-menu-list-title {
  font-size: var(--20);
  line-height: 1.3;
  color: #201E20;
  font-weight: 400;
}
.gallerycontent .s-menu .s-menu1 .s-menu2 .s-menu-list .s-menu-list2 .s-menu-list-content .s-menu-list-link {
  font-size: var(--16);
  line-height: 1.5;
  font-weight: 400;
  color: #737373;
  white-space: nowrap;
  margin-right: 20px;
}
.gallerycontent .s-menu .s-menu1 .s-menu2 .s-menu-list .s-menu-list2 .s-menu-list-content .action {
  color: #E9953C;
}
.gallerycontent .s-menu .s-menu1 .action {
  color: #6B062B;
}
.gallerycontent .search-note .search-note-title {
  margin-bottom: var(--d30);
}
.gallerycontent .search-note .search-note-text {
  margin-bottom: var(--36);
  border-radius: 5px;
  padding: var(--d20);
  background-color: rgba(233, 149, 60, 0.3);
  margin-bottom: var(--30);
  color: #000;
}
.gallerycontent .search-note .hot {
  margin-bottom: var(--d30);
}
.gallerycontent .gallery-title {
  padding-bottom: var(--d50);
}
.gallerycontent .gallery-title h2 {
  font-size: var(--30);
  line-height: 1.2;
  font-weight: 700;
}
.gallerycontent .gallery-content {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding-bottom: var(--d140);
}
.gallerycontent .gallery-content .gallery-left {
  width: 260px;
}
.gallerycontent .gallery-content .gallery-left .gallery-left2 {
  position: sticky;
  top: 150px;
  left: 0;
}
.gallerycontent .gallery-content .gallery-left .gallery-left2 .gallery-left-box {
  margin-bottom: var(--d40);
}
.gallerycontent .gallery-content .gallery-left .gallery-left2 .gallery-left-box:last-child {
  margin-bottom: 0;
}
.gallerycontent .gallery-content .gallery-left .gallery-left2 .gallery-content-title {
  position: relative;
  font-size: var(--20);
  font-weight: 700;
  line-height: 1.5;
  color: #201E20;
  padding-bottom: 10px;
  margin-bottom: var(--d30);
  cursor: pointer;
}
.gallerycontent .gallery-content .gallery-left .gallery-left2 .gallery-content-title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background-color: #BABABA;
  width: 100%;
  height: 1px;
}
.gallerycontent .gallery-content .gallery-left .gallery-left2 .galleryopen .gallery-content-title {
  color: #E9953C;
}
.gallerycontent .gallery-content .gallery-left .gallery-left2 .gallery-menu1 {
  display: none;
}
.gallerycontent .gallery-content .gallery-left .gallery-left2 .gallery-menu1 .gallery-menu2 {
  margin-bottom: var(--d24);
}
.gallerycontent .gallery-content .gallery-left .gallery-left2 .gallery-menu1 .gallery-menu2:last-child {
  margin-bottom: 0;
}
.gallerycontent .gallery-content .gallery-left .gallery-left2 .gallery-menu1 .gallery-menu2 .menubut {
  font-size: var(--20);
  line-height: 1.3;
  color: #201E20;
  font-weight: 400;
  cursor: pointer;
}
.gallerycontent .gallery-content .gallery-left .gallery-left2 .gallery-menu1 .gallery-menu2 .gallery-more {
  display: none;
}
.gallerycontent .gallery-content .gallery-left .gallery-left2 .gallery-menu1 .gallery-menu2 .gallery-more .gallery-more1 {
  padding-top: var(--d20);
}
.gallerycontent .gallery-content .gallery-left .gallery-left2 .gallery-menu1 .gallery-menu2 .gallery-more .gallery-more2 {
  font-size: var(--16);
  line-height: 1.5;
  font-weight: 400;
  color: #737373;
  padding-left: var(--d16);
  position: relative;
  padding-bottom: var(--d20);
  transition: all 0.5s;
  text-transform: capitalize;
}
.gallerycontent .gallery-content .gallery-left .gallery-left2 .gallery-menu1 .gallery-menu2 .gallery-more .gallery-more2:hover {
  color: #AF9881;
  text-decoration: underline;
}
.gallerycontent .gallery-content .gallery-left .gallery-left2 .gallery-menu1 .gallery-menu2 .gallery-more .gallery-more2:last-child {
  padding-bottom: 0;
}
.gallerycontent .gallery-content .gallery-left .gallery-left2 .gallery-menu1 .gallery-menu2 .gallery-more .gallery-more2::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  content: "";
  background-color: #AF9881;
  height: calc(100% + 8px);
  width: 1px;
}
.gallerycontent .gallery-content .gallery-left .gallery-left2 .gallery-menu1 .open .menubut {
  color: #E9953C;
}
.gallerycontent .gallery-content .gallery-right {
  width: calc(100% - 260px);
  padding-left: var(--d90);
}
.gallerycontent .gallery-content .gallery-right .gallery-right-text {
  margin-bottom: var(--d30);
}
.gallerycontent .gallery-content .gallery-right .gallery-list {
  margin-bottom: var(--f16);
  padding-bottom: var(--d50);
}
.gallerycontent .gallery-content .gallery-right .gallery-list .gallery-list2 {
  position: relative;
  margin-bottom: var(--d16);
}
.gallerycontent .gallery-content .gallery-right .gallery-list .gallery-list2:hover .img-box::after {
  opacity: 1;
}
.gallerycontent .gallery-content .gallery-right .gallery-list .gallery-list2 .img-box {
  position: relative;
  cursor: pointer;
}
.gallerycontent .gallery-content .gallery-right .gallery-list .gallery-list2 .img-box::after {
  font-family: "iconfont" !important;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "\e626";
  background-color: rgba(0, 0, 0, 0.4);
  font-size: var(--36);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.5s;
}

.blogcontent {
  background-color: #F0EFE0;
  padding-top: var(--d100);
}
.blogcontent .blog-box {
  padding-bottom: var(--d140);
}
.blogcontent .blog-box .blog-title {
  margin-bottom: var(--d30);
}
.blogcontent .blog-box .blog-text {
  width: 1146px;
  max-width: 100%;
  padding-bottom: var(--d40);
}
.blogcontent .blog-box .faq-list1 {
  margin-bottom: var(--d50);
}
.blogcontent .blog-box .faq-list1::before {
  display: none;
}
.blogcontent .blog-box .faq-list1 .faq-list2 {
  padding-top: var(--d40);
  padding-bottom: var(--d30);
}
.blogcontent .blog-box .faq-list1 .faq-list2:last-child {
  margin-bottom: 0;
}
.blogcontent .blog-box .faq-list1 .faq-list2::after {
  display: none;
}
.blogcontent .blog-box .faq-list1 .faq-list2 .faq-titlebox {
  position: relative;
}
.blogcontent .blog-box .faq-list1 .faq-list2 .faq-list-title {
  font-size: var(--22);
  line-height: 1.363636;
}
.blogcontent .blog-box .faq-list1 .faq-list2 .faq-list-text {
  width: 100%;
  padding-top: var(--d40);
  margin-bottom: var(--d20);
}
.blogcontent .blog-box .faq-list1 .faq-list2 .faq-list-text p {
  font-size: var(--20);
  line-height: 1.3;
  color: #201E20;
  margin-bottom: var(--d30);
}
.blogcontent .blog-box .faq-list1 .faq-list2 .faq-list-text p:last-child {
  margin-bottom: 0;
}
.blogcontent .blog-box .faq-list1 .faq-list2 .faq-list-text a:hover {
  color: #E9953C;
  text-decoration: underline;
}

.shippingcontent {
  background-color: #F0EFE0;
  padding-top: var(--d100);
}
.shippingcontent .shipping-box {
  padding-bottom: var(--d130);
}
.shippingcontent .shipping-box .shipping-title {
  margin-bottom: var(--d30);
}
.shippingcontent .shipping-box .shipping-text {
  margin-bottom: var(--d60);
}
.shippingcontent .shipping-box .shipping-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.shippingcontent .shipping-box .shipping-content .shipping-img {
  width: 400px;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
  overflow: hidden;
}
.shippingcontent .shipping-box .shipping-content .shipping-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.shippingcontent .shipping-box .shipping-content .shedding-table {
  width: calc(100% - 400px);
  padding-left: var(--d66);
}
.shippingcontent .shipping-box .shipping-content .shedding-table table {
  width: 100%;
}

.contactcontent {
  background-color: #F0EFE0;
  background-image: url("../img/content_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.contactcontent .contact-box {
  display: flex;
  justify-content: flex-start;
}
.contactcontent .contact-box .contact-img {
  width: 44.79167vw;
}
.contactcontent .contact-box .contact-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contactcontent .contact-box .contact-right {
  width: calc(100% - 44.79167vw);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.contactcontent .contact-box .contact-content {
  width: 735px;
  max-width: 100%;
  padding-top: var(--d200);
  padding-left: var(--d90);
}
.contactcontent .contact-box .contact-content .contact-title {
  margin-bottom: var(--d50);
}
.contactcontent .contact-box .contact-content .contact-content-box1 {
  margin-bottom: var(--d30);
}
.contactcontent .contact-box .contact-content .contact-content-box1 .contact-content-text {
  width: 616px;
  max-width: 100%;
}
.contactcontent .contact-box .contact-content .contact-content-box2 {
  margin-bottom: var(--d40);
}
.contactcontent .contact-box .contact-content .contact-content-box2 .contact-content-text {
  width: 640px;
  max-width: 100%;
}
.contactcontent .contact-box .contact-content .contact-content-title {
  font-size: var(--24);
  line-height: 1.25;
  color: #201E20;
  font-weight: 500;
  margin-bottom: var(--d20);
}
.contactcontent .contact-box .contact-content .contact-message-box {
  display: flex;
}
.contactcontent .contact-box .contact-content .contact-message-box .contact-message {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--20);
  line-height: 1.2;
  color: #201E20;
}
.contactcontent .contact-box .contact-content .contact-message-box .contact-message a {
  transition: all 0.5s;
}
.contactcontent .contact-box .contact-content .contact-message-box .contact-message a:hover {
  color: #E9953C;
}
.contactcontent .contact-box .contact-content .contact-message-box .contact-message:first-child {
  margin-right: var(--d60);
}
.contactcontent .contact-box .contact-content .contact-message-box .contact-message .contact-message-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #E9953C;
  margin-right: var(--d20);
}
.contactcontent .contact-box .contact-content .contact-message-box .contact-message .contact-message-icon i {
  font-size: var(--20);
  line-height: var(--20);
  color: #201E20;
}
.contactcontent .contact-box .contact-matchless {
  font-size: var(--24);
  line-height: 1.5;
  font-weight: 500;
  color: #201E1E;
  padding: var(--d34) var(--d90);
  position: relative;
}
.contactcontent .contact-box .contact-matchless::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #666666;
  height: 1px;
  content: "";
}

.faqscontent {
  background-color: #F0EFE0;
}
.faqscontent .faqs-box {
  padding-top: var(--d200);
  padding-bottom: var(--d130);
}
.faqscontent .faqs-box .faqs-title {
  margin-bottom: var(--d40);
}
.faqscontent .faqs-box .faqs-title .title3 {
  font-weight: 400;
}
.faqscontent .faqs-box .faqs-content {
  display: flex;
  justify-content: space-between;
}
.faqscontent .faqs-box .faqs-content .faqs-left {
  width: calc(100% - 1030px);
  padding-right: var(--d110);
}
.faqscontent .faqs-box .faqs-content .faqs-left .faqs-text {
  margin-bottom: var(--d30);
}
.faqscontent .faqs-box .faqs-content .faqs-left .faqs-img {
  width: 100%;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
  overflow: hidden;
}
.faqscontent .faqs-box .faqs-content .faqs-left .faqs-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.faqscontent .faqs-box .faqs-content .faqs-right {
  width: 1030px;
}
.faqscontent .faqs-box .faqs-content .faqs-right .faq-list1 {
  margin-bottom: var(--d50);
}
.faqscontent .faqs-box .faqs-content .faqs-right .faq-list1::before {
  display: none;
}
.faqscontent .faqs-box .faqs-content .faqs-right .faq-list1 .faq-list2 {
  padding-top: var(--d40);
  padding-bottom: var(--d30);
}
.faqscontent .faqs-box .faqs-content .faqs-right .faq-list1 .faq-list2:last-child {
  margin-bottom: 0;
}
.faqscontent .faqs-box .faqs-content .faqs-right .faq-list1 .faq-list2::after {
  display: none;
}
.faqscontent .faqs-box .faqs-content .faqs-right .faq-list1 .faq-list2 .faq-titlebox {
  position: relative;
}
.faqscontent .faqs-box .faqs-content .faqs-right .faq-list1 .faq-list2 .faq-list-title {
  font-size: var(--22);
  line-height: 1.363636;
  transition: all 0.5s;
}
.faqscontent .faqs-box .faqs-content .faqs-right .faq-list1 .faq-list2 .faq-list-text {
  background-color: #F8F8F1;
  padding: var(--d34);
  margin-top: 10px;
  width: 100%;
  margin-bottom: var(--d20);
}
.faqscontent .faqs-box .faqs-content .faqs-right .faq-list1 .faq-list2 .faq-list-text p {
  margin-bottom: var(--d30);
}
.faqscontent .faqs-box .faqs-content .faqs-right .faq-list1 .faq-list2 .faq-list-text p:last-child {
  margin-bottom: 0;
}
.faqscontent .faqs-box .faqs-content .faqs-right .faq-list1 .faq-list2 .faq-list-text a:hover {
  color: #E9953C;
  text-decoration: underline;
}

.newsdetcon {
  background-color: #F0EFE0;
  padding-top: var(--d200);
  position: relative;
}
.newsdetcon .news-title {
  margin-bottom: var(--d30);
}
.newsdetcon .news-prve,
.newsdetcon .news-next,
.newsdetcon .share {
  margin-bottom: var(--d20);
}
.newsdetcon .news-prve p,
.newsdetcon .news-next p,
.newsdetcon .share p {
  font-size: var(--18);
  line-height: 1.55556;
  color: #201E20;
  font-weight: 400;
  display: inline-block;
  margin-right: 10px;
}
.newsdetcon .news-text {
  margin-bottom: var(--d34);
}
.newsdetcon .news-prve a,
.newsdetcon .news-next a {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  color: #000;
}
.newsdetcon .news-prve a:hover,
.newsdetcon .news-next a:hover {
  color: #E9953C;
}
.newsdetcon .news-prve span,
.newsdetcon .news-next span {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsdetcon .news-next {
  margin-bottom: var(--d60);
}
.newsdetcon .reviews-con {
  margin-bottom: var(--d20);
}
.newsdetcon .reviews-title {
  font-size: var(--24);
  line-height: 1.25;
  color: #201E20;
  font-weight: 500;
  margin-bottom: var(--d20);
}
.newsdetcon .inquire-from {
  margin-top: 0;
}

.reviews {
  padding-bottom: var(--d70);
}
.reviews .reviews-butbox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.reviews .reviews-butbox .reviews-but {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #201E20;
  transition: all 0.5s;
  cursor: pointer;
}
.reviews .reviews-butbox .reviews-but:hover {
  border: 1px solid #E9953C;
}
.reviews .reviews-butbox .reviews-but:hover i {
  color: #E9953C;
}
.reviews .reviews-butbox .reviews-but i {
  font-size: 16px;
  line-height: 16px;
  display: inline-block;
  color: #201E20;
  transition: all 0.5s;
}
.reviews .reviews-butbox .reviews-prev {
  margin-right: 20px;
}
.reviews .reviews-butbox .reviews-next i {
  transform: rotate(180deg);
}
.reviews .content-titleBox {
  margin-bottom: var(--d50);
}
.reviews .reviewscon {
  background-color: #fff;
  padding: 20px 30px 16px;
}
.reviews .reviewscon .reviews-titbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 16px;
  position: relative;
}
.reviews .reviewscon .reviews-titbox::after {
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  content: "";
  background-color: #D9D9D9;
}
.reviews .reviewscon .reviews-titbox .reviews-name {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.reviews .reviewscon .reviews-titbox .reviews-name span {
  font-weight: bold;
  color: #222222;
  font-size: 16px;
  margin-right: 16px;
}
.reviews .reviewscon .reviews-titbox .reviews-name .star li {
  display: inline-block;
  margin-right: 4px;
}
.reviews .reviewscon .reviews-titbox .reviews-name .star li:last-child {
  margin-right: 0;
}
.reviews .reviewscon .reviews-titbox .reviews-name .star li i {
  font-size: 12px;
  color: #666666;
}
.reviews .reviewscon .reviews-titbox .reviews-name .star li .action {
  color: #FFBF00;
}
.reviews .reviewscon .reviews-titbox .reviews-date i {
  color: #BF0003;
  font-size: 14px;
  margin-right: 10px;
}
.reviews .reviewscon .reviews-titbox .reviews-date span {
  font-size: 12px;
  color: #666666;
  font-weight: normal;
}
.reviews .reviewscon .reviews-text {
  font-weight: normal;
  color: #444444;
  font-size: 14px;
  line-height: 1.5em;
}
.reviews .reviews-form-title {
  font-size: var(--24);
  margin-bottom: var(--d20);
  font-weight: 500;
  font-family: "BeautiqueDisplay", Arial, sans-serif;
}

.sitemapcontent {
  background-color: #F0EFE0;
}
.sitemapcontent .sitemap-content {
  padding-top: var(--d200);
  padding-bottom: var(--d200);
}
.sitemapcontent .sitemap-content .sitemap-title {
  margin-bottom: var(--d60);
}
.sitemapcontent .sitemap-content .list1 .list2 {
  margin-bottom: var(--d30);
}
.sitemapcontent .sitemap-content .list1 .list2:last-child {
  margin-bottom: 0;
}
.sitemapcontent .sitemap-content .list1 .list2 .list3 {
  max-width: 100%;
  width: 400px;
  height: 50px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #E9953C;
  color: #E9953C;
  font-size: 20px;
  font-weight: bold;
  transition: all 0.2s;
}
.sitemapcontent .sitemap-content .list1 .list2 .list3:hover {
  background-color: #E9953C;
  color: #fff;
}
.sitemapcontent .sitemap-content .list1 .list2 .list1-2 {
  padding-top: 20px;
}
.sitemapcontent .sitemap-content .list1 .list2 .list1-2 .list2-2 {
  display: inline-block;
  margin-right: 20px;
  font-size: 18px;
  font-weight: 500;
  color: #000;
}
.sitemapcontent .sitemap-content .list1 .list2 .list1-3 {
  padding-top: 10px;
}
.sitemapcontent .sitemap-content .list1 .list2 .list1-3 .list2-3 {
  display: inline-block;
  margin-right: 20px;
  font-size: 16px;
  font-weight: normal;
  color: #000;
}

.privacycontent {
  background-color: #F0EFE0;
}
.privacycontent .privacy-box {
  padding: var(--d200) 0;
}
.privacycontent .privacy-title {
  margin-bottom: var(--d30);
}

.cart {
  background-color: #F0EFE0;
  padding-top: var(--d200);
}
.cart .reviews-title {
  font-size: var(--24);
  line-height: 1.25;
  color: #201E20;
  font-weight: 500;
  margin-bottom: var(--d20);
}
.cart .inquire-from {
  margin-top: 0;
}
.cart .cart-box .title-inquiry-info {
  background-color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.cart .cart-box .title-inquiry-info .item {
  font-size: 16px;
  font-weight: normal;
  color: #666;
  padding: 20px;
}
.cart .cart-box .inquiry-list {
  background-color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin-bottom: var(--40);
}
.cart .cart-box .inquiry-list::after {
  width: 100%;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #f5f7fa;
  content: "";
  position: absolute;
}
.cart .cart-box .inquiry-list .item {
  font-size: 16px;
  font-weight: normal;
  color: #666;
  padding: 20px;
}
.cart .cart-box .inquiry-list .number-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.cart .cart-box .inquiry-list .number-box span {
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 36px;
  margin: 0;
  margin-top: -2px;
  padding: 0;
  cursor: pointer;
  transition: all 0.2s;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}
.cart .cart-box .inquiry-list .number-box span:hover {
  background-color: #254b9e;
  color: #fff;
}
.cart .cart-box .inquiry-list .number-box .ipt-num {
  font-size: 16px;
  line-height: 34px;
  position: relative;
  width: 60px;
  height: 34px;
  text-align: center;
  vertical-align: top;
  border: none;
  outline: none;
}
.cart .cart-box .inquiry-list .iclose {
  position: relative;
  cursor: pointer;
}
.cart .cart-box .inquiry-list .iclose:hover::after {
  color: #254b9e;
}
.cart .cart-box .inquiry-list .iclose::after {
  font-family: "iconfont" !important;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  content: "\ec7b";
  transform: translate3d(-50%, -50%, 0);
  color: #000;
  z-index: 10;
}
.cart .cart-box .checkbox {
  width: 10%;
}
.cart .cart-box .pimg,
.cart .cart-box .number {
  width: 20%;
}
.cart .cart-box .pname {
  width: 40%;
}
.cart .cart-box .pname2 {
  display: none;
}
.cart .cart-box .operation {
  width: 10%;
}
.cart .cart-box .det-tit {
  width: 100%;
  position: relative;
  color: #000;
  font-size: var(--20);
  font-weight: 500;
  padding-bottom: 16px;
  margin-bottom: 24px;
}
.cart .cart-box .det-tit::after {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #d9d9d9;
  content: "";
  bottom: 0;
  left: 0;
}
.cart .cart-box .pimg-pname-num {
  display: none;
}
.cart .cart-box .pimg-pname-num p {
  margin-bottom: 20px;
}
.cart .detailscontent .requestbox {
  padding-top: var(--36);
  padding-bottom: var(--64);
}

@media (max-width: 1400px) {
  .cart .cart-box .title-inquiry-info .item {
    font-size: 14px;
    padding: 10px;
  }
  .cart .cart-box .inquiry-list .item {
    font-size: 14px;
    padding: 10px;
  }
}
@media (max-width: 768px) {
  .cart .cart-box .pimg,
  .cart .cart-box .pname,
  .cart .cart-box .number {
    display: none;
  }
  .cart .cart-box .pimg-pname-num {
    display: block;
    width: 80%;
  }
  .cart .cart-box .pimg-pname-num .cart-img {
    max-width: 300px;
  }
}
@media (max-width: 540px) {
  .cart .cart-box .checkbox span,
  .cart .cart-box .operation span {
    display: none;
  }
}
.container {
  max-width: 1780px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.container2 {
  max-width: 1440px;
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto;
  position: relative;
}

.container-header {
  width: 92.70833vw;
  max-width: 92.70833vw;
  margin: 0 auto;
  position: relative;
}

@media (width > 1920px) {
  .fooder .container,
  .access .container {
    max-width: 92.70833vw;
    margin: 0 auto;
    position: relative;
  }
}
@media (max-width: 1920px) {
  :root {
    --padding: calc((100% - 1780px)/2);
  }
  .indexcontent .i-makes-box .panel .i-makes-list .i-makes-list2:last-child {
    padding-right: calc((100vw - 1780px) / 2);
  }
  .indexcontent .i-wigs-box .panel2 .i-wigs-list .i-wigs-list2:last-child {
    padding-right: calc((100vw - 1780px) / 2 + 100px);
  }
  .container-header {
    max-width: 1780px;
  }
}
@media (max-width: 1800px) {
  :root {
    --padding: calc((100% - 1480px)/2);
    --d150: 120px;
    --26: 22px;
  }
  .indexcontent .i-makes-box .panel .i-makes-list .i-makes-list2:last-child {
    padding-right: calc((100vw - 1480px) / 2);
  }
  .indexcontent .i-wigs-box .panel2 .i-wigs-list .i-wigs-list2:last-child {
    padding-right: calc((100vw - 1480px) / 2 + 100px);
  }
  .header .header-nav-box .header-nav-content {
    padding-right: calc((100vw - 1480px) / 2);
  }
  .header .header-nav-box .header-nav-content .header-nav-top .header-matchless {
    font-size: 32px;
  }
  .container-header {
    max-width: 1480px;
  }
  .container {
    max-width: 1480px;
  }
}
.head-svg svg {
  width: 200vw;
  height: 100vh;
  pointer-events: none;
  opacity: 0;
  position: fixed;
  right: -100%;
  z-index: 10000;
  padding-top: 100px;
}

@media (max-width: 1600px) {
  :root {
    --padding: calc((100% - 1280px)/2);
    --d200: 140px;
    --d150: 100px;
    --d140: 100px;
    --d120: 80px;
    --d130: 80px;
    --d110: 80px;
    --d100: 70px;
    --d90: 60px;
    --d70: 55px;
    --d66: 40px;
    --d60: 40px;
    --d55: 35px;
    --f50: -35px;
    --d50: 35px;
    --d40: 30px;
    --d30: 25px;
    --d24: 20px;
    --d20: 18px;
    --f20: -18px;
    --70: 56px;
    --60: 50px;
    --58: 46px;
    --50: 40px;
    --40: 34px;
    --28: 24px;
    --26: 20px;
    --22: 18px;
  }
  .detailscontent .details-box .details-content .details-textbox .details-textbox2 .details-butBox {
    flex-direction: column;
    align-items: flex-start;
  }
  .detailscontent .details-box .details-content .details-textbox .details-textbox2 .details-butBox .details-butBox2 {
    margin-bottom: 10px;
  }
  .header .header-nav-box .header-nav-content .header-nav-top .header-matchless {
    font-size: var(--40);
  }
  .storycontent .story-box .story-right .story-video {
    margin-top: 100px;
    width: 150px;
    height: 150px;
  }
  .detailscontent .details-box .details-content .details-imgbox {
    width: 640px;
  }
  .detailscontent .details-box .details-content .details-textbox {
    width: calc(100% - 640px);
  }
  .detailscontent .details-box .details-content .details-textbox .details-text-imgbox .details-img {
    width: 200px;
  }
  .indexcontent .i-makes-box .panel .i-makes-list .i-makes-list2 .i-makes-right .i-makes-textbox {
    width: 25vw;
    margin-top: 10px;
  }
  .indexcontent .i-makes-box .panel .i-makes-list .i-makes-list2:last-child {
    padding-right: calc((100vw - 1280px) / 2);
  }
  .indexcontent .i-wigs-box .panel2 .i-wigs-list .i-wigs-list2:last-child {
    padding-right: calc((100vw - 1280px) / 2 + 100px);
  }
  .head-svg svg,
  .header .header-nav-box {
    padding-top: 80px;
  }
  .subscription-show .subscription-box {
    margin-top: 80px;
  }
  .header .header-box .header-content {
    height: 80px;
  }
  .access {
    padding: 5px 0;
  }
  .fooder .fooder-top .fooder-form {
    width: 400px;
  }
  .storycontent .style-box .style-content .style-left {
    width: calc(100% - 400px);
  }
  .fooder .fooder-top .fooder-navbox .fooder-nav2 {
    width: 285px;
  }
  .storycontent .style-box .style-content .style-img {
    width: 400px;
  }
  .faqscontent .faqs-box .faqs-content .faqs-left {
    width: calc(100% - 900px);
  }
  .faqscontent .faqs-box .faqs-content .faqs-right {
    width: 900px;
  }
  .container2 {
    max-width: 1280px;
  }
  .container-header {
    max-width: 1280px;
  }
  .contactcontent .contact-box .contact-right {
    padding-right: calc((100% - 1280px) / 2);
  }
  .header .header-nav-box .header-nav-content {
    padding-top: 4vw;
    padding-left: 3.8vw;
    padding-bottom: 3vw;
    padding-right: calc((100vw - 1280px) / 2);
  }
  .header .header-nav-box .header-nav-content .header-nav-bottom .header-search {
    width: 460px;
  }
  .header .header-nav-box .header-nav-content .header-nav-bottom .header-share a {
    margin-right: 10px;
  }
  .subscription-show .subscription-box .subscription-content .subscription-formbox {
    width: calc(100% - 400px);
  }
  .subscription-show .subscription-box .subscription-content .subscription-img {
    width: 400px;
  }
  .container {
    max-width: 1280px;
  }
}
@media (max-width: 1400px) {
  .row {
    --bs-gutter-x: 1rem;
  }
  :root {
    --padding: calc((100% - 1080px)/2);
    --d200: 100px;
    --d150: 80px;
    --d130: 80px;
    --d140: 80px;
    --d120: 80px;
    --d110: 60px;
    --d90: 40px;
    --d80: 60px;
    --d62: 35px;
    --d60: 30px;
    --d55: 30px;
    --f50: -30px;
    --d50: 30px;
    --d40: 20px;
    --f40: -20px;
    --d34: 20px;
    --d32: 20px;
    --d30: 16px;
    --d24: 16px;
    --d20: 15px;
    --f20: -15px;
    --f16: -12px;
    --d16: 12px;
    --70: 46px;
    --60: 40px;
    --58: 36px;
    --50: 30px;
    --40: 30px;
    --30: 24px;
    --28: 20px;
    --26: 18px;
    --22: 18px;
    --24: 16px;
    --20: 16px;
    --18: 16px;
    --16: 14px;
  }
  .header .header-nav-box .header-nav-content .header-nav-top .header-nav-content-box .header-nav1-box {
    width: 330px;
  }
  .indexcontent .i-product-box .i-product-content .i-product-list .i-product-list2 .i-product-list3 .i-product-top .i-product-list-textbox {
    padding: 18px 12px;
  }
  .indexcontent .i-product-box .i-product-content .i-product-list .i-product-list2 .i-product-list3 .i-product-top .i-product-list-textbox .i-product-list-buttom {
    padding: 6px 12px;
  }
  .subscription-show .subscription-box .subscription-content .subscription-formbox .subscription-title {
    font-size: 26px;
  }
  .subscription-show .subscription-box .subscription-content {
    width: 830px;
  }
  .subscription-show .subscription-box .subscription-content .subscription-formbox {
    width: calc(100% - 350px);
  }
  .subscription-show .subscription-box .subscription-content .subscription-img {
    width: 350px;
  }
  .faqscontent .faqs-box .faqs-content .faqs-left {
    width: calc(100% - 750px);
  }
  .faqscontent .faqs-box .faqs-content .faqs-right {
    width: 750px;
  }
  .gallerycontent .gallery-content .gallery-left {
    width: 220px;
  }
  .gallerycontent .gallery-content .gallery-right {
    width: calc(100% - 220px);
  }
  .colorcontent .color-butbox .color-but {
    height: 56px;
  }
  .storycontent .advantages-box .advantages-content .swiper-wrapper .swiper-slide .slide-inner {
    padding: 12px 12px 25px 12px;
  }
  .storycontent .advantages-box .advantages-top .advantages-view a {
    padding: 0 20px;
  }
  .fooder .fooder-top .fooder-form {
    width: 300px;
  }
  .storycontent .style-box .style-content .style-left {
    width: calc(100% - 300px);
  }
  .detailscontent .typebox .type-content .type-list {
    margin: 0 -3px;
  }
  .detailscontent .typebox .type-content .type-list .type-list2 {
    margin: 0 3px;
  }
  .detailscontent .details-box .details-content .details-imgbox {
    width: 540px;
  }
  .detailscontent .details-box .details-content .details-textbox {
    width: calc(100% - 540px);
  }
  .detailscontent .details-box .details-content .details-textbox .details-text-imgbox .details-img {
    width: 150px;
  }
  .indexcontent .i-choose-box .i-choose-list .i-choose-list2 a {
    padding: 8px 15px;
    font-size: var(--14);
  }
  .indexcontent .i-choose-box .i-choose-list .i-choose-list2:nth-child(3) {
    padding-right: 2em;
  }
  .fooder .fooder-top .fooder-form .input-text {
    padding: 13px 15px;
  }
  .fooder .fooder-top .fooder-navbox .fooder-nav .fooder-nav-list2 {
    margin-bottom: 6px;
  }
  .head-svg svg,
  .header .header-nav-box {
    padding-top: 60px;
  }
  .subscription-show .subscription-box {
    margin-top: 60px;
  }
  .header .header-box .header-content {
    height: 60px;
  }
  .fooder .fooder-top .fooder-navbox .fooder-nav2 {
    width: 240px;
  }
  .fooder .fooder-top .fooder-navbox .fooder-nav {
    margin-right: 30px;
  }
  .indexcontent .i-makes-box .panel .i-makes-list .i-makes-list2 .i-makes-right .i-makes-textbox {
    width: 30vw;
  }
  .index-banner .banner-pagination {
    bottom: 23px;
  }
  .productioncontent .raw-box .raw-list1 .raw-list2 .raw-list-img {
    width: 520px;
  }
  .productioncontent .raw-box .raw-list1 .raw-list2 .raw-list-textbox {
    width: calc(100% - 540px);
  }
  .indexcontent .i-makes-box .panel .i-makes-list .i-makes-list2:last-child {
    padding-right: calc((100vw - 1080px) / 2);
  }
  .indexcontent .i-wigs-box .panel2 .i-wigs-list .i-wigs-list2:last-child {
    padding-right: calc((100vw - 1080px) / 2 + 100px);
  }
  .shippingcontent .shipping-box .shipping-content .shipping-img {
    width: 260px;
  }
  .shippingcontent .shipping-box .shipping-content .shedding-table {
    width: calc(100% - 260px);
  }
  .container2 {
    max-width: 1080px;
  }
  .container-header {
    max-width: 1080px;
  }
  .contactcontent .contact-box .contact-right {
    padding-right: calc((100% - 1080px) / 2);
  }
  .container {
    max-width: 1080px;
  }
  .header .header-nav-box .header-nav-content {
    padding-right: calc((100vw - 1080px) / 2);
  }
  .storycontent .story-box .story-right {
    padding-right: calc((100% - 1080px) / 2);
  }
}
@media (max-width: 1200px) {
  :root {
    --d130: 80px;
    --d110: 80px;
    --d100: 50px;
    --d90: 60px;
    --70: 40px;
    --60: 35px;
    --58: 30px;
    --36: 26px;
  }
  .indexcontent .i-wigs-box .panel2 .i-wigs-list .i-wigs-list2 .i-wigs-textbox .i-wigs-titlebox {
    font-size: 24px;
  }
  .detailscontent .details-box .details-content .details-textbox .details-textbox2 .details-butBox .details-butBox2 .details-but a {
    padding: 6px 18px;
  }
  .subscription-show .subscription-box .subscription-content {
    width: 630px;
  }
  .subscription-show .subscription-box .subscription-content .subscription-img {
    display: none;
  }
  .subscription-show .subscription-box .subscription-content .subscription-formbox {
    width: 100%;
    padding-bottom: var(--d90);
    padding-right: var(--d40);
  }
  .header .header-nav-box .header-img {
    display: none;
  }
  .header .header-nav-box .header-nav-content {
    width: 100%;
  }
  .contactcontent .contact-box .contact-right {
    width: 100%;
    padding: 0;
  }
  .contactcontent .contact-box {
    flex-direction: column-reverse;
  }
  .faqscontent .faqs-box .faqs-content {
    flex-direction: column;
  }
  .faqscontent .faqs-box .faqs-content .faqs-left {
    width: 100%;
    padding: 0;
  }
  .faqscontent .faqs-box .faqs-content .faqs-left .faqs-img {
    width: 160px;
    position: absolute;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    left: 0;
  }
  .faqscontent .faqs-box .faqs-content .faqs-right {
    margin-left: auto;
    width: calc(100% - 180px);
  }
  .gallerycontent .gallery-title {
    padding-bottom: 0;
  }
  .gallerycontent .s-menu {
    display: block;
  }
  .gallerycontent .gallery-content .gallery-right {
    width: 100%;
    padding: 0;
  }
  .gallerycontent .gallery-content .gallery-left {
    display: none;
  }
  .productioncontent .raw-box .raw-list1 .raw-list2 .raw-list-img {
    width: 300px;
    float: right;
    margin-left: 20px;
  }
  .productioncontent .raw-box .raw-list1 .raw-list2 .raw-list-textbox {
    width: 100%;
  }
  .header .header-nav-box .header-nav-content .header-nav-top .header-nav-content-box .header-nav1-box {
    width: auto;
  }
  .productioncontent .raw-box .raw-list1 .raw-list2 .raw-list-textbox .raw-list-num {
    position: unset;
    margin-top: 5px;
  }
  .productioncontent .raw-box .raw-list1 .raw-list2 .raw-list-textbox .raw-list-text {
    width: 100%;
  }
  .indexcontent .i-wigs-box .i-wigs-title {
    position: unset;
  }
  .productioncontent .raw-box .raw-list1 .raw-list2 {
    display: block;
    min-height: 220px;
    position: relative;
  }
  .detailscontent .detailsfaqsbox .detailsfaq-textbox {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  .detailscontent .detailsfaqsbox .detailsfaq-right {
    width: 100%;
  }
  .detailscontent .detailsfaqsbox .detailsfaqs-content {
    flex-direction: column;
  }
  .detailscontent .typebox .type-content .type-textbox .type-like {
    margin-bottom: 10px;
  }
  .detailscontent .typebox .type-content .type-list {
    width: 100%;
    margin-top: 20px;
  }
  .detailscontent .typebox .type-content {
    flex-direction: column;
  }
  .detailscontent .typebox .type-content .type-textbox {
    width: 100%;
  }
  .detailscontent .typebox .type-content .type-textbox .type-title {
    margin-bottom: 15px;
  }
  .detailscontent .typebox .type-content .type-textbox .type-text {
    width: 100%;
  }
  .detailscontent .details-box .details-content .details-textbox {
    width: 100%;
    padding: 0;
    flex-direction: row;
    margin-top: 30px;
  }
  .detailscontent .details-box .details-content .details-textbox .details-textbox2 {
    width: 44%;
    position: absolute;
    top: var(--d200);
    right: 0;
  }
  .detailscontent .details-box .details-content .details-imgbox {
    width: 460px;
    max-width: 100%;
  }
  .detailscontent .details-box .details-content .details-textbox .details-text-imgbox {
    width: 100%;
  }
  .detailscontent .details-box .details-content {
    flex-direction: column;
  }
  .index-banner .banner-pagination .swiper-pagination-bullet-active::after {
    width: 16px;
    height: 16px;
  }
  .index-banner .banner-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
  .indexcontent .i-choose-box .i-choose-list .i-choose-list2 {
    text-align: left !important;
  }
  .indexcontent .i-choose-box .i-choose-list .i-choose-list2:nth-child(2n) {
    text-align: right !important;
  }
  .indexcontent .i-choose-box .i-choose-list .i-choose-list2:last-child {
    width: 100%;
  }
  .indexcontent .i-choose-box .i-choose-list .i-choose-list2:nth-child(3) {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }
  .indexcontent .i-makes-box .panel .i-makes-list {
    flex-direction: column;
  }
  .indexcontent .i-wigs-box #pinContainer2,
  .indexcontent .i-makes-box #pinContainer {
    height: auto;
  }
  .indexcontent .i-makes-box .i-makes-bg {
    position: unset;
  }
  .indexcontent .i-makes-box .panel .i-makes-title {
    width: 100%;
    text-align: center;
    padding: 0;
    margin-bottom: var(--d55);
  }
  .indexcontent .i-makes-box .panel .i-makes-title h2 {
    display: inline;
    margin-right: 0.2em;
  }
  .indexcontent .i-makes-box .panel .i-makes-title h2:last-child {
    margin-right: 0;
  }
  .indexcontent .i-makes-box .panel .i-makes-list {
    width: 100%;
  }
  .indexcontent .i-makes-box .panel .i-makes-list .i-makes-list2 {
    margin-right: 0;
    margin-bottom: var(--d50);
    width: 100%;
  }
  .indexcontent .i-makes-box .panel .i-makes-list .i-makes-list2:last-child {
    margin-bottom: 0;
  }
  .indexcontent .i-wigs-box .panel2 .i-wigs-list {
    flex-direction: column;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
  .indexcontent .i-wigs-box .panel2 .i-wigs-list .i-wigs-list2 {
    width: 100%;
    justify-content: space-between;
    padding-right: 0 !important;
    margin-bottom: var(--d50);
  }
  .indexcontent .i-wigs-box .panel2 .i-wigs-list .i-wigs-list2:last-child {
    margin-bottom: 0;
  }
  .indexcontent .i-wigs-box .panel2 .i-wigs-list .i-wigs-list2 .i-wigs-imgbox {
    min-width: auto;
    width: 25%;
    border-top-right-radius: 80px;
    border-bottom-left-radius: 80px;
  }
  .indexcontent .i-wigs-box .panel2 .i-wigs-list .i-wigs-list2 .i-wigs-textbox {
    width: 75%;
    padding-left: var(--d40);
  }
  .indexcontent .i-wigs-box .panel2 .i-wigs-list .i-wigs-list2 .i-wigs-textbox .i-wigs-titlebox {
    margin-bottom: var(--d40);
  }
  .indexcontent .i-wigs-box .panel2 .i-wigs-list .i-wigs-list2 .i-wigs-textbox .i-wigs-text {
    margin-bottom: var(--d50);
  }
  .indexcontent .i-wigs-box .panel2 .i-wigs-list .i-wigs-list2 .i-wigs-textbox .i-wigs-text-imgbox {
    margin-top: var(--d30);
  }
  .indexcontent .i-wigs-box .panel2,
  .indexcontent .i-makes-box .panel {
    height: auto;
    position: unset;
    flex-direction: column;
    width: 100%;
  }
  .indexcontent .i-makes-box .i-makes-bg {
    display: none;
  }
  .indexcontent .i-makes-box .panel .i-makes-list .i-makes-list2 .i-makes-img {
    width: 40%;
  }
  .indexcontent .i-makes-box .panel .i-makes-list .i-makes-list2 .i-makes-right {
    width: 60%;
  }
  .indexcontent .i-makes-box .panel .i-makes-list .i-makes-list2 .i-makes-right .i-makes-img2 {
    width: 30%;
  }
  .indexcontent .i-makes-box .panel .i-makes-list .i-makes-list2 .i-makes-right .i-makes-textbox {
    width: 100%;
  }
  .indexcontent .i-wigs-box,
  .indexcontent .i-makes-box {
    max-width: 880px;
    margin: 0 auto;
  }
  .indexcontent .i-makes-box {
    padding: var(--d150) 0;
  }
  .fooder-top {
    flex-direction: column;
  }
  .fooder .fooder-top .fooder-form {
    width: 100%;
  }
  .fooder .fooder-top .fooder-form .input-text {
    max-width: 78%;
    width: 1100px;
  }
  .fooder .fooder-top .fooder-navbox {
    justify-content: space-between;
    margin-top: var(--d50);
  }
  .storycontent .story-box .story-right .story-video {
    width: 100px;
    height: 100px;
  }
  .storycontent .story-box .story-right .story-video a {
    font-size: 12px;
  }
  .container-header {
    max-width: 880px;
  }
  .container {
    max-width: 880px;
  }
  .container2 {
    max-width: 880px;
  }
  .contactcontent .contact-box .contact-content {
    padding-bottom: var(--d100);
  }
  .contactcontent .contact-box .contact-matchless,
  .contactcontent .contact-box .contact-content {
    width: 100%;
    padding-left: calc((100% - 880px) / 2);
    padding-right: calc((100% - 880px) / 2);
  }
  .header .header-nav-box .header-nav-content {
    padding: 30px calc((100% - 880px) / 2);
  }
  .storycontent .story-box .story-right {
    padding-right: calc((100% - 880px) / 2);
  }
  .contactcontent .contact-box .contact-img {
    width: 100%;
    height: 300px;
  }
  .header .header-box {
    background: rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 980px) {
  :root {
    --d200: 100px;
    --d130: 60px;
    --d120: 60px;
    --d140: 60px;
    --d150: 60px;
    --d110: 60px;
    --d55: 20px;
    --f50: -20px;
    --d50: 20px;
    --d30: 10px;
    --d32: 18px;
    --d20: 10px;
    --f20: -10px;
    --70: 36px;
    --60: 30px;
    --58: 26px;
    --50: 26px;
    --40: 24px;
    --28: 20px;
    --26: 16px;
    --22: 16px;
    --20: 14px;
    --18: 14px;
  }
  .storycontent .advantages-box .advantages-content {
    padding: 0 40px;
  }
  .advantages-prev {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translate(0%, -50%);
  }
  .advantages-next {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translate(0%, -50%);
  }
  .detailscontent .details-box .details-content .details-imgbox {
    width: 380px;
  }
  .fooder .fooder-top .fooder-navbox .fooder-nav .fooder-nav-title {
    font-size: 16px;
  }
  .indexcontent .i-wigs-box .panel2 .i-wigs-list .i-wigs-list2 .i-wigs-textbox .i-wigs-text-imgbox .i-wigs-imgbox2 {
    width: 25%;
  }
  .indexcontent .i-wigs-box .panel2 .i-wigs-list .i-wigs-list2 .i-wigs-imgbox {
    border-top-right-radius: 90px;
    border-bottom-left-radius: 90px;
  }
  .access .access-content .access-rigth .access-buttom a {
    padding: 4px 12px;
  }
  .storycontent .story-box .story-img {
    width: 300px;
    float: right;
    margin-left: 20px;
  }
  .storycontent .story-box .story-right {
    width: 100%;
    padding: 0;
    align-items: flex-start;
    display: inline;
  }
  .storycontent .story-box .story-right .story-video {
    margin-top: 0;
  }
  .storycontent .story-box .story-right .story-textbox .story-title {
    text-align: left;
  }
  .storycontent .story-box {
    padding-top: var(--d200);
    padding-bottom: var(--d100);
    display: block;
  }
  .storycontent .advantages-box .advantages-top {
    flex-direction: column;
  }
  .storycontent .advantages-box .advantages-top .advantages-view {
    margin-top: 20px;
  }
  .style-but {
    width: 30px;
    height: 30px;
  }
  .style-but i {
    font-size: 14px;
    line-height: 14px;
  }
  .colorcontent .color-list .color-list2 {
    width: 25%;
  }
  .colorcontent .color-butbox .color-but {
    height: 40px;
  }
  .detailscontent .details-box .details-content .details-textbox .details-textbox2 .details-butBox .details-butBox2 {
    flex-direction: column;
  }
  .detailscontent .details-box .details-content .details-textbox .details-textbox2 .details-butBox .details-butBox2 .details-inquiry {
    margin-bottom: 10px;
  }
  .contactcontent .contact-box .contact-matchless,
  .contactcontent .contact-box .contact-content {
    padding-left: calc((100% - 700px) / 2);
    padding-right: calc((100% - 700px) / 2);
  }
  .header .header-nav-box .header-nav-content {
    padding: 30px calc((100% - 700px) / 2);
  }
  .storycontent .story-box,
  .indexcontent .i-wigs-box,
  .indexcontent .i-makes-box,
  .container-header,
  .container,
  .container2 {
    max-width: 700px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  :root {
    --d130: 40px;
    --d120: 40px;
    --d140: 40px;
    --d110: 40px;
    --d100: 40px;
    --d80: 40px;
    --d70: 30px;
    --d24: 12px;
    --d30: 10px;
    --d22: 14px;
    --d20: 10px;
    --f20: -10px;
    --70: 24px;
    --60: 24px;
    --36: 22px;
    --30: 22px;
  }
  .subscription-show .subscription-box .subscription-content .subscription-formbox .subscription-title {
    font-size: 20px;
  }
  .subscription-show .subscription-box .subscription-content {
    width: 80%;
  }
  .shippingcontent .shipping-box .shipping-content .shipping-img {
    width: 160px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
  }
  .shippingcontent .shipping-box .shipping-content .shedding-table {
    width: calc(100% - 160px);
  }
  .productioncontent .details-box .technique-list2 {
    margin-bottom: 20px;
  }
  .productioncontent .details-box .technique-list2:last-child {
    margin-bottom: 0;
  }
  .productioncontent .raw-box .raw-list1 .raw-list2 {
    display: flex;
    min-height: auto;
    flex-direction: column !important;
  }
  .productioncontent .raw-box .raw-list1 .raw-list2 .raw-list-textbox .raw-list-num {
    text-align: right;
  }
  .productioncontent .raw-box .raw-list1 .raw-list2 .raw-list-img {
    margin: 0;
    margin-bottom: 10px;
    width: 100%;
  }
  .detailscontent .details-box .details-content .details-imgbox .details-pagination .swiper-pagination-bullet {
    margin-right: 6px;
    width: 6px;
    height: 6px;
  }
  .detailscontent .details-box .details-content .details-imgbox .swiper-video::before {
    width: 25px;
    height: 25px;
    font-size: 10px;
    line-height: 10px;
  }
  .storycontent .style-box .style-content .style-left {
    width: calc(100% - 200px);
  }
  .detailscontent .details-box .details-content .details-textbox {
    flex-direction: column;
  }
  .detailscontent .details-box .details-content .details-textbox .details-textbox2 {
    position: unset;
    width: 100%;
    margin-bottom: 20px;
  }
  .fooder {
    padding-bottom: 62px;
  }
  .head-svg svg,
  .header .header-nav-box {
    padding-top: 50px;
  }
  .indexcontent .i-wigs-box .i-wigs-title .container-header {
    max-width: 100%;
  }
  .subscription-show .subscription-box {
    margin-top: 50px;
  }
  .header .header-box .header-content {
    height: 50px;
  }
  .access {
    bottom: 62px;
  }
  .fooder .fooder-buttom {
    flex-direction: column;
  }
  .fooder .fooder-buttom .privacy-sitemap {
    width: 100%;
    justify-content: flex-start;
    margin-top: 10px;
  }
  .indexcontent .i-wigs-box .panel2 .i-wigs-list .i-wigs-list2 {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .indexcontent .i-wigs-box .panel2 .i-wigs-list .i-wigs-list2 .i-wigs-imgbox {
    width: 70%;
    margin-bottom: 20px;
  }
  .indexcontent .i-wigs-box .panel2 .i-wigs-list .i-wigs-list2 .i-wigs-imgbox {
    border-top-right-radius: 130px;
    border-bottom-left-radius: 130px;
  }
  .indexcontent .i-wigs-box .panel2 .i-wigs-list .i-wigs-list2 .i-wigs-textbox {
    width: 100%;
    padding: 0;
  }
  .indexcontent .i-makes-box .panel .i-makes-list .i-makes-list2 {
    flex-direction: column;
    position: relative;
  }
  .indexcontent .i-makes-box .panel .i-makes-list .i-makes-list2 .i-makes-right {
    width: 100%;
  }
  .indexcontent .i-makes-box .panel .i-makes-list .i-makes-list2 .i-makes-img {
    width: 70%;
    margin-right: 0;
  }
  .indexcontent .i-makes-box .panel .i-makes-list .i-makes-list2 .i-makes-right .i-makes-img2 {
    position: absolute;
    right: 0;
    top: 0;
  }
  .indexcontent .i-choose-box .i-choose-list {
    margin: 0;
  }
  .indexcontent .i-choose-box .i-choose-list .i-choose-list2 {
    width: auto;
    padding-right: 20px;
    padding-left: 0;
  }
  .indexcontent .i-wigs-box .panel2 .i-wigs-list .i-wigs-list2 .i-wigs-textbox .i-wigs-titlebox .i-wigs-title1 {
    flex-direction: column;
    align-items: flex-start;
  }
  .indexcontent .i-wigs-box .panel2 .i-wigs-list .i-wigs-list2 .i-wigs-textbox .i-wigs-titlebox .i-wigs-title1 div {
    margin-top: 10px;
  }
  .indexcontent .i-wigs-box .panel2 .i-wigs-list .i-wigs-list2 .i-wigs-textbox .i-wigs-titlebox {
    white-space: wrap;
  }
  .contactcontent .contact-box .contact-content .contact-message-box {
    flex-wrap: wrap;
  }
  .contactcontent .contact-box .contact-content .contact-message-box .contact-message {
    margin-bottom: 10px;
  }
  .contactcontent .contact-box .contact-content .contact-message-box .contact-message .contact-message-icon {
    width: 30px;
    height: 30px;
  }
  .indexcontent .i-makes-box .panel .i-makes-list .i-makes-list2 .i-makes-right .i-makes-img2 {
    width: 22%;
  }
  .storycontent .style-box .style-content .style-img {
    width: 450px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 20px;
  }
  .contactcontent .contact-box .contact-content {
    padding-bottom: 20px;
  }
  .contactcontent .contact-box .contact-content .contact-content-box1 {
    margin-bottom: 20px;
  }
  .storycontent .style-box .style-content .style-left {
    width: 100%;
  }
  .header .header-nav-box .header-nav-content .header-nav-bottom .header-search .submit i {
    font-size: 20px;
    line-height: 20px;
  }
  .storycontent .style-box .style-content {
    flex-direction: column;
  }
  .header .header-nav-box .header-nav-content .header-nav-top {
    flex-direction: column-reverse;
  }
  .header .header-nav-box .header-nav-content .header-nav-top .header-matchless {
    margin-bottom: 20px;
  }
  .header .header-nav-box .header-nav-content {
    padding: 30px 5%;
  }
  .header .header-nav-box .header-nav-content .header-nav-top .header-nav-content-box .header-nav1-box {
    margin-right: 0;
  }
  .header .header-nav-box .header-nav-content .header-nav-top .header-nav-content-box .header-nav {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 70%;
  }
  .header .header-nav-box .header-nav-content .header-nav-bottom {
    flex-direction: column;
  }
  .header .header-nav-box .header-nav-content .header-nav-bottom .header-search {
    width: 100%;
    margin-bottom: 10px;
  }
  .header .header-nav-box .header-nav-content .header-nav-top .header-nav-content-box {
    justify-content: space-between;
  }
  .contactcontent .contact-box .contact-matchless,
  .contactcontent .contact-box .contact-content {
    padding-left: 5%;
    padding-right: 5%;
  }
  .storycontent .story-box,
  .indexcontent .i-wigs-box,
  .indexcontent .i-makes-box,
  .container-header,
  .container,
  .container2 {
    max-width: 90%;
  }
}
@media (max-width: 540px) {
  :root {
    --d200: 80px;
    --d140: 30px;
    --d120: 30px;
    --d150: 30px;
    --d130: 30px;
    --d110: 30px;
    --d100: 30px;
    --d90: 30px;
    --d80: 30px;
    --d70: 30px;
    --d55: 15px;
    --d40: 14px;
    --60: 22px;
    --58: 20px;
    --50: 20px;
    --28: 18px;
    --14: 12px;
  }
  .fooder .fooder-top {
    margin-bottom: 0;
  }
  .fooder .fooder-top .fooder-navbox .fooder-nav {
    margin-bottom: 20px;
  }
  .faqscontent .faqs-box .faqs-content .faqs-left {
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: center;
  }
  .faqscontent .faqs-box .faqs-content .faqs-left .faqs-img {
    width: 100px;
    position: unset;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    left: 0;
  }
  .faqscontent .faqs-box .faqs-content .faqs-right .faq-list1 {
    margin-top: 10px;
  }
  .faqscontent .faqs-box .faqs-content .faqs-left .faqs-text {
    width: calc(100% - 110px);
  }
  .faqscontent .faqs-box .faqs-content .faqs-right {
    margin: 0;
    width: 100%;
  }
  .shippingcontent .shipping-box .shipping-content {
    flex-direction: column-reverse;
  }
  .shippingcontent .shipping-box .shipping-content .shedding-table {
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px;
  }
  .shippingcontent .shipping-box .shipping-content .shipping-img {
    width: 300px;
    max-width: 100%;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
  }
  .other-banner {
    height: 250px;
  }
  .colorcontent .color-list {
    margin: 0 -5px;
  }
  .colorcontent .color-list .color-list2 {
    padding: 0 5px;
    padding-bottom: 10px;
  }
  .colorcontent .color-list .color-list-title {
    line-height: 1.2;
    margin-top: 5px;
  }
  .storycontent .story-box {
    display: flex;
    flex-direction: column-reverse;
  }
  .storycontent .story-box .story-img {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
  .storycontent .style-box .style-content .style-left .style-textbox {
    margin-bottom: 20px;
  }
  .detailscontent .details-box .details-content .details-textbox .details-text-imgbox {
    display: block;
  }
  .detailscontent .details-box .details-content .details-textbox .details-text-imgbox .details-img {
    float: left;
  }
  .detailscontent .details-box .details-content .details-textbox .details-text-imgbox .details-img-text {
    display: inline;
  }
  .detailscontent .typebox .type-content .type-list .type-list2 .type-img {
    height: auto;
  }
  .reviews .reviewscon {
    background-color: #fff;
    padding: 16px 14px 14px;
  }
  .detailscontent .typebox .type-content .type-list {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: var(--f40);
  }
  .detailscontent .typebox .type-content .type-list .type-list2 {
    width: 48%;
    margin-bottom: var(--d40);
  }
  .detailscontent .typebox .type-content .type-list .type-list2 .type-img {
    height: 53vw;
    background-size: cover;
  }
  .detailscontent .typebox .type-content .type-list .type-list2 .type-list-title {
    opacity: 1;
    visibility: visible;
    padding-top: 5px;
  }
  .indexcontent .i-wigs-box .panel2 .i-wigs-list .i-wigs-list2 .i-wigs-textbox .i-wigs-text {
    margin-bottom: 15px;
  }
  .indexcontent .i-wigs-box .panel2 .i-wigs-list .i-wigs-list2 .i-wigs-imgbox {
    border-top-right-radius: 75px;
    border-bottom-left-radius: 75px;
  }
  .fooder .fooder-top .fooder-navbox {
    flex-wrap: wrap;
  }
  .indexcontent .i-choose-box .i-choose-list .i-choose-list2 a {
    font-size: 12px;
  }
  .access .access-content .access-title h2 {
    font-size: 10px;
  }
  .fooder .fooder-top .fooder-navbox .fooder-nav3 {
    width: 100%;
  }
  .indexcontent .i-choose-box .i-choose-list .i-choose-list2:nth-child(2n) {
    text-align: left !important;
  }
  .access .access-content .access-rigth .access-buttom a {
    font-size: 12px;
  }
}/*# sourceMappingURL=style.css.map */