body,
html {
  width: 100%;
  background-color: #fff;
}
.web-style {
  display: none;
}
.cellphone-style {
  display: block;
}
.car-title .title-text {
  padding: 20px 25px 0px 25px;
  margin-bottom: -5px;
}
.car-title .title-text span {
  color: rgb(0, 90, 210);
}
/* 共同的标题样式 */
.content-style {
  padding: 25px 25px;
}
.title-style {
  height: 70px;
  position: relative;
}
.title-style img {
  height: 50px;
  margin-top: -20px;
  /* padding-bottom: 20px; */
  position: absolute;
  top: 25px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
/* 共同的文字样式 */
.text {
  color: #333;
  text-align: justify;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.5px;
}
/* 共同的图片样式 */
.picture {
  width: 100%;
}
/* 平台架构 */
.terrace .text span {
  color: rgb(47, 117, 235);
}
.motion {
  font-weight: bold;
  font-size: 18px;
  padding: 0px 20px 0 20px;
}
.motion img {
  margin-top: 20px;
  margin-bottom: 20px;
}
.terrace2-item {
  position: relative;
}
.terrace2 .vertical {
  display: inline-block;
  background-color: #2f75eb;
  width: 4px;
  height: 16px;
  border-radius: 2px;
  position: absolute;
  top: 20px;
}
.terrace2 .terrace2-text {
  display: inline-block;
  line-height: 35px;
  padding-left: 10px;
  font-weight: bold;
  font-size: 18px;
  color: #2f75eb;
  margin-top: 10px;
}
.terrace2-item2 {
  display: flex;
  width: 100%;
  margin-top: 20px;
}
.terrace2-item2 .strip {
  width: 3px;
  height: 100px;
}
.terrace2-item2 .strip-right {
  flex-grow: 1;
  padding: 20px;
  position: relative;
}
.terrace2-item2 .strip-right img {
  height: 50px;
  margin-top: 5px;
}
.terrace2-item2 .strip-right span {
  position: absolute;
  top: 20px;
  left: 90px;
  padding-right: 20px;
}
.terrace2-item2 .strip-right .span1 {
  top: 5px;
}
/* 业务逻辑 */
.business .picture {
  margin-top: 20px;
  margin-bottom: 20px;
}
.business ul {
  margin-top: 30px;
}
.business ul li {
  position: relative;
  padding-left: 20px;
  line-height: 30px;
}
.business ul li::before {
  content: "";
  height: 10px;
  width: 10px;
  background-color: #2f75eb;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0px;
}
/* 车辆监管 */
.manage {
  background-color: rgb(244, 248, 254);
}
/* 时间轴 */
ul.timeline-wrapper {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 20px;
}

/* 时间线 */
.timeline-item {
  display: flex;
}
.timeline-box {
  margin-right: 10px;
}
.out-circle {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #2f75eb;
  background-color: rgb(244, 248, 254);
  position: relative;
  margin-top: -2px;
}
.in-circle {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #2f75eb;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.long-line {
  height: 94%;
  width: 1px;
  border: 1px dashed #2f75eb;
  margin-left: 6px;
}
.noshow {
  display: none;
  height: 0;
}
.timeline-content {
  width: 100%;
  box-sizing: border-box;
  padding: 0px 15px 15px 0px;
  margin-bottom: 20px;
  border-bottom: 1px dashed rgb(225, 229, 253);
}
.timeline-content2 {
  border-bottom: 0px dashed rgb(225, 229, 253);
}
.timeline-content .title-style {
  height: 30px;
  margin-top: -10px;
  color: #2f75eb;
  font-weight: bold;
  font-size: 18px;
  position: relative;
  display: inline-block;
}
.timeline-content .text {
  padding-right: 5px;
  /* padding-bottom: 10px; */
  font-size: 16px;
  color: #333333;
  line-height: 27px;
  letter-spacing: 0.5px;
  text-align: justify;
}
/* 平台功能 */
.function .title-text {
  color: #2f75eb;
  font-size: 18px;
  font-weight: bold;
  margin-left: -10px;
}
.function .text2 {
  margin-top: 10px;
}

.swiper-slide .picture {
  margin-top: 10px;
}
/* 修改轮播图下的小点点 */
.swiper-container .swiper-pagination .swiper-pagination-bullet {
  border: 2px solid #2f75eb;
  background-color: #fff;
  width: 12px;
  height: 12px;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #2f75eb;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  padding-bottom: 50px;
}
.swiper-slide {
  padding: 0 10px;
}
.swiper-container {
  padding: 10px 20px;
  margin-top: 15px;
}
.slide-item1 {
  position: relative;
}
.slide-item1 .slide-pic1 {
  position: absolute;
}
.slide-item1 .slide-pic2 {
  margin-top: 14%;
}
.scene {
  margin-bottom: 20px;
}

@media (min-width: 750px) {
  .web-style {
    display: block;
  }
  .cellphone-style {
    display: none;
  }
  .car-title .title-text {
    padding: 30px 60px 20px 60px;
  }
  .content-style {
    padding: 0 60px 30px 60px;
  }
  .title-style {
    height: 100px;
  }
  .title-style img {
    height: 55px;
    top: 50px;
  }
  .motion {
    margin-top: -20px;
    padding: 0 60px;
  }
  .motion img {
    width: 100%;
    /* margin-left: 2%; */
  }
  .business .picture {
    width: 80%;
    margin-left: 10%;
    margin-top: 30px;
  }
  .business ul li {
    line-height: 40px;
  }
  .business ul li::before {
    top: 14px;
  }
  .swiper-container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .swiper-slide {
    display: flex;
  }
  .swiper-slide .item {
    width: calc(50% - 40px);
    margin-right: 20px;
    margin-left: 20px;
  }
  .out-circle {
    width: 20px;
    height: 20px;
  }
  .long-line {
    margin-left: 9px;
  }
  .function .text2 {
    margin-top: 20px;
  }
  .terrace2-item2 .strip-right span {
    top: 35px;
  }
  .terrace2-item2 .strip-right .span1 {
    top: 35px;
  }
  .scene {
    margin-bottom: 0px;
  }
}

@media (min-width: 1100px) {
  #header-lims {
    background-color: #fff;
  }
  body {
    height: 100%;
    width: 100%;
    position: relative;
    background-color: rgb(250, 250, 250) !important;
  }
  .car-manage {
    background-color: #fff;
    width: 1100px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
