@charset "UTF-8";
/**
 * scss公共代码
 */
/* 设计预定义颜色 */
@media screen and (width <= 370px) {
.border-radius-1px {
    border-width: 0.02667rem !important;
}
.border-1px {
    border-width: 0.02667rem !important;
}
.border-height-1px {
    transform: scaleY(0.5);
}
}
/* prettier-ignore */
/* prettier-ignore */
/**
 * 外层容器设置 em 基准
 * $base em基准值，默认 100，方便换算
 * $maxWindowWidth 适配的最大屏幕宽度，默认0，相当于屏幕宽度
 * $designWindowWidth 设计稿的屏幕宽度，建议1440，用于换算
 */
/**
 * 设置元素字体大小，同时设置 css var
 */
.vehicle-type {
  padding: 0.26667rem;
  padding-top: 0.53333rem;
}
.vehicle-type .title {
  font-size: 0.48rem;
  font-weight: bold;
  margin-bottom: 0.26667rem;
}
.responsive-image {
  width: 100%;
}
.type-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.26667rem;
  margin-top: 0.8rem;
}
.type-list .type-item {
  flex: 1;
  text-align: center;
}
.type-list .type-item:active .type-img {
  background-color: #e3efff;
}
.type-list .type-item .type-img {
  padding: 0.21333rem;
  border-radius: 0.26667rem;
  background-color: #fff;
  border: 0.02667rem solid #ddd;
  height: 40vw;
  line-height: 45vw;
}
.type-list .type-item .type-desc {
  font-size: 0.42667rem;
  margin-top: 0.26667rem;
  font-weight: bold;
}