@charset "UTF-8";

:root {
  --head: 3.645vw;
  --color: #8b6247;
}

.co-w {
  color: #fff;
}

.co-m {
  color: var(--color);
}

.co-h {
  color: #b2b2b2;
}

.head-zhanwei {
  height: var(--head);
}

svg {
  display: block;
  width: 100%;
  height: 100%;
}

.C-wrap {
  width: 78.125vw;
  margin: 0 auto;
  transition: all 0.5s;
}

.C-btn {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  line-height: 1;
  transition: all ease 0.3s;
  cursor: pointer;
}

.C-btn.theme1 {
  --svgColor: var(--color);
}

#svg-use-box {
  display: none;
}

.svgTransiton * {
  transition: all ease 0.3s;
}

body {
  background: #fff;
}

.head1 {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 50;
  width: 100%;
  height: var(--head);
  padding: 0 10.937vw;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 0.052vw solid #e5e5e5;
  -webkit-backdrop-filter: blur(1.25vw);
  backdrop-filter: blur(1.25vw);
  transition: all ease 0.3s;
}

.isback .head1 {
  transform: translateY(-100%);
}

.head1 .logo {
  width: 8.593vw;
}

.head1 .head-nav {
  height: 100%;
}

.head1 .menu {
  gap: 1.458vw;
  height: 100%;
}

.head1 .link {
  height: 100%;
  position: relative;
}

.head1 .link>a {
  display: flex;
  align-items: center;
  gap: 0.182vw;
  height: 100%;
  padding: 0.364vw 0.182vw;
  color: #86868b;
  transition: all ease 0.3s;
}

.head1 .link>a span {
  transition: color ease 0.3s;
}

.head1 .link>a .arrow {
  width: 0.729vw;
  height: 0.729vw;
  transition: transform ease 0.3s;
}

.head1 .link:hover>a,
.head1 .link.on>a {
  color: #333333;
}

.head1 .link.has-dropdown:hover>a .arrow {
  transform: rotate(180deg);
}

.dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(0.52vw);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all ease 0.3s;
  z-index: 100;
}

.has-dropdown:hover .dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.dropdown-mega {
  position: fixed;
  left: 0;
  top: var(--head);
  margin-top: 0.52vw;
  transform: translateY(0.52vw);
  width: 100%;
  padding: 2.239vw 10.937vw;
  background: rgba(255, 255, 255, 0.95);
  border-top: 0.052vw solid #e5e5e5;
  border-radius: 1.562vw;
  box-shadow: 0vw 1.302vw 2.604vw -0.625vw rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(5.208vw);
  backdrop-filter: blur(5.208vw);
}

.dropdown-mega::after {
  content: "";
  display: block;
  width: 100%;
  height: 1.041vw;
  position: absolute;
  left: 0;
  bottom: 100%;
}

.has-dropdown:hover .dropdown-mega {
  transform: translateY(0);
}

.dropdown-mega .dropdown-inner {
  gap: 2.083vw;
}

.dropdown-mega .dropdown-left {
  flex: 1;
  gap: 1.041vw;
}

.dropdown-mega .dropdown-col {
  min-width: 7.291vw;
}

.dropdown-mega .dropdown-title {
  gap: 0.546vw;
  margin-bottom: 1.093vw;
}

.dropdown-mega .dropdown-title .dot {
  width: 0.182vw;
  height: 0.729vw;
  background: var(--color);
  border-radius: 520.781vw;
}

.dropdown-mega .dropdown-title span:last-child {
  font-weight: 600;
  color: #666666;
}

.dropdown-mega .dropdown-list {
  display: flex;
  flex-direction: column;
  gap: 0.729vw;
}

.dropdown-mega .dropdown-list li {
  list-style: none;
}

.dropdown-mega .dropdown-list li a {
  display: block;
}

.dropdown-mega .dropdown-list li a .name {
  color: #333333;
  margin-bottom: 0.104vw;
  transition: color ease 0.3s;
}

.dropdown-mega .dropdown-list li a .desc {
  color: #333333;
}

.dropdown-mega .dropdown-list li a:hover .name {
  color: var(--color);
}

.dropdown-mega .dropdown-right {
  width: 12.864vw;
  padding-left: 1.25vw;
  border-left: 0.052vw solid #e5e5e5;
}

.dropdown-mega .preview-title {
  color: #666666;
  margin-bottom: 1.093vw;
}

.dropdown-mega .preview-card {
  position: relative;
  width: 11.614vw;
  height: 15vw;
  border-radius: 0.729vw;
  overflow: hidden;
  border: 0.052vw solid #e5e5e5;
  box-shadow: 0vw 0.52vw 1.302vw -0.26vw rgba(0, 0, 0, 0.25);
}

.dropdown-mega .preview-card .preview-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.dropdown-mega .preview-card .preview-gradient {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
}

.dropdown-mega .preview-card .preview-info {
  position: absolute;
  left: 1.093vw;
  bottom: 1.093vw;
}

.dropdown-mega .preview-card .preview-name {
  color: #fff;
  margin-bottom: 0.312vw;
}

.dropdown-mega .preview-card .preview-desc {
  color: #a1a1aa;
  margin-bottom: 0.729vw;
}

.dropdown-mega .preview-card .preview-link {
  display: inline-flex;
  align-items: center;
  gap: 0.364vw;
  color: #fff;
  border-bottom: 0.052vw solid #fff;
  padding-bottom: 0.104vw;
}

.dropdown-mega .preview-card .preview-link svg {
  width: 0.625vw;
  height: 0.625vw;
}

.dropdown-simple {
  min-width: 10.208vw;
  width: max-content;
  padding: 0.364vw;
  background: rgba(255, 255, 255, 0.7);
  border: 0.052vw solid #e5e5e5;
  border-radius: 0.546vw;
  box-shadow: 0vw 1.302vw 2.604vw -0.625vw rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(5.208vw);
  backdrop-filter: blur(5.208vw);
}

.dropdown-simple .dropdown-list {
  display: flex;
  flex-direction: column;
}

.dropdown-simple .dropdown-list li {
  list-style: none;
}

.dropdown-simple .dropdown-list li:nth-last-child(n+2) {
  margin-bottom: 0.208vw;
}

.dropdown-simple .dropdown-list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.546vw 0.729vw;
  color: #666666;
  border-radius: 0.364vw;
  transition: all ease 0.3s;
}

.dropdown-simple .dropdown-list li a .icon {
  width: 0.729vw;
  opacity: 0;
  transition: opacity ease 0.3s;
}

.dropdown-simple .dropdown-list li.active a,
.dropdown-simple .dropdown-list li:hover a {
  background: var(--color);
  color: #fff;
}

.dropdown-simple .dropdown-list li.active a .icon,
.dropdown-simple .dropdown-list li:hover a .icon {
  opacity: 1;
}

.open-search {
  width: 1.041vw;
  display: none;
}

.head-search {
  width: 14.375vw;
  display: flex;
  align-items: center;
  gap: 0.416vw;
  padding: 0.455vw 1.25vw;
  margin-left: 4.687vw;
  background: rgba(255, 255, 255, 0.7);
  border: 0.052vw solid #e5e5e5;
  border-radius: 520.781vw;
  -webkit-backdrop-filter: blur(1.041vw);
  backdrop-filter: blur(1.041vw);
  cursor: pointer;
  transition: all ease 0.3s;
}

.head-search:hover {
  border-color: var(--color);
}

.head-search .icon {
  width: 1.041vw;
}

.head-search input {
  letter-spacing: 0.02em;
  color: #333333;
  background: none;
}

.head-search input::-moz-placeholder {
  color: #86868b;
}

.head-search input::placeholder {
  color: #86868b;
}

.head-right {
  gap: 1.093vw;
  margin-left: 4.583vw;
}

.lang-btn {
  position: relative;
  width: 1.041vw;
  cursor: pointer;
  padding: 1.041vw 0;
}

.lang-btn img {
  width: 100%;
  height: 100%;
}

.lang-btn .dropdown {
  right: 0;
  transform: translateX(-50%) translateY(0.52vw);
}

.lang-btn:hover .dropdown {
  transform: translateX(-50%) translateY(0);
}

.get-quote-btn {
  padding: 0.455vw 1.093vw;
  color: var(--color);
  border: 0.052vw solid var(--color);
  border-radius: 520.781vw;
  box-shadow: 0vw 0.208vw 0.312vw -0.208vw rgba(0, 0, 0, 0.1), 0vw 0.52vw 0.781vw -0.156vw rgba(0, 0, 0, 0.1);
  transition: all ease 0.3s;
}

.get-quote-btn:hover {
  background: var(--color);
  color: #fff;
}

.foot1 {
  background: #fff;
  padding: 4.375vw 10.937vw 1.718vw;
}

.foot-container {
  max-width: 78.125vw;
  margin: 0 auto;
}

.foot-main {
  padding-bottom: 4.114vw;
}

.foot-left {
  max-width: 17.291vw;
}

.foot-logo {
  margin-bottom: 1.458vw;
}

.foot-slogan {
  color: #a1a1aa;
  line-height: 1.4;
  margin-bottom: 1.458vw;
}

.foot-social {
  max-width: 29.791vw;
  gap: 0.729vw;
}

.foot-social .li {
  width: 1.822vw;
  height: 1.822vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  border: 0.052vw solid rgba(139, 98, 71, 0.1);
}

.foot-social .li:hover {
  border: 0.052vw solid #8b6247;
  background: #8b6247;
}

.foot-col {
  min-width: 10.416vw;
}

.foot-title {
  color: #333333;
  margin-bottom: 1.458vw;
}

.foot-links li {
  margin-bottom: 0.833vw;
  list-style: none;
}

.foot-links li a {
  color: #a1a1aa;
  transition: color ease 0.3s;
}

.foot-links li a:hover,
.foot-links li.active a {
  color: var(--color);
}

.foot-contact .li {
  gap: 0.729vw;
  margin-bottom: 1.093vw;
}

.foot-contact .li .icon {
  width: 1.458vw;
  padding-top: 0.182vw;
}

.foot-contact .li p {
  color: #a1a1aa;
  line-height: 1.4;
}

.foot-global {
  padding: 1.093vw;
  background: #f3efeb;
  border: 0.052vw solid rgba(255, 255, 255, 0.1);
  border-radius: 0.729vw;
}

.foot-global>p {
  color: #a1a1aa;
  line-height: 1.4;
  margin-bottom: 0.729vw;
}

.foot-tags {
  gap: 0.52vw 0;
}

.foot-tags .tag {
  width: 50%;
  display: inline-flex;
  align-items: center;
  gap: 0.364vw;
  padding: 0 0.364vw;
  height: 1.145vw;
  color: #535353;
}

.foot-tags .tag::before {
  content: "";
  width: 0.273vw;
  height: 0.273vw;
  background: var(--color);
  border-radius: 50%;
}

.foot-bottom {
  padding-top: 1.51vw;
  border-top: 0.052vw solid rgba(255, 255, 255, 0.05);
}

.foot-bottom .copyright {
  color: #52525b;
}

.foot-legal {
  gap: 1.458vw;
}

.foot-legal a {
  color: #52525b;
  transition: color ease 0.3s;
}

.foot-legal a:hover {
  color: var(--color);
}

.C-banner {
  position: relative;
  width: 100%;
  height: 56.25vw;
  overflow: hidden;
}

.C-banner .banner-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.C-banner .banner-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.C-banner .banner-mask img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.C-banner .banner-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.C-banner .banner-title {
  margin-bottom: 1.093vw;
  overflow: hidden;
}

.C-banner .banner-title .clip-text {
  background-image: linear-gradient(180deg, #fff 41.83%, #d2d2d2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.C-banner .btns {
  gap: 0.7813vw;
  margin-top: 2.0833vw;
}

.clip-text-parent {
  overflow: hidden;
}

.clip-text {
  transform: translateY(100%);
  animation: textClip 1s ease forwards;
}

@keyframes textClip {
  0% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(0);
  }
}

.C-banner .banner-desc {
  color: #e5e5e5;
  overflow: hidden;
}

.clip-text.delay4 {
  animation-delay: 0.4s;
}

.rjpt2 {
  position: relative;
  padding: 5.729vw 11.093vw;
  overflow: hidden;
}

.rjpt2-btns {
  margin-top: 4em;
  gap: 2em;
}

.rjpt2-inner {
  position: relative;
  z-index: 1;
}

.rjpt2-left {
  width: 30.583vw;
}

.rjpt2-tag {
  display: inline-block;
  padding: 0.273vw 0.729vw;
  background: #f3efed;
  border-radius: 520.781vw;
  margin-bottom: 1.406vw;
}

