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

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

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

p {
  padding: 0;
  margin: 0;
}

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

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

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

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

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

.fszero h1 {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

.slick-slide {
  outline: none;
}

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

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

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

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

.loaded {
  background-size: cover;
}

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

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

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

.breadcrumb {
  margin-bottom: 0;
}

.editor-content ul,
.editor-content ol {
  padding-left: 1em;
}

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

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

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

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

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

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

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

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

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

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

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

.table-box {
  font-size: 16px;
  line-height: 1.4;
  color: #000;
  font-weight: 400;
  overflow: auto;
  width: 100%;
  max-width: 100%;
}

.table-box table {
  line-height: 1.2;
  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: 20px;
  border: 1px solid #e6e6e6;
}

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

.table-box table td,
.table-box table th {
  text-align: left;
}

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

@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%;
}

.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;
}

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

i {
  line-height: 1;
}

@font-face {
  font-family: "Inter";
  font-weight: 400;
  font-style: normal;
  src: local("Inter18pt Regular"), local("Inter18pt-Regular"), url("../../app/fonts/Inter18pt-Regular.woff2") format("woff2"), url("../../app/fonts/Inter18pt-Regular.woff") format("woff"), url("../../app/fonts/Inter18pt-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  font-weight: 500;
  font-style: normal;
  src: local("Inter18pt Medium"), local("Inter18pt-Medium"), url("../../app/fonts/Inter18pt-Medium.woff2") format("woff2"), url("../../app/fonts/Inter18pt-Medium.woff") format("woff"), url("../../app/fonts/Inter18pt-Medium.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  font-weight: 600;
  font-style: normal;
  src: local("Inter18pt SemiBold"), local("Inter18pt-SemiBold"), url("../../app/fonts/Inter18pt-SemiBold.woff2") format("woff2"), url("../../app/fonts/Inter18pt-SemiBold.woff") format("woff"), url("../../app/fonts/Inter18pt-SemiBold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "RedHatDisplay";
  font-weight: 400;
  font-style: normal;
  src: local("RedHatDisplay Regular"), local("RedHatDisplay-Regular"), url("../../app/fonts/RedHatDisplay-Regular.woff2") format("woff2"), url("../../app/fonts/RedHatDisplay-Regular.woff") format("woff"), url("../../app/fonts/RedHatDisplay-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "RedHatDisplay";
  font-weight: 500;
  font-style: normal;
  src: local("RedHatDisplay Medium"), local("RedHatDisplay-Medium"), url("../../app/fonts/RedHatDisplay-Medium.woff2") format("woff2"), url("../../app/fonts/RedHatDisplay-Medium.woff") format("woff"), url("../../app/fonts/RedHatDisplay-Medium.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "RedHatDisplay";
  font-weight: 600;
  font-style: normal;
  src: local("RedHatDisplay SemiBold"), local("RedHatDisplay-SemiBold"), url("../../app/fonts/RedHatDisplay-SemiBold.woff2") format("woff2"), url("../../app/fonts/RedHatDisplay-SemiBold.woff") format("woff"), url("../../app/fonts/RedHatDisplay-SemiBold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "RedHatDisplay";
  font-weight: 700;
  font-style: normal;
  src: local("RedHatDisplay Bold"), local("RedHatDisplay-Bold"), url("../../app/fonts/RedHatDisplay-Bold.woff2") format("woff2"), url("../../app/fonts/RedHatDisplay-Bold.woff") format("woff"), url("../../app/fonts/RedHatDisplay-Bold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  font-style: normal;
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url("../../app/fonts/Montserrat-Regular.woff2") format("woff2"), url("../../app/fonts/Montserrat-Regular.woff") format("woff"), url("../../app/fonts/Montserrat-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-weight: 600;
  font-style: normal;
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url("../../app/fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../../app/fonts/Montserrat-SemiBold.woff") format("woff"), url("../../app/fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url("../../app/fonts/Montserrat-Bold.woff2") format("woff2"), url("../../app/fonts/Montserrat-Bold.woff") format("woff"), url("../../app/fonts/Montserrat-Bold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Goldman";
  font-weight: 700;
  font-style: normal;
  src: local("Goldman Bold"), local("Goldman-Bold"), url("../../app/fonts/Goldman-Bold.woff2") format("woff2"), url("../../app/fonts/Goldman-Bold.woff") format("woff"), url("../../app/fonts/Goldman-Bold.ttf") format("truetype");
  font-display: swap;
}
.redHatDisplay {
  font-family: "RedHatDisplay", Arial, sans-serif;
}

.montserrat {
  font-family: "Montserrat", Arial, sans-serif;
}

.row {
  --bs-gutter-x: 1.875rem;
}

:root {
  --p: calc((100vw - 1659px) / 2);
  --c: #FDCF15;
  --c2: #0087E0;
  --d243: 243px;
  --d208: 208px;
  --d190: 190px;
  --d180: 180px;
  --d170: 170px;
  --d164: 164px;
  --d160: 160px;
  --d150: 150px;
  --d140: 140px;
  --d135: 135px;
  --d130: 130px;
  --d128: 128px;
  --d120: 120px;
  --d118: 118px;
  --d115: 115px;
  --d110: 110px;
  --d105: 105px;
  --d100: 100px;
  --d96: 96px;
  --d93: 93px;
  --d90: 90px;
  --d88: 88px;
  --d84: 84px;
  --d80: 80px;
  --d75: 75px;
  --d78: 78px;
  --d72: 72px;
  --d70: 70px;
  --d68: 68px;
  --d66: 66px;
  --d64: 64px;
  --d62: 62px;
  --d60: 60px;
  --d58: 58px;
  --d56: 56px;
  --d55: 55px;
  --d52: 52px;
  --d50: 50px;
  --d48: 48px;
  --d46: 46px;
  --d45: 45px;
  --d44: 44px;
  --d40: 40px;
  --d38: 38px;
  --d35: 35px;
  --d34: 34px;
  --d32: 32px;
  --d30: 30px;
  --d26: 26px;
  --d25: 25px;
  --d24: 24px;
  --d22: 22px;
  --d20: 20px;
  --d18: 18px;
  --d16: 16px;
  --d15: 15px;
  --d14: 14px;
  --d12: 12px;
  --d10: 10px;
  --d8: 8px;
  --80: 80px;
  --70: 70px;
  --66: 66px;
  --60: 60px;
  --58: 58px;
  --56: 56px;
  --50: 50px;
  --48: 48px;
  --46: 46px;
  --44: 44px;
  --40: 40px;
  --38: 38px;
  --36: 36px;
  --32: 32px;
  --30: 30px;
  --28: 28px;
  --26: 26px;
  --24: 24px;
  --22: 22px;
  --20: 20px;
  --18: 18px;
  --16: 16px;
  --15: 15px;
  --14: 14px;
  --13: 13px;
  --12: 12px;
}

.title {
  font-family: "RedHatDisplay", Arial, sans-serif;
  font-weight: 700;
  font-size: var(--60);
  line-height: 1.1666666667;
  color: #000000;
  transition: all 0.5s;
}
.title span {
  color: var(--c);
}

.title2 {
  font-family: "RedHatDisplay", Arial, sans-serif;
  font-weight: 600;
  font-size: var(--60);
  line-height: 1.1666666667;
  color: #000000;
  transition: all 0.5s;
}

.text28-38 {
  font-family: "RedHatDisplay", Arial, sans-serif;
  font-weight: 600;
  font-size: var(--28);
  line-height: 1.3571428571;
  color: #222222;
  transition: all 0.5s;
}

.text26-34 {
  font-family: "RedHatDisplay", Arial, sans-serif;
  font-size: var(--26);
  line-height: 1.3076923077;
  color: #222222;
  transition: all 0.5s;
}

.text24-30 {
  font-family: "RedHatDisplay", Arial, sans-serif;
  font-weight: 500;
  font-size: var(--24);
  line-height: 1.25;
  color: #222222;
}

.text22-30 {
  font-family: "RedHatDisplay", Arial, sans-serif;
  font-weight: 600;
  font-size: var(--22);
  line-height: 1.3636363636;
  color: #222222;
  transition: all 0.5s;
}

.text20-28 {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: var(--20);
  line-height: 1.4;
  color: #222222;
  transition: all 0.5s;
}

.text18-26 {
  font-size: var(--18);
  line-height: 1.4444444444;
  color: #666666;
  transition: all 0.5s;
}

.text18-24 {
  font-size: var(--18);
  line-height: 1.3333333333;
  color: #666666;
  transition: all 0.5s;
}

.text16-28 {
  font-size: var(--16);
  line-height: 1.75;
  color: #666666;
  transition: all 0.5s;
}

.text16-24 {
  font-size: var(--16);
  line-height: 1.5;
  color: #666666;
  transition: all 0.5s;
}

.text16-22 {
  font-size: var(--16);
  line-height: 1.375;
  color: #333333;
  transition: all 0.5s;
}

.text16-20 {
  font-size: var(--16);
  line-height: 1.25;
  color: #666666;
  transition: all 0.5s;
}

@keyframes pulse {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(2);
  }
}
.header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10001;
  transition: all 0.5s;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
}
.header .header-box1 {
  background-color: #fff;
  position: relative;
  z-index: 10;
  transition: all 0.5s;
}
.header .header-box1 .header-content1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}
.header .header-box1 .header-content1 .logo {
  width: 125px;
}
.header .header-box1 .header-content1 .logo a {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.header .header-box1 .header-content1 .logo a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .header-box1 .header-content1 .header-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
.header .header-box1 .header-content1 .header-right .header-search {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  color: #fff;
}
.header .header-box1 .header-content1 .header-right .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-box1 .header-content1 .header-right .header-search .search .search-box {
  width: 100%;
  border: 1px solid #008DC2;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
}
.header .header-box1 .header-content1 .header-right .header-search .search .search-box .input-text {
  width: 80%;
  font-size: 14px;
  font-weight: 400;
}
.header .header-box1 .header-content1 .header-right .header-search .search .search-box .submit {
  background-color: transparent;
  border: none;
  padding-right: 10px;
}
.header .header-box1 .header-content1 .header-right .header-search .open {
  opacity: 1;
  transform: translate(0%, 100%);
  visibility: visible;
}
.header .header-box1 .header-content1 .header-right .header-mes {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 162px;
}
.header .header-box1 .header-content1 .header-right .header-mes .header-mes2 {
  margin-right: 70px;
}
.header .header-box1 .header-content1 .header-right .header-mes .header-mes2:last-child {
  margin-right: 0;
}
.header .header-box1 .header-content1 .header-right .header-mes .header-qc {
  width: 57px;
  height: 57px;
  padding: 3px;
  box-shadow: 0px 4px 18.4px rgba(0, 0, 0, 0.1);
}
.header .header-box1 .header-content1 .header-right .header-mes .header-qc img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .header-box1 .header-content1 .header-right .header-mes .header-mes-content {
  margin-top: 7px;
  color: #B5B5B5;
  font-size: var(--12);
}
.header .header-box1 .header-content1 .header-right .header-share a {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 6px;
}
.header .header-box1 .header-content1 .header-right .header-share a:last-child {
  margin-right: 0;
}
.header .header-box1 .header-content1 .header-right .header-share a:hover i {
  color: var(--c);
}
.header .header-box1 .header-content1 .header-right .header-share a i {
  transition: all 0.5s;
  color: #000000;
  font-size: 32px;
  line-height: 1;
}
.header .header-cart {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #222222;
  position: relative;
  margin-right: 50px;
}
.header .header-cart .cart-num {
  position: absolute;
  right: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #DB0000;
}
.header .header-cart i {
  font-size: var(--22);
  color: #222222;
}
.header .header-language {
  font-size: var(--22);
  color: #222222;
  margin-right: 50px;
}
.header .header-language i {
  font-size: var(--22);
  color: #222222;
}
.header .s-nav {
  width: 21px;
  height: 18px;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  display: none;
  z-index: 999;
  margin-left: 15px;
}
.header .s-nav i {
  width: 21px;
  height: 2px;
  background-color: #000;
  transition: all 0.5s;
}
.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);
}

.header-list2 {
  font-family: "RedHatDisplay", Arial, sans-serif;
}

.index-header {
  position: fixed;
}
.index-header .header-box1 {
  background-color: transparent;
}

.headeraction .header-box1 {
  background-color: #fff;
}

@media (min-width: 1201px) {
  .header-nav {
    height: 100%;
    display: flex !important;
    align-items: flex-end;
  }
  .header-nav .header-list {
    display: flex;
    height: 100%;
    margin-right: var(--d50);
  }
  .header-nav .header-list .header-list2 {
    font-size: var(--18);
    color: #222222;
    transition: all 0.5s;
    position: relative;
    transition: all 0.5s;
    margin-right: 50px;
  }
  .header-nav .header-list .header-list2:hover {
    color: var(--c);
  }
  .header-nav .header-list .header-list2 .header-list3 {
    height: 100%;
  }
  .header-nav .header-list .header-list2 .header-list3 span {
    position: relative;
  }
  .header-nav .header-list .header-list2 .more-button {
    display: none;
  }
  .header-nav .header-list .header-list2 a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .header-nav .header-list .header-list2:last-child {
    margin-right: 0;
  }
  .header-nav .header-list .header-list2:hover .more {
    opacity: 1;
    transform: translate(-50%, 100%);
    visibility: visible;
  }
  .header-nav .header-list .action {
    font-weight: 500;
    color: var(--c);
  }
  .more {
    visibility: hidden;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%) rotateX(-50deg);
    transform-origin: top;
    opacity: 0;
    transition: all 0.5s;
    background-color: #fff;
    box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.15);
    min-width: 100%;
    text-align: center;
  }
  .more a {
    transition: all 0.5s;
  }
  .more a:hover {
    color: var(--c) !important;
  }
  .more .more-1-list {
    display: flex;
    justify-content: stretch;
    flex-direction: column;
  }
  .more .more-1-list .more-1-list2 {
    width: 100%;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #121212;
  }
  .more .more-1-list .more-1-list2 .more2 {
    max-width: 300px;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(100%, 0) rotateY(-50deg);
    visibility: hidden;
    transform-origin: left;
    opacity: 0;
    transition: all 0.5s;
    background-color: #fff;
    box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.15);
  }
  .more .more-1-list .more-1-list2 .more-1-list2:hover {
    color: var(--c);
  }
  .more .more-1-list .more-1-list2:hover .more2 {
    opacity: 1;
    transform: translate(100%, 0) rotateY(0deg);
    visibility: visible;
  }
  .more .more-1-list .more-1-list2 a {
    padding: 10px 20px;
    white-space: nowrap;
    display: block;
  }
}
@media (max-width: 1200px) {
  .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: 70px;
    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 .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 a {
    color: var(--c) !important;
  }
}
.s-nav {
  width: 21px;
  height: 18px;
  justify-content: space-between;
  display: none;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}
.s-nav i {
  width: 21px;
  height: 2px;
  background-color: #003366;
  transition: all 0.5s;
}

.s-nav-action i:first-child {
  transform: translateY(8px) rotate(45deg);
}
.s-nav-action i:nth-child(2) {
  opacity: 0;
}
.s-nav-action i:last-child {
  transform: translateY(-8px) rotate(-45deg);
}

.xs-online {
  border-top: 1px solid #fff;
  width: 100%;
  position: fixed;
  z-index: 10000;
  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 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;
  text-transform: capitalize;
  font-family: "iconfont" !important;
}
.xs-online ul li a .icon-you {
  transform: rotate(-90deg);
}

.online-wrap .online {
  transition: all 0.5s;
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  z-index: 1100;
  background-color: var(--c2);
  padding: 5px;
  border-radius: 50px;
}
.online-wrap .online a {
  width: 40px;
  height: 40px;
  position: relative;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  color: rgb(255, 255, 255);
  transition: all 0.5s;
  border-radius: 5px;
  transition: all 0.5s;
  margin: 5px 0;
}
.online-wrap .online a i {
  font-size: 22px;
  line-height: 1;
  position: relative;
  z-index: 10;
  display: inline-block;
  transition: all 0.5s;
}
.online-wrap .online a:hover i {
  color: var(--c);
}
.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 img {
  width: 100px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.online-wrap .online a:hover {
  color: #fff !important;
}
.online-wrap .online a:hover .show-num {
  transition: all 0.5s;
  opacity: 1;
  right: 100%;
  visibility: visible;
}
.online-wrap .online a:hover .show-num img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.online-wrap .online-btn {
  display: none;
  position: fixed;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  bottom: 80px;
  right: 0;
  z-index: 1000;
  background-color: rgba(0, 23, 51, 0.1);
}
.online-wrap .online-btn:before {
  content: "+";
  color: #fff;
  font-size: 25px;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.online-wrap .show {
  right: 0 !important;
}
.online-wrap .open:before {
  transform: rotate(45deg);
}
.online-wrap .icon-gouwuchefill {
  position: relative;
}
.online-wrap .icon-gouwuchefill .gouwuchefill-num {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  font-size: 10px;
  color: #000;
}
.online-wrap .online-show {
  background-color: rgba(107, 6, 43, 0.3);
}

@media (max-width: 1400px) {
  .online-wrap .online {
    transform: translateY(-50%) scale(0.8);
    right: 10px;
  }
}
@media (max-width: 768px) {
  .online-wrap .online-btn {
    display: block;
  }
  .online-wrap .online {
    transform-origin: right;
    top: unset;
    right: -101%;
    bottom: 120px;
    transform: scale(0.8);
  }
}
.index-banner {
  width: 100%;
  position: relative;
}
.index-banner .swiper-slide {
  width: 100%;
}
.index-banner .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-banner .slide-inner {
  padding-bottom: 50%;
  position: relative;
}
.index-banner .banner-video video {
  -o-object-fit: cover;
     object-fit: cover;
}
.index-banner .banner-video,
.index-banner img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-banner .banner-pagination {
  position: absolute;
  bottom: var(--d70);
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 10;
  font-size: var(--30);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
  color: #fff;
}
.index-banner .banner-pagination .swiper-pagination-current {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
  font-size: var(--50);
  line-height: 1.6;
  color: #fff;
}

.fooder {
  background-color: var(--c2);
  padding-top: var(--d120);
  border-radius: 100px 100px 0px 0px;
  position: relative;
  z-index: 10;
}
.fooder .fooder-top {
  position: relative;
  padding-bottom: var(--d30);
}
.fooder .fooder-top::after {
  width: 100%;
  bottom: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.48);
  height: 1px;
  position: absolute;
  left: 0;
  content: "";
}
.fooder .fooder-top .fooder-box1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--d40);
}
.fooder .fooder-top .fooder-box1 .fooder-logo {
  width: 204px;
}
.fooder .fooder-top .fooder-box1 .fooder-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fooder .fooder-top .fooder-box1 .fooder-nav {
  font-family: "Goldman", Arial, sans-serif;
  font-weight: 700;
  font-size: var(--50);
  color: #fff;
  position: relative;
  z-index: 10;
}
.fooder .fooder-top .fooder-box1 .fooder-nav:hover .fooder-navicon {
  background-color: #222222;
}
.fooder .fooder-top .fooder-box1 .fooder-nav a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.fooder .fooder-top .fooder-box1 .fooder-nav a i {
  font-size: 32px;
}
.fooder .fooder-top .fooder-box1 .fooder-nav span {
  margin-right: var(--d50);
}
.fooder .fooder-top .fooder-box1 .fooder-nav .fooder-navicon {
  transition: all 0.5s;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  position: relative;
  background-color: var(--c);
  display: flex;
  justify-content: center;
  align-items: center;
}
.fooder .fooder-top .fooder-box1 .fooder-nav .fooder-navicon::before {
  border-radius: 50%;
  background-color: #655101;
  transform: translate(2px, -2px);
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  left: 0;
  content: "";
  z-index: -1;
}
.fooder .fooder-top .fooder-box2 {
  margin-bottom: var(--d48);
}
.fooder .fooder-top .fooder-box2 .fooder-form .fooder-form-content {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
.fooder .fooder-top .fooder-box2 .fooder-form .input-text {
  width: 344px;
  max-width: 100%;
  padding: var(--d16) var(--d10);
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.15);
  font-size: var(--14);
  line-height: 1.2142857143;
  color: #fff;
  margin-right: var(--d12);
}
.fooder .fooder-top .fooder-box2 .fooder-form .input-text::-moz-placeholder {
  color: #fff;
  opacity: 0.46;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.fooder .fooder-top .fooder-box2 .fooder-form .input-text::placeholder {
  color: #fff;
  opacity: 0.46;
  transition: all 0.5s;
}
.fooder .fooder-top .fooder-box2 .fooder-form .input-text:focus::-moz-placeholder {
  opacity: 0.2;
}
.fooder .fooder-top .fooder-box2 .fooder-form .input-text:focus::placeholder {
  opacity: 0.2;
}
.fooder .fooder-top .fooder-box2 .fooder-form .form-submit {
  padding: var(--d16) var(--d22);
  background-color: #1c1b1b;
  color: #222;
  border-radius: 5px;
  background-color: #fff;
  font-size: var(--14);
  transition: all 0.5s;
}
.fooder .fooder-top .fooder-box2 .fooder-form .form-submit:hover {
  background-color: var(--c);
}
.fooder .fooder-top .fooder-box3 {
  display: flex;
  justify-content: space-between;
}
.fooder .fooder-top .fooder-box3 .fooder-left {
  display: flex;
  align-items: center;
}
.fooder .fooder-top .fooder-box3 .fooder-left .fooder-share {
  margin-right: var(--d30);
}
.fooder .fooder-top .fooder-box3 .fooder-left .fooder-share a {
  margin-right: var(--d16);
}
.fooder .fooder-top .fooder-box3 .fooder-left .fooder-share a:hover i {
  opacity: 1;
}
.fooder .fooder-top .fooder-box3 .fooder-left .fooder-share a i {
  transition: all 0.5s;
  color: #FFFFFF;
  opacity: 0.4;
  font-size: 26px;
}
.fooder .fooder-top .fooder-box3 .fooder-left .fooder-share a::after {
  margin-right: 0;
}
.fooder .fooder-top .fooder-box3 .fooder-right .fooder-list {
  display: flex;
  justify-content: flex-end;
  color: #fff;
  font-size: var(--18);
  line-height: 1.2777777778;
}
.fooder .fooder-top .fooder-box3 .fooder-right .fooder-list a:hover {
  text-decoration: underline;
}
.fooder .fooder-top .fooder-box3 .fooder-right .fooder-list .fooder-list2 {
  margin-right: var(--d60);
}
.fooder .fooder-top .fooder-box3 .fooder-right .fooder-list .fooder-list2:last-child {
  width: 300px;
  margin-right: 0;
}
.fooder .fooder-bom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--d30) 0;
  font-size: var(--14);
  line-height: 1.1428571429;
  color: #fff;
}
.fooder .fooder-bom .cnzz {
  margin: 0 var(--d20);
}
.fooder .fooder-bom .fooder-right2 {
  color: rgba(255, 255, 255, 0.5);
}
.fooder .fooder-bom .fooder-right2 a {
  transition: all 0.5s;
}
.fooder .fooder-bom .fooder-right2 a:hover {
  color: #fff;
  text-decoration: underline;
}
.fooder .fooder-bom .fooder-right2 a:first-child {
  margin-right: var(--d14);
  padding-right: var(--d14);
  position: relative;
  transition: all 0.5s;
}
.fooder .fooder-bom .fooder-right2 a:first-child:after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #FFFFFF;
  opacity: 0.5;
  position: absolute;
  top: 0;
  right: 0;
}

