/******************************环境总览首页样式******************************/
a, .no-shadow.btn {
    color: #666;
}

.title-p {
    margin-bottom: 5px;
    font-size: 16px;
}

.header-position {
    margin-left: 20px;
}

.flex-box {
    display: flex;
    justify-content: space-between;
    /*align-items:center;*/
    padding: 0 10px;
}
.bg-write {
    background-color: #fff;
    border: 1px #badaf3  solid;
    color: #4497d7;
}
.bg-info2 .margin-left5{
    color: #ffffff;
}
.medium-z{
    color: #666666;
}
.bg-info2 .medium-z{
    color: #ffffff;
}
.medium-l{
    color: #ff1829;
}
.bg-info2 .medium-l{
    color: #ffffff;
}
.display-flex {
    display: flex;
    align-items: center;
    /* justify-content: center;*/
}

.padding10 {
    padding: 10px;
}

.anniu {
    font-size: 12px;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    border: 1px #cecfc7 solid;
    border-radius: 3px;
    color: #666;
    font-weight: 400;
    margin-right: 10px;
    float: left;
}

.anniu:hover {
    color: #3fb0ea;
}

.flex1 {
    flex-grow: 1;
}

.flex2 {
    flex-grow: 3;
}

.font16 {
    font-size: 16px;
}

.font14 {
    font-size: 14px;
}

.margin-bottom10 {
    margin-bottom: 10px;
}

.magin-left10 {
    margin-left: 10px;
}

.margin-left5 {
    margin-left: 5px;
    font-size: 16px;
}

.info-box {
    border-width: 3px 0 0;
    border-style: solid;
    padding: 10px;
    display: block;
    position: relative;
    min-height: 30px;
}

.content-header {
    font-size: 16px;
    margin: 0;
    padding: 10px 15px 10px;
    color: #666;
}

.content-header + .content-box-wrapper {
    padding: 5px 15px 5px;
}

.tile-active {
    background: #49dbdf;
    color: #fff;
    border: 2px #f1ab98 solid;
}

.tile-active2 {
    /*background: #e4e6e7;*/
    color: #6a6666;
    border: 1px #d0d8d6  solid;
}

.tile-active3 {
    line-height: 19px;
    color: #666;
    border: 3px #52d163 solid;
}
.tile-active4 {
    background: #e4e6e7;
    color: #6a6666;
    border: 1px #c9c9c9 solid;
}
.tile-active .tile-header {
    color: #fff;
}

.tile-active .abnormal {
    color: #fff;
}

.tile-button {
    border-radius: 40px;
}

.tile-content .tile-num {
    color: red;
    border-bottom: 2px #666 solid;
}

.tile-content .tile-num2 {
    margin-top: 0px;
}

.no-shadow.btn {
    color: #11aa72;
}

a, .no-shadow.btn {
    color: #666666;
}

.hover-gray-alt:hover {
    /*color: #9cd159;*/
    background: #a7bed2;
}

.tile-flex {
    display: flex;
    flex-direction: row;
    padding: 5px 10px 7px;
    align-items: center;
    justify-content: space-between
}

#page-breadcrumb {
    line-height: 48px;
    height: auto;
    color: #fff
}

#page-breadcrumb a {
    color: #d4dce4;
    margin-right: 15px;
    font-size: 14px;
}

.header-logo {
    position: absolute;
    top: 5px;
    left: 10px;
}

#page-breadcrumb a:hover {
    color: #35e3f8;
    margin-right: 15px;
    font-size: 14px;
}

.header-position {
    margin-left: 80px;
}

.fixed-header #page-breadcrumb-wrapper {
    margin-top: 8px;
}

.normal-tabs-1 {
    font-size: 16px;
    color: #fff;
}

.normal-tabs-2 {
    font-size: 18px;
}

.abnormal {
    color: red;
}

.medium2 {
    height: auto;
    /*line-height: 50px;*/
    padding: 10px 10px;
    margin: 6px 0;
    white-space: normal;
    display: block;
}

