/* banner start */
#SMBByScenarioVehicle .SMBByScenario-public-banner {
  width: 100%;
  max-width: 100% !important;
  height: 33.0208vw;
  margin-top: 4.375vw;
  position: relative;
}
#SMBByScenarioVehicle .SMBByScenario-public-banner .banner-shade {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 4.1667vw;
  width: 60%;
  max-width: 44.8438vw;
  height: 100%;
  border-radius: 1.25vw 0 0 1.25vw;
  background: linear-gradient(80deg, #0C0B0D -62.35%, rgba(12, 11, 13, 0.00) 93.22%);
  position: absolute;
  left: 0;
}
#SMBByScenarioVehicle .SMBByScenario-public-banner .text-box {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding: 0 4.6875vw;
}
#SMBByScenarioVehicle .SMBByScenario-public-banner .text-box .title {
  color: #FFF;
  font-family: "Montserrat-SemiBold" !important;
  font-size: 4.1667vw;
  line-height: 150%;
}
#SMBByScenarioVehicle .SMBByScenario-public-banner .text-box .subtitle {
  color: #FFF;
  font-size: 1.25vw;
  font-weight: 400;
  line-height: 150%;
  margin-top: 1.25vw;
  max-width: 23.4375vw;
}
/* banner end */


/* Challenges start */
#SMBByScenarioVehicle .factorises-challenges-box {
  background: #FAFAFA;
  padding: 4.1667vw 0;
}
#SMBByScenarioVehicle .factorises-challenges-title {
  display: flex;
  align-items: center;
}
#SMBByScenarioVehicle .factorises-challenges-title .title {
  font-size: 3.125vw;
  font-family: "Montserrat-SemiBold" !important;
  line-height: 150%;
  width: 42%;
}
#SMBByScenarioVehicle .factorises-challenges-title .desc {
  color: #231815;
  font-size: 0.8333vw;
  line-height: 150%;
  width: 58%;
  padding-left: 1.25vw;
}
#SMBByScenarioVehicle .challenges-img-list {
  margin-top: 4.0104vw;
  display: flex;
}
#SMBByScenarioVehicle .challenges-img-list .challenges-img-items {
  width: calc((100% - 4.1667vw * 2) / 3);
  margin-right: 4.1667vw;
}
#SMBByScenarioVehicle .challenges-img-list .challenges-img-items:nth-child(3n) {
  margin-right: 0;
}
#SMBByScenarioVehicle .challenges-img-list .challenges-img-items .img-border {
  width: 19.1667vw;
  height: 19.1667vw;
  border: 0.1042vw dashed var(--Color_grey2_deep, rgb(159 160 160 / 60%));
  border-radius: 50%;
  overflow: hidden;
  padding: 0.8333vw;
  margin: 0 auto;
}
#SMBByScenarioVehicle .challenges-img-list .challenges-img-items .img-border img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
#SMBByScenarioVehicle .challenges-img-list .challenges-img-items .challenges-tips {
  display: flex;
  margin-top: 2.4479vw;
}
#SMBByScenarioVehicle .challenges-img-list .challenges-img-items .challenges-tips .icon-box .iconfont {
  color: #FEA001;
  font-size: 1.25vw;
  line-height: normal;
}
#SMBByScenarioVehicle .challenges-img-list .challenges-img-items .challenges-tips .tips-text {
  font-size: 0.8333vw;
  line-height: 150%;
  margin-left: 0.9375vw;
}
/* Challenges end */


/* What We Offer start */
#SMBByScenarioVehicle .factorises-what-we-offer {
  padding-top: 4.1667vw;
}
#SMBByScenarioVehicle .factorises-what-we-offer .what-we-offer-list {
  margin-top: 2.0833vw;
}
#SMBByScenarioVehicle .factorises-what-we-offer .what-we-offer-list .what-we-offer-items {
  display: flex;
  margin-bottom: 1.25vw;
}
#SMBByScenarioVehicle .factorises-what-we-offer .what-we-offer-list .what-we-offer-items .offer-img-box {
  width: 61.2%;
  max-width: 45.8333vw;
  height: 16.4583vw;
}
#SMBByScenarioVehicle .factorises-what-we-offer .what-we-offer-list .what-we-offer-items .offer-img-box .img-box {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.25vw;
}
#SMBByScenarioVehicle .factorises-what-we-offer .what-we-offer-list .what-we-offer-items .offer-text-box {
  border-radius: 1.25vw;
  background: var(--SMB-Color, #FEA001);
  padding: 2.0833vw;
  color: #ffffff;
  width: calc(38.8% - 1.25vw);
  margin-left: 1.25vw;
}
#SMBByScenarioVehicle .factorises-what-we-offer .what-we-offer-list .what-we-offer-items .offer-text-box .offer-title {
  color: var(--BrandColor_white, #FFF);
  font-family: "Montserrat-SemiBold" !important;
  font-size: 1.25vw;
  line-height: 150%;
  text-transform: capitalize;
}
#SMBByScenarioVehicle .factorises-what-we-offer .what-we-offer-list .what-we-offer-items .offer-text-box .offer-desc {
  color: var(--BrandColor_white, #FFF);
  font-size: 0.8333vw;
  font-weight: 400;
  line-height: 150%;
  margin-top: 0.8333vw;
}
#SMBByScenarioVehicle .factorises-what-we-offer .what-we-offer-list .what-we-offer-items:nth-child(2n) .offer-img-box {
  order: 2 !important;
  margin-left: 1.25vw;
}
#SMBByScenarioVehicle .factorises-what-we-offer .what-we-offer-list .what-we-offer-items:nth-child(2n) .offer-text-box {
  order: 1;
  margin-left: 0 !important;
}
/* What We Offer end */


