.five-e-detail {
  padding-bottom: 4.1667vw;
}
/* 公共 */
.five-e-detail .model-left {
  order: 1 !important;
  margin-right: 2.3438vw;
}
.five-e-detail .model-right {
  order: 2 !important;
  margin-right: 0;
}
/* title start */
.five-e-detail .five-e-title {
  margin: 6.4583vw auto 2.0833vw;
  font-family: "Montserrat-SemiBold";
  font-size: 4.1667vw;
  line-height: 150%;
  letter-spacing: 0%;
  translate: none;
  animation-fill-mode: backwards !important;
  will-change: transform, opacity;
}
.five-e-detail .five-e-subtitle {
  font-size: 2.7083vw;
  text-align: center;
  line-height: 150%;
  font-family: "Montserrat-SemiBold";
  padding-top: 1.25vw;
  padding-bottom: 1.25vw;
}
.five-e-detail .five-e-small-title {
  font-size: 1.25vw;
  line-height: 150%;
  text-align: center;
  color: #999;
}
.five-e-detail .five-e-description {
  font-size: 0.8333vw;
  line-height: 150%;
  font-weight: 400;
  color: #333;
}
.five-e-detail .products-title {
  margin: 6.25vw auto 2.0833vw
}
/* title end */


/* banner start */
.five-e-detail .five-e-banner {
  width: 100%;
  height: 20.8333vw;
  translate: none;
  animation-fill-mode: backwards !important;
}
/* banner end */


/* video start */
.five-e-detail .five-e-detail-video .detail-video-content {
  margin-top: 1.0417vw;
}
.five-e-detail .five-e-detail-video .detail-video-img .img-box {
  width: 100%;
}
.five-e-detail .five-e-detail-video .detail-video-box .video {
  width: 100%;
  height: 26.9792vw;
  margin: 6.25vw auto;
  position: relative;
}
.five-e-detail .five-e-detail-video .detail-video-box .video .video-item {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.five-e-detail .five-e-detail-video .detail-video-box .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%;
}
.five-e-detail .five-e-detail-video .detail-video-box .video .play .iconfont {
  font-size: 4.1667vw;
  color: #3A66FB;
}
.five-e-detail .five-e-detail-video .detail-video-box .video .play:hover .iconfont {
  color: #3556CD;
}
.five-e-detail .five-e-detail-video .detail-video-box .overview-video {
  margin: 1.0417vw auto 0;
}
/* video end */


/* scenario start */
.five-e-detail .five-e-detail-scenario {
  margin-top: 1.875vw;
}
.five-e-detail .five-e-detail-scenario .scenario-list {
  display: flex;
  flex-wrap: wrap;
}
.five-e-detail .five-e-detail-scenario .scenario-list .scenario-item {
  width: calc((100% - 1.4583vw) / 2);
  margin: 0 1.4583vw 1.4583vw 0;
  background: #f3f3f3;
  border-radius: 0 0 0.5208vw 0.5208vw;
}
.five-e-detail .five-e-detail-scenario .scenario-list .scenario-item .scenario-item-link {
  width: 100%;
}
.five-e-detail .five-e-detail-scenario .scenario-list .scenario-item:nth-child(2n) {
  margin-right: 0;
}
.five-e-detail .five-e-detail-scenario .scenario-list .scenario-item .scenario-item-link .scenario-img-box {
  width: 100%;
}
.five-e-detail .five-e-detail-scenario .scenario-list .scenario-item .scenario-item-link .scenario-img-box .img-box {
  width: 100%;
}
.five-e-detail .five-e-detail-scenario .scenario-list .scenario-item .scenario-item-link .scenario-text-box {
  padding: 0.5208vw 0.8333vw 0.625vw;
  color: #666;
  transition: all 0.3s;
}
.five-e-detail .five-e-detail-scenario .scenario-list .scenario-item .scenario-item-link .scenario-text-box .scenario-item-title {
  font-size: 1.25vw;
  line-height: 150%;
}
.five-e-detail .five-e-detail-scenario .scenario-list .scenario-item .scenario-item-link .scenario-text-box .scenario-item-description {
  font-size: 0.7292vw;
  font-weight: 400;
  margin-top: 0.4167vw;
  line-height: 150%;
}
.five-e-detail .five-e-detail-scenario .scenario-list .scenario-item:hover {
  background: #333;
}
.five-e-detail .five-e-detail-scenario .scenario-list .scenario-item:hover .scenario-item-link .scenario-text-box {
  color: #fff;
}
/* scenario end */


