body,
html {
    background: #00090D;
    width: 100%;
    height: 100%;
    /* min-width: 1366px; */
    font-family: 'SimHei';
    font-size: 14px;
    /* font-size: 62.5%; */
    /*100 ÷ 16 × 100% = 625%*/
}

.cbc>li {
    cursor: pointer;
    color: #99a9b1;
    /* font-size: 1rem; */
    padding: 0 5px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* border-left: #fff 1px solid; */
}

.Digital_animation_elevator {
    height: 100%;
    width: 100%;
}

.qw {
    border: 1px solid;
    border-image: linear-gradient(to top,
            rgba(0, 170, 255, 0%),
            rgba(0, 170, 255, 20%),
            rgba(0, 170, 255, 30%) 80%,
            rgba(0, 170, 255, 40%)) 1;
}

progress {
    width: 70%;
    height: 7px;
    background: rgba(0, 170, 255, 0.03);
}

progress::-webkit-progress-bar {
    background: rgba(0, 170, 255, 0.15);
    border-radius: 11px;
}

progress::-webkit-progress-value {
    background: #2db154;
    border-radius: 11px;
}

.progress1::-webkit-progress-value {
    background: #f76261;
    border-radius: 11px;
}

.progress2::-webkit-progress-value {
    background: #00aaff;
    border-radius: 11px;
}

.progress3::-webkit-progress-value {
    background: #f7c547;
    border-radius: 11px;
}


.container {
    width: 100%;
    height: 100%;
    max-width: 1980px;
    margin: 0 auto;
}

.flexR {
    display: flex;
    flex-direction: row;
}

.flexC {
    display: flex;
    flex-direction: column;
}

.alignItems {
    display: flex;
    align-items: center;
    justify-content: center;
}


.spaceAround {
    display: flex;
    justify-content: space-around;
}

.flex1 {
    flex: 1;
}

.flex2 {
    flex: 2;
}

.flex3 {
    flex: 3;
}

.flex4 {
    flex: 4;
}

.flex5 {
    flex: 5;
}

.flex6 {
    flex: 6;
}

.flex9 {
    flex: 9;
}


/* header */


.header {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}