/* Solution Topology & Advantages start */
#SMBByScenarioVehicle .solution-topology-advantages .topology-title .title {
  width: 100% !important;
}
#SMBByScenarioVehicle .solution-topology-advantages {
  background: #FAFAFA;
  padding: 4.1667vw 0 2.0833vw;
}
#SMBByScenarioVehicle .solution-topology-advantages .topology-img-box {
  max-width: 46.5104vw;
  margin: 4.6875vw auto 0;
}
#SMBByScenarioVehicle .solution-topology-advantages .topology-img-box img {
  width: 100%;
}
.topology-list .topology-items {
  display: flex;
}
#SMBByScenarioVehicle .solution-topology-advantages .topology-list .topology-items .topology-icon-box .iconfont {
  font-size: 1.25vw;
  line-height: 150%;
  color: #FEA001;
}
#SMBByScenarioVehicle .solution-topology-advantages .topology-list {
  margin-top: 4.1667vw;
  display: flex;
}
#SMBByScenarioVehicle .solution-topology-advantages .topology-list .topology-items {
  width: calc((100% - 2.0833vw * 2) / 3);
  margin-right: 2.0833vw;
}
#SMBByScenarioVehicle .solution-topology-advantages .topology-list .topology-items:nth-child(3n) {
  margin-right: 0;
}
#SMBByScenarioVehicle .solution-topology-advantages .topology-list .topology-items .topology-text-box {
  margin-left: 0.8333vw;
}
#SMBByScenarioVehicle .solution-topology-advantages .topology-list .topology-items .topology-text-box .title {
  font-size: 1.25vw;
  line-height: 150%;
  height: 3.75vw;
}
#SMBByScenarioVehicle .solution-topology-advantages .topology-list .topology-items .topology-text-box .topology-desc-list {
  margin-top: 0.4167vw;
}
#SMBByScenarioVehicle .solution-topology-advantages .topology-list .topology-items .topology-text-box .topology-desc-list .topology-desc-item p {
  font-size: 0.8333vw;
  line-height: 150%;
  padding-left: 0.625vw;
  position: relative;
}
#SMBByScenarioVehicle .solution-topology-advantages .topology-list .topology-items .topology-text-box .topology-desc-list .topology-desc-item p::before {
  content: '';
  display: block;
  width: 0.1563vw;
  height: 0.1563vw;
  background: #333333;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.5208vw;
}
/* Solution Topology & Advantages end */


/* Product Recommendation start  */
.solutions-by-scenarios {
  padding-top: 6.5625vw;
}
.solutions-by-scenarios h2 {
  color: #231815;
  font-size: 3.125vw;
  font-style: normal;
  font-family: "Montserrat-SemiBold" !important;
  line-height: 150%;
  text-transform: capitalize;
  margin-bottom: 2.0833vw;
  text-align: left;
}
.solutions-by-scenarios .recommend-list {
  display: flex;
  width: 100%;
  height: 26.5625vw;
  position: relative;
  margin-bottom: 4.1667vw;
}
.solutions-by-scenarios .recommend-list-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s ease;
}
.recommend-list-item-img .button {
  position: absolute;
  bottom: -6.6583vw;
  padding-top: 0.8333vw;
  display: flex;
  justify-content: center;
  width: 6.4583vw;
  height: 6.4583vw;
  background-color: #fea001;
  border-radius: 50%;
  transition: bottom 0.3s ease;
}
.recommend-list-item-img .button .icon {
  width: 2.0833vw;
  height: 2.0833vw;
  background-image: url("/assets/img/SMB/Button_skip_white.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.solutions-by-scenarios
  .recommend-list-item
  .recommend-list-item-img:hover
  .button {
  bottom: -2.7083vw;
}
.recommend-list-item-tit {
  padding: 1.25vw 0 0.8333vw;
  font-family: Montserrat, Montserrat;
  font-family: "Montserrat-SemiBold" !important;
  font-size: 0.9375vw;
  color: #231815;
  line-height: 150%;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 4.3229vw;
}
.recommend-list-item-dic {
  width: 13.3333vw;
  font-family: Montserrat, Montserrat;
  font-weight: 400;
  font-size: 0.625vw;
  color: #9fa0a0;
  line-height: 150%;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#SMBByScenarioVehicle .solutions-by-scenarios .recommend-list-item .recommend-list-item-img {
  width: 13.3333vw;
  height: 13.3333vw;
  border: 0.1042vw dashed var(--Color_grey2_deep, rgb(159 160 160 / 60%));
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  transform-origin: bottom center;
}
#SMBByScenarioVehicle .solutions-by-scenarios .recommend-list-item .recommend-list-item-img .topimg {
  width: 8.4896vw;
  position: absolute;
}
#SMBByScenarioVehicle .solutions-by-scenarios .recommend-list-item .recommend-list-item-img .topimg {
  transition: 0.3s all ease;
}
#SMBByScenarioVehicle .solutions-by-scenarios .swiper-container {
  position: relative;
  margin-bottom: 0;
}
#SMBByScenarioVehicle .solutions-by-scenarios .home-products-swiper-next,
#SMBByScenarioVehicle .solutions-by-scenarios .home-products-swiper-prev {
  width: 3.125vw;
  height: 3.125vw;
  border-radius: 2.6042vw;
  color: #231815;
  position: absolute;
  z-index: 999;
  top: auto;
  bottom: 0;
  left: calc(48% + 2.6042vw);
  background-color: #fafafa;
}
#SMBByScenarioVehicle .solutions-by-scenarios .home-products-swiper-next::after,
.solutions-by-scenarios .home-products-swiper-prev::after {
  font-size: 0.9375vw;
  font-weight: bold;
}
#SMBByScenarioVehicle .solutions-by-scenarios .home-products-swiper-prev {
  left: calc(48% - 2.6042vw);
}
#SMBByScenarioVehicle .solutions-by-scenarios .home-product-swiper .swiper-slide {
  transition: all 0.6s;
  margin-bottom: 5.2083vw;
  height: 18.75vw;
}
#SMBByScenarioVehicle .solutions-by-scenarios
  .home-product-swiper
  .swiper-slide:hover
  .product-item-btn {
  opacity: 1;
}
#SMBByScenarioVehicle .solutions-by-scenarios .home-product-swiper .swiper-slide .swiper-slide-link {
  width: 100%;
}
#SMBByScenarioVehicle .solutions-by-scenarios
  .home-product-swiper
  .swiper-slide:hover
  .product-item-bg {
  overflow: inherit;
}
#SMBByScenarioVehicle .solutions-by-scenarios
  .home-product-swiper
  .swiper-slide:hover
  .product-item-bg
  .product-item-img {
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  top: 42%;
}
#SMBByScenarioVehicle .solutions-by-scenarios
  .home-product-swiper
  .swiper-slide:hover
  .product-item-bg
  .product-item-name,
