.care-experience {
  width: 100%;
  background: #fafafa;
}
.care-experience .care-experience-banner {
  width: 100%;
  height: 33.8542vw;
  /* 1744  564*/
  position: relative;
  z-index: 1;
  margin-top: 4.375vw;
  margin-bottom: 5vw;
}

.care-experience .care-experience-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.care-experience-title {
  font-family: "Montserrat-SemiBold";
  font-size: 2.6042vw;
  line-height: 3.125vw;
  letter-spacing: 0em;
  color: #333333;
  text-align: center;
  margin-bottom: 4.1667vw;
}
.care-experience .container .what-they {
  display: flex;
  gap: 1.0417vw;
  margin-bottom: 5.4167vw;
}
.care-experience .container .what-they .what-they-left {
  width: 15.8333vw;
  background: #fff;
  border-radius: 0.8333vw 0vw 0vw 0.8333vw;
  padding: 0.8333vw 0;
  max-height: 45.4688vw;
}
.care-experience .container .what-they .what-they-left::-webkit-scrollbar {
  width: 0.1042vw;
}

/* 自定义滚动条轨道的样式 */
.care-experience .container .what-they .what-they-left::-webkit-scrollbar-track {
  background-color: rgba(35, 24, 21, .1);
  border-radius: 2.6042vw;
} 

/* 自定义滚动条滑块的样式 */
.care-experience .container .what-they .what-they-left::-webkit-scrollbar-thumb {
  background-color: #3A66FB;
  border-radius: 2.6042vw;
}
.care-experience .container .what-they .what-they-left .country-item {
  padding: 1.0417vw 1.3542vw;
  font-family: "Montserrat-SemiBold";
  font-size: 0.9375vw;
  line-height: 150%;
  letter-spacing: 0em;
  color: #303133;
  display: flex;
  align-items: center;
}
.care-experience .container .what-they .what-they-left .country-item.active {
  background: #F0F7FF;
  color: #3A66FB;
  border-right: 0.1563vw solid #3a66fb;
  background: #f0f7ff;
}
.care-experience .container .what-they .what-they-left .country-item:not(:first-child):hover {
  border-right: 0.1563vw solid #3a66fb;
  font-weight: 700;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .care-experience .container .what-they .what-they-left .country-item:not(:first-child):hover {
    background: #f0f7ff;
    color: #3A66FB;
  }
}
.care-experience .container .what-they .what-they-left .country-item:first-child {
  padding: 0.8333vw 1.3542vw;
}
.care-experience .container .what-they .what-they-left .country-item:first-child .iconfont {
  font-size: 1.6667vw;
  line-height: normal;
  margin-right: 0.4167vw;
  color: #3A66FB;
}
.care-experience .container .what-they .what-they-left .country-item:first-child .txt {
  font-family: "Montserrat-SemiBold";
  font-size: 1.25vw;
  line-height: 150%;
  letter-spacing: 0em;
  color: #3A66FB;
}
.care-experience .container .what-they .what-they-right {
  flex: 1;
  background: #fff;
  border-radius: 0vw 0.8333vw 0.8333vw 0vw;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  padding: 1.6667vw;
  max-height: 45.4688vw;
}
.care-experience .container .what-they .what-they-right .they-right-item {
  display: flex;
  gap: 1.25vw;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.care-experience .container .what-they .what-they-right .line {
  width: 100%;
  height: 0.0521vw;
  background-color: #e4e7ed;
  margin: 1.25vw 0;
}
.care-experience .container .what-they .what-they-right .they-right-item .img {
  width: 15vw;
  height: 8.9583vw;
  border-radius: 0.3125vw;
  overflow: hidden;
  cursor: pointer;
}
.care-experience .container .what-they .what-they-right .they-right-item .img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.care-experience .container .what-they .what-they-right .they-right-item .desc-box {
  flex: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.care-experience .container .what-they .what-they-right .they-right-item .desc-box .tit {
  font-family: "Montserrat-SemiBold";
  font-size: 1.1458vw;
  line-height: 150%;
  letter-spacing: 0em;
  color: #333333;
}
.care-experience .container .what-they .what-they-right .they-right-item .desc-box .desc {
  font-family: "Montserrat-SemiBold";
  font-size: 0.8333vw;
  line-height: 150%;
  letter-spacing: 0em;
  /* Text/--dv-color-text-primary */
  color: #303133;
}

.care-experience .container .what-they .what-they-right .they-right-item .desc-box .time-box {
  display: flex;
  align-items: center;
}
.care-experience .container .what-they .what-they-right .they-right-item .desc-box .time-box .iconfont {
  font-size: 1.25vw;
  line-height: normal;
  margin-right: 0.8333vw;
}
.care-experience .container .what-they .what-they-right .they-right-item .desc-box .time-box .time {
  font-family: "Montserrat-SemiBold";
  font-size: 0.9375vw;
  line-height: normal;
  letter-spacing: 0em;
  color: #333333;
}



.care-experience-center {
  background: #fff;
  padding-top: 5vw;
}

.care-experience-center .products .products-box {
  display: flex;
  justify-content: center;
  align-items: center;
  /* 一行三列 */
  grid-gap: 1.4583vw;
}
.care-experience-center .products .products-box .products-box-item {
  width: 23.3333vw;
  height: 21.6146vw;
  position: relative;
  border-radius: 0.4167vw;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(26, 82, 115, 0) 69%, rgba(26, 82, 115, 0.8) 87%);
}
.care-experience-center .products .products-box .products-box-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
}
.care-experience-center .products .products-box .products-box-item .tit {
  font-family: "Montserrat-SemiBold";
  font-size: 1.6667vw;
  line-height: 150%;
  letter-spacing: 0em;
  color: #FFFFFF;
  position: absolute;
  left: 1.6667vw;
  bottom: 2.5vw;
}

