.service-process-container .video-item {
    margin: 15px 0;
    border-radius: 20px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(13, 35, 62, 0.1);
}

.service-process-container video {
    height: 569px;
    border-radius: 20px;
    width: 100%;
    object-fit: cover;
}

.service-process-container .title {
    font-size: 17px;
    font-weight: bold;
    color: #151515;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
}


.guarantee-container .guarantee-item {
    margin: 15px 0;
    width: 100%;
    height: 508px;
    padding: 50px 40px;
    box-sizing: border-box;
    border-radius: 10px;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #E9E9E9;
    box-shadow: 0px 4px 10px 0px rgba(13, 35, 62, 0.05);
}

.guarantee-container .guarantee-item.active {
    background: linear-gradient(140deg, #8EC9FF 2%, #1E79E9 97%);
}

.guarantee-container .guarantee-item.active .title {
    color: white !important;
}

.guarantee-container .guarantee-item.active .text {
    color: white !important;
}

.guarantee-container .icon {
    width: 160px;
    height: 160px;
    object-fit: contain;
}

.guarantee-container .title {
    font-size: 26px;
    font-weight: 500;
    color: #151515;
    margin-top: 50px;
    margin-bottom: 70px;
}

.guarantee-container .text {
    font-size: 18px;
    font-weight: 500;
    color: #5B5B5B;
    text-align: center;
}

.life-tips-container .left{
  margin: 15px 0;
}
.life-tips-container .player {
    width: 100%;
    height: 525px;
    object-fit: cover;
    border-radius: 20px;
}

.life-tips-container .right{
  width: 100%;
  height: 525px;
  overflow: hidden auto;
  margin: 15px 0;
}
.life-tips-container .preview{
  width: 100%;
  height: 31%;
  object-fit: cover;
  margin-bottom: 20px;
  cursor: pointer;
  border-radius: 10px;
}

.upgrade-container .title {
    font-size: 40px;
    font-weight: bold;
    color: #252729;
}

.upgrade-container .small-title {
    font-size: 24px;
    font-weight: 500;
    color: #0C0D0E;
    margin: 25px 0;
}

.upgrade-container .text {
    font-size: 22px;
    color: #858E99;
}

.upgrade-container img{
    width: 100%;
    object-fit: contain;
    margin-top: 15px;
}



/* experience 客户体验 */

.experience-container .customer,
.content {
  margin: 10px 0;
}

.experience-container .customer-swiper {
  overflow: hidden;
}

.experience-container .experience-bar {
  margin-top: 30px;
}

.experience-container .customer-swiper img {
  width: 100%;
  height: 544px;
  object-fit: contain;
}

.experience-container .content {
  padding: 0 40px;
  box-sizing: border-box;
  text-align: left;
}

.experience-container .content .title {
  font-size: 40px;
  font-weight: bold;
  color: #37393E;
  text-align: left;
}

.experience-container .content .mini-title {
  font-size: 26px;
  color: #494949;
  white-space: pre-wrap;
  text-align: left;
  margin-top: 20px;
}

.experience-container .content .label {
  line-height: 22px;
  margin-top: 40px;
  font-size: 16px;
  color: #838383;
  white-space: pre-wrap;
  text-align: left;
  padding: 0;
  font-weight: normal;

}


@media screen and (max-width: 992px) {
  .life-tips-container .right{
    display: flex;
    overflow-x: scroll;
    height: unset;
  }
  .life-tips-container .right .preview{
    flex-shrink: 0;
    margin-right: 20px;
    width: 30%;
    height: 160px;
  }

}<!--耗时1755816901.6317秒-->