.list{ background:#f5f5f5; padding-bottom: 0px; }
.sousuo{ margin-bottom: 35px; overflow: hidden; padding-top: 20px; }
.sousuo span{ margin: 5px 0; height: 30px; line-height: 30px; display: block; width: 60px; float: left; font-family:PingFangSC-Regular; font-size:12px; color:#82888a; text-align:center; }
.sousuo ul{ margin: 5px 0; width: 900px; float: left; min-height: 30px; line-height: 40px; }
.sousuo ul li{ float: left; text-align: center; line-height: 30px; }
.sousuo ul li a{  font-size:14px; padding:0 10px; display: block; width: 100%; height: 100%;  transition: color .5s;  }
.sousuo ul li a:hover{ color: #f92d2d; }
.sousuo ul li .action{ color: #f92d2d; border-radius: 5px; }
.sousuo ul li .ns{ color: #CACCCD; cursor: default; }
.sousuo ul li .ns:hover{ color: #CACCCD; }
@media only screen and (max-width: 960px){
	.caidan{  height: 48px; width:100%; border-top: 1px solid #f5f5f5; background: #fff; border-bottom: 1px solid #e9e9e9;}
	.caidan .select{ color: #666; }
	.caidan .select.active{ color: #f92d2d; }
	.caidan .select.open i{ transform: rotate(-180deg); -webkit-transform: rotate(-180deg); }
	.caidan .select i{ color: #999; font-size: 14px; display: inline-block; }
	.caidan .select.open ul{ display: block; position: absolute; height: 700px; background: rgba(0,0,0,.5); }
	.caidan .select.open ul div{ overflow-y: auto; height: auto; max-height: 300px; }
	.select { display: block; float: left; width: 33.3%; height: 48px; font-size: 16px; text-align: center; line-height: 48px; }
	.caidan ul{ display: none; width:100%; margin-top: 47px; position: absolute; top: 0; left: 0; z-index: 100; }	
	.caidan ul li a{ font-size: 14px; display: block; height: 40px; line-height: 40px; text-align: left; padding-left: 20px; color: #333; border-bottom: 1px solid #f0f0f0; background: #f5f5f5; }
}