* {
  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;
  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;
}
@-ms-viewport {
  width: auto !important;
}
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::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 10;
}
.art-video-player .art-bottom {
  display: none !important;
}
.art-mask {
  display: none !important;
}
.breadcrumb {
  margin-bottom: 0;
}
.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.16;
  font-weight: 400;
  overflow: auto;
  width: 100%;
  max-width: 100%;
  text-align: left;
  color: var(--c3);
}
.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 table td,
.table-box table th {
  padding: var(--d16);
  border: 1px solid #DFE5E0 !important;
  word-break: unset !important;
}
.table-box table tr:nth-child(2n-1) {
  background-color: #F4FBF5;
}
@media (max-width: 1200px) {
  .table-box {
    overflow-x: auto;
  }
}
@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%;
  height: 100%;
}
.box-follow .img-box > img {
  display: none !important;
  height: auto;
}
.box-follow iframe[src=''],
.box-follow iframe[data-src=''] {
  display: none;
  border: 1px solid #000;
}
.box-follow iframe[src=''] + img,
.box-follow iframe[data-src=''] + img {
  display: block !important;
}
.tranlanguage {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
.tranlanguage p {
  margin: 0;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
}
@media (max-width: 767px) {
  .tranlanguage p {
    font-size: 14px;
  }
}
.tranlanguage p img {
  width: 24px;
  margin-right: 10px;
}
.tranlanguage p:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #666666 transparent transparent transparent;
  margin-left: 10px;
  margin-top: -4px;
}
.tranlanguage ul {
  position: absolute;
  min-width: 100%;
  top: 100%;
  background-color: #fff;
  z-index: 9;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  display: none;
  padding: 10px 0;
}
.tranlanguage ul li a {
  display: block;
  padding: 10px 10px;
}
.tranlanguage ul li a img {
  width: 30px;
  object-fit: cover;
}
.fancybox-slide--iframe .fancybox-content {
  min-width: 80vw;
  min-height: 80vh;
}
.swiper-re {
  position: relative !important;
}
.swiper-action {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
  z-index: 10 !important;
}
.swiper-initial {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.5s;
}
body {
  font-family: 'RobotoFlex', 'Microsoft YaHei UI', Arial, Helvetica, 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  width: 100%;
  line-height: 1.5;
  font-size: var(--16);
  font-weight: 400;
  overflow-x: hidden;
  --bs-body-color: #424E61;
  color: #555;
  background-color: #fff;
}
@font-face {
  font-family: 'RobotoFlex';
  font-weight: 400;
  font-style: normal;
  src: local('RobotoFlex Regular'), local('RobotoFlex-Regular'), url('../../app/fonts/RobotoFlex-Regular.woff2') format('woff2'), url('../../app/fonts/RobotoFlex-Regular.woff') format('woff'), url('../../app/fonts/RobotoFlex-Regular.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Boldonse';
  font-weight: 300;
  font-style: normal;
  src: local('Boldonse ExtraLight'), local('Boldonse-Medium'), url('../../app/fonts/Boldonse-Regular.woff2') format('woff2'), url('../../app/fonts/Boldonse-ExtraLight.woff') format('woff'), url('../../app/fonts/Boldonse-ExtraLight.ttf') format('truetype');
  font-display: swap;
}
i {
  line-height: 1;
}
.container {
  padding: 0;
  max-width: 93.75vw;
}
.container2 {
  padding: 0;
  max-width: 84.375vw;
  margin: 0 auto;
}
.row {
  --bs-gutter-x: 1.875rem;
}
:root {
  --p: calc((100vw - 93.75vw) / 2);
  --p2: calc((100vw - 84.375vw) / 2);
  --c: #224433;
  --c2: #157762;
  --c3: #FFA95C;
  --g210: 13.125rem;
  --g190: 11.875rem;
  --g168: 10.5rem;
  --g152: 9.5rem;
  --g134: 8.375rem;
  --g120: 7.5rem;
  --g104: 6.5rem;
  --g94: 5.875rem;
  --g86: 5.375rem;
  --g80: 5rem;
  --g70: 4.375rem;
  --g64: 4rem;
  --g60: 3.75rem;
  --g55: 3.4375rem;
  --g50: 3.125rem;
  --g48: 3rem;
  --g40: 2.5rem;
  --g32: 2rem;
  --g24: 1.5rem;
  --g20: 1.25rem;
  --g18: 1.125rem;
  --g16: 1rem;
  --g12: 0.75rem;
  --g10: 0.625rem;
  --g8: 0.5rem;
  --r150: 150px;
  --r136: 136px;
  --r130: 130px;
  --r120: 120px;
  --r110: 110px;
  --r100: 100px;
  --r94: 94px;
  --r90: 90px;
  --r85: 85px;
  --r80: 80px;
  --r76: 76px;
  --r72: 72px;
  --r70: 70px;
  --r68: 68px;
  --r64: 64px;
  --r62: 62px;
  --r60: 60px;
  --r58: 58px;
  --r56: 56px;
  --r54: 54px;
  --r52: 52px;
  --r50: 50px;
  --r48: 48px;
  --r46: 46px;
  --r45: 45px;
  --r44: 44px;
  --r42: 42px;
  --r40: 40px;
  --r38: 38px;
  --r36: 36px;
  --r34: 34px;
  --r32: 32px;
  --r30: 30px;
  --d700: 700px;
  --d376: 376px;
  --d357: 357px;
  --d330: 330px;
  --d300: 300px;
  --d286: 286px;
  --d260: 260px;
  --d250: 250px;
  --d243: 243px;
  --d240: 240px;
  --d225: 225px;
  --d212: 212px;
  --d208: 208px;
  --d200: 200px;
  --d190: 190px;
  --d185: 185px;
  --d183: 183px;
  --d180: 180px;
  --d176: 176px;
  --d170: 170px;
  --d168: 168px;
  --d166: 166px;
  --d164: 164px;
  --d162: 162px;
  --d160: 160px;
  --d158: 158px;
  --d155: 155px;
  --d154: 154px;
  --d150: 150px;
  --d147: 147px;
  --d145: 145px;
  --d140: 140px;
  --d138: 138px;
  --d135: 135px;
  --d130: 130px;
  --d128: 128px;
  --d124: 124px;
  --d120: 120px;
  --d118: 118px;
  --d115: 115px;
  --d110: 110px;
  --d105: 105px;
  --d100: 100px;
  --d96: 96px;
  --d95: 95px;
  --d93: 93px;
  --d90: 90px;
  --d88: 88px;
  --d86: 86px;
  --d84: 84px;
  --d80: 80px;
  --d75: 75px;
  --d78: 78px;
  --d72: 72px;
  --d70: 70px;
  --d68: 68px;
  --d66: 66px;
  --d65: 65px;
  --d64: 64px;
  --d62: 62px;
  --d60: 60px;
  --d58: 58px;
  --d56: 56px;
  --d55: 55px;
  --d54: 54px;
  --d52: 52px;
  --d50: 50px;
  --d48: 48px;
  --d46: 46px;
  --d45: 45px;
  --d44: 44px;
  --d42: 42px;
  --d40: 40px;
  --d38: 38px;
  --d36: 36px;
  --d35: 35px;
  --d34: 34px;
  --d32: 32px;
  --d30: 30px;
  --d28: 28px;
  --d26: 26px;
  --d25: 25px;
  --d24: 24px;
  --d22: 22px;
  --d20: 20px;
  --d19: 19px;
  --d18: 18px;
  --d17: 17px;
  --d16: 16px;
  --d15: 15px;
  --d14: 14px;
  --d13: 13px;
  --d12: 12px;
  --d10: 10px;
  --d8: 8px;
  --190: 190px;
  --162: 162px;
  --154: 154px;
  --130: 130px;
  --128: 128px;
  --120: 120px;
  --110: 110px;
  --100: 100px;
  --96: 96px;
  --92: 92px;
  --90: 90px;
  --86: 86px;
  --80: 80px;
  --78: 78px;
  --76: 76px;
  --75: 75px;
  --74: 74px;
  --72: 72px;
  --70: 70px;
  --68: 68px;
  --66: 66px;
  --65: 65px;
  --64: 64px;
  --62: 62px;
  --60: 60px;
  --58: 58px;
  --56: 56px;
  --54: 54px;
  --52: 52px;
  --50: 50px;
  --48: 48px;
  --46: 46px;
  --45: 45px;
  --44: 44px;
  --42: 42px;
  --40: 40px;
  --38: 38px;
  --36: 36px;
  --34: 34px;
  --32: 32px;
  --30: 30px;
  --28: 28px;
  --26: 26px;
  --25: 25px;
  --24: 24px;
  --22: 22px;
  --20: 20px;
  --19: 19px;
  --18: 18px;
  --17: 17px;
  --16: 16px;
  --15: 15px;
  --14: 14px;
  --13: 13px;
  --12: 12px;
}
@media (max-width: 1800px) {
  :root {
    --g210: 6.125rem;
    --r136: 120px;
    --r130: 110px;
    --r48: 40px;
    --r45: 40px;
    --r44: 40px;
    --92: 65px;
    --90: 65px;
    --70: 60px;
    --68: 60px;
    --36: 35px;
    --24: 20px;
  }
}
@media (max-width: 1600px) {
  :root {
    --g210: 4.125rem;
    --g190: 5.8rem;
    --g168: 5.5rem;
    --g134: 4.5rem;
    --g120: 4.5rem;
    --g104: 4.5rem;
    --g86: 4.375rem;
    --g70: 3.375rem;
    --r150: 100px;
    --r136: 90px;
    --r130: 90px;
    --r110: 90px;
    --r100: 80px;
    --r94: 80px;
    --r90: 80px;
    --r85: 75px;
    --r76: 70px;
    --r70: 60px;
    --r62: 60px;
    --r64: 60px;
    --r60: 55px;
    --r58: 50px;
    --r56: 50px;
    --r54: 50px;
    --r48: 35px;
    --r45: 35px;
    --r44: 35px;
    --d700: 600px;
    --d376: 300px;
    --d357: 285px;
    --d330: 270px;
    --d300: 250px;
    --d260: 150px;
    --d250: 150px;
    --d243: 150px;
    --d240: 150px;
    --d225: 150px;
    --d212: 150px;
    --d208: 150px;
    --d200: 120px;
    --d190: 110px;
    --d185: 110px;
    --d183: 110px;
    --d180: 110px;
    --d176: 110px;
    --d170: 110px;
    --d166: 100px;
    --d168: 100px;
    --d162: 100px;
    --d164: 100px;
    --d160: 100px;
    --d158: 100px;
    --d155: 100px;
    --d150: 100px;
    --d154: 100px;
    --d147: 100px;
    --d145: 100px;
    --d140: 90px;
    --d138: 90px;
    --d135: 90px;
    --d130: 90px;
    --d128: 90px;
    --d124: 90px;
    --d120: 90px;
    --d118: 75px;
    --d115: 75px;
    --d110: 70px;
    --d105: 70px;
    --d100: 70px;
    --d96: 70px;
    --d95: 70px;
    --d90: 70px;
    --d88: 65px;
    --d86: 60px;
    --d84: 60px;
    --d80: 60px;
    --d75: 50px;
    --d72: 50px;
    --d70: 50px;
    --d68: 40px;
    --d66: 40px;
    --d64: 40px;
    --d62: 40px;
    --d60: 35px;
    --d58: 35px;
    --d56: 35px;
    --d55: 35px;
    --d54: 35px;
    --d52: 30px;
    --d50: 30px;
    --d46: 30px;
    --d45: 30px;
    --d44: 30px;
    --d42: 30px;
    --d40: 30px;
    --d38: 30px;
    --d34: 24px;
    --d36: 24px;
    --d35: 24px;
    --d32: 24px;
    --d30: 24px;
    --d28: 20px;
    --d24: 15px;
    --d22: 14px;
    --d20: 15px;
    --d18: 10px;
    --d17: 10px;
    --d16: 10px;
    --d12: 8px;
    --190: 100px;
    --130: 100px;
    --128: 100px;
    --120: 100px;
    --110: 70px;
    --100: 70px;
    --96: 70px;
    --90: 30px;
    --86: 65px;
    --80: 65px;
    --76: 65px;
    --75: 65px;
    --74: 65px;
    --72: 65px;
    --70: 52px;
    --68: 52px;
    --66: 60px;
    --64: 54px;
    --62: 52px;
    --60: 50px;
    --58: 48px;
    --56: 45px;
    --54: 42px;
    --52: 42px;
    --50: 38px;
    --48: 38px;
    --46: 36px;
    --45: 36px;
    --44: 36px;
    --42: 36px;
    --40: 36px;
    --38: 34px;
    --36: 30px;
    --34: 30px;
    --32: 30px;
    --30: 28px;
    --28: 26px;
    --26: 22px;
    --24: 20px;
    --20: 18px;
    --19: 18px;
    --18: 16px;
  }
}
@media (max-width: 1400px) {
  .row {
    --bs-gutter-x: 1rem;
  }
  :root {
    --g210: 5.125rem;
    --g190: 3rem;
    --g168: 2.5rem;
    --g134: 2.5rem;
    --g120: 2.5rem;
    --g104: 2.5rem;
    --g86: 2.375rem;
    --g80: 3rem;
    --g70: 2.175rem;
    --g60: 2.175rem;
    --g55: 2.175rem;
    --g50: 2rem;
    --g40: 1.5rem;
    --r136: 80px;
    --r130: 80px;
    --r110: 80px;
    --r100: 70px;
    --r94: 68px;
    --r90: 68px;
    --r85: 65px;
    --r76: 60px;
    --r70: 55px;
    --r64: 50px;
    --r62: 50px;
    --r60: 50px;
    --r52: 50px;
    --r50: 45px;
    --r40: 35px;
    --r38: 30px;
    --r30: 24px;
    --d700: 450px;
    --d376: 220px;
    --d357: 205px;
    --d330: 205px;
    --d300: 205px;
    --d260: 100px;
    --d250: 100px;
    --d243: 100px;
    --d240: 100px;
    --d225: 100px;
    --d212: 100px;
    --d208: 80px;
    --d200: 80px;
    --d190: 80px;
    --d185: 80px;
    --d183: 80px;
    --d180: 80px;
    --d176: 80px;
    --d170: 80px;
    --d168: 75px;
    --d166: 75px;
    --d162: 75px;
    --d164: 75px;
    --d160: 75px;
    --d158: 75px;
    --d155: 75px;
    --d150: 70px;
    --d154: 70px;
    --d147: 70px;
    --d145: 70px;
    --d140: 60px;
    --d138: 60px;
    --d135: 60px;
    --d130: 60px;
    --d128: 60px;
    --d124: 60px;
    --d120: 60px;
    --d118: 60px;
    --d115: 60px;
    --d110: 60px;
    --d100: 60px;
    --d96: 40px;
    --d95: 40px;
    --d93: 40px;
    --d90: 40px;
    --d88: 40px;
    --d86: 40px;
    --d80: 30px;
    --d78: 30px;
    --d72: 30px;
    --d70: 30px;
    --d68: 30px;
    --d65: 30px;
    --d62: 30px;
    --d56: 25px;
    --d55: 25px;
    --d54: 28px;
    --d48: 30px;
    --d42: 30px;
    --d40: 20px;
    --d38: 20px;
    --d36: 20px;
    --d32: 20px;
    --d30: 20px;
    --d28: 20px;
    --d26: 20px;
    --d24: 20px;
    --d25: 20px;
    --d22: 10px;
    --d18: 10px;
    --d16: 10px;
    --d15: 10px;
    --d14: 10px;
    --d12: 10px;
    --190: 80px;
    --160: 80px;
    --130: 80px;
    --128: 80px;
    --120: 70px;
    --100: 60px;
    --96: 60px;
    --92: 60px;
    --90: 30px;
    --86: 55px;
    --76: 50px;
    --75: 50px;
    --74: 50px;
    --72: 50px;
    --70: 50px;
    --68: 46px;
    --66: 50px;
    --65: 50px;
    --64: 46px;
    --62: 46px;
    --60: 45px;
    --58: 38px;
    --56: 38px;
    --54: 38px;
    --52: 38px;
    --50: 38px;
    --50: 36px;
    --48: 30px;
    --46: 30px;
    --45: 30px;
    --44: 30px;
    --42: 30px;
    --40: 30px;
    --38: 30px;
    --36: 28px;
    --34: 28px;
    --32: 24px;
    --30: 24px;
    --28: 20px;
    --24: 20px;
    --22: 18px;
    --20: 16px;
    --19: 16px;
    --17: 15px;
    --16: 14px;
  }
}
@media (max-width: 1200px) {
  :root {
    --g210: 3.125rem;
    --r120: 100px;
    --r60: 40px;
    --r52: 40px;
    --r38: 35px;
    --r36: 30px;
    --d700: 380px;
    --d357: 150px;
    --d330: 150px;
    --d300: 150px;
    --d260: 80px;
    --d250: 80px;
    --d243: 80px;
    --d240: 80px;
    --d225: 80px;
    --d212: 80px;
    --d166: 80px;
    --d90: 55px;
    --d88: 55px;
    --d68: 30px;
    --d64: 30px;
    --d60: 25px;
    --d50: 20px;
    --d46: 20px;
    --d45: 20px;
    --d44: 20px;
    --d42: 20px;
    --d26: 15px;
    --d25: 15px;
    --d19: 15px;
    --d15: 10px;
    --d10: 8px;
    --d8: 4px;
    --190: 60px;
    --120: 50px;
    --96: 55px;
    --92: 55px;
    --90: 30px;
    --86: 45px;
    --76: 45px;
    --75: 45px;
    --74: 45px;
    --72: 45px;
    --70: 45px;
    --68: 45px;
    --66: 40px;
    --64: 38px;
    --62: 36px;
    --54: 32px;
    --52: 32px;
    --48: 30px;
    --38: 25px;
    --34: 25px;
    --32: 25px;
    --26: 20px;
    --25: 18px;
    --24: 18px;
    --22: 20px;
    --18: 16px;
  }
}
@media (max-width: 990px) {
  :root {
    --r120: 80px;
    --r76: 50px;
    --r70: 50px;
    --r58: 46px;
    --r56: 46px;
    --r54: 40px;
    --r50: 35px;
    --d700: 264px;
    --d330: 100px;
    --d300: 100px;
    --d170: 80px;
    --d166: 80px;
    --d158: 70px;
    --d155: 70px;
    --d150: 70px;
    --d147: 65px;
    --d110: 65px;
    --d100: 60px;
    --d105: 40px;
    --d93: 40px;
    --d68: 30px;
    --d58: 28px;
    --d54: 28px;
    --d24: 20px;
    --120: 50px;
    --96: 50px;
    --80: 40px;
    --72: 40px;
    --70: 40px;
    --68: 40px;
    --60: 40px;
    --58: 40px;
    --52: 30px;
    --48: 28px;
    --46: 26px;
    --45: 26px;
    --44: 26px;
    --42: 26px;
    --40: 26px;
    --34: 26px;
    --32: 26px;
    --24: 18px;
  }
}
@media (max-width: 768px) {
  .fooder {
    padding-bottom: 52px !important;
  }
  .container {
    padding: 0;
    max-width: 90%;
  }
  :root {
    --p: 5%;
    --r130: 50px;
    --r64: 45px;
    --r62: 45px;
    --r48: 35px;
    --d357: 85px;
    --d300: 85px;
    --d243: 60px;
    --d240: 60px;
    --d225: 60px;
    --d212: 60px;
    --d208: 60px;
    --d200: 60px;
    --d190: 60px;
    --d185: 60px;
    --d183: 60px;
    --d180: 60px;
    --d176: 60px;
    --d170: 60px;
    --d168: 50px;
    --d166: 50px;
    --d162: 50px;
    --d164: 50px;
    --d160: 50px;
    --d158: 50px;
    --d155: 50px;
    --d154: 50px;
    --d150: 50px;
    --d147: 50px;
    --d145: 50px;
    --d138: 40px;
    --d135: 40px;
    --d130: 40px;
    --d128: 40px;
    --d124: 40px;
    --d120: 40px;
    --d118: 40px;
    --d110: 40px;
    --d105: 40px;
    --d100: 40px;
    --d90: 40px;
    --d88: 40px;
    --d84: 40px;
    --d75: 40px;
    --d65: 25px;
    --d54: 20px;
    --d52: 20px;
    --d42: 20px;
    --d30: 18px;
    --d24: 15px;
    --d22: 8px;
    --d20: 8px;
    --d18: 8px;
    --d17: 8px;
    --120: 40px;
    --96: 38px;
    --80: 38px;
    --76: 38px;
    --75: 38px;
    --74: 37px;
    --72: 36px;
    --70: 36px;
    --68: 36px;
    --66: 36px;
    --64: 36px;
    --62: 36px;
    --60: 34px;
    --58: 32px;
    --56: 30px;
    --54: 28px;
    --52: 28px;
    --50: 28px;
    --38: 28px;
    --36: 24px;
    --32: 20px;
    --30: 20px;
    --22: 18px;
    --18: 14px;
    --15: 14px;
    --14: 12px;
  }
}
@media (max-width: 576px) {
  :root {
    --r120: 70px;
    --r46: 30px;
    --d700: 200px;
    --d357: 50px;
    --d330: 50px;
    --d240: 50px;
    --d243: 50px;
    --d225: 50px;
    --d212: 50px;
    --d208: 30px;
    --d200: 30px;
    --d190: 30px;
    --d185: 30px;
    --d183: 30px;
    --d180: 30px;
    --d176: 30px;
    --d170: 30px;
    --d166: 30px;
    --d168: 30px;
    --d162: 30px;
    --d164: 30px;
    --d160: 30px;
    --d158: 30px;
    --d155: 30px;
    --d154: 30px;
    --d150: 30px;
    --d147: 30px;
    --d145: 30px;
    --d140: 30px;
    --d138: 30px;
    --d135: 30px;
    --d130: 30px;
    --d128: 30px;
    --d124: 30px;
    --d120: 30px;
    --d118: 30px;
    --d115: 30px;
    --d110: 30px;
    --d105: 30px;
    --d100: 30px;
    --d90: 30px;
    --d88: 30px;
    --d80: 30px;
    --d75: 30px;
    --d72: 30px;
    --d70: 30px;
    --d64: 20px;
    --d50: 20px;
    --d48: 20px;
    --d44: 15px;
    --d42: 15px;
    --d40: 15px;
    --d38: 15px;
    --d36: 15px;
    --d34: 15px;
    --d32: 15px;
    --d30: 15px;
    --d16: 8px;
    --d15: 8px;
    --130: 50px;
    --128: 50px;
    --120: 35px;
    --110: 50px;
    --96: 35px;
    --92: 35px;
    --90: 35px;
    --80: 30px;
    --76: 28px;
    --75: 28px;
    --74: 28px;
    --72: 28px;
    --70: 28px;
    --68: 28px;
    --66: 28px;
    --65: 28px;
    --64: 28px;
    --62: 28px;
    --60: 28px;
    --48: 26px;
    --46: 26px;
    --44: 24px;
    --40: 24px;
    --38: 24px;
    --22: 16px;
    --18: 14px;
    --17: 14px;
    --15: 14px;
  }
}
.boldonse {
  font-family: 'Boldonse', 'Microsoft YaHei UI', sans-serif;
}
.type {
  font-size: var(--18);
  line-height: 1;
  color: #FFA95C;
  margin-bottom: var(--d20);
  font-weight: 700;
}
.title {
  font-size: var(--54);
  line-height: 1.6;
  color: var(--c);
  font-family: 'Boldonse', 'Microsoft YaHei UI', sans-serif;
}
.title2 {
  font-size: var(--36);
  line-height: 1.8;
  color: var(--c);
  font-family: 'Boldonse', 'Microsoft YaHei UI', sans-serif;
}
.text {
  font-size: var(--16);
  line-height: 1.6;
  color: #555555;
}
.text2 {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: var(--16);
  line-height: 1.6;
  color: #555555;
}
@keyframes playan1 {
  0% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
@keyframes playan2 {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(2);
  }
}
@keyframes playan3 {
  0% {
    transform: translate(0%, 0%);
  }
  15% {
    transform: translate(0%, -50%);
  }
  /* 最大上抖 */
  30% {
    transform: translate(0%, 30%);
  }
  /* 下抖，幅度降低 */
  45% {
    transform: translate(0%, -15%);
  }
  /* 上抖，幅度再降 */
  60% {
    transform: translate(0%, 8%);
  }
  /* 下抖，小幅抖动 */
  75% {
    transform: translate(0%, -4%);
  }
  /* 上抖，微幅 */
  90% {
    transform: translate(0%, 2%);
  }
  /* 下抖，极微 */
  100% {
    transform: translate(0%, 0%);
  }
  /* 完全停止 */
}
@keyframes playan4 {
  0% {
    transform: translate(0%, -50%) scale(1);
  }
  50% {
    transform: translate(0%, 50%) scale(1);
  }
  100% {
    transform: translate(0%, -50%) scale(1);
  }
}
.setSlow0 {
  animation: an0 5s ease forwards;
}
@keyframes an0 {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.setSlow2 {
  animation: an2 1s ease forwards;
}
.setSlow1 {
  animation: an1 1s ease forwards;
}
@keyframes an1 {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
.setSlow2 {
  animation: an2 1s ease forwards;
}
@keyframes an2 {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
.setSlow1_1 {
  animation: an1_1 1s ease forwards;
}
@keyframes an1_1 {
  0% {
    opacity: 1;
    transform: translate(0);
  }
  100% {
    transform: translateX(-50px);
    opacity: 0;
  }
}
.setSlow2_2 {
  animation: an2_2 1s ease forwards;
}
@keyframes an2_2 {
  0% {
    opacity: 1;
    transform: translate(0);
  }
  100% {
    transform: translateX(50px);
    opacity: 0;
  }
}
.search-note .search-note-title {
  margin-bottom: var(--d30);
}
.search-note .search-note-text {
  border-radius: 5px;
  padding: var(--d10);
  background-color: var(--c);
  margin-bottom: var(--d30);
  color: #fff;
}
.search-note .hot {
  margin-bottom: var(--d30);
}
.other-banner {
  position: relative;
}
.other-banner .other-img {
  position: relative;
}
.other-banner .other-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.other-banner .other-type {
  font-weight: 700;
  line-height: 1;
  font-size: var(--18);
  text-align: center;
  color: #FFA95C;
  margin-bottom: var(--d20);
}
.other-banner .other-title {
  max-width: 100%;
  margin-bottom: var(--d26);
}
.other-banner .other-title h2 {
  color: #fff;
  line-height: 1.6;
  font-size: var(--46);
  margin-bottom: var(--d26);
  text-align: center;
}
.other-banner .other-text {
  text-align: center;
  font-size: var(--16);
  line-height: 1.6;
  color: #ddd;
}
.other-banner .other-textbox {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 800px;
  max-width: 100%;
  padding: 0 var(--p);
}
.other-banner .other-textbox2 {
  width: 100%;
}
.other-banner .other-textbox2 .other-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  width: 800px;
  max-width: 100%;
}
.other-banner .other-textbox2 .other-title h2 {
  color: var(--c);
}
.other-banner .other-textbox2 .other-text {
  text-align: left;
}
.other-banner .other-textbox2 .other-type {
  text-align: left;
}
.other-banner .other-textbox2 .other-textbox3 {
  position: absolute;
  left: var(--p);
  bottom: var(--d60);
  width: 800px;
  max-width: 100%;
  z-index: 100;
  color: #000;
}
.other-banner .other-up {
  position: absolute;
  bottom: var(--d36);
  left: 50%;
  transform: translate(0, -50%);
  font-size: var(--16);
  cursor: pointer;
}
.other-banner .other-up i {
  animation: playan4 3s linear infinite normal;
  color: #fff;
  display: block;
}
.crbam {
  color: #131415;
  background-color: #F6F6F6;
  padding: var(--d12) 0;
}
.crbam .crbam-list {
  display: inline;
}
.crbam .crbam-list .crbam-list2 {
  display: inline;
}
.crbam .crbam-list .crbam-list2 a {
  display: inline;
  line-height: 1;
}
.crbam .crbam-list .crbam-list2::after {
  content: '/';
}
.crbam .crbam-list .crbam-list2:last-child::after {
  display: none;
}
.crbam .crbam-list .action {
  color: var(--c3);
}
.drop-select {
  position: absolute;
  content: '';
  right: 0;
  top: calc(100%);
  z-index: 2;
  width: 30vw;
  min-width: 400px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  transition: all 0.3s ease;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 991px) {
  .drop-select {
    min-width: 100%;
    width: auto;
    height: 300px;
    overflow: auto;
    padding: 10px;
  }
}
.drop-select li {
  font-size: 16px;
  display: inline-block;
  width: calc(100%/3);
  vertical-align: top;
}
@media (max-width: 991px) {
  .drop-select li {
    width: 100%;
    font-size: 14px;
  }
}
.drop-select li:hover a {
  color: #777777;
}
.drop-select li a {
  display: flex;
  align-items: center;
  padding: 6px;
  font-size: 14px;
}
.drop-select li a:hover {
  background: #eee;
}
.drop-select li a img {
  max-height: 20px;
  display: block;
  margin-right: 10px;
}
.header {
  position: fixed;
  top: 0px;
  z-index: 10000;
  width: 100%;
  transition: all 0.5s;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
.header .header-box0 {
  position: relative;
}
.header .header-box0::after {
  position: absolute;
  width: 36.19792vw;
  left: 0;
  bottom: 0;
  background-color: #FFFFFF;
  opacity: 0.1;
  content: '';
  z-index: 1;
  height: 1px;
}
.header .header-box0::before {
  position: absolute;
  width: 36.19792vw;
  right: 0;
  bottom: 0;
  background-color: #FFFFFF;
  opacity: 0.1;
  content: '';
  z-index: 1;
  height: 1px;
}
.header .header-box0 .header-content0 {
  display: flex;
  justify-content: space-between;
  height: 40px;
}
.header .header-box0 .header-content0 .header-email {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--14);
  line-height: 1;
  color: #fff;
}
.header .header-box0 .header-content0 .header-email span {
  text-decoration: underline;
}
.header .header-box {
  width: 100%;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.header .header-box .header-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  transition: all 0.5s;
  height: 105px;
}
.header .header-left {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.header .header-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}
.header .header-logo .logo {
  width: 190px;
  position: relative;
}
.header .header-logo .logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.header .header-right {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  position: relative;
  z-index: 100;
}
.header .header-search {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  margin-right: var(--d32);
}
.header .header-search .search-con {
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.header .header-search .search-con i {
  font-size: var(--18);
}
.header .header-search .search {
  position: absolute;
  right: 0%;
  bottom: 0;
  transform: translate(0%, 100%) rotateX(-50deg);
  transform-origin: top;
  opacity: 0;
  transition: all 0.5s;
  background-color: #fff;
  width: 20vw;
  min-width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 1px;
  visibility: hidden;
}
.header .header-search .search .search-box {
  width: 100%;
  border: 1px solid var(--c);
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
}
.header .header-search .search .search-box .input-text {
  width: 95%;
  font-size: 14px;
  font-weight: 400;
}
.header .header-search .search .search-box .submit {
  background-color: transparent;
  border: none;
  padding-right: 10px;
}
.header .header-search .open {
  opacity: 1;
  transform: translate(0%, 100%);
  visibility: visible;
}
.header .header-language .header-language3 {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  font-size: var(--14);
  line-height: 1;
  color: #fff;
}
.header .header-language .header-language3 img {
  width: 32px;
  margin-right: 6px;
}
.header .s-nav {
  width: 21px;
  height: 18px;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  display: none;
  z-index: 999;
  margin-left: 10px;
}
.header .s-nav i {
  width: 21px;
  height: 2px;
  background-color: #fff;
  transition: all 0.5s;
}
.header .s-nav-action i {
  background-color: var(--c) !important;
}
.header .s-nav-action i:first-child {
  transform: translateY(8px) rotate(45deg);
}
.header .s-nav-action i:nth-child(2) {
  opacity: 0;
}
.header .s-nav-action i:last-child {
  transform: translateY(-8px) rotate(-45deg);
}
.headeraction {
  box-shadow: -1px 5px 22.5px -7px rgba(21, 21, 21, 0.37);
  background-color: var(--c);
}
.other-header {
  position: sticky;
  top: 0;
  background-color: var(--c);
}
@media (min-width: 1201px) {
  .header-none {
    display: none !important;
  }
  .header-nav {
    display: flex;
    height: 100%;
    width: 100%;
  }
  .header-nav .header-list {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header-nav .header-list .header-list2 {
    transition: all 0.5s;
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: var(--d40);
  }
  .header-nav .header-list .header-list2:last-child {
    margin-right: 0;
  }
  .header-nav .header-list .header-list2:last-child .header-navbox {
    padding: var(--d12) var(--d28);
    border-radius: 50px;
    background-color: #4CAF7F;
    position: relative;
    overflow: hidden;
  }
  .header-nav .header-list .header-list2:last-child .header-navbox:hover::before {
    animation: style1 0.75s;
    z-index: 1;
  }
  .header-nav .header-list .header-list2:last-child .header-navbox::before {
    content: "";
    position: absolute;
    display: block;
    transition: all 0.6s;
    width: 100%;
    height: 0;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    padding-top: 100%;
    transform: translateX(-50%) translateY(-50%);
  }
  @keyframes style1 {
    0% {
      background: rgba(0, 0, 0, 0.25);
      transform: translateX(-50%) translateY(-50%) scale(0);
    }
    100% {
      background: 0 0;
      transform: translateX(-50%) translateY(-50%) scale(1);
    }
  }
  .header-nav .header-list .header-list2:nth-last-child(4) {
    margin-left: auto;
  }
  .header-nav .header-list .header-list2:hover .product-more {
    opacity: 1;
    transform: unset;
    visibility: visible;
  }
  .header-nav .header-list .header-list2:hover .more {
    opacity: 1;
    transform: translate(-50%, 100%);
    visibility: visible;
  }
  .header-nav .header-list .header-list2 .header-list3 {
    font-size: var(--16);
    line-height: 1;
    color: #fff;
    position: relative;
    transition: all 0.5s;
  }
  .header-nav .header-list .header-list2 .header-list3 a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header-nav .header-list .header-list2 .header-list3 a .header-navbox {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header-nav .header-list .header-list2 .header-list3 a .header-navbox i {
    margin-left: 6px;
  }
  .header-nav .header-list .header-list2 .header-list3 a .header-navbox span {
    position: relative;
  }
  .header-nav .header-list .header-list2 .more-button {
    display: none;
  }
  .more {
    transform-origin: top;
    opacity: 0;
    transform: translate(-50%, 100%) rotateX(-50deg);
    visibility: hidden;
    position: absolute;
    bottom: 0;
    left: 50%;
    transition: all 0.5s;
    background-color: #fff;
    box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.15);
    min-width: 100%;
    text-align: left;
  }
  .more a {
    transition: all 0.5s;
  }
  .more a:hover {
    background-color: var(--c) !important;
    color: #fff !important;
  }
  .more .more-1-list {
    display: flex;
    justify-content: stretch;
    flex-direction: column;
  }
  .more .more-1-list .more-1-list2 {
    width: 100%;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #000;
  }
  .more .more-1-list .more-1-list2 .more2 {
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(100%, 0) rotateY(-50deg);
    visibility: hidden;
    transform-origin: left;
    opacity: 0;
    transition: all 0.5s;
    background-color: #fff;
  }
  .more .more-1-list .more-1-list2 .more-1-list2:hover {
    color: var(--c);
  }
  .more .more-1-list .more-1-list2:hover .more2 {
    opacity: 1;
    transform: translate(100%, 0) rotateY(0deg);
    visibility: visible;
  }
  .more .more-1-list .more-1-list2 a {
    padding: 10px 20px;
    white-space: nowrap;
    display: block;
  }
  .product-more {
    transform-origin: top;
    opacity: 0;
    transform: rotateX(-50deg);
    visibility: hidden;
    position: fixed;
    width: 100%;
    top: 145px;
    left: 0;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    padding: var(--d86) 0 var(--d170);
    transition: all 0.5s;
  }
  .product-more .product-more-list .product-more-list2 .product-more-list3:hover .product-more-imgbox .product-more-icon {
    opacity: 1;
  }
  .product-more .product-more-list .product-more-list2 .product-more-list3:hover .product-more-imgbox .img-box img {
    transform: scale(1.1);
  }
  .product-more .product-more-list .product-more-list2 .product-more-list3:hover .product-more-textbox .product-more-title h3 {
    color: var(--c2);
    text-decoration: underline;
  }
  .product-more .product-more-list .product-more-list2 .product-more-list3 .product-more-imgbox {
    position: relative;
    margin-bottom: var(--d18);
  }
  .product-more .product-more-list .product-more-list2 .product-more-list3 .product-more-imgbox .product-more-icon {
    width: var(--r48);
    height: var(--r48);
    border-radius: 50%;
    border: 1px solid var(--c2);
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--c2);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    opacity: 0;
    transition: all 0.5s;
  }
  .product-more .product-more-list .product-more-list2 .product-more-list3 .product-more-imgbox .product-more-icon i {
    font-size: var(--12);
  }
  .product-more .product-more-list .product-more-list2 .product-more-list3 .product-more-imgbox .img-box {
    padding-bottom: calc(230 / 430 * 100%);
  }
  .product-more .product-more-list .product-more-list2 .product-more-list3 .product-more-textbox .product-more-title {
    margin-bottom: var(--d12);
  }
  .product-more .product-more-list .product-more-list2 .product-more-list3 .product-more-textbox .product-more-title h3 {
    font-size: var(--18);
    color: var(--c);
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .product-more .product-more-list .product-more-list2 .product-more-list3 .product-more-textbox .product-more-text {
    font-size: var(--15);
    line-height: 1.4;
    color: #555555;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
@media (max-width: 1200px) {
  .header-none2 {
    display: none !important;
  }
  .header .s-nav {
    display: flex;
  }
  .header-nav {
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 99;
    overflow-y: scroll;
  }
  .header-nav .header-list {
    padding: 0 16px;
    padding-top: 115px;
    width: 100%;
  }
  .header-nav .header-list .header-list2 {
    width: 100%;
    position: relative;
    font-size: 16px;
    color: #001937;
    font-weight: 500;
  }
  .header-nav .header-list .header-list2:first-child .header-list3::before {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #f2f2f2;
    content: '';
    top: 0;
    left: 0;
    opacity: 0.5;
  }
  .header-nav .header-list .header-list2 .header-list3 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid var(--c);
  }
  .header-nav .header-list .header-list2 .header-list3 .more-button {
    display: block;
  }
  .header-nav .header-list .header-list2 .header-list3 a {
    width: calc(100% - 45px);
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    padding: 13px 0;
    padding-left: 26px;
    padding-right: 45px;
    font-size: 14px;
    color: #666;
    font-weight: 600;
  }
  .header-nav .header-list .header-list2 .header-list3 a i {
    display: none;
  }
  .header-nav .header-list .header-list2 .header-list3 .more-button {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header-nav .header-list .header-list2 .more {
    display: none;
  }
  .header-nav .header-list .header-list2 .more .more-1-list .more-1-list2 .more-1-list3 {
    padding: 3px 0 3px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #001937;
    font-weight: 400;
  }
  .header-nav .header-list .header-list2 .more .more-1-list .more-1-list2 .more-1-list3 a {
    width: calc(100% - 45px);
  }
  .header-nav .header-list .header-list2 .more .more-1-list .more-1-list2 .more-1-list3 .more-button2 {
    width: 45px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-self: center;
  }
  .header-nav .header-list .header-list2 .more .more-1-list .more-1-list2 .more2 {
    display: none;
  }
  .header-nav .header-list .header-list2 .more .more-1-list .more-1-list2 .more2 .more-2-list .more-2-list2 .more-2-list3 {
    padding: 4px 0 4px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #001937;
    font-weight: normal;
  }
  .header-nav .header-list .header-list2 .more .more-1-list .more-1-list2 .more2 .more-2-list .more-2-list2 .more-2-list3 a {
    width: 100%;
  }
  .header-nav .header-list .action .header-list3 a {
    color: var(--c);
  }
}
.xs-online {
  border-top: 1px solid #fff;
  width: 100%;
  position: fixed;
  z-index: 9000;
  bottom: 0;
  left: 0;
  background-color: var(--c);
}
.xs-online ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.xs-online ul li {
  width: 20%;
  padding: 10px 0px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.xs-online ul li:hover .xs-wechatBox {
  display: flex;
}
.xs-online ul li .xs-wechatBox {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 150px;
  height: 150px;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.xs-online ul li .xs-wechatBox img {
  width: 90%;
  height: 90%;
  object-fit: cover;
}
.xs-online ul li i {
  font-size: 14px;
  color: #fff;
}
.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: #fff;
  font-size: 12px;
}
.xs-online ul li a .icon-you {
  transform: rotate(-90deg);
}
.online-wrap .online-wrap2 {
  transition: all 0.5s;
  position: fixed;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1100;
  display: inline-flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: column;
}
.online-wrap .online {
  transition: all 0.5s;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  pointer-events: auto;
}
.online-wrap .online a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  margin-bottom: 4px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(1.5px);
}
.online-wrap .online a i {
  font-size: 18px;
  line-height: 1;
  position: relative;
  z-index: 10;
  display: inline-block;
  color: #fff;
  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: #000;
  font-weight: 400;
  font-size: var(--14);
  line-height: calc(20 / 14);
  visibility: hidden;
  white-space: nowrap;
  height: 100%;
}
.online-wrap .online a .show-num .show-img {
  width: 120px;
  height: 120px;
  background-color: #fff;
}
.online-wrap .online a .show-num .show-img,
.online-wrap .online a .show-num span {
  height: 100%;
  background-color: #FFA95C;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 0 6px;
  border-radius: 3px 0 0 3px;
}
.online-wrap .online a .show-num img {
  width: 100px;
  display: block;
  object-fit: cover;
}
.online-wrap .online a:hover {
  background-color: #FFA95C;
}
.online-wrap .online a:hover i {
  color: #fff;
}
.online-wrap .online a:hover .show-num {
  transition: all 0.5s;
  opacity: 1;
  right: calc(100%);
  visibility: visible;
}
.online-wrap .online a:hover .show-num img {
  width: 100%;
  height: 100%;
  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;
  line-height: 1;
  width: 25px;
  height: 25px;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
}
.online-wrap .open:before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.online-wrap .online-icon {
  position: relative;
  line-height: 1;
}
.online-wrap .icon-cart {
  position: relative;
  color: #fff;
}
.online-wrap .icon-cart .cart-num {
  position: absolute;
  right: 0px;
  top: 0px;
  transform: translate(40%, -40%);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #FFA95C;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  z-index: 10;
  font-size: 12px;
}
.online-show {
  right: 0 !important;
}
@media (max-width: 1400px) {
  .online-wrap .online-wrap2 {
    transform: scale(0.8);
    right: 10px;
  }
}
@media (max-width: 768px) {
  .online-wrap .online-wrap2 {
    top: unset;
    right: -101%;
    bottom: 120px;
  }
  .online-wrap .online-btn {
    display: block;
  }
}
.pro {
  position: relative;
}
.top {
  position: absolute;
  top: 0;
  pointer-events: none;
  height: 150px;
  transform: translateY(-100%);
  left: 0;
}
.swiper .swiper-wrapper {
  align-items: stretch;
}
.swiper .swiper-wrapper .swiper-slide {
  height: auto;
}
.index-banner {
  width: 100%;
  position: relative;
}
.index-banner .slide-inner {
  padding-bottom: calc(920 / 1920 * 100%);
  position: relative;
}
.index-banner .swiper-slide {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.index-banner .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-banner .swiper-slide iframe,
.index-banner .swiper-slide .banner-video,
.index-banner .swiper-slide img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-banner .banner-video video {
  object-fit: cover;
}
.index-banner .banner-pagination {
  position: absolute;
  left: 0;
  bottom: var(--d38);
  text-align: center;
  z-index: 10;
  width: 100%;
}
.my-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.my-pagination .swiper-pagination-bullet {
  margin: 0 var(--d10) !important;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 var(--d15);
  border: 0px solid transparent;
  background: rgba(255, 255, 255, 0.2);
  box-sizing: content-box;
  opacity: 1;
}
.my-pagination .swiper-pagination-bullet-active {
  border: 4px solid #000;
  background: var(--c);
}
.con-but {
  display: flex;
}
.con-but .con-but2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.con-but .con-but2:hover .con-butleft {
  background-color: var(--c);
  color: #fff;
}
.con-but .con-but2:hover .con-butright {
  background-color: var(--c);
  color: #fff;
}
.con-but .con-but2:hover .con-butright .con-icon1 {
  transform: translate(-50%, -50%) scale(0);
}
.con-but .con-but2:hover .con-butright .con-icon2 {
  transform: translate(-50%, -50%) scale(1);
}
.con-but .con-but2 .con-butleft {
  transition: all 0.5s;
  padding: 0 var(--d28);
  border: 1px solid #224433;
  border-radius: 50px;
  height: var(--r48);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.con-but .con-but2 .con-butright {
  width: var(--r48);
  height: var(--r48);
  position: relative;
  border-radius: 50%;
  border: 1px solid #224433;
  overflow: hidden;
  transition: all 0.5s;
  background-color: #fff;
}
.con-but .con-but2 .con-butright i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
.con-but .con-but2 .con-butright .con-icon2 {
  transform-origin: top right;
}
.con-but .con-but2 .con-butright .con-icon2 {
  transform: translate(-50%, -50%) scale(0);
  transform-origin: bottom left;
}
.con-iconbut {
  width: var(--r48);
  height: var(--r48);
  position: relative;
  border-radius: 50%;
  border: 1px solid #fff;
  overflow: hidden;
  transition: all 0.5s;
  color: #fff;
}
.con-iconbut:hover {
  background-color: var(--c3);
  color: #fff;
  border-color: var(--c3);
}
.con-iconbut:hover .con-icon1 {
  transform: translate(-50%, -50%) scale(0);
}
.con-iconbut:hover .con-icon2 {
  transform: translate(-50%, -50%) scale(1);
}
.con-iconbut i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
.con-iconbut .con-icon2 {
  transform-origin: top right;
}
.con-iconbut .con-icon2 {
  transform: translate(-50%, -50%) scale(0);
  transform-origin: bottom left;
}
.swiper-but {
  width: var(--r48);
  height: var(--r48);
  min-width: var(--r48);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  border: 1px solid var(--c);
  color: var(--c);
  cursor: pointer;
}
.swiper-but i {
  font-size: var(--18);
}
.swiper-but:hover {
  background-color: var(--c);
  color: #fff;
}
.swiper-butbox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-butbox .swiper-but:first-child {
  margin-right: var(--d10);
}
.fooder {
  padding-top: var(--d88);
  overflow: hidden;
  position: relative;
}
.fooder .fooder-top .fooder-top2 {
  display: flex;
  justify-content: space-between;
  padding-bottom: var(--d124);
  border-bottom: 1px solid #2C5340;
}
.fooder .fooder-top .fooder-top2 .fooder-contitle {
  font-size: var(--20);
  line-height: calc(32 / 20);
  color: #fff;
  margin-bottom: var(--d20);
}
.fooder .fooder-top .fooder-top2 .fooder-search {
  width: 540px;
  max-width: 100%;
}
.fooder .fooder-top .fooder-top2 .fooder-search .search-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--d18) var(--d22);
  border-radius: 50px;
  border: 1px solid #668F79;
}
.fooder .fooder-top .fooder-top2 .fooder-search .search-box .input-text {
  width: calc(100% - var(--18));
  background-color: transparent;
  font-size: var(--14);
  line-height: 1;
  color: #fff;
}
.fooder .fooder-top .fooder-top2 .fooder-search .search-box .input-text::placeholder {
  color: #9CBAAA;
  transition: all 0.5s;
}
.fooder .fooder-top .fooder-top2 .fooder-search .search-box .input-text:focus::placeholder {
  opacity: 0.3;
}
.fooder .fooder-top .fooder-top2 .fooder-search .search-box .submit {
  background-color: transparent;
  width: var(--18);
  height: var(--18);
  color: #9CBAAA;
}
.fooder .fooder-top .fooder-top2 .fooder-search .search-box .submit i {
  font-size: var(--18);
}
.fooder .fooder-top .fooder-top2 .checkbox-box {
  margin-top: var(--d30);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: var(--14);
  color: #9CBAAA;
  line-height: 1.26;
}
.fooder .fooder-top .fooder-top2 .checkbox-box #option1 {
  margin-top: 5px;
  margin-right: var(--d10);
}
.fooder .fooder-top .fooder-top2 .fooder-product-list .fooder-product-list2 {
  color: #9CBAAA;
  font-size: var(--18);
  line-height: calc(38 / 18);
}
.fooder .fooder-top .fooder-top2 .fooder-product-list .fooder-product-list2:hover {
  color: #fff;
  text-decoration: underline;
}
.fooder .fooder-top .fooder-top2 .fooder-mes .fooder-mes2 {
  margin-bottom: var(--d18);
}
.fooder .fooder-top .fooder-top2 .fooder-mes .fooder-mes2:last-child {
  margin-bottom: 0;
}
.fooder .fooder-top .fooder-top2 .fooder-mes .fooder-mes2 .fooder-mes3:hover .fooder-mestext,
.fooder .fooder-top .fooder-top2 .fooder-mes .fooder-mes2 .fooder-mes3:hover .fooder-mestitle {
  color: #fff;
}
.fooder .fooder-top .fooder-top2 .fooder-mes .fooder-mes2 .fooder-mes3:hover .fooder-mestext {
  text-decoration: underline;
}
.fooder .fooder-top .fooder-top2 .fooder-mes .fooder-mes2 .fooder-mes3 .fooder-mestitle {
  font-size: var(--16);
  line-height: 1;
  color: #648071;
  margin-bottom: var(--d8);
  transition: all 0.5s;
}
.fooder .fooder-top .fooder-top2 .fooder-mes .fooder-mes2 .fooder-mes3 .fooder-mestext {
  font-size: var(--18);
  line-height: 1;
  color: #A5B4AC;
  transition: all 0.5s;
}
.fooder .fooder-top .fooder-bom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: var(--d243);
  padding-top: var(--d24);
  color: #82A190;
}
.fooder .fooder-top .fooder-bom a {
  transition: all 0.5s;
}
.fooder .fooder-top .fooder-bom a:hover {
  color: #fff;
}
.fooder .fooder-top .fooder-bom .fooder-copyright p,
.fooder .fooder-top .fooder-bom .fooder-copyright a {
  display: inline;
}
.fooder .fooder-top .fooder-bom .fooder-bomnav span {
  padding: 0 var(--d10);
}
.fooder .fooder-tenda {
  width: 100%;
  font-size: 14.983vw;
  text-align: center;
  color: #2C5340;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 60%);
}
.indexcontent .i-spirits {
  padding-top: var(--d120);
  padding-bottom: var(--d158);
}
.indexcontent .i-spirits .i-spirits-titlebox {
  width: 605px;
  max-width: 100%;
  position: sticky;
  top: 200px;
  margin-left: var(--p);
  z-index: 100;
}
.indexcontent .i-spirits .i-spirits-titlebox .i-spirits-title {
  margin-bottom: var(--d30);
}
.indexcontent .i-spirits .i-spirits-text {
  margin-bottom: var(--d50);
}
.indexcontent .i-choose {
  padding: var(--d105) 0;
}
.indexcontent .i-choose .i-choose-box {
  display: flex;
  justify-content: space-between;
}
.indexcontent .i-choose .i-choose-box .i-choose-left {
  width: calc(900 / 1800 * 100%);
  padding-right: var(--d212);
}
.indexcontent .i-choose .i-choose-box .i-choose-left .i-choose-title {
  margin-bottom: var(--d30);
}
.indexcontent .i-choose .i-choose-box .i-choose-left .i-choose-title .title {
  color: var(--c3);
}
.indexcontent .i-choose .i-choose-box .i-choose-left .i-choose-text {
  color: #fff;
  margin-bottom: var(--d50);
}
.indexcontent .i-choose .i-choose-box .i-choose-right {
  width: calc(900 / 1800 * 100%);
}
.indexcontent .i-choose .i-choose-box .i-choose-right .i-choose-type {
  text-align: right;
  color: #4CAF7F;
  margin-bottom: var(--d250);
}
.indexcontent .i-choose .i-choose-box .i-choose-right .i-choose-img {
  margin-bottom: var(--d40);
}
.indexcontent .i-choose .i-choose-box .i-choose-right .i-choose-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.indexcontent .i-choose .i-choose-box .i-choose-right .i-choose-list .i-choose-list2 {
  margin-bottom: var(--d60);
}
.indexcontent .i-choose .i-choose-box .i-choose-right .i-choose-list .i-choose-list2:last-child {
  margin-bottom: 0;
}
.indexcontent .i-choose .i-choose-box .i-choose-right .i-choose-textbox .i-choose-list-title {
  font-size: var(--20);
  line-height: 1;
  font-family: 'Boldonse', 'Microsoft YaHei UI', sans-serif;
  color: var(--c);
  margin-bottom: var(--d16);
}
.indexcontent .i-choose .i-choose-box .i-choose-right .i-choose-textbox .i-choose-list-text {
  font-size: var(--16);
  line-height: 1;
  color: var(--c3);
}
.indexcontent .i-choose .i-choose-box .i-choose-right .i-choose-list-textbox {
  padding-right: var(--d168);
  margin-top: var(--d36);
}
.indexcontent .i-choose .i-choose-box .i-choose-right .i-choose-list-textbox ul li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: var(--d20);
}
.indexcontent .i-choose .i-choose-box .i-choose-right .i-choose-list-textbox ul li:last-child {
  margin-bottom: 0;
}
.indexcontent .i-choose .i-choose-box .i-choose-right .i-choose-list-textbox ul li .i-choose-listicon {
  margin-top: 6px;
}
.indexcontent .i-choose .i-choose-box .i-choose-right .i-choose-list-textbox ul li .i-choose-listtextbox {
  width: calc(100% - 12px);
  padding-left: var(--d12);
}
.indexcontent .i-choose .i-choose-box .i-choose-right .i-choose-list-textbox ul li .i-choose-listtextbox .i-choose-listtitle {
  font-size: var(--18);
  font-weight: 700;
  margin-bottom: var(--d10);
  color: #000;
}
.indexcontent .i-choose .i-choose-box .i-choose-right .i-choose-list-textbox ul li .i-choose-listtextbox .i-choose-listtext {
  font-size: var(--14);
  line-height: 1.3;
  color: #B7CDC2;
}
.indexcontent .i-selection {
  padding: var(--d140) 0 var(--d100);
  background-color: #F7FCFA;
}
.indexcontent .i-selection .i-selection-type {
  text-align: center;
  margin-bottom: var(--d20);
}
.indexcontent .i-selection .i-selection-title {
  text-align: center;
  margin-bottom: var(--d26);
}
.indexcontent .i-selection .i-selection-text {
  margin-bottom: var(--d80);
}
.indexcontent .i-selection .i-selection-box:hover:hover .con-iconbut {
  background-color: var(--c3);
  color: #fff;
  border-color: var(--c3);
}
.indexcontent .i-selection .i-selection-box:hover:hover .con-iconbut .con-icon1 {
  transform: translate(-50%, -50%) scale(0);
}
.indexcontent .i-selection .i-selection-box:hover:hover .con-iconbut .con-icon2 {
  transform: translate(-50%, -50%) scale(1);
}
.indexcontent .i-selection .i-selection-box .i-selection-imgbox {
  padding-bottom: var(--d60);
  background-color: #fff;
}
.indexcontent .i-selection .i-selection-box .i-selection-imgbox .img-box {
  padding-bottom: calc(390 / 300 * 100%);
}
.indexcontent .i-selection .i-selection-box .i-selection-textbox {
  padding: var(--d30) var(--d20);
  background-color: var(--c2);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: calc(246 / 300 * 100%);
  margin: calc(-1 * var(--d60)) auto 0;
}
.indexcontent .i-selection .i-selection-box .i-selection-textbox .i-selection-type {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 4px var(--d8);
  color: #fff;
  font-size: var(--12);
  line-height: 1;
  transition: all 0.5s;
  margin-bottom: var(--d16);
}
.indexcontent .i-selection .i-selection-box .i-selection-textbox .i-selection-list-title {
  font-size: var(--22);
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #fff;
  margin-bottom: var(--d22);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.indexcontent .i-selection .i-selection-box .i-selection-textbox .i-selection-list-text {
  font-size: var(--14);
  line-height: 1.2;
  color: #B8D6D0;
  margin-bottom: var(--d34);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.indexcontent .i-selection .i-selection-swiper {
  margin-bottom: var(--d60);
}
.indexcontent .i-selection .i-selection-pagination {
  text-align: center;
}
.indexcontent .i-selection .i-selection-pagination .swiper-pagination-bullet {
  margin: 0 var(--d15) !important;
  width: 16px;
  height: 16px;
  position: relative;
  background-color: transparent;
  opacity: 1 !important;
}
.indexcontent .i-selection .i-selection-pagination .swiper-pagination-bullet::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #B7CDC2;
  z-index: 10;
}
.indexcontent .i-selection .i-selection-pagination .swiper-pagination-bullet-active {
  background-color: var(--c3);
}
.indexcontent .i-selection .i-selection-pagination .swiper-pagination-bullet-active::after {
  background-color: #fff;
}
.indexcontent .i-shop {
  position: relative;
  padding-bottom: var(--d160);
}
.indexcontent .i-shop .i-shop-box {
  padding-top: var(--d115);
  padding-bottom: var(--d100);
}
.indexcontent .i-shop .i-shop-box .i-shop-type {
  color: #4CAF7F;
  text-align: center;
  margin-bottom: var(--d20);
}
.indexcontent .i-shop .i-shop-box .i-shop-title {
  text-align: center;
  margin-bottom: var(--d26);
}
.indexcontent .i-shop .i-shop-box .i-shop-title .title {
  color: var(--c3);
}
.indexcontent .i-shop .i-shop-box .i-shop-text {
  margin-bottom: var(--d30);
  color: #fff;
}
.indexcontent .i-shop .i-shop-list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: calc(-1 * var(--d30));
  padding-bottom: var(--d100);
}
.indexcontent .i-shop .i-shop-list .i-shop-list2 {
  margin-right: var(--d30);
  margin-bottom: var(--d30);
}
.indexcontent .i-shop .i-shop-list .i-shop-list2:last-child {
  margin-right: 0;
}
.indexcontent .i-shop .i-shop-list .i-shop-list2 .i-shop-list3 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--16);
  line-height: 1;
  font-weight: 500;
  color: var(--c3);
}
.indexcontent .i-shop .i-shop-list .i-shop-list2 .i-shop-list3 .i-choose-listicon {
  margin-right: var(--d10);
}
.indexcontent .i-shop .i-shop-formbox {
  position: relative;
  z-index: 10;
}
.indexcontent .i-shop .i-shop-formbox .i-shop-formbox2 {
  width: 1370px;
  max-width: 100%;
  margin: 0 auto;
  background: #FFF;
  box-shadow: 0 8px 20px 0 rgba(34, 68, 51, 0.1);
  padding: var(--d80) var(--d75);
}
.indexcontent .i-shop .i-shop-formbox .i-shop-formbox2 .i-shop-formtitle {
  font-size: var(--26);
  line-height: 1.6;
  color: #224433;
  margin-bottom: var(--d20);
  font-family: 'Boldonse', 'Microsoft YaHei UI', sans-serif;
  text-align: center;
}
.indexcontent .i-shop .i-shop-formbox .i-shop-formbox2 .i-shop-formtext {
  margin-bottom: var(--d70);
}
.indexcontent .i-shop .i-shop-formbox .i-shop-formbox2 .i-shop-form {
  position: relative;
  z-index: 10;
}
.indexcontent .i-shop .i-shop-formbox .i-shop-formbox2 .i-shop-form .i-shop-conbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.indexcontent .i-shop .i-shop-formbox .i-shop-formbox2 .i-shop-form .i-shop-conbox .i-shop-formlist {
  width: calc(100% - var(--r50));
  margin-bottom: calc(-1 * var(--d20));
}
.indexcontent .i-shop .i-shop-formbox .i-shop-formbox2 .i-shop-form .i-shop-conbox .i-shop-formlist li {
  margin-bottom: var(--d20);
}
.indexcontent .i-shop .i-shop-formbox .i-shop-formbox2 .i-shop-form .i-shop-conbox .i-shop-formlist li .input-box {
  background-color: #F7FCFA;
  width: 100%;
  border: 1px solid #DDE7E2;
  padding: var(--d18) var(--d20);
  color: #888F8C;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: var(--14);
  line-height: 1;
}
.indexcontent .i-shop .i-shop-formbox .i-shop-formbox2 .i-shop-form .i-shop-conbox .select-box {
  position: relative;
}
.indexcontent .i-shop .i-shop-formbox .i-shop-formbox2 .i-shop-form .i-shop-conbox .select-box i {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #666;
  font-size: 14px;
}
.indexcontent .i-shop .i-shop-formbox .i-shop-formbox2 .i-shop-form .i-shop-conbox .submit {
  background-color: transparent;
}
.indexcontent .i-shop .i-shop-formbox .i-shop-formbox2 .i-shop-form .i-shop-conbox .submit .con-iconbut {
  width: var(--r50);
  height: var(--r50);
  background-color: #224433;
}
.indexcontent .i-success {
  padding-bottom: var(--d120);
}
.indexcontent .i-success .i-success-type {
  text-align: center;
  margin-bottom: var(--d20);
}
.indexcontent .i-success .i-success-title {
  text-align: center;
  margin-bottom: var(--d26);
}
.indexcontent .i-success .i-success-text {
  text-align: center;
  width: 605px;
  max-width: 100%;
  margin: 0 auto var(--d80);
  color: #555555;
}
.indexcontent .i-success .i-success-list {
  --bs-gutter-x: 0;
  margin-bottom: calc(-1 * var(--d30));
}
.indexcontent .i-success .i-success-list .i-success-list2 {
  margin-bottom: var(--d30);
}
.indexcontent .i-success .i-success-list .i-success-list2 .i-success-list3 {
  display: flex;
  justify-content: center;
}
.indexcontent .i-success .i-success-list .i-success-list2 .i-success-list3 .i-success-img {
  width: calc(450 / 900 * 100%);
  position: relative;
  overflow: hidden;
}
.indexcontent .i-success .i-success-list .i-success-list2 .i-success-list3 .i-success-img:hover img {
  transform: scale(1.1);
}
.indexcontent .i-success .i-success-list .i-success-list2 .i-success-list3 .i-success-img .video-icon {
  width: var(--r100);
  height: var(--r100);
  border-radius: 50%;
  fill: rgba(255, 255, 255, 0.2);
  stroke-width: 1px;
  stroke: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}
.indexcontent .i-success .i-success-list .i-success-list2 .i-success-list3 .i-success-img .video-icon i {
  font-size: var(--64);
  color: #fff;
}
.indexcontent .i-success .i-success-list .i-success-list2 .i-success-list3 .i-success-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.indexcontent .i-success .i-success-list .i-success-list2 .i-success-list3 .i-success-textbox {
  width: calc(450 / 900 * 100%);
  padding: var(--d50) var(--d90) var(--d50) var(--d45);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  border: 1px solid #F4F6F5;
}
.indexcontent .i-success .i-success-list .i-success-list2 .i-success-list3 .i-success-textbox .i-success-icon {
  width: var(--20);
  margin-bottom: var(--d30);
}
.indexcontent .i-success .i-success-list .i-success-list2 .i-success-list3 .i-success-textbox .i-success-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.indexcontent .i-success .i-success-list .i-success-list2 .i-success-list3 .i-success-textbox .i-success-listtext {
  font-size: var(--16);
  line-height: 1.4;
  color: #555555;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.indexcontent .i-success .i-success-list .i-success-list2 .i-success-list3 .i-success-textbox .i-success-listtitle {
  font-size: var(--20);
  line-height: 1.6;
  color: #224433;
  font-family: 'Boldonse', 'Microsoft YaHei UI', sans-serif;
  margin-bottom: var(--d20);
}
.indexcontent .i-success .i-success-list .i-success-list2 .i-success-list3 .i-success-textbox .i-success-listtype {
  font-size: var(--16);
  line-height: 1;
  color: var(--c3);
}
.indexcontent .i-experience {
  padding: var(--d110) 0 var(--d90);
}
.indexcontent .i-experience .i-experience-type {
  text-align: center;
}
.indexcontent .i-experience .i-experience-title {
  text-align: center;
  margin-bottom: var(--d90);
}
.indexcontent .i-experience .i-experience-img {
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
}
.indexcontent .i-experience .i-experience-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.indexcontent .i-experience .i-experience-listbox {
  width: 1360px;
  max-width: 100%;
  margin: 0 auto;
}
.indexcontent .i-experience .i-experience-listbox .i-experience-list {
  --bs-gutter-x: var(--g120);
  margin-bottom: calc(-1 * var(--d30));
}
.indexcontent .i-experience .i-experience-listbox .i-experience-list .i-experience-list2 {
  margin-bottom: var(--d30);
}
.indexcontent .i-experience .i-experience-listbox .i-experience-list .i-experience-list2:first-child {
  position: relative;
  top: calc(-1 * var(--d100));
}
.indexcontent .i-experience .i-experience-listbox .i-experience-list .i-experience-list2:last-child {
  position: relative;
  top: calc(-1 * var(--d100));
}
.indexcontent .i-experience .i-experience-listbox .i-experience-list .i-experience-list2 .i-experience-list3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  color: #224433;
}
.indexcontent .i-experience .i-experience-listbox .i-experience-list .i-experience-list2 .i-experience-list3:hover .i-experience-icon {
  animation: playan3 1s linear forwards;
}
.indexcontent .i-experience .i-experience-listbox .i-experience-list .i-experience-list2 .i-experience-list3 .i-experience-icon {
  width: var(--30);
  margin-bottom: var(--d40);
}
.indexcontent .i-experience .i-experience-listbox .i-experience-list .i-experience-list2 .i-experience-list3 .i-experience-icon i {
  font-size: var(--30);
}
.indexcontent .i-experience .i-experience-listbox .i-experience-list .i-experience-list2 .i-experience-list3 .i-experience-title {
  margin-bottom: var(--d10);
}
.indexcontent .i-experience .i-experience-listbox .i-experience-list .i-experience-list2 .i-experience-list3 .i-experience-title h3 {
  text-align: center;
  font-size: var(--22);
  font-weight: 700;
}
.indexcontent .i-experience .i-experience-listbox .i-experience-list .i-experience-list2 .i-experience-list3 .i-experience-text {
  font-size: var(--16);
  line-height: 1.3;
  text-align: center;
  margin-bottom: var(--d16);
  color: #555555;
}
.indexcontent .i-experience .i-experience-listbox .i-experience-list .i-experience-list2 .i-experience-list3 .i-experience-type {
  font-size: var(--14);
  color: #FFA95C;
}
.indexcontent .i-news {
  padding: var(--d120) 0;
}
.indexcontent .i-news .i-news-type {
  text-align: center;
  margin-bottom: var(--d20);
}
.indexcontent .i-news .i-news-title {
  margin-bottom: var(--d26);
  text-align: center;
}
.indexcontent .i-news .i-news-text {
  margin-bottom: var(--d80);
}
.indexcontent .i-news .i-news-swiper {
  margin-bottom: var(--d80);
}
.indexcontent .i-news .con-but {
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-box:hover .img-box img {
  transform: scale(1.1);
}
.news-box:hover .news-swtitle h3 {
  text-decoration: underline;
}
.news-box .news-imgbox .img-box {
  padding-bottom: calc(230 / 405 * 100%);
}
.news-box .news-textbox {
  padding-top: var(--d20);
}
.news-box .news-textbox .news-date {
  font-size: var(--16);
  color: #A5B4AC;
  line-height: 1;
  margin-bottom: var(--d24);
}
.news-box .news-textbox .news-swtitle {
  width: 370px;
  max-width: 100%;
}
.news-box .news-textbox .news-swtitle h3 {
  font-size: var(--20);
  line-height: calc(24 / 20);
  color: #224433;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: 700;
}
.news-box .i-news-swiper {
  margin-bottom: var(--d80);
}
.i-choose-listicon {
  width: 12px;
  height: 12px;
  min-width: 12px;
  background-color: var(--c);
  position: relative;
  border-radius: 50%;
}
.i-choose-listicon::after {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--c3);
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#pinContainer {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: flex-end;
}
#pinContainer .i-spirits-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}
#pinContainer .i-spirits-box .i-spirits-box2 {
  width: 6.82292vw;
}
#pinContainer .i-spirits-box .i-spirits-box2 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
#pinContainer .i-spirits-box .i-spirits-box2 .action {
  opacity: 1;
  position: relative;
}
#pinContainer .i-spirits-box .i-spirits-textimg {
  position: absolute;
  top: 0;
  right: 0;
  width: 13.90625vw;
  transform: translate(100%, 0);
  z-index: 100;
}
#pinContainer .i-spirits-box .i-spirits-textimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#pinContainer .panel-box {
  width: 50vw;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
