﻿* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

img {
    max-width: 100%;
    max-height: 100%;
}

.page {
    height: 100vh;
    background: url(../img/page.png) repeat-x center center #01173C;
}

.pageHead {
    height: 100px;
    background: url(../img/head.png) no-repeat center center;
    background-size: auto 100%;
    padding-top: 14px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pageHeadLeft {
    display: flex;
    align-items: center;
    position: absolute;
    left: 20px;
}

.pageHeadLeft .txt {
    min-width: 240px;
    font-size: 16px;
    color: #fff;
}

.pageHeadLeft img {
    width: 36px;
    height: 36px;
}


.pageHead .title {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    background: linear-gradient(to bottom, #D7E4EE, #A3CFFC);
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}

.pageContent {
    height: calc(100vh - 100px);
    padding: 20px;
    display: flex;
}

.pageCenter {
    width: 54%;
    border: 1px solid #0d78da;
    clip-path: polygon(10% 0, 90% 0 10% 100%, 100% 100%, 0 100%, 0 10%);
    margin: 0 20px;
    position: relative;
}

.pageLeft,
.pageRight {
    /* flex: 1; */
    width: calc(26vw - 40px);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.pageBox {
    flex: 1;
    width: 100%;
    border: 1px solid #0d78da;
    box-shadow: 0px 0px 13px 0px rgba(255, 255, 255, 0.20) inset;
    padding: 20px;
    display: flex;
    flex-direction: column;
    /* flex-wrap: wrap; */
}

.pageLeft .pageBox:nth-child(n+2),
.pageRight .pageBox:nth-child(n+2) {
    margin-top: 20px;
}

.pageBox .title {
    /* width: 100%; */
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.pageBox .title::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #0166C8;
    margin-left: 15px;
}

.pageBox .flex {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.pageBox .swiper-container {
    width: 100%;
    height: 100%;
}

.pageBox .swiper-container .swiper-slide {
/*     width: 100% !important;
    height: 100%; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -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;

}

.pageBox .chartAll {
    width: 100%;
    height: 100%;
}

.total {
    font-size: 24px;
    font-weight: bold;
    color: #1B94FE;
    display: flex;
    align-items: center;
    justify-content: center;
}

.total span {
    width: 50px;
    height: 66px;
    background: url(../img/panel1.png) no-repeat center center;
    background-size: 100% auto;
    font-size: 28px;
    margin: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.total2 {
    display: flex;
    justify-content: center;
}

.total2 li {
    width: 100px;
    height: 100px;
    background: url(../img/panel2.png) no-repeat center center;
    background-size: 100% auto;
    padding-top: 22px;
    margin: 0 10px;
}

.total2 h4 {
    text-align: center;
    font-size: 24px;
    color: #fff;
}

.total2 p {
    text-align: center;
    font-size: 10px;
    color: #289CFD;
    margin-top: 5px;
}

.table {
    width: 100%;
    border: 1px solid rgba(1, 102, 200, .4);
    table-layout: fixed;
    font-size: 14px;
    color: #fff;
}

.table th {
    height: 36px;
    background: #0D78DA;
    border: none;
    font-weight: normal;
}
    .table tr td:nth-child(2),
    .table tr td:nth-child(5) {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

#chart1,
#chart2,
#chart3,
#chart4 {
    flex: 1;
    height: 100%;
}

#myMap {
    width: 100%;
    height: 100%;

}

#myMap img {
    max-width: none !important;
    max-height: none !important;
}

.BMap_cpyCtrl {
    display: none;
}

.anchorBL {
    display: none;
}

.pageFilter {
    width: 100%;
    position: absolute;
    background: rgba(0, 0, 0, .5);
    padding: 15px 0;
    left: 0;
    top: 0;
    z-index: 10;
}

.pageFilter .title {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

.pageFilter .filter {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pageFilter .filter .item {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #fff;
}

.pageFilter .filter select {
    width: 100px;
    height: 30px;
    background: none;
    border: 1px solid rgba(255, 255, 255, .5);
    padding: 0 10px;
    line-height: 30px;
    font-size: 12px;
    color: #fff;
    outline: none;
    margin: 0 5px;
}

.pageFilter .filter select option {
    background: none;
    color: black;
}