:root {
  --head: 4.583vw;
  --color: #fdfd15;
  --red: #b12124;
}

.head1 {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 50;
  width: 100%;
  height: var(--head);
  background: rgb(255, 255, 255);
  padding: 0px 8.333vw;
  transition: 0.6s;
}

.isback .head1 {
  transform: translateY(-100%);
}

.head1-in {
  width: 100%;
}

.head1 .logo {
  width: 9.74vw;
  flex-shrink: 0;
}

.head1 .nav {
  gap: 2.396vw;
}

.head1 .nav-item a {
  position: relative;
  display: block;
  color: rgb(0, 0, 0);
  line-height: var(--head);
}

.head1 .nav-item a::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 1.458vw;
  width: 0px;
  height: 0.104vw;
  background: var(--red);
  transition: 0.4s;
}

.head1 .nav-item.on a,
.head1 .nav-item a:hover {
  color: var(--red);
}

.head1 .nav-item.on a::after,
.head1 .nav-item a:hover::after {
  width: 100%;
}

.head1 .head-right {
  gap: 2.604vw;
}

.head1 .head-icon {
  width: 1.25vw;
  flex-shrink: 0;
}

.head1 .contact-btn {
  margin-left: 2.083vw;
  padding: 0.521vw;
  background: var(--red);
  color: rgb(255, 255, 255);
  transition: 0.4s;
}

.head1 .contact-btn:hover {
  opacity: 0.85;
}

.head1 .navbar-toggle {
  display: none;
}

.head-search {
  position: fixed;
  left: 50%;
  top: calc(var(--head) + 2.188vw);
  z-index: 49;
  width: 77.031vw;
  max-width: calc(100% - 2.083vw);
  height: 5.833vw;
  padding: 1.25vw 1.667vw;
  background: rgb(255, 255, 255);
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: rgba(51, 51, 51, 0.1) 0px 0.208vw 0.833vw;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(-0.625vw);
  transition: opacity 0.4s, visibility 0.4s, transform 0.4s;
}

header.search-open .head-search {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0px);
}

.head-search-form {
  width: 73.698vw;
  max-width: 100%;
  height: 3.333vw;
  margin: 0px auto;
  padding: 0.729vw 1.042vw;
  background: rgb(250, 250, 250);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 1.042vw;
}

.head-search-input {
  flex: 1 1 0%;
  min-width: 0px;
  height: 100%;
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: initial;
  background: transparent;
  color: rgb(0, 0, 0);
}

.head-search-input::placeholder {
  color: rgba(0, 0, 0, 0.2);
}

.head-search-submit {
  flex-shrink: 0;
  width: 1.25vw;
  height: 1.25vw;
  padding: 0px;
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: initial;
  background: transparent;
  cursor: pointer;
  transition: opacity 0.3s;
}

.head-search-submit img {
  width: 1.25vw;
  height: 1.25vw;
  object-fit: contain;
}

.head-search-submit:hover {
  opacity: 0.7;
}

.C-wrap {
  width: 83.333vw;
  margin: 0px auto;
}

.C-wrap2 {
  width: 89.583vw;
  margin: 0px auto;
  max-width: 100%;
}

.cred {
  color: var(--red);
}

.C-btn1 {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.625vw;
  height: 2.083vw;
  padding: 0px 1.042vw;
  background: transparent;
  color: rgb(26, 26, 26);
  white-space: nowrap;
  cursor: pointer;
  transition: color 0.4s, border-color 0.4s, background 0.4s;
}

.C-btn1::before,
.C-btn1::after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  height: 0.573vw;
  pointer-events: none;
  background-color: currentcolor;
  transition: background-color 0.4s;
}

.C-btn1::before {
  top: 0px;
  mask: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) 0px 0px / 0.573vw 1px no-repeat, linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) 0px 0px / 1px 0.573vw no-repeat, linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) 100% 0px / 0.573vw 1px no-repeat, linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) 100% 0px / 1px 0.573vw no-repeat;
}

.C-btn1::after {
  bottom: 0px;
  mask: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) 0px 100% / 0.573vw 1px no-repeat, linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) 0px 0px / 1px 0.573vw no-repeat, linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) 100% 100% / 0.573vw 1px no-repeat, linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) 100% 0px / 1px 0.573vw no-repeat;
}

.C-btn1:hover::before,
.C-btn1:hover::after {
  background-color: var(--red);
}

.C-btn1 .C-btn1-jt {
  flex-shrink: 0;
  transition: transform 0.4s;
}

.C-btn1:hover {
  color: var(--red);
  border-color: rgba(177, 33, 36, 0.25);
}

.C-btn1:hover .C-btn1-jt {
  transform: translateX(0.208vw);
}

.C-btn1.dark {
  color: rgb(255, 255, 255);
  border-color: rgba(255, 255, 255, 0.2);
}

.C-btn1.dark:hover {
  color: var(--red);
}

.C-btn2 {
  display: inline-flex;
  align-items: center;
  gap: 0.625vw;
  color: var(--red);
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  white-space: nowrap;
  transition: gap 0.4s;
}
.C-btn2:hover {
  color: var(--red) !important;
}
.C-btn2 .C-btn2-arrow {
  font-style: normal;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  transition: transform 0.4s;
}

.C-btn2:hover::after {
  transform: scaleX(1);
}

.C-btn2.light {
  color: rgb(255, 255, 255);
}

.C-btn1.lg {
  height: 2.5vw;
  padding: 0px 1.042vw;
}

.C-btn1.lg::before,
.C-btn1.lg::after {
  height: 0.573vw;
}

.C-btn1.sm {
  height: 1.719vw;
  padding: 0px 1.042vw;
  gap: 0.417vw;
}

.C-btn1.sm::before,
.C-btn1.sm::after {
  height: 0.521vw;
}

.head-tag {
  color: var(--red);
  letter-spacing: 0.25vw;
  text-transform: uppercase;
  margin-bottom: 0.729vw;
}

.head-tit {
  color: rgb(26, 26, 26);
  line-height: 1.25;
}

.head-block {
  position: relative;
  flex-shrink: 0;
}

.home1 {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 37.5vw;
  overflow: hidden;
  background: rgb(0, 0, 0);
}

.home1-bg {
  position: absolute;
  inset: 3.9063vw 0px 0px;
  z-index: 1;
}

.home1-bg video,
.home1-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home1-in {
  position: relative;
  z-index: 3;
  height: 100%;
  padding-right: 8.333vw;
  padding-left: 8.333vw;
  padding-top: calc(var(--head) + 6.771vw);
  padding-bottom: 7.396vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 39.583vw;
}

.home1-line {
  width: 15.99vw;
  height: 0.156vw;
  background: linear-gradient(90deg, rgb(176, 32, 35) 0%, rgba(176, 32, 35, 0) 100%);
  margin-bottom: 1.875vw;
}

.home1-tit {
  line-height: 1.4;
  letter-spacing: -0.088vw;
  margin-bottom: 0px;
}

.home1-btns {
  gap: 1.458vw;
}

.home2 {
  background: rgb(255, 255, 255);
  padding: 5.833vw 0px;
}

.home2-in {
  align-items: stretch;
  gap: 2.917vw;
}

.home2-left {
  width: 30.677vw;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.home2-tag {
  color: var(--red);
  letter-spacing: 0.25vw;
  text-transform: uppercase;
  margin-bottom: auto;
}

.home2-tit {
  color: rgb(26, 26, 26);
  line-height: 1.25;
  letter-spacing: -0.078vw;
  margin-bottom: 0.729vw;
}

.home2-line {
  display: block;
  width: 2.917vw;
  height: 0.104vw;
  background: var(--red);
  margin-top: auto;
}

.home2-right {
  flex: 1 1 0%;
  min-width: 0px;
  padding-top: 0.729vw;
  display: flex;
  flex-direction: column;
  gap: 2.917vw;
}

.home2-desc {
  border-left: 2px solid rgba(177, 33, 36, 0.5);
  padding-left: 1.927vw;
}

.home2-desc p {
  color: rgb(26, 26, 26);
  line-height: 1.6;
}

.home2-stats {
  border-top: 1px solid rgb(238, 238, 238);
  padding-top: 2.969vw;
  gap: 2.188vw;
}

.home2-stats .stat-num {
  color: var(--red);
  letter-spacing: -0.094vw;
  line-height: 1.5;
  margin-bottom: 0.365vw;
  display: flex;
  align-items: baseline;
  gap: 0.208vw;
}

.home2-stats .stat-num sub {
  vertical-align: baseline;
  letter-spacing: 0px;
}

.home2-stats .stat-label {
  color: rgb(117, 117, 117);
  letter-spacing: 0.073vw;
  text-transform: uppercase;
}

.home3 {
  background: rgb(245, 246, 248);
  padding: 5.729vw 0 6.3542vw;
}

.home3-in {
  position: relative;
}

.home3-head {
  margin-bottom: 2.8646vw;
}

.home3-head .head-text {
  display: flex;
  align-items: center;
  gap: 1.458vw;
}

.home3-head .head-line {
  display: block;
  flex-shrink: 0;
  width: 3px;
  height: 4.323vw;
  background: var(--red);
}

.home3-head .head-content .head-tag {
  margin-bottom: 0.729vw;
}

.home3-head .head-tit {
  color: rgb(26, 26, 26);
  line-height: 1.3;
  letter-spacing: 0px;
}

.home3-tabs {
  border-bottom: 1px solid rgb(229, 231, 235);
  margin-bottom: 2.552vw;
  gap: 0px;
}

.home3-tabs .tab-item {
  position: relative;
  padding: 0 1.8229vw 2.0313vw;
  cursor: pointer;
  transition: 0.4s;
}

.home3-tabs .tab-item .tab-num {
  color: rgba(177, 33, 36, 0.6);
  opacity: 0.8;
  margin-bottom: 0.365vw;
  letter-spacing: 1px;
}

.home3-tabs .tab-item .tab-name {
  color: rgb(176, 176, 176);
  margin-bottom: 0.156vw;
  transition: color 0.4s;
}

.home3-tabs .tab-item .tab-en {
  color: rgb(176, 176, 176);
  letter-spacing: -0.026vw;
  text-transform: uppercase;
}

.home3-tabs .tab-item::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -0.052vw;
  width: 0px;
  height: 0.156vw;
  background: var(--red);
  transition: width 0.4s;
}

.home3-tabs .tab-item.on .tab-num {
  color: rgb(177, 33, 36);
}

.home3-tabs .tab-item.on .tab-name {
  color: rgb(26, 26, 26);
}

.home3-tabs .tab-item.on .tab-en {
  color: rgb(117, 117, 117);
}

.home3-tabs .tab-item.on::after {
  width: 100%;
}

.home3-swiper-wrap {
  position: relative;
  padding-bottom: 6.6667vw;
}

.home3-swiper-tab {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  overflow: visible;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.5s;
}

.home3-swiper-tab.on {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  position: relative;
}

.home3-swiper .swiper-slide {
  width: 25vw;
}

.prod-card {
  background: transparent;
}

.prod-img {
  position: relative;
  width: 100%;
  height: auto;
  background: rgb(245, 245, 245);
  overflow: hidden;
}

.prod-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.6s;
}

.prod-card:hover .prod-img img {
  transform: scale(1.05);
}

.prod-model {
  position: absolute;
  top: 0.938vw;
  left: 1.094vw;
  padding: 0.156vw 0.547vw;
  background: rgb(189, 189, 189);
  color: rgb(255, 255, 255);
  letter-spacing: 1px;
  transition: background 0.4s;
}

.prod-info {
  padding: 1.458vw 0.365vw 0px;
}

.prod-tit {
  color: rgb(26, 26, 26);
  margin-bottom: 0.365vw;
  transition: color 0.4s;
}

.prod-desc {
  color: rgb(74, 74, 74);
  margin-bottom: 1.5625vw;
}

.prod-link {
  color: rgb(0, 0, 0);
}

.prod-link::after {
  background: currentcolor;
}

.home3-swiper .swiper-slide-active .prod-model {
  background: var(--red);
}

.home3-swiper .swiper-slide-active .prod-tit {
  color: var(--red);
}

.home3-swiper .swiper-slide-active .prod-link {
  color: var(--red);
}

.home3-nav {
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  gap: 0.729vw;
}

.home3-nav .swiper-button {
  width: 2.083vw;
  height: 2.083vw;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.4s;
}

.home3-nav .swiper-button:hover {
  background: var(--red);
  border-color: var(--red);
}

.home3-nav .swiper-button:hover img {
  filter: brightness(0) invert(1);
}

.home4 {
  position: relative;
  width: 100%;
  height: 500vh;
  background: rgb(255, 255, 255);
}

