body{
  font-family: Microsoft YaHei,Helvetica Neue,Helvetica,Arial,Hiragino Sans GB,sans-serif ;
}

.page{
  display:flex;
  overflow:hidden;
  max-height: 100vh;
  flex-direction: column;
}
.page_header{
  display: flex;
  flex-direction: row;
  height: 60px;
  min-height: 60px;
  background-color: #fff;
  border-bottom: 1px solid #e0e1e3;
  align-items: center;
}
.page_header .grid{
  display: inline-block;
  margin-right:10px;
  padding-right:10px;
}
.page_header .title{
  font-size: 16px;
  color: #323c42;
  padding-left:30px;
  line-height: 60px;
  min-width: fit-content;
}
.page_header .options{
  text-align:right;
  padding-right:20px;
  flex-shrink: 0;
  align-items: center;  
}
.page_header .option{
  width:100%;
  text-align: right;
}
.page_header .option span{
  cursor: pointer;
  color:#009de7;
  line-height: 60px;
  font-size: 14px;
  margin-right:20px;
}
.page_content{
  padding:10px;
  overflow-y: auto;
  flex:auto;
}
.page_content::-webkit-scrollbar-thumb ,.mod_content::-webkit-scrollbar-thumb {
  background-color: #03A9F4;
}
.page_content::-webkit-scrollbar ,.mod_content::-webkit-scrollbar {
  width:6px;
  background-color:#ffffff
}
.page_content::-webkit-scrollbar-track,.mod_content::-webkit-scrollbar-track {
  background-color:#ffffff
}

.el-table{
  box-shadow: 0 0 3px rgba(0,0,0,.2);  
}
.amount{
  color:#4CAF50;
}
.button_cl .el-button{
  display:block;
  margin-bottom:10px;
}
.button_cl .el-button+.el-button{
  margin-left:0px;
}

.search .el-input-group__append, .el-input-group__prepend{
  background-color:#fff;
}

p.empty{
  font-size: 18px;
  text-align: center;
  line-height: 200px;
  color: #9E9E9E;
}
.last_message img{
  width: 24px;
  height: 24px;
  border:0;
  display: inline-block;
}  
.card{
  background-color:#fff;
  min-height:10px;
  padding:10px;
  box-shadow:0 0 3px rgba(0,0,0,.2);
  margin-bottom:10px;
}
.card .card_title{
  margin:0px;
  line-height:1.5;
  font-size:15px;
  padding-bottom:4px;
}

.card .card_content{
  font-size:13px;
  color:#757575;
}
.card .overleft_title{
  border-left: #009688 solid 4px;
  margin-left: -14px;
  margin-top:5px;
  padding-left: 10px;
  margin-bottom: 10px;  
}