.rjpt2-tag span {
  color: var(--color);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.rjpt2-left h2 {
  color: #333333;
  line-height: 1.4;
  margin-bottom: 1.406vw;
}

.rjpt2-left p {
  color: #666666;
  line-height: 1.4;
  max-width: 26.25vw;
}

.rjpt2-right {
  width: 43.385vw;
}

.rjpt3 {
  position: relative;
  padding: 5.729vw 11.093vw 0;
  overflow: hidden;
  border-radius: 1.562vw;
  background: linear-gradient(0deg, #f3efeb 0%, #f3efeb 100%), #fff;
  box-shadow: 0 0 0.729vw 0 rgba(0, 0, 0, 0.1);
}

.rjpt3-bg {
  position: absolute;
  right: 50%;
  top: 14.01vw;
  width: 59.166vw;
  height: 33.281vw;
  transform: translateX(50%);
  z-index: -1;
  border-radius: 1.562vw;
  overflow: hidden;
}

.rjpt3-inner {
  position: relative;
  z-index: 1;
}

.rjpt3-header {
  margin-bottom: 5.729vw;
}

.rjpt3-subtitle {
  color: var(--color);
  letter-spacing: 0.4em;
  text-transform: uppercase;
  margin-bottom: 1.093vw;
}

.rjpt3-title {
  color: #333333;
  line-height: 1;
  letter-spacing: -0.025em;
}

.rjpt3-cards {
  gap: 23.229vw 3.125vw;
  padding-bottom: 8.125vw;
  position: relative;
}

.rjpt3-card {
  position: relative;
  padding: 2.187vw;
  background: rgba(255, 255, 255, 0.7);
  border: 0.052vw solid rgba(229, 229, 229, 0.5);
  border-radius: 1.822vw;
  -webkit-backdrop-filter: blur(1.041vw);
  backdrop-filter: blur(1.041vw);
  transition: all ease 0.3s;
}

.rjpt3-card:hover {
  border-color: rgba(139, 98, 71, 0.2);
  box-shadow: 0vw 2.083vw 4.166vw 0vw rgba(0, 0, 0, 0.08);
}

.rjpt3-card .card-inner {
  position: relative;
}

.rjpt3-card .card-top {
  margin-bottom: 2.187vw;
}

.rjpt3-card .card-icon {
  width: 2.916vw;
  height: 2.916vw;
  border-radius: 0.729vw;
  border: 0.052vw solid #f5f5f5;
  background: #fff;
  box-shadow: 0 0.208vw 0.312vw -0.052vw rgba(0, 0, 0, 0.02), 0 0.52vw 0.781vw -0.156vw rgba(0, 0, 0, 0.03), 0 1.041vw 2.083vw -0.26vw rgba(0, 0, 0, 0.04);
  transition: all ease 0.3s;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.rjpt3-card .card-icon .icon {
  width: 2.083vw;
}

.rjpt3-card:hover .card-icon {
  background: #8b6247;
  border: 0.052vw solid #8b6247;
  box-shadow: 0 0.52vw 1.562vw 0 rgba(139, 98, 71, 0.3);
}

.rjpt3-card .card-num {
  color: #d4d4d4;
}

.rjpt3-card:hover .card-num {
  color: var(--color);
}

.rjpt3-card .card-title {
  color: #333333;
  line-height: 1.4;
  margin-bottom: 0.729vw;
  transition: all ease 0.3s;
}

.rjpt3-card:hover .card-title {
  color: var(--color);
}

.rjpt3-card .card-desc {
  color: #666666;
  line-height: 1.4;
  transition: all ease 0.3s;
}

.rjpt3-card:hover .card-desc {
  color: #333333;
}

.rjpt3-card .card-divider {
  width: 100%;
  margin-top: 1.145vw;
}

.rjpt3-card.active .card-divider {
  opacity: 1;
}

.rjpt4 {
  position: relative;
  padding: 5.833vw 12.135vw;
  background: #fff;
  border-radius: 1.562vw;
}

.rjpt4-inner {
  position: relative;
}

.rjpt4-left {
  max-width: 36.041vw;
  padding-top: 8.125vw;
}

.rjpt4-tag {
  display: inline-block;
  padding: 0.273vw 0.729vw;
  background: rgba(139, 98, 71, 0.1);
  border-radius: 520.781vw;
  margin-bottom: 1.562vw;
}

.rjpt4-tag span {
  color: var(--color);
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.rjpt4-left h2 {
  color: #333333;
  line-height: 1.4;
  margin-bottom: 1.562vw;
}

.rjpt4-desc {
  color: #666666;
  line-height: 1.4;
  max-width: 32.916vw;
  margin-bottom: 1.562vw;
}

.rjpt4-features {
  gap: 0.885vw 1.041vw;
}

.rjpt4-features li {
  gap: 0.546vw;
}

.rjpt4-features .feature-icon {
  width: 1.093vw;
  height: 1.093vw;
}

.rjpt4-features span {
  color: #333333;
  letter-spacing: -0.025em;
  flex:1;
  min-width: 0;
}

.rjpt4-right {
  position: relative;
  width: 36.145vw;
  height: 35.416vw;
}

.rjpt4-right .phone-bg-blur {
  position: absolute;
  right: 2.447vw;
  top: 2.083vw;
  width: 31.25vw;
  height: 31.25vw;
  background: rgba(139, 98, 71, 0.1);
  border-radius: 50%;
  filter: blur(6.25vw);
}

.rjpt4-right .phone-group {
  position: relative;
  width: 100%;
  height: 100%;
}

.rjpt4-right .phone-bg-circle {
  position: absolute;
  left: 0.104vw;
  top: 3.177vw;
  width: 26.666vw;
  height: 26.666vw;
  background: rgba(139, 98, 71, 0.1);
  border-radius: 50%;
  filter: blur(6.25vw);
}

.rjpt4-right .phone-dots .dot {
  position: absolute;
  background: var(--color);
  border-radius: 50%;
  opacity: 0.5;
}

.rjpt4-right .phone-dots .dot-1 {
  width: 22.864vw;
  height: 22.552vw;
  left: 0;
  top: 5.208vw;
}

@keyframes dot-float-2 {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-0.937vw);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes dot-float-3 {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-0.729vw);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes dot-float-4 {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-0.52vw);
  }

  100% {
    transform: translateY(0);
  }
}

.rjpt4-right .phone-dots .dot-2 {
  width: 2.812vw;
  height: 2.812vw;
  left: 0;
  top: 4.687vw;
  animation: dot-float-2 2.4s ease-in-out infinite;
}

.rjpt4-right .phone-dots .dot-3 {
  width: 1.927vw;
  height: 1.927vw;
  left: 9.062vw;
  bottom: 0;
  animation: dot-float-3 2.2s ease-in-out infinite;
}

.rjpt4-right .phone-dots .dot-4 {
  width: 1.927vw;
  height: 1.927vw;
  left: 23.437vw;
  top: 0;
  animation: dot-float-4 2.6s ease-in-out infinite;
}

.rjpt4-right .phone {
  position: absolute;
}

@keyframes phone-float-front {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-0.468vw);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes phone-float-back {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(0.416vw);
  }

  100% {
    transform: translateY(0);
  }
}

.rjpt4-right .phone-front {
  left: 1.51vw;
  top: 6.51vw;
  width: 18.958vw;
  z-index: 2;
  animation: phone-float-front 3s ease-in-out infinite;
}

.rjpt4-right .phone-back {
  right: 4.687vw;
  top: 7.135vw;
  width: 16.093vw;
  z-index: 1;
  animation: phone-float-back 2.5s ease-in-out infinite;
}

.rjpt4-right .phone-shadow {
  position: absolute;
  right: 5.208vw;
  top: 5.989vw;
  width: 18.333vw;
  height: 29.375vw;
  background: rgba(139, 98, 71, 0.25);
  border-radius: 2.083vw;
  filter: blur(7.812vw);
}

.C-form1 {
  padding: 4.375vw 10.937vw;
  background: #f3efeb;
  border-radius: 1.562vw;
  box-shadow: 0vw 0vw 0.729vw 0vw rgba(0, 0, 0, 0.1);
}

.C-form1 .form-inner {
  max-width: 78.125vw;
  margin: 0 auto;
  gap: 3.645vw;
}

.C-form1 .form-left {
  max-width: 25vw;
}

.C-form1 .form-left h2 {
  color: #333333;
  line-height: 1.4;
  margin-bottom: 1.093vw;
}

.C-form1 .form-desc {
  color: #a1a1aa;
  line-height: 1.4;
  margin-bottom: 1.093vw;
}

.C-form1 .form-contact-list {
  padding-top: 1.093vw;
}

.C-form1 .form-contact-list .li {
  gap: 0.729vw;
  margin-bottom: 1.093vw;
}

.C-form1 .form-contact-list .icon {
  width: 1.25vw;
  padding-top: 0.182vw;
}

.C-form1 .form-contact-list .label {
  color: #333333;
  margin-bottom: 0.208vw;
}

.C-form1 .form-contact-list .value {
  color: #a1a1aa;
}

.C-form1 .form-right {
  flex: 1;
  max-width: 49.531vw;
  padding: 2.187vw;
  background: #fff;
  border: 0.052vw solid #e5e5e5;
  border-radius: 0.729vw;
  -webkit-backdrop-filter: blur(5.208vw);
  backdrop-filter: blur(5.208vw);
}

.C-form1 .contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.041vw;
}

.C-form1 .form-row {
  gap: 1.093vw;
}

.C-form1 .form-row .form-group {
  flex: 1;
}

.C-form1 .form-group {
  display: flex;
  flex-direction: column;
  gap: 0.416vw;
}

.C-form1 .form-group label {
  color: #71717a;
}

.C-form1 .form-group.check label::after {
  content: "*";
  margin-left: 0.2em;
  color: #8b6247;
}

.C-form1 .form-group input,
.C-form1 .form-group textarea {
  padding: 0.781vw 0.833vw;
  background: #fafafa;
  border: none;
  border-radius: 0.208vw;
  color: #333333;
}

.C-form1 .form-group input::-moz-placeholder,
.C-form1 .form-group textarea::-moz-placeholder {
  color: rgba(102, 102, 102, 0.5);
}

.C-form1 .form-group input::placeholder,
.C-form1 .form-group textarea::placeholder {
  color: rgba(102, 102, 102, 0.5);
}

.C-form1 .form-group textarea {
  resize: none;
  min-height: 6.458vw;
}

.C-form1 .submit-btn {
  width: 100%;
  padding: 0.729vw 0;
  background: var(--color);
  border: none;
  border-radius: 1.562vw;
  color: #fff;
  cursor: pointer;
  transition: all ease 0.3s;
}

.C-form1 .submit-btn:hover {
  background: #6d4d37;
}

.C-form1 .submit-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.C-form1 input:-webkit-autofill {
  box-shadow: 0 0 0 52.083vw #fafafa inset !important;
}

.C-form1 input:-internal-autofill-previewed,
.C-form1 input:-internal-autofill-selected {
  -webkit-text-fill-color: #333 !important;
  transition: background-color 5000s ease-in-out 0s !important;
}

.C-banner .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.pd2 {
  padding: 6.77vw 11.093vw;
}

.pd2-section {
  display: flex;
  flex-direction: column;
  gap: 2.916vw;
  margin-bottom: 6.25vw;
}

.pd2-section:last-child {
  margin-bottom: 0;
}

.pd2-main {
  display: flex;
  border-radius: 2.083vw;
  overflow: hidden;
  box-shadow: 0vw 0.052vw 0.104vw 0vw rgba(0, 0, 0, 0.05);
}

.pd2-info {
  width: 38.906vw;
  padding: 3.645vw 8.645vw;
  background: #f3efeb;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pd2-header {
  margin-bottom: 1.458vw;
}

.pd2-tag {
  gap: 0.729vw;
  margin-bottom: 0.364vw;
}

.pd2-tag-line {
  display: block;
  width: 2.187vw;
  height: 0.078vw;
  background: var(--color);
}

.pd2-tag span {
  color: var(--color);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.pd2-info h2 {
  color: #333333;
  line-height: 1.25;
}

.pd2-info.dark h2 {
  color: #666666;
}

.pd2-desc {
  color: rgba(102, 102, 102, 0.8);
  line-height: 1.5;
}

.pd2-img {
  flex: 1;
  background: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 26.041vw;
  overflow: hidden;
}

.pd2-img-inner {
  width: 100%;
  height: 100%;
}

.pd2-img-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.pd2-section.reverse .pd2-main {
  flex-direction: row-reverse;
}

.pd2-products {
  padding: 0 1.093vw;
}

.pd2-products-header {
  margin-bottom: 2.187vw;
}

.pd2-products-header h3 {
  color: #333333;
  line-height: 1.3;
}

.pd2-nav {
  gap: 0.729vw;
}

.sbtn1 {
  width: 2.187vw;
  height: 2.187vw;
  cursor: pointer;
  transition: all ease 0.3s;
  background: url("/img/products/icon-sbtn1.svg") no-repeat center/contain;
}

.sbtn1:hover {
  background: url("/img/products/icon-sbtn1-h.svg") no-repeat center/contain;
}

.sbtn1.next {
  transform: rotateY(180deg);
}

.sbtn1.swiper-button-disabled {
  cursor: not-allowed;
}

.pd2-card {
  display: block;
  position: relative;
  border-radius: 1.093vw;
  overflow: hidden;
  background: #fafafa;
  border: 0.052vw solid #e5e5e5;
  width: 20.729vw;
  height: 15.625vw;
  transition: all ease 0.3s;
}

.pd2-card-img {
  background: #fafafa;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.pd2-card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.pd2-card-info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 1.458vw;
  background: rgba(255, 255, 255, 0.9);
  border-top: 0.052vw solid #e5e5e5;
  -webkit-backdrop-filter: blur(0.208vw);
  backdrop-filter: blur(0.208vw);
}

.pd2-card-info h4 {
  color: #333333;
  line-height: 1.4;
  margin-bottom: 0.208vw;
}

.pd2-card-info p {
  color: #666666;
  line-height: 1.5;
}

.contact2 {
  padding: 7.291vw 9.843vw;
  background: #fff;
}

.contact2-inner {
  max-width: 77.812vw;
  margin: 0 auto;
}

.contact2-title {
  color: #333333;
  line-height: 1.5;
  letter-spacing: -0.05em;
  margin-bottom: 4.375vw;
}

.contact2-list {
  position: relative;
  display: flex;
  gap: 2.916vw;
  height: 33.958vw;
  padding-right: 2.812vw;
  overflow: auto;
}

.contact2-list::-webkit-scrollbar {
  width: 0.156vw;
  height: 0.156vw;
}

.contact2-list::-webkit-scrollbar-thumb {
  background: #8b6247;
  border-radius: 0.52vw;
}

.contact2-list::-webkit-scrollbar-track {
  background: rgba(229, 229, 229, 0.3);
  border-radius: 0.52vw;
}

.contact2-items {
  flex: 1;
}

.contact2-item {
  border-bottom: 0.052vw solid #e5e5e5;
}

.contact2-item:first-child {
  border-top: 0.052vw solid #e5e5e5;
}

.contact2-header {
  padding: 1.822vw 1.093vw;
  cursor: pointer;
  transition: all ease 0.3s;
}

.contact2-item.active .contact2-header {
  padding-bottom: 1.458vw;
}

.contact2-info {
  flex: 1;
}

.contact2-num {
  color: #8b6247;
  line-height: 1.4;
  margin-bottom: 0.729vw;
}

.contact2-question {
  color: #333333;
  line-height: 1.4;
  transition: color ease 0.3s;
}

.contact2-item:hover .contact2-question {
  color: #8b6247;
}

.contact2-toggle {
  position: relative;
  width: 2.187vw;
  height: 2.187vw;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.5);
  border: 0.052vw solid #e5e5e5;
  border-radius: 50%;
  cursor: pointer;
  -webkit-backdrop-filter: blur(0.208vw);
  backdrop-filter: blur(0.208vw);
  transition: all ease 0.3s;
}

.contact2-toggle img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all ease 0.3s;
}

.contact2-toggle .icon-minus {
  opacity: 0;
}

.contact2-toggle .icon-plus {
  opacity: 1;
}

.contact2-item.active .contact2-toggle {
  background: #8b6247;
  border-color: #8b6247;
}

.contact2-item.active .contact2-toggle .icon-minus {
  opacity: 1;
}

.contact2-item.active .contact2-toggle .icon-plus {
  opacity: 0;
}

.contact2-content {
  display: none;
  overflow: hidden;
}

.contact2-answer {
  padding: 0 1.093vw 1.458vw;
  width: 35.937vw;
}

.contact2-answer p {
  color: #000;
  line-height: 1.4;
}

.search2 {
  padding: 4.375vw 12.031vw;
  background: #fafafa;
  border-radius: 0 0 1.562vw 1.562vw;
  box-shadow: 0vw 0vw 0.729vw 0vw rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
}

.search2-inner {
  max-width: 77.812vw;
  margin: 0 auto;
}

.search2-title {
  color: var(--color);
  margin-bottom: 0.729vw;
}

.search2-box {
  position: relative;
  width: 100%;
  height: 3.75vw;
  border: 0.052vw solid var(--color);
  border-radius: 1.562vw;
  overflow: hidden;
}

.search2-input {
  width: 100%;
  height: 100%;
  padding: 0 3.645vw 0 1.458vw;
  border: none;
  background: transparent;
  color: #333;
}

.search2-input::-moz-placeholder {
  color: #86868b;
}

.search2-input::placeholder {
  color: #86868b;
}

.search2-btn {
  position: absolute;
  right: 1.25vw;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  padding-left: 0.729vw;
  border-left: 0.052vw solid #8b6247;
}

.search2-btn svg {
  width: 1.25vw;
}

.search3 {
  padding: 9.583vw 9.843vw 4.375vw;
  background: #f3efeb;
  border-top: 0.052vw solid #e5e5e5;
  border-radius: 0 0 1.562vw 1.562vw;
  box-shadow: 0vw 0vw 0.729vw 0vw rgba(0, 0, 0, 0.1);
  margin-top: -1.041vw;
  position: relative;
  z-index: 1;
}

.search3-inner {
  max-width: 77.812vw;
  margin: 0 auto;
  padding: 0 2.187vw;
}

.search3-title {
  color: #666666;
  margin-bottom: 2.916vw;
}

.search3-list {
  display: flex;
  flex-direction: column;
  gap: 2.187vw;
}

.search3-item {
  display: flex;
  align-items: center;
  gap: 2.187vw;
  padding-bottom: 2.187vw;
  border-bottom: 0.052vw solid #e5e5e5;
}

.search3-img {
  width: 11.666vw;
  height: 8.75vw;
  border-radius: 0.546vw;
  overflow: hidden;
  flex-shrink: 0;
  border: 0.052vw solid rgba(255, 255, 255, 0.05);
}

.search3-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.search3-content {
  flex: 1;
}

.search3-tag {
  display: block;
  color: #333333;
  margin-bottom: 0.729vw;
}

.search3-name {
  color: #666666;
  line-height: 1.4;
  margin-bottom: 0.729vw;
  transition: color ease 0.3s;
}

.search3-item:hover .search3-name {
  color: var(--color);
}

.search3-desc {
  color: #333333;
  line-height: 1.4;
  max-width: 30.625vw;
}

.search3-arrow {
  position: relative;
  width: 2.187vw;
  height: 2.187vw;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
}

.search3-arrow img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: opacity ease 0.3s;
}

.search3-arrow .icon-default {
  opacity: 1;
}

.search3-arrow .icon-hover {
  opacity: 0;
  transition: all ease 0.3s;
}

.search3-item:hover .search3-arrow .icon-default {
  opacity: 0;
}

.search3-item:hover .search3-arrow .icon-hover {
  opacity: 1;
  transform: rotate(-45deg);
}

.search3-pagination {
  padding-top: 2.187vw;
  gap: 0.729vw;
}

.search3-pages {
  gap: 0.364vw;
}

.page-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.187vw;
  height: 2.187vw;
  border-radius: 50%;
  color: #666666;
  font-size: 0.729vw;
  cursor: pointer;
  transition: all ease 0.3s;
}

.page-item:hover,
.page-item.active {
  background: var(--color);
  color: #fff;
}

.page-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.187vw;
  height: 2.187vw;
  color: #666666;
  font-size: 0.729vw;
}

.search3-prev,
.search3-next {
  transform: none;
}

.search3-next {
  transform: rotateY(180deg);
}

.search4 {
  padding: 4.375vw 10.937vw 5.729vw;
  background: #fff;
}

.search4-inner {
  max-width: 77.812vw;
  margin: 0 auto;
  padding: 0 1.093vw;
}

.search4-header {
  margin-bottom: 2.916vw;
}

.search4-title {
  color: #333333;
}

.search4-nav {
  gap: 0.729vw;
}

.search4-prev,
.search4-next {
  transform: none;
}

.search4-next {
  transform: rotateY(180deg);
}

.search4-list {
  gap: 1.822vw;
}

.search4-card {
  position: relative;
  min-height: 10.468vw;
  padding: 1.145vw;
  background: #fff;
  border: 0.052vw solid #e5e5e5;
  border-radius: 0.546vw;
  transition: all ease 0.3s;
  cursor: pointer;
}

