/* 公共标题 */
div.car_list_cTitle{
  padding: 0 5px;
  display: flex;
  justify-content: space-between;
  color: #666;
  background: #f8f8f8;

/*  color: #fff;
  background: #256a9a;
  box-sizing: border-box;*/
  font-size: 16px;
  height: 32px;
  line-height: 32px;
}
div.car_list_cTitle a.send_comment{
  flex: 0 0 90px;
  width: 30px;
  height: 30px;
}
div.car_list_cTitle a.send_comment img{
  width: 100%;
  height: 100%;
}
div.car_list_cTitle .brand_active{
  background: #fff;
  color: #256a9a;
}
div.car_list_cTitle .brand_title{
  display: flex;
}
div.car_list_cTitle .brand_title li{
  padding: 0 10px;
  box-sizing: border-box;
  cursor: pointer;
}

/* 字体统一大小 */
.car_list_wrapper{
  font-size: 12px;
  color: #2d374b;
}
.car_list_wrapper a{
  color: #2d374b;
}

/* 统一搜索模块 */
.car_search .search_wrapper .select.novalue .select_name{ 
  color: #999;
}
.car_search .search_wrapper .select_brand.selectshake,.keywords_input.selectshake{
  border-color: #256a9a !important
}
.car_search .search_wrapper .select_series.selectshake{
  border-color: #256a9a !important
}
.car_list_wrapper .car_search {
  margin-bottom: 20px;
}
.car_search .search_wrapper .select{
  margin-right: 20px;
  position: relative;
  flex: 0 0 200px;
  width: 200px;
  height: 38px;
  font-size: 14px;
  border-radius: 3px;
  border: 1px solid #ddd;
  line-height: 38px;
  cursor: pointer;
  background: #fff;
  color: #666;
}
.car_search .search_wrapper .select:hover{
  border: 1px solid #aaa;
}
.car_search .search_wrapper .select .select_list{
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  height: 480px;
  max-height: 480px;
  border: 1px solid #e5e5e5;
  background: #fff;
  -webkit-box-shadow: 0px -1px 10px #EAE7E7;
  box-shadow: 0px -1px 10px #EAE7E7;
  box-sizing: border-box;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.car_search .search_wrapper .select .select_list .num_name {
}
.car_search .search_wrapper .select .select_arrow{
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  top: 16px;
  right: 10px;
  overflow: hidden;
  cursor: pointer;
  border-left: 4px dashed transparent;
  border-right: 4px dashed transparent;
  border-top: 4px solid #aaa;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.car_search .search_wrapper .select .select_name{
  padding-left: 10px;
  font-size: 16px;
}

.car_search .search_wrapper .select_brand .sort_box{
  padding:10px 10px 10px 40px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  font-size: 14px;
  overflow-x: hidden;
  overflow-y: auto;
}
.car_search .search_wrapper .select_brand .sort_list{
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  box-sizing: border-box;
  height: 30px;
  line-height: 30px;
}
.car_search .search_wrapper .select_brand .sort_list:hover {
  background: #f8f8f8;
}

.car_search .search_wrapper .select_brand .sort_letter{
  height: 30px;
  line-height: 30px;
  color:#787878;
  font-size: 14px;
  width: 100%;
  flex: 0 0 100%;
  background: #d8d8d8;
}
.car_search .search_wrapper .select_brand .sort_letter span{
  width: 30px;
  height: 30px;
  text-align: center;
  display: inline-block;
  line-height: 30px;
  font-weight: bold;
  font-size: 14px;
  color: #000;
}
.car_search .search_wrapper .select_brand .initials{
 
  position: absolute;
  top: 10px;
  left: 10px;
  height: 100% !important;
  width: 15px;
  text-align: center;
  font-size: 12px;
  z-index: 99;
  background: rgba(145,145,145,0);
 
}
.car_search .search_wrapper .select_brand .initials ul{
  padding-right: 20px; 
  border-right: 1px solid #eee;
}
.car_search .search_wrapper .select_brand .initials li{
  height: 16px !important;
}
.car_search .search_wrapper .select_brand .initials li img{
  width: 14px;
}
.car_search .search_wrapper .select_series .select_list{
  overflow-x: hidden;
  overflow-y: scroll;
}
.car_search .search_wrapper .select_series .select_list li{
  height: 35px;
  line-height: 35px;
}
.car_search .search_wrapper .select_series .select_list .sort_list{
  padding: 0 10px;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.car_search .search_wrapper .select_series .series_group{
  padding: 2px 10px;
  height: 35px;
  line-height: 35px;
  color:#333;
  font-size: 14px;
  font-weight: 700;
  width: 100%;
  flex: 0 0 100%;
  background: #d8d8d8;
}
.car_search .search_wrapper .select_series .sort_list:hover {
  background: #f8f8f8;
}

.car_search .search_wrapper .select_cartype .select_list{
  overflow-x: hidden;
  overflow-y: scroll;
}

.car_search .search_wrapper .select_cartype .select_list .sort_list{
  padding: 0 10px;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.car_search .search_wrapper .select_cartype .cartype_group{
  padding: 2px 10px;
  height: 35px;
  line-height: 35px;
  color:#333;
  font-size: 14px;
  font-weight: 700;
  width: 100%;
  flex: 0 0 100%;
  background: #d8d8d8;
}
.car_search .search_wrapper .select_cartype .sort_list:hover {
  background: #f8f8f8;
}

.car_search .search_wrapper .keywords_input input{
  padding-left: 10px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: none;
  background: #fff;
  color: #666;
  font-size: 16px;
}
.car_search .search_wrapper .keywords_input input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}
.car_search .search_wrapper .keywords_input input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}
.car_search .search_wrapper .keywords_input input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}
.car_search .search_wrapper .keywords_input input::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
}
.car_search .search_wrapper .button{
  margin-right: 20px;
  position: relative;
  flex: 0 0 80px;
  width: 80px;
  height: 38px;
  font-size: 14px;
  border-radius: 3px;
  border: 1px solid #ddd;
  line-height: 38px;
  cursor: pointer;
  background: #00cecf;
  color: #fff;
}
.car_search .search_wrapper .button form{
  display: block;
  width: 100%;
  height: 100%;
}
.car_search .search_wrapper .button button{
  cursor: pointer;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0);
  box-sizing: border-box;
  border: none;
  text-align: center;
  color: #fff;
  font-size: 16px;
}

/* 友情链接模块 */
.content-wrapper .car_bLink_wrapper{
  margin: 40px auto 0 auto;
  width: 100%;
  border:1px solid #ddd;
}
.content-wrapper .car_bLink_wrapper ol{
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: rgba(37,106,154,0.2);
}
.content-wrapper .car_bLink_wrapper ol li{
  float: left;
  width: 140px;
  color: #333;
  text-align: center;
  font-size: 20px;
  cursor: pointer;  
}
.content-wrapper .car_bLink_wrapper ol li.car_bLink_active{
  background: #fff !important;
  color: #0088e7;
}
.content-wrapper .car_bLink_wrapper div{
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  display: none;
}
.content-wrapper .car_bLink_wrapper div a{
  font-size: 14px;
  color: #666;
  line-height: 35px;
  padding-right: 5px;
}
.content-wrapper .car_bLink_wrapper div a:last-child{
  color: #0088e7;
}