.home4-sticky {
  position: sticky;
  top: 0px;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.home4-stage {
  position: relative;
  width: 100%;
  height: 100%;
}

.home4-slides {
  position: relative;
  width: 100%;
  height: 100%;
}

.home4-slide {
  position: absolute;
  inset: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.home4-slide.on {
  pointer-events: auto;
  z-index: 2;
}

.home4-text {
  position: absolute;
  left: 15.625vw;
  top: 16.667vw;
  width: 11.563vw;
  z-index: 3;
  opacity: 0;
  transform: translateY(60vh);
  will-change: transform, opacity;
}

.home4-keyword {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 0.938vw;
}

.home4-keyword .kw {
  color: var(--red);
  letter-spacing: -0.022vw;
  line-height: 1.2;
  white-space: nowrap;
}

.home4-keyword .home4-line {
  flex: 1 1 0%;
  height: 0.104vw;
  background: rgb(238, 238, 238);
  margin-left: 0.729vw;
  max-width: 6.458vw;
}

.home4-tit {
  color: rgb(26, 26, 26);
  margin-bottom: 0.625vw;
  line-height: 1.4;
}

.home4-desc {
  color: rgba(117, 117, 117, 0.6);
  line-height: 1.625;
}

.home4-media {
  position: relative;
  width: 70.104vw;
  height: 39.427vw;
  max-width: calc(100% - 10.417vw);
  display: flex;
  align-items: center;
  justify-content: center;
}

.home4-media video,
.home4-media img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: 100%;
  object-fit: contain;
}

.home4-shared-media {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70.104vw;
  height: 39.427vw;
  max-width: calc(100% - 10.417vw);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.home4-shared-media video {
  position: absolute;
  inset: 0px;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  opacity: 0;
  visibility: hidden;
}

.home4-shared-media video.on {
  opacity: 1;
  visibility: visible;
}

.home4-stage.is-end .home4-shared-media {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transform: none;
}

.home4-stage.is-end .home4-shared-media video.on {
  filter: blur(1.042vw);
  transform: scale(0.8);
}

.home4-pagination {
  position: absolute;
  right: 7.969vw;
  top: 50%;
  transform: translateY(-50%);
  width: 2.604vw;
  height: 11.667vw;
  z-index: 5;
  transition: opacity 0.4s, visibility 0.4s;
}

.home4-pag-track {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 0.156vw;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}

.home4-pag-track .dash {
  display: block;
  width: 0.156vw;
  height: 1.823vw;
  background: rgb(223, 223, 223);
}

.home4-pag-current {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 1.823vw;
  display: flex;
  align-items: center;
  gap: 0.833vw;
}

.home4-pag-current .cur {
  color: var(--red);
  line-height: 1.823vw;
  font-feature-settings: "tnum";
}

.home4-pag-current .cur-bar {
  width: 0.156vw;
  height: 1.823vw;
  background: var(--red);
}

.home4-slide.text-right .home4-text {
  inset: auto 15.625vw 9.375vw auto;
  text-align: left;
}

.home4-end {
  background: transparent;
}

.home4-end .home4-end-bg {
  position: absolute;
  inset: 0px;
  overflow: hidden;
  z-index: 1;
}

.home4-end .home4-end-bg video,
.home4-end .home4-end-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(1.042vw);
  transform: scale(1.1);
}

.home4-end-mask {
  position: absolute;
  inset: 0px;
  background: rgba(90, 96, 104, 0.78);
  z-index: 2;
  opacity: 0;
  will-change: opacity;
}

.home4-end-inner {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 37.5vw;
  padding: 0px 1.25vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: rgb(255, 255, 255);
  opacity: 0;
  transform: translateY(60vh);
  will-change: transform, opacity;
}

.home4-end-line {
  display: block;
  width: 2.083vw;
  height: 0.104vw;
  background: rgb(255, 255, 255);
  margin-bottom: 1.458vw;
}

.home4-end-tit {
  color: rgb(255, 255, 255);
  letter-spacing: 0.208vw;
  margin-bottom: 1.146vw;
  line-height: 1.2;
}

.home4-end-sub {
  display: flex;
  align-items: center;
  gap: 0.938vw;
  margin-bottom: 1.875vw;
  color: rgb(255, 255, 255);
}

.home4-end-sub .dash {
  display: inline-block;
  width: 2.292vw;
  height: 1px;
  background: rgba(255, 255, 255, 0.7);
}

.home4-end-sub .cred {
  color: var(--red);
  font-weight: 400;
}

.home4-end-btn {
  color: rgb(255, 255, 255);
  background: transparent;
  padding: 0.729vw 1.667vw;
  transition: 0.3s;
}

.home4-end-btn .C-btn1-jt {
  color: rgb(255, 255, 255);
}

.home4-end-btn:hover {
  color: var(--red);
}

.home4-end-btn:hover .C-btn1-jt {
  color: var(--red);
}

.home4-pagination.is-hidden {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
}

.home5 {
  position: relative;
  background: var(--red);
  padding: 5.729vw 0px;
  overflow: hidden;
}

.home5-head {
  margin-bottom: 4.375vw;
}

.home5-head .head-text {
  align-items: flex-start;
  gap: 3.125vw;
}

.home5-head .head-block {
  flex-shrink: 0;
}

.home5-head .head-tag {
  color: rgb(255, 255, 255);
  margin-bottom: 0.729vw;
  letter-spacing: 0.25vw;
  text-transform: uppercase;
}

.home5-head .head-tit {
  color: rgb(255, 255, 255);
  line-height: 1.2;
  letter-spacing: 0px;
}

.home5-head .head-desc {
  flex: 1 1 0%;
  color: rgb(255, 255, 255);
  line-height: 1.5;
  max-width: 56.979vw;
}

.home5-list {
  flex-wrap: nowrap;
  width: 100%;
  height: 31.25vw;
  display: flex;
  background: rgb(18, 18, 18);
}

.home5-item {
  position: relative;
  flex: 0 0 10.833vw;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
  will-change: flex-basis;
  transition: flex-basis 1.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.home5-item.on {
  flex: 0 0 calc(100% - 43.333vw);
}

.home5-item-bg {
  position: absolute;
  inset: 0px;
  z-index: 1;
}

.home5-item-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  transition: filter 0.6s;
}

.home5-item.on .home5-item-bg img {
  filter: grayscale(0%);
}

.home5-item-mask {
  position: absolute;
  inset: 0px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.7);
  transition: background 0.6s;
}

.home5-item.on .home5-item-mask {
  background: rgba(0, 0, 0, 0.4);
}

.home5-item-head {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 5;
  pointer-events: none;
}

.home5-item-head .num {
  position: absolute;
  top: 1.667vw;
  left: 1.458vw;
  color: rgb(255, 255, 255);
  line-height: 1;
  letter-spacing: 0px;
  font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
  transition: font-size 0.5s, top 0.5s, left 0.5s;
}

.home5-item-head .ic {
  position: absolute;
  top: 1.667vw;
  right: 1.302vw;
  width: 1.25vw;
  height: 1.25vw;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  pointer-events: auto;
  transition: right 0.5s;
}

.home5-item-head .ic img {
  width: .7292vw;
  filter: brightness(0) invert(1);
  transition: transform 0.3s;
}

.home5-item.on .ic img {
  filter: brightness(1) invert(0);
}

.home5-item.on .home5-item-head .num {
  top: 1.667vw;
  left: 8.281vw;
  font-size: 2.5vw;
}

.home5-item.on .home5-item-head .ic {
  right: 8.281vw;
}

.home5-item-vtitle {
  position: absolute;
  left: 1.667vw;
  bottom: 1.667vw;
  color: rgb(255, 255, 255);
  letter-spacing: 0.091vw;
  line-height: 1;
  z-index: 5;
  white-space: nowrap;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: sideways;
  -webkit-text-orientation: sideways;
  font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
  transition: opacity 0.4s;
}

.home5-item.on .home5-item-vtitle {
  opacity: 0;
}

.home5-item-intr {
  position: absolute;
  top: 20.625vw;
  left: 8.281vw;
  width: 23.646vw;
  z-index: 5;
  color: rgb(255, 255, 255);
  opacity: 0;
  transform: translateY(1.042vw);
  transition: opacity 0.4s 0.1s, transform 0.4s 0.1s;
  pointer-events: none;
}

.home5-item.on .home5-item-intr {
  opacity: 1;
  transform: translateY(0px);
  pointer-events: auto;
}

.home5-item-intr .cn {
  color: rgb(255, 255, 255);
  margin-bottom: 0.625vw;
  letter-spacing: 0px;
  line-height: 1.2;
}

.home5-item-intr .en {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0.625vw;
  letter-spacing: 0px;
  line-height: 1.2;
}

.home5-item-intr .text {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0.625vw;
  line-height: 1.5;
}

.home5-item-intr .C-btn2 {
  color: rgb(255, 255, 255);
  letter-spacing: 0.073vw;
  text-transform: uppercase;
}

.home6 {
  background: rgb(255, 255, 255);
  padding: 5.365vw 0px 5.729vw;
}

.home6-head {
  margin-bottom: 3.646vw;
  align-items: flex-end;
  gap: 3.125vw;
}

.home6-head .head-block {
  flex-shrink: 0;
}

.home6-head .head-desc {
  flex: 1 1 0%;
  max-width: 41.146vw;
  color: #666;
  line-height: 1.6;
  padding-top: 2.448vw;
}

.home6-body {
  flex-wrap: nowrap;
  align-items: stretch;
  background: rgb(245, 246, 248);
}

.home6-left {
  position: relative;
  width: 41.667vw;
  flex-shrink: 0;
  height: 28.906vw;
  overflow: hidden;
}

.home6-img {
  position: absolute;
  inset: 0px;
  z-index: 1;
}

.home6-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home6-img-mask {
  position: absolute;
  inset: 0px;
  z-index: 2;
  background: linear-gradient(transparent 60%, rgba(0, 0, 0, 0.4) 100%);
}

.home6-img-tag {
  position: absolute;
  bottom: 1.823vw;
  left: 1.823vw;
  z-index: 5;
}

.home6-img-tag .line {
  display: block;
  width: 2.188vw;
  height: 1px;
  background: var(--red);
  margin-bottom: 0.729vw;
}

.home6-img-tag p {
  color: #FFF;
  font-family: "PingFang SC";
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: .1563vw;
  text-transform: uppercase;
}

.home6-right {
  flex: 1 1 0%;
  min-width: 0px;
  display: flex;
  flex-direction: column;
}

.home6-acc-item {
  border-bottom: 1px solid rgb(229, 231, 235);
  flex: 1 1 0px;
  min-height: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgb(255, 255, 255);
  transition: flex-grow 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.home6-acc-item:first-child {
  border-top: 1px solid rgb(229, 231, 235);
}

.home6-acc-item .acc-head {
  flex-shrink: 0;
  padding: 1.823vw 2.188vw;
  cursor: pointer;
}

.home6-acc-item .acc-tit {
  color: rgb(26, 26, 26);
  letter-spacing: 1px;
  transition: color 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.home6-acc-item .acc-jt {
  width: 1.094vw;
  height: 1.094vw;
  display: inline-flex;
  flex-shrink: 0;
}

.home6-acc-item .acc-jt img {
  width: 100%;
}

.home6-acc-item .acc-body {
  overflow: hidden;
  max-height: 0px;
  opacity: 0;
  padding: 0px 2.188vw;
  transition: max-height 0.45s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1), padding 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.home6-acc-item.on {
  flex-grow: 2.15;
  justify-content: flex-start;
  background: rgb(255, 255, 255);
}

.home6-acc-item.on .acc-head {
  padding-bottom: 1.823vw;
}

.home6-acc-item.on .acc-tit {
  color: var(--red);
}

.home6-acc-item.on .acc-body {
  max-height: 8.854vw;
  opacity: 1;
  padding: 0px 2.188vw 1.823vw;
}

.home6-acc-item .acc-text {
  color: rgb(107, 114, 128);
  line-height: 1.7;
  margin-bottom: 1.094vw;
  max-width: 27.083vw;
}

.home7 {
  background: rgb(245, 246, 248);
  padding: 5.729vw 0px;
}

.home7-head {
  padding-bottom: 3.8542vw;
  border-bottom: 1px solid rgb(229, 231, 235);
  margin-bottom: 4.375vw;
}

.home7-head .head-tit {
  margin-top: 0.729vw;
}

.home7-nav {
  gap: 0.729vw;
}

.home7-nav .swiper-button {
  width: 2.083vw;
  height: 2.083vw;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.4s;
}

.home7-nav .swiper-button:hover {
  background: var(--red);
  border-color: var(--red);
}

.home7-nav .swiper-button:hover img {
  filter: brightness(0) invert(1);
}

.home7-grid {
  flex-wrap: nowrap;
  gap: 2.917vw;
  align-items: stretch;
}

.home7-main {
  flex: 1 1 0%;
  min-width: 0px;
  display: block;
}

.home7-main-bg {
  position: relative;
  width: 100%;
  height: 29.948vw;
  overflow: hidden;
}

.home7-main-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s;
}

.home7-main:hover .home7-main-bg img {
  transform: scale(1.04);
}

.home7-tag {
  position: absolute;
  top: 1.12vw;
  left: 1.458vw;
  padding: 0.339vw 0.729vw;
  background: var(--red);
  color: rgb(255, 255, 255);
  letter-spacing: 1px;
  z-index: 2;
}

.home7-main-info {
  padding-top: 1.823vw;
}

.home7-main-tit {
  color: rgb(26, 26, 26);
  margin: 0.729vw 0px;
  line-height: 1.6;
  transition: color 0.4s;
}

.home7-main:hover .home7-main-tit {
  color: var(--red);
}

.home7-main-desc {
  color: rgb(107, 114, 128);
  line-height: 1.8;
  max-width: 53.229vw;
  margin-bottom: 1.823vw;
}

.home7-side {
  width: 27.135vw;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 2.917vw;
}

.home7-side-item {
  display: block;
  flex: 1 1 0%;
  min-height: 0px;
}

.home7-side-bg {
  width: 100%;
  height: 15.26vw;
  overflow: hidden;
}

.home7-side-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s;
}

.home7-side-item:hover .home7-side-bg img {
  transform: scale(1.04);
}

.home7-side-info {
  padding-top: 1.302vw;
}

.home7-side-tit {
  color: rgb(26, 26, 26);
  line-height: 1.6;
  margin-top: 0.729vw;
  transition: color 0.4s;
}

.home7-side-item:hover .home7-side-tit {
  color: var(--red);
}

.home7-meta {
  gap: 0.729vw;
}

.home7-meta .m-cat {
  color: var(--red);
  letter-spacing: 1px;
}

.home7-meta .m-dot {
  width: 0.208vw;
  height: 0.208vw;
  background: rgb(209, 213, 219);
  border-radius: 50%;
  display: inline-block;
}

.home7-meta .m-date {
  color: rgb(156, 163, 175);
  letter-spacing: 1px;
}

.contact1 {
  background: rgb(255, 255, 255);
  padding: 5.885vw 0px 7.917vw;
}

.contact1-in {
  padding: 0px 6.25vw;
  align-items: flex-end;
  gap: 2.188vw;
}

.contact1-left {
  flex: 1 1 0%;
  min-width: 0px;
  gap: 1.094vw;
}

.contact1-tit {
  color: rgb(26, 26, 26);
  line-height: normal;
  letter-spacing: -0.167vw;
  margin: 0px;
}

.contact1-en {
  color: rgba(117, 117, 117, 0.4);
  line-height: 1.4;
  letter-spacing: -0.031vw;
  margin: 0px;
}

.contact1-btn {
  color: rgb(26, 26, 26);
  margin-top: 0px;
  padding-top: 1.094vw;
  padding-bottom: 0px;
  gap: 0.521vw;
  text-transform: none;
  letter-spacing: 0px;
}

.contact1-btn::after {
  display: none;
}

.contact1-right {
  flex-shrink: 0;
  width: 27.656vw;
  gap: 0.729vw;
  align-items: flex-end;
}

.contact1-slogan {
  color: rgb(26, 26, 26);
  line-height: 1.3;
  letter-spacing: -0.042vw;
  margin: 0px;
  text-align: right;
}

.contact1-slogan-en {
  color: rgb(117, 117, 117);
  letter-spacing: 0.104vw;
  text-transform: uppercase;
  line-height: 1.35;
  max-width: 15.625vw;
  text-align: right;
  margin: 0px;
}

.foot {
  background: rgb(255, 255, 255);
  border-top: 1px solid rgb(229, 231, 235);
}

.foot-main {
  padding: 3.542vw 0px 2.813vw;
}

.foot-col {
  width: 17.813vw;
}

.foot-col-line {
  border-left: 1px solid rgb(243, 244, 246);
  padding-left: 1.51vw;
}

.foot-col1 {
  justify-content: space-between;
}

.foot-logo {
  width: 11.51vw;
  margin-bottom: 1.094vw;
}

.foot-brand {
  color: rgb(156, 163, 175);
  letter-spacing: 0.109vw;
  text-transform: uppercase;
}

.foot-share {
  gap: 0.729vw;
}

.foot-share .share-item {
  width: 1.042vw;
  transition: 0.4s;
}

.foot-share .share-item:hover {
  opacity: 0.6;
}

.foot-tit {
  color: rgb(156, 163, 175);
  letter-spacing: 0.042vw;
  text-transform: uppercase;
  margin-bottom: 1.094vw;
}

.foot-info .info-item {
  margin-bottom: 0.729vw;
}

.foot-info .info-label {
  color: rgb(156, 163, 175);
  margin-bottom: 0.208vw;
}

.foot-info .info-value {
  color: rgb(18, 18, 18);
  letter-spacing: 0.036vw;
}

.foot-info .info-value span {
  color: rgb(156, 163, 175);
  letter-spacing: 0px;
  margin-left: 0.625vw;
}

.foot-direction {
  gap: 0.365vw;
  margin-top: 0.729vw;
  padding: 0.365vw 0.729vw;
  background: rgb(243, 244, 246);
  border-radius: 1.563vw;
  transition: 0.4s;
  width: fit-content;
}

.foot-direction:hover {
  background: rgb(229, 231, 235);
}

.foot-direction img {
  width: 0.729vw;
}

.foot-direction span {
  color: rgb(18, 18, 18);
  letter-spacing: 0.026vw;
  text-transform: uppercase;
}

.foot-nav a {
  color: rgb(18, 18, 18);
  margin-bottom: 0.339vw;
}

.foot-nav a:hover {
  color: var(--red);
}

.foot-bottom {
  background: rgb(249, 250, 251);
  border-top: 1px solid rgb(243, 244, 246);
}

.foot-bottom-in {
  max-width: 80vw;
  margin: 0px auto;
  padding: 0.729vw 2.188vw;
}

.foot-bottom-in p,
.foot-bottom-in a,
.foot-bottom-in span {
  color: rgb(156, 163, 175);
  letter-spacing: 0.026vw;
  text-transform: uppercase;
}

