@charset "UTF-8";
body {
  background: #F3F3F3;
}

html {
  height: 100%;
}

.bigBox {
  height: 100%;
  width: 100%;
  position: relative;
}

.topDistance {
  margin-top: 0.88rem;
}

/* 页头反回 */
.TopGoBackNav {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  border-bottom: 1px solid #eee;
  z-index: 999;
}

.navBarTop {
  width: 100%;
  height: 0.4rem;
  position: relative;
}

.navBar {
  height: 0.88rem;
  width: 100%;
  color: #fff;
  position: relative;
}

.navBar .titleName {
  height: 0.88rem;
  width: 100%;
  line-height: 0.88rem;
  text-align: center;
  font-size: 0.36rem;
  font-family: "PingFangSC-Regular";
  color: #333;
  font-weight: 700;
}

.navBar i {
  width: 0.2rem;
  height: 0.37rem;
  position: absolute;
  left: 0.3rem;
  top: 0.26rem;
  background: url("../images/back.png") no-repeat center/100%;
  background-size: 100% 100%;
}

.cityPositonBox {
  padding: 0 0.3rem;
}

.cityPositonBox .currentCity {
  height: 1.31rem;
  width: 100%;
}

.cityPositonBox .currentCity .currentCityTitle {
  font-size: 0.28rem;
  color: #333;
  line-height: 0.77rem;
  height: 0.77rem;
}

.cityPositonBox .currentCity .currentCityText {
  display: inline-block;
  background: #fff;
  height: 0.54rem;
  line-height: 0.54rem;
  font-size: 0.3rem;
  color: #333;
  padding: 0 0.2rem;
  text-align: center;
}

.cityListBox {
  margin-top: 0.42rem;
  margin-bottom: 0.2rem;
}

.cityListBox .cityListTitle {
  color: #333;
  font-size: 0.28rem;
  height: 0.68rem;
  line-height: 0.68rem;
}

.cityListBox ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cityListBox ul li {
  height: 0.86rem;
  width: 2.13rem;
  margin-top: 0.22rem;
}

.cityListBox ul li p {
  height: 0.86rem;
  line-height: 0.86rem;
  width: 2.13rem;
  background: #fff;
  font-size: 0.3rem;
  text-align: center;
}

.searchBox {
  width: 100%;
  position: fixed;
  height: 1.28rem;
  left: 0;
  top: 0.4rem;
  z-index: 1000;
  padding: 0.15rem 0.3rem 0.1rem 0.3rem;
}

.searchBox .city p {
  color: #fff;
  font-size: 0.3rem;
  height: 0.64rem;
  line-height: 0.64rem;
  float: left;
}

.searchBox .city i {
  display: inline-block;
  margin-left: 0.14rem;
  width: 0.14rem;
  height: 0.64rem;
  line-height: 0.64rem;
  background: url("../images/triangle.png") no-repeat center/100%;
}

.searchBox .search {
  width: 4.5rem;
  height: 0.64rem;
  position: relative;
  float: left;
  margin-left: 0.2rem;
}

.searchBox .search i {
  position: absolute;
  left: 0.19rem;
  width: 0.25rem;
  height: 0.64rem;
  line-height: 0.64rem;
  background: url("../images/search.png") no-repeat center/100%;
}

.searchBox .search input {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0.32rem;
  color: #fff;
  font-size: 0.3rem;
  padding-left: 0.57rem;
  height: 0.64rem;
  line-height: 0.64rem;
  text-align: left;
}

.searchBox .search ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
}

.searchBox .search :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}

.searchBox .search ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}

.searchBox .search :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
}

.changeSearchCss {
  padding-top: 0.11rem;
  height: 0.88rem;
  box-sizing: border-box;
  background: #fff;
  top: 0;
  left: 0;
  border-bottom: 1px solid #eee;
}

.changeSearchCss .city p {
  color: #333;
}

.changeSearchCss .city i {
  background: url("../images/triangleChange.png") no-repeat center/100%;
}

.changeSearchCss .search i {
  background: url("../images/searchChange.png") no-repeat center/100%;
}

.changeSearchCss .search input {
  background: #EDEDED;
  color: #333;
}

.changeSearchCss .search ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #878894;
}

.changeSearchCss .search :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #878894;
}

.changeSearchCss .search ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #878894;
}

.changeSearchCss .search :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #878894;
}

.searchNotWeb {
  height: 1.28rem;
  padding-top: 0.5rem;
}

.bannerBox {
  width: 100%;
  height: 4.18rem;
  margin-bottom: 0.2rem;
}

.navBigBox {
  position: relative;
}

.navBigBoxChange {
  position: fixed;
  top: 0.86rem;
  left: 0;
  min-height: 0;
  width: 100%;
}

.navNotWeb {
  top: 1.28rem;
}

