:root {
  --head: 3.541vw;
  --color: #A86846;
}

::selection {
  background: none;
}
.fbd400{
	font-weight:400;
}
.co-w {
  color: #fff;
}

.co-m {
  color: var(--color);
}

.co-h {
  color: #C5C5C9;
}

.co-h2 {
  color: #666;
}

.ff2 {
  font-family: Poppins;
}

.head-zhanwei {
  height: var(--head);
}

#svgbox {
  display: none;
}

.svgTransiton * {
  transition: all ease .3s;
}

svg {
  display: block;
  width: 100%;
  height: 100%;
}

.C-btn {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  line-height: 1;
  transition: all ease .3s;
  cursor: pointer;
  font-family: Poppins;
  padding: 0.677vw 1.041vw;
  border-radius: 6px;
  background: var(--color);
}

.C-btn.theme1 {
  color: #fff;
  background: var(--color);
}

.C-btn.theme1:hover {
  background: #858584;
}

.C-btn .icon {
  width: 0.677vw;
  height: 0.677vw;
  margin-left: 0.625vw;
  background: url('/img/icon-more.svg') no-repeat center/contain;
  transition: all ease .3s;
  transform: rotate(0);
}

.C-btn:hover .icon {
  transform: rotate(45deg);
}

.C-more {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  line-height: 1;
  transition: all ease .3s;
  cursor: pointer;
  font-family: Poppins;
  padding: 0.677vw 1.041vw;
  text-transform: capitalize;
  color: var(--color);
  border-radius: 6px;
  border: 1px solid var(--color);
}

.C-more .icon {
  width: 0.677vw;
  height: 0.677vw;
  margin-left: 1.354vw;
  background: url('/img/icon-more2.svg') no-repeat center/contain;
}

/* -----------------------------------------head,foot-------------------------------------- */
.head1 {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 50;
  width: 100%;
  height: var(--head);
  transition: all ease .3s;
  --headTheme: #fff;
  color: var(--headTheme);
}

.isback .head1 {
  opacity: 0;
  pointer-events: none;
}

.scroll .head1 {
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(0.156vw);
}

.blackHead .head1 {
  background: rgba(255, 255, 255, 0.60);
  backdrop-filter: blur(4px);
  color: #000;
  --headTheme: #000;
}

.hoverImgSwitch img:nth-child(1) {
  display: block;
}

.hoverImgSwitch img:nth-child(2) {
  display: none;
}

.blackHead .hoverImgSwitch img:nth-child(1) {
  display: none;
}

.blackHead .hoverImgSwitch img:nth-child(2) {
  display: block;
}

.blackHead .head1 .contact-btn {
  background: var(--color);
  color: #fff;
}

.head1 .logo {
  width: 10.52vw;
}

.head1 .menu {
  gap: 3.125vw;
  height: 100%;
}

.head1 .link {
  height: 100%;
  position: relative;
}

.head1 .link>a {
  display: block;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  transition: all ease 0.1s;
  padding: 12px 0;
  border-bottom: 1px solid transparent;
}

.head1 .link.on>a,
.head1 .link:hover>a {
  border-bottom: 1px solid var(--headTheme);
}

.head1 .contact-btn {
  margin-left: 1.041vw;
  border-radius: 4px;
  background: #FFF;
  padding: 0.468vw 1.041vw;
  color: #000;
}

.head1 .right {
  margin-left: 2.76vw;
}

.head1 .down {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
  width: 200px;
  padding: 10px 0px;
  border-radius: 4px;
  background: rgba(162, 103, 79, 0.45);
  backdrop-filter: blur(5px);
  text-align: center;
  margin-top: 28px;
  opacity: 0;
  pointer-events: none;
  transition: all ease .3s;
}

.head1 .link:hover .down {
  opacity: 1;
  pointer-events: visible;
}

.head1 .down::before {
  content: '';
  display: block;
  width: 100%;
  height: 30px;
  bottom: 100%;
  position: absolute;
  left: 0;
}

.head1 .down .item {
  padding: 8px 20px;
  transition: all ease .3s;
  border: 1px solid rgba(255, 255, 255, 0);
}

.head1 .down .item:nth-last-child(n+2) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.head1 .down .item:hover {
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.10);
}

.head1 .down .item a {
  display: block;
}

footer {
  background: #000;
}

