* {
  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: center;
  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;
}
.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: 'RethinkSans', '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: #666666;
  background-color: #fff;
}
@font-face {
  font-family: 'RethinkSans';
  font-weight: 400;
  font-style: normal;
  src: local('RethinkSans Regular'), local('RethinkSans-Regular'), url('../../app/fonts/RethinkSans-Regular.woff2') format('woff2'), url('../../app/fonts/RethinkSans-Regular.woff') format('woff'), url('../../app/fonts/RethinkSans-Regular.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'RethinkSans';
  font-weight: 500;
  font-style: normal;
  src: local('RethinkSans Medium'), local('RethinkSans-Medium'), url('../../app/fonts/RethinkSans-Medium.woff2') format('woff2'), url('../../app/fonts/RethinkSans-Medium.woff') format('woff'), url('../../app/fonts/RethinkSans-Medium.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'BricolageGrotesque48pt';
  font-weight: 500;
  font-style: normal;
  src: local('BricolageGrotesque48pt Medium'), local('BricolageGrotesque48pt-Medium'), url('../../app/fonts/BricolageGrotesque48pt-Medium.woff2') format('woff2'), url('../../app/fonts/BricolageGrotesque48pt-Medium.woff') format('woff'), url('../../app/fonts/BricolageGrotesque48pt-Medium.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'BricolageGrotesque48pt';
  font-weight: 600;
  font-style: normal;
  src: local('BricolageGrotesque48pt SemiBold'), local('BricolageGrotesque48pt-SemiBold'), url('../../app/fonts/BricolageGrotesque48pt-SemiBold.woff2') format('woff2'), url('../../app/fonts/BricolageGrotesque48pt-SemiBold.woff') format('woff'), url('../../app/fonts/BricolageGrotesque48pt-SemiBold.ttf') format('truetype');
  font-display: swap;
}
i {
  line-height: 1;
}
.container {
  padding: 0;
  max-width: 1650px;
}
.row {
  --bs-gutter-x: 1.875rem;
}
:root {
  --p: calc((100vw - 1650px) / 2);
  --c: #FF9D1E;
  --c2: #0094E4;
  --c3: #333;
  --g210: 13.125rem;
  --g168: 10.5rem;
  --g152: 9.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;
  --d243: 243px;
  --d225: 225px;
  --d212: 212px;
  --d208: 208px;
  --d200: 200px;
  --d190: 190px;
  --d185: 185px;
  --d183: 183px;
  --d180: 180px;
  --d176: 176px;
  --d170: 170px;
  --d166: 166px;
  --d164: 164px;
  --d162: 162px;
  --d160: 160px;
  --d158: 158px;
  --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;
  --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) {
  .container {
    max-width: 1480px;
  }
  :root {
    --p: calc((100vw - 1480px) / 2);
    --g210: 6.125rem;
    --r136: 120px;
    --r130: 110px;
    --r48: 40px;
    --r45: 40px;
    --r44: 40px;
    --90: 65px;
    --70: 60px;
    --68: 60px;
    --36: 35px;
    --24: 20px;
  }
}
@media (max-width: 1600px) {
  .container {
    max-width: 1260px;
  }
  :root {
    --p: calc((100vw - 1260px) / 2);
    --g210: 4.125rem;
    --g168: 5.5rem;
    --g104: 4.5rem;
    --g86: 4.375rem;
    --g70: 3.375rem;
    --r150: 100px;
    --r136: 90px;
    --r130: 90px;
    --r110: 90px;
    --r100: 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;
    --d243: 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;
    --130: 100px;
    --128: 100px;
    --120: 100px;
    --110: 70px;
    --100: 70px;
    --96: 70px;
    --90: 30px;
    --86: 65px;
    --80: 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;
  }
  .container {
    max-width: 1060px;
  }
  :root {
    --p: calc((100vw - 1060px) / 2);
    --g210: 5.125rem;
    --g168: 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;
    --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;
    --d243: 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;
    --160: 80px;
    --130: 80px;
    --128: 80px;
    --120: 70px;
    --120: 66px;
    --100: 60px;
    --96: 60px;
    --90: 30px;
    --86: 55px;
    --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) {
  .container2,
  .container {
    max-width: 860px;
  }
  :root {
    --p: calc((100vw - 860px) / 2);
    --g210: 3.125rem;
    --r120: 100px;
    --r60: 40px;
    --r52: 40px;
    --r38: 35px;
    --r36: 30px;
    --d700: 380px;
    --d357: 150px;
    --d330: 150px;
    --d300: 150px;
    --d260: 80px;
    --d243: 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;
    --120: 50px;
    --96: 55px;
    --90: 30px;
    --86: 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) {
  .container2,
  .container {
    max-width: 700px;
  }
  :root {
    --p: calc((100vw - 700px) / 2);
    --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) {
  .container2,
  .container {
    max-width: 90%;
  }
  .fooder {
    padding-bottom: 52px !important;
  }
  :root {
    --p: 5%;
    --r130: 50px;
    --r64: 45px;
    --r62: 45px;
    --r48: 35px;
    --d357: 85px;
    --d300: 85px;
    --d243: 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;
    --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;
    --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;
    --90: 35px;
    --80: 30px;
    --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;
  }
}
.bricolagegrotesque {
  font-family: 'bricolagegrotesque48pt', 'Microsoft YaHei UI', sans-serif;
}
.title {
  font-size: var(--54);
  line-height: calc(64 / 54);
  color: var(--c3);
  font-family: 'bricolagegrotesque48pt', 'Microsoft YaHei UI', sans-serif;
  font-weight: 700;
}
.title span {
  background-color: var(--c);
  border-radius: 50px;
  color: #fff;
  padding: 0 10px;
}
.title2 {
  font-size: var(--54);
  line-height: calc(64 / 54);
  color: var(--c3);
  font-family: 'bricolagegrotesque48pt', 'Microsoft YaHei UI', sans-serif;
  font-weight: 700;
}
.title2 span {
  color: var(--c);
}
.text {
  color: #666;
  font-size: var(--18);
  line-height: calc(30 / 18);
}
@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-textbox {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.other-banner .other-textbox .other-title {
  color: #fff;
  font-size: var(--70);
  line-height: calc(64 / 70);
  font-weight: 700;
}
.crbam {
  color: #999999;
  font-size: var(--14);
}
.crbam i {
  margin-right: var(--d10);
}
.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(--c);
  text-decoration: underline;
}
.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: 0;
  z-index: 10000;
  width: 100%;
  transition: all 0.5s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.header .header-box {
  width: 100%;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}
.header .header-box .header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  transition: all 0.5s;
  height: 100px;
}
.header .header-left {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header .header-logo {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: var(--d120);
}
.header .header-logo .logo {
  width: 180px;
  position: relative;
  z-index: 1000;
}
.header .header-logo .logo img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
.header .header-logo .logo .logo1 {
  opacity: 1;
}
.header .header-logo .logo .logo2 {
  opacity: 0;
}
.header .header-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.5s;
  height: 100%;
  position: relative;
  z-index: 100;
}
.header .header-right .translate {
  margin-right: var(--d60);
}
.header .header-search {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  margin-right: var(--d160);
}
.header .header-search .search-con i {
  color: #FFFFFF;
  font-size: var(--20);
}
.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 {
  height: 100%;
}
.header .header-language:hover .drop-select {
  opacity: 1;
  pointer-events: auto;
}
.header .header-language .header-language2 {
  height: 100%;
}
.header .header-language .header-language3 {
  height: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  color: #fff;
  cursor: pointer;
}
.header .header-language .header-language3 .header-language-icon {
  width: var(--r40);
  height: var(--r40);
  border-radius: 50%;
  margin-right: var(--d8);
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.header .header-language .header-language3 .header-language-icon i {
  font-size: var(--24);
}
.header .header-language .header-language3 span {
  margin-right: 6px;
  font-size: var(--18);
}
.header .header-language .header-language3 i {
  font-size: 8px;
}
.header .header-cart {
  margin-right: var(--d30);
}
.header .header-cart .header-cart2 {
  font-size: var(--18);
  line-height: 1;
  color: #fff;
  font-weight: 500;
}
.header .header-cart .header-cart2 i {
  font-size: var(--24);
  margin-right: var(--d8);
}
.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: #666;
  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: #fff;
}
.headeraction .header-logo .logo .logo1 {
  opacity: 0;
}
.headeraction .header-logo .logo .logo2 {
  opacity: 1;
}
.headeraction .header-nav .header-list .header-list2 .header-list3 {
  color: #333333;
}
.headeraction .header-cart .header-cart2 {
  color: #666;
}
.headeraction .header-language .header-language3 .header-language-icon {
  color: #666;
  background-color: rgba(0, 0, 0, 0.2);
}
.headeraction .header-language .header-language3 {
  color: #666;
}
.other-header {
  position: sticky;
  top: 0;
  background-color: #fff;
}
.other-header .header-logo .logo .logo1 {
  opacity: 0;
}
.other-header .header-logo .logo .logo2 {
  opacity: 1;
}
.other-header .header-nav .header-list .header-list2 .header-list3 {
  color: #333333;
}
.other-header .header-cart .header-cart2 {
  color: #666;
}
.other-header .header-language .header-language3 .header-language-icon {
  color: #666;
  background-color: rgba(0, 0, 0, 0.2);
}
.other-header .header-language .header-language3 {
  color: #666;
}
@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(--d60);
  }
  .header-nav .header-list .header-list2::after {
    width: 0%;
    bottom: 0;
    left: 0;
    background-color: var(--c);
    position: absolute;
    content: '';
    height: 1px;
    transition: all 0.5s;
  }
  .header-nav .header-list .header-list2:last-child {
    margin-right: 0;
  }
  .header-nav .header-list .header-list2:hover::after {
    width: 100%;
  }
  .header-nav .header-list .header-list2:hover .header-list3 {
    color: var(--c);
  }
  .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;
    height: 100%;
  }
  .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;
  }
  .header-nav .header-list .action::after {
    width: 100%;
  }
  .header-nav .header-list .action .header-list3 {
    color: var(--c);
  }
  .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: 10px;
  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-wrap3 {
  width: 50px;
  padding: 22px 0;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  margin-bottom: 10px;
}
.online-wrap .backtop {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--c);
  display: flex;
  justify-content: center;
  align-items: center;
}
.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: 24px;
}
.online-wrap .online a i {
  font-size: 26px;
  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: 50px;
}
.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 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 .banner-prev {
  position: absolute;
  left: var(--p);
  top: 70%;
  transform: translate(0, -50%);
  z-index: 100;
  background-color: var(--c);
}
.index-banner .banner-next {
  position: absolute;
  right: var(--p);
  top: 70%;
  transform: translate(0, -50%);
  z-index: 100;
  background-color: var(--c);
}
.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 .con-butleft {
  transition: all 0.5s;
  padding: 0 var(--d34);
  border-radius: 50px;
  height: var(--r45);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--c3);
  color: #fff;
  font-size: var(--16);
}
.con-but .con-but2 .con-butright {
  width: var(--r45);
  height: var(--r45);
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.5s;
  background-color: var(--c3);
  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 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 #D9D9D9;
  color: #D9D9D9;
  cursor: pointer;
}
.swiper-but i {
  font-size: var(--18);
}
.swiper-but:hover {
  background-color: var(--c);
  color: #fff;
}
.con-swbox {
  position: relative;
}
.con-swbox .swiper-but {
  position: absolute;
}
.con-swbox .swiper-prev {
  top: 50%;
  transform: translate(-100%, -50%);
  left: calc(-1 * var(--d30));
}
.con-swbox .swiper-next {
  top: 50%;
  transform: translate(100%, -50%);
  right: calc(-1 * var(--d30));
}
.swiper-butbox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-butbox .swiper-but:first-child {
  margin-right: var(--d10);
}
.indexcontent .i-product {
  padding: var(--d138) 0 var(--d140);
  background-color: #FCFAF9;
}
.indexcontent .i-product .i-product-titlebox {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: var(--d60);
}
.indexcontent .i-product .i-product-titlebox .i-product-title {
  width: 950px;
  max-width: 100%;
}
.indexcontent .i-product .i-product-swbox {
  position: relative;
}
.indexcontent .i-about {
  padding-top: var(--d120);
}
.indexcontent .i-about .i-about-box {
  display: flex;
  justify-content: space-between;
  padding-bottom: var(--d120);
}
.indexcontent .i-about .i-about-box .i-about-left {
  width: calc(720 / 1650 * 100%);
  position: relative;
}
.indexcontent .i-about .i-about-box .i-about-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.indexcontent .i-about .i-about-box .i-about-left img.lazy {
  background: unset;
}
.indexcontent .i-about .i-about-box .i-about-left .video-icon {
  position: absolute;
  top: 54%;
  right: 16%;
  transform: translate(0%, -50%);
}
.indexcontent .i-about .i-about-box .i-about-right {
  width: calc(930 / 1650 * 100%);
  padding-left: var(--d90);
  padding-top: var(--d50);
}
.indexcontent .i-about .i-about-box .i-about-right .i-about-type {
  font-size: var(--24);
  line-height: calc(30 / 24);
  color: var(--c);
  margin-bottom: var(--d10);
  font-weight: 500;
}
.indexcontent .i-about .i-about-box .i-about-right .i-about-title {
  margin-bottom: var(--d40);
}
.indexcontent .i-about .i-about-box .i-about-right .i-about-text {
  margin-bottom: var(--d40);
}
.indexcontent .i-choose {
  padding-top: var(--d150);
  padding-bottom: var(--d140);
}
.indexcontent .i-choose .i-choose-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: var(--d80);
}
.indexcontent .i-choose .i-choose-box .i-choose-left {
  width: calc(840 / 1650 * 100%);
  padding-right: var(--d124);
}
.indexcontent .i-choose .i-choose-box .i-choose-left .i-choose-title {
  margin-bottom: var(--d42);
}
.indexcontent .i-choose .i-choose-box .i-choose-left .i-choose-text {
  font-size: var(--18);
  line-height: calc(30 / 18);
  margin-bottom: var(--d60);
}
.indexcontent .i-choose .i-choose-box .i-choose-left .i-choose-list {
  --bs-gutter-x: var(--g10);
  margin-bottom: calc(-1 * var(--d20));
}
.indexcontent .i-choose .i-choose-box .i-choose-left .i-choose-list .i-choose-list2 {
  margin-bottom: var(--d20);
}
.indexcontent .i-choose .i-choose-box .i-choose-right {
  width: calc(810 / 1650 * 100%);
  position: relative;
}
.indexcontent .i-choose .i-choose-box .i-choose-right .i-choose-prev {
  position: absolute;
  top: 50%;
  left: var(--d20);
  transform: translate(0%, -50%);
  z-index: 10;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
}
.indexcontent .i-choose .i-choose-box .i-choose-right .i-choose-prev:hover {
  background-color: var(--c);
}
.indexcontent .i-choose .i-choose-box .i-choose-right .i-choose-next {
  position: absolute;
  top: 50%;
  right: var(--d20);
  transform: translate(0%, -50%);
  z-index: 10;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
}
.indexcontent .i-choose .i-choose-box .i-choose-right .i-choose-next:hover {
  background-color: var(--c);
}
.indexcontent .i-choose .i-choose-box .i-choose-right .img-box {
  border-radius: 12px;
  overflow: hidden;
  padding-bottom: calc(460 / 810 * 100%);
}
.indexcontent .i-industries {
  padding: var(--d118) 0 var(--d140);
  background-color: #FCFAF9;
}
.indexcontent .i-industries .i-industries-title {
  text-align: center;
  width: 906px;
  max-width: 100%;
  margin: 0 auto var(--d20);
}
.indexcontent .i-industries .i-industries-text {
  width: 800px;
  max-width: 100%;
  margin: 0 auto var(--d60);
  text-align: center;
}
.indexcontent .i-industries .i-industries-box {
  position: relative;
}
.indexcontent .i-industries .i-industries-box .i-industries-box2 {
  padding-left: var(--p);
}
.indexcontent .i-industries .i-industries-box .i-industries-swbutbox {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translate(0, -50%);
  z-index: 10;
}
.indexcontent .i-industries .i-industries-box .i-industries-swbutbox .i-industries-swbutbox2 {
  display: flex;
  justify-content: space-between;
}
.indexcontent .i-industries .i-industries-box .i-industries-swbutbox .i-industries-swbutbox2 .i-industries-prev {
  margin-left: var(--d20);
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
}
.indexcontent .i-industries .i-industries-box .i-industries-swbutbox .i-industries-swbutbox2 .i-industries-prev:hover {
  background-color: var(--c);
}
.indexcontent .i-industries .i-industries-box .i-industries-swbutbox .i-industries-swbutbox2 .i-industries-next {
  margin-right: var(--d20);
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
}
.indexcontent .i-industries .i-industries-box .i-industries-swbutbox .i-industries-swbutbox2 .i-industries-next:hover {
  background-color: var(--c);
}
.indexcontent .i-industries .i-industries-imgbox {
  position: relative;
}
.indexcontent .i-industries .i-industries-imgbox .img-box {
  padding-bottom: calc(360 / 720 * 100%);
  border-radius: 12px;
  overflow: hidden;
}
.indexcontent .i-industries .i-industries-imgbox .i-industries-type {
  position: absolute;
  top: var(--d24);
  left: var(--d24);
  z-index: 10;
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(3px);
  padding: var(--d12) var(--d34);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: var(--16);
  line-height: calc(18 / 16);
  color: #fff;
}
.indexcontent .i-industries .i-industries-imgbox .i-industries-swtitle {
  left: var(--d24);
  bottom: var(--d24);
  position: absolute;
  font-size: var(--22);
  line-height: calc(30 / 22);
  color: #fff;
  z-index: 10;
}
.indexcontent .i-news {
  padding-top: var(--d120);
  padding-bottom: var(--d140);
}
.indexcontent .i-news .i-news-titlebox {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: var(--d60);
}
.indexcontent .i-news .i-news-titlebox .i-news-titlebox2 {
  width: 950px;
  max-width: 100%;
}
.indexcontent .i-news .i-news-conbox {
  display: flex;
  justify-content: space-between;
}
.indexcontent .i-news .i-news-conbox .i-news-left {
  width: calc(600 / 1650 * 100%);
}
.indexcontent .i-news .i-news-conbox .i-news-left .i-news-swiper .img-box {
  padding-bottom: calc(380 / 600 * 100%);
}
.indexcontent .i-news .i-news-conbox .i-news-right {
  width: calc(1050 / 1650 * 100%);
  padding-left: var(--d50);
}
.indexcontent .i-news .i-news-conbox .i-news-right .i-news-list .i-news-list2 {
  margin-bottom: var(--d40);
}
.indexcontent .i-news .i-news-conbox .i-news-right .i-news-list .i-news-list2:last-child {
  margin-bottom: 0;
}
.indexcontent .i-news .i-news-conbox .i-news-right .i-news-list .i-news-list2 .i-news-list3 {
  padding: var(--d25) var(--d30);
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #FCFAF9;
  border-radius: 12px;
}
.indexcontent .i-news .i-news-conbox .i-news-right .i-news-list .i-news-list2 .i-news-list3:hover .i-news-textbox .i-news-list-title {
  text-decoration: underline;
}
.indexcontent .i-news .i-news-conbox .i-news-right .i-news-list .i-news-list2 .i-news-list3:hover .i-news-iconbox {
  background-color: var(--c);
  color: #fff;
}
.indexcontent .i-news .i-news-conbox .i-news-right .i-news-list .i-news-list2 .i-news-list3 .i-news-textbox {
  width: calc(100% - var(--r45));
  padding-right: var(--d100);
}
.indexcontent .i-news .i-news-conbox .i-news-right .i-news-list .i-news-list2 .i-news-list3 .i-news-textbox .i-news-list-title {
  margin-bottom: 4px;
}
.indexcontent .i-news .i-news-conbox .i-news-right .i-news-list .i-news-list2 .i-news-list3 .i-news-textbox .i-news-list-title h3 {
  font-size: var(--20);
  line-height: calc(30 / 20);
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.indexcontent .i-news .i-news-conbox .i-news-right .i-news-list .i-news-list2 .i-news-list3 .i-news-textbox .i-news-list-date {
  font-size: var(--14);
  line-height: 1.8;
  margin-bottom: 8px;
}
.indexcontent .i-news .i-news-conbox .i-news-right .i-news-list .i-news-list2 .i-news-list3 .i-news-textbox .i-news-list-text {
  font-size: var(--16);
  line-height: calc(26 / 16);
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.indexcontent .i-news .i-news-conbox .i-news-right .i-news-list .i-news-list2 .i-news-list3 .i-news-iconbox {
  width: var(--r45);
  height: var(--r45);
  background-color: #F0F0F0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all 0.5s;
}
.indexcontent .i-news .i-news-conbox .i-news-right .i-news-list .i-news-list2 .i-news-list3 .i-news-iconbox i {
  font-size: var(--18);
}
.i-choose-list3 {
  height: 100%;
  position: relative;
}
.i-choose-list3:hover .i-choose-bg .i-choose-bg1 {
  opacity: 1;
}
.i-choose-list3:hover .i-choose-bg .i-choose-bg2 {
  opacity: 0;
}
.i-choose-list3 .i-choose-bg {
  width: 101px;
  position: absolute;
  top: 1%;
  left: 0;
}
.i-choose-list3 .i-choose-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.i-choose-list3 .i-choose-bg .i-choose-bg1 {
  opacity: 0;
}
.i-choose-list3 .i-choose-bg .i-choose-bg2 {
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.i-choose-list3 .i-choose-num {
  color: #444;
  position: relative;
  z-index: 10;
}
.i-choose-list3 .i-choose-num .num {
  font-size: var(--70);
  font-weight: 500;
}
.i-choose-list3 .i-choose-num .tip {
  font-size: var(--46);
  font-weight: 500;
}
.i-choose-list3 .i-choose-list-title {
  position: relative;
  z-index: 10;
  font-size: var(--18);
  line-height: calc(20 / 18);
}
.choose-list {
  margin-bottom: calc(-1*var(--d30));
}
.choose-list .choose-list2 {
  margin-bottom: var(--d30);
}
.choose-list .choose-list2 .choose-list3 {
  padding: var(--d30) var(--d30) var(--d24);
  border-radius: 8px;
  background-color: #FCFAF9;
  height: 100%;
}
.choose-list .choose-list2 .choose-list3:hover .choose-icon {
  background-color: var(--c);
  color: #fff;
}
.choose-list .choose-list2 .choose-list3 .choose-icon {
  width: var(--r48);
  height: var(--r48);
  border-radius: 12px;
  background-color: #F6F4F2;
  color: #999999;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: var(--d20);
  transition: all 0.5s;
}
.choose-list .choose-list2 .choose-list3 .choose-icon i {
  font-size: var(--26);
}
.choose-list .choose-list2 .choose-list3 .choose-list-title {
  margin-bottom: 6px;
}
.choose-list .choose-list2 .choose-list3 .choose-list-title h3 {
  font-size: var(--22);
  line-height: calc(40 / 22);
  color: #333;
}
.choose-list .choose-list2 .choose-list3 .choose-list-text {
  font-size: var(--16);
  line-height: calc(26 / 16);
}
.product-box {
  border-radius: 12px;
  overflow: hidden;
}
.product-box .product-box2 {
  border-radius: 12px;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: var(--d10);
}
.product-box .product-box2:hover .img-box img {
  transform: scale(1.1);
}
.product-box .product-imgbox {
  border-radius: 20px;
  overflow: hidden;
}
.product-box .product-imgbox .img-box {
  padding-bottom: calc(330 / 390 * 100%);
}
.product-box .product-list-textbox {
  padding: var(--d10) var(--d10) var(--d17);
}
.product-box .product-list-textbox .product-list-type {
  text-align: center;
  font-size: var(--16);
  line-height: 1;
  color: var(--c);
  margin-bottom: var(--d24);
}
.product-box .product-list-textbox .product-list-title {
  text-align: center;
  font-size: var(--22);
  color: #333;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-box .con-but {
  width: 100%;
}
.product-box .con-but .con-but2 {
  width: 100%;
}
.product-box .con-but .con-but2 .con-butleft {
  width: calc(100% - var(--r45));
}
.ams {
  display: inline-block;
}
.ams .dowebok-imgbox {
  width: 16.66667vw;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: var(--d50) 0;
  border: 1px solid #F2F2F2;
  border-right: none;
}
.ams .dowebok-imgbox img {
  width: calc(161 / 320 * 100%);
}
.a-vr .img-box {
  padding-bottom: calc(600 / 1920 * 100%);
}
.fooder .fooder-top2 {
  display: flex;
  justify-content: space-between;
  padding: var(--d90) 0 var(--d65);
}
.fooder .fooder-top2 .fooder-logobox {
  width: 390px;
}
.fooder .fooder-top2 .fooder-logobox .fooder-logo {
  width: 240px;
  margin-bottom: var(--d30);
}
.fooder .fooder-top2 .fooder-logobox .fooder-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fooder .fooder-top2 .fooder-logobox .fooder-text {
  font-size: var(--18);
  line-height: calc(30 / 18);
  color: rgba(51, 51, 51, 0.6);
  margin-bottom: var(--d30);
}
.fooder .fooder-top2 .fooder-conbox {
  width: calc(100% - 390px);
  padding-top: var(--d36);
  padding-left: var(--d80);
  display: flex;
  justify-content: space-between;
}
.fooder .fooder-top2 .fooder-conbox > div {
  padding-right: var(--d20);
}
.fooder .fooder-top2 .fooder-conbox > div:last-child {
  padding-right: 0;
}
.fooder .fooder-top2 .fooder-share {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.fooder .fooder-top2 .fooder-share a {
  width: var(--r32);
  height: var(--r32);
  border: 1px solid #C7C7C7;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: var(--16);
  color: #C7C7C7;
  margin-right: var(--d8);
  transition: all 0.5s;
}
.fooder .fooder-top2 .fooder-share a:hover {
  background-color: var(--c);
  color: #fff;
}
.fooder .fooder-top2 .fooder-share a:last-child {
  margin-right: 0;
}
.fooder .fooder-top2 .fooder-contitle {
  font-size: var(--24);
  line-height: calc(29 / 24);
  margin-bottom: var(--d40);
  color: #333333;
  font-weight: 600;
}
.fooder .fooder-top2 .fooder-product-list .fooder-product-list2 {
  margin-bottom: var(--d20);
  color: rgba(51, 51, 51, 0.6);
  transition: all 0.5s;
}
.fooder .fooder-top2 .fooder-product-list .fooder-product-list2:hover {
  color: #333;
  text-decoration: underline;
}
.fooder .fooder-top2 .fooder-product-list .fooder-product-list2:last-child {
  margin-bottom: 0;
}
.fooder .fooder-top2 .fooder-conbox2 {
  width: 360px;
}
.fooder .fooder-century {
  color: #F2F1EB;
  text-align: center;
  font-size: 220px;
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: 800;
}
.fooder .fooder-century img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fooder .fooder-bom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: var(--d18) 0;
  font-size: var(--14);
  line-height: 1.1;
  color: rgba(31, 19, 4, 0.6);
}
.fooder .fooder-bom .fooder-copyright {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.fooder .fooder-bom .fooder-copyright p {
  margin-right: var(--d20);
}
.fooder .fooder-bom .fooder-copyright p,
.fooder .fooder-bom .fooder-copyright a {
  display: inline;
}
.fooder .fooder-bom .fooder-copyright .cnzz {
  margin-left: var(--d10);
}
.video-icon {
  width: var(--r110);
  height: var(--r110);
  border-radius: 50%;
  background-color: var(--c);
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.video-icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-image: url('../img/video_bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  animation: playan1 10s linear infinite normal;
  content: '';
}
.video-icon i {
  font-size: var(--34);
  transform: translateX(10%);
}
.aboutcontent .about {
  padding: var(--d100) 0 var(--d120);
}
.aboutcontent .about .about-type {
  margin-bottom: var(--d10);
  text-align: center;
  color: var(--c);
  font-size: var(--24);
  line-height: calc(30 / 24);
}
.aboutcontent .about .about-title {
  margin-bottom: var(--d40);
  text-align: center;
}
.aboutcontent .about .about-text {
  margin-bottom: var(--d60);
}
.aboutcontent .about .about-list {
  margin-bottom: calc(-1 * var(--d30));
  padding-bottom: var(--d80);
}
.aboutcontent .about .about-list .about-list2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: var(--d30);
}
.aboutcontent .about .about-video {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  margin-bottom: var(--d140);
}
.aboutcontent .about .about-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aboutcontent .about .about-video .video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.aboutcontent .about .factory .factory-titlebox {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: var(--d40);
}
.aboutcontent .about .factory .factory-titlebox .factory-titlebox2 {
  width: calc(900 / 1650 * 100%);
}
.aboutcontent .about .factory .factory-titlebox .factory-titlebox2 .factory-title {
  margin-bottom: var(--d20);
}
.aboutcontent .about .factory .factory-swiper .img-box {
  padding-bottom: calc(230 / 390 * 100%);
  border-radius: 12px;
}
.aboutcontent .about .factory .factory-swiper .img-box:hover img {
  transform: scale(1.1);
}
.aboutcontent .packaging {
  background-color: #FCFAF9;
  padding-top: var(--d100);
  padding-bottom: var(--d145);
}
.aboutcontent .packaging .packaging-title {
  text-align: center;
  margin-bottom: var(--d20);
}
.aboutcontent .packaging .packaging-text {
  width: 800px;
  max-width: 100%;
  margin: 0 auto var(--d60);
  text-align: center;
}
.aboutcontent .packaging .packaging-slick {
  margin: calc(-1 * var(--d15));
}
.aboutcontent .packaging .packaging-slick .item-slick {
  padding: var(--d15);
}
.aboutcontent .packaging .packaging-slick .item-slick .img-box {
  padding-bottom: calc(410 / 610 * 100%);
}
.aboutcontent .packaging .packaging-slick .item-slick .packaging-imgbox {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
}
.aboutcontent .packaging .packaging-slick .item-slick .packaging-imgbox:hover .img-box img {
  transform: scale(1.1);
}
.aboutcontent .packaging .packaging-slick .item-slick .packaging-imgbox:hover::after {
  opacity: 1;
}
.aboutcontent .packaging .packaging-slick .item-slick .packaging-imgbox:hover .packaging-icon {
  opacity: 1;
}
.aboutcontent .packaging .packaging-slick .item-slick .packaging-imgbox::after {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
  opacity: 0;
  transition: all 0.5s;
}
.aboutcontent .packaging .packaging-slick .item-slick .packaging-imgbox .packaging-icon {
  width: var(--r54);
  height: var(--r54);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
  opacity: 0;
  transition: all 0.5s;
}
.aboutcontent .packaging .packaging-slick .item-slick .packaging-imgbox .packaging-icon i {
  font-size: var(--26);
}
.aboutcontent .quality {
  padding-top: var(--d90);
  padding-bottom: var(--d140);
}
.aboutcontent .quality .quality-title {
  margin-bottom: var(--d20);
  text-align: center;
}
.aboutcontent .quality .quality-text {
  text-align: center;
  margin: 0 auto var(--d60);
  width: 690px;
  max-width: 100%;
}
.aboutcontent .quality .quality-box {
  padding: var(--d10);
  border: 1px solid #EDEDED;
}
.aboutcontent .quality .quality-box:hover .quality-box2 {
  background: linear-gradient(161deg, rgba(255, 157, 30, 0.12) 23.14%, rgba(255, 157, 30, 0.2) 95.96%);
}
.aboutcontent .quality .quality-box:hover .img-box img {
  transform: scale(1.1);
}
.aboutcontent .quality .quality-box .quality-box2 {
  padding: var(--d15);
  background: linear-gradient(161deg, rgba(242, 236, 229, 0.12) 23.14%, rgba(209, 209, 209, 0.2) 95.96%);
  position: relative;
}
.aboutcontent .quality .quality-box .quality-box2::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  content: '';
  z-index: 10;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(2px);
}
.aboutcontent .quality .quality-box .quality-box2 .img-box {
  padding-bottom: calc(350 / 240 * 100%);
}
.global .global-titlebox {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: var(--d120);
  margin-bottom: var(--d40);
}
.global .global-titlebox .global-titlebox2 {
  width: 900px;
  max-width: 100%;
}
.global .global-titlebox .global-titlebox2 .global-title {
  margin-bottom: var(--d20);
}
.global .img-box {
  padding-bottom: calc(230 / 390 * 100%);
  border-radius: 12px;
}
.global .img-box:hover img {
  transform: scale(1.1);
}
.servicecontent .service {
  padding: var(--d150) 0 var(--d120);
}
.servicecontent .service .service-textbox {
  position: relative;
  padding-bottom: var(--d140);
}
.servicecontent .service .service-textbox .service-title {
  margin-bottom: var(--d20);
}
.servicecontent .service .service-textbox .service-text {
  width: 569px;
  max-width: 100%;
  margin-bottom: var(--d40);
}
.servicecontent .service .service-textbox .service-img {
  position: absolute;
  left: 619px;
  bottom: 46px;
  width: 817px;
  max-width: 100%;
  z-index: 1;
}
.servicecontent .service .service-textbox .service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.servicecontent .service .service-textbox .service-textbox2 {
  position: absolute;
  width: 600px;
  background-color: var(--c);
  padding: var(--d84) var(--d40) var(--d28);
  border-radius: 10px;
  right: 0;
  top: -66px;
}
.servicecontent .service .service-textbox .service-textbox2 span {
  position: absolute;
  color: #fff;
  opacity: 0.6;
  font-size: 150px;
  line-height: 1;
  top: 0;
  transform: translateY(-5%);
  left: var(--d40);
}
.servicecontent .service .service-textbox .service-textbox2 .service-text2 {
  color: #fff;
  font-size: var(--16);
  line-height: calc(30 / 16);
}
.servicecontent .professional {
  padding: var(--d118) 0;
  background-color: #FCFAF9;
}
.servicecontent .professional .professional-conbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.servicecontent .professional .professional-img {
  width: calc(720 / 1650 * 100%);
}
.servicecontent .professional .professional-img .img-box {
  padding-bottom: calc(370 / 720 * 100%);
  border-radius: 12px;
}
.servicecontent .professional .professional-textbox {
  width: calc(930 / 1650 * 100%);
  padding-left: var(--d90);
}
.servicecontent .professional .professional-textbox .professional-title {
  padding-bottom: var(--d30);
  margin-bottom: var(--d30);
  position: relative;
}
.servicecontent .professional .professional-textbox .professional-title::after {
  bottom: 0;
  width: 90px;
  height: 5px;
  background-color: var(--c);
  content: '';
  position: absolute;
}
.servicecontent .professional2 .professional-conbox {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.servicecontent .professional2 .professional-textbox {
  width: calc(930 / 1650 * 100%);
  padding-left: unset;
  padding-right: var(--d90);
}
.servicecontent .custom {
  padding: var(--d100) 0 calc(var(--d100) + var(--d40));
}
.servicecontent .custom .custom-title {
  text-align: center;
  margin-bottom: var(--d20);
}
.servicecontent .custom .custom-text {
  width: 942px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: var(--d100);
}
.servicecontent .custom .custom-list .custom-list2:first-child .custom-list3 {
  position: relative;
}
.servicecontent .custom .custom-list .custom-list2:first-child .custom-list3::after {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(24%, 100%);
  width: 92px;
  height: 75px;
  content: '';
  background-image: url('../img/custom_img1.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.servicecontent .custom .custom-list .custom-list2:nth-child(3) .custom-list3 {
  position: relative;
}
.servicecontent .custom .custom-list .custom-list2:nth-child(3) .custom-list3::after {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(72%, -58%);
  width: 117.5px;
  height: 119.5px;
  content: '';
  background-image: url('../img/custom_img2.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.servicecontent .custom .custom-list .custom-list2:nth-child(2n) {
  position: relative;
  top: var(--d40);
}
.servicecontent .custom .custom-list .custom-list2 .custom-list3 {
  padding: var(--d30) var(--d20) var(--d26);
  height: 100%;
  border: 1px dashed #D9D9D9;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  transition: all 0.5s;
  border-radius: 12px;
}
.servicecontent .custom .custom-list .custom-list2 .custom-list3:hover {
  background-color: var(--c);
}
.servicecontent .custom .custom-list .custom-list2 .custom-list3:hover .custom-icon img {
  filter: brightness(100);
}
.servicecontent .custom .custom-list .custom-list2 .custom-list3:hover .custom-list-title h3 {
  color: #fff;
}
.servicecontent .custom .custom-list .custom-list2 .custom-list3:hover .custom-list-text {
  color: #fff;
}
.servicecontent .custom .custom-list .custom-list2 .custom-list3 .custom-icon {
  margin-bottom: var(--d10);
}
.servicecontent .custom .custom-list .custom-list2 .custom-list3 .custom-icon img {
  transition: filter 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.servicecontent .custom .custom-list .custom-list2 .custom-list3 .custom-list-title {
  margin-bottom: var(--d18);
}
.servicecontent .custom .custom-list .custom-list2 .custom-list3 .custom-list-title h3 {
  font-size: var(--18);
  line-height: calc(30 / 18);
  text-align: center;
}
.servicecontent .custom .custom-list .custom-list2 .custom-list3 .custom-list-text {
  font-size: var(--15);
  text-align: center;
  line-height: calc(20 / 15);
}
.servicecontent .global {
  padding: var(--d100) 0 var(--d140);
}
.servicecontent .global .global-titlebox {
  margin-top: 0;
}
.productcontent {
  background-color: #F5F5F5;
}
.productcontent .product {
  padding: var(--d100) 0 var(--d140);
}
.productcontent .customized {
  padding: var(--d86) 0;
}
.productcontent .customized .customized-title {
  margin-bottom: var(--d20);
}
.productcontent .customized .customized-title .title2 {
  color: #fff;
}
.productcontent .customized .customized-text {
  width: 1080px;
  max-width: 100%;
  color: #fff;
  margin-bottom: var(--d40);
}
.gmt-box {
  display: flex;
  justify-content: space-between;
}
.gmt-box .gmt-left {
  width: calc(400 / 1650 * 100%);
}
.gmt-box .gmt-left .gmt-left2 {
  position: sticky;
  top: 150px;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 {
  transition: all 0.5s;
  margin-bottom: var(--d10);
  overflow: hidden;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2:last-child {
  margin-bottom: 0;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.5s;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 .menubut {
  width: 100%;
  cursor: pointer;
  position: relative;
  z-index: 10;
  transition: all 0.5s;
  background-color: #fff;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 .menubut:hover {
  background-color: var(--c) !important;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 .menubut:hover span {
  color: #fff !important;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 .menubut:hover .gmt-but .gmt-but2 {
  background-color: var(--c2);
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 .menubut:hover .gmt-but i {
  color: #fff !important;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 .menubut .gmt-but {
  position: absolute;
  top: 50%;
  z-index: 10;
  right: 0;
  padding: var(--d14) var(--d18);
  transition: all 0.5s;
  transform: translateY(-50%);
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 .menubut .gmt-but i {
  transition: all 0.5s;
  display: block;
  font-size: var(--16);
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 a {
  display: block;
  width: 100%;
  position: relative;
  z-index: 10;
  padding: var(--d14) var(--d18);
  font-size: var(--18);
  line-height: calc(22 / 18);
  color: var(--c3);
  transition: all 0.5s;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 a span {
  width: 95%;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more {
  display: none;
  position: relative;
  margin-top: var(--d10);
  background-color: #fff;
  padding: var(--d18);
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .gmt-more2 {
  transition: all 0.5s;
  position: relative;
  margin-bottom: var(--d20);
  overflow: hidden;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .gmt-more2:last-child {
  margin-bottom: 0;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .gmt-more2:hover a {
  transform: none;
  color: var(--c) !important;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .gmt-more2 a {
  display: block;
  width: 100%;
  font-size: var(--16);
  line-height: calc(22 / 16);
  position: relative;
  transition: all 0.5s;
  color: #666666;
  transform: translate(calc(-1 * var(--20)), 0);
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .gmt-more2 a i {
  font-size: var(--20);
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .action a {
  transform: none;
  color: var(--c) !important;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .open .gmt-list3 .menubut {
  background-color: var(--c) !important;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .open .gmt-list3 .menubut span {
  color: #fff !important;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .open .gmt-list3 .menubut .gmt-but i {
  color: #fff !important;
  transform: rotate(180deg);
}
.gmt-box .gmt-rigth {
  width: calc(1250 / 1650 * 100%);
  padding-left: var(--d80);
}
.gmt-box .gmt-rigth .gmt-title {
  margin-bottom: var(--d20);
}
.gmt-box .gmt-rigth .gmt-text {
  font-size: var(--18);
  line-height: calc(26 / 18);
  padding-bottom: var(--d60);
}
.gmt-box .gmt-rigth .product-list {
  margin-bottom: calc(var(--d60) * -1);
  padding-bottom: var(--d100);
}
.gmt-box .gmt-rigth .product-list .product-list2 {
  margin-bottom: var(--d60);
}
.s-menu {
  display: none;
  position: relative;
  padding-top: 10px;
  margin-bottom: 20px;
}
.s-menu::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.s-menu::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.s-menu .s-menu1 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.s-menu .s-menu1 .s-menu2 {
  margin-right: 25px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #666;
  font-weight: 700;
}
.s-menu .s-menu1 .s-menu2:last-child {
  margin-right: 0;
}
.s-menu .s-menu1 .action {
  color: var(--c);
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .pagination-page {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .pagination-page a,
.pagination .prev a,
.pagination .next a {
  width: var(--r36);
  height: var(--r36);
  transition: all 0.5s;
  font-size: var(--16);
  color: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.pagination .pagination-page a i,
.pagination .prev a i,
.pagination .next a i {
  font-size: var(--14);
}
.pagination .pagination-page a:hover,
.pagination .prev a:hover,
.pagination .next a:hover {
  background-color: var(--c) !important;
  color: #fff !important;
}
.pagination .pagination-page {
  margin: 0 var(--d20);
}
.pagination li {
  margin-right: var(--d20);
  color: #222222;
  font-size: var(--18);
  line-height: 1.2;
}
.pagination li:last-child {
  margin-right: 0;
}
.pagination li:hover {
  color: var(--c);
}
.pagination .active a {
  background-color: var(--c);
  color: #fff;
}
.productdetails .productdetails2 {
  padding: var(--d80) 0 var(--d140);
}
.productdetails .productdetails2 .con-titlebox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.productdetails .productdetails2 .con-title {
  position: relative;
  padding-left: var(--d14);
  font-size: var(--36);
  line-height: 1;
  font-weight: 500;
  color: #000;
  margin-bottom: var(--d20);
}
.productdetails .productdetails2 .con-title::after {
  width: 4px;
  height: 24px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  background-color: var(--c);
  content: '';
  left: 0;
}
.productdetails .productdetails2 .description {
  padding-top: var(--d46);
  padding-bottom: var(--d20);
  border-bottom: 1px solid #D9D9D9;
}
.productdetails .productdetails2 .description .description-text {
  font-size: var(--16);
  line-height: calc(26 / 16);
  color: #666666;
}
.productdetails .productdetails2 .specifications {
  padding-top: var(--d40);
}
.productdetails .productdetails2 .specifications .specifications-text {
  font-size: var(--16);
  line-height: calc(26 / 16);
  color: #666666;
}
.productdetails .productdetails2 .inquiry {
  padding-top: var(--d80);
}
.productdetails .productdetails2 .inquiry .contact-form .input-box {
  padding: var(--d18);
}
.productdetails .productdetails2 .related {
  padding-top: var(--d80);
}
.productdetails .productdetails2 .details {
  padding-bottom: var(--d140);
}
.details-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: var(--d95);
}
.details-content .img-box {
  border-radius: 15px;
  padding-bottom: calc(330 / 390 * 100%);
}
.details-content .details-left {
  width: calc(580 / 1170 * 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: column;
}
.details-content .details-left .details-imgbox .swiper-slide {
  overflow: hidden;
  border-radius: 15px;
}
.details-content .details-left .details-imgbox .details-swiperbox {
  width: 100%;
  height: auto !important;
  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.2);
  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: "\e661";
  font-size: var(--18);
  width: var(--r30);
  height: var(--r30);
  background-color: #fff;
  color: #fff;
  z-index: 11;
  line-height: 1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.15);
}
.details-content .details-left .details-imgbox .details-swiperbox2 {
  width: 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(590 / 1170 * 100%);
  padding-left: var(--d40);
}
.details-content .details-right .details-right2 {
  height: 100%;
}
.details-content .details-right .details-right2 .details-title {
  margin-top: var(--d50);
  margin-bottom: var(--d20);
}
.details-content .details-right .details-right2 .details-title h1 {
  font-size: var(--36);
  line-height: 1;
  color: #333333;
  font-weight: 500;
}
.details-content .details-right .details-right2 .details-text {
  margin-bottom: var(--d30);
  font-size: var(--18);
  line-height: calc(30 / 18);
}
.details-content .details-right .details-right2 .details-share {
  margin-top: var(--d66);
  margin-bottom: var(--d40);
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.details-content .details-right .details-right2 .details-share p {
  margin-right: var(--d20);
  font-size: var(--18);
  color: #000000;
}
.details-content .details-right .details-right2 .join-list {
  margin-bottom: var(--d46);
}
.details-content .details-right .details-right2 .join-list .join-list2 {
  overflow: hidden;
  background-color: #F6F7F9;
  transition: all 0.5s;
  border-radius: 15px;
  margin-bottom: var(--d16);
}
.details-content .details-right .details-right2 .join-list .join-list2:last-child {
  margin-bottom: 0;
}
.details-content .details-right .details-right2 .join-list .join-list2 .join-list3 {
  position: relative;
  z-index: 10;
  color: var(--c3);
}
.details-content .details-right .details-right2 .join-list .join-list2 .join-list3 .join-titlebox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: var(--d26);
  transition: all 0.5s;
  overflow: hidden;
}
.details-content .details-right .details-right2 .join-list .join-list2 .join-list3 .join-titlebox .join-list-title {
  width: calc(100% - var(--18));
  font-size: var(--20);
  line-height: 1.26;
  font-weight: 500;
  position: relative;
  transition: all 0.5s;
  display: flex;
  align-items: center;
}
.details-content .details-right .details-right2 .join-list .join-list2 .join-list3 .join-titlebox .join-mes .join-icon {
  width: var(--18);
  height: var(--18);
  position: relative;
}
.details-content .details-right .details-right2 .join-list .join-list2 .join-list3 .join-titlebox .join-mes .join-icon i {
  display: block;
  font-size: var(--18);
}
.details-content .details-right .details-right2 .join-list .join-list2 .join-list3 .join-textbox {
  display: none;
  padding: 0 var(--d26) var(--d26);
  color: #fff;
}
.details-content .details-right .details-right2 .join-list .join-list2 .join-list3 .join-textbox .join-conlist {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-right: calc(-1 * var(--d16));
  margin-bottom: calc(-1 * var(--d16));
}
.details-content .details-right .details-right2 .join-list .join-list2 .join-list3 .join-textbox .join-conlist .join-conlist2 {
  margin-right: var(--d16);
  margin-bottom: var(--d16);
}
.details-content .details-right .details-right2 .join-list .join-list2 .join-list3 .join-textbox .join-conlist .join-conlist2 .join-conlist3 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.details-content .details-right .details-right2 .join-list .join-list2 .join-list3 .join-textbox .join-conlist .join-conlist2 .join-conlist3 .join-color {
  width: var(--r42);
  height: var(--r42);
  border-radius: 3px;
  margin-bottom: var(--d10);
}
.details-content .details-right .details-right2 .join-list .join-list2 .join-list3 .join-textbox .join-conlist .join-conlist2 .join-conlist3 .join-colortitle {
  text-align: center;
  font-size: var(--16);
  line-height: 1.36;
  color: #757575;
}
.details-content .details-right .details-right2 .join-list .join-list2 .join-list3 .join-textbox .join-listtext .join-listtext2 {
  border-top: 1px solid #D9D9D9;
}
.details-content .details-right .details-right2 .join-list .join-list2 .join-list3 .join-textbox .join-listtext .join-listtext2 .join-listtext3 {
  border-bottom: 1px solid #D9D9D9;
  padding: var(--d12) 0;
  display: flex;
  justify-content: space-between;
  font-size: var(--16);
  line-height: 1.36;
  color: #757575;
}
.details-content .details-right .details-right2 .join-list .join-list2 .join-list3 .join-textbox .join-listtext .join-listtext2 .join-listtext3 .join-listtitle {
  width: 30%;
}
.details-content .details-right .details-right2 .join-list .join-list2 .join-list3 .join-textbox .join-listtext .join-listtext2 .join-listtext3 .join-listtextcon {
  width: 70%;
  text-align: right;
}
.details-content .details-right .details-right2 .join-list .join-list2 .join-list3 .join-textbox .join-imglist {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-right: calc(-1 * var(--d16));
  margin-bottom: calc(-1 * var(--d16));
}
.details-content .details-right .details-right2 .join-list .join-list2 .join-list3 .join-textbox .join-imglist .join-imglist2 {
  margin-right: var(--d16);
  margin-bottom: var(--d16);
}
.details-content .details-right .details-right2 .join-list .join-list2 .join-list3 .join-textbox .join-imglist .join-imglist2 .join-imglist3 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.details-content .details-right .details-right2 .join-list .join-list2 .join-list3 .join-textbox .join-imglist .join-imglist2 .join-imglist3 .join-img {
  width: 100px;
  border-radius: 10px;
  margin-bottom: var(--d10);
}
.details-content .details-right .details-right2 .join-list .join-list2 .join-list3 .join-textbox .join-imglist .join-imglist2 .join-imglist3 .join-imgtitle {
  text-align: center;
}
.details-content .details-right .details-right2 .join-list .open .join-list3 .join-mes .join-icon i {
  transform: rotate(180deg);
}
.details-content .details-right .details-right2 .details-butbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.details-content .details-right .details-right2 .details-butbox .details-but {
  margin-right: var(--d30);
}
.details-content .details-right .details-right2 .details-butbox .details-but:last-child {
  margin-right: 0;
}
.details-content .details-right .details-right2 .details-butbox .details-but .details-but2 {
  padding: var(--d12) var(--d38);
  background-color: var(--c3);
  border-radius: 50px;
  font-size: var(--16);
  line-height: calc(20 / 16);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.details-content .details-right .details-right2 .details-butbox .details-but .details-but2:hover {
  background-color: var(--c);
}
.details-content .details-right .details-right2 .details-butbox .details-but .details-but2 span {
  margin-right: var(--d10);
}
.details-content .details-right .details-right2 .details-butbox .details-but .details-but2 i {
  font-size: var(--18);
}
.details-navbox {
  position: sticky;
  top: 100px;
  left: 0;
  z-index: 1000;
  background-color: #F8F8F8;
  overflow: hidden;
  border-radius: 50px;
  padding: 6px;
}
.details-navbox .details-nav {
  position: relative;
  z-index: 10;
}
.details-navbox .details-nav .navbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow-x: auto;
  overflow-y: hidden;
}
.details-navbox .details-nav .navbox .navbox2 {
  transition: all 0.5s;
  position: relative;
  margin-right: var(--d10);
  white-space: nowrap;
}
.details-navbox .details-nav .navbox .navbox2 a {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  text-align: center;
  padding: var(--d12) var(--d40);
  border-radius: 50px;
}
.details-navbox .details-nav .navbox .navbox2 a p {
  color: #333333;
  font-size: var(--20);
  line-height: calc(24 / 20);
  transition: all 0.5s;
}
.details-navbox .details-nav .navbox .navbox2:hover a {
  background-color: var(--c);
}
.details-navbox .details-nav .navbox .navbox2:hover a p {
  color: #fff !important;
}
.details-navbox .details-nav .navbox .navbox2:last-child {
  margin-right: 0;
}
.details-navbox .details-nav .navbox .navbox2:last-child::after {
  display: none;
}
.details-navbox .details-nav .navbox .action a {
  background-color: var(--c);
}
.details-navbox .details-nav .navbox .action a p {
  color: #fff;
}
@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: #FF9D1E;
}
.review-box .ratingbox .rating label {
  margin-right: 5px;
  cursor: pointer;
  color: #FF9D1E;
  display: flex;
  align-items: center;
}
.review-box .ratingbox .rating label::before {
  display: none !important;
}
.review-box .ratingbox .rating label svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: #FF9D1E;
  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: #FF9D1E;
}
.applicationscontent .applications {
  padding: var(--d100) 0 var(--d140);
}
.applicationscontent .applications .gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 .menubut {
  background-color: #FBFBFB;
}
.applicationscontent .applications .gmt-box .gmt-left .gmt-left2 .gmt-list .open .gmt-list3 .menubut .gmt-but i {
  transform: rotate(-90deg);
}
.applicationscontent .applications .gmt-title {
  margin-bottom: var(--d60);
}
.applicationscontent .applications .applications-list {
  padding-bottom: var(--d100);
  margin-bottom: calc(-1 * var(--d60));
}
.applicationscontent .applications .applications-list .applications-list2 {
  margin-bottom: var(--d60);
}
.applicationscontent .applications .applications-list .applications-list2 .applications-list3 .applications-imgbox {
  border: 1px solid #EFEFEF;
  border-radius: 12px;
}
.applicationscontent .applications .applications-list .applications-list2 .applications-list3 .img-box {
  padding-bottom: calc(285 / 570 * 100%);
}
.applicationscontent .applications .applications-list .applications-list2 .applications-list3 .applications-textbox {
  text-align: center;
  margin-top: var(--d20);
}
.applicationscontent .applications .applications-list .applications-list2 .applications-list3 .applications-textbox h3 {
  font-size: var(--18);
  line-height: calc(30 / 18);
  color: #333;
}
.newscontent {
  padding: var(--d100) 0 var(--d140);
}
.newscontent .news-list {
  margin-bottom: calc(-1 * var(--d80));
  padding-bottom: var(--d100);
}
.newscontent .news-list .news-list2 {
  margin-bottom: var(--d80);
}
.newscontent .news-list .news-list2 .news-list3:hover .news-imgbox::after {
  opacity: 0.2;
}
.newscontent .news-list .news-list2 .news-list3:hover .news-imgbox .news-icon {
  opacity: 1;
}
.newscontent .news-list .news-list2 .news-list3:hover .news-imgbox .img-box img {
  transform: scale(1.1);
}
.newscontent .news-list .news-list2 .news-list3:hover .news-textbox .news-title h3 {
  color: var(--c);
  text-decoration: underline;
}
.newscontent .news-list .news-list2 .news-list3 .news-imgbox {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.newscontent .news-list .news-list2 .news-list3 .news-imgbox::after {
  background-color: #000000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  content: '';
  z-index: 1;
  opacity: 0;
  transition: all 0.5s;
}
.newscontent .news-list .news-list2 .news-list3 .news-imgbox .news-icon {
  width: var(--r45);
  height: var(--r45);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.2);
  transition: all 0.5s;
  opacity: 0;
}
.newscontent .news-list .news-list2 .news-list3 .news-imgbox .news-icon i {
  color: #fff;
  font-size: var(--18);
}
.newscontent .news-list .news-list2 .news-list3 .news-imgbox .img-box {
  padding-bottom: calc(380 / 600 * 100%);
}
.newscontent .news-list .news-list2 .news-list3 .news-textbox {
  padding-top: var(--d20);
}
.newscontent .news-list .news-list2 .news-list3 .news-textbox .news-title {
  margin-bottom: 4px;
}
.newscontent .news-list .news-list2 .news-list3 .news-textbox .news-title h3 {
  font-size: var(--20);
  line-height: calc(30 / 20);
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newscontent .news-list .news-list2 .news-list3 .news-textbox .news-date {
  font-size: var(--14);
  line-height: 1.8;
  margin-bottom: var(--d8);
  color: #999999;
}
.newscontent .news-list .news-list2 .news-list3 .news-textbox .news-list-text {
  font-size: var(--16);
  line-height: calc(26 / 16);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.contactcontent .contact {
  padding: var(--d160) 0;
  display: flex;
  justify-content: space-between;
}
.contactcontent .contact .contact-left {
  width: calc(770 / 1650 * 100%);
  padding-right: var(--d118);
}
.contactcontent .contact .contact-left .contact-title {
  margin-bottom: var(--12);
}
.contactcontent .contact .contact-left .contact-text {
  margin-bottom: var(--d54);
}
.contactcontent .contact .contact-left .contact-list .contact-list2 {
  margin-bottom: var(--d56);
}
.contactcontent .contact .contact-left .contact-list .contact-list2:last-child {
  margin-bottom: 0;
}
.contactcontent .contact .contact-left .contact-list .contact-list2 .contact-list3 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.contactcontent .contact .contact-left .contact-list .contact-list2 .contact-list3:hover .contact-icon {
  background-color: var(--c);
}
.contactcontent .contact .contact-left .contact-list .contact-list2 .contact-list3:hover .contact-list-textbox .contact-list-title {
  text-decoration: underline;
}
.contactcontent .contact .contact-left .contact-list .contact-list2 .contact-list3 .contact-icon {
  width: var(--r50);
  height: var(--r50);
  border-radius: 50%;
  background-color: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.contactcontent .contact .contact-left .contact-list .contact-list2 .contact-list3 .contact-icon i {
  font-size: var(--18);
  color: #fff;
}
.contactcontent .contact .contact-left .contact-list .contact-list2 .contact-list3 .contact-list-textbox {
  width: calc(100% - var(--r50));
  padding-left: var(--d40);
}
.contactcontent .contact .contact-left .contact-list .contact-list2 .contact-list3 .contact-list-textbox .contact-list-title {
  font-size: var(--18);
  line-height: 1.1;
  margin-bottom: var(--d10);
}
.contactcontent .contact .contact-left .contact-list .contact-list2 .contact-list3 .contact-list-textbox .contact-list-text {
  font-size: var(--16);
  line-height: calc(24 / 16);
  color: #666;
}
.contactcontent .contact .contact-right {
  width: calc(880 / 1650 * 100%);
  padding: var(--d105) var(--d65) var(--d56);
  background-color: #FCFAF9;
  position: relative;
}
.contactcontent .contact .contact-right .contact-img {
  width: calc(264 / 880 * 100%);
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
.contactcontent .contact .contact-right .contact-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-form ul {
  --bs-gutter-x: var(--g16);
}
.contact-form ul li {
  margin-bottom: var(--d15);
}
.contact-form .product-input {
  margin-bottom: var(--d12);
}
.contact-form .product-input .input-box {
  background-color: var(--c);
  color: #FFFFFF;
}
.contact-form .input-box {
  width: 100%;
  padding: var(--d18) var(--d20);
  font-size: var(--16);
  line-height: 1;
  background-color: #FFFFFF;
  color: #333;
  border-radius: 6px;
  border: 1px solid #DDDDDD;
}
.contact-form .input-box::placeholder {
  color: #666666;
  transition: all 0.5s;
}
.contact-form .input-box:focus::placeholder {
  opacity: 0.3;
}
.contact-form .textarea-box {
  height: 200px;
}
.contact-form .form-group {
  margin-top: var(--d15);
}
.contact-form .submit {
  margin-top: var(--d20);
  background-color: transparent;
}
@media (max-width: 1800px) {
  .fooder .fooder-century {
    font-size: 195px;
  }
  .servicecontent .service .service-textbox .service-img {
    width: 710px;
  }
}
@media (max-width: 1600px) {
  .fooder .fooder-century {
    font-size: 170px;
  }
  .servicecontent .service .service-textbox .service-img {
    left: 519px;
    bottom: 15px;
    width: 530px;
  }
}
@media (max-width: 1400px) {
  .servicecontent .service .service-textbox .service-textbox2 {
    width: 400px;
    top: -26px;
  }
  .servicecontent .service .service-textbox .service-img {
    left: 519px;
    bottom: 15px;
    width: 430px;
  }
  .servicecontent .service .service-textbox .service-text {
    width: 469px;
  }
  .fooder .fooder-century {
    font-size: 140px;
  }
  .header .header-logo .logo {
    width: 130px;
  }
  .header .header-box .header-content {
    height: 80px;
  }
  .indexcontent .i-news .i-news-titlebox .i-news-titlebox2,
  .indexcontent .i-product .i-product-titlebox .i-product-title {
    width: 750px;
  }
  .i-choose-list3 .i-choose-num .num {
    font-size: var(--50);
  }
  .servicecontent .custom .custom-list .custom-list2:nth-child(3) .custom-list3::after {
    width: 78.5px;
    height: 76.5px;
  }
  .servicecontent .custom .custom-list .custom-list2:first-child .custom-list3::after {
    width: 77px;
    height: 59px;
  }
}
@media (max-width: 1200px) {
  .contactcontent .contact .contact-left,
  .servicecontent .professional .professional-textbox,
  .details-content .details-left,
  .indexcontent .i-news .i-news-conbox .i-news-left,
  .fooder .fooder-top2 .fooder-logobox,
  .indexcontent .i-choose .i-choose-box .i-choose-left,
  .indexcontent .i-about .i-about-box .i-about-right {
    width: 100% !important;
    padding: 0 !important;
    margin-bottom: var(--d30) !important;
  }
  .servicecontent .professional .professional-img,
  .details-content .details-right,
  .indexcontent .i-news .i-news-conbox .i-news-right,
  .fooder .fooder-top2 .fooder-conbox,
  .indexcontent .i-choose .i-choose-box .i-choose-right,
  .indexcontent .i-about .i-about-box .i-about-left {
    width: 100% !important;
    padding: 0 !important;
  }
  .contactcontent .contact .contact-right {
    width: 100%;
  }
  .contactcontent .contact .contact-right .contact-img img {
    display: none;
  }
  .servicecontent .professional .professional-conbox,
  .indexcontent .i-about .i-about-box {
    flex-direction: column-reverse !important;
  }
  .contactcontent .contact,
  .details-content,
  .indexcontent .i-news .i-news-conbox,
  .indexcontent .i-news .i-news-titlebox,
  .fooder .fooder-top2,
  .indexcontent .i-choose .i-choose-box,
  .indexcontent .i-product .i-product-titlebox {
    flex-direction: column;
  }
  .ams {
    display: inline-block;
  }
  .ams .dowebok-imgbox {
    width: 22vw;
  }
  .s-menu {
    display: block;
  }
  .servicecontent .service .service-textbox .service-text {
    width: 100%;
  }
  .servicecontent .service .service-textbox .service-img,
  .servicecontent .service .service-textbox .service-textbox2 {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
  }
  .servicecontent .custom .custom-list .custom-list2:nth-child(2n) {
    top: 0;
  }
  .servicecontent .custom .custom-list .custom-list2:nth-child(3) .custom-list3::after {
    display: none;
  }
  .servicecontent .custom .custom-list .custom-list2:first-child .custom-list3::after {
    display: none;
  }
  .details-navbox {
    top: 80px;
  }
  .con-swbox {
    padding: 0 50px;
  }
  .con-swbox .swiper-prev {
    left: 0;
    transform: translate(0, -50%);
  }
  .con-swbox .swiper-next {
    right: 0;
    transform: translate(0, -50%);
  }
  .indexcontent .i-industries .i-industries-box .i-industries-box2 {
    padding-right: var(--p);
  }
  .fooder .fooder-century {
    font-size: 110px;
  }
  .indexcontent .i-news .i-news-titlebox .i-news-titlebox2,
  .indexcontent .i-product .i-product-titlebox .i-product-title {
    width: 100%;
    margin-bottom: var(--d20);
  }
  .header {
    position: sticky;
    top: 0;
    background-color: #fff;
  }
  .header .header-logo .logo .logo1 {
    opacity: 0;
  }
  .header .header-logo .logo .logo2 {
    opacity: 1;
  }
  .header .header-nav .header-list .header-list2 .header-list3 {
    color: #333333;
  }
  .header .header-cart .header-cart2 {
    color: #666;
  }
  .header .header-language .header-language3 .header-language-icon {
    color: #666;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .header .header-language .header-language3 {
    color: #666;
  }
  .gmt-box .gmt-left {
    display: none;
  }
  .gmt-box .gmt-rigth {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 990px) {
  .fooder .fooder-century {
    font-size: 94px;
  }
  .other-banner .other-img {
    height: 200px;
  }
  .aboutcontent .about .about-list .about-list2 {
    justify-content: flex-start;
  }
}
@media (max-width: 768px) {
  .global .global-titlebox .global-titlebox2,
  .aboutcontent .about .factory .factory-titlebox .factory-titlebox2 {
    width: 100%;
    margin-bottom: var(--d30);
  }
  .global .global-titlebox,
  .aboutcontent .about .factory .factory-titlebox {
    flex-direction: column;
  }
  .fooder .fooder-century {
    font-size: 12vw;
  }
  .ams {
    display: inline-block;
  }
  .ams .dowebok-imgbox {
    width: 45vw;
  }
  .fooder .fooder-top2 .fooder-conbox {
    flex-direction: column;
  }
  .fooder .fooder-top2 .fooder-conbox > div {
    width: 100% !important;
    margin-bottom: var(--d40);
  }
  .fooder .fooder-top2 .fooder-conbox > div:last-child {
    margin-bottom: 0;
  }
  .header .header-box .header-content {
    height: 60px;
  }
  .details-navbox {
    top: 60px;
  }
}
@media (max-width: 576px) {
  .header .header-logo .logo {
    width: 95px;
  }
}
.newsdetcon {
  position: relative;
  padding-bottom: var(--d100);
  padding-top: var(--d60);
}
.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 {
  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 .img-box {
  padding-bottom: calc(720 / 660 * 100%);
}
.cart .pic {
  width: 60%;
}
.cart .inquiry-form .input-box {
  background-color: #F8F8F8;
}
.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;
  }
}