.navBox {
  border-bottom: 1px solid #eee;
  background: #fff;
}

.navBox .navTitle {
  padding: 0 0.3rem;
  display: flex;
  justify-content: space-between;
}

.navBox .navTitle li {
  display: flex;
  justify-content: space-between;
  height: 1rem;
  position: relative;
}

.navBox .navTitle li p {
  height: 1rem;
  line-height: 1rem;
  font-size: 0.28rem;
  color: #333;
  font-weight: 700;
}

.navBox .navTitle li .nav-selected {
  color: #FF5C5D;
}

.navBox .navTitle li i {
  line-height: 1rem;
  display: inline-block;
  width: 0.12rem;
  height: 0.06rem;
  margin-left: 0.16rem;
  margin-top: 0.45rem;
  background: url("../images/arrows.png") no-repeat center/100%;
}

.navBox .navTitle li .arrowsOuther {
  width: 0.22rem;
  height: 0.24rem;
  margin-top: 0.35rem;
  background: url("../images/select.png") no-repeat center/100%;
}

.navBox .navTitle li .arrows_selected {
  background: url("../images/arrows-select.png") no-repeat center/100%;
}

.shade {
  height: 2000%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 1rem;
  left: 0;
  z-index: 3;
}

.selecteList {
  position: absolute;
  top: 1rem;
  left: 0rem;
  width: 100%;
  background: #fff;
  padding-left: 0.3rem;
  box-sizing: border-box;
  z-index: 4;
}

.selecteList li {
  width: 100%;
  height: 1rem;
  border-bottom: 1px solid #eee;
  padding-right: 0.3rem;
  box-sizing: border-box;
}

.selecteList li p {
  float: left;
  height: 1rem;
  line-height: 1rem;
  color: #333;
  font-size: 0.30rem;
}

.selecteList li .selected {
  color: #FF5C5D;
}

.selecteList li i {
  float: right;
  width: 0.23rem;
  height: 1rem;
}

.selecteList li .selectedGo {
  background: url("../images/go.png") no-repeat center/100%;
}

.selecteList_fisrt {
  transition: all 0.5s;
  position: absolute;
  /* top: 0.97rem; */
  left: 0rem;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  z-index: 4;
  padding-top: 0.26rem;
}

.selecteList_fisrt > ul {
  padding: 0 0.3rem;
}

.selecteList_fisrt li {
  float: left;
  margin-right: 0.3rem;
  margin-bottom: 0.26rem;
  height: 0.75rem;
  width: 2rem;
  background: #F5F5F5;
  border-radius: 0.14rem;
}

.selecteList_fisrt li p {
  height: 100%;
  width: 100%;
  line-height: 0.75rem;
  color: #333;
  border-radius: 0.14rem;
  text-align: center;
  font-size: 0.3rem;
}

.selecteList_fisrt .selected {
  border: 0.02rem solid #8AA3F5;
  box-sizing: border-box;
  background: #E4E4E4;
}

.selectLabel {
  padding: 0.27rem 0.3rem 0 0.27rem;
}

.selectLabel ul li {
  float: left;
  background: #fff;
  border-radius: 10px;
  padding: 0 0.17rem;
  margin-left: 0.12rem;
  margin-bottom: 0.27rem;
  height: 0.72rem;
}

.selectLabel ul li p {
  height: 0.72rem;
  line-height: 0.72rem;
  color: #666;
  font-size: 0.3rem;
  float: left;
}

.selectLabel ul li i {
  display: inline-block;
  margin: auto 0 auto 0.14rem;
  height: 0.72rem;
  width: 0.15rem;
  background: url("../images/x@2x(1).png") no-repeat center/100%;
}

.selectLabel ul .reset {
  padding: 0;
}

.selectLabel ul .reset i {
  margin-top: 0.21rem;
  height: 0.25rem;
  width: 0.25rem;
  background: url("../images/reset.png") no-repeat center/100%;
}

.selectLabel ul .reset p {
  float: right;
}

.carListBox {
  padding-bottom: 0.5rem;
}

.carListBox p {
  font-size: 0.24rem;
  color: #666;
}

.carListBox .carLoading {
  text-align: center;
  font-size: 0.3rem;
  color: #333;
}

.carList {
  border-bottom: 1px solid #f3f3f3;
  background: #fff;
  padding: 0.36rem 0.1rem 0.36rem 0.36rem;
}

.carList .car_left {
  width: 2.1rem;
  height: 1.8rem;
}

.carList .car_left img {
  width: 100%;
  height: 100%;
}

.carList .car_right {
  margin-left: 0.25rem;
  width: 4.6rem;
}

