/*公共样式*/
html, body, div, li, ul, dl, p, input, h1, h2, h3, h4, h5, form, table, tr, textarea,th, label span{
    margin: 0;
    padding: 0;
}
.container{
    margin: 0;
    padding: 0;
}
ul, li {
    list-style: none;
}
a{
    text-decoration: none;
}
input{
    outline:none;
}
body{
    width: 100%;
    height: 100%;
    background: #3859D0;
    overflow: auto;
}
li hr{
    margin: 0;
    background: black;
}
button{
    outline: none;
}
div::-webkit-scrollbar {
    width: 4px;
    /*height: 4px;*/
}
div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.2);
    /*opacity:1;*/
    /*transition:opacity .34s ease-out*/
}
div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);

}
#roomWrap button:disabled{
    opacity: 0;
}
.inherit{
    width: 100%;
    height: 100%;
}
.manageTitle{
    text-align: center;
    margin-top: 4px;
    margin-bottom:6px;
    color:#02E6E3;
}
#homePage{
    width: 100%;
    height: 100%;
    position: absolute;
}
.contentRight{
    width: 85%;
    /*margin-left: 15%;*/
    height: 100%;
    background: url("../image/jiashicang/centerBg.jpg") repeat 0;
    background-size: 100% 100%;
}

.contentWrap{
    width: 85%;
    margin-left: 15%;
    height: calc(100% - 51px);
}
.centerCon{
    width: 100%;
    height: calc(100% - 51px);
}
.contentRightWrap{
    width: 100%;
    height: calc(100% - 115px);
}

.disabled {
    pointer-events:none;/*使其不可点击*/
    opacity:0.6;         /*使其样式变为不可用 */
    color: gray;
}
.funcBtnWrap{
    width: 100%;
    height: 40px;
    padding: 0 30px 0 0;
    text-align: right;
}
.funcBtn{
    border-radius: 5px;
    border: transparent;
    background: #45a3fd;
    color: #fff;
}
.funcBtn:disabled{
    border-radius: 5px;
    border: transparent;
    background: #cdcdcd;
    color: #1e1bfd;


}
.normalBtn{
    border: none;
    background: #F9F9F9;
}
.btnIcon{
    width: 20px;
    height: 20px;
    line-height: 25px;
    vertical-align: center;
    position: relative;
    bottom: 2px;
}
.property{
    text-align: center;
    margin-bottom: 8px;
}