.foot-bottom-link {
  gap: 1.094vw;
}

.foot-bottom-link a:hover {
  color: var(--red);
}

.C-corner {
  position: absolute;
  width: 0.521vw;
  height: 0.521vw;
  border: 1px solid rgb(255, 255, 255);
  background: transparent;
  pointer-events: none;
}

.C-corner--tl {
  top: -0.26vw;
  left: -0.26vw;
  border-right-width: medium;
  border-right-style: none;
  border-right-color: currentcolor;
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
}

.C-corner--tr {
  top: -0.26vw;
  right: -0.26vw;
  border-left-width: medium;
  border-left-style: none;
  border-left-color: currentcolor;
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
}

.C-corner--bl {
  bottom: -0.26vw;
  left: -0.26vw;
  border-right-width: medium;
  border-right-style: none;
  border-right-color: currentcolor;
  border-top-width: medium;
  border-top-style: none;
  border-top-color: currentcolor;
}

.C-corner--br {
  bottom: -0.26vw;
  right: -0.26vw;
  border-left-width: medium;
  border-left-style: none;
  border-left-color: currentcolor;
  border-top-width: medium;
  border-top-style: none;
  border-top-color: currentcolor;
}

.about1 {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 37.5vw;
  overflow: hidden;
  background: rgb(0, 0, 0);
}

.about1-bg {
  position: absolute;
  inset: 0px;
  z-index: 1;
}

.about1-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about1-mask {
  position: absolute;
  inset: 0px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.2);
  pointer-events: none;
}

.about1-stats {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  width: 61.146vw;
  max-width: calc(94.792vw);
  padding: 3.125vw 4.792vw 3.125vw 23.958vw;
  overflow: hidden;
  clip-path: polygon(28.7% 0px, 100% 0px, 100% 100%, 0px 100%);
}

.about1-stats-blur {
  position: absolute;
  inset: 0px;
  background: rgba(0, 0, 0, 0.74);
  backdrop-filter: blur(0.625vw);
  z-index: 0;
  pointer-events: none;
}

.about1-stats-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.125vw 4.167vw;
}

.about1-stats .stat {
  color: rgb(255, 255, 255);
}

.about1-stats .stat-num {
  display: inline-flex;
  align-items: center;
  gap: 0.104vw;
  line-height: 1.1;
  color: rgb(255, 255, 255);
  letter-spacing: 0px;
  margin-bottom: .7813vw;
}

.about1-stats .stat-num sup {
  line-height: 1;
  vertical-align: baseline;
  margin-left: 0.521vw;
}

.about1-stats .stat-label {
  color: rgb(255, 255, 255);
  letter-spacing: 1px;
}

.about2 {
  background: rgb(18, 18, 18);
  padding: 8.125vw 0px;
}

.about2-head {
  align-items: flex-start;
  gap: 3.125vw;
  margin-bottom: 11.354vw;
}

.about2-head-block {
  flex-shrink: 0;
  width: 12.812vw;
}

.about2-head-block .head-tag {
  color: var(--red);
  letter-spacing: 0.25vw;
  text-transform: uppercase;
  margin-bottom: 0.729vw;
}

.about2-head-block .head-tit {
  color: rgb(255, 255, 255);
  line-height: 1.2;
  letter-spacing: 0px;
}

.about2-desc {
  flex: 1 1 0%;
  color: rgb(153, 153, 153);
  max-width: 51.042vw;
  letter-spacing: -0.02vw;
}

.about2-body {
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 0px;
}

.about2-nav {
  position: relative;
  width: 13.281vw;
  flex-shrink: 0;
  padding: 0.313vw 0px;
}

.about2-nav-line {
  position: absolute;
  left: 0.26vw;
  top: 0.729vw;
  bottom: 0.729vw;
  width: 1px;
  background: linear-gradient(180deg, var(--red) 0%, rgba(255, 255, 255, 0.15) 100%);
}

.about2-nav-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 1.979vw;
  padding: 0px 0px 1.458vw;
  cursor: pointer;
}

.about2-nav-item:last-child {
  padding-bottom: 0px;
}

.about2-nav-item .dot {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  width: 0.573vw;
  height: 0.573vw;
  margin-top: 0.417vw;
  border-radius: 50%;
  background: rgb(75, 85, 99);
  transition: 0.4s;
}

.about2-nav-item.on .dot {
  width: 0.677vw;
  height: 0.677vw;
  margin-top: 0.365vw;
  background: var(--red);
  box-shadow: 0 0 0.521vw var(--red);
}

.about2-nav-item .nav-text {
  min-width: 0px;
}

.about2-nav-item .period {
  color: rgb(255, 255, 255);
  margin-bottom: 0.313vw;
  transition: color 0.4s;
}

.about2-nav-item.on .period {
  color: var(--red);
}

.about2-nav-item .cn {
  color: rgb(255, 255, 255);
  line-height: 1.3;
  margin-bottom: 0.208vw;
}

.about2-nav-item .en {
  color: rgb(156, 163, 175);
  line-height: 1.3;
}

.about2-detail {
  flex: 1 1 0%;
  min-width: 0px;
  padding: 0px 5.208vw 0px 9.375vw;
  position: relative;
}

.about2-panel {
  display: none;
}

.about2-panel.on {
  display: block;
  animation: 0.5s ease 0s 1 normal both running fadeIn;
}

.about2-panel .panel-tit {
  position: relative;
  padding-left: 0.938vw;
  color: rgb(255, 255, 255);
  line-height: 1.6;
  margin-bottom: 0.313vw;
}

.about2-panel .panel-tit::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0.208vw;
  bottom: 0.208vw;
  width: 0.208vw;
  background: var(--red);
}

.about2-panel .panel-list {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.about2-panel .panel-list li {
  align-items: center;
  gap: 0.729vw;
  padding: 0.729vw 0px;
  border-bottom: 1px solid rgb(31, 41, 55);
}

.about2-panel .panel-list li:last-child {
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
}

.about2-panel .panel-list .year {
  flex-shrink: 0;
  width: 2.604vw;
  color: var(--red);
  line-height: 1.5;
}

.about2-panel .panel-list .text {
  flex: 1 1 0%;
  min-width: 0px;
  color: rgb(209, 213, 219);
  line-height: 1.6;
}

.about2-pic {
  position: relative;
  width: 24.375vw;
  flex-shrink: 0;
  height: 18.333vw;
  border-radius: 0.573vw;
  overflow: hidden;
  border: 1px solid rgb(31, 41, 55);
  box-shadow: rgba(0, 0, 0, 0.45) 0px 1.302vw 2.604vw -0.625vw;
}

.about2-pic-item {
  position: absolute;
  inset: 0px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s;
}

.about2-pic-item.on {
  opacity: 1;
  visibility: visible;
}

.about2-pic-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about3 {
  background: rgb(255, 255, 255);
  padding: 8.073vw 0px;
}

.about3-body {
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 0px;
}

.about3-nav {
  position: relative;
  width: 13.021vw;
  flex-shrink: 0;
  padding: 0.313vw 0px;
}

.about3-nav-line {
  position: absolute;
  left: 0.26vw;
  top: 0.729vw;
  bottom: 0.729vw;
  width: 1px;
  background: rgb(223, 223, 223);
}

.about3-nav-item {
  position: relative;
  padding-left: 2.604vw;
  margin-bottom: 1.458vw;
  cursor: pointer;
}

.about3-nav-item:last-child {
  margin-bottom: 0px;
}

.about3-nav-item .dot {
  position: absolute;
  left: 0px;
  top: 0.313vw;
  width: 0.547vw;
  height: 0.547vw;
  border-radius: 50%;
  background: rgb(223, 223, 223);
  transition: width 0.3s, height 0.3s, background 0.3s, box-shadow 0.3s, top 0.3s, left 0.3s;
}

.about3-nav-item.on .dot {
  width: 0.684vw;
  height: 0.684vw;
  top: 0.229vw;
  left: -0.068vw;
  background: var(--red);
  box-shadow: 0 0 0.521vw 0 var(--red);
}

.about3-nav-item .nav-text {
  display: flex;
  flex-direction: column;
  gap: 0.417vw;
}

.about3-nav-item .period {
  color: rgb(0, 0, 0);
  transition: color 0.3s;
}

.about3-nav-item.on .period {
  color: var(--red);
}

.about3-nav-item .cn {
  color: rgb(0, 0, 0);
  line-height: 1.45;
}

.about3-nav-item .en {
  color: rgb(156, 163, 175);
  line-height: 1.45;
}

.about3-detail {
  flex: 1 1 0%;
  min-width: 0px;
  padding: 0px 5.208vw 0px 9.375vw;
}

.about3-panel {
  display: none;
}

.about3-panel.on {
  display: block;
  animation: 0.5s ease 0s 1 normal none running about3FadeIn;
}

@keyframes about3FadeIn {
  0% {
    opacity: 0;
    transform: translateY(0.417vw);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

.about3-panel .panel-tit {
  color: rgb(0, 0, 0);
  line-height: 1.575;
  border-left: 0.208vw solid var(--red);
  padding-left: 0.729vw;
  margin-bottom: 0.313vw;
}

.about3-panel .panel-list li {
  display: flex;
  align-items: baseline;
  gap: 0.677vw;
  padding: 0.781vw 0px;
  border-bottom: 1px solid rgb(223, 223, 223);
}

.about3-panel .panel-list .year {
  flex-shrink: 0;
  width: 1.771vw;
  color: var(--red);
  line-height: 1.5;
}

.about3-panel .panel-list .text {
  flex: 1 1 0%;
  min-width: 0px;
  color: rgb(160, 160, 160);
  line-height: 1.42;
}

.about3-pic {
  position: relative;
  width: 24.531vw;
  height: 18.333vw;
  flex-shrink: 0;
}

.about3-pic-item {
  position: absolute;
  inset: 0px;
  border-radius: 0.547vw;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 1.302vw 2.604vw -0.625vw;
  opacity: 0;
  transition: opacity 0.5s;
}

.about3-pic-item.on {
  opacity: 1;
}

.about3-pic-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about4 {
  position: relative;
  width: 100%;
  height: 51.51vw;
  overflow: hidden;
  background: rgb(0, 0, 0);
  cursor: grab;
}

.about4:active {
  cursor: grabbing;
}

.about4-bgs {
  position: absolute;
  inset: 0px;
  z-index: 1;
}

.about4-bgs .swiper-wrapper,
.about4-bgs .swiper-slide {
  width: 100%;
  height: 100%;
}

.about4-bg {
  position: relative;
  width: 100%;
  height: 100%;
}

.about4-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about4-mask {
  position: absolute;
  inset: 0px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.35);
  pointer-events: none;
}

.about4-in {
  position: relative;
  z-index: 5;
  height: 100%;
  padding: 0px 8.333vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  margin: 0px;
  pointer-events: none;
}

.about4-in a,
.about4-in button {
  pointer-events: auto;
}

.about4-dots {
  padding-top: 1.563vw;
  gap: 1.563vw;
  justify-content: flex-end;
  pointer-events: auto;
}

.about4-dots .dot {
  width: 1.198vw;
  height: 1.198vw;
  border-radius: 50%;
  background: rgba(241, 241, 255, 0.45);
  cursor: pointer;
  transition: background 0.4s, transform 0.3s;
}

.about4-dots .dot:hover {
  transform: scale(1.15);
}

.about4-dots .dot.on {
  background: rgb(241, 241, 255);
}

.about4-slides {
  position: relative;
  width: 37.135vw;
  max-width: 37.135vw;
  margin: 0px 0px 10.417vw;
  overflow: hidden;
}

.about4-slides .swiper-wrapper {
  align-items: flex-start;
}

.about4-slides .swiper-slide {
  height: auto;
}

.about4-intr {
  width: 100%;
  max-width: 37.135vw;
}

.about4-tit {
  color: rgb(241, 241, 255);
  line-height: 1.3;
  letter-spacing: -0.02vw;
  margin-bottom: 1.094vw;
}

.about4-desc {
  color: rgb(241, 241, 255);
  line-height: 1.6;
  margin-bottom: 1.719vw;
}

.about5 {
  position: relative;
  background: rgb(1, 1, 1);
  padding: 5.2083vw 0px 6.771vw;
  overflow: hidden;
}

.about5-bg-1,
.about5-bg-2 {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.about5-bg-1 {
  left: -106.563vw;
  top: 2.708vw;
  width: 149.167vw;
  height: 79.323vw;
}

.about5-bg-2 {
  left: 48.76vw;
  top: 51.271vw;
  width: 117.5vw;
  height: 62.448vw;
}

.about5-bg-1 img,
.about5-bg-2 img {
  width: auto;
  height: auto;
}

.about5-service,
.about5-global,
.about5-contact {
  position: relative;
  z-index: 5;
}

#contact {
  scroll-margin-top: var(--head);
}

.about5-service {
  margin-bottom: 9.6875vw;
}

.about5-service-head {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 5.208vw;
  margin-bottom: 3.3333vw;
}

.about5-head-block .head-tag {
  color: var(--red);
  letter-spacing: 0.25vw;
  text-transform: uppercase;
  margin-bottom: 0.729vw;
}

.about5-head-block .head-tit {
  color: rgb(255, 255, 255);
  line-height: 1.2;
  letter-spacing: 0px;
}

.about5-service-right {
  flex: 1 1 0%;
  min-width: 0px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.563vw;
  max-width: 52.083vw;
}

.about5-service-desc {
  color: rgb(241, 241, 255);
  line-height: 1.8;
  letter-spacing: -0.02vw;
  margin: 0px;
}

.about5-service-list {
  gap: 2.6042vw;
}

.svc-card {
  position: relative;
  padding: 1.5104vw 1.7188vw;
  border-radius: 0.573vw;
  background: rgba(86, 86, 86, 0.2);
  backdrop-filter: blur(2.604vw);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 0.104vw;
  transition: 0.4s;
}

.svc-card:hover {
  background: rgba(86, 86, 86, 0.3);
}

.svc-icon {
  width: 2.917vw;
  height: 2.917vw;
  border-radius: 50%;
  background: var(--red);
  margin-bottom: 1.458vw;
}

.svc-name {
  color: rgb(255, 255, 255);
  line-height: 1.4;
  margin-bottom: 0.625vw;
}

.svc-desc {
  color: rgb(223, 223, 223);
  line-height: 1.6;
}

.about5-global {
  text-align: center;
  padding: 0 0 10.4167vw;
}

.about5-global-tit {
  background: linear-gradient(rgb(255, 255, 255) 0%, rgb(153, 153, 153) 100%) text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  line-height: 1.3;
  margin-bottom: 1.25vw;
}

.about5-global-desc {
  color: rgb(204, 204, 204);
  line-height: 1.7;
  margin: 0px auto;
  opacity: 0.8;
}

.about5-contact-head {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 3.125vw;
  margin-bottom: 1.6146vw;
}

.about5-contact-desc {
  color: rgb(107, 114, 128);
  line-height: 1.6;
  text-align: right;
  padding-bottom: 0.729vw;
  max-width: 16.667vw;
}

.about5-contact-cards {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 1.094vw;
  margin-bottom: 2.917vw;
}

.con-card {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 1 0px;
  min-width: 0px;
  padding: 1.51vw;
  /* height: 12.76vw; */
  border-radius: 0.573vw;
  background: rgba(86, 86, 86, 0.2);
  backdrop-filter: blur(2.604vw);
  transition: background 0.4s;
}

.con-icon {
  width: 2.188vw;
  height: 2.188vw;
  border-radius: 0.365vw;
  background: rgba(177, 33, 36, 0.1);
  margin-bottom: 1.094vw;
}

.con-name {
  color: rgb(255, 255, 255);
  line-height: 1.4;
  margin-bottom: 0.885vw;
}

.con-line {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.313vw;
  margin-bottom: 0.208vw;
}

.con-line .lab {
  color: rgb(156, 163, 175);
  line-height: 1.45;
}

.con-line .val {
  color: rgb(255, 255, 255);
  line-height: 1.45;
}

.con-time {
  color: rgb(156, 163, 175);
  line-height: 1.45;
  margin: 0px 0px 0.365vw;
}

.con-tech {
  color: rgb(156, 163, 175);
  line-height: 1.45;
  margin: 0px 0px 0.365vw;
}

.con-tech:last-of-type {
  margin-bottom: 0.365vw;
}

.con-tech .ext {
  color: rgb(255, 255, 255);
  margin-left: 0.208vw;
}

.con-card .con-web {
  color: rgb(156, 163, 175);
  line-height: 1.45;
  margin: 0.365vw 0px;
}

.con-foot {
  margin-top: auto;
  border-top: 1px solid rgb(55, 65, 81);
}

.con-link {
  display: inline-flex;
  align-items: center;
  gap: 0.365vw;
  padding-top: 0.729vw;
  color: var(--red);
  line-height: 1.45;
  transition: gap 0.4s;
}

.con-link span {
  color: var(--red);
}

.con-link img {
  width: 0.729vw;
  height: 0.729vw;
  object-fit: contain;
}

.about5-address {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  border-radius: 0.729vw;
  overflow: hidden;
  background: rgba(86, 86, 86, 0.2);
  backdrop-filter: blur(2.604vw);
  height: 27.396vw;
}

.addr-info {
  position: relative;
  z-index: 2;
  width: 44%;
  flex-shrink: 0;
  padding: 3.646vw 2.24vw 2.604vw;
  display: flex;
  flex-direction: column;
  gap: 2.5521vw;
  color: rgb(255, 255, 255);
}

.addr-nav-wrap {
  margin-top: -1.094vw;
  border-top: 1px solid rgb(55, 65, 81);
  padding-top: 1.458vw;
}

.addr-tit {
  display: flex;
  align-items: center;
  gap: 0.521vw;
  color: rgb(255, 255, 255);
  line-height: 1.3;
}

.addr-tit img {
  width: 1.25vw;
  height: 1.25vw;
}

.addr-block .addr-en {
  color: var(--red);
  letter-spacing: 0.026vw;
  text-transform: uppercase;
  margin-bottom: 0.313vw;
}

.addr-block .addr-cn {
  color: rgb(255, 255, 255);
  line-height: 1.5;
  margin-bottom: .2083vw;
}

.addr-block .addr-text {
  color: rgb(156, 163, 175);
  line-height: 1.6;
}

.addr-nav {
  display: inline-flex;
  width: fit-content;
  padding: 0.521vw 1.094vw;
  background: rgb(255, 255, 255);
  border-radius: 0.365vw;
  gap: 0.833vw;
  color: rgb(18, 18, 18);
  transition: 0.4s;
}

.addr-nav span {
  color: rgb(18, 18, 18);
}

.addr-nav img {
  width: 0.833vw;
}

.addr-nav:hover {
  background: var(--red);
}

.addr-nav:hover span {
  color: rgb(255, 255, 255);
}

.addr-nav:hover img {
  filter: brightness(0) invert(1);
}

.addr-map {
  position: relative;
  flex: 1 1 0%;
  min-width: 0px;
  height: 100%;
  overflow: hidden;
}

.addr-map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.addr-map-mask {
  position: absolute;
  inset: 0px;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}

.about6 {
  background: rgb(1, 1, 1);
  padding: 5.729vw 0px 0px;
}

.about6-head {
  margin-bottom: 2.3438vw;
}

.about6-tit {
  color: rgb(241, 241, 255);
  line-height: 1.2;
}

.about6-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(241, 241, 255, 0.25);
}

.about6-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 22.135vw;
  padding: 2.76vw 3.125vw;
  border-right: 1px solid rgba(241, 241, 255, 0.25);
  border-bottom: 1px solid rgba(241, 241, 255, 0.25);
  background: transparent;
  transition: background 0.4s;
}

