#solutionByScenario .no-search-banner {
  height: 33.0208vw;
  margin-top: 4.375vw;
  max-width: 100% !important;
}

#solutionByScenario .no-search-banner .banner-title {
  width: 100%;
  max-width: 75vw;
  left: 13%;
}

#solutionByScenario .tab-describe {
  padding-top: 4.1667vw;
  padding-bottom: 4.1667vw;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: #231815;
}

#solutionByScenario .tab-describe h2 {
  line-height: 150%;
  font-size: 3.125vw;
  font-family: "Montserrat-SemiBold" !important;
}

#solutionByScenario .tab-describe p {
  font-size: 0.8333vw;
  line-height: 150%;
  font-weight: 400;
  max-width: 41.6667vw;
}

/* scenario */
#solutionByScenario .scenario {
  background: #fafafa;
  padding: 4.1667vw 0;
}

#solutionByScenario .scenario .scenario-box {
  position: relative;
}

#solutionByScenario .scenario .scenario-box img {
  width: 75vw;
  height: 34.375vw;
}

#solutionByScenario .scenario .scenario-box .positioning {
  border-radius: 1.5625vw 1.5625vw 1.5625vw 1.5625vw;
  background: #ffffff;
  height: 2.5vw;
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 99;
  padding: 0 0.8333vw 0 0.4167vw;
  color: #231815;
  cursor: pointer;
  font-size: 0.8333vw;
}

#solutionByScenario .scenario .scenario-box .positioning:hover {
  background: #80a171;
  color: #ffffff;
}

#solutionByScenario .scenario .scenario-box .positioning:hover .num {
  box-shadow: 0vw 0vw 0.5208vw 0vw #ffffff;
  background: #ffffff;
  color: #80a171;
}

#solutionByScenario .scenario .scenario-box .positioning .num {
  border-radius: 0.8333vw 0.8333vw 0.8333vw 0.8333vw;
  box-shadow: 0vw 0vw 0.5208vw 0vw #80a171;
  background: #80a171;
  height: 1.6667vw;
  width: 1.6667vw;
  color: #ffffff;
  line-height: 1.6667vw;
  text-align: center;
  margin-right: 0.4167vw;
}

#solutionByScenario .scenario .scenario-box .positioning p {
  line-height: 150%;
  font-family: "Montserrat-SemiBold" !important;
}

#solutionByScenario .scenario .scenario-box .positioning.active {
  background: #80a171;
  color: #ffffff;
}

#solutionByScenario .scenario .scenario-box .positioning.active .num {
  box-shadow: 0vw 0vw 0.5208vw 0vw #ffffff;
  background: #ffffff;
  color: #80a171;
}

.thumbnail-wrapper {
  opacity: 0;
  position: fixed;
  transition: 0.8s all ease-in-out;
  pointer-events: none;
}

.thumbnail-wrapper.active {
  opacity: 1;
  z-index: 10000;
  pointer-events: initial;
  top: calc(50% - 1.7708vw);
  right: 0.9375vw;
}

.thumbnail-wrapper.thumbnail-hover:hover .thumbnail-box {
  height: 15.625vw !important;
  width: 26.0417vw !important;
  padding: 0.625vw !important;
}

.thumbnail-wrapper:hover .thumbnail-box .positioning {
  opacity: 1;
}

.thumbnail-wrapper .thumbnail-box {
  box-shadow: 0 0.0521vw 0.7813vw 0 rgba(0, 0, 0, 0.2),
    0 0.625vw 1.5625vw 0 rgba(0, 0, 0, 0.12);
  border-radius: 0.1042vw;
  background: #fff;
  cursor: pointer;
  padding: 0.2083vw;
  transition: all 0.6s ease-in-out 0.2s;
  position: relative;
}

.thumbnail-wrapper .thumbnail-box img {
  width: 100%;
  height: 100%;
}

.thumbnail-wrapper .thumbnail-box .positioning {
  border-radius: 1.5625vw 1.5625vw 1.5625vw 1.5625vw;
  background: #ffffff;
  height: 1.6667vw;
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 99;
  padding: 0.2083vw;
  color: #000000;
  cursor: pointer;
  font-size: 0.7292vw;
  opacity: 0;
  transition: all 0.8s ease-in-out;
}