#SMBByScenarioVehicle .solutions-by-scenarios
  .home-product-swiper
  .swiper-slide:hover
  .product-item-bg
  .product-item-btn {
  color: #333333;
  height: auto;
}
#SMBByScenarioVehicle .solutions-by-scenarios  .swiper-slide.enlarged {
  width: var(--enlarged-width, 28%) !important;
  /* 默认值为 28% */
  margin-right: 0.8333vw !important;
  /* 动态调整边距 */
}
#SMBByScenarioVehicle .solutions-by-scenarios .swiper-slide.enlarged .recommend-list-item .recommend-list-item-img {
  width: 15.625vw;
  /* 放大当前滑块 */
  height: 15.625vw;
}
#SMBByScenarioVehicle .solutions-by-scenarios .swiper-slide.enlarged .recommend-list-item .recommend-list-item-img .topimg {
  width: 75%;
  /* 放大当前滑块 */
}
#SMBByScenarioVehicle .solutions-by-scenarios .swiper-slide.shrinked {
  width: var(--shrinked-width, 16.8%) !important;
  /* 默认值为 16.8% */
  margin-right: 0.8333vw !important;
  /* 动态调整边距 */
}
#SMBByScenarioVehicle .solutions-by-scenarios .swiper-slide.shrinked .recommend-list-item .recommend-list-item-img .topimg {
  width: 60%;
  /* 放大当前滑块 */
}
/* Product Recommendation end  */


/* download 颜色重置 start */
#SMBByScenarioVehicle .download-box {
  background: #FAFAFA;
}
#SMBByScenarioVehicle .download-box .download-box-content .download-list .download-item {
  background: #fff;
  border-radius: 0.8333vw;
}
#SMBByScenarioVehicle .download-box .download-box-content .download-list .download-item:hover {
  background: #fea001;
}
#SMBByScenarioVehicle .container .view-more .iconfont {
  color: #ffffff;
  background: #fea001;
}
#SMBByScenarioVehicle .container .view-more:hover {
  background: #fea001;
  border-color: #fea001;
}
#SMBByScenarioVehicle .container .view-more:hover .iconfont {
  color: #fea001;
  background: #ffffff;
}
#SMBByScenarioVehicle .vehicle-download-box {
  background: #FAFAFA;
  padding-bottom: 2.8646vw;
}
#SMBByScenarioVehicle .vehicle-download-box .view-more {
  margin-bottom: 0;
}
/* download 颜色重置 end */


/* 锚点跳转 start */
#SMBByScenarioVehicle .publicMenu-sticky .publicMenu .publicMenu-tab a.active {
  border-bottom: 0.0521vw solid #fea001;
  color: #fea001;
}

#SMBByScenarioVehicle .publicMenu-sticky .publicMenu .publicMenu-tab a:hover {
  color: #fea001 !important;
  font-weight: 600;
}

#SMBByScenarioVehicle .publicMenu-tab .publicactive-tab-hover.active {
  color: #FEA001 !important;
  border-bottom: 0.0521vw solid #FEA001;
}

#SMBByScenarioVehicle .publicMenu-sticky .publicMenu .publicMenu-tab .publicactive-tab-hover::after {
  background-color: #fea001 !important;
}

#SMBByScenarioVehicle .publicMenu-sticky .publicMenu .publicMenu-tab a {
  font-family: Montserrat, Montserrat;
}

#SMBByScenarioVehicle .publicMenu-sticky .publicMenu h1 {
  font-family: Montserrat, Montserrat;
  font-family: "Montserrat-SemiBold" !important;
  font-size: 1.25vw;
  color: #231815;
  line-height: 1.875vw;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
#SMBByScenarioVehicle .publicMenu-sticky .publicMenu .scenario-num3 {
  display: none;
}
#SMBByScenarioVehicle .publicMenu-sticky .publicMenu  .scenario-num-first {
  display: block;
}
/* 锚点跳转 end */



/* Challenges */
#SMBByScenarioVehicle .challenges {
  max-width: 100% !important;
  background-color: #fafafa;
}