.about6-item:nth-child(4n) {
  border-right-width: medium;
  border-right-style: none;
  border-right-color: currentcolor;
}

.about6-item:hover {
  background: rgba(241, 241, 255, 0.04);
}

.about6-item img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(100%) brightness(1.5);
  opacity: 0.7;
  transition: 0.4s;
}

.about6-item:hover img {
  filter: grayscale(0%) brightness(1);
  opacity: 1;
}

.solution1 {
  position: relative;
  width: 100%;
  padding: 0px 3.229vw;
  background: rgb(255, 255, 255);
}

.solution1-in {
  width: 100%;
  max-width: 100%;
  padding: 0px;
  margin: 0px;
}

.solution1-card {
  position: relative;
  width: 100%;
  height: 52.396vw;
  border-radius: 0.833vw;
  overflow: hidden;
}

.solution1-bg {
  position: absolute;
  inset: 0px;
  z-index: 1;
}

.solution1-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.solution1-mask {
  position: absolute;
  inset: 0px;
  z-index: 2;
  background: linear-gradient(rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.32) 50%, rgba(0, 0, 0, 0.18) 100%);
  pointer-events: none;
}

.solution1-text {
  position: absolute;
  left: 50%;
  top: 18.073vw;
  transform: translateX(-50%);
  z-index: 5;
  width: 57.292vw;
  text-align: center;
  color: rgb(255, 255, 255);
}

.solution1-tit {
  color: rgb(255, 255, 255);
  line-height: 1.15;
  letter-spacing: -1.6px;
  margin: 0px 0px 1.4583vw;
  text-shadow: rgba(0, 0, 0, 0.45) 0px 0.104vw 0.833vw;
}

.solution1-quote {
  position: relative;
  width: 40.833vw;
  margin: 0px auto;
}

.quote-mark {
  position: absolute;
  font-size: 3.125vw;
  line-height: 1;
  color: rgba(255, 255, 255, 0.85);
  font-style: normal;
  user-select: none;
}

.quote-mark.quote-left {
  left: -0.729vw;
  top: -1.146vw;
}

.quote-mark.quote-right {
  right: -0.729vw;
  bottom: -1.667vw;
}

.solution1-desc {
  color: #fff;
  line-height: 1.6;
  text-align: justify;
  margin: 0px;
  text-shadow: rgba(0, 0, 0, 0.35) 0px 1px 0.417vw;
}

.solution2 {
  background: rgb(255, 255, 255);
  padding: 9.5313vw 0px 4.688vw;
}

.solution2-in {
  width: 72.917vw;
  margin: 0px auto;
}

.solution2-head {
  margin-bottom: 4.375vw;
  gap: 0.625vw;
  text-align: center;
}

.solution2-head .head-tag {
  color: var(--red);
  letter-spacing: 0.156vw;
  text-transform: uppercase;
}

.solution2-head .head-tit {
  color: rgb(26, 26, 26);
  line-height: 1.2;
  letter-spacing: 0px;
}

.solution2-list {
  display: flex;
  flex-direction: column;
  gap: 5.833vw;
}

.sol2-item {
  align-items: flex-start;
  gap: 4.375vw;
}

.sol2-item-reverse {
  flex-direction: row-reverse;
}

.sol2-pic {
  position: relative;
  width: 34.219vw;
  height: 25.677vw;
  flex-shrink: 0;
  border-radius: 0.573vw;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0.833vw 1.875vw -0.833vw;
}

.sol2-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter 0.5s, transform 0.8s;
}

.sol2-pic:hover img {
  filter: grayscale(0%);
  transform: scale(1.04);
}

.sol2-pic-icon {
  position: absolute;
  left: 1.094vw;
  top: 1.094vw;
  width: 2.917vw;
  height: 2.917vw;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 0.313vw;
  box-shadow: rgba(0, 0, 0, 0.18) 0px 0.313vw 0.833vw;
  z-index: 2;
}

.sol2-pic-icon img {
  width: 1.667vw;
  height: 1.667vw;
  object-fit: contain;
}

.sol2-text {
  display: block;
  flex: 1 1 0%;
  min-width: 0px;
  padding-top: 2.292vw;
  color: inherit;
  text-decoration: none;
}

.sol2-tit {
  color: rgb(26, 26, 26);
  line-height: 1.4;
  margin: 0px 0px 0.938vw;
}

.sol2-sub {
  color: var(--red);
  line-height: 1.5;
  margin: 0px 0px .7292vw;
}

.sol2-feats {
  list-style: none;
  padding: 0px;
  margin: 0px 0px 1.0938vw;
}

.sol2-feat {
  display: flex;
  align-items: flex-start;
  gap: 0.729vw;
  padding: 0.729vw 0px;
}

.sol2-feat+.sol2-feat {
  margin-top: 0px;
}

.sol2-bullet {
  flex-shrink: 0;
  width: 1.042vw;
  height: 1.042vw;
  margin-top: 0.208vw;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.sol2-bullet img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sol2-feat-body {
  flex: 1 1 0%;
  min-width: 0px;
}

.sol2-feat-tit {
  color: rgb(26, 26, 26);
  line-height: 1.5;
  margin: 0px 0px 0.417vw;
}

.sol2-feat-desc {
  color: rgb(107, 114, 128);
  line-height: 1.6;
  margin: 0px;
}

.sol2-link {
  color: rgb(26, 26, 26);
}

.sol2-link:hover {
  color: var(--red);
}

.solution3 {
  background: rgb(244, 244, 246);
  padding: 3.6458vw 0px 6.771vw;
}

.solution3-in {
  width: 72.917vw;
  margin: 0px auto;
}

.solution3-head {
  align-items: flex-start;
  margin-bottom: 2.917vw;
  gap: 3.125vw;
}

.solution3-head-block {
  flex-shrink: 0;
}

.solution3-head .head-tag {
  color: var(--red);
  letter-spacing: 0.156vw;
  text-transform: uppercase;
  margin-bottom: 0.729vw;
}

.solution3-head .head-tit {
  color: rgb(26, 26, 26);
  line-height: 1.25;
  letter-spacing: 0px;
}

.solution3-head-desc {
  flex: 1 1 0%;
  text-align: right;
  color: rgb(107, 114, 128);
  line-height: 1.6;
  padding-top: 1.875vw;
  margin: 0px;
}

.solution3-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.406vw 1.4583vw;
}

.sol3-card {
  background: rgb(255, 255, 255);
  border-radius: 0.625vw;
  padding: 1.875vw;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 0.104vw 0.625vw;
  transition: transform 0.4s, box-shadow 0.4s;
}

.sol3-card:hover {
  transform: translateY(-0.208vw);
  box-shadow: rgba(0, 0, 0, 0.18) 0px 0.833vw 1.875vw -0.833vw;
}

.sol3-card-top {
  gap: 0.729vw;
  margin-bottom: 1.458vw;
}

.sol3-icon {
  flex-shrink: 0;
  width: 2.552vw;
  height: 2.552vw;
}

.sol3-tit {
  color: rgb(26, 26, 26);
  line-height: 1.5;
  margin: 0px;
}

.sol3-card-bd {
  display: flex;
  flex-direction: column;
  gap: 1.094vw;
}

.sol3-sub {
  position: relative;
  padding-left: 1.198vw;
  border-left: 1px solid rgb(229, 231, 235);
}

.sol3-sub-tit {
  color: rgb(26, 26, 26);
  line-height: 1.5;
  margin: 0px 0px 0.313vw;
}

.sol3-sub-desc {
  color: rgb(107, 114, 128);
  line-height: 1.65;
  margin: 0px;
}

.solution4 {
  background: rgb(255, 255, 255);
  padding: 5.833vw 0px 5vw;
  overflow: hidden;
}

.solution4-head {
  width: 89.583vw;
  margin: 0px auto 2.1875vw;
  padding: 0px;
}

.solution4-head-block .head-tit {
  color: rgb(26, 26, 26);
  line-height: 1.2;
  letter-spacing: 0px;
}

.solution4-head-block .head-en {
  color: rgb(156, 163, 175);
  letter-spacing: 0.104vw;
}

.solution4-btns {
  gap: 0.729vw;
}

.solution4-btn {
  width: 2.188vw;
  height: 2.188vw;
  border-radius: 50%;
  background: rgb(255, 255, 255);
  cursor: pointer;
  transition: background 0.3s, border-color 0.3s, transform 0.3s;
}

.solution4-btn:hover {
  background: var(--red);
  border-color: var(--red);
}

.solution4-btn:hover img {
  filter: brightness(0) invert(1);
}

.solution4-swiper {
  margin: 0px 0px 0px 5.208vw;
  padding: 0px;
  overflow: hidden;
}

.solution4-swiper .swiper-slide {
  width: 35.729vw;
  height: 23.333vw;
  flex-shrink: 0;
}

.case-card {
  position: relative;
  width: 35.729vw;
  height: 23.333vw;
}

.case-info {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  width: 15.625vw;
  height: 21.875vw;
  padding: 1.823vw;
  background: var(--red);
  border-radius: 0.313vw;
  box-shadow: rgba(177, 33, 36, 0.45) 0px 0.938vw 1.875vw -0.938vw;
  color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
}

.case-row {
  margin-bottom: 1.302vw;
}

.case-no {
  color: rgb(255, 255, 255);
  line-height: 1;
}

.case-loc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5vw;
  height: 1.042vw;
  padding: 0px 0.417vw;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 0.104vw;
  color: rgb(255, 255, 255);
  white-space: nowrap;
}

.case-cat {
  color: rgba(255, 255, 255, 0.75);
  line-height: 1;
  margin: 0px 0px 0.729vw;
}

.case-tit {
  color: rgb(255, 255, 255);
  line-height: 1.4;
  margin: 0px 0px 1.458vw;
  min-height: 1.823vw;
}

.case-divider {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.14);
  margin: 0px 0px 1.146vw;
}

.case-desc {
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.65;
  margin: 0px;
  flex: 1 1 0%;
}

.case-link {
  color: rgb(255, 255, 255);
  margin-top: 0.729vw;
}

.case-link:hover {
  color: rgb(255, 255, 255);
  opacity: 0.85;
}

.case-pic {
  position: absolute;
  left: 14.896vw;
  top: 1.458vw;
  z-index: 1;
  width: 20.833vw;
  height: 21.875vw;
  border-radius: 0.313vw;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.32) 0px 1.042vw 2.083vw -0.938vw;
}

.case-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s;
}

.case-card:hover .case-pic img {
  transform: scale(1.06);
}

.case-pic-overlay {
  position: absolute;
  inset: 0px;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 60%);
  pointer-events: none;
}

.info-bar {
  width: 100%;
  gap: 2.083vw;
}

.info-bar-item {
  gap: 0.625vw;
  color: rgb(121, 123, 129);
  cursor: pointer;
  transition: color 0.4s;
  position: relative;
  z-index: 2;
  user-select: none;
  text-decoration: none;
}

.info-bar-item * {
  pointer-events: none;
}

.info-bar-item:hover {
  color: var(--red);
}

.info-bar-item.on {
  color: rgb(174, 0, 0);
}

.info-bar-icon {
  width: 1.51vw;
  height: 1.51vw;
  flex-shrink: 0;
}

.info-bar-label {
  line-height: 1.5;
  white-space: nowrap;
}

.C-tab-panels {
  position: relative;
}

.C-tab-panel {
  display: none;
}

.C-tab-panel.on {
  display: block;
}

.prod-card {
  position: relative;
  overflow: hidden;
}

.prod-card-bg {
  position: absolute;
  inset: 0px;
  z-index: 0;
  pointer-events: none;
}

.prod-card-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.prod-card-tit {
  position: relative;
  z-index: 2;
  color: rgb(26, 26, 26);
  line-height: 1.35;
  padding: 1.875vw 1.875vw 0px;
  margin: 0px;
  min-height: 4.531vw;
}

