.shengwang_goods_read_nav {
  padding: 34px 0 46px;
  display: flex;
  align-items: center;
  gap: 6px;
  max-width: 100%;
  /* height: 16px; */
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
}

.shengwang_goods_read .row {
  margin: 0;
}

@media (min-width: 1600px) {
  .shengwang_goods_read .container {
    max-width: 1360px;
  }
}

.shengwang_goods_read .swiper {
  padding: 0;
  margin: 0;
}

.shengwang_goods_read_nav a {
  color: #999;
}

.shengwang_goods_read_nav a b {
  color: var(--color-primary);
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.shengwang_goods_read_nav_right {
  color: #999;
}

.shengwang_goods_read_nav_right b {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.shengwang_goods_read_left {
  width: 36.1%;
  display: flex;
  padding-right: 30px;
  gap: 8px;
}

.shengwang_goods_read_right {
  width: 63.9%;
  padding-right: 16.67%;
}

.shengwang_goods_read_top {
  padding: 34px 0 46px;
  color: #333;
  font-size: 14px;
  font-weight: 400;
}

#product-slider {
  width: 13.2%;
  max-height: 416px;
  overflow-y: auto;
}

#product-slider .swiper-button-prev:after,
#product-slider .swiper-button-next:after {
  display: none;
}

#product-slider .swiper-button-next,
#product-slider .swiper-button-prev {
  width: 100%;
  height: fit-content;
  padding: 3.475px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2.317px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: #FFF;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0 !important;
}

#product-slider i {
  font-size: 12px !important;
  color: #000 !important;
}

#product-slider .swiper-button-next {
  top: auto;
  bottom: 0;
  right: 0;
  left: auto;
}

#product-slider .swiper-button-prev {
  bottom: auto;
  top: 22px;
  left: 0;
  right: auto;
}

#product-slider::-webkit-scrollbar {
  display: none;
}

#product-thumbs-slider {
  width: calc(100% - 12% - 8px);
}

#product-slider .swiper-wrapper {
  height: fit-content !important;
  flex-direction: column;
}

#product-slider .product-item {
  aspect-ratio: 1/1;
  height: auto !important;
  object-fit: cover;
}

#product-slider .swiper-slide-thumb-active img {
  border: 2px solid var(--color-primary);
  border-radius: 4px;

}

.shengwang_goods_read_right .product-title {
  color: #000;
  font-size: 27.598px;
  font-weight: 400;
  line-height: 1.2;
  font-family: var(--title-font-family);
}

.shengwang_goods_read_right .shengwang_goods_read_right_desc {
  color: #666;
  font-size: 14px;
  font-weight: 300;
  line-height: normal;
  margin-top: 16px;
}

.shengwang_goods_read_right .line {
  width: 100%;
  height: 1px;
  background: #BFBFBF;
  margin: 24px 0;
}

.shengwang_goods_read_right_capacity {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.shengwang_goods_read_right_weight,
.shengwang_goods_read_right_customized {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  margin-top: 16px;
  font-family: var(--title-font-family);
}

.shengwang_goods_read_right .book {
  width: fit-content;
  display: flex;
  padding: 16px 30px;
  border-radius: 50px;
  background: var(--color-primary);
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  margin-top: 40px;
}

.shengwang_goods_read_content {
  margin-top: 90px;
}

.shengwang_goods_read .pre-nav-list-wrapper {
  position: relative;
  z-index: 10;
  background: #fff;
  width: 100%;
}

.shengwang_goods_read .pre-nav-placeholder {
  width: 100%;
  height: 0;
}

.shengwang_goods_read .pre-nav-list-wrapper.is-fixed {
  position: fixed;
  left: 0;
  right: 0;
}

.shengwang_goods_read .pre-nav-list-wrapper-inner {
  max-width: 100%;
  overflow-x: auto;
}

.shengwang_goods_read .pre-nav-list-wrapper-inner::-webkit-scrollbar {
  display: none;
}

.shengwang_goods_read .pre-nav-list {
  width: max-content;
  display: flex;
  gap: 30px;
}

.shengwang_goods_read .pre-nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 19px 10px;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.65;
  cursor: pointer;
}

.shengwang_goods_read_content_item:not(:first-child) {
  padding-top: 80px;
}

.shengwang_goods_read_content_item {
  background: #fff;
  padding-bottom: 80px;
}

.shengwang_goods_read_content_item:nth-child(odd) {
  background: #F9F9F9;
}

.shengwang_goods_read .pre-nav-item.active {
  font-family: var(--title-font-family);
  font-weight: 700;
  border-bottom: 3px solid #000;
}

.shengwang_goods_read_content_list {
  background: #F9F9F9;
  padding: 80px 0;
  padding-bottom: 0 !important;
}

.shengwang_goods_read_content_item_title {
  font-family: var(--title-font-family);
  color: #000;
  font-size: var(--shengwang-inner-title);
  font-weight: 600;
  letter-spacing: -0.84px;
  text-align: center;
  margin-bottom: 50px;
}