/*车型导航模块*/
.car_list_wrapper .car-detail-nav{
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #f7f7f7;
}
.car_list_wrapper .car-detail-nav .list{
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.car_list_wrapper .car-detail-nav .list li{
  padding: 0 20px;
  font-size: 16px;
  color: #333;
  height: 100%;
}
.car_list_wrapper .car-detail-nav .list li.active{
  border-top: 3px solid #256a9a;
  background: #fff;
  box-sizing: border-box;

}




/* car-index top */


.content-wrapper{
  width: 1200px;
  margin:0 auto;
  border-bottom: 2px solid #256a9a;
}
.content-wrapper .car_ad_wrapper{
  display: flex;
  margin:20px auto;
  width: 100%;
  height: 100px;
  max-height: 100px;
  overflow: hidden;
}
.content-wrapper .car_ad_wrapper .car_ad{
  flex: 1;
  border:1px solid #ddd;
  box-sizing: border-box;
}
.content-wrapper .car_ad_wrapper .car_ewm{
  margin-left: 20px;
  flex: 0 0 250px;
  width: 250px;
  height: 100%;
  border:1px solid #ddd;
  box-sizing: border-box;
}
.content-wrapper .car_ad_wrapper .car_ewm div{
  float: left;
  height: 100%;
  width: 100px;
}
.content-wrapper .car_ad_wrapper .car_ewm div img{
  width: 100%;
  height: 100%;
} 
.content-wrapper .car_ad_wrapper .car_ewm div:last-child{
  width: 148px;
}
.content-wrapper .car_ad_wrapper .car_ewm div p:first-child{
  padding-top: 20px;
}
.content-wrapper .car_ad_wrapper .car_ewm div p{
  font-size: 16px;
  color: #333;
  text-align: center;
}
.content-wrapper .car_ad_wrapper .car_ewm div p:last-child{
  font-size: 14px;
  color: #666;
}


.content-wrapper .car_bread_wrapper{
  margin: 50px auto 0 auto;
  width: 1200px;
  color: #333;
  font-size: 16px;
}
.content-wrapper .car_bread_wrapper a{
  color: #256a9a;
}
.car_list_wrapper,.car_middle,.car_brand_list{
  width: 100%;
  margin: 20px auto 0 auto;
}
.car_list_wrapper section.border_section{
  border-bottom: 1px solid #D9DDE5;
  border-left: 1px solid #D9DDE5;
  border-right: 1px solid #D9DDE5;
}
.car_list_wrapper div.flex_div,
.car_list_wrapper ul.flex_div{
  padding: 10px 0 10px 10px;
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
  box-sizing: border-box;
}
.car_list_wrapper ul.after_div:after,
.car_list_wrapper div.after_div:after{
  content:' ';
  flex:auto;
}
.car_list_wrapper .car_list .brand_list{
  display: none;
}
.car_list_wrapper .car_list .brand_list a{
  margin-right: 10px;
  display: flex;
  flex-direction: column;
  position: relative;
  width: -webkit-calc((100% - 10px*14)/ 14);
  width: calc((100% - 10px*14)/ 14);
  height: 90px;
  color: #2d374b;
}
.car_list_wrapper .car_list .brand_list a img{
  width: 100%;
  height: 60px;
  border: 1px solid #D9DDE5;
  box-sizing: border-box;
}
.car_list_wrapper .car_list .brand_list a p{
  height: 30px;
  line-height: 30px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* car-index middle */
.car_list_wrapper .car_middle{
  display: flex;
  flex-wrap: wrap;
}
.car_list_wrapper .car_middle .car_m_left{
  flex: 1;
  min-width: 0;
}
.car_list_wrapper .car_middle .car_m_left .block,
.car_list_wrapper .car_middle .car_m_right .block{
  margin-bottom: 20px;
}
.car_list_wrapper .car_middle .car_m_left .block .list li{
  margin-bottom: 10px;
  margin-right: 10px;
  display: flex;
  flex-direction: column;
  width: -webkit-calc((100% - 10px*5)/ 5);
  width: calc((100% - 10px*5)/ 5);
  color: #2d374b;
}
.car_list_wrapper .car_middle .car_m_left .block .list li .img{
  width: 100%;
  height: 100px;
}
.car_list_wrapper .car_middle .car_m_left .block .list li .img img{
  width: 100%;
  height: 100%;
}
.car_list_wrapper .car_middle .car_m_left .block .list li p{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  height: 30px;
  line-height: 30px;
}
.car_list_wrapper .car_middle .car_m_left .block .list li .price {
  line-height: 20px;
}
.car_list_wrapper .car_middle .car_m_left .block .list li a{
  color: #2d374b
}
.car_list_wrapper .car_middle .car_m_left .block .list li .price a{
  color: #FD5800;
}
.car_list_wrapper .car_middle .car_m_left .block .list li a.kind_icon{
  margin: 0 auto;
  display: block;
  width: 30px;
  height: 30px;
}
.car_list_wrapper .car_middle .car_m_left .block .list li a.kind_icon img{
  width: 100%;
  height: 100%;
}
.car_list_wrapper .car_middle .car_m_left .block .list1{
  padding: 10px 0 10px 10px;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.car_list_wrapper .car_middle .car_m_left .block .list1 a{
  margin: 0 10px 10px 0;
  color: #2d374b;
}
.car_list_wrapper .car_middle .car_m_left .block .car_cate_list ol,
.car_list_wrapper .car_middle .car_m_left .block .car_cate_list ul{
  flex: 0 0 100%;
  width: 100%;
}
.car_list_wrapper .car_middle .car_m_left .block .car_cate_list ol{
  display: flex;
  align-items: center;
  background: #f7f7f7;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  border-top: 1px solid #D9DDE5
}
.car_list_wrapper .car_middle .car_m_left .block .car_cate_list ol li{
  flex: 1;
  text-align: center;
  cursor: pointer;
}
.car_list_wrapper .car_middle .car_m_left .block .car_cate_list ol li.car_search_active,
.car_list_wrapper .car_middle .car_m_left .block .car_cate_list ol li.first{
  border-top: 2px solid #256a9a;
  box-sizing: border-box;
  background: #fff;
}
.car_list_wrapper .car_middle .car_m_left .block .car_cate_list ul{
  display: none;
  padding: 10px 0 10px 10px;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.car_list_wrapper .car_middle .car_m_left .block .car_cate_list ul li{
  margin: 0 10px 10px 0;
  width: calc((100% - 10px*7)/ 7);
  flex: 0 0 calc((100% - 10px*7)/ 7);
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.car_list_wrapper .car_middle .car_m_right{
  margin-left: 20px;
  flex: 0 0 300px;
  width: 300px;
}
.car_list_wrapper .car_middle .car_m_right .block .list{
  
  box-sizing: border-box;
}
.car_list_wrapper .car_middle .car_m_right .block .list li{
  padding: 5px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  border-bottom: 1px solid #D9DDE5;
}
.car_list_wrapper .car_middle .car_m_right .block .list li a{
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #2d374b;
}
.car_list_wrapper .car_middle .car_m_right .block .list li .time{
  flex: 0 0 30%;
  width: 30%;
  color: #666;
  text-align: right;
  font-size: 12px;
}
.car_list_wrapper .car_middle .car_m_right .block .list1 a {
  display: block;
  padding: 5px 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #D9DDE5;
}
.car_list_wrapper .car_rank .rank_wrap{
  padding-right: 10px;
  justify-content: space-between;
}
.car_list_wrapper .car_rank .rank_wrap .rank{
  margin-right: 20px;
  flex: 1;
  min-width: 0;
}
.car_list_wrapper .car_rank .rank_wrap .rank p.title{
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
}
.car_list_wrapper .car_rank .rank_wrap .rank p.title:before{
  padding-right: 5px;
  display: inline-block;
  content:'';
  border-top: 6px dashed transparent;
  border-bottom: 6px dashed transparent;
  border-left: 6px solid #d42333;
  width: 0;
  height: 0;
}
.car_list_wrapper .car_rank .rank_wrap .rank:nth-child(3n){
  margin-right: 0;
}
.car_list_wrapper .car_rank .rank_wrap .rank ul{
  margin-top: 10px;
}
.car_list_wrapper .car_rank .rank_wrap .rank ul li{
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.car_list_wrapper .car_rank .rank_wrap .rank ul li em{
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  background: #999;
  color: #fff;
  text-align: center;
}
.car_list_wrapper .car_rank .rank_wrap .rank ul li:nth-child(1) em,
.car_list_wrapper .car_rank .rank_wrap .rank ul li:nth-child(2) em,
.car_list_wrapper .car_rank .rank_wrap .rank ul li:nth-child(3) em{
  background: #d42333;
}
.car_list_wrapper .car_rank .rank_wrap .rank ul li a{
  margin-left: 10px;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


/* car-brand top */
.car_list_wrapper .car_brand_title .content .logo{
  flex: 0 0 120px;
  width: 120px;
  border: 1px solid #D9DDE5;
  padding: 15px;
  text-align: center;
}
.car_list_wrapper .car_brand_title .content .logo img{
  width: 100px;
  height: 100px;
}
.car_list_wrapper .car_brand_title .content .info{
  margin: 0 10px 0 10px;
  flex: 1;
}
.car_list_wrapper .car_brand_title .content .info .title{
  display: inline;
  font-size: 64px;
  line-height: 100px;
  color: #2d374b;
  /*display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; */
}
.car_list_wrapper .car_brand_title .content .info .show_more{
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 25px;
  color: #256a9a;
}

/* car-brand middle */
.car_list_wrapper .car_brand_list .list .item{
  padding: 10px;
  margin: 0 10px 10px 0;
  width: -webkit-calc((100% - 10px*2)/ 2);
  width: calc((100% - 10px*2)/ 2);
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
}
.car_list_wrapper .car_brand_list .list .item section{
  display: flex;
  align-items: center;
}
.car_list_wrapper .car_brand_list .list .item section .img{
  display: block; 
  position: relative;
  margin: 0;
  flex: 0 0 calc(9/14*60%);
  width: calc(9/14*60%);
  padding-top: calc(5/14*60%);
  height: 0;
  overflow: hidden;
}
.car_list_wrapper .car_brand_list .list .item section .img img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.car_list_wrapper .car_brand_list .list .item section .info{
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  flex: 1;
}
.car_list_wrapper .car_brand_list .list .item section .info p{
  display: flex;
  align-items: center;
}
.car_list_wrapper .car_brand_list .list .item section .info p span{
  margin: 0 10px 2px 0;
  width: -webkit-calc((100% - 10px*2)/ 2);
  width: calc((100% - 10px*2)/ 2);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.car_list_wrapper .car_brand_list .list .item section .info p span em{
  font-weight: bold;
  color: #256a9a
}
.car_list_wrapper .car_brand_list .list .item section .info p.price{
  margin-bottom: 2px;

}
.car_list_wrapper .car_brand_list .list .item section .info p.price em{
  color: #FD5800;
  flex: 0 0 50%;
  width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.car_list_wrapper .car_brand_list .list .item section .info p.other a{
  color: #256a9a;
}

/* car-series top */
.car_list_wrapper .block .car_series_info{
  display: flex;
  flex-wrap: wrap;
}
.car_list_wrapper .block .car_series_info .series_img{
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #D9DDE5;
  flex: 0 0 320px;
  width: 320px;
}
.car_list_wrapper .block .car_series_info .series_img .big{
  position: relative;
  padding-bottom: 160px;
  margin: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
}
.car_list_wrapper .block .car_series_info .series_img .big img{
  position: absolute;
  width: 100%;
  height: 100%;
}
.car_list_wrapper .block .car_series_info .series_img .arr_img{
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
.car_list_wrapper .block .car_series_info .series_img .arr_img li{
  margin-right: 5%;
  flex: 0 0 30%;
  width: 30%;
  display: flex;
}
.car_list_wrapper .block .car_series_info .series_img .arr_img li:nth-child(3){
  margin-right: 0;
}
.car_list_wrapper .block .car_series_info .series_img .arr_img li a{
  position: relative;
  padding-bottom: 60px;
  margin: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
}
.car_list_wrapper .block .car_series_info .series_img .arr_img li a img{
  position: absolute;
  width: 100%;
  height: 100%;
}
.car_list_wrapper .block .car_series_info .series_info,
.car_list_wrapper .block .car_series_info .series_grade{
  flex: 1;
}
.car_list_wrapper .block .car_series_info .series_info .info{
  margin-right: 10px;
  border: 1px solid #D9DDE5;
}
.car_list_wrapper .block .car_series_info .series_info .info .item{

  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #D9DDE5;
}
.car_list_wrapper .block .car_series_info .series_info .info .item:last-child{
  border-bottom: 0;
}
.car_list_wrapper .block .car_series_info .series_info .info .item .title{
  padding: 5px 0 5px 10px;
  flex: 0 0 25%;
  width: 25%;
  color: #fff;
  background: #676767;
  box-sizing: border-box;
}
.car_list_wrapper .block .car_series_info .series_info .info .item .content{
  padding: 5px 0 5px 10px;
  flex: 1;
}
.car_list_wrapper .block .car_series_info .series_info .info .item .price{
  color: #FD5800;
  font-weight: bold;
}
/* car-series middle */
.car_list_wrapper .block .car_list{}
.car_list_wrapper .block .car_list ul{
  display: flex;
}
.car_list_wrapper .block .car_list ul.car_list_title li{
  background: #676767;
  color: #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.car_list_wrapper .block .car_list ul.car_list_title li:last-child{
  border-right: 0;
}
.car_list_wrapper .block .car_list ul li{
  padding: 3px 0; 
  text-align: center;
  flex: 1;
  box-sizing: border-box;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.car_list_wrapper .block .car_list ul li.t1,
.car_list_wrapper .block .car_list ul li.t4{
  flex: 0 0 30%;
  width: 30%;
}
.car_list_wrapper .block .car_list ul li.t1 img{
  padding-right: 5px;
  width: 15px;
  height: 15px;
  line-height: 20px;
}
.car_list_wrapper .block .car_list .car_list_content{
  display: none;
}
.car_list_wrapper .block .instruction_list{
  flex-direction: column;
}
.car_list_wrapper .block .instruction_list li{
  margin-bottom: 5px;
  padding-right: 10px;
}
.car_list_wrapper .block .discount_list{

}
.car_list_wrapper .block .discount_list ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
}
.car_list_wrapper .block .discount_list li{
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  padding-right: 10px;
  width: -webkit-calc((100% - 10px*2)/ 2);
  width: calc((100% - 10px*2)/ 2);
}
.car_list_wrapper .block .discount_list li a:nth-child(3n){
  min-width: 0;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.car_list_wrapper .block .discount_list li span,
.car_list_wrapper .block .discount_list li a:nth-child(2n){
  flex: 0 1 auto;
  color: #666;
  text-align: right;
}
.car_list_wrapper .block .discount_list li div.arlimit{
  margin-left: 5px;
  min-width: 0;
  flex: 1;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; 
}
.car_list_wrapper .block .discount_list li div.arlimit a{
  width: 100%;
 /* overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;*/
}

/* car-series right */
.car_list_wrapper .car_middle .car_m_right .block .car_list{}
.car_list_wrapper .car_middle .car_m_right .block .car_list li{
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 5px;
  padding-right: 10px;
  width: -webkit-calc((100% - 10px*2)/ 2);
  width: calc((100% - 10px*2)/ 2);
}
.car_list_wrapper .car_middle .car_m_right .block .car_list li a.img{
  position: relative;
  margin: 0;
  padding-bottom: 75%;
  overflow: hidden;
  width: 100%;
  height: 0;
}
.car_list_wrapper .car_middle .car_m_right .block .car_list li a.img img{
  position: absolute;
  width: 100%;
  height: 100%;
}
.car_list_wrapper .car_middle .car_m_right .block .car_list li p{
  margin-top: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}

/* car-comment top */
.car_list_wrapper .block .car_series_info .series_grade p.title,
.car_list_wrapper .block .car_series_info .series_grade .grade{
  color: #256a9a;
  font-weight: bold;
}
.car_list_wrapper .block .grade_list{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.car_list_wrapper .block .grade_list .item{
  flex: 0 0 50%;
  display: flex;
  align-items: center;
}
.car_list_wrapper .block .grade_list .item span.stars{
  width: 40% !important;
  display: flex;
  align-items: center;
  flex: 0 0 40%;
}
.car_list_wrapper .block .grade_list .item span.grade{
  flex: 0 1 auto;
}
.car_list_wrapper .block .grade_list .item span{
  margin: 5px 10px 0px 0;
  flex: 0 0 20%;
}
.car_list_wrapper .block .car_series_info .series_grade .grade_operate{
  display: flex;
  margin: 10px 0;
}
.car_list_wrapper .block .car_series_info .series_grade .grade_operate a{
  margin-right: 10px;
  display: inline-block;
  width: 96px;
  height: 34px;
}
.car_list_wrapper .block .car_series_info .series_grade .grade_operate a img{
  width: 100%;
  height: 100%;
}
.car_list_wrapper .block .car_comment_box .car_comment_item{
  margin-bottom: 10px;
  display: flex;
  flex: 0 0 100%;
  width: 100%;
}
.car_list_wrapper .block .car_comment_box .car_comment_item .avatar{
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.car_list_wrapper .block .car_comment_box .car_comment_item .avatar img{
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.car_list_wrapper .block .car_comment_box .car_comment_item .content{
  flex: 1;
  margin-left: 20px;
  margin-right: 10px;
}
.car_list_wrapper .block .car_comment_box .car_comment_item .content .user_info{
  font-weight: bold;
}
.car_list_wrapper .block .car_comment_box .car_comment_item .content .car_desc{
  margin: 3px 0;
  color: #666;
}
.car_list_wrapper .block .car_comment_box .car_comment_item .content .car_time{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #999;
  font-size: 12px;
}
.car_list_wrapper .block .car_reply_box{
  padding-right: 10px;
  margin-top: 10px;
  flex: 0 0 100%;
  width: 100%;
}
.car_list_wrapper .block .car_reply_box .car_replyArea{
  margin-top: 10px;
  width: 100%;
}
.car_list_wrapper .block .car_reply_box .car_replyArea textarea{
  padding: 20px;
  width: 100%;
  height: 120px;
  resize: none;
  box-sizing: border-box;
  font-size: 14px;
  color: #666;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.car_list_wrapper .block .car_reply_box .car_replyButton{
  display: inline-block;
  padding: 8px 20px;
  margin-top: 10px;
  background: #d42333;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
}
.car_list_wrapper .block .car_comment_box .car_other_comment{
  margin-top: 10px;
}
.car_list_wrapper .block .car_comment_box .car_other_comment .content{
  margin-right: 0;
}
.car_list_wrapper .block .car_reply_box .grade_list{
  flex: 0 0 100%;
  width: 100%;
}
.car_list_wrapper .block .car_reply_box .grade_list .item span.grade{
  flex: 0 1 auto
}
.car_list_wrapper .block .car_reply_box .grade_list .item span{
  flex: 0 0 12%;
}
.car_list_wrapper .block .car_reply_box .grade_list .item span.stars{
  flex: 0 0 30%;
  width: 30% !important;
}

/* car-params top */
.car_list_wrapper .car_params .paramsList_box{}
.car_list_wrapper .car_params .paramsTitle_box{
  z-index: 1;
}
.car_list_wrapper .car_params .paramsTitle_box .paramsList .params_item:nth-child(1){
  background: rgb(249,249,249)
}
.car_list_wrapper .car_params .paramsTitle_box .paramsList .params_item:nth-child(1) td.text{
  color: #256a9a;
  font-weight: bold;
  height: 50px;
  overflow: hidden;
  max-height: 50px;
}
.car_list_wrapper .car_params .paramsTitle_box .paramsList .params_item:nth-child(1) th.th1{
  padding-left: 20px;
  height: 77px;
  text-align: left
}
.car_list_wrapper .car_params .paramsTitle_box .paramsList .params_item:nth-child(1) th.th1 div{
  margin-bottom: 5px;
}
.car_list_wrapper .car_params .paramsTitle_box .paramsList tr.price td.text{
  color: #FE641E;
  font-weight: bold;
}
.car_list_wrapper .car_params .paramsList_box .paramsList{
  margin-right: 10px;
  background: #fff;
}
.car_list_wrapper .car_params .paramsList_box .paramsList tr{
  display: table-row;
}
.car_list_wrapper .car_params .paramsList_box .paramsList .params_menu_title{
  border: 1px solid #D9DDE5;
  background: rgb(249,249,249);
  box-sizing: border-box;
}
.car_list_wrapper .car_params .paramsList_box .paramsList .params_menu_title th{
  padding: 5px 0 5px 20px;
}
.car_list_wrapper .car_params .paramsList_box .paramsList .params_item th.th1,
.car_list_wrapper .car_params .paramsList_box .paramsList .params_item td.text{
  padding: 5px 0px;
  display: table-cell;
  min-width: 236px;
  width: 236px;
  border: 1px solid #D9DDE5;
  box-sizing: border-box;
}
.car_list_wrapper .car_params .paramsList_box .paramsList .params_item td.text{
  padding: 5px;
  text-align: center;
}
.car_list_wrapper .car_params .paramsList_box .paramsList .params_item td.text .img{
  margin: 0 auto;
  display: block;
  position: relative;
  top: 0;
  height: 0;
  padding-bottom: 40%;
  width: 60%;
  height: 0;
  overflow: hidden;
}
.car_list_wrapper .car_params .paramsList_box .paramsList .params_item th.img{
  margin: auto;
  position: relative;
  display: block;
  top: 0;
  padding-bottom: 40%;
  height: 0;
  overflow: hidden;
}
.car_list_wrapper .car_params .paramsList_box .paramsList .params_item td.text .img img{
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
.car_list_wrapper .car_params .paramsList_box .paramsList .params_item th.th1{
  padding-right: 20px;
  text-align: right;
}
.car_list_wrapper .car_params .side_paramsList_box,
.car_list_wrapper .car_params .side_paramsTitle_box{
  position: fixed;
  left: -100%;
  height: 100%;
}

.pageScroll {
  position: fixed !important;
  top: -50%;
  left: 50%;
  margin-top: -250px;
  width: 167px;
  border: 7px solid #fff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .3);
  z-index: 1;
  transition: all 0.4s ease-out
}
/* 代码整理：懒人之家 www.lanrenzhijia.com 转载请注明出处 */
.pageScroll.left {
  margin-left: -50%;
}
.scrollNav a {
  display: block;
  color: #666;
  font-weight: normal;
  padding: 8px 10px;
  background: #f9f9f9; /* Old browsers */
  background: -moz-linear-gradient(top, #f9f9f9 0%, #f3f3f3 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #f3f3f3)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f9f9f9 0%, #f3f3f3 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f9f9f9 0%, #f3f3f3 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f9f9f9 0%, #f3f3f3 100%); /* IE10+ */
  background: linear-gradient(top, #f9f9f9 0%, #f3f3f3 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f3f3f3', GradientType=0 ); /* IE6-9 */
  border-top: 1px solid #fcfcfc;
}
/* 代码整理：懒人之家 www.lanrenzhijia.com 转载请注明出处 */
.scrollNav {
  border-top: 1px solid #ebeded;
}
.scrollNav_1, .scrollNav_1 a {
  border:none;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.scrollNav a:hover {
  color: #444;
  text-decoration: none;
}
li.scrollNav.active a {
  background: #FE641E;
  color: #fff;
  font-weight: bold;
}

/*car-picture top */
/*.car_list_wrapper .car_middle .car_m_left .block .car_picture_nav{
  justify-content: flex-end;
}*/
.car_list_wrapper .car_middle .car_m_left .block .car_pictureMore_title{
  padding-left: 5px;
  border-left: 2px solid #256a9a;
  margin: 10px;
  height: 30px;
  line-height: 30px; 
  background: #f6f6f6;
  box-sizing: border-box;
  font-weight: bold;
  color: #333;
}
.car_list_wrapper .car_middle .car_m_left .block .car_picture_nav .item{

  width: calc((100% - 10px*4)/4));
  width: -webkit-calc((100% - 10px*4)/4);
  margin: 0 10px 10px 0;
  /*padding: 3px 10px;*/
  font-size: 16px;
  box-sizing: border-box;
  cursor: pointer;
}
.car_list_wrapper .car_middle .car_m_left .block .car_picture_nav .select:before{
  padding-right: 5px;
  display: inline-block;
  content: '';
  border-left: 5px solid #d42333;
  border-top: 5px dashed transparent;
  border-bottom: 5px dashed transparent;
  color: #d42333;
}
.car_list_wrapper .car_middle .car_m_left .block .show_big_picture{
  display: none;
}
.car_list_wrapper .car_middle .car_m_left .block .show_big_picture li{
  width: -webkit-calc((100% - 10px*3)/ 3);
  width: calc((100% - 10px*3)/ 3);
}
.car_list_wrapper .car_middle .car_m_left .block .show_big_picture li .img{
  height: 190px;
}
.car_list_wrapper .car_middle .car_m_left .block .show_big_picture li.picture_nav_title{
  flex: 0 0 calc(100% - 10px);
  width: calc(100% - 10px);
  justify-content: space-between;
  flex-direction: row;
  font-weight: bold;
  font-size: 16px;
}
.car_list_wrapper .car_middle .car_m_left .block .show_big_picture li.picture_nav_title .more{
  color: #d42333;
}

.Picture{overflow: hidden; display: none; margin: 0 auto; position: fixed; top:0; left:0; width: 100%; height: 100vh; background: rgba(0, 0, 0, 0.7); z-index: 889;}
.Picture-box{ overflow: hidden; width: 100%; height: 100%; position: relative;}
.Picture-box .theme{ overflow: hidden; width: auto; height:90%;position: absolute; top:0; left:0;  bottom: 0; right:0; margin: auto;}
.Picture-box .open  { overflow: hidden; width: 43px; height: 58px;font-size: 16px; color: #666; text-align: center; background: rgba(0, 0, 0, 0.4); position: absolute; top:0;bottom: 0; margin: auto; z-index: 2;}
.Picture-box .mine  { left:0; }
.Picture-box .Next{ right:0;}
.Picture-box .theme img{ overflow: hidden; width: auto; height: 100%; margin: 0 auto; display: block;  object-fit: cover;}
.Picture-box .gb-btn{ overflow: hidden; width: 30px; height: 30px; line-height: 30px; display: block; position: absolute; top:10px; right:10px; font-size: 32px; color: #fff; text-align: center; }

/*car-wz-demand*/
.car_list_wrapper .block .car_wz_demand .item{
  margin-bottom: 10px; 
  display: flex;
  flex: 0 0 100%;
  width: 100%;
  height: 35px;
}
.car_list_wrapper .block .car_wz_demand .item>div{
  display: flex;
  margin-right: 2%;
  flex: 0 0 25%;
  width: 25%;
}
.car_list_wrapper .block .car_wz_demand .item>div.div{
  flex: 0 0 52%;
  width: 52%;
}
.car_list_wrapper .block .car_wz_demand .item>div.button{
  flex: 0 0 10%;
  width: 10%;
}
.car_list_wrapper .block .car_wz_demand .item>div.button>button{
  width: 100%;
  height: 100%;
  background: #d42333;
  color: #fff;
  border-radius: 5px;
  font-size: 16px; 
}
.car_list_wrapper .block .car_wz_demand .item>div>select,
.car_list_wrapper .block .car_wz_demand .item>div>input{
  flex: 1;
  width: 100%;
  background: rgba(0,0,0,0);
  line-height: normal;
  border: 1px solid #666;
  height: 100%;
  box-sizing: border-box;
  border-radius: 5px;
}
.car_list_wrapper .block .car_wz_demand .item>div>input{
  padding-left: 10px;
}

/*car-insurance*/
.car_list_wrapper .car_m_left .block .car_insurance{
  padding-right: 10px;
} 
.car_list_wrapper .car_m_left .block .car_insurance table{
  width: 100%;
  border: 1px solid #D9DDE5;
  box-sizing: border-box;
}
.car_list_wrapper .car_m_left .block .car_insurance table tr th{
  color: #256a9a;
  background: #c1e5fd;
}
.car_list_wrapper .car_m_left .block .car_insurance th.area,
.car_list_wrapper .car_m_left .block .car_insurance th.price,
.car_list_wrapper .car_m_left .block .car_insurance th.b_price{
  width: 100px;
}
.car_list_wrapper .car_m_left .block .car_insurance th.company,
.car_list_wrapper .car_m_left .block .car_insurance th.time{
  width: 120px;
}
.car_list_wrapper .car_m_left .block .car_insurance th.type{
  width: 200px;
}
.car_list_wrapper .car_m_left .block .car_insurance table tr th,
.car_list_wrapper .car_m_left .block .car_insurance table tr td{
  padding: 0 15px;
  box-sizing: border-box;
  border: 1px solid #7ab4da;
  text-align: center;
  line-height: 30px;
}
.car_list_wrapper .car_m_right .block .car_insurance_info{
  padding: 10px;
  box-sizing: border-box;
  line-height: 20px;
}

/*car-wz-list*/
.car_list_wrapper .car_m_left .block .car_insurance .car_wz_search{
  margin-bottom: 20px;
  width: 100%;
}
.car_list_wrapper .car_m_left .block .car_insurance .car_wz_search form{
  display: flex;
  align-items: center;
  height: 30px;
  width: 100%;
}
.car_list_wrapper .car_m_left .block .car_insurance .car_wz_search .text{
  margin-right: 20px;
  flex: 0 0 250px;
  width: 250px;
  box-sizing: border-box;
  border: 1px solid #eee;
  height: 100%;
  color: #666;
  border-radius: 3px;
}
.car_list_wrapper .car_m_left .block .car_insurance .car_wz_search .text input{
  padding-left: 10px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: none;
}
.car_list_wrapper .car_m_left .block .car_insurance .car_wz_search .button{
  flex: 0 0 60px;
  width: 60px;
  height: 100%;
  text-align: center;
  border-radius: 3px;
  box-sizing: border-box;
}
.car_list_wrapper .car_m_left .block .car_insurance .car_wz_search .button button{
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: none;
  background: #d42333;
  color: #fff;
}
.car_list_wrapper .car_m_left .block .car_insurance th.wz_code,
.car_list_wrapper .car_m_left .block .car_insurance th.wz_scores,
.car_list_wrapper .car_m_left .block .car_insurance th.wz_price{
  width: 80px;
}
.car_list_wrapper .car_m_left .block .car_insurance th.wz_action{
  width: 400px;
}
.car_list_wrapper .car_m_left .block .car_insurance th.wz_handle{
  width: 120px;
}
    

.car_series_list {

}
.car_series_list .listTable {

}
.car_series_list .listTable .listHeader{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;

  padding: 10px 5px;
  font-weight: 700;

  color: #666;
  background: #f8f8f8;
  font-size: 16px;
  height: 42px;
  line-height: 42px;

}
.car_series_list .listTable .item{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;

  padding: 0 5px;

  height: 42px;
  line-height: 42px;
  font-size: 14px;
  border-bottom: 1px solid #e1e1e1;
}
.car_series_list .listTable .item:hover{
  background: #f8f8f8;
}
.car_series_list .listTable .item .tip1 {
  font-size: 12px;
  padding: 1px 3px;
  color: #fff;
  margin: 0 0 0 6px;
  background: #e1e1e1;
}

.car_series_list .listTable .listHeader div:nth-child(1){
  flex:1;
}
.car_series_list .listTable .listHeader div:nth-child(2){
  flex-basis: 80px;
}
.car_series_list .listTable .listHeader div:nth-child(3){
  flex-basis: 100px;
}
.car_series_list .listTable .listHeader div:nth-child(4){
  flex-basis: 80px;
}

.car_series_list .listTable .item div:nth-child(1){
  flex:1;
}
.car_series_list .listTable .item div:nth-child(2){
  flex-basis: 80px;
}
.car_series_list .listTable .item div:nth-child(3){
  flex-basis: 100px;
}
.car_series_list .listTable .item div:nth-child(4){
  flex-basis: 80px;
}




.car_parameter_list {

}
.car_parameter_list .listTable {

}
.car_parameter_list .listTable .listHeader{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;

  padding: 5px 0 5px 15px;
  font-weight: 700;

  color: #333;
  background: #f8f8f8;
  font-size: 16px;
  line-height: 36px;
}
.car_parameter_list .listTable .item{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;

  padding: 0 5px;

  line-height: 36px;
  font-size: 14px;
  border-bottom: 1px solid #e1e1e1;
}
.car_parameter_list .listTable .item:hover{
  background: #f8f8f8;
}
.car_parameter_list .listTable .item .tip1 {
  font-size: 12px;
  padding: 1px 3px;
  color: #fff;
  margin: 0 0 0 6px;
  background: #e1e1e1;
}

.car_parameter_list .listTable .listHeader div:nth-child(1){
  flex-basis: 200px;
}
.car_parameter_list .listTable .listHeader div:nth-child(2){
  flex: 1;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
}

.car_parameter_list .listTable .item div:nth-child(1){
  flex-basis: 200px;
}
.car_parameter_list .listTable .item div:nth-child(2){
  flex:1;
}

.car_parameter_list .listTable .item .car-color {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 8px;
  border: 1px solid #e1e1e1;
}
.car_parameter_list .listTable .item .car-color .car-color-item{
  display: block;
  width: 100%;
  height: 100%;
}

.car_parameter_list .listTable .item .city-price-reduce {
  font-size: 12px;
  color: #18be6a;
  line-height: 12px;
  margin-left: 8px;
}

.car_parameter_list .listTable .item .optional-price {
    color: #999;
    font-size: 14px;
    float: right;
}


.car_sales_title {
  text-align: center;
    padding: 3px;
  font-weight: 700;

  color: #666;
  background: #f8f8f8;
  font-size: 18px;
  height: 42px;
  line-height: 42px;
  border: 1px solid #e1e1e1;
  margin: 5px 0;
}

.car_sales_list .listTable .listHeader{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;

  padding: 3px;
  font-weight: 700;

  color: #666;
  background: #f8f8f8;
  font-size: 16px;
  height: 42px;
  line-height: 42px;
  border: 1px solid #e1e1e1;
}
.car_sales_list .listTable .item{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;

  padding: 0 5px;

  height: 42px;
  line-height: 42px;
  font-size: 14px;
  border-bottom: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
}
.car_sales_list .listTable .item:hover{
  background: #f8f8f8;
}
.car_sales_list .listTable .item .tip1 {
  font-size: 12px;
  padding: 1px 3px;
  color: #fff;
  margin: 0 0 0 6px;
  background: #e1e1e1;
}

.car_sales_list .listTable .listHeader div:nth-child(1){
  flex:1;
  margin-left: 15px;
}
.car_sales_list .listTable .listHeader div:nth-child(2){
  flex-basis: 200px;
}

.car_sales_list .listTable .item div:nth-child(1){
  flex:1;
  padding-left: 5px;
}
.car_sales_list .listTable .item div:nth-child(2){
  flex-basis: 180px;
  padding-left: 25px;
}


.car_sales_urllist {
  border: 1px solid #e1e1e1;
}
.car_sales_urllist .listTag {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /*justify-content: space-between;*/

}
.car_sales_urllist .listTag li{
  margin: 5px;
  padding: 2px 5px;

  height: 32px;
  line-height: 32px;
  font-size: 14px;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
}
.car_sales_urllist .listTag li:hover{
  background: #f8f8f8;
}



@font-face {
  font-family: 'icomoon';
  src:
    url('fonts/icomoon.ttf?764cuk') format('truetype'),
    url('fonts/icomoon.woff?764cuk') format('woff'),
    url('fonts/icomoon.svg?764cuk#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.icon-switch:before {
  content: "\e931";
}
.icon-baike1:before {
  content: "\e934";
}
.icon-baike3:before {
  content: "\e935";
}
.icon-baike2:before {
  content: "\e936";
}
.icon-baike4:before {
  content: "\e937";
}
.icon-baike5:before {
  content: "\e938";
}
.icon-baike6:before {
  content: "\e939";
}
.icon-rates:before {
  content: "\e931";
}
.icon-check:before {
  content: "\e932";
}
.icon-bad:before {
  content: "\e933";
}
.icon-medal:before {
  content: "\e92d";
}
.icon-attention:before {
  content: "\e92c";
}
.icon-exit:before {
  content: "\e929";
}
.icon-notice:before {
  content: "\e92a";
}
.icon-list:before {
  content: "\e92b";
}
.icon-enterprise:before {
  content: "\e926";
}
.icon-price:before {
  content: "\e927";
}
.icon-brand:before {
  content: "\e928";
}
.icon-move:before {
  content: "\e924";
}
.icon-add:before {
  content: "\e925";
}
.icon-mail:before {
  content: "\e900";
}
.icon-close:before {
  content: "\e901";
}
.icon-hide:before {
  content: "\e902";
}
.icon-show:before {
  content: "\e903";
}
.icon-wifi:before {
  content: "\e904";
}
.icon-code:before {
  content: "\e905";
}
.icon-mobile:before {
  content: "\e906";
}
.icon-pas:before {
  content: "\e907";
}
.icon-user:before {
  content: "\e908";
}
.icon-brush:before {
  content: "\e909";
}
.icon-send:before {
  content: "\e90a";
}
.icon-hot:before {
  content: "\e90b";
}
.icon-tags:before {
  content: "\e90c";
}
.icon-share:before {
  content: "\e90d";
}
.icon-share1:before {
  content: "\e90e";
}
.icon-good2:before {
  content: "\e90f";
}
.icon-goTop:before {
  content: "\e910";
}
.icon-delete:before {
  content: "\e911";
}
.icon-deleteFill:before {
  content: "\e912";
}
.icon-refresh:before {
  content: "\e913";
}
.icon-goRight:before {
  content: "\e914";
}
.icon-pullUp:before {
  content: "\e915";
}
.icon-pullDown:before {
  content: "\e916";
}
.icon-goTop1:before {
  content: "\e917";
}
.icon-goLeft:before {
  content: "\e918";
}
.icon-ratingList:before {
  content: "\e919";
}
.icon-camera:before {
  content: "\e91a";
}
.icon-goBottom:before {
  content: "\e91b";
}
.icon-time:before {
  content: "\e91c";
}
.icon-park:before {
  content: "\e91d";
}
.icon-search:before {
  content: "\e91e";
}
.icon-location:before {
  content: "\e91f";
}
.icon-collect:before {
  content: "\e920";
}
.icon-collected:before {
  content: "\e921";
}
.icon-update:before {
  content: "\e922";
}
.icon-good1:before {
  content: "\e923";
}

@media (min-width: 1024px)  {
  #banner{
    height: calc(22.98851vw + 254.5977px)
  }
  
  
}

@media (min-width: 1372px) {
  #banner{
    height: 570px
  }
}

/*解决高度踏塌*/
.top_place{
  display: block;
}
.m_top_place{
  display: none;
}


#m_qi_header{
  display: none
}

#qi_header{
  padding: 0 35px;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 60px;
  background: linear-gradient(to top, rgba(0,0,0,0),rgba(0,0,0,0.8));
  z-index: 99;
  box-sizing: border-box;
  transition: all .5s ease-out
}
#qi_header .logo{
  margin: 0 20px 0 10px;
  flex: 0 0 120px;
  width: 120px;
  height: 50px;
}
#qi_header .logo a{
  display: block;
  width: 100%;
  height: 100%;
}
#qi_header .logo a img{
  width: 100%;
  height: 100%;
}
#qi_header .nav{
  display: flex;
  flex: 1;
  height: 40px;
}
#qi_header .nav ul{
  position: relative;
  display: flex;
  flex: 0 1 auto;
  align-items: center;
  height: 100%;
}
#qi_header .nav ul li{
  position: relative;
  flex: 0 1 auto;
  height: 100%;
}
#qi_header .nav ul li button.wrap{
  padding: 0 calc(1.5vw);
  cursor: pointer;
  display: flex;
  align-items: center;
  background: transparent;
  border: none;
  height: 100%;
}
#qi_header .nav ul li a{
  padding-right: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
#qi_header .nav ul li .wrap:hover a,
#qi_header .nav ul li .s_nav .list a:hover{
  color: #FF8B00 !important
}
#qi_header .nav ul li .flag{
  border-top: 5px solid #fff;
  border-left: 5px dashed transparent;
  border-right: 5px dashed transparent;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#qi_header .nav ul li .s_nav{
  padding: 20px;
  margin-top: 46px;
  position: absolute;
  top: 0;
  width: 500px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 15px 35px 0 rgba(0,0,0,0.2);
  visibility: hidden;
  opacity: 0;
  box-sizing: border-box;
}
#qi_header .nav ul li:after{
  content: '';
  position: absolute;
  background-color: #fff;
  width: 16px;
  height: 16px;
  clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
  transform: rotate(135deg);
  border-radius: 0 0 0 5px;
  left: calc(50% - 8px);
  opacity: 0;
  visibility: hidden;
}
#qi_header .nav ul li .s_nav p.title{
  color: #d42333;
  font-size: 16px;
  font-weight: bold;
}
#qi_header .nav ul li .s_nav .list{
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
#qi_header .nav ul li .s_nav .list a{
  display: flex;
  margin-bottom: 4%;
  align-items: center;
  white-space: nowrap;
  flex: 0 0 32%;
  width: 32%;
  color: #333;
}
#qi_header .nav ul li .s_nav .list a.item img{
  padding-right: 5px;
  flex: 0 0 25px;
  width: 25px;
  height: 25px;
}
#qi_header .nav ul li .s_nav .list:after{
  display: block;
  content: '';
  width: 32%;
  height: 0;
}
#qi_header .nav ul.search li button.wrap{
  padding: 0 15px;
}
#qi_header .nav ul.search{
  flex: 1;
  justify-content: flex-end;
}
#qi_header .nav ul.search li a.icon-search{
  font-size: 20px;
}
#qi_header .nav ul.search li .s_nav{
  right: 0;
  width: 700px;
}
#qi_header .nav ul.search li .s_nav .form{
  display: flex;
  align-items: center;
  height: 60px;
}
#qi_header .nav ul.search li .s_nav input{
  flex: 1;
  height: 100%;
  box-sizing: border-box;
  text-indent: 10px;
  font-weight: bold;
  border-radius: 5px 0 0 5px;
  border: solid 1px #757575;
  border-right: 0;
}
#qi_header .nav ul.search li .s_nav button{
  padding: 0 10px;
  flex: 0 0 80px;
  width: 80px;
  background: #d42333;
  color: #fff;
  height: 100%;
  border-radius: 0 5px 5px 0;
  box-sizing: border-box;
  border: solid 1px #757575;
  font-size: 20px;
}
#qi_header .nav ul.search li.login .wrap{
  padding: 0 20px;
  border: 1px solid #fff;
  border-radius: 5px;
}
#qi_header .nav ul.search li .usernameInfo{
  width: fit-content;
}
#qi_header .nav ul.search li .usernameInfo .list{
  margin-top: 0;
}
#qi_header .nav ul.search li .usernameInfo .list a{
  flex: 0 0 100%;
  width: 100%;
}
#qi_header .nav ul.search li .usernameInfo .list a i{
  padding-right: 5px;
}