.prod-card-link {
  position: absolute;
  left: 1.875vw;
  bottom: 1.875vw;
  z-index: 2;
  color: rgb(26, 26, 26);
}

.method-block {
  position: relative;
  width: 100%;
  height: 36.458vw;
  overflow: hidden;
}

.method-block-bg {
  position: absolute;
  inset: 0px;
  z-index: 1;
}

.method-block-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.method-block-mask {
  position: absolute;
  inset: 0px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.35);
  pointer-events: none;
}

.method-block-text {
  position: absolute;
  left: 3.125vw;
  bottom: 3.125vw;
  z-index: 3;
  width: 24.948vw;
  color: rgb(255, 255, 255);
}

.method-block-tit {
  line-height: 1.35;
  margin: 0px 0px 0.417vw;
}

.method-block-desc {
  line-height: 1.5;
  margin: 0px 0px 1.042vw;
  color: rgba(255, 255, 255, 0.92);
}

.method-block-link {
  color: rgb(255, 255, 255);
}

.C-page {
  gap: 1.042vw;
  padding: 5.208vw 0px 0px;
}

.C-page-btn {
  width: 2.604vw;
  height: 2.604vw;
  border: 1px solid rgb(26, 26, 26);
  color: rgb(26, 26, 26);
  transition: 0.4s;
}

.C-page-btn:hover {
  border-color: var(--red);
  color: var(--red);
}

.C-page-arrow {
  display: block;
  width: 0.417vw;
  height: 0.417vw;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(-135deg);
  margin-left: 0.156vw;
}

.C-page-next .C-page-arrow {
  transform: rotate(45deg);
  margin-left: 0px;
  margin-right: 0.156vw;
}

.C-page-item {
  min-width: 2.188vw;
  height: 2.188vw;
  line-height: 2.188vw;
  text-align: center;
  color: rgb(26, 26, 26);
  transition: 0.4s;
}

.C-page-item.on {
  background: var(--red);
  color: rgb(255, 255, 255);
}

.C-page-item:not(.C-page-ellipsis):not(.on):hover {
  color: var(--red);
}

.C-page-ellipsis {
  cursor: default;
  pointer-events: none;
}

.case-detail #app {
  padding-top: var(--head);
}

.detail1 {
  position: relative;
  height: 19.4271vw;
  overflow: hidden;
  background: rgb(0, 0, 0);
}

.detail1-bg {
  position: absolute;
  inset: 0px;
  z-index: 1;
}

.detail1-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail1-mask {
  position: absolute;
  inset: 0px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.4);
  pointer-events: none;
}

.detail1-in {
  position: relative;
  z-index: 3;
  max-width: 55.208vw;
  padding: 6.0417vw 0px 0px 8.333vw;
  color: rgb(255, 255, 255);
}

.detail1-tit {
  line-height: 1.2;
  margin: 0px 0px 1.042vw;
  max-width: 46.875vw;
}

.detail1-desc {
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.92);
  max-width: 46.875vw;
  margin: 0px;
}

.detail2 {
  background: rgb(242, 242, 242);
  border-bottom: 1px solid rgb(229, 231, 235);
  position: relative;
  z-index: 5;
}

.detail2-placeholder {
  display: none;
  width: 100%;
  height: 5.208vw;
}

.detail2.is-sticky {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 30;
}

.detail2.is-sticky+.detail2-placeholder {
  display: block;
}

.detail2-in {
  height: 5.208vw;
  display: flex;
  align-items: center;
}

.detail3 {
  background: rgb(242, 242, 242);
  padding: 2.1354vw 0px 6.7708vw;
}

.detail3-head {
  margin-bottom: 1.25vw;
}

.detail3-tit {
  line-height: 1.2;
  color: rgb(26, 26, 26);
  margin: 0px 0px 1.667vw;
}

.detail3-intro {
  line-height: 1.5;
  color: rgb(51, 51, 51);
  margin: 0px;
}

.detail3-body {
  align-items: flex-start;
  gap: 6.4583vw;
}

.detail3-pic {
  width: 37.396vw;
  height: 25.469vw;
  flex-shrink: 0;
  overflow: hidden;
}

.detail3-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail3-text {
  flex: 1 1 0%;
  min-width: 0px;
  padding-top: 4.063vw;
}

.detail3-sub {
  line-height: 1.4;
  color: rgb(26, 26, 26);
  margin: 0px 0px 2.5vw;
}

.detail3-content {
  color: rgb(51, 51, 51);
  line-height: 1.5;
}

.detail3-content p {
  margin: 0px 0px 1.25vw;
  max-width: 32.5521vw;
}

.detail3-list {
  list-style: disc;
  padding-left: 1.563vw;
  margin: 0px 0px 1.25vw;
}

.detail3-list li {
  margin-bottom: 1.042vw;
}

.detail3-list li:last-child {
  margin-bottom: 0px;
}

.detail4 {
  background: rgb(243, 244, 248);
  padding: 0px 0px 4.167vw;
}

.detail4-tit {
  line-height: 1.4;
  color: rgb(26, 26, 26);
  margin: 0px 0px 2.083vw;
}

.detail4-swiper {
  overflow: visible;
}

.detail4-swiper .swiper-slide {
  width: 19.271vw;
}

.detail4-swiper .prod-card {
  background: rgb(255, 255, 255);
  height: 23.75vw;
  transition: background 0.5s;
}

.detail4-swiper .swiper-slide-active .prod-card {
  background: linear-gradient(115deg, rgb(194, 194, 194) -58.69%, rgb(255, 255, 255) 90.79%);
}

.detail5 {
  background: rgb(243, 244, 248);
  padding: 0px 0px 7.292vw;
}

.detail5-tit {
  line-height: 1.4;
  color: rgb(26, 26, 26);
  margin: 0px 0px 2.083vw;
}

.detail5-list {
  display: flex;
  flex-direction: column;
  gap: 2.083vw;
}

.detail6 {
  position: relative;
  height: 27.083vw;
  overflow: hidden;
}

.detail6-bg {
  position: absolute;
  inset: 0px;
  z-index: 1;
}

.detail6-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail6-mask {
  position: absolute;
  inset: 0px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.55);
  pointer-events: none;
}

.detail6-in {
  position: relative;
  z-index: 3;
  height: 100%;
  padding: 6.25vw 0px 0px;
}

.detail6-text {
  max-width: 44.688vw;
  color: rgb(255, 255, 255);
  margin-bottom: 2.083vw;
}

.detail6-tit {
  line-height: 1.2;
  margin: 0px 0px 1.042vw;
}

.detail6-desc {
  line-height: 1.5;
  margin: 0px;
  color: rgba(255, 255, 255, 0.92);
}

.detail6-btns {
  gap: 1.458vw;
}

.case1 {
  position: relative;
  width: 100%;
  height: 53.125vw;
  overflow: hidden;
  background: rgb(0, 0, 0);
}

.case1-bg {
  position: absolute;
  inset: 0px;
  z-index: 1;
}

.case1-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case1-mask {
  position: absolute;
  inset: 0px;
  z-index: 2;
  background: linear-gradient(rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.15) 35%, rgba(0, 0, 0, 0.35) 100%);
  pointer-events: none;
}

.case1-in {
  position: relative;
  z-index: 5;
  padding-top: 15.365vw;
}

.case1-text {
  align-items: center;
}

.case1-text-left {
  flex: 1 1 0%;
  min-width: 0px;
}

.case1-tit {
  color: rgb(255, 255, 255);
  line-height: 1;
  letter-spacing: -0.28vw;
  font-size: 6.6667vw;
  margin: 0px 0px 2.448vw;
}

.case1-bread {
  color: rgb(255, 255, 255);
  letter-spacing: 1px;
  margin: 0px;
}

.case1-desc {
  flex-shrink: 0;
  width: 24.583vw;
  margin: 0px;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.7;
  text-align: right;
}

.case1-tab {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 28.385vw;
  z-index: 5;
}

.case1-tab-in {
  width: 83.333vw;
  height: 5.521vw;
  margin: 0px auto;
  padding: 0px 3.125vw;
  background: rgb(255, 255, 255);
  gap: 3.229vw;
  box-shadow: rgba(0, 0, 0, 0.18) 0px 0.417vw 1.25vw -0.521vw;
}

.case1-tab .C-tab-item {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 100%;
  color: #333;
  cursor: pointer;
  white-space: nowrap;
  transition: color 0.4s;
}

.case1-tab .C-tab-item::after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 0.156vw;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.4s;
}

.case1-tab .C-tab-item:hover {
  color: var(--red);
}

.case1-tab .C-tab-item.on {
  color: var(--red);
}

.case1-tab .C-tab-item.on::after {
  transform: scaleX(1);
}

.case2 {
  background: #EFEFEF;
  padding: 0px 0px 4.167vw;
  margin-top: -3.646vw;
}

.case-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7.135vw 2.969vw;
}

.case-item {
  position: relative;
  display: block;
  width: 100%;
  height: 19.219vw;
  overflow: hidden;
  background: rgb(242, 242, 242);
  box-shadow: rgba(0, 0, 0, 0.06) 0px 0.104vw 0.625vw;
  transition: box-shadow 0.4s, transform 0.4s;
}

.case-item-bg {
  position: absolute;
  inset: 0px;
  z-index: 2;
}

.case-item-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s;
}

.case-item:hover .case-item-bg img {
  transform: scale(1.05);
}

.case-item-mask {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 6.25vw;
  z-index: 2;
  background: rgba(177, 33, 36, 0.50);
  box-shadow: 3px -3px 18px 0 rgba(255, 255, 255, 0.70);
  pointer-events: none;
}

.case-item-info {
  position: absolute;
  left: 1.823vw;
  right: 1.823vw;
  bottom: 1.146vw;
  z-index: 3;
  color: rgb(255, 255, 255);
}

.case-item-tit {
  color: rgb(255, 255, 255);
  line-height: 1.45;
  margin: 0px 0px 0.729vw;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 1.354vw;
}

.case-item-meta {
  width: 100%;
}

.case-item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3.021vw;
  height: 1.302vw;
  padding: 0px 0.729vw;
  border-radius: 28px;
  background: var(--red);
  color: #fff;
  line-height: 1;
  letter-spacing: 1px;
}

.case-item-link {
  color: #E5E5E5;
  letter-spacing: 0.026vw;
  transition: opacity 0.4s, transform 0.4s;
}

.case-item:hover .case-item-link {
  transform: translateX(0.208vw);
}

.case3 {
  background: rgb(255, 255, 255);
  padding: 0px 0px 1.563vw;
}

.case3-in {
  width: 100%;
}

.case3-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgb(229, 231, 235);
}

.case3-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 22.135vw;
  padding: 2.76vw 3.125vw;
  border-right: 1px solid rgb(229, 231, 235);
  border-bottom: 1px solid rgb(229, 231, 235);
  background: rgb(255, 255, 255);
  transition: background 0.4s;
}

.case3-item:nth-child(4n) {
  border-right-width: medium;
  border-right-style: none;
  border-right-color: currentcolor;
}

.case3-item:hover {
  background: rgb(250, 250, 250);
}

.case3-item img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  transition: filter 0.4s, opacity 0.4s;
}

.case3-item:hover img {
  opacity: 1;
}

.case3-item--head {
  position: relative;
}

.case3-item--head .case3-tit {
  position: absolute;
  top: 1.667vw;
  left: 1.667vw;
  color: rgb(26, 26, 26);
  line-height: 1.3;
  margin: 0px;
  z-index: 2;
}

.new1 {
  position: relative;
  width: 100%;
  height: 56.25vw;
  min-height: 37.5vw;
  overflow: hidden;
  background: rgb(0, 0, 0);
}

.new1-bg {
  position: absolute;
  inset: 0px;
  z-index: 1;
}

.new1-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.new1-mask {
  position: absolute;
  inset: 0px;
  z-index: 2;
  background: linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.5) 100%);
  pointer-events: none;
}

.new1-in {
  position: relative;
  z-index: 5;
  width: 89.583vw;
  max-width: 100%;
  margin: 0px auto;
  padding: 15.104vw 0px 1.458vw;
}

.new1-top {
  align-items: flex-start;
  gap: 3.125vw;
  margin-bottom: 1.771vw;
  min-height: 14.948vw;
}

.new1-head {
  flex: 1 1 0%;
  min-width: 0px;
  padding-top: 7.656vw;
  max-width: 45.833vw;
}

.new1-tit {
  color: rgb(255, 255, 255);
  line-height: 1.68;
  letter-spacing: 0.104vw;
}

.new1-desc {
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.6;
  margin: 0px;
}

.new1-video {
  position: relative;
  display: block;
  width: 16.979vw;
  height: 14.948vw;
  flex-shrink: 0;
  border-radius: 0.313vw;
  overflow: hidden;
  background: rgb(0, 0, 0);
  box-shadow: rgba(0, 0, 0, 0.45) 0px 0.938vw 1.875vw -0.833vw;
}

.new1-video-bg {
  position: absolute;
  inset: 0px;
  z-index: 1;
}

.new1-video-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s;
}

.new1-video:hover .new1-video-bg img {
  transform: scale(1.05);
}

.new1-video-btn {
  position: absolute;
  left: 0.833vw;
  top: 0.833vw;
  z-index: 3;
  gap: 0.521vw;
  padding: 0.417vw 0.729vw;
  background: rgba(0, 0, 0, 0.55);
  border-radius: 1.563vw;
  color: rgb(255, 255, 255);
}

.new1-play-ic {
  display: inline-block;
  width: 0px;
  height: 0px;
  border-left: 0.469vw solid rgb(255, 255, 255);
  border-top: 0.313vw solid transparent;
  border-bottom: 0.313vw solid transparent;
}

.new1-search {
  width: 49.115vw;
  max-width: 100%;
  height: 2.917vw;
  padding: 0px;
  gap: 0px;
  margin-bottom: 2.917vw;
  background: transparent;
}

.new1-search-lbl {
  flex-shrink: 0;
  margin-right: 1.25vw;
  color: rgb(255, 255, 255);
  line-height: 2.917vw;
  letter-spacing: 1px;
}

.new1-search-input {
  flex: 1 1 0%;
  min-width: 0px;
  height: 2.76vw;
  padding: 0px 0.938vw;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 0.313vw;
  display: flex;
  align-items: center;
}

.new1-search-input input {
  flex: 1 1 0%;
  height: 100%;
  background: transparent;
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: initial;
  outline: none;
  color: rgb(26, 26, 26);
  font-size: 0.729vw;
}

.new1-search-input input::placeholder {
  color: rgb(156, 163, 175);
}

.new1-search-btn {
  flex-shrink: 0;
  width: 5.417vw;
  height: 2.917vw;
  margin-left: 1.25vw;
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: initial;
  background: var(--red);
  color: rgb(255, 255, 255);
  letter-spacing: 1px;
  border-radius: 0.313vw;
  cursor: pointer;
  transition: background 0.4s;
}

.new1-search-btn:hover {
  background: rgb(147, 24, 26);
}

.new1-thumbs {
  width: 100%;
  overflow: hidden;
}

.new1-thumbs .swiper-wrapper {
  align-items: stretch;
}

.new1-thumbs .swiper-slide {
  height: auto;
}

.new1-thumb {
  width: 100%;
  height: 17.031vw;
  border-radius: 0.313vw;
  overflow: hidden;
}

.new1-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
  transition: transform 0.7s, filter 0.5s;
}

.new1-thumbs .swiper-slide-active .new1-thumb img {
  filter: grayscale(0);
}

.new1-thumb:hover img {
  transform: scale(1.04);
}

.new2 {
  background: rgb(244, 245, 247);
  padding: 8.333vw 5.208vw 2.5vw;
}

.new2-in {
  width: 89.583vw;
  max-width: 100%;
  margin: 0px auto;
}