.search4-card:hover {
  background: var(--color);
  border-color: var(--color);
  box-shadow: 0vw 0.104vw 0.52vw 0vw rgba(0, 0, 0, 0.15);
}

.search4-card-icon {
  position: relative;
  width: 2.187vw;
  height: 2.187vw;
  margin-bottom: 1.093vw;
}

.search4-card-icon img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: opacity ease 0.3s;
}

.search4-card-icon .icon-default {
  opacity: 1;
}

.search4-card-icon .icon-hover {
  opacity: 0;
}

.search4-card:hover .search4-card-icon .icon-default {
  opacity: 0;
}

.search4-card:hover .search4-card-icon .icon-hover {
  opacity: 1;
}

.search4-card-tag {
  display: block;
  color: var(--color);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 0.156vw;
  transition: color ease 0.3s;
}

.search4-card:hover .search4-card-tag {
  color: #fff;
}

.search4-card-name {
  color: #333333;
  line-height: 1.5;
  margin-bottom: 1.25vw;
  transition: color ease 0.3s;
}

.search4-card:hover .search4-card-name {
  color: #fff;
}

.search4-card-bottom {
  position: absolute;
  left: 1.145vw;
  right: 1.145vw;
  bottom: 1.145vw;
}

.search4-card-size {
  color: #666666;
  transition: color ease 0.3s;
}

.search4-card:hover .search4-card-size {
  color: #fff;
}

.search4-card-download {
  position: relative;
  width: 2.187vw;
  height: 2.187vw;
}

.search4-card-download img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: opacity ease 0.3s;
}

.search4-card-download .icon-default {
  opacity: 1;
}

.search4-card-download .icon-hover {
  opacity: 0;
}

.search4-card:hover .search4-card-download .icon-default {
  opacity: 0;
}

.search4-card:hover .search4-card-download .icon-hover {
  opacity: 1;
}

.search4-nav .sbtn1.swiper-button-lock {
  display: block;
}

.service-page {
  background: #fff;
}

.service-page .C-banner .banner-title {
  line-height: 1.2;
}

.service-page .C-banner .banner-desc {
  margin: 0 auto;
  line-height: 1.5;
}

.service-section {
  padding: 5.729vw 10.937vw;
}

.service-inner {
  max-width: 78.125vw;
  margin: 0 auto;
}

.service-title {
  gap: 1.093vw;
  margin-bottom: 1.458vw;
}

.service3 .service-title {
  margin-bottom: 2.916vw;
}

.service-num {
  color: var(--color);
  flex-shrink: 0;
}

.service-line {
  flex: 1;
  min-width: 0;
  display: block;
  height: 0.052vw;
  background: #e5e5e5;
  background: #8b6247;
  transform: scaleX(0);
  transform-origin: left;
}

.service2 {
  padding: 5.729vw 10.937vw;
}

.service2-title {
  color: #333333;
  margin-bottom: 1.458vw;
}

.service2-desc {
  color: #666666;
  line-height: 1.5;
}

.service3 {
  padding: 5.833vw 10.937vw;
  border-radius: 1.562vw;
  background: #f3efeb;
  box-shadow: 0 0 0.729vw 0 rgba(0, 0, 0, 0.1);
}

.service3-content {
  gap: 3.645vw;
}

.service3-img {
  width: 35vw;
  border-radius: 1.562vw;
  background: #f5f5f5;
  box-shadow: 0 1.302vw 2.604vw -0.625vw rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

.service3-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.service3-info {
  width: 35.937vw;
}

.service3-header {
  margin-bottom: 1.822vw;
}

.service3-tag {
  display: inline-block;
  color: #666;
  letter-spacing: 0.05em;
  margin-bottom: 0.729vw;
}

.service3-header h3 {
  color: #333333;
  line-height: 1.3;
  margin-bottom: 0.833vw;
}

.service3-desc {
  color: #666666;
  line-height: 1.5;
}

.service3-divider {
  width: 100%;
  height: 0.052vw;
  background: #e5e5e5;
  margin-bottom: 1.458vw;
}

.service3-list h4 {
  color: #333333;
  margin-bottom: 1.093vw;
  letter-spacing: -0.02vw;
}

.service3-items {
  display: flex;
  flex-direction: column;
  gap: 1.093vw;
}

.service3-item {
  gap: 0.729vw;
  align-items: center;
}

.service3-item::before {
  content: "•";
  color: #8b6247;
}

.service3-item span {
  color: #333;
  line-height: 1.5;
  flex: 1;
  min-width: 0;
}

.service4 {
  padding: 4.375vw 10.937vw;
}

.service4-main {
  margin-bottom: 2.187vw;
}

.service4-left {
  width: 37.395vw;
}

.service4-left h3 {
  color: #333333;
  line-height: 1.3;
  margin-bottom: 1.093vw;
}

.service4-desc {
  color: #666666;
  line-height: 1.5;
}

.service4-right {
  width: 37.5vw;
}

.service4-note {
  color: #666666;
  line-height: 1.5;
  margin-bottom: 1.822vw;
}

.service4-features {
  display: flex;
  flex-wrap: wrap;
  gap: 1.458vw 0;
}

.service4-feature {
  width: 50%;
  padding: 0 0 0 1.093vw;
  background: rgba(255, 255, 255, 0.7);
  border-left: 0.104vw solid #8b6247;
  -webkit-backdrop-filter: blur(0.52vw);
  backdrop-filter: blur(0.52vw);
}

.service4-feature h4 {
  color: #333333;
  margin-bottom: 0.364vw;
}

.service4-feature p {
  color: #666666;
}

.service4-header {
  margin-bottom: 1.458vw;
}

.service4-header h4 {
  color: #333333;
}

.service4-nav {
  gap: 0.729vw;
}

.service4-nav .next {
  transform: rotateY(180deg);
}

.service4-nav .sbtn1.swiper-button-lock {
  display: block;
}

.service4-card {
  display: block;
  width: 20.833vw;
  height: 15.625vw;
  border-radius: 1.093vw;
  overflow: hidden;
  background: #fff;
  border: 0.052vw solid #e5e5e5;
  transition: all ease 0.3s;
}

.service4-card:hover {
  border-color: var(--color);
  box-shadow: 0vw 0.52vw 1.562vw 0vw rgba(0, 0, 0, 0.1);
}

.service4-card-inner {
  width: 100%;
  height: 100%;
}

.service4-card-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.service5 {
  padding: 4.375vw 10.937vw;
  position: relative;
  border-radius: 1.562vw;
  background: #f3efeb;
  box-shadow: 0 0 0.729vw 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.service5-decoration {
  position: absolute;
  left: 0;
  top: 22%;
  font-size: 30vw;
  line-height: 1;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.4);
  white-space: nowrap;
  pointer-events: none;
  text-transform: uppercase;
  display: flex;
  animation: wenzigd 100s linear infinite;
}

.service5-decoration p {
  margin-right: 1em;
}

@keyframes wenzigd {
  0% {
    transform: translate(0%, 0);
  }

  100% {
    transform: translate(-50%, 0);
  }
}

.service5-main {
  margin-bottom: 5.208vw;
}

.service5-left {
  width: 37.5vw;
}

.service5-left h3 {
  color: #333333;
  line-height: 1.3;
  margin-bottom: 1.093vw;
}

.service5-desc {
  color: #666666;
  line-height: 1.5;
}

.service5-right {
  width: 37.5vw;
  gap: 1.458vw;
}

.service5-icon-wrap {
  width: 0.885vw;
  margin-right: 0.364vw;
}

.service5-icon {
  width: 100%;
}

.service5-item h4 {
  color: #333333;
}

.service5-item p {
  color: #666666;
  line-height: 1.4;
  margin-top: 0.364vw;
}

.service5-tabs-wrap {
  position: relative;
}

.service5-tabs-content {
  gap: 2.187vw;
}

.service5-tabs {
  position: relative;
  /* width: 4.687vw;
  margin-right: 7.395vw; */
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
}

.service5-tab {
  position: relative;
  /* width: 100%; */
  /* height: 7.031vw; */
  border-bottom: 0.052vw solid rgba(229, 229, 229, 0.6);
  cursor: pointer;
  transition: all ease 0.3s;
}

.service5-tab span {
  display: block;
  color: rgba(102, 102, 102, 0.3);
  transition: color ease 0.3s;
  /* position: absolute;
  right: 2.5vw;
  top: 0;
  transform-origin: right;
  transform: rotate(-90deg); */
}

.service5-tab.on {
  border-color: var(--color);
}

.service5-tab.on span {
  color: var(--color);
}

.service5-tab-panels {
  flex: 1;
  min-width: 0;
}

.service5-tab-panels .swiper {
  width: 100%;
  margin: 0;
  display: none;
}

.service5-tab-panels .swiper.on {
  display: block;
  animation: fadeIn 0.5s ease-in-out forwards;
}

.service5-tab-panel {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.service5-panel-img {
  width: 36.458vw;
  border-radius: 2.083vw;
  overflow: hidden;
}

.service5-panel-img img {
  width: 100%;
}

.service5-panel-info {
  width: 20.833vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.service5-phase {
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.729vw;
}

.service5-panel-info h4 {
  color: #333333;
  line-height: 1.3;
  margin-bottom: 1.093vw;
}

.service5-panel-desc {
  color: #666666;
  line-height: 1.5;
  margin-bottom: 1.822vw;
}

.service5-tags {
  gap: 0.52vw;
}

.service5-tag {
  display: inline-block;
  padding: 0.52vw 1.093vw;
  border-radius: 0.52vw;
  border: 0.052vw solid #e5e5e5;
  background: #f9f9f9;
  color: #333;
}

.service5-tag::before {
  content: "";
  display: inline-block;
  width: 0.312vw;
  height: 0.312vw;
  border-radius: 100%;
  background: #8b6247;
  margin-right: 0.312vw;
}

.service5 .swiper-pagination {
  position: static;
  margin-top: 2.083vw;
}

.service5 .swiper-pagination-bullet {
  width: 0.729vw;
  height: 0.208vw;
  border-radius: 0;
  overflow: hidden;
  background: #d9d9d9;
  opacity: 1;
  position: relative;
  border-radius: 0.312vw;
  margin: 0 0.364vw;
  transition: all ease 0.3s;
}

.service5 .swiper-pagination-bullet-active {
  width: 1.822vw;
  background: #8b6247;
  opacity: 1;
}

.service6 {
  padding: 4.375vw 10.937vw;
}

.service6-left {
  width: 44.947vw;
}

.service6-left h3 {
  color: #333333;
  line-height: 1.3;
  margin-bottom: 1.093vw;
}

.service6-desc {
  color: #666666;
  line-height: 1.5;
}

.service6-support-title {
  color: #333333;
  margin-bottom: 1.093vw;
  padding-top: 1.458vw;
}

.service6-items {
  gap: 1.041vw 2.083vw;
}

.service6-item {
  gap: 0.729vw;
}

.service6-check {
  width: 1.093vw;
  height: 1.093vw;
  flex-shrink: 0;
}

.service6-item span {
  color: #666666;
  line-height: 1.5;
  flex: 1;
  min-width: 0;
}

.service6-right {
  width: 20.833vw;
  border-radius: 1.562vw;
  overflow: hidden;
}

.service7 {
  padding: 4.375vw 10.937vw 6.562vw;
  border-radius: 1.562vw;
  background: linear-gradient(180deg, #000 0%, #333 100%);
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.10);
}

.service7-header {
  margin-bottom: 2.187vw;
}

.service7-header h3 {
  color: #fff;
  line-height: 1.3;
  margin-bottom: 0.729vw;
}

.service7-desc {
  color: #fff;
  line-height: 1.5;
}

.service7-map-wrap {
  margin-bottom: 2.187vw;
}

.service7-map {
  position: relative;
  width: 100%;
}

.service7-map-img {
  width: 100%;
  height: auto;
  display: block;
}

.service7 .service-num {
  color: #fff;
}

.map-marker {
  position: absolute;
  width: 1.25vw;
  height: 1.25vw;
  transform: translate(-50%, -50%);
}

.marker-dot {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1.5625vw;
  height: 1.5625vw;
  background: #FFF;
  box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.90);
  border-radius: 50%;
  z-index: 2;
}

.marker-pulse {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1.5625vw;
  height: 1.5625vw;
  border: 0.104vw solid #d3d3d3;
  border-radius: 50%;
  animation: markerPulse 2s ease-out infinite;
}

@keyframes markerPulse {
  0% {
    width: 1.5625vw;
    height: 1.5625vw;
    opacity: 1;
  }

  100% {
    width: 4.5vw;
    height: 4.5vw;
    opacity: 0;
  }
}

.marker-pulse2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1.5625vw;
  height: 1.5625vw;
  border: 0.104vw solid #d3d3d3;
  border-radius: 50%;
  animation: markerPulse2 2s ease-out infinite;
}

@keyframes markerPulse2 {
  0% {
    width: 1.5625vw;
    height: 1.5625vw;
    opacity: 1;
  }

  100% {
    width: 6.104vw;
    height: 6.104vw;
    opacity: 0;
  }
}

.service7-locations {
  gap: 3.645vw;
}

.service7-location h4 {
  color: #fff;
  margin-bottom: 0.729vw;
}

.service7-loc-items {
  gap: 1.458vw;
}

.service7-loc-item {
  gap: 0.52vw;
}

.service7-loc-icon {
  width: 1.25vw;
}

.service7-loc-item span {
  color: #fff;
}

.service8 {
  padding: 6.25vw 10.937vw 0;
}

.service8-inner {
  width: 75.416vw;
  margin: 0 auto;
}

.service8-title {
  color: #333333;
  line-height: 1.4;
  margin-bottom: 6.25vw;
}

.service8-title span {
  color: var(--color);
}

.service8-arrow {
  width: 0.052vw;
  position: relative;
  margin: 0 auto;
}

.service8-line {
  width: 0.052vw;
  height: 8.75vw;
  background: #e5e5e5;
  position: relative;
}

.service8-line::after {
  content: "";
  display: block;
  width: 0.312vw;
  height: 0.312vw;
  border-radius: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateX(-50%);
  background: #8b6247;
}

.service8-arrow-icon {
  width: 1.458vw;
  height: 1.458vw;
  position: absolute;
  left: 0;
  bottom: 100%;
  max-width: none;
  transform: translateX(-50%);
}

.C-form1 .form-contact-item {
  gap: 0.729vw;
  margin-bottom: 1.093vw;
}

.scaleImg {
  overflow: hidden;
}

.scaleImg img {
  transition: transform ease 0.5s;
}

.scaleImg:hover img {
  transform: scale(1.05);
}

.manufacturing-page .C-banner .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.mf2 {
  padding: 4.375vw 10.937vw;
  background: #fff;
}

.mf2-inner {
  max-width: 78.125vw;
  margin: 0 auto;
}

.mf2-header {
  margin-bottom: 2.916vw;
}

.mf2-header h2 {
  color: #333333;
  margin-bottom: 0.729vw;
}

.mf2-desc {
  color: #333;
  line-height: 1.5;
}

.mf2-desc span {
  color: var(--color);
}

.mf2-list {
  gap: 2.916vw;
}

.mf2-item {
  width: 10.416vw;
  text-align: center;
}

.mf2-icon {
  width: 2.916vw;
  height: 2.916vw;
  margin: 0 auto 1.25vw;
  border-radius: 0.729vw;
  background: #fff;
  box-shadow: 0 0.052vw 0.104vw 0 rgba(0, 0, 0, 0.05);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transition: all ease 0.3s;
}

.mf2-icon .icon {
  width: 1.822vw;
}

.mf2-item p {
  color: var(--color);
}

.mf2-item:hover .mf2-icon {
  background: var(--color);
}

.mf3 {
  position: relative;
  padding: 5.729vw 0;
  border-radius: 1.562vw;
  background: #f3efeb;
  box-shadow: 0 0 0.729vw 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.mf3-ellipse {
  position: absolute;
  left: 7.76vw;
  bottom: -36.197vw;
  width: 84.427vw;
  height: 73.75vw;
  border-radius: 84.427vw;
  background: radial-gradient(50% 50% at 50% 50%, rgba(139, 98, 71, 0.5) 0%, rgba(139, 98, 71, 0) 100%);
  filter: blur(5.208vw);
  pointer-events: none;
}

.mf3-inner {
  position: relative;
  max-width: 78.125vw;
  margin: 0 auto;
  z-index: 1;
}

.mf3-top {
  margin-bottom: 9.583vw;
  align-items: flex-end;
}

.mf3-info h2 {
  color: #333333;
  margin-bottom: 0.729vw;
}

.mf3-desc {
  width: 53.333vw;
}

.mf3-desc p {
  color: #666666;
  line-height: 1.5;
}

.mf3-desc .t2 {
  width: 20.468vw;
}

.mf3-desc .t1 {
  width: 30.052vw;
}

.mf3-nav {
  gap: 0.729vw;
}

.mf3-next {
  transform: rotateY(180deg);
}

.mf3-swiper-wrap {
  position: relative;
}

.mf3-swiper {
  overflow: visible;
}

.mf3-slide {
  width: 40.833vw;
  background: #fff;
  border-radius: 1.458vw;
  overflow: hidden;
  border: 0.052vw solid #e5e5e5;
  transition: all ease 0.8s;
  opacity: 0.4;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.mf3-slide.swiper-slide-active {
  opacity: 1;
  transform: translateY(-5.208vw);
}

.mf3-slide-img {
  width: 20.416vw;
  height: 20.416vw;
  background: #f9f9f9;
}

.mf3-slide-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.mf3-slide-content {
  flex: 1;
  min-width: 0;
  padding: 1.822vw;
}

.mf3-slide-content h3 {
  color: var(--color);
  line-height: 1.4;
  margin-bottom: 1.458vw;
}

.mf3-slide-content p {
  color: #666666;
  line-height: 1.5;
}

.mf4 {
  padding: 4.375vw 11.145vw;
  background: #fff;
}

.mf4-inner {
  max-width: 78.125vw;
  margin: 0 auto;
}

.mf4-header {
  margin-bottom: 2.916vw;
  align-items: center;
}

.mf4-header h2 {
  color: #333333;
  flex-shrink: 0;
}

.mf4-line {
  width: 3.645vw;
  height: 0.208vw;
  margin-top: 0.729vw;
  background: var(--color);
}

.mf4-swiper-wrap {
  margin-bottom: 2.916vw;
}

.mf4-card {
  width: 18.072vw;
  padding: 1.458vw 2.708vw;
  border-radius: 0.729vw;
  overflow: hidden;
  border: 0.052vw solid #e5e5e5;
  transition: all ease 0.3s;
}

.mf4-card:hover {
  border-color: var(--color);
}

.mf4-card-img {
  width: 9.635vw;
  height: 13.645vw;
  margin: 0 auto;
}

.mf4-card-img img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.mf4-card-tag {
  margin: 0.729vw auto 0.208vw;
  width: -moz-max-content;
  width: max-content;
  padding: 0.208vw 2.552vw;
  text-align: center;
  border-radius: 1.562vw;
  background: #8b6247;
}

.mf4-card-tag span {
  color: #fff;
}

.mf4-card-desc {
  color: #666666;
  line-height: 1.4;
  background: #fff;
}

.mf4-nav {
  gap: 0.729vw;
}

.mf4-next {
  transform: rotateY(180deg);
}

.mf5 {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 56.25vw;
  overflow: hidden;
  border-radius: 1.562vw;
  box-shadow: 0 0 0.729vw 0 rgba(0, 0, 0, 0.1);
}

.mf5-swiper {
  width: 100%;
  height: 100%;
}

.mf5-slide {
  width: 100%;
  height: 100%;
}

.mf5-slide-img {
  width: 100%;
  height: 100%;
}

.mf5-slide-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.mf5-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.08) 2.55%, rgba(0, 0, 0, 0.4) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.3) 100%);
  pointer-events: none;
  z-index: 1;
}