#pinContainer .panel-box .panel {
  overflow: hidden;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 2.60417vw;
}
.i-makes-list {
  display: flex;
  justify-content: flex-start;
  background-position: bottom center;
}
.i-makes-list .i-makes-list2 .i-makes-list3 {
  width: 9.58333vw;
  margin-right: 3.125vw;
}
.i-makes-list .i-makes-list2 .i-makes-list3 .img-box {
  padding-bottom: calc(110 / 160 * 100%);
}
.i-makes-list .i-makes-list2 .i-makes-list3 .i-makes-img {
  margin-bottom: var(--d36);
}
.i-makes-list .i-makes-list2 .i-makes-list3 .i-makes-title {
  text-align: center;
  font-size: var(--14);
  line-height: calc(20 / 14);
  color: #224433;
  font-weight: 700;
}
.closurescontent .stoppers {
  padding: var(--d120) 0;
}
.closurescontent .stoppers .stoppers-title {
  text-align: center;
  margin-bottom: var(--d26);
}
.closurescontent .stoppers .stoppers-text {
  margin-bottom: var(--d80);
}
.closurescontent .stoppers .stoppers-box {
  display: flex;
  justify-content: space-between;
}
.closurescontent .stoppers .stoppers-box .stoppers-box2 {
  width: calc(332 / 1800 * 100%);
}
.closurescontent .stoppers .stoppers-box .stoppers-box2 .stoppers-left {
  width: 100%;
  height: 100%;
  padding: var(--d130) var(--d48);
  display: none;
}
.closurescontent .stoppers .stoppers-box .stoppers-box2 .stoppers-left .stoppers-conbox {
  padding: var(--d40) var(--d86) var(--d40) var(--d30);
}
.closurescontent .stoppers .stoppers-box .stoppers-box2 .stoppers-left .stoppers-conbox .stoppers-contitle {
  font-size: var(--30);
  line-height: 1.1;
  font-weight: 500;
  margin-bottom: var(--d14);
  color: #224433;
}
.closurescontent .stoppers .stoppers-box .stoppers-box2 .stoppers-left .stoppers-conbox .stoppers-context {
  font-size: var(--16);
  line-height: 1.5;
  color: #555555;
  margin-bottom: var(--d78);
}
.closurescontent .stoppers .stoppers-box .stoppers-box2 .stoppers-left .stoppers-conbox .stoppers-contype {
  font-size: var(--16);
  line-height: 1.1;
  color: var(--c3);
  font-weight: 400;
}
.closurescontent .stoppers .stoppers-box .stoppers-box2 .stoppers-conbox2 {
  width: 100%;
  height: 100%;
  border: 1px solid #F4F6F5;
  padding: var(--d56) var(--d66) var(--d30) var(--d30);
  justify-content: space-between;
  flex-direction: column;
  display: flex;
}
.closurescontent .stoppers .stoppers-box .stoppers-box2 .stoppers-conbox2 .stoppers-list-title {
  margin-bottom: var(--d30);
}
.closurescontent .stoppers .stoppers-box .stoppers-box2 .stoppers-conbox2 .stoppers-list-title h2 {
  font-size: var(--30);
  line-height: 1.1;
  color: #224433;
  letter-spacing: -0.03em;
}
.closurescontent .stoppers .stoppers-box .stoppers-box2 .stoppers-conbox2 .stoppers-list-img {
  margin-bottom: var(--d30);
}
.closurescontent .stoppers .stoppers-box .stoppers-box2 .stoppers-conbox2 .stoppers-list-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.closurescontent .stoppers .stoppers-box .stoppers-box2 .stoppers-conbox2 .stoppers-list-text {
  font-size: var(--16);
  line-height: 1.5;
  color: #555555;
}
.closurescontent .stoppers .stoppers-box .action {
  width: calc(744 / 1800 * 100%);
}
.closurescontent .stoppers .stoppers-box .action .stoppers-left {
  display: flex;
}
.closurescontent .stoppers .stoppers-box .action .stoppers-conbox2 {
  display: none;
}
.closurescontent .guala {
  padding: var(--d110) 0;
  position: relative;
}
.closurescontent .guala .guala-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.closurescontent .guala .guala-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.closurescontent .guala .guala-title {
  margin-bottom: var(--d26);
}
.closurescontent .guala .guala-text {
  text-align: left;
  margin: 0;
  margin-bottom: var(--d80);
}
.closurescontent .guala .guala-box {
  display: flex;
  align-items: center;
}
.closurescontent .guala .guala-box .guala-left {
  width: calc(1035 / 1800 * 100%);
  padding-right: var(--d150);
}
.closurescontent .guala .guala-box .guala-right {
  width: calc(765 / 1800 * 100%);
}
.closurescontent .guala .guala-box .guala-right .img-box {
  padding-bottom: calc(550 / 765 * 100%);
}
.closurescontent .ropp {
  padding-top: var(--d120);
}
.closurescontent .ropp .ropp-box {
  display: flex;
  justify-content: space-between;
}
.closurescontent .ropp .ropp-box .ropp-left {
  width: calc(775 / 1800 * 100%);
  padding-right: var(--d95);
  position: relative;
}
.closurescontent .ropp .ropp-box .ropp-left .img-box {
  padding-bottom: calc(900 / 680 * 100%);
}
.closurescontent .ropp .ropp-box .ropp-left .ropp-img-textbox {
  padding: var(--d50) var(--d75) var(--d145) var(--d32);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 10;
  width: 266px;
}
.closurescontent .ropp .ropp-box .ropp-left .ropp-img-textbox .ropp-img-title {
  font-size: var(--24);
  line-height: 1.6;
  color: #FFF;
  margin-bottom: var(--d20);
}
.closurescontent .ropp .ropp-box .ropp-left .ropp-img-textbox .ropp-img-text {
  font-size: var(--16);
  line-height: 1.3;
  color: #fff;
}
.closurescontent .ropp .ropp-box .ropp-right {
  width: calc(1025 / 1800 * 100%);
  padding-left: var(--d140);
  padding-top: var(--d80);
}
.closurescontent .ropp .ropp-box .ropp-right .ropp-title {
  width: 560px;
  max-width: 100%;
  margin-bottom: var(--d26);
}
.closurescontent .ropp .ropp-box .ropp-right .ropp-text {
  text-align: left;
  margin: 0;
  margin-bottom: var(--d90);
}
.closurescontent .ropp .ropp-box .ropp-right .ropp-textbox .ropp-text-title {
  font-size: var(--24);
  line-height: 1.6;
  color: var(--c);
  padding-bottom: var(--d30);
  margin-bottom: var(--d60);
  border-bottom: 1px solid #CDD8D2;
}
.closurescontent .ropp .ropp-box .ropp-right .ropp-textbox .ropp-list .ropp-list2 {
  margin-bottom: var(--d40);
}
.closurescontent .ropp .ropp-box .ropp-right .ropp-textbox .ropp-list .ropp-list2:last-child {
  margin-bottom: 0;
}
.closurescontent .ropp .ropp-box .ropp-right .ropp-textbox .ropp-list .ropp-list2 .ropp-list3 {
  display: flex;
  justify-content: space-between;
}
.closurescontent .ropp .ropp-box .ropp-right .ropp-textbox .ropp-list .ropp-list2 .ropp-list3:hover .ropp-num {
  background-color: var(--c);
  color: #fff;
}
.closurescontent .ropp .ropp-box .ropp-right .ropp-textbox .ropp-list .ropp-list2 .ropp-list3 .ropp-num {
  transition: all 0.5s;
  width: var(--r60);
  height: var(--r60);
  margin-top: 3px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--c);
  color: var(--c);
}
.closurescontent .ropp .ropp-box .ropp-right .ropp-textbox .ropp-list .ropp-list2 .ropp-list3 .ropp-list-textbox {
  width: calc(100% - var(--r60));
  padding-left: var(--d40);
  color: var(--c);
}
.closurescontent .ropp .ropp-box .ropp-right .ropp-textbox .ropp-list .ropp-list2 .ropp-list3 .ropp-list-textbox .ropp-list-title {
  margin-bottom: var(--d20);
}
.closurescontent .ropp .ropp-box .ropp-right .ropp-textbox .ropp-list .ropp-list2 .ropp-list3 .ropp-list-textbox .ropp-list-title h3 {
  font-size: var(--26);
  line-height: 1;
  font-weight: 700;
}
.closurescontent .ropp .ropp-box .ropp-right .ropp-textbox .ropp-list .ropp-list2 .ropp-list3 .ropp-list-textbox .ropp-list-text {
  font-size: var(--16);
  line-height: 1.4;
}
.closurescontent .tamper {
  padding-top: var(--d140);
  padding-bottom: var(--d140);
  position: relative;
  overflow: hidden;
}
.closurescontent .tamper .tamper_bg {
  position: absolute;
  width: 37.23958vw;
  height: 15vw;
  right: -10%;
  top: 0;
  background: rgba(255, 169, 92, 0.15);
  filter: blur(125px);
  transform: rotate(-20.92deg);
  pointer-events: none;
}
.closurescontent .tamper .tamper_bg2 {
  position: absolute;
  width: 37.23958vw;
  height: 15vw;
  left: -10%;
  bottom: 0;
  background: rgba(217, 243, 231, 0.5);
  filter: blur(125px);
  transform: rotate(-20.92deg);
  pointer-events: none;
}
.closurescontent .tamper .tamper-box {
  display: flex;
  justify-content: space-between;
}
.closurescontent .tamper .tamper-box .tamper-left {
  width: calc(915 / 1800 * 100%);
  padding-right: var(--d240);
}
.closurescontent .tamper .tamper-box .tamper-left .tamper-title {
  margin-bottom: var(--d30);
}
.closurescontent .tamper .tamper-box .tamper-left .tamper-title2 {
  font-size: var(--22);
  line-height: 1;
  letter-spacing: -0.03em;
  font-weight: 700;
  margin-bottom: var(--d40);
}
.closurescontent .tamper .tamper-box .tamper-left .tamper-text {
  width: 597px;
  max-width: 100%;
}
.closurescontent .tamper .tamper-box .tamper-left .tamper-img {
  width: 100%;
}
.closurescontent .tamper .tamper-box .tamper-left .tamper-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.closurescontent .tamper .tamper-box .tamper-right {
  width: calc(885 / 1800 * 100%);
}
.closurescontent .guarantee {
  padding-top: var(--d120);
  padding-bottom: var(--d180);
}
.closurescontent .guarantee .guarantee-textbox {
  width: 709px;
  max-width: 100%;
  margin-right: var(--d176);
  margin-left: auto;
}
.closurescontent .guarantee .guarantee-textbox .guarantee-title {
  margin-bottom: var(--d30);
}
.closurescontent .guarantee .guarantee-textbox .guarantee-title .title {
  color: #fff;
}
.closurescontent .guarantee .guarantee-textbox .guarantee-text {
  font-size: var(--16);
  line-height: 1.6;
  color: #fff;
  margin-bottom: var(--d70);
}
.closurescontent .guarantee .guarantee-textbox .guarantee-text span {
  color: var(--c);
}
.closurescontent .guarantee .guarantee-textbox .guarantee-butbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.closurescontent .guarantee .guarantee-textbox .guarantee-butbox .con-but {
  margin-right: var(--d20);
}
.closurescontent .guarantee .guarantee-textbox .guarantee-butbox .con-but:last-child {
  margin-top: 0;
}
.closurescontent .join-list {
  margin: 0 auto;
  position: relative;
}
.closurescontent .join-list .join-list2 {
  position: relative;
  margin-bottom: var(--d50);
  padding-bottom: var(--d50);
}
.closurescontent .join-list .join-list2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0px;
  border-bottom: 1px dashed #CDD8D2;
  z-index: 1;
}
.closurescontent .join-list .join-list2:last-child {
  margin-bottom: 0;
}
.closurescontent .join-list .join-list2 .join-list3 .join-titlebox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  position: relative;
  transition: all 0.5s;
}
.closurescontent .join-list .join-list2 .join-list3 .join-titlebox:hover .join-list-title p {
  color: var(--c3) !important;
}
.closurescontent .join-list .join-list2 .join-list3 .join-titlebox:hover .join-mes .join-icon {
  color: var(--c3) !important;
}
.closurescontent .join-list .join-list2 .join-list3 .join-titlebox .join-list-title {
  width: calc(100% - 20px);
  position: relative;
  transition: all 0.5s;
  display: flex;
}
.closurescontent .join-list .join-list2 .join-list3 .join-titlebox .join-list-title span {
  white-space: nowrap;
  margin-right: var(--d46);
  display: block;
  font-size: var(--16);
  line-height: 1;
  color: var(--c);
  margin-top: 5px;
}
.closurescontent .join-list .join-list2 .join-list3 .join-titlebox .join-list-title p {
  font-size: var(--26);
  line-height: 1;
  letter-spacing: -0.03em;
  color: #224433;
  transition: all 0.5s;
}
.closurescontent .join-list .join-list2 .join-list3 .join-titlebox .join-list-title .join-list-type {
  margin-top: var(--d14);
  font-size: var(--16);
  font-weight: 500;
  color: var(--c) !important;
}
.closurescontent .join-list .join-list2 .join-list3 .join-titlebox .join-mes .join-icon {
  width: 16px;
  height: 16px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #224433;
  transition: all 0.5s;
}
.closurescontent .join-list .join-list2 .join-list3 .join-titlebox .join-mes .join-icon i {
  font-size: var(--16);
}
.closurescontent .join-list .join-list2 .join-list3 .join-textbox {
  display: none;
  padding-top: var(--d26);
  padding-left: calc(var(--d46) + 29px);
  padding-right: var(--d110);
  line-height: 1.4;
  font-size: var(--16);
}
.closurescontent .join-list .open .join-titlebox .join-list-title p {
  color: var(--c3) !important;
}
.closurescontent .join-list .open .join-list3 .join-titlebox .join-mes .join-icon {
  color: var(--c3) !important;
}
.productcontent .product-conbox {
  display: flex;
  justify-content: space-between;
}
.productcontent .product-conbox .product-left {
  width: calc(460 / 1920 * 100%);
  padding-top: var(--d100);
  padding-bottom: var(--d120);
}
.productcontent .product-conbox .product-left .product-titlebox {
  position: relative;
}
.productcontent .product-conbox .product-left .product-titlebox .product-clear {
  position: absolute;
  cursor: pointer;
  right: var(--d30);
  top: 0;
  transform: translate(0, -100%);
  font-size: var(--16);
  line-height: 1;
  color: #B9C0BD;
  margin-right: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.productcontent .product-conbox .product-left .product-titlebox .product-clear:hover {
  color: var(--c);
}
.productcontent .product-conbox .product-left .product-titlebox .product-clear i {
  font-size: 10px;
  margin-left: 6px;
}
.productcontent .product-conbox .product-left .product-title {
  padding-left: var(--p);
  border-bottom: 1px solid var(--c);
  margin-bottom: var(--d44);
}
.productcontent .product-conbox .product-left .product-title h2 {
  font-size: var(--24);
  line-height: 1.6;
  margin-bottom: var(--d22);
}
.productcontent .product-conbox .product-left .product-nav {
  padding-left: var(--p);
}
.productcontent .product-conbox .product-left .product-nav .product-nav2 {
  margin-bottom: var(--d40);
}
.productcontent .product-conbox .product-left .product-nav .product-nav2:last-child {
  margin-bottom: 0;
}
.productcontent .product-conbox .product-left .product-nav .product-nav2 .product-nav3 .product-nav-title {
  font-size: var(--18);
  line-height: 1;
  font-weight: 500;
  margin-bottom: var(--d26);
  color: var(--c);
}
.productcontent .product-conbox .product-left .product-nav .product-nav2 .product-nav3 .product-select .product-select2 {
  margin-bottom: var(--d18);
}
.productcontent .product-conbox .product-left .product-nav .product-nav2 .product-nav3 .product-select .product-select2:last-child {
  margin-bottom: 0;
}
.productcontent .product-conbox .product-left .product-nav .product-nav2 .product-nav3 .product-select .product-select2 .product-select3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: var(--16);
  line-height: 1;
  cursor: pointer;
}
.productcontent .product-conbox .product-left .product-nav .product-nav2 .product-nav3 .product-select .product-select2 .product-select3 .product-selectcon {
  width: 18px;
  height: 18px;
  background-color: #E6EFEB;
  border-radius: 50%;
  position: relative;
  margin-right: var(--d12);
}
.productcontent .product-conbox .product-left .product-nav .product-nav2 .product-nav3 .product-select .product-select2 .product-select3 .product-selectcon::after {
  width: calc(8 / 18 * 100%);
  height: calc(8 / 18 * 100%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  background-color: #E6EFEB;
  border-radius: 50%;
}
.productcontent .product-conbox .product-left .product-nav .product-nav2 .product-nav3 .product-select .action .product-select3 {
  color: var(--c3);
}
.productcontent .product-conbox .product-left .product-nav .product-nav2 .product-nav3 .product-select .action .product-select3 .product-selectcon {
  background-color: var(--c3);
}
.productcontent .product-conbox .product-left .product-nav .product-nav2 .product-nav3 .product-select .action .product-select3 .product-selectcon::after {
  background-color: #fff;
}
.productcontent .product-conbox .product-right {
  width: calc(1460 / 1920 * 100%);
  padding-right: var(--p);
  padding-left: var(--d100);
  padding-top: var(--d100);
  padding-bottom: var(--d120);
  border-left: 1px solid var(--c);
}
.productcontent .product-conbox .product-right .product-contextbox {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: var(--d70);
}
.productcontent .product-conbox .product-right .product-contextbox .product-contextbox2 {
  width: calc(100% - 256px);
}
.productcontent .product-conbox .product-right .product-contextbox .product-contextbox2 .product-contitle {
  margin-bottom: var(--d18);
}
.productcontent .product-conbox .product-right .product-contextbox .product-contextbox2 .product-contitle h2 {
  font-size: var(--36);
  line-height: 1;
  color: var(--c);
  font-weight: 700;
}
.productcontent .product-conbox .product-right .product-contextbox .product-contextbox2 .product-context {
  font-size: var(--16);
  line-height: 1;
}
.productcontent .product-conbox .product-right .product-contextbox .product-select {
  width: 256px;
  padding-bottom: var(--d12);
  border-bottom: 1px dashed rgba(34, 68, 51, 0.2);
}
.productcontent .product-conbox .product-right .product-contextbox .product-select .select-box {
  position: relative;
}
.productcontent .product-conbox .product-right .product-contextbox .product-select .select-box .input-box {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: var(--16);
  font-weight: 500;
  color: var(--c);
  line-height: 1;
}
.productcontent .product-conbox .product-right .product-contextbox .product-select .select-box i {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #666;
  font-size: 14px;
}
.productcontent .product-conbox .product-right .product-list {
  --bs-gutter-x: var(--g70);
  margin-bottom: calc(-1 * var(--d70));
  padding-bottom: var(--d80);
}
.productcontent .product-conbox .product-right .product-list .product-list2 {
  margin-bottom: var(--d70);
}
.product-box {
  position: relative;
}
.product-box:hover .product-imgbox .product-list-text {
  opacity: 1;
}
.product-box:hover .product-cart {
  opacity: 1;
}
.product-box .product-cart {
  position: absolute;
  width: var(--r46);
  height: var(--r46);
  border-radius: 50%;
  top: var(--d14);
  right: var(--d14);
  background-color: var(--c3);
  z-index: 100;
  opacity: 0;
  transition: all 0.5s;
}
.product-box .product-cart a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-box .product-cart a i {
  font-size: var(--18);
  color: #fff;
}
.product-box .product-imgbox {
  position: relative;
}
.product-box .product-imgbox .img-box {
  padding-bottom: calc(390 / 300 * 100%);
}
.product-box .product-imgbox .product-list-text {
  background-image: url('../img/product_bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-position: top center;
  padding: var(--d20);
  opacity: 0;
  transition: all 0.5s;
}
.product-box .product-imgbox .product-list-text .product-text-list .product-text-list2 {
  margin-bottom: var(--d10);
  padding-bottom: var(--d10);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.12);
}
.product-box .product-imgbox .product-list-text .product-text-list .product-text-list2 .product-text-list3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: var(--14);
  line-height: 1;
  color: #fff;
}
.product-box .product-imgbox .product-list-text .product-text-list .product-text-list2 .product-text-list3 .product-text-title {
  width: 50%;
}
.product-box .product-imgbox .product-list-text .product-text-list .product-text-list2 .product-text-list3 .product-text-text {
  width: 50%;
  text-align: right;
}
.product-box .product-textbox {
  padding-top: var(--d26);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-box .product-textbox .product-list-title h2 {
  font-size: var(--26);
  line-height: 1;
  color: var(--c);
}
.product-box .product-textbox .product-list-good {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--16);
  line-height: 1;
  color: #9CBAAA;
}
.product-box .product-textbox .product-list-good i {
  margin-right: 6px;
}
.product-box .product-textbox .action {
  color: var(--c3);
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  left: 100%;
  transform: translateX(-100%);
}
.pagination .pagination-page {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .pagination-page a,
.pagination .prev a,
.pagination .next a {
  width: var(--r48);
  height: var(--r48);
  border-radius: 50%;
  transition: all 0.5s;
  cursor: pointer;
  line-height: 1;
  color: #B1A7A7;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: 1px solid #224433;
  font-size: var(--16);
}
.pagination .pagination-page a span,
.pagination .prev a span,
.pagination .next a span,
.pagination .pagination-page a i,
.pagination .prev a i,
.pagination .next a i {
  color: #224433;
  position: relative;
  z-index: 10;
}
.pagination .pagination-page a i,
.pagination .prev a i,
.pagination .next a i {
  font-size: var(--16);
}
.pagination .pagination-page a:hover,
.pagination .prev a:hover,
.pagination .next a:hover {
  background-color: var(--c3);
  border-color: var(--c3);
}
.pagination .pagination-page a:hover span,
.pagination .prev a:hover span,
.pagination .next a:hover span,
.pagination .pagination-page a:hover i,
.pagination .prev a:hover i,
.pagination .next a:hover i {
  color: #fff;
}
.pagination .pagination-page {
  margin: 0 6px;
}
.pagination li {
  margin-right: 6px;
}
.pagination li:last-child {
  margin-right: 0;
}
.pagination .active a {
  background-color: var(--c3);
  border-color: var(--c3);
}
.pagination .active a span,
.pagination .active a i {
  color: #fff;
}
.productdetails {
  background-color: #F7FCFA;
}
.productdetails .product-details {
  padding: var(--d100) 0;
  padding-left: var(--p);
  padding-right: var(--p2);
}
.details-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.details-content .img-box {
  padding-bottom: calc(780 / 600 * 100%);
}
.details-content .details-left {
  width: calc(705 / 1800 * 100%);
}
.details-content .details-left .details-swbut {
  position: absolute;
  top: 50%;
  z-index: 10;
  opacity: 0;
  transition: all 0.5s;
}
.details-content .details-left .details-prev {
  left: var(--d10);
  transform: translate(0, -50%);
}
.details-content .details-left .details-next {
  right: var(--d10);
  transform: translate(0, -50%);
}
.details-content .details-left .details-imgbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
.details-content .details-left .details-imgbox .swiper-slide {
  overflow: hidden;
}
.details-content .details-left .details-imgbox .details-swiperbox {
  width: calc(90 / 705 * 100%);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.details-content .details-left .details-imgbox .details-swiperbox .details-swiper1 {
  width: 100%;
  height: 100%;
}
.details-content .details-left .details-imgbox .details-swiperbox .details-swiper1 .swiper-slide {
  border: 1px solid #F5F5F5;
  overflow: hidden;
  background-color: #FFFFFF;
}
.details-content .details-left .details-imgbox .details-swiperbox .details-swiper1 .swiper-slide-thumb-active::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.4);
  content: '';
  z-index: 10;
}
.details-content .details-left .details-imgbox .details-swiperbox .details-swiper1 .swiper-video {
  position: relative;
}
.details-content .details-left .details-imgbox .details-swiperbox .details-swiper1 .swiper-video::before {
  font-family: 'iconfont' !important;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "\e656";
  font-size: var(--30);
  width: var(--r44);
  height: var(--r44);
  background-color: var(--c3);
  color: #fff;
  z-index: 11;
  line-height: 1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.details-content .details-left .details-imgbox .details-swiperbox2 {
  width: calc(600 / 705 * 100%);
  overflow: hidden;
  position: relative;
  margin-bottom: var(--d10);
}
.details-content .details-left .details-imgbox .details-swiperbox2:hover .details-swbut {
  opacity: 1;
}
.details-content .details-left .details-imgbox .details-swiperbox2 .details-swiper2 {
  width: 100%;
  height: 100%;
}
.details-content .details-right {
  width: calc(1095 / 1800 * 100%);
  padding-left: var(--d130);
  padding-right: var(--d65);
}
.details-content .details-right .details-right2 {
  height: 100%;
}
.details-content .details-right .details-right2 .details-type {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: var(--d36);
}
.details-content .details-right .details-right2 .details-type .i-choose-listicon {
  margin-right: var(--d10);
}
.details-content .details-right .details-right2 .details-title {
  margin-bottom: var(--d18);
}
.details-content .details-right .details-right2 .details-title h1 {
  font-size: var(--34);
  line-height: 1.6;
  color: var(--c);
  font-family: 'Boldonse', 'Microsoft YaHei UI', sans-serif;
}
.details-content .details-right .details-right2 .details-text {
  margin-bottom: var(--d36);
}
.details-content .details-right .details-right2 .details-mes {
  border: 1px solid #224433;
  margin-bottom: var(--d100);
}
.details-content .details-right .details-right2 .details-mes .details-mes-contitle {
  text-align: center;
  padding: var(--d18);
  font-size: var(--18);
  line-height: 1;
  font-weight: 500;
  border-bottom: 1px solid #224433;
}
.details-content .details-right .details-right2 .details-mes-list {
  --bs-gutter-x: 0;
  background-color: #EEF5F2;
}
.details-content .details-right .details-right2 .details-mes-list .details-mes-list2 {
  border-right: 1px solid #224433;
}
.details-content .details-right .details-right2 .details-mes-list .details-mes-list2:last-child {
  border-right: 0;
}
.details-content .details-right .details-right2 .details-mes-list .details-mes-list2 .details-mes-list3 ul {
  padding: var(--d35) 0;
}
.details-content .details-right .details-right2 .details-mes-list .details-mes-list2 .details-mes-list3 ul li {
  padding: var(--d14) var(--d30);
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #CDD8D2;
  font-size: var(--16);
  color: var(--c);
  line-height: 1;
}
.details-content .details-right .details-right2 .details-mes-list .details-mes-list2 .details-mes-list3 ul li .details-mes-text {
  text-align: right;
}
.details-content .details-right .details-right2 .details-mes-list .details-mes-list2 .details-mes-list3 ul li:first-child {
  padding-top: 0;
}
.details-content .details-right .details-right2 .details-mes-list .details-mes-list2 .details-mes-list3 ul li > div {
  max-width: 50%;
}
.details-content .details-right .details-right2 .details-share {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: var(--d30);
}
.details-content .details-right .details-right2 .details-share p {
  margin-right: var(--d16);
  font-size: var(--16);
  font-family: 'Boldonse', 'Microsoft YaHei UI', sans-serif;
  color: var(--c);
}
.details-content .details-right .details-right2 .details-butbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.details-content .details-right .details-right2 .details-butbox .con-but .con-but2 {
  width: 100%;
}
.details-content .details-right .details-right2 .details-butbox .con-but .con-but2 .con-butleft {
  width: calc(100% - var(--r48));
}
.details-content .details-right .details-right2 .details-butbox .details-inquire {
  width: calc(434 / 890 * 100%);
}
.details-content .details-right .details-right2 .details-butbox .details-cart {
  width: calc(434 / 890 * 100%);
}
.details-vr i {
  position: absolute;
  z-index: 100;
  pointer-events: none;
  font-size: var(--46);
  top: var(--d30);
  right: var(--d30);
  color: var(--c3);
}
.details-vr img {
  opacity: 0;
  transition: unset !important;
}
.details-vr .action {
  opacity: 1;
}
.details {
  padding-bottom: var(--d120);
}
.details .details-navbox {
  border-top: 1px solid #224433;
  border-bottom: 1px solid #224433;
}
.details .details-navbox .details-nav {
  position: relative;
  z-index: 10;
}
.details .details-navbox .details-nav .navbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow-x: auto;
  overflow-y: hidden;
}
.details .details-navbox .details-nav .navbox .navbox2 {
  transition: all 0.5s;
  position: relative;
  margin-right: var(--d100);
}
.details .details-navbox .details-nav .navbox .navbox2::after {
  width: 0%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  background-color: var(--c3);
  transition: all 0.5s;
}
.details .details-navbox .details-nav .navbox .navbox2:last-child {
  margin-right: 0;
}
.details .details-navbox .details-nav .navbox .navbox2 a {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  text-align: center;
  white-space: nowrap;
  color: #224433;
  padding: var(--d24) 0;
  font-size: var(--18);
  line-height: 1;
}
.details .details-navbox .details-nav .navbox .navbox2:hover::after {
  width: 100%;
}
.details .details-navbox .details-nav .navbox .navbox2:hover a {
  color: var(--c3);
}
.details .details-navbox .details-nav .navbox .action::after {
  width: 100%;
}
.details .details-navbox .details-nav .navbox .action a {
  color: var(--c3);
}
.details .con-titlebox {
  display: flex;
  justify-content: space-between;
  margin-bottom: var(--d26);
}
.details .con-titlebox .con-title {
  font-size: var(--34);
  line-height: 1.6;
  color: var(--c);
  font-family: 'Boldonse', 'Microsoft YaHei UI', sans-serif;
}
.details .prodetails {
  padding-top: var(--d60);
}
.details .specifications {
  padding-top: var(--d110);
  padding-bottom: var(--d110);
}
.details .prodetails-text .table-box {
  max-width: 1150px;
}
.details .download {
  padding: var(--d120) 0;
  background-color: var(--c3);
}
.details .download .download-box {
  display: flex;
  justify-content: space-between;
}
.details .download .download-box .download-title {
  width: calc(100% - 690px * 100%);
}
.details .download .download-box .download-title .con-titlebox {
  margin-bottom: var(--d26);
}
.details .download .download-box .download-title .con-titlebox .con-title {
  color: #fff;
}
.details .download .download-box .download-title .download-text {
  font-size: var(--18);
  line-height: 1;
  font-weight: 500;
  color: #fff;
}
.details .download .download-box .download-form {
  width: 690px;
}
.details .download .download-box .download-form .download-form-text {
  font-size: var(--18);
  line-height: 1;
  font-weight: 500;
  color: var(--c);
  margin-bottom: var(--d30);
}
.details .download .download-box .download-form .search-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.details .download .download-box .download-form .search-box .input-text {
  width: calc(100% - var(--r50) - 6px);
  border-radius: 50px;
  border: 1px solid var(--c);
  background-color: #fff;
  padding: var(--d17) var(--d28);
  font-size: var(--16);
  line-height: 1;
  color: var(--c);
  height: var(--r50);
}
.details .download .download-box .download-form .search-box .input-text::placeholder {
  color: #999999;
  transition: all 0.5s;
}
.details .download .download-box .download-form .search-box .input-text:focus::placeholder {
  opacity: 0.3;
}
.details .download .download-box .download-form .search-box .submit {
  width: var(--r50);
  height: var(--r50);
  border-radius: 50%;
  color: var(--c);
  border: 1px solid var(--c);
  background-color: #fff;
  transition: all 0.5s;
}
.details .download .download-box .download-form .search-box .submit:hover {
  background-color: var(--c);
  color: #fff;
}
.details .download .download-box .download-form .search-box .submit i {
  font-size: var(--18);
}
.details .closures {
  padding-top: var(--d110);
  padding-bottom: var(--d110);
}
.details .closures .closures-text {
  font-size: var(--18);
  line-height: 1;
  font-weight: 500;
  margin-bottom: var(--d60);
}
.details .closures .closures-list .closures-list2 {
  margin-bottom: var(--d30);
}
.details .closures .closures-list .closures-list2:last-child {
  margin-bottom: 0;
}
.details .closures .closures-list .closures-list2 .closures-list3 {
  display: flex;
  justify-content: space-between;
}
.details .closures .closures-list .closures-list2 .closures-list3 .closures-imgbox {
  width: calc(300 / 1620 * 100%);
}
.details .closures .closures-list .closures-list2 .closures-list3 .closures-textbox {
  width: calc(1320 / 1620 * 100%);
  padding: var(--d30) var(--d30) var(--d40);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.details .closures .closures-list .closures-list2 .closures-list3 .closures-textbox .closures-title {
  font-size: var(--22);
  line-height: 1;
  color: var(--c);
  margin-bottom: var(--d12);
  font-weight: 700;
}
.details .closures .closures-list .closures-list2 .closures-list3 .closures-textbox .closures-list-text {
  font-size: var(--16);
  line-height: 1.5;
}
.details .bespoke {
  padding-top: var(--d110);
  padding-bottom: var(--d110);
}
.details .bespoke .bespoke-text {
  margin-bottom: var(--d60);
}
.details .bespoke .bespoke-list {
  margin-bottom: calc(-1 * var(--d30));
}
.details .bespoke .bespoke-list .bespoke-list2 {
  margin-bottom: var(--d30);
}
.details .bespoke .bespoke-list .bespoke-list2 .bespoke-list3 {
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: var(--d50) var(--d30) 0;
  background-color: rgba(205, 216, 210, 0.5);
  transition: all 0.5s;
}
.details .bespoke .bespoke-list .bespoke-list2 .bespoke-list3:hover {
  background-color: var(--c);
}
.details .bespoke .bespoke-list .bespoke-list2 .bespoke-list3:hover .bespoke-list-textbox .bespoke-list-text,
.details .bespoke .bespoke-list .bespoke-list2 .bespoke-list3:hover .bespoke-list-textbox .bespoke-list-title {
  color: #fff;
}
.details .bespoke .bespoke-list .bespoke-list2 .bespoke-list3:hover .img-box img {
  transform: scale(1.1);
}
.details .bespoke .bespoke-list .bespoke-list2 .bespoke-list3 .bespoke-list-textbox {
  margin-bottom: var(--d120);
}
.details .bespoke .bespoke-list .bespoke-list2 .bespoke-list3 .bespoke-list-textbox .bespoke-list-title {
  font-size: var(--22);
  line-height: 1;
  color: var(--c);
  margin-bottom: var(--d20);
  transition: all 0.5s;
}
.details .bespoke .bespoke-list .bespoke-list2 .bespoke-list3 .bespoke-list-textbox .bespoke-list-text {
  padding-right: var(--d42);
  transition: all 0.5s;
}
.details .bespoke .bespoke-list .bespoke-list2 .bespoke-list3 .bespoke-list-imgbox .img-box {
  padding-bottom: calc(205 / 320 * 100%);
}
.details .inquiry {
  padding: var(--d100) 0;
  background-color: #EEF5F2;
}
.details .inquiry .inquiry-text {
  margin-bottom: var(--d60);
  font-size: var(--18);
  line-height: 1.6;
  color: var(--c);
  width: 1346px;
  max-width: 100%;
}
.details .related {
  padding-top: var(--d110);
}
.details .related .related-text {
  margin-bottom: var(--d60);
  font-size: var(--18);
  line-height: 1.6;
  color: var(--c);
  width: 1346px;
  max-width: 100%;
}
.details .customer {
  padding-top: var(--d110);
}
.details .customer .customer-text {
  margin-bottom: var(--d60);
  font-size: var(--16);
  line-height: 1.5;
  color: var(--c);
  width: 1346px;
  max-width: 100%;
}
.contact-from {
  position: relative;
}
.contact-from .contact-form-title {
  margin-left: var(--d20);
  margin-bottom: var(--d12);
  font-size: var(--16);
  line-height: 1;
  font-weight: 700;
  color: var(--c);
}
.contact-from .product-input {
  margin-bottom: var(--d20);
}
.contact-from .product-input .input-box {
  background-color: var(--c);
  color: #fff;
}
.contact-from ul {
  --bs-gutter-x: var(--g20);
}
.contact-from ul li {
  margin-bottom: var(--d20);
}
.contact-from .input-box {
  width: 100%;
  color: var(--c);
  font-size: var(--16);
  line-height: 1;
  padding: var(--d17) var(--d24);
  background-color: #fff;
  border: 1px solid #E8F1ED;
}
.contact-from .input-box::placeholder {
  color: #555555;
  transition: all 0.5s;
}
.contact-from .input-box:focus::placeholder {
  opacity: 0.3;
}
.contact-from .textarea-box {
  height: 256px;
  margin-bottom: var(--d20);
}
.contact-from .form-group {
  margin-bottom: var(--d26);
}
.contact-from .submit {
  background-color: transparent;
  position: relative;
  left: 100%;
  transform: translateX(-100%);
}
.contact-from .filesbox {
  position: relative;
  display: inline-block;
  width: 100%;
}
.contact-from .filesbox i {
  top: 50%;
  transform: translateY(-50%);
  right: var(--d24);
  position: absolute;
  font-size: var(--24);
  color: #555555;
}
.contact-from .filesbox input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 10;
  margin: 0;
  padding: 0;
}
.contact-from .filesbox input[type="file"]::-webkit-file-upload-button {
  visibility: hidden;
  display: none;
}
.contact-from .filesbox input[type="file"]::file-selector-button {
  visibility: hidden;
  display: none;
}
.reviews-form {
  margin-bottom: var(--d50);
}
.reviews-form .consult-list2 {
  margin-bottom: var(--d20);
}
.reviews-form .input-box {
  width: 100%;
  color: #001937;
  font-size: var(--16);
  padding: var(--d16) var(--d24);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #fff;
  border-radius: 5px;
  color: #000;
}
.reviews-form .input-box::placeholder {
  color: #555555;
  transition: all 0.5s;
}
.reviews-form .input-box:focus::placeholder {
  opacity: 0.3;
}
.reviews-form .input-box span {
  color: #555555;
  margin-right: var(--d20);
}
.reviews-form .textarea-box {
  height: 171px;
  margin-bottom: var(--d20);
}
.reviews-form .submit {
  background-color: transparent;
  position: relative;
  left: 100%;
  transform: translateX(-100%);
}
.reviews-list .reviews-list2 {
  margin-bottom: var(--d40);
  padding-bottom: var(--d40);
  border-bottom: 1px solid #DDE7E2;
}
.reviews-list .reviews-list2:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.reviews-list .reviews-list-titlebox {
  display: flex;
  align-items: center;
}
.reviews-list .reviews-list-titlebox .reviews-list-title {
  font-size: var(--26);
  line-height: 1;
  font-weight: 600;
  margin-bottom: var(--d17);
  color: var(--c);
}
.reviews-list .reviews-rating {
  font-size: var(--18);
  display: flex;
  align-items: center;
  margin-bottom: var(--d22);
}
.reviews-list .reviews-rating .reviews-evaluate {
  font-size: var(--18);
  line-height: 1;
  color: #444444;
  margin-right: var(--d24);
}
.reviews-list .reviews-list-text {
  font-size: var(--16);
  line-height: calc(26 / 16);
  width: 1280px;
  max-width: 100%;
}
.rating {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.rating .rating2 {
  position: relative;
  height: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  cursor: pointer;
}
.rating .rating2:last-child {
  margin-right: 0;
}
.rating .rating2 i {
  font-size: 14px;
  height: 14px;
  line-height: 1;
  color: var(--c3);
}
.rating .rating2 .icon-star-full {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--c3);
  opacity: 0;
}
.rating .ratingaction .icon-star-full {
  opacity: 1;
}
@media (max-width: 1199px) {
  .review-box {
    padding-top: 20px;
  }
}
.review-box p {
  margin: 0 0 0 20px;
  font-size: 17px;
  color: #282828;
}
@media (max-width: 1199px) {
  .review-box p {
    font-size: 16px;
    margin: 0 0 0 10px;
  }
}
.review-box .ratingbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  border: none;
  background: transparent;
  border-radius: 0;
  border-radius: 3px;
  line-height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .review-box .ratingbox {
    line-height: 40px;
    padding: 0 15px;
  }
}
.review-box .ratingbox .rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 0px;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.review-box .ratingbox .rating input {
  display: none !important;
}
.review-box .ratingbox .rating input:checked ~ label svg {
  fill: #FFA95C;
}
.review-box .ratingbox .rating label {
  margin-right: 5px;
  cursor: pointer;
  color: #FFA95C;
  display: flex;
  align-items: center;
}
.review-box .ratingbox .rating label::before {
  display: none !important;
}
.review-box .ratingbox .rating label svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: #FFA95C;
  stroke-width: 2px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.review-box .ratingbox .rating label:hover svg,
