.contentDiv {
    /*position: fixed;*/
    transform-origin: 0 0;
    transition: All 0.4s ease-out;
    top: 0;
    left: 0;
    width: 1920px;
    height: 1080px;

}

/*body {*/
/*    background: none;*/
/*}*/

#root {


    width: 1920px;
    height: 1080px;
    /*background: url("../imgs/bg.jpg");*/
    color: white;
    font-family: '微软雅黑';
}

/* -----------------------------header------------------------- */
header {
    height: 103px;
    display: flex;
    justify-content: space-between;
}

header .date {
    height: 63.36px;
    width: 288px;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .date .currentTime {
    font-size: 24px;
    font-weight: 600;
    margin: 0 10px;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(250, 250, 250, 1)), to(rgba(5, 197, 215, 1)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 45px #104ec7;
}

header .date .currentDate {
    margin: 5px 0;
}

header .date .currentDate,
.currentWeek {
    font-size: 14px;
    font-weight: 600;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(250, 250, 250, 1)), to(rgba(5, 197, 215, 1)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 45px #104ec7;
}

header .site {
    height: 63.36px;
    display: flex;
    align-items: center;
    padding-right: 134.4px;
    font-weight: 600;
    cursor: pointer;
}

header .site .city {
    margin: 0 3.84px;
}

header .site .city,
.iconfont {
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(250, 250, 250, 1)), to(rgba(5, 197, 215, 1)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 45px #104ec7;
}

/* 省市联动 */
#cityChooseBox {
    height: 80px;
    width: 473px;
    position: absolute;
    right: 0;
    top: 61.44px;
    border: 1px solid #104fc7;
    z-index: 1000;
    border-radius: 5px;
    background: #000d4a;
    cursor: default;
    display: none;
}




.main {
    display: flex;
    justify-content: space-between;
    margin: 0 24.96px;
}

.main .left {
    width: 499px;
}

.main .middle {
    width: 825.6px;
    margin: 0 0.134.4px;
}

.main .right {
    width: 506.88px;
}

.main .module {
    height: 53.76px;
    display: flex;
    align-items: center;
    padding-left: 19.2px;
}

.main .module .title {
    margin-left: 9.6px;
    font-size: 17px;
    text-shadow: blue 2px 2px 0;
}


/* -----------------------------科学使用时长------------------------- */
.main .left .serviceTime {
    height: 345.6px;
    display: flex;
    flex-direction: column;
}

#myChart1 {
    flex-grow: 1;
}

/* -----------------------------年纪占比------------------------- */
.main .left .gradeRate {
    height: 288px;
}

#myChart2 {
    height: 268px;
    position: relative;
    top: -38.4px;

}

/* -----------------------------排行榜------------------------- */
.main .left .faultCondition {
    height: 288px;
    overflow-y: auto;
}

.main .left .faultCondition table {
    width: 90%;
    border-collapse: collapse;
    margin-left: 19.2px;
}

.main .left .faultCondition table tr {
    height: 30.72px;
}

.main .left .faultCondition table tr:nth-child(odd):not(:first-child) {
    background: -webkit-linear-gradient(left, #1b2851, #040e45);
}

.main .left .faultCondition table tr:nth-child(odd):not(:first-child) td:first-child {
    border-radius: 10px 0 0 10px;
}

.main .left .faultCondition table th {
    color: #1bb9f9;
    font-weight: normal;
    font-size: 16px;
}

.main .left .faultCondition table th.company {
    width: 50%;
}

.main .left .faultCondition table th,
td {
    text-align: left;
    font-size: 14px;
    padding-left: 5px;
}

.main .left .faultCondition table td:first-child {
    color: #1bb9f9;
    padding-left: 7.68px;
}


/* -----------------------------MAP以及统计------------------------- */
.main .middle .map {
    height: 645.12px;
    display: flex;
    flex-direction: column;
}

.main .middle .map .maps {

    display: flex;
}

#mapLeftChart,
#mapRightChart {
    height: 480px;
}

#mapLeftChart {
    width: 65%;
}

#mapRightChart {
    width: 35%;
}

.main .middle .map .statistics {
    height: 76.8px;
    border-bottom: 1px solid #0a4192;
    display: flex;
    align-items: center;
}

.main .middle .map .statistics>div {
    width: 33%;
    text-align: center;
    height: 57.6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.main .middle .map .statistics>div .count {
    font-size: 24px;
}

.main .middle .map .statistics>div .type {
    color: #13a0eb;
    font-size: 14px;
}

.main .middle .map .statistics>div {
    border-left: 1px solid #175497;
}

.main .middle .map .statistics>div:first-child {
    border: none;
}

/* -----------------------------近30天装备使用情况------------------------- */

#myChart3 {
    height: 288px;
    position: relative;
    top: -39.4px;
}

/* -----------------------------使用情况------------------------- */
.main .right .useQing {
    height: 307px;
}

#myChart4 {
    height: 230px;
}

/* -----------------------------近一小时班班通各时段使用情况------------------------- */
.main .right .hourUse {
    height: 327px;
}

#myChart5 {
    height: 249px;
}

/* -----------------------------告警程度以及类别分布------------------------- */
.main .right .warn {
    height: 289px;
}

#myChart6 {
    height: 268px;


}

.useSituation {
    height: 288px;

}