#SMBByScenarioVehicle .challenges .challenges-title {
  padding-bottom: 4.1667vw;
  background-color: #fff;
  font-family: Montserrat, Montserrat;
  font-size: 3.125vw;
  color: #231815;
  line-height: 150%;
  font-family: "Montserrat-SemiBold" !important;
  text-align: center;
}

#SMBByScenarioVehicle .challenges .challenges-list {
  padding: 4.1667vw 0;
}

#SMBByScenarioVehicle .challenges .challenges-list .challenges-title2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fafafa;
}

#SMBByScenarioVehicle .challenges .challenges-list .challenges-title2 .title {
  font-family: Montserrat, Montserrat;
  max-width: 75vw;
  font-size: 3.125vw;
  color: #231815;
  line-height: 150%;
  font-family: "Montserrat-SemiBold" !important;
}

#SMBByScenarioVehicle .challenges .challenges-list .challenges-title2 .dic {
  max-width: 41.6667vw;
  color: #231815;
  font-family: Montserrat;
  font-size: 0.8333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-align: left;
}

#SMBByScenarioVehicle .challenges .challenges-list .challenges-box {
  max-width: 75vw;
  margin: 0 auto;

  padding-top: 2.0833vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#SMBByScenarioVehicle
  .challenges
  .challenges-list
  .challenges-box
  .challenges-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#SMBByScenarioVehicle
  .challenges
  .challenges-list
  .challenges-box
  .challenges-content
  .challenges-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 21.4583vw;
}

#SMBByScenarioVehicle
  .challenges
  .challenges-list
  .challenges-box
  .challenges-content
  .challenges-item
  .challenges-item-img {
  width: 100%;
  max-width: 19.1667vw;
  height: 19.1667vw;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

#SMBByScenarioVehicle
  .challenges
  .challenges-list
  .challenges-box
  .challenges-content
  .challenges-item
  .challenges-item-img
  .topimg {
  width: 91.3%;
  position: absolute;
  border-radius: 50%;
}

#SMBByScenarioVehicle
  .challenges
  .challenges-list
  .challenges-box
  .challenges-content
  .challenges-item
  .challenges-item-img
  .btmimg {
  width: 100%;
  position: absolute;
}

#SMBByScenarioVehicle
  .challenges
  .challenges-list
  .challenges-box
  .challenges-content
  .challenges-item
  .challenges-item-dic {
  display: flex;
  justify-content: center;
  padding-top: 2.0833vw;
  width: 100%;
}

#SMBByScenarioVehicle
  .challenges
  .challenges-list
  .challenges-box
  .challenges-content
  .challenges-item
  .challenges-item-dic
  .dic-icon {
  max-width: 1.25vw;
  margin-right: 0.8333vw;
}

#SMBByScenarioVehicle
  .challenges
  .challenges-list
  .challenges-box
  .challenges-content
  .challenges-item
  .challenges-item-dic
  .dic-icon
  img {
  width: 100%;
}

#SMBByScenarioVehicle
  .challenges
  .challenges-list
  .challenges-box
  .challenges-content
  .challenges-item
  .challenges-item-dic
  p {
  width: 19.375vw;
  font-family: Montserrat, Montserrat;
  font-weight: 400;
  font-size: 0.8333vw;
  color: #231815;
  line-height: 150%;
  text-align: left;
}


/* What We Offer */
#SMBByScenarioVehicle .whatWeOffer {
  padding: 4.1667vw 0;
}

#SMBByScenarioVehicle .whatWeOffer .describe {
  display: flex;
  justify-content: space-between;
  color: #231815;
}

#SMBByScenarioVehicle .whatWeOffer .describe h1 {
  font-family: Montserrat, Montserrat;
  line-height: 150%;
  font-size: 3.125vw;
  font-family: "Montserrat-SemiBold" !important;
}

#SMBByScenarioVehicle .whatWeOffer .describe p {
  font-family: Montserrat, Montserrat;
  line-height: 150%;
  font-size: 0.8333vw;
  padding-left: 3.3333vw;
  width: 60%;
}

#SMBByScenarioVehicle .whatWeOffer .whatWeOffer-list {
  display: flex;
  justify-content: space-between;
  margin-top: 2.0833vw;
}

#SMBByScenarioVehicle .whatWeOffer .whatWeOffer-list .whatWeOffer-list-img {
  width: 61.12%;
  max-width: 45.8333vw;
  height: 16.4583vw;
  border-radius: 1.25vw;
  overflow: hidden;
}

#SMBByScenarioVehicle .whatWeOffer .whatWeOffer-list .whatWeOffer-list-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#SMBByScenarioVehicle .whatWeOffer .whatWeOffer-list .whatWeOffer-item {
  padding: 2.0833vw;
  width: 37.23%;
  max-width: 27.9167vw;
  height: 16.4583vw;
  border-radius: 1.25vw;
  background-color: #fea001;
  color: #fff;
}

#SMBByScenarioVehicle .whatWeOffer .whatWeOffer-list .whatWeOffer-item .title {
  font-family: Montserrat, Montserrat;
  font-family: "Montserrat-SemiBold" !important;
  font-size: 1.25vw;
  color: #ffffff;
  line-height: 150%;
  text-align: left;
}

#SMBByScenarioVehicle .whatWeOffer .whatWeOffer-list .whatWeOffer-item p {
  margin-top: 0.8333vw;
  font-family: Montserrat, Montserrat;
  font-weight: 400;
  font-size: 0.8333vw;
  color: #ffffff;
  line-height: 150%;
  text-align: left;
}

/* Product Recommandation */
#SMBByScenarioVehicle .product {
  padding: 4.1667vw 0;
  background-color: #fafafa;
}