.thumbnail-wrapper .thumbnail-box .positioning .num {
  border-radius: 0.8333vw 0.8333vw 0.8333vw 0.8333vw;
  box-shadow: 0vw 0vw 0.5208vw 0vw #80a171;
  background: #80a171;
  height: 1.25vw;
  width: 1.25vw;
  color: #ffffff;
  line-height: 1.25vw;
  text-align: center;
}

.thumbnail-wrapper .thumbnail-box .positioning p {
  line-height: 150%;
  font-size: 0.625vw;
  white-space: nowrap;
  padding: 0 0.2083vw;
  display: none;
}

.thumbnail-wrapper .thumbnail-box .positioning.active {
  background: #80a171;
  color: #ffffff;
}

.thumbnail-wrapper .thumbnail-box .positioning.active:hover {
  background: #80a171;
  color: #ffffff;
}

.thumbnail-wrapper .thumbnail-box .positioning.active .num {
  box-shadow: 0vw 0vw 0.5208vw 0vw #ffffff;
  background: #ffffff;
  color: #80a171;
}

.thumbnail-wrapper .thumbnail-box .positioning.active p {
  display: block;
}

.thumbnail-wrapper .thumbnail-box .positioning:hover {
  background: rgba(255, 255, 255);
}

.thumbnail-wrapper .thumbnail-box .positioning:hover p {
  display: block;
}

#challengesBox .scenarioItem {
  display: none;
}

#challengesBox .scenarioItem.active {
  display: block;
}

/* Challenges */
#solutionByScenario .challenges {
  padding-top: 4.1667vw;
  padding-bottom: 5.3646vw;
}

#solutionByScenario .challenges .challenges-title {
  font-size: 3.125vw;
  color: #231815;
  line-height: 150%;
  font-family: "Montserrat-SemiBold" !important;
  text-align: center;
}

#solutionByScenario .challenges .challenges-list {
  padding-top: 4.1667vw;
}

#solutionByScenario .challenges .challenges-list .challengesHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#solutionByScenario .challenges .challenges-list .challengesHead .challengesHead-title {
  font-size: 0.8333vw;
  line-height: 150%;
  width: 41.6667vw;
}

#solutionByScenario .challenges .challenges-list h2 {
  font-size: 3.125vw;
  color: #231815;
  line-height: 150%;
  font-family: "Montserrat-SemiBold" !important;
}

#solutionByScenario .challenges .challenges-list .challenges-box {
  padding-top: 2.0833vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#solutionByScenario .challenges .challenges-list .challenges-box .challenges-content {
  margin-right: 1.25vw;
  max-width: 36.25vw;
  height: 21.0938vw;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}

#solutionByScenario .challenges .challenges-list .challenges-box .challenges-content .challenges-item {
  display: flex;
  align-items: center;
  padding: 1.6667vw 1.3021vw;
  cursor: pointer;
}

#solutionByScenario .challenges .challenges-list .challenges-box .challenges-content .challenges-item .challenges-num {
  color: #999999;
  line-height: 150%;
  font-size: 1.25vw;
  padding-left: 0.7813vw;
  padding-right: 3.8021vw;
  border-left: 0.1042vw solid #fff;
}

#solutionByScenario .challenges .challenges-list .challenges-box .challenges-content .challenges-item p {
  font-size: 0.8333vw;
  color: #231815;
  line-height: 150%;

  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

#solutionByScenario .challenges .challenges-list .challenges-box .challenges-content .challenges-item.active {
  background: #fafafa;
  color: #80a171;
}

#solutionByScenario .challenges .challenges-list .challenges-box .challenges-content .challenges-item.active .challenges-num {
  border-left: 0.1042vw solid #80a171;
  color: #80a171;
}

#solutionByScenario .challenges .challenges-list .challenges-box .challenges-content .challenges-item.active p {
  color: #80a171;
}