.more-but {
  position: relative;
  z-index: 10;
  display: inline-block;
}
.more-but:hover .more-but2 {
  background-color: var(--c2);
  color: #fff;
}
.more-but .more-but2 {
  white-space: nowrap;
  font-size: var(--16);
  line-height: 1.125;
  color: #222222;
  padding: var(--d10) var(--d32);
  background-color: var(--c);
  border-radius: 50px;
  cursor: pointer;
  position: relative;
  transition: all 0.5s;
}
.more-but .more-but2::after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(2px, -2px);
  background-color: #655101;
  z-index: -1;
  border-radius: 50px;
}

.indexcontent .welcome {
  background-color: var(--c2);
}
.indexcontent .welcome .ams {
  font-size: 1.77083vw;
  line-height: 1.4706;
  display: inline-block;
  color: #fff;
  margin-right: 0.5em;
  white-space: nowrap;
  margin: 0 1.04167vw;
}
.indexcontent .i-packaging {
  padding: var(--d150) 0;
}
.indexcontent .i-packaging .i-packaging-introduce {
  font-size: var(--22);
  line-height: 1.2727272727;
  color: #666;
  text-align: center;
  margin-bottom: var(--d20);
}
.indexcontent .i-packaging .i-packaging-introduce span {
  position: relative;
}
.indexcontent .i-packaging .i-packaging-introduce span::before {
  font-family: "iconfont" !important;
  content: "\e686";
  font-size: 44px;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateX(100%);
  color: var(--c);
}
.indexcontent .i-packaging .i-packaging-title {
  margin: 0 auto;
  margin-bottom: var(--d50);
  text-align: center;
  width: 1140px;
  max-width: 100%;
}
.indexcontent .i-packaging .i-packaging-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: var(--d30);
}
.indexcontent .i-packaging .i-packaging-box .i-packaging-content {
  width: 23.93%;
  display: flex;
  flex-direction: column;
}
.indexcontent .i-packaging .i-packaging-box .i-packaging-content:hover .i-packaging-icon {
  background-color: var(--c2);
}
.indexcontent .i-packaging .i-packaging-box .i-packaging-content .i-packaging-icon {
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 10px;
  background-color: var(--c);
  margin-bottom: var(--d20);
}
.indexcontent .i-packaging .i-packaging-box .i-packaging-content .i-packaging-icon i {
  font-size: 50px;
  color: #fff;
}
.indexcontent .i-packaging .i-packaging-box .i-packaging-content .i-packaging-con-title {
  font-size: var(--26);
  line-height: 1.2307692308;
  color: #222222;
  margin-bottom: var(--d20);
}
.indexcontent .i-packaging .i-packaging-box .character {
  margin-top: var(--d35);
}
.indexcontent .i-packaging .i-packaging-box .solutions {
  justify-content: flex-end;
}
.indexcontent .i-packaging .i-packaging-box .i-packaging-imgbox {
  width: 37.79385%;
  position: relative;
}
.indexcontent .i-packaging .i-packaging-box .i-packaging-imgbox .i-packaging-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.indexcontent .i-packaging .i-packaging-box .i-packaging-imgbox .i-packaging-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.indexcontent .i-packaging .i-packaging-box .i-packaging-imgbox img {
  display: block;
  position: relative;
  z-index: 10;
  width: 89.3141945774%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
}
.indexcontent .i-packaging .i-packaging-video {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--18);
  line-height: 1.6666666667;
  color: #666666;
  transition: all 0.5s;
}
.indexcontent .i-packaging .i-packaging-video:hover {
  color: var(--c2);
}
.indexcontent .i-packaging .i-packaging-video i {
  font-size: 32px;
  margin-right: var(--d20);
}
.indexcontent .i-products {
  padding: var(--d170) 0;
  border-radius: 100px 100px 0 0;
  background-color: #FFFBEB;
}
.indexcontent .i-products .i-products-titlebox {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: var(--d60);
}
.indexcontent .i-manufacturer {
  padding: var(--d150) 0;
}
.indexcontent .i-manufacturer .i-manufacturer-titlebox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--d60);
}
.indexcontent .i-services {
  padding-bottom: var(--d150);
}
.indexcontent .i-services .i-services-box {
  display: flex;
  justify-content: space-between;
}
.indexcontent .i-services .i-services-box .i-services-titlebox {
  width: 50.874%;
}
.indexcontent .i-services .i-services-box .i-services-titlebox .i-services-titlebox2 {
  position: sticky;
  top: 150px;
  left: 0;
}
.indexcontent .i-services .i-services-box .i-services-titlebox .i-services-titlebox2 .i-services-title {
  margin-bottom: var(--d20);
}
.indexcontent .i-services .i-services-box .i-services-titlebox .i-services-titlebox2 .i-services-text {
  margin-bottom: var(--d50);
}
.indexcontent .i-services .i-services-box .i-services-list {
  width: 49.126%;
}
.indexcontent .i-services .i-services-box .i-services-list .i-services-list2 {
  margin-bottom: var(--d30);
}
.indexcontent .i-services .i-services-box .i-services-list .i-services-list2:last-child {
  margin-bottom: 0;
}
.indexcontent .i-services .i-services-box .i-services-list .i-services-list2 .i-services-list3 {
  background-color: #F8F8F8;
  border-radius: 20px;
  padding: var(--d50) var(--d90) var(--d50) var(--d50);
  display: flex;
  justify-content: center;
}
.indexcontent .i-services .i-services-box .i-services-list .i-services-list2 .i-services-list3:hover .i-services-list-textbox .i-services-list-title h3 {
  color: var(--c);
}
.indexcontent .i-services .i-services-box .i-services-list .i-services-list2 .i-services-list3 .i-services-icon {
  margin-right: var(--d30);
}
.indexcontent .i-services .i-services-box .i-services-list .i-services-list2 .i-services-list3 .i-services-icon i {
  color: var(--c);
  font-size: 34px;
}
.indexcontent .i-services .i-services-box .i-services-list .i-services-list2 .i-services-list3 .i-services-list-textbox .i-services-list-title {
  margin-bottom: var(--d10);
}
.indexcontent .i-display {
  border-radius: 100px 100px 0 0;
  background-color: #FFFBEB;
  padding: var(--d208) 0;
}
.indexcontent .i-display .img-box {
  padding-bottom: 62.745098%;
  border-radius: 10px;
}
.indexcontent .i-display .i-display-box {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
  padding-bottom: var(--d40);
}
.indexcontent .i-display .i-display-box::after {
  content: "";
  width: 100%;
  height: 4px;
  border-radius: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #F2F2F2;
}
.indexcontent .i-display .i-display-box::before {
  content: "";
  width: 47.980711%;
  height: 2px;
  border-radius: 2px;
  position: absolute;
  bottom: 1px;
  left: 0;
  background-color: var(--c);
  z-index: 10;
}
.indexcontent .i-display .i-display-box .i-display-left {
  width: 47.980711%;
}
.indexcontent .i-display .i-display-box .i-display-right {
  width: 49.306811%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
  z-index: 10;
}
.indexcontent .i-display .i-display-box .i-display-right .i-display-bg {
  position: absolute;
  z-index: -1;
  right: 0;
  top: -10%;
}
.indexcontent .i-display .i-display-box .i-display-right .i-display-title {
  margin-bottom: var(--d30);
}
.indexcontent .i-display .i-display-box .i-display-right .i-display-text {
  margin-bottom: var(--d50);
}
.indexcontent .i-display .i-display-box .i-display-right .i-display-swiper2 {
  width: 100%;
}
.indexcontent .i-information {
  padding: var(--d150) 0;
}
.indexcontent .i-information .i-information-titlebox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--d60);
}
.indexcontent .i-information .i-information-list .i-information-list2 .i-information-list3 {
  padding: var(--d26) var(--d26) var(--d56);
  background-color: #F8F8F8;
}
.indexcontent .i-information .i-information-list .i-information-list2 .i-information-list3:hover .i-information-list-title h3 {
  color: var(--c2);
  text-decoration: underline;
}
.indexcontent .i-information .i-information-list .i-information-list2 .i-information-list3:hover .i-information-img .i-information-date {
  background-color: var(--c2);
}
.indexcontent .i-information .i-information-list .i-information-list2 .i-information-list3 .i-information-img {
  position: relative;
  margin-bottom: var(--d62);
}
.indexcontent .i-information .i-information-list .i-information-list2 .i-information-list3 .i-information-img .img-box {
  border-radius: 10px;
  padding-bottom: 68.75%;
}
.indexcontent .i-information .i-information-list .i-information-list2 .i-information-list3 .i-information-img .i-information-date {
  transition: all 0.5s;
  position: absolute;
  right: var(--d20);
  bottom: 0;
  transform: translateY(50%);
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background-color: var(--c);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 10;
  font-size: var(--18);
  line-height: 1.3333333333;
  color: #fff;
}
.indexcontent .i-information .i-information-list .i-information-list2 .i-information-list3 .i-information-img .i-information-date .i-information-day {
  font-size: var(--22);
  line-height: 1.0909090909;
}
.indexcontent .i-information .i-information-list .i-information-list2 .i-information-list3 .i-information-list-title {
  margin-bottom: var(--d22);
  transition: all 0.5s;
}
.indexcontent .i-information .i-information-list .i-information-list2 .i-information-list3 .i-information-list-title h3 {
  transition: all 0.5s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.indexcontent .i-information .i-information-list .i-information-list2 .i-information-list3 .i-information-list-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.i-manufacturer-swiper {
  padding-top: var(--d35);
}
.i-manufacturer-swiper .img-box {
  padding-bottom: 135.7143%;
  border-radius: 20px;
}
.i-manufacturer-swiper .swiper-slide {
  position: relative;
}
.i-manufacturer-swiper .swiper-slide:hover .manufacturer-content {
  background-color: var(--c2);
  transform: translateY(calc(-1 * var(--d35)));
}
.i-manufacturer-swiper .manufacturer-content {
  cursor: pointer;
  padding: var(--d18);
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.5s;
  background-color: #F8F8F8;
  position: relative;
  z-index: 10;
}
.i-manufacturer-swiper .manufacturer-name {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.i-manufacturer-swiper .manufacturer-name h3 {
  font-family: "RedHatDisplay", Arial, sans-serif;
  text-align: center;
  color: #222222;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
}

.i-product-content {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
}
.i-product-content:hover .img-box img {
  transform: scale(1.1);
}
.i-product-content:hover .i-product-content-textbox .i-product-content-title h3 {
  text-decoration: underline;
  color: var(--c2);
}
.i-product-content .img-box {
  padding-bottom: 75.862%;
}
.i-product-content .i-product-content-textbox {
  padding: var(--d38) var(--d20) var(--d64);
}
.i-product-content .i-product-content-textbox .i-product-content-title {
  margin-bottom: var(--d20);
}
.i-product-content .i-product-content-textbox .i-product-content-title h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.i-product-content .i-product-content-textbox .i-product-content-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.swiper-butbox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-butbox .swiper-but {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid var(--c2);
  transition: all 0.5s;
  cursor: pointer;
}
.swiper-butbox .swiper-but:hover {
  background-color: var(--c2);
}
.swiper-butbox .swiper-but:hover i {
  color: #fff;
}
.swiper-butbox .swiper-but i {
  transition: all 0.5s;
  font-size: 24px;
  color: var(--c2);
}
.swiper-butbox .swiper-prev {
  margin-right: var(--d20);
}

.other-banner {
  width: 100%;
}
.other-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.aboutcontent .a-choose {
  padding: var(--d110) 0;
}
.aboutcontent .a-choose .a-choose-title {
  margin-bottom: var(--d40);
  text-align: center;
}
.aboutcontent .a-choose .a-choose-list {
  margin-bottom: calc(-1 * var(--d40));
  --bs-gutter-x: 3.25rem;
}
.aboutcontent .a-choose .a-choose-list .a-choose-list2 {
  margin-bottom: var(--d40);
}
.aboutcontent .a-choose .a-choose-list .a-choose-list2 .a-choose-list3:hover .a-choose-list-title h3 {
  color: var(--c2);
}
.aboutcontent .a-choose .a-choose-list .a-choose-list2 .a-choose-list3:hover .a-choose-list-text {
  color: var(--c2);
}
.aboutcontent .a-choose .a-choose-list .a-choose-list2 .a-choose-list3 .a-choose-list-title {
  margin-bottom: var(--d20);
  text-align: center;
}
.aboutcontent .a-choose .a-choose-list .a-choose-list2 .a-choose-list3 .a-choose-list-text {
  text-align: center;
}
.aboutcontent .a-tastier {
  background-color: #FFFBEB;
  border-radius: 100px 100px 0 0;
  padding: var(--d115) 0 var(--d243);
}
.aboutcontent .a-tastier .a-tastier-box {
  display: flex;
  justify-content: space-between;
}
.aboutcontent .a-tastier .a-tastier-box .a-tastier-left {
  width: 40.694444%;
  position: relative;
}
.aboutcontent .a-tastier .a-tastier-box .a-tastier-left .a-tastier-img {
  width: 78.498%;
}
.aboutcontent .a-tastier .a-tastier-box .a-tastier-left .a-tastier-img .img-box {
  padding-bottom: 117.3913%;
  border-radius: 10px;
}
.aboutcontent .a-tastier .a-tastier-box .a-tastier-left .a-tastier-img1 {
  transform: rotate(-6deg);
}
.aboutcontent .a-tastier .a-tastier-box .a-tastier-left .a-tastier-img2 {
  transform: rotate(6deg);
  position: absolute;
  right: 0;
  top: 85px;
}
.aboutcontent .a-tastier .a-tastier-box .a-tastier-right {
  width: 50.83333%;
}
.aboutcontent .a-tastier .a-tastier-box .a-tastier-right .a-tastier-title {
  margin-bottom: var(--d30);
}
.aboutcontent .a-tastier .a-tastier-box .a-tastier-right .a-tastier-text {
  margin-bottom: var(--d46);
}
.aboutcontent .a-tastier .a-tastier-box .a-tastier-right .a-tastier-video {
  display: flex;
  align-items: center;
  font-size: var(--26);
  line-height: 1.3076923077;
  color: var(--c2);
  transition: all 0.5s;
}
.aboutcontent .a-tastier .a-tastier-box .a-tastier-right .a-tastier-video:hover {
  color: var(--c);
}
.aboutcontent .a-tastier .a-tastier-box .a-tastier-right .a-tastier-video:hover i {
  color: var(--c);
}
.aboutcontent .a-tastier .a-tastier-box .a-tastier-right .a-tastier-video i {
  transition: all 0.5s;
  color: var(--c2);
  font-size: 40px;
  margin-right: var(--d20);
}
.aboutcontent .a-content {
  padding: var(--d110) 0;
}
.aboutcontent .a-content .a-content-list {
  margin-bottom: var(--d110);
}
.aboutcontent .a-content .a-content-list .a-content-list2 {
  margin-bottom: var(--d100);
}
.aboutcontent .a-content .a-content-list .a-content-list2:nth-child(2n) .a-content-list3 {
  flex-direction: row-reverse;
}
.aboutcontent .a-content .a-content-list .a-content-list2:last-child {
  margin-bottom: 0;
}
.aboutcontent .a-content .a-content-list .a-content-list2 .a-content-list3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.aboutcontent .a-content .a-content-list .a-content-list2 .a-content-list3 .a-content-textbox {
  width: 46.4%;
}
.aboutcontent .a-content .a-content-list .a-content-list2 .a-content-list3 .a-content-textbox .a-content-list-title {
  margin-bottom: var(--d30);
}
.aboutcontent .a-content .a-content-list .a-content-list2 .a-content-list3 .a-content-list-img {
  width: 51.04166%;
}
.aboutcontent .a-content .a-content-list .a-content-list2 .a-content-list3 .a-content-list-img .img-box {
  border-radius: 20px;
  padding-bottom: 63.9455782%;
}
.aboutcontent .a-content .a-content-map .a-content-map-title {
  margin-bottom: var(--d30);
}
.aboutcontent .a-content .a-content-map .a-content-map-text {
  width: 94%;
  margin-bottom: var(--d40);
}
.aboutcontent .a-content .a-content-map .a-content-map-box {
  position: relative;
}
.aboutcontent .a-content .a-content-map .a-content-map-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.aboutcontent .a-content .a-content-map .a-content-map-box .a-content-map-dot {
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50%;
  background-color: var(--c2);
  z-index: 10;
}
.aboutcontent .a-content .a-content-map .a-content-map-box .a-content-map-dot::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: var(--c2);
  z-index: -1;
  animation: pulse 3s infinite;
}
.aboutcontent .a-content .a-content-map .a-content-map-box .a-content-map-dot::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--c2);
  z-index: -1;
  animation: pulse 3s infinite;
  animation-delay: 1.5s;
}
.aboutcontent .a-content .a-content-map .a-content-map-box .a-content-map-dot1 {
  top: 21.5%;
  left: 9.2%;
}
.aboutcontent .a-content .a-content-map .a-content-map-box .a-content-map-dot2 {
  top: 28.5%;
  left: 16.7%;
}
.aboutcontent .a-content .a-content-map .a-content-map-box .a-content-map-dot3 {
  top: 38%;
  left: 19.45%;
}
.aboutcontent .a-content .a-content-map .a-content-map-box .a-content-map-dot4 {
  top: 29.15%;
  left: 27.6%;
}
.aboutcontent .a-content .a-content-map .a-content-map-box .a-content-map-dot5 {
  top: 11%;
  left: 33.8%;
}
.aboutcontent .a-content .a-content-map .a-content-map-box .a-content-map-dot6 {
  top: 66.1%;
  left: 31.35%;
}
.aboutcontent .a-content .a-content-map .a-content-map-box .a-content-map-dot7 {
  top: 66.1%;
  left: 31.35%;
}
.aboutcontent .a-content .a-content-map .a-content-map-box .a-content-map-dot8 {
  top: 85.1%;
  left: 28.5%;
}
.aboutcontent .a-content .a-content-map .a-content-map-box .a-content-map-dot9 {
  top: 48.4%;
  left: 46.6%;
}
.aboutcontent .a-content .a-content-map .a-content-map-box .a-content-map-dot10 {
  top: 57.9%;
  left: 49%;
}
.aboutcontent .a-content .a-content-map .a-content-map-box .a-content-map-dot11 {
  top: 54.76%;
  left: 54.1%;
}
.aboutcontent .a-content .a-content-map .a-content-map-box .a-content-map-dot12 {
  top: 28.5%;
  left: 57.15%;
}
.aboutcontent .a-content .a-content-map .a-content-map-box .a-content-map-dot13 {
  top: 26.68%;
  left: 70.75%;
}
.aboutcontent .a-content .a-content-map .a-content-map-box .a-content-map-dot14 {
  top: 15.8%;
  left: 72.45%;
}
.aboutcontent .a-content .a-content-map .a-content-map-box .a-content-map-dot15 {
  top: 20.3%;
  left: 76%;
}
.aboutcontent .a-content .a-content-map .a-content-map-box .a-content-map-dot16 {
  top: 22%;
  left: 87%;
}
.aboutcontent .a-content .a-content-map .a-content-map-box .a-content-map-dot17 {
  top: 77.4%;
  left: 80.6%;
}
.aboutcontent .a-content .a-content-map .a-content-map-box .a-content-map-dot18 {
  top: 78.6%;
  left: 84.95%;
}
.aboutcontent .a-vr {
  width: 100%;
}
.aboutcontent .a-vr .img-box {
  padding-bottom: 41.666667%;
}
.aboutcontent .a-services {
  padding-top: var(--d140);
  padding-bottom: var(--d110);
}
.aboutcontent .a-services .a-services-box {
  position: relative;
}
.aboutcontent .a-services .a-services-box .a-services-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: calc(-1 * var(--d110));
}
.aboutcontent .a-services .a-services-box .a-services-list .a-services-list2 {
  width: 50%;
  margin-bottom: var(--d110);
}
.aboutcontent .a-services .a-services-box .a-services-list .a-services-list2:nth-child(2n) {
  display: flex;
  justify-content: flex-end;
}
.aboutcontent .a-services .a-services-box .a-services-list .a-services-list2 .a-services-list3 {
  width: 63.8888889%;
  display: flex;
  justify-content: center;
}
.aboutcontent .a-services .a-services-box .a-services-list .a-services-list2 .a-services-list3 .a-services-icon {
  margin-right: var(--d22);
}
.aboutcontent .a-services .a-services-box .a-services-list .a-services-list2 .a-services-list3 .a-services-icon i {
  font-size: 30px;
  color: var(--c);
}
.aboutcontent .a-services .a-services-box .a-services-list .a-services-list2 .a-services-list3 .a-services-textbox .a-service-title {
  margin-bottom: var(--d22);
  font-size: var(--24);
  line-height: 1.3333333333;
  color: #222222;
}
.aboutcontent .a-services .a-services-box .a-services-imgbox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 422px;
  height: 422px;
  border-radius: 50%;
}
.aboutcontent .a-services .a-services-box .a-services-imgbox::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(180deg, #FFF6D4 0%, #FFFFFF 100%);
  filter: blur(8.75px);
}
.aboutcontent .a-services .a-services-box .a-services-imgbox img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, calc(var(--d60) * -1));
  z-index: 10;
  width: 360px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.aboutcontent .a-history {
  padding: var(--d140) 0;
  background-color: #FFFBEB;
  border-radius: 100px 100px 0 0;
}
.aboutcontent .a-history .a-history-title {
  text-align: center;
  margin-bottom: var(--d30);
}
.aboutcontent .a-history .a-history-title h2 {
  font-weight: 500;
}
.aboutcontent .a-history .a-history-text {
  text-align: center;
  width: 955px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: var(--d50);
}
.aboutcontent .a-history .ams {
  height: 100%;
}
.aboutcontent .a-history .ams:nth-child(2n) .a-history-content2 {
  background-color: #FEFBEF;
}
.aboutcontent .a-history .a-history-box {
  position: relative;
  z-index: 10;
}
.aboutcontent .a-history .a-history-content {
  width: 17.60417vw;
  margin-right: var(--d40);
  position: relative;
  padding-bottom: 10px;
}
.aboutcontent .a-history .a-history-content .a-history-content2 {
  background-color: #FFF3C2;
  border-radius: 20px;
  border: 1px solid #655101;
  padding: var(--d84) var(--d20) var(--d93);
  position: relative;
}
.aboutcontent .a-history .a-history-content .a-history-content2::after {
  width: 100%;
  height: 100%;
  content: "";
  background-color: #655101;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(10px, 10px);
  border-radius: 20px;
  z-index: -1;
}
.aboutcontent .a-history .a-history-content .a-history-date {
  font-size: var(--40);
  line-height: 1.25;
  font-weight: 600;
  color: #222222;
  text-align: center;
  margin-bottom: var(--d10);
}
.aboutcontent .a-history .a-history-content .a-history-content-text {
  white-space: wrap;
  text-align: center;
}
.aboutcontent .a-certificate {
  padding: var(--d110) 0;
}
.aboutcontent .a-certificate .a-certificate-title {
  margin-bottom: var(--d30);
}
.aboutcontent .a-certificate .a-certificate-title h3 {
  font-weight: 500;
}
.aboutcontent .a-certificate .a-certificate-textbox {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: var(--d50);
}
.aboutcontent .a-certificate .a-certificate-textbox .a-certificate-text {
  width: 790px;
  max-width: 100%;
}
.aboutcontent .a-certificate .a-manufacture-swiperbox {
  margin-bottom: var(--d110);
}
.aboutcontent .a-certificate .a-certificate-swiperbox .swiper-slide:hover .img-box img {
  transform: scale(1.1);
}
.aboutcontent .a-certificate .a-certificate-swiperbox .img-box {
  cursor: pointer;
  border-radius: 20px;
  padding-bottom: 60.869565%;
}