.foot1 {
  padding: 4.1667vw 0 8.333vw;
  width: 100%;
  background: url('/img/foot1-5.svg') no-repeat 97% 100%/40.416vw;
  border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.foot1 .logo {
  width: 15.208vw;
  margin-bottom: 1.302vw;
}

.foot1 .zuo {
  width: 20.052vw;
}

.foot1 .info {
  position: relative;
}

.foot1 .info .icon {
  width: 0.937vw;
  margin-right: 0.625vw;
}

.foot1 .info a {
  margin-bottom: 1.041vw;
}

.foot1 .info .whatsapp {
  width: 1.927vw;
  height: 1.927vw;
  position: absolute;
  right: 0.989vw;
  top: 0.104vw;
}

.foot-link {
  gap: 2.812vw;
}

.foot-link ul {
  display: block;
}

.foot-link ul a {
  display: block;
  line-height: 1.2;
  margin-bottom: 1.875vw;
}

.foot1 form .lab {
  width: 100%;
  margin-top: 0.729vw;
  background: #fff;
  border-radius: 10px;
  padding: 0.104vw;
}

.foot1 form .lab input {
  padding: 0.833vw 1.041vw;
  flex: 1;
  height: 2.812vw;
  border-radius: 10px;
  color: #000;
}

.foot1 form .lab input::placeholder {
  color: #707070;
}

.foot1 form .lab button {
  padding: 0 1.25vw;
  background: var(--color);
  color: #fff;
  height: 2.604vw;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  font-size: inherit;
}

.foot2 {
  padding: 1.041vw 0 2.083vw;
}

.foot2 .share .ev {
  width: 2.083vw;
  height: 2.083vw;
  border-radius: 100%;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-right: 1.041vw;
}

.foot2 .share .ev .icon {
  width: 1.145vw;
}

.foot2 .you {
  color: rgba(255, 255, 255, 0.7);
  gap: 1.562vw;
}

.foot3 {
  width: 3.125vw;
  position: fixed;
  right: 2.604vw;
  bottom: 4.583vw;
  cursor: pointer;
  z-index: 45;
}







/* -----------------------------------------首页-------------------------------------- */

.home1 {
  position: relative;
  height: 200vh;
}

.sticky-wrap {
  position: sticky;
  left: 0;
  top: 0;
  height: 100vh;
  overflow: hidden;
}

.home1 .bg {
  height: 100%;
}

.home1 .earth {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.3);
  width: 66.875vw;
  mix-blend-mode: lighten;
  filter: blur(1.302vw);
  z-index: 2;
  transition: opacity ease .3s;
}

.home1 .earth.on {
  opacity: 0;
}

.home1 .intr {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  padding-bottom: 4.447vw;
}

.scrollTip.on {
  opacity: 0;
  transition: all ease .3s;
}

.home1 .scrollTip {
  color: rgba(255, 255, 255, 0.40);
}

