﻿#statistics-body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

#statistics-body #statistics-box {
    float: left;
    width: calc(100% - 300px);
    height: calc(100vh - 250px);
    overflow: hidden;
}

#statistics-body #statistics-box .anchorBL {
    display: none;
}

#statistics-body #statistics-account {
    float: left;
    width: 300px;
    height: calc(100vh - 250px);
    overflow: hidden;
}

#statistics-body #statistics-account * {
    color: #fff;
}

#statistics-body #statistics-account #statistics-account-div {
    height: calc(45% - 10px);
    padding: 0 5px 5px 5px;
    /*border-left: 5px solid #9bcffa;*/
    border-bottom: 5px solid #9bcffa;
}

#statistics-body #statistics-account #statistics-account-div #statistics-account-label {
    background: url("../../images/user-title.png");
    border: none;
    height: 40px;
    line-height: 40px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#statistics-body #statistics-account #statistics-account-div #statistics-account-label span {
    margin-left: 30px;
}

#statistics-body #statistics-charts {
    float: left;
    width: calc(100%);
    /*margin-top: 5px;*/
    height: 250px;
    overflow: hidden;
    /*background: #9bcffa;*/


    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

#statistics-body #statistics-charts #statistics-charts-terminalchart,
#statistics-body #statistics-charts #statistics-charts-historyChart,
#statistics-body #statistics-charts #statistics-charts-alarmChart {
    width: calc(100% / 2 - 2px);
    height: calc(100% - 3px);
    border-radius: 5px;
    overflow: hidden;
    /*background: #ffffffff;*/
}

#statistics-body #statistics-charts > #statistics-charts-terminalchart > #statistics-charts-gauge,
#statistics-body #statistics-charts > #statistics-charts-historyChart > #statistics-charts-historyChart-chart,
#statistics-body #statistics-charts > #statistics-charts-alarmChart > #statistics-charts-alarmChart-chart {
    float: left;
    width: calc(100% - 2px);
    height: calc(100% - 33px);
    overflow: hidden;
    border-top: none;
    border-radius: 0 0 5px 5px;
}

#statistics-body #statistics-charts > #statistics-charts-terminalchart > #statistics-charts-terminalchart-label,
#statistics-body #statistics-charts > #statistics-charts-historyChart > #statistics-charts-historyChart-label,
#statistics-body #statistics-charts > #statistics-charts-alarmChart > #statistics-charts-alarmChart-label,
#statistics-body > #statistics-account #statistics-account-label,
#container-right-detail > #container-title {
    width: calc(100%);
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    border-left: none;
    border-right: none;
    padding-left: 5px;
}

#statistics-body #statistics-charts > #statistics-charts-terminalchart > #statistics-charts-terminalchart-label,
#statistics-body #statistics-charts > #statistics-charts-historyChart > #statistics-charts-historyChart-label,
#statistics-body #statistics-charts > #statistics-charts-alarmChart > #statistics-charts-alarmChart-label{
    width: calc(100% - 40px);
    background: url("../../images/user-title.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 30px;
    line-height: 30px;
    padding-left: 30px;
    margin-left: 10px;
    margin-top: 2px;
}

#statistics-account-label {
    border: 1px dashed #ffffff;
}

#statistics-body > #statistics-account #statistics-account-info {
    height: calc(100% - 40px);
    display: flex;
    align-items: center;
    /* align-content: center; */
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-weight: bolder;
}

.user-info {
    background: #00000000;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

#statistics-body > #statistics-account #statistics-account-info > #statistics-account-info-icon {
    width: 120px;
    height: 120px;
    float: left;
}

#statistics-body > #statistics-account #statistics-account-info > #statistics-account-info-user {
    font-size: 16px;
}

#statistics-body > #statistics-account #statistics-account-info > #statistics-account-info-user > .account-info-org {
    /*height: 26px;*/
    /*line-height: 26px;*/
    padding-left: 10px;
    font-size: 14px;
}

#statistics-body > #statistics-account #statistics-account-info > #statistics-account-info-user > .account-info-user {
    /*heigth : 26px;*/
    /*line-height: 26px;*/
    padding-left: 10px;
    margin-top: 10px;
    font-size: 14px;
}

#statistics-body > #statistics-account #statistics-terminal-info {
    margin-top: 10px;
    width: 100%;
    height: calc(100% - 42px);
    color: white;
    text-align: center;
    position: relative;
    overflow: hidden;
}

#statistics-body > #statistics-account #statistics-terminal-info .statistics-terminal-content {
    width: calc(50%);
    text-align: center;
}

#statistics-body > #statistics-account #statistics-terminal-info #statistics-terminal-count {
    width: calc(100%);
    height: 200px;
    margin-top: -25px;
}

#statistics-body > #statistics-account #container-right-detail .right-detail-title {
    height: 24px;
    line-height: 24px;
}

#statistics-body > #statistics-account #container-right-detail .statistics-terminal-title {
    font-size: 12px;
    color: #fff;
    margin-top: 15px;
}

#statistics-body > #statistics-account #container-right-detail .statistics-terminal-title > span {
    border: 1px solid #7d7979;
    padding: 3px 15px;
    background: #000;
}

/*右侧详情*/
#container-right-detail {
    width: calc(100%);
    height: calc(55% - 15px);
    padding: 5px;
    /*border-left: 5px solid #9bcffa;*/
    border-bottom: 5px solid #9bcffa;
}

