ul li{

    list-style: none;
    padding: 0;
    margin: 0;
}
.svg-top{
    position:absolute;
    border:1px solid #CCC;
    background-color:#FFF;
    filter:alpha(Opacity=90);
    -moz-opacity:0.9;
    opacity: 0.9;
    -webkit-box-shadow:2px 2px 8px #cccccc;
    -moz-box-shadow:2px 2px 8px #cccccc;
    -webkit-box-shadow:2px 2px 8px #cccccc;
    -ms-box-shadow:2px 2px 8px #cccccc;
    -o-box-shadow:2px 2px 8px #cccccc;
    box-shadow:2px 2px 8px #cccccc;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
    -o-border-radius:5px;
    border-radius:5px;
    z-index:500;
    padding: 5px 10px;
}
.svg-box{
    border:1px solid #CCC;
    background-color:#FFF;
    filter:alpha(Opacity=90);
    -moz-opacity:0.9;
    opacity: 0.9;
    -webkit-box-shadow:2px 2px 8px #cccccc;
    -moz-box-shadow:2px 2px 8px #cccccc;
    -webkit-box-shadow:2px 2px 8px #cccccc;
    -ms-box-shadow:2px 2px 8px #cccccc;
    -o-box-shadow:2px 2px 8px #cccccc;
    box-shadow:2px 2px 8px #cccccc;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
    -o-border-radius:5px;
    border-radius:5px;
    padding: 5px 10px;
}
#svg-logo{
    right:auto;
    left: 20px;
    top: 15px;
    width: 350px;
}
#svg-logo .slogo img{height: 35px; margin-top: 5px;}
#svg-logo .slogo a{line-height: 0;}
#svg-logo .sitem{float: left;}
#svg-menus{
    left:auto;
    right: 20px;
    top: 15px;
    width:540px;
    height:40px;
}

#svg-menus .line-name
{
    height:26px;
    line-height:26px;
    margin-top:7px;
    float:left;
    cursor:pointer;
    padding:0px 10px;
    margin-left:9px;
    color:#FFF;
    font-size:16px;
    /* font-weight:bold; */
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
    -o-border-radius:5px;
    border-radius:5px;
}
#svg-menus .remark-p,#svg-menus .remark-t
{
    margin-left:15px;
    height:40px;
    line-height:40px;
    font-size:14px;
    font-weight:bold;
    color:#910000;
}
#svg-menus .line-color
{
    width:26px;
    height:16px;
    margin:7px;
    float:left;
    cursor:pointer;
}

