h1,
h2,
h3,
h4,
ul {
  /*font-size: 12px;*/
  margin: 0px;
  padding: 0px;
}

.area-selector {
  position: absolute;
  background: #fff;
  font-size: 12px;
  left: 20%;
  top: 20%;
  z-index: 88800;
  box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.3);
}

.selectorbg {
  background: #000;
  position: absolute;
  filter: alpha(opacity=40);
  /* IE */
  -moz-opacity: 0.4;
  /* Moz + FF */
  opacity: 0.4;
  z-index: 5;
  top: 0px;
  left: 0px;
  width: 100%;
  min-width: 1300px;
  height: 100%;
  z-index: 20;
}

.area-body {
  width: 650px;
  height: auto;
  background-color: white;
  position: relative;
  overflow: hidden;
}

.area-loading {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 300px;
  background: url("../images/selector/loading.gif") center center no-repeat;
  display: none;
}

.area-body-top {
  height: 40px;
  line-height: 40px;
  color: white;
  padding: 0px 10px;
  margin: 0px;
  font-weight: normal;
  font-size: 14px;
  background: #0378d8;
}

.area-body-left {
  width: 120px;
  float: left;
  padding: 0px 10px;
  position: relative;
  z-index: 10;
  padding-right: 0px;
}

.ajaxloading .area-body-left,
.ajaxloading .area-body-right {
  display: none;
}

.ajaxloading .area-loading {
  display: block;
}

.area-body h3 {
  padding: 0px;
  margin: 0px;
  height: 30px;
  line-height: 30px;
  font-weight: normal;
  color: #666;
  clear: both;
}

.area-body-right {
  padding: 0 15px;
  float: right;
  border-left: 1px dotted #eee;
  width: 520px;
}

.tree_letter {
  font-family: Arial;
  list-style: none;
  margin: 0px;

}

.tree_letter li {
  text-align: center;
  float: left;
  margin: 4px 2px 0 2px;
  line-height: 170%;
  _line-height: 160%;
}

.area-body a {
  color: #0378d8;
  text-decoration: none;
}

.tree_letter li a:link,
.tree_letter li a:visited {
  width: 20px;
  height: 21px;
  display: block;
  color: #333;
  border: 1px solid #eee;
}

.tree_letter li a:hover {
  width: 20px;
  height: 21px;
  display: block;
  color: #0378d8;
  border: 1px solid #0378d8;
}

.tree_letter li.none {
  width: 20px;
  height: 21px;
  background: url(../images/selector/bg.png) no-repeat -40px -79px;
  color: #CCC;
  display: block;
}

.clear20 {
  clear: both;
  height: 10px;
}

.l {
  float: left;
}

.r {
  float: right;
}

a.treeexpand {
  position: absolute;
  top: 50%;
  right: -13px;
  width: 9px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: url(../images/selector/bg.png) no-repeat -470px -34px;
  font-size: 0.83em;
  -webkit-text-size-adjust: none;
  margin-top: -16px;
  display: none;
}

a.treeexpand:hover {
  font-weight: bold;
  color: black;
}

.area-search {
  width: 100px;
  height: 22px;
  line-height: 22px;
  border: none;
  padding: 0px 4px;
  padding-left: 6px;
  margin-top: 10px;
  color: gray;
  margin-right: 10px;
  outline: none;
  border-radius: 4px;
}

.tree_histroy a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 4px;
  width: 96px;
  height: 26px;
  line-height: 26px;
}

.tree_histroy a:hover {
  font-weight: bold;
}

.area-body-top a.btn {
  width: 42px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  margin-top: 10px;
  margin-left: 6px;
  cursor: pointer;
}


h3.selectedarea {
  margin: 0px 4px;
  height: auto;
  padding: 10px 0;
}

h3.doline {
  color: #666;
  border-bottom: 1px solid #ccc;
  margin: 0px 4px;
}

h3.doline2 {
  color: #666;
  border-top: 1px solid #ccc;
  margin: 0px 4px;
}

h3.doline2 a {
  color: #666;
}

h3.doline2 a:hover {
  color: #0378d8;
}

h3.doline2 em {
  font-weight: normal;
  color: #ff9900;
  margin-left: 6px;
  font-style: normal;
}

h3.selectedarea a {
  display: inline-block;
  font-size: 12px;
  padding: 2px 10px;
  border-radius: 15px;
  position: relative;
  margin-left: 10px;
  line-height: 18px;
  border: 1px solid #ddd;
  color: #0378d8;
  padding-right: 20px;
}