#SMBByScenarioVehicle .product h1 {
  font-family: Montserrat, Montserrat;
  line-height: 3.6458vw;
  font-size: 3.125vw;
  color: #231815;
  font-family: "Montserrat-SemiBold" !important;
}

#SMBByScenarioVehicle .product .product-list {
  padding-top: 4.1667vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#SMBByScenarioVehicle .product .product-list .product-list-img {
  width: 48.4375vw;
  height: 33.4896vw;
}

#SMBByScenarioVehicle .product .product-list .product-list-img img {
  width: 100%;
  height: 100%;
}

#SMBByScenarioVehicle .product .product-list-items {
  padding-top: 4.6875vw;
  width: 100%;
}

#SMBByScenarioVehicle .product .product-list-items .item-titles {
  display: flex;
  justify-content: space-between;
}

#SMBByScenarioVehicle .product .product-list-items .item-titles .item-title {
  position: relative;
  width: 28.62%;
  max-width: 21.4583vw;
  padding-bottom: 0.4167vw;
  font-family: Montserrat, Montserrat;
  font-family: "Montserrat-SemiBold" !important;
  font-size: 1.25vw;
  color: #231815;
  line-height: 150%;
  text-align: left;
}

#SMBByScenarioVehicle
  .product
  .product-list-items
  .item-titles
  .item-title
  .icon {
  position: absolute;
  left: -2.0833vw;
  top: 0.1563vw;
  width: 1.25vw;
  height: 1.25vw;
  background-image: url("/assets/img/SMB/Web_1920_icon_topology.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.25vw 1.25vw;
}

#SMBByScenarioVehicle .product .product-list-items .item-dics {
  display: flex;
  justify-content: space-between;
}

#SMBByScenarioVehicle .product .product-list-items .item-dics .item-dic {
  width: 28.62%;
  max-width: 21.4583vw;
  font-family: Montserrat, Montserrat;
  font-weight: 400;
  font-size: 0.8333vw;
  color: #231815;
  line-height: 150%;
  text-align: left;
}

#SMBByScenarioVehicle .product .product-list-items .item-dics .item-dic .dic {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 1.1458vw;
}

#SMBByScenarioVehicle
  .product
  .product-list-items
  .item-dics
  .item-dic
  .dic
  .dian {
  position: absolute;
  top: 0.4688vw;
  left: 0.2604vw;
  width: 0.2083vw;
  height: 0.2083vw;
  border-radius: 50%;
  background-color: #231815;
}

#SMBByScenarioVehicle .recommend {
  padding: 4.1667vw 0 ;
}

#SMBByScenarioVehicle .recommend h1 {
  margin-bottom: none;
  font-family: Montserrat, Montserrat;
  font-size: 3.125vw;
  font-family: "Montserrat-SemiBold" !important;
  line-height: 150%;
  color: #231815;
}

#SMBByScenarioVehicle .recommend .recommend-list {
  display: flex;
  padding-top: 3.3333vw;
  width: 100%;
  height: 28.5417vw;
  overflow: hidden;
  position: relative;
}

#SMBByScenarioVehicle .Application {
  width: 100%;
  background-color: #fafafa;
}

#SMBByScenarioVehicle .Application-content {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 4.1667vw 0;
}

#SMBByScenarioVehicle .Application-content h2 {
  width: 19.7917vw;
  font-family: Montserrat, Montserrat;
  font-family: "Montserrat-SemiBold" !important;
  font-size: 3.125vw;
  color: #231815;
  line-height: 150%;
  text-align: left;
}

#SMBByScenarioVehicle .Application-content .swiper-container {
  width: 51.0417vw;
  margin-left: 4.1667vw;
  overflow: hidden;
}

#SMBByScenarioVehicle .Application-content .swiper-container .swiper-wrapper .swiper-slide {
  /* width: 68%; */
  width: 100%;
  height: 18.3854vw;
  border-radius: 1.25vw;
  overflow: hidden;
}

#SMBByScenarioVehicle .Application-content .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#SMBByScenarioVehicle .Application-content .swiper-container .pagination {
  padding-top: 0.8333vw;
  display: flex;
  justify-content: space-between;
}

#SMBByScenarioVehicle .Application-content .swiper-container .pagination .swiper-pagin {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
}

#SMBByScenarioVehicle .Application-content .swiper-container .pagination .swiper-pagin .title {
  margin-bottom: 0.8333vw;
  font-family: Montserrat, Montserrat;
  font-family: "Montserrat-SemiBold" !important;
  font-size: 1.25vw;
  color: #231815;
  line-height: 150%;
  text-align: left;
}

#SMBByScenarioVehicle .Application-content
  .swiper-container
  .pagination
  .swiper-pagin
  #swiper-pagination {
  width: 100%;
  max-width: 16.6667vw;
  height: 0.2083vw;
  background-color: #fff;
}

#SMBByScenarioVehicle .pagin-long {
  width: 20%;
  max-width: 16.6667vw;
  height: 0.2083vw;
  background-color: #fea001;
  transition: width 1.5s ease;
}

.swiper-pagination-bullet {
  margin: 0 !important;
  margin-left: 0.8333vw !important;
  opacity: 1 !important;
  border: 0.2083vw solid #fafafa;
}

.swiper-pagination-bullet:first-child {
  margin-left: 0 !important;
}

.swiper-pagination-bullet-active {
  border: 0.2083vw solid #fea001;
}

#SMBByScenarioVehicle .Application-content .swiper-container .pagination .small-imgs {
  display: flex;
  justify-content: flex-end;
  width: 24.1667vw;
}

