.map_header .row {
  display: table;
  width: 100%;
}
.map_header .row .col {
  display: table-cell;
  line-height: 32px;
  position: relative;
}
.map_header .row .col label {
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  vertical-align: top;
  width: 45px;
  display: inline-block;
}
.map_header .row .col span {
  border: 1px solid #3a8855;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  width: calc(100% - 60px);
  padding: 0 26px 0 5px;
  font-size: 16px;
  vertical-align: text-bottom;
  overflow: hidden;
}
.map_header .row .col span.error {
  background-color: #f9b4ae;
}
.map_header .row .col i.fa {
  display: none;
  position: absolute;
  top: 4px;
  right: 15px;
  font-size: 24px;
}
.map_header .row .col span.input + i.fa {
  display: block;
}
.map_header .row .col2 {
  display: table-cell;
  width: 90px;
}
.map_header .row .col2 button {
  background: #0094e3;
  border: 1px solid #0094e3;
  border-radius: .4em;
  box-shadow: 3px 3px #8ed8ff;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 16px;
  text-align: center;
  padding: 3px 8px;
}
.map_header #exchange {
  position: absolute;
  top: 39px;
  left: 22px;
  font-size: 14px;
  color: #0094e3;
}
#addapptips {
  display: none;
  position: absolute;
  top: 10px;
  right: 5px;
  background-color: #D83B3C;
  border-radius: 5px;
  padding: 5px;
  box-shadow: 0 0 8px 2px rgba(215, 59, 54, 0.5);
  z-index: 100;
  color: #ffffff;
}
#addapptips .strong {
  font-weight: 700;
}
#addapptips:after {
  content: "";
  border-top: solid 0 transparent;
  border-left: solid 5px transparent;
  border-right: solid 5px transparent;
  border-bottom: solid 10px #D83B3C;
  position: absolute;
  left: 25%;
  top: -10px;
}
.select_area {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  margin: 0;
}
.select_area ul.list {
  margin: auto;
  height: fit-content;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.select_area ul.list li {
  font-weight: 700;
  font-style: normal;
}
.select_area ul.list li em {
  font-size: 12px;
  color: #2E2E2E;
  font-weight: 300;
  font-style: normal;
}
.select_area ul.list li.bg_primary em {
  color: #ffffff;
}
#content_main .header a.time {
  pointer-events: none;
  text-decoration: none;
}
#content_main .unkouinfo .info {
  text-align: center;
}
#content_main .unkouinfo .info .rinfo_table {
  padding: 0;
}
#content_main a.mark {
  pointer-events: none;
}
#placeInput {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  display: none;
  z-index: 2000;
}
#placeInput .input {
  position: relative;
  border-bottom: 1px solid #aaaaaa;
}
#placeInput .input input#placeTarget {
  width: 100%;
  border: none;
  font-size: 18px;
  height: 40px;
  padding: 0 10px;
}
#placeInput .input a#searchPlaceClose {
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  padding: 0 20px;
  background-color: #ff5700;
  color: #ffffff;
  line-height: 40px;
}
#placeInput ul#searchPlaceList {
  height: calc(100% - 30px);
  overflow: auto;
}
#placeInput ul#searchPlaceList li {
  text-align: left;
  border-bottom: 1px solid #eeeeee;
  padding: 10px;
  display: block;
  font-size: 18px;
}
#placeInput ul#searchPlaceList li:hover {
  background-color: #75BADB;
}
#placeInput ul#searchPlaceList li .stations span,
#placeInput ul#searchPlaceList li .relatives span {
  font-size: 14px;
}
#placeInput ul#searchPlaceList li .address {
  font-size: 14px;
  color: #aaaaaa;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