.str_wrap {
  white-space: unset !important;
}

.str_move {
  white-space: unset !important;
  display: flex;
  align-items: stretch;
}

.productcontent .product-box {
  display: flex;
  justify-content: space-between;
  padding-top: var(--d110);
  padding-bottom: var(--d130);
}
.productcontent .product-box .product-left {
  width: 338px;
}
.productcontent .product-box .product-left .product-left2 {
  position: sticky;
  top: 150px;
  left: 0;
}
.productcontent .product-box .product-left .product-left2 .product-menu {
  width: 100%;
}
.productcontent .product-box .product-left .product-left2 .product-menu .product-menu1 {
  width: 100%;
}
.productcontent .product-box .product-left .product-left2 .product-menu .product-menu1 .product-menu2 {
  width: 100%;
  border-radius: 4px;
  margin-bottom: var(--d20);
  cursor: pointer;
  transition: all 0.5s;
}
.productcontent .product-box .product-left .product-left2 .product-menu .product-menu1 .product-menu2:hover .menubut {
  background-color: var(--c);
  color: #fff;
}
.productcontent .product-box .product-left .product-left2 .product-menu .product-menu1 .product-menu2:last-child {
  margin-bottom: 0;
}
.productcontent .product-box .product-left .product-left2 .product-menu .product-menu1 .product-menu2 .menubut {
  transition: all 0.5s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  background-color: #F1F2F6;
}
.productcontent .product-box .product-left .product-left2 .product-menu .product-menu1 .product-menu2 .menubut a {
  width: 90%;
  display: block;
  padding: 14px 24px;
  padding-right: 0;
}
.productcontent .product-box .product-left .product-left2 .product-menu .product-menu1 .product-menu2 .menubut .menuicon {
  width: 10%;
  padding-left: 0;
  padding-right: 24px;
  cursor: pointer;
}
.productcontent .product-box .product-left .product-left2 .product-menu .product-menu1 .product-menu2 .menubut .menuicon i {
  display: inline-block;
  transition: all 0.5s;
  color: #333333;
  font-size: 20px;
}
.productcontent .product-box .product-left .product-left2 .product-menu .product-menu1 .product-more {
  display: none;
}
.productcontent .product-box .product-left .product-left2 .product-menu .product-menu1 .product-more .product-more1 {
  position: relative;
}
.productcontent .product-box .product-left .product-left2 .product-menu .product-menu1 .product-more .product-more1 .product-more2 {
  position: relative;
}
.productcontent .product-box .product-left .product-left2 .product-menu .product-menu1 .product-more .product-more1 .product-more2 a {
  padding: 10px 24px;
  padding-left: 44px;
  display: block;
  width: 100%;
}
.productcontent .product-box .product-left .product-left2 .product-menu .product-menu1 .product-more .product-more1 .product-more2 a::after {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #D9D9D9;
  content: "";
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s;
}
.productcontent .product-box .product-left .product-left2 .product-menu .product-menu1 .product-more .product-more1 .product-more2 a span {
  transition: all 0.5s;
}
.productcontent .product-box .product-left .product-left2 .product-menu .product-menu1 .product-more .product-more1 .product-more2:hover a::after {
  background-color: var(--c);
}
.productcontent .product-box .product-left .product-left2 .product-menu .product-menu1 .product-more .product-more1 .product-more2:hover a span {
  color: var(--c);
  text-decoration: underline;
}
.productcontent .product-box .product-left .product-left2 .product-menu .product-menu1 .open .menubut {
  background-color: var(--c);
  color: #fff;
}
.productcontent .product-box .product-left .product-left2 .product-menu .product-menu1 .open .menubut .menuicon i {
  color: #fff;
  transform: rotate(180deg);
}
.productcontent .product-box .product-right {
  width: calc(100% - 338px);
  padding-left: var(--d30);
}
.productcontent .product-box .product-right .product-list {
  margin-bottom: calc(var(--d40) * -1);
  padding-bottom: var(--d60);
}
.productcontent .product-box .product-right .product-list .product-list2 {
  margin-bottom: var(--d40);
}