.home1 .intr .pic {
  width: 20.468vw;
  margin: 0 auto;
  opacity: 0;
  transition: all ease .6s;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.home1 .intr .pic.on {
  opacity: 1;
}

.home1 .intr .t1 {
  margin: 4.687vw 0 5.208vw;
  color: rgba(255, 255, 255, 0.40);
}

.home1 .intr .t1 p:nth-child(2) span {
  color: #fff;
}

.home1 .intr .t1.on {
  opacity: 0;
  transition: all ease .3s;
}

.home1 .icon {
  width: 120px;
  margin: 0 auto;
}

.font-onsite {
  position: relative;
}

.font-onsite p:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.home2 {
  height: 300vh;
}

.home2 .zuo {
  width: 29.375vw;
  margin-left: 12.5vw;
  margin-right: 2.604vw;
}

.home2 .zuo .t1 {
  color: rgba(0, 0, 0, 0.40);
  margin-bottom: 3.333vw;
}

.home2 .zuo .t1:nth-child(2) span {
  color: #000;
}

.home2 .zuo .t2 {
  margin-top: 5.729vw;
  display: -webkit-box;
  display: box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 2.8em;
}

.home2 .you {
  flex: 1;
  overflow: hidden;
}

.home2 .you .warpper {
  gap: 2.187vw;
  width: max-content;
}

.home2 .you .slide {
  width: 41.666vw;
  aspect-ratio: 1/1;
  position: relative;
}

.home2 .you .slide .t3 {
  display: none;
}

.home2 .you .slide .pic {
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.home2 .you .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home2 .you .slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home2 .playbtn {
  width: 9.791vw;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  cursor: pointer;
}

.home3 {
  height: 100vh;
  background: #000;
  padding: 0 5.729vw 5.937vw;
  position: relative;
  cursor: pointer;
}

.home3 .t2 {
  padding-bottom: 1em;
  margin-bottom: 2.291vw;
}

.home3 .wrap {
  position: relative;
  z-index: 5;
}

.home3 .pic-list {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.home3 .pic-list .pic {
  border-radius: 20px;
  width: 20.52vw;
  overflow: hidden;
  position: absolute;
  transition: opacity 1s;
  opacity: 0;
}

.home3 .pic-list .pic.on {
  opacity: 1;
  z-index: 52;
}

.home3 .cur {
  margin: 0 auto;
  width: 12.604vw;
}

.home3 .cur.on {
  opacity: 0;
  transition: all ease .3s 3s;
}

.home4 {
  height: 300vh;
}

.home4 .sticky-wrap {
  overflow: hidden;
}

.home4 .t1 {
  letter-spacing: -0.021vw;
}

.home4 .list {
  width: max-content;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.home4 .default {
  height: 100vh;
  align-items: center;
}

.home4 .item {
  width: 100vw;
  height: 100vh;
  position: absolute;
  left: 100%;
  top: 0;
  display: flex;
}

.home4 .item .intr {
  flex: 1;
  padding: 0 1.562vw 5.572vw;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.home4 .item .num {
  font-size: 41.666vw;
  line-height: 0.7;
  font-family: "PingFang SC";
}

.home4 .item .t2 {
  flex: 1;
  width: 67.187vw;
}

.home4 .item .t2::before {
  content: '';
  display: block;
  width: 18.75vw;
  height: 0.052vw;
  background: #000;
}

.home4 .item .pic {
  width: 17.708vw;
  margin-bottom: 4.687vw;
}

.home4 .item .t3 {
  width: 60.104vw;
}

.home4 .item1 .intr {
  background: #E8D5C4;
}

.home4 .item2 .intr {
  background: #6EA4A4;
}

.home4 .item3 .intr {
  background: #A4664F;
}

.home4 .item4 .intr {
  background: #8B9B6E;
}

.home4 .item5 .intr {
  background: #2A3646;
}

.home4 .item .zhanwei {
  height: 100%;
}

.home4 .item1 .zhanwei {
  width: calc(9.375vw * 0);
}

.home4 .item2 .zhanwei {
  width: calc(9.375vw * 1);
}

.home4 .item3 .zhanwei {
  width: calc(9.375vw * 2);
}

.home4 .item4 .zhanwei {
  width: calc(9.375vw * 3);
}

.home4 .item5 .zhanwei {
  width: calc(9.375vw * 4);
}

.home4 .item5 .intr {
  padding-left: 4.166vw;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.home4 .scrollTip {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 5.208vw;
}

.home5 {
  padding: 6.25vw 0 6.77vw;
}

.home5 .list {
  gap: 0.52vw;
  margin: 2.76vw auto 0;
}

.home5 .item {
  flex: 1;
  height: 35.208vw;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  transition: -ms-flex .6s, -ms-flex .6s, flex .6s;
}

.home5 .item.on {
  flex: 4.4;
}

.home5 .item .intr {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.home5 .item .intr .t1 {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 2.395vw;
  transition: all ease .3s;
  z-index: 2;
}

.home5 .item .intr .t2 {
  margin-top: 0.885vw;
}

.home5 .item .intr .down {
  width: 29.322vw;
  padding: 2.239vw;
  opacity: 0;
  transition: all ease .3s;
  transform: translateY(2.604vw);
  position: relative;
  z-index: 5;
}

.home5 .item .intr::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 9.895vw;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.60) 100%);
}

.home5 .item.on .intr .down {
  opacity: 1;
  transform: translateY(0);
}

.home5 .item.on .intr .t1 {
  opacity: 0;
  transform: translate(-2.604vw, -2.604vw);
}

.home6 {
  background: #000;
  /* height: 200vh; */
  padding: 6.25vw 0;
  position: relative;
}

.home6 .sticky-wrap {
  padding: 6.25vw 0 0;
}

.home6 .k1 {
  margin-bottom: 3.281vw;
}

.home6 .item {
  background: #FFF;
  border-radius: 25px;
  padding: 3.125vw 5.208vw 3.541vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.083vw;
  position: sticky;
  left: 0;
  --diff: 0vw;
  top: calc(var(--head) + var(--diff));
}

.home6 .item:nth-child(2n) {
  background: #F2F2F2;
}

.home6 .item .zuo {
  width: 37.5vw;
  align-items: flex-start;
}

.home6 .item .zuo .t2 {
  margin-top: 0.572vw;
}

.home6 .item .zuo .t3 {
  color: #666;
  margin-top: 1.666vw;
  margin-bottom: 2.604vw;
}

.home6 .item .zuo .t4 {
  margin-top: auto;
  margin-bottom: 2.083vw;
  padding-bottom: 1.041vw;
  border-bottom: 1px solid #000;
}

.home6 .item .you .pic {
  width: 16.041vw;
  aspect-ratio: 1/1;
}

.home7 {
  padding: 6.25vw 0 5.729vw;
  background: url('/img/home7-1.jpg') no-repeat center/cover;
}

.home7 .k2 {
  margin: 0.208vw 0 3.125vw;
}

.home7 .list {
  gap: 2.083vw;
}

.home7 .item {
  border-radius: 20px;
  background: #FFF;
  padding: 1.041vw;
}

.home7 .item .pic {
  border-radius: 10px;
  overflow: hidden;
  width: 13.697vw;
  aspect-ratio: 1/1;
}

.home7 .item .intr {
  flex: 1;
  padding: 0 1.562vw 0 1.562vw;
}


.home7 .item .intr .t1::after {
  content: '';
  width: 6.041vw;
  height: 0.052vw;
  background: #000;
  display: block;
  margin: 0.52vw 0 1.927vw;
}

.home7 .item .intr .t2 {
  letter-spacing: -0.02vw;
  font-weight: 300;
}

.home8 {
  position: relative;
}

.home8 .t1 {
  margin-bottom: 1.718vw;
}

.home8 .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.home8 .earth {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 38.229vw;
  mix-blend-mode: lighten;
  z-index: 2;
}

.home8 .intr {
  position: relative;
  z-index: 3;
  padding: 13.333vw 0 9.218vw;
}

.home8 .C-btn {
  margin: 0 auto;
}

.home9 {
  padding: 6.25vw 0 4.166vw;
  background: #000;
  overflow: hidden;
}

.home9 .swiper {
  margin-top: 3.229vw;
  overflow: visible;
  padding-bottom: 4.583vw;
}

.home9 .swiper-slide {
  width: 23.593vw;
  padding: 1.041vw 1.041vw 1.77vw;
  border-radius: 10px;
  background: #FFF;
}

.home9 .swiper-slide .bg {
  width: 21.458vw;
  aspect-ratio: 1/1;
  margin-bottom: 1.041vw;
  border-radius: 20px;
  overflow: hidden;
}

.home9 .swiper-slide .t2 {
  margin-top: 0.625vw;
  margin-bottom: 0.937vw;
  color: #666;
}

.home9 .swiper-pagination {
  left: 0;
  bottom: 0vw;
  z-index: 10;
}

.home9 .swiper-pagination-bullet {
  width: 0.416vw;
  height: 0.416vw;
  border-radius: 18px;
  overflow: hidden;
  background: #DBDBDB;
  opacity: 1;
  position: relative;
  --swiper-pagination-bullet-horizontal-gap: 0.416vw;
}

.home9 .swiper-pagination-bullet::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #A2674F;
  transform: scaleX(0);
  transition: all ease 0.3s;
  transform-origin: left;
  /* border-radius: 5px; */
}

.home9 .swiper-pagination-bullet-active {
  width: 2.5vw;
  opacity: 1;
}

.home9 .swiper-pagination-bullet-active::after {
  transform: scaleX(1);
  transition: all ease 3s;
}

/* work页面样式 */
.work1 {
  background-color: #F7F7F7;
  padding-left: 12.5vw;
}

.work1 .C-wrap {
  justify-content: space-between;
  align-items: center;
}

.work1 .left {
  flex: 1;
  max-width: 41.875vw;
}

.work1 .right {
  width: 45.572vw;
}

.work1 .t1 {
  margin-bottom: 2.083vw;
  font-weight: 500;
  line-height: 1.2;
}

.work1 .t2 {
  width: 29.895vw;
  margin-bottom: 2.083vw;
  color: #666;
}

.faq1 {
  background: #2A3646;
  padding: 16.041vw 0 6.25vw;
}

.faq1 .title .t2 {
  width: 35.625vw;
  margin-top: 2.083vw;
}

.faq1 .main {
  margin: 4.166vw 0 0 auto;
  width: 51.041vw;
}

.faq1 .main .tabs {
  margin-bottom: 1.666vw;
  gap: 1.562vw;
  cursor: pointer;
  position: relative;
}

.faq1 .main .tabs .tab {
  transition: all ease 0.1s;
  border-bottom: 2px solid #2A3646;
}

.faq1 .main .tabs .tab:hover {
  /* 添加白色底部边框 */
  border-bottom: 2px solid white;
}

.faq1 .main .tab.on {
  font-weight: bold;
}

.faq1 .main .tab.on::before {}

.faq1 .main .tab.on::after {}


.faq1 .main .tabcontent .list {
  display: none;
}

.faq1 .main .tabcontent .list.on {
  display: block;
}

.faq1 .list .item {
  padding: 1.666vw;
  border-radius: 20px;
  background: #fff;
  position: relative;
  margin-bottom: 1.25vw;
}

.faq1 .list .item::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 2.916vw;
  height: 2.916vw;
  background: url('/img/faq1-i2.svg') no-repeat center/contain;
  z-index: 1;
}

.faq1 .list .item .t1 {
  padding-right: 3.385vw;
  cursor: pointer;
}

.faq1 .list .item .down {
  padding-top: 1.25vw;
  color: #666;
  display: none;
}

.faq1 .list .item .jt {
  margin: 0.52vw;
  width: 1.458vw;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  cursor: pointer;
  transition: all ease .3s;
}

.faq1 .list .item.on .jt {
  transform: rotate(180deg);
}

/* ----------------------------------------- Contact Us Page -------------------------------------- */
.contact-page .head1 .contact-btn.active {
  background: var(--color);
  color: #fff;
}

.contact-top {
  position: relative;
  overflow: hidden;
}

.contact-top .bg {
  width: 100%;
  height: 100%;
}

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

.contact-top .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.contact-top .content-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 0 4.166vw;
  z-index: 2;
}

.contact-top .intro-text {
  max-width: 58.854vw;
  color: #fff;
}

.contact-top .intro-text h1 {
  margin-bottom: 2.083vw;
  font-weight: 500;
}

.contact-top .intro-text p {
  line-height: 1.5;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
}

/* 联系方式卡片区域 */
.ct3 {
  padding: 1.041vw 0 6.25vw;
}

.ct3 .list {
  gap: 2.083vw;
}

.ct3 .item {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}

.ct3 .item .intr {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 2.083vw;
  background: rgba(0, 0, 0, 0.4);
}

.ct3 .item .zuo .icon {
  width: 3.125vw;
  height: 3.125vw;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.ct3 .item .zuo .icon img {
  width: 1.718vw;
}

.ct3 .item .you {
  flex: 1;
  padding-left: 1.041vw;
}

.ct3 .item .you .t1 {
  margin: 0.26vw 0 1.562vw;
}

.ct3 .item .you .iconlist {
  gap: 1.041vw;
}

.ct3 .item .you .iconlist .icon {
  width: 2.083vw;
}

/*  */
.work2 {
  padding: 6.25vw 3.125vw 8.333vw 12.5vw;
}

.work2 .k1 {
  font-weight: 500;
  margin-bottom: 6.25vw;
}

.fw_300 {
  font-weight: 300;
}

.fw_500 {
  font-weight: 500;
}

.work2 .steps-section:nth-last-child(n+1) {
  margin-bottom: 5.208vw;
}

.work2 .steps-section .zuo {
  width: 29.895vw;
}

.work2 .steps-section .zuo .t2 {
  margin: 2.083vw 0 6.25vw;
}

.work2 .steps-section .you {
  flex: 1;
  gap: 1.041vw;
  height: 29.479vw;
  margin-left: 2.083vw;
}

.work2 .step-item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  flex: 1;
  transition: all ease 0.6s;
  cursor: pointer;
}

.work2 .step-item.on {
  flex: 1.71;
}

.work2 .step-item .t2 {
  margin-top: 0.416vw;
}

.work2 .step-item.on .t2 {
  font-size: 1.458vw;
}

.work2 .step-item .icon {
  width: 2.083vw;
}

.work2 .step-item .top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 1.25vw 1.25vw 2.916vw;
}