.mf5-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 5.364vw 10.937vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 2;
}

.mf5-header {
  max-width: 78.125vw;
  width: 100%;
  margin: 0 auto;
}

.mf5-title h2 {
  color: #fff;
  margin-bottom: 0.729vw;
}

.mf5-line {
  width: 3.645vw;
  height: 0.208vw;
  background: var(--color);
}

.mf5-nav {
  gap: 0.729vw;
}

.sbtn1.white {
  background: rgba(255, 255, 255, 0.5) url("/img/products/icon-sbtn1-white.svg") no-repeat center/contain;
  -webkit-backdrop-filter: blur(0.104vw);
  backdrop-filter: blur(0.104vw);
  border-radius: 100%;
}

.sbtn1.white:hover {
  background: url("/img/products/icon-sbtn1-h.svg") no-repeat center/contain;
  filter: none;
}

.mf5-next {
  transform: rotateY(180deg);
}

.mf5-footer {
  max-width: 78.125vw;
  width: 100%;
  margin: 0 auto;
  gap: 1.458vw;
}

.mf5-pagination-wrap {
  gap: 1.093vw;
}

.mf5-pagination-total {
  color: #fff;
}

.mf5-pagination-line {
  display: block;
  width: 1.041vw;
}

.mf5 .swiper-pagination {
  flex: 1;
  min-width: 0;
  position: static;
  height: 0.104vw;
  background: #fafafa;
  border-radius: 0.104vw;
}

.mf5 .swiper-pagination .swiper-pagination-progressbar-fill {
  background: var(--color);
  border-radius: 0.104vw;
}

.mf6 {
  padding: 5.833vw 10.937vw;
  background: linear-gradient(180deg, #000 0%, #333 100%);
  margin-top: -3em;
}

.mf6-inner {
  max-width: 78.125vw;
  margin: 0 auto 4.375vw;
}

.mf6-header {
  margin-bottom: 1.458vw;
}

.mf6-header h2 {
  color: #fff;
  margin-bottom: 1.093vw;
}

.mf6-line {
  display: block;
  width: 3.125vw;
  height: 0.104vw;
  background: var(--color);
  margin: 0 auto;
}

.mf6-desc {
  color: #fff;
  line-height: 1.5;
  width: 50.937vw;
  margin: 0 auto;
}

.mf6-map {
  width: 75.729vw;
  margin: 0 auto;
}

.mf6-map img {
  width: 100%;
  height: auto;
}

.chb2 {
  padding: 4.375vw 10.937vw 5.729vw;
  background: #fff;
}

.chb2-nav {
  gap: 0.729vw;
}

.chb2-content {
  gap: 2.291vw;
}

.chb2-main {
  width: 49.583vw;
  border-radius: 1.822vw;
  overflow: hidden;
  box-shadow: 0 1.302vw 2.604vw -0.625vw rgba(0, 0, 0, 0.25);
}

.chb2-main .swiper {
  height: 100%;
}

.chb2-main-card {
  display: block;
  position: relative;
  width: 100%;
}

.chb2-main-img {
  width: 100%;
  height: 100%;
}

.chb2-main-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.chb2-main-gradient {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.chb2-main-info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 2.187vw;
  z-index: 1;
}

.chb2-main-tag {
  display: inline-block;
  padding: 0.26vw 0.729vw;
  background: rgba(139, 98, 71, 0.9);
  border-radius: 520.781vw;
  margin-bottom: 1.458vw;
}

.chb2-main-tag span {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.chb2-main-title {
  color: #fff;
  line-height: 1.3;
  margin-bottom: 1.458vw;
}

.chb2-main-desc {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
  margin-bottom: 1.458vw;
  width: 26.25vw;
}

.chb2 .chb2-main-line {
  width: 100%;
  height: 0.052vw;
  background: rgba(255, 255, 255, 0.2);
  margin-bottom: 1.354vw;
}

.chb2-main-date {
  color: rgba(255, 255, 255, 0.4);
}

.chb2-main-arrow {
  width: 2.916vw;
  height: 2.916vw;
  transition: transform ease 0.3s;
}

.chb2-main-card:hover .chb2-main-arrow {
  transform: rotate(-45deg);
}

.chb2-list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.562vw;
}

.chb2-card {
  width: 100%;
  border-radius: 1.041vw;
  overflow: hidden;
  background: #fff;
  border: 0.052vw solid #e5e5e5;
  transition: all ease 0.3s;
}

.chb2-card:hover {
  box-shadow: 0vw 0.52vw 1.562vw 0vw rgba(0, 0, 0, 0.1);
}

.chb2-card-img {
  position: relative;
  width: 100%;
  height: 15.26vw;
  flex-shrink: 0;
  overflow: hidden;
}

.chb2-card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform ease 0.5s;
}

.chb2-card:hover .chb2-card-img img {
  transform: scale(1.05);
}

.chb2-card-tag {
  position: absolute;
  left: 1.093vw;
  top: 1.093vw;
  padding: 0.156vw 0.52vw;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 520.781vw;
  color: #333;
  letter-spacing: 0.05em;
}

.chb2-card-info {
  position: relative;
  padding: 1.822vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.chb2-card-meta {
  margin-bottom: 0.729vw;
}

.chb2-card-meta .line {
  display: block;
  width: 1.093vw;
  height: 0.078vw;
  background: var(--color);
}

.chb2-card-meta span {
  color: #666666;
}

.chb2-card-date {
  color: #666666;
}

.chb2-card-title {
  color: #333333;
  line-height: 1.4;
  margin-bottom: 0.208vw;
  transition: color ease 0.3s;
}

.chb2-card:hover .chb2-card-title {
  color: var(--color);
}

.chb2-card-desc {
  color: #666666;
  line-height: 1.5;
  margin-bottom: 1.093vw;
}

.chb2-card-link {
  gap: 0.52vw;
}

.chb2-card-link span {
  color: #666666;
  transition: color ease 0.3s;
}

.chb2-card:hover .chb2-card-link span {
  color: var(--color);
}

.chb2-card-link .icon {
  width: 0.729vw;
  transition: transform ease 0.3s;
}

.chb2-card:hover .chb2-card-link .icon {
  transform: translateX(0.208vw);
}

.chb2-card-arrow {
  position: relative;
  width: 2.187vw;
  height: 2.187vw;
  margin-left: auto;
}

.chb2-card-arrow img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all ease 0.3s;
}

.chb2-card-arrow .icon-default {
  opacity: 1;
}

.chb2-card-arrow .icon-hover {
  opacity: 0;
}

.chb2-card:hover .chb2-card-arrow .icon-default {
  opacity: 0;
}

.chb2-card:hover .chb2-card-arrow .icon-hover {
  opacity: 1;
  transform: rotate(-45deg);
}

.chb2-inner {
  max-width: 78.125vw;
  margin: 0 auto;
}

.chb2-header {
  margin-bottom: 3.645vw;
}

.chb2-header h2 {
  color: #333333;
}

.chb2-header h2 span {
  color: var(--color);
}

.chb2-header-line {
  display: block;
  width: 3.645vw;
  height: 0.208vw;
  background: var(--color);
}

.chb3 {
  position: relative;
  padding: 5.729vw 10.937vw;
  background: #f3efeb;
  border-radius: 1.562vw;
  box-shadow: 0 0 0.729vw 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.chb3-inner {
  position: relative;
  max-width: 78.125vw;
  margin: 0 auto;
  z-index: 1;
}

.chb3-header {
  margin-bottom: 3.645vw;
}

.chb3-header h2 {
  color: #333333;
}

.chb3-nav {
  gap: 0.729vw;
}

.chb3-list {
  gap: 1.354vw;
}

.chb3-card {
  display: block;
  position: relative;
  width: 25vw;
  height: 28.333vw;
  border-radius: 1.041vw;
  overflow: hidden;
  transition: all ease 0.3s;
}

.chb3-card-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.chb3-card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform ease 0.5s;
}

.chb3-card:hover .chb3-card-img img {
  transform: scale(1.05);
}

.chb3-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 1;
}

.chb3-card-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 3.02vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 2;
  border-radius: 1.041vw;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%);
  -webkit-backdrop-filter: blur(0.26vw);
  backdrop-filter: blur(0.26vw);
}

.chb3-card-tag {
  gap: 0.52vw;
}

.chb3-card-tag .dot {
  display: block;
  width: 0.312vw;
  height: 0.312vw;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  transition: background ease 0.3s;
}

.chb3-card:hover .chb3-card-tag .dot {
  background: var(--color);
}

.chb3-card-tag span {
  color: rgba(255, 255, 255, 0.7);
  transition: color ease 0.3s;
}

.chb3-card:hover .chb3-card-tag span {
  color: #fff;
}

.chb3-card-title {
  color: #fff;
  line-height: 1.3;
  margin-top: 1.458vw;
  opacity: 0.7;
  transition: all ease 0.3s;
}

.chb3-card:hover .chb3-card-title {
  opacity: 1;
}

.chb3-card-desc {
  color: rgb(255, 255, 255);
  line-height: 1.5;
  margin-bottom: 1.093vw;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all ease 0.3s;
}

.chb3-card:hover .chb3-card-desc {
  max-height: 3.125vw;
  opacity: 1;
}

.C-link1 {
  gap: 0.52vw;
  width: -moz-max-content;
  width: max-content;
  padding-bottom: 0.364vw;
  border-bottom: 0.052vw solid rgba(255, 255, 255, 0.1);
  transition: all ease 0.3s;
  letter-spacing: 0.05em;
  color: #fff;
}

.C-link1 .icon {
  width: 0.729vw;
  transition: transform ease 0.3s;
}

.C-link1.theme2 {
  border-bottom: 0.052vw solid #e5e5e5;
  color: #333;
}

.iconHover:hover .C-link1 {
  border-bottom: 0.052vw solid var(--color);
  color: var(--color);
}

.C-link1-parent:hover .C-link1 {
  border-bottom: 0.052vw solid var(--color);
  color: var(--color);
}

.chb3 .bg-txt {
  color: rgba(0, 0, 0, 0.02);
  font-family: "PingFang SC";
  font-size: 10.416vw;
  position: absolute;
  right: 0.729vw;
  bottom: 2.708vw;
  line-height: 1;
}

.chb4 {
  padding: 4.375vw 10.937vw;
  background: #fff;
}

.chb4-inner {
  max-width: 78.125vw;
  margin: 0 auto;
}

.chb4-header {
  margin-bottom: 2.187vw;
}

.chb4-header h2 {
  color: #333333;
}

.chb4-tabs {
  gap: 2.187vw;
  margin-bottom: 2.187vw;
  border-bottom: 0.052vw solid #e5e5e5;
}

.chb4-tab {
  position: relative;
  padding: 0.729vw 0;
  cursor: pointer;
}

.chb4-tab span {
  color: #666;
  transition: color ease 0.3s;
}

.chb4-tab.active span,
.chb4-tab:hover span {
  color: #333;
}

.chb4-tab-line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.156vw;
  background: var(--color);
  transform: scaleX(0);
  transition: transform ease 0.3s;
}

.chb4-tab.active .chb4-tab-line {
  transform: scaleX(1);
}

.chb4-nav {
  margin-left: auto;
  gap: 0.729vw;
  display: none;
}

.chb4-nav.on {
  display: flex;
}

.chb4-next {
  transform: rotateY(180deg);
}

.chb4-list {
  display: none;
  flex-direction: column;
  gap: 1.458vw;
}

.chb4-list.on {
  display: flex;
}

.chb4-item {
  display: block;
  position: relative;
  width: 100%;
  height: 20.833vw;
  border-radius: 1.041vw;
  overflow: hidden;
  transition: all ease 0.3s;
}

.chb4-item-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.chb4-item-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform ease 0.5s;
}

.chb4-item:hover .chb4-item-bg img {
  transform: scale(1.05);
}

.chb4-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 1;
}

.chb4-item-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 5.208vw 2.187vw 2.187vw;
  flex-direction: column;
  align-items: flex-start;
  z-index: 2;
}

.chb4-item-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1.093vw;
}

.chb4-meta-row {
  gap: 0.52vw;
}

.chb4-meta-row .icon {
  width: 0.833vw;
}

.chb4-meta-row span {
  color: rgba(255, 255, 255, 0.8);
}

.chb4-meta-booth {
  display: inline-block;
  padding: 0.156vw 0.52vw;
  background: var(--color);
  border-radius: 0.156vw;
  margin-top: 0.364vw;
}

.chb4-meta-booth span {
  color: #fff;
}

.chb4-item-title {
  color: #fff;
  line-height: 1.3;
  margin: 0.885vw 0 1.093vw;
}

.chb4-item-desc {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
  margin-bottom: 1.458vw;
}

.chb4-item-btn {
  gap: 0.364vw;
  color: #fff;
  border-radius: 520.781vw;
  transition: all ease 0.3s;
}

.chb4-item:hover .chb4-item-btn {
  color: var(--color);
  text-decoration: underline;
  text-underline-offset: 0.208vw;
}

.chb4-item-btn .icon {
  position: relative;
  width: 1.041vw;
  height: 1.041vw;
}

.chb4-item-btn img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all ease 0.3s;
}

.chb4-item-btn .icon-default {
  opacity: 1;
}

.chb4-item-btn .icon-hover {
  opacity: 0;
}

.chb4-item:hover .chb4-item-btn .icon-default {
  opacity: 0;
}

.chb4-item:hover .chb4-item-btn .icon-hover {
  opacity: 1;
}

