.flex {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

.flex_col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

body.lockBody {
  overflow: hidden;
}

.page_productList {
/*  background: url(../images/pdList_bg.jpg) top center no-repeat, #FBFBFB;*/
}

.all_search {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}

.all_search form {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}

.cars_search {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  flex-wrap: wrap;
  padding: 0;
  background: transparent;
  border-radius: 10px;
}

.cars_search form {
  display: block;
}

.proList_category ul {
  overflow: hidden;
  background: #FFFFFF;
}

.proList_categoryUl li {
  align-items: stretch;
  align-content: stretch;
}

.proList_categoryUl li h6 {
  width: 125px;
  background: #B60110;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  padding: 15px;
}

.proList_categoryUl li h6 span {
  display: block;
}

.proList_categoryUl li dl {
  width: calc(100% - 125px);
  padding: 15px 30px;
  justify-content: flex-start;
}

.proList_categoryUl li+li dl {
  border-top: 1px solid #F4F4F4;
}

.proList_categoryUl dl dd {
  margin: 2px 0;
  margin-right: 10px;
}

.proList_categoryUl label {
  padding: 5px 10px;
  line-height: 1.2;
  color: #333333;
  font-size: 15px;
  font-weight: 200;
  letter-spacing: .1em;
  display: block;
  cursor: pointer;
}

.proList_categoryUl input[type="checkbox"],
.proList_categoryUl input[type="radio"] {
  display: none;
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
}

.proList_categoryUl input[type="checkbox"]:hover+label, 
.proList_categoryUl input[type="radio"]:hover+label, 
.proList_categoryUl input[type="checkbox"]:checked+label,
.proList_categoryUl input[type="radio"]:checked+label {
  background: #B60110;
  color: #FFFFFF;
}

.cars_list {
  width: 100%;
  max-width: 100%;
  margin-top: 40px;
}

.cars_list ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px;
  align-items: stretch;
  align-content: stretch;
}


.cars_list li {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.cars_list li .car_img {
  padding-top: 75%;
  position: relative;
}

.cars_list li .car_img a{}

.cars_list li .car_img a:before{
  content: "";
  position: absolute;
  background-color: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
}

.cars_list li .car_img a:after {
  content: "+ see more";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  background-color: #880C10;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  font-size: 16px;
  color: #FFF;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  transition: 0.7s;
}

.cars_list li:hover .car_img a:before{opacity: 1;}
.cars_list li:hover .car_img a:after{opacity: 1;bottom: 50%;}
.cars_list li .car_img img {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cars_list li .car_brief {
  width: 100%;
  position: relative;
}

.cars_list li h4,
.cars_list .car_b_info {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  line-break: anywhere;
}

.cars_list li h4 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  color: #444444;
  margin-bottom: 10px;
}

.cars_list li h4 a {
  display: block;
}

.cars_list .car_b_tel {
  font-size: 15px;
  font-weight: bold;
  color: #474455;
  letter-spacing: 0;
}

.cars_list .car_b_tel a {
  display: block;
  padding: 10px 0;
  color: #999;
}

.cars_list li p.cars_price {
  color: #B60110;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.6;
  font-size: 18px;
}

.cars_list .car_b_info {
  font-weight: 200;
  font-size: 15px;
  color: #999;
}

.set_search {
  justify-content: flex-end;
  margin-top: 20px;
}

.clearSearch {
  padding: 0 30px;
}

.clearSearch a {
  padding: 5px 10px;
  color: #FFF;
  font-weight: 300;
  background-color: #B60110;
  border-radius: 4px;
}

#openFilter {
  display: none;
  width: 380px;
  height: 45px;
  background: #454151;
  color: #FFFFFF;
  text-align: center;
  padding: 5px 10px;
}

.pdFilter_close {
  display: none;
}

.filter_total {
  text-align: center;
  color: #595959;
  font-size: 18px;
  letter-spacing: .1em;
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 1;
}