.carList .car_right .car_title p {
  font-size: 0.32rem;
  color: #333;
  height: 0.36rem;
  line-height: 0.36rem;
  font-weight: 700;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.carList .car_right .firstPayment {
  margin-top: 0.1rem;
  font-size: 0.26rem;
  height: 0.53rem;
  line-height: 0.53rem;
  font-weight: 700;
  vertical-align: bottom;
}

.carList .car_right .firstPayment p {
  color: #080808;
  float: left;
  vertical-align: bottom;
}

.carList .car_right .firstPayment .monthPayment {
  margin-left: 0.35rem;
  color: #70B3E1;
  vertical-align: bottom;
  font-size: 0.26rem;
}

.carList .car_right .firstPayment .firstPaymentNumber {
  font-size: 0.4rem;
  height: 0.5rem;
  line-height: 0.5rem;
  vertical-align: top;
}

.carList .car_right .guidePrice {
  font-size: 0.24rem;
  color: #666;
  height: 0.43rem;
  line-height: 0.43rem;
}

.carList .car_right .others p {
  font-size: 0.24rem;
  color: #999;
  line-height: 0.3rem;
  margin-top: 0.08rem;
}

.carList .car_right .hotLable span {
  display: inline-block;
  height: 0.36rem;
  line-height: 0.36rem;
  color: #fff;
  margin-right: 0rem;
  border-radius: 0.06rem;
  margin-top: 0.12rem;
  padding: 0 0.07rem;
  font-size: 0.22rem;
  background-image: linear-gradient(0deg, #FF655D, #FF775C);
}

.confirmButton a {
  display: block;
  height: 1rem;
  text-align: center;
  line-height: 1rem;
  background-image: linear-gradient(90deg, #070200, #0A0A0A);
  color: #fff;
  font-size: 0.36rem;
  font-weight: 700;
}

.moreScreeningBox {
  width: 100%;
  background: #fff;
  margin-bottom: 0.6rem;
}

.asService {
  padding: 0.5rem 0.3rem 0 0.3rem;
}

.asService > p {
  font-size: 0.34rem;
  color: #333;
}

.asService ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.28rem;
}

.asService ul li {
  margin-bottom: 0.26rem;
  background: #F5F5F5;
  box-sizing: border-box;
  border-radius: 0.14rem;
}

.asService ul li p {
  width: 2.1rem;
  height: 0.75rem;
  color: #333;
  line-height: 0.75rem;
  text-align: center;
  border-radius: 0.14rem;
  font-size: 0.3rem;
}

.asService ul .selected {
  border: 0.02rem solid #FF5C5D;
  box-sizing: border-box;
  background: #ffeeef;
  border-radius: 0.14rem;
  box-sizing: border-box;
}

.carType {
  padding: 0 0.32rem;
  padding-bottom: 0.5rem;
}

.carType > p {
  font-size: 0.34rem;
  color: #333;
  margin: 0.4rem 0 0.28rem 0;
}

.carType ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.carType ul li {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 0.26rem;
  background: #f5f5f5;
  border-radius: 0.14rem;
}

.carType ul li img {
  width: 2.1rem;
  border-radius: 0.14rem;
}

.carType ul li p {
  width: 2.1rem;
  color: #333;
  font-size: 0.26rem;
  height: 0.26rem;
  line-height: 0.26rem;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0.3rem;
}

.carType ul .selected {
  border: 0.02rem solid #FF5C5D;
  box-sizing: border-box;
  background: #ffeeef;
  border-radius: 0.14rem;
  box-sizing: border-box;
}

.carType ul .dd {
  flex: 33.333%;
}

.carType .viewInformation {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.98rem;
  box-shadow: 0 0 0.2rem #ddd;
}

.carType .viewInformation p {
  float: left;
  height: 0.98rem;
  line-height: 0.98rem;
  text-align: center;
  font-size: 0.3rem;
  font-weight: 700;
}

.carType .viewInformation .resetButton {
  width: 33.33333%;
  background: #fff;
}

.carType .viewInformation .viewButton {
  background: linear-gradient(90deg, #FF825C, #FF5C5D);
  font-size: 0.36rem;
  width: 66.666666%;
  color: #fff;
}

body {
  height: 100%;
}

.mui-bar {
  -webkit-box-shadow: none;
  box-shadow: none;
}

p {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0;
}

/* 轮播图小圆点样修改 */
.mui-slider-indicator {
  bottom: 4px;
}

.mui-slider-indicator .mui-indicator {
  height: 4px;
  margin: 1px 2px;
}

.mui-slider-indicator .mui-active {
  width: 12px;
  height: 4px;
  border-radius: 2px;
}

.mui-content {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

.mui-bar-nav ~ .mui-content {
  /* padding-top: 1.2rem !important; */
}

.mui-indexed-list-bar a {
  height: 0.4rem !important;
  line-height: 0.4rem !important;
}
.selecteList_month{
  margin-top: 6.5rem;
}
