html, body {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size:12px;
  vertical-align: baseline
}

html {
  line-height: 1
}

ol, ul {
  list-style: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle
}

q, blockquote {
  quotes: none
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none
}

a img {
  border: none
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block
}

.city-picker-selector a {
  text-decoration: none;
}

.clearfix, .city-picker-selector {
  *zoom: 1
}

.clearfix:after, .city-picker-selector:after {
  content: " ";
  display: table;
  height: 0;
  clear: both
}

.city-picker-selector .selector-item {
  border: 1px solid #ccc;
  width: 200px;
  height: 27px;
  line-height: 27px;
  float: left;
  margin-left: 20px;
  position: relative
}

.city-picker-selector .selector-item:first-child {
  margin-left: 0
}

.city-picker-selector .selector-item:after {
  content: '';
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #ccc;
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 12px;
  right: 5px
}

.city-picker-selector .selector-name {
  color: #333;
  font-size: 11px;
  display: block;
  text-indent: 5%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap
}

.city-picker-selector .selector-name:hover {
  background-color: #fdfdfd
}

.city-picker-selector .selector-name.df-color {
  color: #999
}

.city-picker-selector .selector-name.forbid {
  cursor: not-allowed
}

.city-picker-selector .selector-list {
  border: 1px solid #ccc;
  background: #fff;
  width: 100%;
  position: absolute;
  top: 36px;
  left: -1px;
  z-index: 1
}

.city-picker-selector ul {
  max-height: 160px;
  overflow-x: hidden;
  overflow-y: auto
}

.city-picker-selector li {
  border-top: 1px solid #ccc;
  color: #333;
  cursor: pointer;
  width: 90%;
  padding: 0 5%;
  height: 30px;
  line-height: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap
}

.city-picker-selector li:first-child {
  border-top: none
}

.city-picker-selector li.caller:hover {
  background: #f5f5f5
}

.city-picker-selector li.caller.active, .city-picker-selector li.caller.active:hover {
  background: #3A8EAF;
  color: #fff
}

.city-picker-selector li.forbid {
  color: #999;
  font-size: 14px;
  cursor: not-allowed
}

.city-picker-selector .selector-search {
  border: 1px solid #ccc;
  border-top: none;
  background: #f8f8f8;
  font-size: 0;
  padding: 10px;
  height: 28px;
  margin-left: -1px;
  margin-right: -1px
}

.city-picker-selector .input-search {
  border: 1px solid #ccc;
  border-radius: 5px;
  color: #333;
  font-size: 14px;
  width: 100%;
  height: 26px;
  line-height: 26px\9;
  padding: 0;
  text-indent: 5px
}

.city-picker-selector .input-search:focus {
  outline: none
}

.city-picker-selector .hide {
  display: none
}

select {
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 5px;
  color: #333;
  font-size: 11px;
  outline: none;
  width: 160px;
  height: 27px;
  margin-right: 10px;
  box-shadow: 0 0 5px #eee
}