#qi_header .nav ul li .s_nav.center{
  margin-left: 50%;
  -webkit-transform: translateX(calc(-50% - 8px));
  transform: translateX(calc(-50% - 8px)); 
}
#qi_header .nav ul li .s_nav.right{
  margin-left: 75%;
  -webkit-transform: translateX(calc(-75% - 8px));
  transform: translateX(calc(-75% - 8px)); 
}
#qi_header .nav ul li.is_showed .s_nav{
  -webkit-animation: fadeMenuInUp 0.2s ease-in forwards;
  -moz-animation: fadeMenuInUp 0.2s ease-in forwards;
  -ms-animation: fadeMenuInUp 0.2s ease-in forwards;
  -o-animation: fadeMenuInUp 0.2s ease-in forwards;
  animation: fadeMenuInUp 0.2s ease-in forwards
}
#qi_header .nav ul li.is_hided .s_nav {
  -webkit-animation: fadeMenuOutDown 0.2s ease-in forwards;
  -moz-animation: fadeMenuOutDown 0.2s ease-in forwards;
  -ms-animation: fadeMenuOutDown 0.2s ease-in forwards;
  -o-animation: fadeMenuOutDown 0.2s ease-in forwards;
  animation: fadeMenuOutDown 0.2s ease-in forwards
}

