.solution-scene {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}

.solution-scene .arrow-left,
.solution-scene .arrow-right {
  display: none;
  visibility: hidden;
  height: 0;
  width: 0;
}

.solution-scene .solution-scene-wrap .solu-swiper,
.solution-scene .solution-scene-wrap .solu-swiper-m {
  display: flex;
  flex-direction: column;
}

.solution-scene .solution-scene-wrap .solu-swiper .solu-swiper-pagination,
.solution-scene .solution-scene-wrap .solu-swiper-m .solu-swiper-pagination {
  overflow: auto hidden;
  width: auto;
  align-self: center;
  display: flex;
  justify-content: center;
}

.solution-scene .solution-scene-wrap .solu-swiper .solu-swiper-pagination .swiper-pagination-item,
.solution-scene .solution-scene-wrap .solu-swiper-m .solu-swiper-pagination .swiper-pagination-item {
  width: auto;
  min-width: max-content;
  padding: 12px 16px;
  height: 44px;
  margin: 0 16px 0 0;
  border-radius: 3px;
  background-color: transparent;
  text-align: center;
  position: relative;
  display: inline-flex;
  justify-self: start;
  align-items: center;
}

.solution-scene .solution-scene-wrap .solu-swiper .solu-swiper-pagination .swiper-pagination-item .pagination-icon,
.solution-scene .solution-scene-wrap .solu-swiper-m .solu-swiper-pagination .swiper-pagination-item .pagination-icon {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  position: relative;
}

.solution-scene .solution-scene-wrap .solu-swiper .solu-swiper-pagination .swiper-pagination-item .pagination-icon img,
.solution-scene .solution-scene-wrap .solu-swiper-m .solu-swiper-pagination .swiper-pagination-item .pagination-icon img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.solution-scene .solution-scene-wrap .solu-swiper .solu-swiper-pagination .swiper-pagination-item .pagination-icon img:last-child,
.solution-scene .solution-scene-wrap .solu-swiper-m .solu-swiper-pagination .swiper-pagination-item .pagination-icon img:last-child {
  visibility: hidden;
}

.solution-scene .solution-scene-wrap .solu-swiper .solu-swiper-pagination .swiper-pagination-item .title-scene,
.solution-scene .solution-scene-wrap .solu-swiper-m .solu-swiper-pagination .swiper-pagination-item .title-scene {
  font-size: 16px;
  font-weight: 400;
  color: #222;
  word-break: keep-all;
}

.solution-scene .solution-scene-wrap .solu-swiper .solu-swiper-pagination .swiper-pagination-item:last-of-type,
.solution-scene .solution-scene-wrap .solu-swiper-m .solu-swiper-pagination .swiper-pagination-item:last-of-type {
  margin-right: 0;
}

.solution-scene .solution-scene-wrap .solu-swiper .solu-swiper-pagination .swiper-pagination-item.swiper-pagination-bullet,
.solution-scene .solution-scene-wrap .solu-swiper-m .solu-swiper-pagination .swiper-pagination-item.swiper-pagination-bullet {
  opacity: 1;
}

.solution-scene .solution-scene-wrap .solu-swiper .solu-swiper-pagination .swiper-pagination-item.swiper-pagination-bullet-active .title-scene,
.solution-scene .solution-scene-wrap .solu-swiper-m .solu-swiper-pagination .swiper-pagination-item.swiper-pagination-bullet-active .title-scene {
  color: #fff;
}

.solution-scene .solution-scene-wrap .solu-swiper .solu-swiper-pagination .swiper-pagination-item.swiper-pagination-bullet-active .pagination-icon img:first-child,
.solution-scene .solution-scene-wrap .solu-swiper-m .solu-swiper-pagination .swiper-pagination-item.swiper-pagination-bullet-active .pagination-icon img:first-child {
  visibility: hidden;
}

.solution-scene .solution-scene-wrap .solu-swiper .solu-swiper-pagination .swiper-pagination-item.swiper-pagination-bullet-active .pagination-icon img:last-child,
.solution-scene .solution-scene-wrap .solu-swiper-m .solu-swiper-pagination .swiper-pagination-item.swiper-pagination-bullet-active .pagination-icon img:last-child {
  visibility: visible;
}

