﻿/*页面背景*/

#index {
    background: url(../img/indexLogo/back.png) no-repeat;
    background-position: center center;
}

ul,
li {
    margin: 0;
    padding: 0;
}
/*实时监控主界面*/
#spy{
    background: url(../img/indexLogo/back.png) no-repeat center center;
    overflow: hidden;
}
#cmsv6flash{
    width: 100%;
    height: 480px;
}
/*头部*/

#header {
    min-height: 90px;
    background: rgba(255, 255, 255, 0.1);
    position: relative;
}

#header .indexlogo {
    font-size: 38px;
    height: 100%;
    line-height: 90px;
    font-family: "楷体";
    color: white;
    display: inline-block;
    position: absolute;
    left: 1.5%;
    top: 0;
}

#header #nav {
    display: inline-block;
    height: 100%;
    margin-left: 33%;
}

.nav_middle li {
    width: 19%;
    height: 100%;
    float: left;
    color: white;
    font-size: 14px;
    position: relative;
    text-align: center;
}

.active {
    background: url("../img/indexLogo/topsel.png");
}

#nav ul li:hover {
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
}

#nav ul li p {
    width: 100%;
    text-align: center;
    color: white;
}

#nav ul li p:nth-child(1) {
    margin: 16px 0 10px;
}

#nav ul li p:nth-child(2) {
    margin: 5px 0 12px;
}

#nav ul li a {
    text-decoration: none;
}

.asset {
    display: inline-block;
    position: absolute;
    top: 25px;
    background: #32518a;
    border-radius: 20px;
    width: 300px;
    right: 24px;
}

.asset ul li {
    width: 20%;
    float: left;
    color: white;
    position: relative;
    line-height: 38px;
    margin: 0 1%;
    cursor: pointer;
}

.asset ul .updatelog {
    width: 31%;
}

.asset ul li img {
    width: 20%;
    vertical-align: middle;
}

.leftSide {
    width: 267px;
    height: 99%;
    margin: 0px 12px 0 8px;
    background: url("../img/main/nav-bottom.png");
    background-size: 100%;
    float: left;
}

.leftSide .mainstyle {
    text-decoration: none;
    display: inline-block;
    width: 100%;
    height: auto;
}

.leftSide ul .mainli {
    width: 100%;
    height: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.leftSide ul li p {
    width: 100%;
    max-width: 200px;
    text-align: center;
    /*color: white;*/
    margin: 1px 0;
}

.leftSide ul li p img {
    margin: 10px 0;
}

/*内容部分:地图展示*/

#rightside {
    width: calc(100%  - 290px);
    height: 99%;
    background:white;
    position: absolute;
    right: 12px;
    z-index: 2;
}
#puc {
    width: calc(100%  - 230px);
    height: 99%;
    background: white;
    position: absolute;
    /*background: red;*/
    right: 12px;
    /*display: none;*/
    z-index: 1;
}
#main {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 0, 0.1);
    /*overflow: hidden;*/
    z-index: 5;
}