#qi_header .nav ul li.is_showed:after {
  -webkit-animation: o-fadeTriInUp 0.2s ease-in forwards;
  -moz-animation: o-fadeTriInUp 0.2s ease-in forwards;
  -ms-animation: o-fadeTriInUp 0.2s ease-in forwards;
  -o-animation: o-fadeTriInUp 0.2s ease-in forwards;
  animation: o-fadeTriInUp 0.2s ease-in forwards
}

#qi_header .nav ul li.is_hided:after {
  -webkit-animation: o-fadeTriOutDown 0.2s ease-in forwards;
  -moz-animation: o-fadeTriOutDown 0.2s ease-in forwards;
  -ms-animation: o-fadeTriOutDown 0.2s ease-in forwards;
  -o-animation: o-fadeTriOutDown 0.2s ease-in forwards;
  animation: o-fadeTriOutDown 0.2s ease-in forwards
}



#banner{
  position: relative;
  top: -60px;
  display: flex;
  width: 100%;
  z-index: 0;
}
#banner .b_left{
  flex: 0 0 50%;
  width: 50%
}
#banner .b_left a{
  height: 100%;
  margin: 0;
}
#banner .b_right{
  display: flex;
  flex: 0 0 50%;
  width: 50%;
  flex-wrap: wrap;
}
#banner .b_right a{
  flex: 0 0 50%;
  width: 50%;
  height: 50%;
}
#banner .b_common a{
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
#banner .b_common a img{
  position: absolute;
  width: 100%;
  height: 100%;
}
#banner .b_common a:before{
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0.05) linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0) 30%,rgba(0,0,0,0.75) 100%);
  bottom: 0;
  z-index: 1;
}
#banner .b_common a .info{
  position: absolute;
  bottom: 10%;
  left: 10%;
  width: 80%;
  color: #eee;
  font-size: 18px;
  z-index: 2;
}
#banner .b_common a .info .title{
  margin-bottom: 10px;
  font-size: 30px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#banner .b_common.b_right a .info .title{
  font-size: 25px;
}