.solution-scene .solution-scene-wrap .solu-swiper .solu-swiper-pagination .swiper-pagination-item.swiper-pagination-bullet-active,
.solution-scene .solution-scene-wrap .solu-swiper-m .solu-swiper-pagination .swiper-pagination-item.swiper-pagination-bullet-active {
  background: #085ea9;
  box-shadow: 0px 6px 18px 0px rgba(0, 66, 123, 0.18);
  border-radius: 3px;
}

.solution-scene .solution-scene-wrap .solu-swiper .swiper-wrapper,
.solution-scene .solution-scene-wrap .solu-swiper-m .swiper-wrapper {
  margin-top: 40px;
  height: 100%;
}

.solution-scene .solution-scene-wrap .solu-swiper .swiper-wrapper .swiper-slide .slide-item,
.solution-scene .solution-scene-wrap .solu-swiper-m .swiper-wrapper .swiper-slide .slide-item {
  transition: all 0.4s ease-in-out;
}

.solution-scene .solution-scene-wrap .solu-swiper .swiper-wrapper .swiper-slide .slide-item .scene-banner,
.solution-scene .solution-scene-wrap .solu-swiper-m .swiper-wrapper .swiper-slide .slide-item .scene-banner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  padding: 0;
  background-color: #fff;
  border-radius: 4px;
}

.solution-scene .solution-scene-wrap .solu-swiper .swiper-wrapper .swiper-slide .slide-item .scene-banner .pic,
.solution-scene .solution-scene-wrap .solu-swiper-m .swiper-wrapper .swiper-slide .slide-item .scene-banner .pic {
  display: inline-block;
  width: 46%;
  height: 100%;
  margin-top: 50px;
  opacity: 0;
  transition: all 0.5s ease-in;
}

.solution-scene .solution-scene-wrap .solu-swiper .swiper-wrapper .swiper-slide .slide-item .scene-banner .solution-desc,
.solution-scene .solution-scene-wrap .solu-swiper-m .swiper-wrapper .swiper-slide .slide-item .scene-banner .solution-desc {
  flex: 1;
  margin-top: 50px;
  opacity: 0;
  transition: all 0.5s ease-in;
  display: inline-block;
  padding-top: 72px;
  padding-left: 80px;
  text-align: left;
  position: relative;
}

.solution-scene .solution-scene-wrap .solu-swiper .swiper-wrapper .swiper-slide .slide-item .scene-banner .solution-desc .title-scene,
.solution-scene .solution-scene-wrap .solu-swiper-m .swiper-wrapper .swiper-slide .slide-item .scene-banner .solution-desc .title-scene {
  height: 46px;
  font-size: 24px;
  font-weight: 500;
  color: #222;
  line-height: 46px;
  margin-bottom: 8px;
  position: relative;
  z-index: 5;
}

.solution-scene .solution-scene-wrap .solu-swiper .swiper-wrapper .swiper-slide .slide-item .scene-banner .solution-desc .desc-content,
.solution-scene .solution-scene-wrap .solu-swiper-m .swiper-wrapper .swiper-slide .slide-item .scene-banner .solution-desc .desc-content {
  font-size: 18px;
  font-weight: 400;
  color: #666;
  line-height: 30px;
  position: relative;
  z-index: 5;
}

.solution-scene .solution-scene-wrap .solu-swiper .swiper-wrapper .swiper-slide .slide-item .scene-banner .solution-desc .desc-content .btns span,
.solution-scene .solution-scene-wrap .solu-swiper-m .swiper-wrapper .swiper-slide .slide-item .scene-banner .solution-desc .desc-content .btns span {
  display: inline-flex;
  font-size: 14px;
  font-weight: 400;
  color: rgba(8, 94, 169, 0.44);
  line-height: 20px;
  height: 20px;
  padding: 6px 12px;
  border-radius: 3px;
  width: fit-content;
  height: fit-content;
  background: rgba(231, 240, 248, 0.7);
  margin-right: 16px;
}