/*地图页面*/
#main #map {
    width: 100%;
    height: 100%;
}
/*历史回放*/
.queryTrackParam{
    display: inline-block;
    margin: 3px 0px 3px 0;
}
#selLocationInput{
    position: absolute;
    left: 70px;
    width: 128px;
    height: 25px;
    padding: 3px;
    margin-top: 4px;
    border-right: 0;
    z-index: 333;
}
.trackBtn{
    background: #4a6aa7;
    line-height: 26px;
}
/*地图切换*/
#mapType {
    height: 26px;
    line-height: 20px;
    background: #2a8ad6;
    border-radius: 3px;
    padding: 0;
    width: 100px;
    color: white;
}
#LiShimapType {
    height: 26px;
    line-height: 20px;
    background: #2a8ad6;
    border-radius: 3px;
    padding: 0;
    width: 100px;
    color: white;
}
#mapType option{
    display: inline-block;
    width: 65px;
    color: black;
    border:1px solid #0065CB;
    border-radius: 5px;
    text-align: center;
    background: -moz-linear-gradient(top, #e8f6ff 0%, #318fd5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8f6ff), color-stop(100%,#318fd5));
    background: -webkit-linear-gradient(top, #e8f6ff 0%,#318fd5 100%);
    background: -o-linear-gradient(top, #e8f6ff 0%,#318fd5 100%);
    background: -ms-linear-gradient(top, #e8f6ff 0%,#318fd5 100%);
    background: linear-gradient(to bottom, #e8f6ff 0%,#318fd5 100%);
}


.ol-popup {
    position: absolute;
    background-color: white;
    -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
    border-radius: 10px;
    border: 1px solid #cccccc;
    bottom: 12px;
    left: -50px;
    min-width: 280px;
}

.ol-popup:after,
.ol-popup:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.ol-popup:after {
    border: none;
    left: 48px;
    margin-left: -10px;
}

.ol-popup:before {
    left: 48px;
    margin-left: -11px;
}

.ol-popup-closer {
    color: white;
    text-decoration: none;
    position: absolute;
    top: 6px;
    right: 15px;
}

.ol-popup-closer:after {
    content: "✖";
}

#popup-content {
    width: 375px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#popup-content-stop {
    width: 330px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#popup-content-alert {
    width: 330px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#popup-content-start {
    width: 350px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#popup-content .poptitle, #popup-content-stop .poptitle, #popup-content-alert .poptitle, #popup-content-start .poptitle {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: #4a6fa4;
    border-radius: 5px 5px 0 0;
    color: white;
    margin-bottom: 7px;
}

#popup-content .poptitle img {
    vertical-align: middle;
    margin: 0 3px 0 7px;
}

#info {
    width: 100%;
    padding-left: 14px;
}

#info-start {
    width: 100%;
    padding-left: 14px;
}

#info-alert {
    width: 100%;
    padding-left: 14px;
}

#info p, #info-alert p, #info-start p {
    width: 100%;
    font-size: 14px;
    line-height: 25px;
}

#info p .leixing, #info-alert p .leixing, #info-start p .leixing {
    display: inline-block;
    width: 20%;
    text-align: left;
}
#info p .leixingLeft, #info-alert p .leixingLeft, #info-start p .leixingLeft {
    display: inline-block;
    width: 40%;
}
#info p .leixingRight, #info-alert p .leixingRight, #info-start p .leixingRight {
    display: inline-block;
    width: 20%;
}



#information {
    width: 100%;
    height: 100%;
    position: relative;
}

#information li {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}
/*车辆状态标志*/
#statesLog{
    position: absolute;
    top: 5%;
    left: 0;
    background: transparent;
    z-index: 3;
    width: 100%;
    height: 18px;
}
#LiShiStatesLog{
    position: absolute;
    top: 5%;
    left: 0;
    background: transparent;
    z-index: 3;
    width: 100%;
    height: 18px;
}
#statesLog span{
    display: inline-block;
}
#statesLog .stateColor{
    width: 12px;
    height: 12px;
}
/*地图列表*/

#carDetails{
    position: absolute;
    bottom: 0;
    left: 0;
    background: #f1f1f1;
    z-index: 3;
    width: 100%;
    height: 100%;
}
#LiShiarDetails{
    position: absolute;
    bottom: 0;
    left: 0;
    background: #f1f1f1;
    z-index: 3;
    width: 100%;
    height: 100%;
}
#hr{
    width: 100%;
    height: 10px;
    background: rgba(255, 255, 255, .15);
    position: absolute;
    /*bottom: 178px;*/
    z-index: 4;
    cursor:n-resize ;
}
#carDetail{
    display: block;
    height: calc(100% - 24px);
    position: absolute;
    left: 20px;
    top: 24px;
    width: calc(100% - 20px);
    /*background: #ffe0df;*/
}
#LiShiArDetail{
    display: block;
    height: calc(100% - 24px);
    position: absolute;
    left: 20px;
    top: 24px;
    width: calc(100% - 20px);
    /*background: #ffe0df;*/
}
#newtype{
    position: absolute;
    top: 0;
    left: 20px;
    display: inline-block;
    height: 24px;
}
#newtype li{
    width: 100px;
    height: 24px;
    line-height: 20px;
    text-align: center;
    display: inline-block;
}
#newtype input{
    width: 100px;
}