#SMBByScenarioVehicle .Application-content .swiper-container .pagination .small-imgs .small-img {
  width: 4.1667vw;
  height: 4.1667vw;
  border-radius: 0.8333vw;
  overflow: hidden;
  margin-left: 0.8333vw;
  cursor: pointer;
}

#SMBByScenarioVehicle .Application-content
  .swiper-container
  .pagination
  .small-imgs
  .small-img:first-child {
  margin-left: 0;
}

#SMBByScenarioVehicle .Application-content .swiper-container .pagination .small-imgs .small-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#SMBByScenarioVehicle .smb-byScenario-vehicle-video {
  padding: 4.1667vw 0 !important;
}

#SMBByScenarioVehicle .smb-byScenario-vehicle-video .video-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 2.0833vw;
}
#SMBByScenarioVehicle .smb-byScenario-vehicle-video .video-tit2 {
  width: 60%;
  max-width: 41.6667vw;
}
#SMBByScenarioVehicle .smb-byScenario-vehicle-video .video-title h2 {
  margin-bottom: 0;
  font-family: Montserrat, Montserrat;
  font-family: "Montserrat-SemiBold" !important;
  font-size: 3.125vw;
  color: #231815;
  line-height: 150%;
  text-align: left;
}

#SMBByScenarioVehicle .smb-byScenario-vehicle-video .video-title .video-tit2 h2 {
  margin-bottom: 0;
  font-family: "Montserrat-SemiBold" !important;
  font-size: 1.25vw;
  color: #231815;
  line-height: 150%;
  text-align: left;
}

#SMBByScenarioVehicle .smb-byScenario-vehicle-video .video-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 26.9792vw;
  border-radius: 1.25vw;
  overflow: hidden;
  position: relative;
}

#SMBByScenarioVehicle .smb-byScenario-vehicle-video .video-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#SMBByScenarioVehicle .smb-byScenario-vehicle-video .video-img .video-play,
#SMBByScenarioVehicle .video-img-item .video-play {
  width: 4.1667vw;
  height: 4.1667vw;
  border-radius: 50%;
  position: absolute;
  background-image: url("/assets/img/SMB/Button_Play.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-blend-mode: multiply;
  cursor: pointer;
}
#SMBByScenarioVehicle .smb-byScenario-vehicle-video .video-img .video-play:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
#SMBByScenarioVehicle .video-img-item .video-play:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
#SMBByScenarioVehicle .scenario-num-first .videos .video-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#SMBByScenarioVehicle .scenario-num-first .video .play {
  width: 3.6458vw;
  height: 3.6458vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
}
#SMBByScenarioVehicle .scenario-num-first .video .play .iconfont {
  font-size: 4.1667vw;
  color: #fea001;
}
.scenario-video-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
#SMBByScenarioVehicle .scenario-num-first .video {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 49.17%;
  max-width: 36.875vw;
  height: 20.7292vw;
  border-radius: 0.8333vw;
  overflow: hidden;
  position: relative;
}
#SMBByScenarioVehicle .scenario-num-first .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#SMBByScenarioVehicle .scenario-num-first .smb-vehicle-video-one {
  width: 100%;
  height: 42.13vw;
  max-width: 100%;
  padding: 0;
}
#SMBByScenarioVehicle .scenario-num-first .smb-vehicle-video-one .video-item>video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



#SMBByScenarioVehicle .related-links {
  padding: 4.1667vw 0 !important;
}

#SMBByScenarioVehicle .related-links h2 {
  font-family: Montserrat, Montserrat;
  font-family: "Montserrat-SemiBold" !important;
  font-size: 3.125vw;
  color: #231815;
  line-height: 150%;
  text-align: left;
}

#SMBByScenarioVehicle .related-links .related-links-list {
  padding-top: 2.0833vw;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#SMBByScenarioVehicle .related-links .related-links-list .related-links-item {
  width: calc((100% - 1.25vw * 2) / 3);
  margin-right: 1.25vw;
  height: 18.125vw;
  border-radius: 1.25vw;
  padding: 1.25vw;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#SMBByScenarioVehicle .related-links .related-links-list .related-links-item:nth-child(3n) {
  margin-right: 0;
}
#SMBByScenarioVehicle .related-links .scenario-num-first .related-links-list .item1 .text-over {
  display: inherit;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#SMBByScenarioVehicle .related-links .related-links-list .related-links-item .item-txt {
  font-family: Montserrat, Montserrat;
  font-family: "Montserrat-SemiBold" !important;
  font-size: 1.25vw;
  color: #ffffff;
  line-height: 150%;
  text-align: left;
  z-index: 1;
}

#SMBByScenarioVehicle .related-links .related-links-list .related-links-item .item-filter {
  width: 100%;
  height: 9.375vw;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(
    181deg,
    rgba(0, 0, 0, 0) 11.08%,
    rgba(0, 0, 0, 0.45) 45.9%
  );
}

#SMBByScenarioVehicle .related-links .related-links-list .related-links-item .item-overtxt {
  width: 100%;
  height: 100%;
  padding: 1.25vw;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fea001;
  color: #fff;
  z-index: 2;
  transition: top 0.6s ease;
}

#SMBByScenarioVehicle .related-links .related-links-list .related-links-item .no-link {
  cursor: initial;
}

#SMBByScenarioVehicle .related-links .related-links-list .related-links-item .item-overtxt h3 {
  font-family: Montserrat, Montserrat;
  font-family: "Montserrat-SemiBold" !important;
  font-size: 1.25vw;
  line-height: 150%;
  text-transform: capitalize;
  margin-bottom: 0.8333vw;
}

