* {margin:0;padding:0;}
html{
    overflow-y:hidden;
}
body{
    z-index:-99;
    background:#000;
    font-weight:400;
    overflow-x:hidden;
}
a{
    outline:none;
}
li{
    list-style:none;
}
/*----------The set baner style begin----------*/
.accordion,
.accordion .section{
    width:100%;
}
.accordion .section input[type='radio']{
    display:none;
}
.accordion .section input[type='radio']:checked + label{
    background:#35373D;
}
.accordion .section input[type='radio']:checked + label:before{
    content:" ";
    position:absolute;
    border-left:3px solid #21CCFC;
    height:100%;
    left:0;
}
.accordion .section input[type='radio']:checked ~ .content{
    max-height:600px;
    opacity:1;
    z-index:10;
    overflow-y:hidden;
}
.accordion .section label{
    position:relative;
    cursor:pointer;
    padding:10px 0px;
    display:table;
    width:95%;
    text-align:left;
    line-height:24px;
    -webkit-transition:background 0.3s ease-in-out;
    -moz-transition:background 0.3s ease-in-out;
    -ms-transition:background 0.3s ease-in-out;
    transition:background 0.3s ease-in-out;
}
.accordion .section label:before{
    content:" ";
    width:100%;
    position:absolute;
    left:0;
    top:0;
    height:1px;
    border-top:1px solid #363636;
}
.accordion .section label:hover{
    background:#363636;
}
.accordion .section label span{
    display:table-cell;
    vertical-align:middle;
    height: 24px;
    width: 75%;
    float:left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.accordion .section:last-of-type{
    border-bottom:1px solid #363636;
}
.accordion .section .content{
    max-height:0;
    -webkit-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -ms-transition:all 0.4s;
    transition:all 0.4s;
    opacity:0;
    position:relative;
    overflow-y:hidden;
}
.left-menu{
    background:#28282B;
    width:100%;
    position:absolute;
    top:0;
    bottom:0;
}
.accordion .section .content{
    padding:0 15px;
}
.accordion .section input[type='radio']{
    display:none;
}
.accordion .section input[type='radio']:checked ~ .content{
    padding:15px;
}
.content ul{
    width:100%;
    list-style:none;
}
.content ul li{
    padding:10px;
    text-align:left;
    //text-indent: -1em;
}
.content ul li i{
    width:15px;
    margin-right:15px;
}
.content ul li:hover{
    cursor:pointer;
    border-left:2px solid #21CCFC;
}
.content ul li:hover i{
    color:#21CCFC;
}
.content ul li a{
    color:#FFF;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%;
}
.content ul li a:hover{
    color:#21CCFC;
    text-decoration:none;
}
.active{
    color:#21CCFC;
    border-left:2px solid #21CCFC;
}
/*----------The set baner style end----------*/
/*----------The header style begin----------*/
#header{
    width:100%;
    height:60px;
    overflow:hidden;
}
#header .logo{
    width:160px;
    float:left;
    /*height:60px;*/
}
#header .logo img{
    width:100%;
    height:56px;
}
#header menu{
    float:left;
    width:70%;
    min-width:450px;
    max-width:630px;
    margin-left:30px;
}
#header menu ul{
    position:relative;
}
#header menu ul li{
    width:10%;
    min-width:90px;
    float:left;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    margin:5px auto;
}
#header menu ul li div{
    margin:0 auto;
    cursor:pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}