.car_mobile_footer{
  display: none;
}
.footer{
  margin-top: 30px;
  margin-bottom: 40px;
  width: 100%;
}
.footer div{
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  color: #333;
}
.footer div a{
  padding-right: 5px;
  color: #333;
  font-size: 20px;
}


@-webkit-keyframes fadeMenuInUp {
  0% {
    opacity: 0;
    top: 20px;
    visibility: hidden
  }

  1% {
    opacity: 0;
    top: 20px;
    visibility: visible
  }

  100% {
    opacity: 1;
    top: 0px;
    visibility: visible
  }
}

@-moz-keyframes fadeMenuInUp {
  0% {
    opacity: 0;
    top: 20px;
    visibility: hidden
  }

  1% {
    opacity: 0;
    top: 20px;
    visibility: visible
  }

  100% {
    opacity: 1;
    top: 0px;
    visibility: visible
  }
}

@-ms-keyframes fadeMenuInUp {
  0% {
    opacity: 0;
    top: 20px;
    visibility: hidden
  }

  1% {
    opacity: 0;
    top: 20px;
    visibility: visible
  }

  100% {
    opacity: 1;
    top: 0px;
    visibility: visible
  }
}

@-o-keyframes fadeMenuInUp {
  0% {
    opacity: 0;
    top: 20px;
    visibility: hidden
  }

  1% {
    opacity: 0;
    top: 20px;
    visibility: visible
  }

  100% {
    opacity: 1;
    top: 0px;
    visibility: visible
  }
}