/* --------------------------------
  Image Compare (refer: carcity_comparision)
---------------------------------- */
.shengwang_goods_read .compare-box .compare-wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  border-radius: 50px;
  /* 给一个稳定的高度：用比例撑起容器，避免内容塌陷 */
  aspect-ratio: 136/85;
  background: #E7E7E9;
}

.shengwang_goods_read .compare-box .compare-title {
  padding: 30px 0;
  text-align: center;
  color: #000;
  font-size: 36px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.48px;
  font-family: var(--title-font-family);
}

.shengwang_goods_read .compare-box .compare-images {
  width: 100%;
  height: 100%;
  position: relative;
}

.shengwang_goods_read .compare-box .compare-image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.shengwang_goods_read .compare-box .compare-image.image-after {
  position: absolute;
  left: 0;
  top: 0;
  clip-path: inset(0 0 0 50%);
}

.shengwang_goods_read .compare-box .compare-slider {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.shengwang_goods_read .compare-box .compare-range {
  width: 100%;
  height: 100%;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  background: none;
  margin: 0;
}

.shengwang_goods_read .compare-box .compare-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 3px;
  height: 100%;
  background: transparent;
  cursor: col-resize;
}

.shengwang_goods_read .compare-box .compare-range::-moz-range-thumb {
  width: 3px;
  height: 100%;
  background: transparent;
  border: 0;
  cursor: col-resize;
}

.shengwang_goods_read .compare-box .compare-drag-line {
  width: 8px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  pointer-events: none;
  /* background: #fff; */
}

.shengwang_goods_read .compare-box .compare-drag-line::before,
.shengwang_goods_read .compare-box .compare-drag-line::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 44.5%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
}

.shengwang_goods_read .compare-box .compare-drag-line::before {
  top: 0;
}

.shengwang_goods_read .compare-box .compare-drag-line::after {
  bottom: 0;
}

.shengwang_goods_read .compare-box .compare-drag-line span {
  position: absolute;
  width: 102px;
  height: 102px;
  border-radius: 50%;
  background: transparent;
  border: 8px solid #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.shengwang_goods_read .compare-box .compare-drag-line span>i {
  font-size: 40px;
  color: #fff;
  /* width: 32px; */
}

.shengwang_goods_read .compare-box .compare-drag-line span::before {
  left: 40%;
  border-left-color: #fff;
}

.shengwang_goods_read .compare-box .compare-drag-line span::after {
  left: 60%;
  border-top-color: #fff;
}

.shengwang_goods_read .compare-box {
  border-radius: 50px;
  background: #E7E7E9;
}

.shengwang_goods_read .compare-box .compare-tags {
  position: absolute;
  top: 7.4%;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 0 40px;
  color: var(--color-primary);
  font-size: 42.5px;
  font-weight: 500;
  letter-spacing: -1.02px;
  font-family: var(--title-font-family);
}

.shengwang_goods_read .compare-box .compare-tags img {
  aspect-ratio: 151/89;
  max-width: 151px;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.shengwang_goods_read .char-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding: 23px 61px 23px 0;
}

.shengwang_goods_read .char-box .char-list {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 24px;

}

.shengwang_goods_read .char-box .char-list .char-item {
  padding-left: 28px;
  position: relative;
}

.shengwang_goods_read .char-box .char-list .char-item::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  width: 8px;
  height: 8px;
  background: var(--color-primary);
  border-radius: 50%;
}

.shengwang_goods_read .char-box .char-list .char-item-title {
  color: var(--color-primary);
  font-size: 20px;
  font-weight: 700;
  font-family: var(--title-font-family);
}

.shengwang_goods_read .char-box .char-list .char-item-content {
  color: #333;
  margin-top: 8px;
  font-family: var(--font-family);
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.shengwang_goods_read .char-box .char-pic {
  width: 354px;
}

.shengwang_goods_read .char-box .char-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}

.shengwang_goods_read .pic-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.shengwang_goods_read .pic-box .first-pic {
  width: 100%;
  aspect-ratio: 1360/765;
  position: relative;
}

.shengwang_goods_read .pic-box .pic-box-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  color: #fff;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
}

.shengwang_goods_read .pic-box .pic-box-inner .title {
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  font-family: var(--title-font-family);
}

.shengwang_goods_read .pic-box .pic-box-inner .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  font-family: var(--font-family);
}

.shengwang_goods_read .pic-box img {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  object-fit: cover;
}

.shengwang_goods_read .pic-box .pic-item {
  aspect-ratio: 4/3;
  border-radius: 24px;
  overflow: hidden;
}

.shengwang_goods_read .pic-box .pic-list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.shengwang_goods_read .pic-box .pic-item {
  width: calc((100% - 40px) / 3);
}

.shengwang-featured-case,
.shengwang-advantage,
.shengwang-certificate{
  padding: 80px 0;
  background: #F9F9F9;
}

.shengwang-faq,
.shengwang-about {
  padding: 80px 0;
}