.review-box .ratingbox .rating label:hover ~ label svg {
  fill: #FFA95C;
}
.brandcontent {
  padding: var(--d120) 0;
}
.brandcontent .brand-list .brand-list2 {
  margin-bottom: var(--d40);
}
.brandcontent .brand-list .brand-list2:last-child {
  margin-bottom: 0;
}
.brandcontent .brand-list .brand-list2:nth-child(2n) .brand-list3 {
  flex-direction: row-reverse;
}
.brandcontent .brand-list .brand-list2:nth-child(2n) .brand-list3 .brand-textbox {
  padding-left: 0;
  padding-right: var(--d20);
}
.brandcontent .brand-list .brand-list2 .brand-list3 {
  display: flex;
  justify-content: space-between;
}
.brandcontent .brand-list .brand-list2 .brand-list3:hover .img-box img {
  transform: scale(1.1);
}
.brandcontent .brand-list .brand-list2 .brand-list3:hover .brand-textbox .brand-textbox2::after {
  opacity: 1;
}
.brandcontent .brand-list .brand-list2 .brand-list3:hover .brand-textbox .brand-textbox2 .brand-list-title h3 {
  color: #fff;
}
.brandcontent .brand-list .brand-list2 .brand-list3:hover .brand-textbox .brand-textbox2 .brand-list-text {
  color: #fff;
}
.brandcontent .brand-list .brand-list2 .brand-list3:hover .brand-textbox .con-but .con-but2 .con-butleft {
  background-color: var(--c3);
  color: #fff;
}
.brandcontent .brand-list .brand-list2 .brand-list3:hover .brand-textbox .con-but .con-but2 .con-butright {
  background-color: var(--c3);
  color: #fff;
}
.brandcontent .brand-list .brand-list2 .brand-list3 .brand-imgbox {
  width: calc(600 / 1800 * 100%);
}
.brandcontent .brand-list .brand-list2 .brand-list3 .brand-imgbox .img-box {
  padding-bottom: calc(330 / 600 * 100%);
}
.brandcontent .brand-list .brand-list2 .brand-list3 .brand-textbox {
  width: calc(1200 / 1800 * 100%);
  padding-left: var(--d20);
}
.brandcontent .brand-list .brand-list2 .brand-list3 .brand-textbox .brand-textbox2 {
  padding: var(--d60) var(--d84);
  background-color: #F7FCFA;
  height: 100%;
  position: relative;
}
.brandcontent .brand-list .brand-list2 .brand-list3 .brand-textbox .brand-textbox2::after {
  width: 100%;
  height: 100%;
  background-image: url('../img/brand_bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  opacity: 0;
  transition: all 0.5s;
}
.brandcontent .brand-list .brand-list2 .brand-list3 .brand-textbox .brand-textbox2 .brand-list-title {
  margin-bottom: var(--d24);
  position: relative;
  z-index: 10;
}
.brandcontent .brand-list .brand-list2 .brand-list3 .brand-textbox .brand-textbox2 .brand-list-title h3 {
  font-size: var(--26);
  line-height: 1.6;
  color: var(--c);
  transition: all 0.5s;
}
.brandcontent .brand-list .brand-list2 .brand-list3 .brand-textbox .brand-textbox2 .brand-list-text {
  width: 750px;
  max-width: 100%;
  margin-bottom: var(--d50);
  position: relative;
  z-index: 10;
  transition: all 0.5s;
}
.brandcontent .brand-list .brand-list2 .brand-list3 .brand-textbox .brand-textbox2 .con-but {
  position: relative;
  z-index: 10;
}
.texture-contitle {
  position: relative;
}
.texture-contitle h3 {
  text-align: center;
  font-size: var(--30);
  line-height: 1.6;
  color: var(--c3);
  margin-bottom: var(--d20);
  font-family: 'Boldonse', 'Microsoft YaHei UI', sans-serif;
}
.texture-context {
  text-align: center;
  font-size: var(--20);
  line-height: 1;
  color: var(--c);
  margin-bottom: var(--d80);
}
.surfacecontent .frosted {
  padding-top: var(--d120);
  padding-bottom: var(--d120);
}
.surfacecontent .electroplating {
  background-color: #F7FCFA;
  padding: var(--d115) 0;
}
.surfacecontent .electroplating .electroplating-list {
  margin-bottom: calc(-1 * var(--d30));
}
.surfacecontent .electroplating .electroplating-list .electroplating-list2 {
  margin-bottom: var(--d30);
}
.surfacecontent .electroplating .electroplating-list .electroplating-list2 .electroplating-list3 {
  position: relative;
}
.surfacecontent .electroplating .electroplating-list .electroplating-list2 .electroplating-list3 .img-box {
  padding-bottom: calc(645 / 580 * 100%);
}
.surfacecontent .electroplating .electroplating-list .electroplating-list2 .electroplating-list3 .electroplating-textbox {
  padding: var(--d36) var(--d75) var(--d58) var(--d35);
  background-color: #fff;
  position: absolute;
  bottom: 0;
  width: calc(500 / 580 * 100%);
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.surfacecontent .electroplating .electroplating-list .electroplating-list2 .electroplating-list3 .electroplating-textbox .electroplating-list-title {
  margin-bottom: var(--d16);
}
.surfacecontent .electroplating .electroplating-list .electroplating-list2 .electroplating-list3 .electroplating-textbox .electroplating-list-title h3 {
  font-size: var(--26);
  line-height: 1;
  color: var(--c);
}
.surfacecontent .electroplating .electroplating-list .electroplating-list2 .electroplating-list3 .electroplating-textbox .electroplating-list-text {
  font-size: var(--16);
  line-height: 1.4;
}
.spray-list {
  margin-bottom: calc(-1 * var(--d30));
}
.spray-list .spray-list2 {
  margin-bottom: var(--d30);
}
.spray-list .spray-list2 .spray-list3 {
  background-color: #F7FCFA;
  padding: 6px;
  display: flex;
  justify-content: space-between;
}
.spray-list .spray-list2 .spray-list3:hover .spray-textbox .spray-num {
  background-color: var(--c);
  color: #fff;
}
.spray-list .spray-list2 .spray-list3:hover .spray-textbox .spray-num img {
  filter: brightness(100);
}
.spray-list .spray-list2 .spray-list3:hover h3 {
  color: var(--c2) !important;
}
.spray-list .spray-list2 .spray-list3 .spray-imgbox {
  width: calc(340 / 873 * 100%);
}
.spray-list .spray-list2 .spray-list3 .spray-imgbox .img-box {
  padding-bottom: calc(390 / 340 * 100%);
}
.spray-list .spray-list2 .spray-list3 .spray-textbox {
  width: calc(533 / 873 * 100%);
  padding: var(--d50) var(--d60);
  padding-right: var(--d86);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.spray-list .spray-list2 .spray-list3 .spray-textbox .spray-num {
  width: var(--r60);
  height: var(--r60);
  margin-bottom: var(--d78);
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid var(--c);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--16);
  transition: all 0.5s;
}
.spray-list .spray-list2 .spray-list3 .spray-textbox .spray-num img {
  width: var(--24);
  height: var(--24);
  transition: all 0.5s;
}
.spray-list .spray-list2 .spray-list3 .spray-textbox .spray-list-textbox .spray-list-title {
  margin-bottom: var(--d26);
}
.spray-list .spray-list2 .spray-list3 .spray-textbox .spray-list-textbox .spray-list-title h3 {
  font-size: var(--26);
  line-height: 1;
  color: var(--c);
  font-weight: 700;
  transition: all 0.5s;
}
.spray-list .spray-list2 .spray-list3 .spray-textbox .spray-list-textbox .spray-list-text {
  font-size: var(--16);
  line-height: 1.4;
}
.frosted-list {
  margin-bottom: calc(-1 * var(--d30));
  margin-top: var(--d70);
}
.frosted-list .frosted-list2 {
  margin-bottom: var(--d30);
}
.frosted-list .frosted-list2 .frosted-list3 .frosted-img .img-box {
  padding-bottom: calc(430 / 885 * 100%);
}
.frosted-list .frosted-list2 .frosted-list3 .frosted-textbox {
  padding-top: var(--d30);
}
.frosted-list .frosted-list2 .frosted-list3 .frosted-textbox .frosted-list-title {
  margin-bottom: var(--d26);
}
.frosted-list .frosted-list2 .frosted-list3 .frosted-textbox .frosted-list-title h3 {
  font-size: var(--26);
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--c);
}
.frosted-list .frosted-list2 .frosted-list3 .frosted-textbox .frosted-list-text {
  font-size: var(--16);
  line-height: 1.4;
  width: 605px;
  max-width: 100%;
}
.texture {
  padding-top: var(--d120);
}
.texture .texture-title {
  text-align: center;
  margin-bottom: var(--d26);
}
.texture .texture-title2 {
  font-size: var(--26);
  line-height: 1.6;
  color: var(--c);
  font-family: 'Boldonse', 'Microsoft YaHei UI', sans-serif;
  text-align: center;
  padding-bottom: var(--d60);
  margin-bottom: var(--d40);
  position: relative;
}
.texture .texture-title2::after {
  width: 1100px;
  max-width: 100%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  content: '';
  position: absolute;
  height: 0px;
  border-bottom: 1px dashed #CDD8D2;
}
.texture .texture-title2::before {
  width: 100px;
  max-width: 100%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  border-bottom: 1px solid #FFA95C;
  content: '';
  position: absolute;
  height: 0px;
}
.texture .texture-text {
  text-align: center;
  margin-bottom: var(--d100);
}
.printing-bg {
  position: absolute;
  top: 0;
  width: 100%;
  pointer-events: none;
}
.printing-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.printingcontent .printing {
  position: relative;
}
.printingcontent .printing .container {
  position: relative;
  z-index: 10;
}
.printingcontent .printing .printing-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.printingcontent .solutions {
  padding: var(--d100) 0 var(--d120);
}
.printingcontent .solutions .solutions-list {
  margin-top: var(--d80);
  margin-bottom: calc(-1 * var(--d30));
}
.printingcontent .solutions .solutions-list .solutions-list2 {
  margin-bottom: var(--d30);
}
.printingcontent .solutions .solutions-list .solutions-list2 .solutions-list3 {
  padding: var(--d50) var(--d40);
  background-color: #F7FCFA;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.printingcontent .solutions .solutions-list .solutions-list2 .solutions-list3:hover .solutions-imgbox {
  opacity: 1;
}
.printingcontent .solutions .solutions-list .solutions-list2 .solutions-list3:hover::after {
  opacity: 1;
}
.printingcontent .solutions .solutions-list .solutions-list2 .solutions-list3:hover .solutions-iconbox {
  background-color: var(--c3) !important;
  color: #fff !important;
}
.printingcontent .solutions .solutions-list .solutions-list2 .solutions-list3:hover .solutions-list-title h3 {
  color: #fff !important;
}
.printingcontent .solutions .solutions-list .solutions-list2 .solutions-list3:hover .solutions-list-text {
  color: #fff !important;
}
.printingcontent .solutions .solutions-list .solutions-list2 .solutions-list3 .solutions-imgbox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  content: '';
  opacity: 0;
  z-index: 1;
  transition: all 0.5s;
}
.printingcontent .solutions .solutions-list .solutions-list2 .solutions-list3::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  border: 1px solid #DDE7E2;
  background: linear-gradient(151deg, rgba(21, 119, 98, 0.7) 0.51%, #157762 100%);
  transition: all 0.5s;
  opacity: 0;
  z-index: 5;
}
.printingcontent .solutions .solutions-list .solutions-list2 .solutions-list3 .solutions-iconbox {
  width: var(--r60);
  height: var(--r60);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--c);
  margin-bottom: var(--d286);
  position: relative;
  z-index: 10;
  color: var(--c3);
  transition: all 0.5s;
}
.printingcontent .solutions .solutions-list .solutions-list2 .solutions-list3 .solutions-iconbox i {
  font-size: var(--24);
}
.printingcontent .solutions .solutions-list .solutions-list2 .solutions-list3 .solutions-textbox {
  width: 300px;
  max-width: 100%;
  position: relative;
  z-index: 10;
}
.printingcontent .solutions .solutions-list .solutions-list2 .solutions-list3 .solutions-textbox .solutions-list-title {
  margin-bottom: var(--d20);
}
.printingcontent .solutions .solutions-list .solutions-list2 .solutions-list3 .solutions-textbox .solutions-list-title h3 {
  font-size: var(--26);
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: var(--c);
  transition: all 0.5s;
}
.printingcontent .solutions .solutions-list .solutions-list2 .solutions-list3 .solutions-textbox .solutions-list-text {
  transition: all 0.5s;
}
.printingcontent .precision {
  padding: var(--d115) 0;
}
.printingcontent .precision .texture-contitle h3 {
  text-align: left;
}
.printingcontent .precision .texture-text {
  color: #fff;
  margin-bottom: var(--d80);
}
.printingcontent .precision .precision-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.printingcontent .precision .precision-box .precision-left {
  width: calc(765 / 1800 * 100%);
}
.printingcontent .precision .precision-box .precision-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.printingcontent .precision .precision-box .precision-right {
  width: calc(1035 / 1800 * 100%);
  padding-left: var(--d150);
}
.printingcontent .precision .precision-box .precision-right .precision-list .precision-list2 {
  margin-bottom: var(--d70);
  padding-bottom: var(--d70);
  border-bottom: 1px dashed #4B7A62;
}
.printingcontent .precision .precision-box .precision-right .precision-list .precision-list2:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.printingcontent .precision .precision-box .precision-right .precision-list .precision-list2 .precision-list3 {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
.printingcontent .precision .precision-box .precision-right .precision-list .precision-list2 .precision-list3 .precision-num {
  font-size: var(--16);
  line-height: 1;
  color: var(--c3);
}
.printingcontent .precision .precision-box .precision-right .precision-list .precision-list2 .precision-list3 .precision-textbox {
  width: calc(100% - 29px);
  padding-left: var(--d46);
}
.printingcontent .precision .precision-box .precision-right .precision-list .precision-list2 .precision-list3 .precision-textbox .precision-list-title {
  font-family: 'Boldonse', 'Microsoft YaHei UI', sans-serif;
  color: #fff;
  margin-bottom: var(--d32);
}
.printingcontent .precision .precision-box .precision-right .precision-list .precision-list2 .precision-list3 .precision-textbox .precision-list-text ul li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: var(--16);
  line-height: 1;
  color: #B7CDC2;
  margin-bottom: var(--d14);
}
.printingcontent .precision .precision-box .precision-right .precision-list .precision-list2 .precision-list3 .precision-textbox .precision-list-text ul li:last-child {
  margin-bottom: 0;
}
.printingcontent .precision .precision-box .precision-right .precision-list .precision-list2 .precision-list3 .precision-textbox .precision-list-text ul li .i-choose-listicon {
  margin-top: 2px;
  margin-right: var(--d10);
}
.printingcontent .precision2 .texture-text {
  color: var(--c);
  width: 800px;
  max-width: 100%;
}
.printingcontent .precision2 .precision-box {
  flex-direction: row-reverse;
}
.printingcontent .precision2 .precision-box .precision-right {
  padding-right: var(--d150);
  padding-left: 0;
}
.printingcontent .precision2 .precision-box .precision-right .precision-list .precision-list2 {
  border-bottom: 1px dashed #CDD8D2;
}
.printingcontent .precision2 .precision-box .precision-right .precision-list .precision-list2 .precision-list3 .precision-num {
  color: var(--c);
}
.printingcontent .precision2 .precision-box .precision-right .precision-list .precision-list2 .precision-list3 .precision-textbox .precision-list-title {
  color: var(--c);
}
.printingcontent .precision2 .precision-box .precision-right .precision-list .precision-list2 .precision-list3 .precision-textbox .precision-list-text ul li {
  color: #555;
}
.printingcontent .application {
  padding: var(--d110) 0;
  background-color: #F7FCFA;
}
.printingcontent .application .application-swiper {
  margin-top: var(--d80);
}
.printingcontent .application .application-box {
  display: flex;
  justify-content: space-between;
  border: 1px solid #DDE7E2;
}
.printingcontent .application .application-box .application-img {
  width: calc(330 / 715 * 100%);
}
.printingcontent .application .application-box .application-img .img-box {
  padding-bottom: calc(460 / 330 * 100%);
}
.printingcontent .application .application-box .application-textbox {
  width: calc(385 / 715 * 100%);
  padding: var(--d36) var(--d62) var(--d45) var(--d30);
}
.printingcontent .application .application-box .application-textbox .application-num {
  color: var(--c);
  font-size: var(--16);
  margin-bottom: var(--d80);
}
.printingcontent .application .application-box .application-textbox .application-swtextbox .application-swtitle {
  margin-bottom: var(--d26);
}
.printingcontent .application .application-box .application-textbox .application-swtextbox .application-swtitle h3 {
  font-size: var(--18);
  line-height: 1.6;
  color: var(--c);
  font-family: 'Boldonse', 'Microsoft YaHei UI', sans-serif;
}
.printingcontent .application .application-box .application-textbox .application-swtextbox .application-swtext ul li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: var(--16);
  line-height: 1.4;
  color: #555555;
  margin-bottom: var(--d14);
}
.printingcontent .application .application-box .application-textbox .application-swtextbox .application-swtext ul li:last-child {
  margin-bottom: 0;
}
.printingcontent .application .application-box .application-textbox .application-swtextbox .application-swtext ul li .i-choose-listicon {
  margin-top: 2px;
  margin-right: var(--d10);
}
.printingcontent .integrated {
  padding: var(--d120) 0;
  position: relative;
}
.printingcontent .integrated .integrated-bg {
  position: absolute;
  bottom: var(--d120);
  pointer-events: none;
  width: 100%;
}
.printingcontent .integrated .integrated-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.printingcontent .integrated .container {
  position: relative;
  z-index: 10;
}
.printingcontent .integrated .texture-contitle h3 {
  text-align: left;
}
.printingcontent .integrated .integrated-box {
  margin-top: var(--d80);
}
.printingcontent .integrated .integrated-box .integrated-boxtitle {
  font-size: var(--18);
  line-height: 1.6;
  color: #224433;
  font-family: 'Boldonse', 'Microsoft YaHei UI', sans-serif;
  margin-bottom: var(--d30);
}
.printingcontent .synthesis {
  padding-top: var(--d110);
  padding-bottom: var(--d115);
}
.printingcontent .synthesis .texture-contitle h3 {
  text-align: left;
}
.printingcontent .synthesis .texture-text {
  width: 800px;
  color: #fff;
  max-width: 100%;
  margin-bottom: var(--d80);
}
.printingcontent .synthesis .synthesis-box {
  display: flex;
  justify-content: space-between;
}
.printingcontent .synthesis .synthesis-box .synthesis-left {
  width: calc(746 / 1800 * 100%);
  padding-right: var(--d110);
}
.printingcontent .synthesis .synthesis-box .synthesis-left .synthesis-listtitle {
  font-size: var(--18);
  line-height: 1.6;
  color: var(--c2);
  margin-bottom: var(--d50);
}
.printingcontent .synthesis .synthesis-box .synthesis-left .synthesis-conlist .synthesis-conlist2 {
  padding-bottom: var(--d50);
  margin-bottom: var(--d50);
  border-bottom: 1px dashed var(--c2);
}
.printingcontent .synthesis .synthesis-box .synthesis-left .synthesis-conlist .synthesis-conlist2:last-child {
  margin-bottom: 0;
}
.printingcontent .synthesis .synthesis-box .synthesis-left .synthesis-conlist .synthesis-conlist2 .synthesis-conlist3 {
  display: flex;
  justify-content: space-between;
}
.printingcontent .synthesis .synthesis-box .synthesis-left .synthesis-conlist .synthesis-conlist2 .synthesis-conlist3 .synthesis-num {
  color: var(--c3);
  margin-top: 5px;
}
.printingcontent .synthesis .synthesis-box .synthesis-left .synthesis-conlist .synthesis-conlist2 .synthesis-conlist3 .synthesis-textbox {
  width: calc(100% - 29px);
  padding-left: var(--d46);
}
.printingcontent .synthesis .synthesis-box .synthesis-left .synthesis-conlist .synthesis-conlist2 .synthesis-conlist3 .synthesis-textbox .synthesis-list-title {
  font-size: var(--26);
  color: #fff;
  margin-bottom: var(--d20);
}
.printingcontent .synthesis .synthesis-box .synthesis-left .synthesis-conlist .synthesis-conlist2 .synthesis-conlist3 .synthesis-textbox .synthesis-list-text {
  font-size: var(--16);
  line-height: 1;
  color: #fff;
}
.printingcontent .synthesis .synthesis-box .synthesis-right {
  width: calc(1054 / 1800 * 100%);
}
.printingcontent .synthesis .synthesis-box .synthesis-right .synthesis-list {
  --bs-gutter-x: var(--g20);
  margin-bottom: calc(-1 * var(--d20));
}
.printingcontent .synthesis .synthesis-box .synthesis-right .synthesis-list .synthesis-list2 {
  margin-bottom: var(--d20);
}
.printingcontent .synthesis .synthesis-box .synthesis-right .synthesis-list .synthesis-list2:nth-child(2n) .synthesis-list3 {
  flex-direction: column-reverse;
}
.printingcontent .synthesis .synthesis-box .synthesis-right .synthesis-list .synthesis-list2:nth-child(2n) .synthesis-list3 .synthesis-textbox {
  margin-top: 0;
  margin-bottom: 4px;
}
.printingcontent .synthesis .synthesis-box .synthesis-right .synthesis-list .synthesis-list2 .synthesis-list3 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.printingcontent .synthesis .synthesis-box .synthesis-right .synthesis-list .synthesis-list2 .synthesis-list3 .synthesis-img {
  width: 100%;
}
.printingcontent .synthesis .synthesis-box .synthesis-right .synthesis-list .synthesis-list2 .synthesis-list3 .synthesis-img .img-box {
  padding-bottom: calc(440 / 340 * 100%);
}
.printingcontent .synthesis .synthesis-box .synthesis-right .synthesis-list .synthesis-list2 .synthesis-list3 .synthesis-textbox {
  width: 100%;
  margin-top: 4px;
  padding: var(--d16) var(--d20);
  background: linear-gradient(91deg, #243 1.16%, #157762 101.01%);
  color: #fff;
  font-size: var(--18);
  line-height: 1;
}
.printingcontent .custom {
  padding: var(--d120) 0;
  overflow: hidden;
  position: relative;
}
.printingcontent .custom .texture-contitle h3 {
  text-align: left;
}
.printingcontent .custom .custom-bg {
  position: absolute;
  width: 11.97917vw;
  height: 35.41979vw;
  left: 0%;
  bottom: 0%;
  transform: translate(-10%, 40%) rotate(57.04deg);
  background: rgba(255, 169, 92, 0.3);
  filter: blur(150px);
}
.printingcontent .custom .custom-bg2 {
  position: absolute;
  width: 11.97917vw;
  height: 35.41979vw;
  top: 0;
  right: 0;
  background: rgba(255, 169, 92, 0.3);
  filter: blur(150px);
  transform: translate(10%, -40%) rotate(57.04deg);
}
.printingcontent .custom .container {
  position: relative;
  z-index: 10;
}
.printingcontent .custom .custom-box {
  display: flex;
  justify-content: space-between;
  padding-top: var(--d50);
}
.printingcontent .custom .custom-box .custom-left {
  width: calc(746 / 1800 * 100%);
  padding-right: var(--d100);
}
.printingcontent .custom .custom-box .custom-left .texture-contitle {
  text-align: left;
  margin-bottom: var(--d20);
}
.printingcontent .custom .custom-box .custom-left .custom-textbox {
  color: var(--c);
  line-height: 1.6;
  margin-bottom: var(--d62);
}
.printingcontent .custom .custom-box .custom-left .custom-textbox .custom-text1 {
  font-size: var(--18);
}
.printingcontent .custom .custom-box .custom-left .custom-textbox .custom-text2 {
  font-size: var(--24);
}
.printingcontent .custom .custom-box .custom-left .custom-list .custom-list2 {
  margin-bottom: var(--d24);
}
.printingcontent .custom .custom-box .custom-left .custom-list .custom-list2:last-child {
  margin-bottom: 0;
}
.printingcontent .custom .custom-box .custom-left .custom-list .custom-list2 .custom-list3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: var(--16);
  line-height: 1;
}
.printingcontent .custom .custom-box .custom-left .custom-list .custom-list2 .custom-list3 img {
  width: var(--20);
  height: var(--20);
  margin-right: var(--d22);
}
.printingcontent .custom .custom-box .custom-right {
  width: calc(1054 / 1800 * 100%);
}
.printingcontent .custom .custom-box .custom-right .input-box {
  background-color: #F7FCFA !important;
}
.integrated-list .integrated-list2 {
  padding-bottom: var(--d20);
  margin-bottom: var(--d20);
  border-bottom: 1px dashed #CDD8D2;
}
.integrated-list .integrated-list2:last-child {
  margin-bottom: 0;
}
.integrated-list3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.integrated-list3:hover .img-box img {
  transform: scale(1.1);
}
.integrated-list3:hover .integrated-list-title h3 {
  color: var(--c3) !important;
}
.integrated-list3:hover .integrated-icon {
  background-color: var(--c3) !important;
  border-color: var(--c3) !important;
}
.integrated-list3:hover .integrated-icon img {
  filter: brightness(100);
}
.integrated-list3 .integrated-imgbox {
  width: calc(495 / 1800 * 100%);
}
.integrated-list3 .integrated-imgbox .img-box {
  padding-bottom: calc(260 / 495 * 100%);
}
.integrated-list3 .integrated-textbox {
  width: calc(1305 / 1800 * 100%);
  padding-left: var(--d110);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.integrated-list3 .integrated-textbox .integrated-textbox2 {
  width: calc(100% - var(--r60));
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.integrated-list3 .integrated-textbox .integrated-textbox2 .integrated-num {
  font-size: var(--16);
  color: var(--c);
  margin-top: 3px;
}
.integrated-list3 .integrated-textbox .integrated-textbox2 .integrated-textbox3 {
  padding-left: var(--d46);
}
.integrated-list3 .integrated-textbox .integrated-textbox2 .integrated-textbox3 .integrated-list-title {
  margin-bottom: var(--d30);
}
.integrated-list3 .integrated-textbox .integrated-textbox2 .integrated-textbox3 .integrated-list-title h3 {
  font-size: var(--26);
  line-height: 1;
  font-weight: 700;
  color: var(--c);
  transition: all 0.5s;
}
.integrated-list3 .integrated-textbox .integrated-textbox2 .integrated-textbox3 .integrated-list-text {
  font-size: var(--16);
  line-height: 1.5;
}
.integrated-list3 .integrated-textbox .integrated-icon {
  width: var(--r60);
  height: var(--r60);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid var(--c);
  background-color: #fff;
  transition: all 0.5s;
}
.integrated-list3 .integrated-textbox .integrated-icon img {
  transition: all 0.5s;
  width: var(--22);
  height: var(--22);
}
.structuralcontent .frosting .frosting-conbox {
  margin-bottom: var(--d120);
}
.structuralcontent .frosting .frosting-conbox:last-child {
  margin-bottom: 0;
}
.structuralcontent .frosting .texture-context {
  margin-bottom: var(--d16);
}
.structuralcontent .frosting .frosting-list {
  margin-top: var(--d80);
}
.structuralcontent .frosting .frosting-list .frosting-list2:nth-child(2n-1) .frosting-list3 {
  background-color: #F7FCFA;
}
.structuralcontent .frosting .frosting-list .frosting-list2:nth-child(2n-1) .frosting-list3 .frosting-list-textbox {
  padding-right: var(--d110);
}
.structuralcontent .frosting .frosting-list .frosting-list2:nth-child(2n) .frosting-list3 {
  flex-direction: row-reverse;
}
.structuralcontent .frosting .frosting-list .frosting-list2:nth-child(2n) .frosting-list3 .frosting-list-textbox {
  padding-left: var(--d110);
}
.structuralcontent .frosting .frosting-list .frosting-list2 .frosting-list3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--d100) var(--p);
}
.structuralcontent .frosting .frosting-list .frosting-list2 .frosting-list3 .frosting-list-textbox {
  width: calc(955 / 1800 * 100%);
}
.structuralcontent .frosting .frosting-list .frosting-list2 .frosting-list3 .frosting-list-textbox .frosting-list-title {
  margin-bottom: var(--d60);
}
.structuralcontent .frosting .frosting-list .frosting-list2 .frosting-list3 .frosting-list-textbox .frosting-list-title h3 {
  font-size: var(--20);
  line-height: 1.6;
  color: var(--c2);
}
.structuralcontent .frosting .frosting-list .frosting-list2 .frosting-list3 .frosting-list-textbox .frosting-list-textbox2 ul {
  border-top: 1px dashed #CDD8D2;
}
.structuralcontent .frosting .frosting-list .frosting-list2 .frosting-list3 .frosting-list-textbox .frosting-list-textbox2 ul li {
  padding: var(--d50) 0;
  border-bottom: 1px dashed #CDD8D2;
}
.structuralcontent .frosting .frosting-list .frosting-list2 .frosting-list3 .frosting-list-textbox .frosting-list-textbox2 ul li .frosting-list-texttitle {
  font-size: var(--26);
  margin-bottom: var(--d16);
  font-weight: 700;
  color: var(--c);
}
.structuralcontent .frosting .frosting-list .frosting-list2 .frosting-list3 .frosting-list-textbox .frosting-list-textbox2 ul li .frosting-list-texttext {
  font-size: var(--16);
  line-height: 1.4;
}
.structuralcontent .frosting .frosting-list .frosting-list2 .frosting-list3 .frosting-imgbox {
  width: calc(845 / 1800 * 100%);
}
.structuralcontent .frosting .frosting-list .frosting-list2 .frosting-list3 .frosting-imgbox .img-box {
  padding-bottom: calc(540 / 845 * 100%);
}
.advancedcontent .signature {
  padding: var(--d100) 0 var(--d140);
}
.advancedcontent .luxury {
  padding: var(--d120) 0;
  background-color: #F7FCFA;
}
.advancedcontent .luxury .img-box {
  padding-bottom: calc(340 / 580 * 100%) !important;
}
.advancedcontent .technology {
  padding: var(--d120) 0;
}
.advancedcontent .technology .spray-list {
  margin-top: var(--d80);
}
.advancedcontent .technology .spray-list .spray-list2 .spray-list3 .spray-imgbox .img-box {
  padding-bottom: calc(452 / 340 * 100%);
}
.storyteller {
  padding: var(--d130) 0;
}
.storyteller .storyteller-text {
  color: #fff;
  margin: 0 auto var(--d60);
  max-width: 100%;
  width: 1000px;
  text-align: center;
}
.storyteller .con-but {
  display: flex;
  justify-content: center;
  align-items: center;
}
.storyteller .storyteller-list {
  margin-top: var(--d20);
  display: flex;
  justify-content: center;
  align-items: center;
}
.storyteller .storyteller-list .storyteller-list2 {
  margin-right: var(--d30);
}
.storyteller .storyteller-list .storyteller-list2:last-child {
  margin-right: 0;
}
.storyteller2 .texture-contitle h3 {
  color: #fff;
}
.signaturecontent .texture-text {
  font-size: var(--20);
  color: var(--c2);
  margin-bottom: var(--d16);
}
.signaturecontent .text2 {
  margin-bottom: var(--d100);
}
.signaturecontent .signature .signature-box {
  margin-bottom: var(--d120);
}
.signaturecontent .signature .signature-box:nth-child(2n) .signature-conbox {
  padding: 0 !important;
  background-color: #fff !important;
}
.signaturecontent .signature .signature-box:nth-child(2n) .signature-conbox .signature-conbox2 {
  flex-direction: row-reverse !important;
}
.signaturecontent .signature .signature-box:nth-child(2n) .signature-conbox .signature-conbox2 .signature-listbox {
  padding-left: var(--d110) !important;
  padding-right: 0 !important;
}
.signaturecontent .signature .signature-box .texture-contitle {
  margin-bottom: var(--d32);
}
.signaturecontent .signature .signature-box .signature-text {
  text-align: center;
  font-size: var(--20);
  line-height: 1.4;
  margin-bottom: var(--d16);
}
.signaturecontent .signature .signature-box .signature-text2 {
  text-align: center;
  margin-bottom: var(--d80);
}
.signaturecontent .signature .signature-box .signature-conbox {
  background-color: #F7FCFA;
  padding: var(--d100) 0;
}
.signaturecontent .signature .signature-box .signature-conbox .signature-conbox2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.signaturecontent .signature .signature-box .signature-conbox .signature-conbox2 .signature-listbox {
  width: calc(954 / 1800 * 100%);
  padding-right: var(--d110);
}
.signaturecontent .signature .signature-box .signature-conbox .signature-conbox2 .signature-imgbox {
  width: calc(846 / 1800 * 100%);
}
.signaturecontent .signature .signature-box .signature-conbox .signature-conbox2 .signature-imgbox .img-box {
  padding-bottom: calc(560 / 845 * 100%);
}
.signature-list {
  border-top: 1px dashed #CDD8D2;
}
.signature-list .signature-list2 {
  border-bottom: 1px dashed #CDD8D2;
}
.signature-list .signature-list2 .signature-list3 {
  padding: var(--d50) 0;
}
.signature-list .signature-list2 .signature-list3 .signature-list-title {
  font-size: var(--26);
  line-height: 1;
  color: var(--c);
  margin-bottom: var(--d16);
  font-weight: 500;
}
.signature-list .signature-list2 .signature-list3 .signature-list-text {
  font-size: var(--16);
  line-height: 1.4;
}
.manufacturingcontent .manufacturing {
  padding-top: var(--d120);
  padding-bottom: var(--d86);
  background-color: #F7FCFA;
  position: relative;
}
.manufacturingcontent .manufacturing .guala-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.manufacturingcontent .manufacturing .guala-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.manufacturingcontent .manufacturing .manufacturing-textbox {
  text-align: center;
  margin-bottom: var(--d80);
}
.manufacturingcontent .manufacturing .manufacturing-imgbox {
  margin-bottom: var(--d120);
}
.manufacturingcontent .manufacturing .manufacturing-imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.manufacturingcontent .manufacturing .manufacturing-list {
  width: 1430px;
  max-width: 100%;
  margin: 0 auto var(--d30);
}
.manufacturingcontent .manufacturing .manufacturing-list .manufacturing-list2 {
  margin-bottom: var(--d30);
}
.manufacturingcontent .manufacturing .manufacturing-list .manufacturing-list2:last-child .manufacturing-list3::after {
  display: none;
}
.manufacturingcontent .manufacturing .manufacturing-list .manufacturing-list2 .manufacturing-list3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.manufacturingcontent .manufacturing .manufacturing-list .manufacturing-list2 .manufacturing-list3:hover .manufacturing-icon {
  animation: playan3 1s linear forwards;
}
.manufacturingcontent .manufacturing .manufacturing-list .manufacturing-list2 .manufacturing-list3::after {
  width: 70px;
  height: 0;
  border-bottom: 1px dashed #CDD8D2;
  position: absolute;
  top: calc(var(--50) / 2);
  content: '';
  right: -45px;
}
.manufacturingcontent .manufacturing .manufacturing-list .manufacturing-list2 .manufacturing-list3 .manufacturing-icon {
  width: var(--50);
  margin-bottom: var(--d35);
}
.manufacturingcontent .manufacturing .manufacturing-list .manufacturing-list2 .manufacturing-list3 .manufacturing-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.manufacturingcontent .manufacturing .manufacturing-list .manufacturing-list2 .manufacturing-list3 .manufacturing-list-type {
  font-size: var(--16);
  line-height: 1;
  color: var(--c3);
  margin-bottom: 6px;
}
.manufacturingcontent .manufacturing .manufacturing-list .manufacturing-list2 .manufacturing-list3 .manufacturing-list-title {
  text-align: center;
  font-size: var(--20);
  line-height: 1;
  width: 150px;
  max-width: 100%;
  color: var(--c);
  font-weight: 700;
}
.manufacturingcontent .matter {
  padding-top: var(--d176);
}
.manufacturingcontent .matter .img-box {
  padding-bottom: calc(270 / 355 * 100%);
}
.manufacturingcontent .matter .swiper-slide {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.manufacturingcontent .matter .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.manufacturingcontent .matter .swiper-slide iframe,
.manufacturingcontent .matter .swiper-slide .banner-video,
.manufacturingcontent .matter .swiper-slide img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.manufacturingcontent .matter .video-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.manufacturingcontent .matter .banner-video video {
  object-fit: cover;
}
.manufacturingcontent .matter .matter-title {
  margin-bottom: var(--d26);
}
.manufacturingcontent .matter .matter-text {
  margin: 0;
  text-align: left;
  margin-bottom: var(--d80);
}
.manufacturingcontent .matter .matter-box {
  padding-left: var(--p);
  display: flex;
  justify-content: space-between;
}
.manufacturingcontent .matter .matter-box .matter-left {
  width: calc(878 / 1800 * 100%);
}
.manufacturingcontent .matter .matter-box .matter-left .matter-videobox {
  position: relative;
}
.manufacturingcontent .matter .matter-box .matter-left .matter-videobox .img-box {
  padding-bottom: calc(670 / 880 * 100%);
}
.manufacturingcontent .matter .matter-box .matter-right {
  width: calc(922 / 1800 * 100%);
  padding-left: var(--d20);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.manufacturingcontent .matter .matter-box .matter-right .matter-swbox1 {
  padding-left: var(--d50);
  width: 100%;
  margin-bottom: var(--d20);
}
.manufacturingcontent .matter .matter-box .matter-right .matter-swbox1 .matter-conbox {
  padding-top: var(--d30);
}
.manufacturingcontent .matter .matter-box .matter-right .matter-swbox1 .matter-conbox .matter-type {
  font-size: var(--16);
  color: var(--c3);
  margin-bottom: var(--d12);
}
.manufacturingcontent .matter .matter-box .matter-right .matter-swbox1 .matter-conbox .matter-swtitle {
  font-size: var(--26);
  line-height: 1;
  margin-bottom: var(--d20);
  color: var(--c);
}
.manufacturingcontent .matter .matter-box .matter-right .matter-swbox1 .matter-conbox .matter-swtext {
  margin-bottom: var(--d32);
  width: 775px;
  max-width: 100%;
}
.manufacturingcontent .matter .matter-box .matter-right .matter-swbox1 .matter-conbox .matter-list {
  margin-bottom: calc(-1 * var(--d14));
}
.manufacturingcontent .matter .matter-box .matter-right .matter-swbox1 .matter-conbox .matter-list .matter-list2 {
  margin-bottom: var(--d14);
}
.manufacturingcontent .matter .matter-box .matter-right .matter-swbox1 .matter-conbox .matter-list .matter-list2 .matter-list3 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.manufacturingcontent .matter .matter-box .matter-right .matter-swbox1 .matter-conbox .matter-list .matter-list2 .matter-list3 .i-choose-listicon {
  margin-top: 5px;
  margin-right: var(--d10);
}
.manufacturingcontent .matter .matter-box .matter-right .matter-swbox1 .matter-swiper2 {
  margin-bottom: var(--d50);
}
.manufacturingcontent .matter .matter-box .matter-right .matter-swbox1 .swiper-butbox {
  justify-content: flex-start;
}
.manufacturingcontent .matter .matter-box .matter-right .matter-swbox2 {
  width: 100%;
}
.manufacturingcontent .matter .matter-box .matter-right .matter-swbox2 .img-box {
  padding-bottom: calc(270 / 355 * 100%);
}
.manufacturingcontent .matrix {
  padding-top: var(--d150);
  padding-bottom: var(--d120);
}
.manufacturingcontent .matrix .matrix-type {
  text-align: center;
  margin-bottom: var(--d20);
}
.manufacturingcontent .matrix .matrix-title {
  text-align: center;
  margin-bottom: var(--d26);
}
.manufacturingcontent .matrix .text2 {
  margin-bottom: var(--d80);
}
.manufacturingcontent .matrix .matrix-box {
  height: 100%;
}
.manufacturingcontent .matrix .matrix-box:hover .img-box img {
  transform: scale(1.1);
}
.manufacturingcontent .matrix .matrix-box:hover .matrix-icon {
  background-color: var(--c3) !important;
  border-color: var(--c3) !important;
}
.manufacturingcontent .matrix .matrix-box:hover .matrix-icon i {
  color: #fff !important;
}
.manufacturingcontent .matrix .matrix-box .matrix-imgbox .img-box {
  padding-bottom: calc(480 / 430 * 100%);
}
.manufacturingcontent .matrix .matrix-box .matrix-textbox {
  padding-top: var(--d36);
  width: 360px;
  max-width: 100%;
}
.manufacturingcontent .matrix .matrix-box .matrix-textbox .matrix-swtitle {
  margin-bottom: var(--d16);
}
.manufacturingcontent .matrix .matrix-box .matrix-textbox .matrix-swtitle h3 {
  font-size: var(--26);
  color: var(--c);
}
.manufacturingcontent .matrix .matrix-box .matrix-textbox .matrix-swtext {
  margin-bottom: var(--d30);
}
.manufacturingcontent .matrix .matrix-box .matrix-textbox .matrix-icon {
  width: var(--r48);
  height: var(--r48);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid var(--c);
  transition: all 0.5s;
}
.manufacturingcontent .global {
  padding: var(--d118) 0;
  background-color: #F7FCFA;
}
.manufacturingcontent .global .global-text {
  text-align: left;
  width: 800px;
  max-width: 100%;
  margin-top: var(--d26);
  margin-bottom: var(--d80);
}
.manufacturingcontent .global .global-box {
  display: flex;
  justify-content: space-between;
}
.manufacturingcontent .global .global-box .global-left {
  padding-right: var(--d70);
  width: calc(954 / 1800 * 100%);
}
.manufacturingcontent .global .global-box .global-left .global-list {
  padding-right: var(--d115);
  border-bottom: 1px dashed #CDD8D2;
  padding-bottom: var(--d50);
  margin-bottom: var(--d50);
}
.manufacturingcontent .global .global-box .global-left .global-list .global-list2 {
  margin-bottom: var(--d40);
}
.manufacturingcontent .global .global-box .global-left .global-list .global-list2:last-child {
  margin-bottom: 0;
}
.manufacturingcontent .global .global-box .global-left .global-list .global-list2 .global-list3 {
  padding-right: var(--d115);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.manufacturingcontent .global .global-box .global-left .global-list .global-list2 .global-list3 .global-list-textbox {
  width: calc(100% - var(--r60));
  padding-left: var(--d40);
}
.manufacturingcontent .global .global-box .global-left .global-list .global-list2 .global-list3 .global-list-textbox .global-list-title {
  font-size: var(--26);
  font-weight: 500;
  margin-bottom: var(--d20);
}
.manufacturingcontent .global .global-box .global-left .global-list .global-list2 .global-list3 .global-list-textbox .global-list-text {
  font-size: var(--16);
  line-height: 1.4;
}
.manufacturingcontent .global .global-box .global-left .global-list .global-list2 .global-list3 .global-icon {
  width: var(--r60);
  height: var(--r60);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #224433;
}
.manufacturingcontent .global .global-box .global-left .global-list .global-list2 .global-list3 .global-icon img {
  width: var(--20);
  height: var(--20);
}
.manufacturingcontent .global .global-box .global-left .global-contitle {
  color: var(--c2);
  margin-bottom: var(--d30);
  font-size: var(--24);
  font-family: 'Boldonse', 'Microsoft YaHei UI', sans-serif;
}
.manufacturingcontent .global .global-box .global-left .global-context {
  padding-right: var(--d80);
  margin-bottom: var(--d20);
}
.manufacturingcontent .global .global-box .global-left .global-context2 {
  font-size: var(--16);
  line-height: 1;
  color: var(--c3);
}
.manufacturingcontent .global .global-box .global-right {
  width: calc(846 / 1800 * 100%);
  position: relative;
}
.manufacturingcontent .global .global-box .global-right .img-box {
  padding-bottom: calc(560 / 845 * 100%);
}
.manufacturingcontent .palletizing {
  padding: var(--d120) 0;
}
.manufacturingcontent .palletizing .palletizing-title {
  text-align: center;
  margin-bottom: var(--d26);
}
.manufacturingcontent .palletizing .palletizing-text {
  margin-bottom: var(--d80);
}
.manufacturingcontent .palletizing .palletizing-list {
  margin-bottom: calc(-1 * var(--d30));
}
.manufacturingcontent .palletizing .palletizing-list .palletizing-list2 {
  margin-bottom: var(--d30);
}
.manufacturingcontent .palletizing .palletizing-list .palletizing-list2 .palletizing-list3 .palletizing-imgbox {
  margin-bottom: var(--d50);
}
.manufacturingcontent .palletizing .palletizing-list .palletizing-list2 .palletizing-list3 .palletizing-imgbox .img-box {
  padding-bottom: calc(425 / 885 * 100%);
}
.manufacturingcontent .palletizing .palletizing-list .palletizing-list2 .palletizing-list3 .palletizing-textbox .palletizing-list-title {
  font-size: var(--20);
  color: var(--c);
  margin-bottom: var(--d40);
}
.manufacturingcontent .palletizing .palletizing-list .palletizing-list2 .palletizing-list3 .palletizing-textbox .palletizing-list-textbox .palletizing-list-textbox2 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: var(--d20);
}
.manufacturingcontent .palletizing .palletizing-list .palletizing-list2 .palletizing-list3 .palletizing-textbox .palletizing-list-textbox .palletizing-list-textbox2:last-child {
  margin-bottom: 0;
}
.manufacturingcontent .palletizing .palletizing-list .palletizing-list2 .palletizing-list3 .palletizing-textbox .palletizing-list-textbox .palletizing-list-textbox2 .i-choose-listicon {
  margin-top: 3px;
  margin-right: var(--d12);
}
.manufacturingcontent .palletizing .palletizing-list .palletizing-list2 .palletizing-list3 .palletizing-textbox .palletizing-list-textbox .palletizing-list-textbox2 .palletizing-list-textbox3 {
  width: 715px;
  max-width: 100%;
}
.manufacturingcontent .palletizing .palletizing-list .palletizing-list2 .palletizing-list3 .palletizing-textbox .palletizing-list-textbox .palletizing-list-textbox2 .palletizing-list-textbox3 .palletizing-listtitle {
  font-size: var(--18);
  line-height: 1;
  color: var(--c);
  margin-bottom: var(--d10);
}
.manufacturingcontent .palletizing .palletizing-list .palletizing-list2 .palletizing-list3 .palletizing-textbox .palletizing-list-textbox .palletizing-list-textbox2 .palletizing-list-textbox3 .palletizing-listext {
  font-size: var(--14);
  line-height: 1.3;
}
.manufacturingcontent .logistics {
  padding: var(--d124) 0;
}
.manufacturingcontent .logistics .logistics-title {
  text-align: center;
  margin-bottom: var(--d32);
}
.manufacturingcontent .logistics .logistics-title .title {
  color: var(--c3);
}
.manufacturingcontent .logistics .logistics-text {
  text-align: center;
  color: var(--c2);
  margin-bottom: var(--d80);
}
.manufacturingcontent .logistics .logistics-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.manufacturingcontent .logistics .logistics-box .logistics-left {
  width: calc(845 / 1800 * 100%);
}
.manufacturingcontent .logistics .logistics-box .logistics-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.manufacturingcontent .logistics .logistics-box .logistics-right {
  width: calc(955 / 1800 * 100%);
  padding-left: var(--d110);
}
.manufacturingcontent .logistics .logistics-box .logistics-right .signature-list {
  border-top: 1px dashed #426F58;
}
.manufacturingcontent .logistics .logistics-box .logistics-right .signature-list .signature-list2 {
  border-bottom: 1px dashed #426F58;
}
.manufacturingcontent .logistics .logistics-box .logistics-right .signature-list .signature-list2 .signature-list3 {
  padding: var(--d50) 0;
}
.manufacturingcontent .logistics .logistics-box .logistics-right .signature-list .signature-list2 .signature-list3 .signature-list-title {
  color: #FFFFFF;
}
.manufacturingcontent .logistics .logistics-box .logistics-right .signature-list .signature-list2 .signature-list3 .signature-list-text {
  color: #FFFFFF;
}
.manufacturingcontent .engineer {
  padding: var(--d140) 0;
}
.manufacturingcontent .engineer .engineer-title {
  text-align: center;
  margin-bottom: var(--d36);
}
.manufacturingcontent .engineer .engineer-text {
  margin-bottom: var(--d60);
}
.manufacturingcontent .engineer .con-but {
  display: flex;
  justify-content: center;
  align-items: center;
}
.matter-icon {
  width: var(--r100);
  height: var(--r100);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  stroke-width: 1px;
  stroke: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.matter-icon i {
  font-size: var(--64);
  color: #fff;
}
.aboutcontent .industrial {
  padding: var(--d120) 0 var(--d150);
  position: relative;
}
.aboutcontent .industrial .guala-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.aboutcontent .industrial .guala-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aboutcontent .industrial .industrial-type {
  text-align: center;
}
.aboutcontent .industrial .industrial-title {
  text-align: center;
  margin-bottom: var(--d32);
}
.aboutcontent .industrial .industrial-text {
  text-align: center;
  margin-bottom: var(--d110);
}
.aboutcontent .industrial .industrial-list {
  width: 1310px;
  max-width: 100%;
  margin: 0 auto calc(-1 * var(--d30));
  padding-bottom: var(--d56);
}
.aboutcontent .industrial .industrial-list .industrial-list2 {
  margin-bottom: var(--d30);
}
.aboutcontent .industrial .industrial-list .industrial-list2 .industrial-list3 .num {
  font-size: var(--76);
  line-height: 1;
  margin-bottom: var(--d14);
  color: var(--c2);
  font-weight: 700;
  text-align: center;
}
.aboutcontent .industrial .industrial-list .industrial-list2 .industrial-list3 .industrial-list-text {
  text-align: center;
  font-size: var(--18);
  line-height: 1;
  color: var(--c2);
}
.aboutcontent .industrial .industrial-imgbox {
  position: relative;
  color: #fff;
}
.aboutcontent .industrial .industrial-imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aboutcontent .industrial .industrial-imgbox .industrial-textbox {
  background-position: center bottom;
  position: absolute;
  right: var(--d75);
  bottom: var(--d75);
  padding: var(--d46) var(--d110) var(--d46) var(--d52);
  z-index: 10;
}
.aboutcontent .industrial .industrial-imgbox .industrial-textbox .industrial-video-title {
  margin-bottom: var(--d24);
  font-size: var(--20);
  line-height: 1.6;
  color: #fff;
  font-family: 'Boldonse', 'Microsoft YaHei UI', sans-serif;
}
.aboutcontent .industrial .industrial-imgbox .industrial-textbox .industrial-video-text {
  width: 678px;
  max-width: 100%;
}
.aboutcontent .industrial .industrial-imgbox .matter-icon {
  top: unset;
  left: var(--d75);
  bottom: var(--d120);
  transform: unset;
}
.aboutcontent .philosophy {
  padding-bottom: var(--d120);
}
.aboutcontent .philosophy .philosophy-type {
  text-align: center;
}
.aboutcontent .philosophy .philosophy-title {
  text-align: center;
  margin-bottom: var(--d26);
}
.aboutcontent .philosophy .philosophy-text {
  margin-bottom: var(--d100);
}
.aboutcontent .philosophy .philosophy-box {
  display: flex;
  justify-content: space-between;
}
.aboutcontent .philosophy .philosophy-box .philosophy-box2 {
  width: calc(422 / 1800 * 100%);
  border: 1px solid #DDE7E2;
}
.aboutcontent .philosophy .philosophy-box .philosophy-box2 .philosophy-conbox {
  display: block;
  padding: var(--d30);
}
.aboutcontent .philosophy .philosophy-box .philosophy-box2 .philosophy-conbox .philosophy-box-imgbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.aboutcontent .philosophy .philosophy-box .philosophy-box2 .philosophy-conbox .philosophy-box-imgbox .philosophy-box-img {
  width: calc(140 / 362 * 100%);
}
.aboutcontent .philosophy .philosophy-box .philosophy-box2 .philosophy-conbox .philosophy-box-imgbox .philosophy-box-textbox {
  width: calc(222 / 362 * 100%);
  padding-left: var(--d50);
}
.aboutcontent .philosophy .philosophy-box .philosophy-box2 .philosophy-conbox .philosophy-box-imgbox .philosophy-box-textbox .philosophy-num {
  font-size: var(--16);
  margin-bottom: var(--d20);
}
.aboutcontent .philosophy .philosophy-box .philosophy-box2 .philosophy-conbox .philosophy-box-imgbox .philosophy-box-textbox .philosophy-box-title {
  font-size: var(--26);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.03em;
  margin-bottom: var(--d36);
}
.aboutcontent .philosophy .philosophy-box .philosophy-box2 .philosophy-conbox2 {
  padding: var(--d30) var(--d140) var(--d40) var(--d30);
  display: flex;
  justify-content: space-between;
  display: none;
}
.aboutcontent .philosophy .philosophy-box .philosophy-box2 .philosophy-conbox2 .philosophy-box-img {
  width: calc(140 / 745 * 100%);
}
.aboutcontent .philosophy .philosophy-box .philosophy-box2 .philosophy-conbox2 .philosophy-box-textbox {
  width: calc(605 / 745 * 100%);
  padding-left: var(--d50);
  color: #fff;
}
.aboutcontent .philosophy .philosophy-box .philosophy-box2 .philosophy-conbox2 .philosophy-box-textbox .philosophy-num {
  font-size: var(--16);
  margin-bottom: var(--d20);
}
.aboutcontent .philosophy .philosophy-box .philosophy-box2 .philosophy-conbox2 .philosophy-box-textbox .philosophy-box-title {
  font-size: var(--26);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.03em;
  margin-bottom: var(--d36);
}
.aboutcontent .philosophy .philosophy-box .philosophy-box2 .philosophy-conbox2 .philosophy-box-textbox .philosophy-box-text {
  margin-bottom: var(--d70);
}
.aboutcontent .philosophy .philosophy-box .philosophy-box2 .philosophy-conbox2 .philosophy-box-textbox .philosophy-box-type {
  font-size: var(--16);
  color: var(--c);
  font-weight: 500;
}
.aboutcontent .philosophy .philosophy-box .action {
  width: calc(915 / 1800 * 100%);
}
.aboutcontent .philosophy .philosophy-box .action .philosophy-conbox {
  display: none;
}
.aboutcontent .philosophy .philosophy-box .action .philosophy-conbox2 {
  display: flex;
}
.aboutcontent .factory {
  padding: var(--d100) 0;
  background-color: #F7FCFA;
}
.aboutcontent .factory .factory-type {
  text-align: center;
}
.aboutcontent .factory .factory-title {
  text-align: center;
  margin-bottom: var(--d26);
}
.aboutcontent .factory .factory-text {
  margin-bottom: var(--d80);
}
.aboutcontent .factory .factory-swiper {
  margin-bottom: var(--d60);
}
.aboutcontent .a-vr .img-box {
  padding-bottom: calc(760 / 1920 * 100%);
}
.aboutcontent .future {
  padding: var(--d138) 0 var(--d147);
}
.aboutcontent .future .future-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.aboutcontent .future .future-box .future-left {
  width: calc(915 / 1800 * 100%);
  padding-right: var(--d225);
}
.aboutcontent .future .future-box .future-left .future-type {
  color: var(--c2);
}
.aboutcontent .future .future-box .future-left .future-title {
  margin-bottom: var(--d60);
}
.aboutcontent .future .future-box .future-left .future-title .title {
  color: var(--c3);
}
.aboutcontent .future .future-box .future-left .future-text {
  width: 635px;
  max-width: 100%;
  font-size: var(--18);
  line-height: 1.5;
  color: #fff;
  margin-bottom: var(--d22);
}
.aboutcontent .future .future-box .future-left .future-text2 {
  width: 560px;
  max-width: 100%;
  color: #B7CDC2;
}
.aboutcontent .future .future-box .future-right {
  width: calc(885 / 1800 * 100%);
}
.aboutcontent .future .future-box .future-right .future-list {
  border-top: 1px dashed #426F58;
}
.aboutcontent .future .future-box .future-right .future-list .future-list2 {
  border-bottom: 1px dashed #426F58;
}
.aboutcontent .future .future-box .future-right .future-list .future-list2 .future-list3 {
  padding: var(--d50) 0;
}
.aboutcontent .future .future-box .future-right .future-list .future-list2 .future-list3:hover .future-icon i {
  color: var(--c3);
}
.aboutcontent .future .future-box .future-right .future-list .future-list2 .future-list3:hover .future-list-title h3 {
  color: var(--c3);
}
.aboutcontent .future .future-box .future-right .future-list .future-list2 .future-list3 .future-icon {
  margin-bottom: var(--d56);
}
.aboutcontent .future .future-box .future-right .future-list .future-list2 .future-list3 .future-icon i {
  font-size: var(--34);
  color: var(--c2);
  transition: all 0.5s;
}
.aboutcontent .future .future-box .future-right .future-list .future-list2 .future-list3 .future-list-title {
  margin-bottom: var(--d16);
}
.aboutcontent .future .future-box .future-right .future-list .future-list2 .future-list3 .future-list-title h3 {
  font-size: var(--26);
  line-height: 1;
  letter-spacing: -0.03em;
  color: #fff;
  transition: all 0.5s;
}
.aboutcontent .future .future-box .future-right .future-list .future-list2 .future-list3 .future-list-text {
  width: 700px;
  color: #B7CDC2;
  font-size: var(--16);
  line-height: 1.4;
  max-width: 100%;
}
.factory-box {
  position: relative;
}
.factory-box:hover .img-box img {
  transform: scale(1.1);
}
.factory-box::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  z-index: 10;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50.81%, rgba(0, 0, 0, 0.7) 100%);
}
.factory-box .img-box {
  padding-bottom: calc(390 / 580 * 100%);
}
.factory-box .factory-textbox {
  width: 100%;
  padding: var(--d30) var(--d40);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 20;
}
.factory-box .factory-textbox .factory-textbox2 {
  width: 427px;
  max-width: 100%;
  color: #fff;
}
.factory-box .factory-textbox .factory-textbox2 .factory-swtitle {
  font-size: var(--26);
  font-weight: 500;
  line-height: 1;
}
.factory-box .factory-textbox .factory-textbox2 .factory-swtext {
  margin-top: var(--d18);
  font-size: var(--16);
  line-height: 1.4;
  display: none;
}
.factorycontent {
  padding: var(--d120) 0;
}
.factorycontent .factory-swtext {
  display: block !important;
}
.factorycontent .factory-list {
  margin-bottom: calc(-1 * var(--d30));
  padding-bottom: var(--d80);
}
.factorycontent .factory-list .factory-list2 {
  margin-bottom: var(--d30);
}
.newscontent {
  padding: var(--d120) 0;
}
.newscontent .news-list {
  margin-bottom: calc(-1 * var(--d60));
  padding-bottom: var(--d80);
}
.newscontent .news-list .news-list2 {
  margin-bottom: var(--d60);
}
.faqcontent {
  padding: var(--d120) 0;
}
.faqcontent .join-list {
  width: 1430px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  margin-bottom: var(--d80);
}
.faqcontent .join-list .join-list2 {
  position: relative;
  border-top: 1px dashed #CDD8D2;
}
.faqcontent .join-list .join-list2:last-child {
  margin-bottom: 0;
  border-bottom: 1px dashed #CDD8D2;
}
.faqcontent .join-list .join-list2 .join-list3 .join-titlebox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  position: relative;
  transition: all 0.5s;
  padding: var(--d20) 0;
}
.faqcontent .join-list .join-list2 .join-list3 .join-titlebox:hover .join-list-title span {
  color: var(--c3) !important;
}
.faqcontent .join-list .join-list2 .join-list3 .join-titlebox:hover .join-list-title p {
  color: var(--c3) !important;
}
.faqcontent .join-list .join-list2 .join-list3 .join-titlebox:hover .join-mes {
  border-color: var(--c3);
  color: #fff !important;
  background-color: var(--c3);
}
.faqcontent .join-list .join-list2 .join-list3 .join-titlebox .join-list-title {
  width: calc(100% - 20px);
  position: relative;
  transition: all 0.5s;
  display: flex;
}
.faqcontent .join-list .join-list2 .join-list3 .join-titlebox .join-list-title span {
  white-space: nowrap;
  margin-right: var(--d16);
  display: block;
  font-size: var(--16);
  line-height: 1;
  color: var(--c);
  margin-top: 5px;
  transition: all 0.5s;
}
.faqcontent .join-list .join-list2 .join-list3 .join-titlebox .join-list-title p {
  font-size: var(--26);
  line-height: 1;
  letter-spacing: -0.03em;
  color: #224433;
  transition: all 0.5s;
}
.faqcontent .join-list .join-list2 .join-list3 .join-titlebox .join-list-title .join-list-type {
  margin-top: var(--d14);
  font-size: var(--16);
  font-weight: 500;
  color: var(--c) !important;
}
.faqcontent .join-list .join-list2 .join-list3 .join-titlebox .join-mes {
  width: var(--r48);
  height: var(--r48);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #224433;
  background-color: #fff;
}
.faqcontent .join-list .join-list2 .join-list3 .join-titlebox .join-mes .join-icon {
  transition: all 0.5s;
}
.faqcontent .join-list .join-list2 .join-list3 .join-textbox {
  display: none;
  padding-top: var(--d36);
  padding-bottom: var(--d36);
  padding-left: calc(var(--d16) + 29px);
  padding-right: var(--d110);
  line-height: 1.4;
  font-size: var(--16);
  background-color: var(--c2);
  color: #fff;
  margin-bottom: var(--d20);
}
.faqcontent .join-list .join-list2 .join-list3 .join-textbox .join-textbox2 {
  width: 1142px;
  max-width: 100%;
}
.faqcontent .join-list .open {
  border-top: 1px solid var(--c3);
}
.faqcontent .join-list .open .join-titlebox .join-list-title span {
  color: var(--c3) !important;
}
.faqcontent .join-list .open .join-titlebox .join-list-title p {
  color: var(--c3) !important;
}
.faqcontent .join-list .open .join-list3 .join-titlebox .join-mes {
  color: #fff !important;
  transform: rotate(-90deg);
  background-color: var(--c3);
  border-color: var(--c3);
}
.contactcontent .contact {
  padding-top: var(--d120);
  padding-bottom: var(--d150);
  overflow: hidden;
}
.contactcontent .contact .contact-bg {
  position: absolute;
  width: 100%;
  pointer-events: none;
}
.contactcontent .contact .contact-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contactcontent .contact .container {
  position: relative;
  z-index: 10;
}
.contactcontent .contact .contact-box {
  display: flex;
  justify-content: space-between;
}
.contactcontent .contact .contact-box .contact-left {
  width: calc(885 / 1800 * 100%);
  padding-right: var(--d185);
}
.contactcontent .contact .contact-box .contact-left .contact-type {
  margin-bottom: var(--d20);
}
.contactcontent .contact .contact-box .contact-left .contact-title {
  margin-bottom: var(--d26);
}
.contactcontent .contact .contact-box .contact-left .contact-text {
  width: 550px;
  max-width: 100%;
  margin-bottom: var(--d80);
}
.contactcontent .contact .contact-box .contact-left .contact-list .contact-list2 {
  margin-bottom: var(--d30);
  padding-bottom: var(--d30);
  border-bottom: 1px dashed #CDD8D2;
}
.contactcontent .contact .contact-box .contact-left .contact-list .contact-list2:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.contactcontent .contact .contact-box .contact-left .contact-list .contact-list2 .contact-list3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contactcontent .contact .contact-box .contact-left .contact-list .contact-list2 .contact-list3:hover .contact-icon i {
  animation: playan3 1s linear forwards;
}
.contactcontent .contact .contact-box .contact-left .contact-list .contact-list2 .contact-list3 .contact-icon {
  width: var(--r56);
  height: var(--r56);
  border-radius: 50%;
  border: 1px solid var(--c);
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contactcontent .contact .contact-box .contact-left .contact-list .contact-list2 .contact-list3 .contact-icon i {
  font-size: var(--22);
  color: var(--c);
}
.contactcontent .contact .contact-box .contact-left .contact-list .contact-list2 .contact-list3 .contact-list-textbox {
  width: calc(100% - var(--r56));
  padding-left: var(--d44);
}
.contactcontent .contact .contact-box .contact-left .contact-list .contact-list2 .contact-list3 .contact-list-textbox .contact-list-title {
  font-size: var(--22);
  line-height: 1;
  color: var(--c);
  font-weight: 700;
  margin-bottom: var(--d18);
}
.contactcontent .contact .contact-box .contact-left .contact-list .contact-list2 .contact-list3 .contact-list-textbox .contact-list-text {
  font-size: var(--18);
  line-height: 1;
  color: var(--c);
}
.contactcontent .contact .contact-box .contact-left .contact-list .contact-list2 .contact-imgbox {
  margin-bottom: calc(-1 * var(--d40));
}
.contactcontent .contact .contact-box .contact-left .contact-list .contact-list2 .contact-imgbox .contact-imgbox2 {
  margin-bottom: var(--d40);
}
.contactcontent .contact .contact-box .contact-left .contact-list .contact-list2 .contact-imgbox .contact-imgbox2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contactcontent .contact .contact-box .contact-right {
  width: calc(915 / 1800 * 100%);
  background-color: rgba(21, 119, 98, 0.05);
  padding: var(--d15);
}
.contactcontent .contact .contact-box .contact-right .contact-right2 {
  background-color: rgba(21, 119, 98, 0.1);
  height: 100%;
  padding: var(--d52) var(--d48);
}
.contactcontent .contact .contact-box .contact-right .submit {
  background-color: transparent;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.contactcontent .map {
  padding-top: var(--d110);
  background-color: #EA8932;
}
.contactcontent .map .map-img {
  width: 1430px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.contactcontent .map .map-img .map-list {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.contactcontent .map .map-img .map-list .map-list2 {
  width: calc(28.43 / 1430 * 100%);
  height: calc(28.43 / 642 * 100%);
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
}
.contactcontent .map .map-img .map-list .map-list2 .map-list-title {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  left: 186%;
  color: #fff;
  font-size: var(--16);
}
.contactcontent .map .map-img .map-list .map-list2::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  content: '';
  border-radius: 50%;
  animation: playan2 3s linear infinite normal;
}
.contactcontent .map .map-img .map-list .map-list2::before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  content: '';
  border-radius: 50%;
  animation: playan2 3s linear infinite normal;
  animation-delay: 1.5s;
}
.contactcontent .map .map-img .map-list .map-list2 .map-list3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #FFA95C;
  width: calc(11.37 / 28.43 * 100%);
  height: calc(11.37 / 28.43 * 100%);
  border-radius: 50%;
  position: relative;
  z-index: 10;
}
.contactcontent .map .map-img .map-list .uk {
  top: 13.15%;
  left: 9.4%;
}
.contactcontent .map .map-img .map-list .uk .map-list-title {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  left: -186%;
  color: #fff;
  font-size: var(--16);
}
.contactcontent .map .map-img .map-list .germany {
  top: 16.6%;
  left: 12.9%;
}
.contactcontent .map .map-img .map-list .russia {
  top: 13.5%;
  left: 31.2%;
}
.contactcontent .map .map-img .map-list .china {
  top: 25.6%;
  left: 36.2%;
}
.contactcontent .map .map-img .map-list .australia {
  top: 60.6%;
  left: 45.1%;
}
.contactcontent .map .map-img .map-list .canada {
  top: 12.6%;
  left: 73.5%;
}
.contactcontent .map .map-img .map-list .usa {
  top: 23.8%;
  left: 76.7%;
}
.contactcontent .map .map-img .map-list .brazil {
  top: 53.6%;
  left: 89.7%;
}
.contactcontent .map .map-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contactcontent .map .map-type {
  text-align: center;
  color: var(--c2);
  margin-bottom: var(--d20);
}
.contactcontent .map .map-title {
  text-align: center;
  margin-bottom: var(--d26);
}
.contactcontent .map .map-title .title {
  color: #fff;
}
.contactcontent .map .map-text {
  color: #fff;
  margin-bottom: var(--d60);
}
@media (max-width: 1600px) {
  .indexcontent .i-experience .i-experience-img {
    width: 450px;
  }
  .fooder .fooder-top .fooder-top2 .fooder-search {
    width: 340px;
    margin-bottom: var(--d20);
    max-width: 100%;
  }
}
@media (max-width: 1400px) {
  .header .header-logo .logo {
    width: 140px;
  }
  .header .header-box .header-content {
    height: 60px;
  }
  .manufacturingcontent .manufacturing .manufacturing-list .manufacturing-list2 .manufacturing-list3::after {
    width: 40px;
    right: -25px;
  }
}
* {
  cursor: url("../images/shubiao.ico"), pointer;
}
@media (max-width: 1200px) {
  * {
    cursor: unset !important;
  }
  .contactcontent .contact .contact-box,
  .aboutcontent .future .future-box,
  .manufacturingcontent .logistics .logistics-box,
  .manufacturingcontent .matter .matter-box,
  .spray-list .spray-list2 .spray-list3,
  .printingcontent .precision .precision-box,
  .integrated-list3,
  .printingcontent .application .application-box,
  .printingcontent .custom .custom-box,
  .printingcontent .synthesis .synthesis-box,
  .printingcontent .precision2 .precision-box,
  .brandcontent .brand-list .brand-list2 .brand-list3,
  .closurescontent .guarantee .guarantee-textbox .guarantee-butbox,
  .closurescontent .tamper .tamper-box,
  .closurescontent .stoppers .stoppers-box {
    flex-direction: column !important;
  }
  .manufacturingcontent .global .global-box,
  .signaturecontent .signature .signature-box:nth-child(2n) .signature-conbox .signature-conbox2,
  .signaturecontent .signature .signature-box .signature-conbox .signature-conbox2,
  .structuralcontent .frosting .frosting-list .frosting-list2 .frosting-list3,
  .closurescontent .ropp .ropp-box,
  .closurescontent .guala .guala-box {
    flex-direction: column-reverse !important;
  }
  .contactcontent .contact .contact-box .contact-left,
  .aboutcontent .future .future-box .future-left,
  .manufacturingcontent .logistics .logistics-box .logistics-left,
  .manufacturingcontent .global .global-box .global-right,
  .signaturecontent .signature .signature-box .signature-conbox .signature-conbox2 .signature-imgbox,
  .spray-list .spray-list2 .spray-list3 .spray-imgbox,
  .structuralcontent .frosting .frosting-list .frosting-list2 .frosting-list3 .frosting-imgbox,
  .integrated-list3 .integrated-imgbox,
  .printingcontent .custom .custom-box .custom-left,
  .printingcontent .synthesis .synthesis-box .synthesis-left,
  .printingcontent .precision .precision-box .precision-left,
  .closurescontent .tamper .tamper-box .tamper-left,
  .closurescontent .ropp .ropp-box .ropp-right,
  .closurescontent .guala .guala-box .guala-right {
    width: 100% !important;
    padding: 0 !important;
    margin-bottom: var(--d30) !important;
  }
  .contactcontent .contact .contact-box .contact-right,
  .aboutcontent .future .future-box .future-right,
  .manufacturingcontent .logistics .logistics-box .logistics-right,
  .manufacturingcontent .global .global-box .global-left,
  .manufacturingcontent .matter .matter-box .matter-right,
  .signaturecontent .signature .signature-box:nth-child(2n) .signature-conbox .signature-conbox2 .signature-listbox,
  .signaturecontent .signature .signature-box .signature-conbox .signature-conbox2 .signature-listbox,
  .spray-list .spray-list2 .spray-list3 .spray-textbox,
  .structuralcontent .frosting .frosting-list .frosting-list2 .frosting-list3 .frosting-list-textbox,
  .printingcontent .precision .precision-box .precision-right,
  .integrated-list3 .integrated-textbox,
  .printingcontent .application .application-box .application-img,
  .printingcontent .custom .custom-box .custom-right,
  .printingcontent .synthesis .synthesis-box .synthesis-right,
  .printingcontent .precision2 .precision-box .precision-right,
  .brandcontent .brand-list .brand-list2 .brand-list3 .brand-textbox,
  .closurescontent .tamper .tamper-box .tamper-right,
  .closurescontent .ropp .ropp-box .ropp-left,
  .closurescontent .guala .guala-box .guala-left {
    width: 100% !important;
    padding: 0 !important;
  }
  .manufacturingcontent .manufacturing .manufacturing-list .manufacturing-list2 .manufacturing-list3::after {
    display: none;
  }
  .closurescontent .ropp .ropp-box .ropp-left .ropp-img-textbox,
  .closurescontent .stoppers .stoppers-box .stoppers-box2 {
    width: 100% !important;
    margin-bottom: var(--d30);
  }
  .closurescontent .ropp .ropp-box .ropp-left .ropp-img-textbox:last-child,
  .closurescontent .stoppers .stoppers-box .stoppers-box2:last-child {
    margin-bottom: 0;
  }
  .manufacturingcontent .matter .matter-box .matter-left,
  .printingcontent .application .application-box .application-textbox,
  .brandcontent .brand-list .brand-list2 .brand-list3 .brand-imgbox {
    width: 100% !important;
  }
  .closurescontent .guarantee .guarantee-textbox .guarantee-butbox .con-but:first-child {
    margin-bottom: var(--d30);
  }
  .aboutcontent .philosophy .philosophy-box {
    flex-direction: column;
  }
  .aboutcontent .philosophy .philosophy-box .philosophy-box2 .philosophy-conbox {
    display: none !important;
  }
  .aboutcontent .philosophy .philosophy-box .philosophy-box2 .philosophy-conbox2 {
    display: flex !important;
  }
  .aboutcontent .philosophy .philosophy-box .philosophy-box2 {
    width: 100%;
    margin-bottom: var(--d30);
  }
  .aboutcontent .philosophy .philosophy-box .philosophy-box2:last-child {
    margin-bottom: 0;
  }
  .closurescontent .stoppers .stoppers-box .stoppers-box2 .stoppers-left .stoppers-conbox {
    width: 100%;
  }
  .closurescontent .stoppers .stoppers-box .stoppers-box2 .stoppers-left {
    display: flex !important;
  }
  .closurescontent .stoppers .stoppers-box .stoppers-box2 .stoppers-conbox2 {
    display: none !important;
  }
  .indexcontent .i-choose .i-choose-box {
    flex-direction: column;
  }
  .header .header-box0 .header-content0 {
    height: 60px;
  }
  .header .header-logo .logo {
    width: 110px;
  }
  .header .header-box .header-content {
    height: 0;
  }
  .header {
    position: sticky;
    top: 0;
    background-color: var(--c);
  }
  .indexcontent .i-experience .i-experience-listbox .i-experience-list .i-experience-list2:last-child,
  .indexcontent .i-experience .i-experience-listbox .i-experience-list .i-experience-list2:first-child {
    top: 0;
  }
  .indexcontent .i-choose .i-choose-box .i-choose-left {
    width: 100%;
    padding: 0;
    margin-bottom: var(--d20);
  }
  .indexcontent .i-choose .i-choose-box .i-choose-right {
    width: 100%;
  }
  .indexcontent .i-experience .i-experience-img {
    width: 300px;
  }
  .fooder .fooder-top .fooder-top2 {
    flex-wrap: wrap;
  }
  .fooder .fooder-top .fooder-top2 .fooder-mesbox {
    width: 100%;
  }
  .indexcontent .i-spirits .i-spirits-titlebox {
    position: unset;
    margin-bottom: var(--d30);
  }
  #pinContainer .i-spirits-box {
    display: none;
  }
  #pinContainer .panel-box .panel {
    height: auto;
    position: unset;
    padding-left: 0;
  }
  #pinContainer {
    height: auto;
  }
  #pinContainer .panel-box {
    width: 100%;
    height: auto;
  }
  .i-makes-list {
    flex-wrap: wrap;
    width: 100%;
    padding: 0 var(--p);
    margin: calc(-1 * var(--d15));
  }
  .i-makes-list .i-makes-list2 {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: var(--d15);
  }
  .i-makes-list .i-makes-list2 .i-makes-list3 {
    width: 100%;
    margin-right: 0;
  }
  .productcontent .product-conbox .product-left {
    display: none;
  }
  .productcontent .product-conbox .product-right {
    width: 100%;
    padding-right: var(--p);
    padding-left: var(--p);
    padding-top: var(--d100);
    padding-bottom: var(--d120);
    border: 0;
  }
  .details-content {
    flex-direction: column;
  }
  .details-content .details-left {
    width: 100%;
  }
  .details-content .details-right {
    width: 100%;
    padding: 0;
  }
  .details .download .download-box {
    flex-direction: column;
  }
  .details .download .download-box .download-form {
    width: 100%;
    margin-top: var(--d30);
  }
}
@media (max-width: 990px) {
  .productcontent .product-conbox .product-right .product-contextbox {
    flex-direction: column;
  }
  .productcontent .product-conbox .product-right .product-contextbox .product-contextbox2 {
    width: 100%;
    margin-bottom: var(--d30);
  }
  .other-banner .other-img {
    height: 350px;
  }
  .details .closures .closures-list .closures-list2 .closures-list3 {
    flex-direction: column;
  }
  .details .closures .closures-list .closures-list2 .closures-list3 .closures-imgbox {
    width: 100%;
  }
  .details .closures .closures-list .closures-list2 .closures-list3 .closures-textbox {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .details-content .details-left .details-imgbox {
    flex-direction: column;
    margin-bottom: var(--d30);
  }
  .details-content .details-left .details-imgbox .details-swiperbox2 {
    width: 100%;
    margin-bottom: var(--d30);
  }
  .details-content .details-left .details-imgbox .details-swiperbox {
    height: auto !important;
    width: 100%;
  }
  .indexcontent .i-spirits .i-spirits-titlebox {
    margin: 0;
    padding: var(--d30) var(--p);
  }
  .i-makes-list .i-makes-list2 {
    width: 50%;
  }
  .indexcontent .i-experience .i-experience-listbox .i-experience-list {
    --bs-gutter-x: 0rem;
  }
  .header .header-box0 .header-content0 .header-email {
    display: none;
  }
  .header .header-right {
    margin-left: auto;
  }
  .header .header-logo {
    left: var(--p);
    transform: translate(0%, -50%);
  }
  .indexcontent .i-success .i-success-list .i-success-list2 .i-success-list3 {
    flex-direction: column;
  }
  .indexcontent .i-success .i-success-list .i-success-list2 .i-success-list3 .i-success-img,
  .indexcontent .i-success .i-success-list .i-success-list2 .i-success-list3 .i-success-textbox {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .indexcontent .i-shop .i-shop-list {
    flex-direction: column;
  }
  .details-content .details-right .details-right2 .details-butbox {
    flex-direction: column;
  }
  .details-content .details-right .details-right2 .details-butbox .details-inquire {
    width: 100%;
    margin-bottom: var(--30);
  }
  .details-content .details-right .details-right2 .details-butbox .details-cart {
    width: 100%;
  }
}
.newsdetcon {
  position: relative;
  padding-bottom: var(--d100);
  padding-top: var(--d60);
}
.newsdetcon .input-box {
  background-color: #F6F6F6 !important;
}
.newsdetcon .news-title {
  margin-bottom: var(--d30);
}
.newsdetcon .index-news-date {
  font-size: var(--18);
  line-height: 1;
  margin-bottom: var(--d20);
}
.newsdetcon .news-prve,
.newsdetcon .news-next,
.newsdetcon .share {
  margin-bottom: var(--d30);
}
.newsdetcon .news-prve p,
.newsdetcon .news-next p,
.newsdetcon .share p {
  white-space: nowrap;
  font-size: var(--18);
  line-height: 1.3;
  font-weight: 500;
  color: #222222;
  display: inline-block;
  margin-right: 10px;
}
.newsdetcon .news-text {
  margin-bottom: var(--d40);
}
.newsdetcon .news-prve a,
.newsdetcon .news-next a {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.newsdetcon .news-prve a:hover,
.newsdetcon .news-next a:hover {
  color: var(--c);
}
.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(--d50);
}
.sitemapcontent {
  padding-top: var(--d100);
  padding-bottom: var(--d100);
}
.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 {
  border-radius: 8px;
  max-width: 100%;
  width: 400px;
  height: 50px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--c);
  color: var(--c);
  font-size: 20px;
  font-weight: bold;
  transition: all 0.2s;
}
.sitemapcontent .sitemap-content .list1 .list2 .list3:hover {
  background-color: var(--c);
  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;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  color: var(--c);
}
.sitemapcontent .sitemap-content .list1 .list2 .list1-3 {
  padding-top: 10px;
}
.sitemapcontent .sitemap-content .list1 .list2 .list1-3 .list2-3 {
  font-weight: 400;
  display: inline-block;
  margin-right: 20px;
  font-size: 16px;
  font-weight: normal;
  color: var(--c);
}
.privacycontent {
  padding-top: var(--d100);
  padding-bottom: var(--d100);
}
.privacycontent .privacy-title {
  margin-bottom: var(--d30);
}
.cart {
  padding-top: var(--d120);
  padding-bottom: var(--d120);
}
.cart .product-input .input-box {
  background-color: var(--c) !important;
}
.cart .input-box {
  background-color: #F6F6F6 !important;
}
.cart .pic {
  width: 60%;
}
.cart .cartcontent {
  padding-bottom: var(--d100);
}
.cart .cart-box .title-inquiry-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.cart .cart-box .title-inquiry-info .check-all label {
  width: auto;
}
.cart .cart-box .title-inquiry-info .check-all label span {
  margin-left: var(--d10);
}
.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;
}
.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;
  -webkit-transition: all 0.2s;
  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";
  -webkit-transform: translate3d(-50%, -50%, 0);
  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) {
  .pic {
    width: 100%;
  }
  .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;
  }
}
.notproduct {
  display: none;
  font-size: var(--30);
}
