.search_cx{
    width: 100%;
    padding: 50px 140px 25px 140px;
    display: flex;
}
.search_cx img{
    position: absolute;
    z-index: 99;
    left: 160px;
    top:155px;
    width: 30px;
    height: 30px;
}
.search_cx input{
    position: relative;
    height: 80px;
    width: 680px;
    border-radius: 10px 0 0 10px;
    font-size: 26px;
    padding-left: 61px;
    border: 1px solid #2BAE85;
}
.search_cx button{
    height: 80px;
    width: 120px;
    background-color: #2BAE85;
    color: #ffffff;
    border-radius: 0 10px 10px 0;
    border: none;
    font-size: 32px;

}
.near{
    padding:0 0  25px 24px;
}
.nearline .linelist,.nearsite .sitelist{
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
}
.route,.site{
    display: inline-block;
    background-color: #ffffff;
    border-radius: 10px;
    margin-right: 30px;
}
.linelist{
    height: 160px;
}
.sitelist{
    height: 90px;
}
.nearline .headline,.nearsite .headline{
    color:#ffffff;
}
/*.nearline .headline{*/
    /*color: #5CC7FF;*/
/*}*/
/*.nearline .xt{*/
    /*background-color: #5CC7FF;*/
/*}*/
/*.nearsite .xt{*/
    /*background-color: #43E7AE;*/
/*}*/
/*.nearsite .headline{*/
    /*color: #43E7AE;*/
/*}*/
.headline{
    padding: 24px 0;
}
.headline .xt{
    display: inline-block;
    border-radius: 4px;
    width: 8px;
    height: 32px;
}
.line{
    color:#1660AC;
    display: inline-block;
    padding-left: 20px;
    font-size: 34px;
}
.route,.site{
    padding:15px 20px;
}
.linetop{
    display: flex;
    align-items: center;
    font-size: 30px;
    font-weight: bold;
}
.linename{
    /*padding-left: 20px;*/
}
.direction{
    display: flex;
    align-items: center;
    font-size: 24px;
}
.linebottom{
    /*padding-left: 50px;*/
    line-height: 40px;
}
.arrow{
    padding: 0 20px;
}
.starttime,.lasttime{
    display: flex;
    align-items: center;
}
.starttime div,.lasttime div{
    padding-left: 10px;
}
.lasttime{
    padding-left: 55px;
}

.sitename{
    font-size: 28px;
    font-weight: bold;
    padding-left: 46px;
    background:url("../imgs/busquery/icon_zhandian.png") no-repeat;
    background-position: left;
    background-size: auto 95%;
}
/*这里开始写弹窗*/
.gjcx .black{
    display: block;
    position: absolute;
    z-index: 999;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 470px;
    background:rgba(210,198,145,0.85);
}
.gjcx .black .white{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}
.circuit,.station{
    width:100%;
}
.circuitname{
    display: flex;
    align-items: center;
    font-size: 38px;
    padding: 30px 0 30px 45px;
    border-bottom: 1px solid rgba(255,255,255,0.8);
    width:100%;
}
.xlname{
    padding-left: 20px;
}
.listline{
    padding: 15px 0 15px 185px;
    border-bottom: 1px solid rgba(255,255,255,0.8);
    width:100%;
    position: relative;
}
.listline:before{
    content:url("../imgs/busquery/icon_xqtb.png");
    position: absolute;
    width:62px;
    height: 62px;
    left:72px;
    top:24px;
}
.nameline,.namesite{
    display: flex;
    align-items: center;
    font-size:48px;
    font-weight: bold;
    width:100%;
}
.nameline div,.namesite div{
    /*padding-left: 30px;*/
}
.linedirection{
    display: flex;
    align-items: center;
    /*padding-left: 80px;*/
}
.starting,.ending{
    font-size: 30px;
}
.station .namesite{
    padding: 30px 0 30px 100px;
    border-bottom: 1px solid rgba(255,255,255,0.8);
    width:100%;
}