body{
	font-family: "arial";
}
.visit-tip{
	background-color: #eef7ff;
	border-bottom: 1px solid #2489EB;
}
#title-area{	
	border-bottom: 1px solid #EBEBEB;
}
#title-area span{
	font-family: "arial";
	font-size: 14px;
}
#title{
	padding-top: 5px;
	padding-bottom: 5px;
}
/* .rangeCondition{
	margin-bottom: 15px;
}
.rangeCondition select{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
} */
table{
	font-family: "arial";
	border: 1px solid #EBEBEB;
	text-align: center;
}
table caption{
	background-color:#1573ce;
	color:#ffffff;
	padding-left:20px;
}
.head-tr{
	background-color:#1573ce;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.table>tbody>tr.active>th{
	background-color:#2489EB;
	color:#fff;
	border: 0;
	text-align: center;
}
.table>tbody>tr>td{
	padding:15px 10px;
	border:1px dashed #cccccc;
}
.table>tbody>tr>td a:hover{
	text-decoration: none;
}
.table>tbody>tr{
	color:#333;
}

.table>tbody>tr:hover{
	background-color:#eef7ff ;
	color:#1f72c2;
}
.table>tbody>tr:hover td{
	border-top: 1px solid #2489EB;
	border-bottom: 1px solid #2489EB;
}


.table>tbody>tr>a:hover{
	color:inherit;
}
#rangeCondition{
	margin-top:10px;
}
#rangeCondition select{
	margin-left:10px;
	width:100px;
	height:25px;
	background-color:#f4f5f4;
	border:0px;
	text-align: center;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#rangeCondition select>option{
	background-color: #fff;
}
#selectedItems{
	height:auto;
	width:100%;
	margin-top:15px;
	margin-bottom:5px;
	padding-left:70px;
}
#selectedItems .item{
	display: inline-block;
	width:auto;
	height:25px;
	border-radius: 5px;
	border:1px solid #2489EB;
	background-color:#eef7ff;
	margin-left:5px;
}
#selectedItems .item>span{
	padding:5px 15px;
}
.noResultContent{
	text-align:center;
	margin:0 auto;
	width: 600px;
	padding-top: 40px;
}
.noResultLeft{
	float: left;
	width: 28%;
}
.noResultRight{
	float: right;
	width: 65%;
	text-align: left;
	font-size: 12px;
}
.buttonk{
	border-right:#cccccc solid 1px;
	border-left:#cccccc solid 1px;
	border-top:#cccccc solid 1px;
	border-bottom:#cccccc solid 1px;
	background-color: #fff;
	color: 	#000000;
	border-radius:5px;
}
.button-k {
  font-size: 12px;
  width:120px;
  padding:3px 10px;
}
.button-ke {
  height:28px;
}