.chb5 {
  position: relative;
  padding: 5.729vw 0;
  background: #f3efeb;
  border-radius: 1.562vw;
  box-shadow: 0 0 0.729vw 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.chb5-mask {
  position: absolute;
  top: 0;
  width: 16.666vw;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.chb5-mask-left {
  left: 0;
  background: linear-gradient(90deg, #f3efeb 0%, rgba(243, 239, 235, 0) 100%);
}

.chb5-mask-right {
  right: 0;
  background: linear-gradient(270deg, #f3efeb 0%, rgba(243, 239, 235, 0) 100%);
}

.chb5-inner {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.chb5-header {
  margin-bottom: 5.468vw;
}

.chb5-title {
  color: #333333;
}

.chb5-line {
  width: 3.645vw;
  height: 0.208vw;
  background: var(--color);
  margin: 0 auto;
}

.chb5-swiper-wrap {
  margin: 0 -10.937vw;
  padding: 0 10.937vw;
}

.chb5-swiper {
  overflow: visible;
}

.chb5-card {
  width: 20.833vw;
  height: auto;
  border-radius: 1.822vw;
  overflow: hidden;
  background: #fff;
  border: 0.052vw solid #e5e5e5;
  transition: all ease 0.3s;
  box-shadow: 0 0.104vw 1.041vw 0 rgba(0, 0, 0, 0.15);
}

.chb5-card-img {
  position: relative;
  width: 100%;
  height: 20.833vw;
  overflow: hidden;
}

.chb5-card-img>img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all ease 0.6s;
}

.chb5-card:hover .chb5-card-img>img {
  transform: scale(1.05);
}

.chb5-card-location {
  position: absolute;
  left: 0;
  bottom: 0;
  gap: 0.729vw;
  width: 100%;
  padding: 0.416vw 1.666vw;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}

.chb5-card-location .icon {
  width: 0.729vw;
}

.chb5-card-info {
  padding: 1.041vw 1.822vw 1.666vw;
}

.chb5-card-title {
  color: #333333;
  line-height: 1.4;
  margin-bottom: 0.52vw;
  transition: color ease 0.3s;
}

.chb5-card:hover .chb5-card-title {
  color: var(--color);
}

.chb5-card-desc {
  color: rgba(51, 51, 51, 0.6);
  line-height: 1.5;
  margin-bottom: 0.729vw;
}

.chb5-card-divider {
  width: 100%;
}

.chb5-nav {
  margin-top: 4.375vw;
  gap: 0.729vw;
}

.chb5-next {
  transform: rotateY(180deg);
}

.chb6 {
  padding: 6.458vw 10.937vw 5.729vw;
  background: #fff;
}

.chb6-inner {
  max-width: 78.125vw;
  margin: 0 auto;
}

.chb6-header {
  margin-bottom: 2.916vw;
}

.chb6-header h2 {
  color: #333333;
}

.chb6-nav {
  gap: 0.729vw;
}

.chb6-next {
  transform: rotateY(180deg);
}

.chb6-list {
  gap: 1.458vw;
}

.chb6-card {
  position: relative;
  flex: 1;
  min-height: 10.468vw;
  padding: 1.145vw;
  background: #fff;
  border: 0.052vw solid #e5e5e5;
  border-radius: 0.546vw;
  transition: all ease 0.3s;
  cursor: pointer;
}

.chb6-card:hover {
  background: var(--color);
  border-color: var(--color);
  box-shadow: 0vw 0.104vw 0.52vw 0vw rgba(0, 0, 0, 0.15);
}

.chb6-card-icon {
  position: relative;
  width: 2.187vw;
  height: 2.187vw;
  margin-bottom: 1.093vw;
}

.chb6-card-icon img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: opacity ease 0.3s;
}

.chb6-card-icon .icon-default {
  opacity: 1;
}

.chb6-card-icon .icon-hover {
  opacity: 0;
}

.chb6-card:hover .chb6-card-icon .icon-default {
  opacity: 0;
}

.chb6-card:hover .chb6-card-icon .icon-hover {
  opacity: 1;
}

.chb6-card-tag span {
  display: block;
  color: var(--color);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 0.156vw;
  transition: color ease 0.3s;
}

.chb6-card:hover .chb6-card-tag span {
  color: #fff;
}

.chb6-card-title {
  color: #333333;
  line-height: 1.5;
  margin-bottom: 1.25vw;
  transition: color ease 0.3s;
}

.chb6-card:hover .chb6-card-title {
  color: #fff;
}

.chb6-card-bottom {
  position: absolute;
  left: 1.145vw;
  right: 1.145vw;
  bottom: 1.145vw;
}

.chb6-card-size {
  color: #666666;
  transition: color ease 0.3s;
}

.chb6-card:hover .chb6-card-size {
  color: #fff;
}

.chb6-card-download {
  position: relative;
  width: 2.187vw;
  height: 2.187vw;
}

.chb6-card-download img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: opacity ease 0.3s;
}

.chb6-card-download .icon-default {
  opacity: 1;
}

.chb6-card-download .icon-hover {
  opacity: 0;
}

.chb6-card:hover .chb6-card-download .icon-default {
  opacity: 0;
}

.chb6-card:hover .chb6-card-download .icon-hover {
  opacity: 1;
}

.content-hub-info-page .chb10 {
  position: relative;
  height: 42.187vw;
  overflow: hidden;
}

.chb10-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.chb10-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.chb10-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  z-index: 1;
}

.chb10-inner {
  position: relative;
  height: 100%;
  padding: 10.052vw 0 0;
  display: flex;
  flex-direction: column;
  z-index: 2;
  width: 47.5vw;
  margin-left: 10.937vw;
}

.chb10-divider {
  display: flex;
  width: 100%;
  height: 0.052vw;
  background: linear-gradient(90deg, #e5e5e5 52.88%, rgba(127, 127, 127, 0) 100%);
  margin-bottom: 2.135vw;
}

.chb10-meta {
  gap: 0.729vw;
  margin-bottom: 2.135vw;
}

.chb10-meta span {
  color: #fff;
}

.chb10-dot {
  display: block;
  width: 0.312vw;
  height: 0.312vw;
  background: #fff;
  border-radius: 50%;
}

.chb10-back {
  gap: 0.52vw;
  margin-bottom: 2.187vw;
}

.chb10-back .icon {
  width: 1.458vw;
}

.chb10-back span {
  color: #fff;
}

.chb10-title-wrap {
  margin-bottom: 2.135vw;
}

.chb10-title {
  color: #fff;
  line-height: 1.2;
}

.chb10-title span {
  color: var(--color);
}

.chb10-desc {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
  max-width: 47.5vw;
}

.chb11 {
  padding: 4.375vw 10.937vw;
  background: #fff;
}

.chb11-inner {
  max-width: 78.125vw;
  margin: 0 auto;
  gap: 3.645vw;
}

.chb11-aside {
  width: 13.875vw;
  flex-shrink: 0;
  position: sticky;
  top: 5.208vw;
  height: -moz-fit-content;
  height: fit-content;
}

.chb11-aside-header {
  padding-bottom: 0.729vw;
  border-bottom: 0.052vw solid #e5e5e5;
  margin-bottom: 1.093vw;
}

.chb11-aside-header span {
  color: #333333;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.chb11-nav {
  display: flex;
  flex-direction: column;
  gap: 0.729vw;
  margin-bottom: 2.187vw;
}

.chb11-nav-item {
  display: flex;
  align-items: flex-start;
  gap: 0.729vw;
  padding: 0.364vw 0;
  transition: all ease 0.3s;
}

.chb11-nav-item .dot {
  display: block;
  width: 0.312vw;
  height: 0.312vw;
  margin-top: 0.26vw;
  background: #e5e5e5;
  border-radius: 50%;
  flex-shrink: 0;
  transition: background ease 0.3s;
}

.chb11-nav-item span {
  color: #666666;
  line-height: 1.4;
  transition: color ease 0.3s;
}

.chb11-nav-item:hover .dot,
.chb11-nav-item.active .dot {
  background: var(--color);
}

.chb11-nav-item:hover span,
.chb11-nav-item.active span {
  color: var(--color);
}

.chb11-share {
  padding-top: 1.458vw;
  border-top: 0.052vw solid #e5e5e5;
}

.chb11-share-title {
  color: #9ca3af;
  margin-bottom: 0.729vw;
  text-align: center;
}

.chb11-share-list {
  display: flex;
  justify-content: center;
  gap: 0.729vw;
}

.chb11-share-list .item {
  width: 2.187vw;
  height: 2.187vw;
  border-radius: 100%;
  background: #eee;
  transition: all ease 0.3s;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.chb11-share-list .item:hover {
  background: var(--color);
}

.chb11-share-list .item .icon {
  width: 1.041vw;
}

.chb11-content {
  flex: 1;
  min-width: 0;
}

.chb11-article {
  margin-bottom: 4.375vw;
}

.chb11-section {
  margin-bottom: 2.916vw;
}

.chb11-section:last-child {
  margin-bottom: 0;
}

.chb11-section-title {
  color: #333333;
  line-height: 1.3;
  margin-bottom: 1.458vw;
}

.chb11-section-img {
  width: 100%;
  border-radius: 1.041vw;
  overflow: hidden;
  margin-bottom: 1.458vw;
}

.chb11-section-img img {
  width: 100%;
  height: auto;
}

.chb11-section-text {
  margin-bottom: 1.458vw;
}

.chb11-section-text p {
  color: #666666;
  line-height: 1.6;
  margin-bottom: 1.093vw;
}

.chb11-section-text p:last-child {
  margin-bottom: 0;
}

.chb11-section-divider {
  width: 2.187vw;
  height: 0.052vw;
  margin-top: 2.187vw;
  background: #e5e5e5;
}

.chb11-post-nav {
  padding: 3.645vw 0;
  border-top: 0.052vw solid #e5e5e5;
  border-bottom: 0.052vw solid #e5e5e5;
  margin-bottom: 2.916vw;
}

.chb11-post-link {
  display: block;
  max-width: 15.625vw;
}

.chb11-post-link.prev {
  text-align: left;
}

.chb11-post-link.next {
  text-align: right;
}

.chb11-post-meta {
  gap: 0.52vw;
  margin-bottom: 0.364vw;
}

.chb11-post-meta .icon {
  width: 0.729vw;
}

.chb11-post-meta span {
  color: #666666;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: all ease 0.3s;
}

.chb11-post-title {
  color: #333333;
  line-height: 1.4;
  transition: all ease 0.3s;
}

.chb11-post-link:hover .chb11-post-title {
  color: var(--color);
  text-decoration: underline;
  text-underline-offset: 0.208vw;
}

.chb11-post-link:hover .chb11-post-meta span {
  color: var(--color);
}

.chb11-related-header {
  margin-bottom: 2.187vw;
  align-items: flex-end;
}

.chb11-related-tag {
  display: block;
  color: var(--color);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.364vw;
}

.chb11-related-title {
  color: #333333;
  line-height: 1.3;
}

.chb11-related-link {
  gap: 0.52vw;
}

.chb11-related-link span {
  color: #666666;
  transition: color ease 0.3s;
}

.chb11-related-link:hover span {
  color: var(--color);
}

.chb11-related-link .icon {
  width: 0.729vw;
  transition: transform ease 0.3s;
}

.chb11-related-link:hover .icon {
  transform: translateX(0.208vw);
}

.chb11-related-list {
  gap: 2.187vw;
}

.chb11-related-card {
  display: block;
  border-radius: 1.041vw;
  overflow: hidden;
  background: #fff;
  border: 0.052vw solid #e5e5e5;
  transition: all ease 0.3s;
}

.chb11-related-card:hover {
  box-shadow: 0vw 0.52vw 1.562vw 0vw rgba(0, 0, 0, 0.1);
}

.chb11-related-card-img {
  position: relative;
  width: 100%;
  height: 13.541vw;
  overflow: hidden;
}

.chb11-related-card-img>img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform ease 0.5s;
}

.chb11-related-card:hover .chb11-related-card-img>img,
.chb11-related-card.active .chb11-related-card-img>img {
  transform: scale(1.05);
}

.chb11-related-card-btn {
  position: absolute;
  right: 1.093vw;
  bottom: 1.093vw;
  width: 2.187vw;
  height: 2.187vw;
  border-radius: 100%;
  overflow: hidden;
  box-shadow: 0 0.52vw 0.781vw -0.156vw rgba(0, 0, 0, 0.1), 0 0.208vw 0.312vw -0.208vw rgba(0, 0, 0, 0.1);
}

.chb11-related-card-btn img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all ease 0.3s;
}

.chb11-related-card-btn .icon-default {
  opacity: 1;
}

.chb11-related-card-btn .icon-hover {
  opacity: 0;
}

.chb11-related-card:hover .chb11-related-card-btn .icon-default,
.chb11-related-card.active .chb11-related-card-btn .icon-default {
  opacity: 0;
  transition: all ease 0.3s;
}

.chb11-related-card:hover .chb11-related-card-btn .icon-hover,
.chb11-related-card.active .chb11-related-card-btn .icon-hover {
  opacity: 1;
  transition: all ease 0.3s;
}

.chb11-related-card-info {
  padding: 1.302vw 1.822vw 1.927vw;
}

.chb11-related-card-meta {
  gap: 0.729vw;
  margin-bottom: 0.729vw;
}

.chb11-related-card-meta .line {
  display: block;
  width: 1.093vw;
  height: 0.052vw;
  background: #e5e5e5;
}

.chb11-related-card-meta span {
  color: #666666;
}

.chb11-related-card-title {
  color: #333333;
  line-height: 1.4;
  margin-bottom: 0.729vw;
  transition: color ease 0.3s;
}

.chb11-related-card:hover .chb11-related-card-title,
.chb11-related-card.active .chb11-related-card-title {
  color: var(--color);
}

.chb11-related-card-desc {
  color: #666666;
  line-height: 1.5;
  margin-bottom: 1.093vw;
}

.chb11-related-card-link {
  gap: 0.52vw;
  width: -moz-max-content;
  width: max-content;
  transition: all ease 0.3s;
}

.chb11-related-card-link span {
  color: #666666;
  transition: color ease 0.3s;
}

.chb11-related-card:hover .chb11-related-card-link {
  border-bottom: 0.052vw solid var(--color);
}

.chb11-related-card:hover .chb11-related-card-link span {
  color: var(--color);
}

.chb11-related-card-link .icon {
  width: 0.729vw;
  transition: transform ease 0.3s;
}

.charging-solution-page {
  background: #fff;
}

.cs-nav-float {
  position: absolute;
  left: 50%;
  bottom: 4.375vw;
  width: -moz-max-content;
  width: max-content;
  transform: translateX(-50%);
  z-index: 10;
}

.cs-nav-float.on {
  position: fixed;
  top: 10px;
  bottom: auto;
}

.cs-nav-float.on .cs-nav-inner {
  background: rgba(0, 0, 0, 0.2);
}

.cs-nav-inner {
  padding: 0.26vw;
  background: rgba(255, 255, 255, 0.1);
  border: 0.052vw solid rgba(255, 255, 255, 0.2);
  border-radius: 520.781vw;
  -webkit-backdrop-filter: blur(2.604vw);
  backdrop-filter: blur(2.604vw);
  box-shadow: 0vw 1.302vw 2.604vw -0.625vw rgba(0, 0, 0, 0.4);
}

.cs-nav-btn {
  padding: 0.546vw 1.093vw;
  color: rgba(255, 255, 255, 0.6);
  border-radius: 520.781vw;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transition: all ease 0.3s;
}

.cs-nav-btn:hover {
  background: var(--color);
  color: #fff;
  box-shadow: 0vw 0.208vw 0.312vw -0.208vw rgba(0, 0, 0, 0.1), 0vw 0.52vw 0.781vw -0.156vw rgba(0, 0, 0, 0.1);
}

.cs-nav-btn.active {
  background: var(--color);
  color: #fff;
  box-shadow: 0vw 0.208vw 0.312vw -0.208vw rgba(0, 0, 0, 0.1), 0vw 0.52vw 0.781vw -0.156vw rgba(0, 0, 0, 0.1);
}

.cs1 {
  z-index: 5;
  overflow: visible;
}

.cs1 .bg {
  height: 100vw;
  overflow: hidden;
}

.cs2 {
  margin-top: 100vh;
  padding: 5.729vw 11.093vw 10.416vw;
  background: #f3efeb;
  position: relative;
  z-index: 1;
}

.cs2-inner {
  position: relative;
  max-width: 77.812vw;
  margin: 0 auto;
}

.cs2-title {
  width: 30.781vw;
  color: #333333;
  line-height: 1.4;
}

.cs2-content {
  width: 36.718vw;
  gap: 1.718vw;
}

.cs2-desc {
  width: 36.718vw;
  color: #666666;
  line-height: 1.5;
}

.cs2-detail {
  width: 36.718vw;
  padding-left: 1.093vw;
  border-left: 0.104vw solid var(--color);
}

.cs2-detail p {
  color: #666666;
  line-height: 1.2;
}

.cs2-arrow {
  width: 3.177vw;
  height: 3.177vw;
}

.cs3 {
  position: relative;
  padding: 7.291vw 9.895vw;
  border-radius: 1.562vw;
  overflow: hidden;
  margin-top: -4.895vw;
}

.cs3-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.cs3-bg::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 118.91%), linear-gradient(0deg, rgba(0, 0, 0, 0.46) 0%, rgba(0, 0, 0, 0.46) 100%);
}