#header menu ul li:last-child{
    margin:0;
    padding:0;
    min-width:70px;
    height:3px;
    top:52px;
    border:none;
    position:absolute;
}
#header .header-bar-list{
    float:right;
    margin-top:20px;
}
#header .header-bar-list ul{
    margin-right:10px;
}
#header .header-bar-list li{
    list-style:none;
    float:right;
}
#header #faceLi,#header #attendanceLi,#header #goalLi{
    float: none;
    width: auto;
    min-width:450px;
    max-width: none;
    margin: 0px 135px 0px 140px;
}
#faceLi ul li:not(:last-child),#attendanceLi ul li:not(:last-child),#goalLi ul li:not(:last-child){
    width:auto !important;
    margin:5px 25px 0 0 !important;
}
.back{
    width:65%;
    float:left;
    height:100%;
}
.main{
    width:100%;
    clear:both;
    position:relative;
    overflow-y:auto;
    overflow-x:hidden;
    padding-top:5px;
}
.main .subpage{
    width:100%;
    position:relative;
    overflow:hidden;
}
.subpage .contain{
    position:absolute;
    margin-left:240px;
    width:100%;
    left:100%;
    height:100%;
}
.subpage .aside{
    float:left;
    position:absolute;
    width:230px;
    height:100%;
    left:-230px;
    z-index:10;
}
.animate{
    transition:all 0.8s;
    -ms-transition:all 0.8s;
    -moz-transition:all 0.8s;
    -webkit-transition:all 0.8s;
    -o-transition:all 0.8s;
}
#aside-nav{
    cursor:pointer;
}
/*----------The header style end----------*/
#content{
	height:100%;
	width:100%;
	margin-top:-35px;
	overflow-y:auto;
	float:left;
	z-index:90;
}
/*-----------The css style of disk management page begin----------*/
.diskImage{
	width:100%;
	margin:0 auto;
    text-align:center;
	margin-top:30px;
	margin-bottom:30px;
}
#diskNum li{
	width:290px;
	height:140px;
	margin:6px;
	float:left;
	cursor:pointer;
}
.imgHoverSearch{
    float:right;
    position:relative;
    margin-top:-18px;
    display:none;
}
.imgHoverAdd{
    float:left;
    position:relative;
    margin-top:-18px;
    display:none;
}
.clear{
	clear:both;
}
.div_can{
	float:left;
	width:160px;
	height:12px;
	margin-top:5px;
}
.diskCount{
	float:left;
	margin:30px 0px 0px 10px;
	width:80px;
}
.diskMemory{
    float: left;
    margin-top: 10px;
    font-size: 14px;
}
#diskNum li div:first-child{
	float:left;
}
/*-----------The css style of disk management page end----------*/
.policyBody,.flBody{
	margin-top:-2.6em;
	height:90%;
	overflow-y:auto;
	width:100%;
}
/*----------The infor retrieval page css start----------*/
.pageSize,.alarmChildPage{
	width:100%;
	height:100%;
}
.infobar{
	width:auto;
	height:100%;
}
.alarmSearchMain{
	width:95%;
	height:90%;
	margin:0 auto;
	padding-top:2%;
}
.alarmPageTop{
	height:40px;
	line-height:40px;
	margin:15px 0;
}
.listSearchIcon{
	min-width:48px;
	width:13%;
	max-width:200px;
	height:40px;
	float:left;
	text-align:center;
	cursor:pointer;
    border-top: 1px solid #191A1E;
    display: inline-flex;
}
.listSearchIcon div{
	float:left;
	margin:8px 0 0 15px;
}
.listSearchIcon span{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    display:block;
    float:left;
    max-width:160px;
    margin-left:0px;
    width:60%;
}
.channelAlarmTable{
	width:100%;
	height:90%;
}
.marginLeft5{
	margin-left:2px;
}
.alarmAction div{
	float:left;
	margin-left:5px;
	cursor:pointer;
}
.exportAlarmData{
	width:120px;
	height:30px;
	line-height:30px;
	float:right;
	text-align:center;
}
.exportStyle{
	position:absolute;
	z-index:99999;
	right:2.5%;
	width:150px;
	padding:5px 10px;
	display:none;
}
.exportStyle li{
	list-style:none;
	height:30px;
	line-height:30px;
	text-align:center;
	background-color:#3F4147;
	margin:5px 0;
	cursor:pointer;
}
.exportStyle li:hover{
	color:#FFFFFF;
}
.triangleUp{
    width:0;
    height:0;
    border-width:0 10px 10px;
    border-style:solid;
    border-color:transparent transparent #a1a1a1;
    margin:0 auto;
    position:relative;
	margin-top:-15px;
}
.triangleUp span{
	display:block;
    width:0;
    height:0;
    border-width:0 14px 14px;
    border-style:solid;
    border-color:transparent transparent #191A1E;
    position:absolute;
    top:1px;
    left:-14px;
}
.chAlarmFilter{
	position:absolute;
	z-index:999;
	right:2.4%;

	width:315px;

	padding:20px;
	display:none;
}
.alarmFilterLine{
	width:100%;
	height:46px;
	line-height:46px;
}
.alarmFilterLineLeft{
	width:40%;
	float:left;
}
.alarmFilterLineRight{
	width:60%;
	float:left;
}
.tableShowNum{
	float:right;
}
.selectPageNum{
	float:left;
}
.selectPageNum div{
	float:left;
	margin-left:5px;
	cursor:pointer;
}
.numberInput{
	width:40px;
	height:20px;
	cursor:auto;
}
#channelAlarmBody{
	opacity:0;
	filter:alpha(opacity=0);   
    -moz-opacity:0;   
    -khtml-opacity:0;   
}
.chAlarmFilterLine{
	height:30px;
	line-height:30px;
}
.analysisFilterRight{
	margin-right:-15px;
}
.marginTop5{
	margin-top:5px;
}
.maskTable{
	width:96%;
	position:fixed;
	z-index:999;
}
.coverMaskTable{
	width:100%;
	height:100%;
	z-index:9999;
	opacity:0;
}
.imageMargin{
	text-align:center;
	margin-top:15%;
    color: red;
}
.libLine{
    width:95%;
    height:135px;
    padding-left:5%;
}
.libDiv{
    width:270px;
    height:130px;
    border:1px solid #3D3F46;
}
.checkInput{
    cursor: pointer;
    margin-right: 5px;
}
/*----------The infor retrieval page css end----------*/
.imgPathShow{
    z-index: 999998;
    background-color:#32343C;
    position: absolute;
    right: -350px;
    bottom: 10px;
    width: 220px;
    height: 190px;
}
.manualShow{
    z-index: 999998;
    /*background-color:#32343C;*/
    background-color:#000;
    position: absolute;
    right: -350px;
    bottom: 90px;
    width: 400px;
    height: 350px;
}
.manualBorder{
    width: 395px;
    height: 345px;
    border: 2px solid #3F3E3E;
    background-color: #191A1E;
    overflow: hidden;
}
.mIframe{
    height: 100%;
    width: 100%;
    /*border: 2px solid #3F3E3E;*/
}
.imgInfo{
    height:186px;
    background-color:#1E2027;
    padding-left:5px;
    border:2px solid #35373D;
}
.picNotice{
    font-size:18px;
    width:190px;
    white-space:normal;
    word-break:break-all;
    word-wrap:break-word
}
.alarmShow{
    z-index:999999;
    background-color:#000;
    position:absolute;
    right:-350px;
    height:95%;
}
.alarmInfo{
    width:100%;
    height:100%;
    background-color:#1E2027;
    padding-left:15px;
    border:2px solid #35373D;
}
.alarmHead{
    height:50px;
    line-height:50px;
    width:270px;
    border-bottom:2px solid #35373D;
}
.manualHead{
    height:45px;
    line-height:45px;
    width:100%;
    border-bottom:2px solid #35373D;
}
.alarmBottom{
    height:70px;
    position:absolute;
    bottom:0px;
    width:270px;
    border-top:2px solid #35373D;
    background-color:#1E2027;
    z-index:999;
}
.alarmBottom ul li,.alarmHead div{
    float:left;
}
.alarmBottom ul li{
    height:25px;
    line-height:25px;
}
.alarmList{
    padding-left:10px;
    width:260px;
}
.alarmMessage,.downloadMessage{
    line-height:25px;
    padding:10px 0;
    border-bottom:1px solid #35373D;
    height:49px;
}
.pathDiv{
    width:260px;
    float:left;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.alarmMessage:hover,.alarmSelect,.downloadMessage:hover{
    background-color:#2761A2;
}
.alarmMessage div div{
    font-size:14px;
    height:16px;
    line-height:16px;
    width:190px;
}
.delTaskNor{
    cursor:pointer;
    float:right;
    margin:-15px -25px 0 30px;
}
.pauseTaskNor,.playTaskNor{
    cursor:pointer;
    float:right;
    margin:-15px -30px 0 0;
}
.scheduleSpan{
    width:41px;
    float:left;
    margin:5px 5px 0 0;
}
.myProgress{
    width:190px;
    height:5px;
    background:#343a4c;
    border-radius:5px;
    border:1px solid #25AAFF;
    -webkit-appearance:none;
}
.myProgress::-ms-fill{
    background:#25AAFF;
}
.myProgress::-moz-progress-bar{
    background:#25AAFF;
}
.myProgress::-webkit-progress-bar{
    background:#343a4c;
}
.myProgress::-webkit-progress-value{
    background:#25AAFF;
}
.alarmMsg{
    height:18px;
    line-height:18px;
}
.alarmMsg div{
    font-size:14px;
    width:85%;
    float:left;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
#alarmMessage li{
    padding:2px 10px;
    height:36px;
}
.clearBtn{
    height:35px;
    line-height:35px;
    text-align:center;
    cursor:pointer;
    width:24px;
    margin-top:7.5px;
    float:right !important;
}
.clearBtn span:hover{
    color:#21CCFC !important;
}
.noTaskTip{
    text-align: center;
    line-height: 724px;
}
.alarmArrow{
    float:right;
    width:0;
    height:0;
    border-top:5px solid transparent;
    border-left:10px solid red;
    border-bottom:5px solid transparent;
    margin:30px -5px 0 0;
}
.alarmPage{
    width:50px;
    float:left;
}
.alarmPage ul li{
    text-align:center;
}
.alarmPage ul li div{
    margin:0 auto;
    cursor:pointer;
}
.alarmDetail{
    height:40px;
    overflow:hidden;
    width:300px;
    float:left;
}
.alarmFrame{
    height:40px;
    overflow:hidden;
    width:10px;
    background-color:#59241B;
    border:2px solid #F03A02;
    margin-top:13px;
    position:absolute;
    right:175px;
}
.alarmNotice{
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80%;
}
.clearBtn span{
    width:74px;
}
.iComList{
    float:left;
    margin-bottom:5px;
}
.fImageList div{
    font-size:14px;
}
.fImageList{
    width:80px;
    float:left;
    margin:5px 5px;
    height: 115px;
}
.captureTime{
    text-align: center;
    margin-top: -5px;
}
.face-pic div,.attendance-pic div,.thermal-pic div,.goal-pic div{
    font-size:18px;
    height:53px;
    line-height:63px;
}
.libOperateList>div{
    float:left;
    height:60px;
    line-height:60px;
    cursor:pointer;
    margin:0 5px;
}
.libOperateList span{
    font-size:16px;
}
.libOperateList>div>div{
    float:left;
    margin:20px 6px;
}
.topBorderLine{
    float: left;
    width: 100%;
    margin-top: 30px;
    border-top: 1px solid #3F4147;
    padding-top: 10px
}
.flMain{
    width:96%;
    margin-left:2%;
}
.thermalMain{
    width:80%;
    margin-left:2%;
}
.fLibName{
    float:left;
    height:40px;
    line-height:40px;
}
.flNameDialog{
    position:absolute;
    z-index:995;
    width:450px;
    padding:10px;
    margin:40px 0 0 170px;
    display:none;
}
.flTableBottom{
    height:30px;
    line-height:30px;
    margin:10px;
}
.flTlist{
    float:right !important;
    width:40px !important;
}
.fsCondition>div{
    float:left;
    height:30px;
    line-height:30px;
}
.fsThumbnail{
    width:208px;
    height:118px !important;
    text-align:center;
}
.fSearchCon{
    margin:-510px 10px 0 10px;
}
#fsSwitch div{
    width:105px;
    text-align:center;
    cursor:pointer;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.margin5{
    margin:5px 0;
}
.marginLeft15{
    margin-left:15px;
}
.sSelectCh{
    width:40px;
    height:40px;
    margin:0 auto !important;
}
.sSelectCh input{
    cursor:pointer;
}
.fsImageDetail>div,.lineHeight30{
    height:30px;
    line-height:30px;
    width:100%;
}
.fsPicDetail{
    width:320px;
    height:180px;
    padding-bottom: 3px;
}
.lineHeight40{
    height:40px;
    line-height:40px;
    text-align:center;
}
.littlePic{
    width:160px;
    height:240px;
    float:left;
    border:1px solid #101010;
    background-color:#191A1E;
    margin:4px;
    padding:10px 9px 0 9px;
    cursor:pointer;
}
.littlePic>div{
    height:20px;
    line-height:20px;
    font-size:14px;
    width:160px;
}
.littlePic>img{
    width:160px;
    height:180px;
}
.littlePic:hover,.littlePicSelect{
    border:1px solid red;
}
.faceCom{
    background-color:#2761A2;
    width:40px !important;
    text-align:center;
    float:right;
    margin-right:-10px;
}
.picThumbnail{
    float:right;
    width:60px;
    background-color:#2761A2;
    text-align:center;
    margin-right:-10px;
}
#searchByInfor>div,.editList{
    height:40px;
    line-height:40px;
}
#searchByInfor>div>span,#fsRight>div,#gpRight>div,#gcRight>div,#fsVideoOper>div{
    float:left;
}
#fsVideoOper>div{
    margin:5px;
}
#searchByInfor>div>div{
    float:right;
    width:100px;
}
#searchByInfor>div>div>input,#searchByInfor>div>div>select{
    width:100px !important;
    padding:0px !important;
}
.allDialog{
    background-color:#000;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity:0.5;
    opacity:0.5;
}
.allCover,.allDialog{
    width:100%;
    height:100%;
    position:absolute;
    z-index:999;
}
.showBorder{
    width:590px;
    padding:15px;
    border:1px solid #3F4147;
    background-color:#191A1E;
    position:fixed;
    left:50%;
    top:50%;
    margin-left:-303px;
    margin-top:-350px;
}
.showBorder>div>div{
    float:left;
    width:120px;
    margin-left:10px;
}
.showBorder #memberImage label{
    width:98px;
    height:118px;
    float: left;
    margin-left: 8px;
    background-color: #1E2027;
    border: 3px solid #3F4147;
    position: relative;
}
.showBorder #memberImage label[for = "memberPic"],.showBorder #memberImage label[hasImg = "yes"]{
    cursor: pointer;
}
.showBorder #memberImage label[hasImg = "yes"]:hover:after{
    content: "";
    display: block;
    background:url(../../image/common.png) no-repeat -50px -948px;
    width: 24px;
    height: 24px;
    position: absolute;
    bottom: 5px;
    right: 5px;
}
.showBorder #memberImage label img{
    margin: -1px 0 0 -1px;
    width:100px;
    height:120px;
    position: relative;
    opacity: 0;
}
.showBorder #memberImage .faceAdd{
    position: absolute;
    left: 42px;
    top: 52px;
}
.showBorder #memberImage img[hasimg = "no"]{
    visibility: hidden;
    cursor: default;
    opacity: 1;
}
.showBorder #memberImage img[hasimg = "yes"]{
    visibility: visible;
    cursor: pointer;
    opacity: 1;
}
.showBorder #memberImage label[isselect = "yes"]{
    border: 3px solid #1176cd;
}
.showBorder>div>input,.showBorder>div>select,#editTypeDialog input{
    float:left;
    width:313px;
    margin:5px 0;
    background-color: #1E2027;
    border: 1px solid #3D3F46;
    height: 24px;
    padding-left: 5px;
}
.showBorder .faceLabel{
    width: 210px;
}
.memOperate{
    text-align:center;
}
.memOperate>input{
    margin:0 5px !important;
    float:none !important;
}
.entryC,.updateC{
    text-align: left;
    text-indent: 10px;
}
.libCheck{
    margin:5px;
}
.memLine,.memTip{
    height:38px;
    line-height:38px;
}
.memPicture{
    height:130px;
    clear:both;
}
.pushPic{
    width:120px;
    height:128px;
    float:left;
}
.pushPic>img{
    width:100%;
    height:100%;
}
#libList>div input[type=checkbox],.checkLibrary{
    float:left;
    margin:13.5px 10px 0px 20px;
    cursor:pointer;
}
.faceMoreDiv{
    z-index:990;
    position:absolute;
    background-color:#191A1E;
    border:1px solid #3F4147;
}
.typeDiaLine{
    float:left;
    height:40px;
}
.typeDiaLine>div,.typeDiaLine>input{
    float:left;
}
.typeDiaLine>div{
    margin:8px 0;
}
.typeDiaLine>input{
    margin:7px 0;
}
.picOperate>div{
    float:right;
}
.libHeader{
    height:40px;
    line-height:40px;
    font-size:16px;
    position:absolute;
    z-index:100;
    background-color:#191A1E;
    width:275px;
    padding-left:10px;
}
/***** toolTip css style *******/
#system_tooltip {
    position: absolute;
}