.propertyNode{
    text-align: center;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    width: 33%;
}
.propertyNode .content{
    position: absolute;
    left:calc(35% + 40px);
    width: 60%;
    text-align: center;
    line-height: 24px;
    border: 1px solid #ffffff54;
    background-color: #45A3FD;
    color: white;
    border-radius: 5px;
    opacity: 0;
    transition: all 0.9s;
}
/*~后续相邻*/
.proChannelVal:hover~.content {
    right: -200px;
    opacity: 1;
    display: inline-block;
}
.proText{
    display: inline-block;
    width: 100px;
    text-align: left;
    white-space: nowrap;
}
.proVal{
    display: inline-block;
    width: 180px;
}
.proValSelect{
    position: relative;
    left: -2px;
}
.readVal{
    width: 180px;
}
.propertyNode .proText{
    display: inline-block;
    width: 100px;
    text-align: right;
    white-space: nowrap;
}
.propertyNode .proNodeVal{
    display: inline-block;
    width: calc(70% - 100px);
}
.proNodeTime{
    display: inline-block;
    width: calc(70% - 100px);
}
.propertyNode .proDeviceVal{
    display: inline-block;
    width:calc(70% - 100px);
    /*margin-right: 3%;*/
    /*min-width: 200px;*/
}
.proDeviceTime{
    display: inline-block;
    width:calc(70% - 100px);
}
.propertyNode .proSensorVal{
    display: inline-block;
    width:calc(70% - 100px);
    /*margin-right: 3%;*/
    /*min-width: 200px;*/
}
.proSensorVal[type='checkbox'] {
    position: relative;
    height: 1.25rem;
    width: calc(34% - 100px);
    min-width: 30px;
    top: 0.3rem;
}
.proSensorTime{
    display: inline-block;
    width:calc(70% - 100px);
}
.propertyNode .proChannelVal{
    display: inline-block;
    width:calc(70% - 100px);
    /*margin-right: 3%;*/
}
.proChannelTime{
    display: inline-block;
    width:calc(70% - 100px);
}
.proChannelVal option{
    z-index: -1;
}
.propertyNode .proChannelBtn{
    display: inline-block;
    width:calc(70% - 100px);
    /*margin-right: 3%;*/
}
.propertyNode .proNodeVal[type='checkbox']{
    position: relative;
    left: calc(-35% + 58px);
    height: 1.25rem;
    top: 0.3rem;
}
.propertyNode .proChannelVal[type='checkbox']{
    position: relative;
    height: 1.25rem;
    margin-right:calc(35% - 135px);
    width: 30px;
    top: 0.3rem;
}
.propertyNode .display_none{
    display: none;
}
/*导入按钮*/
.registerFile {
    top: 6px;
    position: relative;
    display: inline-block;
    border-radius: 4px;
    padding: 0 10px;
    overflow: hidden;
    text-decoration: none;
    text-indent: 0;
    line-height: 25px;
    background: #45a3fd;
    border: none;
    color: white;
    font-size: 16px;
}
.registerFile img {
    height: 18px;
    line-height: 18px;
    position: relative;
    top: 5px;
    left: -3px;
    vertical-align: top;
}
.registerFile input {
    position: absolute;
    font-size: 16px;
    right: 0;
    top: 0;
    opacity: 0;
    width: 60px;
    height: 25px;
    text-align: right;
    vertical-align: top;
    display: inline-block;
}
.activeItem{
    background: #7bbfff;
}
.info-sm-wrap{
    width: 800px;
    height: 600px;
    background: white;
    position: absolute;
    left: calc(50% - 400px);
    top: calc(50% - 300px);
}
.info-wrap{
    width: 100%;
    height: 100%;
    background: white;
}
/*弹出的*/
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-heading {
    padding: 5px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background: #4a6aa7;
    color: white;
}
/*弹框关闭按钮*/
.closeBtn{
    float: right;
    height: 20px;
    background: #4a6aa7;
    border: 0;
    padding: 1px 6px;
    vertical-align: middle;
    color: white;
    border-radius: 4px;
}
.borderRight{
    border-right: 2px solid rgba(211,211,211,0.4);
    box-shadow: 2px 2px 5px #888888;
    -moz-box-shadow: 2px 2px 5px #888888;
    -o-box-shadow: 2px 2px 5px #888888;
    -webkit-box-shadow: 2px 2px 5px #888888;
}
.borderLeft{
    /*border-left: 2px solid rgba(211,211,211,0.4);*/
    box-shadow: 5px 2px 5px #888888;
    -moz-box-shadow: 5px 2px 5px #888888;
    -o-box-shadow: 5px 2px 5px #888888;
    -webkit-box-shadow: 5px 2px 5px #888888;
}
/*查询区域*/
.functionKeyArea{
    width: 100%;
    line-height: 25px;
}
.functionKeyArea label{
    display: inline-block;
    width: 75px;
    text-align: center;
    margin-top: 10px;
    white-space: nowrap;
    color: #00eae6;
}
.functionKeyArea input[type='text']{
    width: 160px;
    line-height: 25px;
    height: 25px;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
    display: inline-block;
    background: transparent;
    color: #00eae6;
    border: 1px solid #00eae6;
}
.functionKeyArea select{
    width: 160px;
    line-height: 25px;
    height: 25px;
    box-sizing: border-box;
    display: inline-block;
    background: transparent;
    color: #00eae6;
    border: 1px solid #00eae6;
}
.functionKeyArea select option{
     background: #002462;
     color: #00eae6;
 }
.functionKeyArea button{
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    position: relative;
    top: 0;
    display: inline-block;
}
.functionKeyArea button img{
    height: 16px;
    line-height: 16px;
    position: relative;
    top: 3px;
    vertical-align: top;
    display: inline-block;
}
.functionKeyArea span{
    display: inline-block;
    position: relative;
}
.remove{
    position: relative;
    left: -2px;
}
.txtCenter{
    text-align: center;
}

*{
    touch-action: none;
}

.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: 275px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#popup-content-stop {
    width: 230px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#popup-content-alert {
    width: 230px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#popup-content-start {
    width: 250px;
    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 .popcontent, #popup-content-stop .popcontent, #popup-content-alert .popcontent, #popup-content-start .popcontent {
    width: 100%;
    margin: 0;
    background: whitesmoke;
    border-radius: 5px 5px 0 0;
    color: #333333;
    border: 1px solid #333333;
}