@media screen and (min-width: 1600px) {
  .shengwang-featured-case .container,
  .shengwang-advantage .container,
  .shengwang-faq .container,
  .shengwang-certificate .container,
  .shengwang-about .container {
    max-width: 1360px;
  }
}

/* about us */
.shengwang-about-box{
  display: flex;
  gap: 50px;
}

.shengwang-about-box-left{
  width: 34%;
  flex-shrink: 0;
}

.shengwang-about-subTitle{
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  font-family: var(--title-font-family);
}

.shengwang-about-title{ 
  font-size: var(--shengwang-title);
  font-weight: 600;
  line-height: 1;
  color: #000;
  font-family: var(--title-font-family);
  letter-spacing: -0.84px;
  margin-top: 30px;
}

.shengwang-about-box ul{
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
}

.shengwang-about-box ul li{
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #333;
  font-family: var(--title-font-family);
}

.shengwang-about-box ul li svg{
  width: 20px;
  height: auto;
}

.shengwang-about-box-right{ 
  flex: 1;
  display: flex;
  gap: 20px;
}

.shengwang-about-pics{
  position: relative;
  width: 100%;
  aspect-ratio: 278/376;
  border-radius: 18px;
  overflow: hidden;
}

.shengwang-about-pics img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shengwang-about-content{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 50%;
  padding: 0 24px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

.shengwang-about-content-value{
  font-size: 44px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
}
.shengwang-about-content-label{
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  height: calc(18px * 2);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 10px;
}

.shengwang-subscribe{
  position: relative;
  margin-top: 80px;
  border-radius: 40px;
  overflow: hidden;
}

.shengwang-subscribe-bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  z-index: -1;
}

.shengwang-subscribe-box-content{
  padding: 80px 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  background: rgba(0, 0, 0, 0.6);
}

.shengwang-subscribe-box-content-icon{
  width: 100px;
  height: auto;
  flex-shrink: 0;
}

.shengwang-subscribe-box-content-box{
  flex: 1;
}

.shengwang-subscribe-title{
  font-size: 26px;
  font-weight: 800;
  line-height: 1.4;
  color: #fff;
  font-family: var(--title-font-family);
}

.shengwang-subscribe-desc{
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
  font-family: var(--font-family);
  margin-top: 10px;
}

.shengwang-subscribe-button{
  flex-shrink: 0;
  padding: 10px 30px;
  background: var(--color-primary);
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  font-family: var(--title-font-family);
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.shengwang-subscribe-button:hover{
  color: #fff !important;
}


/* Inner Container */
.shengwang-certificate .certificate-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: center;
}

/* Content Section */
.shengwang-certificate .certificate-content {
  display: flex;
  flex-direction: column;
  gap: 29px;
}

.shengwang-certificate .content-subtitle {
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.11;
  color: #000000;
  margin: 0;
}

.shengwang-certificate .content-title {
  font-family: var(--font-family);
  font-size: 72px;
  font-weight: 500;
  line-height: 1;
  color: #000000;
  margin: 0;
}

.shengwang-certificate .content-title strong {
  color: var(--color-primary);
}

.shengwang-certificate .content-desc {
  font-family: var(--font-family);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: #000000;
  margin: 0;
}

/* Certificate Icons */
.shengwang-certificate .certificate-icons {
  display: grid;
  flex-wrap: wrap;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 420px;
}

.shengwang-certificate .icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  aspect-ratio: 1/1;
  width: 120px;
}

.shengwang-certificate .icon-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.shengwang-certificate .icon-name {
  font-family: var(--font-family);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.22;
  text-align: center;
  color: var(--color-primary);
}

/* Image Section */
.shengwang-certificate .certificate-image {
  width: 100%;
}

.shengwang-certificate .image-wrapper {
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 704 / 939;
}

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