.new2-box {
  position: relative;
  height: 36.823vw;
  overflow: hidden;
}

.new2-bg {
  position: absolute;
  left: 0px;
  right: 0px;
  top: -2.5vw;
  height: calc(100% + 2.5vw);
  z-index: 1;
}

.new2-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.new2-mask {
  position: absolute;
  inset: 0px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.2);
  pointer-events: none;
}

.new2-mask::after {
  content: "";
  position: absolute;
  inset: 0px;
  background: rgba(0, 0, 0, 0.2);
}

.new2-text {
  position: absolute;
  left: 8.229vw;
  top: 20.521vw;
  z-index: 5;
  width: 71.979vw;
  max-width: calc(100% - 8.229vw);
  display: flex;
  flex-direction: column;
  gap: 1.094vw;
  color: rgb(255, 255, 255);
}

.new2-tit {
  color: rgb(255, 255, 255);
  line-height: 1.46;
  letter-spacing: 1px;
  margin: 0px;
  max-width: 53.125vw;
}

.new2-desc {
  color: rgb(209, 213, 219);
  line-height: 1.45;
  margin: 0px;
  max-width: 38.542vw;
}

.new2-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.521vw;
  width: fit-content;
  height: 2.083vw;
  padding: 0.521vw 1.25vw;
  border-radius: 2.604vw;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(2.604vw);
  color: rgb(255, 255, 255);
  transition: background 0.4s;
}

.new2-btn:hover {
  background: rgba(255, 255, 255, 0.32);
}

.new2-btn-jt {
  flex-shrink: 0;
  transition: transform 0.4s;
}

.new2-btn:hover .new2-btn-jt {
  transform: translateX(0.156vw);
}

.new3 {
  background: rgb(244, 245, 247);
  padding: 0px 0px 3.646vw;
}

.new3-in {
  align-items: flex-start;
  gap: 2.031vw;
  flex-wrap: nowrap;
}

.new3-side {
  flex-shrink: 0;
  width: 17.813vw;
  background: rgb(255, 255, 255);
  border-radius: 0.417vw;
  padding: 1.094vw;
  border: 1px solid rgb(240, 240, 243);
  box-shadow: rgba(0, 0, 0, 0.04) 0px 0.104vw 0.625vw;
}

.new3-side-tit {
  position: relative;
  padding-left: 0.573vw;
  color: rgb(26, 26, 26);
  margin: 0px 0px 1.458vw;
  line-height: 1.2;
}

.new3-side-tit::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 0.156vw;
  background: var(--red);
}

.new3-tabs {
  display: flex;
  flex-direction: column;
  gap: 0.365vw;
}

.new3-tab {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 1.979vw;
  padding: 0px 0.729vw;
  border-radius: 0.208vw;
  color: rgb(26, 26, 26);
  transition: background 0.3s, color 0.3s;
  cursor: pointer;
}

.new3-tab .new3-tab-jt {
  flex-shrink: 0;
  width: 0.833vw;
  height: 0.833vw;
  opacity: 0;
  transform: translateX(-0.208vw);
  transition: opacity 0.3s, transform 0.3s;
}

.new3-tab:hover {
  background: rgb(245, 246, 248);
}

.new3-tab.on {
  background: var(--red);
  color: rgb(255, 255, 255);
}

.new3-tab.on .new3-tab-jt {
  opacity: 1;
  transform: translateX(0px);
}

.new3-main {
  flex: 1 1 0%;
  min-width: 0px;
}

.new3-list {
  display: flex;
  flex-direction: column;
  gap: 0.625vw;
}

.news-card {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: space-between;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(240, 240, 243);
  border-radius: 0.417vw;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 1px 0.104vw;
  padding: 1.25vw;
  transition: box-shadow 0.4s, border-color 0.4s, transform 0.4s;
}

.news-card:hover {
  border-color: rgba(177, 33, 36, 0.18);
  box-shadow: rgba(0, 0, 0, 0.12) 0px 0.938vw 1.875vw -0.833vw;
  transform: translateY(-0.104vw);
}

.news-card-body {
  width: 27.396vw;
  max-width: 60%;
  min-height: 13.854vw;
  display: flex;
  flex-direction: column;
}

.news-card-meta {
  gap: 0.625vw;
  margin-bottom: 0.833vw;
}

.news-card-cat {
  color: var(--red);
  line-height: 1;
}

.news-card-sep {
  display: inline-block;
  width: 1px;
  height: 0.833vw;
  background: rgb(229, 231, 235);
}

.news-card-date {
  gap: 0.365vw;
  color: rgb(107, 114, 128);
  line-height: 1;
}

.news-card-date-ic {
  width: 0.469vw;
  height: 0.521vw;
  flex-shrink: 0;
}

.news-card-tit {
  color: rgb(26, 26, 26);
  line-height: 1.5;
  margin: 0px 0px 0.625vw;
  transition: color 0.4s;
}

.news-card:hover .news-card-tit {
  color: var(--red);
}

.news-card-desc {
  color: #4B5563;
  line-height: 1.5;
  margin: 0px 0px 0.833vw;
  max-width: 27.396vw;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-card-link {
  display: inline-flex;
  align-items: center;
  gap: 0.521vw;
  color: var(--red);
  transition: gap 0.4s;
}

.news-card-link svg {
  transition: transform 0.4s;
}

.news-card-pic {
  flex-shrink: 0;
  width: 23.542vw;
  height: 13.854vw;
  border-radius: 0.313vw;
  overflow: hidden;
}

.news-card-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s;
}

.news-card:hover .news-card-pic img {
  transform: scale(1.05);
}

.new3-more {
  padding-top: 5vw;
}

.new3-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 6.458vw;
  height: 2.292vw;
  background: var(--red);
  color: rgb(255, 255, 255);
  letter-spacing: 1px;
  border-radius: 0.208vw;
  transition: background 0.4s, transform 0.3s;
}

.new3-more-btn:hover {
  background: rgb(147, 24, 26);
  transform: translateY(-0.104vw);
}

.new4 {
  background: rgb(244, 245, 247);
  padding: 3.125vw 0px 0px;
}

.new4 .C-tab-panels {
  margin: 0px 1.6667vw;
  background: rgb(255, 255, 255);
}

.new4-head {
  gap: 0.729vw;
  margin-bottom: 2.917vw;
}

.new4-head-ic {
  width: 1.563vw;
  height: 1.563vw;
  flex-shrink: 0;
}

.new4-head-lbl {
  color: rgb(26, 26, 26);
  letter-spacing: 1px;
  line-height: 1;
}

.new4-tabs {
  width: 100%;
  flex-wrap: nowrap;
  gap: 0.938vw;
  margin-bottom: 2.083vw;
  font-weight: 500;
}

.new4-tab {
  flex: 1 1 0%;
  height: 2.969vw;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.313vw;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(229, 231, 235);
  color: rgb(176, 176, 176);
  text-align: center;
  cursor: pointer;
  transition: background 0.3s, color 0.3s, border-color 0.3s;
  font-weight: 300;
}

.new4-tab:hover {
  color: rgb(26, 26, 26);
  border-color: rgb(201, 201, 207);
}

.new4-tab.on {
  background: #E9E9E9;
  border-color: #E9E9E9;
  color: var(--red);
  font-weight: 500;
}

.new4-list {
  display: flex;
  flex-direction: column;
}

.new4-item {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  padding: 1.667vw;
  border-bottom: 1px solid rgb(229, 231, 235);
}

.new4-item:last-child {
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
}

.new4-item-l {
  flex: 1 1 0%;
  min-width: 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 1.667vw;
}

.new4-item-tit {
  color: rgb(26, 26, 26);
  line-height: 1.4;
  letter-spacing: 1px;
  margin: 0px 0px 5.208vw;
}

.new4-item-num {
  color: rgb(177, 33, 36);
  font-family: "Noto Sans SC";
  font-size: 4.896vw;
  font-style: normal;
  font-weight: 400;
  line-height: 0.8;
  letter-spacing: -0.275vw;
}

.new4-item-r {
  flex-shrink: 0;
  width: 28.125vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 0.208vw;
}

.new4-item-desc {
  color: rgb(107, 114, 128);
  line-height: 1.85;
  margin: 0px 0px auto;
}

.new4-item-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 7.396vw;
  height: 2.292vw;
  padding: 0px 1.25vw;
  background: var(--red);
  color: rgb(255, 255, 255);
  border-radius: 0.208vw;
  letter-spacing: 1px;
  margin-top: 1.25vw;
  transition: background 0.4s, transform 0.3s;
}

.new4-item-btn:hover {
  background: rgb(147, 24, 26);
  transform: translateY(-0.104vw);
}

.info1 {
  position: relative;
  width: 100%;
  height: 40.833vw;
  overflow: hidden;
  margin-top: var(--head);
  background: rgb(26, 26, 26);
}

.info1-bg {
  position: absolute;
  inset: 0px;
  z-index: 1;
}

.info1-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.info1-mask {
  position: absolute;
  inset: 0px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.4);
  pointer-events: none;
}

.info1-in {
  position: relative;
  z-index: 5;
  height: 100%;
  padding-top: 15.625vw;
  box-sizing: border-box;
}

.info1-crumb {
  position: absolute;
  right: 0px;
  top: 13.021vw;
  gap: 0.677vw;
  color: rgba(255, 255, 255, 0.85);
  flex-wrap: wrap;
}

.info1-crumb-ic {
  width: 0.99vw;
  height: 0.99vw;
  color: rgb(255, 255, 255);
  margin-right: 0.547vw;
}

.info1-crumb-item {
  color: rgba(255, 255, 255, 0.78);
  transition: color 0.3s;
}

.info1-crumb-item:hover {
  color: rgb(255, 255, 255);
}

.info1-crumb-item.current {
  color: rgb(255, 255, 255);
}

.info1-crumb-jt {
  width: 0.365vw;
  height: 0.573vw;
  color: rgba(255, 255, 255, 0.55);
  display: inline-flex;
  align-items: center;
}

.info1-head {
  max-width: 40.833vw;
  color: rgb(255, 255, 255);
}

.info1-meta {
  gap: 0.99vw;
  margin-bottom: 1.25vw;
}

.info1-meta-cell {
  gap: 0.547vw;
  color: rgba(255, 255, 255, 0.85);
}

.info1-meta-ic {
  width: 0.99vw;
  height: 0.99vw;
  flex-shrink: 0;
  color: rgb(255, 255, 255);
}

.info1-tit {
  color: rgb(255, 255, 255);
  line-height: 1.25;
  letter-spacing: 1px;
  margin: 0px;
  text-shadow: rgba(0, 0, 0, 0.45) 0px 0.104vw 0.833vw;
}

.info1-divider {
  width: 100%;
  height: 1px;
  background: rgb(255, 255, 255);
  margin: 1.875vw 0px 1.458vw;
}

.info1-desc {
  line-height: 1.7;
  margin: 0px;
  max-width: 56.25vw;
  color: rgb(255, 255, 255);
  font-weight: 200;
}

.info2 {
  position: relative;
  width: 100%;
  z-index: 6;
  margin-top: -10.4167vw;
}

.info2-in {
  width: 74.479vw;
  max-width: calc(100% - 4.167vw);
  margin: 0px auto;
}

.info2-pic {
  width: 100%;
  aspect-ratio: 1430 / 925;
  border-radius: 0.417vw;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 1.667vw 3.333vw -1.458vw;
}

.info2-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.info3 {
  background: rgb(255, 255, 255);
  padding: 5.2083vw 0px 0px;
  line-height: 2;
}

.info3-in {
  width: 74.375vw;
  max-width: calc(100% - 4.167vw);
  margin: 0px auto;
}

.info3-body {
  color: #646464;
}

.info3-p:last-child {
  margin-bottom: 0px;
}

.info3-link {
  text-decoration: underline;
  text-underline-offset: 0.208vw;
  transition: color 0.3s;
}

.info3-link:hover {
  color: var(--red);
}

.info4 {
  background: rgb(255, 255, 255);
  padding: 5.8854vw 0px 5.2083vw;
}

.info4-in {
  width: 35vw;
  max-width: calc(100% - 4.167vw);
  margin: 0px auto;
  padding-top: 1.875vw;
  border-top: 1px solid rgb(243, 244, 246);
}

.info4-share {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25vw;
}

.info4-share-lbl {
  color: #9CA3AF;
  letter-spacing: 1px;
  margin: 0px;
  line-height: 1;
}

.info4-share-list {
  gap: 0.729vw;
}

.info4-share-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.188vw;
  height: 2.188vw;
  border-radius: 50%;
  background: rgb(244, 245, 247);
  transition: background 0.3s, transform 0.3s;
}

.info5 {
  background: rgb(244, 245, 247);
  padding: 2.188vw 0px;
}

.info5-in {
  padding: 0px 1.094vw;
}

.info5-nav {
  align-items: flex-start;
  gap: 1.875vw;
}

.info5-nav-item {
  display: block;
  max-width: 50%;
}

.info5-nav-lbl {
  gap: 0.365vw;
  color: rgb(107, 111, 118);
  margin-bottom: 0.625vw;
  line-height: 1;
}

.info5-nav-lbl em {
  font-style: normal;
}

.info5-nav-arrow {
  flex-shrink: 0;
  transition: transform 0.3s;
}

.info5-next .info5-nav-lbl {
  justify-content: flex-end;
}

.info5-next .info5-nav-tit {
  text-align: right;
}

.info5-nav-tit {
  color: rgb(26, 26, 26);
  line-height: 1.4;
  margin: 0px;
  transition: color 0.3s;
}

.info5-nav-item:hover .info5-nav-tit {
  color: var(--red);
}

.info5-back {
  padding-top: 2.292vw;
}

.info5-back-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2.135vw;
  padding: 0px 1.51vw;
  color: rgb(17, 24, 39);
  border: 1px solid rgb(229, 231, 235);
  background: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  border-radius: 0.208vw;
  letter-spacing: 1px;
  transition: background 0.4s, transform 0.3s;
}

.info5-back-btn:hover {
  background: var(--red);
  color: rgb(255, 255, 255);
}

.product1 {
  position: relative;
  width: 100%;
  height: calc(var(--head) + 13.542vw);
  padding-top: var(--head);
  overflow: hidden;
  background: rgb(26, 26, 26);
}

.product1-bg {
  position: absolute;
  inset: 0px;
  z-index: 1;
}

.product1-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product1-mask {
  position: absolute;
  inset: 0px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.2);
}

.product1-in {
  position: relative;
  z-index: 3;
  height: 100%;
  padding-bottom: 4.375vw;
  align-items: flex-end;
}

.product1-text {
  display: flex;
  flex-direction: column;
  gap: 0.729vw;
}

.product1-tit {
  color: rgb(255, 255, 255);
  line-height: 1;
  letter-spacing: -0.078vw;
}

.product1-sub {
  color: rgba(255, 255, 255, 0.92);
  letter-spacing: 0.021vw;
}

.product1-search {
  width: 22.9167vw;
  padding: 0.729vw 1.042vw;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.8);
  gap: 0.521vw;
  transition: border-color 0.3s, background 0.3s;
}

.product1-search:hover,
.product1-search:focus-within {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgb(255, 255, 255);
}

.product1-search-input {
  flex: 1 1 0%;
  min-width: 0px;
  height: 1.125vw;
  line-height: 1.125vw;
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: initial;
  background: transparent;
  color: rgb(255, 255, 255);
}

.product1-search-input::placeholder {
  color: rgba(255, 255, 255, 0.2);
}

.product1-search-btn {
  flex-shrink: 0;
  width: 1.25vw;
  height: 1.25vw;
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: initial;
  background: transparent;
  color: rgb(255, 255, 255);
  cursor: pointer;
  transition: opacity 0.3s;
}

.product1-search-btn:hover {
  opacity: 0.7;
}