.top {
  position: absolute;
  top: -45vh;
  left: 0;
}

.detailscontent {
  padding-bottom: var(--d130);
}
.detailscontent .details-content {
  display: flex;
  justify-content: space-between;
  padding-top: var(--d100);
  padding-bottom: var(--d90);
}
.detailscontent .details-content .details-left .details-imgbox {
  display: flex;
}
.detailscontent .details-content .details-left .details-imgbox .img-box {
  padding-bottom: 75.796178%;
}
.detailscontent .details-content .details-left .details-imgbox .details-swiperbox {
  width: 130px;
  height: 440px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.detailscontent .details-content .details-left .details-imgbox .details-swiperbox .details-swiper1 {
  width: 100%;
  height: 100%;
  padding: 1px;
}
.detailscontent .details-content .details-left .details-imgbox .details-swiperbox .details-swiper1 .swiper-slide {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  overflow: hidden;
}
.detailscontent .details-content .details-left .details-imgbox .details-swiperbox .details-swiper1 .swiper-slide-thumb-active {
  border-color: var(--c);
}
.detailscontent .details-content .details-left .details-imgbox .details-swiperbox .details-swiper1 .swiper-video {
  position: relative;
}
.detailscontent .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: "\e60a";
  font-size: 30px;
  color: var(--c2);
  z-index: 10;
  background-color: #fff;
  line-height: 1;
  border-radius: 50%;
}
.detailscontent .details-content .details-left .details-imgbox .details-swiperbox2 {
  border-radius: 10px;
  overflow: hidden;
  margin-right: var(--d20);
  width: 583px;
  height: 440px;
}
.detailscontent .details-content .details-left .details-imgbox .details-swiperbox2 .details-swiper2 {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  border: 1px solid #E7E7E7;
}
.detailscontent .details-content .details-right {
  width: 648px;
}
.detailscontent .details-content .details-right .details-title {
  margin-bottom: var(--d30);
}
.detailscontent .details-content .details-right .details-title h2 {
  font-size: var(--30);
  line-height: 1.3333333333;
  color: #222222;
  font-weight: 600;
}
.detailscontent .details-content .details-right .details-text {
  margin-bottom: var(--d30);
  font-size: var(--14);
  line-height: 1.2857142857;
  color: #454545;
}
.detailscontent .details-content .details-right .details-text-title {
  font-size: var(--16);
  line-height: 1.125;
  color: var(--c);
  margin-bottom: var(--d20);
}
.detailscontent .details-content .details-right .details-pricebox {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: var(--d40);
}
.detailscontent .details-content .details-right .details-pricebox .details-list {
  width: 241px;
}
.detailscontent .details-content .details-right .details-pricebox .details-list .details-list2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--d14);
}
.detailscontent .details-content .details-right .details-pricebox .details-list .details-list2:last-child {
  margin-bottom: 0;
}
.detailscontent .details-content .details-right .details-pricebox .details-list .details-list2 .price-title {
  font-size: var(--14);
  line-height: 1.2857142857;
}
.detailscontent .details-content .details-right .details-pricebox .details-list .details-list2 .price-content {
  font-size: var(--14);
  line-height: 1.2857142857;
  font-weight: 600;
}
.detailscontent .details-content .details-right .details-pricebox .details-warn {
  font-size: var(--14);
  line-height: 1.2857142857;
  color: #C40000;
}
.detailscontent .details-content .details-right .details-share {
  display: flex;
  justify-content: center;
  align-items: center;
}
.detailscontent .details-content .details-right .details-share p {
  font-size: var(--16);
  line-height: 1.125;
  margin-right: var(--d14);
}
.detailscontent .details-content .details-right .details-butbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.detailscontent .details-content .details-right .details-butbox .details-con {
  display: flex;
  justify-content: center;
  align-items: center;
}
.detailscontent .details-content .details-right .details-butbox .details-but a {
  padding: 6px var(--d24);
  font-size: var(--16);
}
.detailscontent .details-content .details-right .details-butbox .details-but1 a {
  overflow: hidden;
  transition: all 0.5s;
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  border-radius: 30px;
  color: #fff;
  margin-right: var(--20);
}
.detailscontent .details-content .details-right .details-butbox .details-but1 a:hover {
  background-color: var(--c);
  color: #000000;
}
.detailscontent .details-content .details-right .details-butbox .details-but2 a {
  overflow: hidden;
  transition: all 0.5s;
  background-color: var(--c2);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  border-radius: 30px;
  color: #fff;
}
.detailscontent .details-content .details-right .details-butbox .details-but2 a:hover {
  background-color: var(--c);
  color: #000000;
}
.detailscontent .details-nav {
  width: 100%;
  position: sticky;
  top: 100px;
  background-color: #F1F1F1;
  z-index: 100;
  padding-left: var(--d135);
  border-radius: 30px;
}
.detailscontent .details-nav .navbox {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 60px;
}
.detailscontent .details-nav .navbox .navbox2 {
  color: #333333;
  cursor: pointer;
  height: 100%;
  transition: all 0.5s;
  position: relative;
  font-size: var(--18);
  font-weight: 500;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  padding: 0 var(--d60);
  margin-right: var(--d10);
}
.detailscontent .details-nav .navbox .navbox2:last-child {
  margin-right: 0;
}
.detailscontent .details-nav .navbox .navbox2:hover span {
  color: #FF6600;
}
.detailscontent .details-nav .navbox .action {
  background-color: var(--c2);
}
.detailscontent .details-nav .navbox .action span {
  color: #fff;
}
.detailscontent .details-nav .navbox .action::after {
  opacity: 1;
}
.detailscontent .details {
  position: relative;
  padding-top: var(--d60);
}
.detailscontent .details .content-title {
  color: var(--c2);
  font-size: var(--28);
  line-height: 1.2142857143;
  margin-bottom: var(--d20);
}
.detailscontent .details .detproduct-text {
  font-size: var(--14);
  line-height: 1.4285714286;
  color: #666666;
  margin-bottom: var(--d50);
}
.detailscontent .details .detproduct-text:last-child {
  margin-bottom: 0;
}
.detailscontent .details .detproduct-text .detproduct-title {
  font-weight: 500;
  font-size: var(--20);
  line-height: 1.3;
  color: #222222;
  margin-bottom: var(--d20);
}
.detailscontent .details .detproduct-text p {
  margin-bottom: var(--d30);
}
.detailscontent .details .detproduct-text p:last-child {
  margin-bottom: 0;
}
.detailscontent .details .details-con {
  margin-bottom: var(--d50);
}
.detailscontent .details .shipping-con {
  margin-bottom: var(--d50);
}
.detailscontent .shipping {
  position: relative;
  margin-bottom: var(--d50);
}
.detailscontent .reviews {
  position: relative;
  margin-bottom: var(--d50);
}
.detailscontent .reviews .reviews-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--d30);
}
.detailscontent .reviews .reviews-title .content-title {
  margin-bottom: 0;
}
.detailscontent .inquiry {
  position: relative;
  margin-bottom: var(--d50);
}
.detailscontent .inquiry .content-title {
  margin-bottom: var(--d30);
}
.detailscontent .inquiry .inquiry-from .product-input {
  width: 100%;
  background-color: var(--c2);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: var(--d20);
  border-radius: 10px;
}
.detailscontent .inquiry .inquiry-from .product-input .input-box {
  background-color: transparent;
  width: 100%;
  padding: var(--d16) var(--d24);
  margin-bottom: 0;
  color: #fff;
}
.detailscontent .inquiry .inquiry-from ul {
  --bs-gutter-x: 1.25rem;
}
.detailscontent .inquiry .inquiry-from .input-box {
  padding: var(--d12) var(--d20);
  font-size: var(--14);
  background-color: #F0F0F0;
  width: 100%;
  margin-bottom: var(--d20);
  border-radius: 10px;
}
.detailscontent .inquiry .inquiry-from .input-box::-moz-placeholder {
  color: #666666;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.detailscontent .inquiry .inquiry-from .input-box::placeholder {
  color: #666666;
  transition: all 0.5s;
}
.detailscontent .inquiry .inquiry-from .input-box:focus::-moz-placeholder {
  opacity: 0.3;
}
.detailscontent .inquiry .inquiry-from .input-box:focus::placeholder {
  opacity: 0.3;
}
.detailscontent .inquiry .inquiry-from .textarea-box {
  height: 200px;
}
.detailscontent .inquiry .inquiry-from .submit {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: var(--d12) var(--d60);
  border-radius: 4px;
  background-color: #000000;
  font-size: var(--16);
  line-height: 1.5;
  color: #fff;
  transition: all 0.5s;
  border-radius: 50px;
}
.detailscontent .inquiry .inquiry-from .submit:hover {
  background-color: var(--c);
}
.detailscontent .inquiry .inquiry-from .submit i {
  font-size: 16px;
  margin-left: var(--d10);
}
.detailscontent .like {
  position: relative;
}
.detailscontent .like .like-swbox {
  position: relative;
}
.detailscontent .like .like-swbox .swiper-but {
  position: absolute;
  top: 40%;
  background-color: #EDEDED;
  z-index: 10;
  border: none;
}
.detailscontent .like .like-swbox .swiper-but:hover {
  background-color: var(--c2);
}
.detailscontent .like .like-swbox .swiper-prev {
  left: 0;
  transform: translate(-50%, -50%);
}
.detailscontent .like .like-swbox .swiper-next {
  right: 0;
  transform: translate(50%, -50%);
}

