@import url(https://at.alicdn.com/t/font_2690212_668hia2lkin.css);
body {
    background: url(../images/bg.png) no-repeat center center;
    width: 100vw;
    height: 100vh;
    background-size: cover;
    overflow: hidden;
}

@font-face {
    font-family: unidreamLED;
    src: url("../fonts/UnidreamLED.ttf");
}

.header {
    height: 66px;
    display: flex;
    color: #fff;
}

.h1 {
    width: 450px;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #38e2fb;
    position: relative;
    line-height: 66px;
    margin: 0 auto
}

.h1::after {
    display: block;
    content: "";
    background: url(../images/head_07.png);
    width: 450px;
    height: 6px;
    overflow: hidden;
}

.ico-l,
.ico-r {
    background: url(../images/head_02.png) no-repeat center center;
    background-size: 100%;
    width: calc((100vw - 450px - 300px) / 2);
}

.ico-r {
    transform: rotate(180deg);
}

.menu,
.exit {
    width: 150px;
    color: #38e2fb;
    font-size: 15px;
    line-height: 66px;
}

.menu i {
    font-size: 18px
}

.menu {
    text-indent: 30px;
}

.box {
    background: url(../images/bg-k.png) no-repeat center bottom;
    background-size: 100% 100%;
    height: calc(100vh - 116px);
    display: flex;
    justify-content: space-between;
    padding: 20px 55px 30px 55px;
    width: calc(100vw - 105px)
}

.box-l,
.box-r {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.box-l .item,
.box-r .item,
.box-c2 .item {
    flex: 1;
    background: url(../images/item1.png) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    position: relative;
}

.box-c,
.box-c2 {
    flex: 1.6;
    margin: 0 20px 10px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.box-c2 {
    flex: 1.1;
    margin: 0 20px 0 20px;
}

.flex1 {
    flex: 1 !important
}

.flex2 {
    flex: 1.9 !important
}

.flex3 {
    flex: 3 !important
}

.c-db {
    flex: .9;
    margin: 10px 0 10px;
    display: flex;
    padding: 10px;
    overflow: hidden;
}

.db-item {
    flex: 1;
    margin-right: 12px;
    background: rgba(40, 56, 106, .5);
    position: relative;
}

.db-item:nth-child(3) {
    flex: 1.2
}

.c-db-left::after {
    background: url(../images/k.png) no-repeat;
    width: 25px;
    height: 25px;
    display: block;
    content: "";
    position: absolute;
    top: -10px;
    left: -10px
}

.c-db-left::before {
    background: url(../images/k.png) no-repeat;
    width: 25px;
    height: 25px;
    display: block;
    content: "";
    position: absolute;
    bottom: -10px;
    left: -10px;
    transform: rotate(270deg);
}

.c-db-left::after {
    background: url(../images/k.png) no-repeat;
    width: 25px;
    height: 25px;
    display: block;
    content: "";
    position: absolute;
    top: -10px;
    right: -10px;
    transform: rotate(90deg)
}

.c-db-left::before {
    background: url(../images/k.png) no-repeat;
    width: 25px;
    height: 25px;
    display: block;
    content: "";
    position: absolute;
    bottom: -10px;
    right: -10px;
    transform: rotate(180deg);
}

.db-item:last-child {
    margin: 0
}

.db-item .icon {
    color: #56c3ff;
    text-align: center;
    margin: .6vw 0 .4vw
}

.db-item .icon i {
    font-size: 1.7vw;
}

.db-item .h4 {
    color: #fff;
    font-size: 0.9vw;
    text-align: center;
}
    .db-item .sum3 {
        font-size:2.4vw;
        color: #fc8e00;
        text-align: center;
        font-family: Impact;
        margin-top:10px;
    }
.db-item .sum {
    text-align: center;
    margin: 1vw 0
}

.db-item .sum b, .st1 b, .st2 b, .st3 b {
    display: inline-block;
    vertical-align: middle;
    height: 35px;
    margin: 0 5px 0 0;
    font-family: unidreamLED;
    font-size: 27px;
    font-weight: 400;
    line-height: 35px;
    width: 22px;
    text-align: center;
    background: #4ea657;
    color: #fff;
    border-radius: 4px;
}

.db-item .sum b:last-child {
    margin: 0
}

.db-item .em {
    color: #fff;
    text-align: center;
}

.db-item2 {
    background: rgba(40, 56, 106, .3);
    position: relative;
    width: calc(100% - 60px);
    height: 100%;
    display: flex;
    flex-direction: column;
    color: #fff;
    padding: 0 30px;
    font-size: 16px;
}

.st1 {
    flex: 1;
    display: flex;
    align-items: center;
}

.st2 {
    flex: 2.4;
}

.st2 ul,
.st3 ul {
    display: flex;
    height: calc(100% - 90px);
    margin-top: 25px;
    overflow: hidden;
}

.st2 ul li,
.st3 ul li {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: rgba(40, 56, 106, .4);
    margin-right: 10px;
}

.st2 ul li:last-child,
.st3 ul li:last-child {
    margin-right: 0
}

    .st2 ul li span,
    .st3 ul li span, .st5 ul li span {
        display: block;
        font-size: 24px;
        font-weight: bold;
        color: #ffe400;
        margin-top: 10px;
        font-family: Impact;
        font-weight: 100;
    }

.st3 {
    flex: 2.8
}

    .st3 ul li span, .st5 ul li span {
        color: #62CEE5;
        margin: 10px 0;
    }

    .st3 ul li em, .st5 ul li em {
        font-size: 14px
    }

.st5 {
    flex: 6.5
}
    .st5 ul {
        display: flex;
        margin-top: 25px;
        overflow: hidden;
        flex-wrap: wrap;
        height:calc(100% - 40px);
    }
        .st5 ul li {
            display: flex;
            width: calc((100% /2) - 8px);
            justify-content: center;
            align-items: center;
            flex-direction: column;
            background: rgba(40, 56, 106, .4);
            margin: 0 15px 0 0;
            height: calc(50% - 15px);
        }
            .st5 ul li:nth-child(2n){margin-right:0}
            .map {
                flex: 2;
                text-align: center;
                overflow: hidden;
                position: relative;
            }

.map::after {
    background: url(../images/k.png) no-repeat;
    width: 25px;
    height: 25px;
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}

.map::before {
    background: url(../images/k.png) no-repeat;
    width: 25px;
    height: 25px;
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(90deg);
}

.box-c::after {
    background: url(../images/k.png) no-repeat;
    width: 25px;
    height: 25px;
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    transform: rotate(270deg);
}

.box-c::before {
    background: url(../images/k.png) no-repeat;
    width: 25px;
    height: 25px;
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    transform: rotate(180deg);
}

.box-c2::after {
    background: url(../images/k.png) no-repeat;
    width: 25px;
    height: 25px;
    display: block;
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
}

.box-c2::before {
    background: url(../images/k.png) no-repeat;
    width: 25px;
    height: 25px;
    display: block;
    content: "";
    position: absolute;
    top: 10px;
    right: 0;
    transform: rotate(90deg);
}

.c-k-xia {
    position: relative;
}

.c-k-xia::after {
    background: url(../images/k.png) no-repeat;
    width: 25px;
    height: 25px;
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    transform: rotate(270deg);
}

.c-k-xia::before {
    background: url(../images/k.png) no-repeat;
    width: 25px;
    height: 25px;
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    transform: rotate(180deg);
}

.vedio-l,
.vedio-r {
    width: 259px;
    padding: 0 25px;
    overflow-y: auto;
    font-size: 12px;
    overflow-x: hidden;
    background: url(../images/item5.png) no-repeat;
    background-size: 100% 100%;
}

.vedio-r {
    width: calc(100vw - 299px);
    background: url(../images/item5-2.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    display: -webkit-flex;
}

.vedio-l input {
    background: none;
    text-indent: 10px;
    border: 1px solid #247ea0;
    height: 37px;
    color: #fff;
    width: calc(100% - 2px);
    margin: 15px 0 0
}

.vedio-l ul {
    height: calc(100% - 130px);
    margin-top: 10px;
    padding-right: 5px;
}

.vedio-l ul li {
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    margin: 0 0 2px 0
}

.vedio-l ul li a {
    color: #fff;
    display: block;
    width: calc(100% - 20px);
    height: 40px;
    text-indent: 10px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vedio-l ul li:hover,
.vedio-l ul li.select {
    background: #157cdc;
}

.vedio-l ul li.select a {
    width: calc(100% - 40px);
}

.vedio-l ul li.select span {
    position: relative;
    width: 40px;
    height: 40px;
}

.vedio-l ul li.select span i {
    z-index: 100;
    font-size: 19px;
    position: absolute;
    top: 12px;
    right: 2px
}

.vedio-l ul li.select span::after {
    width: 0;
    height: 0;
    display: block;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
    border-top: 20px transparent solid;
    border-left: 20px transparent solid;
    border-right: 20px #e0ab1c solid;
    border-bottom: 20px #e0ab1c solid;
    overflow: hidden;
}

.item-list {
    width: 180px;
    margin: 10px 0 0 0;
    height: calc(100% - 10px);
    position:relative;
}

.item-list h4 {
    margin: 10px 0 10px;
    background: url(../images/sp_08.png) no-repeat;
    width: 180px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff
}
.vedio-tab{flex-direction:column; overflow:hidden}
.vedio-tab-title{height:50px; border-bottom:1px solid #247ea0}
.vedio-tab-title span{background:#1F396F; padding:0 15px; border-radius:3px 3px 0 0; height:32px; line-height:32px; color:#fff; display:inline-block; margin-top:18px; margin-left:10px; font-size:14px;cursor:pointer}
.vedio-tab-title span:hover{background:#0F8FD1}
.vedio-tab-title span.select{background:#0F8FD1}
.vedio-tab-box{height:calc(100% - 70px); }
.vedio-tab-cont{overflow:hidden;display:flex; height:100%;position:relative}
.vedio-tab-list{width:100%;}
.vedio-tab-list li{width:calc((100% / 3) - 18px); position:relative; height:235px; margin:24px 24px 0 0;background: #172d5a;border: 1px solid #34466d; overflow:hidden; text-align:center; float:left;border-radius:3px}
.vedio-tab-list li:nth-child(3n){margin-right:0}
.vedio-tab-list li .sp img{ height:100%}
.vedio-tab-list li .sp-text{position:absolute; top:0; left:0; width:100%; height:100%;text-align:center; color:#fff; background:rgba(0,0,0,.5); z-index:100; display:flex; justify-content:center; align-items:center}
.vedio-tab-list li .sp-text p{position:absolute; top:10px; left:5%; display:flex; justify-content:space-between; width:90%; margin:0 auto;}

.item-vedio {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - 220px);
    margin: 0 auto;
}

.vedio-list {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 12px;
    height:calc(100% - 50px);
    padding-right: 10px;
    overflow-y: auto;
    position:relative;
}
    .vedio-list video{height:130px;}
.vedio-tab-list video {
    height: 235px;
}
.vedio-list li {
    overflow: hidden;
    padding: 10px 10px 0;
    background: #172d5a;
    border: 1px solid #34466d;
    border-radius: 3px;
    margin-bottom: 10px;
    position: relative;
}
    .vedio-list li.active,
    .vedio-list li:hover,
    .vedio-list li.select {
        background: #3b9a72;
        border: 1px solid #52ba8e;
    }

.vedio-list li img {
    width: 100%;
}

.vedio-list li p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 30px;
    line-height: 30px;
    padding-bottom: 5px;
}

.vedio-list li p b {
    flex: 1;
    margin-right: 10px;
    height: 30px;
    overflow: hidden;
}

.vedio-list li p b:last-child {
    background: #0f8fd1;
    border-radius: 20px;
    height: 20px;
    overflow: hidden;
    flex: .5;
    line-height: 20px;
    padding: 0 10px;
    font-weight: normal;
    margin-right: 0
}

.vedio-list li:hover p b:last-child,
.vedio-list li.select p b:last-child {
    background: #2a5740
}

.vedio {
    max-width: 900px;
    overflow: hidden;
}

.view-cont {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 10px;
}

.vedio .img {
    padding: 40px;
    background: rgba(40, 56, 106, .2);
    border: 1px solid rgba(36, 126, 160, .5);
    position: relative;
    width: calc(100% - 82px);
    min-height: 450px;
    overflow: hidden;
    min-width: 818px;
}

.vedio .img video {
    width: 100%;
    max-height: 450px
}

.vedio .img img {
    width: 100%;
    max-height: 450px
}

.tip {
    color: #fff;
    height: 20px;
    line-height: 20px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    text-indent: 18px
}

.tip::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #FDAB00;
    animation: sharp infinite alternate 0.5s ease;
    -webkit-animation: sharp infinite alternate 0.5s ease;
}

.video-bf-tit {
    position: absolute;
    left: 40px;
    top: 30px;
    font-size: 15px;
    color: #fff;
    z-index: 9999;
    text-align: left;
}

.video-bf-tit a {
    font-size: 12px;
    color: #37e1fa;
    text-decoration: underline;
    margin: 6px 0;
}

.video-bf-tit span {}

@keyframes sharp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@-webkit-keyframes sharp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.vedio-title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #fff;
    height: 40px;
    line-height: 40px;
    position: relative;
}

.vedio-title p {
    position: relative;
}

.vedio-title p:first-child {
    padding-right: 30px
}

.vedio-title p:last-child {
    padding-left: 30px
}

.vedio-title p:nth-child(2) {
    border: 1px solid #131B3E;
    border-top: none;
    border-bottom: none;
    padding: 0 30px
}

.vedio-title::after {
    display: block;
    content: "";
    width: 70%;
    position: absolute;
    border-width: 0 15px 40px 15px;
    border-style: none solid solid;
    border-color: transparent transparent #1b3668;
    text-align: center;
    color: #fff;
    line-height: 30px;
    top: 0;
    z-index: -1;
}

.map img,
.wlw-map img {
    max-height: 100%;
    max-width: 100%
}

.title {
    display: flex;
    position: relative;
    margin-top: 10px;
    height: 42px;
    align-items: center;
    justify-content: center;
}

.title span {
    font-size: 15px;
    padding-left: 10px;
    background: url(../images/title_c.png) repeat-x;
    height: 42px;
    line-height: 32px;
    color: #fff;
    position: relative;
    display: inline-block;
    min-width: 110px;
    text-align: center;
}

.title::after {
    display: block;
    content: "";
    background: url(../images/title_r.png) no-repeat;
    width: 62px;
    height: 42px;
    top: 0;
    left: 0
}

.title::before {
    display: block;
    content: "";
    background: url(../images/title_l.png) no-repeat;
    width: 45px;
    height: 42px;
    top: 0;
    right: 0;
}

.title .btn {
    position: absolute;
    right: 10px;
    display: flex;
    top: 10px;
    color: #fff
}

.title .btn>div {
    margin-right: 5px
}

.title .btn i {
    font-size: 21px
}

.title .btn>div:hover i {
    font-size: 24px;
    transition: all 0.2s;
}

.title-column {
    width: 42px;
    display: flex;
    flex-direction: column;
    margin: 0 0 0 6px;
    position: relative;
    top: 50%;
    margin-top: -100px
}

.title-column::after {
    display: block;
    content: "";
    background: url(../images/c_17.png) no-repeat;
    height: 42px;
    width: 42px;
    top: 0;
    left: 0
}

.title-column::before {
    display: block;
    content: "";
    background: url(../images/c_13.png) no-repeat;
    height: 63px;
    width: 42px;
    top: 0;
    left: 0;
}

.title-column span {
    background: url(../images/c_15.png) repeat-y;
    color: #fff;
    font-size: 15px;
    padding: 0 10px 10px;
    line-height: 18px
}

.report {
    height: calc(100% - 68px);
    overflow: hidden;
    margin: 0 auto;
    color: #fff;
    text-align: center;
}
.report::before {
    content: '';
    position: absolute;
    top: calc(50% - 16px);
    left: calc(50% - 16px);
    width: 32px;
    height: 32px;
    /*background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiBmaWxsPSJ3aGl0ZSI+CiAgPHBhdGggb3BhY2l0eT0iLjI1IiBkPSJNMTYgMCBBMTYgMTYgMCAwIDAgMTYgMzIgQTE2IDE2IDAgMCAwIDE2IDAgTTE2IDQgQTEyIDEyIDAgMCAxIDE2IDI4IEExMiAxMiAwIDAgMSAxNiA0Ii8+CiAgPHBhdGggZD0iTTE2IDAgQTE2IDE2IDAgMCAxIDMyIDE2IEwyOCAxNiBBMTIgMTIgMCAwIDAgMTYgNHoiPgogICAgPGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJyb3RhdGUiIGZyb209IjAgMTYgMTYiIHRvPSIzNjAgMTYgMTYiIGR1cj0iMC44cyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIC8+CiAgPC9wYXRoPgo8L3N2Zz4K);*/
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.report.loaded::before {
    opacity: 0;
    visibility: hidden;
}

.item-video {
    display: flex;
}

.index-video {
    width: calc(100% - 42px);
    margin: 10px
}

.selector {
    display: flex;
    margin-top: 10px;
}

.selector .sel {
    flex: 1;
    margin-right: 5px;
    overflow: hidden;
}

.selector .sel .select2 {
    width: 100%;
    border: 1px solid #1778aa;
    background: none;
    border-radius: 0;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
}

.selector .sel .select2-container .select2-choice {
    border: none;
    background: none
}

.selector .sel .select2-container .select2-choice .select2-arrow {
    border: none;
    background: none;
    box-shadow: none;
}

.selector .sel .select2-container .select2-choice {
    border: none;
    background: none;
    box-shadow: none;
    height: 32px;
}

.selector .sel .select2-container .select2-choice>.select2-chosen {
    color: #fff;
    line-height: 32px;
    font-size: 12px
}

.select2-drop {}

.select2-drop-active {
    border: 1px solid #1778aa
}

.select2-search {
    padding: 0
}

.select2-drop-active input[type=text] {
    background: url('../images/select2.png') no-repeat 100% -22px #174583;
    border: none;
    border-bottom: 1px solid #1778aa;
    padding: 5px 20px 5px 5px;
    color: #fff
}

.select2-results .select2-result-label {
    font-size: 12px;
    padding: 6px 7px
}

.video-bf {
    height: calc(100% - 65px);
    margin-right: 6px;
    margin-top: 10px;
    overflow: hidden;
}

.video-bf img {
    width: 100%;
    height: 100%
}

.weather {
    color: #fff;
    padding: 25px;
    height: calc(100% - 50px)
}
    .weather .ty_wser::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 70%;
        background: url(images/weather_bg.png)no-repeat;
        background-size: 100% 100%;
        z-index: -1;
    }

    .weather dl {
        height: 30%;
        overflow: hidden;
    }

.weather dl dt {
    float: left;
    width: 26%;
    overflow: hidden;
    height: 100%
}

.weather dl dt img {
    width: 100%;
    border-radius: 5px;
    height: 100%
}

.weather dl dd {
    float: right;
    width: 70%;
    overflow: hidden;
}

.weather dl dd.name {
    font-size: 21px;
    margin-bottom: 10px;
}

.weather dl dd.date {
    height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-spacing: 10px
}

.weather .info-1 {
    height: 27%;
    margin: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.w-ico i {
    font-size: 61px;
    background: linear-gradient(#fef7a3, #fff, #77bcff);
    -webkit-background-clip: text;
    color: transparent;
}

.w-text {
    font-size: 50px;
    font-family: arial;
    margin: 0 25px 0 15px
}

.w-text sup {
    font-size: 14px;
}

.w-text2 {
    font-size: 16px
}

.w-text3 {
    text-align: center;
    word-spacing: 10px;
}

.w-text4 {
    text-align: center;
    margin-top: 5%;
}

.w-text4 button {
    border: none;
    font-size: 14px;
    padding: 8px 15px;
    color: #fff;
    border-radius: 4px;
    margin-right: 10px
}

.zrzb {
    background: url(../images/2_12.png) no-repeat center;
    background-size: contain;
}

.zrzb ul {
    display: flex;
    margin: 0 20px;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.zrzb ul li {
    flex: 1;
    text-align: center;
    font-size: 36px;
}

.zrzb ul li:nth-child(1) {
    color: #00fefe
}

.zrzb ul li:nth-child(2) {
    color: #62ff72
}

.zrzb ul li:nth-child(3) {
    color: #ffba60
}

.zrzb ul li:nth-child(4) {
    color: #98b5ff
}

.zrzb ul li span {
    display: block;
    font-size: 16px;
}

.fwqzj {
    background: url(../images/2_11.png) no-repeat center;
    background-size: contain;
}

.fwqzj ul {
    display: flex;
    margin: 0 20px;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.fwqzj ul li {
    flex: 1;
    text-align: center;
    font-size: 48px;
}

.fwqzj ul li:nth-child(1) {
    color: #fc8e00
}

.fwqzj ul li:nth-child(2) {
    color: #00ffff;
    flex: .8
}

.fwqzj ul li:nth-child(3) {
    color: #7fb708
}

.fwqzj ul li span {
    display: block;
    font-size: 16px;
}

.qyfl {
    background: url(../images/2_13.png) no-repeat center;
    background-size: contain;
}

.qyfl ul {
    display: flex;
    margin: 0 10px;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.qyfl ul li {
    flex: 1;
    text-align: center;
    font-size: 36px;
    line-height: initial;
}

.qyfl ul li:nth-child(1) {
    color: #00ffff
}

.qyfl ul li:nth-child(2) {
    color: #50f19a
}

.qyfl ul li:nth-child(3) {
    color: #ffcc8a
}

.qyfl ul li span {
    display: block;
    font-size: 16px;
}
.qyfl ul li i {
    font-size: 12px;
    margin-bottom: 10px;
}
.topbox {
    position: absolute;
    top: 10px;
    right: 9px;
    width: 135px;
    height: 70px;
    overflow: hidden;
}

.top {
    width: 123px;
    height: 25px;
    text-transform: uppercase;
    background: #c87a47;
    font-size: 12px;
    text-align: center;
    line-height: 28px;
    color: #fff;
    position: absolute;
    right: -46px;
    top: 4px;
    transform: rotate(45deg);
}

.topbox2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 135px;
    height: 70px;
    overflow: hidden;
}

.top2 {
    width: 137px;
    height: 29px;
    text-transform: uppercase;
    background: #3b9a72;
    font-size: 14px;
    text-align: center;
    line-height: 29px;
    color: #fff;
    position: absolute;
    right: -46px;
    top: 13px;
    transform: rotate(45deg);
}

.tablebox {
    overflow: hidden;
    position: relative;
    width: calc(100% - 35px);
    height: calc(100% - 76px);
    margin: 10px 0 0 17px
}

.tbl-header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}

.tbl-body {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.tablebox table {
    width: 100%;
}

.tablebox table th,
.tablebox table td {
    color: #fff;
    line-height: 30px;
    text-align: center;
}

.tablebox table tr th {
    background-color: #1b2445;
    cursor: pointer;
    white-space: nowrap;
    text-align: center;
    font-size: 12px
}

.tablebox table tr td {
    background-color: transparent;
    white-space: nowrap;
    text-align: center;
    font-size: 12px
}

.tbl-body tr:nth-child(even) td,
.tbl-body1 tr:nth-child(even) td {
    background: rgba(40, 56, 106, .2);
}

.jc-box {
    position:relative;
    width: calc(100% - 58px);
    overflow: hidden;
}

.date-list {
    height: calc(100% - 30px);
    /*overflow-y: auto;*/
    background: rgba(40, 56, 106, .5);
    border-radius: 3px;
    width: 100%;
    margin-bottom: 14px;
}

.date-list-hd {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    color: #64e7fe;
    border-bottom: 1px solid #273462;
}

.hd-text {
    margin-left: 10px
}

.hd-text span {
    display: block;
    text-align: left;
}

.date-list-hd i {
    font-size: 40px;
}

.date-list-hd span:last-child {
    font-size: 12px
}

.data-list-dt {
    height: calc(100% - 71px);
    overflow-y: auto;
}

.data-list-dt ul li {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    padding: 5px 10px;
    border-bottom: 1px solid #273462;
    align-items: center;
    color: #fff
}

.data-list-dt ul li:last-child {
    border-bottom: none;
}

.data-list-dt ul li i {
    font-size: 18px;
    font-weight: 100
}

.data-list-dt ul li span {
    text-align: right;
    font-size: 12px;
    /*-webkit-transform: scale(0.9);*/
    display: inline-block;
}

.data-list-dt ul li span b {
    font-weight: normal;
    display: block;
}

.sb-table {
    margin-top: 10px;
    padding-right: 5px;
    height: calc(100% - 10px);
    overflow-y: auto
}


.sb-table table {
    width: 100%;
}

.sb-table table th {
    background: #1b2445;
    color: #fff;
    line-height: 35px;
    text-align: center;
}

.sb-table table td {
    color: #fff;
    text-align: center;
    line-height: 35px;
    font-size: 12px;
    padding: 2px 4px;
}

.sb-table table tr:nth-child(even) {
    background: rgba(40, 56, 106, .2);
}


.box-hr1 {
    flex: 1;
    display: flex;
    overflow: hidden;
}

.box-hr1 .item,
.box-hr1 .item3,
.box-l .item3 {
    flex: 1;
    background: url(../images/item2.png) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    position: relative;
}

.box-hr1 .item3,
.box-l .item3 {
    background: url(../images/item3.png) no-repeat;
    background-size: 100% 100%;
}

.wlw-map {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    text-align: center;
    color: #fff;
    margin: 10px;
    overflow: hidden;
    position: relative;
}

.box-hr2 {
    flex: 1;
    background: url(../images/item4.png) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    position: relative;
    overflow: hidden;
}

.report-hj {
    width: calc(100% - 50px);
    margin: 18px auto 0;
    height: calc(100% - 68px - 20px);
    overflow-y: auto
}

.report-hj table {
    width: 100%;
    font-size: 12px;
}

.report-hj table th,
.report-hj table td {
    color: #fff;
    text-align: center;
    border: 1px solid rgb(15, 22, 50);
}

.report-hj table th {
    height: 38px;
    background: #1b2445;
}

.report-hj table tbody tr:hover {
    background: #1b2445
}

.report-hj table td {
    height: 40px;
    border: 1px solid rgba(15, 22, 50, 0);
    padding: 0 10px;
}

.report-hj table td i {
    font-size: 21px
}

/*.report-hj table tr td:nth-child(2){text-align: left;}*/
.progress-out {
    position: relative;
    background: #2e385c;
    width: 94px;
    height: 16px;
    margin: 0 auto;
    border-radius: 16px;
    overflow: hidden;
    font-size: 12px
}

.progress-in {
    position: absolute;
    height: 100%;
    width: 0%;
    background: #1fb667;
    text-align: center;
    color: #fff;
    z-index: 1;
}

.progress-out span {
    position: absolute;
    display: block;
    text-align: center;
    width: 100%;
    height: 16px;
    line-height: 16px;
    z-index: 100
}

.pinqzj {
    background: url(../images/2_14.png) no-repeat center;
    background-size: contain;
}

    .pinqzj ul {
        display: flex;
        margin: 0 20px;
        height: 100%;
        justify-content: center;
        align-items: center;
        font-family: Impact;
        font-weight: 100;
    }

.pinqzj ul li {
    flex: 1;
    text-align: center;
    font-size: 45px;
}

.pinqzj ul li:nth-child(1) {
    color: #00ffff;
}

.pinqzj ul li:nth-child(2) {
    color: #fc8e00;
    flex: .8;
}

.pinqzj ul li:nth-child(3) {
    color: #1fb667;
}

.pinqzj ul li span {
    display: block;
    font-size: 15px;
    color: #fff;
}

.box-hr-q {
    flex-direction: column;
}

.box-hr1 {
    flex: 1;
    flex-direction: row;
    display: flex;
    overflow: hidden;
}

.exit a {
    margin-right: 10px;
}

.box-l .item-bg-10,
.box-r .item-bg-10 {
    background: url(../images/item10.png) no-repeat;
    background-size: 100% 100%;
}

.c-k-shang {
    position: relative;
}

.c-k-shang::after {
    background: url(../images/k.png) no-repeat;
    width: 25px;
    height: 25px;
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(0deg);
}

.c-k-shang::before {
    background: url(../images/k.png) no-repeat;
    width: 25px;
    height: 25px;
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(90deg);
}

.sm-map {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    color: #fff;
    font-size: 16px;
}

.sm-ss1 {
    flex: 1;
    align-items: center;
}

.sm-ss2 {
    flex: 2.8;
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sm-ss1 .h4 {
    color: #fff;
    font-size: 1.4vw;
    text-align: center;
    margin: 2.2vw 0 1vw 0;
}

.sm-ss1 .sum2 {
    text-align: center;
    justify-content: center;
    align-items: center;
}

.sum2 b {
    display: inline-block;
    vertical-align: middle;
    height: 67px;
    margin: 0 5px 0 0;
    font-family: unidreamLED;
    font-size: 60px;
    font-weight: 100;
    line-height: 67px;
    width: 50px;
    text-align: center;
    background: #4ea657;
    color: #fff;
    border-radius: 4px;
}

.sm-ss2 img {
    max-height: 100%;
    max-width: 100%;
}

.box-l .item-bg-9,
.box-r .item-bg-9 {
    background: url(../images/item9.png) no-repeat;
    background-size: 100% 100%;
}

.box-l .item-bg-9-1,
.box-r .item-bg-9-1 {
    background: url(../images/item9_1.png) no-repeat;
    background-size: 100% 100%;
}

.map-3 {
    padding: 20px;
}


.box-le-7 {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: 378px;
}

.box-r-7 {
    flex: 4;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.box-le-7 .item-bg-7-1 {
    background: url(../images/itme7.png) no-repeat;
    background-size: 100% 100%;
    flex: 1;
    overflow: hidden;
    position: relative;
}

.box-r-7 .item-bg-7 {
    background: url(../images/itme7_1.png) no-repeat;
    background-size: 100% 100%;
}

.box-r-7 .item {
    flex: 1;
    background-size: 100% 100%;
    overflow: hidden;
    position: relative;
}

.title-le {
    justify-content: left;
    margin-left: 3vw;
}



.btn10 {
    background: #223063;
    width: 74%;
    color: #fff;
    text-align: center;
    overflow: hidden;
    border-radius: 40px;
    margin: 1vw auto 1.2vw;
}

.btn10 span {
    display: inline-block;
    vertical-align: middle;
    height: 37px;
    line-height: 37px;
    width: 49%;
    text-align: center;
    border-radius: 37px;
    cursor: pointer;
}

.train {
    width: calc(100% - 50px);
}

.train-green {
    background: #0b9f74;
}

.train-g {
    height: calc(100% - 116px);
}

.train-g li {
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    margin: 0 0 8px 0;
    position: relative;
    background: rgba(70, 90, 151, 0.2);
}

.train-g li:hover,
.train-g li.select {
    background: #157cdc;
}

.train-g li a {
    color: #fff;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
}

.train-g li a em {
    color: #fff;
    width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-indent: 10px;
}

.train-g .select span {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
}

.train-g .select {
    background: #3875cd;
}

.train-g li.select span::after {
    width: 0;
    height: 0;
    display: block;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
    border-top: 20px transparent solid;
    border-left: 20px transparent solid;
    border-right: 20px #e0ab1c solid;
    border-bottom: 20px #e0ab1c solid;
    overflow: hidden;
}

.train-g li.select span i {
    z-index: 100;
    font-size: 19px;
    position: absolute;
    top: 12px;
    right: 2px;
}


.box-r.box-r-8 {
    flex: 1.2;
}

.map-4 {
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    padding: 30px;
}

.map-4 img {
    max-width: 100%;
    max-height: 100%;
}

.service-tab {
    width: calc(100% - 50px);
    height: calc(100% - 68px - 20px);
    overflow-y: auto;
    margin: 10px auto;
}

.service-tab table {
    width: 100%;
    font-size: 14px;
}

.service-tab table tbody tr:hover {
    background: rgba(70, 90, 151, 0.2);
}

.service-tab table .select {
    background: #357cdb;
}

.service-tab table .select:hover {
    background: #357cdb;
}

.service-tab table .select td {
    position: relative;
}

.service-tab table .select td span {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
}

.service-tab table .select td span i {
    z-index: 100;
    font-size: 19px;
    position: absolute;
    top: 12px;
    right: 2px;
    line-height: 28px;
}

.service-tab table .select span::after {
    width: 0;
    height: 0;
    display: block;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
    border-top: 20px transparent solid;
    border-left: 20px transparent solid;
    border-right: 20px #e0ab1c solid;
    border-bottom: 20px #e0ab1c solid;
    overflow: hidden;
}

.service-tab table thead tr {
    background: rgba(70, 90, 151, 0.2);
}

.service-tab table th,
.service-tab table td {
    color: #fff;
    text-align: center;
    height: 40px;
    line-height: 40px;
}

.service-tab table tr td:nth-child(2),
.service-tab table tr th:nth-child(2) {
    text-align: left;
    text-indent: 40px;
}

.service-tab table tr td:nth-child(4),
.service-tab table tr th:nth-child(4) {
    padding: 0 20px;
}

.box-r-11 {
    flex: 1
}

.item-bg-11 {
    display: flex;
}

.box-r .item-bg-11 {
    background: url(../images/item2.png) no-repeat;
    background-size: 100% 100%;
}

.report-ri {
    width: calc(100% - 42px);
    margin: 10px;
}

.title-column-1 {
    margin: 0 0 0 10px;
    position: relative;
    top: 50%;
    margin-top: -102.5px;
}

.title-column-2 {
    margin: 0 0 0 10px;
    position: relative;
    top: 50%;
    margin-top: -120.5px;
}

.search {
    font-size: 14px;
    display: flex;
    justify-content: center;
    margin: 20px 0 0 10px;
}

.search .c1 {
    display: inline-block;
    color: #fff;
}

.search .c1 input {
    width: 110px;
    background: none;
    border: 1px solid #1778aa;
    height: 26px;
    margin-right: 5px;
    border-radius: 2px;
    color: #fff;
    text-align: center;
}

.search .c1 button {
    background: #c77a47;
    color: #fff;
    border: none;
    height: 28px;
    border-radius: 2px;
    padding: 0 8px
}

.report-search {
    height: calc(100% - 143px);
    margin: 0;
}

.search-h1 {
    height: calc(100% - 143px);
}

.search-xz {
    display: flex;
    justify-content: center;
}

.search-but {
    background: #223063;
    color: #fff;
    margin: 0px 5px;
    padding: 9px 25px;
    border-radius: 5px;
    cursor: pointer;
}

.search-y {
    /*height: calc(100% - 45px);*/
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - 38px);
    margin: 0 auto;
}

.search-y1 {
    height: calc(100% - 45px)
}

.search-y2 {
    height: calc(100% - 95px);
    align-items: flex-start;
    padding-top: 50px;
}

.search-green {
    background: #0b9f74;
}

.report-ri {
    width: calc(100% - 15px);
    margin: 27px 24px;
}

.BMapLabel {
    border-radius: 4px;
    z-index: 1000000 !important;
    color: #fff;
    padding: 10px !important;
    background: rgba(66, 117, 202, 0.8) !important;
    font-size: 12px;
    border: none !important;
    line-height: 20px;
    font-Family: "΢���ź�";
}

.intro {
    animation: ani-svg .85s linear 0s alternate infinite;
    display: inline-block;
    position: relative;
    margin-top: 3px !important;
    z-index: 1000;
}

.intro-box::after {
    display: block;
    position: absolute;
    content: "";
    background: url(../images/ico_20.png) no-repeat 100% 100%;
    width: 20px;
    height: 20px;
    bottom: 0;
    left: 0
}

.item2 {
    display: flex;
}

.item2>div {
    box-sizing:border-box;
    flex: 1;
    padding: 0 30px;
    background: url(../images/item3.png) no-repeat;
    background-size: 100% 100%;
}

.item2 .search-jc {
    position: absolute;
    right: 20px;
    display: flex;
    top: 10px;
    color: #fff;
    font-size: 12px
}
.item2 .search-jc2 {
        position: relative;
    right: 0;
    top: 0;
    text-align: center;
    justify-content: center;
    align-items: center;
    height:30px;
    margin-top:10px;
}
.item2 .search-jc input {
    width: 100px;
    background: none;
    border: 1px solid #1778aa;
    height: 25px;
    margin-right: 5px;
    border-radius: 2px;
    color: #fff;
    text-align: center;
}

.item2 .search-jc button {
    background: #7fb708;
    color: #fff;
    border: none;
    padding: 0 10px;
    height: 25px;
    border-radius: 2px;
}

#page-1 {
    height: calc(100% - 100px)
}

.item-tpye {
    list-style: none;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #fff;
    font-size: 12px;
    margin: 0 10px
}

    .item-tpye li {
        background: #2B3F7B;
        flex: 1;
        margin: 0 8px;
        text-align: center;
        height: 30px;
        line-height: 30px;
        border-radius: 2px;
        cursor: pointer;
        overflow: hidden;
        max-width: 130px;
    }

    .item-tpye li.select,
    .item-tpye li:hover {
        background: #378fd0;
        
    }

@keyframes ani-svg {
    0% {
        transform: translateY(-3px);
    }

    15% {
        transform: translateY(-2px);
    }

    25% {
        transform: translateY(-1px);
    }

    50% {
        transform: translateY(0);
    }

    65% {
        transform: translateY(1px);
    }

    75% {
        transform: translateY(2px);
    }

    100% {
        transform: translateY(3px);
    }
}

.exit a {
    margin-right: 10px;
}

.alarm {
    /*animation: shing 1.2s ease infinite alternate;
    -webkit-animation: shing 1.2s ease infinite alternate;*/
    color: #FFCE00 !important
}



@keyframes shing {
    from {
        background-color: rgba(244, 116, 40, 0.4);
    }

    to {
        background-color: rgba(244, 116, 40, 0);
    }
}


.bg11 {
    background: url(../images/item11.png) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.bg11_1 {
    background: url(../images/item11_1.png) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.item11 {
    width: 100%;
    height: 100%;
    position: relative
}

.bg11 .swiper-slide {
    height: auto;
}

.bg11 .date-list {
    margin: 0;
    height: 100%
}

.bg11 .report {
    margin-top: 10px;
    height: calc(100% - 88px)
}
.item-bg-8 {
    background: url(../images/item8.png) no-repeat;
    background-size: 100% 100%;
}
.bd {
    width: 100%;
    height: 100%
}
.st4 {
    display: flex;
    align-items:center;
    justify-content:center;
    height:100%;
}
    .st4 ul, .pie {
        flex: 1; 
    }
        .st4 ul{display:flex; flex-wrap:wrap;}
        .st4 ul li {width:50%; font-size:12px; text-align:center; margin-bottom:30px;}
            .st4 ul li span{display:block; font-size:31px; color:#e0ab1c}
            .form-2 {
                color: #fff
            }
    .form-2 input[type="text"] {
        border: 1px solid #2b94e2;
        height: 27px;
        background: none;
        margin-left:5px;
        color:#fff;
        padding-left:10px;
    }
    .form-2 button {
        border: none;
        font-size: 14px;
        padding: 0 15px;
        height:29px;
        color: #fff;
        border-radius:2px;
        margin-left:5px;
        background: #2b94e2;
    }
.tab-item{color:#fff; width:100%}
    .tab-item a{color:#fff}
    .tab-item table {
        width: 90%;
        font-size: 12px;
        border-left: 1px solid rgba(40, 56, 106, .6);
    }
        .tab-item table th {
            background: rgba(40, 56, 106, .6);
            height: 40px;
            padding: 0;
        }
        .tab-item table td {
            height: 40px;
            border-bottom: 1px solid rgba(40, 56, 106, .6);
            border-right: 1px solid rgba(40, 56, 106, .6);
            text-align: center;
        }
        .tab-item table tr:nth-child(even) {
            background: rgba(40, 56, 106, .2);
        }
        .tab-item table tr:hover {
            background: rgba(40, 56, 106, .4);
        }
    @media screen and (max-width: 1366px) {
        .box {
            padding: 20px 40px 30px 40px;
            width: calc(100vw - 80px)
        }

        .st2 ul,
        .st3 ul,
        .st2 ul li span,
        .st3 ul li span {
            font-size: 14px !important
        }

            .st2 ul li span,
            .st3 ul li span {
                margin: 0
            }

        .w-text4 {
            display: none;
        }

        .fwqzj ul li {
            font-size: 30px
        }

            .fwqzj ul li span {
                font-size: 12px
            }
    }



/* 2020/5/9 */


.box-hr1 .item-bg {
    background: 0;
}

.item-bg::after {
    background: url(../images/k.png) no-repeat;
    width: 25px;
    height: 25px;
    display: block;
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
}

.item-bg::before {
    background: url(../images/k.png) no-repeat;
    width: 25px;
    height: 25px;
    display: block;
    content: "";
    position: absolute;
    top: 10px;
    right: 0;
    transform: rotate(90deg);
}



.tr-box {
    width: calc(100% - 28px);
    height: calc(100% - 46px);
    padding: 20px 10px 10px 10px;
    margin: 0 auto;
    color: #fff;
}

    .tr-box .swiper-container {
        width: 100%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 12px;
    }

    .tr-box .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: rgba(29,41,81,0.8);
        height: calc((100% - 16px) / 2);
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: block;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .tr-box .swiper-slide {
        margin-top: 0 !important;
    }


.tr-box .swiper-slide .c1 {
    display: block;
    height: 66px;
    line-height: 66px;
    margin-top: 12px;
}

            .tr-box .swiper-slide .c1 i {
                font-size: 66px;
                color: #56c3ff
            }

        .tr-box .swiper-slide .c2 {
            display: block;
            height: 34px;
            line-height: 34px;
        }

            .tr-box .swiper-slide .c2 p {
            }

        .tr-box .swiper-slide .c3 {
            display: block;
            padding: 4px 0;
        }

            .tr-box .swiper-slide .c3 b {
                display: inline-block;
                vertical-align: middle;
                height: 35px;
                margin: 0 5px 0 0;
                font-family: unidreamLED;
                font-size: 27px;
                font-weight: 400;
                line-height: 35px;
                width: 22px;
                text-align: center;
                background: #4ea657;
                color: #fff;
                border-radius: 4px;
            }

        .tr-box .swiper-slide .c4 {
            display: block;
            line-height: 30px;
            font-size: 14px;
        }

.tr-box-s {
    width: calc(100vw - 120px);
    height: calc(40vh - 24px);
    flex: 1;
    flex-direction: row;
    display: flex;
    overflow: hidden;
    margin: 0 auto;
}

    .tr-box-s .x1 {
        flex: 1;
        margin: 10px 10px;
    }

        .tr-box-s .x1 .tit {
            color: #fff;
            line-height: 20px;
            height: 20px;
        }

.report1 {
    width: 100%;
    height: calc(100% - 68px);
    overflow: hidden;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    padding-top: 10px;
}

    .report1 table {
        width: 100%;
    }

        .report1 table tr th {
            background: #1b2445;
        }

        .report1 table tr th, .report1 table tr td {
            line-height: 28px;
            height: 28px;
            font-size: 12px;
            text-align:center;
        }
        #myPlayer, #myPlayer a {
    color: rgb(234, 244, 255);
}
          .box-r .item-bg-10-box{
    background: url(../images/item10-box.png) no-repeat;
    background-size: 100% 100%;
}

@media screen and (max-width: 1366px) {
    .tr-box .swiper-slide .c1 {
        margin-top: 0;
    }

        .tr-box .swiper-slide .c1 i {
            font-size: 40px;
        }

    .tr-box .swiper-slide .c1 {
        height: 46px;
        line-height: 46px;
    }

    .tr-box .swiper-slide .c2 {
        display: block;
        height: 24px;
        line-height: 24px;
        font-size: 16px;
    }

    .tr-box .swiper-slide .c3 b {
        display: inline-block;
        vertical-align: middle;
        height: 26px;
        margin: 0 5px 0 0;
        font-family: unidreamLED;
        font-size: 18px;
        font-weight: 400;
        line-height: 26px;
        width: 18px;
        text-align: center;
        background: #4ea657;
        color: #fff;
        border-radius: 4px;
    }

    .tr-box .swiper-slide .c4 {
        display: block;
        line-height: 18px;
        font-size: 12px;
    }

    .tr-box-s {
        width: calc(100vw - 120px);
        height: calc(40vh - 40px);
        flex: 1;
        flex-direction: row;
        display: flex;
        overflow: hidden;
        margin: 0 auto;
    }
    .db-item .sum3 {
        font-size: 1.8vw
    }
}


g.highcharts-exporting-group rect {
    fill: #378fd0 !important
}

path.highcharts-button-symbol {
    stroke: #fff;
    stroke-width: 1;
}

.highcharts-menu {
    box-shadow: none !important;
    border: none !important;
    background: #378fd0 !important;
    border-radius: 3px;
    margin-top: 3px;
}

    .highcharts-menu > div {
        color: #fff !important
    }

    .highcharts-menu hr {
        height: 1px !important;
        overflow: hidden;
        background: #5AAFEA;
        border: none !important
    }