
.content[data-v-b29ec9ec] {
  width: 100%;
  height: calc(100vh - 200px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* border-top: 1px solid #f4f4f4; */
}
.col[data-v-b29ec9ec] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  padding: 10px;
  height: 100%;
  overflow-y: auto;
}
.col .header[data-v-b29ec9ec] {
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
}
.list .item[data-v-b29ec9ec] {
  line-height: 30px;
  margin-top: 10px;
}
.city-name[data-v-b29ec9ec] {
  margin-left: 10px;
  cursor: pointer;
}
.no-data[data-v-b29ec9ec] {
  text-align: center;
  /* margin-top: 10px; */
  color: #999;
}
.footer[data-v-b29ec9ec] {
  position: fixed;
  bottom: 10px;
  right: 40px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flod-icon[data-v-b29ec9ec] {
  margin-right: 10px;
}

