@charset "utf-8";
/* 你自己的样式 */

.page ul li{
	float: left;	
	border: 1px solid #999;
	border-radius: 8px;		
	padding: 0px 10px 0 10px;
	margin-right:10px;
}
.page ul li a{
	display: block;
	color: cadetblue;
}
.page ul li:hover{
	cursor: pointer;
	background: cadetblue;	
}

.page ul li:hover a{
	color: #FFFFFF;
}
.page ul li a:hover{
	color: #fff;
}
/*当前页*/
.page ul .pagination{	
	background: cadetblue;	
}

.page ul .pagination a{
	color: #fff;
}

/*不可点击*/
.page ul .disabled{	
	background: #eee;
	cursor: default;		
}
.page ul .disabled a{	
	background: #eee;
	cursor: default;		
}
.page ul .disabled:hover{
	background: #eee;
	cursor: default;
}
.page ul .disabled:hover a{
	color: cadetblue;
	text-decoration: none;	
}

.page ul{
	width: 600px;
	overflow: hidden;
	margin: 0 auto;
}

.page{
	margin: 20px 0 20px 0;
}

.tselect-box{position: relative;width:200px;display: inline-block;}
.tselect-box input{border:none;width:200px;border:1px solid #ddd;}
.type-result{position:absolute;top:26px;right:0;width:200px;background:#fff;border:1px solid #e0e0e0;box-sizing: border-box;height:180px;overflow-y:auto;display: none;z-index:6;}
.type-result li{line-height:28px;cursor:pointer;}

.type-result li:hover{background:blue;color:#fff;}

.t-formControls{position: relative;}
.t-result-ul{position:absolute;width:96%;top:31px;border:1px solid #eee;left:15px;max-height:160px;overflow:auto;background:#fff;padding:0 10px;z-index:4;}
.t-result-ul li{line-height:30px;font-size:14px;cursor:pointer;border-bottom:1px dotted #eee;}
.t-result-ul li:hover{background:#f7f7f7;}

.t-all-btn{width:390px;}
.t-btn-s{float:left;width:50px;}
.t-btn-s .check-box{padding:0;}
.location-btn,.wap-btn,.pc-btn{width:110px;margin-right:20px;}
.top-btn,.bottom-btn{color:blue;}
.pop-btn{width:60px;}









.statistics_wrap input{
	width:400px;
	margin-bottom:10px;
}
.statistics_wrap input:nth-of-type(1){
	width:190px;
}