.reviewscon {
  background-color: #F4F4F4;
  padding: 20px 30px 16px;
}
.reviewscon .reviews-titbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 16px;
  position: relative;
}
.reviewscon .reviews-titbox::after {
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  content: "";
  background-color: #D9D9D9;
}
.reviewscon .reviews-titbox .reviews-name {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.reviewscon .reviews-titbox .reviews-name span {
  font-weight: bold;
  color: #222222;
  font-size: 16px;
  margin-right: 16px;
}
.reviewscon .reviews-titbox .reviews-name .star li {
  display: inline-block;
  margin-right: 4px;
}
.reviewscon .reviews-titbox .reviews-name .star li:last-child {
  margin-right: 0;
}
.reviewscon .reviews-titbox .reviews-name .star li i {
  font-size: 12px;
  color: #666666;
}
.reviewscon .reviews-titbox .reviews-name .star li .action {
  color: #FFBF00;
}
.reviewscon .reviews-titbox .reviews-date i {
  color: #BF0003;
  font-size: 14px;
  margin-right: 10px;
}
.reviewscon .reviews-titbox .reviews-date span {
  font-size: 12px;
  color: #666666;
  font-weight: normal;
}
.reviewscon .reviews-text {
  font-weight: normal;
  color: #444444;
  font-size: 14px;
  line-height: 1.5em;
}

.product-content {
  position: relative;
}
.product-content:hover .product-content-img {
  border: 1px solid var(--c2);
}
.product-content:hover .img-box img {
  transform: scale(1.1);
}
.product-content:hover .product-content-title h3 {
  color: var(--c2);
  text-decoration: underline;
}
.product-content:hover .product-content-icon a {
  background-color: var(--c2);
}
.product-content .product-content-icon {
  position: absolute;
  right: var(--d20);
  top: var(--d20);
}
.product-content .product-content-icon a {
  padding: 4px var(--d10);
  background-color: #C4C4C4;
  color: #fff;
  border-radius: 4px;
  font-size: var(--14);
  line-height: 1.1428571429;
  transition: all 0.5s;
}
.product-content .product-content-icon a i {
  color: #fff;
  font-size: 16px;
}
.product-content .img-box {
  padding-bottom: 75.796178%;
}
.product-content .product-content-img {
  border-radius: 20px;
  border: 1px solid #F0EBD3;
  overflow: hidden;
  margin-bottom: var(--d18);
  transition: all 0.5s;
}
.product-content .product-content-title {
  margin-bottom: var(--d10);
}
.product-content .product-content-title h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: var(--20);
  line-height: 1.2;
  color: #222222;
}
.product-content .product-content-text {
  font-size: var(--14);
  line-height: 1.2857142857;
  color: #666;
}
.product-content .product-content-text p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.newscontent {
  padding-top: var(--d110);
  padding-bottom: var(--d130);
}
.newscontent .news-title {
  margin-bottom: var(--d20);
}
.newscontent .news-title h2 {
  font-weight: 600;
}
.newscontent .news-text {
  margin-bottom: var(--d60);
  width: 1166px;
  max-width: 100%;
}
.newscontent .news-list .news-list2 {
  padding: var(--d60) 0;
  border-top: 1px solid #F0EBD3;
}
.newscontent .news-list .news-list2 .news-list3 {
  display: flex;
  justify-content: space-between;
}
.newscontent .news-list .news-list2 .news-list3:hover .img-box img {
  transform: scale(1.1);
}
.newscontent .news-list .news-list2 .news-list3:hover .news-textbox .news-textbox2 .news-date {
  color: var(--c2);
}
.newscontent .news-list .news-list2 .news-list3:hover .news-textbox .news-textbox2 .news-list-title h3 {
  color: var(--c2);
  text-decoration: underline;
}
.newscontent .news-list .news-list2 .news-list3 .news-imgbox {
  width: 40.48611%;
}
.newscontent .news-list .news-list2 .news-list3 .news-imgbox .img-box {
  padding-bottom: 68.75%;
}
.newscontent .news-list .news-list2 .news-list3 .news-textbox {
  width: 59.51389%;
  padding-left: var(--d40);
  padding-top: var(--d30);
  padding-bottom: var(--d30);
  padding-right: var(--d130);
  display: inline-flex;
  justify-content: space-between;
  flex-direction: column;
}
.newscontent .news-list .news-list2 .news-list3 .news-textbox .news-textbox2 .news-date {
  margin-bottom: var(--d20);
  font-size: var(--14);
  line-height: 1.1428571429;
  transition: all 0.5s;
}
.newscontent .news-list .news-list2 .news-list3 .news-textbox .news-textbox2 .news-list-title {
  margin-bottom: var(--d10);
}
.newscontent .news-list .news-list2 .news-list3 .news-textbox .news-textbox2 .news-list-title h3 {
  font-weight: 500;
  font-size: var(--30);
  line-height: 1.2;
  color: #222222;
  transition: all 0.5s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newscontent .news-list .news-list2 .news-list3 .news-textbox .news-textbox2 .news-list-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.pagination {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: var(--16);
  color: #737373;
  line-height: 1.25;
}
.pagination li {
  margin: 0 var(--d10);
}
.pagination li:hover a {
  background-color: var(--c);
  color: #fff;
}
.pagination li a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.pagination li span {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .prev {
  margin-left: 0;
  margin-right: var(--d30);
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .prev:hover a {
  background-color: transparent;
  color: var(--c);
}
.pagination .prev a {
  width: auto;
  height: auto;
}
.pagination .prev i {
  font-size: 14px;
  margin-right: 3px;
}
.pagination .next {
  margin-left: var(--d30);
  margin-right: 0;
}
.pagination .next:hover a {
  background-color: transparent;
  color: var(--c);
}
.pagination .next a {
  width: auto;
  height: auto;
}
.pagination .next i {
  font-size: 14px;
  margin-left: 3px;
}
.pagination .active a {
  background-color: var(--c);
  color: #fff;
}

.s-menu {
  display: none;
  position: relative;
  padding-top: 10px;
  margin: 20px 0;
}
.s-menu::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #121212;
}
.s-menu::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #121212;
}
.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: #121212;
}
.s-menu .s-menu1 .s-menu2:last-child {
  margin-right: 0;
}
.s-menu .s-menu1 .action {
  color: #254B9E;
}

