body {
  background: #F9F9F9;
}

.buy-body {
  width: 100%;
  height: auto;
  padding-top: 70px;
}

.buy-div {
  width: 1200px;
  margin: 0 auto;
  height: auto;
}

.buy-search {
  width: 880px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #F0F0F0;
  box-sizing: border-box;
  margin: 38px 0 20px 0;
  padding-left: 20px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}

#buy-search-input {
  height: 100%;
  width: 750px;
  line-height: 20px;
}

#buy-search-btn {
  width: 96px;
  height: 40px;
  background: #5685FE;
  box-sizing: border-box;
  border-radius: 0px 8px 8px 0px;
  border: 1px solid #F0F0F0;
  color: #FFFFFF;
}

.buy-sift {
  width: 1200px;
  min-height: 180px;
  box-sizing: border-box;
  padding: 30px 20px 30px 20px;
  background: #FFFFFF;
  margin-bottom: 20px;
  font-size: 14px;  
}

.buy-sift-div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.buy-sift-div-mt {
  margin-top: 30px;
}

.sift-div-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #333333;
}

.sift-div-list>a {
  margin-left: 20px;
  padding: 0 10px;
  line-height: 20px;
  height: 20px;
}

.sift-div-list>a:nth-child(3) {
  margin-left: 10px;
}

.sift-series-list {
  display: flex;
}

.series-list-div {
  display: flex;
  flex-wrap: wrap;
  width: 1030px;
}

.series-list-div>a {
  margin-left: 20px;
  margin-bottom: 30px;
  padding: 0 10px;
  line-height: 20px;
  height: 20px;
}

.series-list-div>a:nth-child(2) {
  margin-left: 10px;
}

.sift-all-brand {
  padding: 30px 0 30px 62px;
  display: none;
  border-bottom: 1px solid #F0F0F0;
}

.all-brand-flex {
  width: 365px;
}

.brand-flex-code {
  display: flex;
}

.brand-flex-title {
  color: #5685FE;
  margin-right: 10px;
  line-height: 20px;
}

.brand-flex-item {
  display: flex;
  flex-wrap: wrap;
}

.brand-flex-item>a {
  display: flex;
  align-items: center;
  margin-right: 20px;
  margin-bottom: 20px;
}

.sift-div-checked {
  color: #FFFFFF;
  background-color: #5685FE;
  /* border-radius: 4px; */
}

.sift-all-btn {
  color: #5685FE;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding-right: 16px;
}

.btn-xia i{
  width: 12px;
  height: 7px;
  display: inline-block;
  background-image: url(../img/xia.png);
  background-repeat: no-repeat;
  background-position: 50%;
}

.btn-shang {
  display: none;
}

.btn-shang i{
  width: 12px;
  height: 7px;
  display: inline-block;
  background-image: url(../img/shang.png);
  background-repeat: no-repeat;
  background-position: 50%;
}

.sift-all-btn span {
  margin-right: 7px;
}

.sift-div-list .tfcar-select {
  margin-left: 20px;
}

.sift-price-div {
  width: 322px;
  height: 44px;
  background: #FFFFFF;
  box-sizing: border-box;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 2px;
  font-size: 14px;
}

.sift-price-div:hover {
  box-shadow: 0px 2px 20px 0px rgba(170, 170, 216, 0.4);
}

.sift-price-div:hover .price-in-btn {
  background-color: #5685FE;
  color: #FFFFFF;
}

.sift-price-in {
  display: flex;
  align-items: center;
}

.sift-price-in input {
  width: 90px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #F0F0F0;
  box-sizing: border-box;
  padding-left: 14px;
}

.sift-price-in span {
  margin: 0 6px;
}

.price-in-btn {
  width: 68px;
  height: 40px;
  background: #F5F7FE;
  border-radius: 4px;
}

/* 当前筛选 */
.sift-num {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  font-size: 14px;
}

.sift-num-text {
  color: #999999;
  line-height: 20px;
}

.sift-now {
  width: auto;
  padding: 0 10px;
  background-color: #FFFFFF;
  height: 34px;
  line-height: 34px;
  display: flex;
  align-items: center;
}

.sift-now-div {
  display: flex;
  align-items: center;
}

.sift-now-text {
  color: #5685FE;
  margin-right: 10px;
}

.sift-now {
  margin-right: 10px;
  display: flex;
  align-items: center;
}

.sift-now a {
  width: 14px;
  height: 14px;
  background-image: url(../img/guanbi.png);
  background-size: 14px 14px;
}
.sift-now a:hover {
  background-image: url(../img/guanbi1.png);
}

.sift-reset {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #666666;
  margin-left: 20px;
  margin-right: 30px;
}

.sift-reset i{
  width: 14px;
  height: 14px;
  background-image: url(../img/shanchu.png);
  background-size: 14px 14px;
  display: inline-block;
  margin-right: 6px;
}

.sift-reset:hover {
  color: #5685FE;
}
.sift-reset:hover i{
  background-image: url(../img/shanchu1.png);
}

/* 筛选车辆结果 */
.sift-list {
  width: 100%;
  height: auto;
  padding-bottom: 82px;
}

.sift-car-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #F0F0F0;
}

.car-top-left {
  margin-top: 11px;
}

.car-top-left a{
  font-size: 18px;
  line-height: 32px;
  font-weight: 600;
  padding-bottom: 6px;
  margin-right: 30px;
  display: inline-block;
}

.top-left-checked {
  color: #5685FE;
  border-bottom: 4px solid #5685FE;
  border-radius: 2px;
}

.car-top-right {
  width: 307px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #F0F0F0;
  margin-bottom: 13px;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.car-top-right a{
  display: block;
  width: 76px;
  height: 40px;
  box-sizing: border-box;
  text-align: center;
  padding: 10px 0;
}

.car-top-right span {
  display: inline-block;
  width: 1px;
  height: 20px;
  background: #F0F0F0;
}

.top-right-checked {
  color: #5685FE;
}

.sift-car-body {
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px;
}

.sift-car-fy {
  display: flex;
  justify-content: center;
}

.sift-adsorb {
  width: 100%;
  height: auto;
  font-size: 14px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: #FFFFFF;
  display: none;
}

.adsorb {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 30px 20px;
}

.adsorb-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.adsorb-div1 {
  display: flex;
  align-items: center;
}

.adsorb-div1-item {
  display: flex;
  align-items: center;
  margin-right: 30px;
}

.adsord-div1-item>span {
  margin-right: 10px;
}

#adsord-reset {
  margin: 0;
}

.adsorb-bottom {
  display: none;
  margin-top: 30px;
}

.adsorb-bottom .tfcar-select {
  margin-left: 0;
  margin-right: 20px;
}

.adsorb-brand .select-list {
  padding-top: 20px;
  padding-left: 10px;
  max-height: 450px;
}

.adsorb-brand:hover .select-list{
  display: flex;
  justify-content: space-between;
}