.cs3-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cs3-inner {
  position: relative;
  max-width: 77.812vw;
  margin: 0 auto;
  z-index: 1;
}

.cs3-header {
  margin-bottom: 4.375vw;
}

.cs3-tag {
  gap: 0.729vw;
  margin-bottom: 1.458vw;
}

.cs3-line {
  display: block;
  width: 2.187vw;
  height: 0.052vw;
  background: #b97d56;
}

.cs3-tag span {
  color: #b97d56;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.cs3-title {
  color: #fff;
  line-height: 1.4;
  margin-bottom: 1.77vw;
}

.cs3-title span {
  color: var(--color);
}

.cs3-desc {
  color: #fff;
  line-height: 1.4;
}

.cs3-list {
  gap: 2.916vw;
}

.cs3-item {
  display: flex;
  flex-direction: column;
  padding-top: 2.187vw;
  border-top: 0.052vw solid rgba(255, 255, 255, 0.5);
}

.cs3-item-header {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 1.041vw;
}

.cs3-item-top {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 2.604vw;
}

.cs3-icon {
  width: 2.083vw;
  height: 2.083vw;
}

.cs3-num {
  color: rgba(255, 255, 255, 0.5);
  line-height: 1;
}

.cs3-item-title {
  color: #fff;
  line-height: 1.4;
}

.cs3-item-subtitle {
  color: #fff;
  line-height: 1.4;
  margin-bottom: 1.093vw;
}

.cs3-item-solution {
  padding: 1.093vw 3.125vw 1.093vw 1.093vw;
  background: rgba(255, 255, 255, 0.05);
  border: 0.052vw solid rgba(255, 255, 255, 0.05);
  border-radius: 0.729vw;
  flex: 1;
}

.cs3-item-solution p {
  line-height: 1.625;
}

.cs3-item-solution span:first-child {
  color: #b97d56;
}

.cs3-item-solution span:last-child {
  color: rgba(255, 255, 255, 0.8);
}

.cs4 {
  padding: 7.291vw 9.895vw;
  background: #f3efeb;
  border-radius: 0 0 1.562vw 1.562vw;
  box-shadow: 0vw 0vw 0.52vw 0vw rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}

.cs4-inner {
  max-width: 77.812vw;
  margin: 0 auto;
}

.cs4-header {
  margin-bottom: 5.833vw;
}

.cs4-tag {
  gap: 0.729vw;
  margin-bottom: 1.458vw;
}

.cs4-line {
  display: block;
  width: 2.187vw;
  height: 0.052vw;
  background: var(--color);
}

.cs4-tag span {
  color: var(--color);
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.cs4-title {
  color: #111111;
  line-height: 1.4;
  margin-bottom: 1.458vw;
}

.cs4-desc {
  color: #777777;
  line-height: 1.4;
}

.cs4-list {
  gap: 3.281vw;
}

.cs4-item {
  padding: 2.239vw;
  background: #fdfdfd;
  border: 0.052vw solid rgba(0, 0, 0, 0.06);
  border-radius: 2.187vw;
}

.cs4-icon {
  width: 2.916vw;
  height: 2.916vw;
  margin-bottom: 1.093vw;
  background: #fff;
  border-radius: 0.729vw;
  box-shadow: 0vw 0.052vw 0.104vw 0vw rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: center;
  align-items: center;
}

.cs4-icon img {
  width: 1.666vw;
  height: 1.666vw;
}

.cs4-item-title {
  color: #111111;
  line-height: 1.4;
  margin-bottom: 1.093vw;
}

.cs4-item-subtitle {
  color: #777777;
  line-height: 1.4;
  margin-bottom: 1.093vw;
}

.cs4-divider {
  width: 100%;
  height: 0.052vw;
  background: rgba(0, 0, 0, 0.06);
  margin-bottom: 1.093vw;
}

.cs4-item-desc {
  color: #111111;
  line-height: 1.4;
}

.cs5 {
  padding: 4.843vw 10.937vw 5.729vw;
  background: #fafafa;
  border-radius: 0 0 1.562vw 1.562vw;
  box-shadow: 0vw 0vw 0.729vw 0vw rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.cs5-header {
  margin-bottom: 5.833vw;
}

.cs5-tag {
  gap: 0.729vw;
  margin-bottom: 1.458vw;
}

.cs5-line {
  display: block;
  width: 2.187vw;
  height: 0.052vw;
  background: var(--color);
}

.cs5-tag span {
  color: var(--color);
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.cs5-title {
  color: #666666;
  line-height: 1.4;
}

.cs5-nav {
  gap: 0.729vw;
}

.cs5-swiper-wrap {
  overflow: hidden;
}

.cs5-swiper {
  overflow: visible;
}

.cs5-card {
  position: relative;
  width: 26.25vw;
  padding: 0 0 0 2.187vw;
  border-left: 0.052vw solid rgba(102, 102, 102, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  transition: all ease 0.5s;
}

.cs5-card:hover {
  border-left-color: rgba(102, 102, 102, 0.05);
}

.cs5-card-top {
  position: relative;
  z-index: 2;
}

.cs5-card-header {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.458vw;
}

.cs5-card-num {
  color: rgba(102, 102, 102, 0.8);
  margin-right: 0.729vw;
}

.cs5-card-title {
  color: #666666;
  line-height: 1.4;
  transition: color ease 0.3s;
}

.cs5-card:hover .cs5-card-num {
  color: var(--color);
}

.cs5-card:hover .cs5-card-title {
  color: var(--color);
}

.cs5-card-desc {
  width: 17.5vw;
  color: rgba(102, 102, 102, 0.75);
  line-height: 1.4;
  transition: color ease 0.3s;
  margin-bottom: 2.916vw;
}

.cs5-card:hover .cs5-card-desc {
  color: #666666;
}

.cs5-card .bg {
  position: relative;
  width: 100%;
  height: 23.802vw;
  border-radius: 1.093vw;
  overflow: hidden;
  transition: all ease 0.5s;
  box-shadow: 0vw 1.302vw 2.604vw -0.625vw rgba(0, 0, 0, 0.25);
}

.cs5-card .bg::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgb(17, 17, 17) 0%, rgba(17, 17, 17, 0) 50%);
}

.cs5-card:hover .bg {
  transform: scale(1);
}

.cs6 {
  padding: 4.375vw 9.843vw;
  background: #fff;
}

.cs6-inner {
  max-width: 78.125vw;
  margin: 0 auto;
}

.cs6-section {
  margin-bottom: 5.833vw;
}

.cs6-header {
  margin-bottom: 2.187vw;
}

.cs6-title {
  color: #333333;
  line-height: 1.3;
  margin-bottom: 0.364vw;
}

.cs6-subtitle {
  color: #666666;
  line-height: 1.6;
}

.cs6-nav {
  gap: 0.729vw;
}

.cs6-card {
  display: block;
  position: relative;
  width: 20.833vw;
  height: 15.625vw;
  border-radius: 1.093vw;
  overflow: hidden;
  background: #fafafa;
  border: 0.052vw solid #e5e5e5;
  transition: all ease 0.3s;
}

.cs6-card-info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 1.458vw;
  background: rgba(255, 255, 255, 0.9);
  border-top: 0.052vw solid #e5e5e5;
  -webkit-backdrop-filter: blur(0.208vw);
  backdrop-filter: blur(0.208vw);
}

.cs6-card-info h4 {
  color: #333333;
  line-height: 1.4;
  margin-bottom: 0.208vw;
}

.cs6-card-info p {
  color: #666666;
  line-height: 1.5;
}

.cs7-card {
  display: block;
  position: relative;
  width: 23.437vw;
  height: 13.177vw;
  border-radius: 1.093vw;
  overflow: hidden;
  box-shadow: 0vw 0.208vw 0.312vw -0.208vw rgba(0, 0, 0, 0.1), 0vw 0.52vw 0.781vw -0.156vw rgba(0, 0, 0, 0.1);
}

.cs7-card-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

.cs7-card-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform ease 0.5s;
}

.cs7-card:hover .cs7-card-bg img {
  transform: scale(1.05);
}

.cs7-card-gradient {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
}

.cs7-card-tag {
  position: absolute;
  left: 1.093vw;
  top: 0.937vw;
  padding: 0.104vw 0.546vw;
  background: rgba(255, 255, 255, 0.2);
  border: 0.052vw solid rgba(255, 255, 255, 0.2);
  border-radius: 520.781vw;
  -webkit-backdrop-filter: blur(0.625vw);
  backdrop-filter: blur(0.625vw);
  color: #fff;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  opacity: 0;
  pointer-events: none;
  transition: all ease 0.3s;
}

.cs7-card:hover .cs7-card-tag {
  opacity: 1;
  pointer-events: visible;
}

.cs7-card-info {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 1.458vw;
  opacity: 0;
  pointer-events: none;
  transition: all ease 0.3s;
}

.cs7-card-info h4 {
  color: #fff;
  line-height: 1.4;
  margin-bottom: 0.182vw;
}

.cs7-card-info p {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
}

.cs7-card:hover .cs7-card-info {
  opacity: 1;
  pointer-events: visible;
}

.pdt1 {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 43.75vw;
  overflow: hidden;
}

.pdt1-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.pdt1-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.pdt1-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.pdt1-mask img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.pdt1-content {
  position: absolute;
  left: 10.937vw;
  top: 15.729vw;
  width: 30.729vw;
  z-index: 2;
  color: #fff;
}

.pdt1-tag {
  display: inline-block;
  padding: 0.156vw 0.52vw;
  border-radius: 0.208vw;
  border: 0.052vw solid rgba(255, 255, 255, 0.3);
  color: #fff;
  margin-bottom: 2.135vw;
}

.pdt1-title {
  line-height: 1.15;
  margin-bottom: 2.135vw;
}

.pdt1-desc {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.3;
  margin-bottom: 2.135vw;
}

.pdt1-divider {
  width: 100%;
  height: 0.052vw;
  background: linear-gradient(90deg, #e5e5e5 52.88%, rgba(127, 127, 127, 0) 100%);
  margin-bottom: 2.135vw;
}

.pdt1-btns {
  gap: 1.093vw;
}

.pdt1-btn-primary {
  display: inline-block;
  padding: 0.729vw 1.458vw;
  background: #8b6247;
  border-radius: 520.781vw;
  color: #fff;
  transition: all ease 0.3s;
}

.pdt1-btn-primary:hover {
  background: #7a5640;
}

.pdt1-btn-secondary {
  display: inline-flex;
  gap: 0.52vw;
  padding: 0.729vw 1.458vw;
  background: rgba(255, 255, 255, 0.15);
  border: 0.052vw solid rgba(255, 255, 255, 0.3);
  border-radius: 520.781vw;
  color: #fff;
  -webkit-backdrop-filter: blur(0.625vw);
  backdrop-filter: blur(0.625vw);
  transition: all ease 0.3s;
}

.pdt1-btn-secondary .icon {
  width: 0.937vw;
}

.pdt1-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.25);
}

.pdt2 {
  position: relative;
  width: 100%;
  padding: 4.375vw 10.937vw;
  overflow: hidden;
  border-radius: 0 0 1.562vw 1.562vw;
  box-shadow: 0vw 0vw 0.729vw 0vw rgba(0, 0, 0, 0.1);
}

.pdt2-bg-swiper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
}

.pdt2-bg-swiper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0) 100%);
  z-index: 5;
}

.pdt2-bg-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.pdt2-inner {
  position: relative;
  z-index: 2;
  padding: 0 1.093vw;
}

.pdt2-header {
  margin-bottom: 3.645vw;
}

.pdt2-title {
  color: #fff;
  line-height: 1.3;
  margin-bottom: 0.729vw;
}

.pdt2-subtitle {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
}

.pdt2-list {
  gap: 0.729vw;
}

.pdt2-item {
  position: relative;
  list-style: none;
  padding: 1.875vw;
  background: rgba(255, 255, 255, 0.05);
  border: 0.052vw solid rgba(255, 255, 255, 0.1);
  border-radius: 1.822vw;
  -webkit-backdrop-filter: blur(1.25vw);
  backdrop-filter: blur(1.25vw);
  cursor: pointer;
  transition: all ease 0.3s;
}

.pdt2-item:hover,
.pdt2-item.active {
  background: rgba(139, 98, 71, 0.8);
  border-color: #8b6247;
  box-shadow: 0vw 1.302vw 2.604vw -0.625vw rgba(0, 0, 0, 0.25);
}

.pdt2-item-icon {
  height: 2.291vw;
  margin-bottom: 1.822vw;
}

.pdt2-item-icon img {
  height: 100%;
}

.pdt2-item-info h3 {
  color: #fff;
  line-height: 1.3;
  margin-bottom: 0.729vw;
}

.pdt2-item-info p {
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.5;
}

.pdt2-item.active .pdt2-item-info p {
  color: rgba(255, 255, 255, 0.9);
}

.pdt2-item-arrow {
  position: absolute;
  right: 1.458vw;
  bottom: 1.093vw;
  width: 1.093vw;
  height: 1.093vw;
  opacity: 0;
  transition: all ease 0.3s;
}

.pdt2-item.active .pdt2-item-arrow {
  opacity: 1;
}

.pdt3 {
  background: #f3efeb;
  padding: 7.291vw 15.885vw;
  border-radius: 0 0 1.562vw 1.562vw;
  box-shadow: 0 0 0.729vw 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.pdt3-inner {
  gap: 4.375vw;
}

.pdt3-left {
  width: 23.02vw;
  padding: 5.833vw 0;
}

.pdt3-tag {
  display: inline-block;
  color: #8b6247;
  text-transform: uppercase;
  margin-bottom: 1.458vw;
}

.pdt3-header h2 {
  color: #333;
  line-height: 1.3;
  margin-bottom: 1.458vw;
}

.pdt3-series {
  gap: 0.729vw;
  color: #666;
}

.pdt3-series-icon {
  width: 1.041vw;
  height: 1.041vw;
}

.pdt3-right {
  flex: 1;
}

.pdt3-intro {
  color: #333;
  line-height: 1.4;
  margin-bottom: 2.187vw;
}

.pdt3-divider {
  width: 100%;
  height: 0.052vw;
  background: #e5e5e5;
  margin-bottom: 2.187vw;
}

.pdt3-details {
  gap: 2.187vw;
  margin-bottom: 3.645vw;
}

.pdt3-details p {
  flex: 1;
  color: #666;
  line-height: 1.7;
}

.pdt3-btn-wrap {
  display: inline-flex;
  gap: 1.562vw;
  cursor: pointer;
  transition: all ease 0.3s;
}

.pdt3-btn-info span {
  display: block;
  text-align: center;
}

.pdt3-btn-info span:first-child {
  color: #666;
  margin-bottom: 0.104vw;
}

.pdt3-btn-info span:last-child {
  color: #333;
}

.pdt3-btn-wrap:hover span:first-child {
  color: var(--color);
}

.pdt3-btn-wrap:hover span:last-child {
  color: var(--color);
}

.pdt3-btn-arrow {
  width: 2.916vw;
  height: 2.916vw;
}

.pdt4 {
  background: #fff;
  padding: 7.708vw 10.937vw;
}

.pdt4-left {
  flex: 1;
  min-width: 0;
  margin-right: 5.989vw;
}

.pdt4-left h2 {
  color: #333;
  line-height: 1.4;
  margin-bottom: 2.187vw;
}

.pdt4-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.pdt4-item {
  display: flex;
  gap: 1.093vw;
  background: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: all ease 0.3s;
  margin-bottom: 2.187vw;
}

.pdt4-item-icon {
  flex-shrink: 0;
  width: 2.187vw;
  height: 2.187vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0.052vw solid #e5e5e5;
  border-radius: 520.781vw;
  transition: all ease 0.3s;
}

.pdt4-item-icon .icon {
  width: 1.25vw;
}

.pdt4-item:hover .pdt4-item-icon {
  background: #8b6247;
  border-color: #8b6247;
}

.pdt4-item-info h3 {
  color: #333;
  line-height: 1.4;
  margin-bottom: 0.364vw;
  transition: color ease 0.3s;
}

.pdt4-item-info p {
  color: #666;
  line-height: 1.4;
}

.pdt4-item:hover .pdt4-item-info h3 {
  color: #8b6247;
}

.pdt4 .C-link1 {
  margin-left: 3.281vw;
}

.pdt4-right {
  width: 37.083vw;
}

.pdt4-swiper {
  border-radius: 1.093vw;
  overflow: hidden;
  box-shadow: 0 1.302vw 2.604vw -0.625vw rgba(0, 0, 0, 0.25);
}

.pdt4-swiper .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}

.pdt5 {
  position: relative;
  width: 100%;
  height: 56.25vw;
  overflow: hidden;
  border-radius: 1.562vw;
  box-shadow: 0vw 0vw 0.729vw 0vw rgba(0, 0, 0, 0.1);
}

.pdt5-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.7;
}

.pdt5 .poster {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.pdt5-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.pdt5-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 100%);
}

