/*????*/
html,body{
	font-size: 16px;
}

@media(max-width: 1600px) {
	html,body{
		font-size: 1vw;
	}
}

@media(max-width: 1200px) {
	html,body{
		font-size: 12px;
	}
}

/*??????padding?*/
.p-20{
    padding: 20px;
}
.p-10{
    padding: 10px;
}
.p-t-20{
    padding-top: 20px;
}
.m-t-10{
    margin-top: 10px;
}
.m-t-20{
    margin-top: 20px;
}
.m-l-10{
    margin-left: 10px;
}
.m-t-5{
    margin-top: 5px;
}
.m-r-20{
    margin-right: 20px;
}

.border-1{
    border: 1px solid #197d8d;
}

/*active ??*/
.active-c{
    color: #3EF3F2;
}

/*flex-row-center-space*/
.flex-row-center-space{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.flex-row-end-space{
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
}
.flex-row-center{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.flex-row-left{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.flex-row-right{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.flex-col-center-space{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.flex-col-center{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
/*?????????...??*/
.text-nowarp{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* 1920*1080??????16px */
h1{
	font-size: 2.26rem;  /* 36px */
}
h2{
	font-size: 1.875rem;  /* 30px */
}
h3{
	font-size: 1.5rem;  /* 24px */
}
h4{
	font-size: 1.125rem;  /* 18px */
}
h5{
	font-size: 0.875rem;  /* 14px */
}

h1, h2, h3 {
    margin-top: 0px;
    margin-bottom: 0px;
}

/*????*/
body{
    background: #000;
    color: #fefefe;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a{
    cursor: pointer;
}

li{
    list-style: none;
}

/*header*/
#header{
    width:100vw;
    height: 9vh;
    background: #011d28;
}
#header div{
    height: 100%;
}
.proLogoAndNameDiv{
    width:88vw;
}
.logo{
    height: 7vh;
    margin: 1vh 0 0 1vh;
}
/*????*/
#projectName{
    font-size: 3vh;
    line-height: 9vh;
    margin-left: 1vh;
    margin-bottom: 0;
    margin-top: 0;
}
/*???????*/
.timeP{
    width: 12vw;
    font-size: 1.8vh;
}

/* ???    */
.staLogoAndNameDiv{
	width:70vw;
}

/*?????*/
.stationRunStatus{
	width: 3vw;
	height: 100%;
	margin: 0 1vh;
	font-size: 3vh;
    line-height: 9vh;
    text-align: center;
}
.stationRunStatus img{
	display: inline-block;
	width: 80%;
}

/*???*/
#stationName{
    font-size: 3vh;
    line-height: 9vh;
    margin-bottom: 0;
    margin-top: 0;
}
/*??*/
.weatherDiv{
    position: relative;
    width:18vw;
    text-align: center;
}
.weatherLeft{
    width: 5vw;
    padding-top: 1.5vh;
}
#weatherPic{
    width: 2.2vw;
    margin: 1vh 0 0 0;
}
.weatherRight{
	width: 10vw;
	padding-top: 1.5vh;
}
.weatherRight p{
    font-size: 1.8vh;
    line-height: 3.5vh;
    margin: 0 !important;
}
/*??3?????*/
/*
    === ???? ===
*/
.threeDaysLater{
    position: absolute;
    top:8.9vh;
    right: 2vw;
    z-index: 999;
    padding: 20px 10px;
    width: 460px !important;
    height: 200px !important;
    background: rgba(1, 29, 41, 0.9);
}
#firstThreeD img{
    width: 70px;
}
#firstThreeD p{
    font-size: 14px;
    line-height: 14px;
}
.threeDaysLater .threeD{
    width:100px;
    height: 160px !important;
    border-left: 1px solid rgba(254,254,254,0.5);
}
.threeDaysLater .threeD:nth-child(1){
    width: 138px;
    border-left: none;
}
.threeDaysLater .threeD p{
    font-size: 12px;
    line-height: 14px;
}
.threeDaysLater img{
    width: 46px;
}



/*??nav??*/
/* main???? */
.mainNavInfo{
    position: absolute;
    top:9vh;
    right:0;
    z-index: 999;
    width: 9.5vw;
    height:5vh;
}