/* Header */
.shengwang-faq .faq-header {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

.shengwang-faq .header-title {
  font-family: var(--title-font-family);
  font-size: var(--shengwang-title);
  font-weight: 600;
  line-height: 1.39;
  color: #000000;
  margin: 0;
}

.shengwang-faq .header-title strong {
  color: var(--color-primary);
}


.shengwang-faq .header-link {
  display: flex;
  align-items: center;
  gap: 24px;
  text-decoration: none;
  transition: opacity 0.3s ease;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.shengwang-faq .header-link i {
  color: var(--color-primary);
}

.shengwang-faq .header-link span {
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--color-primary);
}

/* FAQ List */
.shengwang-faq .faq-list {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.shengwang-faq .faq-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* FAQ Item */
.shengwang-faq .faq-item {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  padding: 24px;
  transition: all 0.3s ease;
}

.shengwang-faq .item-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
}

.shengwang-faq .item-question {
  font-family: var(--font-family);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: 0.025em;
  color: #2D1F18;
  margin: 0;
  flex: 1;
  transition: color 0.3s ease;
}

.shengwang-faq .item-toggle {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #222222;
  transition: color 0.3s ease;
}

.shengwang-faq .item-toggle svg {
  width: 24px;
  height: 24px;
}

.shengwang-faq .faq-item .item-toggle .iconfont-down {
  transition: all 0.3s ease;
  font-size: 14px;
}

.shengwang-faq .faq-item.active .item-toggle .iconfont-down {
  transform: rotate(-90deg);
}


/* Active State */
.shengwang-faq .faq-item.active .item-question {
  color: var(--color-primary);
  font-weight: 700;
}

.shengwang-faq .faq-item.active .item-toggle {
  color: var(--color-primary);
}

/* FAQ Answer */
.shengwang-faq .item-answer {
  display: none;
  margin-top: 12px;
}

.shengwang-faq .item-answer p {
  font-family: Mulish, var(--font-family);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.01875em;
  color: #666666;
  margin: 0;
}

/* Header */
.shengwang-advantage-header {
  text-align: center;
  max-width: 896px;
  margin: 0 auto 50px;
}

.shengwang-advantage-title {
  font-family: var(--title-font-family);
  font-size: var(--shengwang-title);
  font-weight: 600;
  line-height: 1.39;
  color: #000;
  margin: 0 0 20px 0;
}

.shengwang-advantage-desc {
  font-family: var(--font-family);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
  color: #50545A;
  margin: 0;
}

/* Content */
.shengwang-advantage-content {
  display: flex;
  grid-template-columns: 1fr 1fr;
  gap: 264px;
  align-items: center;
}

/* Diagram */
.shengwang-advantage-diagram {
  display: grid;
  justify-content: center;
  align-items: center;
  transform: scale(0.75);
  /* width: 100%; */
  /* overflow: hidden; */
  /* Prevent overflow */
}

.shengwang-advantage-circle-box {
  width: 448px;
  height: 448px;
  border-radius: 50%;
  background: var(--color-primary);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: visible;
}

.shengwang-advantage-circle-box.animate {
  animation: shengwangRotateBox 2s ease-in-out forwards;
}

@keyframes shengwangRotateBox {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(720deg);
  }
}

@keyframes shengwangCounterRotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(-720deg);
  }
}

.shengwang-advantage-center {
  width: 283px;
  height: 283px;
  border-radius: 50%;
  background: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  position: relative;
}

.shengwang-advantage-circle-box.animate .shengwang-advantage-center {
  animation: shengwangCounterRotate 2s ease-in-out forwards;
}

.shengwang-advantage-center img {
  width: 84.5%;
  height: auto;
  object-fit: contain;
}

.shengwang-advantage-arc-left {
  position: absolute;
  left: -61px;
  top: -40px;
  z-index: 9;
}

.shengwang-advantage-arc-right {
  position: absolute;
  right: -47px;
  top: -21px;
  transform: rotateZ(6deg);
  z-index: 2;
}

.shengwang-advantage-outer-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  height: 500px;
  z-index: 1;
  pointer-events: none;
}

.shengwang-advantage-text {
  position: absolute;
  z-index: 1000;
  overflow: visible;
}

.shengwang-advantage-text-1 {
  top: 69px;
  left: 29px;
  transform: rotateZ(54deg);
}

.shengwang-advantage-text-2 {
  top: 90px;
  right: 45px;
  transform: rotateZ(-83deg);
}

.shengwang-advantage-text-3 {
  bottom: 55px;
  left: -12px;
  transform: rotateZ(-208deg);
}

/* Advantage List */
.shengwang-advantage-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.shengwang-advantage-item {
  display: flex;
  align-items: center;
  gap: 24px;
}

.shengwang-advantage-item-icon {
  flex-shrink: 0;
  width: 90px;
  height: 90px;
  border-radius: 150px;
  background-color: #FFFFFF;
  box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.03);
  display: flex;
  align-items: center;
  justify-content: center;
}

.shengwang-advantage-item-icon img {
  width: 35px;
  object-fit: cover;
  aspect-ratio: 1/1;
}

.shengwang-advantage-item-content {
  flex: 1;
}

.shengwang-advantage-item-title {
  font-family: var(--title-font-family);
  font-size: 30px;
  font-weight: 500;
  line-height: 1.55;
  color: #000;
  margin: 0 0 18px 0;
}

.shengwang-advantage-title-light {
  color: var(--color-primary);
}

.shengwang-advantage-item-desc {
  font-family: var(--font-family);
  font-size: 20px;
  font-weight: 300;
  line-height: 1.94;
  color: #50545A;
  margin: 0;
}

.shengwang-advantage-divider {
  margin-left: 114px;
  width: calc(100% - 114px);
  max-width: 667px;
  height: 1px;
  background-color: #E0E0E0;
}

/* Section Header */
.shengwang-featured-case-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin-bottom: 50px;
}

.shengwang-featured-case-header .shengwang-featured-case-title.only-title {
  text-align: center;
}

.shengwang-featured-case-title {
  font-family: var(--title-font-family);
  font-size: var(--shengwang-title);
  font-weight: 600;
  line-height: 1.39;
  color: #000;
  margin: 0;
  flex: 1;
}