#system_tooltip_content {
    position: absolute;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    padding: 3px;
    z-index: 9999999;
}

#system_tooltip_arrow {
    border-style: solid;
    border-width: 4px;
    display: block;
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
    z-index: 9999999;
}

.system_red_content {
    color: #fff;
    background-color:#471a1c;
}

.system_red_content_left {
    border:1px solid #BF3F4F;
}

.system_red_arrow_left {
    border-color: transparent #BF3F4F transparent transparent;
}

.system_red_content_right {
    border:1px solid #BF3F4F;
}

.system_red_arrow_right {
    border-color: transparent transparent transparent #BF3F4F;
}
.system_red_arrow_bottom {
    border-color: transparent transparent #BF3F4F;
}

.system_green_content {
    color: #fff;
    background: -moz-linear-gradient(center top,#82d347 0,#55b137 100%) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear,0 0,0 bottom,from(#82d347),to(#55b137));
    background: -o-linear-gradient(top,#82d347,#55b137);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#82d347',endColorstr='#55b137');
    background-image: -ms-linear-gradient(top left,#82d347 0,#55b137 100%);
}

.system_gray_content {
    color: #fff;
    background: -moz-linear-gradient(center top,#52575b 0,#52575b 100%) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear,0 0,0 bottom,from(#52575b),to(#52575b));
    background: -o-linear-gradient(top,#52575b,#52575b);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#52575b',endColorstr='#52575b');
    background-image: -ms-linear-gradient(top left,#52575b 0,#52575b 100%);
}

.system_green_content_left {
    border-right: 1px solid #9CEC60;
    border-top: 1px solid #9CEC60;
}

.system_green_arrow_left {
    border-color: transparent #6dc33f transparent transparent;
}

.system_green_content_right {
    border-left: 1px solid #9CEC60;
    border-top: 1px solid #9CEC60;
}

.system_green_arrow_right {
    border-color: transparent transparent transparent #6dc33f;
}

.system_gray_content_left {
    border-right: 1px solid #565b5f;
    border-top: 1px solid #565b5f;
}

.system_gray_arrow_left {
    border-color: transparent #565b5f transparent transparent;
}

.system_gray_content_right {
    border-left: 1px solid #565b5f;
    border-top: 1px solid #565b5f;
}

.system_gray_arrow_right {
    border-color: transparent transparent transparent #565b5f;
}

.system_white_content {
    color: #4e4e4e;
    background: -moz-linear-gradient(center top,#fff 0,#bcbcbc 100%) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear,0 0,0 bottom,from(#fff),to(#bcbcbc));
    background: -o-linear-gradient(top,#fff,#bcbcbc);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff',endColorstr='#bcbcbc');
    background-image: -ms-linear-gradient(top left,#fff 0,#bcbcbc 100%);
}

.system_white_content_left {
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
}

.system_white_arrow_left {
    border-color: transparent #e6e6e6 transparent transparent;
}

.system_black_content {
    color: #f0f0f0;
    background-color: #141517;
}

.system_black_content_left {
    border-top: 1px solid #0a0a0b;
    border-bottom: 1px solid #47484f;
}

.system_black_arrow_left {
    border-color: transparent #141517 transparent transparent;
}

/* Please write css style up here */
/*-------------------------------------->=1200--------- col-md ---------------------------*/
@media screen and (min-device-width:1200px){
    #header .header-bar-list{
        display:block;
    }
}
/*---------------------------992px~~~1200px------------col-md -------------------------------------*/
@media screen and (min-device-width:992px)and (max-width:1200px){
    #header menu ul li:last-child{
        width:25%;
    }
}
/*-------------------------------768<=width<992-------- col-sm --------------------*/
@media screen and (min-device-width:768px)and (max-width:992px){
    #header menu{
        min-width:320px;
    }
    #header menu ul li{
        min-width:80px;
    }
    #header .header-bar-list{
        display:block;
        overflow:hidden;
    }
    #header .header-bar-list ul{
        padding-right:15px;
    }
    #faceLi ul li:not(:last-child){
        width:5% !important;
    }
    .alarmFrame{
        right:155px;
    }
    .listSearchIcon span {
        width:55%;
    }
}
/*-------------------------------480<=width<768-------- col-xs --------------------*/
@media screen and (min-device-width:480px) and (max-width:768px){
    #header menu{
        min-width:280px;
    }
    #header menu ul li{
        min-width:70px;
    }
    #header .header-bar-list{
        display:block;
        overflow:hidden;
    }
    #header .header-bar-list ul{
        padding-right:15px;
    }
    #header .header-bar-list li{
        float:right;
    }
    #faceLi{
        width:70% !important;
    }
    #faceLi ul li:not(:last-child){
        width:70px !important;
    }
    .alarmFrame{
        right:155px;
    }
    .listSearchIcon span {
        width:45%;
    }
}
/*-------------------------------320<=width<480----------------------------*/
@media screen and (max-width:480px){
    #header{
        height:120px;
    }
    #header .logo{
        width:60px;
        height:60px;
    }
    #header menu{
        width:100%;
        height:40px;
        min-width:330px;
    }
    #header menu ul{
        width:100%;
        height:40px;
    }
    #header menu ul li{
        max-width:23%;
        min-width:40px;
        height:40px;
        margin:5px 0;
        line-height:40px;
    }
    #header menu ul li div{
        margin:0 auto;
    }
    #header menu ul li:last-child{
        display:none;
    }
    #header .header-bar-list{
        min-width:300px;
        top:0px;
        right:0px;
        position:absolute;
        display:block;
    }
    #header .header-bar-list li{
        min-width:20px;
    }
    #faceLi ul li:not(:last-child){
        width:5% !important;
    }
    .listSearchIcon{
        width:42px !important;
    }
    .listSearchIcon span{
        display:none;
        width:40%;
    }
    .listSearchIcon div{
        margin:8px 10px 0 10px !important;
    }
    .exportAlarmData{
        width:42px !important;
    }
    .exportStyleRight{
        margin-right:0px !important;
    }
}

