/*上部分报站样式start*/
.header-wrapper {

}

.header-wrapper .page-notice {
    width: 100%;
    height: 90px;
    background: linear-gradient(0deg, #1F5AA4, #1A468E, #1F5AA4);
    white-space: nowrap;
    text-wrap-mode: no-wrap;
    overflow: hidden;
}

.header-wrapper .page-notice span {
    line-height: 90px;
    color: #FFEA00;
    font-size: 42px;
    font-family: "黑体";
    white-space: nowrap;
    text-wrap-mode: no-wrap;

}

.header-wrapper .page-notice span.scroll {
    display: inline-block;
    padding: 0 40px;
    animation: noticeScroll 15s linear infinite;

}

@keyframes noticeScroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

.footer-wrapper .line-area {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #194B80;
}

.footer-wrapper .line-area .bus-block {
    width: 100%;
    display: flex;
    flex-wrap: wrap;

}

.footer-wrapper .line-area .bus-block .line-item {
    width: calc(50% - 1px);
    outline: 1px solid #75A3C5;
    height: 324px;
}

.footer-wrapper .line-area .bus-block .line-item .line-report {
    height: calc(100% - 80px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-wrapper .line-area .bus-block .line-item .line-info {
    height: 80px;
    width: 100%;
    background-color: #126EC4;
    color: #fff;
    font-size: 26px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 8px 0 8px;
}

.footer-wrapper .line-area .bus-block .line-item .line-info .line-info-left {
    width: 170px;
    flex: 0;
}

.footer-wrapper .line-area .bus-block .line-item .line-info .price {
    line-height: 40px;
    width: 54px;
    text-align: center;
    flex-shrink: 0;
}

.footer-wrapper .line-area .bus-block .line-item .line-info .price dd {
    color: #fa8e00;
}

.footer-wrapper .line-area .bus-block .line-item .line-info em {
    color: #FFFC00;
    width: 153px;
    line-height: 40px;
    font-size: 40px;
    text-align: center;
    flex-shrink: 0;
    display: block;
    text-align: center;
}

.footer-wrapper .line-area .bus-block .line-item .line-info div.ldirection-index {
    padding-left: 3px;
    margin: 0 10px;
    flex: 1;
}

.footer-wrapper .line-area .bus-block .line-item .line-info .directionScroll-index {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 28px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
}

.footer-wrapper .line-area .bus-block .line-item .line-info .directionScroll-index:first-of-type:before {
    display: inline-block;
    content: "起";
    background-color: #00ba5d;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
}

.footer-wrapper .line-area .bus-block .line-item .line-info .directionScroll-index:last-of-type:before {
    display: inline-block;
    content: "末";
    background-color: #df2700;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
}

.footer-wrapper .line-area .bus-block .line-item .line-info .bus-businesstime {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.footer-wrapper .line-area .bus-block .line-item .line-info .bus-businesstime img {
    width: 22px;
    height: 22px;
    margin-right: 5px;
}

.footer-wrapper .line-area .bus-block .line-item .line-info .bus-businesstime span {
    line-height: 40px;
    width: 65px;
    margin-right: 5px;
    font-size: 20px;
}

.footer-wrapper .line-area .bus-block .line-item .line-report dt, .footer-wrapper .line-area .bus-block .line-item .line-report dd {
    outline: 1px solid #75A3C5;
    background-color: rgba(18, 110, 196, 0.2);
    width: 239px;
}

.footer-wrapper .line-area .bus-block .line-item img.banner {
    width: 100%;
    height: 100%;
}

.footer-wrapper .line-area .bus-block .line-item .line-report dt {
    height: 62px;
    line-height: 62px;
    text-align: center;
    color: #fff;
    font-size: 26px;
}

.footer-wrapper .line-area .bus-block .line-item .line-report dd {
    height: 120px;
    text-align: center;
}

.footer-wrapper .line-area .bus-block .line-item .line-report dd p em {
    font-size: 36px;
    line-height: 66px;
}

.footer-wrapper .line-area .bus-block .line-item .line-report dd p span {
    font-size: 26px;
    color: #fff;
    line-height: 54px;
}

.footer-wrapper .line-area .bus-block .line-item .line-report dd p.zzyy {
    color: #FF9000;
}

.footer-wrapper .line-area .bus-block .line-item .line-report dd p.swfc {
    color: #fa8e00;
    font-size: 36px;
}

.footer-wrapper .line-area .bus-block .line-item .line-report dd p.swyy {
    color: #FC4B4B;
    font-size: 36px;
    line-height: 120px;
}

.footer-wrapper .line-area .bus-block .line-item .line-report dd p.jjjz {
    color: #4BFC75;
    font-size: 36px;
    line-height: 120px;
}

.header-wrapper .page-time-weather {
    width: 360px;
    height: 470px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 24px;
    background: url("../imgs/bg/bg_linearea.png") no-repeat;
    background-size: cover;
    color: #ffffff;

}

.header-wrapper .page-time-weather .cur_head {
    background: url('../imgs/bg/cur_sname.png') no-repeat;
    background-size: auto;
    background-position: center;
    margin-top: 16px;
    text-align: center;
    width: 160px;
    height: 60px;
    line-height: 60px;
    font-size: 36px;
    color: #B18147;
}

.header-wrapper .page-time-weather .devTitle.str_static div {
    width: 100%;
    text-align: center;
}

.header-wrapper .page-time-weather .devTitle {
    color: #FFA720;
    font-size: 40px;
    line-height: 60px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
}

.header-wrapper .page-time-weather p#clock {
    color: #FFEA00;
    font-size: 60px;
    letter-spacing: 2px;
    font-weight: 600;
}

.header-wrapper .page-time-weather p #day, .header-wrapper .page-time-weather p #date {
    font-size: 28px;
    line-height: 48px;
    font-weight: 600;
}

.header-wrapper .page-time-weather .intraday-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.header-wrapper .page-time-weather .intraday-info p, .header-wrapper .page-time-weather .intraday-info dl {
    height: 54px;
    line-height: 54px;
    display: flex;
    position: relative;
}

.header-wrapper .page-time-weather .intraday-info p#temperature:before {
    display: block;
    content: "";
    position: absolute;
    left: -50px;
    top: 10px;
    height: 32px;
    width: 50px;
    background: url("../imgs/icon_wd.png") no-repeat;
    background-position: center;
    background-size: auto 100%;
}

.header-wrapper .page-time-weather .intraday-info p#aqiname:before {
    display: block;
    content: "";
    position: absolute;
    top: 10px;
    left: -50px;
    height: 32px;
    width: 50px;
    background: url("../imgs/icon_kqzl.png") no-repeat;
    background-position: center;
    background-size: auto 100%;
}