#LiShiNewtype{
    position: absolute;
    top: 0;
    left: 20px;
    display: inline-block;
    height: 24px;
}
#LiShiNewtype li{
    width: 100px;
    height: 24px;
    line-height: 20px;
    text-align: center;
    display: inline-block;
}
#LiShiNewtype input{
    width: 100px;
}
/*实时定位信息*/
#positionIInfo {
    position:relative;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}

#positionInfoTable{
    width: 100%;
    height: 100%;
}
#positionYmian {
    position:relative;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}

#lishiguijiTable{
    width: 100%;
}
#alarmData{
    position:relative;
    width: 100%;
    height: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}
#driverLoginInfo{
    position:relative;
    width: 100%;
    height: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}
#driverLoginTable{
    display: block;
    margin-bottom: 0;
    width: 100%;
    height: 100%;
}

#driverLoginTable th {
    display: inline-block;
    border-right: 1px solid #d5d5d5;
    text-align: center;
    white-space: nowrap;
    padding: 0;
    height: 32px;
    line-height: 32px;
}

#driverLoginTable tr td{
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    border-spacing: 0;
    border-collapse: collapse;
    border-right:1px solid rgba(255,255,255,0.1);
    display: inline-block;
    padding: 0;
    text-align: left;
}
#driverLoginTable th span,
#driverLoginTable tr td span{
    display: inline-block;
}
#driverLoginTable tbody {
    width: 100%;
    display: block;
    height: calc(100% - 77px);
    overflow-y: auto;
    overflow-x: hidden;
}
#driverLoginTable tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
    text-align: left;
    white-space: nowrap;
    margin-left: 1px;
}
#driverLoginTable thead {
    display: block;
    width: 100%;
    white-space: nowrap;
}
/*停车点*/
#stopPointInfo{
    position:relative;
    width: 100%;
    height: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}
#stopPointInfoTable{
    display: block;
    margin-bottom: 0;
    width: 100%;
    height: calc(100% - 40px);
}
/*报警消息*/
#alarmDataTable{
    width: 100%;
    height: 100%;
}
/*左侧定位设备列表*/

#location {
    /*display: none;*/
    padding-left: 8%;
    position: relative;
    /*max-height:300px;*/
    /*最大高度，在ie7等浏览器有效*/
    /*height:expression(width>300?"300px":height+"px");*/
    /*在ie6有效*/
    /*height: 300px;*/
    height: calc(100% - 120px);
    /*overflow-y:auto;*/

    /*滚动条自动，小于300没有滚动条，大于300出现滚动条*/
}
/*表格的高度由tr撑起，不可设置*/
.datas table {
    width: 100%;
    margin-top: 3%;
}

.datas table thead {
    width: 100%;
}
::-webkit-scrollbar {/*滚动条整体样式*/
    width: 10px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 10px;
}
::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background:  #c0c0c0;
}
::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    background:rgba(246,255,249,0.3);
}
.datas table th {
    height: 32px;
    width: 20%;
    text-align: center;
    padding: 4px 0;
    border-right: 1px solid #D5D5D5;
    background: #EAEAEA;
}

#stand tr {
    height: 32px;
    padding: 4px;
    text-align: center;
}
#locationList{
    height: 96%;
    overflow: auto;
}
/*左侧定位列表*/
#tiolletList {
    width: 100%;
    height: 100%;
    background: white;
    position: relative;
}

#tiolletList .tablebelow {
    height: 85%;
    overflow: auto;
}

#tiolletList .button {
    margin-bottom: 10px;
    padding-left: 10px;
}

#tiolletList .button button {
    background: #6a9adc;
    border: none;
    color: white;
    padding: 9px;
}
/*短消息*/
#message {
    width: 100%;
    height: 100%;
    background: white;
    position: relative;
}
/*命令控制*/
#command {
    width: 900px;
    height: 608px;
    left: 20%;
    top: 40px;
    background: whitesmoke;
    position: absolute;

}

#command .cmdwclist {
    width: 35%;
    height: 87%;
    overflow: scroll;
    border: 3px double #cdedec;
    position: absolute;
    top: 12%;
    left: 1%;
}
#command .cmdlist {
    width: 60%;
    height: 90%;
    border: 3px double #cdedec;
    position: absolute;
    right: 1%;
    top: 8%;
}
#command .cmdlist .ctrlcmd {
    width: 100%;
    height: 50%;
    padding-top: 10px;
    background: #ceddec;
}

