
/*搜索框*/
.search-row .flex-col-3,.search-row .flex-col-4, .search-row .flex-col-2 {
  margin-bottom: 20px;
  display: block;
  flex-flow: column;
  position: static;
}

#searchbox .hidden{display:none;}
.traintype li {cursor:pointer;}
@media (max-width: 680px) {.hidden-xs {
    display: none !important;
} }

/* 智能补全 */
.autocomplete {
  position: relative;
}

#searchbox .autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 999;
}
#searchbox .autocomplete-items div {
  padding: 5px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
  font-size: 14px;
}
#searchbox .autocomplete-items div:hover {
  background-color: #e9e9e9; 
}
#searchbox .autocomplete-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}
#hotStation div{
  cursor: pointer;
  background-color: #fff; 
}
#hotStation div:hover{
  background-color: #e9e9e9; 
}

/* loading */
#loader {position: fixed;display: none;width: 100%;height: 100%;top: 0;left: 0;right: 0;bottom: 0;background-color: rgba(0, 0, 0, 0.5);z-index: 2; }
#loading {position: absolute;top: 50%;left: 50%;font-size: 50px;color: white;transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%); }
#loading:after {content: " ";display: block;width: 64px;height: 64px;margin: 8px;border-radius: 50%;border: 6px solid #fff;border-color: #fff transparent #fff transparent;animation: lds-dual-ring 1.2s linear infinite;}
@keyframes lds-dual-ring {0% {transform: rotate(0deg);}100% {transform: rotate(360deg);}}
/* end loading */