.medium-size {
    font-size: 16px;
    /*color: #4d82c2;*/
    display: block;
    margin-top: 3px;
}

.para {
    height: 60px;
    line-height: 60px;
    background-color: #13c785;
    transform: skew(-30deg);
    color: #fff;
    padding: 0 5px;
    text-align: center;
    margin: 5px 0;
}

.content-box-header {
    border: none;
    border-bottom: 1px #d6e8e2 solid;
    padding: 0 0 10px 0;
}

.tile-content-wrapper {
    padding: 5px 10px 5px;
    position: relative;
    overflow: hidden;
    /*display: flex;
    justify-content: space-between;
    align-items: center;*/
    font-size: 17px;
}

.layer {
    position: relative;
}

.bg-red1 {
    color: #fff;
    background: #f9829b;
    display: none;
}

.space-width:hover .bg-red1 {
    display: block;
}

.layer .badge-absolute {
    top: -13px;
    right: 6px;
    left: auto;
    border: 0;
    height: 16px;
    line-height: 16px;
    padding: 0 3px !important;
    border-radius: 2px;
    font-size: 12px;
}

/********颜色按钮***********/

/*form {*/
/*    display: -webkit-box;*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    -webkit-box-orient: vertical;*/
/*    -webkit-box-direction: normal;*/
/*    flex-direction: row;*/

/*}*/

.select-an label {
    display: -webkit-box;
    display: flex;
    cursor: pointer;
    font-weight: 500;
    margin: 5px;
}

.select-an label input {
    display: none;
}

/********合格*********/
.select-an label .bg-green {
    color: #49dbdf;
    background: #fff;
}

.select-an label input .bg-green {
    background-color: #49dbdf;
}


.select-an label input:checked + .bg-green:before {
    box-shadow: inset 0 0 0 0.4375em #49dbdf;

}

.round-bg {
}

.select-an label .bg-green:before {
    display: -webkit-box;
    display: flex;
    flex-shrink: 0;
    content: "";
    background-color: #fff;
    width: 1.2em;
    height: 1.2em;
    border-radius: 50%;
    margin-right: 0.375em;
    -webkit-transition: 0.25s ease;
    transition: 0.25s ease;
    box-shadow: inset 0 0 0 0.125em #49dbdf;
}

/********过热*********/
.select-an label .bg-orange {
    color: #fa7753;
    background: #fff;
}

label input .bg-orange {
    background-color: #fa7753;
}


label input:checked + .bg-orange:before {
    box-shadow: inset 0 0 0 0.4375em #fa7753;

}

label .bg-orange:before {
    display: -webkit-box;
    display: flex;
    flex-shrink: 0;
    content: "";
    background-color: #fff;
    width: 1.2em;
    height: 1.2em;
    border-radius: 50%;
    margin-right: 0.375em;
    -webkit-transition: 0.25s ease;
    transition: 0.25s ease;
    box-shadow: inset 0 0 0 0.125em #fa7753;
}

/********严重过热*********/
.select-an label .bg-red {
    color: #ff5757;
    background: #fff;
}

label input .bg-red {
    background-color: #ff5757;
}


label input:checked + .bg-red:before {
    box-shadow: inset 0 0 0 0.4375em #ff5757;

}

label .bg-red:before {
    display: -webkit-box;
    display: flex;
    flex-shrink: 0;
    content: "";
    background-color: #fff;
    width: 1.2em;
    height: 1.2em;
    border-radius: 50%;
    margin-right: 0.375em;
    -webkit-transition: 0.25s ease;
    transition: 0.25s ease;
    box-shadow: inset 0 0 0 0.125em #ff5757;
}

/********过冷*********/
.select-an label .bg-blue-alt2 {
    color: #65a6ff;
    background: #fff;
}

label input .bg-blue-alt2 {
    background-color: #65a6ff;
}


label input:checked + .bg-blue-alt2:before {
    box-shadow: inset 0 0 0 0.4375em #65a6ff;

}