#command .cmdlist .ctrlcmd li {
    width: 23%;
    height: 25px;
    line-height: 25px;
    margin-left: 10px;
    float: left;
}
#command .cmdlist .cmdcontext {
    width: 100%;
    height: 50%;
    position: relative;
}

#command .cmdlist .cmdcontext li {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    padding: 25px;
}

#command .cmdlist .cmdcontext li .surealert {
    position: absolute;
    bottom: 18%;
    padding: 4px 8px;
    background: #6a9adc;
    left: 45%;
}
#jiankong{
    height: calc(100% - 100px);
    margin-top: 12px;
    position: relative;
}
#realSpy{
    width: 100%;
    height: 100%;
    position: absolute;left: 0;top: 0;
}
/*监控界面*/

/*报警灯*/
#warning{
    width: 41px;
    height: 43px;
    position: fixed;
    right: 27%;
    top: 4%;
}
#warning img{
    width: 100%;
    height: 100%;
}
/*serverscoket连接*/
#showCon{
    width: 40px;
    height: 40px;
    position: fixed;
    right: 22%;
    top:4%;
}
#showCon img{
    width: 100%;
    height:100%;
}
#userInfo{
    font-size: 12px;
    display: inline;
}
/*弹框*/
#alertBox {
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    float: left;
    z-index: 6;
    display: none;
}
#wait {
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    float: left;
    z-index: 6;
    display: none;
}

#onTime {
    width: 900px;
    height: 640px;
    left: 20%;
    top: 25px;
    min-height: 300px;
    _height: 300px;
    position: absolute;
    display: block;
}

/*车间管理人员信息*/

#personList thead tr th {
    white-space: nowrap;
    text-overflow: clip;
    border-right: 1px solid #b9b6b6;
}

#personList tbody {
    height: 180px;
    overflow: scroll;
}

.querycont {
    width: 100px;
    font-size: 14px;
}


/*收到的消息*/
.newShow{
    width: 540px;
    height: 322px;
    position: fixed;
    bottom: 20%;
    right:32px;
    z-index: 2;
    background: #f0f0f0;
}
.newHide{
    width: 540px;
    height: 322px;
    position: fixed;
    bottom: 20%;
    right:32px;
    z-index: 2;
    background: #f0f0f0;
    display: none;
}
#newsSwitch{
    width: 20px;
    height: 100%;
    background: #f0f0f0;
    border-right:none;
    color: #000;
    display: inline-block;
}
#LiShiEwsSwitch{
    width: 20px;
    height: 100%;
    background: #f0f0f0;
    border-right:none;
    color: #000;
    display: inline-block;
}
#newSwitch{
    text-align: center;
    width: 100%;
    height: 30px;
    background: rgb(222, 222, 222);
    /*border:1px solid #a78080;*/
    border-right:none;
    color: #000;
    display: inline-block;
    cursor:pointer;
}

/*更新*/


/*右键菜单*/
#conCtrcmd{
    position: fixed;
    z-index: 6;
    padding: 1px 0;
    left: 300px;
    top: 300px;
    width: 155px;
    display: none;
    background: #fff;
    border:1px solid #999999;
    box-shadow: 3px 3px 5px #ccc;
}
#conCtrcmd ul{
    width: 153px;
    background:#fff;
}
#conCtrcmd ul li{
    padding-left: 15px;
    height: 25px;
    line-height: 25px;
}
#conCtrcmd li:hover{
    background: #D5D5D5;
}
@media screen and (max-width: 1480px) {
    #header .indexlogo {
        font-size: 34px;
    }
}


#contextmenu {
    display: none;
    position: absolute;
    width: 200px;
    background: #FFFFFF;
    border-radius: 5px;
    overflow: hidden;
    z-index: 99;
    padding: 1px 0;
    border:1px solid #999999;
}

#contextmenu li {
    border-left: 3px solid transparent;
    transition: ease 0.3s;
}

#contextmenu li:hover {
    background: #D5D5D5;
}

#contextmenu li {
    display: block;
    padding: 2px;
    color: #000000;
    text-decoration: none;
    transition: ease 0.3s;
}












