.typeahead {
    border: 1px solid #EFEFEF;
    max-height: 220px;
    overflow-x: hidden;
    overflow-y: scroll;
    margin:0;
    width: 222px;
    border:1px solid #ccc
}
.typeahead, .dropdown-menu {
    z-index: 100;
    background: #fff;
    position: absolute;
}
.typeahead li.active,.typeahead li:hover,.model-select-option li.active,.model-select-option li:hover {
    background: #61ADFD;
    color: #fff;
}
.typeahead li {
    padding: 8px 10px;
    display: block;
    text-align:left;
    cursor: pointer;
    color:#333;
    height: 20px;
    line-height:20px;
}
.model-select-option {
    background-color: #fff;
    max-height: 220px;
    overflow-y: scroll;
    width: 172px;
    margin: 0;
    position: absolute;
    z-index: 100;
    border:1px solid #ccc
}
.model-select-option li {
    padding: 8px 10px;
    height: 20px;
    line-height: 20px;
    color: #555;
    cursor: pointer;
    display: block;
    text-align: left;
}
.model-select-option li,.typeahead li{
    font-family: "Helvetica Neue",Helvetica,Arial,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;
    border-bottom: 1px solid #dedede;
}
.model-select-option li:last-child,.typeahead li:last-child{border-bottom:none;}
.model-select-option li.disabled,.model-select-option li.disabled:hover{
    color:#bbb;cursor: not-allowed;background: none !important;
}
.index-search .active .label,.index-search .item:hover .label{color:#333}
.index-search .item-bd:hover:after{bottom:0;opacity:1}
.index-search .item-time .i-date {
    position: absolute;
    left:20px;
    top: 18px;
}
.index-search-end {
    height: 600px;
    background: #f5f5f5 url(../../image/train/bg_search.jpg) center center no-repeat;
}
.index-search-bg {
    height: 450px;
    background: #f5f5f5 url(../../image/train/bg_index.jpeg) center center no-repeat;
}
.mgb61{margin-bottom:61px;}
.index-search {
    height: 600px;
    padding-top: 1px;
    background: #f5f5f5 url(../../image/train/bg_search.jpeg) center center no-repeat;
}
.index-search .item-btn a:hover{background-color:#3B99FC}
.index-search .search-con {
    position: relative;
    height: 56px;
    width: 980px;
    margin: 163px auto;
    border:1px solid #298cce;
}
.index-search .item {
    float: left;
    border-right: 1px solid #e6e6e6;
    background: #fff;
    height: 56px;
    width: 210px;
    position: relative;
}
.index-search .item-num {
    border-right: none;
}
.index-search .item-btn {
    float: left;
    width: 137px;
    height: 56px;
}
.index-search .item-bd {
    height: 56px;
    position: relative;
}
.index-search .item .label {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    padding-left: 10px;
    z-index: 10;
    height: 56px;
    line-height: 56px;
    font-size: 16px;
    color: #666;
}
.index-search .item .inp {
    width: 130px;
    padding: 14px 10px 14px 70px;
    border: 0;
    background: 0 0;
    font-size: 16px;
    height: 28px;
    line-height: 28px;
}
.index-search .item-time .inp {
    padding-left: 60px;
    width: 164px;
}
.index-search .item-bd:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 2px;
    background: #298cce;
    opacity: 0;
    border-radius: 2px;
    transition: .3s ease-in-out all;
}
.index-search .item-btn a {
    display: block;
    height: 56px;
    line-height: 56px;
    background: #298cce;
    color: #fff;
    font-size: 16px;
    text-align: center;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    -webkit-transition: .3s linear background;
    -moz-transition: .3s linear background;
    -o-transition: .3s linear background;
    transition: .3s linear background;
}
.index-search .item input{color:#07f}