/* key technologies start */
.five-e-detail .five-e-detail-key-technologies .technologies-model .img-box {
  width: 39.75%;
}
.five-e-detail .five-e-detail-key-technologies .technologies-model .text-box {
  width: 60.25%;
  /* padding-left: 40px; */
}
.five-e-detail .five-e-detail-key-technologies .video {
  width: 100%;
  position: relative;
}
.five-e-detail .five-e-detail-key-technologies .video .video-item {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.five-e-detail .five-e-detail-key-technologies .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%;
}
.five-e-detail .five-e-detail-key-technologies .video .play .iconfont {
  font-size: 4.1667vw;
  color: #3A66FB;
}
.five-e-detail .five-e-detail-key-technologies .video .play:hover .iconfont {
  color: #3556CD;
}
.five-e-detail .five-e-detail-key-technologies .technologies-model {
  display: flex;
  align-items: center;
  width: 100%;
  display: flex;
  background: #fff;
  -webkit-box-shadow: 0 0 0.7813vw 0 rgba(0, 0, 0, .1);
  box-shadow: 0 0 0.7813vw 0 rgba(0, 0, 0, .1);
  border-radius: 0.5208vw;
  padding: 1.4583vw;
  margin-bottom: 1.5625vw;
}
.five-e-detail .five-e-detail-key-technologies .technologies-model .text-box .technologies-title {
  font-size: 1.25vw;
  line-height: 150%;
  font-family: "Montserrat-SemiBold";
}
.five-e-detail .five-e-detail-key-technologies .technologies-model .text-box .technologies-description {
  font-size: 0.8333vw;
  line-height: 150%;
  font-weight: 400;
  margin-top: 1.0417vw;
}
.five-e-detail .five-e-detail-key-technologies .technologies-model .img-box img {
  width: 100%;
}
.five-e-detail .five-e-detail-key-technologies .technologies-model-right .img-box {
  order: 2;
}
.five-e-detail .five-e-detail-key-technologies .technologies-model-right .text-box {
  order: 1;
  padding-left: 0;
  /* padding-right: 40px; */
}
.five-e-detail .five-e-detail-key-technologies .technologies-model-top {
  width: 100%;
  flex-wrap: wrap;
}
.five-e-detail .five-e-detail-key-technologies .technologies-model-top .img-box {
  width: 100%;
  order: 2;
  margin-top: 1.0417vw;
}
.five-e-detail .five-e-detail-key-technologies .technologies-model-top .text-box {
  width: 100%;
  order: 1;
  padding: 0;
}
.five-e-detail .five-e-detail-key-technologies .technologies-model-img-video {
  width: 100%;
  flex-wrap: wrap;
}
.five-e-detail .five-e-detail-key-technologies .technologies-model-img-video .img-video-box {
  display: flex;
  margin-top: 1.0417vw;
  margin-left: auto;
  margin-right: auto;
}
.five-e-detail .five-e-detail-key-technologies .technologies-model-img-video .img-video-item {
  width: calc(50% - 1.1458vw);
  height: 18.2292vw;
  object-fit: cover;
}
.five-e-detail .five-e-detail-key-technologies .technologies-model-img-video .text-box {
  width: 100% !important;
  padding-left: 0 !important;
}
/* key technologies end */