@media screen and (max-width: 1400px) {
    #header .indexlogo {
        font-size: 31px;
    }
}


@media screen and (max-width: 1204px) {
    #header .indexlogo {
        font-size: 30px;
    }
}

@media screen and (max-width: 1154px) {
    #header .indexlogo {
        font-size: 28px;
    }
}

@media screen and (max-width: 1180px) {
    #header .indexlogo {
        font-size: 26px;
    }

    .nav_middle li {
        width: 19%;
    }

    @media screen and (max-width: 1024px) {
        #header .indexlogo {
            font-size: 24px;
        }

        #viode .viodes p input {
            margin: 0 1% 0 1%;
        }

    }

    @media screen and (max-width: 992px) {
        #header .indexlogo {
            font-size: 22px;
        }

        .asset ul li {
            font-size: 12px;
        }

    }
    @media screen and (max-width: 940px) {
        #header .indexlogo {
            font-size: 20px;
        }

        .asset ul li {
            font-size: 10px;
        }

    }
    @media screen and (max-width: 840px) {
        #header .indexlogo {
            font-size: 18px;
        }
    }
}
#lineCon {
    width: 350px;
    height: 150px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#addtionalsConUpdate {
    width: 388px;
    height: 335px;
    left: 30%;
    top: 27%;
    min-height: 300px;
    _height: 300px;
    position: absolute;
}

#addtionalsConUpdate label {
    width: 24%;
    text-align: center;
    margin: 5px;
}

#addtionalsConUpdate button {
    position: relative;
}

#chinaRegion{
    width: 400px;
    height: 230px;
    position: absolute;
    left: calc(50% - 200px);
    top: calc(50% - 120px);
}

#videoWrap{
    width: 825px;
    height:500px;
    position: absolute;
    left:calc(50% - 410px);
    top:calc(50% - 250px);
    z-index: 5;
    background: #fff;
}
#byskVid{
    width: 825px;
    height:600px;
    position: absolute;
    left:calc(50% - 410px);
    top:calc(50% - 300px);
    z-index: 5;
    background: #fff;
}
#byskVid .main {
    margin: 10px;
    width: calc(100% - 22px);
    height: calc(100vh - 22px);
    display: flex;
    flex-wrap: nowrap;
    border: 1px solid #cecece;
}

#byskVid .left {
    width: 100%;
    height: 110px;
    position: absolute;
    bottom: 0;
}

#byskVid .right {
    width: 100%;
    height:calc(100% - 150px);
    position: absolute;
    top: 30px;
    padding: 3px;
}

#container {
    width: 100%;
    height: calc(100% - 6px);
    display: block;
}
#byskVioce {
    width: 200px;
    height: 200px;
    position: absolute;
    top: calc(50% - 100px);
    left: calc(50% - 100px);
    z-index: 5;
    background: #fff;
}