#solutionByScenario .challenges .challenges-list .challenges-box .challenges-content .challenges-item:hover {
  background: #fafafa;
  color: #80a171;
}

#solutionByScenario .challenges .challenges-list .challenges-box .challenges-content .challenges-item:hover .challenges-num {
  border-left: 0.1042vw solid #80a171;
  color: #80a171;
}

#solutionByScenario .challenges .challenges-list .challenges-box .challenges-content .challenges-item:hover p {
  color: #80a171;
}

#solutionByScenario .challenges .challenges-list .challenges-box .challenges-img {
  width: 60%;
  height: 21.0938vw;
  max-width: 37.5vw;
  object-fit: cover;
  display: none;
}

#solutionByScenario .challenges .challenges-list .challenges-box .challenges-img.active {
  display: block;
}

#solutionByScenario .challenges .challenges-list .challenges-box .video {
  width: 60%;
  position: relative;
}

#solutionByScenario .challenges .challenges-list .challenges-box .video video {
  width: 100%;
  max-width: 37.5vw;
  height: 21.0938vw;
  object-fit: cover;
  cursor: pointer;
}

#solutionByScenario .challenges .challenges-lists {
  padding-top: 6.25vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#solutionByScenario .challenges .challenges-lists .challenges-content {
  margin-right: 5.9375vw;
}

#solutionByScenario .challenges .challenges-lists .challenges-content h2 {
  font-size: 3.125vw;
  color: #231815;
  line-height: 150%;
  font-family: "Montserrat-SemiBold" !important;
  padding-bottom: 2.0833vw;
}

#solutionByScenario .challenges .challenges-lists .challenges-content p {
  font-size: 0.8333vw;
  color: #231815;
  line-height: 150%;
}

#solutionByScenario .challenges .challenges-lists img {
  width: 60%;
  object-fit: cover;
}

#solutionByScenario .challenges .challenges-lists .video {
  width: 37.5vw;
  height: 21.0938vw;
  position: relative;
}

#solutionByScenario .challenges .challenges-lists .video video {
  width: 37.5vw;
  height: 21.0938vw;
  object-fit: cover;
  cursor: pointer;
}

/* What We Offer */
#solutionByScenario .whatWeOffer {
  background: #fafafa;
  padding: 4.1667vw 0;
}

#solutionByScenario .whatWeOffer .describe {
  display: flex;
  justify-content: space-between;
  color: #231815;
  padding-bottom: 0.8333vw;
}

#solutionByScenario .whatWeOffer .describe h2 {
  line-height: 150%;
  font-size: 3.125vw;
  width: 30vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#solutionByScenario .whatWeOffer .describe p {
  line-height: 150%;
  font-size: 0.8333vw;
  padding-left: 3.3333vw;
  width: 60%;
}

#solutionByScenario .whatWeOffer .whatWeOffer-list {
  background: #ffffff;
  margin-top: 1.25vw;
  padding: 1.25vw;
  padding-left: 0;
  display: flex;
}

#solutionByScenario .whatWeOffer .whatWeOffer-list.active {
  padding-left: 1.25vw;
  padding-right: 0;
}

#solutionByScenario .whatWeOffer .whatWeOffer-list .whatWeOffer-item {
  width: calc(100% - 37.5vw);
  padding-right: 4.1667vw;
  padding-left: 2.0833vw;
  position: relative;
}
#solutionByScenario .whatWeOffer .whatWeOffer-list .whatWeOffer-item img{
  width: 50%;
}

#solutionByScenario .whatWeOffer .whatWeOffer-list .title {
  font-size: 1.25vw;
  line-height: 150%;
  font-family: "Montserrat-SemiBold" !important;
  padding: 0.8333vw 0;
}

#solutionByScenario .whatWeOffer .whatWeOffer-list p {
  color: rgba(35, 24, 21, 0.4);
  font-size: 0.8333vw;
  line-height: 150%;
}

#solutionByScenario .whatWeOffer .whatWeOffer-list a {
  width: 1.6667vw;
  height: 1.6667vw;
  position: absolute;
  bottom: 0;
}

