@charset "UTF-8";
@media screen and (min-width: 768px) {
  .carTypes-space-6-2 {
    width: 100vw;
    color: #fff;
  }
  .carTypes-space-6-2 h3 {
    font-size: 1.875vw;
    margin-bottom: 0.4166666667vw;
    line-height: 3.125vw;
    font-family: HYQiHeiX1 35J-Thin, HYQiHeiX1 35J;
    font-weight: 400;
  }
  .carTypes-space-6-2 p {
    font-size: 0.9375vw;
    line-height: 1.4583333333vw;
    font-family: HYQiHeiX1 35J-Thin, HYQiHeiX1 35J;
    font-weight: 100;
    width: 31.25vw;
    text-align: center;
  }
  .carTypes-space-6-2 .space-cover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    margin: auto;
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  .carTypes-space-6-2 .space-bottom {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .carTypes-space-6-2 .space-bottom img {
    width: 100%;
  }
  .carTypes-space-6-2 .space-bottom:hover div.space-cover {
    opacity: 0;
  }
}
/* mob端 */
@media screen and (max-width: 767.98px) {
  .carTypes-space-6-2 {
    width: 100vw;
    color: #4B4B4B;
  }
  .carTypes-space-6-2 .space-cover {
    width: 100%;
    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-6-2 .space-cover h3 {
    font-size: 6.976744186vw;
    line-height: 23.2558139535vw;
    font-weight: 400;
    font-family: HYQiHeiX1 35J-Thin, HYQiHeiX1 35J;
  }
  .carTypes-space-6-2 .space-cover p {
    font-size: 3.7209302326vw;
    line-height: 6.511627907vw;
    font-weight: 400;
    font-family: HYQiHeiX1 35J-Thin, HYQiHeiX1 35J;
    width: 89.3023255814vw;
    margin-bottom: 8.1395348837vw;
  }
  .carTypes-space-6-2 .space-bottom {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
  }
  .carTypes-space-6-2 .space-bottom .img-container {
    height: 25vh;
    width: 100%;
    position: relative;
  }
  .carTypes-space-6-2 .space-bottom .img-container img {
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}