/*命令下发*/
.cmdIssued{
    width: 825px;
    height:500px;
    position: absolute;
    left:calc(50% - 410px);
    top:calc(50% - 250px);
    z-index: 5;
}
#debug .ui-jqgrid tr.jqgrow td { white-space: normal !important; height:auto; }
#cmdregin{
    height:50%;
    padding-left: 4px;
    margin: 0;
    background: -webkit-linear-gradient(#e9f0f7, #b5dbf2); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#e9f0f7, #b5dbf2); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#e9f0f7, #b5dbf2); /* Firefox 3.6 - 15 */
    background: linear-gradient(#e9f0f7, #b5dbf2); /* 标准的语法 */;
}
#cmdregin li{
    display: inline-block;
    width: 24%;
    line-height: 26px;
}
#cmdOption li{
    display: inline-block;
    width: 100px;
    height: 30px;
}
#cmdList{
    width: 100%;
    height: calc(100% - 30px);
}
#weightCmdList{
    width: 100%;
    height: calc(100% - 30px);
}
#cmdWeightRegion li{
    display: inline-block;
    width: 24%;
    line-height: 26px;
}
#cmdTaxiRegion li{
    display: inline-block;
    width: 24%;
    line-height: 26px;
    padding: 0 10px;

}
.cmdCon{
    flex: 1;
}
#sureCmdTaxi{
    width: 100%;
    height: 50%;
    padding-left: 0;
    border-top: 1px solid #bfb6b6;
    padding-top: 10px;
}
#sureCmdTaxi li{
    width: 100%;
    height: 100%;
    display: none;
    flex-direction: column;
}
#sureCmdTaxi li label{
    width: 105px;
    height: 30px;
    display: inline-block;
    text-align: left;
}
#sureCmdTaxi li input{
    width: 200px;
    height: 30px;
    display: inline-block;
}
#sureCmdTaxi li select{
    width: 200px;
    height: 30px;
    display: inline-block;
    position: relative;
    left: -3px;
}
#sureSend{
    width: 100%;
    height: 50%;
}
#sureSend li{
    width: 100%;
    height: 100%;
    display: none;
}
#setTime div{
    width: 45%;
    display: inline-block;
    line-height: 30px;
}
#setTime label{
    width: 95px;
    text-align: right;
    display: inline-block;
}
#setTime input{
    width: 80px;
    display: inline-block;
}
#setWeight div{
    width: 45%;
    display: inline-block;
    line-height: 30px;
}
#setWeight label{
    width: 95px;
    text-align: right;
    display: inline-block;
}
#setWeight input{
    width: 80px;
    display: inline-block;
}
#sureSend [type='radio'][name="quality"]{
    display: inline-block;
    margin-left: 30px;
    white-space: nowrap;
}
#sureSend #photoSpy{
    width: 80px;
}
#chaosu div label{
    width: 120px;
}
#chaosu div input{
    width: 80px;
}
#canshuStyle input[type=radio]{
    width: 5%;
}
#canshuStyle span{
    display: inline-block;
    width: 19%;
}
#oilAndElc input{
    width:5%;
}
#oilAndElc span{
    display: inline-block;
    width: 30%;
}
#watch input{
    width: 5%;
}
#watch span{
    display: inline-block;
    width: 50%;
}
#cameras li{
    display: inline-block;
    height: 25px;
    line-height: 25px;
}
#debugtest{
    width: 825px;
    height:500px;
    position: absolute;
    left:calc(50% - 410px);
    top:calc(50% - 250px);
    z-index: 5;
    background:red;
}
#cmdWeightRegion{
    height:50%;
    padding-left: 4px;
    margin: 0;
    background: -webkit-linear-gradient(#e9f0f7, #b5dbf2); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#e9f0f7, #b5dbf2); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#e9f0f7, #b5dbf2); /* Firefox 3.6 - 15 */
    background: linear-gradient(#e9f0f7, #b5dbf2); /* 标准的语法 */;
}
#sureCmdWeight{
    width: 100%;
    height: 50%;
}
#sureCmdWeight li{
    width: 100%;
    height: 100%;
    display: none;
}
#sureCmdWeight li label{
    width: 120px;
    height: 30px;
    display: inline-block;
}
#sureCmdWeight li input{
    width: 200px;
    height: 30px;
    display: inline-block;
}
#sureCmdWeight li select{
    width: 200px;
    height: 30px;
    display: inline-block;
    position: relative;
    left: -3px;
}

/*设备资料*/

.cmdIssued .vehicleRegister {
    width: 25%;
    height: 100%;
    background: #fafafa;
    display: inline-block;
    padding: 1% 0 0 1%;
}
.cmdIssued .regisInfo label {
    width: 80px;
    text-align: right;
    vertical-align: top;
    display: inline-block;
    margin: 0.5%;
}
.cmdIssued .search {
    border: 0;
    background: none;
}
.cmdIssued .buttonGroup {
    position: absolute;
    bottom: 6%;
    left: 10%;
}
.cmdIssued .buttonGroup button {
    background: #6a9adc;
    border: none;
    color: white;
    font-size: 16px;
}
.cmdIssued .vehicleInfoTable table {
    width: 100%;
}
.cmdIssued .regisInfo {
    width: 75%;
    height: 48%;
    display: inline-block;
    float: right;
    padding: 2% 0 0 3%;
    position: relative;
}
textarea {
    margin: 0.5%;
}
.cmdIssued .buttonGroup {
    position: absolute;
    bottom: 6%;
    left: 10%;
}

.cmdIssued .vehicleInfoTable {
    width: 75%;
    height: 54%;
    overflow-y: hidden;
    overflow-x: auto;
    position: absolute;
    right: 0;
    top: 54%;
}