.work2 .step-item .top::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
  opacity: 0.6;
}

.work2 .step-item .top .neir {
  position: relative;
  z-index: 2;
}

.work2 .step-item .bottom {
  background-color: rgba(0, 0, 0, 0.40);
  padding: 1.25vw 1.25vw 1.666vw;
  backdrop-filter: blur(0.312vw);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-radius: 20px;
  opacity: 0;
  transition: all ease 0.1s;
}

.work2 .step-item.on .bottom {
  opacity: 1;
  transition: all ease 0.3s 0.6s;
}

/*-----------------------------------------------about----------------------------------------------------*/
.about2 {
  width: 100%;
  box-sizing: border-box;
}

.about2 .container {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 3.645vw;
  width: 100%;
  margin: 0 auto;
}

.about2 .image-wrapper {
  width: 48.281vw;
  height: 29.27vw;
  overflow: hidden;
}

.about2 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about2 .text-block {
  display: flex;
  flex-direction: column;
  gap: 2.083vw;
  width: 40.989vw;
}

.about2 .quote {
  font-family: 'Saira', sans-serif;
  font-weight: 500;
  line-height: 1.2em;
  color: #000000;
  width: 100%;
}

.about2 .description {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  line-height: 1.5em;
  color: #000000;
  width: 100%;
}