/* Recommended Products start */
.five-e-detail .five-e-detail-recommended-products .recommended-products-list {
  display: flex;
  flex-wrap: wrap;
}
.five-e-detail .five-e-detail-recommended-products .recommended-products-list .recommended-products-item {
  width: calc((100% - 1.5625vw * 3) / 4);
  margin-right: 1.5625vw;
  margin-bottom: 1.5625vw;
  background: #fff;
  -webkit-box-shadow: 0 0 0.7813vw 0 rgba(0, 0, 0, .1);
  box-shadow: 0 0 0.7813vw 0 rgba(0, 0, 0, .1);
  border-radius: 0.5208vw;
  padding: 1.25vw 0.8333vw;
  text-align: center;
  display: flex;
  align-items: end;
}
.five-e-detail .five-e-detail-recommended-products .recommended-products-list .recommended-products-item:nth-child(4n) {
  margin-right: 0;
}
.five-e-detail .five-e-detail-recommended-products .recommended-products-list .recommended-products-item .recommended-products-link {
  width: 100%;
}
.five-e-detail .five-e-detail-recommended-products .recommended-products-list .recommended-products-item .recommended-products-link .products-img-box .product-img {
  max-width: 6.25vw;
  transition: all 0.3s;
}
.five-e-detail .five-e-detail-recommended-products .recommended-products-list .recommended-products-item .recommended-products-link .product-name {
  font-size: 0.8333vw;
  line-height: 150%;
  font-weight: 400;
  color: #666;
  margin-top: 1.25vw;
}
.five-e-detail .five-e-detail-recommended-products .recommended-products-list .recommended-products-item .recommended-products-link .product-desc {
  font-size: 0.7292vw;
  line-height: 150%;
  font-weight: 400;
  color: #666666;
  margin-top: 0.4688vw;
}
.five-e-detail .five-e-detail-recommended-products .recommended-products-list .recommended-products-item:hover .recommended-products-link .products-img-box .product-img {
  transform: scale(1.2);
}
.five-e-detail .five-e-detail-recommended-products .recommended-products-list .recommended-products-item:hover .product-name {
  text-decoration: underline;
  color: #3A66FB;
}
/* Recommended Products end */