.care-experience-center .products .products-box .products-box-item .desc {
  font-family: "Montserrat-SemiBold";
  font-size: 0.9375vw;
  line-height: 150%;
  letter-spacing: 0em;
  color: #FFFFFF;
    
  z-index: 1;
  position: absolute;
  left: 1.6667vw;
  bottom: 1.0417vw;

}
.download {
  background: #FFFFFF;
  padding-bottom: 2.0833vw;
}
.download .download-box {
  padding-top: 7.1354vw;
}
.download .download-box .download-box-top {
  justify-content: center;
}
.download-box .download-box-content .download-list .download-item:hover {
  background: #3A66FB!important;
}
@media screen and (max-width: 768px) {
  .care-experience .care-experience-banner {
    margin: 12.8vw auto 10.6667vw;
  }
  .care-experience .container .what-they {
    flex-direction: column;
  }
  .care-experience-title {
    font-size: 7.4667vw;
    margin-bottom: 6.4vw;
  }
  .care-experience .container .what-they .what-they-left {
    width: 100%;
    display: flex;
    border-radius: 0;
    overflow-x: auto;
    padding: 0;
  }
  .care-experience .container .what-they .what-they-left::-webkit-scrollbar {
    height: 0.533vw;
  }

  /* 自定义滚动条轨道的样式 */
  .care-experience .container .what-they .what-they-left::-webkit-scrollbar-track {
    background-color: rgba(35, 24, 21, .1);
    border-radius: 2.6042vw;
  } 

  /* 自定义滚动条滑块的样式 */
  .care-experience .container .what-they .what-they-left::-webkit-scrollbar-thumb {
    background-color: #3A66FB;
    border-radius: 2.6042vw;
  }
  .care-experience .container .what-they .what-they-left .country-item:first-child {
    display: none;
  }
  .care-experience .container .what-they .what-they-left .country-item {
    padding: 2.6667vw 5.3333vw;
    font-size: 3.7333vw;
  }
  .care-experience .container .what-they .what-they-left .country-item.active {
    border-right: 0;
    border-bottom: 0.8vw solid #3a66fb;
    background: #F0F7FF;
  }
  .care-experience .container .what-they .what-they-left .country-item:not(:first-child):hover {
    border-right: 0;
    cursor: pointer;
  }
  .care-experience .container .what-they .what-they-right {
    max-height: 100%;
    border-radius: 0;
    gap: 2.1333vw;
    padding: 3.2vw;
  }
  .care-experience .container .what-they .what-they-right .they-right-item {
    flex-direction: column;
    gap: 0;
  }
  .care-experience .container .what-they .what-they-right .they-right-item .img {
    width: 100%;
    height: 48vw;
    border-radius: 1.6vw 1.6vw 0 0 ;
  }
  .care-experience .container .what-they .what-they-right .they-right-item .desc-box {
    padding: 2.1333vw;
    background: #FAFAFA;
    border-radius: 0 0 1.6vw 1.6vw;
  }
  .care-experience .container .what-they .what-they-right .line {
    height: 0;
    margin: 0;
  }
  .care-experience .container .what-they .what-they-right .they-right-item .desc-box .tit {
    font-size: 4.2667vw;
    margin-bottom: 3.2vw;
  }
  .care-experience .container .what-they .what-they-right .they-right-item .desc-box .desc {
    font-size: 3.2vw;
    margin-bottom: 3.2vw;
  }
  .care-experience .container .what-they .what-they-right .they-right-item .desc-box .time-box .iconfont {
    font-size: 4.2667vw;
    margin-right: 2.1333vw;
  }
  .care-experience .container .what-they .what-they-right .they-right-item .desc-box .time-box .time {
    font-size: 3.2vw;
  }
  .care-experience-center .products .products-box {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 4.2667vw;
    flex-direction: column;
  }
  .care-experience-center .products .products-box .products-box-item {
    width: 100%;
    height: 76.2667vw;
    border-radius: 2.1333vw;
  }
  .care-experience-center .products .products-box .products-box-item .tit {
    left: 4.2667vw;
    bottom: 12.8vw;
    font-size: 4.8vw;
  }
  .care-experience-center .products .products-box .products-box-item .desc {
    left: 4.2667vw;
    bottom: 6.4vw;
    font-size: 3.7333vw;
  }
}