#solutionByScenario .whatWeOffer .whatWeOffer-list a .iconfont {
  font-size: 1.6667vw;
  font-weight: 600;
  line-height: 1.6667vw;
}
#solutionByScenario .whatWeOffer .whatWeOffer-list img{
  width: 37.5vw;
  height: 21.09375vw;
}
#solutionByScenario .whatWeOffer .whatWeOffer-list .video {
  position: relative;
}
#solutionByScenario .whatWeOffer .whatWeOffer-list .video,
#solutionByScenario .whatWeOffer .whatWeOffer-list .video video {
  width: 37.5vw;
  height: 21.09375vw;
}

/* Product Recommandation */
#solutionByScenario .product {
  padding-top: 1.8229vw;
  padding-bottom: 4.1667vw;
}

#solutionByScenario .product h2 {
  line-height: 150%;
  font-size: 3.125vw;
  color: #231815;
  font-family: "Montserrat-SemiBold" !important;
}

#solutionByScenario .product .product-box {
  margin-top: 2.0833vw;
  max-height: 18.75vw;
  overflow: hidden;
  transition: max-height 1s ease;
}

#solutionByScenario .product .product-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25vw;
}

#solutionByScenario .product .product-list .hidden {
  display: block;
  max-height: 0;
  /* 初始高度为0 */
  overflow: hidden;
  /* 隐藏超出部分 */
  transition: max-height 1s ease;
  /* 添加过渡效果 */
}

#solutionByScenario .product .product-list .hidden.show {
  max-height: auto;
  /* 展开后的高度 */
}

#solutionByScenario .product .product-list .product-item {
  padding: 1.6667vw 1.25vw 0;
  background: #fafafa;
  color: #231815;
  width: calc((100% - 3.75vw) / 4);
  height: 18.6458vw;
  cursor: pointer;
  position: relative;
}

#solutionByScenario .product .product-list .product-item a {
  width: 100%;
  height: 100%;
}

#solutionByScenario .product .product-list .product-item h4 {
  font-size: 0.9375vw;
  line-height: 150%;
  font-family: "Montserrat-SemiBold" !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  text-transform: capitalize;
  -webkit-box-orient: vertical;
}

#solutionByScenario .product .product-list .product-item p {
  padding-top: 0.4167vw;
  color: #9fa0a0;
  line-height: 150%;
  font-size: 0.625vw;
  /* height: 71px; */
}

#solutionByScenario .product .product-list .product-item .product-item-img {
  height: 7.3958vw;
  width: 7.3958vw;
  margin: 0 auto;
  position: absolute;
  bottom: 4.5833vw;
  left: 50%;
  transform: translateX(-50%);
}

#solutionByScenario .product .product-list .product-item .product-item-img img {
  height: 100%;
  transition: all 0.3s;
}

#solutionByScenario .product .product-list .product-item .product-item-btn {
  font-size: 0.8333vw;
  line-height: 150%;
  font-family: "Montserrat-SemiBold" !important;
  display: flex;
  align-items: center;
  position: absolute;
  left: 1.25vw;
  bottom: 1.6667vw;
}

#solutionByScenario .product .product-list .product-item .product-item-btn .iconfont {
  font-size: 1.25vw;
}

#solutionByScenario .product .product-list .product-item:hover a {
  color: #80a171;
}

#solutionByScenario .product .product-list .product-item:hover a p {
  color: #80a171;
}

#solutionByScenario .product .product-list .product-item:hover .product-item-img img {
  transform: scale(1.2);
}

#solutionByScenario .product .product-list .product-item:hover a .product-item-btn {
  color: #80a171;
}

#solutionByScenario .product .applications-more {
  display: flex;
  justify-content: center;
  margin-top: 2.0833vw;
  margin-bottom: 0.3125vw;
}

#solutionByScenario .product .applications-more .applications-more-but {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.4167vw 0.4167vw 0.4167vw 1.25vw;
  border-radius: 1.5625vw;
  border: 0.0521vw solid #231815;
  font-size: 0.8333vw;
  font-style: normal;
  font-family: "Montserrat-SemiBold" !important;
  line-height: 150%;
  background: #fff;
  cursor: pointer;
}

