<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

body {
   font-family:'å¾®è½¯é›…é»‘';
   background: #e4e9ed;
}
ul li{
   list-style: none;
}
ul{
   margin: 0px;
   padding: 0px;
}
i{
   font-style: normal;
}

/*------------            list                ----------------*/

/*--  list  header    --*/
.list_box {
   background:#e4e9ed;
}

.list_box .mui-bar-nav{
   box-shadow:none;
   -webkit-box-shadow:none;
}
.list_box header.mui-bar{
   background: url("../images/top_bg01.jpg") top no-repeat;
   height: 55px;
   z-index: 999;
}
.list_box .top_bg{
   background: url("../images/top_bg02.jpg") top no-repeat;
   position: fixed;
   top: 55px;
   height: 25px;
   width: 100%;
}
.list_box .mui-bar .mui-title{
   line-height:55px;
   color: #ffffff;
   right: 55px;
   left: 55px;
}
.list_box .mui-bar .mui-icon{
   padding-top:17px;
   padding-bottom: 0px;
}
.list_box header.mui-bar a{
   color: #ffffff;
}
.head_menu .mui-bar-popover{
   background: #e4e9ed;
   width: 100px;
   border: 1px solid #b7bbc7;
   border-radius: 3px;
   top: 54px !important;
}
.head_menu .mui-popover .mui-popover-arrow:after{
   background: #e4e9ed;
}
.head_menu .mui-bar-popover ul{
   overflow: hidden;
   padding: 10px 10px;
   margin: 0px;

}
.head_menu .mui-bar-popover li{
   list-style: none;
   color: #1e2f3c;
   line-height: 35px;
   text-align: center;
   border-bottom: 1px solid #b7bbc7;
}
.head_menu .mui-bar-popover li a{
   color: #1e2f3c;
}
.head_menu .mui-bar-popover li:last-child{
   border-bottom: 0px;
}
.head_menu .mui-bar-popover li a{
   color: #1e2f3c!important;
   font-size: 14px;
   text-align: center;
}




/*--  content list --*/

.list_box .mui-content{
   padding-top: 55px;
   background-attachment: fixed;
   background-position:50% 55px;
   min-height: 300px;
   padding-bottom: 60px;
   background: #e4e9ed;
}


.list_box .mui-card{
   background: none;
   box-shadow: none;
}
.list_box .mui-content&gt;.mui-card:first-child{
   margin-top: 0px;
}
.list_box .mui-table-view{
   background: none;

}

.list_box .mui-table-view-cell{
   margin-bottom: 10px;
   border: 1px solid #b7bbc7;
   border-radius: 6px;
   background: #fff;
}
.mui-table-view-cell:after{
   height: 0px;
}
.list_box .mui-table-view-cell.mui-collapse.mui-active{
   margin-top: 0px;
}
.equipment_detail{
   padding: 0 10px 5px;
}
.equipment_detail li{
   list-style: none;
   border-bottom: 1px solid #b7bbc7;
   padding: 15px;
   position: relative;
}
.equipment_detail li:active{
   opacity: .9;
   background: #f1f7fb;
}
.equipment_detail li:last-child{
   border: 0px;
}
.equipment_detail li img{
   display: block;
   float: left;
   width: 36px;
   height: auto;
}
.equipment_detail li h2{
   font-size: 14px;
   color: #1e2f3c;
   padding-left: 45px;
   font-weight: normal;
}
.equipment_detail li h3{
   font-size: 12px;
   color: #556d7e;
   padding-left: 45px;
   font-weight: normal;
}
.equipment_detail li h3 span{
   padding-right: 30px;
}
.equipment_detail li strong{
   display: inline-block;
   position: absolute;
   top: 15px;
   right: 0px;
   width: 37px;
   height:18px;
   line-height: 18px;
   font-size: 12px;
   border-radius: 4px;
   text-align: center;
   font-weight: normal;
   color: #fff;
}
/*-- æ­£å¸¸   --*/
.normal{
   background: #1c964a;
}

/*-- å¼‚å¸¸   --*/
.abnormal{
   background: #ff4181;
}
/*-- åŠ&nbsp;çƒ­   --*/
.heating{
   background: #e4e9ed;
   color: #1c3e96;
}
/*-- æ…æ‹Œ   --*/
.stir{
   background: #375ec5;
   color: #1c3e96;
}