.pdt5-content {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.pdt5-info h2 {
  color: #fff;
  line-height: 1.3;
  margin: 1.927vw 0 0.781vw;
}

.pdt5-info p {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
  margin-bottom: 1.458vw;
}

.pdt5-play {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.333vw;
  height: 3.333vw;
  background: rgba(255, 255, 255, 0.1);
  border: 0.052vw solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  -webkit-backdrop-filter: blur(0.625vw);
  backdrop-filter: blur(0.625vw);
  cursor: pointer;
  transition: all ease 0.3s;
}

.pdt5-play img {
  width: 1.666vw;
  height: 1.666vw;
}

.pdt5-play:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.05);
}

.pdt6 {
  background: #fff;
}

.pdt6-header {
  background: #f3efeb;
  border-bottom: 0.052vw solid #e5e5e5;
  border-radius: 0 0 1.562vw 1.562vw;
  box-shadow: 0vw 0vw 0.729vw 0vw rgba(0, 0, 0, 0.1);
  padding: 7.291vw 9.843vw 4.375vw;
  margin-top: -2.083vw;
}

.pdt6-header h2 {
  color: #333;
  line-height: 1.4;
  margin-bottom: 1.093vw;
}

.pdt6-header p {
  color: #666;
  line-height: 1.4;
}

.pdt6-body {
  padding: 4.375vw 0;
}

.pdt6-tabs-wrap {
  margin-bottom: 2.916vw;
}

.pdt6-tabs {
  display: inline-flex;
  padding: 0.182vw;
  background: #fafafa;
  border: 0.052vw solid #e5e5e5;
  border-radius: 520.781vw;
  gap: 0.364vw;
}

.pdt6-tab {
  padding: 0.364vw 1.093vw;
  border-radius: 520.781vw;
  cursor: pointer;
  transition: all ease 0.3s;
}

.pdt6-tab span {
  color: #666;
  transition: color ease 0.3s;
}

.pdt6-tab:hover span {
  color: #333;
}

.pdt6-tab.active {
  background: #8b6247;
  box-shadow: 0vw 0.052vw 0.104vw 0vw rgba(0, 0, 0, 0.05);
}

.pdt6-tab.active span {
  color: #fff;
}

.pdt6-swiper-wrap {
  position: relative;
  padding: 0 10.937vw;
}

.pdt6-card {
  width: 38.177vw;
  height: auto;
  display: flex;
  background: #fff;
  border: 0.052vw solid #e5e5e5;
  border-radius: 0.729vw;
  overflow: hidden;
  transition: all ease 0.3s;
}

.pdt6-card-img {
  width: 15.208vw;
  height: 100%;
  border-right: 0.052vw solid #e5e5e5;
}

.pdt6-card-info {
  flex: 1;
  padding: 1.927vw 1.458vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pdt6-card-header {
  margin-bottom: 0.364vw;
}

.pdt6-card-header h3 {
  color: #333;
  line-height: 1.3;
}

.pdt6-card-desc {
  color: #666;
  line-height: 1.5;
  margin-bottom: 1.093vw;
}

.pdt6-card-specs {
  margin-bottom: 1.458vw;
  gap: 0.729vw;
}

.pdt6-card-spec {
  flex: 1;
}

.pdt6-card-spec span {
  display: block;
  color: #999;
  line-height: 1.4;
}

.pdt6-card-spec span:last-child {
  color: #333;
  margin-top: 0.208vw;
}

.pdt6-card-btns {
  gap: 0.52vw;
}

.pdt6-card-btn-primary {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.187vw;
  border-radius: 520.781vw;
  transition: all ease 0.3s;
  border: 0.052vw solid #e5e5e5;
  color: #333;
}

.pdt6-card-btn-primary:hover {
  color: #fff;
  border: 0.052vw solid #8b6247;
  background: #8b6247;
}

.pdt6-card-btn-secondary {
  width: 2.187vw;
  height: 2.187vw;
  transition: all ease 0.3s;
}

.pdt6-card-btn-secondary img {
  width: 100%;
}

.pdt6-nav {
  margin-top: 2.916vw;
  gap: 0.729vw;
}

.pdt7 {
  background: #fff;
  border-top: 0.052vw solid #e5e5e5;
  padding: 4.375vw 9.843vw;
}

.pdt7-inner {
  max-width: 80.312vw;
  margin: 0 auto;
  padding: 0 1.093vw;
}

.pdt7-inner h2 {
  color: #666;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 1.822vw;
}

.pdt7-list {
  gap: 2.916vw;
  opacity: 0.8;
}

.pdt7-item {
  text-align: center;
  list-style: none;
}

.pdt7-icon {
  width: 2.083vw;
  height: 2.083vw;
  margin: 0 auto 0.364vw;
  filter: grayscale(1);
  transition: all ease 0.3s;
}

.pdt7-item:hover .pdt7-icon {
  filter: grayscale(0);
}

.pdt7-item p {
  color: #333;
}

.pdt-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.3s;
}

.pdt-modal.show {
  opacity: 1;
  visibility: visible;
}

.pdt-modal-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}

.pdt-modal-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 55.312vw;
  max-height: 90vh;
  background: #fff;
  border-radius: 1.093vw;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.pdt-modal-header {
  flex-shrink: 0;
  padding: 0.885vw 1.458vw;
  border-bottom: 0.052vw solid #e5e5e5;
}

.pdt-modal-title h2 {
  color: #333;
  line-height: 1.3;
  margin-bottom: 0.208vw;
}

.pdt-modal-title p {
  color: #666;
  line-height: 1.5;
}

.pdt-modal-actions {
  gap: 1.093vw;
}

.pdt-modal-download {
  gap: 0.52vw;
  padding: 0.52vw 1.093vw;
  background: #8b6247;
  border-radius: 520.781vw;
  color: #fff;
  transition: all ease 0.3s;
}

.pdt-modal-download .icon {
  width: 1.041vw;
  height: 1.041vw;
}

.pdt-modal-download:hover {
  background: #7a5640;
}

.pdt-modal-close {
  width: 2.187vw;
  height: 2.187vw;
  position: relative;
  cursor: pointer;
  transition: opacity ease 0.3s;
}

.pdt-modal-close::before,
.pdt-modal-close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.041vw;
  height: 0.104vw;
  background: var(--color);
  border-radius: 0.052vw;
}

.pdt-modal-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.pdt-modal-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.pdt-modal-close:hover {
  opacity: 0.7;
}

.pdt-modal-body {
  height: 49.895vw;
  padding: 1.458vw;
}

.pdt-modal-table {
  height: 100%;
  overflow-y: auto;
  padding-right: 0.52vw;
}

.pdt-modal-table::-webkit-scrollbar {
  width: 0.208vw;
  height: 0.052vw;
}

.pdt-modal-table::-webkit-scrollbar-thumb {
  background: var(--color);
}

.pdt-modal-table::-webkit-scrollbar-track {
  background: #fafafa;
}

.pdt-modal-table img {
  width: 100%;
  height: auto;
  display: block;
}

.abt1 {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 56.25vw;
  overflow: hidden;
}

.abt1 .play {
  position: absolute;
  top: 7.291vw;
  right: 11.145vw;
  z-index: 5;
  cursor: pointer;
  width: 2.916vw;
  box-shadow: 0 1.302vw 2.604vw -0.625vw rgba(0, 0, 0, 0.25);
}

.abt1-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
}

.abt1-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.abt1-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 9.01vw;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  -webkit-backdrop-filter: blur(0.625vw);
  backdrop-filter: blur(0.625vw);
  z-index: 2;
}

.abt1-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  text-align: center;
}

.abt1-content .banner-title {
  line-height: 0.97;
  overflow: hidden;
}