.img1 {
    width: 37%;
    height: 100%;
    background: url("../img/标题左.png") no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    color: #fff;
    /* font-size: 1.6rem; */
    padding-left: 20px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.date {

    color: #fff;
    opacity: 0.6;
    margin-top: 3px;
}

.img2 {
    display: flex;
    align-items: center;
    align-self: flex-end;
    color: #fff;
    font-weight: bold;
    /* font-size: 1.6rem; */
    width: 37%;
    height: 100%;
    background: url("../img/标题右.png") no-repeat;
    background-size: 100% 100%;
    padding-right: 20px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.title {
    width: 36%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.title>img {
    /* width: 100%; */
    /* height: 100%; */
    margin-top: 8px;
}


/* content */
.shebeicard thead {
    border-left: 2px solid #004669;
    border-top: 2px solid #004669;
    border-right: 2px solid #004669;
}

.shebeicard table tr:nth-child(odd) {
    background-color: #00293D;
    color:#CCD4D8;
}
.shebeicard .v-data-table__empty-wrapper{
    color:#CCD4D8 !important;
}
.shebeicard table tr:nth-child(even) {
    background-color: #001925;
    color:#CCD4D8;
}

.shebeicard table tr:hover{
    color: #763800 !important;
    background:#F7D568 !important;
}

.content {
    height: 91%;
    padding: 33px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.floor-details {
    width: 100%;
    height: 24%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.headertitle {
    background-color: #00090D;
    color: white !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    word-break: keep-all !important;
}

.tts {
    width: 100%;
    height: 5%;
    background: url("../img/小标题背景.png") no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 0 15px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.left-params {
    height: 100%;
}

.mb16 {
    margin-bottom: 16px;
}

/*content---- left */

.left {
    height: 100%;
    width: 100%;
}

.positioning {
    cursor: pointer;
    width: 100%;
    height: 8%;
    background: url("../img/地名按钮.png") no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    padding: 0 0 0 5%;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #763800 !important;
}

.img3 {
    width: 25px;
}

.position_city {
    color: #763800;
    font-size: 20px;
    font-weight: 500;
    margin-left: 10px;
}


.overview {
    width: 100%;
    height: 30%;
    justify-content: center;
}

.overview_cont {
    width: 100%;
    height: 100%;
}

.pies {
    /* margin-right: 8px; */
    /* width: 50px;
    height: 50px; */
    width: 34%;
    height: 85%;
    position: relative;
}

.img4 {
    position: absolute;
    top: 30%;
    left: 30%;
    width: 40%;
    height: 40%;
}



.num {
    /* font-size: 1.6rem; */
    color: #FFFFFF;
}

.overview_tt {

    color: #808486;
    margin-top: 6px;
}


.Safety_performance {
    width: 100%;
    height: 48%;
}

.Safety_performance1 {
    width: 100%;
    height: 38%;
}

.uls>li {
    cursor: pointer;
    color: #99a9b1;

    padding: 0 5px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-left: #fff 1px solid;
}

.Safety_performance_cont {
    height: 100%;
}

.Safety_ul {
    width: 100%;
    height: 100%;
    background: #001119;
}

.Safety_ul>li {
    width: 100%;
    height: 13%;
    color: #fff;

    display: flex;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* background: #001925; */
}

.community_name {
    margin-left: 20px;
}

.Safety_ul .top1 {
    height: 16%;
    background: rgba(0, 170, 255, 0.6) !important;
}

.idx {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.top1>.idx {
    background: url(../img/电梯安全性能排行-第一名.png) no-repeat;
    background-size: 100% 100%;
}

.top2>.idx {
    background: url(../img/电梯安全性能排行-第二名.png) no-repeat;
    background-size: 100% 100%;
}

.top3>.idx {
    background: url(../img/电梯安全性能排行-第三名.png) no-repeat;
    background-size: 100% 100%;
}

.Safety_ul .top2 {
    height: 16%;
    background: rgba(0, 170, 255, 0.4) !important;
}

.Safety_ul .top3 {
    height: 16%;
    background: rgba(0, 170, 255, 0.2) !important;
}

.default-run {
    width: 100%;
    height: 20%;
    /* max-height: 158px; */
}

/*content---- center */
.streetcenter {
    height: 100%;
    width: 100%;
    display: flex;
    flex-flow: column;
}

.Digital_animation {
    height: 55% !important;
    width: 100%;
}

.animation {
    width: 32%;
    height: 100%;
}


.ans {
    height: 48%;
    width: 100%;
    color: #000;
}

.ans_tt {
    background: url(../img/数字牌-标题背景.png) no-repeat;
    background-size: 102% 100%;
    border: 0;
    color: #fff;

    display: flex;
    justify-content: center;
    align-items: center;
}

.Digital_bottom {
    height: 30%;
    width: 100%;
}

.Digital_bottom_elevator {
    height: 100%;
    width: 100%;
}

.an_bt1 {
    height: 100%;
    background: url("../img/设备总量.png") no-repeat;
    background-size: 100% 100%;
    color: #fff;

    padding: 0 10px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.an_bt1>.flex1 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.an_bt1>.flex2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.an_bt2>.flex1 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.an_bt3>.flex1 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.an_bt3>.flex2 {
    display: flex;
    align-items: center;
    justify-content: center;
}


.an_bt2 {
    height: 100%;
    background: url("../img/设备价值.png") no-repeat;
    background-size: 100% 100%;
    color: #fff;
    /* font-size: 1.2rem; */
    display: flex;
    align-items: center;
    padding: 0 10px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.map {
    position: relative;
    width: 100%;
    height: 70%;
    background: url('../img/地球仪.png') no-repeat;
    background-size: 100% 100%;
}

.retun {
    position: absolute;
    top: 3%;
    left: 0%;
    width: 30px;
    height: 30px;
    z-index: 100;
    cursor: pointer;
}

.statistical {
    width: 100%;
    height: 10%;
}

.statistical>.flex1 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;

}

.statistical_top>div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.statistical_top>div>img {
    width: 12px;
    margin-right: 5px;
}


.statistical_bottom .flexC .flex1 {
    display: flex;
    justify-content: center;
    align-items: center;
    /* font-size: 1.2rem; */
}


.img7 {
    width: 45px;
    margin-right: 5px;
}


/*content---- right */

.right {
    height: 100%;
    width: 100%;
}

.maintenance {
    width: 100%;
    height: 15%;
}

.mid-run {
    width: 100%;
    height: 20%;
    max-height: 158px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.maintenance_cont {
    width: 100%;
    height: 60%;
    margin-top: 2%;
}

.md {
    width: 30%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img5 {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.img5_rt {
    color: #fff;
}

.img5_rt_num {
    /* font-size: 2.5rem; */
    color: #fff;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-end;
}

.un {
    color: #fff;

    margin-left: 10px;
}

.img5_rt_tt {
    word-break: keep-all;
    color: rgba(255, 255, 255, 0.5);
}

.health {
    width: 100%;
    height: 25%;
    overflow: hidden;
}

.health_figure {
    width: 100%;
    height: 100%;
    overflow: hidden;
}


.fault_tt {
    width: 100%;
    height: 12%;
    color: #fff;
    background: rgba(0, 169, 255, 0.1);
}

.fault_tt>.flex1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.img6 {
    margin-right: 5px;
    width: 14px;
    height: 14px;
}

.fault_cont {
    width: 100%;
    height: 33%;
    overflow: hidden;
}

.fault_cont2 {
    width: 100%;
    height: 88%;
    overflow: hidden;
}

.fault_cont1 {
    width: 100%;
    height: 75%;
    overflow: hidden;
}

.eventclass {
    justify-content: unset !important;
    /* margin-left: 40px !important; */
}

.tier_index {
    width: 100%;
    background: #003149;
}

.fault-cont-ul {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.tier {
    width: 100%;
    height: 16.7%;
    background: #003149;
}

.tier>.flex1 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(255, 255, 255, 0.8);

}

.textLeft {
    margin-left: 2%;
}

.textC {
    /* font-size: 1rem; */
    color: rgba(255, 255, 255, 0.6);
    margin-top: 5px;
}

.scrolls::-webkit-scrollbar {
    display: none;
}

.leftEle {
    padding: 5px 5px 5px 4%;
    width: 96%;
    border-radius: 6px;
    background: #001925;
    height: 23%;
}

.textStyle {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 14px;
    justify-content: flex-end;
    margin-right: 5%;
    word-break: keep-all;
    word-wrap: normal;
}

/* model */

body .model {
    background: #001925;
    background: url("../img/000.png") no-repeat;
    background-size: 100% 100%;
    max-width: 1920px;
    /* box-shadow: 1px -1px 10px 4px #001925; */
    border-radius: 10px;
    color: #fff;
}

.v-application {
    line-height: 1 !important;
}

.layui-layer-page .layui-layer-content {
    width: 100%;
    height: 100% !important;
}

.md-content {
    width: 100%;
    height: 100%;
    margin: auto;
    padding: 3%;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
}



.md_top {
    width: 100%;
    display: flex;
    align-items: center;
}

.md_top_left {
    height: 100%;
}

.seachs {
    position: relative;
    margin-left: 20px;
    width: 180px;
    height: 30px;
}

.switch {
    width: 135px;
    height: 40px;
    line-height: 40px;
    background: #325FFB;
    border-radius: 6px;
    display: flex;
    align-items: center;
    color: #fff;

    padding: 0 10px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    cursor: pointer;
}

.seach {
    width: 100%;
    height: 100%;
    background: #00293D;
    border: 1px solid #00AAFF;
    box-sizing: border-box;
    border-radius: 26.5px;
    color: #fff;

    padding: 0 10px 0 30px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.seach_img {
    position: absolute;
    left: 5px;
    top: 5px;
    width: 20px;
}

.md_top_tt {
    color: #FFFFFF;
    height: 100%;
    font-size: 24px;
    /* font-size: 1.8rem; */
}



.md_top_right {
    height: 100%;
}

.btn {
    width: 80px;
    height: 40px;
    line-height: 40px;
    color: #fff;

    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F76261;
    cursor: pointer;
}

.md_content {
    height: 90%;
    width: 100%;
}

.md_content_tt {
    width: 100%;
    height: 8%;
}


.column_tt {
    /* width: 15%; */
    width: 18%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    /* font-size: 1.6rem; */
    background: #003651;
}


.md_content_ct {
    width: 100%;
    display: flex;
    align-items: center;
    height: 90%;
}

.column {
    /* width: 15%; */
    width: 18%;
    height: 100%;
    background: #002131;
    overflow: auto;
    overflow-x: hidden;
    cursor: pointer;
}

/*物业级别信息*/
.md_top_tt_street {
    color: #FFFFFF;
    height: 100%;
    font-size: 16px;
}

/*物业级别*/
.md_content_street {
    height: 90%;
    width: 100%;
}

/*物业级别*/
.md_content_tt_street {
    width: 100%;
    height: 8%;
}

/*物业级别*/
/* .column_tt_street {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    /* font-size: 1.6rem; */
/*background: #003651;
} */

/*物业级别*/
.md_content_ct_street {
    width: 100%;
    display: flex;
    align-items: center;
    height: 90%;
}

/*物业级别*/
.column_street {
    width: 30%;
    height: 100%;
    background: #002131;
    overflow: auto;
    overflow-x: hidden;
    cursor: pointer;
}

/*物业级别*/
.column_street>li {
    width: 100%;
    height: 10%;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

/*物业级别*/
.column_street>li:hover {
    background: #00537C !important;
}

/* ******************物业级别滚动条样式 */

.column_street::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 5px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.column_street::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    box-shadow: inset 0 0 2px #00AAFF;
    background: #00AAFF;
}

.column_street::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow: inset 0 0 2px #00AAFF;
    border-radius: 10px;
    background: #001925;
}

.column>li {
    width: 100%;
    height: 10%;
    color: #FFFFFF;
    padding-left: 60px;
    padding-right: 30px;
    display: flex;
    align-items: center;
    justify-content: start;
    position: relative;
}


.column>li:hover {
    background: #00537C !important;
}

.img_arrow {
    position: absolute;
    right: 8%;
    top: 50%;
    margin-top: -6px;
    width: 12px;
    display: none;
}

.img_arrow2 {
    position: absolute;
    left: 8%;
    top: 50%;
    margin-top: -6px;
    width: 12px;
    display: none;
    height: 14px;
    width: 10px;
}

.img_arrow4 {
    position: absolute;
    left: 10%;
    top: 50%;
    margin-top: -2px;
    height: 6px;
    width: 6px;
}

.img_arrow5 {
    position: absolute;
    left: 10%;
    top: 50%;
    margin-top: -2px;
    display: none;
    height: 6px;
    width: 6px;
}

.img_arrow3 {
    position: absolute;
    left: 8%;
    top: 50%;
    margin-top: -6px;
    width: 12px;
    height: 10px;
    width: 14px;
}

.img_arrow1 {
    position: absolute;
    right: 8%;
    top: 50%;
    margin-top: -6px;
    width: 12px;
}

.colorsadd {
    background: #00537C !important;
    color: #00AAFF !important;
}




.BMap_cpyCtrl {
    display: none;
}

.anchorBL {
    display: none;
}

html {
    font-size: 62.5%;
}

.center {
    width: 100%;
    height: 100%;
    background: 0;
    display: flex;
    flex-flow: column;
}

.propertycenter {
    width: 100%;
    height: 100%;
    background: 0;
    display: flex;
    flex-flow: column;
}

.pies1 {
    width: 36%;
    height: 80%;
}

.img4_yun {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
}

.uls>li {
    color: #99a9b1;
}

/* current_position 电梯安全性能排行 */

.current_position {
    height: 18%;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: #00496e;
    color: #fff;
    /* font-size: 1.4rem; */
}

.current_lf {
    height: 100%;
    display: flex;
    align-items: center;
}

.current_lf>img {
    width: 25px;
}

.current_name {
    margin-left: 13px;
}

.ming {
    color: #00aaff;
    margin: 0 5px;
}

.Safety_ul2 {
    height: 100%;
    background: #001119;
}

.Safety_ul2>li {
    height: 16.7%;
}
.Safety_ul3 {
    height: 100%;
    background: #001119;
}

.Safety_ul3>li {
    height: 12.5%;
}

.equipment {
    height: 60%;
    width: 100%;
}

.equipment_list {
    overflow: hidden;
    width: 100%;
    height: 100%;
    border: 1px solid;
    border-image: linear-gradient(to top,
            rgba(0, 170, 255, 0%),
            rgba(0, 170, 255, 20%),
            rgba(0, 170, 255, 30%) 80%,
            rgba(0, 170, 255, 40%)) 1;
}

.equipment_title {
    border: 1px solid;
    border-image: linear-gradient(to top,
            rgba(0, 170, 255, 0%),
            rgba(0, 170, 255, 20%),
            rgba(0, 170, 255, 30%) 80%,
            rgba(0, 170, 255, 40%)) 1;
}

.list_tt {
    width: 100%;
    height: 10%;
}

.list_tt>.flex1 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    /* font-size: 1.4rem; */
}

.img10 {
    width: 18px;
    margin-right: 5px;
}

.lists {
    cursor: pointer;
    height: 90%;
    display: block;
    width: 100%;
    overflow-y: auto;
    background: #001925;
}
.cardbackground .v-input__slot{
    background: transparent !important;
}

.cardbackground .v-text-field__slot input{
    text-align: center !important;
}
.dialogstyle { 
    height: 97%;
    width: 70%;
    max-width: 1500px;
    min-width: 1200px;
  }
 

  .listitembackground  .v-list-item__title{
      line-height: 1.2 !important;
  }
  .listitembackground_Service .v-list-item__content .v-list-item__title{
    line-height: 1.2 !important;
  }
  .v-progress-linear__determinate{
    border-radius: 16px !important;;
  }

.dialogstyle2 {
    height: 97%;
    width: 70%;
    max-width: 1500px;
    min-width: 1200px;
  }

#pagestyle li button {
    background-color: #00293d;
    height: 37px;
    width: 37px;
}

.lists>li {
    width: 100%;
    height: 90%;
    color: rgba(255, 255, 255, 0.8);
}

.lists>li>.flex1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex_one {
    padding: 4px;
}

/* Hazard_rate */

.Hazard_rate {
    height: 30%;
    width: 100%;
    max-height: 404px;
    margin-bottom: 16px;
}

.Hazards {
    height: 40%;
    width: 100%;
}


.img11 {
    width: 20%;
    height: 60%;
    margin-right: 5%;
}

.img11_rt {
    display: flex;
    align-items: center;
    width: 65%;
    height: 100%;
    /* font-size: 1.2rem; */
    color: #fff;
    border-bottom: 1px solid #002131;
    position: relative;
}

.img11_tt {
    margin-bottom: 4px;
    font-size: 12px;
}

.block {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #002131;
    width: 60%;
    height: 30%;
    display: flex;
    color: #99a6ad;
    align-items: center;
    justify-content: center;
}

.Hazard2_lf_rt {
    width: 35%;
}

.Hazard2_lf_rt>.flex1 {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    /* font-size: 1.2rem; */
    color: #fff;
}

.img12 {
    width: 30%;
    height: 80%;
    margin-right: 7%;
}

.Hazard2_cen {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* coordinates */

.coordinates {
    width: 100%;
    background: url("../img/地图框.png") no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
}

.coord {
    height: 89%;
    width: 96%;
    border: 2px solid rgba(0, 169, 255, 0.3);
}

/* ******************滚动条样式 */

.lists::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 5px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.lists::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    box-shadow: inset 0 0 2px #00aaff;
    background: #00aaff;
}

.lists::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow: inset 0 0 2px #00aaff;
    border-radius: 10px;
    background: #001925;
}

.property-run {
    width: 100%;
    height: 20%;
    /* max-height: 158px; */
}

.she {
    display: flex;
    align-items: center;
}


.ans_tt {
    background: url("../img/数字牌-标题背景.png") no-repeat;
    background-size: 102% 100%;
    border: 0;
    color: #fff;

    display: flex;
    justify-content: center;
    align-items: center;
}

.Digital_bottom {
    height: 30%;
    width: 100%;
}


.an_bt1>.flex1 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.an_bt3 {
    height: 100%;
    background: url("../img/设备总人数.png") no-repeat;
    background-size: 100% 100%;
    color: #fff;

    padding: 0 10px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.spaceBetween {
    display: flex;
    justify-content: space-between;
}

.overview_val {
    width: 64%;
}


/* 页面可见区域 小于 700 */
@media only screen and (max-height: 700px) {

    .headerClass {
        height: 10%
    }

    .bodyClass {
        height: 90%
    }

}

@media only screen and (min-height: 700px) and (max-height:768px) {

    body::-webkit-scrollbar {
        display: none;
    }

    .headerClass {
        height: 8%
    }

    .bodyClass {
        height: 92%
    }

    body {
        overflow: hidden;
    }

}

@media only screen and (min-height: 768px) and (max-height: 1080px) {

    body::-webkit-scrollbar {
        display: none;
    }

    .headerClass {
        height: 10%
    }

    .bodyClass {
        height: 90%
    }

    body {
        overflow: hidden;
    }

}

@media only screen and (max-width: 1366px) {
    .temp1show {
        display: block !important;
    }

    .fontsizeshijian {
        font-size: 12px !important;
    }
    .hiddenclass{
        display: none !important;
    }
    #scaleclass{
        padding: 0px 8px !important;
    }
    .wenbenclass .v-input__control{
        min-height: 28px !important;
    }
    
    .tablewenben th {
        font-size: 14px !important;
    }
    .tablewenben td{
        height:38px !important;
    }
    .movemarginclass{
        margin-left: 0px !important;
    }
    .scaleimg{
        transform: scale(0.8);
    }
    .imageclass{
        margin: 0px !important;
        transform: scale(0.8);
    }

    .listitembackground{
        height: 55px;
    }
}

@media only screen and (min-width: 1367px) {
    .tempshow {
        display: block !important;
    }
   
}

.lists li:nth-child(even) {
    background-color: #00293d;
}

.divstyle {
    border-style: solid;
    white-space: nowrap;
    z-index: 999;
    /* transition: left 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s, top 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s; */
    background-color: rgba(50, 50, 50, 0.7);
    border-width: 0px;
    border-color: rgb(51, 51, 51);
    border-radius: 4px;
    color: rgb(255, 255, 255);
    padding: 5px;
    left: 0px;
    top: 0px;
    pointer-events: none;
    display: none;
    position: absolute;
}


/*******************************新增CSS***********************************/
.caidanbeijing {
    background: url("../img/菜单背景.png") no-repeat !important;
    background-size: 100% 100% !important;
}

.v-pagination__more{
    color:white;
}

.v-select__slot input{
    color: white !important;
}

.v-select__slot label{
    color: grey !important;
}


.v-btn.v-btn--flat.v-btn--text.theme--light.v-size--default.white--text .v-btn__content{
    width: 100%;
  }
.theme--light.v-list{
    background-color: #001925 !important;
}
.v-list-item__content{
    color: #ffffff;
}

.v-list-item.v-list-item--link.theme--light:hover {
    background-color:#00496E;
  }

  .v-menu__content{
      min-width: auto !important;
  }