@charset "utf-8";
body{
  font-size: 14px;
  font-family: "PingFang SC", Arial, "\5FAE\8F6F\96C5\9ED1", "\5B8B\4F53", simsun, sans-serif;
}


/* begin 统计图表列表 */
.pub-PagingBox {
	background-color:#ffffff;padding: 0px 0px 30px 0px;
    width: 100%;
    margin: auto;
}
.pub-PagingBox #getPagingLaypageBox{margin-top: 50px;}

.pub-PagingBox #getPagingListShow {padding: 0px 0px 5px 0px;}  
.pub-PagingBox #getPagingListShow ul{width: 100%;margin-top:0px}
.pub-PagingBox #getPagingListShow ul li{float:left; width:100%;}
.pub-PagingBox #getPagingListShow .list{
	flex-wrap:wrap; display: flex;flex-direction: row;align-items: center; 
	margin: 5px 0px ; 
}    
.pub-PagingBox #getPagingListShow .list .nodatalist{
    width:100%;height:70px; line-height:70px; text-align: center; 
}
.pub-PagingBox #getPagingListShow .list .list-item{    
    width: 25%;
    height: auto;
    background-color:#fff;
    border-radius: 6px;
    padding: 0px 0px;
    margin: 10px 0px; 
    border: 0px solid #F5F5F5;
    margin-bottom:10px;
 }

/* .pub-PagingBox #getPagingListShow .list .list-item:nth-child(4n+1){margin-left:0}
.pub-PagingBox #getPagingListShow .list .list-item:nth-child(4n+4){margin-right:0} */
.pub-PagingBox #getPagingListShow .list .list-item .img-box {
	flex-wrap:nowrap; display: flex;flex-direction:column;
	 height:320px;border: 2px solid #F5F5F5;
     margin: 0px 5px;background-color:#F5F5F5; border-radius:6px 6px 6px 6px;
}
.pub-PagingBox #getPagingListShow .list .list-item .imgbox {
      mask-image: linear-gradient(white 50%, transparent 85%);
      mask-repeat: no-repeat; 
      mask-position: center;
      mask-size: 100%;
      -webkit-mask-image: linear-gradient(white 50%, transparent 85%);
      -webkit-mask-repeat: no-repeat; 
      -webkit-mask-position: center;
      -webkit-mask-size: 100%;
      background-color:#fff;
      filter:opacity(100%);  drop-shadow(3px 3px 3px #F5F5F5);   
}
.pub-PagingBox #getPagingListShow .list .list-item .imgbox:hover {
    filter:opacity(60%);   drop-shadow(3px 3px 3px #F5F5F5);  
}
.pub-PagingBox #getPagingListShow  .list .list-item .imgbox .thumbnail{
	width:100%;height:280px;padding:0;
	object-fit: cover;
    transition: 0.3s all ease-in-out;
    position: relative;
    display: inline-block;
    border-radius: 6px 6px 0px 0px;
    border: 0px solid #ccc;
   
	}
.pub-PagingBox #getPagingListShow .list .list-item .desc{
	padding: 10px 5px; margin-top:-50px; z-index: 100; 
}
.pub-PagingBox #getPagingListShow .list .list-item .desc .title {
    width:98%;
    height: 40px;
    font-size: 22px;
    font-family: PingFangSC-Regular,PingFang SC;
    font-weight: 800;
    color: #777;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding:5px 0 0 10px;
}

.pub-PagingBox #getPagingListShow .list .list-item .desc .adderss {
     width:96%;
    height: 20px;
    font-size: 16px;
    font-family: PingFangSC-Regular,PingFang SC;
    font-weight: 400;
    color: #000;
    line-height: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding:0px 0 5px 10px;
}