@keyframes fadeMenuInUp {
  0% {
    opacity: 0;
    top: 20px;
    visibility: hidden
  }

  1% {
    opacity: 0;
    top: 20px;
    visibility: visible
  }

  100% {
    opacity: 1;
    top: 0px;
    visibility: visible
  }
}

@-webkit-keyframes fadeMenuOutDown {
  0% {
    opacity: 1;
    top: 0;
    visibility: visible
  }

  99% {
    opacity: 0;
    top: 20px;
    visibility: visible
  }

  100% {
    opacity: 0;
    top: 20px;
    visibility: hidden
  }
}

@-moz-keyframes fadeMenuOutDown {
  0% {
    opacity: 1;
    top: 0;
    visibility: visible
  }

  99% {
    opacity: 0;
    top: 20px;
    visibility: visible
  }

  100% {
    opacity: 0;
    top: 20px;
    visibility: hidden
  }
}

@-ms-keyframes fadeMenuOutDown {
  0% {
    opacity: 1;
    top: 0;
    visibility: visible
  }

  99% {
    opacity: 0;
    top: 20px;
    visibility: visible
  }

  100% {
    opacity: 0;
    top: 20px;
    visibility: hidden
  }
}

@-o-keyframes fadeMenuOutDown {
  0% {
    opacity: 1;
    top: 0;
    visibility: visible
  }

  99% {
    opacity: 0;
    top: 20px;
    visibility: visible
  }

  100% {
    opacity: 0;
    top: 20px;
    visibility: hidden
  }
}