.about3 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4.166vw;
  padding: 6.25vw;
  box-sizing: border-box;
}

.about3 .top-section {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  gap: 6.25vw;
  width: 100%;
}

.about3 .title-group {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  gap: 1.041vw;
  width: 100%;
}

.about3 .main-title {
  font-family: 'Saira', sans-serif;
  font-weight: 500;
  line-height: 1.2em;
  color: #000000;
  width: 75vw;
}

.about3 .subtitle {
  font-family: 'Saira', sans-serif;
  font-weight: 400;
  line-height: 1.2em;
  color: #000000;
}

.about3 .description {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  line-height: 1.5em;
  color: #666666;
  width: 75.937vw;
}

.about3 .bottom-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.041vw;
  width: 100%;
  margin-top: 4.166vw;
}

.about3 .promise-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.041vw;
}

.about3 .promise-title .icon {
  width: 3.244vw;
  height: 1.979vw;
}

.about3 .promise-title .text {
  font-family: 'Saira', sans-serif;
  font-weight: 500;
  line-height: 1.2em;
  color: #000000;
}

.about3 .list {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.041vw;
}

.about3 .list .item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 1.25vw;
  padding: 1.25vw;
  width: 16.666vw;
  height: 16.666vw;
  background-color: #F7F7F7;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

.about3 .list .item:hover {
  background-color: #A2674F;
}

.about3 .list .item .item-title {
  font-family: 'Saira', sans-serif;
  font-weight: 500;
  line-height: 1.2em;
  color: #000000;
  width: 100%;
  transition: all 0.3s ease;
}

.about3 .list .item .item-desc {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  line-height: 1.5em;
  color: #000000;
  width: 100%;
  transition: all 0.3s ease;
}

.about3 .list .item:hover .item-title,
.about3 .list .item:hover .item-desc {
  color: #FFFFFF;
}

/* about4板块样式 */
.about4 {
  padding: 6.25vw 0 7.291vw;
  background-color: #000000;

}

.about4 .C-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.125vw;

}

.about4 .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 6.25vw;
}

.about4 .title-frame {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 6.25vw;
}

.about4 .title-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.083vw;
}

.about4 .main-title {
  font-family: 'Saira', sans-serif;
  font-weight: 500;
  line-height: 1.2em;
  color: #FFFFFF;
  text-align: center;
}

.about4 .accordion-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}

.about4 .accordion-item {
  position: relative;
  display: flex;
  height: 23.02vw;
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-sizing: border-box;
  transition: all 1s ease;
  cursor: pointer;
  background-color: #000000;
  width: 4.062vw;
  flex-grow: 0;
  flex-basis: 4.062vw;
  flex-shrink: 1;
  overflow: hidden;
}

.about4 .accordion-item .item-header {
  padding: 2.083vw 1.25vw;
  width: 4.062vw;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.about4 .accordion-item.expanded {
  flex: 1;
  flex-direction: row;
}

.about4 .accordion-item .item-number {
  font-family: 'Saira', sans-serif;
  font-weight: 500;
  line-height: 1.2em;
  color: #FFFFFF;
}

.about4 .accordion-item .item-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  line-height: 1.5em;
  color: #FFFFFF;
  width: max-content;
  transform: rotate(-90deg) translate(-2.083vw, 0);
  transform-origin: left top;
  line-height: 1.562vw;
}

