.indexedlist {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10001;
  background: #fff;
}

.mui-scroll {
  left: 0;
}

.top-toast {
  position: fixed;
  top: 2.05rem;
  left: 50%;
  transform: translate(-50%);
  z-index: 100;
  padding: 0.16rem 0.37rem;
  text-align: center;
  font-size: 0.28rem;
  color: #222;
  background: #FFC40A;
  border-radius: 0.3rem;
  display: none;
}

.header-wrap {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 99;
  margin-left: -3.75rem;
  width: 100%;
  height: 1.96rem;
  background: #fff;
}

.header-wrap > .filter-car-nav-box {
  width: 100%;
  height: 0.88rem;
  display: flex;
  -webkit-display: flex;
}

.filter-car-nav-box > .filter-car-nav {
  width: calc(100% - 0.98rem);
  height: 0.88rem;
  display: flex;
  -webkit-display: flex;
}
.filter-car-nav-box > .filter-menu-switcher{
  width: .98rem;
  height: .88rem;
  position: relative;
}
.filter-menu-switcher:after{
  content: '';
  display: block;
  width: 1px;
  height: .4rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #F2F2F2;
}
.filter-menu-switcher > .img{
  display: block;
  width: .34rem;
  height: .34rem;
  margin: .27rem 0 0 .32rem;
  background: url("../../image/filter-menu-switch.png") no-repeat center;
  background-size: cover;
}
.filter-menu-switcher.active > .img{
  background: url("../../image/filter-menu-switch_active.png") no-repeat center;
  background-size: cover;
}
.filter-car-nav-box > .filter-car-nav > li {
  position: relative;
  float: left;
  height: 0.88rem;
  width: 33.333%;
  text-align: center;
  line-height: 0.88rem;
  font-size: 0.28rem;
  color: #303030;
}

.filter-car-nav-box > .filter-car-nav > li > a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 0.88rem;
  font-size: 0.28rem;
  color: #303030;
}

.filter-car-nav-box > .filter-car-nav > .active {
  color: #FFC40A;
}

.header-wrap > .filter-car-wrap {
  position: fixed;
  left: 0;
  top: 1.96rem;
  width: 100%;
  overflow-y: hidden;
  background: #fff;
  border-top: 1px solid #f2f2f2;
}

.header-wrap > .filter-car-wrap > .sort-car-content {
  width: 7.02rem;
  margin: 0 auto;
  border-top: 1px solid #f2f2f2;
}

.header-wrap > .filter-car-wrap > .sort-car-content > li {
  height: 0.888rem;
  border-bottom: 1px solid #f2f2f2;
}

.header-wrap > .filter-car-wrap > .sort-car-content > li > a {
  display: block;
  width: 100%;
  height: 0.888rem;
  line-height: 0.888rem;
  font-size: 0.28rem;
  color: #303030;
}

.header-wrap > .filter-car-wrap > .sort-car-content > .active > a {
  color: #F1C01F;
}

.header-wrap > .filter-car-wrap > .down-payment-car-content,
.header-wrap > .filter-car-wrap > .monthly-payment-car-content{
  width: 100%;
  margin: 0.4rem auto 0.2rem;
  overflow-y: hidden;
}

.header-wrap > .filter-car-wrap > .down-payment-car-content > li,
.header-wrap > .filter-car-wrap > .monthly-payment-car-content > li{
  float: left;
  width: 2.18rem;
  height: 0.6rem;
  margin: 0 0 0.24rem 0.24rem;
  border-radius: 4px;
}

.header-wrap > .filter-car-wrap > .down-payment-car-content > li > a,
.header-wrap > .filter-car-wrap > .monthly-payment-car-content > li > a{
  display: block;
  width: 2.18rem;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  font-size: 0.24rem;
  color: #303030;
  background: #f8f8f8;
  border-radius: 4px;
}

.header-wrap > .filter-car-wrap > .down-payment-car-content .active > a,
.header-wrap > .filter-car-wrap > .monthly-payment-car-content .active > a{
  color: #F1C01F;
  background: #FFFCF4;
  border: 1px solid #F1C01F;
}

.car-list-wrap {
  height: 10.38rem;
  overflow-y: scroll;
  position: relative;
  top: 1.75rem;
  background: #f2f2f2;
}

.car-list-wrap > .car-list-top-wrap {
  overflow-y: hidden;
  background: #f2f2f2;
  position: relative;
  z-index: 3;
  display: none;
}

.car-list-wrap > .car-list-top-wrap > .select-car-tag {
  float: left;
  display: inline-block;
  margin-left: .24rem;
  overflow-y: hidden;
}

