/* 公共标题 */
div.car_list_cTitle{
  padding: 0 5px;
  display: flex;
  justify-content: space-between;
  background: #256a9a;
  box-sizing: border-box;
  color: #fff;
  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_list_wrapper .car_search .search_wrapper .select.novalue .select_name{ 
  color: #999;
}
.car_list_wrapper .car_search .search_wrapper .select_brand.selectshake,.keywords_input.selectshake{
  border-color: #256a9a !important
}
.car_list_wrapper .car_search {
  margin-bottom: 20px;
}
.car_list_wrapper .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_list_wrapper .car_search .search_wrapper .select:hover{
  border: 1px solid #aaa;
}
.car_list_wrapper .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_list_wrapper .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_list_wrapper .car_search .search_wrapper .select .select_name{
  padding-left: 10px;
  font-size: 16px;
}

.car_list_wrapper .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_list_wrapper .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_list_wrapper .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_list_wrapper .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_list_wrapper .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_list_wrapper .car_search .search_wrapper .select_brand .initials ul{
  padding-right: 20px; 
  border-right: 1px solid #eee;
}
.car_list_wrapper .car_search .search_wrapper .select_brand .initials li{
  height: 16px !important;
}
.car_list_wrapper .car_search .search_wrapper .select_brand .initials li img{
  width: 14px;
}
.car_list_wrapper .car_search .search_wrapper .select_series .select_list{
  padding: 10px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.car_list_wrapper .car_search .search_wrapper .select_series .select_list li{
  height: 30px;
  line-height: 30px;
}
.car_list_wrapper .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_list_wrapper .car_search .search_wrapper .keywords_input input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}
.car_list_wrapper .car_search .search_wrapper .keywords_input input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}
.car_list_wrapper .car_search .search_wrapper .keywords_input input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}
.car_list_wrapper .car_search .search_wrapper .keywords_input input::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
}
.car_list_wrapper .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: #d42333;
  color: #fff;
}
.car_list_wrapper .car_search .search_wrapper .button form{
  display: block;
  width: 100%;
  height: 100%;
}
.car_list_wrapper .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: 80px;
  height: 60px;
}
.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: 14px;
  line-height: 25px;
  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 #D1D1D1;
}
.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;
}
    