.ticket-number .ticket-number-num{
    position: relative;
}
.ticket-number .ticket-number-num a {
    color: #333;
    cursor:pointer;
}
.ticket-number .ticket-number-num a:hover{
    color: #3B99FC !important;
}
.ticket-number .ticket-number-num .arw{
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 4px;
    cursor: pointer;
    border-style: solid dashed dashed dashed;
    border-color: #3B99FC transparent transparent transparent;
    border-bottom: none;
    vertical-align: middle;
    margin-left: 5px;
}
.panel-tooltip {
    position: absolute;
    border: 1px solid #3b99fc;
    background: #fff;
    z-index: 2001;
    width: 418px;
    top:-45px;
    left:90px;
}
.panel-tooltip .tooltip-arw{
    width: 6px;
    height: 12px;
    left: -6px;
    top: 50px;
    position: absolute;
}
.panel-tooltip .tooltip-arw::before{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    display: inline-block;
    width: 0px;
    height: 0px;
    line-height: 0;
    font-size: 0px;
    cursor: pointer;
    overflow: hidden;
    border-width: 6px 6px 6px;
    border-style: dashed solid dashed none;
    border-color: transparent rgb(59, 153, 252) transparent;
    border-left: none;
}
.panel-tooltip .tooltip-arw::after{
    content: "";
    position: absolute;
    top: 0px;
    left: 1px;
    display: inline-block;
    width: 0px;
    height: 0px;
    line-height: 0;
    font-size: 0px;
    cursor: pointer;
    overflow: hidden;
    border-width: 6px 6px 6px;
    border-style: dashed solid dashed none;
    border-color: transparent rgb(255, 255, 255) transparent;
    border-left: none;
}
.panel-train-stop {
    width: 418px;
    font-size:14px;
}
.panel-train-stop .stop-close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #999;
}
.panel-train-stop .icon {
    float: left;
    font-size: 16px !important;
    margin-left: 10px !important;
}
.icon-close:before {
    content: "\e647";
}
.panel-train-stop .stop-hd {
    height: 40px;
    text-align: center;
    background: #f0f8ff;
    color: #666;
    border-bottom: 1px dashed #3b99fc;
}
.panel-train-stop .stop-hd .stop-item {
    line-height: 40px;
}
.panel-train-stop .stop-item {
    float: left;
    text-align: center;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.panel-train-stop .stop-num {
    width: 60px;
}
.panel-train-stop .stop-name {
    width: 90px;
}
.panel-train-stop .stop-time {
    width: 80px;
}
.panel-train-stop .stop-bd {
    max-height: 206px;
    overflow: auto;
}
.panel-train-stop .stop-ft {
    line-height: 38px;
    border-top: 1px solid #3b99fc;
    padding: 0 0 0 20px;
}
.panel-train-stop .stop-ft span {
    margin-right: 35px;
    font-weight: 700;
}
.panel-train-stop .stop-list {
    line-height: 32px;
    overflow: hidden;
    padding: 0;
}
.panel-train-stop .stop-list li {
    list-style: none;
    display: inline;
}
.panel-train-stop p{
    text-align: center;
    padding:100px 20px;
    color: #3B99FC;
}
.panel-train-stop .error p{
    color:red;
}