.car-list-wrap > .car-list-top-wrap > .select-car-tag > li {
  display: inline-block;
  margin-right: .14rem;
  margin-bottom: .1rem;
  padding: 0 0.6rem 0 0.2rem;
  border-radius: 4px;
  background: #ffffff;
}
.car-list-wrap > .car-list-top-wrap > .select-car-tag > li:last-child{
  margin-right: 0;
}
.car-list-wrap > .car-list-top-wrap > .select-car-tag > li > a {
  display: block;
  width: 100%;
  height: 0.52rem;
  line-height: 0.52rem;
  font-size: 0.24rem;
  color: #303030;
}
 .reset-car-list-btn {
  display: inline-block;
  margin-top: 0.2rem;
  height: 0.5rem;
  padding-left: 0.5rem;
}

.reset-car-list-btn > a {
  display: inline-block;
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  font-size: 0.24rem;
  color: #696969;
}

.car-list-wrap > .car-list-content-wrap {
  width: 100%;
  box-sizing: border-box;
  padding: 0 0.24rem 0.23rem 0.24rem;
  position: absolute;
  top: 0;
}

.car-list-wrap > .car-list-content-wrap > .mui-scroll > .car-list-content {
  background: #fff;
  padding: 0 0.24rem 0.23rem 0.24rem;
  margin-top: 0.23rem;
}

.car-list-wrap > .car-list-content-wrap > .mui-scroll > .car-list-content > li {
  padding: 0.24rem 0 0 0;
  /*margin-top: 0.23rem;*/
}

.car-list-wrap > .car-list-content-wrap > .mui-scroll > .car-list-content > li.link {
  display: block;
  width: 100%;
  height: 100%;
}

.car-list-wrap > .car-list-content-wrap > .mui-scroll > .car-list-content > li.link > .car-box {
  width: 100%;
  height: 4rem;
  background: #f6f6f6;
  overflow-y: hidden;
  border-radius: .08rem;
  position: relative;
}
.car-list-wrap > .car-list-content-wrap > .mui-scroll > .car-list-content > li.link > .car-box > .newcar-car {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.car-list-wrap > .car-list-content-wrap > .mui-scroll > .car-list-content > li.link > .link-top{
  display: flex;
}
.car-list-wrap > .car-list-content-wrap > .mui-scroll > .car-list-content > li.link > .link-top > .title {
  width: 5.17rem;
  margin-top: 0.24rem;
  font-size: 0.32rem;
  line-height: .4rem;
  color: #222;
  font-weight: 500;
}
.car-list-wrap > .car-list-content-wrap > .mui-scroll > .car-list-content > li.link > .link-top > .tag{
  width: 1.16rem;
  height: .34rem;
  line-height: .34rem;
  margin-top: .23rem;
  margin-left: .2rem;
  border-radius: 4px;
  text-align: center;
  color: #48A3FF;
  font-size: .24rem;
  border: 1px solid #48A3FF;
}
.car-list-wrap > .car-list-content-wrap > .mui-scroll > .car-list-content > li.link > .manufacturer-price {
  margin-top: 0.2rem;
  font-size: 0.24rem;
  color: #B2B2B2;
  font-weight: 400;
}

.car-list-wrap > .car-list-content-wrap > .mui-scroll > .car-list-content > li.link > .price-area {
  margin-top: 0.31rem;
}

.car-list-wrap > .car-list-content-wrap > .mui-scroll > .car-list-content > li.link > .price-area > .down-payment {
  font-size: .28rem;
  font-weight: 600;
  color: rgba(252,77,37,1);
}

.car-list-wrap > .car-list-content-wrap > .mui-scroll > .car-list-content > li.link > .price-area > .by-stages {
  font-size: .28rem;
  font-weight: 400;
  color: rgba(252,77,37,1);
  margin-left: .2rem;
}

.car-list-wrap > .no-eligibility-car {
  width: 100%;
  height: 6.47rem;
  background: #fff;
}

.car-list-wrap > .no-eligibility-car > .no-car {
  display: block;
  width: 2.66rem;
  height: 2.21rem;
  margin: 0 auto 0;
}

.car-list-wrap > .no-eligibility-car > .title {
  color: #303030;
  font-size: 0.28rem;
  text-align: center;
  margin-top: 0.43rem;
}

.car-list-wrap > .no-eligibility-car > .tell-me-want-car {
  color: #838383;
  font-size: 0.28rem;
  text-align: center;
  margin-top: 0.2rem;
}

.car-list-wrap > .no-eligibility-car > .help-me-look-car {
  display: block;
  margin: 1.5rem auto 0;
  width: 3.8rem;
  height: .88rem;
  line-height: .88rem;
  color: #303030;
  font-size: 0.28rem;
  text-align: center;
  background: #fec330;
  border-radius: 0.08rem;
}

.car-list-wrap > .no-eligibility-car > .ontact-the-customer-service {
  display: block;
  width: 1.2rem;
  color: #347AF6;
  font-size: 0.28rem;
  margin: 0.33rem auto 0;
}

/* 解决浏览器底部遮挡问题 */
.margin-bottom1 {
  height: 1rem;
}

.footer {
  margin-top: 1.8rem;
}

/*# sourceMappingURL=index.css.map */