h3.selectedarea a:hover {  
  border: 1px solid #0378d8;
  color: #0378d8;
}

h3.selectedarea a b {
  position: absolute;
  top: 3px;
  right: 6px;
  width: 13px;
  height: 13px;
  background: url(../images/v4/selecter/close_button.png) no-repeat;
}

.types-data {
  padding-left: 10px;
}

.types-data a {
  width: 17%;
  padding-left: 5px;
  margin-left: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 4px;
  padding-bottom: 4px;
  height: 18px;
  line-height: 18px;
  float: left;
}

.types-data .emptydata {
  padding: 10px;
  padding-top: 4px;
  color: #666;
}

.types-data a:hover {
  /*			background-color:#164A84;
			color:white;*/
  font-weight: bold;
}

.msgdiv {
  position: absolute;
  padding: 4px;
  top: 100px;
  left: 0px;
  z-index: 100;
  border: 1px solid #FFCC99;
  background-color: #FFFFC8;
  -moz-box-shadow: 0 1px 0 #E5E5E5;
  -webkit-box-shadow: 0 1px 0 #E5E5E5;
  box-shadow: 0 1px 0 #E5E5E5;
}

.msgdiv b {
  position: absolute;
  width: 15px;
  height: 9px;
  background: url(../images/selector/bg.png) no-repeat -427px -37px;
  top: -9px;
  left: 50%;
  margin-left: -10px;
}

/*classic*/
a.classicselect {
  display: inline-block;
  width: 100%;
  height: 30px;
  cursor: pointer;
  padding-right: 15px;
  padding-left: 15px;
  overflow: hidden;
  line-height: 30px;
  border: 1px solid #ededed;
  border-radius: 4px;
  color: #5a5a5a;
  box-sizing: border-box;
  transition: color .2s, background .2s, border-color .2s;
  outline: none;
  vertical-align: middle;
  background: url(/images/v4/searchicon.gif) #fff no-repeat bottom right;
  position: relative;
  font-size: 12px;
}

/*bczpstyle*/
a.bczpselect {
  border: 1px solid #939393;
  display: inline-block;
  height: 23px;
  line-height: 23px;
  text-decoration: none;
  position: relative;
  padding-right: 27px;
  padding-left: 4px;
  color: black;
  overflow: hidden;
  background: url(../images/selector/bczp_bg.gif) 0px 0px repeat-x;
  cursor: pointer;
  text-align: center;
}

a.bczpselect b {
  position: absolute;
  width: 18px;
  height: 23px;
  right: 0px;
  _right: -1px;
  top: 0px;
  background: url(../images/selector/bczp_b.gif) 0px 0px no-repeat;
}

/*yellowselect*/
a.yellowselect {
  border: 1px solid #CCC;
  display: inline-block;
  height: 17px;
  line-height: 17px;
  text-decoration: none;
  position: relative;
  padding-right: 27px;
  padding-left: 4px;
  color: black;
  overflow: hidden;
  background: url(../images/selector/yellowgray.gif) 0px 0px repeat-x;
  cursor: pointer;
  text-align: center;
}

a.yellowselect b {
  position: absolute;
  width: 18px;
  height: 17px;
  right: 0px;
  _right: -1px;
  top: 0px;
  background: url(../images/selector/yellowb.gif) 0px 0px no-repeat;
}

.m-selector .types-data {
  background: white;
  padding: 10px;
  overflow: hidden;
  padding-right: 10px;
  padding-top: 5px;
  _padding-top: 10px;
}

.m-selector .types-data a {
  float: left;
  display: inline;
  margin-left: 5px;
  margin-top: 5px;
  position: relative;
  line-height: 19px;
  white-space: nowrap;
  color: #315AAA;
  border: 1px solid #FFF;
  padding: 0px;
  padding-left: 6px;
  padding-right: 20px;
  _overflow: hidden;
  _margin-top: -5px;
}

.m-selector .types-data a:hover {
  font-weight: normal;
  color: #F60;
  border: 1px solid #F2F2F2;
}

.m-selector .types-data a.selected {
  border: 1px solid #F2F2F2;
  font-weight: bold;
  color: #315AAA;
  text-align: left;
  background-color: #F5F9FF;
}

.m-selector .selectinfo {
  padding: 6px;
  border-bottom: 1px solid #eee;
  margin: 0px 10px;
}

.m-selector .selectinfo strong {
  color: black;
  padding: 0px 2px;
}

.m-selector .types-data a.selected b {
  width: 13px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 3px;
  _top: 2px;
  background: url("/images/search/c.png") center center no-repeat
}