* {
  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(--18);
  line-height: calc(24 / 18);
  font-weight: 400;
  overflow: auto;
  width: 100%;
  max-width: 100%;
  text-align: center;
  background-color: #F3F3F3;
}
.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(--d20);
  border: 1px solid #d3d3d3;
}
@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: 'DMSans', '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: #000;
  background-color: #fff;
}
@font-face {
  font-family: 'DMSans';
  font-weight: 300;
  font-style: normal;
  src: local('DMSans Light'), local('DMSans-Light'), url('../../app/fonts/DMSans-Light.woff2') format('woff2'), url('../../app/fonts/DMSans-Light.woff') format('woff'), url('../../app/fonts/DMSans-Light.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'DMSans';
  font-weight: 400;
  font-style: normal;
  src: local('DMSans Regular'), local('DMSans-Regular'), url('../../app/fonts/DMSans-Regular.woff2') format('woff2'), url('../../app/fonts/DMSans-Regular.woff') format('woff'), url('../../app/fonts/DMSans-Regular.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'DMSans';
  font-weight: 500;
  font-style: normal;
  src: local('DMSans Medium'), local('DMSans-Medium'), url('../../app/fonts/DMSans-Medium.woff2') format('woff2'), url('../../app/fonts/DMSans-Medium.woff') format('woff'), url('../../app/fonts/DMSans-Medium.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'DMSans';
  font-weight: 600;
  font-style: normal;
  src: local('DMSans SemiBold'), local('DMSans-SemiBold'), url('../../app/fonts/DMSans-SemiBold.woff2') format('woff2'), url('../../app/fonts/DMSans-SemiBold.woff') format('woff'), url('../../app/fonts/DMSans-SemiBold.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'DMSans';
  font-weight: 700;
  font-style: normal;
  src: local('DMSans Bold'), local('DMSans-Bold'), url('../../app/fonts/DMSans-Bold.woff2') format('woff2'), url('../../app/fonts/DMSans-Bold.woff') format('woff'), url('../../app/fonts/DMSans-Bold.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'DMSans';
  font-weight: 800;
  font-style: normal;
  src: local('DMSans ExtraBold'), local('DMSans-ExtraBold'), url('../../app/fonts/DMSans-ExtraBold.woff2') format('woff2'), url('../../app/fonts/DMSans-ExtraBold.woff') format('woff'), url('../../app/fonts/DMSans-ExtraBold.ttf') format('truetype');
  font-display: swap;
}
i {
  line-height: 1;
}
.container {
  padding: 0;
  max-width: 1660px;
}
.row {
  --bs-gutter-x: 1.875rem;
}
:root {
  --p: calc((100vw - 1660px) / 2);
  --c: #56af10;
  --c2: #222F30;
  --c3: #000000;
  --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;
  --g50: 3.125rem;
  --g48: 3rem;
  --g40: 2.5rem;
  --g24: 1.5rem;
  --g20: 1.25rem;
  --g18: 1.125rem;
  --g16: 1rem;
  --g12: 0.75rem;
  --g10: 0.625rem;
  --r150: 150px;
  --r136: 136px;
  --r130: 130px;
  --r120: 120px;
  --r110: 110px;
  --r100: 100px;
  --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;
  --128: 128px;
  --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;
    --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;
    --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;
    --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;
    --128: 80px;
    --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) {
  .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;
    --128: 80px;
    --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) {
  .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) {
  .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;
    --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;
  }
}
.titlebox {
  max-width: 100%;
}
.titlebox .type {
  margin-bottom: var(--d17);
}
.type {
  color: var(--c3);
  font-size: var(--16);
  line-height: calc(24 / 16);
}
.type::before {
  content: '•';
  color: #56af10;
  font-size: var(--20);
}
.title {
  font-size: var(--64);
  line-height: calc(68 / 64);
  letter-spacing: -0.03em;
  color: var(--c3);
  font-weight: 800;
}
.title span {
  color: var(--c);
}
.text {
  font-size: var(--18);
  font-weight: 300;
  letter-spacing: -0.03em;
}
@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.85;
  }
  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(-50%, -50%) scale(1);
    opacity: 0.85;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.5);
  }
}
.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);
}
.crbam {
  background-color: #F5F5F5;
  color: var(--c3);
  padding: var(--d16) 0;
}
.crbam i {
  margin-right: var(--d16);
  font-size: var(--28);
  line-height: var(--28);
}
.crbam .crbam-list {
  display: inline;
}
.crbam .crbam-list .crbam-list2 {
  display: inline;
}
.crbam .crbam-list .crbam-list2 a {
  display: inline;
  font-size: var(--16);
  line-height: var(--28);
}
.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;
}
.other-banner {
  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%);
  z-index: 10;
}
.other-banner .other-textbox .other-textbox2 {
  width: 903px;
  max-width: 100%;
  margin-left: auto;
  color: #fff;
}
.other-banner .other-textbox .other-type {
  font-size: var(--20);
  line-height: calc(24 / 20);
  margin-bottom: var(--d12);
}
.other-banner .other-textbox .other-title {
  margin-bottom: var(--d10);
}
.other-banner .other-textbox .other-title h2 {
  font-size: var(--72);
  line-height: calc(70 / 72);
  font-weight: 700;
}
.other-banner .other-textbox .other-text {
  font-size: var(--20);
  line-height: calc(26 / 20);
}
.drop-select {
  position: absolute;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  top: calc(100%);
  z-index: 2;
  width: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  display: flex;
  flex-direction: column;
  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;
  vertical-align: top;
}
@media (max-width: 991px) {
  .drop-select li {
    width: 100%;
    font-size: 14px;
  }
}
.drop-select li:hover a {
  background-color: var(--c);
  color: #fff;
}
.drop-select li a {
  display: flex;
  align-items: center;
  padding: 6px;
  font-size: 14px;
  white-space: nowrap;
}
.drop-select li a img {
  max-height: 20px;
  display: block;
  margin-right: 10px;
}
.header {
  position: sticky;
  top: 0;
  z-index: 10000;
  width: 100%;
  transition: all 0.5s;
}
.header .header-box0 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #56af10;
  transition: all 0.5s;
  height: 38px;
}
.header .header-box0 .header-content0 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header .header-box0 .header-content0 .header-share a {
  font-size: var(--16);
  color: #fff;
  margin-right: var(--d26);
  transition: all 0.5s;
}
.header .header-box0 .header-content0 .header-share a:last-child {
  margin-right: 0;
}
.header .header-box0 .header-content0 .header-share a:hover {
  color: #CEF79E;
}
.header .header-box0 .header-content0 .header-mes {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .header-box0 .header-content0 .header-mes .header-mes2 {
  margin-right: var(--d60);
}
.header .header-box0 .header-content0 .header-mes .header-mes2:last-child {
  margin-right: 0;
}
.header .header-box0 .header-content0 .header-mes .header-mes2 .header-mes3 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: var(--16);
}
.header .header-box0 .header-content0 .header-mes .header-mes2 .header-mes3 i {
  font-size: var(--16);
  margin-right: var(--d10);
}
.header .header-box {
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.header .header-box .header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  transition: all 0.5s;
  height: 70px;
}
.header .header-logo {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
}
.header .header-logo .logo {
  width: 98px;
  position: relative;
}
.header .header-logo .logo::after {
  width: calc(134 / 98 * 100%);
  height: calc(134 / 98 * 100%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%);
  border-radius: 50%;
  background-color: #fff;
  content: '';
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 50%, 0 50%);
  clip-path: polygon(0 0, 100% 0, 100% 50%, 0 50%);
}
.header .header-logo .logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  position: relative;
  z-index: 10;
}
.header .header-right {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.5s;
  height: 100%;
}
.header .header-right .translate {
  margin-right: var(--d60);
}
.header .header-right-other {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.header .header-search {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.header .header-search .search-con {
  position: relative;
  margin-right: var(--d35);
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .header-search .search-con i {
  transition: all 0.5s;
  font-size: var(--22);
  color: var(--c3);
}
.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%;
  margin-right: var(--d16);
  position: relative;
}
.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: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: var(--d8) var(--d13);
}
.header .header-language .header-language3 .icon-yuyan {
  font-size: var(--20);
  margin-right: var(--d8);
}
.header .header-language .header-language3 span {
  font-size: var(--18);
  font-weight: 600;
  letter-spacing: -0.05em;
  color: var(--c3);
  margin-right: 5px;
}
.header .header-language .header-language3 .icon-xia {
  font-size: 10px;
}
.header .header-cart {
  position: relative;
  margin-right: var(--d18);
}
.header .header-cart a {
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .header-cart a .header-cart-icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--16);
  color: var(--c3);
}
.header .header-cart a .header-cart-icon i {
  font-size: var(--24);
  margin-right: 4px;
}
.header .header-but {
  overflow: hidden;
  position: relative;
}
.header .header-but:hover::before {
  animation: style1 0.75s;
  z-index: 1;
}
.header .header-but::before {
  content: "";
  position: absolute;
  display: block;
  transition: all 0.6s;
  width: 100%;
  height: 0;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  padding-top: 100%;
  transform: translateX(-50%) translateY(-50%);
  pointer-events: none;
}
@keyframes style1 {
  0% {
    background: rgba(0, 0, 0, 0.25);
    transform: translateX(-50%) translateY(-50%) scale(0);
  }
  100% {
    background: 0 0;
    transform: translateX(-50%) translateY(-50%) scale(1);
  }
}
.header .header-but a {
  padding: var(--d12) var(--d22);
  background-color: var(--c);
  border-radius: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: var(--18);
  line-height: calc(23 / 18);
  color: #fff;
  font-weight: 600;
}
.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: #000;
  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);
}
@media (min-width: 1201px) {
  .header-none {
    display: none;
  }
  .header-nav {
    display: flex;
    height: 100%;
    margin-right: var(--d120);
  }
  .header-nav .header-list {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header-nav .header-list .header-list2 {
    transition: all 0.5s;
    position: relative;
    height: 100%;
    margin-right: var(--d48);
  }
  .header-nav .header-list .header-list2:last-child {
    margin-right: 0;
  }
  .header-nav .header-list .header-list2:hover .header-list3 span {
    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 {
    height: 100%;
    position: relative;
    font-size: var(--18);
    line-height: 1;
    color: var(--c3);
    font-weight: 600;
  }
  .header-nav .header-list .header-list2 .header-list3 a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
  }
  .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 span {
    position: relative;
  }
  .header-nav .header-list .header-list2 .more-button {
    display: none;
  }
  .header-nav .header-list .action .header-list3 span {
    color: var(--c);
    font-weight: 500;
  }
  .more {
    visibility: hidden;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%) rotateX(-50deg);
    transform-origin: top;
    opacity: 0;
    transition: all 0.5s;
    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: 16px;
    color: #28252B;
    padding: 5px;
    background-color: #fff;
  }
  .more .more-1-list .more-1-list2 .more-1-list3 {
    overflow: hidden;
  }
  .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;
  }
  .more .more-1-list .more-1-list2 .more2 .more-2-list {
    background-color: #fff;
    padding: 5px;
    overflow: hidden;
  }
  .more .more-1-list .more-1-list2 .more2 .more-2-list .more-2-list3 {
    overflow: hidden;
  }
  .more .more-1-list .more-1-list2 .more-1-list3: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;
  }
}
@media (max-width: 1600px) and (min-width: 1400px) {
  .header-nav {
    margin-right: 50px;
  }
  .header-nav .header-list .header-list2 {
    margin-right: 30px;
  }
}
@media (max-width: 1400px) and (min-width: 1201px) {
  .header-nav {
    margin-right: 50px;
  }
  .header-nav .header-list .header-list2 {
    margin-right: 30px;
  }
}
@media (max-width: 1200px) {
  .header-none2 {
    display: none;
  }
  .header .s-nav {
    display: flex;
  }
  .header-nav {
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 1;
    overflow-y: scroll;
  }
  .header-nav .header-list {
    padding: 0 16px;
    padding-top: 80px;
    width: 100%;
  }
  .header-nav .header-list .header-list2 {
    width: 100%;
    position: relative;
    font-size: 16px;
    color: #001937;
    font-weight: 400;
  }
  .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: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1100;
  display: inline-flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: column;
  background-color: var(--c);
  border-radius: 50px;
  padding: var(--d35) var(--d10);
}
.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: 30px;
}
.online-wrap .online a i {
  font-size: 20px;
  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(--16);
  visibility: hidden;
  white-space: nowrap;
  padding-right: 20px;
}
.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 {
  border-radius: 8px;
  background-color: #fff;
  padding: 10px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #222;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 10px 0px;
}
.online-wrap .online a .show-num .show-img::after,
.online-wrap .online a .show-num span::after {
  position: absolute;
  top: 50%;
  right: 2px;
  display: inline-block;
  width: 0px;
  height: 0px;
  content: "";
  transform: translate(100%, -50%);
  vertical-align: middle;
  border-width: 10px 0px 10px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}