.shengwang-featured-case-title strong {
  font-weight: 600;
  color: var(--color-primary);
}

.shengwang-featured-case-desc {
  font-family: var(--font-family);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.91;
  letter-spacing: -0.023em;
  color: #50545A;
  margin: 0;
  max-width: 286px;
}

/* Cases Grid */
.shengwang-featured-case-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* Case Item */
.shengwang-featured-case-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.shengwang-featured-case-link {
  display: block;
  position: relative;
  text-decoration: none;
  overflow: hidden;
}

/* Case Image Wrapper */
.shengwang-featured-case-image-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 440 / 384;
  overflow: hidden;
  border-radius: 12px;
}

img.shengwang-featured-case-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.shengwang-featured-case-link:hover .shengwang-featured-case-image {
  transform: scale(1.05);
}

/* Case Content Overlay */
.shengwang-featured-case-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 32px;
  color: #FFFFFF;
  z-index: 2;
  transition: all 0.3s ease;
}

/* Hover effect - add black shadow background */
.shengwang-featured-case-link:hover .shengwang-featured-case-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  filter: blur(50px);
  z-index: -1;
}

.shengwang-featured-case-item-title {
  font-family: var(--title-font-family);
  font-size: 20.625px;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: -0.023em;
  color: #FFFFFF;
  margin: 0 0 8px 0;
  transition: all 0.3s ease;
}

.shengwang-featured-case-item-desc {
  font-family: var(--font-family);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.54;
  color: #FFFFFF;
  margin: 0;
  transition: all 0.3s ease;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* 这里是超出几行省略 */
  overflow: hidden;
}

/* Tablet Responsive - max-width: 992px */
@media (max-width: 992px) {
  .shengwang-featured-case {
    padding: 60px 0;
  }

  .shengwang-featured-case-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 40px;
  }


  .shengwang-featured-case-desc {
    max-width: 100%;
  }

  .shengwang-featured-case-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }

  .shengwang-featured-case-content {
    padding: 24px;
  }

  .shengwang-featured-case-item-title {
    font-size: 18px;
  }

  .shengwang-featured-case-item-desc {
    font-size: 12px;
  }
}

/* Mobile Responsive - max-width: 768px */
@media (max-width: 768px) {
  .shengwang-featured-case {
    padding: 40px 0;
  }

  .shengwang-featured-case-header {
    margin-bottom: 20px;
  }


  .shengwang-featured-case-desc {
    font-size: 13px;
  }

  .shengwang-featured-case-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .shengwang-featured-case-image-wrapper {
    aspect-ratio: 16 / 9;
  }

  .shengwang-featured-case-content {
    padding: 20px;
  }

  .shengwang-featured-case-item-title {
    font-size: 16px;
    margin-bottom: 6px;
  }

  .shengwang-featured-case-item-desc {
    font-size: 12px;
    line-height: 1.5;
  }
}

/* Small Mobile - max-width: 576px */
@media (max-width: 576px) {
  .shengwang-featured-case {
    padding: 30px 0;
  }


  .shengwang-featured-case-desc {
    font-size: 12px;
  }

  .shengwang-featured-case-content {
    padding: 16px;
  }

  .shengwang-featured-case-item-title {
    font-size: 14px;
  }
}

@media (max-width: 1500px) {

  .shengwang-certificate .content-title {
    font-size: 60px;
  }
  #product-slider {
    max-height: 343px;
  }

  .shengwang_goods_read .compare-box,
  .shengwang_goods_read .compare-box .compare-wrapper {
    border-radius: 40px;
  }

  .shengwang_goods_read_right {
    padding-right: 0;
  }

  .shengwang_goods_read .compare-box .compare-drag-line::before,
  .shengwang_goods_read .compare-box .compare-drag-line::after {
    height: 44%;
  }

  .shengwang_goods_read .compare-box .compare-title {
    font-size: 30px;
  }

  .shengwang_goods_read_content_list,
  .shengwang_goods_read_content_item:not(:first-child) {
    padding-top: 60px;
  }

  .shengwang_goods_read_content_item {
    padding-bottom: 60px;
  }

  .shengwang_goods_read .compare-box .compare-tags img {
    max-width: 120px;
    font-size: 36px;
  }

  .shengwang_goods_read .char-box .char-pic {
    width: 300px;
  }
}