.navRightInfo>li{
    width:3vw;
    height: 5vh;
    line-height:5.5vh;
    position: relative;
}
.navRightInfo>li>span,
.navRightInfo>li>a{
    font-size:2vh;
    color: rgba(254, 254, 254, 1);
}
.navRightInfo>li>span:hover,
.navRightInfo>li>a:hover,
.navRightInfo>li>a:focus{
    color: #00ffff;
    text-decoration: none;
}
.hiddenDiv{
    position: absolute;
    top: 4.9vh;
    right: 0;
    width: 8vw;
    padding: 0.5vw;
    background: #103e50;
}
.qrDiv{
	height: 2.8vh;
	/* border: 1px solid red; */
	overflow: hidden;
	transition:height 1s;
	-moz-transition:height 1s; /* Firefox 4 */
	-webkit-transition:height 1s; /* Safari and Chrome */
	-o-transition:height 1s; /* Opera */
}
.qrDiv:hover{
	height: 20vh;
}
.qrDiv p{
	font-size: 1.6vh;
    line-height: 3vh;
    margin: 0 0 0 0;
}
.qrDiv p:hover{
	background: #036b81;
}
/* ????? */
.QRcode{
    width: 7vw;
}
/*????*/
.userInfo .userPic{
    width: 6vh;
}
.userInfo p{
    font-size: 1.6vh;
    line-height: 1.8vh;
}
.userInfo p a{
    color: #fefefe;
    padding:0;
}
/*??*/
.badge{
    background-color: #c00 ;
}



/*nav*/

/*
    ?????????
    1. ??????????
    2. ???????? nav dl:nth-child(i) ??
*/

nav{
    position: relative;
    z-index: 99;
    overflow: hidden;
    height: 5vh;
}
.listBox{
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 46vh;
    background: rgba(3, 107, 129, 0.9);
}
/*???????????*/
.listTop{
    width: 100%;
    height: 5vh;
    line-height: 5vh;
    background: #036b81;
    border-top: 1px solid rgba(0,255,255,0.6);
    border-bottom: 1px solid rgba(0,255,255,0.6);
}

/*????*/
.listCount{
    position: absolute;
    top:0;
    left:0;
    z-index: 99;
}
nav dl{
    float: left;
    margin-bottom: 0;
}
nav dl:nth-child(1),
nav dl:nth-child(2),
nav dl:nth-child(3),
nav dl:nth-child(4),
nav dl:nth-child(5),
nav dl:nth-child(6),
nav dl:nth-child(7),
nav dl:nth-child(8),
nav dl:nth-child(9),
nav dl:nth-child(10)
{
    height: 46vh;
}
nav dl:hover{
    background: rgba(4, 59, 80, 0.71);
}
nav dl dt{
    font-size:2vh;
    line-height: 5vh;
    padding: 0 0.5vw;
    font-weight: 100;
}
nav dt a:hover{
    text-decoration: none;
}
nav dd{
    font-size:1.6vh;
    line-height: 3.2vh;
    padding-top:0.3vh;
}
nav dd div{
    width:100%;
    text-align: center;
}
nav a{
    padding: 0 1vw;
    color: rgba(254, 254, 254, 0.8);
}
nav a:hover,
nav a:focus,
nav a.active{
    color: #00ffff;
}

nav a.routerLinkActive{
    color: #00ffff;
    text-decoration: underline;
}

/*????????*/
.navHover{
    overflow: visible !important;
}


/* ?????????*/
.searchBox{
    width:280px;
    height: 5vh;
    position: absolute;
    top: 10vh;
    right: 16vw;
    z-index: 999;
}

.searchBox input{
    padding-left: 10px;
    width: 100%;
    height: 3vh;
    line-height: 3vh;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #00374b;
}

.searchBox p span:hover{
    color: #0ff;
    cursor: pointer;
}

/* ????? */
.secSearchBox{
    position: absolute;
    top: 3vh;
    left: 0;
    width: 280px;
    height: 250px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: rgba(0, 55, 75, 0.95);
}
.proTreeList,.proSimpleList{
    width: 280px;
    height: 250px;
    padding-top: 5px;
}
.proTreeList ul,
.proSimpleList ul{
    padding-left: 10px;
}

.proSimpleList li a{
    color: #fff;
    padding: 4px 8px;
    border: 1px solid rgba(0,0,0,0);
    text-decoration: none;
}
.proSimpleList li a:hover{
    border: 1px solid #20b1c6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/* ???? */
#closeSecSearchBox{
    position: absolute;
    top: 4px;
    right: 5px;
    color: #eee;
    z-index: 5;
}

#closeSecSearchBox:hover{
    color: #20b1c6;
}

/* main */
#main{
    height: 94vh;
}

