#root {
    /*background:url("../imgs/equipApplyBg.jpg") no-repeat center top;*/
    background-size: cover;
}

/* -----------------------------header------------------------- */
header {
    height: 5.4vw;
    display: flex;
    justify-content: space-between;
}

header .date {
    height: 3.3vw;
    width: 15vw;
    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: 3.3vw;
    display: flex;
    align-items: center;
    padding-right: 7vw;
    font-weight: 600;
    cursor: pointer;
}

header .site .city {
    margin: 0 0.2vw;
}

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: 3.2vw;
    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 1.3vw;
}

.main .left {
    width: 26vw;
}

.main .middle {
    width: 43vw;
    margin: 0 0.7vw;
}

.main .right {
    width: 26.4vw;
}

.main .module {
    height: 2.8vw;
    display: flex;
    align-items: center;
    padding-left: 1vw;
}

.main .module .title {
    margin-left: 0.5vw;
    font-size: 17px;
    text-shadow: blue 2px 2px 0;
}


/* -----------------------------科学使用时长------------------------- */
.main .left .serviceTime {
    height: 18vw;
    display: flex;
    flex-direction: column;
}

#myChart1 {
    flex-grow: 1;
}

/* -----------------------------年纪占比------------------------- */
.main .left .gradeRate {
    height: 15vw;
}

#myChart2 {
    height: 14vw;
    position: relative;
    top: -2vw;

}

/* -----------------------------排行榜------------------------- */
.main .left .faultCondition {
    height: 15vw;
    overflow-y: auto;
}

.main .left .faultCondition table {
    width: 90%;
    border-collapse: collapse;
    margin-left: 1vw;
}

.main .left .faultCondition table tr {
    height: 1.6vw;
}

.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: 0.4vw;
}


/* -----------------------------MAP以及统计------------------------- */
.main .middle .map {
    height: 33.6vw;
    display: flex;
    flex-direction: column;
}

.main .middle .map .maps {

    display: flex;
}

#mapLeftChart,
#mapRightChart {
    height: 25vw;
}

#mapLeftChart {
    width: 65%;
}

#mapRightChart {
    width: 35%;
}

.main .middle .map .statistics {
    height: 4.0vw;
    border-bottom: 1px solid #0a4192;
    display: flex;
    align-items: center;
}

.main .middle .map .statistics>div {
    width: 33%;
    text-align: center;
    height: 3vw;
    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: 15vw;
    position: relative;
    top: -2vw;
}

/* -----------------------------使用情况------------------------- */
.main .right .useQing {
    height: 16vw;
}

#myChart4 {
    height: 12vw;
}

/* -----------------------------近一小时班班通各时段使用情况------------------------- */
.main .right .hourUse {
    height: 17vw;
}

#myChart5 {
    height: 13vw;
}

/* -----------------------------告警程度以及类别分布------------------------- */
.main .right .warn {
    height: 15.1vw;
}

#myChart6 {
    height: 14vw;
}

.useSituation {
    height: 15vw;
}