.sbuts ul{
    padding: 0;
    display: flex;
    margin-bottom: 0;
}
.sbuts ul li{
    cursor:pointer;
    width: 100%;
    margin: 10px;
    margin-bottom: 0;
    line-height: 30px;
    border:1px solid #d51529;
    border-radius:5px;
    font-size:14px;
    /* font-weight:bold; */
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
    -o-border-radius:5px;
    border-radius:5px;
    padding: 5px 10px;
}
.sbuts ul li:hover{
    color:#d51529;
}
.stitle{
    font-size:16px;
    font-weight: bold;
    text-align: left;
    padding-left: 10px;
}
.stab{padding-left: 10px; margin-top: 10px; height: 29px; border-bottom: 1px solid #d51529;}
.stab .stab-c{float: left;
    margin-right: 5px;
    border:1px solid #cccccc;
    border-bottom: none;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    cursor:pointer;
}
.stab .stab-c.on{
    color:#fff;
    background: #d51529;
    border:1px solid #d51529;
}
.svg-cons{
    height: 260px;
    z-index: 500;
    border: #d0d7e2  1px solid;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.sbtn{
    cursor:pointer;
    width: 100%;
    margin: 0px;
    margin-bottom: 0;
    line-height: 30px;
    border:1px solid #d51529;
    border-radius:5px;
    font-size:14px;
    /* font-weight:bold; */
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
    -o-border-radius:5px;
    border-radius:5px;
    padding: 0px 10px;
    text-align: center;
}
.sbtn:hover{
    color: #d51529;
}
.sbtn.startbtn{
    border:1px solid #0CBA9F;
    background: #0CBA9F;
    font-size: 17px;
    color: #fff;
    font-weight: bold;
}
.sbtn.endbtn{
    border:1px solid #0072ce;
    background: #0072ce;
    font-size: 17px;
    color: #fff;
    font-weight: bold;
}


.ssearch-station{display:flex; line-height: 40px; margin-top: 15px;}
.ssearch-station .sbtn{line-height: 40px;}
.ssearch-station .start-sta{ width: 100%;display:flex}

.ssearch-station .end-sta{ width: 100%;display:flex}
.ssearch-station .mid{width: 150px; text-align: center; font-size: 30px;}

.ssearch-desc{
    /* padding: 20px; */
    background: #eee;
    margin-top: 15px;
    padding: 10px;
    padding-left: 15px;
    font-size: 14px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
    -o-border-radius:5px;
    border-radius:5px;
}
.spanend{margin-right: 30px;}

.ssearch-cons{padding: 20px; padding-left: 5px;padding-top: 0; }
.package-status {
    padding: 9px 0;
}

.package-status .status-list {
    margin: 0;
    padding: 0;
    margin-top: -5px;
    padding-left: 8px;
    list-style: none;
    padding-top: 8px;
}

.package-status .status-list>li {
    border-left: 2px solid #0278D8;
    text-align: left;
}

.package-status .status-list>li:before {
    /* 流程点的样式 */
    content: '';
    border: 3px solid #0278D8;
    background-color: #0278D8;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 10px;
    margin-left: -7px;
    margin-right: 10px
}

.package-status .status-box {
    overflow: hidden;
    padding-left: 10px;
}

.package-status .status-list>li {
    height: auto;
    width: 95%;
}

.package-status .status-list {
    margin-top: -8px
}

.package-status .status-box {
    position: relative
}

.package-status .status-box:before {
    content: " ";
    background-color: #f3f3f3;
    display: block;
    position: absolute;
    top: -8px;
    left: 20px;
    width: 10px;
    height: 4px
}

.package-status .status-list {
    margin-top: 0px;
}

.status-list>li:not(:first-child) {
    padding-top: 10px;
}

.status-content-before {
    text-align: left;
    margin-left: 25px;
    margin-top: -20px;
}

.status-content-latest {
    text-align: left;
    margin-left: 25px;
    color: #0278D8;
    margin-top: -20px;
}

.status-time-before {
    text-align: left;
    margin-left: 25px;
    font-size: 10px;
    margin-top: 5px;
}
.status-more-before {
    text-align: left;
    margin-left: 25px;
    font-size: 12px;
    margin-top: 5px;
    color: #E04541;
}
.status-time-latest {
    text-align: left;
    margin-left: 25px;
    color: #0278D8;
    font-size: 10px;
    margin-top: 5px;
}

.status-line {
    border-bottom: 1px solid #ccc;
    margin-left: 25px;
    margin-top: 10px;
}

.list {
    padding: 0 20px;
    background-color: #F8F8F8;
    margin: 10px 0 0 25px;
    border: 1px solid #EBEBEB;
}

.list li {
    line-height: 30px;
    color: #616161;
}

.startnode ,.endnode,.changenode{position:relative;}
.status-ico{
    position:absolute;
    top:0px;
    left:-14px;
    color: #fff;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 12px;
    text-align: center;
    font-size: 12px;
}
.startnode .status-ico{
    background: #0CBA9F;
}
.endnode .status-ico{
    top:8px;
    background: #0072ce;
}
.changenode .status-ico{
    top:8px;
    background: #d51529;
}
.startnode .status-content-before,.changenode .status-content-before{
    font-size: 14px;color: #000;font-weight: bold;
}
.endnode .status-content-latest{
    font-size: 14px;color: #000;font-weight: bold;
}
.status-time-before{font-size: 12px;}
.status-content-before{
    font-size: 12px;color: #333;
}