.about4 .accordion-content {
  display: flex;
  justify-content: center;
  gap: 2.083vw;
  border-left: 1px solid rgba(255, 255, 255, 0.6);
  padding: 2.083vw;
}

.about4 .content-section {
  display: flex;
  flex-direction: column;
  gap: 0.625vw;
  width: 17.031vw;
  margin-bottom: 2.083vw;
}

.about4 .content-section .section-title {
  font-family: 'Saira', sans-serif;
  font-weight: 500;
  line-height: 1.2em;
  color: #FFFFFF;
}

.about4 .content-section .section-desc {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  line-height: 1.5em;
  color: #FFFFFF;
}

.about4 .content-section .section-desc.bold {
  font-weight: 700;
}

.about4 .pic {
  width: 32.135vw;
  height: 18.854vw;
  border-radius: 10px;
  overflow: hidden;
}

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

.about5 {
  width: 100%;
  background-color: #000000;
  padding: 0 0 9.635vw;
  position: relative;
}

.about5 .title {
  font-family: 'Saira', sans-serif;
  font-weight: 500;
  line-height: 1.57em;
  letter-spacing: -0.64%;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 4.166vw;
}

.about5 .comparison-table {
  width: 100%;
  max-width: 75vw;
  margin: 0 auto;
}

.about5 .table-row {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.about5 .table-col {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.083vw 1.25vw;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  transition: all 0.3s ease;
}

.about5 .col-feature {
  width: 19.791vw;
  justify-content: flex-start;
}

.about5 .col-option {
  width: 18.385vw;
}

.about5 .col-option.lever {
  background-color: #404040;
}

.about5 .table-header:nth-child(1) .col-option.lever {
  border-radius: 20px 20px 0 0;
}

.about5 .table-row:nth-last-child(1) .col-option.lever {
  border-radius: 0 0 20px 20px;
}

.about5 .col-feature .text,
.about5 .col-option .text {
  font-family: 'Poppins', sans-serif;
  color: #FFFFFF;
  letter-spacing: -2.06%;
}

.about5 .table-header .text {
  font-weight: 700;
  line-height: 1.5em;
}

.about5 .table-body .col-feature .text {
  font-weight: 400;
  line-height: 1.5em;
}

.about5 .check-icon,
.about5 .cross-icon {
  width: 1.562vw;
  height: 1.041vw;
}

.about5 .table-col-hover {
  background-color: #404040;
}

.about5 .table-header:nth-child(1) .table-col-hover {
  border-radius: 20px 20px 0 0;
}

.about5 .table-row:nth-last-child(1) .table-col-hover {
  border-radius: 0 0 20px 20px;
}

.about5 .table-header .col-option:first-child {
  border-radius: 20px 20px 0 0;
}

.about5 .table-row:last-child .col-option:first-child {
  border-radius: 0 0 20px 20px;
}


/*-----------------------------------------------product----------------------------------------------------*/
/* ========== Products Page ========== */
.product2 {
  width: 100%;
  position: relative;
  padding: 6.25vw 0 0;
}

.product2 .C-wrap {
  display: flex;
  flex-direction: column;
  gap: 4.166vw;
}

.product2 .text-content {
  display: flex;
  flex-direction: column;
  gap: 1.041vw;
  width: 100%;
}

.product2 .main-title {
  font-family: 'Saira', sans-serif;
  font-weight: 500;
  line-height: 1.2em;
  color: #000000;
  margin: 0;
  text-align: left;
}

.product2 .sub-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  line-height: 1.5em;
  color: #000000;
  margin: 0;
  text-align: left;
}

.product2 .description {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  line-height: 1.5em;
  color: #666666;
  text-align: left;
}

.product2 .description p {
  margin: 0 0 1.041vw 0;
}

.product2 .description p:last-child {
  margin-bottom: 0;
}

.product2 .hero-image {
  width: 100%;
  height: 29.27vw;
  overflow: hidden;
}

.product2 .hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ========== Product3 Section ========== */
.product3 {
  padding: 6.25vw 0 0;
}

.product-category {
  display: flex;
  flex-direction: column;
  gap: 3.125vw;
  margin-bottom: 6.25vw;
}

.category-header {
  display: flex;
  flex-direction: column;
  gap: 6.25vw;
}

.main-category-title {
  font-family: 'Saira', sans-serif;
  font-weight: 500;
  line-height: 1.2em;
  color: #000000;
  margin: 0;
  margin-bottom: 2.083vw;
}

.category-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  line-height: 1.5em;
  color: #000000;
  margin: 0;
}

.product-list {
  width: 100%;
  gap: 3.125vw 1.562vw;
}

.product-item {
  display: flex;
  flex-direction: column;
  gap: 1.041vw;
  align-items: flex-start;
}

.product-item .pic {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}

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

.product-content {
  display: flex;
  flex-direction: column;
  gap: 1.25vw;
}

.product-title-wrapper {
  display: flex;
  align-items: center;
  gap: 0.52vw;
  padding-bottom: 1.041vw;
  border-bottom: 1px solid #000000;
}