.product1-search-btn svg {
  width: 100%;
  height: 100%;
}

.product2 {
  background: rgb(255, 255, 255);
  padding: 2.188vw 0px;
}

.product2-in {
  align-items: flex-start;
  gap: 2.188vw;
}

.product2-aside {
  width: 16.667vw;
  flex-shrink: 0;
}

.product2-aside-sticky {
  position: sticky;
  top: calc(var(--head) + 1.25vw);
  display: flex;
  flex-direction: column;
  gap: 1.094vw;
}

.product2-aside-tag {
  color: rgb(156, 163, 175);
  letter-spacing: 0.073vw;
  text-transform: uppercase;
  padding: 0px 0.729vw;
}

.product2-cats {
  display: flex;
  flex-direction: column;
  gap: 0.104vw;
}

.product2-cat {
  position: relative;
  padding: 0.625vw 0.938vw;
  border-radius: 0.365vw;
  cursor: pointer;
  transition: background 0.3s;
}

.product2-cat:hover {
  background: rgb(249, 250, 251);
}

.product2-cat-bar {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%) scaleY(0);
  width: 0.156vw;
  height: 1.094vw;
  border-radius: 0px 9999px 9999px 0px;
  background: var(--red);
  transition: transform 0.3s;
}

.product2-cat.on .product2-cat-bar {
  transform: translateY(-50%) scaleY(1);
}

.product2-cat-text {
  display: flex;
  flex-direction: column;
  gap: 0.104vw;
}

.product2-cat-name {
  color: rgb(75, 85, 99);
  line-height: 1.5;
  transition: color 0.3s;
}

.product2-cat.on .product2-cat-name {
  color: var(--red);
}

.product2-cat-en {
  color: rgb(156, 163, 175);
  letter-spacing: 0.026vw;
  text-transform: uppercase;
  line-height: 1.6;
  transition: color 0.3s;
}

.product2-cat.on .product2-cat-en {
  color: rgba(177, 33, 36, 0.6);
}

.product2-main {
  flex: 1 1 0%;
  min-width: 0px;
}

.product2-toolbar {
  padding-bottom: 1.354vw;
  border-bottom: 1px solid rgb(243, 244, 246);
  margin-bottom: 1.354vw;
}

.product2-count {
  color: rgb(156, 163, 175);
  letter-spacing: 0.016vw;
}

.product2-views {
  gap: 0.365vw;
}

.product2-view {
  width: 1.667vw;
  height: 1.667vw;
  border-radius: 0.313vw;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgb(156, 163, 175);
  transition: background 0.3s, color 0.3s;
}

.product2-view img {
  width: 1.042vw;
  height: 1.042vw;
  display: block;
}

.product2-view:hover {
  background: rgb(249, 250, 251);
}

.product2-grid {
  gap: 1.563vw;
  transition: opacity 0.28s, transform 0.28s;
}

.product2-grid.is-switching {
  opacity: 0;
  transform: translateY(0.313vw);
}

.product-card {
  display: block;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(243, 244, 246);
  border-radius: 0.521vw;
  overflow: hidden;
  transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
}

.product-card:hover {
  border-color: rgba(177, 33, 36, 0.18);
  box-shadow: rgba(0, 0, 0, 0.18) 0px 0.938vw 1.875vw -1.25vw;
  transform: translateY(-0.104vw);
}

.product-card-pic {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  background: rgb(249, 250, 251);
  padding: 1.458vw;
  overflow: hidden;
  isolation: isolate;
}

.product-card-pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
  transition: transform 0.6s;
}

.product-card:hover .product-card-pic img {
  transform: scale(1.05);
}

.product-card-body {
  padding: 1.146vw;
}

.product-card-info {
  padding-bottom: 3.125vw;
}

.product-card-tit {
  color: rgb(18, 18, 18);
  line-height: 1.4;
  margin-bottom: 0.208vw;
  transition: color 0.3s;
}

.product-card:hover .product-card-tit {
  color: var(--red);
}

.product-card-desc {
  color: rgb(107, 114, 128);
  line-height: 1.5;
}

.product-card-foot {
  padding-top: 0.781vw;
  border-top: 1px solid rgb(249, 250, 251);
}

.product-card-label {
  color: rgb(156, 163, 175);
  letter-spacing: 0.021vw;
  text-transform: uppercase;
}

.product-card-arrow {
  width: 1.458vw;
  height: 1.458vw;
  border-radius: 50%;
  background: rgb(249, 250, 251);
  color: rgb(156, 163, 175);
  transition: background 0.3s, color 0.3s;
}

.product-card-arrow svg {
  display: block;
  transition: transform 0.3s;
}

.product-card:hover .product-card-arrow {
  background: var(--red);
  color: rgb(255, 255, 255);
}

@media screen and (max-width: 768px) {
  .product1 {
    height: auto;
    min-height: 10.417vw;
    padding-top: calc(var(--head) + 1.25vw);
    padding-bottom: 1.25vw;
  }

  .product1-in {
    padding: 0px 1.042vw 1.042vw;
    flex-direction: column;
    align-items: stretch;
    gap: 0.938vw;
  }

  .product1-tit {
    letter-spacing: -0.026vw;
  }

  .product1-search {
    width: 100%;
    height: 1.979vw;
  }

  .product2 {
    padding: 1.667vw 0px 2.5vw;
  }

  .product2-in {
    flex-direction: column;
    gap: 1.25vw;
    padding: 0px 1.042vw;
  }

  .product2-aside {
    width: 100%;
  }

  .product2-aside-sticky {
    position: static;
    gap: 0.625vw;
  }

  .product2-aside-tag {
    padding: 0px 0.208vw;
  }

  .product2-cats {
    flex-flow: row;
    overflow-x: auto;
    gap: 0.417vw;
    padding-bottom: 0.313vw;
  }

  .product2-cats::-webkit-scrollbar {
    display: none;
  }

  .product2-cat {
    flex-shrink: 0;
    padding: 0.417vw 0.729vw;
    background: rgb(249, 250, 251);
  }

  .product2-cat.on {
    background: rgba(177, 33, 36, 0.08);
  }

  .product2-cat-bar {
    display: none;
  }

  .product2-cat-en {
    display: none;
  }

  .product2-toolbar {
    padding-bottom: 0.833vw;
    margin-bottom: 0.833vw;
  }

  .product2-grid {
    gap: 0.833vw;
    grid-template-columns: repeat(2, 1fr);
  }

  .product-card-body {
    padding: 0.729vw;
  }

  .product-card-info {
    padding-bottom: 0.625vw;
  }

  .product-card-foot {
    padding-top: 0.521vw;
  }
}

.custom-popup {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 140;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.4s, visibility 0.4s;
}

.custom-popup.act {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}

.custom-popup-mask {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.custom-popup-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 2.083vw 1.042vw;
}

.custom-popup-box {
  position: relative;
  width: 41.667vw;
  max-width: 100%;
  max-height: 100%;
  background: rgb(255, 255, 255);
  border-radius: 0.417vw;
  overflow: hidden;
}

.custom-popup-close {
  position: absolute;
  right: 1.354vw;
  top: 0.521vw;
  z-index: 3;
  width: 2.083vw;
  height: 2.083vw;
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: initial;
  background: transparent;
  color: rgb(156, 163, 175);
  cursor: pointer;
  transition: color 0.3s;
}

.custom-popup-close:hover,
.custom-popup-close:active {
  color: var(--red);
}

.custom-popup-body {
  max-height: calc(100vh - 4.167vw);
  padding: 2.083vw;
  overflow: visible auto;
}

.custom-form-head {
  text-align: center;
  margin-bottom: 1.667vw;
}

.custom-form-desc {
  max-width: 33.333vw;
  margin: 0px auto 0.625vw;
  color: rgb(0, 0, 0);
  line-height: 1.42;
}

.custom-form-tip {
  color: var(--red);
  letter-spacing: 0.034vw;
  text-transform: uppercase;
  line-height: 1.4;
}

.custom-form-sec {
  margin-bottom: 1.667vw;
}

.custom-form-sec-tit {
  color: rgb(0, 0, 0);
  letter-spacing: 0.063vw;
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 0.833vw;
}

.custom-form-grid {
  gap: 1.042vw 2.083vw;
  margin-bottom: 0.833vw;
}

.custom-form-field-half {
  width: 19.792vw;
  max-width: 100%;
}

.custom-form-lbl {
  display: block;
  color: rgb(107, 114, 128);
  line-height: 1.35;
  margin-bottom: 0.208vw;
}

.custom-form-lbl .req {
  color: var(--red);
}

.custom-form-input,
.custom-form-textarea {
  width: 100%;
  border: 1px solid rgb(210, 210, 215);
  border-radius: 0.417vw;
  background: rgb(249, 250, 251);
  color: rgb(0, 0, 0);
  outline: none;
  transition: border-color 0.3s;
}

.custom-form-input {
  height: 2.083vw;
  padding: 0px 0.677vw;
}

.custom-form-textarea {
  min-height: 5.208vw;
  padding: 0.521vw 0.677vw;
  resize: vertical;
}

.custom-form-input:focus,
.custom-form-textarea:focus {
  border-color: var(--red);
}

.custom-form-group {
  margin-bottom: 0.833vw;
}

.custom-form-opts {
  flex-wrap: wrap;
  gap: 0.521vw 3.125vw;
  margin-top: 0.417vw;
}

.custom-form-opt {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 1.042vw;
  padding-left: 1.25vw;
  color: rgb(107, 114, 128);
  line-height: 1.4;
  cursor: pointer;
  white-space: nowrap;
  transition: color 0.3s;
}

.custom-form-opt::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  width: 0.833vw;
  height: 0.833vw;
  margin-top: -0.417vw;
  border: 1px solid rgb(210, 210, 215);
  border-radius: 50%;
  background: rgb(255, 255, 255);
  box-sizing: border-box;
  transition: border-color 0.3s, background 0.3s;
}

.custom-form-opt input {
  position: absolute;
  left: 0px;
  top: 50%;
  width: 0.833vw;
  height: 0.833vw;
  margin: -0.417vw 0px 0px;
  opacity: 0;
  cursor: pointer;
}

.custom-form-opt:hover {
  color: var(--red);
}

.custom-form-opt:hover::before {
  border-color: var(--red);
}

.custom-form-opt:has(input:checked) {
  color: var(--red);
}

.custom-form-opt:has(input[type="radio"]:checked)::before {
  border-color: var(--red);
  background: radial-gradient(circle, var(--red) 0, var(--red) 32%, #fff 33%);
}

.custom-form-opt:has(input[type="checkbox"]:checked)::before {
  border-color: var(--red);
  background: var(--red);
}

.custom-form-opt:has(input[type="checkbox"]:checked)::after {
  content: "";
  position: absolute;
  left: 0.208vw;
  top: 50%;
  width: 0.417vw;
  height: 0.26vw;
  margin-top: -0.208vw;
  border-left: 0.104vw solid rgb(255, 255, 255);
  border-bottom: 0.104vw solid rgb(255, 255, 255);
  transform: rotate(-45deg);
}

.custom-form-other {
  gap: 0.521vw;
  margin-top: 0.521vw;
}

.custom-form-other .custom-form-input {
  flex: 1 1 0%;
  min-width: 0px;
}

.custom-form-foot {
  padding-top: 0.417vw;
}

.custom-form-submit {
  min-width: 10.833vw;
  height: 2.448vw;
  padding: 0px 1.25vw;
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: initial;
  border-radius: 52.031vw;
  background: var(--red);
  color: rgb(255, 255, 255);
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0.208vw 0.313vw -0.052vw, rgba(0, 0, 0, 0.1) 0px 0.104vw 0.208vw -0.104vw;
  transition: opacity 0.3s;
}

.custom-form-submit:hover {
  opacity: 0.85;
}

.service-popup-box {
  width: 46.875vw;
  border-radius: 1.042vw;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 1.302vw 2.604vw -0.625vw;
  overflow: visible;
}

.service-popup .custom-popup-close {
  right: 1.25vw;
  top: 1.25vw;
}

.service-form-grid {
  gap: 2.083vw;
  align-items: flex-start;
}

.service-form-col {
  display: flex;
  flex-direction: column;
  gap: 1.667vw;
}

.service-form-sec {
  display: flex;
  flex-direction: column;
  gap: 0.833vw;
}

.service-form-sec-tit {
  color: rgb(0, 0, 0);
  letter-spacing: 0.063vw;
  text-transform: uppercase;
  line-height: 1.3;
  padding-bottom: 0.26vw;
  border-bottom: 1px solid rgb(210, 210, 215);
}

.service-form-field {
  margin-bottom: 0px;
}

.service-form-row {
  gap: 0.833vw;
}

.service-drop {
  position: relative;
}

.service-drop.open {
  z-index: 6;
}

.service-drop-trigger {
  width: 100%;
  height: 2.083vw;
  padding: 0px 1.094vw 0px 0.677vw;
  border: 1px solid rgb(210, 210, 215);
  border-radius: 0.417vw;
  background: rgb(249, 250, 251);
  color: rgb(0, 0, 0);
  cursor: pointer;
  transition: border-color 0.3s;
}

.service-drop.open .service-drop-trigger {
  border-color: rgb(200, 200, 200);
}

.service-drop-val.is-placeholder {
  color: rgb(153, 161, 175);
}

.service-drop-arrow {
  flex-shrink: 0;
  width: 0.521vw;
  line-height: 0;
}

.service-drop-arrow img {
  width: 0.573vw;
  height: 0.313vw;
  display: block;
}

.service-drop-panel {
  display: none;
  position: fixed;
  z-index: 150;
  border: 1px solid rgb(200, 200, 200);
  border-radius: 0.417vw;
  background: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.08) 0px 0.208vw 0.625vw;
}

.service-drop.open .service-drop-panel,
.service-drop-panel.is-open {
  display: block;
}

.service-drop-head {
  display: none;
}

