.top {
  height: 50px;
  position: relative;
  background: var(--gov-gradient-soft);
}

.top-left-img {
  position: absolute;
  left: 0;
  margin-top: 9px;
}

.page .top-left-img {
  width: 20px;
  margin-left: 10px;
}

.top-right-img {
  position: absolute;
  right: 8px;
  margin-top: 9px;
}

.content {
  box-sizing: border-box;
  padding: 15px;
  background: var(--gov-card-bg);
}

.map {
  text-align: center;
  width: 100%;
  height: 250px;
  margin: 0;
  font-family: "微软雅黑";
  border-radius: var(--gov-radius);
  overflow: hidden;
  box-shadow: var(--gov-shadow);
}

.map .anchorBL {
  display: none;
}

.map .BMapLabel {
  transform: translate(-50%, -50%) !important;
  text-align: center !important;
  margin-left: 0 !important;
}

.BMap_cpyCtrl {
  display: none !important;
}

.list-div {
  margin-top: 25px;
}

.con-item {
  list-style: none;
  box-sizing: border-box;
  padding: 10px 0 0 30px;
  padding-bottom: 10px;
  color: var(--gov-text-secondary);
}

.icon-img {
  width: 24px;
  vertical-align: middle;
  margin-right: 10px;
}

.top-img {
  width: 100%;
  display: block;
}

.search {
  width: 100%;
  height: 36px;
  margin: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 20px;
  padding: 0 20px;
  box-sizing: border-box;
  border: 1px solid var(--gov-border);
  background: var(--gov-primary-soft);
}

.search input {
  height: 80%;
  border: none;
  outline: none;
  width: 80%;
  font-size: 16px;
  box-sizing: border-box;
  background: transparent;
}

.search img {
  width: 20px;
}

.search input::placeholder {
  color: var(--gov-text-muted);
}

.btn {
  width: 50%;
  height: 40px;
  background: var(--gov-gradient);
  color: #fff;
  margin: 0 auto;
  line-height: 40px;
  text-align: center;
  border-radius: var(--gov-radius);
  box-shadow: var(--gov-shadow);
}

.btn:active {
  background: var(--gov-btn-active);
}