@media (max-width: 1280px) {
  .shengwang-about-box{
    gap: 30px;
  }
    .shengwang-subscribe-box-content{
      padding: 50px;
      gap: 30px;
    }
    .shengwang-about-content-value{
      font-size: 30px;
    }
  #product-slider {
    max-height: 324px;
  }

  .shengwang_goods_read .compare-box .compare-drag-line span>i {
    font-size: 25px;
  }

  .shengwang_goods_read_right .line {
    margin: 20px 0;
  }

  .shengwang_goods_read .compare-box,
  .shengwang_goods_read .compare-box .compare-wrapper {
    border-radius: 30px;
  }

  .shengwang_goods_read .compare-box .compare-title {
    font-size: 28px;
  }

  .shengwang_goods_read_content_list,
  .shengwang_goods_read_content_item:not(:first-child) {
    padding-top: 40px;
  }

  .shengwang_goods_read_content_item {
    padding-bottom: 40px;
  }

  .shengwang_goods_read_right .book {
    margin-top: 20px;
    padding: 12px 24px;
  }

  .shengwang_goods_read .compare-box .compare-drag-line::before,
  .shengwang_goods_read .compare-box .compare-drag-line::after {
    height: 46%;
    width: 4px;
  }

  .shengwang_goods_read .compare-box .compare-drag-line span {
    border-width: 4px;
    width: 60px;
    height: 60px;
  }

  .shengwang_goods_read .compare-box .compare-drag-line span::before,
  .shengwang_goods_read .compare-box .compare-drag-line span::after {
    border-width: 15px;
  }

  .shengwang_goods_read .compare-box .compare-drag-line span::before {
    left: 35%;
  }

  .shengwang_goods_read .compare-box .compare-drag-line span::after {
    left: 65%;
  }

  .shengwang_goods_read .compare-box .compare-tags img {
    max-width: 100px;
  }

  .shengwang_goods_read .compare-box .compare-tags {
    padding: 0 20px;
    font-size: 30px;
  }
}

@media (max-width: 1200px) {

  .shengwang-certificate .content-title {
    font-size: 50px;
  }

  .shengwang_goods_read .compare-box .compare-drag-line::before,
  .shengwang_goods_read .compare-box .compare-drag-line::after {
    height: 45%;
  }

  #product-slider {
    max-height: 267px;
  }

  .shengwang_goods_read_right .line {
    margin: 12px 0;
  }

  .shengwang_goods_read_right .book {
    margin-top: 12px;
    padding: 10px 20px;
  }

  .shengwang_goods_read_right_weight,
  .shengwang_goods_read_right_customized,
  .shengwang_goods_read_right .shengwang_goods_read_right_desc {
    margin-top: 12px;
  }

  .shengwang_goods_read .compare-box .compare-tags {
    font-size: 28px;
  }

  .shengwang_goods_read .char-box .char-pic {
    width: 250px;
  }
}

@media (max-width: 992px) {
      .shengwang-certificate .content-title {
        font-size: 36px;
    }
  .shengwang-about-box{
    flex-direction: column;
  }
    .shengwang-about-box-left{
      width: 100%;
    }

        .shengwang-subscribe-box-content{
          flex-direction: column;
        }
  .shengwang_goods_read .row {
    flex-direction: column;
    margin: 0;
    gap: 30px;
  }

  .shengwang_goods_read .pic-box .first-pic .pic-box-inner {
    gap: 10px;
  }

  .shengwang_goods_read .pic-box .first-pic .pic-box-inner .title {
    font-size: 20px;
  }

  .shengwang_goods_read .pic-box .first-pic .pic-box-inner .desc {
    font-size: 14px;
  }

  .shengwang_goods_read .compare-box .compare-title {
    font-size: 24px;
    padding: 15px 0;
  }

  .shengwang_goods_read .compare-box,
  .shengwang_goods_read .compare-box .compare-wrapper {
    border-radius: 20px;
  }

  .shengwang_goods_read .compare-box .compare-drag-line::before,
  .shengwang_goods_read .compare-box .compare-drag-line::after {
    height: 44%;
  }

  .shengwang_goods_read_left {
    width: 100%;
    padding-right: 0;
  }

  .shengwang_goods_read .pic-box {
    gap: 15px;
  }

  .shengwang_goods_read .pic-box .pic-list {
    gap: 15px;
  }

  .shengwang_goods_read .pic-box .pic-item {
    width: calc((100% - 15px) / 2);
  }

  .shengwang_goods_read_right {
    width: 100%;
  }

  #product-slider {
    max-height: 618px;
  }

  .shengwang_goods_read_nav {
    margin: 24px 0;
  }

  .shengwang_goods_read .compare-box .compare-drag-line {
    width: 4px;
  }

  .shengwang_goods_read_content_list,
  .shengwang_goods_read_content_item:not(:first-child) {
    padding-top: 30px;
  }

  .shengwang_goods_read_content_item {
    padding-bottom: 30px;
  }

  .shengwang_goods_read_content_item_title {
    margin-bottom: 30px;
  }

  .shengwang_goods_read .char-box .char-list .char-item-title {
    font-size: 18px;
  }

  .shengwang_goods_read .char-box .char-list .char-item-content {
    font-size: 12px;
  }

  .shengwang_goods_read .char-box .char-pic {
    width: 200px;
  }
}