#popup-content .poptitle img {
    vertical-align: middle;
    margin: 0 3px 0 7px;
}
.swal-title:first-child{
    margin-bottom: 26px;
}
.swal-title{
    margin-bottom: 26px;
}


.receiptPhoto {
    top: 5px;
    position: relative;
    display: inline-block;
    border-radius: 4px;
    padding: 0 10px;
    overflow: hidden;
    text-decoration: none;
    text-indent: 0;
    line-height: 25px;
    background: #45a3fd;
    border: none;
    color: white;
    font-size: 16px;
    margin-left: 22px;
}
.receiptPhoto:hover{
    text-decoration: none;
}
.receiptPhoto input {
    position: absolute;
    font-size: 16px;
    right: 0;
    top: 0;
    opacity: 0;
    width: 60px;
    height: 25px;
    text-align: right;
    vertical-align: top;
    display: inline-block;
}
.display_none{
    display: none;
}

input::-webkit-calendar-picker-indicator{
    display: none;
    -webkit-appearance: none;
}


.common-tips-hide{
    display: none;
}
.common-tips-container{
    width:200px;
    padding:10px;
    font-size:14px;
    /*color: #999999;*/
    color: blue;
    background: white;
    border:1px #ecedee solid;
    position: absolute;
    top:0;
    left:200px;
    border-radius: 5px;
    z-index: 2;
}
.common-tips-animation{
    animation:common-tips-show 0.3s ease-in;
    -webkit-animation:common-tips-show 0.3s ease-in; /* Safari 和 Chrome */
}
/*动画效果从下往上, 从左往右*/
.common-tips-top-right{
    transform-origin: 10% 100%;
}
.common-tips-top-right:after {
    bottom: -7px;
    left: 16px;
    position: absolute;
    width: 12px;
    height: 12px;
    content: " ";
    transform: rotate(45deg);
    border: 1px solid #ecedee;
    border-top: 0;
    border-left: 0;
    background-color: #fff;
}

/*动画效果从下往上, 从右往左*/
.common-tips-top-left{
    transform-origin: 90% 100%;
}
.common-tips-top-left:after {
    bottom: -7px;
    right: 16px;
    left:unset;
    position: absolute;
    width: 12px;
    height: 12px;
    content: " ";
    transform: rotate(45deg);
    border: 1px solid #ecedee;
    border-top: 0;
    border-left: 0;
    background-color: #fff;
}

/*动画效果从上往下, 从右往左*/
.common-tips-bottom-right{
    transform-origin: 10% 10%;
}
.common-tips-bottom-right:after {
    top: -7px;
    left: 16px;
    position: absolute;
    width: 12px;
    height: 12px;
    content: " ";
    transform: rotate(45deg);
    border: 1px solid #ecedee;
    border-bottom: 0;
    border-right: 0;
    background-color: #fff;
}

/*动画效果从上往下, 从左往右*/
.common-tips-bottom-left{
    transform-origin: 90% 10%;
}
.common-tips-bottom-left:after {
    top: -7px;
    right: 16px;
    left:unset;
    position: absolute;
    width: 12px;
    height: 12px;
    content: " ";
    transform: rotate(45deg);
    border: 1px solid #ecedee;
    border-bottom: 0;
    border-right: 0;
    background-color: #fff;
}
.common-tips-container-hide{
    animation:common-tips-hide 0.3s ease-out;
    -webkit-animation:common-tips-hide 0.3s ease-out; /* Safari 和 Chrome */
}

/*动画效果从上往下, 从左往右*/
.common-tips-right-right{
    transform-origin: 0% 10%;
}
.common-tips-right-right:after{
    left: -7px;
    top: 13px;
    position: absolute;
    width: 12px;
    height: 12px;
    content: " ";
    transform: rotate(45deg);
    border: 1px solid #ecedee;
    border-top: 0;
    border-right: 0;
    background-color: #fff;

}

/*动画效果从上往下, 从左往右*/
.common-tips-left-left{
    transform-origin: 100% 10%;
}
.common-tips-left-left:after{
    right: -7px;
    top: 13px;
    position: absolute;
    width: 12px;
    height: 12px;
    content: " ";
    transform: rotate(45deg);
    border: 1px solid #ecedee;
    border-bottom: 0;
    border-left: 0;
    background-color: #fff;
    opacity: 1;

}

