/*!******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js??clonedRuleSet-3.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-3.use[3]!./src/components/after-sales-service/ass-section-01-new/index.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************/
.cmp__ass-section-01-new {
  background: rgb(255, 255, 255);
  padding: calc(var(--rpx, 1px) * 48) 0;
  overflow: hidden;
}
@media (min-width: 767.98px) {
  .cmp__ass-section-01-new {
    height: 100svh;
    background: rgb(245, 245, 245);
    padding: calc(var(--rpx, 1px) * 80) 0;
  }
}
.cmp__ass-section-01-new .responsive__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 767.98px) {
  .cmp__ass-section-01-new .responsive__layout {
    height: 100%;
  }
}
.cmp__ass-section-01-new .ass-section-01-new-cards {
  position: relative;
  width: 100%;
}
@media (min-width: 767.98px) {
  .cmp__ass-section-01-new .ass-section-01-new-cards {
    height: 100%;
    max-height: calc(var(--rpx, 1px) * 600);
  }
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-01-new .ass-section-01-new-cards {
    max-height: none;
  }
}
.cmp__ass-section-01-new .ass-section-01-new-cards .mobile-cards {
  display: none;
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-01-new .ass-section-01-new-cards .mobile-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(var(--rpx, 1px) * 48);
    width: 100%;
    overflow: hidden;
  }
}
.cmp__ass-section-01-new .ass-section-01-new-cards .mobile-cards .mobile-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(var(--rpx, 1px) * 24);
}
.cmp__ass-section-01-new .ass-section-01-new-cards .mobile-cards .mobile-card .mobile-img {
  width: 100%;
  height: calc(var(--rpx, 1px) * 343);
  overflow: hidden;
  border-radius: 6px;
}
.cmp__ass-section-01-new .ass-section-01-new-cards .mobile-cards .mobile-card .mobile-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cmp__ass-section-01-new .ass-section-01-new-cards .mobile-cards .mobile-card .mobile-title {
  font-size: 28px;
  font-weight: 500;
  line-height: 39.2px;
  text-align: center;
  color: rgba(0, 0, 0, 0.95);
}
.cmp__ass-section-01-new .ass-section-01-new-cards .mobile-cards .mobile-card .mobile-desc {
  font-size: 16px;
  font-weight: 500;
  line-height: 25.6px;
  text-align: left;
  color: rgba(0, 0, 0, 0.6);
}
.cmp__ass-section-01-new .ass-section-01-new-card {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(var(--rpx, 1px) * 40);
  position: absolute;
  inset: 0;
  height: 100%;
  background: rgb(245, 245, 245);
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-01-new .ass-section-01-new-card {
    display: none;
  }
}
.cmp__ass-section-01-new .ass-section-01-new-card .title-container,
.cmp__ass-section-01-new .ass-section-01-new-card .desc-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 267px;
          flex: 0 1 267px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cmp__ass-section-01-new .ass-section-01-new-card .image-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 700px;
          flex: 0 1 700px;
  height: calc(var(--rpx, 1px) * 600);
}
.cmp__ass-section-01-new .ass-section-01-new-card .image-container .image-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.cmp__ass-section-01-new .ass-section-01-new-card .image-container .img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cmp__ass-section-01-new .ass-section-01-new-card .image-container .img.active .image {
  clip-path: inset(0 0 0 0);
  -webkit-filter: brightness(1);
          filter: brightness(1);
}
.cmp__ass-section-01-new .ass-section-01-new-card .image-container .img.hide .image {
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  opacity: 0;
}
@media screen and (min-width: 767.98px) {
  .cmp__ass-section-01-new .ass-section-01-new-card .image-container .img:nth-child(odd) {
    width: 100%;
    height: calc(var(--rpx, 1px) * 430);
  }
  .cmp__ass-section-01-new .ass-section-01-new-card .image-container .img:nth-child(even) {
    width: calc(var(--rpx, 1px) * 430);
    height: 100%;
    margin: 0 auto;
  }
}
.cmp__ass-section-01-new .ass-section-01-new-card .image-container .img .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 6px;
  clip-path: inset(100% 0 0 0);
  -webkit-filter: brightness(2);
          filter: brightness(2);
  -webkit-transition: clip-path 0.5s, opacity 0.4s ease, -webkit-filter 0.3s, -webkit-transform 0.4s;
  transition: clip-path 0.5s, opacity 0.4s ease, -webkit-filter 0.3s, -webkit-transform 0.4s;
  transition: filter 0.3s, clip-path 0.5s, transform 0.4s, opacity 0.4s ease;
  transition: filter 0.3s, clip-path 0.5s, transform 0.4s, opacity 0.4s ease, -webkit-filter 0.3s, -webkit-transform 0.4s;
}
.cmp__ass-section-01-new .ass-section-01-new-card .title-wrap {
  padding: 0 calc(var(--rpx, 1px) * 20);
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cmp__ass-section-01-new .ass-section-01-new-card .title-wrap .title {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  clip-path: inset(0 100% 0 0);
  -webkit-transition: opacity 0s, clip-path 0.5s;
  transition: opacity 0s, clip-path 0.5s;
  z-index: 0;
}
.cmp__ass-section-01-new .ass-section-01-new-card .title-wrap .title.active {
  opacity: 1;
  clip-path: inset(0 0 0 0);
}
.cmp__ass-section-01-new .ass-section-01-new-card .title-wrap .title,
.cmp__ass-section-01-new .ass-section-01-new-card .title-wrap span {
  font-size: 32px;
  font-weight: 500;
  line-height: 44.8px;
  color: rgba(0, 0, 0, 0.95);
}
.cmp__ass-section-01-new .ass-section-01-new-card .desc-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cmp__ass-section-01-new .ass-section-01-new-card .desc-wrap .desc {
  width: 100%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  clip-path: inset(0 100% 0 0);
  -webkit-transition: opacity 0s, clip-path 0.5s;
  transition: opacity 0s, clip-path 0.5s;
}
.cmp__ass-section-01-new .ass-section-01-new-card .desc-wrap .desc.active {
  opacity: 1;
  clip-path: inset(0 0 0 0);
}
.cmp__ass-section-01-new .ass-section-01-new-card .desc-wrap .desc,
.cmp__ass-section-01-new .ass-section-01-new-card .desc-wrap span {
  font-size: 18px;
  font-weight: 500;
  line-height: 28.8px;
  color: rgba(0, 0, 0, 0.8);
}
/*!**************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js??clonedRuleSet-3.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-3.use[3]!./src/components/after-sales-service/ass-section-01/index.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************/
.cmp__ass-section-01 {
  background: rgb(245, 245, 245);
  padding: calc(var(--rpx, 1px) * 100) 0;
  height: 100vh;
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-01 {
    padding: 0;
    padding-top: calc(var(--rpx, 1px) * 64);
  }
}
.cmp__ass-section-01 .responsive__layout {
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-01 .responsive__layout {
    height: calc(100vh - 122px);
    top: 122px;
  }
}
.cmp__ass-section-01-cards {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: calc(var(--rpx, 1px) * 656);
}
@media (max-height: 670px) {
  .cmp__ass-section-01-cards {
    max-height: calc(var(--rpx, 1px) * 456);
  }
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-01-cards {
    max-height: none;
  }
}
.cmp__ass-section-01-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-01-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cmp__ass-section-01-card .image-wrap {
  width: 50%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-01-card .image-wrap {
    width: 100%;
    height: calc(var(--rpx, 1px) * 343);
    overflow: hidden;
    border-radius: 8px;
  }
}
@media (max-width: 768px) and (max-height: 670px) {
  .cmp__ass-section-01-card .image-wrap {
    height: calc(var(--rpx, 1px) * 290);
  }
}
.cmp__ass-section-01-card .image-wrap .img {
  height: 100%;
  position: absolute;
  inset: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-01-card .image-wrap .img {
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
}
.cmp__ass-section-01-card .image-wrap .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 8px;
}
.cmp__ass-section-01-card .content-wrap {
  width: 50%;
  background: rgb(245, 245, 245);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-01-card .content-wrap {
    width: 100%;
    height: calc(100% - var(--rpx, 1px) * 343);
  }
}
@media (max-width: 768px) and (max-height: 670px) {
  .cmp__ass-section-01-card .content-wrap {
    height: calc(100% - var(--rpx, 1px) * 290);
  }
}
.cmp__ass-section-01-card .content-wrap .text-wrap {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgb(245, 245, 245);
  padding: calc(var(--rpx, 1px) * 60) calc(var(--rpx, 1px) * 80);
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-01-card .content-wrap .text-wrap {
    padding: calc(var(--rpx, 1px) * 64) calc(var(--gutter));
    display: block;
  }
}
.cmp__ass-section-01-card .content-wrap .text-wrap.active {
  z-index: 2 !important;
}
.cmp__ass-section-01-card .content-wrap .text {
  font-size: 24px;
  font-weight: 600;
  line-height: 33px;
  color: rgba(0, 0, 0, 0.95);
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-01-card .content-wrap .text {
    font-size: 16px;
    line-height: 16px;
  }
}
.cmp__ass-section-01-card .content-wrap .title {
  font-size: 42px;
  font-weight: 500;
  line-height: 58.8px;
  color: rgba(0, 0, 0, 0.95);
  margin: calc(var(--rpx, 1px) * 32) 0 calc(var(--rpx, 1px) * 22);
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-01-card .content-wrap .title {
    font-size: 24px;
    font-weight: 500;
    line-height: 33.6px;
    margin: calc(var(--rpx, 1px) * 16) 0;
  }
}
.cmp__ass-section-01-card .content-wrap .desc {
  font-size: 18px;
  font-weight: 500;
  line-height: 28.8px;
  color: rgba(0, 0, 0, 0.6);
}
.cmp__ass-section-01-card .content-wrap .desc p {
  font-size: 18px;
  font-weight: 500;
  line-height: 28.8px;
  color: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-01-card .content-wrap .desc {
    font-size: 16px;
    line-height: 25.6px;
  }
  .cmp__ass-section-01-card .content-wrap .desc p {
    font-size: 16px;
    line-height: 25.6px;
  }
}
/*!**************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js??clonedRuleSet-3.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-3.use[3]!./src/components/after-sales-service/ass-section-02/index.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************/
.cmp__ass-section-02 {
  padding: calc(var(--rpx, 1px) * 80) 0;
  overflow: hidden;
  height: 100vh;
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-02 {
    height: auto;
    padding: calc(var(--rpx, 1px) * 48) 0;
  }
}
.cmp__ass-section-02 .responsive__layout {
  height: 100%;
  height: 100%;
}
.cmp__ass-section-02 .responsive__layout h2 {
  font-size: 42px;
  font-weight: 500;
  line-height: 58.8px;
  color: rgba(0, 0, 0, 0.95);
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-02 .responsive__layout h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 33.6px;
    color: rgba(13, 13, 13, 0.95);
  }
}
.cmp__ass-section-02 .responsive__layout .cards-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-02 .responsive__layout .cards-container {
    margin-top: calc(var(--rpx, 1px) * 48);
  }
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-02 .responsive__layout .cards-container .cards-wrapper {
    position: relative;
    width: 100%;
  }
}
.cmp__ass-section-02 .responsive__layout .cards-container .cards-wrapper .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: calc(var(--rpx, 1px) * 8);
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-02 .responsive__layout .cards-container .cards-wrapper .cards {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    gap: 0;
  }
}
.cmp__ass-section-02 .responsive__layout .cards-container .cards-wrapper .cards .card {
  width: calc(var(--rpx, 1px) * 436);
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-02 .responsive__layout .cards-container .cards-wrapper .cards .card {
    width: calc(var(--rpx, 1px) * 328);
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
}
.cmp__ass-section-02 .responsive__layout .cards-container .cards-wrapper .cards .card picture {
  width: 100%;
}
.cmp__ass-section-02 .responsive__layout .cards-container .cards-wrapper .cards .card picture img {
  width: 100%;
  height: auto;
  max-height: 52vh;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-02 .responsive__layout .cards-container .cards-wrapper .cards .card picture img {
    max-height: none;
  }
}
.cmp__ass-section-02 .responsive__layout .cards-container .cards-wrapper .cards .card .text {
  padding-top: calc(var(--rpx, 1px) * 20);
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-02 .responsive__layout .cards-container .cards-wrapper .cards .card .text {
    padding: calc(var(--rpx, 1px) * 16) calc(var(--rpx, 1px) * 6) 0 calc(var(--rpx, 1px) * 6);
  }
}
.cmp__ass-section-02 .responsive__layout .cards-container .cards-wrapper .cards .card .text h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: calc(var(--rpx, 1px) * 8);
  color: rgba(0, 0, 0, 0.95);
}
.cmp__ass-section-02 .responsive__layout .cards-container .cards-wrapper .cards .card .text p {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: rgba(0, 0, 0, 0.6);
}
.cmp__ass-section-02 .responsive__layout .progress-bar {
  width: calc(var(--rpx, 1px) * 234);
  height: 2px;
  background: rgb(158, 154, 148);
  border-radius: 2px;
  margin-top: calc(var(--rpx, 1px) * 40);
  position: relative;
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-02 .responsive__layout .progress-bar {
    width: 100%;
    margin-top: calc(var(--rpx, 1px) * 48);
  }
}
.cmp__ass-section-02 .responsive__layout .progress-bar .progress-bar-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  background: #000;
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-02 .responsive__layout .progress-bar .swiper-pagination-progressbar-fill {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: left top;
            transform-origin: left top;
    background: #000;
  }
}
/*!**************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js??clonedRuleSet-3.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-3.use[3]!./src/components/after-sales-service/ass-section-03/index.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************/
.cmp__ass-section-03 {
  background: rgb(245, 245, 245);
  padding: calc(var(--rpx, 1px) * 110) 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-03 {
    padding: calc(var(--rpx, 1px) * 64) 0;
  }
}
.cmp__ass-section-03 .responsive__layout {
  text-align: center;
}
.cmp__ass-section-03 .cmp__ass-section-03-title {
  font-size: 42px;
  font-weight: 500;
  line-height: 42px;
  margin-bottom: calc(var(--rpx, 1px) * 23);
  color: rgba(0, 0, 0, 0.95);
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-03 .cmp__ass-section-03-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 33.6px;
    color: rgba(13, 13, 13, 0.95);
    margin-bottom: calc(var(--rpx, 1px) * 12);
  }
}
.cmp__ass-section-03 .cmp__ass-section-03-desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.95);
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-03 .cmp__ass-section-03-desc {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: rgba(0, 0, 0, 0.6);
  }
}
.cmp__ass-section-03 .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: calc(var(--rpx, 1px) * 8);
  margin-top: calc(var(--rpx, 1px) * 80);
  -webkit-transform: scale(0.4);
          transform: scale(0.4);
  -webkit-transform-origin: top;
          transform-origin: top;
  clip-path: inset(100% 0 0 0);
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-03 .cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: calc(var(--rpx, 1px) * 64);
    -webkit-transform: scale(1);
            transform: scale(1);
    clip-path: unset;
  }
}
.cmp__ass-section-03 .cards .card {
  border-radius: 8px;
  width: calc(25% - 6px);
  overflow: hidden;
  height: calc(var(--rpx, 1px) * 424);
  position: relative;
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-03 .cards .card {
    width: 100%;
    height: calc(var(--rpx, 1px) * 271);
  }
}
.cmp__ass-section-03 .cards .card::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60.44%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60.44%, rgba(0, 0, 0, 0.8) 100%);
}
.cmp__ass-section-03 .cards .card .card-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.cmp__ass-section-03 .cards .card .card-content {
  padding: calc(var(--rpx, 1px) * 22);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-03 .cards .card .card-content {
    padding: calc(var(--rpx, 1px) * 16);
  }
}
.cmp__ass-section-03 .cards .card .card-content h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 21.6px;
  color: rgb(255, 255, 255);
  margin-bottom: calc(var(--rpx, 1px) * 8);
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-03 .cards .card .card-content h3 {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: calc(var(--rpx, 1px) * 10);
  }
}
.cmp__ass-section-03 .cards .card .card-content p {
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
  color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-03 .cards .card .card-content p {
    font-size: 14px;
    line-height: 19.6px;
    color: rgba(255, 255, 255, 0.6);
  }
}
/*!**************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js??clonedRuleSet-3.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-3.use[3]!./src/components/after-sales-service/ass-section-04/index.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************/
.cmp__ass-section-04 {
  padding: calc(var(--rpx, 1px) * 80) 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-04 {
    padding: calc(var(--rpx, 1px) * 64) 0;
  }
}
.cmp__ass-section-04-title {
  font-size: 42px;
  font-weight: 500;
  line-height: 42px;
  color: rgba(0, 0, 0, 0.95);
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-04-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 33.6px;
    color: rgba(13, 13, 13, 0.95);
    text-align: center;
  }
}
.cmp__ass-section-04-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: calc(var(--rpx, 1px) * 60);
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-04-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: calc(var(--rpx, 1px) * 64);
    gap: calc(var(--rpx, 1px) * 36);
  }
}
.cmp__ass-section-04-card {
  position: relative;
  height: calc(var(--rpx, 1px) * 512);
  -webkit-box-flex: 0;
      -ms-flex: 0 1 287.5px;
          flex: 0 1 287.5px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-04-card {
    height: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
.cmp__ass-section-04-card.active {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 721px;
          flex: 0 1 721px;
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-04-card.active {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
.cmp__ass-section-04-card.show .description {
  display: block;
}
.cmp__ass-section-04-card picture {
  display: block;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.cmp__ass-section-04-card picture::after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(63.77%, rgba(0, 0, 0, 0)), color-stop(96.29%, rgba(0, 0, 0, 0.6)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 63.77%, rgba(0, 0, 0, 0.6) 96.29%);
  width: 100%;
  height: 100%;
  z-index: 1;
}
.cmp__ass-section-04-card .image {
  width: 100%;
  height: calc(var(--rpx, 1px) * 512);
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -o-object-position: right;
     object-position: right;
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-04-card .image {
    height: calc(var(--rpx, 1px) * 210);
  }
}
.cmp__ass-section-04-card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: calc(var(--rpx, 1px) * 24);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-04-card-content {
    position: static;
    padding: calc(var(--rpx, 1px) * 20) 0 0 0;
  }
}
.cmp__ass-section-04-card-content .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-04-card-content .title {
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.5px;
    color: rgba(0, 0, 0, 0.95);
  }
}
.cmp__ass-section-04-card-content .description {
  display: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.8);
  margin-top: calc(var(--rpx, 1px) * 10);
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-04-card-content .description {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: rgba(0, 0, 0, 0.6);
  }
}
/*!**************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js??clonedRuleSet-3.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-3.use[3]!./src/components/after-sales-service/ass-section-05/index.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************/
.cmp__ass-section-05 {
  padding: calc(var(--rpx, 1px) * 80) 0 calc(var(--rpx, 1px) * 120);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-05 {
    padding: calc(var(--rpx, 1px) * 64) 0;
  }
}
.cmp__ass-section-05 .responsive__layout {
  overflow: hidden;
}
.cmp__ass-section-05 .cmp__ass-section-05-cards-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cmp__ass-section-05-title {
  font-size: 42px;
  font-weight: 500;
  line-height: 42px;
  color: rgba(0, 0, 0, 0.95);
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-05-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 33.6px;
    color: rgba(13, 13, 13, 0.95);
  }
}
.cmp__ass-section-05-cards {
  margin-top: calc(var(--rpx, 1px) * 60);
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-05-cards {
    margin-top: calc(var(--rpx, 1px) * 48);
  }
}
.cmp__ass-section-05-cards .swiper-pagination {
  display: none;
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-05-cards .swiper-pagination {
    display: block;
    position: relative;
    -webkit-transition: 0.3s opacity;
    transition: 0.3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    margin-top: calc(var(--rpx, 1px) * 48);
    width: 100%;
    height: 2px;
    background-color: rgb(220, 220, 220);
  }
  .cmp__ass-section-05-cards .swiper-pagination .swiper-pagination-progressbar-fill {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: left top;
            transform-origin: left top;
    background: rgba(0, 0, 0, 0.6);
  }
}
.cmp__ass-section-05-cards .swiper-button {
  display: none;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 8px;
  margin-top: calc(var(--rpx, 1px) * 48);
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-05-cards .swiper-button {
    display: none;
  }
}
.cmp__ass-section-05-cards .swiper-button .svg-icon {
  width: calc(var(--rpx, 1px) * 38);
  height: calc(var(--rpx, 1px) * 38);
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.cmp__ass-section-05-cards .swiper-button .svg-icon.swiper-button-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.cmp__ass-section-05-cards .swiper-button .svg-icon.swiper-button-disabled {
  opacity: 0.5;
}
.cmp__ass-section-05-card {
  background: rgb(250, 250, 250);
  width: calc(var(--rpx, 1px) * 210);
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-05-card {
    width: calc(var(--rpx, 1px) * 160);
  }
}
.cmp__ass-section-05-card .swiper-slide-wrapper {
  padding: calc(var(--rpx, 1px) * 24);
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-05-card .swiper-slide-wrapper {
    padding: calc(var(--rpx, 1px) * 16);
  }
}
.cmp__ass-section-05-card .swiper-slide-wrapper .serial {
  font-size: 36px;
  font-weight: 500;
  line-height: 36px;
  color: rgba(0, 0, 0, 0.2);
  margin-bottom: calc(var(--rpx, 1px) * 60);
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-05-card .swiper-slide-wrapper .serial {
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: calc(var(--rpx, 1px) * 80);
  }
}
.cmp__ass-section-05-card .swiper-slide-wrapper .text1 {
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.95);
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-05-card .swiper-slide-wrapper .text1 {
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
  }
}
.cmp__ass-section-05-card .swiper-slide-wrapper .text2 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.95);
  margin: calc(var(--rpx, 1px) * 10) 0 calc(var(--rpx, 1px) * 12);
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-05-card .swiper-slide-wrapper .text2 {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
  }
}
.cmp__ass-section-05-card .swiper-slide-wrapper .line {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.cmp__ass-section-05-card .swiper-slide-wrapper .text3 {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.37);
  margin-top: calc(var(--rpx, 1px) * 12);
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-05-card .swiper-slide-wrapper .text3 {
    font-size: 10px;
    font-weight: 500;
    line-height: 15px;
    color: rgba(0, 0, 0, 0.6);
  }
}
/*!**************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js??clonedRuleSet-3.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-3.use[3]!./src/components/after-sales-service/ass-section-06/index.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************/
.cmp__ass-section-06 {
  padding: 80px 0;
  overflow: hidden;
  background: rgb(250, 250, 250);
}
.cmp__ass-section-06.white {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-06 {
    padding: 64px 0;
  }
}
.cmp__ass-section-06 .responsive__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 20px;
}
@media screen and (max-width: 1100px) {
  .cmp__ass-section-06 .responsive__layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
  }
}
@media screen and (max-width: 1100px) {
  .cmp__ass-section-06 .r,
  .cmp__ass-section-06 .l {
    text-align: center;
  }
}
.cmp__ass-section-06 .r .qrcode-wrapper {
  display: none;
}
@media screen and (max-width: 1100px) {
  .cmp__ass-section-06 .r .qrcode-wrapper {
    display: inline-block;
    margin: 48px 0;
    width: 128px;
    height: 128px;
    padding: 14px;
    background-color: #fff;
  }
}
.cmp__ass-section-06 .r .qrcode-wrapper .qrcode {
  width: 100%;
  height: auto;
}
.cmp__ass-section-06-title {
  font-size: 42px;
  font-weight: 500;
  line-height: 58.8px;
  color: rgba(13, 13, 13, 0.95);
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-06-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 33.6px;
    margin-bottom: 18px;
  }
}
.cmp__ass-section-06-desc {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  color: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-06-desc {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
  }
}
.cmp__ass-section-06-social-platform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 26px;
}
@media screen and (max-width: 1100px) {
  .cmp__ass-section-06-social-platform {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 16px;
  }
}
.cmp__ass-section-06-qrcode {
  position: relative;
}
.cmp__ass-section-06-qrcode.active .cmp__ass-section-06-qrcode-popup {
  opacity: 1;
  visibility: visible;
}
.cmp__ass-section-06-qrcode-popup {
  position: absolute;
  bottom: 58px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 128px;
  height: 128px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1100px) {
  .cmp__ass-section-06-qrcode-popup {
    display: none !important;
  }
}
.cmp__ass-section-06-qrcode-popup-wrapper {
  padding: 14px;
  background: rgb(255, 255, 255);
  border-radius: 8px;
  position: relative;
  z-index: 2;
}
.cmp__ass-section-06-qrcode-popup-wrapper::after {
  content: "";
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 13px solid rgb(255, 255, 255);
  border-radius: 2px;
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
.cmp__ass-section-06-qrcode-popup-wrapper img {
  width: 100%;
  height: auto;
}
.cmp__ass-section-06-qrcode-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.17);
  border-radius: 6px;
  padding: 6px 12px;
  gap: 12px;
  cursor: pointer;
}
.cmp__ass-section-06-qrcode-icon img {
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-06-qrcode-icon img {
    width: 15px;
    height: 15px;
  }
}
.cmp__ass-section-06-qrcode-icon span {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.95);
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-06-qrcode-icon span {
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
  }
}
/*!**************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js??clonedRuleSet-3.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-3.use[3]!./src/components/after-sales-service/ass-section-08/index.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************/
.cmp__ass-section-08 {
  padding: calc(var(--rpx, 1px) * 80) 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-08 {
    padding: 0;
    padding-bottom: calc(var(--rpx, 1px) * 64);
  }
}
.cmp__ass-section-08 .responsive__layout .pc__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-08 .responsive__layout .pc__layout {
    display: none;
  }
}
.cmp__ass-section-08 .responsive__layout .pc__layout .l,
.cmp__ass-section-08 .responsive__layout .pc__layout .r {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 50%;
}
.cmp__ass-section-08 .responsive__layout .pc__layout .cards-l .card:nth-child(1) {
  padding-top: calc(var(--rpx, 1px) * 160);
  padding-right: calc(var(--rpx, 1px) * 160);
}
.cmp__ass-section-08 .responsive__layout .pc__layout .cards-l .card:nth-child(2) {
  padding-top: calc(var(--rpx, 1px) * 160);
}
.cmp__ass-section-08 .responsive__layout .pc__layout .cards-r .card:nth-child(2) {
  padding-top: calc(var(--rpx, 1px) * 160);
  padding-right: calc(var(--rpx, 1px) * 110);
  padding-left: calc(var(--rpx, 1px) * 160);
}
.cmp__ass-section-08 .responsive__layout .pc__layout .cards-r .card:nth-child(3) {
  padding-top: calc(var(--rpx, 1px) * 160);
  padding-left: calc(var(--rpx, 1px) * 160);
}
.cmp__ass-section-08 .responsive__layout .pc__layout .cards picture {
  display: block;
}
.cmp__ass-section-08 .responsive__layout .mobile__layout {
  display: none;
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-08 .responsive__layout .mobile__layout {
    display: block;
  }
  .cmp__ass-section-08 .responsive__layout .mobile__layout .cards .card:not(:last-child) {
    margin-bottom: calc(var(--rpx, 1px) * 36);
  }
  .cmp__ass-section-08 .responsive__layout .mobile__layout .cards .card .image {
    height: calc(var(--rpx, 1px) * 240);
  }
}
.cmp__ass-section-08 .responsive__layout .image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}
.cmp__ass-section-08 .responsive__layout .content {
  margin-top: calc(var(--rpx, 1px) * 20);
}
.cmp__ass-section-08 .responsive__layout .content .title {
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.95);
  margin-bottom: calc(var(--rpx, 1px) * 10);
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-08 .responsive__layout .content .title {
    margin-bottom: calc(var(--rpx, 1px) * 12);
  }
}
.cmp__ass-section-08 .responsive__layout .content .desc {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-08 .responsive__layout .content .desc {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: rgba(0, 0, 0, 0.6);
  }
}
/*!**************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js??clonedRuleSet-3.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-3.use[3]!./src/components/after-sales-service/ass-section-09/index.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************/
.cmp__ass-section-09 {
  background: rgb(250, 250, 250);
  padding: calc(var(--rpx, 1px) * 80) 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-09 {
    padding: calc(var(--rpx, 1px) * 48) 0;
  }
}
.cmp__ass-section-09 .responsive__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-09 .responsive__layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cmp__ass-section-09 .responsive__layout .l {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 474px;
          flex: 0 1 474px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-09 .responsive__layout .l {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: calc(var(--rpx, 1px) * 48);
  }
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-09 .responsive__layout .l .text {
    text-align: center;
    margin-bottom: calc(var(--rpx, 1px) * 48);
  }
}
.cmp__ass-section-09 .responsive__layout .l .text h2 {
  font-size: 42px;
  font-weight: 500;
  line-height: 42px;
  color: rgba(0, 0, 0, 0.95);
  margin-bottom: calc(var(--rpx, 1px) * 24);
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-09 .responsive__layout .l .text h2 {
    font-size: 24px;
    line-height: 33.6px;
    margin-bottom: calc(var(--rpx, 1px) * 18);
  }
}
.cmp__ass-section-09 .responsive__layout .l .text p {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  color: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-09 .responsive__layout .l .text p {
    font-size: 14px;
    line-height: 21px;
  }
}
.cmp__ass-section-09 .responsive__layout .l .app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: calc(var(--rpx, 1px) * 12);
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-09 .responsive__layout .l .app {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: calc(var(--rpx, 1px) * 300);
    margin: 0 auto;
  }
}
.cmp__ass-section-09 .responsive__layout .l .app .qrcode {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: calc(var(--rpx, 1px) * 12);
  padding-top: 0;
  border: 1px solid rgba(0, 0, 0, 0.17);
  border-radius: 6px;
  width: calc(var(--rpx, 1px) * 152);
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-09 .responsive__layout .l .app .qrcode {
    border: none;
    padding: 0;
    border-radius: 0;
    width: calc(var(--rpx, 1px) * 120);
  }
}
.cmp__ass-section-09 .responsive__layout .l .app .qrcode .qecode-wrapper {
  display: none;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-09 .responsive__layout .l .app .qrcode .qecode-wrapper {
    display: block;
  }
}
.cmp__ass-section-09 .responsive__layout .l .app .qrcode img {
  width: calc(var(--rpx, 1px) * 126);
  height: auto;
  display: block;
  margin-top: calc(var(--rpx, 1px) * 12);
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-09 .responsive__layout .l .app .qrcode img {
    width: calc(var(--rpx, 1px) * 120);
    margin-top: 0;
  }
}
.cmp__ass-section-09 .responsive__layout .l .app .qrcode .text {
  padding-top: calc(var(--rpx, 1px) * 12);
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  color: rgba(0, 0, 0, 0.95);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-09 .responsive__layout .l .app .qrcode .text {
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.45);
  }
}
.cmp__ass-section-09 .responsive__layout .r {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 656px;
          flex: 0 1 656px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-09 .responsive__layout .r {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.cmp__ass-section-09 .responsive__layout .r picture {
  max-width: 100%;
}
.cmp__ass-section-09 .responsive__layout .r picture img {
  width: 100%;
  height: calc(var(--rpx, 1px) * 394);
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-09 .responsive__layout .r picture img {
    height: calc(var(--rpx, 1px) * 206);
  }
}
/*!**************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js??clonedRuleSet-3.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-3.use[3]!./src/components/after-sales-service/ass-section-10/index.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************/
.cmp__ass-section-10 {
  overflow: hidden;
  position: relative;
}
.cmp__ass-section-10 .ass-section-10__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(var(--rpx, 1px) * 590);
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-10 .ass-section-10__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}
.cmp__ass-section-10 .ass-section-10__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-10 .ass-section-10__item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cmp__ass-section-10 .ass-section-10__item .text-content,
.cmp__ass-section-10 .ass-section-10__item .image-content {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-10 .ass-section-10__item .text-content,
  .cmp__ass-section-10 .ass-section-10__item .image-content {
    width: 100%;
  }
}
.cmp__ass-section-10 .ass-section-10__item .text-content {
  padding: var(--gutter);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgb(250, 250, 250);
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-10 .ass-section-10__item .text-content {
    display: block;
    padding-top: calc(var(--rpx, 1px) * 64);
    padding-bottom: calc(var(--rpx, 1px) * 64);
  }
}
.cmp__ass-section-10 .ass-section-10__item .text-content h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.95);
  margin-bottom: calc(var(--rpx, 1px) * 24);
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-10 .ass-section-10__item .text-content h2 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: calc(var(--rpx, 1px) * 18);
  }
}
.cmp__ass-section-10 .ass-section-10__item .text-content p {
  font-size: 16px;
  font-weight: 500;
  line-height: 25.6px;
  color: rgba(0, 0, 0, 0.6);
}
.cmp__ass-section-10 .ass-section-10__item .image-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-10 .ass-section-10__item .image-content img {
    width: 100%;
    aspect-ratio: 1/1;
  }
}
/*!**************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js??clonedRuleSet-3.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-3.use[3]!./src/components/after-sales-service/ass-section-11/index.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************/
.cmp__ass-section-11 {
  padding: calc(var(--rpx, 1px) * 110) 0;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-11 {
    padding: calc(var(--rpx, 1px) * 48) 0;
  }
}
.cmp__ass-section-11 .ass-section-11__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-11 .ass-section-11__container {
    display: block;
  }
}
.cmp__ass-section-11 .ass-section-11__container .ass-section-11__l {
  width: 37.118902439%;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-11 .ass-section-11__container .ass-section-11__l {
    width: 100%;
    margin-right: 0;
    margin-bottom: calc(var(--rpx, 1px) * 48);
  }
}
.cmp__ass-section-11 .ass-section-11__container .ass-section-11__l-title {
  font-size: 40px;
  font-weight: 500;
  line-height: 56px;
  color: rgba(0, 0, 0, 0.95);
  margin-bottom: calc(var(--rpx, 1px) * 20);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .cmp__ass-section-11 .ass-section-11__container .ass-section-11__l-title {
    font-size: 24px;
    line-height: 31.2px;
  }
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-11 .ass-section-11__container .ass-section-11__l-title {
    font-size: 24px;
    line-height: 31.2px;
    margin-bottom: calc(var(--rpx, 1px) * 12);
  }
}
.cmp__ass-section-11 .ass-section-11__container .ass-section-11__l-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.95);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .cmp__ass-section-11 .ass-section-11__container .ass-section-11__l-desc {
    font-size: 12px;
    line-height: 14px;
  }
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-11 .ass-section-11__container .ass-section-11__l-desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    color: rgba(0, 0, 0, 0.7);
  }
}
.cmp__ass-section-11 .ass-section-11__container .ass-section-11__r {
  width: 62.881097561%;
  clip-path: inset(0 -1000% 0 0);
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-11 .ass-section-11__container .ass-section-11__r {
    width: 100%;
    clip-path: none;
  }
}
.cmp__ass-section-11 .ass-section-11__container .ass-section-11__r-swiper {
  width: 100%;
  height: 100%;
}
.cmp__ass-section-11 .ass-section-11__container .ass-section-11__r-swiper-slide:nth-child(odd) {
  width: calc(var(--rpx, 1px) * 322);
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-11 .ass-section-11__container .ass-section-11__r-swiper-slide:nth-child(odd) {
    width: calc(var(--rpx, 1px) * 328);
  }
}
.cmp__ass-section-11 .ass-section-11__container .ass-section-11__r-swiper-slide:nth-child(even) {
  width: calc(var(--rpx, 1px) * 487);
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-11 .ass-section-11__container .ass-section-11__r-swiper-slide:nth-child(even) {
    width: calc(var(--rpx, 1px) * 328);
  }
}
.cmp__ass-section-11 .ass-section-11__container .ass-section-11__r-swiper-slide .img-wrapper {
  width: 100%;
}
.cmp__ass-section-11 .ass-section-11__container .ass-section-11__r-swiper-slide .img-wrapper img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-11 .ass-section-11__container .ass-section-11__r-swiper-slide .img-wrapper img {
    height: auto;
  }
}
.cmp__ass-section-11 .ass-section-11__container .ass-section-11__r-swiper-slide .content-wrapper {
  margin-top: calc(var(--rpx, 1px) * 20);
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-11 .ass-section-11__container .ass-section-11__r-swiper-slide .content-wrapper {
    margin-top: calc(var(--rpx, 1px) * 16);
  }
}
.cmp__ass-section-11 .ass-section-11__container .ass-section-11__r-swiper-slide .content-wrapper .ass-section-11__r-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.95);
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-11 .ass-section-11__container .ass-section-11__r-swiper-slide .content-wrapper .ass-section-11__r-title {
    margin-bottom: calc(var(--rpx, 1px) * 8);
  }
}
.cmp__ass-section-11 .ass-section-11__container .ass-section-11__r-swiper-slide .content-wrapper .ass-section-11__r-desc {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-11 .ass-section-11__container .ass-section-11__r-swiper-slide .content-wrapper .ass-section-11__r-desc {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
  }
}
.cmp__ass-section-11 .ass-section-11__controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-11 .ass-section-11__controller {
    margin-top: calc(var(--rpx, 1px) * 48);
  }
}
.cmp__ass-section-11 .ass-section-11__controller-progress {
  width: calc(var(--rpx, 1px) * 234);
  height: 2px;
  background: rgb(158, 154, 148);
  position: relative;
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-11 .ass-section-11__controller-progress {
    width: 100%;
  }
}
.cmp__ass-section-11 .ass-section-11__controller-progress .swiper-pagination-progressbar-fill {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  background: rgb(0, 0, 0);
}
.cmp__ass-section-11 .ass-section-11__controller-pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: calc(var(--rpx, 1px) * 64);
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-11 .ass-section-11__controller-pages {
    display: none;
  }
}
.cmp__ass-section-11 .ass-section-11__controller-pages .ass-section-11__controller-prev,
.cmp__ass-section-11 .ass-section-11__controller-pages .ass-section-11__controller-next {
  width: calc(var(--rpx, 1px) * 38);
  height: calc(var(--rpx, 1px) * 38);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cmp__ass-section-11 .ass-section-11__controller-pages .ass-section-11__controller-prev.swiper-button-disabled,
.cmp__ass-section-11 .ass-section-11__controller-pages .ass-section-11__controller-next.swiper-button-disabled {
  opacity: 0.3;
}
.cmp__ass-section-11 .ass-section-11__controller-pages .ass-section-11__controller-prev .svg-icon,
.cmp__ass-section-11 .ass-section-11__controller-pages .ass-section-11__controller-next .svg-icon {
  width: calc(var(--rpx, 1px) * 38);
  height: calc(var(--rpx, 1px) * 38);
}
.cmp__ass-section-11 .ass-section-11__controller-pages .ass-section-11__controller-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: calc(var(--rpx, 1px) * 20);
}
/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js??clonedRuleSet-3.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-3.use[3]!./src/components/after-sales-service/ass-section-nav/index.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
.cmp__ass-section-nav {
  height: 72px;
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-nav {
    height: 40px;
  }
}
.cmp__ass-section-nav .ass-section-nav-wrapper {
  position: fixed;
  top: 56px;
  z-index: 10;
  width: 100%;
  height: 72px;
  overflow: hidden;
  background-color: #fff;
}
@media screen and (max-width: 1200px) {
  .cmp__ass-section-nav .ass-section-nav-wrapper {
    top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-nav .ass-section-nav-wrapper {
    height: 40px;
  }
}
.cmp__ass-section-nav .nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0;
  gap: 48px;
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-nav .nav__list {
    padding: 10px 0 0 0;
  }
}
.cmp__ass-section-nav .nav__list .nav__item {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  padding-bottom: 14px;
  cursor: pointer;
}
.cmp__ass-section-nav .nav__list .nav__item a {
  color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .cmp__ass-section-nav .nav__list .nav__item {
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
  }
}
.cmp__ass-section-nav .nav__list .nav__item.active {
  border-bottom: 2px solid #000;
}
.cmp__ass-section-nav .nav__list .nav__item.active a {
  color: rgb(2, 2, 2);
}