#container-right-detail #container-title {
    background: url("../../images/user-title.png");
    border: none;
    height: 40px;
    line-height: 40px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#container-right-detail .container-count {
    height: calc(100% - 40px);
    width: calc(100%);
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 15px 0;
}

#container-right-detail .container-count .count-box {
    width: calc(45% - 10px);
    height: calc(50% - 5px);
    margin: 5px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

#container-right-detail .container-count .count-box .info {
    width: calc(100%);
    /*height: calc(100%);*/
    height: 130px;
    background: url('../../images/terminal-count.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
}

#container-right-detail .container-count .count-box .info .count-type {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 6px;
    font-size: 14px;
}

#container-right-detail .container-count .count-box .info .count-num {
    width: 100%;
    text-align: center;
    font-family: math;
    font-size: 30px;
    font-weight: 800;
    position: absolute;
    bottom: 55px;
}

#container-right-detail #container-title span {
    margin-left: 30px;
}

#right-detail-title {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 190px;
}

.right-detail-title div {
    height: auto;
    width: 50%;
    float: left;
}

#right-detail-chart1,
#right-detail-chart2,
#right-detail-chart3,
#right-detail-chart4 {
    width: calc(50%);
    height: 150px;
    float: left;
    margin-top: -5px;
}

#container-right-detail #right-detail-valueA,
#container-right-detail #right-detail-valueB,
#container-right-detail #right-detail-valueC,
#container-right-detail #right-detail-valueD {
    width: 75%;
    text-align: center;
    margin: 0 auto;
    border-radius: 8px;
    color: #03CAF6;
    border: 1px solid #10555c;
    background: #00000000;
    box-shadow: 0 0 2px #0a7b87;
}


/*百度地图上的信息窗口*/

#statistics-box .BMap_pop .terminal {
    font-size: 14px;
    font-weight: 600;
}

#statistics-box .BMap_pop .terminal span {
    margin-top: -25px;
    display: block;
    margin-left: 25px;
}

#statistics-box .BMap_pop .gridtable {
    /*border: 1px solid #ddd;*/
    width: 350px;
    text-align: center;
    border-collapse: collapse;
    margin: 5px 0;
}

#statistics-box .BMap_pop .gridtable tr:first-child {
    background: #c9c9c9;
}

#statistics-box .BMap_pop .gridtable tr {
    border: 1px solid #adadad;
    height: 30px;
}

#statistics-box .BMap_pop .gridtable td {
    border-right: 1px solid #adadad;
    font-size: 13px;
}

#statistics-box .BMap_pop .uploadTime {
    margin-bottom: 3px;
    font-size: 13px;
    text-align: right;
}

/*#statistics-box .BMap_pop .BMap_top{*/
/*    top: 10px !important;*/
/*}*/
/*#statistics-box .BMap_pop .BMap_bottom{*/
/*    top: 145px !important;*/
/*}*/


/*  左上角的小块  */
.BMap_pop div:nth-child(1) {
    border-radius: 10px 0 0 0;
    height: 20px !important;
}

/*  上中  */
.BMap_pop .BMap_top {
    height: 10px !important;
}

/*  上中  */
.BMap_pop .BMap_center {
    top: 10px !important;
    height: 130px !important;
}

.BMap_pop div:nth-child(3) div {
    border-radius: 10px;
}

/*  左下角的小块  */
.BMap_pop div:nth-child(5) {
    border-radius: 0 0 0 10px;
    height: 25px !important;
    top: 140px !important;
}

/*  下中  */
.BMap_pop .BMap_bottom {
    top: 130px !important;
    height: 24px !important;
}

.BMap_pop div:nth-child(5) div {
    border-radius: 10px;
}

.BMap_pop div:nth-child(7) {
    top: 140px !important;
}


.BMap_pop div:nth-child(7) > div:first-child {
    border-radius: 0 0 10px 0;
}

/*  箭头指示标  */
.BMap_pop div:nth-child(8) {
    top: 130px !important;
}

.BMap_pop div:nth-child(9) {
    top: 7px !important;
}





/* 信息窗口 */
        .tdt-infowindow-content {
            width: 450px !important;
            /* padding: 0; */
            margin: 0;
            /* background: #00799e80; */
        }

        .tdt-infowindow-content-wrapper {
            padding: 0;
            box-shadow: 0 3px 14px #000000;
        }

        /* 信息窗口的小方块箭头 */
        .tdt-infowindow-tip {
            /* background: #7FBCCE; */
            box-shadow: 0 3px 14px #000000;

        }

        #statistics-box .terminal {
            width: calc(100% - 5px);
            margin-top: -5px;
            height: 23px;
            margin-left: 5px;
            font-size: 14px;
            font-weight: 600;
            display: flex;
            align-items: center;
        }

        #statistics-box .tdt-infowindow-close-button {
            color: #737373;
            margin-top: 5px;
        }

        #statistics-box .terminal img {
            margin-right: 5px;
        }

        #statistics-box .infoWinContainer .gridtable {
            /*border: 1px solid #ddd;*/
            width: calc(100%);
            text-align: center;
            border-collapse: collapse;
            margin: 5px 0;
        }

        #statistics-box .infoWinContainer .gridtable tr:first-child {
            background: #c9c9c9;
        }

        #statistics-box .infoWinContainer .gridtable tr {
            border: 1px solid #adadad;
            height: 35px;
        }

        #statistics-box .infoWinContainer .gridtable td {
            border-right: 1px solid #adadad;
            font-size: 13px;
        }

        #statistics-box .infoWinContainer .uploadTime {
            font-size: 13px;
            text-align: right;
        }







