.map-detail-box {
  background: #fff;
  padding-bottom: 40px;
}
.map-tab {
  height: 56px;
  padding-right: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.map-tab-box {
  display: flex;
  align-items: center;
}
.map-tab-item {
  line-height: 27px;
  margin-left: 26px;
  cursor: pointer;
  height: 29px;
}
.map-tab-item.active {
  color: #2c85ff;
  border-bottom: 2px solid #2c85ff;
}
.select-location {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.map-tbody > tr {
  height: 52px;
  /* border-bottom: 1px solid #f5f5f5; */
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
}
.map-tbody tr > td,
.map-tbody tr > th {
  border: none;
  text-align: center;
}
.map-header {
  background: #eee;
}
.down-or-up {
  font-size: 16px;
}
.up {
  color: #d0111a;
}
.down {
  color: #2bc527;
}
.look-detail > button {
  color: #2c85ff;
  background-color: transparent;
  cursor: pointer;
}

/* 地区选择 */
.iPicker-container {
  width: 100px;
}
.iPicker-result {
  /* max-width: 126px; */
  width: 60px !important;
  border: none;
}
.iPicker-input {
  padding-right: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.iPicker-list.iPicker-list-show {
  width: 160px !important;
}
.iPicker-result.iPicker-result-active:not(.iPicker-disabled),
.iPicker-result.iPicker-result-active:not(.iPicker-disabled):hover {
  border: none;
}