.product-title {
  font-family: 'Saira', sans-serif;
  font-weight: 500;
  line-height: 1.2em;
  color: #000000;
  margin: 0;
	display: -webkit-box;
  display: box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.product-description {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  line-height: 1.5em;
  color: #666666;
  margin: 0;
	display: -webkit-box;
  display: box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.product4 {
  background: #000;
}

.product4 .pic {
  width: 43.75vw;
}

.product4 .intr {
  flex: 1;
  padding: 0 12.5vw 0 4.166vw;
}

.product4 .intr .t2 {
  margin: 2.083vw 0;
}

/*-----------------------------------------------Service----------------------------------------------------*/

.ser2 .t2 {
  margin-top: 2.083vw;
}

.ser2 .pic {
  margin-top: 4.166vw;
}

.C-k1 {
  font-weight: 500;
}

.ser3 .k2 {
  margin-top: 2.083vw;
}

.ser3 .list {
  margin-top: 3.125vw;
  gap: 4.166vw;
}

.ser3 .list .intr {
  padding-top: 1.041vw;
}

.ser3 .list .intr .line {
  width: 100%;
  height: 0.052vw;
  background-color: #000;
  margin: 1.041vw 0 1.25vw;
}

.ser3 .list .intr .t3 {
  margin-top: 1.25vw;
}

.ser4 .main {
  margin-top: 2.083vw;
  background: #F7F7F7;
}

.ser4 .pic {
  width: 35.416vw;
}

.ser4 .intr {
  flex: 1;
  padding: 0 2.083vw;
}

.ser4 .intr .li {
  margin: 2.083vw 0;
}

.ser4 .intr .li .t2 {
  margin-top: 1.041vw;
}

/*-----------------------------------------------blog----------------------------------------------------*/
.blog2 {
  padding: 6.25vw 0 4.166vw;
}

.C-search {
  width: 16.666vw;
  padding: 0 1.25vw;
  border-radius: 83px;
  border: 1px solid #000;
}

.C-search input {
  flex: 1;
  height: 2.5vw;
  background: transparent;
}

.C-search button {
  background: transparent;
  border: none;
  cursor: pointer;
}

.blog2 .list {
  border-top: 1px solid rgba(0, 0, 0, 0.20);
  margin-top: 2.083vw;
}

.blog2 .item {
  padding: 3.125vw 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.20);
}

.blog2 .item .pic {
  width: 35.416vw;
  height: 23.958vw;
}

.blog2 .item .intr {
  width: 35.416vw;
  align-items: flex-start;
}

.fbd500 {
  font-weight: 500;
}

.blog2 .item .intr .line {
  margin: 1.041vw 0 1.25vw;
  background: #000;
  height: 0.052vw;
  width: 100%;
}

.blog2 .item .intr .t2 a {
  text-decoration: underline;
}

.blog2 .item .intr .t3 {
  margin: 1.25vw 0;
}

.blog2 .item .intr .C-btn {
  margin-top: auto;
}

.blog2 .C-paging {
  margin-top: 4.166vw;
}

.C-paging .icon svg {
  width: 1.25vw;
}

.C-paging .pages {
  margin: 0 1.25vw;
}

.C-paging .pages a {
  display: block;
  width: 2.083vw;
  height: 2.083vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #141412;
  border-radius: 6px;
  transition: all ease .3s;
  margin: 0 0.052vw;
}

.C-paging .pages a:hover {
  background: #858584;
  color: #fff;
}

.C-paging .pages a.on {
  background: var(--color);
  color: #fff;
}

.blog4 .sec1 {
  padding: 6.25vw 0 3.125vw;
  border-bottom: 1px solid rgba(0, 0, 0, 0.20);
}

.blog4 .sec1 .icon {
  width: 4.166vw;
  height: 4.166vw;
  border-radius: 100%;
  overflow: hidden;
}

.blog4 .sec1 .intr {
  flex: 1;
  padding-left: 2.083vw;
}

.blog4 .sec1 .intr .t2 {
  margin-top: 0.833vw;
}


.blog4 .empty {
  padding: 2.083vw 0 3.125vw;
}

.blog4 .empty img {
  width: 100%;
  margin: 1.041vw 0;
}

.blog4 .empty * {
  max-width: 100%;
}

.blog4 .sec3 .item:nth-last-child(n+2) {
  margin-bottom: 3.125vw;
}

.blog4 .sec3 .item:nth-child(2n) {
  flex-direction: row-reverse;
}

.blog4 .sec3 .item .pic {
  width: 35.416vw;
}

.blog4 .sec3 .item .intr {
  width: 32.812vw;
  max-height: 23.958vw;
}

.blog4 .C-switch {
  padding: 4.166vw 0;
}

.C-switch .back {
  border-radius: 6px;
  background: var(--color);
  color: #fff;
  padding: 0.416vw 1.041vw;
  gap: 0.416vw;
}

.C-switch .abtn {
  display: flex;
  flex-wrap: wrap;
  gap: 2.083vw;
  color: #586066;
}

.C-switch .abtn span {
  color: var(--color);
}

.C-switch .abtn p {
  max-width: 250px;
  display: -webkit-box;
  display: box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.C-switch .abtn.next {
  flex-direction: row-reverse;
}

.C-switch .abtn:hover p {
  text-decoration: underline;
}

/*-----------------------------------------------library----------------------------------------------------*/
.lib2 .sec1 {
  margin: 6.25vw 0 3.333vw;
  padding-bottom: 2.083vw;
  border-bottom: 1px solid rgba(0, 0, 0, 0.20);
}

.lib2 .C-paging {
  padding: 4.166vw 0;
}

/*-----------------------------------------------product-detail----------------------------------------------------*/
.product6 .t2 {
  margin-top: 2.083vw;
}

.product7 {
  padding: 6.25vw 0 6.25vw 12.5vw;
  background: #F7F7F7;
}

.product7 .zuo {
  width: 29.895vw;
}

.product7 .you {
  width: calc(100% - 29.895vw);
}

.product7 .swiper-slide {
  width: 24.166vw;
  opacity: 0.6;
  transition: all ease 0.6s;
  transform: scale(0.7);
}

.product7 .swiper-slide .intr {
  position: relative;
}

.product7 .swiper-slide .t3 {
  margin-top: 1.041vw;
  transition: all ease .3s;
  opacity: 0;
}

.product7 .swiper-slide .t4 {
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 1.041vw;
  transition: all ease .3s;
}

.product7 .swiper-slide-active {
  transform: scale(1);
  opacity: 1;
}

.product7 .swiper-slide-active .t3 {
  opacity: 1;
}

.product7 .swiper-slide-active .t4 {
  opacity: 0;
}

.product7 .swiper-slide[data-name=slidePrev-1] {
  transform: translate(3.541vw, 0) scale(0.7);
}

.product7 .swiper-slide[data-name=slidePrev-2] {
  transform: translate(10.625vw, 0) scale(0.7);
}

.product7 .swiper-slide[data-name=slideNext-1] {
  transform: translate(-3.541vw, 0) scale(0.7);
}

.product7 .swiper-slide[data-name=slideNext-2] {
  transform: translate(-10.625vw, 0) scale(0.7);
}

.product7 .swiper-pagination {
  position: static;
  z-index: 10;
  text-align: left;
  margin-top: 2.083vw;
}

.product7 .swiper-pagination-bullet {
  width: 2.083vw;
  height: 0.104vw;
  border-radius: 0;
  overflow: hidden;
  background: #D9D9D9;
  opacity: 1;
  position: relative;
  transition: all ease .3s;
}

.product7 .swiper-pagination-bullet-active {
  width: 6.875vw;
  background: #A2674F;
  opacity: 1;
}

.product8 {
  padding: 6.25vw 0;
}

.product8 .C-wrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 4.166vw;
}

.product8 .left-image-area {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2.083vw;
}

.product8 .image-frame {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.041vw;
}

.product8 .image-container {
  position: relative;
  width: 31.25vw;
  height: 38.125vw;
}

.product8 .fabric-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.product8 .fabric-image.active {
  opacity: 1;
}

.product8 .right-content {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  gap: 6.25vw;
}

.product8 .section-title {
  display: flex;
  flex-direction: column;
  gap: 2.083vw;
}

.product8 .main-title {
  font-family: 'Saira', sans-serif;
  font-weight: 500;
  line-height: 1.2em;
  color: #000000;
  text-align: left;
  margin: 0;
}

.product8 .sub-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  line-height: 1.5em;
  color: #000000;
  text-align: left;
  width: 39.583vw;
  margin: 0;
}

