.swiper {
  width: 100%;
}

.swiper img {
  display: block;
  width: 100vw;
  height: 40.10417vw;
  object-position: center;
  object-fit: cover;
}

.swiper-pagination-bullet {
  width: 2.60417vw;
  height: 0.3125vw;
  border-radius: 0.3125vw;
}

.slide1 {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}
.slide1 .red {
  color: #FC4C02;
}

.brand {
  color: #FC4C02;
  font-size: 6.25vw;
  font-family: SourceSansPro, Arial, sans-serif;
}

.info {
  color: #fff;
  font-size: 0.9375vw;
  font-weight: bold;
  font-family: Arial, sans-serif;
  line-height: 1.5;
  padding-left: 0.52083vw;
  margin-bottom: 2.60417vw;
}

.slide1 .btn {
  display: block;
  width: 10.41667vw;
  height: 2.91667vw;
  text-align: center;
  line-height: 2.91667vw;
  color: #fff;
  font-size: 0.9375vw;
  font-weight: bold;
  font-family: Arial, sans-serif;
  border-radius: 0.52083vw;
  background-color: #FC4C02;
  margin-left: 0.52083vw;
}

.slide2 {
  max-width: 82.29167vw;
  margin: 0 auto;
  height: 100%;
  position: relative;
}
.slide2 .bottom {
  position: absolute;
  bottom: 2.60417vw;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.slide2 .c2 {
  position: absolute;
  top: 5.20833vw;
  left: 43.22917vw;
}
.slide2 .red {
  color: #FC4C02;
}
.slide2 .key {
  font-size: 1.35417vw;
  font-family: Arial;
  color: #fff;
}
.slide2 .value {
  font-family: SourceSansPro, Arial, sans-serif;
  font-size: 2.08333vw;
  color: #fff;
}
.slide2 .value span {
  font-size: 3.64583vw;
  margin-right: 0.52083vw;
}
.slide2 .c3 {
  position: absolute;
  top: 5.20833vw;
  left: 1.04167vw;
}