/*scrollAlarm??????*/
#scrollAlarm {
    position: absolute;
    bottom: 3vh;
    left: 0;
    z-index: 2;
    width: 100vw;
    height: 3vh;
    line-height: 3vh;
    font-size: 1.8vh;
    background: -webkit-linear-gradient(left, rgba(3,3,3,1) , rgba(27,109,133,1), rgba(3,3,3,1)); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, rgba(3,3,3,1), rgba(27,109,133,1), rgba(3,3,3,1)); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, rgba(3,3,3,1), rgba(27,109,133,1), rgba(3,3,3,1)); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, rgba(3,3,3,1) , rgba(27,109,133,1), rgba(3,3,3,1)); /* ????????????? */
    overflow: hidden;
}
#scrollAlarm ul{
	position: absolute;
	top:0;
	left:0;
	overflow:hidden;
}
#scrollAlarm li{
	float:left;
	width: 500px;
	padding: 0 20px;
	white-space: nowrap; 
	overflow: hidden; 
	text-overflow: ellipsis;
	text-align: center;
	cursor:pointer;
}
#scrollAlarm li:hover{
	color:#00ffff;
}

/* 2019-03-03 ????????*/
.alarmEvents{
	position: absolute;
	bottom: 3vh;
	right: 0;
	z-index: 3;
	width: 690px;
	height: 215px;
	overflow: hidden;
}

/* 2019-07-30 ??????????????? */
.alarmEvents .ctrlBtn{
	/*width: 46px;*/
    width: 43px;
	height: 36px;
	line-height: 36px;
	border: 1px solid #25becc;
	-webkit-border-top-left-radius: 8px;
	-moz-border-top-left-radius: 8px;
	border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-top-right-radius: 8px;
	border-top-right-radius: 8px;
}

.closeAlarmBox,.openAlarmBox{
	position: absolute;
	bottom: 5px;
	left: 0;
	z-index: 3;
	background-color: transparent;
    border: 1px solid #00ffff;
    color: #00ffff;
}
.openAlarmBox{
	position: absolute;
	bottom: 5px;
	left: -22px;
	z-index: 3;
}

.alarmButtons{
	height: 38px;
	font-size: 20px;
	line-height: 38px;
}
.alarmButtons button{
	/*width: 30%;*/
    width:28%;
	margin: 0;
	padding: 0;
	border: none;
	-webkit-border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
}
.alarmButtons button:focus{
	outline: none;
}
.alarmButtons button:nth-child(1){
	background: #6d1011;
}
.alarmButtons button:nth-child(2){
	background: #a81c24;
}
.alarmButtons button:nth-child(3){
	background: #ab6a2f;
}
.alarmcontents div.content{
	height: 175px;
}
.alarmcontents div.fault{
	background: #6d1011;
}
.alarmcontents div.error{
	background: #a81c24;
}
.alarmcontents div.alarm{
	background: #ab6a2f;
}
.alarmcontents div.content .tableBox{
	height: 135px;
	overflow: auto;
	padding-top: 5px;
}
.alarmcontents .tableBox table{
	width: 98%;
	margin: 0 auto;
	font-size: 14px;
	line-height: 20px;
}