#solutionByScenario .product .applications-more .applications-more-but p {
  height: 1.25vw;
  width: 1.25vw;
  background: #80a171;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  margin-left: 0.8333vw;
}

#solutionByScenario .product .applications-more .applications-more-but:hover {
  background: #80a171;
  color: #fff;
  border: 0.0521vw solid #80a171;
}

#solutionByScenario .product .applications-more .applications-more-but:hover p {
  background-color: #fff !important;
  color: #80a171;
}

/* You may also be interested in */

#solutionByScenario .recommend {
  background: #fafafa;
  padding-bottom: 4.1667vw;
  padding-top: 4.1667vw;
  color: #231815;
}

#solutionByScenario .recommend h2 {
  font-size: 3.125vw;
  font-family: "Montserrat-SemiBold" !important;
  line-height: 150%;
}

#solutionByScenario .recommend .recommend-list {
  display: flex;
  padding-top: 2.0833vw;
  gap: 1.25vw;
}

#solutionByScenario .recommend .recommend-list .recommend-item {
  background: #ffffff;
  padding: 1.25vw;
  width: calc((100% - 2.5vw) / 3);
}

#solutionByScenario .recommend .recommend-list .recommend-item a {
  width: 100%;
}

#solutionByScenario .recommend .recommend-list .recommend-item p {
  font-size: 0.7292vw;
  line-height: 150%;
  color: #666666;
  padding-bottom: 0.4167vw;
}

#solutionByScenario .recommend .recommend-list .recommend-item img {
  width: 100%;
}

#solutionByScenario .recommend .recommend-list .recommend-item .recommend-item-title {
  padding: 1.25vw 0 2.5vw;
  line-height: 150%;
  font-size: 1.25vw;
  font-family: "Montserrat-SemiBold" !important;
}

#solutionByScenario .recommend .recommend-list .recommend-item .recommend-item-icon {
  text-align: right;
}

#solutionByScenario .recommend .recommend-list .recommend-item .recommend-item-icon .iconfont {
  width: 1.6667vw;
  display: inline-block;
  height: 1.6667vw;
  line-height: 1.6667vw;
  text-align: center;
  border-radius: 50%;
  background: #fff;
}

#solutionByScenario .recommend .recommend-list .recommend-item:hover {
  background: #80a171;
}

#solutionByScenario .recommend .recommend-list .recommend-item:hover p {
  color: #ffffff;
}

#solutionByScenario .recommend .recommend-list .recommend-item:hover .recommend-item-title {
  color: #ffffff;
}

#solutionByScenario .recommend .recommend-list .recommend-item:hover .recommend-item-icon .iconfont {
  color: #231815;
}