.solution-scene .solution-scene-wrap .solu-swiper .swiper-wrapper .swiper-slide .slide-item .scene-banner .solution-desc .desc-content .btns span:last-of-type,
.solution-scene .solution-scene-wrap .solu-swiper-m .swiper-wrapper .swiper-slide .slide-item .scene-banner .solution-desc .desc-content .btns span:last-of-type {
  margin-right: 0;
}

.solution-scene .solution-scene-wrap .solu-swiper .swiper-wrapper .swiper-slide .slide-item .scene-banner .solution-desc::after,
.solution-scene .solution-scene-wrap .solu-swiper-m .swiper-wrapper .swiper-slide .slide-item .scene-banner .solution-desc::after {
  content: '';
  background: url("../img/icons-solu_yinyao_2x.png") no-repeat center;
  background-size: 100% 100%;
  width: 145px;
  height: 126px;
  position: absolute;
  top: 35px;
  left: 50px;
  z-index: 0;
}

.solution-scene .solution-scene-wrap .solu-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .slide-item .scene-banner .pic,
.solution-scene .solution-scene-wrap .solu-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .slide-item .scene-banner .solution-desc,
.solution-scene .solution-scene-wrap .solu-swiper-m .swiper-wrapper .swiper-slide.swiper-slide-active .slide-item .scene-banner .pic,
.solution-scene .solution-scene-wrap .solu-swiper-m .swiper-wrapper .swiper-slide.swiper-slide-active .slide-item .scene-banner .solution-desc {
  margin-top: 0;
  opacity: 1;
}

.solution-scene .solution-scene-wrap .solu-swiper .swiper-wrapper .swiper-slide.swiper-slide-prev,
.solution-scene .solution-scene-wrap .solu-swiper .swiper-wrapper .swiper-slide.swiper-slide-next,
.solution-scene .solution-scene-wrap .solu-swiper-m .swiper-wrapper .swiper-slide.swiper-slide-prev,
.solution-scene .solution-scene-wrap .solu-swiper-m .swiper-wrapper .swiper-slide.swiper-slide-next {
  opacity: 0 !important;
}

.solution-scene .m-solution-scene-wrap {
  display: none;
}

.solution-scene.arrow-visible .arrow-left {
  position: absolute;
  visibility: hidden;
  width: 40px;
  height: 44px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAACQElEQVRoQ+2Yz2sTURDHZzZZkSKCCP4VXvLjTcBDWrAgCCKCHkQoFA968ubNmzdvnjyJIEgPCiJCQajQXoR9G5AE95RCCoV6CBKQRBbR/UrAhSD1he6+jX24uSYTPp+Z7ybvDZPjL3acn0qBfz3BcgLlBHJ2oIzQURvY7XbPxXG8Ua1W7zQajd2j1v/5+YVOIAiCs8y8DeA8M+/7vt+u1Wp7eSQWJtDr9c7EcfweQG0GeI+Z2yKyn1ViIQL9fv/0aDTaAqAOAd2tVCrtZrP5OYtE4QJRFJ2aTCbvAFz4GyAz74jIyrET6HQ6S0mSbAJYNsB/YeYVpdSnYyUwGAxODofDtwBWDWAjz/MuKqU+ZoGf1hQSoSiKTozH49dEdNkA9pWZV0UkzApfiACAqtb6FRFdNYCNmfmSiHzIA29dAEBFa71BRDcMmf82nYyI7OSFtyoAwAvD8DmAWwaw2PO8K0qpLRvw1gQAcBiGTwGsGzr/nZmvKaU2bcFbEwjD8EmSJHcNYD88z7uulHpjE96KgNb6MYB7BrCfRHSz1Wq9tA2fWyAIgkdEdN8Qm4SI1kTkRRHwuQS01g8BPDDAg4hui8izouD/b4GpvdMRSmPh9EOcSjj9MzqVcP6P7LeEu0eJNEpOH+ZmJNw9TqcSTl9oUgmnr5SphNOX+pk4ubtWSSXmLbZ831+u1+sHWQ59hWwlDgNxerWYCjm93E0lnF6vZ8n4vJqFPQPzQLK+Xwpk7ZytunICtjqZ9XvKCWTtnK26XyezQECKo/65AAAAAElFTkSuQmCC) no-repeat;
  background-size: 24px 24px;
  background-position: center;
  box-shadow: -5px 0px 6px 0px rgba(0, 0, 0, 0.06);
  border-radius: 3px 0px 0px 3px;
  top: 0px;
  left: -40px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  cursor: pointer;
}

