.city-dialog {
  width: 700px;
  height: 560px;
  background: #fff;
  padding: 40px 20px;
  box-sizing: border-box;
  border-radius: 4px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 28px;
}
.city-dialog .selector-select,.city-dialog .selector-search{
  height: 28px;
  margin-bottom: 20px;
}
.city-dialog .hotcity-title{
  color: #555;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}
.city-dialog .hotcity-item{
  margin-right: 15px;
  color: #333;
  float: left;
  font-size: 12px;
}
.city-dialog .hotcity-item:hover{
  color: #5AA4F8;
}

#selector {
  width: 100%;
  margin: 27px auto 0;
  height: 30px;
  text-align: left
}

.selector-title {
  float: left;
  line-height: 30px;
  margin-right: 29px;
  color: #555;
  font-size: 14px;
  font-weight: 600
}

.selector {
  float: left;
  cursor: pointer;
  position: relative;
  z-index: 10;
  width: 160px;
  height: 28px;
  margin-right: 8px;
  border: solid 1px #DDD;
  border-radius: 2px;
  color: #999;
  font-size: 14px
}

.selector:hover {
  border-color: #999
}

.selector-result {
  height: 28px;
  padding-left: 15px;
  line-height: 28px;
  font-size: 12px
}

.selector-arrow {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 11px;
  height: 7px;
  background-image: url(/_statics/pc/images/index_new/changecity_down.png);
  background-size: 100% 100%;
  background-repeat: no-repeat
}

.selector-arrow-HD {
  background-image: url(/_statics/pc/images/index_new/changecity_down@2x.png) !important
}

.selector-arrow-up {
  transform: rotate(180deg)
}

.selector-box {
  display: none;
  position: absolute;
  top: 28px;
  left: -1px;
  width: 160px;
  border: solid 1px #DDD;
  font-size: 12px;
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: auto
}

.selector-list {
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding-left: 15px;
  color: #999;
  box-sizing: border-box
}

.selector-list:hover {
  color: #5AA4F8;
  background-color: #f8f8f8
}

#selector-city {
  margin-right: 39px
}

#selector-btn {
  cursor: pointer;
  float: left;
  width: 80px;
  height: 30px;
  margin-right: 39px;
  line-height: 30px;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  background-color: #ff552e;
  text-align: center
}

#selector-search {
  float: left;
  width: 168px;
  height: 28px;
  border: solid 1px #DDD;
  border-radius: 2px;
  overflow: hidden
}

#selector-search-input {
  float: left;
  width: 108px;
  height: 28px;
  line-height: 28px;
  padding: 0 0 0 6px;
  border: 0;
  outline: 0;
  font-size: 14px;
  color: #999
}

#selector-search-btn {
  cursor: pointer;
  float: left;
  width: 58px;
  height: 28px;
  line-height: 28px;
  border-left: solid 1px #DDD;
  color: #555;
  font-size: 14px;
  text-align: center;
  background-color: #f5f5f5
}