.header-wrapper .page-time-weather .intraday-info #weatherCondition {
    font-size: 32px;
    display: inline-block;
}

.header-wrapper .page-time-weather .intraday-info #weatherIcon {
    width: 61px;
    height: 55px;
    margin: 0 10px;
}

/*上部分报站样式end*/

/*下部分线路区start*/
.footer-wrapper {
    width: 100%;
    height: 650px;

}

.footer-wrapper .page-line {
    width: 100%;
    height: 325px;
}

.line-title {
    height: 60px;
    width: 100%;
    background: linear-gradient(0deg, #0D7EB8, #249AD7);
    color: #fff;
    display: flex;
    justify-content: space-between;
}

.line-title h5.lname {
    font-size: 40px;
    font-weight: 500;
    text-indent: 20px;
    line-height: 60px;
    width: 14%;
}

.line-title .line-info, .line-title .report-info {
    display: flex;
    align-items: center;
}

.line-title .line-info {
    flex-wrap: wrap;
    font-size: 18px;
    width: 44%;
}

.line-title .line-info .bus-businesstime span {
    position: relative;
    margin: 0 15px 0 26px;
}

.line-title .line-info .bus-businesstime span:nth-child(1):before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 18px;
    height: 18px;
    left: -26px;
    background: url("../imgs/icon/icon_shou.png") no-repeat;
    background-size: cover;
}

.line-title .line-info .bus-businesstime span:nth-child(2):before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 18px;
    height: 18px;
    left: -26px;
    background: url("../imgs/icon/icon_mo.png") no-repeat;
    background-size: cover;
}

.line-title .line-info p {
    width: 100%;
}

.line-title .report-info {
    flex-direction: row-reverse;
    justify-content: space-between;
    font-size: 26px;
    padding: 0 10px;
    width: 42%;
}

.line-title .report-info span {
    position: relative;
}

.line-title .report-info span:nth-child(3):before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 30px;
    height: 30px;
    left: -40px;
    background: url("../imgs/icon/icon_jul.png") no-repeat;
    background-size: cover;
}

.line-title .report-info span:nth-child(2):before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 30px;
    height: 30px;
    left: -40px;
    background: url("../imgs/icon/icon_shij.png") no-repeat;
    background-size: cover;
}

.line-title .report-info span:nth-child(1) {
    font-size: 40px;
}

.page-line .line-wrapper {
    width: 100%;
    height: 265px;
    background-color: #194b80;
    overflow: auto;
}

.line-wrapper::-webkit-scrollbar {
    display: none;
}

.line-wrapper .car-pos {
    height: 21px;
}

.line-wrapper .line-time-horizontal {
    padding: 0 5px 0 10px;
}

.line-wrapper .line-time-horizontal li {
    margin-top: 15px;
    position: relative;
    float: left;
    color: #fff;
}

/*线路方向立体上下翻转start*/
.line-3D-content {
    width: 100%;
    height: 72px;
    position: relative;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -o-perspective: 1000px;
    perspective: 1000px;
}

.line-3D-list {
    width: 100%;
    height: 100%;
    transform: translateZ(-34px) rotateX(0deg);
    transform-style: preserve-3d;
    transition: transform 1s;
}

.line-3D-list .line-3D-area {
    position: absolute;
    backface-visibility: hidden;
    width: 100%;
    height: 72px;
    padding: 0 5px;
}

.show-top {
    -webkit-transform: translateZ(-24px) rotateX(0deg);
    -moz-transform: translateZ(-24px) rotateX(0deg);
    -o-transform: translateZ(-24px) rotateX(0deg);
    transform: translateZ(-24px) rotateX(0deg);
}

.line-3D-list .line-3D-area:nth-of-type(1) {
    transform: translateZ(30px);
}

.line-3D-list .line-3D-area:nth-of-type(2) {
    transform: rotateX(-120deg) translateZ(30px);
}

.line-3D-list .line-3D-area:nth-of-type(3) {
    transform: rotateX(-240deg) translateZ(30px);
}

/*线路方向立体上下翻转end*/
