page{
    background-color: #F8F8F8;
    font-size: 16px;
    font-family: -apple-system-font,Helvetica Neue,Helvetica,sans-serif;
}
.container {
	background-color: #F8F8F8;
}
.page__hd {
    padding: 25px;
}
.page__bd {
    padding-bottom: 30px;
}
.page__bd_spacing {
    padding: 0 15px;
}
.page__bd_content {
    background: white;
    margin-top: 5px;
}

.page__ft{
    padding-bottom: 10px;
    text-align: center;
}

.page__title {
    text-align: left;
    font-size: 20px;
    font-weight: 400;
}

.page__desc {
    margin-top: 5px;
    color: #888888;
    text-align: left;
    font-size: 14px;
}
/** 页面-header **/
.page-navigate {
  display: flex;
  flex-direction: row;
  background-color:white;
  position:fixed;
  width:100%;
  top:0;left:0;
  z-index: 9999;
}
/** 页面-header-left **/
.navigate-left {
  width:40%;
  height:30px;
  line-height:30px;
  text-align: left;
}
.navigate-left img {
  width: 25px;
  height: 25px;
  padding: 8px 0px 0px 8px;
}
/** 页面-header-center **/
.navigate-center {
  width:50%;
  height:40px;
  line-height:40px;
  text-align: left;
  font-size: 16px;
  color: #FD783F;
}
/** 页面-header-right **/
.navigate-right {
  width:10%;
  line-height:40px;
  text-align: center;
}
.navigate-right img {
  width: 25px;
  height: 25px;
  padding-top:8px;
  padding-right:18px;
}

/** 页面-body **/
.page-body {
  background-color: #F8F8F8;
  margin-top:40px;
  padding-top:2px;
  width: 100%;
  height: 100%;
}

/* 页面-body-设备列表 */
.list-item {
  margin:5px 7px 0px 7px;
  padding: 5px 5px 5px 5px;
  background-color:white;
}
.list-item-header{
  width:100%;
  display:flex;
  flex-direction:row;
  justify-content:space-between;
  margin-bottom:5px;
}
.list-item-header-left img{
  width:20px;
  height:20px;
  padding:5px 10px 0px 0px;
}
.list-item-header-left span{
  font-size: 0.9em;
  color: #777777;
}

.list-item-header-right{
  text-align:right;
}
.list-item-header-right img{
  width:23px;
  height:23px;
  padding:3px 5px 0px 0px;
  margin-right:3px;
}
.list-item-body{
  width:100%;
  display:flex;
  flex-direction:row;
  justify-content:space-around;
}
.list-item-body-offline{
  width:100%;
  height: 80px;
  background-color: #8F8F8F;
  text-align: center;
  padding:30px 0px 0px 0px;
  color:white;
  font-size:0.9em;
}
.list-item-body-center{
  display:flex;
  flex-direction:row;
  justify-content:space-between;
  padding:10px;
}
.list-item-body-center-item{
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  margin:5px;
  padding:7px;
  text-align: center;
  border-style: solid;
  border-color: #b6aeae;
  border-radius: 10%;
  border-width: 1px;
  font-weight:bold;
  background-color: #3782FF;
  color:white;
}
.list-item-body-center-item-header{
  border-bottom-style: dashed;
  border-bottom-color: #b6aeae;
  border-bottom-width: 1px;
}
.list-item-body-center-item-body{
  padding-top: 3prx;
}
.list-item-body-right{
	padding:10px 20px;
	font-size:15px;
}
.list-item-body-right-item{
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  margin:5px;
  padding:5px;
  text-align: left;
}
.list-item-body-right-item-header{
  border-bottom-style: dashed;
  border-bottom-color: #b6aeae;
  border-bottom-width: 1px;
}
.list-item-bottom{
  width:100%;
  display:flex;
  flex-direction:row;
  justify-content:space-between;
}
.list-item-bottom-right{
  margin-right:10px;
}
/* 公用样式 */
.gray {
  font-size: 0.9em;
  color: #777777;
}
.warning {
	color:red;
	font-weight:bolder;
}