/* Typical Scenarios start */
.five-e-detail .five-e-detail-typical-scenarios .easy-connection-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1.0417vw;
}
.five-e-detail .five-e-detail-typical-scenarios .easy-connection-list .easy-connection-item {
  width: calc(50% - 0.5208vw);
  position: relative;
  margin-bottom: 1.0417vw;
  overflow: hidden;
}
.five-e-detail .five-e-easy-connection.template-four .easy-connection-list .easy-connection-item:first-child {
  width: 100%;
  margin-right: 0;
}
.five-e-detail .five-e-detail-typical-scenarios .easy-connection-list .easy-connection-item .easy-connection-link {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}
.five-e-detail .five-e-detail-typical-scenarios .easy-connection-list .easy-connection-item .img-box {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}
.five-e-detail .five-e-detail-typical-scenarios .easy-connection-list .easy-connection-item .text-box {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #FFFFFF;
  line-height: 150%;
  padding: 0 1.0417vw;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.five-e-detail .five-e-detail-typical-scenarios .easy-connection-list .easy-connection-item .text-box .sub-title {
  font-size: 0.9375vw;
  padding-bottom: 0.8333vw;
}
.five-e-detail .five-e-detail-typical-scenarios .easy-connection-list .easy-connection-item .text-box .sub-desc {
  font-size: 0.7292vw;
  font-weight: 400;
  height: 0;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  /* overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4; */
  -webkit-box-orient: vertical;
}
.five-e-detail .five-e-detail-typical-scenarios .easy-connection-list .easy-connection-item:hover .img-box {
  transform: scale(1.1);
}
.five-e-detail .five-e-detail-typical-scenarios .easy-connection-list .easy-connection-item:hover .text-box {
  background: rgba(0,0,0, 0.6);
}
.five-e-detail .five-e-detail-typical-scenarios .easy-connection-list .easy-connection-item:hover .text-box .sub-desc {
  height: unset;
  padding: 0.2083vw 0 1.1458vw;
}
/* Typical Scenarios end */


/* Solution and product start */
.five-e-detail .five-e-detail-recommended-solutions {
  margin-bottom: 1.5625vw;
}
.five-e-detail .five-e-detail-recommended-solutions .solutions-tabs {
  width: 100%;
  display: flex;
  padding-bottom: 1.0417vw;
}
.five-e-detail .five-e-detail-recommended-solutions .solutions-tabs .tab-item {
  min-height: 2.6042vw;
  background: #fff;
  border-radius: 0.5208vw;
  padding: 0 1.3021vw;
  line-height: 150%;
  color: #333;
  font-family: "Montserrat-SemiBold";
  font-size: 1.25vw;
  border: 0.0521vw solid #333;
  margin-right: 1.5625vw;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.five-e-detail .five-e-detail-recommended-solutions .solutions-tabs .tab-item.active {
  background: #333;
  color: #fff;
}
.five-e-detail .five-e-detail-recommended-solutions .solutions-content {
  width: 100%;
  min-height: 38.6979vw;
  background: #fff;
  -webkit-box-shadow: 0 0 0.7813vw 0 rgba(0, 0, 0, .1);
  box-shadow: 0 0 0.7813vw 0 rgba(0, 0, 0, .1);
  border-radius: 0.5208vw;
  padding: 2.0833vw 1.25vw 1.8229vw 1.5625vw;
  box-sizing: border-box;
  display: none;
}
.five-e-detail .five-e-detail-recommended-solutions .solutions-content.show {
  display: block;
}
.five-e-detail .five-e-detail-recommended-solutions .solutions-content .content-item {
  width: 100%;
  display: flex;
}
.five-e-detail .five-e-detail-recommended-solutions .solutions-content .img-box {
  max-width: 33.2292vw;
  width: 45.6%;
  background: #f3f3f3;
  border-radius: 0.5208vw;
  display: flex;
  align-items: center;
}
.five-e-detail .five-e-detail-recommended-solutions .solutions-content .img-box img {
  width: 100%;
}
.five-e-detail .five-e-detail-recommended-solutions .solutions-content .right-box {
  width: 54.6%;
  flex: 1;
  font-size: 0.8333vw;
  color: #333;
  font-weight: 400;
  line-height: 150%;
  padding-left: 2.0833vw;
}
.five-e-detail .five-e-detail-recommended-solutions .solutions-content .right-box .label-text {
  margin-top: 1.3542vw;
  padding-bottom: 0.4167vw;
}
.five-e-detail .five-e-detail-recommended-solutions .solutions-content .right-box .label-text:first-child {
  margin-top: 0;
}
.five-e-detail .five-e-detail-recommended-solutions .solutions-content .right-box .product-series-list {
  margin-top: 0.625vw;
  margin-bottom: 0;
}
.five-e-detail .five-e-detail-recommended-solutions .solutions-content .content-item .right-box .product-series-item {
  padding-bottom: 0.4688vw;
  border-bottom: 0.0521vw solid #ddd;
}
.five-e-detail .five-e-detail-recommended-solutions .solutions-content .content-item .right-box .product-series-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.five-e-detail .five-e-detail-recommended-solutions .solutions-content .content-item .right-box .product-series-item .product-series-name {
  padding-top: 0.625vw;
  padding-bottom: 0.3646vw;
  line-height: 150%;
}
.five-e-detail .five-e-detail-recommended-solutions .solutions-content .content-item .right-box .product-series-item .product-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.five-e-detail .five-e-detail-recommended-solutions .solutions-content .content-item .right-box .product-series-item .product-item {
  width: calc(50% - 0.5208vw);
  min-height: 150%;
  padding: 0.7292vw;
  background: #f3f3f3;
  border-radius: 0.5208vw;
  display: flex;
  align-items: center;
  margin-top: 0.5208vw;
}
.five-e-detail .five-e-detail-recommended-solutions .solutions-content .content-item .right-box .product-series-item .product-item .img-box {
  max-width: 4.6875vw;
}
.five-e-detail .five-e-detail-recommended-solutions .solutions-content .content-item .right-box .product-series-item .product-item .img-box>img {
  transition: all 0.3s;
}
.five-e-detail .five-e-detail-recommended-solutions .solutions-content .content-item .right-box .product-series-item .product-item .name-desc {
  width: calc(100% - 4.6875vw);
  padding-left: 0.625vw;
}
.five-e-detail .five-e-detail-recommended-solutions .solutions-content .content-item .right-box .product-series-item .product-item .name-desc .product-name {
  font-size: 0.8333vw;
  font-weight: 400;
  line-height: 150%;
  color: #333;
}
.five-e-detail .five-e-detail-recommended-solutions .solutions-content .content-item .right-box .product-series-item .product-item .name-desc .product-desc {
  font-size: 0.7292vw;
  line-height: 150%;
  font-weight: 400;
  color: #666;
  margin-top: 0.4688vw;
}
.five-e-detail .five-e-detail-recommended-solutions .solutions-content .content-item .right-box .product-series-item .product-item:hover .img-box img {
  transform: scale(1.2);
}
.five-e-detail .five-e-detail-recommended-solutions .solutions-content .content-item .right-box .product-series-item .product-item:hover .name-desc .product-name {
  color: #231815;
}
/* Solution and product end */


/* Download start */
.five-e-detail .five-e-detail-download .download-tabs {
  display: flex;
  border-bottom: 0.0521vw solid #d1d9e5;
  padding: 0;
  margin: 0 0 0.7813vw;
}
.five-e-detail .five-e-detail-download .download-tabs .download-tab-item {
  cursor: pointer;
}
.five-e-detail .five-e-detail-download .download-tabs .download-tab-item .name {
  font-size: 1.0417vw;
  line-height: 150%;
  padding: 0 0.8333vw;
  color: #838fa5;
  text-align: center;
}
.five-e-detail .five-e-detail-download .download-tabs .download-tab-item.active .name {
  color: #3A66FB;
  border-bottom: 0.1563vw solid #3A66FB;
}
.five-e-detail .five-e-detail-download .download-content {
  display: none;
}
.five-e-detail .five-e-detail-download .download-content.show {
  display: block;
}
.five-e-detail .five-e-detail-download .download-content.show {
  display: block;
}
.five-e-detail .five-e-detail-download .download-content .file-list .file-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 0.3125vw 1.5625vw 0.3125vw 1.0417vw;
  background: #f4f4f5;
  border-radius: 0.5208vw;
  margin-bottom: 0.8333vw;
}
.five-e-detail .five-e-detail-download .download-content .file-list .file-item .file-box {
  display: flex;
  align-items: center;
}
.five-e-detail .five-e-detail-download .download-content .file-list .file-item .file-box .iconfont {
  font-size: 1.25vw;
  line-height: 150%;
  margin-right: 0.6771vw;
}
.five-e-detail .five-e-detail-download .download-content .file-list .file-item .iconfont {
  font-size: 1.6667vw;
  line-height: 150%;
}
.five-e-detail .five-e-detail-download .download-content .file-list .file-item .file-box .file-name {
  font-size: 0.8333vw;
  line-height: 150%;
  color: #303133;
  padding-right: 0.7813vw;
}
/* Download end */


/* 公共download 颜色重置 start */
.five-e-detail .download-box .download-box-content .download-list .download-item:hover {
  background: #3A66FB;
}
.five-e-detail .container .view-more .iconfont {
  color: #ffffff;
  background: #3A66FB;
}
.five-e-detail .container .view-more:hover {
  background: #3A66FB;
  border-color: #3A66FB;
}
.five-e-detail .container .view-more:hover .iconfont {
  color: #3A66FB;
  background: #ffffff;
}
/* 公共download 颜色重置 end */

@media screen and (max-width: 1440px) {
  .five-e-detail .five-e-banner {
    height: 25vw;
  }
  .five-e-detail .crumbs {
    padding-bottom: 4.0278vw;
  }
  .five-e-detail .five-e-detail-video .five-e-subtitle {
    padding-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .five-e-detail {
    padding-bottom: 5.8667vw;
  }
  .five-e-detail .crumbs {
    padding-bottom: 6.9333vw;
  } 
  .five-e-detail .products-title {
    font-size: 9.6vw;
    margin: 19.2vw auto 6.4vw;
  }
  .five-e-detail .five-e-banner {
    height: 49.6vw;
  }
  .five-e-detail .five-e-subtitle {
    font-size: 8.5333vw;
    padding-top: 10.666vw;
  }
  .five-e-detail .five-e-description {
    font-size: 3.7333vw;
  }
  .five-e-detail .five-e-detail-scenario .scenario-list .scenario-item {
    width: calc((100% - 3.2vw) / 2);
    margin: 0 3.2vw 3.2vw 0;
  }
  .five-e-detail .five-e-detail-scenario .scenario-list .scenario-item .scenario-item-link .scenario-text-box .scenario-item-title {
    font-size: 4.2667vw;
    overflow: auto;
    display: block !important;
  }
  .five-e-detail .five-e-detail-scenario .scenario-list .scenario-item .scenario-item-link .scenario-text-box .scenario-item-description {
    font-size: 3.2vw;
    overflow: auto;
    display: block;
  }
  .five-e-detail .five-e-detail-key-technologies .technologies-model {
    flex-wrap: wrap;
  }
  .five-e-detail .five-e-detail-key-technologies .technologies-model .img-box {
    width: 100%;
  }
  .five-e-detail .five-e-detail-key-technologies .technologies-model .text-box {
    width: 100%;
    margin-top: 4.2667vw;
  }
  .five-e-detail .five-e-detail-key-technologies .video .play {
    width: 9.6vw;
    height: 9.6vw;
  }
  .five-e-detail .five-e-detail-key-technologies .video .play .iconfont {
    font-size: 10.6667vw;
  }
  .five-e-detail .five-e-detail-key-technologies .technologies-model-img-video .img-video-box {
    flex-wrap: wrap;
  }
  .five-e-detail .five-e-detail-key-technologies .technologies-model-img-video .img-video-item {
    width: 100%;
    height: 40vw;
    margin-bottom: 4.2667vw;
  }
  .five-e-detail .five-e-detail-recommended-products .recommended-products-list .recommended-products-item {
    width: 100%;
    margin-right: 0;
  }
  .five-e-detail .five-e-detail-recommended-solutions .solutions-tabs {
    flex-wrap: wrap;
  }
  .five-e-detail .five-e-detail-recommended-solutions .solutions-tabs .tab-item {
    font-size: 3.2vw;
    margin-bottom: 3.2vw;
  }
  .five-e-detail .five-e-detail-recommended-solutions .solutions-content .content-item {
    flex-wrap: wrap;
  }
  .five-e-detail .five-e-detail-recommended-solutions .solutions-content .img-box {
    width: 100%;
    max-width: 100%;
  }
  .five-e-detail .five-e-detail-recommended-solutions .solutions-content .right-box {
    width: 100%;
  }
  .five-e-detail .five-e-detail-recommended-solutions .solutions-content {
    padding: 6.4vw 4.2667vw;
  }
  .five-e-detail .five-e-detail-recommended-solutions .solutions-content .right-box {
    width: 100%;
    padding-left: 0;
    margin-top: 4.2667vw;
  }
  .five-e-detail .five-e-detail-recommended-solutions .solutions-content .content-item .right-box .product-series-item {
    flex-wrap: wrap;
  }
  .five-e-detail .five-e-detail-recommended-solutions .solutions-content .content-item .right-box .product-series-item .product-item {
    width: 100%;
  }
  .five-e-detail .five-e-detail-key-technologies .video .video-item {
    margin-top: 0;
  }
  .five-e-detail .model-left {
    margin-right: 0;
  }
  .five-e-detail .five-e-detail-typical-scenarios .easy-connection-list .easy-connection-item {
    width: 100%;
  }
  .five-e-detail .products-title {
    font-size: 8.5333vw;
  }
  .five-e-detail .crumbs p {
    max-width: 22.9333vw;
    overflow: hidden;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .five-e-detail .five-e-detail-video .detail-video-box .video {
    height: 58.6667vw;
  }
  .five-e-detail .five-e-detail-video .detail-video-box .video .play {
    width: 9.6vw;
    height: 9.6vw;
  }
  .five-e-detail .five-e-detail-video .detail-video-box .video .play .iconfont {
    font-size: 10.6667vw;
  }
  .five-e-detail .five-e-detail-recommended-solutions .solutions-content .content-item .right-box .product-series-item .product-item .name-desc {
    padding-left: 3.2vw;
  }
  .five-e-detail .five-e-detail-recommended-solutions .solutions-content .content-item .right-box .product-series-item .product-item .name-desc .product-name {
    -webkit-line-clamp: 2;
    font-size: 3.2vw;
  }
  .five-e-detail .five-e-detail-recommended-solutions .solutions-content .content-item .right-box .product-series-item .product-item .name-desc .product-desc {
    font-size: 3.2vw;
  }
  .five-e-detail .five-e-detail-typical-scenarios .easy-connection-list .easy-connection-item .text-box {
    padding: 0 4.266vw;
  }
  .five-e-detail .five-e-detail-typical-scenarios .easy-connection-list .easy-connection-item .text-box .sub-title {
    font-size: 3.2vw;
    padding-bottom: 2.1333vw;
  }
  .five-e-detail .five-e-detail-typical-scenarios .easy-connection-list .easy-connection-item .text-box .sub-desc {
    font-size: 3.2vw;
  }
  .five-e-detail .five-e-detail-typical-scenarios .easy-connection-list .easy-connection-item .easy-connection-link {
    height: 69.3333vw;
  }
  .five-e-detail .five-e-detail-key-technologies .technologies-model .text-box .technologies-title {
    font-size: 6.4vw;
  }
  .five-e-detail .five-e-detail-key-technologies .technologies-model .text-box .technologies-description {
    font-size: 4.2666vw;
  }
  .five-e-detail .value-text {
    font-size: 3.2vw;
    line-height: 150%;
  }
  .five-e-detail .five-e-detail-recommended-solutions .solutions-content .content-item .right-box .product-series-item .product-item .img-box {
    max-width: 21.333vw;
  }
  .five-e-detail .five-e-detail-recommended-solutions .solutions-content .content-item .right-box .product-series-item .product-series-name {
    font-size: 3.733vw;
    padding-top: 3.2vw;
    padding-bottom: 1.866vw;
  }
  .five-e-detail .five-e-detail-recommended-solutions .solutions-content .right-box .label-text {
    padding-bottom: 2.133vw;
  }
  .five-e-detail .five-e-detail-recommended-products .recommended-products-list .recommended-products-item {
    padding: 3.2vw 0 1.6vw;
    margin-bottom: 3.2vw;
  }
  .five-e-detail .five-e-detail-recommended-products .recommended-products-list .recommended-products-item .recommended-products-link .products-img-box .product-img {
    max-width: 32vw;
  }
  .five-e-detail .five-e-detail-recommended-products .recommended-products-list .recommended-products-item .recommended-products-link .product-name {
    font-size: 3.733vw;
  }
}
