
#city-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #999999;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 14px;
}

#selectcity {
  text-indent: -999px;
}

#city-box .text {
  line-height: 30px;
}

.icon-arrow-down, .icon-arrow-up {
  position: absolute;
  left: 380px;
  font-size: 22px;
  line-height: 30px;
  color: #999999;
}

#city-select-content {
  width: 400px;
  height: 190px;
  display: none;
  border-top: none;
  position: fixed;
  box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
	border-radius: 2px;
}

.chosePCA {
  width: 80px;
  height: 40px;
  display: inline-block;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  float: left;
  cursor: pointer;
}

.province-list, .city-list, .area-list {
  position: absolute;
  width: 400px;
  height: 150px;
  padding: 10px;
  left: 0;
  top: 40px;
  overflow-x: hidden;
}

.select {
  background: rgba(0, 0, 0, 0.08);
  border-bottom: none;
}
.dark-mode .select{background: rgba(255, 255, 255, 0.08);}
#city-select-content li {
  font-size: 14px;
  display: inline-block;
  padding: 8px;
  line-height: normal;
  cursor: pointer;
}

#city-select-content li:hover {
  background-color: #f1f8ff;
  color: #46a4ff;
  border-radius: 4px;
}

.chose-tab {
  width: 400px;
  height: 40px;
  border-bottom: 1px solid #eee;
  clear: both;
}

.chosePCA > ul {
  border-top: none;
  font-size: 18px;
  line-height: 20px;
  text-align: left;
  cursor: auto;
}

.textProvince:hover, .textArea:hover, .textCity:hover {
  background-color: #bcd5e7;
}

.citybtn {
  width: 60px;
  height: 30px;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  margin-top: 10px;
  position: absolute;
}

.confirm {
  left: 70px;
}
#bigOne{
  width: 400px;
  position: relative;
}
@media (prefers-color-scheme: dark) {
  .dark-mode .select{background: rgba(255, 255, 255, 0.08);}
}
