@charset "UTF-8";
@media screen and (min-width: 768px) {
  .carTypes-space-3 {
    width: 100vw;
  }
  .carTypes-space-3 .carTypes-space-3 {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  .carTypes-space-3 .carTypes-space-3 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform 1.5s ease-out;
    transition: -webkit-transform 1.5s ease-out;
    transition: transform 1.5s ease-out;
    transition: transform 1.5s ease-out, -webkit-transform 1.5s ease-out;
  }
  .carTypes-space-3 .carTypes-space-3 .topText {
    position: absolute;
    top: 6.5104166667vw;
  }
  .carTypes-space-3 .carTypes-space-3 .centerText {
    position: absolute;
    top: 50%;
  }
  .carTypes-space-3 .carTypes-space-3 .bottomText {
    position: absolute;
    bottom: 6.5104166667vw;
  }
  .carTypes-space-3 .carTypes-space-3 .space-text {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .carTypes-space-3 .carTypes-space-3 .space-text h3 {
    font-size: 1.875vw;
    line-height: 3.125vw;
    margin-bottom: 0.2604166667vw;
    font-family: HYQiHeiX1 35J-Thin, HYQiHeiX1 35J;
    font-weight: 400;
  }
  .carTypes-space-3 .carTypes-space-3 .space-text p {
    font-size: 0.9375vw;
    line-height: 1.4583333333vw;
    font-family: HYQiHeiX1 35J-Thin, HYQiHeiX1 35J;
    font-weight: 100;
    text-align: center;
    width: 42.2916666667vw;
  }
}
/* mob端 */
@media screen and (max-width: 767.98px) {
  .carTypes-space-3 {
    width: 100vw;
    height: 100vh;
  }
  .carTypes-space-3 .carTypes-space-3 {
    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-3 .carTypes-space-3 .img-container {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
  }
  .carTypes-space-3 .carTypes-space-3 .img-container img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform 1.5s ease-out;
    transition: -webkit-transform 1.5s ease-out;
    transition: transform 1.5s ease-out;
    transition: transform 1.5s ease-out, -webkit-transform 1.5s ease-out;
  }
  .carTypes-space-3 .carTypes-space-3 .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;
  }
  .carTypes-space-3 .carTypes-space-3 .space-text h3 {
    width: 72.0930232558vw;
    font-size: 6.976744186vw;
    line-height: 1.2;
    margin-top: 8vw;
    margin-bottom: 8vw;
    font-weight: 400;
    font-family: HYQiHeiX1 35J-Thin, HYQiHeiX1 35J;
  }
  .carTypes-space-3 .carTypes-space-3 .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;
  }
}