.solution-scene.arrow-visible .arrow-left:hover {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAACaklEQVRoQ+2YwWsTURCHZ96mqRQRRPCvUHSTevGQFloQCiKCHoJmo3jQg/GkoOBhwVsP2u4KnsQmWApRECkUhEqtBy8mFcXiwYKlBb24FUpr2hL7kxw2FXU3dPdt7MPda3bC983Me/veMCn+sOL8FAv86wrGFYgrEDIDcQttN4FXS2/3r6M+lhB08U4uPbfd+N/fb2sFbhQ/7Fuh1RcAHSCixUSnlhnK6vNhJNomcH303d7V+sZzgHQXmInnOzqTmdvZg4tBJdoiUHj4cQ/VlydBOPIHKPNcQiAzlOv+EkQicgGzPLvbqa09A3DUC5CZp+18unfHCZjjlS5niScA9HjCMTmCO3ot49D7HSVgTn3a5SwsjQPo94bnb0xan50//CYIfCMmkhYyy7PJr7XaEwINeLcNLQtN6x8+q78OCh+JgDmFhLNQfQzQCZ/Mrwghjlk5/VUYeOkC5TK0l7XqGIFO+4B9ZyEGbCM1HRZeqoAJCKc4UwLhjA/YGrM4budTkzLgpQkA4EJp5j4B5322yg1mcdIy9AlZ8NIELo9U7hHRJZ8FW2fSTll5/alMeCkChZHKMIiu+OzzP4gpe9fofiQbPrRAoVgdBHDNM/PEm6SRYefSo1HAhxIolCq3sEk3fbZKCNAF61z6QVTw/7dAw17pFnLbQulF7EoovY02JJT/kDUklD5KuK2k9GHOlVD6ON2UUPlCs1UJha+UTQmVL/W/tJO6Y5Xm17rFYKsryT2D2dTnIIe+SKYSfwNRerToCik93HUllB6vB+nxVjFtWwOtQIL+HgsEzZysuLgCsjIZ9H/iCgTNnKy4n0JHO0CkABcDAAAAAElFTkSuQmCC) no-repeat center center;
  background-size: 24px 24px;
}

.solution-scene.arrow-visible .arrow-right {
  display: flex;
  position: absolute;
  visibility: visible;
  justify-content: center;
  align-items: center;
  box-shadow: -5px 0px 6px 0px rgba(0, 0, 0, 0.06);
  border-radius: 3px 0px 0px 3px;
  width: 40px;
  height: 44px;
  background: url(../img/product/scene-arrow-normal.png) no-repeat center center;
  background-size: 24px 24px;
  top: 0px;
  right: -40px;
  z-index: 10;
  cursor: pointer;
}

.solution-scene.arrow-visible .arrow-right:hover {
  background: url(../img/product/scene-arrow-hover.png) no-repeat center center;
  background-size: 24px 24px;
}

.solution-scene.is-right.arrow-visible .arrow-left {
  visibility: visible;
}

.solution-scene.is-right.arrow-visible .arrow-right {
  visibility: hidden;
}

.solution-scene.en .solution-scene-wrap .swiper-wrapper .swiper-slide .slide-item .scene-banner .solution-desc .desc-content .btns,
.solution-scene.en .m-solution-scene-wrap .swiper-wrapper .swiper-slide .slide-item .scene-banner .solution-desc .desc-content .btns {
  display: none;
}