/*-- footer menu   --*/
.footer_bar_tab {
   bottom: 0;
   display: table;
   width: 100%;
   height: 45px;
   padding: 0;
   table-layout: fixed;
   border-top: 0;
   border-bottom: 0;
   -webkit-touch-callout: none;
   position: fixed;
   z-index: 10;
   right: 0;
   left: 0;
   -webkit-box-shadow: 4px 0 8px rgba(0,0,0,.35);
   box-shadow: 4px 0 8px rgba(0,0,0,.35);
   background: #fff;
}
.footer_bar_tab span{
   display: table-cell;
   overflow: hidden;
   width: 1%;
   height: 45px;
   text-align: center;
   vertical-align: middle;
   white-space: nowrap;
   text-overflow: ellipsis;
   font-size: 16px;
   -webkit-box-shadow: 0px 0 2px rgba(0,0,0,.35);
   box-shadow: 0px 0 2px rgba(0,0,0,.35);

}
.footer_bar_tab span a i{
   padding-right: 5px;
   font-size: 16px;
   font-weight: bold;
}
.footer_bar_tab .refresh{
   background: #1c3e96;
}
.footer_bar_tab .refresh a{
   color: #ffffff;
}
.footer_bar_tab .refresh:active{
   opacity: .9;
}

.footer_bar_tab .add_block a{
   color: #000000;
}
.footer_bar_tab .add_block:active{
   opacity: .9;
   background: #f1f7fb;
}

/*------------            list  end              ----------------*/



/*------------            detail  begin         ----------------*/

/*--  detail  header    --*/
.detail_box {
   background:#e4e9ed;
}
.detail_box .mui-bar-nav{
   box-shadow:none;
   -webkit-box-shadow:none;
}
.detail_box header.mui-bar{
   background: url("../images/detail_top_bg.jpg") top no-repeat;
   height: 140px;
   z-index: 999;
}
.state_information{
   position: fixed;
   z-index: 10;
   top:62px;
   left: 30px;
   color: #fff;
}
.state_information li{
   float: left;
   font-size: 12px;
}
.state_box{
   height: 35px;
   overflow: hidden;
   padding-bottom: 10px;
}
.state_box li{
   border-radius: 5px;
   width: 60px;
   height: 18px;
   line-height: 18px;
   text-align: center;
   margin-right: 10px;
}
.detail_box .mui-bar .mui-title{
   line-height:55px;
   color: #ffffff;
   right: 55px;
   left: 55px;
}
.detail_box .mui-bar .mui-icon{
   padding-top:17px;
   padding-bottom: 0px;
}
.detail_box header.mui-bar a{
   color: #ffffff;
}
.detail_box .mui-bar-popover{
   background: #e4e9ed;
   width: 100px;
   border: 1px solid #b7bbc7;
   border-radius: 3px;
   top: 54px !important;
}
.information li{
   padding-right: 15px;
}

.detail_box .mui-content{
   padding-top: 130px;
   min-height: 300px;
   padding-bottom: 60px;
   background: #e4e9ed;
}

.detail_box .mui-card{
   background: none;
   box-shadow: none;
}

.parameter_list{
   margin: 0 10px;
   overflow: hidden;
}
.parameter_list li{
   height: 36px;
   line-height: 36px;
   border-bottom: 1px solid #b7bbc7;
   color: #1e2f3c;
   font-size: 12px;
   padding: 0px;
}
.parameter_list li i{
   display: block;
   float: left;
   font-size: 16px;
   line-height: 36px;
   width: 20px;
   padding: 0px;
}
.parameter_list li h2{
   color: #1e2f3c;
   display: block;
   float: left;
   font-size: 12px;
   padding: 0px;
   margin: 0px;
   line-height: 36px;
   width: 100px;
   height: 36px;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space:nowrap;
   font-weight: normal;

}
.parameter_list li span{
   display:inline-block;
   float: left;
   margin-left: 20px;
   height: 36px;
   max-width:180px;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space:nowrap;
   font-weight: normal;
}

</pre></body></html>