@media (max-width: 768px) {
  .shengwang-about-box-right{
    flex-direction: column;
  }
    .shengwang-subscribe-title{
      font-size: 20px;
    }
        .shengwang-subscribe-desc{
          font-size: 12px;
        }
  .shengwang_goods_read_content {
    margin-top: 40px;
  }

  #product-slider {
    max-height: 462px;
  }

  .shengwang_goods_read .compare-box .compare-title {
    font-size: 20px;
  }

  .shengwang_goods_read_content_list,
  .shengwang_goods_read_content_item:not(:first-child) {
    padding-top: 20px;
  }

  .shengwang_goods_read_content_item_title {
    margin-bottom: 20px;
  }

  .shengwang_goods_read_content_item {
    padding-bottom: 20px;
  }

  .shengwang_goods_read_right .product-title {
    font-size: 24px;
  }

  .shengwang_goods_read_right .book {
    font-size: 14px;
  }

  .shengwang_goods_read .compare-box .compare-drag-line span {
    width: 40px;
    height: 40px;
  }

  .shengwang_goods_read .compare-box .compare-drag-line span>i {
    font-size: 14px
  }

  .shengwang_goods_read .compare-box .compare-tags img {
    max-width: 80px;
  }

  .shengwang_goods_read .compare-box .compare-tags {
    font-size: 20px;
  }

  .shengwang_goods_read .char-box .char-pic {
    width: 200px;
  }

  .shengwang_goods_read .char-box {
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
  }

  .shengwang_goods_read .char-box .char-list {
    width: 100%;
    gap: 10px;
  }

  .shengwang_goods_read .char-box .char-pic {
    width: 100%;
  }
}

@media (max-width: 576px) {
      .shengwang-certificate .content-title {
        font-size: 32px;
    }
  #product-slider {
    max-height: 466px;
  }

  .shengwang_goods_read .compare-box .compare-title {
    font-size: 18px;
  }

  .shengwang_goods_read_nav {
    margin: 12px 0;
  }

  .shengwang_goods_read .row {
    gap: 20px;
  }

  .shengwang_goods_read_right .product-title {
    font-size: 20px;
  }

  .shengwang_goods_read .compare-box .compare-drag-line::before,
  .shengwang_goods_read .compare-box .compare-drag-line::after {
    height: 44%;
  }

  .shengwang_goods_read_right_weight,
  .shengwang_goods_read_right_capacity,
  .shengwang_goods_read_right_customized,
  .shengwang_goods_read_right .shengwang_goods_read_right_desc {
    font-size: 12px;
  }

  .shengwang_goods_read .char-box .char-pic {
    width: 150px;
  }
}

@media (max-width: 480px) {
  #product-slider {
    max-height: 382px;
  }

  .shengwang_goods_read .compare-box .compare-drag-line::before,
  .shengwang_goods_read .compare-box .compare-drag-line::after {
    height: 43%;
  }
}

@media (max-width: 400px) {
  #product-slider {
    max-height: 310px;
  }

  .shengwang_goods_read .compare-box .compare-drag-line::before,
  .shengwang_goods_read .compare-box .compare-drag-line::after {
    height: 42%;
  }
}

/* Responsive */
@media (max-width: 1400px) {
  .shengwang-advantage-content {
    gap: 120px;
  }

  .shengwang-advantage-list {
    gap: 30px;
  }

  .shengwang-advantage-header {
    margin-bottom: 30px;
  }
}