@media screen and (max-width: 1200px) {
  .solution-scene {
    width: calc(100% - 100px);
    margin: 0 auto;
  }

  .solution-scene .solution-scene-wrap .solu-swiper .solu-swiper-pagination .swiper-pagination-item .icon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
  }

  .solution-scene .solution-scene-wrap .solu-swiper .swiper-wrapper .swiper-slide .slide-item .scene-banner .solution-desc {
    padding-left: 51px;
    padding-top: 41px;
  }

  .solution-scene .solution-scene-wrap .solu-swiper .swiper-wrapper .swiper-slide .slide-item .scene-banner .solution-desc .desc-content {
    font-size: 16px;
  }

  .solution-scene .solution-scene-wrap .solu-swiper .swiper-wrapper .swiper-slide .slide-item .scene-banner .solution-desc .desc-content .btns span {
    margin-bottom: 16px;
  }

  .solution-scene .solution-scene-wrap .solu-swiper .swiper-wrapper .swiper-slide .slide-item .scene-banner .solution-desc::after {
    top: 8px;
    left: 29px;
  }

  .solution-scene.arrow-visible .arrow-left {
    left: -48px;
  }

  .solution-scene.arrow-visible .arrow-right {
    right: -48px;
  }
}

@media screen and (max-width: 750px) {
  .solution-scene {
    width: 100vw;
  }

  .solution-scene .solution-scene-wrap {
    display: none;
  }

  .solution-scene .m-solution-scene-wrap {
    padding-bottom: 0.81rem;
    display: block;
  }

  .solution-scene .m-solution-scene-wrap .solu-thumbs {
    visibility: visible;
    padding: 0;
    width: 100%;
  }

  .solution-scene .m-solution-scene-wrap .solu-thumbs .swiper-wrapper {
    height: 0.76rem;
    margin-bottom: 0.18rem;
  }

  .solution-scene .m-solution-scene-wrap .solu-thumbs .swiper-wrapper .swiper-slide {
    height: 100%;
    margin: 0;
    width: auto;
    border-radius: 0;
    background-color: transparent;
    padding: 0;
    display: flex;
    align-items: center;
    position: relative;
    margin-right: 0.3rem;
  }

  .solution-scene .m-solution-scene-wrap .solu-thumbs .swiper-wrapper .swiper-slide .icon {
    display: inline-block;
    width: 0.44rem;
    height: 0.44rem;
    margin: 0.16rem 0.1rem 0.16rem 0.26rem;
    vertical-align: middle;
    position: relative;
  }

  .solution-scene .m-solution-scene-wrap .solu-thumbs .swiper-wrapper .swiper-slide .icon img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
  }

  .solution-scene .m-solution-scene-wrap .solu-thumbs .swiper-wrapper .swiper-slide .icon img:last-child {
    visibility: hidden;
  }

  .solution-scene .m-solution-scene-wrap .solu-thumbs .swiper-wrapper .swiper-slide .title-scene {
    vertical-align: middle;
    white-space: nowrap;
    height: 0.4rem;
    font-size: 0.28rem;
    margin-right: 0.26rem;
    font-weight: 400;
    color: #222;
    line-height: 0.4rem;
  }

  .solution-scene .m-solution-scene-wrap .solu-thumbs .swiper-wrapper .swiper-slide.is-active {
    border: none;
    background: #085ea9;
    box-shadow: 0rem 0.06rem 0.18rem 0rem rgba(0, 66, 123, 0.18);
    border-radius: 0.03rem;
  }

  .solution-scene .m-solution-scene-wrap .solu-thumbs .swiper-wrapper .swiper-slide.is-active .title-scene {
    font-weight: 500;
    color: #fff;
  }

  .solution-scene .m-solution-scene-wrap .solu-thumbs .swiper-wrapper .swiper-slide.is-active .icon img:first-child {
    visibility: hidden;
  }

  .solution-scene .m-solution-scene-wrap .solu-thumbs .swiper-wrapper .swiper-slide.is-active .icon img:last-child {
    visibility: visible;
  }

  .solution-scene .m-solution-scene-wrap .solu-thumbs .swiper-wrapper .swiper-slide:first-of-type {
    margin-left: 0.32rem;
  }

  .solution-scene .m-solution-scene-wrap .solu-thumbs .swiper-wrapper .swiper-slide:last-of-type {
    margin-right: 0.32rem;
  }

  .solution-scene .m-solution-scene-wrap .solu-swiper-m {
    margin-top: -0.13rem;
  }

  .solution-scene .m-solution-scene-wrap .solu-swiper-m .swiper-wrapper {
    width: auto;
    flex-wrap: nowrap;
  }

  .solution-scene .m-solution-scene-wrap .solu-swiper-m .swiper-wrapper .swiper-slide {
    width: 100vw;
  }

  .solution-scene .m-solution-scene-wrap .solu-swiper-m .swiper-wrapper .swiper-slide .slide-item {
    transform: scaleY(0.93);
    transition: all 0.3s linear;
  }

  .solution-scene .m-solution-scene-wrap .solu-swiper-m .swiper-wrapper .swiper-slide .slide-item .scene-banner {
    width: 100%;
    max-width: 100vw;
    margin: 0;
    display: inline-block;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    padding: 0.77rem 0.48rem 0 0.5rem;
    position: relative;
  }

  .solution-scene .m-solution-scene-wrap .solu-swiper-m .swiper-wrapper .swiper-slide .slide-item .scene-banner .solution-desc {
    position: relative;
    z-index: 5;
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: left;
    margin-top: 0;
    opacity: 1;
  }

  .solution-scene .m-solution-scene-wrap .solu-swiper-m .swiper-wrapper .swiper-slide .slide-item .scene-banner .solution-desc .title-scene {
    height: 0.46rem;
    font-size: 0.3rem;
    font-weight: 500;
    color: #222;
    line-height: 0.46rem;
  }

  .solution-scene .m-solution-scene-wrap .solu-swiper-m .swiper-wrapper .swiper-slide .slide-item .scene-banner .solution-desc .desc-content {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 233;
    color: #666;
    margin-top: 0.1rem;
    line-height: 0.45rem;
    font-size: 0.24rem;
  }

  .solution-scene .m-solution-scene-wrap .solu-swiper-m .swiper-wrapper .swiper-slide .slide-item .scene-banner .solution-desc .desc-content .btns {
    margin-top: 0.3rem;
    margin-bottom: 0.38rem;
  }

  .solution-scene .m-solution-scene-wrap .solu-swiper-m .swiper-wrapper .swiper-slide .slide-item .scene-banner .solution-desc .desc-content .btns>span {
    display: inline-flex;
    color: #6ca0cc;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    line-height: 0.27rem;
    font-size: 0.22rem;
    width: 1.28rem;
    height: 0.52rem;
    background: #f1f6fc;
    border-radius: 0.03rem;
    margin-right: 0.26rem;
  }

  .solution-scene .m-solution-scene-wrap .solu-swiper-m .swiper-wrapper .swiper-slide .slide-item .scene-banner .solution-desc .pic {
    align-self: center;
    width: 6.3rem;
    height: 4.06rem;
    margin-top: 0.28rem;
  }

  .solution-scene .m-solution-scene-wrap .solu-swiper-m .swiper-wrapper .swiper-slide .slide-item .scene-banner::before {
    content: '';
    width: 1.7rem;
    height: 1.48rem;
    position: absolute;
    left: 0.32rem;
    top: 0.3rem;
    background: url("../img/icons-solu_yinyao_2x.png") no-repeat;
    background-size: 100% 100%;
    z-index: 0;
  }

  .solution-scene .m-solution-scene-wrap .solu-swiper-m .swiper-wrapper .swiper-slide.swiper-slide-active .slide-item {
    transform: scaleY(1);
  }

  .solution-scene .m-solution-scene-wrap .solu-swiper-m .swiper-wrapper .swiper-slide.swiper-slide-active .slide-item .scene-banner .pic,
  .solution-scene .m-solution-scene-wrap .solu-swiper-m .swiper-wrapper .swiper-slide.swiper-slide-active .slide-item .scene-banner .solution-desc {
    opacity: 1;
  }

  .solution-scene::after {
    z-index: 5;
    content: '';
    display: block;
    right: 0;
    top: 0;
    position: absolute;
    width: 1.07rem;
    height: 0.76rem;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  }

  .solution-scene.is-last::after {
    opacity: 0;
  }

  .solution-scene.en .m-solution-scene-wrap .solu-swiper-m .swiper-wrapper .swiper-slide .slide-item .scene-banner .solution-desc .title-scene {
    font-size: 0.34rem;
  }

  .solution-scene.is-last::after {
    opacity: 0;
  }
}

/*# sourceMappingURL=test.css.map */