@media screen and (max-width: 1440px) {
  /* .no-search-banner {
    max-width: 75vw !important;
    height: 29.1667vw;
  } */

  #solutionByScenario .tab-describe p {
    max-width: 44.4444vw;
  }

  #solutionByScenario .tab-describe h2,
  #solutionByScenario .challenges .challenges-title,
  #solutionByScenario .challenges .challenges-list h2,
  #solutionByScenario .whatWeOffer .describe h2,
  #solutionByScenario .product h2,
  #solutionByScenario .recommend h2 {
    font-size: 3.6111vw;
  }

  #solutionByScenario .scenario .scenario-box .positioning {
    font-size: 0.8333vw;
    padding: 0 0.5556vw 0 0.2778vw;
  }

  #solutionByScenario .scenario .scenario-box .positioning .num {
    width: 1.6667vw;
    height: 1.6667vw;
    line-height: 1.6667vw;
    margin-right: 0.2778vw;
  }

  #solutionByScenario .scenario .scenario-box .positioning {
    font-size: 0.8333vw;
    height: 2.2222vw;
  }

  #solutionByScenario .challenges .challenges-list .challengesHead .challengesHead-title {
    max-width: 44.4444vw;
  }

  #solutionByScenario .challenges .challenges-list .challenges-box .challenges-img {
    width: 50%;
    height: 25vw;
    object-fit: cover;
    max-width: 33.3333vw;
  }
  
  #solutionByScenario .challenges .challenges-list .challenges-box .video video {
    height: 25vw;
  }

  #solutionByScenario .challenges .challenges-lists img,
  #solutionByScenario .challenges .challenges-lists .challenges-video,
  #solutionByScenario .challenges .challenges-lists .video video {
    width: 33.3333vw;
    height: 25vw;
  }

  #solutionByScenario .challenges .challenges-list .challenges-box .challenges-content {
    height: 25vw;
  }

  #solutionByScenario .challenges .challenges-list .challenges-box .challenges-content .challenges-item {
    padding: 1.6667vw 2.7778vw 1.6667vw;
  }

  #solutionByScenario .challenges .challenges-list .challenges-box .challenges-content {
    margin-right: 1.3194vw;
  }

  #solutionByScenario .whatWeOffer .describe p {
    padding-left: 3.3333vw;
  }

  #solutionByScenario .whatWeOffer .whatWeOffer-list {
    margin-top: 1.6667vw;
  }

  #solutionByScenario .whatWeOffer .whatWeOffer-list .whatWeOffer-item {
    width: 50%;
    padding-left: 2.7778vw;
    padding-right: 2.9167vw;
  }

  #solutionByScenario .whatWeOffer .whatWeOffer-list img {
    width: 50%;
    height: 20.2778vw;
    object-fit: cover;
    max-width: 36.1111vw;
  }

  #solutionByScenario .product {
    padding-bottom: 5.5556vw;
  }

  #solutionByScenario .product .product-list {
    flex-wrap: wrap;
  }

  #solutionByScenario .product .applications-more .applications-more-but p {
    margin-left: 1.1111vw;
  }

  #solutionByScenario .recommend .recommend-list .recommend-item .recommend-item-title {
    padding: 1.1111vw 0 0.2778vw;
  }
}