#SMBByScenarioVehicle .related-links .related-links-list .related-links-item .item-overtxt p {
  font-family: Montserrat, Montserrat;
  font-weight: 400;
  font-size: 0.8333vw;
  color: #ffffff;
  line-height: 150%;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* 限制行数为3 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  /* 隐藏溢出的内容 */
  text-overflow: ellipsis;
}

#SMBByScenarioVehicle .related-links .related-links-list .related-links-item .item-overtxt .icon {
  width: 1.6667vw;
  height: 1.6667vw;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  position: absolute;
  left: 1.25vw;
  bottom: 1.25vw;
  cursor: pointer;
}

#SMBByScenarioVehicle .related-links
  .related-links-list
  .related-links-item
  .item-overtxt
  .icon
  .iconfont {
  font-size: 0.8333vw;
  line-height: 1.6667vw;
  color: #fea001;
}

#SMBByScenarioVehicle .related-links .related-links-list .related-links-item:hover .item-overtxt {
  top: 0;
}

#SMBByScenarioVehicle .video-dialog {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999;
}

#SMBByScenarioVehicle .video-dialog video {
  width: 80%;
  height: 80%;
}

#SMBByScenarioVehicle .video-dialog .video-dialog-close {
  width: 1.25vw;
  height: 1.25vw;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(45deg);
  border-radius: 0.625vw;
  position: absolute;
  right: 1.4583vw;
  top: 0.8333vw;
  cursor: pointer;
}

#SMBByScenarioVehicle .video-dialog .video-dialog-close .iconfont {
  color: #eaeaea;
  font-size: 1.25vw;
}


#Recommendation .swiper-container {
  margin: 0 auto !important;
}
#Recommendation .recommend-list {
  display: flex;
  /* padding-top: 64px; */
  width: 100%;
  height: 25.7292vw;
  position: relative;
}
#Recommendation .recommend-list-item {
  /* margin-left: 20px;
    margin-right: 20px; */
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s ease;
}

#Recommendation .recommend-list-item .recommend-list-item-img {
  width: 13.3333vw;
  height: 13.3333vw;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  transform-origin: bottom center;
}

#Recommendation .recommend-list-item .recommend-list-item-img .topimg {
  width: 8.4896vw;
  position: absolute;
}

#Recommendation .scenario-num3 .recommend-list-item .recommend-list-item-img .topimg1 {
  width: 9.5313vw;
}



#Recommendation .scenario-num3 .recommend-list-item .recommend-list-item-img .topimg3 {
  width: 8.1771vw;
}

#Recommendation
  .scenario-num3
  .recommend-list-item
  .recommend-list-item-img
  .topimg4 {
  width: 8.3854vw;
}

#Recommendation
  .scenario-num3
  .recommend-list-item
  .recommend-list-item-img
  .topimg5 {
  width: 11.5104vw;
}
#Recommendation
  .scenario-num3
  .recommend-list-item
  .recommend-list-item-img
  .topimg6 {
  width: 11.5104vw;
}

#Recommendation
  .scenario-num3
  .recommend-list-item
  .recommend-list-item-img
  .topimg7 {
  width: 11.5104vw;
}

#Recommendation
  .scenario-num3
  .recommend-list-item
  .recommend-list-item-img
  .topimg8 {
  width: 11.5104vw;
}

#Recommendation .recommend-list-item .recommend-list-item-img .btmimg {
  width: 100%;
  height: 100%;
  position: absolute;
}

#Recommendation .recommend-list-item-tit {
  padding: 1.25vw 0 0.8333vw;
  font-family: Montserrat, Montserrat;
  font-family: "Montserrat-SemiBold" !important;
  font-size: 0.9375vw;
  color: #231815;
  line-height: 150%;
  text-align: center;
}

#Recommendation .recommend-list-item-dic {
  width: 13.3333vw;
  font-family: Montserrat, Montserrat;
  font-weight: 400;
  font-size: 0.625vw;
  color: #9fa0a0;
  line-height: 150%;
  text-align: center;
}

#Recommendation .recommend-list-item .recommend-list-item-img .topimg,
#Recommendation .recommend-list-item .recommend-list-item-img .btmimg {
  transition: 0.3s all ease;
}

#Recommendation .home-products-swiper-next,
#Recommendation .home-products-swiper-prev {
  width: 3.125vw;
height: 3.125vw;
border-radius: 2.6042vw;
  color: #231815;
  position: absolute;
  z-index: 999;
  top: auto;
  bottom: 0;
  left:calc(50% + 2.6042vw);
background-color: #FAFAFA;

}
#Recommendation .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
  color: #9FA0A0;
}
#Recommendation .home-products-swiper-next::after,
#Recommendation .home-products-swiper-prev::after {
  font-size: 0.9375vw;
  font-weight: bold;
}
#Recommendation .home-products-swiper-prev {
  left:calc(50% - 2.6042vw);

}
#Recommendation .home-product-swiper .swiper-slide {
  /* width: 20%; */
  transition: all 0.6s;
  padding-bottom: 7.1875vw;
}

#Recommendation .home-product-swiper .swiper-slide:hover .product-item-btn {
  opacity: 1;
}
#Recommendation .home-product-swiper .swiper-slide .swiper-slide-link {
  width: 100%;
}
#Recommendation .home-product-swiper .swiper-slide:hover .product-item-bg {
  overflow: inherit;
}
#Recommendation
  .home-product-swiper
  .swiper-slide:hover
  .product-item-bg
  .product-item-img {
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  top: 42%;
}
#Recommendation
  .home-product-swiper
  .swiper-slide:hover
  .product-item-bg
  .product-item-img
  img {
  /* transform: scale(1.25); */
}
#Recommendation
  .home-product-swiper
  .swiper-slide:hover
  .product-item-bg
  .product-item-name,