@keyframes fadeMenuOutDown {
  0% {
    opacity: 1;
    top: 0;
    visibility: visible
  }

  99% {
    opacity: 0;
    top: 20px;
    visibility: visible
  }

  100% {
    opacity: 0;
    top: 20px;
    visibility: hidden
  }
}

@-webkit-keyframes o-fadeTriInUp {
  0% {
    bottom: -28px;
    opacity: 0;
    visibility: hidden
  }

  1% {
    bottom: -28px;
    opacity: 0;
    visibility: visible
  }

  100% {
    bottom: -14px;
    opacity: 1;
    visibility: visible
  }
}

@-moz-keyframes o-fadeTriInUp {
  0% {
    bottom: -28px;
    opacity: 0;
    visibility: hidden
  }

  1% {
    bottom: -28px;
    opacity: 0;
    visibility: visible
  }

  100% {
    bottom: -14px;
    opacity: 1;
    visibility: visible
  }
}

@-ms-keyframes o-fadeTriInUp {
  0% {
    bottom: -28px;
    opacity: 0;
    visibility: hidden
  }

  1% {
    bottom: -28px;
    opacity: 0;
    visibility: visible
  }

  100% {
    bottom: -14px;
    opacity: 1;
    visibility: visible
  }
}

@-o-keyframes o-fadeTriInUp {
  0% {
    bottom: -28px;
    opacity: 0;
    visibility: hidden
  }

  1% {
    bottom: -28px;
    opacity: 0;
    visibility: visible
  }

  100% {
    bottom: -14px;
    opacity: 1;
    visibility: visible
  }
}