.alarmcontents table th:nth-child(1),
.alarmcontents table tr>td:nth-child(1){
    width: 146px;
    display: inline-block;
}
.alarmcontents table th:nth-child(5),
.alarmcontents table tr>td:nth-child(5){
    width: 78px;
    display: inline-block;
}
.alarmcontents table th:nth-child(2),
.alarmcontents table tr>td:nth-child(2){
    width: 116px;
    display: inline-block;
}
.alarmcontents table th:nth-child(3),
.alarmcontents table tr>td:nth-child(3){
    width: 118px;
    display: inline-block;
}
.alarmcontents table th:nth-child(4),
.alarmcontents table tr>td:nth-child(4){
    width: 198px;
    display: inline-block;
}
.alarmcontents table th,
.alarmcontents table td{
    color: #fff !important;
    padding-left: 8px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.alarmcontents div.content table a{
	color: #fff;
}
.alarmcontents div.content button,
.alarmcontents div.content table button{
	background-color: transparent ;
    border: 1px solid #fff;
    margin-left: 5px;
}


/*footer*/
footer{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100vw;
    height: 3vh;
    line-height:3vh;
    font-size: 1.5vh;
}
footer p{
    margin: 0 0 0;
}

/*????*/
.aqua{
    color: #00ffff !important;
}
.lemonRed{
    color: #cd635f;
}
.sandybrown{
    color: sandybrown;
}

/* ??? */
.sContainer{
    position: relative;
    height: 80vh;
    background: url("../../img/staHome_bg.png");
    -webkit-background-size:auto 100%;
    background-size:auto 100%;
}

/* ???????????css????  lsy 2018-06-15 */

/* ???????css */
.cover{
    /* position: absolute;
    top: 5px;
    left: 5px; */
    width: 345px;
    height: 205px;
    overflow: hidden;
    background: rgba(0, 55, 75, 0.85);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* ????? */
.sta{
    position:absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: url(../../img/map_station.png) no-repeat center;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    font-size: 14px;
    line-height: 24px;
}

.starun{
    position:absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: url(../../img/map_station_run.png) no-repeat center;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    font-size: 14px;
    line-height: 24px;
}
.staalarm{
    position:absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: url(../../img/map_station_warn.png) no-repeat center;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    font-size: 14px;
    line-height: 24px;
}
.staerror{
    position:absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: url(../../img/map_station_error.png) no-repeat center;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    font-size: 14px;
    line-height: 24px;
}
.stafault{
    position:absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: url(../../img/map_station_fault.png) no-repeat center;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    font-size: 14px;
    line-height: 24px;
}

.staunbuilt{
    position:absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: url(../../img/map_station_unbuilt.png) no-repeat center;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    font-size: 14px;
    line-height: 24px;
}
.stalost{
    position:absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: url(../../img/map_station_lost.png) no-repeat center;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    font-size: 14px;
    line-height: 24px;
}
.omerBg{
	position:absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 48px;
    border-radius: 50%;
    background: url(../../img/omer_bg.png) no-repeat center;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
}

/* ??????????*/

#mapStaTop{
    width: 345px;
    height: 50px;
}
#mapStaTop img{
    margin: 10px 0 0 0;
}
#mapStaTop h3{
    width: 290px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    line-height: 50px;
    color: #fff;
}
#mapStaTop h3 img{
    display: inline-block;
    margin: 0 8px;
    width: 42px;
}
#mapStaTop p{
    font-size: 10px;
    margin: 0;
    line-height: 25px;
    color: #fff;
}
#mapStaTop p span{
    font-size: 14px;
}
#mapStaMain{
    width: 345px;
    height: 155px;
    color: #fff;
}
#stationPic{
    width: 132px;
    height: 132px;
    overflow: hidden;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin: 8px 0 0 8px;
}
#stationPic img{
    width: 100%;
    height: 100%;
}
#mapStaMain p{
    font-size: 14px;
    line-height: 28px;
    margin: 0;
}
#mapStaMain p a{
    color: #fefefe;
}
#mapStaMain p a:hover{
    color: #00ffff;
}
/* 2019-05-08 quality?? */
.qualityInvalid{
	color: #ab51ff !important;
}
.qualityUpperLimit{
	color: #ff9c00 !important;
}
.qualityLowerLimit{
	color: #ff97e5 !important;
}
.qualityManualOperation{
	color: #00a8ff !important;
}
.qualityQuestionable{
	color: #ffff55 !important;
}
.qualitySetDefault{
	border: 1px solid #0ff;
}

/*layer*/
.layui-layer-dialog .layui-layer-content{
    color: #333333;
}

/****************************svg??**************************************/
/*svg???gif? add by su*/
g[gifAndTag], g[animate], image[animate]{
	display: none;
}

/*svg?????? add by su*/
path[animate],line[animate] {
  display:none;
  stroke-dasharray: 10 20;
  stroke-dashoffset: 600;
  animation: dash 10s linear infinite;
  -moz-animation: dash 10s linear infinite;
  -webkit-animation: dash 10s linear infinite;
  -o-animation: dash 10s linear infinite;
}

@keyframes dash {
    to {
        stroke-dashoffset: 0;
    }
}

/*????*/
.gunPointer{
    transform-origin: 1621.32px 583.3px;
    transition: all 0.5s;
    transform: rotate(-14deg);	
}

/*??*/
.bling{
    -webkit-animation: twinkling 1.5s infinite ease-in-out;
    color: red
}
@-webkit-keyframes twinkling{
    0%{
        opacity: 1;
    }
    50%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
@keyframes twinkling{
    0%{
        opacity: 1;
    }
    50%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
/*?????????*/
use[chart]{
    display:none
}
/****************************svg??**************************************/

/********************************layer**************************************/
.select-class .layui-layer-content {
    color: #000000;
}



/*?????????? ??????????????*/
::-webkit-scrollbar
{
    width: 10px;
    height: 10px;
    background-color: transparent;
}
/*??????? ???+??*/
::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    border-radius: 10px;
    background-color: #08595d;
}
/*???? ???+??*/
::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.5);
    background-color: #429196;
}
/*????*/
::-webkit-scrollbar-thumb:hover
{
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
    background-color: #9fd6dd;
}


/* -- ????????? -- */
#transformerReportDownload{
    position: absolute;
    bottom: 3vh;
    left: 0;
    z-index: 3;
}
#downloadInfos{
    width: 400px;
    height: 120px;
    padding: 10px 20px;
    background: #0b4457;
    border: 2px solid #27bfcd;
}
#downloadInfos .progressOuter{
    line-height: 30px;
}

#downloadInfos .progress{
    height: 8px;
    margin: 8px;
}

