.selector-box{
	position:absolute;
	width:460px;
	*border:solid 1px #E3E1E6;
	font-family: "Microsoft Yahei";
	box-shadow:0 0 6px rgba(0,0,0,.2);
	display: none;
	z-index:9998;
	background:#fff;
	text-align: left;
}
.selector-box h3{
	width:100%;
	margin:0;
	padding:10px 0px;
	font-size:14px;
	color:#fff;
	height:20px;
	line-height:20px;
	background:#ff6666;
	font-weight: 500;
	text-align: center;
}
.selector-box .group{
	width: 440px;
	padding:10px;
	float: left;
}
.selector-box .group .group-tab{
	list-style: none;
	margin:0;
	padding:0;
	overflow: hidden;
	border-bottom: solid 1px #DFE0E6;
}
.selector-box .group .group-tab li{
	float:left;
	padding: 0 10px 0 10px;
	height:24px;
	line-height: 24px;
	font-size:12px;
	color:#ff6666;
	cursor: pointer;
}
.selector-box .group .group-tab .on{
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	background:#ff6666;
	color:#fff;
}
.selector-box .group .city{
	list-style:none;
	margin:0;
	padding:10px 0 0 3px;
	overflow:hidden;
}
.selector-box .group .city li{
	float:left;
	width:100px;
	height:26px;
	line-height:26px;
	font-size:12px;
	padding-left:4px;
	cursor: pointer;
	font-weight: 500;
	overflow: hidden;
}
.selector-box .group .city li:hover{
	background:#F4F4F4;
}
.selector-box .group .city-groups{
	list-style:none;
	margin:0;
	padding:7px 0 0 3px;
	overflow:hidden;
}
.selector-box .group .city-groups li{
	position:relative;
	overflow: hidden;
	padding:3px 0 3px 30px;
	border-bottom:dotted 1px #D9D9D9;
}
.selector-box .group .city-groups li span{
	position:absolute;
	left:0;
	top:0;
	display: block;
	font-weight: 700;
	color:#2980B9;
	font-size:12px;
	padding-top:12px;
}
.selector-box .group .city-groups li a{
	float:left;
	width:68px;
	height:26px;
	line-height:26px;
	font-size:12px;
	padding-left:4px;
	cursor: pointer;
	font-weight: 500;
	overflow: hidden;
	text-decoration: none;
	color:#333;
}
.selector-box .group .city-groups li a:hover{
	background:#F4F4F4;
}