#Recommendation
  .home-product-swiper
  .swiper-slide:hover
  .product-item-bg
  .product-item-btn {
  color: #333333;
  height: auto;
}
#Recommendation .swiper-slide.enlarged {
  width: var(--enlarged-width, 28%) !important; /* 默认值为 28% */
  margin-right: 0.8333vw !important; /* 动态调整边距 */
}
#Recommendation
  .swiper-slide.enlarged
  .recommend-list-item
  .recommend-list-item-img {
  width: 15.625vw; /* 放大当前滑块 */
  height: 15.625vw;
}
#Recommendation
  .swiper-slide.enlarged
  .recommend-list-item
  .recommend-list-item-img
  .topimg {
  width: 75%; /* 放大当前滑块 */
}

#Recommendation .swiper-slide.shrinked {
  width: var(--shrinked-width, 16.8%) !important; /* 默认值为 16.8% */
  margin-right: 0.8333vw !important; /* 动态调整边距 */
}
#Recommendation
  .swiper-slide.shrinked
  .recommend-list-item
  .recommend-list-item-img
  .topimg {
  width: 60%; /* 放大当前滑块 */
}
#Recommendation
  .swiper-slide.shrinked
  .recommend-list-item
  .recommend-list-item-img
  .btmimg {
  width: 90%; /* 放大当前滑块 */
  height: 90%; /* 放大当前滑块 */
}


@media screen and (max-width: 1440px) {
  /* banner start */
  /* #SMBByScenarioVehicle .SMBByScenario-public-banner {
    height: 29.1667vw;
  } */
  #SMBByScenarioVehicle .SMBByScenario-public-banner .text-box {
    padding: 0 5.5556vw;
  }
  #SMBByScenarioVehicle .SMBByScenario-public-banner .text-box .subtitle {
    margin-top: 0.2778vw;
  }
  #SMBByScenarioVehicle .related-links .related-links-list .related-links-item .item-overtxt h3 {
    -webkit-line-clamp: 2;
  }
  /* banner end */


  /* Challenges start */
  #SMBByScenarioVehicle .factorises-challenges-title .title {
    font-size: 3.6111vw;
  }
  #SMBByScenarioVehicle .challenges-img-list .challenges-img-items .img-border {
    width: 18.75vw;
    height: 18.75vw;
  }
  #SMBByScenarioVehicle .challenges-img-list .challenges-img-items .challenges-tips {
    margin-top: 2.0833vw;
  }
  #SMBByScenarioVehicle .challenges-img-list .challenges-img-items .challenges-tips .tips-text {
    margin-left: 1.1111vw;
  }
  /* Challenges end */

  
  /* What We Offer start */
  #SMBByScenarioVehicle .factorises-what-we-offer .what-we-offer-list .what-we-offer-items .offer-img-box {
    height: 16.5278vw;
  }
  #SMBByScenarioVehicle .factorises-what-we-offer .what-we-offer-list .what-we-offer-items .offer-text-box {
    padding: 1.6667vw;
  }
  #SMBByScenarioVehicle .factorises-what-we-offer .what-we-offer-list .what-we-offer-items .offer-text-box .offer-desc {
    /* height: 6.6667vw; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    font-size: 0.9722vw;
  }
  /* What We Offer end */


  /* Product Recommendation start */
  .solutions-by-scenarios h2 {
    font-size: 3.6111vw;
  }
  #SMBByScenarioVehicle .solutions-by-scenarios .recommend-list-item .recommend-list-item-img {
    width: 12.7778vw;
    height: 12.7778vw;
  }
  #SMBByScenarioVehicle .solutions-by-scenarios .swiper-slide.enlarged .recommend-list-item .recommend-list-item-img {
    width: 15.8333vw;
    height: 15.8333vw;
  }
  #SMBByScenarioVehicle .solutions-by-scenarios .recommend-list-item .recommend-list-item-img .topimg {
    width: 7.9167vw;
  }
  .solutions-by-scenarios .recommend-list {
    height: calc(35.4167vw - 5vw);
  }
  #SMBByScenarioVehicle .solutions-by-scenarios .home-product-swiper .swiper-slide {
    height: calc(25vw - 5vw); 
  }
  .recommend-list-item-img .button {
    width: 6.6667vw;
    height: 6.6667vw;
    padding-top: 0.6944vw;
  }
  .recommend-list-item-img .button .icon {
    width: 1.9444vw;
    height: 1.9444vw;
  }
  #SMBByScenarioVehicle .Application-content h2 {
    font-size: 3.6111vw;
  }
  #SMBByScenarioVehicle .Application-content .swiper-container {
    width: 43.0556vw;
  }
  #SMBByScenarioVehicle .Application-content .swiper-container .swiper-wrapper .swiper-slide {
    height: 15.4861vw;
  }
  #SMBByScenarioVehicle .Application-content .swiper-container .pagination .small-imgs .small-img {
    width: 4.4444vw;
    height: 4.4444vw;
  }
  #SMBByScenarioVehicle .related-links h2 {
    font-size: 3.6111vw;
  }
  #SMBByScenarioVehicle .related-links .related-links-list .related-links-item {
    height: 17.9167vw;
  }
  #SMBByScenarioVehicle .smb-byScenario-vehicle-video .video-title h2 {
    font-size: 3.6111vw;
  }
  /* Product Recommendation end */
}
