﻿ul,li{
	list-style: none;
}
.lee-areaSel-model{
	position: relative;
}
.lee-areaSel {
	cursor: pointer;
	background-color: #eee;
	display: block;
	border: 1px solid #d9d9d9;
	border-top-color: silver;
	font-size: 14px;
	width: 93%;
	padding: 3px;
	font-size: 14px;
	color: #555;
	background-image: none;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.lee-areaSel-doc{
	position: absolute;
	left: 0;
	border-radius: 0;
	width: 400px;
	display: none;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-sizing: border-box;
	z-index:999;
}
.lee-areaSel-doc .areaSel-tit{
	margin: 0;
	padding: 10px 6px;
	color: #FFFFFF;
	box-sizing: border-box;
	background: #337ab7;
	border-bottom: 1px solid #DDDDDD;
	position: relative;
}
.lee-areaSel-doc .areaSel-tit span {
	position: absolute;
  font-size: 28px;
  right: 10px;
  top: 0;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
}
.lee-areaSel-doc .areaSel-tit span:hover{
	opacity: .9;
}
.lee-areaSel-doc .lee-areaSel-ul{
	width: 100%;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #ddd;
  padding: 0;
  margin: 0;
  background-color: #f5f5f5;
}

.lee-areaSel-doc .lee-areaSel-ul .item{
	display: none;
  height: 40px;
  line-height: 39px;
  text-align: center;
  width: 28%;
  color: #333;
  padding: 0 .3em;
  border-bottom: 3px solid transparent;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  float: left;
}

.lee-areaSel-doc .lee-areaSel-ul .item.active,
.lee-areaSel-doc .lee-areaSel-ul .item:hover
{
  border-bottom-color: #337ab7;
  color: #337ab7;
}


.lee-areaSel-doc .lee-areaSel-con{
	width: 100%;
	padding: 15px 5px;
	box-sizing: border-box;
}

.lee-areaSel-doc .lee-areaSel-con .areaSel-list{
	width: 100%;
	display: none;
	margin: 0;
	padding: 0;
}
.lee-areaSel-doc .lee-areaSel-con .areaSel-list.active{
	display: block;
}

.lee-areaSel-doc .lee-areaSel-con .areaSel-list li{
	display: inline-block;
  /* margin: 0 2px 2px 2px; */
  padding: 3px 8px;
  color: #337ab7;
  cursor: pointer;
  font-size: 13px;
  overflow: hidden;
  box-sizing: border-box;
}

.lee-areaSel-doc .lee-areaSel-con .areaSel-list li:hover,
.lee-areaSel-doc .lee-areaSel-con .areaSel-list li.active
{
	background: #337ab7;
	color: #FFFFFF;
	border-radius: 3px;
}