.flexrbc {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.flexrbc {
    align-items: center;
}
/* end 统计图表列表 */

/* begin搜索头部样式 */
 .searchlist {
    width: 100%;
    float: left;
    padding: 0px 0px 0px 0px;
    font-size:14px;
    align-items: center;
    background: #ffffff;
    border: 0px solid #eaf1fe;
    margin: 8px 0px 0px 0px;
}
 .searchlist .filter-item {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #ccc;
    margin-bottom:10px;
 }
 .searchlist .filter-item li {
    width:100%;
    text-align: center;
    float: left;
    color:#333333;
    cursor:default;
    background: #fff;
     /* border: 1px solid #ccc; */
}
.searchlist .filter-item li.title{
    background: #ffffff;font-size: 18px;font-weight: 600;
    padding: 15px 25px; width:120px; text-align:left;
}


.searchlist .filter-item li.datatwo{
    padding: 8px 15px 5px 15px;
    margin: 0px 8px 0px 8px;
    background: #fff; text-align:left;
}
.searchlist .filter-item li.datatwo .select-box{
    padding: 4px 10px;
}
.searchlist .filter-item .label{
    padding: 16px 16px;
    margin: 8px 8px 8px 8px;
    border-radius: 3px;
}

.searchlist .filter-item li.span{
    margin-left: 12px
}
.searchlist  .filter-item li:first-child{margin-left: 0px;}

.searchlist .filter-item .Time{
	float:left;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border:  1px dashed #ccc;
    /* border-style:dotted solid double dashed; */
    border-color: #ccc;
    color: #202a33;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    margin: 5px 10px;
    transition: .1s;
    font-weight: 500;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: 1px 10px;
    min-width:90px;
    font-size: 14px;
    border-radius: 0px;
    height:28px;line-height:28px;
    
}
/* .searchlist .filter-item .Time:hover{
background-color: #fff;
} */
.searchlist .filter-item .button-focus {
    color: #202a33;
    border-color: #ccc;
    background-color: #9bdeff;
    border:  1px dashed #ccc;
}

/* end 搜索头部样式 */

/* begin 详情页头部按钮样式 */
 .toplist {
    width: 84%;
    float: left;
    padding: 0px 0px 0px 0px;
    font-size:14px;
    align-items: center;
    background: #ffffff;
    border: 0px solid #eaf1fe;
    margin: 10px 8% 0px  8% ;
    font-family: 'microsoft yahei';
}
 .toplist .top-item {
 	width:100%;
    display: flex;
    align-items: center;
    background: #fff;
    border: 0px solid #ddd;
    margin-bottom:0px; float: left;
 }
 .toplist .top-item li {
    width:50%;
    float: left;
    color:#333333;
    cursor:default;
    background: #fff;
     
}
.toplist .top-item .topTitle{
	float:left;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    background: #0080ff;
    border:  1px solid #0080ff;
    border-color: #0080ff;
    color: #fff;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    margin: 0px 0px;
    transition: .1s;
    font-weight: 500;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: 1px 15px;
    min-width:120px;
    font-size: 14px;
    border-radius: 4px 4px 0px 0px;
    height:35px;line-height:35px;
    
}
.toplist .top-item .topBackTitle{
	float:left;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
     cursor: pointer;
    background: #0080ff;
    border:  1px solid #0080ff;
    border-color: #0080ff;
    color: #fff;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    margin: 5px 0px;
    transition: .1s;
    font-weight: 500;
    padding: 1px 15px;
    min-width:100px;
    font-size: 14px;
    border-radius: 0px;
    height:28px;line-height:25px;
    
}
/* end 详情页头部按钮样式 */

/* begin 详情页样式 */
 .detaillist {
    width: 84%;
    float: left;
    padding: 0px 0px 0px 0px;
    font-size:14px;
    align-items: center;
    background: #ffffff;
    border: 0px solid #eaf1fe;
    margin: 0px 8% 0px  8% ;
    font-family: 'microsoft yahei';
    min-height:50px;
}
 .detaillist .filter-item {
    display: flex;
    align-items: stretch;
    background: #fff;
    /* border: 1px solid #ddd; */
    margin-bottom:5px;
    height:100%;
 }
 .detaillist .filter-item li {
    width:100%;
    text-align: center;
    float: left;
    color:#333333;
    cursor:default;
    background: #fff;
}
.detaillist .filter-item li.title{
    width:15%;
    background: #f5fdfd;font-size: 14px;font-weight: 600;
    padding: 5px 25px;  text-align:left; 
    color:#666; 
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 0px solid #ddd;
    height:100%;
}
.detaillist .filter-item li.more{
  min-height:45px; 
}

.detaillist .filter-item li.datatwo{
    width:84%;
    padding: 5px 25px;
    background: #fff; text-align:left;font-size: 14px;
    border: 1px solid #ddd;
}

.detaillist .filter-item li.garageinfo{
    width:100%;
    background: #fff;font-size: 14px;font-weight: 600;
    padding: 10px 25px;  text-align: left;
    color:#000; 
}
.detaillist .filter-item li.moreinfo{
    width:100%;
    background: #f5fdfd;font-size: 14px;font-weight: 600;
    padding: 5px 25px;  text-align:center;
    color:#0080ff; 
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    
}

.detaillist .filter-item  {
    width:100%;
    text-align: center;
    float: left;
    color:#333333;
    cursor:default;
    background: #fff;
}
.detaillist .filter-item .title{
    width:137px;
    background: #f5fdfd;font-size: 14px;font-weight: 600;
    padding: 5px 25px;  text-align:left; 
    color:#666; 
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 0px solid #ddd;
    height:100%;
}

.detaillist .filter-item .datatwo{
	width:770px;
    padding: 5px 25px;
    background: #fff; text-align:left;font-size: 14px;
    border: 1px solid #ddd;
}



.detaillist .filter-item li.span{
    margin-left: 12px
}
.detaillist  .filter-item li:first-child{margin-left: 0px;}
.detaillist .float-img {
    float:right;max-height:229px;z-index:100; margin-top:-236px;
    background-color:#F5F5F5;  /* overflow:hidden; */
 }
 .detaillist .float-img .img {
    /* max-height:229px; */ max-height:229px; max-width:300px;border:1px solid #ccc; 
 }

/* end 详情页样式 */
