body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,dd,hr,ul,ol,td,input,option,textarea{
	margin:0;
	padding:0;
}
ul{
	list-style: none;
}
a{
  text-decoration:none;
  color: black;
}
img{
	border: none;
	display: block;
}
html,body{
  box-sizing: border-box;
  background: #F5F7FA;
  overflow-x: hidden;
}
/* 头部 */
header{
  width: 100%;
  height: 12vw;
  box-sizing: border-box;
  padding: 2vw 3vw;
  display: flex;
  position: fixed;
  z-index: 10;
  
}
header .city{
  display: block;
  height: 8vw;
  color: white;
  font-size: 3.8vw;
  line-height: 8vw;
  padding-right: 1vw;
  position: relative;
  float: left;
}
/*  */
header .search{
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 8vw;
  background: #EFF2F6;
  border-radius: 1000px;
  color: #BEC5CF;
  text-align: center;
  line-height: 8vw;
  font-size: 3.7vw;
}
header .kefu{
  height: 8vw;
  text-align: center;
  display: block;
  padding: 0 1.6vw 0 3.2vw;
  font-size: 3.2vw;
}
header .kefu .icon-user{
  font-size: 5vw;
  line-height: 8vw;
  color: #303741;
}
.scroll{
  background-color: #fff;
  -webkit-transition: background-color 1s ease;
  -moz-transition: background-color 1s ease;
  -o-transition: background-color 1s ease;
  transition: background-color 1s ease;
}
.scroll a,.scroll a .icon-kefu{
  color: #303741;
  -webkit-transition: color 1s ease;
  -moz-transition:color 1s ease;
  -o-transition:color 1s ease;
  transition:color 1s ease;
}
/* 搜索弹窗 */
.searchPage{
  width: 100vw;
  background:#F5F5F5;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  height: 100%;
  overflow: auto;
}
.searchPage .head{
  width: 100%;
  height: 12vw;
  padding: 2vw 1vw;
  display: flex;
  box-sizing: border-box;
}
.searchPage .head .cancel{
  display: block;
  width: 10vw;
  height: 8vw;
  text-align: center;
  line-height: 8vw;
  padding-right: 1vw;
}
.searchPage .head .cancel .icon-quxiao{
  font-size: 5vw;
  color: #C9C9C9;
}
.searchPage .head form input{
  width: 75vw;
  height: 8vw;
  outline: none;
  border: 1px solid #eee;
  box-sizing: border-box;
  padding: 0 2vw;
  border-radius: 3px;

}
.searchPage .head .sousuo{
  width: 12vw;
  height: 8vw;
  display: block;
  color: #C9C9C9;
  text-align: center;
  line-height: 8vw;
}
.searchPage .head .sousuo .icon-sousuo{
  font-size: 6vw;
}
.searchPage .past{
  width: 100vw;
  background: #fff;
}
.searchPage .past ul{
  width: 100%;
  height: 100%;
  padding: 0 4vw;
  box-sizing: border-box;
}
.searchPage .past ul li{
  width: 100%;
  height: 12vw;
  line-height: 12vw;
  border-bottom: 1px solid #eee;
}
.searchPage .past ul li a{
  display: block;
  width: 100%;
  height: 100%;
  color: #949991;
  font-size: 4vw;
}
.searchPage .past .clean{
  display: block;
  width: 100%;
  height: 10vw;
  text-align: center;
  line-height: 10vw;
  font-size: 4vw;
  color: #303741;
}
.searchPage .brand{
  width: 100%;
  background:#fff;
  margin-top: 2vw;
  padding:2vw 4vw 3vw;
  box-sizing: border-box;
  font-size: 4vw;
}
.searchPage .brand p{
  padding-bottom: 4vw;
}
.searchPage .brand .brandbox{
  width: 100%;
}
.searchPage .brand .brandbox a{
  width: 24vw;
  display: inline-block;
  padding: 2vw 2vw;
  border: #eee solid 1px;
  border-radius: 5px;
  color: #404040;
  margin: 0 .5vw;
  text-align: center;
  margin-bottom: 2vw;
  font-size: 3.8vw;
}
/* 城市选择 */
.citybox{
  width: 100vw;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
  background:rgba(50,50,50,0.2);
}
.citybox .head{
  width: 100%;
  height: 10vw;
  padding: 1vw 3vw;
  box-sizing: border-box;
  background: #fff;
  display: flex;
  justify-content: space-between;
}
.citybox .head a{
  display: block;
  width: 14vw;
  height: 8vw;
  font-size: 3.8vw;
  line-height: 8vw;
  text-align: center;
}
.citybox .head .city{
  color: #404040;
  padding-right: 4vw;
}
.citybox .head .cancel{
  color: #949991;
}
.citybox .choose{
  width: 92%;
  margin: 0 auto;
  height: 86%;
  background: #fff;
  margin-top: 5vw;
  border-radius: 5px;
  overflow: hidden;
  overflow-y: auto;
}
.citybox .choose .title{
  width: 100%;
  height: 12vw;
  background:#71CA80;
  border-radius: 5px 5px 0 0 ;
  text-align: center;
  line-height: 12vw;
  font-size: 3.6vw;
  color: #fff;
}
.citybox .choose .item{
  width: 100%;
  /* height: ; */
}
.citybox .choose .item .tab{
  width: 100%;
  height: 8vw;
  background: #F5F7FA;
  font-size: 3vw;
  color: #8f96a0;
  line-height: 8vw;
  padding: 0 2vw;
  box-sizing: border-box;
}
.citybox .choose .item .tab_content{
  width: 100%;
  /* height: ; */
  display: flex;
  flex-wrap: wrap;
  padding: 0 4vw 0 2vw;
  box-sizing: border-box;
}
.citybox .choose .item .tab_content li{
  height: 8vw;
  width: 22.4%;
  text-align: center;
  line-height: 8vw;
  margin: 1vw;
  font-size: 3.8vw;
}
.citybox .choose .item .tab_content li a{
  width: 100%;
  height: 100%;
  display: block;
  color: #969A9F;
}
.citybox .side{
  width: 11vw;
  height: 100vw;
  position: fixed;
  right: 0;
  top: 45vw;
}
.citybox .side ul{
  width: 100%;
  height: 100%;
}
.citybox .side ul li{
  width: 100%;
  height: 4vw;
}
.citybox .side ul li a{
  display: block;
  width: 50%;
  height: 100%;
  text-align: center;
  line-height: 4vw;
  font-size: 3vw;
  color: #303741;
}
/* 汽车列表 */
.carList{
  width: 100vw;
  box-sizing: border-box;
  padding: 0 5vw 15vw;
  margin-top: 1.8vw;
  background: #fff;
}
.carList .tj-title{
  width: 100%;
  height: 10vw;
}
.carList .tj-title p{
  line-height: 10vw;
  font-size: 4.6vw;
}
.carList ul{
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.carList ul li{
  width: 48%;
  margin-bottom: 4vw;
  box-shadow: 0 1px 7px -2px grey;
}
.carList ul li a{
  display: block;
  width: 100%;
  height: 100%;
}
.carList ul li a .imgbox{
  width: 100%;
  height: 32vw;
  position: relative;
}
.carList ul li a .imgbox img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.carList ul li a .imgbox p{
  height: 8vw;
  line-height: 8vw;
  background:rgba(50,50,50,0.5);
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  padding: 0 2vw;
  font-size: 3vw;
}
.carList ul li a .detail{
  width: 100%;
  padding: 2vw 2vw;
  box-sizing: border-box;
}
.carList ul li a .detail h4{
  font-size: 0.32rem;
  margin-bottom: 1vw;
  overflow: hidden;
  white-space: nowrap;
}
.carList ul li a .detail p{
  font-size: 3.8vw;
  height: 10vw;
  margin-bottom: 1vw;
  overflow: hidden;
}
.carList ul li a .detail .price{
  width: 100%;
  font-size: 3.8vw;
  margin-bottom: 1.5vw;
}
.carList ul li a .detail .price span{
  color: #ff7147;
  font-size: 4vw;
  font-weight: bold;
}
.carList ul li a .detail .licheng {
  width: 100%;
  font-size: 3.2vw;
  margin-bottom: 1vw;
  height: 4vw;
}
.carList ul li a .detail .licheng .gongli {
  color: #000000;
  float: right;
}
.carList ul li a .detail .price b{
  display: inline-block;
  padding: 1vw 2vw;
  background: #E8F7EB;
  color: #22ac38;
  font-size: 3vw;
  border-radius: 3px;
  font-weight: 400;
  float: right;
}
.carList .tag-new{
  background: url(/static/modular/che/images/yanse.png) no-repeat;
  background-size: 100px 100px;
  zoom: .55;
  font-size: 20px;
  text-indent: 0;
  color: #fff;
  text-align: center;
  line-height: 36px;
  position: relative;
  top: -78vw;
  left: 0;
  white-space: nowrap;
  z-index: 4;
  overflow: hidden;
}
.carList .tag-new {
  width: 76px;
  height: 38px;
  background-position: 0 -44px;
}
.carList .tit{
  width: 100%;
  height: 10vw;
  font-size: 3vw;
  text-align: center;
  line-height: 10vw;
  color: #BEC5CF;
}