#cmdVehicleInfoTable{
    display: block;
}
#cmdVehicleInfoTable th {
    display: inline-block;
    border-right: 1px solid #d5d5d5;
    text-align: center;
    white-space: nowrap;
    margin: 0;
}
#cmdVehicleInfoTable th span,
#cmdVehicleInfoTable tr td span{
    display: inline-block;
}
#cmdVehicleInfoTable tr td{
    white-space: nowrap;
    border-right: 1px solid rgba(255,255,255,0.1);
    overflow: hidden;
    font-size: 14px;
    border-spacing: 0;
    border-collapse: collapse;
    display: inline-block;
}
#cmdVehicleInfoTable tbody {
    width: 100%;
    display: block;
    height: 205px;
    overflow-y: auto;
    overflow-x: hidden;
}
/*#tabelDEtail thead,*/
#cmdVehicleInfoTable tbody tr {
    white-space: nowrap;
    display: table;
    width: 100%;
    table-layout: fixed;
    text-align: center;
}
#cmdVehicleInfoTable thead {
    display: block;
    width: 100%;
    white-space: nowrap;
}
#cmdVehicleInfoTable thead tr{
    white-space: nowrap;
    /*display: block;*/
    width: calc(100% - 17px);
}
.vehicleInfoInput {
    display: inline-block;
}

/*油耗采样值*/
#oilOmSet{
    width: 480px;
    height: 305px;
    position: absolute;
    left: calc(50% - 300px);
    top: calc(50% - 150px);
    z-index: 3;
}
#oilOmSet button{
    height: 25px;
}
#oilcontext{
    height: calc(100% - 32px);
}
/*采样值管理*/
#oilOmManage{
    width: 480px;
    height: 305px;
    position: absolute;
    left: calc(50% - 300px);
    top: calc(50% - 150px);
    z-index: 3;
}
#oilOmManage button{
    height: 25px;
}
#oilOmListTable tbody td div{
    width: 100%;
    height: 100%;
}
#oilOmListTable tbody td div input{
    width: 100%;
    height: 100%;
}
#oilOmListTable{
    display: block;
    margin-bottom: 0;
    height: calc(100% - 53px);
    border: 1px solid #e8e4e4;
}
#oilOmListTable th {
    display: inline-block;
    border-right: 1px solid #fff;
    text-align: center;
    white-space: nowrap;
    height: 30px;
    line-height: 18px;
    font-size: 16px;
    padding: 0;
}

#oilOmListTable tr td {
    white-space: nowrap;
    overflow: hidden;
    border-spacing: 0;
    border-collapse: collapse;
    border-right: 1px solid rgba(255, 255, 255, 0);
    display: inline-block;
    font-size: 16px;
    height: 100%;
    padding: 0;
}
#oilOmListTable th span{
    color: #1a4885;
}
#oilOmListTable th span,
#oilOmListTable tr td span{
    display: inline-block;
    height: 100%;
    font-weight: normal;
    line-height: 28px;
}
#oilOmListTable tbody {
    width: calc(100% - 0px);
    display: block;
    height: calc(100% - 34px);
    overflow-y: auto;
    overflow-x: hidden;
    background: #f4f3ef;
}
/*#procTask thead,*/
#oilOmListTable tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
    text-align: center;
    white-space: nowrap;
    border-bottom: 1px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#oilOmListTable thead {
    display: block;
    width: 100%;
    white-space: nowrap;
    font-size: 0;
    border: none;
    background: #c8d7f4;
    color: #1a4885
}
#oilOmListTable thead tr{
    width: 100%;
    display: inline-block;
    padding: 0;
    white-space: nowrap;
    font-size: 0;
}
.spanCmd{
    cursor: pointer;
    line-height: 20px;
    padding: 3px;
    width: 62px;
}
.spanCmdMarign{
    margin-left: 10px;
    cursor: pointer;
    line-height: 20px;
    padding: 3px;
    width: 62px;
}
.spanVidMarign{
    margin-left: 10px;
    cursor: pointer;
    line-height: 20px;
    padding: 3px;
    width: 62px;
}
.spanVioceMarign{
    margin-left: 10px;
    cursor: pointer;
    line-height: 20px;
    padding: 3px;
    width: 62px;
}
.spanVidRecordMarign{
    margin-left: 10px;
    cursor: pointer;
    line-height: 20px;
    padding: 3px;
    width: 62px;
}
#conIdex{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#conIdex ul{
    float: left;
    width: 30%;
}
#conIdex ul li{
    margin-top: 3px;
}
#conIdex ul li input{
    padding: 0;
    margin: 0;
    width: 55%;
    height: 21px;
}
#conIdex ul li select{
    padding: 0;
    margin: 0;
    width: 55%;
    height: 22px;
}