.abt1-content .banner-title .clip-text {
  background-image: linear-gradient(180deg, rgb(255, 255, 255) 42%, rgb(196, 196, 196) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.abt1-content .banner-desc {
  color: #e5e5e5;
  margin-top: 1.093vw;
  line-height: 1.4;
  overflow: hidden;
}

.abt1-stats {
  position: absolute;
  left: 11.093vw;
  right: 11.093vw;
  bottom: 2.187vw;
  z-index: 3;
}

.abt1-stat-label {
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.abt1-stat-num {
  margin-top: 0.625vw;
  line-height: 1;
}

.abt1-stat-num span:first-child {
  color: #fff;
  letter-spacing: -0.05em;
}

.abt1-stat-num span:last-child {
  color: #fff;
  margin-left: 0.208vw;
}

.abt1-stat-desc {
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 0.625vw;
  line-height: 1.5;
}

.abt1-divider {
  width: 0.052vw;
  height: 4.895vw;
  background: rgba(255, 255, 255, 0.5);
}

.abt2 {
  padding: 6.145vw 0;
  border-radius: 0 0 1.562vw 1.562vw;
  background: #f3efeb;
  box-shadow: 0 0 0.729vw 0 rgba(0, 0, 0, 0.1);
  text-align: center;
}

.abt2 .t1 {
  width: 50.937vw;
  margin: 0 auto;
  letter-spacing: 0.291vw;
}

.abt2 .t2 {
  width: 50.937vw;
  color: #333;
  margin: 1.041vw auto 2.187vw;
  line-height: 1.25;
}

.abt2 .t3 {
  width: 40.833vw;
  margin: 0 auto;
  color: #666;
}

.abt2 .lines {
  transition: all linear 0.6s;
}

.abt3 {
  padding: 5.729vw 10.937vw 7.968vw;
  border-top: 0.052vw solid #e5e5e5;
}

.abt3-inner {
  max-width: 80.312vw;
  margin: 0 auto;
}

.abt3 .sec-title {
  text-align: center;
  margin-bottom: 5.208vw;
}

.abt3 .sec-title .k1 {
  letter-spacing: 0.291vw;
}

.abt3 .sec-title .k2 {
  color: #333;
  line-height: 1.4;
  margin: 0.625vw 0 0.468vw;
}

.abt3 .sec-title .line {
  width: 2.187vw;
  height: 0.208vw;
  background: var(--color);
  margin: 0 auto;
}

.abt3-timeline {
  position: relative;
}

.abt3-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 0.052vw;
  background: #c5c5c5;
  transform: translateX(-50%);
}

.abt3-progress {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background: #8b6247;
}

.abt3-list {
  position: relative;
}

.abt3-item {
  position: relative;
  width: 100%;
  padding-bottom: 1.25vw;
}

.abt3-item .abt3-card {
  width: 29.145vw;
  padding: 1.354vw 3.645vw 1.354vw 3.281vw;
  position: relative;
}

.abt3-item .abt3-card::after {
  content: "";
  width: 2.187vw;
  height: 2.187vw;
  position: absolute;
  left: 0;
  top: 0;
  border-top: 0.104vw solid #8b6247;
  border-left: 0.104vw solid #8b6247;
}

.abt3-item .abt3-card .abt3-btn {
  width: 2.187vw;
  aspect-ratio: 1;
  position: absolute;
  right: 0;
  top: 0.729vw;
  cursor: pointer;
  transition: all ease 0.3s;
  background: url('/img/about/about3-1.svg') no-repeat center/contain;
}

.abt3-item .abt3-card .abt3-btn.on {
  background: url('/img/about/about3-1-h.svg') no-repeat center/contain;
}

.abt3-item .abt3-card .bg {
  height: 12.677vw;
  border-radius: 0.729vw;
  overflow: hidden;
}

.abt3-item .abt3-card .abt3-card-info .t2 {
  color: #333;
  margin: 0.52vw 0 0;
}

.abt3-item .abt3-card .abt3-card-info .t3 {
  color: #666;
  margin: 0.885vw 0 1.458vw;
}

.abt3-item:nth-child(2n) {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.abt3-item:nth-child(2n) .abt3-card {
  padding: 1.354vw 3.645vw 1.354vw 3.281vw;
  text-align: right;
}

.abt3-item:nth-child(2n) .abt3-card::after {
  left: auto;
  right: 0;
  border-right: 0.104vw solid #8b6247;
  border-left: none;
}

.abt3-item:nth-child(2n) .abt3-card .abt3-btn {
  position: absolute;
  right: auto;
  left: 0;
}

.abt3-item:last-child {
  padding-bottom: 0;
}

.abt3-dot {
  position: absolute;
  top: 0.52vw;
  width: 0.729vw;
  height: 0.729vw;
  background: #8b6247;
  border-radius: 50%;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}

.abt3 .map-box {
  position: absolute;
  left: 0;
  top: 0;
  top: 241vh;
  width: 100%;
  height: 130.208vw;
  max-height: 300vh;
  z-index: -1;
}

.abt3 .map-box .map {
  position: relative;
}

.abt3 .map-box .map img {
  max-width: none;
  height: 108.645vw;
  width: -moz-max-content;
  width: max-content;
  opacity: 0.6;
}

.abt4 {
  position: relative;
  overflow: hidden;
  border-radius: 1.562vw;
  background: #f3efeb;
  box-shadow: 0 0 0.729vw 0 rgba(0, 0, 0, 0.1);
}

.abt4-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.abt4-circles {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.abt4-circle {
  border-radius: 50%;
  border: 0.052vw solid rgba(139, 98, 71, 0.3);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.abt4-circle-1 {
  width: 31.25vw;
  height: 31.25vw;
  border: 0.052vw dashed rgba(139, 98, 71, 0.2);
}

.abt4-circle-2 {
  width: 41.666vw;
  height: 41.666vw;
  border: 0.052vw solid rgba(139, 98, 71, 0.6);
}

.abt4-circle-3 {
  width: 52.656vw;
  height: 52.656vw;
  border: 0.052vw dashed rgba(139, 98, 71, 0.2);
}

.abt4-inner {
  position: relative;
  z-index: 2;
  padding: 12.5vw 16.666vw;
  min-height: 49.062vw;
}

.abt4-center {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 19.791vw;
  height: 19.791vw;
  transform: translate(-50%, -50%);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 520.781vw;
  border: 0.052vw solid #e5e5e5;
  background: linear-gradient(180deg, rgba(139, 98, 71, 0) 21.15%, rgba(139, 98, 71, 0.2) 100%);
  box-shadow: 0 1.302vw 2.604vw -0.625vw rgba(0, 0, 0, 0.25);
}

.abt4-center .t6 {
  width: 12.604vw;
  color: #333;
}

.abt4-center .t6 span {
  color: var(--color);
}

.abt4-cards {
  position: relative;
  width: 100%;
  gap: 6.25vw 15.625vw;
}

.abt4-card {
  width: 17.812vw;
  padding: 1.875vw;
  border-radius: 1.822vw;
  border: 0.052vw solid #e5e5e5;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 0.208vw 1.041vw 0 rgba(0, 0, 0, 0.03);
  -webkit-backdrop-filter: blur(0.312vw);
  backdrop-filter: blur(0.312vw);
}

.abt4-card .abt4-card-icon {
  width: 2.604vw;
  height: 2.604vw;
  border-radius: 0.729vw;
  background: rgba(139, 98, 71, 0.08);
  margin-bottom: 1.093vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.abt4-card .abt4-card-icon img {
  width: 1.458vw;
}

.abt4-card h3 {
  color: #333;
  line-height: 1.4;
  margin-bottom: 1.145vw;
}

.abt4-card p {
  color: #666;
  line-height: 1.5;
}

.abt5 {
  background: #fff;
  padding: 7.291vw 10.937vw 8.437vw;
}

.abt5-inner {
  max-width: 80.312vw;
  margin: 0 auto;
}

.abt5-inner h2 {
  color: #333;
  line-height: 1.4;
  margin-bottom: 4.375vw;
}

.abt5-inner h2 span {
  color: var(--color);
}

.abt5-cards {
  gap: 4.375vw;
}

.abt5-card {
  width: 14.583vw;
}

.abt5 .bg {
  width: 11.666vw;
  height: 11.666vw;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  border: 0.052vw solid #e5e5e5;
}

.abt5-info {
  margin-top: 1.822vw;
}

.abt5-info h3 {
  color: #333;
  line-height: 1.4;
}

.abt5-role {
  color: #8b6247;
  letter-spacing: 0.1em;
  margin-top: 0.416vw;
}

.abt5-desc {
  color: #666;
  line-height: 1.4;
  margin-top: 0.625vw;
}

.home2 {
  position: relative;
  padding: 4.427vw 10.937vw 3.02vw;
  background: #f3efeb;
  border-radius: 0 0 1.562vw 1.562vw;
  box-shadow: 0 0 0.729vw rgba(0, 0, 0, 0.1);
  background: linear-gradient(180deg, #000 0%, #333 100%);
}

.home2-inner {
  position: relative;
}

.home2-inner h2 {
  color: #fff;
}

.home2-inner h2 span {
  color: var(--color);
}

.home2-bg {
  width: 100%;
  position: relative;
}

.home2-bg img {
  opacity: 0;
}

.home2-bg canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.home2-list {
  margin-top: 1.302vw;
}

.home2-list .item {
  list-style: none;
}

.home2-list .num {
  color: #fff;
  line-height: 1.4;
}

.home2-list .desc {
  padding-left: 0.52vw;
  border-left: 0.104vw solid #fff;
  margin-top: 0.208vw;
}

.home2-list .desc p {
  color: #fff;
  line-height: 1.4;
}

.home2-divider {
  height: 0.052vw;
  margin-top: 1.822vw;
  background: linear-gradient(90deg, rgba(215, 204, 200, 0) 0%, rgb(215, 204, 200) 50%, rgba(215, 204, 200, 0) 100%);
}

.foot4 {
  position: fixed;
  right: 3.958vw;
  bottom: 7.291vw;
  width: 2.552vw;
  height: 2.552vw;
  z-index: 40;
  border-radius: 50%;
  box-shadow: 0 0.208vw 0.312vw -0.208vw rgba(6, 78, 59, 0.5), 0 0.52vw 0.781vw -0.156vw rgba(165, 127, 102, 0.5);
  transition: all 0.3s;
}

.foot4:hover {
  transform: scale(1.1);
}

.home3 {
  padding: 4.375vw 10.937vw;
}

.home3-header {
  padding-bottom: 1.458vw;
  border-bottom: 0.052vw solid #e5e5e5;
}

.home3-header h2 {
  color: #333;
  line-height: 1.4;
}

.home3-list {
  margin-top: 3.645vw;
}

.home3-list .item {
  gap: 4.375vw;
  margin-bottom: 4.375vw;
}

.home3-list .item .bg {
  width: 36.718vw;
  overflow: hidden;
  border-radius: 0.729vw;
  border: 0.052vw solid #e5e5e5;
  box-shadow: 0 1.302vw 2.604vw -0.625vw rgba(0, 0, 0, 0.25);
  position: relative;
}

.home3-list .item .bqtxt {
  position: absolute;
  right: 0.833vw;
  top: 0.52vw;
  padding: 0.104vw 0.416vw;
  border-radius: 0.208vw;
  border: 0.052vw solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(0.312vw);
  backdrop-filter: blur(0.312vw);
  color: #fff;
}

.home3-list .item .info {
  flex: 1;
  min-width: 0;
}

.home3-list .item .info .tag {
  width: -moz-max-content;
  width: max-content;
  color: #8b6247;
  letter-spacing: 0.05em;
  margin-bottom: 0.729vw;
  padding: 0.156vw 0.416vw;
  border-radius: 0.208vw;
  border: 0.052vw solid rgba(139, 98, 71, 0.3);
  background: rgba(139, 98, 71, 0.05);
}

.home3-list .item .info .title {
  color: #333;
  line-height: 1.4;
  margin-bottom: 1.093vw;
}

.home3-list .item .info .desc {
  color: #71717a;
  line-height: 1.6;
  margin-bottom: 1.458vw;
}

.home3-list .item .info .ul {
  border-top: 0.052vw solid #e5e5e5;
  padding: 1.041vw 0 1.458vw;
}

.home3-list .item .info .ul .li {
  color: #535353;
  position: relative;
  display: flex;
  align-items: center;
}

.home3-list .item .info .ul .li::before {
  content: "";
  display: block;
  width: 0.312vw;
  height: 0.312vw;
  border-radius: 100%;
  margin-right: 0.52vw;
  background: #8b6247;
}

.home3-list .item .info .ul .li p {
  flex: 1;
  min-width: 0;
}

.home3-list .item .info .ul .li:nth-last-child(n+2) {
  margin-bottom: 0.52vw;
}

.home3-list .item:last-child {
  margin-bottom: 0;
}

.home3-list .item:nth-of-type(2n) {
  flex-direction: row-reverse;
}

.home4 {
  padding: 4.375vw 9.843vw 5.729vw;
  background: #f3efeb;
  border-radius: 1.562vw;
  box-shadow: 0 0 0.729vw rgba(0, 0, 0, 0.1);
}

.home4-inner {
  position: relative;
  padding: 0 1.093vw;
}

.home4-header {
  padding-bottom: 1.145vw;
  border-bottom: 0.052vw solid #aaa09c;
}

.home4-header h2 {
  color: #333;
  line-height: 1.4;
}

.home4-accordion {
  display: flex;
  margin-top: 2.187vw;
  background: #000;
  border-radius: 1.093vw;
  overflow: hidden;
  box-shadow: 0 1.302vw 2.604vw -0.26vw rgba(0, 0, 0, 0.25);
  height: 36.458vw;
}

.accordion-item {
  position: relative;
  width: 4.479vw;
  border-left: 0.052vw solid #e5e5e5;
  transition: all 0.5s ease;
  overflow: hidden;
  cursor: pointer;
}

.accordion-item:first-child {
  border-left: none;
}

.accordion-item.active {
  flex: 1;
  background: transparent;
  cursor: default;
}

.accordion-item .accordion-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: opacity 0.5s;
}

.accordion-item.active .accordion-bg {
  opacity: 1;
}

.accordion-item .accordion-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.accordion-item .accordion-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 2.187vw;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.9) 100%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s;
  z-index: 5;
}

.accordion-item .accordion-content .num {
  color: #8b6247;
  margin-bottom: 1.093vw;
}

.accordion-item .accordion-content .title {
  color: #fff;
  line-height: 1.4;
  margin-bottom: 1.458vw;
}

.accordion-item .accordion-content .line {
  width: 2.187vw;
  height: 0.208vw;
  background: #8b6247;
}

.accordion-item .accordion-content .desc {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  max-width: 23.958vw;
  margin: 1.458vw 0 1.822vw;
}

.C-more {
  display: inline-flex;
  align-items: center;
  padding: 0.729vw 1.458vw;
  color: #fff;
  gap: 0.52vw;
  border-radius: 520.781vw;
  border: 0.052vw solid #fff;
  -webkit-backdrop-filter: blur(0.312vw);
  backdrop-filter: blur(0.312vw);
}

.C-more.theme2 {
  border: 0.052vw solid var(--color);
  background: var(--color);
}

.C-more.theme3 {
  border: 0.052vw solid var(--color);
  color: var(--color);
}

.C-more:hover {
  border: 0.052vw solid var(--color);
  background: var(--color);
  color: #fff;
}

.C-more .icon {
  width: 0.937vw;
}

.accordion-item.active .accordion-content {
  opacity: 1;
  pointer-events: auto;
}

.accordion-header {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  white-space: nowrap;
  gap: 0.729vw;
  cursor: pointer;
  width: -moz-max-content;
  width: max-content;
  z-index: 5;
  color: #fff;
}

.accordion-item.active .accordion-header {
  opacity: 0;
}

.home5 {
  padding: 4.375vw 9.895vw;
  background: #fff;
}

.home5-swiper .zuo {
  flex: 1;
  min-width: 0;
  margin-right: 7.083vw;
}

.home5-swiper .zuo .slide-img {
  width: 14.843vw;
  height: 21.458vw;
}

.home5-swiper .zuo .slide-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.home5-swiper .zuo .slide-info {
  margin-left: 4.322vw;
  flex: 1;
  min-width: 0;
}

.home5-swiper .zuo .slide-info .tag {
  color: #a1a1aa;
  margin-bottom: 1.093vw;
}

.home5-swiper .zuo .slide-info .title {
  color: #333;
  line-height: 1.4;
  margin-bottom: 1.458vw;
  color: var(--color);
}

.home5-swiper .zuo .slide-info .desc {
  color: #71717a;
  line-height: 1.6;
  margin-bottom: 1.822vw;
}

.home5-swiper .zuo .slide-info .slide-preview {
  position: relative;
  width: 27.187vw;
  height: 27.187vw;
  border-radius: 1.822vw;
  overflow: hidden;
}

.home5-swiper .zuo .slide-info .btn1 {
  padding: 0.729vw 1.822vw;
  border-radius: 5.208vw;
  background: #8B6247;
  box-shadow: 0 0.52vw 0.781vw -0.156vw #E4E4E7, 0 0.208vw 0.312vw -0.208vw #E4E4E7;
  color: #fff;
}

.home5-swiper .slide-preview {
  width: 27.187vw;
  height: 27.187vw;
  border-radius: 1.822vw;
  overflow: hidden;
}

.home5-swiper .slide-preview .preview-overlay {
  position: absolute;
  right: 1.041vw;
  bottom: 1.041vw;
  padding: 0.104vw 0.468vw;
  background: rgba(255, 255, 255, 0.2);
  border: 0.052vw solid rgba(255, 255, 255, 0.2);
  border-radius: 0.208vw;
  -webkit-backdrop-filter: blur(0.625vw);
  backdrop-filter: blur(0.625vw);
  color: #fff;
}

.home5-pagination {
  display: flex;
  justify-content: center;
  gap: 0.52vw;
  margin-top: 2.916vw;
}

.home5-pagination .swiper-pagination-bullet {
  width: 0.364vw;
  height: 0.364vw;
  background: #E4E4E7;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1;
}

.home5-pagination .swiper-pagination-bullet-active {
  width: 1.458vw;
  border-radius: 0.208vw;
  background: var(--color);
}

.home6 {
  position: relative;
  padding: 4.375vw 10.937vw 5.885vw;
  background: #f3efeb;
  border-radius: 1.562vw;
  box-shadow: 0 0 0.729vw rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.home6-vector {
  position: absolute;
  right: 5%;
  bottom: 5%;
  width: 25.156vw;
}

.home6-inner {
  position: relative;
}

.home6-left {
  width: 39.583vw;
}

.home6-left h2 {
  color: #333;
  margin-bottom: 1.979vw;
}

.home6-left h2 span {
  color: var(--color);
}

.home6-left .pic {
  border-radius: 1.041vw;
  overflow: hidden;
  position: relative;
}

.home6-left .ask {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0.729vw 1.093vw;
  border-radius: 0.729vw;
  border: 0.052vw solid rgba(244, 244, 245, 0.2);
  background: rgba(250, 250, 250, 0.1);
  width: 100%;
  z-index: 4;
  cursor: pointer;
  -webkit-backdrop-filter: blur(0.52vw);
  backdrop-filter: blur(0.52vw);
}

.home6-left .ask .icon {
  width: 2.187vw;
  margin-right: 0.729vw;
  box-shadow: 0 0.052vw 0.104vw 0 rgba(0, 0, 0, 0.05);
}

.home6-left .ask .txt {
  flex: 1;
  min-width: 0;
  color: #fff;
}

.home6-left .ask .txt .t6 {
  letter-spacing: 0.052vw;
}

.home6-right {
  flex: 1;
  min-width: 0;
  margin-left: 5.625vw;
  gap: 3.125vw 3.802vw;
}

.home6-right .item {
  border-radius: 1.458vw;
  border: 0.052vw solid #F4F4F5;
  background: rgba(250, 250, 250, 0.5);
  -webkit-backdrop-filter: blur(0.625vw);
  backdrop-filter: blur(0.625vw);
  padding: 1.822vw;
  height: 100%;
}

.home6-right .item .iconbox {
  width: 2.187vw;
  height: 2.187vw;
  border-radius: 0.52vw;
  background: #FFF;
  box-shadow: 0 0.052vw 0.104vw 0 rgba(0, 0, 0, 0.05);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.home6-right .item .iconbox .icon {
  width: 1.25vw;
}

.home6-right .item .t1 {
  color: #333;
  margin: 1.458vw 0 0.52vw;
}

.home6-right .item .t2 {
  color: #666;
}

.home6-right .item2 {
  grid-column: span 2;
  padding: 2.656vw 1.875vw;
  border-radius: 1.458vw;
  border: 0.052vw solid rgba(244, 244, 245, 0.1);
  background: rgba(250, 250, 250, 0.5);
  -webkit-backdrop-filter: blur(0.625vw);
  backdrop-filter: blur(0.625vw);
}

.home6-right .item2 .icon {
  width: 1.041vw;
}

.home6-right .item2 .t4 {
  margin-left: 0.52vw;
  color: var(--color);
}

.home6-right .item2 .t3 {
  font-style: italic;
  margin-top: 0.52vw;
}

.home7 {
  padding: 4.375vw 0;
  overflow: hidden;
}

.home7-title {
  margin-bottom: 1.458vw;
}

.home7-title h2 {
  color: #333;
  line-height: 1.4;
}

.home7-title p {
  color: #71717a;
  margin-top: 1.458vw;
}

.home7-logos {
  position: relative;
  opacity: 0.6;
}

.home7-mask-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 10.156vw;
  height: 100%;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
}

.home7-mask-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 9.739vw;
  height: 100%;
  background: linear-gradient(-90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
}

.home7 .loopLogos-warpper .item {
  width: 13.75vw;
  height: 6.093vw;
  padding: 0 1.458vw;
  border: 0.052vw solid rgba(102, 102, 102, 0.3);
  border-radius: 1.041vw;
  margin-right: 1.25vw;
}

.home7 .loopLogos-warpper .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.home7 .loopLogos-warpper.reverse {
  margin-top: 1.25vw;
}

.home8 {
  padding: 4.375vw 9.843vw;
}

.home8-inner h2 {
  color: #333;
  line-height: 1.4;
  margin-bottom: 1.458vw;
}

.home8-tabs {
  gap: 1.458vw;
  padding-bottom: 0.052vw;
  border-bottom: 0.052vw solid #e5e5e5;
}

.home8-tabs .tab {
  padding: 0 0 0.729vw;
  cursor: pointer;
  border-bottom: 0.104vw solid transparent;
  margin-bottom: -0.052vw;
  transition: all 0.3s;
}

.home8-tabs .tab span {
  color: #71717a;
  transition: all 0.3s;
}

.home8-tabs .tab.active {
  border-bottom-color: #8b6247;
}

.home8-tabs .tab.active span {
  color: #333;
  font-weight: 600;
}

.home8-list {
  gap: 1.562vw;
  margin-top: 2.291vw;
}

.home8-list .news-card {
  display: block;
  transition: all 0.3s;
}

.home8-list .card-img {
  aspect-ratio: 16/9;
  border-radius: 0.729vw;
  overflow: hidden;
  border: 0.052vw solid #e5e5e5;
  background: #18181b;
}

.home8-list .card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.5s;
}

.home8-list .news-card:hover .card-img img {
  transform: scale(1.05);
}

.home8-list .card-info {
  padding-top: 0.781vw;
}

.home8-list .card-title {
  color: #333;
  margin-bottom: 0.364vw;
  transition: all ease 0.3s;
}

.home8-list .news-card:hover .card-title {
  color: var(--color);
}

.home8-list .card-desc {
  color: #71717a;
  line-height: 1.6;
}

.home1 {
  position: relative;
  background: #fff;
  height: 200vh;
}

.home1 .pin {
  position: sticky;
  left: 0;
  top: 0;
  height: 100vh;
}

.home1 .sec1 .icon {
  width: 48.697vw;
  position: absolute;
  left: 50%;
  top: 20.052vw;
  transform: translate(-50%, 0);
  z-index: 10;
  clip-path: inset(100% 0%);
  animation: clip 1.5s ease-out forwards;
}

@keyframes clip {
  0% {
    clip-path: inset(100% 0%);
  }

  100% {
    clip-path: inset(0% 0%);
  }
}

.home1 .sec2 {
  height: 100%;
  -webkit-mask: url("/img/home/home1-1.svg") no-repeat;
  mask: url("/img/home/home1-1.svg") no-repeat;
  -webkit-mask-position: 45% 15vw;
  mask-position: 45% 15vw;
  -webkit-mask-size: 12%;
  mask-size: 12%;
}

.home1 .sec2 .swiper {
  height: 100%;
}

.home1 .sec2::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(5, 5, 5, 0) 0%, #010101 100%);
  pointer-events: none;
  z-index: 5;
}

.home1 .sec3 {
  position: absolute;
  left: 0;
  bottom: 8.697vw;
  width: 100%;
  z-index: 10;
  padding: 0 10.937vw;
  opacity: 0;
  transform: translateY(50%);
}

.home1 .sec3 .t1 {
  background-image: linear-gradient(180deg, #8B6247 0%, #DEDEDE 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.home1 .sec3 .line {
  flex: 1;
  height: 0.052vw;
  margin: 0 2.5vw 0 2.343vw;
  background: rgba(255, 255, 255, 0.75);
}

.home1 .sec3 .btns {
  gap: 0.781vw;
  mix-blend-mode: difference;
}

.home1.default .sec3 .line {
  background: rgba(139, 98, 71, 0.5);
}

.home1.default .sec3 .C-more.theme1 {
  border: 0.052vw solid #333;
  color: #333;
}

.home1.default .sec3 .C-more.theme1:hover {
  border: 0.052vw solid var(--color);
  background: var(--color);
  color: #fff;
}

.home1 .more-line {
  width: 0.052vw;
  height: 4.375vw;
  background: linear-gradient(180deg, #8B6247 0%, rgba(139, 98, 71, 0) 100%);
  position: absolute;
  left: 50%;
  bottom: 1.302vw;
  z-index: 10;
  opacity: 0;
  transform: translateY(50%);
}