*{
    margin: 0;
    padding: 0;
}
html, body {
    width: 100%;
    height: 100%;
    font-family: MicrosoftYaHei;
    font-size: 16px;
}
ul, li {
    list-style: none;
}
a{
    text-decoration: none;
}
.clearfix {
    clear: both;
    height: 0;
}
.fl {
    float: left;
}

/* timeline */

.timeline {
    position: absolute;
    left: -999px;
    top: -999px;
    opacity: 0;
    width: 50%;
}

/* index */
.wrap {
    width: 100%;
    height: 100%;
    background: #14181D;
    padding: 28px;
    box-sizing: border-box;
    color: #F3F3F3;
    min-width: 1700px;
    min-height: 800px;
    overflow: auto;
    position: relative;
}
.wrap-top {
    height: 35%;
    display: flex;
    margin-bottom: 18px;
}
.wrap-top>div {
    background: #3A414A;
    padding: 25px;
    box-sizing: border-box;
    height: 100%;
    width: 33.3%;
    flex: 1;
    float: left;
}
.wrap-top>div:nth-child(2) {
    margin: 0 15px;
}
.norm-con > div {
    float: left;
    width: 50%;
    box-sizing: border-box;
    margin-top: 34px;
    padding-left: 5%;
}
.norm-con img {
    width:43px;
    height:50px;
    margin-top: 20px;
    margin-right: 15px;
}
.norm-con .nums {
    font-size:40px;
    font-weight:bold;
    color:rgba(0,229,208,1);
}
.statistic-chart,
.warnchart,
.warning-chart {
    width: 100%;
    height: calc(100% - 19px);
}
.warning-chart {
    margin-top: 15px;
}
.box-header {
    font-size: 18px;
    height: 24px;
}
.box-header span {
    width:8px;
    height:19px;
    background:rgba(255,205,6,1);
    border-radius:4px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.wrap-bot {
    height: calc(100% - 35% - 18px);
    background: #3A414A;
    padding: 25px;
    box-sizing: border-box;
}
.status-left {
    border-right: 1px solid #303133;
    padding-right: 20px;
}
.status-left,
.status-right {
    width: calc(50% - 1px);
    float: left;
    height: 100%;
    box-sizing: border-box;
}
.cpu-box {
    height: 30%;
    position: relative;
    border: 1px solid #A4A4A4;
    margin-top: 16px;
    margin-bottom: 16px;
    background: #303133;
    border-bottom: 3px solid #15D0FF;
}
.cpu-txt {
    position: absolute;
    right: 10px;
    top: 0px;
    text-align: right;
}
.cpu-txt p {
    line-height: 32px;
}
.cpu-chart {
    width: 100%;
    height: 100%;
}
.ram-box {
    height: calc(100% - 20px - 30% - 16px);
    overflow: hidden;
}
.ram-chart {
    margin-top: 16px;
    width: 100%;
    height: calc(100% - 24px - 16px);
    float: left;
}
.ram-title {
    color: #16F976;
    margin-bottom: 20px;
}
.rates{
    float: left;
    margin-left: 25px;
    width: calc(100% - 60% - 26px);
}
.rates>div{
    margin-bottom: 14px;
    overflow: hidden;
}
.rates .progress-box {
    width: calc(100% - 78px);
    float: left;
    height: 22px;
    background:rgba(58,65,74,1);
    border:1px solid rgba(164,164,164,1);
    border-radius:2px;
    margin-left: 10px;
}
.rates .progressbar {
    width: 30%;
    background: #1CC061;
    height: 100%;
    transition: width 1s;
    -moz-transition: width 1s; /* Firefox 4 */
    -webkit-transition: width 1s; /* Safari 和 Chrome */
    -o-transition: width 1s; /* Opera */
}
.rates .progressbar span {
    color: #fff;
    padding-left: 10px;
    font-size: 14px;
}

/*
 */
.status-right {
    padding-left: 20px;
    box-sizing: border-box;
}
.status-right>div {
    overflow: hidden;
    height: calc(calc(100% - 35px) / 2);
}
.status-right>div:nth-child(1){
    margin-bottom: 20px;
}
.status-right>div {
   /* height: 100%; */
   background:rgba(64,71,79,1);
   border-radius:2px;
   padding: 20px;
   box-sizing: border-box;
   float: left;
   width: calc(calc(100% - 30px) / 3);
   box-shadow: 1px 1px 10px #383838;
}
.status-right>div:nth-child(2),
.status-right>div:nth-child(6) {
    margin: 0 15px;
}
.status-right>div p {
    margin-bottom: 15px;
}
.status-right .progress-box {
    width: 48px;
    height: 100%;
    background:rgba(51,58,66,1);
    border:1px solid rgba(164,164,164,1);
    border-radius:2px;
    position: relative;
    float: right;
    margin-right: 10px;
}
.status-right .progress-box .progress {
    position: absolute;
    left: 0;
    bottom: 0;
    width:100%;
    height:0%;
    text-align: center;
    background:linear-gradient(90deg,rgba(5,75,0,1),rgba(11,159,0,1));
    background: -webkit-linear-gradient(90deg,rgba(5,75,0,1),rgba(11,159,0,1)); /* Safari 5.1-6.0 */
    background: -o-linear-gradient(90deg,rgba(5,75,0,1),rgba(11,159,0,1)); /* Opera 11.1-12.0 */
    background: -moz-linear-gradient(90deg,rgba(5,75,0,1),rgba(11,159,0,1)); /* Firefox 3.6-15 */
    border-radius:2px;
    transition: height 1s;
    -moz-transition: height 1s; /* Firefox 4 */
    -webkit-transition: height 1s; /* Safari 和 Chrome */
    -o-transition: height 1s; /* Opera */
}
.status-right .progress-box .progress span {
    display: inline-block;
    position: absolute;
    text-align: center;
    left: 0;
    top: -22px;
    width: 100%;
}
.status-mb{
    margin-bottom: 20px;
}

/* 地图 */
.map-wrap,
.map {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.map-wrap {
    position: relative;
}
.map-header{
    position: absolute;
    left: 0;
    top: 0;
    padding: 0px 45px;
    height: 70px;
    line-height: 70px;
    background: rgba(0,0,0,0.45);
    width: 100%;
    box-sizing: border-box;
}
.map-header h2 {
    font-size: 30px;
    font-weight: bold;
    color: rgba(0,229,208,1);
    float: left;
    margin-top: -2px;
}
.map-header p {
    float: right;
    color: #fff;
    font-size: 22px;
}
.map-header .curTime span {
    background:rgba(58,65,74,0.63);
    border-radius:2px;
    padding: 5px;
}
.map-nav {
    position: absolute;
    top: 100px;
    width:500px;
    height:69px;
    line-height: 69px;
    border:1px solid rgba(4,205,255,1);
    left: 45px;
    box-sizing: border-box;
    background:rgba(58,65,74,0.8);
    border:1px solid rgba(4,205,255,1);
    font-size: 16px;
    color: #F3F3F3;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.map-nav>div {
    width: 25%;
    float: left;
    text-align: center;
    cursor: pointer;
}
.map-nav>div span {
    vertical-align: middle;
}
.map-nav>div>div{
    background: rgba(0,0,0,0.45);
    margin-top: -3px;
    width: 151px;
    height: 100%;
    /* overflow: hidden; */
    display: none;
    transition: height 0.5s;
}
.map-nav>div>div .check-box {
    width: 12px;
    height: 12px;
    border: 1px solid rgba(0,197,161,1);
    margin-right: 2px;
    display: inline-block;
    vertical-align: sub;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    position: relative;
}
.map-nav>div>div .check-box::after {
    box-sizing: content-box;
    content: "";
    border: 1px solid #fff;
    border-left: 0;
    font-weight: 600;
    border-top: 0;
    height: 10px;
    left: 4px;
    position: absolute;
    top: -1px;
    transform: rotate(45deg) scaleY(0);
    width: 4px;
    transition: transform .15s ease-in .05s;
    transform-origin: center;
  }
.map-nav>div>div input {
    opacity: 0;
    outline: none;
    position: absolute;
    margin: 0;
    left: 0;
    top:0;
    width: 17px;
    height: 17px;
    z-index: -1;
}
.map-nav>div>div input:checked + span.check-box{
    background: rgba(0,197,161,1);
}
.map-nav>div>div input:checked + span.check-box:after{
    transform: rotate(45deg) scaleY(1);
}
.map-nav>div>div .map-navbar{
    height: 45px;
    line-height: 38px;
    text-align: left;
    margin: 0%;
    border-bottom: 1px solid #949494;
    padding: 0 9px;
    box-sizing: border-box;
    position: relative;
}
.map-nav>div>div .map-navbar label {
    width: 100%;
    height: 100%;
    display: inline-block;
}
.map-nav>div>div .map-navbar:hover {
    background: rgba(0,0,0,0.2);
}
.map-nav>div>div .map-navbar:hover .layer-child {
    display: block;
    transition: all 1s;
}
.map-nav>div>div .layer-child {
    width: 151px;
    right: -142px;
    top: -43px;
    background: rgba(0,0,0,0.45);
    display: none;
    transition: all 1s;
}
.layer-child .remberPass {
    margin-left: 6px;
}
.map-nav img {
    width: 24px;
    vertical-align: middle;
    margin-right: 5px;
}
.map-nav .nav-more {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-top: 1px solid rgba(0,197,161,1);
	border-right: 1px solid rgba(0,197,161,1);
    transform: rotate(45deg);
    margin-right: 5px;
}
.map-btn {
    position: absolute;
    right: 38px;
    top: 100px;
}
.map-btn>div {
    width:55px;
    height:55px;
    line-height: 55px;
    background:rgba(30,34,39,1);
    border:1px solid rgba(191,191,191,1);
    border-radius:2px;
    text-align: center;
    margin: 5px;
    cursor: pointer;
}
.map-btn>div:nth-child(1){
    margin-left: 71px;
}
.map-btn>div img{
    vertical-align: middle;
}
.d3 {
    display: none;
}

/* detail */
.wrap-detaial {
    width: 100%;
    height: 100%;
    background: #14181D;
    padding: 28px;
    box-sizing: border-box;
    color: #F3F3F3;
    min-width: 1150px;
    overflow: auto;
}
.detail-wrap {
    width:100%;
    background:rgba(58,65,74,1);
    border-radius:4px;
    box-sizing: border-box;
    min-height: 100%;
    overflow: hidden;
}
.detail-wrap .detail-header {
    width:100%;
    height:81px;
    line-height: 81px;
    background:rgba(63,70,80,1);
    border-radius:4px;
    font-size:18px;
    color:rgba(243,243,243,1);
    line-height:81px;
    box-sizing: border-box;
}
.detail-wrap .detail-header span,
.detail-con div span {
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
}
.detail-wrap .detail-header span:nth-child(1),
.detail-con div span:nth-child(1) {
    width: 25%;
}
.detail-wrap .detail-header span:nth-child(2),
.detail-con div span:nth-child(2) {
    width: 25%;
}
.detail-wrap .detail-header span:nth-child(3),
.detail-con div span:nth-child(3) {
    width: 49%;
}

.detail-wrap table thead td{
    text-align: center;
    height: 80px;
    line-height: 80px;
    background: rgba(63, 70, 80, 1);
    font-size: 18px;
}
.detail-wrap table tbody td{
    text-align: center;
    height: 60px;
    border-bottom: 1px solid rgba(81, 85, 92, 1);
}
.detail-wrap table tbody tr:hover {
    background: #51555C;
}

.detail-con {
    font-size:16px;
    color:rgba(243,243,243,1);
    text-align: center;
    height: calc(100% - 81px);
    overflow: auto;
}
.detail-con div {
    line-height: 60px;
    height: 60px;
    border-bottom: 1px solid rgba(81,85,92,1);
}
.detail-con div:hover {
    background: #51555C;
}

.wrap-detaial .no-data {
    height: 100%;
    background: rgba(58,65,74,1);
    border-radius: 4px;
    box-sizing: border-box;
    text-align: center;
}
.wrap-detaial .no-data img {
    margin-top: 10%;
}

/* 滚动条样式 */
.scroll-box{
overflow: auto;
}
.scroll-box::-webkit-scrollbar {
width: 3px;
}
.scroll-box::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
border-radius: 10px;
background: 'rgba(255, 255, 255, 0.5)';
}

.scroll-box::-webkit-scrollbar-track {/*滚动条里面轨道*/
border-radius: 10px;
background: rgba(255, 255, 255, 0.3);
}

/* nav修改 */
.map-nav1 {
    position: absolute;
    left: 50px;
    top: 136px;
    width:170px;
    max-height: 670px;
    min-height: 670px;
    background:#30363d;
    border:1px solid rgba(4,205,255,1);
    color: #fff;
    box-sizing: border-box;
    overflow-y: auto;
}
.map-nav1 .nav-box {
    cursor: pointer;
    box-sizing: border-box;
}
.map-nav1 .nav-box .nav-title {
    line-height: 48px;
    background: #3A414A;
    padding-left: 20px;
}
.map-nav1 .nav-box img {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-right: 3px;
    cursor: pointer;
}
.map-nav1 .nav-box .arrow-left {
    width: 14px;
    height: 14px;
    background: url('../imgs/arrow.png') center;
    background-size: 14px 14px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
    cursor: pointer;
    transition: all 0.5s;
}
.map-nav1 .nav-box .arrow-bottom {
    transform: rotate(90deg);
    transition: all 0.5s;
}
.map-nav1 .nav-child,
.map-nav1 .nav-child-box{
    line-height: 45px;
    background: #292E34;
    padding-left: 24px;
    display: none;
    transition: all 0.5s;
}
.map-nav1 .nav-child-box .nav-child {
    padding-left: 6px;
    line-height: 38px;
}
.map-nav1 .nav-child.show,
.map-nav1 .nav-child-box.show{
    display: block;
    transition: all 0.5s;
}
.map-nav1 .nav-child-box .nav-child {
    display: none;
}
/* .map-nav1 .nav-child .nav-child-title {
    padding-left: 24px;
} */

/* .map-nav1 .nav-child:hover {
    background: #454a50;
} */
/* + */
.map-nav1 .nav-child label {
    width: 100%;
    cursor: pointer;
    display: inline-block;
}
.map-nav1 .expand-icon {
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    background: url('../imgs/expand.png') center;
    background-size: 14px 14px;
    transition: all 0.5s;
}
/* - */
.map-nav1 .collapse-icon {
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    background: url('../imgs/collapse.png') center;
    background-size: 14px 14px;
    transition: all 0.5s;
}
.map-nav1 .nav-child .check-box {
    width: 12px;
    height: 12px;
    border: 1px solid rgba(0,197,161,1);
    /* margin-right: 2px; */
    display: inline-block;
    vertical-align: sub;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    position: relative;
}
.map-nav1 .nav-child .check-box::after {
    box-sizing: content-box;
    content: "";
    border: 1px solid #fff;
    border-left: 0;
    font-weight: 600;
    border-top: 0;
    height: 10px;
    left: 4px;
    position: absolute;
    top: -1px;
    transform: rotate(45deg) scaleY(0);
    width: 4px;
    transition: transform .15s ease-in .05s;
    transform-origin: center;
}
.map-nav1 .nav-child input {
    opacity: 0;
    outline: none;
    position: absolute;
    margin: 0;
    left: 0;
    top:0;
    width: 17px;
    height: 17px;
    z-index: -1;
}
.map-nav1 .nav-child input:checked + span.check-box{
    background: rgba(0,197,161,1);
}
.map-nav1 .nav-child input:checked + span.check-box:after{
    transform: rotate(45deg) scaleY(1);
}
.map-nav1 .remberPass {
    vertical-align: middle;
}


/* timeline */
.time-line {
    position: absolute;
    bottom: 10px;
    left: 50px;
    right: 50px;
    height: 60px;
    width: calc(100% - 100px);
    margin: auto;
    z-index: 80;
    /* display: none; */
}