.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;
}

.paper_body{
  max-width: 100%;
  width: 100%;
}

.product_content{
  max-width: 1445px;
  width: 100%;
  margin:auto;
}

.all_search {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  font-family: '微軟正黑體';
}

.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;
  box-shadow: 0px 0px 1px 1px #555555;
  border-radius: 10px;
}

.cars_search form {
  display: block;
}

.proList_category
{
  margin-bottom: 0;
}

.proList_category ul {
  overflow: hidden;
  background: #FFFFFF;
  border: 1px solid #FBC600;
}

.proList_categoryUl li {
  align-items: stretch;
  align-content: stretch;
}

.proList_categoryUl li h6 {
  width: 125px;
  background: #FBC600;
  color: #000;
  font-weight: bold;
  font-size: 16px;
  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: #000;
  font-size: 16px;
  font-weight: bold;
  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: #E97D13;
  color: #FFFFFF;
}

.cars_list {
  width: 100%;
  max-width: 100%;
}

.cars_list ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px 30px;
  align-items: stretch;
  align-content: stretch;
  font-family: '微軟正黑體';
}


.cars_list li {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
  box-shadow: 0 0 4px 4px #ececec;
}

.cars_list li .car_img {
  padding-top: 75%;
  position: relative;
}

.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%;
}

.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: 120%;
  font-weight: bold;
  color: #000000;
  margin-bottom: 0;
  letter-spacing: 0em;
}

.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: 5px;
  margin: 15px 0 0;
  max-width: fit-content;
  border: 1px solid #FA9D12;
  font-size: 16px;
  font-weight: bold;
  color: #FA9D12;
}
.cars_list .car_b_tel a:hover{
  background-color: #FA9D12;
  color: #fff;
}

.cars_list li p.cars_price {
  color: #444;
  font-weight: bold;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 15px;
}

.cars_list .car_b_info{
  color:#444;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0em;
  line-height: 120%;
  margin-top: 5px;
}

.set_search {
  justify-content: flex-end;
  margin-top: 20px;
}

.clearSearch {
  padding: 0 30px;
}

.clearSearch a {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 118px;
  width: 100%;
  height: 38px;
  color:#000;
  background-color: #FBC600;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  border-radius: 5px;
}

#openFilter {
  display: none;
  width: 380px;
  height: 45px;
  background: #FBC600;
  color: #000;
  text-align: center;
  padding: 5px 10px;
  cursor: pointer;
}

.pdFilter_close {
  display: none;
  cursor: pointer;
}

.filter_total {
  text-align: center;
  color: #000;
  font-size: 18px;
  letter-spacing: .1em;
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 1;
  font-weight: bold;
}

/*線上賞車詳細頁*/
.page_product_info .paper_body {
  width: 1600px;
}

.page_product_info .title01 {
  margin-bottom: 80px;
}

.prod_path {
  justify-content: space-between;
  margin-bottom: 20px;
  color: #545454;
  letter-spacing: .05em;
  font-size: 16px;
  position: relative;
  z-index: 999;
}

.more_share,
.prod_path>p {
  margin: 5px 0;
}


.shareTo {
  position: relative;
  margin-left: 10px;
}

.shareTo ul {
  display: flex;
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.shareTo_list li {
  margin: 5px;
}

.shareTo_list a {
  width: 30px;
  height: 30px;
  border-radius: 50px;
  background: #4b475a;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.shareTo_list a img {
  width: 20px;
  max-width: 100%;
  min-height: 100%;
}

.car_allInfo {
  position: relative;
}

.car_info_box {
  width: 100%;
  background: #F9F9F9;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  position: relative;
}

.carImgSwip {
  width: 770px;
  max-width: 49%;
  margin: 0;
}

.carImgSwip .swiper-pagination{
  width: 600px;
  max-width: 100%;
  text-align: right;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  top: unset;
  padding: 10px 20px;
  color: #FFFFFF;
}

.carImgSwip .swiper-slide img{
  max-height: 451px;
}

.carImgSwip .swiper-pagination-current{
  font-size: 20px;
}

.carImgSwip .swiper-pagination i{
  font-size: 14px;
}

.carImgSwip .swiper-pagination-total{
  font-size: 14px;
}

.thumb-swiper {
  max-width: 600px;
  width: 100%;
  margin-top: 20px;
}

.thumb-swiper .swiper-button-next:after,
.thumb-swiper .swiper-button-prev:after {
  font-size: 15px;
}

.thumb-swiper .swiper-button-next {
  right: 0;
}

.thumb-swiper .swiper-button-prev {
  left: 0;
}

.thumb-swiper .swiper-slide{
  background: #000;
  max-height: 84px;
}

.thumb-swiper .swiper-slide img{
  opacity: .3;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thumb-swiper .swiper-slide-thumb-active img{
  opacity: 1;
}

.car_info {
  width: 715px;
  max-width: 49%;
  padding: 30px 0;
  justify-content: space-between;
}

.car_info dl {
  width: 100%;
  font-size: 16px;
  color: #878787;
  line-height: 1.2;
}

.car_info h4 {
  font-size: 30px;
  font-weight: 700;
  color: #E97911;
  line-height: 2;
  margin-bottom: 10px;
}

.car_info_data {
  align-items: flex-start;
  align-content: flex-start;
  color: #464352;
  margin: 50px 0;
}

.car_info ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3,1fr);
}

