.search-container-content{
    position: fixed;
    bottom:8vh;
    width: 980px;
    left:2vh;
    /* height: 200px; */
    background: white;
    padding:0 10px;
    box-sizing: border-box;
    border: 1px solid;
    border-top: none;
    border-color: #cccccc;
    border-radius: 0 0 10px 10px;
}
.search-container-content .left{
    height: 50px;
}
.search-container-content .left .szmtr-line{
    height: 37px;
    width: 97%;
    border-bottom: 1px solid;
    text-align: justify;
    border-color: #cccccc;
}
.search-container-content .left .szmtr-line li{
    float: left;
    /* padding: 5px; */
    background-color: white ;
}
.search-container-content .left .szmtr-line li span{
    display: block;
    height: 36px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    margin-right: 99px;
    color: black;
}
.language-en .search-container-content .left .szmtr-line li span{
    margin-right: 85px;
}

.search-container-content .left .szmtr-line li:nth-last-child(1) span{
    margin-right: 0;
}
.center .szmtr-station .szmtr-station-li{
    float: left;
    width: 225px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    /* padding: 10px; */
    /* background: #2b908f; */
    margin: 5px;
    font-size: 16px;
    cursor: pointer;
    color: white;
}
.language-en .center .szmtr-station .szmtr-station-li{
    /*width: 205px;*/
}
#station-search-page{
    position: absolute;
    /* top: 300px; */
    /* right: 300px; */
    height: 290px;
    width: 100%;
}
.search-container-content .center{
    position: fixed;
    width: 980px;
    background: white;
    bottom: 15.5vh;
    left: 2vh;
    padding: 25px 25px 0px 10px;
    box-sizing: border-box;
    border: 1px solid;
    border-bottom: none;
    border-color: #cccccc;
    border-radius: 10px 10px 0 0;
}
.search-container-content #cColse{
    display: inline-block;
    /*background-color: #fff;*/
    position: absolute;
    top: 0;
    font-size: 24px;
    right: 8px;
    color: #666666;
    cursor: pointer;
    z-index: 3;
}
.Start_point{
    background-image: url("/v2/images/icon_home_triangle.png");
    width: 16px;
    height: 10px;
    background-size: cover;
    position: absolute;
    bottom: -10px;
    left: 10%;
}
.end_point{
    background-image: url("/v2/images/icon_home_triangle.png");
    width: 16px;
    height: 10px;
    background-size: cover;
    position: absolute;
    bottom: -10px;
   left: 32%;
}