.online-wrap .online a .show-num span {
  height: 48px;
}
.online-wrap .online a .show-num img {
  width: 100px;
  display: block;
  object-fit: cover;
}
.online-wrap .online a:hover {
  background-color: var(--c);
}
.online-wrap .online a:hover i {
  color: #CEF79E !important;
}
.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;
  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;
}
.online-wrap .icon-cart .cart-num {
  position: absolute;
  right: 0px;
  top: 0px;
  transform: translate(40%, -40%);
  width: 20px;
  height: 20px;
  font-size: 14px;
  border-radius: 50%;
  background-color: var(--c2);
  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-butbox {
  position: absolute;
  z-index: 10;
  right: var(--p);
  bottom: var(--d44);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}
.index-banner .banner-butbox .banner-prev {
  margin-right: var(--d10);
}
.index-banner .banner-butbox .banner-but {
  width: var(--r50);
  height: var(--r50);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.11);
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #fff;
}
.index-banner .banner-butbox .banner-but::after {
  background: rgba(255, 255, 255, 0.46);
}
.index-banner .banner-butbox .banner-but i {
  font-size: var(--18);
}
.index-banner .slide-inner {
  padding-bottom: calc(855 / 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 .sw-pagination .swiper-pagination-bullet {
  background-color: #fff;
}
.con-but {
  display: flex;
}
.con-but .con-but2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.con-but .con-but2:hover .con-but-right {
  background: var(--c);
}
.con-but .con-but2:hover .con-but-right i {
  color: #fff !important;
}
.con-but .con-but2:hover .con-but-right::after {
  background: var(--c);
}
.con-but .con-but2 .con-but-left {
  height: 40px;
  background: #000;
  padding: 6px 0 6px var(--d16);
  position: relative;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.con-but .con-but2 .con-but-left span {
  color: #fff;
  font-size: var(--16);
  position: relative;
  z-index: 10;
}
.con-but .con-but2 .con-but-left::after {
  background: #000;
  position: absolute;
  right: calc(-1 * var(--d22));
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  /* 核心修改：让蒙版图片 垂直填满 + 永远显示最左侧 */
  mask-image: url(../img/but_bg.png);
  mask-size: auto 100%;
  /* 高度100%填满，宽度自动（不拉伸） */
  mask-position: right center;
  /* 靠左 + 垂直居中 */
  mask-repeat: no-repeat;
  /* 兼容webkit内核 */
  -webkit-mask-image: url(../img/but_bg.png);
  -webkit-mask-size: auto 100%;
  -webkit-mask-position: right center;
  -webkit-mask-repeat: no-repeat;
}
.con-but .con-but2 .con-but-right {
  transition: all 0.5s;
  border-radius: 10px;
  background: #CEF79E;
  height: 40px;
  padding: var(--d16) var(--d19);
  padding-left: 0;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: calc(var(--d22) + var(--d19));
  position: relative;
}
.con-but .con-but2 .con-but-right i {
  font-size: 8px;
  position: relative;
  z-index: 10;
}
.con-but .con-but2 .con-but-right::after {
  transition: all 0.5s;
  background: #CEF79E;
  position: absolute;
  top: 0;
  left: calc(-1 * var(--d19));
  width: 100%;
  height: 100%;
  content: '';
  /* 核心修改：让蒙版图片 垂直填满 + 永远显示最左侧 */
  mask-image: url(../img/but_bg2.png);
  mask-size: auto 100%;
  /* 高度100%填满，宽度自动（不拉伸） */
  mask-position: left center;
  /* 靠左 + 垂直居中 */
  mask-repeat: no-repeat;
  /* 兼容webkit内核 */
  -webkit-mask-image: url(../img/but_bg2.png);
  -webkit-mask-size: auto 100%;
  -webkit-mask-position: left center;
  -webkit-mask-repeat: no-repeat;
}
.swiper-but {
  width: var(--r38);
  height: var(--r38);
  min-width: var(--r38);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F2F4F3;
  transition: all 0.5s;
  color: #000;
}
.swiper-but i {
  font-size: var(--12);
}
.swiper-but:hover {
  background-color: var(--c);
  color: #fff;
}
.swiper-butbox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-butbox .swiper-but:first-child {
  margin-right: var(--d10);
}
.indexcontent .i-pro {
  padding-top: var(--d100);
  padding-bottom: var(--d110);
}
.indexcontent .i-pro .i-pro-titlebox {
  margin-bottom: var(--d90);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.indexcontent .i-pro .i-pro-titlebox .titlebox {
  width: 903px;
}
.indexcontent .i-pro .i-pro-titlebox .titlebox .type::before {
  color: #CEF79E;
}
.indexcontent .i-pro .i-pro-titlebox .i-pro-text {
  width: 551px;
  max-width: 100%;
}
.indexcontent .i-pro .i-pro-swiper {
  margin-bottom: var(--d72);
}
.indexcontent .i-pro .con-but {
  display: flex;
  justify-content: center;
  align-items: center;
}
.indexcontent .i-applications {
  padding-top: var(--d80);
  padding-bottom: var(--d140);
}
.indexcontent .i-applications .i-applications-titlebox {
  margin-bottom: var(--d90);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.indexcontent .i-applications .i-applications-titlebox .titlebox {
  width: 903px;
}
.indexcontent .i-applications .i-applications-titlebox .titlebox .type {
  color: #fff;
}
.indexcontent .i-applications .i-applications-titlebox .titlebox .type::before {
  color: #fff;
}
.indexcontent .i-applications .i-applications-titlebox .titlebox .title {
  color: #fff;
}
.indexcontent .i-applications .i-applications-titlebox .i-applications-text {
  width: 551px;
  max-width: 100%;
  color: #fff;
}
.indexcontent .i-applications .i-applications-img {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.indexcontent .i-applications .i-applications-img .img-box {
  padding-bottom: calc(520 / 1660 * 100%);
}
.indexcontent .i-applications .i-applications-img .i-applications-img-con {
  position: absolute;
  right: var(--d30);
  bottom: var(--d30);
  width: 700px;
  display: flex;
  justify-content: flex-end;
  z-index: 10;
}
.indexcontent .i-applications .i-applications-img .i-applications-img-con .i-applications-img-left {
  width: calc(565 / 670 * 100%);
  padding: var(--d10);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(3.4000001px);
}
.indexcontent .i-applications .i-applications-img .i-applications-img-con .i-applications-img-left .i-applications-icon {
  width: var(--r64);
  height: var(--r64);
  min-width: var(--r64);
  background-color: var(--c);
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.indexcontent .i-applications .i-applications-img .i-applications-img-con .i-applications-img-left .i-applications-icon i {
  font-size: var(--26);
}
.indexcontent .i-applications .i-applications-img .i-applications-img-con .i-applications-img-left .i-applications--img-text {
  width: calc(100% - var(--r64));
  padding-left: var(--d20);
  font-size: var(--18);
  line-height: calc(24 / 18);
  letter-spacing: -0.03em;
  color: #fff;
  font-weight: 300;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.indexcontent .i-applications .i-applications-img .i-applications-img-con .i-applications-img-right {
  width: var(--r100);
  height: var(--r100);
  background-color: var(--c);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  font-size: var(--14);
  line-height: calc(12 / 14);
}
.indexcontent .i-applications .i-applications-img .i-applications-img-con .i-applications-img-right i {
  font-size: var(--14);
  margin-bottom: var(--d8);
}
.indexcontent .i-applications .i-applications-list {
  margin-top: var(--d42);
  margin-bottom: calc(-1 * var(--d30));
  display: flex;
  justify-content: space-between;
}
.indexcontent .i-applications .i-applications-list .i-applications-list2 {
  width: 25%;
  margin-bottom: var(--d30);
  border-bottom: 1px solid #5A5A5A;
  padding: 0 var(--d66);
}
.indexcontent .i-applications .i-applications-list .i-applications-list2 .i-applications-list3 {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  height: 100%;
  padding-bottom: var(--d44);
  text-align: center;
  font-size: var(--20);
  line-height: calc(24 / 20);
  letter-spacing: -0.04em;
  color: #fff;
  position: relative;
  font-weight: 600;
  cursor: pointer;
}
.indexcontent .i-applications .i-applications-list .i-applications-list2 .i-applications-list3::after {
  width: 0%;
  bottom: 0px;
  content: '';
  height: 3px;
  background-color: #CEF79E;
  bottom: 0;
  position: absolute;
  transition: all 0.5s;
  left: 50%;
  transform: translateX(-50%);
}
.indexcontent .i-applications .i-applications-list .action .i-applications-list3 {
  color: #CEF79E;
}
.indexcontent .i-applications .i-applications-list .action .i-applications-list3::after {
  width: 100%;
}
.indexcontent .i-about {
  padding-top: var(--d150);
  padding-bottom: var(--d130);
}
.indexcontent .i-about .i-about-box {
  display: flex;
  justify-content: space-between;
}
.indexcontent .i-about .i-about-box .i-about-left .type::before {
  color: var(--c3);
}
.indexcontent .i-about .i-about-box .i-about-right {
  width: 940px;
  max-width: 100%;
  margin-right: var(--d138);
}
.indexcontent .i-about .i-about-box .i-about-right .i-about-title {
  margin-bottom: var(--d10);
}
.indexcontent .i-about .i-about-box .i-about-right .i-about-title h2 {
  font-size: var(--68);
  line-height: calc(66 / 68);
  font-weight: 500;
  color: var(--c3);
}
.indexcontent .i-about .i-about-box .i-about-right .i-about-text {
  width: 876px;
  max-width: 100%;
  margin-bottom: var(--d24);
}
.indexcontent .i-news {
  padding-top: var(--d120);
  padding-bottom: var(--d93);
}
.indexcontent .i-news .i-news-titlebox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--d80);
}
.indexcontent .i-news .i-news-titlebox .i-news-type {
  width: calc(606 / 1660 * 100%);
}
.indexcontent .i-news .i-news-titlebox .i-news-type .type {
  color: #fff;
  margin-bottom: var(--d12);
}
.indexcontent .i-news .i-news-titlebox .i-news-type .type::before {
  color: #fff;
}
.indexcontent .i-news .i-news-titlebox .i-news-type .i-news-text {
  width: 387px;
  color: #fff;
  max-width: 100%;
}
.indexcontent .i-news .i-news-titlebox .i-news-title {
  width: calc(1054 / 1660 * 100%);
  padding-left: var(--d40);
}
.indexcontent .i-news .i-news-titlebox .i-news-title .title {
  color: #fff;
}
.indexcontent .i-news .i-news-box {
  display: flex;
  justify-content: space-between;
}
.indexcontent .i-news .i-news-box .i-news-left {
  width: calc(606 / 1660 * 100%);
  border-radius: 10px;
  overflow: hidden;
}
.indexcontent .i-news .i-news-box .i-news-left .img-box {
  border-radius: 10px;
  padding-bottom: calc(405 / 605 * 100%);
}
.indexcontent .i-news .i-news-box .i-news-right {
  width: calc(1054 / 1660 * 100%);
  padding-left: var(--d40);
}
.indexcontent .i-news .i-news-box .i-news-right .i-news-list {
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.indexcontent .i-news .i-news-box .i-news-right .i-news-list .i-news-list2 {
  margin-bottom: var(--d26);
}
.indexcontent .i-news .i-news-box .i-news-right .i-news-list .i-news-list2:last-child {
  margin-bottom: 0;
}
.indexcontent .i-news .i-news-box .i-news-right .i-news-swbox {
  border-radius: 10px;
  background-color: #fff;
  padding: var(--d30) var(--d55) var(--d32) var(--d24);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.indexcontent .i-news .i-news-box .i-news-right .i-news-swbox:hover .i-news-icon .i-news-icon1 {
  opacity: 0;
}
.indexcontent .i-news .i-news-box .i-news-right .i-news-swbox:hover .i-news-icon .i-news-icon2 {
  opacity: 1;
}
.indexcontent .i-news .i-news-box .i-news-right .i-news-swbox:hover .i-news-sw-title h3 {
  color: var(--c) !important;
  text-decoration: underline;
}
.indexcontent .i-news .i-news-box .i-news-right .i-news-swbox .i-news-textbox {
  width: calc(100% - var(--r46));
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-right: var(--d44);
}
.indexcontent .i-news .i-news-box .i-news-right .i-news-swbox .i-news-icon {
  width: var(--r46);
  position: relative;
}
.indexcontent .i-news .i-news-box .i-news-right .i-news-swbox .i-news-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.indexcontent .i-news .i-news-box .i-news-right .i-news-swbox .i-news-icon .i-news-icon2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.indexcontent .i-news .i-news-paginationbox {
  margin-top: var(--d35);
  width: calc(1054 / 1660 * 100%);
  margin-left: auto;
  padding-left: var(--d40);
}
.indexcontent .i-news .i-news-paginationbox .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #D9D9D9;
  margin: 0 5px;
  opacity: 1;
}
.indexcontent .i-news .i-news-paginationbox .swiper-pagination-bullet-active {
  background-color: #CEF79E;
}
.i-news-date {
  width: 124px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  text-align: center;
  color: var(--c3);
}
.i-news-date .i-news-day {
  font-size: var(--64);
  line-height: calc(66 / 64);
  font-weight: 600;
  color: var(--c3);
  margin-bottom: 5px;
}
.i-news-date .i-news-years {
  font-size: var(--14);
  line-height: calc(18 / 14);
}
.i-news-textbox2 {
  width: calc(100% - 124px);
  padding-left: var(--d46);
}
.i-news-textbox2 .i-news-sw-title {
  margin-bottom: var(--d18);
}
.i-news-textbox2 .i-news-sw-title h3 {
  font-size: var(--20);
  line-height: calc(28 / 20);
  font-weight: 600;
  letter-spacing: -0.01em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all 0.5s;
}
.i-news-textbox2 .i-news-sw-text {
  font-size: var(--16);
  line-height: calc(24 / 16);
  color: var(--c3);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.i-contact {
  padding-top: var(--d130);
  padding-bottom: var(--d138);
}
.i-contact .i-contact-box {
  display: flex;
  justify-content: space-between;
}
.i-contact .i-contact-box .i-contact-left {
  width: calc(940 / 1660 * 100%);
  padding-right: var(--d32);
}
.i-contact .i-contact-box .i-contact-left .i-contact-title {
  margin-bottom: var(--d12);
}
.i-contact .i-contact-box .i-contact-left .i-contact-text1 {
  font-size: var(--24);
  line-height: calc(35 / 24);
  color: #00C550;
  margin-bottom: var(--d12);
}
.i-contact .i-contact-box .i-contact-left .i-contact-text2 {
  width: 630px;
  font-size: var(--20);
  line-height: calc(28 / 20);
  font-weight: 300;
  max-width: 100%;
}
.i-contact .i-contact-box .i-contact-right {
  width: calc(720 / 1660 * 100%);
}
.productbox {
  position: relative;
  background-color: #F3F3F3;
  text-align: center;
  padding: var(--d8);
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}
.productbox:hover::after {
  opacity: 1;
}
.productbox:hover .img-box img {
  transform: scale(1.1);
}
.productbox:hover .product-list-textbox .product-list-title h3 {
  color: #fff;
}
.productbox:hover .product-list-textbox .product-list-text {
  color: #fff;
}
.productbox:hover .product-list-textbox .product-list-more {
  background-color: #fff;
}
.productbox::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  background-image: url(../img/product_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom right;
  opacity: 0;
  transition: all 0.5s;
}
.productbox .product-imgbox {
  position: relative;
  z-index: 10;
}
.productbox .product-imgbox .img-box {
  border-radius: 10px 10px 0 0;
  padding-bottom: calc(630 / 770 * 100%);
}
.productbox .product-list-textbox {
  padding: var(--d30) var(--d8) var(--d50);
  position: relative;
  z-index: 10;
}
.productbox .product-list-textbox .product-list-title {
  margin-bottom: var(--d12);
}
.productbox .product-list-textbox .product-list-title h3 {
  font-size: var(--24);
  line-height: calc(30 / 24);
  font-weight: 600;
  color: var(--c);
  transition: all 0.5s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.productbox .product-list-textbox .product-list-text {
  margin-bottom: var(--d32);
  font-size: var(--16);
  line-height: calc(22 / 16);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all 0.5s;
  color: #494949;
}
.productbox .product-list-textbox .product-list-more {
  border-radius: 50px;
  margin: 0 auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 4px var(--d8);
  font-size: var(--14);
  line-height: calc(18 / 14);
  color: var(--c);
  transition: all 0.5s;
}
.productbox2 {
  text-align: left;
}
.i-contact-form ul li {
  margin-bottom: var(--d20);
}
.i-contact-form .input-box {
  width: 100%;
  padding: var(--d15) var(--d18);
  font-size: var(--16);
  line-height: 1;
  border-radius: 6px;
  background: #F7F7F7;
  color: #000000;
}
.i-contact-form .input-box::placeholder {
  color: #000000;
  transition: all 0.5s;
}
.i-contact-form .input-box:focus::placeholder {
  opacity: 0.3;
}
.i-contact-form .textarea-box {
  height: 160px;
  margin-bottom: var(--d20);
}
.i-contact-form .form-group {
  margin-bottom: var(--d20);
}
.i-contact-form .submit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 6px;
  padding: var(--d16);
  color: #fff;
  background-color: var(--c);
  font-size: var(--18);
  line-height: calc(24 / 18);
  overflow: hidden;
  position: relative;
}
.i-contact-form .submit:hover::before {
  animation: style1 0.75s;
  z-index: 1;
}
.i-contact-form .submit::before {
  content: "";
  position: absolute;
  display: block;
  transition: all 0.6s;
  width: 100%;
  height: 0;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  padding-top: 100%;
  transform: translateX(-50%) translateY(-50%);
}
@keyframes style1 {
  0% {
    background: rgba(0, 0, 0, 0.25);
    transform: translateX(-50%) translateY(-50%) scale(0);
  }
  100% {
    background: 0 0;
    transform: translateX(-50%) translateY(-50%) scale(1);
  }
}
.i-contact-form .submit i {
  font-size: var(--22);
  margin-left: 3px;
}
.fooder {
  color: #fff;
  background-color: #6c708d;
}
.fooder a {
  transition: all 0.5s;
}
.fooder a:hover {
  text-decoration: underline;
}
.fooder .fooder-top {
  padding-top: var(--d52);
  padding-bottom: var(--d62);
}
.fooder .fooder-top .fooder-top2 {
  display: flex;
  justify-content: space-between;
}
.fooder .fooder-top .fooder-top2 .fooder-copyright {
  width: 670px;
}
.fooder .fooder-top .fooder-top2 .fooder-products {
  width: 277px;
}
.fooder .fooder-top .fooder-top2 .fooder-mesbox {
  width: 306px;
}
.fooder .fooder-top .fooder-top2 .fooder-contitle {
  font-size: var(--96);
  line-height: calc(90 / 96);
  font-weight: 800;
  letter-spacing: 0.03em;
  margin-bottom: var(--d20);
}
.fooder .fooder-top .fooder-top2 .fooder-copyright2 {
  margin-bottom: var(--d10);
  width: 589px;
  max-width: 100%;
  font-size: var(--16);
  line-height: calc(23 / 16);
}
.fooder .fooder-top .fooder-top2 .fooder-copyright2 p,
.fooder .fooder-top .fooder-top2 .fooder-copyright2 a {
  display: inline;
}
.fooder .fooder-top .fooder-top2 .fooder-sitemap a {
  font-size: var(--16);
  line-height: 1;
}
.fooder .fooder-top .fooder-top2 .fooder-sitemap a:first-child {
  margin-right: var(--d30);
}
.fooder .fooder-top .fooder-top2 .fooder-title {
  margin-bottom: var(--d36);
  font-size: var(--24);
  line-height: calc(30 / 24);
  font-weight: 600;
}
.fooder .fooder-top .fooder-top2 .fooder-nav a {
  font-size: var(--18);
  line-height: calc(26 / 18);
  display: block;
  margin-bottom: var(--d22);
}
.fooder .fooder-top .fooder-top2 .fooder-nav a:last-child {
  margin-bottom: 0;
}
.fooder .fooder-top .fooder-top2 .fooder-mes {
  margin-bottom: var(--d22);
}
.fooder .fooder-top .fooder-top2 .fooder-mes .fooder-mes2 {
  margin-bottom: var(--d20);
}
.fooder .fooder-top .fooder-top2 .fooder-mes .fooder-mes2:last-child {
  margin-bottom: 0;
}
.fooder .fooder-top .fooder-top2 .fooder-mes .fooder-mes2 .fooder-mes3 {
  font-size: var(--16);
  line-height: calc(26 / 16);
}
.fooder .fooder-top .fooder-top2 .fooder-share a {
  font-size: var(--16);
  color: #fff;
  margin-right: var(--d26);
  transition: all 0.5s;
}
.fooder .fooder-top .fooder-top2 .fooder-share a:last-child {
  margin-right: 0;
}
.fooder .fooder-top .fooder-top2 .fooder-share a:hover {
  text-decoration: none;
  color: #CEF79E;
}
.productcontent {
  padding-top: var(--d110);
  padding-bottom: var(--d100);
}
.productcontent .product-textbox {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: var(--d84);
}
.productcontent .product-textbox .titlebox {
  width: 903px;
  max-width: 100%;
}
.productcontent .product-textbox .product-form {
  width: 520px;
  border-radius: 10px;
  border: 1px solid #D6D6D6;
  background: #F3F3F3;
  overflow: hidden;
}
.productcontent .product-textbox .product-form .product-formbox {
  width: 100%;
  padding: var(--d17) var(--d34) var(--d17) var(--d16);
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
}
.productcontent .product-textbox .product-form .product-formbox .input-text {
  width: 95%;
  font-size: var(--20);
  font-weight: 300;
  line-height: calc(24 / 20);
  background: #F3F3F3;
}
.productcontent .product-textbox .product-form .product-formbox .submit {
  background-color: transparent;
  border: none;
}
.productcontent .product-textbox .product-form .product-formbox .submit i {
  font-size: var(--24);
}
.productcontent .product-con-title {
  margin-bottom: var(--d20);
}
.productcontent .product-con-title h2 {
  font-size: var(--36);
  line-height: calc(28 / 36);
  color: var(--c);
  font-weight: 600;
}
.productcontent .product-con-text {
  margin-bottom: var(--d34);
}
.gmt-box {
  display: flex;
  justify-content: space-between;
}
.gmt-box .gmt-left {
  width: calc(400 / 1660 * 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(--d25);
  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;
}
.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: var(--c);
  border-radius: 10px;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 .menubut:hover {
  background-color: var(--c);
}
.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 i {
  color: #fff !important;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 .menubut .gmt-but {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 10;
  padding: var(--d16) var(--d20);
  font-size: var(--15);
  line-height: 1;
  color: #fff;
  transition: all 0.5s;
  font-weight: 500;
  transform: translateY(-50%);
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 .menubut .gmt-but .plue {
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 .menubut .gmt-but .minus {
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 a {
  display: block;
  width: 100%;
  position: relative;
  z-index: 10;
  font-size: var(--20);
  line-height: calc(28 / 20);
  padding: var(--d16) var(--d20);
  color: #fff;
  transition: all 0.5s;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 600;
}
.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(--d24);
  border-radius: 10px;
  border: 0.5px solid rgba(0, 0, 0, 0.41);
  background: #F3F3F3;
  padding: var(--d16) var(--d32);
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .gmt-more2 {
  transition: all 0.5s;
  position: relative;
  margin-bottom: 4px;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .gmt-more2:last-child a {
  border-bottom: 0;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .gmt-more2:hover a {
  color: var(--c);
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .gmt-more2:hover a span {
  left: 0;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .gmt-more2 a {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: var(--16);
  line-height: calc(24 / 16);
  position: relative;
  transition: all 0.5s;
  overflow: hidden;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .gmt-more2 a span {
  display: block;
  position: relative;
  left: calc(-1 * var(--d8));
  transition: all 0.5s;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .gmt-more2 a span::before {
  content: '•';
  margin-right: var(--d8);
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .action a {
  color: var(--c);
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .action a span {
  left: 0;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .open .gmt-list3 .menubut {
  background-color: var(--c);
}
.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 .plue {
  opacity: 0;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .open .gmt-list3 .menubut .gmt-but .minus {
  opacity: 1;
}
.gmt-box .gmt-rigth {
  width: calc(1260 / 1660 * 100%);
  padding-left: var(--d22);
}
.gmt-box .gmt-rigth .product-list {
  margin-bottom: calc(var(--d52) * -1);
  padding-bottom: var(--d90);
  --bs-gutter-x: var(--g20);
}
.gmt-box .gmt-rigth .product-list .product-list2 {
  margin-bottom: var(--d52);
}
.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: flex-start;
  align-items: center;
}
.pagination .pagination-page {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .pagination-page li a,
.pagination .prev a,
.pagination .next a {
  width: var(--r38);
  height: var(--r38);
  background-color: #F2F4F3;
  transition: all 0.5s;
  cursor: pointer;
  font-size: var(--14);
  line-height: 0.8;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.pagination .pagination-page li a i,
.pagination .prev a i,
.pagination .next a i {
  font-size: var(--14);
}
.pagination .pagination-page li a:hover,
.pagination .prev a:hover,
.pagination .next a:hover {
  background-color: var(--c) !important;
  color: #fff !important;
}
.pagination .pagination-page {
  margin: 0 var(--d14);
}
.pagination li {
  margin-right: var(--d14);
  color: #000;
  font-size: var(--14);
}
.pagination li:last-child {
  margin-right: 0;
}
.pagination .active a {
  background-color: var(--c) !important;
  color: #fff !important;
}
.productcontent .gmt-list {
  margin-bottom: var(--d105);
}
.productcontent .gmt-contact .gmt-contact-title {
  padding: var(--d30) var(--d17);
  font-size: var(--24);
  line-height: calc(30 / 24);
  font-weight: 600;
  color: #fff;
  background-color: var(--c);
  border-radius: 10px;
  margin-bottom: 5px;
}
.productcontent .gmt-contact .gmt-contact-text {
  padding: var(--d36) var(--d17);
  background-color: #F3F3F3;
  border-radius: 10px;
}
.productcontent .gmt-contact .gmt-contact-text .gmt-mes .gmt-mes2 {
  margin-bottom: var(--d20);
}
.productcontent .gmt-contact .gmt-contact-text .gmt-mes .gmt-mes2:last-child {
  margin-bottom: 0;
}
.productcontent .gmt-contact .gmt-contact-text .gmt-mes .gmt-mes2 .gmt-mes3 {
  font-size: var(--16);
  line-height: calc(26 / 16);
  color: #050505;
}
.details-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: var(--d24);
  padding-right: var(--d36);
  margin-bottom: var(--d56);
  background-color: #F3F3F3;
  border-radius: 10px;
}
.details-content .details-left {
  width: calc(638 / 1178 * 100%);
}
.details-content .details-left .details-but {
  width: 28px;
  height: 28px;
  min-width: 28px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #DCDCDC;
  transition: all 0.5s;
  position: absolute;
  color: #868686;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10;
}
.details-content .details-left .details-but:hover {
  background-color: var(--c) !important;
  color: #fff;
}
.details-content .details-left .details-but i {
  font-size: var(--12);
}
.details-content .details-left .details-prev {
  top: 0;
}
.details-content .details-left .details-next {
  bottom: 0;
}
.details-content .details-left .img-box {
  padding-bottom: calc(630 / 770 * 100%);
}
.details-content .details-left .details-imgbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.details-content .details-left .details-imgbox .swiper-slide {
  overflow: hidden;
  border-radius: 10px;
}
.details-content .details-left .details-imgbox .details-swiperbox {
  width: calc(113 / 638 * 100%);
  padding: 16px 0;
  height: auto;
  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 {
  border-color: var(--c);
}
.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: "\e623";
  font-size: 16px;
  color: #fff;
  z-index: 11;
  line-height: 1;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: var(--c);
  display: flex;
  justify-content: center;
  align-items: center;
}
.details-content .details-left .details-imgbox .details-swiperbox2 {
  width: calc(518 / 638 * 100%);
  overflow: hidden;
  position: relative;
}
.details-content .details-left .details-imgbox .details-swiperbox2 .details-swiper2 {
  width: 100%;
  height: 100%;
  border: 1px solid #F5F5F5;
}
.details-content .details-right {
  width: calc(540 / 1178 * 100%);
  padding-left: var(--d42);
}
.details-content .details-right .details-right2 {
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.details-content .details-right .details-right2 .details-type {
  font-size: var(--14);
  line-height: calc(24 / 14);
  font-weight: 300;
  letter-spacing: -0.03em;
  color: #909090;
  margin-bottom: 4px;
}
.details-content .details-right .details-right2 .details-title {
  margin-bottom: var(--d13);
}
.details-content .details-right .details-right2 .details-title h2 {
  font-size: var(--24);
  line-height: calc(30 / 24);
  color: var(--c);
  font-weight: 600;
}
.details-content .details-right .details-right2 .details-text {
  margin-bottom: var(--d40);
  font-size: var(--16);
  line-height: calc(22 / 16);
  color: #494949;
}
.details-content .details-right .details-right2 .details-share {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: var(--d35);
}
.details-content .details-right .details-right2 .details-share p {
  font-size: var(--16);
  margin-right: var(--d12);
  color: #453737;
}
.details-content .details-right .details-right2 .details-butbox {
  display: flex;
  justify-content: flex-start;
}
.details-content .details-right .details-right2 .details-butbox .details-but {
  width: calc(188 / 462 * 100%);
}
.details-content .details-right .details-right2 .details-butbox .details-but:first-child {
  margin-right: var(--d10);
}
.details-content .details-right .details-right2 .details-butbox .details-but:first-child .details-but2 {
  background-color: #CEF79E;
  color: #2B2B2B;
}
.details-content .details-right .details-right2 .details-butbox .details-but .details-but2 {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: var(--d14);
  font-size: var(--16);
  line-height: calc(21 / 16);
  transition: all 0.5s;
  overflow: hidden;
  position: relative;
  background-color: var(--c);
  border-radius: 10px;
  color: #fff;
}
.details-content .details-right .details-right2 .details-butbox .details-but .details-but2 i {
  margin-left: var(--d10);
  font-size: var(--12);
}
.details-content .details-right .details-right2 .details-butbox .details-but .details-but2:hover::before {
  animation: style1 0.75s;
  z-index: 1;
}
.details-content .details-right .details-right2 .details-butbox .details-but .details-but2::before {
  content: "";
  position: absolute;
  display: block;
  transition: all 0.6s;
  width: 100%;
  height: 0;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  padding-top: 100%;
  transform: translateX(-50%) translateY(-50%);
}
@keyframes style1 {
  0% {
    background: rgba(0, 0, 0, 0.25);
    transform: translateX(-50%) translateY(-50%) scale(0);
  }
  100% {
    background: 0 0;
    transform: translateX(-50%) translateY(-50%) scale(1);
  }
}
.i-blog {
  padding: var(--d100) 0;
}
.i-feed-list {
  margin-bottom: calc(-1 * var(var(--d30)));
}
.i-feed-list .i-feed-list2 {
  margin-bottom: var(--d30);
}
.i-feed-list .i-feed-list2 .img-box {
  padding-bottom: calc(545 / 480 * 100%);
  border-radius: 20px;
}
.i-feed-list .i-feed-list2 .i-feed-list3 .i-feed-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: var(--d13);
}
.i-feed-list .i-feed-list2 .i-feed-list3 .i-feed-icon i {
  font-size: var(--36);
}
.i-feed-list .i-feed-list2 .i-feed-list3 .i-feed-title {
  margin-bottom: var(--d50);
  font-size: var(--16);
  font-weight: 500;
  text-align: center;
}
.details-navbox {
  position: sticky;
  top: 108px;
  left: 0;
  z-index: 1000;
  background-color: #fff;
  overflow: hidden;
}
.details-navbox .details-nav {
  position: relative;
  z-index: 10;
  border-bottom: 1px solid rgba(139, 139, 139, 0.51);
}
.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;
  min-width: 175px;
}
.details-navbox .details-nav .navbox .navbox2:last-child {
  margin-right: 0;
}
.details-navbox .details-nav .navbox .navbox2 a {
  display: block;
  padding: var(--d17) var(--d13);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  text-align: center;
  font-size: var(--18);
  line-height: 1;
  white-space: nowrap;
  font-weight: 500;
  border-radius: 10px 10px 0 0;
  border: 1px solid rgba(139, 139, 139, 0.51);
  border-bottom: 0;
}
.details-navbox .details-nav .navbox .navbox2:hover a {
  background-color: #F3F3F3;
  color: var(--c);
}
.details-navbox .details-nav .navbox .action a {
  background-color: #F3F3F3;
  color: var(--c);
}
.details .con-title {
  font-size: var(--24);
  line-height: 1;
  color: var(--c);
}
.details .details2 {
  padding-left: var(--d20);
}
.details .description {
  padding-top: var(--d64);
}
.details .description .con-title {
  margin-bottom: var(--d24);
}
.details .description .description-text {
  font-weight: 300;
}
.details .specifications {
  padding-top: var(--d100);
}
.details .specifications .con-title {
  margin-bottom: var(--d42);
}
.details .inquiry {
  padding-top: var(--d105);
}
.details .inquiry .con-title {
  margin-bottom: var(--d40);
}
.related {
  padding-top: var(--d154);
}
.related .related-title {
  margin-bottom: var(--d60);
}
.related .swiper-butbox {
  margin-top: var(--d56);
}
.inquiry-form .contact-form ul {
  --bs-gutter-x: var(var(--g10));
}
.inquiry-form .contact-form ul li {
  margin-bottom: var(--d10);
}
.inquiry-form .contact-form .input-box {
  width: 100%;
  padding: var(--d16) var(--d14);
  font-size: var(--15);
  line-height: calc(20 / 16);
  background: #F3F3F3;
  border-radius: 0;
}
.inquiry-form .contact-form .input-box::placeholder {
  color: #56af10;
  transition: all 0.5s;
}
.inquiry-form .contact-form .input-box:focus::placeholder {
  opacity: 0.3;
}
.inquiry-form .contact-form .textarea-box {
  height: 160px;
  margin-bottom: var(--d10);
}
.inquiry-form .contact-form .submit {
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: var(--d12) var(--d60);
  font-size: var(--16);
  font-weight: 400;
  border-radius: 10px;
  line-height: calc(21 / 16);
  color: #fff;
  background-color: var(--c);
  overflow: hidden;
  position: relative;
}
.inquiry-form .contact-form .submit i {
  font-size: var(--15);
  margin-left: var(--d15);
}
.inquiry-form .contact-form .submit:hover::before {
  animation: style1 0.75s;
  z-index: 1;
}
.inquiry-form .contact-form .submit::before {
  content: "";
  position: absolute;
  display: block;
  transition: all 0.6s;
  width: 100%;
  height: 0;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  padding-top: 100%;
  transform: translateX(-50%) translateY(-50%);
}
@keyframes style1 {
  0% {
    background: rgba(0, 0, 0, 0.25);
    transform: translateX(-50%) translateY(-50%) scale(0);
  }
  100% {
    background: 0 0;
    transform: translateX(-50%) translateY(-50%) scale(1);
  }
}
.contact-form .product-input {
  margin-bottom: var(--d10);
}
.contact-form .product-input .input-box {
  color: #FFFFFF;
  background-color: var(--c);
}
.contact-form ul li {
  margin-bottom: var(--d20);
}
.contact-form .input-box {
  border-radius: 6px;
  width: 100%;
  padding: var(--d16) var(--d14);
  font-size: var(--15);
  line-height: calc(20 / 16);
  background: #F3F3F3;
}
.contact-form .input-box::placeholder {
  color: #56af10;
  transition: all 0.5s;
}
.contact-form .input-box:focus::placeholder {
  opacity: 0.3;
}
.contact-form .textarea-box {
  height: 160px;
  margin-bottom: var(--d10);
}
.contact-form .form-group {
  margin-bottom: var(--d40);
}
.contact-form .submit {
  background-color: transparent;
}
.contact-form .submit .con-but .con-but2 .con-but-left {
  width: 188px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.aboutcontent .story {
  padding-top: var(--d105);
  padding-bottom: var(--d176);
  position: relative;
  overflow: hidden;
}
.aboutcontent .story .story-bg {
  position: absolute;
  left: 0;
  bottom: var(--d100);
  width: 11.74531vw;
  height: 11.74531vw;
  border-radius: 50%;
  transform: translateX(-30%);
  background: rgba(206, 247, 158, 0.42);
  filter: blur(103.25px);
  transform: matrix(-0.98, 0.21, 0.21, 0.98, 0, 0);
}
.aboutcontent .story .titlebox {
  position: relative;
  z-index: 10;
  width: 1035px;
  margin-bottom: var(--d42);
}
.aboutcontent .story .story-left-textbox {
  margin-bottom: var(--d30);
}
.aboutcontent .story .story-left-textbox .story-left-textbox2 {
  width: 498px;
  max-width: 100%;
  font-size: var(--24);
  line-height: calc(32 / 24);
  letter-spacing: -0.03em;
  font-weight: 300;
  margin-bottom: var(--d30);
}
.aboutcontent .story .story-video {
  width: 100%;
  max-width: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: var(--d60);
}
.aboutcontent .story .story-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aboutcontent .story .story-video .video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: var(--r120);
  height: var(--r120);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.32);
}
.aboutcontent .story .story-video .video-icon::after {
  width: calc(90 / 120 * 100%);
  height: calc(90 / 120 * 100%);
  background-image: url('../img/video_bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  animation: playan1 10s linear infinite normal;
}
.aboutcontent .story .story-video .video-icon .video-icon2 {
  width: calc(50 / 120 * 100%);
  height: calc(50 / 120 * 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.32);
  border-radius: 50%;
}
.aboutcontent .story .story-video .video-icon .video-icon2 i {
  color: #fff;
  font-size: var(--40);
}
.aboutcontent .story .story-right-text {
  margin-bottom: var(--d52);
}
.aboutcontent .story .story-right-img {
  margin-bottom: var(--d80);
}
.aboutcontent .story .story-right-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aboutcontent .story .story-box {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: space-between;
}
.aboutcontent .story .story-box .story-left {
  width: calc(496 / 1660 * 100%);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.aboutcontent .story .story-box .story-right {
  width: calc(1164 / 1660 * 100%);
  padding-left: var(--d180);
}
.aboutcontent .corporate {
  background-color: #CEF79E;
  padding-top: var(--d147);
  padding-bottom: var(--d56);
  position: relative;
}
.aboutcontent .corporate .corporate-bg {
  width: 100%;
  height: calc(100% - var(--d56) - 254px / 2);
  position: absolute;
  top: 0;
  left: 0;
}
.aboutcontent .corporate .container {
  position: relative;
  z-index: 10;
}
.aboutcontent .corporate .type {
  color: #fff;
  text-align: center;
  margin-bottom: var(--d12);
}
.aboutcontent .corporate .type::before {
  color: #fff;
}
.aboutcontent .corporate .corporate-title {
  margin-bottom: var(--d110);
  text-align: center;
}
.aboutcontent .corporate .corporate-title .title {
  color: #fff;
}
.aboutcontent .corporate .corporate-list {
  margin-bottom: calc(-1 * var(--d40));
}
.aboutcontent .corporate .corporate-list .corporate-list2 {
  margin-bottom: var(--d40);
}
.aboutcontent .corporate .corporate-list .corporate-list2 .corporate-list3 {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.aboutcontent .corporate .corporate-list .corporate-list2 .corporate-list3 .corporate-list-title {
  margin-bottom: var(--d22);
  width: 300px;
  max-width: 100%;
}
.aboutcontent .corporate .corporate-list .corporate-list2 .corporate-list3 .corporate-list-title h3 {
  font-weight: 800;
  color: #CEF79E;
  line-height: 1;
  font-size: var(--32);
  text-align: center;
}
.aboutcontent .corporate .corporate-list .corporate-list2 .corporate-list3 .corporate-list-imgbox {
  width: 254px;
  height: 254px;
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(206, 247, 158, 0.3);
}
.aboutcontent .corporate .corporate-list .corporate-list2 .corporate-list3 .corporate-list-imgbox .corporate-list-imgbox2 {
  width: calc(233 / 254 * 100%);
  height: calc(233 / 254 * 100%);
  border-radius: 50%;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.aboutcontent .corporate .corporate-list .corporate-list2 .corporate-list3 .corporate-list-imgbox .corporate-list-imgbox2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aboutcontent .technology {
  padding-top: var(--d208);
}
.aboutcontent .technology .technology-box {
  display: flex;
  justify-content: space-between;
}
.aboutcontent .technology .technology-box .technology-text {
  width: calc(1033 / 1920 * 100%);
  padding-left: var(--p);
  padding-right: var(--d35);
}
.aboutcontent .technology .technology-box .technology-text .titlebox {
  margin-bottom: var(--d58);
}
.aboutcontent .technology .technology-box .technology-img {
  width: calc(887 / 1920 * 100%);
}
.aboutcontent .technology .technology-box .technology-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aboutcontent .service {
  padding-top: var(--d120);
  padding-bottom: var(--d138);
}
.aboutcontent .service .service-box {
  display: flex;
  justify-content: space-between;
}
.aboutcontent .service .service-box .service-left {
  width: calc(1085 / 1660 * 100%);
  padding-right: var(--d93);
}
.aboutcontent .service .service-box .service-left .titlebox {
  margin-bottom: var(--d40);
}
.aboutcontent .service .service-box .service-left .titlebox .type {
  color: #fff;
  margin-bottom: var(--d12);
}
.aboutcontent .service .service-box .service-left .titlebox .type::before {
  color: #fff;
}
.aboutcontent .service .service-box .service-left .titlebox .title {
  color: #fff;
}
.aboutcontent .service .service-box .service-left .service-text {
  font-size: var(--32);
  line-height: calc(40 / 32);
  color: #fff;
}
.aboutcontent .service .service-box .service-left .service-text span {
  color: #CEF79E;
}
.aboutcontent .service .service-box .service-right {
  width: calc(575 / 1660 * 100%);
}
.aboutcontent .service .service-box .service-right .service-list .service-list2 {
  margin-bottom: var(--d26);
}
.aboutcontent .service .service-box .service-right .service-list .service-list2:last-child {
  margin-bottom: 0;
}
.aboutcontent .service .service-box .service-right .service-list .service-list2 .service-list3 {
  padding: var(--d26) var(--d60);
  border-radius: 999px;
  background: rgba(206, 247, 158, 0.19);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.aboutcontent .service .service-box .service-right .service-list .service-list2 .service-list3 .service-icon {
  width: var(--r42);
}
.aboutcontent .service .service-box .service-right .service-list .service-list2 .service-list3 .service-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aboutcontent .service .service-box .service-right .service-list .service-list2 .service-list3 .service-list-text {
  width: calc(100% - var(--r42));
  padding-left: var(--d30);
  font-size: var(--20);
  line-height: calc(28 / 20);
  letter-spacing: 0.01em;
  color: #fff;
}
.aboutcontent .qualifications {
  padding-top: var(--d200);
  padding-bottom: var(--d190);
}
.aboutcontent .qualifications .titlebox {
  margin-bottom: var(--d12);
}
.aboutcontent .qualifications .qualifications-text {
  font-size: var(--20);
  line-height: calc(24 / 20);
  letter-spacing: -0.03em;
  margin-bottom: var(--d80);
}
.aboutcontent .qualifications .qualifications-swbox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.aboutcontent .qualifications .qualifications-swbox .qualifications-swiper {
  width: 100%;
  margin: 0 var(--d32);
}
.aboutcontent .qualifications .qualifications-swbox .qualifications-swiper .swiper-slide:hover .img-box img {
  transform: scale(1.1);
}
.aboutcontent .qualifications .qualifications-swbox .qualifications-swiper .img-box {
  padding-bottom: calc(570 / 400 * 100%);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.story-listbox .story-listbox-title {
  font-size: var(--24);
  line-height: 1;
  color: var(--c);
  margin-bottom: var(--d30);
  font-weight: 800;
}
.story-listbox .story-list {
  margin-bottom: calc(-1 * var(--d68));
}
.story-listbox .story-list .story-list2 {
  margin-bottom: var(--d68);
}
.story-listbox .story-list .story-list2 .story-list3 .story-list-title {
  margin-bottom: var(--d18);
  font-size: var(--20);
  line-height: calc(24 / 20);
  font-weight: 600;
}
.story-listbox .story-list .story-list2 .story-list3 .story-list-text ul {
  list-style-type: disc;
  padding-left: 15px;
}
.story-listbox .story-list .story-list2 .story-list3 .story-list-text ul li {
  list-style-type: unset;
  font-size: var(--16);
  line-height: calc(30 / 16);
}
.application-titlebox {
  padding-top: var(--d105);
}
.application-titlebox .titlebox {
  margin-bottom: var(--d13);
}
.application-titlebox .application-text {
  width: 1380px;
  max-width: 100%;
  font-size: var(--24);
  line-height: calc(32 / 24);
  margin-bottom: var(--d93);
}
.application-titlebox .application-nav {
  display: flex;
  justify-content: flex-start;
  margin-bottom: var(--d105);
}
.application-titlebox .application-nav .application-nav2 {
  margin-right: var(--d22);
}
.application-titlebox .application-nav .application-nav2:hover .application-navicon .application-naviconbg1 {
  opacity: 0 !important;
}
.application-titlebox .application-nav .application-nav2:hover .application-navicon .application-naviconbg2 {
  opacity: 1 !important;
}
.application-titlebox .application-nav .application-nav2:hover .application-navicon .application-icon {
  filter: brightness(0) invert(1);
}
.application-titlebox .application-nav .application-nav2:last-child {
  margin-right: 0;
}
.application-titlebox .application-nav .application-nav2 .application-nav3 {
  width: 400px;
  height: 90px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  background-color: #F3F3F3;
  cursor: pointer;
}
.application-titlebox .application-nav .application-nav2 .application-nav3 .application-navtitle {
  padding-left: 16px;
  font-size: 24px;
  line-height: calc(32 / 24);
  font-weight: 500;
}
.application-titlebox .application-nav .application-nav2 .application-nav3 .application-navicon {
  width: 192px;
  height: 100%;
  position: relative;
}
.application-titlebox .application-nav .application-nav2 .application-nav3 .application-navicon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.application-titlebox .application-nav .application-nav2 .application-nav3 .application-navicon .application-naviconbg2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  opacity: 0;
}
.application-titlebox .application-nav .application-nav2 .application-nav3 .application-navicon .application-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
}
.application-titlebox .application-nav .action .application-nav3 {
  border: 1px solid #56af10;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.09);
}
.application-titlebox .application-nav .action .application-navicon .application-naviconbg1 {
  opacity: 0 !important;
}
.application-titlebox .application-nav .action .application-navicon .application-naviconbg2 {
  opacity: 1 !important;
}
.application-titlebox .application-nav .action .application-navicon .application-icon {
  filter: brightness(0) invert(1);
}
.solutioncontent .solution {
  padding-bottom: var(--d170);
}
.solutioncontent .solution .solution-title {
  margin-bottom: var(--d60);
}
.solutioncontent .solution .solution-title h2 {
  font-size: var(--48);
  line-height: 1;
  font-weight: 600;
}
.solutioncontent .solution .solution-list {
  margin-bottom: var(--d145);
}
.solutioncontent .solution .solution-list .solution-list2 {
  margin-bottom: var(--d86);
}
.solutioncontent .solution .solution-list .solution-list2:last-child {
  margin-bottom: 0;
}
.solutioncontent .solution .solution-list .solution-list2:nth-child(2n) .solution-list3 {
  flex-direction: row-reverse;
}
.solutioncontent .solution .solution-list .solution-list2:nth-child(2n) .solution-list3 .solution-textbox {
  padding-left: var(--d48);
  padding-right: var(--d68);
}
.solutioncontent .solution .solution-list .solution-list2 .solution-list3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.solutioncontent .solution .solution-list .solution-list2 .solution-list3 .solution-imgbox {
  width: calc(780 / 1660 * 100%);
}
.solutioncontent .solution .solution-list .solution-list2 .solution-list3 .solution-imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.solutioncontent .solution .solution-list .solution-list2 .solution-list3 .solution-textbox {
  width: calc(880 / 1660 * 100%);
  padding-left: var(--d68);
  padding-right: var(--d48);
}
.solutioncontent .solution .solution-list .solution-list2 .solution-list3 .solution-textbox .solution-list-title {
  margin-bottom: var(--d34);
}
.solutioncontent .solution .solution-list .solution-list2 .solution-list3 .solution-textbox .solution-list-title h3 {
  font-size: var(--24);
  font-weight: 700;
  color: var(--c);
}
.solutioncontent .solution .solution-list .solution-list2 .solution-list3 .solution-textbox .solution-list-textbox .solution-list-textbox-title {
  font-size: var(--18);
  line-height: calc(24 / 18);
  color: #464646;
  margin-bottom: var(--d8);
  font-weight: 600;
}
.solution-but .solution-but2 {
  margin-left: auto;
  width: 400px;
  height: 90px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #000;
  cursor: pointer;
  position: relative;
}
.solution-but .solution-but2::after {
  width: 225.50995px;
  height: 225.50995px;
  border-radius: 50%;
  background: rgba(206, 247, 158, 0.42);
  filter: blur(103.25px);
  transform: translate(-50%, -50%) matrix(-0.98, 0.21, 0.21, 0.98, 0, 0);
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  pointer-events: none;
}
.solution-but .solution-but2:hover .solution-but2 {
  border: 1px solid #56af10;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.09);
}
.solution-but .solution-but2:hover .solution-navicon .solution-naviconbg1 {
  opacity: 0 !important;
}
.solution-but .solution-but2:hover .solution-navicon .solution-naviconbg2 {
  opacity: 1 !important;
}
.solution-but .solution-but2:hover .solution-navicon .solution-icon {
  filter: brightness(0) invert(1);
}
.solution-but .solution-but2 .solution-navtitle {
  padding-left: 16px;
  font-size: 24px;
  line-height: calc(32 / 24);
  font-weight: 500;
  color: #fff;
}
.solution-but .solution-but2 .solution-navicon {
  width: 192px;
  height: 100%;
  position: relative;
}
.solution-but .solution-but2 .solution-navicon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.solution-but .solution-but2 .solution-navicon .solution-naviconbg2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  opacity: 0;
}
.solution-but .solution-but2 .solution-navicon .solution-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
}
.suportcontent .suport .suport-textbox {
  text-align: center;
  width: 878px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: var(--d60);
}
.suportcontent .suport .suport-textbox .suport-title {
  margin-bottom: var(--d16);
}
.suportcontent .suport .suport-textbox .suport-title h2 {
  font-size: var(--48);
  font-weight: 600;
}
.suportcontent .suport .suport-box {
  padding: var(--d80) var(--d115);
  background-color: #F3F3F3;
}
.suportcontent .suport .suport-box .suport-box2 {
  display: flex;
  justify-content: space-between;
}
.suportcontent .suport .suport-box .suport-box2 .suport-left {
  width: calc(550 / 1660 * 100%);
}
.suportcontent .suport .suport-box .suport-box2 .suport-left .suport-list .suport-list2 {
  margin-bottom: var(--d18);
}
.suportcontent .suport .suport-box .suport-box2 .suport-left .suport-list .suport-list2:last-child {
  margin-bottom: 0;
}
.suportcontent .suport .suport-box .suport-box2 .suport-left .suport-list .suport-list2 .suport-list3 {
  padding-right: var(--d10);
  position: relative;
}
.suportcontent .suport .suport-box .suport-box2 .suport-left .suport-list .suport-list2 .suport-list3::after {
  content: '';
  width: 20px;
  height: 20px;
  background-color: rgba(217, 217, 217, 0.28);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0%, -50%) rotateZ(45deg);
  display: block;
  transition: all 0.5s;
}
.suportcontent .suport .suport-box .suport-box2 .suport-left .suport-list .suport-list2 .suport-list3 .suport-con {
  transition: all 0.5s;
  border-radius: 10px;
  padding: var(--d15) var(--d17);
  background-color: rgba(217, 217, 217, 0.28);
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.suportcontent .suport .suport-box .suport-box2 .suport-left .suport-list .suport-list2 .suport-list3 .suport-con .suport-icon {
  width: var(--r110);
  height: var(--r110);
  border-radius: 50%;
  background-color: var(--c);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.suportcontent .suport .suport-box .suport-box2 .suport-left .suport-list .suport-list2 .suport-list3 .suport-con .suport-icon img {
  transition: all 0.5s;
  width: calc(60 / 110 * 100%);
  height: calc(60 / 110 * 100%);
  filter: brightness(0) invert(1);
}
.suportcontent .suport .suport-box .suport-box2 .suport-left .suport-list .suport-list2 .suport-list3 .suport-con .suport-list-title {
  width: calc(100% - var(--r110));
  padding-left: var(--d40);
  font-size: var(--24);
  line-height: calc(30 / 24);
  color: var(--c);
  font-weight: 800;
}
.suportcontent .suport .suport-box .suport-box2 .suport-left .suport-list .action .suport-list3::after {
  background-color: #D9D9D9;
}
.suportcontent .suport .suport-box .suport-box2 .suport-left .suport-list .action .suport-list3 .suport-con {
  background-color: #D9D9D9;
}
.suportcontent .suport .suport-box .suport-box2 .suport-left .suport-list .action .suport-list3 .suport-con .suport-icon {
  background-color: #CEF79E;
}
.suportcontent .suport .suport-box .suport-box2 .suport-left .suport-list .action .suport-list3 .suport-con .suport-icon img {
  filter: none;
}
.suportcontent .suport .suport-box .suport-box2 .suport-left .suport-list .action .suport-list3 .suport-con .suport-list-title {
  text-decoration: underline;
}
.suportcontent .suport .suport-box .suport-box2 .suport-right {
  width: calc(1110 / 1660 * 100%);
  padding-left: var(--d56);
  padding-top: var(--d40);
  position: relative;
}
.suportcontent .suport .suport-box .suport-box2 .suport-right .suport-list-text {
  font-size: var(--18);
  line-height: calc(24 / 18);
  font-weight: 300;
  color: #464646;
  margin-bottom: var(--d58);
}
.suportcontent .suport .suport-box .suport-box2 .suport-right .suport-swiper .img-box {
  padding-bottom: calc(310 / 510 * 100%);
}
.suportcontent .suport .suport-box .suport-box2 .suport-right .suport-pagination {
  margin-top: var(--d24);
}
.suportcontent .suport .suport-box .suport-box2 .suport-right .suport-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 2px;
  background-color: #BEBEBE;
  transition: all 0.5s;
  opacity: 1;
}
.suportcontent .suport .suport-box .suport-box2 .suport-right .suport-pagination .swiper-pagination-bullet-active {
  background-color: #56af10;
}
.suportcontent .suport .solution-but {
  padding-top: var(--d150);
  padding-bottom: var(--d160);
}
.videocontent .videobox .videobox-list {
  padding-bottom: var(--d60);
  --bs-gutter-x: var(--g94);
  margin-bottom: calc(-1 * var(--d80));
}
.videocontent .videobox .videobox-list .videobox-list2 {
  margin-bottom: var(--d80);
}
.videocontent .videobox .videobox-list .videobox-list2 .videobox-list3:hover .img-box img {
  transform: scale(1.1);
}
.videocontent .videobox .videobox-list .videobox-list2 .videobox-list3:hover .videobox-textbox {
  background-color: var(--c);
  color: #CEF79E;
}
.videocontent .videobox .videobox-list .videobox-list2 .videobox-list3 .img-box {
  padding-bottom: calc(330 / 490 * 100%);
  border-radius: 10px;
}
.videocontent .videobox .videobox-list .videobox-list2 .videobox-list3 .videobox-textbox {
  margin-top: var(--d10);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--d20) var(--d24);
  background-color: #F3F3F3;
  border-radius: 10px;
  transition: all 0.5s;
}
.videocontent .videobox .videobox-list .videobox-list2 .videobox-list3 .videobox-textbox .videobox-title {
  width: calc(100% - var(--60));
  padding-right: var(--d24);
  transition: all 0.5s;
}
.videocontent .videobox .videobox-list .videobox-list2 .videobox-list3 .videobox-textbox .videobox-title h2 {
  font-weight: 600;
  font-size: var(--20);
  line-height: calc(28 / 20);
  letter-spacing: -0.01em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.videocontent .videobox .videobox-list .videobox-list2 .videobox-list3 .videobox-textbox .videobox-icon i {
  font-size: var(--60);
}
.videocontent .videobox .solution-but {
  padding-top: var(--d120);
  padding-bottom: var(--d96);
}
.newscontent {
  padding-top: var(--d105);
  padding-bottom: var(--d150);
}
.newscontent .titlebox {
  margin-bottom: var(--d96);
}
.newscontent .news-list {
  margin-bottom: var(--d84);
}
.newscontent .news-list .news-list2 {
  margin-bottom: var(--d45);
}
.newscontent .news-list .news-list2:last-child {
  margin-bottom: 0;
}
.newscontent .news-list .news-list2 .news-list3 {
  display: flex;
  justify-content: space-between;
}
.newscontent .news-list .news-list2 .news-list3:hover img {
  transform: scale(1.1);
}
.newscontent .news-list .news-list2 .news-list3:hover .news-textbox2 {
  box-shadow: 0 5px 5.2px 0 rgba(0, 0, 0, 0.09) !important;
}
.newscontent .news-list .news-list2 .news-list3:hover .i-news-sw-title h3 {
  color: var(--c) !important;
}
.newscontent .news-list .news-list2 .news-list3:hover .i-news-sw-text {
  color: var(--c) !important;
}
.newscontent .news-list .news-list2 .news-list3 .news-img {
  width: 400px;
  border-radius: 10px;
  overflow: hidden;
}
.newscontent .news-list .news-list2 .news-list3 .news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.newscontent .news-list .news-list2 .news-list3 .news-textbox {
  width: calc(100% - 400px);
  padding-left: var(--d10);
}
.newscontent .news-list .news-list2 .news-list3 .news-textbox .news-textbox2 {
  padding: var(--d54) var(--d75) var(--d45) var(--d32);
  border-radius: 10px;
  background-color: #F3F3F3;
  display: flex;
  justify-content: space-between;
  transition: all 0.5s;
  height: 100%;
}
.newscontent .news-list .news-list2 .news-list3 .news-textbox .news-textbox2 .news-list-more {
  margin-top: var(--d30);
}
.contactcontent {
  padding-top: var(--d93);
  padding-bottom: var(--d105);
}
.contactcontent .titlebox {
  margin-bottom: var(--d16);
}
.contactcontent .contact-text {
  width: 970px;
  max-width: 100%;
  font-size: var(--20);
  line-height: calc(24 / 20);
  color: #1E1E1E;
  margin-bottom: var(--d80);
}
.contactcontent .contact-box {
  margin-bottom: var(--d110);
  display: flex;
  justify-content: space-between;
}
.contactcontent .contact-box .contact-mesbox {
  width: 595px;
}
.contactcontent .contact-box .contact-mesbox .contact-mes {
  margin-bottom: var(--d66);
}
.contactcontent .contact-box .contact-mesbox .contact-mes .contact-mes2 {
  margin-bottom: var(--d52);
}
.contactcontent .contact-box .contact-mesbox .contact-mes .contact-mes2:last-child {
  margin-bottom: 0;
}
.contactcontent .contact-box .contact-mesbox .contact-mes .contact-mes2 .contact-mes3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.contactcontent .contact-box .contact-mesbox .contact-mes .contact-mes2 .contact-mes3:hover .contact-iconbox::after {
  opacity: 1;
}
.contactcontent .contact-box .contact-mesbox .contact-mes .contact-mes2 .contact-mes3:hover .contact-iconbox .contact-iconbox2 {
  background-color: var(--c);
}
.contactcontent .contact-box .contact-mesbox .contact-mes .contact-mes2 .contact-mes3:hover .contact-mes-textbox .contact-mes-title {
  color: var(--c3);
}
.contactcontent .contact-box .contact-mesbox .contact-mes .contact-mes2 .contact-mes3:hover .contact-mes-textbox .contact-mes-text {
  color: var(--c);
  text-decoration: underline;
}
.contactcontent .contact-box .contact-mesbox .contact-mes .contact-mes2 .contact-mes3 .contact-iconbox {
  width: var(--r76);
  height: var(--r76);
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contactcontent .contact-box .contact-mesbox .contact-mes .contact-mes2 .contact-mes3 .contact-iconbox::after {
  width: 100%;
  height: 100%;
  content: '';
  border-radius: 50%;
  background-image: url('../img/contact_iconbg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
  opacity: 0.4;
}
.contactcontent .contact-box .contact-mesbox .contact-mes .contact-mes2 .contact-mes3 .contact-iconbox .contact-iconbox2 {
  width: calc(56 / 76 * 100%);
  height: calc(56 / 76 * 100%);
  border-radius: 50%;
  background-color: #D0D0D0;
  position: relative;
  transition: all 0.5s;
  z-index: 10;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contactcontent .contact-box .contact-mesbox .contact-mes .contact-mes2 .contact-mes3 .contact-iconbox .contact-iconbox2 i {
  font-size: var(--22);
}
.contactcontent .contact-box .contact-mesbox .contact-mes .contact-mes2 .contact-mes3 .contact-mes-textbox {
  padding-left: var(--d20);
  width: calc(100% - var(--r72));
}
.contactcontent .contact-box .contact-mesbox .contact-mes .contact-mes2 .contact-mes3 .contact-mes-textbox .contact-mes-title {
  font-size: var(--16);
  margin-bottom: var(--d10);
  color: #999999;
  transition: all 0.5s;
}
.contactcontent .contact-box .contact-mesbox .contact-mes .contact-mes2 .contact-mes3 .contact-mes-textbox .contact-mes-text {
  font-size: var(--22);
  line-height: calc(30 / 22);
  transition: all 0.5s;
}
.contactcontent .contact-box .contact-mesbox .contact-sharebox {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.contactcontent .contact-box .contact-mesbox .contact-sharebox .contact-qrbox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: var(--d40);
}
.contactcontent .contact-box .contact-mesbox .contact-sharebox .contact-qrbox .contact-qr {
  width: 120px;
  height: 120px;
  border-radius: 10px;
  background: #F0F0F0;
  padding: var(--d20);
  margin-right: var(--d20);
}
.contactcontent .contact-box .contact-mesbox .contact-sharebox .contact-qrbox .contact-qr:last-child {
  margin-right: 0;
}
.contactcontent .contact-box .contact-mesbox .contact-sharebox .contact-qrbox .contact-qr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contactcontent .contact-box .contact-formbox {
  width: calc(100% - 595px);
  padding-left: var(--d100);
}
.contactcontent .contact-map {
  height: 440px;
  border-radius: 10px;
  overflow: hidden;
}
.contactcontent .contact-map .img-box {
  padding-bottom: calc(440 / 1660 * 100%);
}
.contactcontent .contact-map img,
.contactcontent .contact-map iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-share a {
  margin-right: var(--d12);
}
.contact-share a:last-child {
  margin-right: 0;
}
.newsdetcon {
  position: relative;
  padding-bottom: var(--d100);
  padding-top: var(--d100);
}
.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(630 / 770 * 100%);
}
.cart .pic {
  width: 60%;
}
.cart .cartcontent {
  padding-bottom: var(--d100);
}
.cart .cart-box .title-inquiry-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.cart .cart-box .title-inquiry-info .check-all label {
  width: auto;
}
.cart .cart-box .title-inquiry-info .check-all label span {
  margin-left: var(--d10);
}
.cart .cart-box .title-inquiry-info .item {
  font-size: 16px;
  font-weight: normal;
  color: #666;
  padding: 20px;
}
.cart .cart-box .inquiry-list {
  background-color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.cart .cart-box .inquiry-list::after {
  width: 100%;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #f5f7fa;
  content: "";
  position: absolute;
}
.cart .cart-box .inquiry-list .item {
  font-size: 16px;
  font-weight: normal;
  color: #666;
  padding: 20px;
}
.cart .cart-box .inquiry-list .number-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.cart .cart-box .inquiry-list .number-box span {
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 36px;
  margin: 0;
  margin-top: -2px;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}
.cart .cart-box .inquiry-list .number-box span:hover {
  background-color: #254b9e;
  color: #fff;
}
.cart .cart-box .inquiry-list .number-box .ipt-num {
  font-size: 16px;
  line-height: 34px;
  position: relative;
  width: 60px;
  height: 34px;
  text-align: center;
  vertical-align: top;
  border: none;
  outline: none;
}
.cart .cart-box .inquiry-list .iclose {
  position: relative;
  cursor: pointer;
}
.cart .cart-box .inquiry-list .iclose:hover::after {
  color: #254b9e;
}
.cart .cart-box .inquiry-list .iclose::after {
  font-family: "iconfont" !important;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  content: "\ec7b";
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  color: #000;
  z-index: 10;
}
.cart .cart-box .checkbox {
  width: 10%;
}
.cart .cart-box .pimg,
.cart .cart-box .number {
  width: 20%;
}
.cart .cart-box .pname {
  width: 40%;
}
.cart .cart-box .pname2 {
  display: none;
}
.cart .cart-box .operation {
  width: 10%;
}
.cart .cart-box .det-tit {
  width: 100%;
  position: relative;
  color: #000;
  font-size: var(--20);
  font-weight: 500;
  padding-bottom: 16px;
  margin-bottom: 24px;
}
.cart .cart-box .det-tit::after {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #d9d9d9;
  content: "";
  bottom: 0;
  left: 0;
}
.cart .cart-box .pimg-pname-num {
  display: none;
}
.cart .cart-box .pimg-pname-num p {
  margin-bottom: 20px;
}
.cart .detailscontent .requestbox {
  padding-top: var(--36);
  padding-bottom: var(--64);
}
@media (max-width: 1400px) {
  .cart .cart-box .title-inquiry-info .item {
    font-size: 14px;
    padding: 10px;
  }
  .cart .cart-box .inquiry-list .item {
    font-size: 14px;
    padding: 10px;
  }
}
@media (max-width: 768px) {
  .pic {
    width: 100%;
  }
  .cart .cart-box .pimg,
  .cart .cart-box .pname,
  .cart .cart-box .number {
    display: none;
  }
  .cart .cart-box .pimg-pname-num {
    display: block;
    width: 80%;
  }
  .cart .cart-box .pimg-pname-num .cart-img {
    max-width: 300px;
  }
}
@media (max-width: 540px) {
  .cart .cart-box .checkbox span,
  .cart .cart-box .operation span {
    display: none;
  }
}
@media (max-width: 1600px) {
  .fooder .fooder-top .fooder-top2 .fooder-copyright {
    width: 470px;
  }
  .fooder .fooder-top .fooder-top2 .fooder-products {
    width: 200px;
  }
  .solution-but .solution-but2,
  .application-titlebox .application-nav .application-nav2 .application-nav3 {
    width: 320px;
    height: 75px;
  }
  .solution-but .solution-but2 .solution-navicon,
  .application-titlebox .application-nav .application-nav2 .application-nav3 .application-navicon {
    width: 162px;
  }
  .solution-but .solution-but2 .solution-navtitle,
  .application-titlebox .application-nav .application-nav2 .application-nav3 .application-navtitle {
    padding-left: 16px;
    font-size: 20px;
  }
}
@media (max-width: 1400px) {
  .header .header-logo .logo {
    width: 80px;
  }
  .header .header-box .header-content {
    height: 60px;
  }
  .indexcontent .i-about .i-about-box .i-about-right {
    margin-right: 0;
    width: 800px;
  }
  .details-navbox {
    top: 98px;
  }
  .newscontent .news-list .news-list2 .news-list3 .news-img {
    width: 324px;
  }
  .newscontent .news-list .news-list2 .news-list3 .news-textbox {
    width: calc(100% - 324px);
  }
  .contactcontent .contact-box .contact-mesbox {
    width: 500px;
  }
  .contactcontent .contact-box .contact-formbox {
    width: calc(100% - 500px);
  }
}
@media (max-width: 1200px) {
  .contactcontent .contact-box,
  .newscontent .news-list .news-list2 .news-list3,
  .suportcontent .suport .suport-box .suport-box2,
  .aboutcontent .service .service-box,
  .aboutcontent .technology .technology-box,
  .productcontent .product-textbox,
  .i-contact .i-contact-box,
  .indexcontent .i-news .i-news-box,
  .indexcontent .i-news .i-news-titlebox,
  .indexcontent .i-about .i-about-box,
  .indexcontent .i-applications .i-applications-titlebox,
  .indexcontent .i-pro .i-pro-titlebox {
    flex-direction: column;
  }
  .aboutcontent .service .service-box .service-left,
  .i-contact .i-contact-box .i-contact-left {
    width: 100%;
    padding: 0;
  }
  .contactcontent .contact-box .contact-mesbox,
  .newscontent .news-list .news-list2 .news-list3 .news-img,
  .suportcontent .suport .suport-box .suport-box2 .suport-left,
  .solutioncontent .solution .solution-list .solution-list2 .solution-list3 .solution-imgbox,
  .indexcontent .i-news .i-news-box .i-news-left,
  .indexcontent .i-news .i-news-titlebox .i-news-type .i-news-text,
  .indexcontent .i-news .i-news-titlebox .i-news-type {
    width: 100%;
  }
  .contactcontent .contact-box .contact-formbox,
  .newscontent .news-list .news-list2 .news-list3 .news-textbox,
  .suportcontent .suport .suport-box .suport-box2 .suport-right,
  .solutioncontent .solution .solution-list .solution-list2 .solution-list3 .solution-textbox,
  .indexcontent .i-news .i-news-pagination,
  .indexcontent .i-news .i-news-box .i-news-right,
  .indexcontent .i-news .i-news-titlebox .i-news-title {
    width: 100%;
    padding: 0 !important;
    margin-top: var(--d30);
  }
  .aboutcontent .service .service-box .service-right,
  .i-contact .i-contact-box .i-contact-right,
  .indexcontent .i-about .i-about-box .i-about-right,
  .indexcontent .i-applications .i-applications-titlebox .i-applications-text,
  .indexcontent .i-pro .i-pro-titlebox .i-pro-text {
    width: 100%;
    margin-top: var(--d30);
  }
  .suportcontent .suport .suport-box .suport-box2 .suport-left .suport-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .application-titlebox .application-nav {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .suportcontent .suport .suport-box .suport-box2 .suport-left .suport-list .suport-list2 .suport-list3::after {
    display: none;
  }
  .suportcontent .suport .suport-box .suport-box2 .suport-left .suport-list .suport-list2 .suport-list3 .suport-con .suport-icon {
    width: var(--r60);
    height: var(--r60);
  }
  .suportcontent .suport .suport-box .suport-box2 .suport-left .suport-list .suport-list2 .suport-list3 {
    width: 300px;
  }
  .solutioncontent .solution .solution-list .solution-list2 .solution-list3 {
    flex-direction: column !important;
  }
  .aboutcontent .technology .technology-box .technology-text {
    width: 100%;
    padding: 0 var(--p);
  }
  .aboutcontent .technology .technology-box .technology-img {
    width: 100%;
  }
  .aboutcontent .story .story-box .story-left {
    width: 100%;
  }
  .aboutcontent .story .story-box .story-right {
    width: 100%;
    padding: 0;
    margin-bottom: var(--d30);
  }
  .aboutcontent .story .story-box {
    flex-direction: column-reverse;
  }
  .fooder .fooder-top .fooder-top2 {
    flex-wrap: wrap;
  }
  .productcontent .product-textbox .product-form {
    margin-top: var(--d30);
  }
  .fooder .fooder-top .fooder-top2 .fooder-copyright {
    width: 100%;
    margin-top: var(--d30);
    order: 2;
  }
  .details-content {
    flex-direction: column;
  }
  .details-content .details-left {
    width: 100%;
  }
  .details-content .details-right {
    padding: 0;
    width: 100%;
    margin-top: var(--d30);
  }
  .s-menu {
    display: block;
  }
  .gmt-box .gmt-rigth {
    width: 100%;
    padding: 0;
  }
  .gmt-box .gmt-left {
    display: none;
  }
}
@media (max-width: 990px) {
  .i-news-date {
    width: 72px;
  }
  .newscontent .news-list .news-list2 .news-list3 .news-textbox .news-textbox2 {
    padding: var(--d30) var(--d20);
  }
  .i-news-textbox2 {
    width: calc(100% - 72px);
  }
  .solution-but .solution-but2,
  .application-titlebox .application-nav .application-nav2 .application-nav3 {
    width: 245px;
    height: 60px;
  }
  .solution-but .solution-but2 .solution-navicon,
  .application-titlebox .application-nav .application-nav2 .application-nav3 .application-navicon {
    width: 130px;
  }
  .solution-but .solution-but2 .solution-navtitle {
    padding-left: 8px;
    font-size: 16px;
  }
  .application-titlebox .application-nav .application-nav2 .application-nav3 .application-navicon .application-icon {
    width: 24px;
    height: 24px;
  }
  .indexcontent .i-applications .i-applications-img .i-applications-img-con {
    width: 100%;
    right: 0;
  }
  .indexcontent .i-applications .i-applications-list {
    flex-wrap: wrap;
  }
  .indexcontent .i-applications .i-applications-list .i-applications-list2 {
    width: 50%;
  }
  .indexcontent .i-applications .i-applications-img .img-box {
    padding-bottom: calc(900 / 1660 * 100%);
  }
  .contactcontent .contact-map {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .suportcontent .suport .suport-box .suport-box2 .suport-left .suport-list .suport-list2 .suport-list3 {
    width: 235px;
  }
  .details-content .details-left .details-imgbox {
    flex-direction: column;
  }
  .contactcontent .contact-box .contact-mesbox .contact-sharebox {
    flex-direction: column;
    align-items: flex-start;
  }
  .contactcontent .contact-box .contact-mesbox .contact-sharebox .contact-qrbox {
    margin-bottom: var(--d20);
  }
  .other-img {
    height: 300px;
  }
  .details-content .details-left .details-but {
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
  }
  .details-content .details-left .details-prev {
    left: 0;
  }
  .details-content .details-left .details-next {
    right: 0;
    left: unset;
  }
  .details-content .details-left .details-imgbox .details-swiperbox2 {
    width: 100%;
    margin-bottom: var(--d20);
  }
  .details-content .details-left .details-imgbox .details-swiperbox {
    width: 100%;
    height: auto !important;
  }
}
@media (max-width: 576px) {
  .details-navbox {
    top: 78px;
  }
  .indexcontent .i-applications .i-applications-list .i-applications-list2 {
    width: 100%;
  }
  .header .header-logo .logo {
    width: 60px;
  }
  .header .header-language .header-language3 {
    padding: 5px;
  }
  .header .header-box .header-content {
    height: 40px;
  }
  .indexcontent .i-applications .i-applications-img .i-applications-img-con .i-applications-img-left {
    width: calc(510 / 670 * 100%);
  }
  .indexcontent .i-applications .i-applications-img .i-applications-img-con .i-applications-img-right {
    width: calc(150 / 670 * 100%);
  }
  .header .header-but {
    display: none;
  }
}