label .bg-blue-alt2:before {
    display: -webkit-box;
    display: flex;
    flex-shrink: 0;
    content: "";
    background-color: #fff;
    width: 1.2em;
    height: 1.2em;
    border-radius: 50%;
    margin-right: 0.375em;
    -webkit-transition: 0.25s ease;
    transition: 0.25s ease;
    box-shadow: inset 0 0 0 0.125em #25d7f7;
}

.select-an label .checkbox-title {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    /*margin-bottom: 0.15em;*/
    height: 30px;
    line-height: 30px;
    padding: 0px 0.75em;
    border-radius: 99em;
    -webkit-transition: 0.25s ease;
    transition: 0.25s ease;
}

/********严重过冷*********/
.select-an label .bg-blue-alt {
    color: #5f7af7;
    background: #fff;
}

label input .bg-blue-alt {
    background-color: #5f7af7;
}


label input:checked + .bg-blue-alt:before {
    box-shadow: inset 0 0 0 0.4375em #5f7af7;

}

label .bg-blue-alt:before {
    display: -webkit-box;
    display: flex;
    flex-shrink: 0;
    content: "";
    background-color: #fff;
    width: 1.2em;
    height: 1.2em;
    border-radius: 50%;
    margin-right: 0.375em;
    -webkit-transition: 0.25s ease;
    transition: 0.25s ease;
    box-shadow: inset 0 0 0 0.125em #65a6ff;
}

/********数据中断*********/
.select-an label .bg-gray-alt {
    color: #7c7878;
    background: #fff;
}

label input .bg-gray-alt {
    background-color: #7c7878;
}


label input:checked + .bg-gray-alt:before {
    box-shadow: inset 0 0 0 0.4375em #7c7878;

}

label .bg-gray-alt:before {
    display: -webkit-box;
    display: flex;
    flex-shrink: 0;
    content: "";
    background-color: #fff;
    width: 1.2em;
    height: 1.2em;
    border-radius: 50%;
    margin-right: 0.375em;
    -webkit-transition: 0.25s ease;
    transition: 0.25s ease;
    box-shadow: inset 0 0 0 0.125em #7c7878;
}

.select-an label .checkbox-title {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    /*margin-bottom: 0.15em;*/
    height: 30px;
    line-height: 30px;
    padding: 0px 0.75em;
    border-radius: 99em;
    -webkit-transition: 0.25s ease;
    transition: 0.25s ease;
}

/*.select-an label span:hover {
  background-color: #3a4049;
}*/


/*****三角形*******/

