@charset "UTF-8";
.carTypes-space-5 {
  width: 100vw;
}
.carTypes-space-5 .carTypes-space-1 {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.carTypes-space-5 .carTypes-space-1 .img-container {
  width: 100%;
}
.carTypes-space-5 .carTypes-space-1 .img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 2s ease-out;
  transition: -webkit-transform 2s ease-out;
  transition: transform 2s ease-out;
  transition: transform 2s ease-out, -webkit-transform 2s ease-out;
}
.carTypes-space-5 .carTypes-space-1 .left-top {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: 4.6354166667vw;
  left: 7.2916666667vw;
}
.carTypes-space-5 .carTypes-space-1 .left-bottom {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  bottom: 4.6354166667vw;
  left: 7.2916666667vw;
}
.carTypes-space-5 .carTypes-space-1 .right-top {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: 4.6354166667vw;
  right: 7.2916666667vw;
}
.carTypes-space-5 .carTypes-space-1 .right-bottom {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  bottom: 4.6354166667vw;
  right: 7.2916666667vw;
}
.carTypes-space-5 .carTypes-space-1 .space-text h3 {
  font-size: 1.875vw;
  line-height: 3.125vw;
  margin-bottom: 0.2083333333vw;
  font-weight: 400;
  font-family: HYQiHeiX1 35J-Thin, HYQiHeiX1 35J;
}
.carTypes-space-5 .carTypes-space-1 .space-text p {
  font-size: 0.9375vw;
  line-height: 1.4583333333vw;
  font-weight: 100;
  font-family: HYQiHeiX1 35J-Thin, HYQiHeiX1 35J;
  width: 42.2916666667vw;
}

/* mob端 */
@media screen and (max-width: 767.98px) {
  .carTypes-space-5 {
    width: 100vw;
    height: 100vh;
  }
  .carTypes-space-5 .carTypes-space-1 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #fff;
  }
  .carTypes-space-5 .carTypes-space-1 .img-container {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
  }
  .carTypes-space-5 .carTypes-space-1 .img-container img {
    position: absolute;
    height: 100%;
    width: auto;
    top: 0;
    left: 0;
  }
  .carTypes-space-5 .carTypes-space-1 .space-text {
    width: 100%;
    color: #4B4B4B;
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 5.5813953488vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .carTypes-space-5 .carTypes-space-1 .space-text h3 {
    font-size: 6.976744186vw;
    line-height: 1.2;
    margin: 8vw 0;
    font-weight: 400;
    font-family: HYQiHeiX1 35J-Thin, HYQiHeiX1 35J;
  }
  .carTypes-space-5 .carTypes-space-1 .space-text p {
    font-size: 3.7209302326vw;
    line-height: 6.511627907vw;
    font-weight: 400;
    font-family: HYQiHeiX1 35J-Thin, HYQiHeiX1 35J;
    width: 89.3023255814vw;
    margin-bottom: 8vw;
  }
}