@media (max-width: 1200px) {
  .shengwang-advantage-list {
    gap: 25px;
  }

  .shengwang-advantage-content {
    gap: 80px;
  }

  .shengwang-advantage-item-title {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .shengwang-advantage-item-desc {
    font-size: 16px;
  }
}

@media (max-width: 992px) {
  .shengwang-advantage {
    padding: 60px 0;
  }

  .shengwang-advantage-content {
    grid-template-columns: 1fr;
    gap: 40px;
    flex-direction: column;
  }

  .shengwang-advantage-diagram {
    order: 1;
    transform: scale(0.65);
    /* width: 100%; */
  }

  .shengwang-advantage-list {
    order: 2;
    gap: 20px;
  }

  .shengwang-advantage-divider {
    margin-left: 0;
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .shengwang-advantage {
    padding: 40px 0;
  }

  .shengwang-advantage-header {
    margin-bottom: 30px;
  }

  .shengwang-advantage-item-title {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .shengwang-advantage-item-desc {
    font-size: 16px;
    line-height: 22px;
  }

  .shengwang-advantage-item-icon {
    width: 50px;
    height: 50px;
  }

  .shengwang-advantage-item-icon img {
    width: 20px;
  }
}

@media (max-width: 576px) {
  .shengwang-advantage-diagram {
    transform: scale(0.5);
    margin: -100px 0;
    /* Adjust margin to compensate for scaling */
    /* width: 100%; */
  }

  .shengwang-advantage-item {
    /* flex-direction: column; */
    align-items: flex-start;
    text-align: left;
  }

  .shengwang-advantage-item-title {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .shengwang-advantage-item-desc {
    font-size: 12px;
    line-height: 20px;
  }

  .shengwang-advantage-list {
    gap: 10px;
  }
}

@media (max-width: 420px) {
  .shengwang-advantage-diagram {
    transform: scale(0.4);
    margin: -120px 0;
  }
}


/* Responsive Styles */
@media screen and (max-width: 1400px) {
  .shengwang-faq {
    padding: 70px 0;
  }

  .shengwang-faq .faq-header {
    margin-bottom: 45px;
  }

  .shengwang-faq .item-question {
    font-size: 19px;
  }

  .shengwang-faq .item-answer p {
    font-size: 15px;
  }
}

@media screen and (max-width: 1200px) {
  .shengwang-faq {
    padding: 60px 0;
  }

  .shengwang-faq .faq-header {
    margin-bottom: 40px;
  }

  .shengwang-faq .item-question {
    font-size: 18px;
  }

  .shengwang-faq .faq-item {
    padding: 20px;
  }
}

@media screen and (max-width: 992px) {
  .shengwang-faq {
    padding: 50px 0;
  }

  .shengwang-faq .faq-header {
    align-items: center;
    gap: 20px;
    margin-bottom: 35px;
  }

  .shengwang-faq .faq-list {
    flex-direction: column;
    gap: 16px;
  }

  .shengwang-faq .faq-column {
    gap: 16px;
    width: 100%;
  }

  .shengwang-faq .item-question {
    font-size: 17px;
  }

  .shengwang-faq .item-answer p {
    font-size: 14px;
  }

  .shengwang-faq .header-link span {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .shengwang-faq {
    padding: 40px 0;
  }

  .shengwang-faq .faq-header {
    margin-bottom: 30px;
    gap: 16px;
  }

  .shengwang-faq .item-question {
    font-size: 16px;
  }

  .shengwang-faq .faq-item {
    padding: 16px;
  }

  .shengwang-faq .item-toggle {
    width: 20px;
    height: 20px;
  }

  .shengwang-faq .item-toggle svg {
    width: 20px;
    height: 20px;
  }

  .shengwang-faq .header-link svg {
    width: 20px;
    height: 20px;
  }

  .shengwang-faq .header-link span {
    font-size: 15px;
  }
}

@media screen and (max-width: 576px) {
  .shengwang-faq {
    padding: 30px 0;
  }

  .shengwang-faq .faq-header {
    margin-bottom: 25px;
  }

  .shengwang-faq .faq-list {
    gap: 12px;
  }

  .shengwang-faq .item-question {
    font-size: 15px;
  }

  .shengwang-faq .faq-item {
    padding: 16px;
  }

  .shengwang-faq .item-answer {
    margin-top: 12px;
  }

  .shengwang-faq .item-answer p {
    font-size: 13px;
  }

  .shengwang-faq .header-link span {
    font-size: 14px;
  }

  .shengwang-faq .header-link {
    gap: 16px;
  }
}

@media screen and (max-width: 1400px) {
  .shengwang-certificate .certificate-inner {
    gap: 60px;
  }

  .shengwang-certificate .certificate-icons {
    gap: 24px;
  }
}

@media screen and (max-width: 1200px) {

  .shengwang-certificate {
    padding: 60px 0;
  }

  .shengwang-certificate .certificate-inner {
    gap: 50px;
  }

  .shengwang-certificate .certificate-icons {
    gap: 20px;
  }

  .shengwang-certificate .icon-item img {}

  .shengwang-certificate .icon-item {
    width: 100px;
  }
}

@media screen and (max-width: 992px) {

  .shengwang-certificate {
    padding: 50px 0;
  }

  .shengwang-certificate .certificate-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .shengwang-certificate .content-subtitle {
    font-size: 16px;
  }

  .shengwang-certificate .certificate-icons {
    gap: 16px;
  }

  .shengwang-certificate .icon-item img {}
}

@media screen and (max-width: 768px) {

  .shengwang-certificate {
    padding: 40px 0;
  }

  .shengwang-certificate .certificate-inner {
    gap: 30px;
  }

  .shengwang-certificate .certificate-content {
    gap: 20px;
  }

  .shengwang-certificate .content-subtitle {
    font-size: 14px;
  }

  .shengwang-certificate .content-desc {
    font-size: 14px;
  }

  .shengwang-certificate .image-wrapper {
    border-radius: 16px;
  }

  .shengwang-certificate .certificate-icons {
    gap: 12px;
  }

  .shengwang-certificate .icon-item {
    width: 80px;
  }

  .shengwang-certificate .icon-name {
    font-size: 11px;
  }
}

@media screen and (max-width: 576px) {

  .shengwang-certificate {
    padding: 30px 0;
  }

  .shengwang-certificate .certificate-inner {
    gap: 20px;
  }

  .shengwang-certificate .certificate-content {
    gap: 16px;
  }

  .shengwang-certificate .content-subtitle {
    font-size: 12px;
  }

  .shengwang-certificate .content-desc {
    font-size: 13px;
  }

  .shengwang-certificate .image-wrapper {
    border-radius: 12px;
  }

  .shengwang-certificate .certificate-icons {
    gap: 10px;
  }

  .shengwang-certificate .icon-item img {}

  .shengwang-certificate .icon-name {
    font-size: 10px;
  }

  .shengwang-certificate .icon-item {
    width: 70px;
  }
}