.contactcontent {
  padding-top: var(--d100);
  padding-bottom: var(--d130);
  position: relative;
}
.contactcontent .contact-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.contactcontent .contact-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contactcontent::after {
  width: 100%;
  bottom: -200px;
  left: 0;
  width: 100%;
  height: calc(60% + 200px);
  background-color: #FFFBEB;
  position: absolute;
  content: "";
  z-index: 0;
}
.contactcontent .contact-box {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}
.contactcontent .contact-box .contact-left {
  width: 40.2777778%;
}
.contactcontent .contact-box .contact-left .contact-title {
  margin-bottom: var(--d30);
}
.contactcontent .contact-box .contact-left .contact-title h3 {
  font-family: "RedHatDisplay", Arial, sans-serif;
  color: var(--c);
  font-size: var(--60);
  line-height: 1;
  font-weight: 600;
}
.contactcontent .contact-box .contact-left .contact-text {
  font-size: var(--16);
  line-height: 1.5;
  color: #666666;
  margin-bottom: var(--d96);
}
.contactcontent .contact-box .contact-left .contact-list .contact-list2 {
  display: flex;
  align-items: center;
  margin-bottom: var(--d30);
  font-size: var(--16);
  line-height: 1.5;
  color: #666666;
}
.contactcontent .contact-box .contact-left .contact-list .contact-list2 a {
  transition: all 0.5s;
}
.contactcontent .contact-box .contact-left .contact-list .contact-list2 a:hover {
  color: var(--c2);
}
.contactcontent .contact-box .contact-left .contact-list .contact-list2:last-child {
  margin-bottom: 0;
}
.contactcontent .contact-box .contact-left .contact-list .contact-list2 i {
  font-size: var(--30);
  margin-right: var(--d10);
  color: var(--c);
}
.contactcontent .contact-box .contact-formbox {
  width: 55.555556%;
}