@keyframes common-tips-show {
    0%{
        opacity:0;
        transform: scale(0.6);
    }
    100%{
        opacity:1;
        transform: scale(1);
    }
}


@keyframes common-tips-hide {
    0%{
        opacity:1;
        transform: scale(1);
    }
    100%{
        opacity:0;
        transform: scale(0.6);
    }
}


/*查询区域*/
.functionArea {
    width: 100%;
    line-height: 25px;
    background:#E2ECED;
    color: #333;
    border-radius: 3px;
}

.functionArea .queryLabel{
    display: inline-block;
    width: 18%;
    text-align: center;
    margin-top: 10px;
    white-space: nowrap;
    font-weight: normal;
}
.functionArea .queryLabel .queryKey{
    display: inline-block;
    width: 80px;
    text-align: center;
}
.functionArea .queryLabel input[type='text'] {
    width: calc(100% - 80px);
    max-width: 160px;
    min-width: 100px;
    line-height: 25px;
    height: 25px;
    box-sizing: border-box;
    overflow: hidden;
}

.functionArea .queryLabel select {
    width: calc(100% - 80px);
    max-width: 160px;
    min-width: 100px;
    line-height: 25px;
    height: 25px;
    box-sizing: border-box;
    overflow: hidden;
}
.functionArea .timeSelect{
    width: 6%;
    display: inline-block;
}
/*右键菜单*/
.ul-context-menu {
    list-style: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    padding: 5px 0;
    min-width: 80px;
    margin: 0;
    display: none;
    font-family: "微软雅黑";
    font-size: 14px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    box-sizing: border-box;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.ul-context-menu .ui-context-menu-item {
    margin: 0;
    padding: 0;
}

.ul-context-menu .ui-context-menu-item a {
    display: block;
    padding: 0 10px;
    color: #333;
    white-space: nowrap;
    text-decoration: none;
}

.ul-context-menu .ui-context-menu-item a:hover {
    text-decoration: none;
    color: #262626;
}

.ul-context-menu .ui-context-menu-item .icon {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    vertical-align: sub;
    border: 0;
}
.disabled {
    pointer-events: none;
    opacity: 0.6;
    color: gray;
}
/*右键菜单*/
#contextmenu2 {
    display: none;
    position: absolute;
    width: 155px;
    background: #FFFFFF;
    border-radius: 5px;
    overflow: hidden;
    z-index: 99;
    padding: 1px 0;
    border: 1px solid #999999;
    color: #000800;
}
#contextmenu2 ul {
    width: 153px;
    background: #fff;
}

#contextmenu2 ul li {
    padding-left: 15px;
    height: 25px;
    line-height: 25px;
}

#contextmenu2 li:hover {
    background: #D5D5D5;
}
.border_dc{
    border: 1px solid #cccccc;
    border-radius: 6px;
}
.border_dc_top{
    border-top: 1px solid #cccccc;
}
.border_dc_bottom{
    border-bottom: 1px solid #cccccc;
}

/*分页*/
.ui-pagination-container {
    height: 34px;
    line-height: 34px;
    text-align: right;
}

.ui-pagination-container .ui-pagination-page-item ,.ui-pagination-container .ui-pagination-page-btn{
    font-size: 14px;
    padding: 4px 10px;
    background: #fff;
    /*border: 1px solid #c5b7b7;*/
    color: #888;
    margin: 0 3px;
    text-decoration: none;
}

.ui-pagination-container .ui-pagination-page-item:hover {
    border-color: #568dbd;
    color: #568dbd;
    text-decoration: none;
}

.ui-pagination-container .ui-pagination-page-item.active {
    background: #30A5DA;
    border-color: #30A5DA;
    color: #fff;
    cursor: default;
}
.arrow-left::before{
    font-family: 'FontAwesome';
    content: "\f053";
    display: inline-block;
}
.arrow-right::before{
    font-family: 'FontAwesome';
    content: "\f054";
    display: inline-block;
}
.unvalid {
    background-color: rgba(222, 222, 222, 0.5);
}
.chooseCmd {
    background-color: rgba(100, 100, 100, 0.5);
}