.car_info_data li {
  width: 100%;
  padding: 10px 0;
  font-size: 18px;
}

.car_info_data li b {
  width: 135px;
  background: url(../images/carIcon01.svg) center left no-repeat;
  padding: 5px 0;
  padding-left: 35px;
  font-weight: 600;
  font-weight: 300;
}

.car_info_data li p {
  width: 100%;
  padding: 5px 0;
  font-weight: bold;
  font-size: 24px;
  line-height: 2;
}

.car_info_cont {
  grid-gap: 10px;
}

.edit_part+.car_info_cont{
  display: none;
  margin-top: 30px;
  justify-content: flex-start;
}

.car_info_cont li {
  max-width: 100%;
}

.car_info_cont li a {
  width: 100%;
  /* max-width: 185px; */
  height: 50px;
  border-radius: 5px;
  color: #FFFFFF;
  background: #625C74;
  font-size: 16px;
  font-weight: 300;
}

.edit_part+.car_info_cont li a{
  padding: 10px;
}

.car_info_cont li a.car_info_fb {
  background-color: #385590;
}

.car_info_cont li a.car_info_line {
  background-color: #4BA64E;
}

.car_info_cont li a img {
  margin-right: 10px;
}

.car_detail {
  width: 100%;
  margin: 100px auto;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
}

.car_det_le {
  width: 1125px;
  max-width: 73%;
}

.car_det_ri {
  width: 350px;
  max-width: 25%;
  position: relative;
}

.car_equip {
  width: 1100px;
  position: relative;
}

.car_equip dl+dl {
  margin-top: 50px;
}

.car_equip ul {
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}

.car_equip li {
  width: 220px;
  max-width: 100%;
  position: relative;
  padding-left: 30px;
  line-height: 23px;
  margin: 15px 0;
}

.car_equip li::before {
  content: '';
  width: 24px;
  height: 23px;
  background: url(../images/equip_item.svg) center no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}

.car_equip li.noEquip {
  color: #CCCCCC;
}

.car_equip li.noEquip::before {
  filter: grayscale(1) brightness(1.5);
}

.car_detail_title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.car_detail_title .redStar {
  margin-left: 10px;
}

/* .car_detail_title::after{
  content: '';
  width: calc(100% - 130px);
  border-bottom: 2px solid #77718C;
  opacity: 0.4;
} */

/* .car_detailcar_detail_title h6 {
  font-size: 24px;
  font-weight: bold;
  /* color: transparent;
  line-height: 1.6;
  background: -webkit-linear-gradient(top, #77718C 0%, #464253 100%);
  background: linear-gradient(to bottom, #77718C 0%, #464253 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: #333333;
  border-bottom: 5px solid #77718C;
} */

.car_det_le .car_edit {
  width: 100%;
  margin: 50px auto 100px;
  position: relative;
}

.car_edit * {
  max-width: 100%;
}

.car_edit .car_detail_title {
  margin-bottom: 50px;
}

.car_consult {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

.car_consult.yp_flex {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
}

.car_consult_focus {
  width: 380px;
  max-width: 34%;
}

.car_form {
  width: 670px;
  max-width: 64%;
}

.car_detail_title h6 {
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  line-height: 1.6;
}

.car_form li {
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  padding: 10px 0;
  position: relative;
}

.car_form li+li {
  margin-top: 10px;
}

.car_form li {
  padding: 5px 0;
}

.car_form li.yp_flex p {
  width: 115px;
}

.car_form li>div {
  width: 510px;
  max-width: calc(100% - 125px);
  position: relative;
}

.car_form li.verif>div>a {
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
}

.car_form .redStar {
  display: inline-block;
  margin-right: 3px;
  color: #D80000;
}

.pd_formInput {
  background: #EEEEEE;
  padding: 10px;
  width: 100%;
}

.check_ok {
  color: #868686;
}

.check_ok input {
  margin-right: 5px;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  background-color: #FFFFFF;
}

.more_cars {}

.more_cars_more {
  max-width: 230px;
  height: 50px;
  border: 1px solid #474354;
  color: #474354;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: .1em;
  text-align: center;
  padding: 5px;
  margin: 0 auto;
}

.more_cars_more:hover {
  background: #474354;
  color: #FFFFFF;
}

.fixLink {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  display: none;
  z-index: 1000000;
  background: #FFFFFF;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, .3);
}

.fixLink section {
  max-width: 1600px;
  justify-content: space-between;
  margin: 0 auto;
}

.fixTab {
  width: 600px;
  max-width: 50%;
  display: flex;
  justify-content: flex-start;
}

.fixTab li {
  width: 25%;
  position: relative;
  text-align: center;
}


.fixTab li.selected::after {
  content: '';
  background-color: #E97A11;
  height: 5px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.fixTab li a {
  width: 100%;
  display: block;
  padding: 20px 10px;
}

.fixLink .car_info_cont {
  width: 600px;
  max-width: 50%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
/*  */

@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: #FBC600;
    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;
  }

  .clearSearch a{
    max-width: 100%;
    width: 100%;
    border-radius: 0;
  }
}

@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%;
  }
}

@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*/