#registerWrap {
    width: 1000px;
    height: 600px;
    background: white;
    position: absolute;
    left: calc(50% - 500px);
    top: calc(50% - 360px);
}

#register {
    width: 100%;
    height: 100%;
    background: white;
}

#register .deviceWrap {
    width: 22%;
    height: 52%;
    background: #fafafa;
    display: inline-block;
    padding: 5px 0 0 1%;
}
#register #deviceDetail label {
    width: 80px;
    text-align: right;
    display: inline-block;
}
#content{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#con ul{
    float: left;
    width: 30%;
}
#con ul li{
    margin-top: 3px;
}
#con ul li input{
    padding: 0;
    margin: 0;
    width: 55%;
    height: 21px;
}
#con ul li select{
    padding: 0;
    margin: 0;
    width: 57%;
    height: 25px;
}
#register .search {
    border: 0;
    background: none;
}
#register .buttonGroup {
    position: absolute;
    bottom: 6%;
    left: 10%;
}
#register .buttonGroup button {
    background: #6a9adc;
    border: none;
    color: white;
    font-size: 16px;
}
#register .tablebelow table {
    width: 100%;
}
#deviceDetail {
    width: 76%;
    height: 60%;
    display: inline-block;
    float: right;
    position: relative;
}
#deviceDetail .infoStyle{
    display: inline-block;
    width: 70px;
    height: 25px;
}
#deviceDetail .vecInfoMargin{
    margin-left: 75px;
}
#deviceDetail input{
    width: 130px;
}
#deviceDetail select{
    width: 134px;
}
#deviceDetail select:disabled{
    background: rgb(235,235,228);
}
textarea {
    margin: 0.5%;
}
#register .buttonGroup {
    position: absolute;
    bottom: 6%;
    left: 10%;
}

#register .tableWrap {
    width: 100%;
    height: calc(40% - 32px);
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 64%;
}
#registerTable{
    width: 100%;
    height: 100%;
    overflow: auto;
}

.state_a{
    padding-top: 9px;
    display: inline-block;
    width: 28%;
    height: 50%;
    text-align: center;
    cursor: pointer;
    color: black;
    margin-top: 27px;
    border-radius: 17px;
    border: #00B83F 1px solid;
}
a:hover { text-decoration:none;}
.state_a_p{
    color: black;
}
.span_middle{
    margin-left: 7px;
    vertical-align: middle;
    height: 30px;
}
#eChart{
    display: none;
    right: 0px;
    top: 40px;
    width: 200px;
    position: absolute;
    background: transparent;
    z-index: 5;
}
#speedEChart{
    width: 200px;
    height: 150px;
}
#oilEChart{
    width: 200px;
    height: 150px;
}
.div_display{
    vertical-align: bottom;
    text-align: center;
    width: 200px;
    height: 150px;
}
.div_display img{
    width: 50%;
    height: 70%;
    margin-top: 15px;
}
#analysisGuiJi{
    width: 80%;
    height: 80%;
    position: absolute;
    top: 10%;
    left: 12%;
    background: #fff;
}
#analysisGuiJi_div{
    position: absolute;
    width: 100%;
    height: 90%;
    bottom: 0;
}
#analysisEChart{
    width: 100%;
    height: 100%;
}
#trackhistroy{
    border-radius: 8px;
    display: none;
    text-align:center;
    position: absolute;
    z-index:5;
    background: #dedede;
    left: 16%;
    line-height: 30px
}
#queryEChar{
    /*position: absolute;*/
    /*right: 35px;*/
    /*top: 8px;*/
    /*z-index: 5;*/
}
#lishiRight_li li{
    float: left;
    width: 50%;
}