@media (max-width:1024px) {
  .cars_list ul {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width:768px) {
  .all_search {
    margin-bottom: 30px;
  }

  .cars_search {
    margin-bottom: 30px;
  }

  .cars_list ul {
    grid-template-columns: repeat(2, 1fr);
  }

  .proList_category {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    top: 0;
    left: 0;
    z-index: 999999;
    background: #EEEEEE;
    padding: 20px 0 130px;
  }

  .cars_search {
    border-radius: 50px;
    position: relative;
  }

  .cars_search_txt {
    max-width: 100%;
    border-radius: 0;
    border-radius: 50px;
    background: #FFFFFF;
    padding-right: 60px;
    color: #333333;
    background: url(../images/serch_icon.svg) center left 15px no-repeat, #FFFFFF;
  }

  .cars_search_btn {
    width: 50px;
    height: 100%;
    display: block;
    border-radius: 0;
    background: url(../images/pdSearch.svg) center no-repeat, #34323B;
    border-radius: 50px;
    color: transparent;
    position: absolute;
    right: 0;
    top: 0;
  }

  #openFilter {
    display: flex;
  }

  .pdFilter_close {
    display: flex;
  }

  .filter_total {
    display: block;
    padding-bottom: 20px;
  }

  .pdFilter_close#filterClose {
    position: relative;
    height: 40px;
    width: 40px;
    margin-left: auto;
    margin-right: 20px;
  }

  .pdFilter_close#filterClose::before,
  .pdFilter_close#filterClose::after {
    content: '';
    width: 30px;
    height: 2px;
    background: #333333;
    transform: translate(-50%, -50%) rotate(45deg);
    position: absolute;
    left: 50%;
    top: 50%;
  }

  .pdFilter_close#filterClose::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .proList_category ul {
    margin: 0;
    border-radius: 0px;
    padding: 20px;
    background-color: transparent;
  }

  .proList_category ul li {
    background: #FFFFFF;
  }

  .proList_category ul li+li {
    margin-top: 20px;
  }

  .proList_categoryUl li h6,
  .proList_categoryUl li dl {
    width: 100%;
  }

  .proList_categoryUl li h6 {
    background: #333333;
    font-size: 16px;
    letter-spacing: .2em;
    text-align: left;
  }

  .proList_categoryUl li h6 span {
    display: inline-block;
    font-size: .8em;
    letter-spacing: 0;
    font-weight: 300;
  }

  .proList_categoryUl li dl {
    padding: 10px;
    display: grid;
    grid-gap: 10px;
  }

  .proList_categoryUl li dd {
    margin: 0;
  }

  .proList_categoryUl label {
    border-radius: 5px;
    border: 1px solid #F0F0F0;
    letter-spacing: 0;
    padding: 5px;
    text-align: center;
  }


  .proList_categoryUl input[type="checkbox"]:checked+label,
  .proList_categoryUl input[type="radio"]:checked+label {
    border-color: #E97D13;
    font-weight: 500;
  }

  .proList_categoryUl li.model dl,
  .proList_categoryUl li.milage dl {
    grid-template-columns: repeat(2, 1fr);
  }

  .proList_categoryUl li.findBand dl,
  .proList_categoryUl li.findPrice dl {
    grid-template-columns: repeat(3, 1fr);
  }

  .proList_categoryUl li.findColor dl,
  .proList_categoryUl li.pr_year dl {
    grid-template-columns: repeat(4, 1fr);
  }

  .set_search {
    width: 100%;
    padding-top: 20px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    background: #EEEEEE;
  }

  .set_search .clearSearch {
    padding: 0;
  }

  .clearSearch a {
    width: 100%;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #888888;
    color: #FFFFFF;
  }

  .set_search .pdFilter_close {
    background: #4A4657;
    color: #FFFFFF;
    height: 58px;
  }
}

@media (max-width:600px) {
  .cars_list ul {
    grid-template-columns: repeat(1, 1fr);
  }

  .cars_list li {
    height: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }

  .cars_list li .car_img {
    width: 45%;
    padding-top: 35%;
  }

  .cars_list li .car_brief {
    width: 55%;
    padding: 0;
    padding-left: 15px;
  }

  .set_search {
    max-width: 100%;
  }

  .cars_list li .car_img a:after {
    width: 80px;
    height: 80px;
    font-size: 14px;
    display: none;
  }
  
}

@media (max-width:450px) {

  .proList_categoryUl li.model dl,
  .proList_categoryUl li.milage dl {
    grid-template-columns: repeat(1, 1fr);
  }

  .proList_categoryUl li.findBand dl,
  .proList_categoryUl li.findPrice dl {
    grid-template-columns: repeat(2, 1fr);
  }

  .proList_categoryUl li.findColor dl,
  .proList_categoryUl li.pr_year dl {
    grid-template-columns: repeat(3, 1fr);
  }

  /* cars_list */
  .cars_list .car_b_info,
  .cars_list .car_b_tel {
    font-size: 14px;
  }

  .cars_list li .car_brief {
    padding-left: 10px;
  }

  .cars_list li h4 {
    font-size: 17px;
    -webkit-line-clamp: 2;
  }

  .cars_list .car_b_tel a {
    padding: 5px 0;
  }
}

@media (max-width:320px) {
  .cars_list li {
    flex-direction: column;
  }

  .cars_list li .car_img {
    width: 100%;
    padding-top: 70%;
  }

  .cars_list li .car_brief {
    width: 100%;
    margin-top: 10px;
    padding: 0;
  }
}

/*# sourceURL=pdList_new.css*/