@import url('../css/head_foot.css?v=1');
#content {
  padding: 24px 60px;
  margin: 0 auto;
}
#content .vehicle_model .vehicle_title {
  border-bottom: 6px solid #00D179;
  font-size: 24px;
  font-family: b;
  font-weight: bold;
  color: #111111;
}
#content .vehicle_model .vehicle_list {
  display: flex;
  align-items: center;
  margin: 12px 0 24px 0;
}
#content .vehicle_model .vehicle_list .vehicle_item {
  width: 225px;
  height: 98px;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #F5F6FA;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
#content .vehicle_model .vehicle_list .vehicle_item .vehicle_img,
#content .vehicle_model .vehicle_list .vehicle_item .vehicle_img1 {
  width: 40px;
  height: 40px;
}
#content .vehicle_model .vehicle_list .vehicle_item .vehicle_img1 {
  display: none;
}
#content .vehicle_model .vehicle_list .vehicle_item span {
  font-size: 16px;
  font-family: s;
  font-weight: 600;
  color: #1F2129;
}
@media (any-hover: hover) {
  #content .vehicle_model .vehicle_list .vehicle_item:hover .vehicle_img {
    display: none;
  }
  #content .vehicle_model .vehicle_list .vehicle_item:hover .vehicle_img1 {
    display: block;
  }
  #content .vehicle_model .vehicle_list .vehicle_item:hover span {
    color: #00D179;
    text-decoration: underline;
  }
}
#content .brand .brand_title {
  border-bottom: 6px solid #00D179;
  font-size: 24px;
  font-family: b;
  font-weight: bold;
  color: #111111;
}
#content .brand .change {
  margin: 12px 0 8px 0;
  display: flex;
  flex-wrap: wrap;
}
#content .brand .change .change_item {
  padding: 10px 16px;
  background: #FFFFFF;
  border-radius: 6px 6px 6px 6px;
  font-size: 16px;
  font-family: s;
  font-weight: 600;
  color: #666666;
  margin: 0 8px 8px 0;
}
#content .brand .brand_list {
  padding: 6px;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  display: grid;
  grid-template-columns: repeat(10, minmax(50px, 1fr));
  grid-gap: 4px;
}
#content .brand .brand_list .brand_item {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 12px 8px 14px;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
}
#content .brand .brand_list .brand_item img {
  width: 40px;
  height: 40px;
}
#content .brand .brand_list .brand_item span {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #000000;
}
@media (any-hover: hover) {
  #content .brand .brand_list .brand_item:hover span {
    color: #00D179;
    text-decoration: underline;
  }
}
.lv_tag {
  background: #00D179 !important;
  color: #111111 !important;
}
@media (min-width: 860px) and (max-width: 1200px) {
  #content {
    padding: 12px;
    width: 100%;
  }
  #content .brand .brand_list {
    grid-template-columns: repeat(8, minmax(50px, 1fr));
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  #content {
    padding: 12px;
    width: 100%;
  }
  #content .brand .brand_list {
    grid-template-columns: repeat(8, minmax(50px, 1fr));
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  #content {
    padding: 12px;
    width: 100%;
  }
  #content .vehicle_model {
    overflow: scroll;
  }
  #content .vehicle_model::-webkit-scrollbar {
    display: none;
  }
  #content .vehicle_model .vehicle_list .vehicle_item {
    padding: 0 30px;
  }
  #content .brand .brand_list {
    grid-template-columns: repeat(3, minmax(50px, 1fr));
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  #content {
    padding: 12px;
    width: 100%;
  }
  #content .vehicle_model {
    overflow: scroll;
  }
  #content .vehicle_model::-webkit-scrollbar {
    display: none;
  }
  #content .vehicle_model .vehicle_list .vehicle_item {
    padding: 0 30px;
  }
  #content .brand .brand_list {
    grid-template-columns: repeat(3, minmax(50px, 1fr));
  }
}