.contact-form {
  background-color: var(--c);
  border-radius: 20px;
  padding: var(--d40) var(--d24);
}
.contact-form ul {
  --bs-gutter-x: 0.875rem;
}
.contact-form ul li {
  margin-bottom: var(--d10);
}
.contact-form ul li:last-child {
  margin-bottom: var(--d40);
}
.contact-form .contact-formtit {
  margin-bottom: var(--d10);
  font-size: var(--18);
  line-height: 1.3333333333;
  color: #222222;
}
.contact-form .input-box {
  width: 100%;
  border-radius: 20px;
  height: 40px;
  padding: 0 20px;
}
.contact-form .textarea-box {
  height: 150px;
  padding: 20px;
}
.contact-form .submit {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: var(--d10);
  background-color: #222222;
  min-width: 200px;
  border-radius: 50px;
  font-size: var(--16);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: all 0.5s;
}
.contact-form .submit:hover {
  background-color: var(--c2);
}

.search-note .search-note-title {
  margin-bottom: var(--d30);
}
.search-note .search-note-text {
  margin-bottom: var(--d40);
  border-radius: 5px;
  padding: 15px;
  background-color: var(--c);
  opacity: 0.8;
  color: #fff;
  margin-bottom: var(--d30);
}
.search-note .hot {
  margin-bottom: var(--d30);
}

.newsdetcon {
  padding: var(--d120) 0;
  background-color: #fff;
}
.newsdetcon .reviews-con {
  margin-bottom: var(--d50);
}
.newsdetcon .news-formbox .form-title h2 {
  color: #003366;
}
.newsdetcon .news-formbox .more-but .more-box {
  background-color: #003366;
}
.newsdetcon .news-formbox .input-box {
  color: #003366;
  background-color: #F7F8FA;
}
.newsdetcon .news-formbox .input-box::-moz-placeholder {
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color: #496683;
}
.newsdetcon .news-formbox .input-box::placeholder {
  transition: all 0.5s;
  color: #496683;
}
.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 {
  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);
}
.newsdetcon .contact-formbox {
  width: 100%;
}
.newsdetcon .contact-formbox .getquote-form {
  padding: 0;
}

.sitemapcontent .sitemap-content {
  padding: var(--d100) 0;
}
.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: #000;
}
.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: #666;
}

.privacycontent {
  padding: var(--d100) 0;
}
.privacycontent .privacy-title {
  margin-bottom: var(--d30);
}

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

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

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

