/* 行情查詢 */
.buyAdvSearch{ width: 280px;}

@media only screen and (min-width: 1200px) {
  .buyAdvSearch{ min-height: 2765px;}
}
@media screen and (min-width: 1024px){
  #buyAdvSearchResult{ width: calc(100% - 300px);}
}

.buyAdvSearch > .Title {
  font-size: 24px;
  color: #58595b;
  margin: 0 0 15px 0;
}
.buyAdvSearchBrand select {
  width: 100%;
  height: 30px;
  font-family: 'PingFangTC-Light', 'Microsoft JhengHei', Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #58595b;
  padding: 0 0 0 10px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 10px 0 0 0;
  border: 1px solid #cdcfd0;
  background: url(../images/bgSelectCarType.svg) no-repeat right 10px center;
  background-size: 9px 6px;
}

.buyUsedcarTopTen .Title,
.buySearchResultContent > .Title {
  font-size: 22px;
  color: #df0e0d;
  text-align: center;
  padding: 0 0 10px 0;
  background: url(../images/bgMaintenanceReservationH2.png) no-repeat center bottom;
  background-size: contain;
  margin: 0 0 30px 0;
}

.buyUsedcarTopTenContent .Title {
  font-size: 25px;
  color: #6d6e71;
  text-align: center;
  margin: 0 0 30px 0;
}

.buyAdvSearchBrand .Title,
.buyAdvSearchCarType .Title,
.buyAdvSearchPrice .Title,
.buyAdvSearchYear .Title,
.buyAdvSearchRegion .Title,
.buyAdvSearchOther .Title {
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  background: url(../images/bgSearchOption.png) no-repeat right 20px top #58595b;
  background-size: contain;
}

.buySearchResultContentInfo .Title {
  font-size: 16px;
  color: #6d6e71;
  margin: 0 0 10px 0;
  width: 460px;
  min-height: 32px;
}

.buyUsedcarTopTen table td a {
  color: #666;
  text-decoration: none;
}
.buyUsedcarTopTen table td a.seeBtn {
  display: block;
  text-decoration: none;
  background: #df0e0d;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 26px;
  border-radius: 5px;
}
.buyUsedcarTopTen table td span {
  display: inline-block;
  float: right;
  margin-right: 5px;
}
.buyUsedcarTopTenContent .Title a {
  display: block;
  color: #6d6e71;
  text-decoration: none;
}

/*中古車行情查詢*/
  .usedCarQuotes {
    font-size: 11px;
    background: #fff;
  }
  
  .usedCarQuotes td {
    border: 1px solid #FFF;
    background-color: #F7F7F7;
    padding: 5px;
  }
  
  .usedCarQuotes .price {
    background-color: #F99;
    color: #C00;
  }
  
  .usedCarQuotes .year {
    background-color: #CCC;
  }
  
  .usedCarQuotes .following1pa {
    background-color: #5781CC;
    color: #FFF;
  }
  
  .usedCarQuotes .pa1to3 {
    background-color: #B163B1;
    color: #FFF;
  }
  
  .usedCarQuotes .pa3to5 {
    background-color: #638E3C;
    color: #FFF;
  }
  
  .usedCarQuotes .pa5to10 {
    background-color: #F90;
    color: #FFF;
  }
  
  .usedCarQuotes .up10pa {
    background-color: #F33;
    color: #FFF;
  }