.direction {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.para1 {
    padding-bottom: 0px;
    /*position: absolute;*/
}

.para1 span {
    position: relative;
    top: 11px;
    writing-mode: tb-rl;
    text-align: center;
    color: #333;
    margin-left: -8px;
}

.para1:nth-child(1) {
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 100px solid #13c785;
}

.para1:nth-child(2) {
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 100px solid #e9c500;
}

.para1:nth-child(3) {
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 100px solid #ef8219;
}

.para1:nth-child(4) {
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 100px solid #5b9ed2;
}

.para1:nth-child(5) {
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 100px solid #4dabab;
}

.para1:nth-child(6) {
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 100px solid #ef533f;
}

.para1:nth-child(7) {
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 100px solid #ed8770;
}

.para1:nth-child(8) {
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 100px solid #f46f8b;
}

.para1:nth-child(9) {
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 100px solid #ed8770;
}


/*.direction:nth-child(1) .para1{
	width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 100px solid red;
}*/

.triangle_border_up {
    width: 0;
    height: 0;
    border-width: 0 30px 30px;
    border-style: solid;
    border-color: transparent transparent #333;
    /*透明 透明  灰*/
    margin: 40px auto;
    position: relative;
}

.select-an {
    display: flex;
    /*width: 130px;*/
    align-items: center;
    color: #666;
    font-size: 14px;
    justify-content: flex-end;
}

/*.content-box-header  input {
	margin-left: 8px;
    margin-top: 14px;
    float: right;
    display: block;
    width: auto;
}*/
.pad10B-r {
    float: right;
    margin-left: 5px;
}

.pad10B-r div {
    padding: 8px;
    font-size: 14px;
}

.space-box {
    padding: 10px 0px !important;
    height: 80px;
    text-align: center;
    line-height: 24px;
    font-weight: 400;
    font-size: 14px;
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}

pace-box p {

}

.space-box span {

}

.space-width {

    display: flex;
    align-items: center;

}

.type-ahead {
    width: 100%;
    max-width: 250px;
    position: relative;
    -webkit-perspective: 500px;
    perspective: 500px;
    margin-left: 15px;
}

.type-ahead__input {
    padding: 7px 34px 7px 12px;
    border: none;
    border-radius: 0;
    font-size: 14px;
    letter-spacing: .4px;
    caret-color: #007991;
    color: #007991;
    outline: none;
    width: calc(100% - 46px);
    border: 1px #d7e5e0 solid;
    border-radius: 3px;
    /*box-shadow: 4px 8px 12px 0 rgba(0, 0, 0, 0.1);*/
}

.type-ahead__input::-webkit-input-placeholder {
    opacity: .5;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
    color: #6E6E6E;
}

.type-ahead__input::-moz-placeholder {
    opacity: .5;
    -moz-transition: opacity .2s linear;
    transition: opacity .2s linear;
    color: #6E6E6E;
}

.type-ahead__input:-ms-input-placeholder {
    opacity: .5;
    -ms-transition: opacity .2s linear;
    transition: opacity .2s linear;
    color: #6E6E6E;
}

.type-ahead__input::-ms-input-placeholder {
    opacity: .5;
    -ms-transition: opacity .2s linear;
    transition: opacity .2s linear;
    color: #6E6E6E;
}

.type-ahead__input::placeholder {
    opacity: .5;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
    color: #6E6E6E;
}

.type-ahead__input:focus::-webkit-input-placeholder {
    opacity: .7;
}

.type-ahead__input:focus::-moz-placeholder {
    opacity: .7;
}

.type-ahead__input:focus:-ms-input-placeholder {
    opacity: .7;
}

.type-ahead__input:focus::-ms-input-placeholder {
    opacity: .7;
}

.type-ahead__input:focus::placeholder {
    opacity: .7;
}

.type-ahead .icon {
    position: absolute;
    right: 8px;
    top: 8px;
    fill: #6E6E6E;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    fill: #007991;
}

.type-ahead__suggestions {
    padding: 4px 0;
    background-color: #fff;
    width: 100%;
    position: absolute;
    top: 42px;
    margin: 0;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transition: opacity 0.6s cubic-bezier(0.68, -0.55, 0.39, 1.3) -0.3s, -webkit-transform 0.6s cubic-bezier(0.68, -0.55, 0.39, 1.3) -0.2s;
    transition: opacity 0.6s cubic-bezier(0.68, -0.55, 0.39, 1.3) -0.3s, -webkit-transform 0.6s cubic-bezier(0.68, -0.55, 0.39, 1.3) -0.2s;
    transition: transform 0.6s cubic-bezier(0.68, -0.55, 0.39, 1.3) -0.2s, opacity 0.6s cubic-bezier(0.68, -0.55, 0.39, 1.3) -0.3s;
    transition: transform 0.6s cubic-bezier(0.68, -0.55, 0.39, 1.3) -0.2s, opacity 0.6s cubic-bezier(0.68, -0.55, 0.39, 1.3) -0.3s, -webkit-transform 0.6s cubic-bezier(0.68, -0.55, 0.39, 1.3) -0.2s;
}

.type-ahead__suggestions.hidden {
    opacity: 0;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    pointer-events: none;
    -webkit-transition: opacity 0.6s cubic-bezier(0.71, -0.22, 0.33, 1.09) 0.1s, -webkit-transform 0.6s cubic-bezier(0.71, -0.22, 0.33, 1.09);
    transition: opacity 0.6s cubic-bezier(0.71, -0.22, 0.33, 1.09) 0.1s, -webkit-transform 0.6s cubic-bezier(0.71, -0.22, 0.33, 1.09);
    transition: transform 0.6s cubic-bezier(0.71, -0.22, 0.33, 1.09), opacity 0.6s cubic-bezier(0.71, -0.22, 0.33, 1.09) 0.1s;
    transition: transform 0.6s cubic-bezier(0.71, -0.22, 0.33, 1.09), opacity 0.6s cubic-bezier(0.71, -0.22, 0.33, 1.09) 0.1s, -webkit-transform 0.6s cubic-bezier(0.71, -0.22, 0.33, 1.09);
}

.type-ahead__suggestions .suggestion {
    color: #6E6E6E;
    list-style: none;
    font-size: 12px;
    margin: 0;
    padding: 8px 12px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    cursor: pointer;
}

.type-ahead__suggestions .suggestion .match {
    font-weight: bold;
    overflow-wrap: break-word;
}

.type-ahead__suggestions .suggestion:hover {
    color: #007991;
}

/******手机自适应*******/
@media (max-width: 1600px ) {
    .medium2 {
        height: auto;
        /*line-height: 50px;*/
        padding: 10px 10px;
        margin: 6px 0;
        white-space: normal;
        display: block;
    }
}

/******************************环境总览首页样式结束******************************/
/******************************节能诊断******************************/
.margin-top {
    margin-top: 50px;
}

.fenbu {
    display: flex;
    flex-direction: column;
    align-items: center
}

.zhenduan-Set {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.report {
    width: 70%;
    margin: 0 auto;
}

.chat-box .popover h3 {
    margin: 0 0 5px;
    font-size: 16px;
}

.timeline-box .tl-panel {
    font-size: 16px;
    filter: alpha(opacity:50);
    opacity: 1;
}

.zhenduan {
    margin: 20px auto;
}

.zhenduancon {
    margin: 50px auto;
}

.demo-example .example-box1 {
    padding-top: 25px;
    margin-bottom: 30px;
    border-left: #ccc solid 1px;
}

.donghua ul {
    width: 200px;
    height: 200px;
    position: relative;
    z-index: 999;
    float: left;
}

.donghua ul::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url("../images/roundbg.png");
    background-size: 190px 190px;
    background-repeat: no-repeat;
    border-radius: 50%;
}

.donghua ul li {
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    animation: aura 4s infinite linear;
    mix-blend-mode: screen;

}

.donghua ul li:nth-child(2) {
    background: #b2f1c6;
    opacity: 0.5;
    animation-delay: -1s;
}

.donghua ul li:nth-child(3) {
    background: #69eca9;
    opacity: 0.8;
    animation-direction: reverse;
    animation-delay: -2s;
}

.donghua ul li:nth-child(4) {
    background: #09f765;
    opacity: 0.7;
    animation-direction: reverse;
    animation-delay: -0.5s;
}

@keyframes aura {
    25%,
    75% {
        border-radius: 49% 80% 40% 50% / 40% 55% 60% 50%;
    }
    50% {
        border-radius: 60% 50% 60% 60% / 80% 55% 40% 50%;
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        filter: hue-rotate(0deg);
    }
    100% {
        filter: hue-rotate(360deg);
    }
}

.zhenduan_r {
    margin-left: 50px;
}

.zhenduan_r .zdzi {
    font-size: 21px;
    padding: 30px 0;
}

/******************************报警管理******************************/
.detail-h {
    height: 37em;
    overflow: auto;
}

.center {
    text-align: center;
}

.heading-content {
    cursor: pointer;
}

.dataTables_scrollBody {
    height: 500px;
}

.dashboard-panel .header {
    font-size: 18px;
    line-height: 1.3em;
    padding: 0 0 5px;
    text-align: left;
    cursor: pointer;
}

.dashboard-panel .header .report1 {
    font-size: 18px;
    display: block;
    font-weight: 700;
    -moz-opacity: 1;
    filter: alpha(opacity:80);
    opacity: 1;
    margin-bottom: 10px;
}

.dashboard-panel .header .report2 {
    font-size: 14px;
    font-weight: 400;
    filter: alpha(opacity:80);
    opacity: 1;
    color: #33;
    margin-top: 10px;
}
.dia-margin{
        margin: 10px 0;
        width: 350px;
        overflow: auto;
    }
.add-fa {
    margin: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cursor {
    cursor: pointer;
}

.flex-box {
    display: flex;
    justify-content: space-between;
    /*align-items:center;*/
    padding: 0 10px;
}

/******************************空间详情******************************/
.width-8 {
    width: 11.5%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    cursor: pointer;
}
.width-4 {
    width:23%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 10px;
    cursor: pointer;
}
/*.width-8 p:hover{
	background: #f3f6fa;
}*/
.detail-list {
    padding: 10px 20px;
    font-size: 14px;
}

.detail-list p {
    padding-bottom: 10px;
}

.infobox {
    cursor: pointer;
}

.opinion .divider {
    margin: 5px 0;
}

.info-box .stats1 {
    font-size: 21px;
    height: 35px;
    line-height: 35px;
    /* position: absolute; */
    /* right: 10px; */
    /* bottom: 10px; */
    white-space: nowrap;
    margin-left: 10px;

}

.title-a {
    padding: 5px 20px;
    font-size: 14px;
}
.case-width{
    width: 300px;
    margin: 0 auto;
    text-align: center;
}
.nav-list {
    padding: 0 15px;
}

.nav-z .nav-list {
}

.content-box .nav-list ul li:first-child a {
    border-radius: 0;
}

.nav-list-horizontal-alt li a {
    border: 1;
    padding: 10px 0;
}

.nav-list li a {
    display: block;
    padding: 10px 20px 10px 5px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin: 0;
    height: 22px;
    line-height: 22px;
    color: #737476;
}

.bj-con {
    color: #fa7753;
    font-size: 16px;
}

.todo-box1 li {
    background: #f9f9f9;
    margin: 0 0 3px;
    padding: 10px;
    height: 15px;
    border-left-style: solid;
    border-left-width: 3px;
    font-size: 16px;
}

.todo-box1 li .sort-handle {
    float: left;
    display: block;
    width: 18px;
    height: 18px;
    text-align: center;
    cursor: move;
    margin-right: 10px;
    font-size: 16px;
    -moz-opacity: .75;
    filter: alpha(opacity:75);
    opacity: .75
}

.todo-box1 li .sort-handle:hover {
    -moz-opacity: 1;
    filter: alpha(opacity:100);
    opacity: 1
}

.todo-box1 li input {
    margin-top: 2px;
    float: left;
    display: block;
    width: auto
}

.todo-box1 li label {
    padding: 0 5px
}

.todo-box1 li .btn.small {
    height: 16px;
    line-height: 16px;
    width: 16px;
    min-width: 16px;
    margin-left: 5px;
    -moz-opacity: .75;
    filter: alpha(opacity:75);
    opacity: .75
}

.todo-box1 li.todo-done {
    -moz-opacity: .65;
    filter: alpha(opacity:65);
    opacity: .65
}

.todo-box li:hover {
    /*box-shadow: 1px 2px 1px rgba(180, 180, 180, 0.5)*/
}

.todo-box li a:hover {
    opacity: 0.7;
}

.todo-box li.todo-done label {
    text-decoration: line-through;
    font-style: italic
}

.scrollbar {
    height: 175px;
    overflow: auto;
}

::-webkit-scrollbar {
    width: 3px;
}

/*::-webkit-scrollbar-thumb {*/
/*    background: #d8d8d8;*/
/*    border-radius: 3px;*/
/*}*/

::-webkit-scrollbar-track-piece {
    background: transparent;
}

.space-tj li {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px #dae3ef dashed;
    font-size: 14px;
}

.space-tj li span {
    margin-left: 10px;
    color: #003960;
    font-size: 16px;
}

/********项目方案添加*******/
.programme_header {
    font-size: 18px;
    color: #1f96f2;
    height: 40px;
    line-height: 30px;
    margin-bottom: 20px;
    border-bottom: #1f96f2 2px solid;
}

.model_inner {
    padding: 10px 20px;
    border: #d8dad5 1px solid;
}

.model_left {
    margin: 10px 0;
}

.baseinfo {
    width: 400px;
    margin: 10px 0;

}

.alarmobject {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 22px;
}

.title-date {
    font-size: 16px;
    color: #999;
    display: none;
}

.btn_active {
    color: #e95d00;
    display: block;
}

.ant-input {
    border-style: solid;
    color: rgba(0, 0, 0, .65);
    background-color: #fff;
    background-image: none;
    /*height: 30px;*/
    /*line-height: 30px;*/
    border: 1px solid #d3d6e0;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 10px;
}

.btn_type {
    cursor: pointer;
    margin-right: 10px;
}

.item_info_bg {
    height: 232px;
    border-radius: 4px;
    padding: 16px 37px 0 21px;
    margin-bottom: 29px;
    background: #f2f2f1;
}

.item-info {
    margin: 10px 0;
}

.business {
    margin: 10px 0;
}

.inputstyle {
    width: 70px;
    border: 1px solid #d3d6e0;
    border-radius: 4px;
    padding: 5px;
}

.unitstyle {
    margin-left: 5px;
}

.business_infocenter {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    height: 7px;
    line-height: 28px;
}

.business_text {
    float: left;
}

.el-slider__runway {
    width: 100%;
    height: 6px;
    margin: 10px 0;
    background-color: #E4E7ED;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
}

.business_info {
    position: relative;
}

.business_infoleft {
    float: left;
}

.business_info .business_inforight {
    float: right;
    vertical-align: middle;
    font-size: 14px;
}

.btn_box {
    margin-top: 10px;
}

.btn_nextactive {
    display: inline-block;
    height: 32px;
    padding: 0 10px;
    line-height: 30px;
    font-size: 12px;
    color: #409EFF;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    box-sizing: border-box;
    white-space: nowrap;
    background-color: #fdf6ec;
    border-color: #faecd8;
    color: #e6a23c;
}

.btn_noactive {
    display: inline-block;
    height: 32px;
    padding: 0 10px;
    line-height: 30px;
    font-size: 12px;
    color: #409EFF;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    box-sizing: border-box;
    white-space: nowrap;
    background-color: #d1d0cf;
    border-color: #aaaaaa;
    color: #666;
}

.editmianbox .editleft {
    height: calc(100% - 70px);
    float: left;
    width: 70%;
    padding-left: 32px;
    overflow: hidden;
    border-right: 1px solid #f0f3f7;
}

.editmianbox .editright[data-v-6e05f445] {
    height: calc(100% - 70px);
    padding: 24px 24px 0 20px;
    width: 19%;
    float: right;
}

.caseitemname {
    font-size: 16px;
    color: #1ab0ae;
    height: 39px;
    line-height: 51px
}

.caseinfoleft {
    float: left;
    width: 45%;

}

.caseinfocenter {
    float: left;
    width: 20%;
    margin-left: 3%;
}

.caseinforight {
    float: right;
    width: 23%;
    margin-left: 3%;
}

.editmianbox .alarmcaseinfo {
    padding-top: 16px;
    overflow: hidden;
}

.editmianbox .caseinfotitle {
    font-size: 14px;
    color: #646c73;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.caseinfotext {
    font-size: 14px;
    color: #666;
    font-weight: 600;
}

.standard_alarmtext {
    font-size: 16px;
    color: #666;
    margin: 10px 0;
}


.item_number {
    font-size: 14px;
    color: #2b394a;
}

.standard_alarmtext .item_title {
    font-size: 16px;
    color: #666;
    display: inline-block;
}

.standarditem_text {
    font-size: 12px;
    color: #999;
    margin: 10px 0;
}

.editmianbox .editbottom {
    border-top: 1px solid #f0f3f7;
    padding-left: 32px;
    height: 70px;
    position: absolute;
    bottom: 10px;
}

.editmianbox .editbottom .editbottombtn {
    margin-top: 19px;
}

.editmianbox .editbottom .editbottombtn .bottomedit {
    display: inline-block;
    height: 32px;
    padding: 0 10px;
    line-height: 30px;
    font-size: 12px;
    color: #409EFF;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    box-sizing: border-box;
    white-space: nowrap;
    background-color: #FF9800;
    border-color: #d68712;
    color: #fff;
    margin-right: 20px;
}

.editmianbox .editbottom .editbottombtn .bottomdel {
    display: inline-block;
    height: 32px;
    padding: 0 10px;
    line-height: 30px;
    font-size: 12px;
    color: #409EFF;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    box-sizing: border-box;
    white-space: nowrap;
    background-color: #d1d0cf;
    border-color: #aaaaaa;
    color: #666;
}

/******************************************定额管理**********************************/
.content-box-header1 {
    padding: 5px !important;
    height: auto;
    line-height: 1.6em;
    border: 0;
    text-align: center;
}

.profile-box .content-box-header1 .user-details {
    font-size: 16px;
    padding-top: 4px;
    padding-bottom: 1px;
}

.heading-quota .heading-content {
    float: left;
    width: 100%;
    text-transform: uppercase;
}

.heading-quota {
    color: #57697e;
}

.quota-h {
    height: 710px;
}

.user-details b {
    cursor: pointer;
}

.height35 {
    height: 37em;
    overflow: auto;
}

.reference li {
    height: 30px;
    line-height: 30px;
    border-bottom: #e5eade 1px dashed;
}

.top-icon-bar {
    cursor: pointer;
}

.add-yy {
    padding: 10px 0;
}

.list-tq li {
    height: 30px;
    line-height: 30px;
    border-bottom: 1px #eaf6f4 solid;

}

.list-tq li span {
    text-align: right;
    margin-left: 10px;
}

.header-name {
    color: #d4dce4;
    font-size: 18px;
    position: absolute;
    top: 15px;
    left: 45%;
}

/******************************************手机自适应**************************************/
@media (max-width: 1600px ) {
    .medium2 {
        height: auto;
        /*line-height: 50px;*/
        padding: 10px 10px;
        margin: 6px 0;
        white-space: normal;
        display: block;
    }
}

@media (max-width: 750px ) {
    .index0-h {
        height: 120px;

    }

    .select-an {
        display: table;
        /* width: 130px; */
        align-items: center;
        color: #666;
        font-size: 14px;
        justify-content: flex-end;
        margin-top: 48px;
    }
.alarm-width{
        width: 300px;
        overflow: auto;
    }
 .sj-width{
    width: 1000px;
        overflow: auto;
}
    .sj-hulue .el-dialog{
        width: 100%;
    }
    .zd-width{
        width: 100%;
    }
    .sj-ov{
        overflow: auto;
    }
    .margin-top5{
    margin-top: 5px;
}
    .el-range-editor.el-input__inner {
    margin-bottom: 10px;
}
.margin-top10{
    margin-top: 10px;
}
    .width-8 {
        width: 46.5%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-right: 5px;
        padding-left: 5px;
        cursor: pointer;
    }

    .demo-example .example-box1 {
        border-left: none;
    }

    .report {
        width: 96%;
        margin: 0 auto;
    }

    #page-main, #page-main-wrapper, .close-sidebar #page-sidebar, .close-sidebar #page-header-wrapper {
        margin-left: 0 !important;

    }

    #page-sidebar {
        margin-left: 0px;

    }

    #page-breadcrumb {
        float: left;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
        white-space: nowrap;
    }

    #page-breadcrumb a {
        display: block;
        float: left;
    }

    .app-height {
        height: 100px;
    }

    .zhenduan-Set {
        margin: 10px 0 20px;
    }

    .fenbu {
        margin-bottom: 30px;
    }

    .baseinfo {
        width: 90%;
        margin: 10px 0;
    }

    .item_info_bg {
        height: 550px;
    }

    .business_infocenter {
        position: relative;
    }
}