@media (max-width: 1800px) {
  .container {
    max-width: 1460px;
  }
}
@media (max-width: 1600px) {
  .row {
    --bs-gutter-x: 1.25rem;
  }
  :root {
    --d243: 130px;
    --d208: 130px;
    --d170: 130px;
    --d150: 110px;
    --d140: 110px;
    --d130: 110px;
    --d120: 90px;
    --d115: 90px;
    --d110: 90px;
    --d100: 80px;
    --d90: 60px;
    --d64: 48px;
    --d62: 48px;
    --d60: 46px;
    --d56: 35px;
    --d50: 35px;
    --d40: 25px;
    --d38: 26px;
    --d35: 20px;
    --d30: 20px;
    --d26: 20px;
    --d22: 18px;
    --d20: 15px;
    --d16: 14px;
    --60: 48px;
    --50: 40px;
    --30: 26px;
    --28: 24px;
    --26: 20px;
    --24: 20px;
    --22: 20px;
    --18: 16px;
  }
  .detailscontent .details-content .details-left .details-imgbox .details-swiperbox2 {
    width: 444px;
    height: 335px;
  }
  .detailscontent .details-content .details-left .details-imgbox .details-swiperbox {
    width: 96px;
    height: 335px;
  }
  .productcontent .product-box .product-left .product-left2 .product-menu .product-menu1 .product-more .product-more1 .product-more2 a::after {
    left: 12px;
  }
  .productcontent .product-box .product-left .product-left2 .product-menu .product-menu1 .product-menu2 .menubut a {
    padding: 10px 15px;
  }
  .productcontent .product-box .product-left .product-left2 .product-menu .product-menu1 .product-more .product-more1 .product-more2 a {
    padding: 10px 20px;
    padding-left: 28px;
  }
  .productcontent .product-box .product-left {
    width: 300px;
  }
  .productcontent .product-box .product-right {
    width: calc(100% - 300px);
  }
  .fooder .fooder-top .fooder-box3 .fooder-right .fooder-list .fooder-list2:last-child {
    width: 250px;
  }
  .fooder .fooder-top .fooder-box1 .fooder-nav a i {
    font-size: 24px;
  }
  .fooder .fooder-top .fooder-box1 .fooder-nav .fooder-navicon {
    width: 54px;
    height: 54px;
  }
  .fooder .fooder-top .fooder-box1 .fooder-logo {
    width: 190px;
  }
  .indexcontent .i-information .i-information-list .i-information-list2 .i-information-list3 .i-information-img .i-information-date {
    width: 66px;
    height: 66px;
  }
  .indexcontent .i-services .i-services-box .i-services-list .i-services-list2 .i-services-list3 .i-services-icon i {
    font-size: 28px;
  }
  .indexcontent .i-packaging .i-packaging-box .i-packaging-content .i-packaging-icon {
    width: 55px;
    height: 55px;
  }
  .indexcontent .i-packaging .i-packaging-box .i-packaging-content .i-packaging-icon i {
    font-size: 35px;
  }
  .indexcontent .i-packaging .i-packaging-introduce span::before {
    font-size: 34px;
  }
  .container2,
  .container {
    max-width: 1260px;
  }
}
@media (max-width: 1400px) {
  .header .header-box1 .header-content1 {
    height: 70px;
  }
  :root {
    --d243: 100px;
    --d208: 100px;
    --d170: 100px;
    --d150: 90px;
    --d140: 90px;
    --d135: 80px;
    --d130: 80px;
    --d120: 80px;
    --d115: 80px;
    --d110: 80px;
    --d100: 70px;
    --d93: 40px;
    --d84: 40px;
    --d70: 38px;
    --d64: 30px;
    --d62: 42px;
    --d60: 30px;
    --d50: 25px;
    --d40: 26px;
    --d32: 25px;
    --d24: 15px;
    --d20: 10px;
    --d16: 12px;
    --d14: 10px;
    --d10: 8px;
    --60: 35px;
    --40: 30px;
    --30: 25px;
    --24: 18px;
    --22: 18px;
    --20: 18px;
    --18: 14px;
    --16: 14px;
  }
  .detailscontent .details-content .details-right {
    width: 534px;
  }
  .detailscontent .details-content .details-left .details-imgbox .details-swiperbox {
    height: 295px;
    width: 84px;
  }
  .detailscontent .details-content .details-left .details-imgbox .details-swiperbox2 {
    width: 390px;
    height: 295px;
  }
  .detailscontent .details-content .details-right .details-pricebox .details-list {
    width: 198px;
  }
  .detailscontent .details-nav .navbox {
    height: 40px;
  }
  .productcontent .product-box .product-left .product-left2 .product-menu .product-menu1 .product-menu2 .menubut .menuicon i {
    font-size: 14px;
  }
  .productcontent .product-box .product-right {
    width: calc(100% - 245px);
  }
  .productcontent .product-box .product-left {
    width: 245px;
  }
  .aboutcontent .a-choose .a-choose-list {
    --bs-gutter-x: 2.25rem;
  }
  .aboutcontent .a-tastier .a-tastier-box .a-tastier-left {
    width: 43.694444%;
  }
  .aboutcontent .a-tastier .a-tastier-box .a-tastier-right .a-tastier-video i {
    font-size: 30px;
  }
  .aboutcontent .a-services .a-services-box .a-services-imgbox {
    width: 400px;
    height: 400px;
  }
  .aboutcontent .a-services .a-services-box .a-services-imgbox img {
    width: 315px;
  }
  .fooder .fooder-top .fooder-box3 .fooder-left .fooder-share a i {
    font-size: 20px;
  }
  .fooder .fooder-top .fooder-box2 .fooder-form .input-text {
    width: 315px;
  }
  .fooder .fooder-top .fooder-box1 .fooder-nav a i {
    font-size: 20px;
  }
  .fooder .fooder-top .fooder-box1 .fooder-nav .fooder-navicon {
    width: 46px;
    height: 46px;
  }
  .fooder .fooder-top .fooder-box1 .fooder-logo {
    width: 165px;
  }
  .swiper-butbox .swiper-but {
    width: 35px;
    height: 35px;
  }
  .swiper-butbox .swiper-but i {
    font-size: 18px;
  }
  .indexcontent .i-packaging .i-packaging-video i {
    font-size: 28px;
  }
  .indexcontent .i-packaging .i-packaging-box .i-packaging-content .i-packaging-icon {
    width: 44px;
    height: 44px;
  }
  .indexcontent .i-packaging .i-packaging-box .i-packaging-content .i-packaging-icon i {
    font-size: 25px;
  }
  .header .header-cart {
    margin-right: 25px;
  }
  .header .header-language {
    margin-right: 25px;
  }
  .header .header-box1 .header-content1 .logo {
    width: 110px;
  }
  .aboutcontent .a-services .a-services-box .a-services-imgbox {
    width: 350px;
    height: 350px;
  }
  .aboutcontent .a-services .a-services-box .a-services-imgbox img {
    width: 270px;
  }
  .container2,
  .container {
    max-width: 1060px;
  }
}
@media (max-width: 1200px) {
  .row {
    --bs-gutter-x: 0.9375rem;
  }
  :root {
    --d135: 60px;
    --d93: 30px;
    --d90: 30px;
    --d84: 30px;
    --d46: 28px;
    --d30: 16px;
    --d22: 14px;
    --50: 32px;
    --30: 20px;
    --16: 14px;
  }
  .detailscontent .details-nav {
    padding-left: 0;
  }
  .detailscontent .details-nav .navbox {
    overflow-x: scroll;
  }
  .detailscontent .details-content .details-left .details-imgbox .details-swiperbox2 {
    width: 583px;
    height: 440px;
  }
  .detailscontent .details-content .details-left .details-imgbox .details-swiperbox {
    width: 130px;
    height: 440px;
  }
  .detailscontent .details-content .details-left .details-imgbox {
    margin-bottom: var(--d30);
  }
  .detailscontent .details-content .details-right {
    width: 100%;
  }
  .detailscontent .details-content {
    flex-direction: column;
  }
  .s-menu {
    display: block;
  }
  .productcontent .product-box .product-right {
    padding-left: 0;
    width: 100%;
  }
  .productcontent .product-box .product-left {
    display: none;
  }
  .aboutcontent .a-certificate .a-certificate-textbox .a-certificate-text {
    margin-right: 15px;
  }
  .fooder .fooder-bom {
    flex-direction: column;
    align-items: flex-start;
  }
  .fooder-left2 {
    margin-bottom: 5px;
  }
  .fooder .fooder-top .fooder-box1 .fooder-logo {
    width: 135px;
  }
  .fooder .fooder-top .fooder-box1 .fooder-nav .fooder-navicon {
    width: 35px;
    height: 35px;
  }
  .fooder .fooder-top .fooder-box1 .fooder-nav a i {
    font-size: 16px;
  }
  .fooder-box3 {
    flex-direction: column;
  }
  .fooder .fooder-top .fooder-box3 .fooder-right .fooder-list {
    justify-content: space-between;
    margin-top: var(--d30);
  }
  .indexcontent .i-packaging .i-packaging-video i {
    font-size: 24px;
  }
  .indexcontent .i-packaging .i-packaging-box .i-packaging-content {
    width: 27.93%;
  }
  .indexcontent .i-packaging .i-packaging-box .solutions {
    justify-content: flex-start;
  }
  .indexcontent .i-packaging .i-packaging-box .character {
    margin-top: 0;
  }
  .container2,
  .container {
    max-width: 860px;
  }
}
@media (max-width: 980px) {
  .aboutcontent .a-history,
  .aboutcontent .a-tastier,
  .indexcontent .i-products,
  .fooder,
  .indexcontent .i-display {
    border-radius: 60px 60px 0 0;
  }
  :root {
    --d243: 80px;
    --d208: 80px;
    --d170: 70px;
    --d150: 70px;
    --d120: 70px;
    --d115: 70px;
    --d110: 70px;
    --d96: 40px;
    --d70: 25px;
    --60: 30px;
  }
  .contactcontent .contact-box .contact-left {
    width: 100%;
  }
  .contactcontent .contact-box .contact-formbox {
    width: 100%;
    margin-top: var(--d30);
  }
  .contactcontent .contact-box {
    flex-direction: column;
  }
  .newscontent .news-list .news-list2 .news-list3 .news-textbox .news-textbox2 .news-list-text {
    -webkit-line-clamp: 2;
  }
  .aboutcontent .a-tastier .a-tastier-box .a-tastier-left {
    width: 400px;
    max-width: 100%;
    margin: var(--d100) auto;
  }
  .aboutcontent .a-services .a-services-box .a-services-imgbox img {
    width: 220px;
  }
  .aboutcontent .a-history .a-history-content {
    width: 25vw;
  }
  .aboutcontent .a-services .a-services-box .a-services-imgbox {
    width: 250px;
    height: 250px;
  }
  .a-content-map-list {
    display: none;
  }
  .aboutcontent .a-tastier .a-tastier-box .a-tastier-right {
    width: 100%;
  }
  .aboutcontent .a-tastier .a-tastier-box {
    flex-direction: column-reverse;
  }
  .aboutcontent .a-choose .a-choose-list {
    --bs-gutter-x: 1.25rem;
  }
  .indexcontent .i-display .i-display-box {
    flex-direction: column-reverse;
  }
  .i-display-titlebox {
    margin-bottom: var(--d20);
  }
  .indexcontent .i-display .i-display-box .i-display-right {
    width: 100%;
    margin-bottom: var(--d30);
  }
  .indexcontent .i-display .i-display-box .i-display-left {
    width: 100%;
  }
  .indexcontent .i-services .i-services-box .i-services-titlebox .i-services-titlebox2 {
    position: unset;
  }
  .indexcontent .i-services .i-services-box .i-services-list {
    width: 100%;
  }
  .indexcontent .i-services .i-services-box .i-services-titlebox {
    width: 100%;
    margin-bottom: var(--d30);
  }
  .indexcontent .i-services .i-services-box {
    flex-direction: column;
  }
  .indexcontent .i-packaging .i-packaging-box .i-packaging-imgbox {
    width: 425px;
    max-width: 100%;
    margin: 10px auto;
  }
  .indexcontent .i-packaging .i-packaging-box .i-packaging-content {
    width: 100%;
  }
  .indexcontent .i-packaging .i-packaging-box {
    flex-direction: column;
  }
  .container2,
  .container {
    max-width: 700px;
  }
}
@media (max-width: 768px) {
  :root {
    --d243: 70px;
    --d208: 65px;
    --d170: 50px;
    --d150: 50px;
    --d130: 50px;
    --d140: 50px;
    --d120: 50px;
    --d115: 50px;
    --d110: 50px;
    --d100: 50px;
    --d96: 30px;
    --50: 28px;
    --30: 18px;
    --14: 12px;
  }
  .newscontent .news-list .news-list2 .news-list3 .news-imgbox {
    width: 100%;
  }
  .newscontent .news-list .news-list2 .news-list3 .news-textbox .news-textbox2 .news-list-text {
    margin-bottom: var(--d30);
  }
  .newscontent .news-list .news-list2 .news-list3 .news-textbox {
    width: 100%;
    padding: 0;
    padding-top: var(--d30);
  }
  .newscontent .news-list .news-list2 .news-list3 {
    flex-direction: Column;
  }
  .details-imgbox {
    flex-direction: column;
  }
  .detailscontent .details-content .details-left .details-imgbox .details-swiperbox,
  .detailscontent .details-content .details-left .details-imgbox .details-swiperbox2 {
    width: 100%;
    height: auto;
    margin-bottom: var(--d30);
  }
  .detailscontent .details-content .details-right .details-pricebox {
    flex-direction: column;
    align-items: flex-start;
  }
  .detailscontent .details-content .details-right .details-pricebox .details-list {
    margin-bottom: var(--d20);
  }
  .a2a_kit {
    transform: scale(0.8);
    transform-origin: left;
  }
  .detailscontent .details-content .details-right .details-butbox {
    flex-direction: column;
    align-items: flex-start;
  }
  .detailscontent .details-content .details-right .details-butbox .details-con {
    margin-bottom: var(--d20);
  }
  .swiper-butbox .swiper-but {
    width: 30px;
    height: 30px;
  }
  .swiper-butbox .swiper-but i {
    font-size: 14px;
  }
  .aboutcontent .a-services .a-services-box .a-services-imgbox {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto;
    transform: none;
    margin-top: 60px;
  }
  .aboutcontent .a-history .a-history-content {
    width: 30vw;
  }
  .aboutcontent .a-services .a-services-box .a-services-list {
    margin-bottom: calc(-1 * var(--d40));
  }
  .aboutcontent .a-services .a-services-box .a-services-list .a-services-list2 {
    margin-bottom: var(--d40);
  }
  .aboutcontent .a-services .a-services-box .a-services-list .a-services-list2 .a-services-list3 {
    width: 100%;
  }
  .aboutcontent .a-services .a-services-box .a-services-list .a-services-list2 {
    width: 100%;
  }
  .index-header {
    position: sticky;
  }
  .fooder .fooder-top .fooder-box1 .fooder-logo {
    width: 100px;
  }
  .fooder .fooder-top .fooder-box3 .fooder-right .fooder-list {
    flex-wrap: wrap;
  }
  .fooder .fooder-top .fooder-box3 .fooder-right .fooder-list .fooder-list2:last-child {
    width: 100%;
    margin-top: var(--d20);
  }
  .fooder .fooder-top .fooder-box3 .fooder-right .fooder-list .fooder-list2 {
    margin-right: 0;
  }
  .i-information-list2 {
    margin-bottom: var(--d40);
  }
  .i-information-list2:last-child {
    margin-bottom: 0;
  }
  .indexcontent .i-packaging .i-packaging-introduce span::before {
    font-size: 24px;
  }
  .indexcontent .i-packaging .i-packaging-box .i-packaging-content {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
  .indexcontent .i-packaging .i-packaging-box .i-packaging-content .i-packaging-icon {
    margin-right: var(--d20);
  }
  .fooder {
    padding-bottom: 50px;
  }
  .indexcontent .welcome .ams {
    font-size: 3vw;
  }
  .aboutcontent .a-content .a-content-list .a-content-list2 .a-content-list3 {
    flex-direction: column !important;
  }
  .aboutcontent .a-content .a-content-list .a-content-list2 .a-content-list3 .a-content-textbox {
    width: 100%;
  }
  .aboutcontent .a-content .a-content-list .a-content-list2 .a-content-list3 .a-content-list-img {
    width: 400px;
    max-width: 100%;
    margin-top: var(--d30);
  }
  .container2,
  .container {
    max-width: 90%;
  }
}
@media (max-width: 540px) {
  .aboutcontent .a-history,
  .aboutcontent .a-tastier,
  .indexcontent .i-products,
  .fooder,
  .indexcontent .i-display {
    border-radius: 40px 40px 0 0;
  }
  :root {
    --d243: 50px;
    --d208: 40px;
    --d150: 30px;
    --d140: 30px;
    --d130: 30px;
    --d120: 30px;
    --d115: 30px;
    --d110: 30px;
    --d100: 30px;
    --d96: 20px;
    --d60: 20px;
    --d50: 18px;
    --d32: 16px;
    --d30: 12px;
    --d16: 8px;
    --d10: 6px;
    --60: 24px;
    --50: 22px;
    --28: 20px;
    --22: 16px;
  }
  .aboutcontent .a-certificate .a-certificate-textbox .a-certificate-text {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .aboutcontent .a-certificate .a-certificate-textbox {
    flex-direction: column;
  }
  .aboutcontent .a-history .a-history-content {
    width: 50vw;
  }
  .fooder .fooder-top .fooder-box2 .fooder-form .input-text {
    width: 230px;
  }
  .indexcontent .i-packaging .i-packaging-box .i-packaging-content .i-packaging-icon {
    width: 30px;
    height: 30px;
    border-radius: 5px;
  }
  .indexcontent .i-services .i-services-box .i-services-list .i-services-list2 .i-services-list3 .i-services-icon i {
    font-size: 20px;
  }
  .indexcontent .i-services .i-services-box .i-services-list .i-services-list2 .i-services-list3 {
    padding: var(--d30);
  }
  .indexcontent .i-packaging .i-packaging-box .i-packaging-content .i-packaging-icon i {
    font-size: 18px;
  }
  .header .header-cart,
  .header .header-language {
    margin-right: 10px;
  }
  .header .header-box1 .header-content1 .logo {
    width: 90px;
  }
  .index-banner .banner-pagination .swiper-pagination-current {
    font-size: 20px;
  }
  .index-banner .banner-pagination {
    bottom: 10px;
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */