body {
    margin: 0;
    padding: 0;
    font-family: 'Microsoft YaHei', sans-serif;
    background: radial-gradient(circle at center, #051630 0%, #020a1a 100%);
    color: #fff;
    overflow: hidden;
}

header {
    height: 80px;
    background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,140,255,0.5) 50%, rgba(0,0,0,0) 100%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    border-bottom: 1px solid rgba(0, 140, 255, 0.7);
    box-shadow: 0 0 20px rgba(0, 100, 200, 0.3);
    position: relative;
}

header::before, header::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(0,140,255,0) 0%, rgba(0,210,255,0.8) 50%, rgba(0,140,255,0) 100%);
}

header::before {
    top: 0;
}

header::after {
    bottom: 0;
}

h1 {
    font-size: 28px;
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 150, 255, 0.8);
    letter-spacing: 2px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 25px;
}

h1::before, h1::after {
    content: '»';
    color: #00a8ff;
    position: absolute;
    font-size: 24px;
}

h1::before {
    left: 0;
}

h1::after {
    right: 0;
}

.main-content {
    display: flex;
    height: calc(100vh - 80px);
    padding: 15px;
}

.panel {
    background: rgba(0, 40, 80, 0.3);
    border: 1px solid rgba(0, 140, 255, 0.3);
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 0 0 15px rgba(0, 100, 200, 0.2);
}

.left-panel, .right-panel {
    width: 300px;
    display: flex;
    flex-direction: column;
}

.center-panel {
    flex: 1;
    margin: 0 15px;
    display: flex;
    flex-direction: column;
    align-self: center; /* 使面板垂直居中 */
    height: 98%; /* 设置高度为容器的95% */
    margin-top: -28px;
}

#map {
    flex: 1;
    width: 100%;
    background-color: #0a2d5a;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 100, 200, 0.3);
}

.data-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.data-item {
    background: rgba(0, 60, 120, 0.3);
    border: 1px solid rgba(0, 140, 255, 0.2);
    border-radius: 6px;
    padding: 10px;
    text-align: center;
}

.data-label {
    font-size: 14px;
    color: #7fbbda;
    margin-bottom: 5px;
}

.data-value {
    font-size: 24px;
    color: #00ffff;
    font-weight: bold;
}

.data-value span {
    font-size: 14px;
    color: #7fbbda;
    margin-left: 5px;
}

.vehicle-monitor {
    padding: 10px;
}

.vehicle-info {
    display: flex;
    align-items: center;
    background: rgba(0, 40, 80, 0.3);
    border: 1px solid rgba(0, 140, 255, 0.3);
    border-radius: 6px;
    padding: 15px;
}

.vehicle-icon {
    width: 60px;
    height: 60px;
    margin-right: 15px;
    filter: drop-shadow(0 0 5px rgba(0, 168, 255, 0.7));
}

.vehicle-data {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.vehicle-speed {
    font-size: 20px;
    color: #00ffff;
    grid-column: 1 / 3;
}

.vehicle-speed span {
    font-size: 14px;
    color: #7fbbda;
    margin-left: 5px;
}

.vehicle-position {
    font-size: 14px;
    color: #7fbbda;
}

.time-weather {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.time {
    font-size: 22px;
    color: #00a8ff;
    text-shadow: 0 0 5px rgba(0, 168, 255, 0.5);
}

.weather {
    font-size: 14px;
    color: #7fbbda;
    margin-left: 10px;
    margin-top: 0;
}
.route-list {
    margin-top: 15px;
    background: rgba(0, 40, 80, 0.2);
    border-radius: 6px;
    padding: 10px;
    box-shadow: 0 0 8px rgba(0,140,255,0.1);
}
.route-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid rgba(0,140,255,0.08);
    font-size: 15px;
    color: #b8e1ff;
}
.route-item:last-child {
    border-bottom: none;
}
.route-index {
    display: inline-block;
    min-width: 38px;
    font-weight: bold;
    color: #ffd700;
    margin-right: 10px;
}
.route-status {
    font-size: 13px;
    color: #00eaff;
    margin-left: 10px;
}
.panel-chart {
    margin-top: 12px;
    height: 80px;
    background: rgba(0, 40, 80, 0.18);
    border-radius: 6px;
    box-shadow: 0 0 6px rgba(0,140,255,0.08);
}
.route-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid rgba(0,140,255,0.08);
    font-size: 15px;
    color: #b8e1ff;
}
.route-item:last-child {
    border-bottom: none;
}
.route-index {
    display: inline-block;
    min-width: 38px;
    font-weight: bold;
    color: #ffd700;
    margin-right: 10px;
}
.route-status {
    font-size: 13px;
    color: #00eaff;
    margin-left: 10px;
}
.panel-chart {
    margin-top: 12px;
    height: 80px;
    background: rgba(0, 40, 80, 0.18);
    border-radius: 6px;
    box-shadow: 0 0 6px rgba(0,140,255,0.08);
}
.route-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid rgba(0,140,255,0.08);
    font-size: 15px;
    color: #b8e1ff;
}
.route-item:last-child {
    border-bottom: none;
}
.route-index {
    display: inline-block;
    min-width: 38px;
    font-weight: bold;
    color: #ffd700;
    margin-right: 10px;
}
.route-status {
    font-size: 13px;
    color: #00eaff;
    margin-left: 10px;
}
.panel-chart {
    margin-top: 12px;
    height: 80px;
    background: rgba(0, 40, 80, 0.18);
    border-radius: 6px;
    box-shadow: 0 0 6px rgba(0,140,255,0.08);
}
.route-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid rgba(0,140,255,0.08);
    font-size: 15px;
    color: #b8e1ff;
}
.route-item:last-child {
    border-bottom: none;
}
.route-index {
    display: inline-block;
    min-width: 38px;
    font-weight: bold;
    color: #ffd700;
    margin-right: 10px;
}
.route-status {
    font-size: 13px;
    color: #00eaff;
    margin-left: 10px;
}
.panel-chart {
    margin-top: 12px;
    height: 80px;
    background: rgba(0, 40, 80, 0.18);
    border-radius: 6px;
    box-shadow: 0 0 6px rgba(0,140,255,0.08);
}
.route-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid rgba(0,140,255,0.08);
    font-size: 15px;
    color: #b8e1ff;
}
.route-item:last-child {
    border-bottom: none;
}
.route-index {
    display: inline-block;
    min-width: 38px;
    font-weight: bold;
    color: #ffd700;
    margin-right: 10px;
}
.route-status {
    font-size: 13px;
    color: #00eaff;
    margin-left: 10px;
}
.panel-chart {
    margin-top: 12px;
    height: 80px;
    background: rgba(0, 40, 80, 0.18);
    border-radius: 6px;
    box-shadow: 0 0 6px rgba(0,140,255,0.08);
}
.route-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid rgba(0,140,255,0.08);
    font-size: 15px;
    color: #b8e1ff;
}
.route-item:last-child {
    border-bottom: none;
}
.route-index {
    display: inline-block;
    min-width: 38px;
    font-weight: bold;
    color: #ffd700;
    margin-right: 10px;
}
.route-status {
    font-size: 13px;
    color: #00eaff;
    margin-left: 10px;
}
.panel-chart {
    margin-top: 12px;
    height: 80px;
    background: rgba(0, 40, 80, 0.18);
    border-radius: 6px;
    box-shadow: 0 0 6px rgba(0,140,255,0.08);
}
.route-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid rgba(0,140,255,0.08);
    font-size: 15px;
    color: #b8e1ff;
}
.route-item:last-child {
    border-bottom: none;
}
.route-index {
    display: inline-block;
    min-width: 38px;
    font-weight: bold;
    color: #ffd700;
    margin-right: 10px;
}
.route-status {
    font-size: 13px;
    color: #00eaff;
    margin-left: 10px;
}
.panel-chart {
    margin-top: 12px;
    height: 80px;
    background: rgba(0, 40, 80, 0.18);
    border-radius: 6px;
    box-shadow: 0 0 6px rgba(0,140,255,0.08);
}
.route-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid rgba(0,140,255,0.08);
    font-size: 15px;
    color: #b8e1ff;
}
.route-item:last-child {
    border-bottom: none;
}
.route-index {
    display: inline-block;
    min-width: 38px;
    font-weight: bold;
    color: #ffd700;
    margin-right: 10px;
}
.route-status {
    font-size: 13px;
    color: #00eaff;
    margin-left: 10px;
}
.panel-chart {
    margin-top: 12px;
    height: 80px;
    background: rgba(0, 40, 80, 0.18);
    border-radius: 6px;
    box-shadow: 0 0 6px rgba(0,140,255,0.08);
}
.route-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid rgba(0,140,255,0.08);
    font-size: 15px;
    color: #b8e1ff;
}
.route-item:last-child {
    border-bottom: none;
}
.route-index {
    display: inline-block;
    min-width: 38px;
    font-weight: bold;
    color: #ffd700;
    margin-right: 10px;
}
.route-status {
    font-size: 13px;
    color: #00eaff;
    margin-left: 10px;
}
.panel-chart {
    margin-top: 12px;
    height: 80px;
    background: rgba(0, 40, 80, 0.18);
    border-radius: 6px;
    box-shadow: 0 0 6px rgba(0,140,255,0.08);
}
.route-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid rgba(0,140,255,0.08);
    font-size: 15px;
    color: #b8e1ff;
}
.route-item:last-child {
    border-bottom: none;
}
.route-index {
    display: inline-block;
    min-width: 38px;
    font-weight: bold;
    color: #ffd700;
    margin-right: 10px;
}
.route-status {
    font-size: 13px;
    color: #00eaff;
    margin-left: 10px;
}
.panel-chart {
    margin-top: 12px;
    height: 80px;
    background: rgba(0, 40, 80, 0.18);
    border-radius: 6px;
    box-shadow: 0 0 6px rgba(0,140,255,0.08);
}
.route-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid rgba(0,140,255,0.08);
    font-size: 15px;
    color: #b8e1ff;
}
.route-item:last-child {
    border-bottom: none;
}
.route-index {
    display: inline-block;
    min-width: 38px;
    font-weight: bold;
    color: #ffd700;
    margin-right: 10px;
}
.route-status {
    font-size: 13px;
    color: #00eaff;
    margin-left: 10px;
}
.panel-chart {
    margin-top: 12px;
    height: 80px;
    background: rgba(0, 40, 80, 0.18);
    border-radius: 6px;
    box-shadow: 0 0 6px rgba(0,140,255,0.08);
}
.route-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid rgba(0,140,255,0.08);
    font-size: 15px;
    color: #b8e1ff;
}
.route-item:last-child {
    border-bottom: none;
}
.route-index {
    display: inline-block;
    min-width: 38px;
    font-weight: bold;
    color: #ffd700;
    margin-right: 10px;
}
.route-status {
    font-size: 13px;
    color: #00eaff;
    margin-left: 10px;
}
.panel-chart {
    margin-top: 12px;
    height: 80px;
    background: rgba(0, 40, 80, 0.18);
    border-radius: 6px;
    box-shadow: 0 0 6px rgba(0,140,255,0.08);
}
.route-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid rgba(0,140,255,0.08);
    font-size: 15px;
    color: #b8e1ff;
}
.route-item:last-child {
    border-bottom: none;
}
.route-index {
    display: inline-block;
    min-width: 38px;
    font-weight: bold;
    color: #ffd700;
    margin-right: 10px;
}
.route-status {
    font-size: 13px;
    color: #00eaff;
    margin-left: 10px;
}
.panel-chart {
    margin-top: 12px;
    height: 80px;
    background: rgba(0, 40, 80, 0.18);
    border-radius: 6px;
    box-shadow: 0 0 6px rgba(0,140,255,0.08);
}
.route-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid rgba(0,140,255,0.08);
    font-size: 15px;
    color: #b8e1ff;
}
.route-item:last-child {
    border-bottom: none;
}
.route-index {
    display: inline-block;
    min-width: 38px;
    font-weight: bold;
    color: #ffd700;
    margin-right: 10px;
}
.route-status {
    font-size: 13px;
    color: #00eaff;
    margin-left: 10px;
}
.panel-chart {
    margin-top: 12px;
    height: 80px;
    background: rgba(0, 40, 80, 0.18);
    border-radius: 6px;
    box-shadow: 0 0 6px rgba(0,140,255,0.08);
}
.route-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid rgba(0,140,255,0.08);
    font-size: 15px;
    color: #b8e1ff;
}
.route-item:last-child {
    border-bottom: none;
}
.route-index {
    display: inline-block;
    min-width: 38px;
    font-weight: bold;
    color: #ffd700;
    margin-right: 10px;
}
.route-status {
    font-size: 13px;
    color: #00eaff;
    margin-left: 10px;
}
.panel-chart {
    margin-top: 12px;
    height: 80px;
    background: rgba(0, 40, 80, 0.18);
    border-radius: 6px;
    box-shadow: 0 0 6px rgba(0,140,255,0.08);
}
.route-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid rgba(0,140,255,0.08);
    font-size: 15px;
    color: #b8e1ff;
}
.route-item:last-child {
    border-bottom: none;
}
.route-index {
    display: inline-block;
    min-width: 38px;
    font-weight: bold;
    color: #ffd700;
    margin-right: 10px;
}
.route-status {
    font-size: 13px;
    color: #00eaff;
    margin-left: 10px;
}
.panel-chart {
    margin-top: 12px;
    height: 80px;
    background: rgba(0, 40, 80, 0.18);
    border-radius: 6px;
    box-shadow: 0 0 6px rgba(0,140,255,0.08);
}
.route-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid rgba(0,140,255,0.08);
    font-size: 15px;
    color: #b8e1ff;
}
.route-item:last-child {
    border-bottom: none;
}
.route-index {
    display: inline-block;
    min-width: 38px;
    font-weight: bold;
    color: #ffd700;
    margin-right: 10px;
}
.route-status {
    font-size: 13px;
    color: #00eaff;
    margin-left: 10px;
}
.panel-chart {
    margin-top: 12px;
    height: 80px;
    background: rgba(0, 40, 80, 0.18);
    border-radius: 6px;
    box-shadow: 0 0 6px rgba(0,140,255,0.08);
}
.route-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid rgba(0,140,255,0.08);
    font-size: 15px;
    color: #b8e1ff;
}
.route-item:last-child {
    border-bottom: none;
}
.route-index {
    display: inline-block;
    min-width: 38px;
    font-weight: bold;
    color: #ffd700;
    margin-right: 10px;
}
.route-status {
    font-size: 13px;
    color: #00eaff;
    margin-left: 10px;
}
.panel-chart {
    margin-top: 12px;
    height: 80px;
    background: rgba(0, 40, 80, 0.18);
    border-radius: 6px;
    box-shadow: 0 0 6px rgba(0,140,255,0.08);
}
.route-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid rgba(0,140,255,0.08);
    font-size: 15px;
    color: #b8e1ff;
}
.route-item:last-child {
    border-bottom: none;
}
.route-index {
    display: inline-block;
    min-width: 38px;
    font-weight: bold;
    color: #ffd700;
    margin-right: 10px;
}
.route-status {
    font-size: 13px;
    color: #00eaff;
    margin-left: 10px;
}
.panel-chart {
    margin-top: 12px;
    height: 80px;
    background: rgba(0, 40, 80, 0.18);
    border-radius: 6px;
    box-shadow: 0 0 6px rgba(0,140,255,0.08);
}
.route-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid rgba(0,140,255,0.08);
    font-size: 15px;
    color: #b8e1ff;
}
.route-item:last-child {
    border-bottom: none;
}
.route-index {
    display: inline-block;
    min-width: 38px;
    font-weight: bold;
    color: #ffd700;
    margin-right: 10px;
}
.route-status {
    font-size: 13px;
    color: #00eaff;
    margin-left: 10px;
}
.panel-chart {
    margin-top: 12px;
    height: 80px;
    background: rgba(0, 40, 80, 0.18);
    border-radius: 6px;
    box-shadow: 0 0 6px rgba(0,140,255,0.08);
}
.route-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid rgba(0,140,255,0.08);
    font-size: 15px;
    color: #b8e1ff;
}
.route-item:last-child {
    border-bottom: none;
}
.route-index {
    display: inline-block;
    min-width: 38px;
    font-weight: bold;
    color: #ffd700;
    margin-right: 10px;
}
.route-status {
    font-size: 13px;
    color: #00eaff;
    margin-left: 10px;
}
.panel-chart {
    margin-top: 12px;
    height: 80px;
    background: rgba(0, 40, 80, 0.18);
    border-radius: 6px;
    box-shadow: 0 0 6px rgba(0,140,255,0.08);
}
.route-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid rgba(0,140,255,0.08);
    font-size: 15px;
    color: #b8e1ff;
}
.route-item:last-child {
    border-bottom: none;
}
.route-index {
    display: inline-block;
    min-width: 38px;
    font-weight: bold;
    color: #ffd700;
    margin-right: 10px;
}
.route-status {
    font-size: 13px;
    color: #00eaff;
    margin-left: 10px;
}
.panel-chart {
    margin-top: 12px;
    height: 80px;
    background: rgba(0, 40, 80, 0.18);
    border-radius: 6px;
    box-shadow: 0 0 6px rgba(0,140,255,0.08);
}
.route-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid rgba(0,140,255,0.08);
    font-size: 15px;
    color: #b8e1ff;
}
.route-item:last-child {
    border-bottom: none;
}
.route-index {
    display: inline-block;
    min-width: 38px;
    font-weight: bold;
    color: #ffd700;
    margin-right: 10px;
}
.route-status {
    font-size: 13px;
    color: #00eaff;
    margin-left: 10px;
}
.panel-chart {
    margin-top: 12px;
    height: 80px;
    background: rgba(0, 40, 80, 0.18);
    border-radius: 6px;
    box-shadow: 0 0 6px rgba(0,140,255,0.08);
}
.route-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid rgba(0,140,255,0.08);
    font-size: 15px;
    color: #b8e1ff;
}
.route-item:last-child {
    border-bottom: none;
}
.route-index {
    display: inline-block;
    min-width: 38px;
    font-weight: bold;
    color: #ffd700;
    margin-right: 10px;
}
.route-status {
    font-size: 13px;
    color: #00eaff;
    margin-left: 10px;
}
.panel-chart {
    margin-top: 12px;
    height: 80px;
    background: rgba(0, 40, 80, 0.18);
    border-radius: 6px;
    box-shadow: 0 0 6px rgba(0,140,255,0.08);
}
.route-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid rgba(0,140,255,0.08);
    font-size: 15px;
    color: #b8e1ff;
}
.route-item:last-child {
    border-bottom: none;
}
.route-index {
    display: inline-block;
    min-width: 38px;
    font-weight: bold;
    color: #ffd700;
    margin-right: 10px;
}
.route-status {
    font-size: 13px;
    color: #00eaff;
    margin-left: 10px;
}
.panel-chart {
    margin-top: 12px;
    height: 80px;
    background: rgba(0, 40, 80, 0.18);
    border-radius: 6px;
    box-shadow: 0 0 6px rgba(0,140,255,0.08);
}
.route-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid rgba(0,140,255,0.08);
    font-size: 15px;
    color: #b8e1ff;
}
.route-item:last-child {
    border-bottom: none;
}
.route-index {
    display: inline-block;
    min-width: 38px;
    font-weight: bold;
    color: #ffd700;
    margin-right: 10px;
}
.route-status {
    font-size: 13px;
    color: #00eaff;
    margin-left: 10px;
}
.panel-chart {
    margin-top: 12px;
    height: 80px;
    background: rgba(0, 40, 80, 0.18);
    border-radius: 6px;
    box-shadow: 0 0 6px rgba(0,140,255,0.08);
}
.route-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid rgba(0,140,255,0.08);
    font-size: 15px;
    color: #b8e1ff;
}
.route-item:last-child {
    border-bottom: none;
}
.route-index {
    display: inline-block;
    min-width: 38px;
    font-weight: bold;
    color: #ffd700;
    margin-right: 10px;
}
.route-status {
    font-size: 13px;
    color: #00eaff;
    margin-left: 10px;
}
.panel-chart {
    margin-top: 12px;
    height: 80px;
    background: rgba(0, 40, 80, 0.18);
    border-radius: 6px;
    box-shadow: 0 0 6px rgba(0,140,255,0.08);
}
.route-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid rgba(0,140,255,0.08);
    font-size: 15px;
    color: #b8e1ff;
}
.route-item:last-child {
    border-bottom: none;
}
.route-index {
    display: inline-block;
    min-width: 38px;
    font-weight: bold;
    color: #ffd700;
    margin-right: 10px;
}
.route-status {
    font-size: 13px;
    color: #00eaff;
    margin-left: 10px;
}
.panel-chart {
    margin-top: 12px;
    height: 80px;
    background: rgba(0, 40, 80, 0.18);
    border-radius: 6px;
    box-shadow: 0 0 6px rgba(0,140,255,0.08);
}
.route-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid rgba(0,140,255,0.08);
    font-size: 15px;
    color: #b8e1ff;
}
.route-item:last-child {
    border-bottom: none;
}
.route-index {
    display: inline-block;
    min-width: 38px;
    font-weight: bold;
    color: #ffd700;
    margin-right: 10px;
}
.route-status {
    font-size: 13px;
    color: #00eaff;
    margin-left: 10px;
}
.panel-chart {
    margin-top: 12px;
    height: 80px;
    background: rgba(0, 40, 80, 0.18);
    border-radius: 6px;
    box-shadow: 0 0 6px rgba(0,140,255,0.08);
}
.route-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid rgba(0,140,255,0.08);
    font-size: 15px;
    color: #b8e1ff;
}
.route-item:last-child {
    border-bottom: none;
}
.route-index {
    display: inline-block;
    min-width: 38px;
    font-weight: bold;
    color: #ffd700;
    margin-right: 10px;
}
.route-status {
    font-size: 13px;
    color: #00eaff;
    margin-left: 10px;
}
.panel-chart {
    margin-top: 12px;
    height: 80px;
    background: rgba(0, 40, 80, 0.18);
    border-radius: 6px;
    box-shadow: 0 0 6px rgba(0,140,255,0.08);
}
.route-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid rgba(0,140,255,0.08);
    font-size: 15px;
    color: #b8e1ff;
}
.route-item:last-child {
    border-bottom: none;
}
.route-index {
    display: inline-block;
    min-width: 38px;
    font-weight: bold;
    color: #ffd700;
    margin-right: 10px;
}
.route-status {
    font-size: 13px;
    color: #00eaff;
    margin-left: 10px;
}
.panel-chart {
    margin-top: 12px;
    height: 80px;
    background: rgba(0, 40, 80, 0.18);
    border-radius: 6px;
    box-shadow: 0 0 6px rgba(0,140,255,0.08);
}
.route-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid rgba(0,140,255,0.08);
    font-size: 15px;
    color: #b8e1ff;
}
.route-item:last-child {
    border-bottom: none;
}
.route-index {
    display: inline-block;
    min-width: 38px;
    font-weight: bold;
    color: #ffd700;
    margin-right: 10px;
}
.route-status {
    font-size: 13px;
    color: #00eaff;
    margin-left: 10px;
}
.panel-chart {
    margin-top: 12px;
    height: 80px;
    background: rgba(0, 40, 80, 0.18);
    border-radius: 6px;
    box-shadow: 0 0 6px rgba(0,140,255,0.08);
}
.route-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid rgba(0,140,255,0.08);
    font-size: 15px;
    color: #b8e1ff;
}
.route-item:last-child {
    border-bottom: none;
}
.route-index {
    display: inline-block;
    min-width: 38px;
    font-weight: bold;
    color: #ffd700;
    margin-right: 10px;
}
.route-status {
    font-size: 13px;
    color: #00eaff;
    margin-left: 10px;
}
.panel-chart {
    margin-top: 12px;
    height: 80px;
    background: rgba(0, 40, 80, 0.18);
    border-radius: 6px;
    box-shadow: 0 0 6px rgba(0,140,255,0.08);
}
.route-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid rgba(0,140,255,0.08);
    font-size: 15px;
    color: #b8e1ff;
}
.route-item:last-child {
    border-bottom: none;
}
.route-index {
    display: inline-block;
    min-width: 38px;
    font-weight: bold;
    color: #ffd700;
    margin-right: 10px;
}
.route-status {
    font-size: 13px;
    color: #00eaff;
    margin-left: 10px;
}
.panel-chart {
    margin-top: 12px;
    height: 80px;
    background: rgba(0, 40, 80, 0.18);
    border-radius: 6px;
    box-shadow: 0 0 6px rgba(0,140,255,0.08);
}
.route-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid rgba(0,140,255,0.08);
    font-size: 15px;
    color: #b8e1ff;
}
.route-item:last-child {
    border-bottom: none;
}
.route-index {
    display: inline-block;
    min-width: 38px;
    font-weight: bold;
    color: #ffd700;
    margin-right: 10px;
}
.route-status {
    font-size: 13px;
    color: #00eaff;
    margin-left: 10px;
}
.panel-chart {
    margin-top: 12px;
    height: 80px;
    background: rgba(0, 40, 80, 0.18);
    border-radius: 6px;
    box-shadow: 0 0 6px rgba(0,140,255,0.08);
}
.route-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid rgba(0,140,255,0.08);
    font-size: 15px;
    color: #b8e1ff;
}
.route-item:last-child {
    border-bottom: none;
}
.route-index {
    display: inline-block;
    min-width: 38px;
    font-weight: bold;
    color: #ffd700;
    margin-right: 10px;
}
.route-status {
    font-size: 13px;
    color: #00eaff;
    margin-left: 10px;
}
.panel-chart {
    margin-top: 12px;
    height: 80px;
    background: rgba(0, 40, 80, 0.18);
    border-radius: 6px;
    box-shadow: 0 0 6px rgba(0,140,255,0.08);
}
.route-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid rgba(0,140,255,0.08);
    font-size: 15px;
    color: #b8e1ff;
}
.route-item:last-child {
    border-bottom: none;
}
.route-index {
    display: inline-block;
    min-width: 38px;
    font-weight: bold;
    color: #ffd700;
    margin-right: 10px;
}
.route-status {
    font-size: 13px;
    color: #00eaff;
    margin-left: 10px;
}
.panel-chart {
    margin-top: 12px;
    height: 80px;
    background: rgba(0, 40, 80, 0.18);
    border-radius: 6px;
    box-shadow: 0 0 6px rgba(0,140,255,0.08);
}
.route-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid rgba(0,140,255,0.08);
    font-size: 15px;
    color: #b8e1ff;
}
.route-item:last-child {
    border-bottom: none;
}
.route-index {
    display: inline-block;
    min-width: 38px;
    font-weight: bold;
    color: #ffd700;
    margin-right: 10px;
}
.route-status {
    font-size: 13px;
    color: #00eaff;
    margin-left: 10px;
}
.panel-chart {
    margin-top: 12px;
    height: 80px;
    background: rgba(0, 40, 80, 0.18);
    border-radius: 6px;
    box-shadow: 0 0 6px rgba(0,140,255,0.08);
}
.route-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid rgba(0,140,255,0.08);
    font-size: 15px;
    color: #b8e1ff;
}
.route-item:last-child {
    border-bottom: none;
}
.route-index {
    display: inline-block;
    min-width: 38px;
    font-weight: bold;
    color: #ffd700;
    margin-right: 10px;
}
.route-status {
    font-size: 13px;
    color: #00eaff;
    margin-left: 10px;
}
.panel-chart {
    margin-top: 12px;
    height: 80px;
    background: rgba(0, 40, 80, 0.18);
    border-radius: 6px;
    box-shadow: 0 0 6px rgba(0,140,255,0.08);
}
.route-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid rgba(0,140,255,0.08);
    font-size: 15px;
    color: #b8e1ff;
}
.route-item:last-child {
    border-bottom: none;
}
.route-index {
    display: inline-block;
    min-width: 38px;
    font-weight: bold;
    color: #ffd700;
    margin-right: 10px;
}
.route-status {
    font-size: 13px;
    color: #00eaff;
    margin-left: 10px;
}
.panel-chart {
    margin-top: 12px;
    height: 80px;
    background: rgba(0, 40, 80, 0.18);
    border-radius: 6px;
    box-shadow: 0 0 6px rgba(0,140,255,0.08);
}
.route-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid rgba(0,140,255,0.08);
    font-size: 15px;
    color: #b8e1ff;
}
.route-item:last-child {
    border-bottom: none;
}
.route-index {
    display: inline-block;
    min-width: 38px;
    font-weight: bold;
    color: #ffd700;
    margin-right: 10px;
}
.route-status {
    font-size: 13px;
    color: #00eaff;
    margin-left: 10px;
}
.panel-chart {
    margin-top: 12px;
    height: 80px;
    background: rgba(0, 40, 80, 0.18);
    border-radius: 6px;
    box-shadow: 0 0 6px rgba(0,140,255,0.08);
}
.route-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid rgba(0,140,255,0.08);
    font-size: 15px;
    color: #b8e1ff;
}
.route-item:last-child {
    border-bottom: none;
}
.route-index {
    display: inline-block;
    min-width: 38px;
    font-weight: bold;
    color: #ffd700;
    margin-right: 10px;
}
.route-status {
    font-size: 13px;
    color: #00eaff;
    margin-left: 10px;
}
.panel-chart {
    margin-top: 12px;
    height: 80px;
    background: rgba(0, 40, 80, 0.18);
    border-radius: 6px;
    box-shadow: 0 0 6px rgba(0,140,255,0.08);
}
.route-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid rgba(0,140,255,0.08);
    font-size: 15px;
    color: #b8e1ff;
}
.route-item:last-child {
    border-bottom: none;
}
.route-index {
    display: inline-block;
    min-width: 38px;
    font-weight: bold;
    color: #ffd700;
    margin-right: 10px;
}
.route-status {
    font-size: 13px;
    color: #00eaff;
    margin-left: 10px;
}
.panel-chart {
    margin-top: 12px;
    height: 80px;
    background: rgba(0, 40, 80, 0.18);
    border-radius: 6px;
    box-shadow: 0 0 6px rgba(0,140,255,0.08);
}
.route-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid rgba(0,140,255,0.08);
    font-size: 15px;
    color: #b8e1ff;
}
.route-item:last-child {
    border-bottom: none;
}
.route-index {
    display: inline-block;
    min-width: 38px;
    font-weight: bold;
    color: #ffd700;
    margin-right: 10px;
}
.route-status {
    font-size: 13px;
    color: #00eaff;
    margin-left: 10px;
}
.panel-chart {
    margin-top: 12px;
    height: 80px;
    background: rgba(0, 40, 80, 0.18);
    border-radius: 6px;
    box-shadow: 0 0 6px rgba(0,140,255,0.08);
}
.route-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid rgba(0,140,255,0.08);
    font-size: 15px;
    color: #b8e1ff;
}
.route-item:last-child {
    border-bottom: none;
}
.route-index {
    display: inline-block;
    min-width: 38px;
    font-weight: bold;
    color: #ffd700;
    margin-right: 10px;
}
.route-status {
    font-size: 13px;
    color: #00eaff;
    margin-left: 10px;
}
.panel-chart {
    margin-top: 12px;
    height: 80px;
    background: rgba(0, 40, 80, 0.18);
    border-radius: 6px;
    box-shadow: 0 0 6px rgba(0,140,255,0.08);
}
.route-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid rgba(0,140,255,0.08);
    font-size: 15px;
    color: #b8e1ff;
}
.route-item:last-child {
    border-bottom: none;
}
.route-index {
    display: inline-block;
    min-width: 38px;
    font-weight: bold;
    color: #ffd700;
    margin-right: 10px;
}
.route-status {
    font-size: 13px;
    color: #00eaff;
    margin-left: 10px;
}
.panel-chart {
    margin-top: 12px;
    height: 80px;
    background: rgba(0, 40, 80, 0.18);
    border-radius: 6px;
    box-shadow: 0 0 6px rgba(0,140,255,0.08);
}
.route-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid rgba(0,140,255,0.08);
    font-size: 15px;
    color: #b8e1ff;
}
.route-item:last-child {
    border-bottom: none;
}
.route-index {
    display: inline-block;
    min-width: 38px;
    font-weight: bold;
    color: #ffd700;
    margin-right: 10px;
}
.route-status {
    font-size: 13px;
    color: #00eaff;
    margin-left: 10px;
}
.panel-chart {
    margin-top: 12px;
    height: 80px;
    background: rgba(0, 40, 80, 0.18);
    border-radius: 6px;
    box-shadow: 0 0 6px rgba(0,140,255,0.08);
}
.route-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid rgba(0,140,255,0.08);
    font-size: 15px;
    color: #b8e1ff;
}
.route-item:last-child {
    border-bottom: none;
}
.route-index {
    display: inline-block;
    min-width: 38px;
    font-weight: bold;
    color: #ffd700;
    margin-right: 10px;
}
.route-status {
    font-size: 13px;
    color: #00eaff;
    margin-left: 10px;
}
.panel-chart {
    margin-top: 12px;
    height: 80px;
    background: rgba(0, 40, 80, 0.18);
    border-radius: 6px;
    box-shadow: 0 0 6px rgba(0,140,255,0.08);
}
.route-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid rgba(0,140,255,0.08);
    font-size: 15px;
    color: #b8e1ff;
}
.route-item:last-child {
    border-bottom: none;
}
.route-index {
    display: inline-block;
    min-width: 38px;
    font-weight: bold;
    color: #ffd700;
    margin-right: 10px;
}
.route-status {
    font-size: 13px;
    color: #00eaff;
    margin-left: 10px;
}
.panel-chart {
    margin-top: 12px;
    height: 80px;
    background: rgba(0, 40, 80, 0.18);
    border-radius: 6px;
    box-shadow: 0 0 6px rgba(0,140,255,0.08);
}
.route-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid rgba(0,140,255,0.08);
    font-size: 15px;
    color: #b8e1ff;
}
.route-item:last-child {
    border-bottom: none;
}
.route-index {
    display: inline-block;
    min-width: 38px;
    font-weight: bold;
    color: #ffd700;
    margin-right: 10px;
}
.route-status {
    font-size: 13px;
    color: #00eaff;
    margin-left: 10px;
}
.panel-chart {
    margin-top: 12px;
    height: 80px;
    background: rgba(0, 40, 80, 0.18);
    border-radius: 6px;
    box-shadow: 0 0 6px rgba(0,140,255,0.08);
}
.route-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid rgba(0,140,255,0.08);
    font-size: 15px;
    color: #b8e1ff;
}
.route-item:last-child {
    border-bottom: none;
}
.route-index {
    display: inline-block;
    min-width: 38px;
    font-weight: bold;
    color: #ffd700;
    margin-right: 10px;
}
.route-status {
    font-size: 13px;
    color: #00eaff;
    margin-left: 10px;
}
.panel-chart {
    margin-top: 12px;
    height: 80px;
    background: rgba(0, 40, 80, 0.18);
    border-radius: 6px;
    box-shadow: 0 0 6px rgba(0,140,255,0.08);
}
.route-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid rgba(0,140,255,0.08);
    font-size: 15px;
    color: #b8e1ff;
}
.route-item:last-child {
    border-bottom: none;
}
.route-index {
    display: inline-block;
    min-width: 38px;
    font-weight: bold;
    color: #ffd700;
    margin-right: 10px;
}
.route-status {
    font-size: 13px;
    color: #00eaff;
    margin-left: 10px;
}
.panel-chart {
    margin-top: 12px;
    height: 80px;
    background: rgba(0, 40, 80, 0.18);
    border-radius: 6px;
    box-shadow: 0 0 6px rgba(0,140,255,0.08);
}
.route-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid rgba(0,140,255,0.08);
    font-size: 15px;
    color: #b8e1ff;
}
.route-item:last-child {
    border-bottom: none;
}
.route-index {
    display: inline-block;
    min-width: 38px;
    font-weight: bold;
    color: #ffd700;
    margin-right: 10px;
}
.route-status {
    font-size: 13px;
    color: #00eaff;
    margin-left: 10px;
}
.panel-chart {
    margin-top: 12px;
    height: 80px;
    background: rgba(0, 40, 80, 0.18);
    border-radius: 6px;
    box-shadow: 0 0 6px rgba(0,140,255,0.08);
}
.route-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid rgba(0,140,255,0.08);
    font-size: 15px;
    color: #b8e1ff;
}
.route-item:last-child {
    border-bottom: none;
}
.route-index {
    display: inline-block;
    min-width: 38px;
    font-weight: bold;
    color: #ffd700;
    margin-right: 10px;
}
.route-status {
    font-size: 13px;
    color: #00eaff;
    margin-left: 10px;
}
.panel-chart {
    margin-top: 12px;
    height: 80px;
    background: rgba(0, 40, 80, 0.18);
    border-radius: 6px;
    box-shadow: 0 0 6px rgba(0,140,255,0.08);
}
.route-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid rgba(0,140,255,0.08);
    font-size: 15px;
    color: #b8e1ff;
}
.route-item:last-child {
    border-bottom: none;
}
.route-index {
    display: inline-block;
    min-width: 38px;
    font-weight: bold;
    color: #ffd700;
    margin-right: 10px;
}
.route-status {
    font-size: 13px;
    color: #00eaff;
    margin-left: 10px;
}
.panel-chart {
    margin-top: 12px;
    height: 80px;
    background: rgba(0, 40, 80, 0.18);
    border-radius: 6px;
    box-shadow: 0 0 6px rgba(0,140,255,0.08);
}
.route-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid rgba(0,140,255,0.08);
    font-size: 15px;
    color: #b8e1ff;
}
.route-item:last-child {
    border-bottom: none;
}
.route-index {
    display: inline-block;
    min-width: 38px;
    font-weight: bold;
    color: #ffd700;
    margin-right: 10px;
}
.route-status {
    font-size: 13px;
    color: #00eaff;
    margin-left: 10px;
}
.panel-chart {
    margin-top: 12px;
    height: 80px;
    background: rgba(0, 40, 80, 0.18);
    border-radius: 6px;
    box-shadow: 0 0 6px rgba(0,140,255,0.08);
}
.route-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid rgba(0,140,255,0.08);
    font-size: 15px;
    color: #b8e1ff;
}
.route-item:last-child {
    border-bottom: none;
}
.route-index {
    display: inline-block;
    min-width: 38px;
    font-weight: bold;
    color: #ffd700;
    margin-right: 10px;
}
.route-status {
    font-size: 13px;
    color: #00eaff;
    margin-left: 10px;
}
.panel-chart {
    margin-top: 12px;
    height: 80px;
    background: rgba(0, 40, 80, 0.18);
    border-radius: 6px;
    box-shadow: 0 0 6px rgba(0,140,255,0.08);
}
.route-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid rgba(0,140,255,0.08);
    font-size: 15px;
    color: #b8e1ff;
}
.route-item:last-child {
    border-bottom: none;
}
.route-index {
    display: inline-block;
    min-width: 38px;
    font-weight: bold;
    color: #ffd700;
    margin-right: 10px;
}
.route-status {
    font-size: 13px;
    color: #00eaff;
    margin-left: 10px;
}
.panel-chart {
    margin-top: 12px;
    height: 80px;
    background: rgba(0, 40, 80, 0.18);
    border-radius: 6px;
    box-shadow: 0 0 6px rgba(0,140,255,0.08);
}
.route-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid rgba(0,140,255,0.08);
    font-size: 15px;
    color: #b8e1ff;
}
.route-item:last-child {
    border-bottom: none;
}
.route-index {
    display: inline-block;
    min-width: 38px;
    font-weight: bold;
    color: #ffd700;
    margin-right: 10px;
}
.route-status {
    font-size: 13px;
    color: #00eaff;
    margin-left: 10px;
}
.panel-chart {
    margin-top: 12px;
    height: 80px;
    background: rgba(0, 40, 80, 0.18);
    border-radius: 6px;
    box-shadow: 0 0 6px rgba(0,140,255,0.08);
}
.route-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid rgba(0,140,255,0.08);
    font-size: 15px;
    color: #b8e1ff;
}
.route-item:last-child {
    border-bottom: none;
}
.route-index {
    display: inline-block;
    min-width: 38px;
    font-weight: bold;
    color: #ffd700;
    margin-right: 10px;
}
.route-status {
    font-size: 13px;
    color: #00eaff;
    margin-left: 10px;
}
.panel-chart {
    margin-top: 12px;
    height: 80px;
    background: rgba(0, 40, 80