@media (max-width: 768px) {
  #solutionByScenario .tab-describe h2 {
    font-size: 16vw;
  }

  #solutionByScenario .tab-describe p {
    font-size: 4.2667vw;
  }

  /* scenario */
  #solutionByScenario .scenario {
    padding: 21.3333vw 0;
  }

  #solutionByScenario .scenario .scenario-box .positioning {
    height: 12.8vw;
    font-size: 4.2667vw;
  }

  #solutionByScenario .scenario .scenario-box .positioning .num {
    height: 8.5333vw;
  }

  .thumbnail-wrapper:hover .thumbnail-box {
    height: 80vw !important;
    padding: 3.2vw !important;
  }

  .thumbnail-wrapper .thumbnail-box {
    border-radius: 0.5333vw;
    padding: 1.0667vw;
  }

  .thumbnail-wrapper .thumbnail-box img {
    height: 100%;
  }

  .thumbnail-wrapper .thumbnail-box .positioning {
    border-radius: 8vw 8vw 8vw 8vw;
    height: 8.5333vw;
    padding: 1.0667vw;
    font-size: 3.7333vw;
  }

  .thumbnail-wrapper .thumbnail-box .positioning .num {
    border-radius: 4.2667vw 4.2667vw 4.2667vw 4.2667vw;
    height: 6.4vw;
  }

  .thumbnail-wrapper .thumbnail-box .positioning p {
    font-size: 3.2vw;
    padding: 0 1.0667vw;
  }

  #solutionByScenario .challenges .challenges-title {
    font-size: 16vw;
  }

  #solutionByScenario .challenges .challenges-list .challengesHead .challengesHead-title {
    font-size: 4.2667vw;
  }

  #solutionByScenario .challenges .challenges-list h2 {
    font-size: 16vw;
  }

  #solutionByScenario .challenges .challenges-list .challenges-box .challenges-content {
    height: 108vw;
  }

  #solutionByScenario .challenges .challenges-list .challenges-box .challenges-content .challenges-item {
    padding: 8.5333vw 6.6667vw;
  }

  #solutionByScenario .challenges .challenges-list .challenges-box .challenges-content .challenges-item .challenges-num {
    font-size: 6.4vw;
  }

  #solutionByScenario .challenges .challenges-list .challenges-box .challenges-content .challenges-item p {
    font-size: 4.2667vw;
  }

  #solutionByScenario .challenges .challenges-list .challenges-box .challenges-img {
    height: 108vw;
  }

  #solutionByScenario .challenges .challenges-lists .challenges-content h2 {
    font-size: 16vw;
  }

  #solutionByScenario .challenges .challenges-lists .challenges-content p {
    font-size: 4.2667vw;
  }

  /* What We Offer */
  #solutionByScenario .whatWeOffer {
    padding: 21.3333vw 0;
  }

  #solutionByScenario .whatWeOffer .describe h2 {
    font-size: 16vw;
  }

  #solutionByScenario .whatWeOffer .describe p {
    font-size: 4.2667vw;
  }

  #solutionByScenario .whatWeOffer .whatWeOffer-list {
    padding: 6.4vw;
  }

  #solutionByScenario .whatWeOffer .whatWeOffer-list .title {
    font-size: 6.4vw;
    padding: 4.2667vw 0;
  }

  #solutionByScenario .whatWeOffer .whatWeOffer-list p {
    font-size: 4.2667vw;
  }

  #solutionByScenario .whatWeOffer .whatWeOffer-list a {
    height: 8.5333vw;
  }

  #solutionByScenario .whatWeOffer .whatWeOffer-list a .iconfont {
    font-size: 8.5333vw;
  }

  #solutionByScenario .product h2 {
    font-size: 16vw;
  }

  #solutionByScenario .product .product-list .product-item {
    padding: 10.6667vw 6.4vw 6.4vw 6.4vw;
  }

  #solutionByScenario .product .product-list .product-item a {
    height: 100%;
  }

  #solutionByScenario .product .product-list .product-item h4 {
    font-size: 4.8vw;
    height: 14.9333vw;
  }

  #solutionByScenario .product .product-list .product-item p {
    font-size: 3.2vw;
    height: 18.9333vw;
  }

  #solutionByScenario .product .product-list .product-item .product-item-img {
    height: 37.8667vw;
    margin: 7.2vw auto 11.4667vw;
  }

  #solutionByScenario .product .product-list .product-item .product-item-img img {
    height: 100%;
  }

  #solutionByScenario .product .product-list .product-item .product-item-btn {
    font-size: 4.2667vw;
  }

  #solutionByScenario .product .product-list .product-item .product-item-btn .iconfont {
    font-size: 6.4vw;
  }

  #solutionByScenario .product .applications-more .applications-more-but {
    padding: 2.1333vw 2.1333vw 2.1333vw 6.4vw;
    border-radius: 8vw;
    font-size: 4.2667vw;
  }

  #solutionByScenario .product .applications-more .applications-more-but p {
    height: 6.4vw;
    border-radius: 50%;
  }

  #solutionByScenario .recommend h2 {
    font-size: 16vw;
  }

  #solutionByScenario .recommend .recommend-list .recommend-item {
    padding: 6.4vw;
  }

  #solutionByScenario .recommend .recommend-list .recommend-item p {
    font-size: 3.7333vw;
  }

  #solutionByScenario .recommend .recommend-list .recommend-item .recommend-item-title {
    padding: 6.4vw 0 12.8vw;
  }

  #solutionByScenario .recommend .recommend-list .recommend-item .recommend-item-icon .iconfont {
    height: 8.5333vw;
    border-radius: 50%;
  }

  #solutionByScenario .tab-describe h2,
  #solutionByScenario .challenges .challenges-title,
  #solutionByScenario .challenges .challenges-list h2,
  #solutionByScenario .whatWeOffer .describe h2,
  #solutionByScenario .product h2,
  #solutionByScenario .recommend h2 {
    font-size: 13.8667vw;
  }

  #solutionByScenario .whatWeOffer .whatWeOffer-list img {
    height: 77.8667vw;
  }
}