@keyframes o-fadeTriInUp {
  0% {
    bottom: -28px;
    opacity: 0;
    visibility: hidden
  }

  1% {
    bottom: -28px;
    opacity: 0;
    visibility: visible
  }

  100% {
    bottom: -14px;
    opacity: 1;
    visibility: visible
  }
}

@-webkit-keyframes o-fadeTriOutDown {
  0% {
    bottom: -14px;
    opacity: 1;
    visibility: visible
  }

  99% {
    bottom: -28px;
    opacity: 0;
    visibility: visible
  }

  100% {
    bottom: -28px;
    opacity: 0;
    visibility: hidden
  }
}

@-moz-keyframes o-fadeTriOutDown {
  0% {
    bottom: -14px;
    opacity: 1;
    visibility: visible
  }

  99% {
    bottom: -28px;
    opacity: 0;
    visibility: visible
  }

  100% {
    bottom: -28px;
    opacity: 0;
    visibility: hidden
  }
}

@-ms-keyframes o-fadeTriOutDown {
  0% {
    bottom: -14px;
    opacity: 1;
    visibility: visible
  }

  99% {
    bottom: -28px;
    opacity: 0;
    visibility: visible
  }

  100% {
    bottom: -28px;
    opacity: 0;
    visibility: hidden
  }
}

@-o-keyframes o-fadeTriOutDown {
  0% {
    bottom: -14px;
    opacity: 1;
    visibility: visible
  }

  99% {
    bottom: -28px;
    opacity: 0;
    visibility: visible
  }

  100% {
    bottom: -28px;
    opacity: 0;
    visibility: hidden
  }
}

@keyframes o-fadeTriOutDown {
  0% {
    bottom: -14px;
    opacity: 1;
    visibility: visible
  }

  99% {
    bottom: -28px;
    opacity: 0;
    visibility: visible
  }

  100% {
    bottom: -28px;
    opacity: 0;
    visibility: hidden
  }
}



/*11.14 start */
#qi_header{
  position: fixed;
  top: 0;
  background: #fff;
}
#qi_header .nav ul li a{
  color: #000
}
#qi_header .nav ul li .flag{
  border-top: 5px solid #000
}
#qi_header .nav ul li:after{
  background-color: #000;
}
#qi_header .nav ul.search li.login .wrap{
  border: 1px solid #d42333;
}



.car_c_wRight .car_search{
  border: none !important;
}
.car_c_wRight .car_search .search_wrapper{
  padding: 0;
  flex: 0 0 100%;
  background: transparent;     
}
.car_c_wRight .car_search .search_wrapper h3{
  font-size: 20px;
}
.car_c_wRight .car_search .search_wrapper h3,
.car_c_wRight .car_search .search_wrapper .select,
.car_c_wRight .car_search .search_wrapper .button{
  margin: 2px;
  flex: 0 0 100%;
  width: 100%;
  height: 30px;
  line-height: 30px;
}


.car_search_left .select {
  margin: 2px !important;
  /*flex: 0 0 100% !important;*/
  /*width: 100% !important;*/
  height: 30px !important;
  line-height: 30px !important;
}
.car_search_left .select .select_name {
  font-size: 14px !important;
}
.car_search_left .button {
  margin: 5px 60px 0 60px !important;
  height: 30px !important;
  line-height: 30px !important;
}


.power_params {
    display: flex;
    justify-content: space-between;
}
.power_params li {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
    width: 72px;
    box-shadow: 0 4px 16px 0 rgb(191 204 210 / 11%);
}
.power_params li img{
    height: 24px;
    width: 24px;
    object-fit: cover;
    margin-bottom: 6px;
    border: none;
}

.power_params li span {
    color: #616367;
    font-size: 12px;
    line-height: 17px;
}
.power_params li strong {
    margin: 2px 0;
    color: #333;
    font-size: 16px;
    line-height: 21px;
}

