.allcontent{
  position: relative;
  height: 100%;
}
.top{
  width: 100%;
  min-width: 1400px;
  height: 60px;
  background: #303c5c;
  position: relative;
}
.topright{
  display: inline-block;
  position: absolute;
  right: 2%;
  top:19px;
  color:white;
}
.topname{
  margin-right: 14px;
}
.toptime{margin-right: 20px;}
.loginOut{
  color:white;
}

.bottom{
  background: #edeff5;
  position: absolute;
  top:60px;
  width: 100%;
  bottom: 0;
  left: 0;
  overflow: hidden;
  min-width: 1400px;
}



.layui-nav-tree .layui-nav-bar{
  background-color: #5f94ec;
}
 .navbar{
  background: #fff;
}
 .navbar .layui-this>a{
  background: #edeff5;
}
 .navbar .layui-nav-item a{
  color:#768aa7;
}
 .navbar .layui-nav-item a:hover{
  color:#5f94ec;
  background: #edeff5;
}

.bRigtht{
  overflow: hidden;
  padding: 20px;
}
 .title{
  font-size: 17px;
  color:black;
}
 .alltab{
  background: white;
  border-radius: 5px;
  padding: 12px 19px;
  min-width: 1300px;
}
.search{
  margin-top: 10px;
}
 .input{
  display: inline-block;
}
 .input .name{
  display: inline-block;
  text-align: right;
  color: #323232;
  margin-right: 14px;
}
.myinput{
  border-radius: 20px;
  display: inline-block;
  width: 160px;
  height: 30px;
  margin-right: 20px;
}
.searchtime{
  height: 30px;
  border-radius: 20px;
  /* border: rgb(230,230,230); */
  border: 1px solid rgb(230,230,230);
  margin-right: 20px;
}
.layui-layout-admin .layui-body{
  bottom:0;
}
.layui-table-cell{
  height:auto;
overflow:visible;
text-overflow:inherit;
white-space: normal;
}