#addNames,#addPwds,#addName,#schPwd{
    float: left;
    text-align:right;
    display: inline-block;
    margin: 5px 10px 0 0 ;
    width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
}
#name,#pwd,#schName,#schPassword{
    width: 100px;
    float: left;
}
#addDia .titleLine{
    width: 100%;
    height: 40px;
}
#addDia .titleCen{
    margin:0;
    width:300px;
}
#addDia .shBorder{
    width: 480px;
    padding: 15px;
    border: 1px solid #3F4147;
    background-color: #191A1E;
    position: fixed;
    top: 30%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#addDia .lineTitle{
    width:55%;
}
#addDia .btnGroup{
    overflow: hidden;
    text-align: center;
    clear: both;
    width: 210px;
    margin: 15px 5px 0px 0px;
    float: right;
}
.listPic{
    width:160px;
    height:240px;
    float:left;
    border:1px solid #101010;
    background-color:#191A1E;
    margin:4px;
    padding:10px 9px 0 9px;
    cursor:pointer;
}
.listPic>img{
    width:160px;
    height:180px;
}
.listPic:hover,.listPicSelect{
    border:1px solid red;
}
.temPicBottom{
    position:relative;
    margin-top: -15px;
    text-align:center;
    font-size:14px;
    background: #a7301d;
    height: 15px;
    line-height: 15px;
    font-size: 14px;
    border-right: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
    width: 118px
}
 .topHeader{
     position: absolute;
     z-index: 990;
     margin-top: 15px;
     border: 1px solid #464545;
     margin-left: 4px;
 }
 .heardTitle{
     height: 30px;
     line-height: 30px;
     text-align: center;
     width: 100%;
     margin-top:15px
 }
.totalClass{
    height: 160px;
    width: 220px;
    margin: 10px 0 0 4px;
    text-align: center;
    border: 1px solid #3c3b3b;
}
.temClass{
    width:110px;
    height: 20px;
    line-height: 20px;
    float: left;
    font-size: 13px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    text-align: center;
}
.totalNumber{
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    float: left;
    text-align: center;
}
.videoMsgDiv{
    width: 100%;
    height: 100%;
    display: none;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}
.tableBase{
    width: 100%;
    height: 100%;
    padding: 2px;
    overflow: inherit;
}


/* osd */
@media screen and (max-width: 1680px) {
    #osdStyle {
        width: 70% !important;
    }
}
@media screen and (max-width: 1440px) {
    #osdStyle {
        width: 65% !important;
    }
}
@media screen and (max-width: 1280px) {
    #osdStyle {
        width: 80% !important;
    }
}
@media screen and (max-width: 1024px) {
    #osdStyle {
        width: 100% !important;
    }
}