.service-drop-list {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.service-drop-list li {
  height: 1.563vw;
  line-height: 1.563vw;
  text-align: center;
  color: rgb(153, 161, 175);
  cursor: pointer;
  transition: color 0.2s;
}

.service-drop-list li.is-active,
.service-drop-list li:hover {
  background: rgb(210, 210, 215);
  color: rgb(255, 255, 255);
}

.service-form-pack {
  padding: 1.094vw;
  border: 1px dashed rgb(210, 210, 215);
  border-radius: 0.625vw;
  background: rgb(249, 250, 251);
  display: flex;
  flex-direction: column;
  gap: 0.833vw;
}

.service-form-pack .service-form-sec-tit {
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  padding-bottom: 0px;
}

.service-form-pack-desc {
  color: rgb(107, 114, 128);
  line-height: 1.35;
}

.service-form-foot {
  padding-top: 0.417vw;
}

.search1 {
  padding-top: var(--head);
  background: #f9fafb;
  border-bottom: 1px solid #e5e7eb;
}

.search1-in {
  position: relative;
  width: 100%;
  padding: 2.188vw 5.208vw 2.083vw;
  min-height: 14.792vw;
  box-sizing: border-box;
}

.search1-back {
  gap: 0.365vw;
  color: #6b7280;
  letter-spacing: 0.036vw;
  text-transform: uppercase;
  transition: color 0.4s;
}

.search1-back:hover {
  color: var(--red);
}

.search1-back-ic {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.833vw;
  height: 0.833vw;
  flex-shrink: 0;
  transition: transform 0.4s;
}

.search1-back-ic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.search1-back:hover .search1-back-ic {
  transform: translateX(-0.208vw);
}

.search1-bar {
  width: 31.25vw;
  height: 3.125vw;
  margin: 2.083vw auto 0;
  padding: 0 0.625vw 0 1.458vw;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 9999px;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.search1-bar:focus-within {
  border-color: rgba(177, 33, 36, 0.4);
  box-shadow: 0 0 0 0.208vw rgba(177, 33, 36, 0.06);
}

.search1-input {
  flex: 1;
  height: 100%;
  background: transparent;
  border: 0;
  outline: 0;
  color: #121212;
  min-width: 0;
}

.search1-input::placeholder {
  color: #9ca3af;
}

.search1-submit {
  width: 2.292vw;
  height: 2.292vw;
  flex-shrink: 0;
  background: rgba(177, 33, 36, 0.06);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s;
}

.search1-submit img {
  width: 1.042vw;
  height: 1.042vw;
  object-fit: contain;
}

.search1-submit:hover {
  background: rgba(177, 33, 36, 0.12);
}

.search1-history {
  position: absolute;
  left: 5.208vw;
  bottom: 2.083vw;
  gap: 0.729vw;
  flex-wrap: wrap;
}

.search1-history-tag {
  gap: 0.365vw;
  color: #9ca3af;
  letter-spacing: 0.063vw;
  text-transform: uppercase;
}

.search1-history-tag .icon {
  display: inline-flex;
  width: 0.729vw;
  height: 0.729vw;
}

.search1-history-tag .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.search1-history-list {
  gap: 0.521vw;
  flex-wrap: wrap;
}

.search1-history-list a {
  display: inline-flex;
  align-items: center;
  height: 1.406vw;
  padding: 0 0.729vw;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 9999px;
  color: #4b5563;
  transition: color 0.4s, border-color 0.4s, background 0.4s;
}

.search1-history-list a:hover {
  color: var(--red);
  border-color: rgba(177, 33, 36, 0.3);
  background: #fff5f5;
}

.search2 {
  padding: 2.917vw 5.208vw 4.167vw;
  background: #fff;
}

.search2-in {
  align-items: flex-start;
  gap: 4.167vw;
}

.search2-aside {
  width: 12.5vw;
  flex-shrink: 0;
}

.search2-aside-head {
  gap: 0.365vw;
  margin-bottom: 1.354vw;
}

.search2-aside-head .icon {
  display: inline-flex;
  width: 0.938vw;
  height: 0.938vw;
}

.search2-aside-head .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.search2-aside-head h3 {
  color: #121212;
  letter-spacing: 0.073vw;
  text-transform: uppercase;
}

.search2-filter {
  margin-bottom: 1.563vw;
}

.search2-filter-tit {
  margin-bottom: 0.625vw;
  color: #374151;
}

.search2-filter-list {
  display: flex;
  flex-direction: column;
  gap: 0.521vw;
}

.search2-filter-item {
  cursor: pointer;
}

.search2-filter-item label {
  gap: 0.547vw;
  cursor: pointer;
  width: 100%;
}

.search2-filter-item input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 0;
  height: 0;
}

.search2-filter-text {
  color: #6b7280;
  transition: color 0.3s;
}

.search2-filter-item:hover .search2-filter-text {
  color: #374151;
}

.search2-filter-item.on .search2-filter-text {
  color: #121212;
}

.search2-radio {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.729vw;
  height: 0.729vw;
  border: 1px solid #d1d5db;
  border-radius: 0.182vw;
  background: #fff;
  flex-shrink: 0;
  transition: background 0.3s, border-color 0.3s;
}

.search2-radio::after {
  content: "";
  width: 0.365vw;
  height: 0.365vw;
  background: #fff;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s;
}

.search2-filter-item.on .search2-radio {
  background: var(--red);
  border-color: var(--red);
}

.search2-filter-item.on .search2-radio::after {
  opacity: 1;
}

.search2-main {
  flex: 1;
  min-width: 0;
}

.search2-main-head {
  padding-bottom: 1.146vw;
  border-bottom: 1px solid #f3f4f6;
}

.search2-count {
  color: #6b7280;
}

.search2-count em {
  font-style: normal;
  color: #121212;
}

.search2-sort {
  gap: 0.365vw;
  color: #6b7280;
  transition: color 0.3s;
}

.search2-sort:hover {
  color: var(--red);
}

.search2-sort .icon {
  display: inline-flex;
  width: 0.729vw;
  height: 0.729vw;
}

.search2-sort .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.search2-list {
  padding: 1.667vw 0 1.823vw;
}

.search2-item {
  align-items: flex-start;
  gap: 1.094vw;
  padding: 1.146vw;
  border-radius: 0.521vw;
  transition: background 0.4s;
}

.search2-item + .search2-item {
  margin-top: 0.521vw;
}

.search2-item:hover {
  background: #fafafa;
}

.search2-item-ic {
  width: 2.917vw;
  height: 2.917vw;
  background: rgba(177, 33, 36, 0.05);
  border-radius: 0.365vw;
  flex-shrink: 0;
}

.search2-item-ic img {
  width: 1.667vw;
  height: 1.667vw;
  object-fit: contain;
}

.search2-item-body {
  flex: 1;
  min-width: 0;
}

.search2-item-meta {
  gap: 0.625vw;
  margin-bottom: 0.521vw;
  flex-wrap: wrap;
}

.search2-tag {
  display: inline-flex;
  align-items: center;
  height: 1.094vw;
  padding: 0 0.365vw;
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 0.182vw;
  color: #dc2626;
}

.search2-meta-cell {
  display: inline-flex;
  align-items: center;
  gap: 0.182vw;
  color: #9ca3af;
}

.search2-meta-cell em {
  font-style: normal;
}

.search2-meta-cell .icon {
  display: inline-flex;
  width: 0.625vw;
  height: 0.625vw;
}

.search2-meta-cell .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.search2-item-tit {
  margin-bottom: 0.469vw;
  color: #121212;
  line-height: 1.5;
  transition: color 0.3s;
}

.search2-item:hover .search2-item-tit {
  color: var(--red);
}

.search2-item-desc {
  max-width: 35vw;
  color: #6b7280;
  line-height: 1.625;
}

.search2-item-foot {
  gap: 0.729vw;
  margin-top: 0.677vw;
}

.search2-download {
  gap: 0.182vw;
  color: var(--red);
  letter-spacing: 0.031vw;
  text-transform: uppercase;
  transition: opacity 0.3s;
}

.search2-download:hover {
  opacity: 0.8;
}

.search2-download .icon {
  display: inline-flex;
  width: 0.729vw;
  height: 0.729vw;
}

.search2-download .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.search2-hashtag {
  display: inline-flex;
  align-items: center;
  height: 1.302vw;
  padding: 0 0.365vw;
  background: #f9fafb;
  border-radius: 0.182vw;
  color: #9ca3af;
  transition: color 0.3s, background 0.3s;
}

.search2-hashtag:hover {
  color: var(--red);
  background: #fff5f5;
}

.search2-related {
  padding-top: 1.823vw;
  border-top: 1px solid #f3f4f6;
}

.search2-related-tit {
  margin-bottom: 1.146vw;
  color: #9ca3af;
  letter-spacing: 0.073vw;
  text-transform: uppercase;
}

.search2-related-list {
  flex-wrap: wrap;
  gap: 0.521vw 0.729vw;
}

.search2-related-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 1.927vw;
  padding: 0 0.781vw;
  border: 1px solid #e5e7eb;
  border-radius: 9999px;
  color: #4b5563;
  transition: color 0.4s, border-color 0.4s, background 0.4s;
}

.search2-related-tag:hover {
  color: var(--red);
  border-color: rgba(177, 33, 36, 0.3);
  background: #fff5f5;
}

.result1 {
  padding-top: var(--head);
  background: #f9fafb;
  border-bottom: 1px solid #e5e7eb;
}

.result1-in {
  position: relative;
  width: 100%;
  padding: 2.188vw 5.208vw;
  min-height: 14.792vw;
  box-sizing: border-box;
}

.result1-back {
  gap: 0.365vw;
  color: #6b7280;
  letter-spacing: 0.036vw;
  text-transform: uppercase;
  transition: color 0.4s;
}

.result1-back:hover {
  color: var(--red);
}

.result1-back-ic {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.833vw;
  height: 0.833vw;
  flex-shrink: 0;
  transition: transform 0.4s;
}

.result1-back-ic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.result1-icon {
  width: 3.333vw;
  height: 3.333vw;
  margin: 1.823vw auto 0;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s, transform 0.4s;
}

.result1-icon img {
  width: 1.667vw;
  height: 1.667vw;
  object-fit: contain;
}

.result1-icon:hover {
  transform: scale(1.05);
}

.result1-history {
  position: absolute;
  left: 5.208vw;
  bottom: 2.083vw;
  gap: 0.729vw;
  flex-wrap: wrap;
}

.result1-history-tag {
  gap: 0.365vw;
  color: #9ca3af;
  letter-spacing: 0.063vw;
  text-transform: uppercase;
}

.result1-history-tag .icon {
  display: inline-flex;
  width: 0.729vw;
  height: 0.729vw;
}

.result1-history-tag .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.result1-history-list {
  gap: 0.521vw;
  flex-wrap: wrap;
}

.result1-history-list a {
  display: inline-flex;
  align-items: center;
  height: 1.406vw;
  padding: 0 0.729vw;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 9999px;
  color: #4b5563;
  transition: color 0.4s, border-color 0.4s, background 0.4s;
}

.result1-history-list a:hover {
  color: var(--red);
  border-color: rgba(177, 33, 36, 0.3);
  background: #fff5f5;
}

.result2 {
  padding: 2.917vw 5.208vw 4.167vw;
  background: #fff;
}

.result2-in {
  align-items: flex-start;
  gap: 14.9479vw;
}

.result2-aside {
  flex-shrink: 0;
}

.result2-aside-head {
  gap: 0.365vw;
  margin-bottom: 1.354vw;
}

.result2-aside-head .icon {
  display: inline-flex;
  width: 0.938vw;
  height: 0.938vw;
}

.result2-aside-head .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.result2-aside-head h3 {
  color: #121212;
  letter-spacing: 0.073vw;
  text-transform: uppercase;
}

.result2-filter {
  margin-bottom: 1.563vw;
}

.result2-filter-tit {
  margin-bottom: 0.625vw;
  color: #374151;
}

.result2-filter-list {
  display: flex;
  flex-direction: column;
  gap: 0.521vw;
}

.result2-filter-item {
  cursor: pointer;
}

.result2-filter-item label {
  gap: 0.547vw;
  cursor: pointer;
  width: 100%;
}

.result2-filter-item input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 0;
  height: 0;
}

.result2-filter-text {
  color: #6b7280;
  transition: color 0.3s;
}

.result2-filter-item:hover .result2-filter-text {
  color: #374151;
}

.result2-filter-item.on .result2-filter-text {
  color: #121212;
}

.result2-radio {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.729vw;
  height: 0.729vw;
  border: 1px solid #d1d5db;
  border-radius: 0.182vw;
  background: #fff;
  flex-shrink: 0;
  transition: background 0.3s, border-color 0.3s;
}

.result2-radio::after {
  content: "";
  width: 0.365vw;
  height: 0.365vw;
  background: #fff;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s;
}

.result2-filter-item.on .result2-radio {
  background: var(--red);
  border-color: var(--red);
}

.result2-filter-item.on .result2-radio::after {
  opacity: 1;
}

.result2-main {
  flex: 1;
  min-width: 0;
}

/* .result2-main-head {
  padding-bottom: 1.146vw;
  border-bottom: 1px solid #f3f4f6;
} */

.result2-count {
  color: #6b7280;
}

.result2-count em {
  font-style: normal;
  color: #121212;
}

.result2-sort {
  gap: 0.365vw;
  color: #6b7280;
  transition: color 0.3s;
}

.result2-sort:hover {
  color: var(--red);
}

.result2-sort .icon {
  display: inline-flex;
  width: 0.729vw;
  height: 0.729vw;
}

.result2-sort .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.result2-list {
  padding: 2.2396vw 1.1458vw 4.0625vw;
}

.result2-item {
  align-items: flex-start;
  gap: 1.094vw;
  padding: 1.146vw;
  border-radius: 0.521vw;
  transition: background 0.4s;
}

.result2-item + .result2-item {
  margin-top: 0.521vw;
}


.result2-item-ic {
  width: 2.917vw;
  height: 2.917vw;
  border-radius: 0.365vw;
  flex-shrink: 0;
}

.result2-item-ic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.result2-item-body {
  flex: 1;
  min-width: 0;
}

.result2-item-meta {
  gap: 0.625vw;
  margin-bottom: 0.521vw;
  flex-wrap: wrap;
}

.result2-tag {
  display: inline-flex;
  align-items: center;
  height: 1.094vw;
  padding: 0 0.365vw;
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 0.182vw;
  color: #dc2626;
}

.result2-meta-cell {
  display: inline-flex;
  align-items: center;
  gap: 0.182vw;
  color: #9ca3af;
}

.result2-meta-cell em {
  font-style: normal;
}

.result2-meta-cell .icon {
  display: inline-flex;
  width: 0.625vw;
  height: 0.625vw;
}

.result2-meta-cell .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.result2-item-tit {
  margin-bottom: 0.469vw;
  color: #121212;
  line-height: 1.5;
  transition: color 0.3s;
}

.result2-item:hover .result2-item-tit {
  color: var(--red);
}

.result2-item-desc {
  max-width: 35vw;
  color: #6b7280;
  line-height: 1.625;
}

.result2-item-foot {
  gap: 0.729vw;
  margin-top: 0.677vw;
}

.result2-download {
  gap: 0.182vw;
  color: var(--red);
  letter-spacing: 0.031vw;
  text-transform: uppercase;
  transition: opacity 0.3s;
}

.result2-download:hover {
  opacity: 0.8;
}

.result2-download .icon {
  display: inline-flex;
  width: 0.729vw;
  height: 0.729vw;
}

.result2-download .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.result2-hashtag {
  display: inline-flex;
  align-items: center;
  height: 1.302vw;
  padding: 0 0.365vw;
  background: #f9fafb;
  border-radius: 0.182vw;
  color: #9ca3af;
  transition: color 0.3s, background 0.3s;
}

.result2-hashtag:hover {
  color: var(--red);
  background: #fff5f5;
}

.result2-related {
  padding-top: 1.823vw;
  border-top: 1px solid #f3f4f6;
}

.result2-related-tit {
  margin-bottom: 1.146vw;
  color: #9ca3af;
  letter-spacing: 0.073vw;
  text-transform: uppercase;
}

.result2-related-list {
  flex-wrap: wrap;
  gap: 0.521vw 0.729vw;
}

.result2-related-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 1.927vw;
  padding: 0 0.781vw;
  border: 1px solid #e5e7eb;
  border-radius: 9999px;
  color: #4b5563;
  transition: color 0.4s, border-color 0.4s, background 0.4s;
}

.result2-related-tag:hover {
  color: var(--red);
  border-color: rgba(177, 33, 36, 0.3);
  background: #fff5f5;
}

.custom-production1 {
  position: relative;
  min-height: calc(100vh - var(--head));
  margin-top: var(--head);
  padding: 11.615vw 19.01vw;
  overflow: hidden;
}

.custom-production1-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.custom-production1-bg img {
  width: 103.25%;
  height: 100%;
  object-fit: cover;
}

.custom-production1-in {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  min-height: calc(100vh - var(--head) - 23.23vw);
}

.custom-production1-glass {
  position: relative;
  width: 63.76vw;
  height: 34vw;
  border-radius: 1.54vw;
  overflow: hidden;
  gap: 1.354vw;
}

.custom-production1-glass::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.01);
  backdrop-filter: blur(0.718vw);
  -webkit-backdrop-filter: blur(0.718vw);
  box-shadow: inset 0 0 0.949vw 0 rgba(255, 255, 255, 0.13), inset 0 0.41vw 1.201vw 0 rgba(255, 255, 255, 0.13);
  pointer-events: none;
}

.custom-production1-tit,
.custom-production1-sub {
  position: relative;
  z-index: 1;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  margin: 0;
}