.product8 .tab-list {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.product8 .tab-item {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 0.52vw;
  padding: 2.083vw 0vw;
  width: 39.583vw;
  border-bottom: 1px solid #000000;
  cursor: pointer;
  transition: all 0.3s ease;
}

.product8 .tab-item:first-child {
  border-top: 1px solid #000000;
}

.product8 .tab-item p {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  line-height: 1.5em;
  text-align: left;
  width: 41.666vw;
  color: #333333;
  margin: 0;
  transition: all ease .3s;
}

.product8 .tab-item:hover p {
  color: #A86846;
  opacity: 0.5;
}

.product8 .tab-item.active p {
  color: #A86846;
  opacity: 1;
}

.product9 {
  position: relative;
  padding: 6.25vw 23.958vw;
}

.product9 .main-container {
  display: flex;
  flex-direction: column;
  gap: 3.125vw;
}

.product9 .title-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  gap: 6.25vw;
}

.product9 .title-frame {
  display: flex;
  flex-direction: column;
  gap: 2.083vw;
}

.product9 .main-title {
  font-family: 'Saira', sans-serif;
  font-weight: 500;
  line-height: 1.2em;
  text-align: center;
  color: #000000;
  margin: 0;
}

.product9 .item-list {
  gap: 3.125vw 4.166vw;
}

.product9 .item {
  display: flex;
  flex-direction: column;
  gap: 1.041vw;
  width: 23.958vw;
}

.product9 .item .bg {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}

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

.product9 .content-frame {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  gap: 1.25vw;
}

.product9 .text-frame {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
  gap: 0.52vw;
  padding: 0vw 0vw 1.041vw;
  border-bottom: 1px solid #000000;
}

.product9 .item-title {
  font-family: 'Saira', sans-serif;
  font-weight: 500;
  line-height: 1.2em;
  text-align: left;
  color: #000000;
  width: 23.958vw;
  margin: 0;
}

.terms2 {
  padding: 6.25vw 0 4.166vw;
}

.terms2 .t1 {
  padding-bottom: 3.125vw;
  margin-bottom: 3.125vw;
  border-bottom: 1px solid rgba(0, 0, 0, 0.20);
}

.terms2 .empty img {
  width: 100%;
  margin: 1.041vw 0;
}

.terms2 .empty * {
  max-width: 100%;
}

.terms3 {
  padding-top: 0;
}