body, html{
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.justify-start {
  display: flex;
  justify-content: flex-start;
}
.justify-center {
  display: flex;
  justify-content: center;
}
.justify-space-between {
  display: flex;
  justify-content: space-between;
}
.justify-end {
  display: flex;
  justify-content: flex-end;
}
.align-items-start {
  align-items: flex-start;
}
.align-items-center {
  align-items: center;
}
.align-items-end {
  align-items: flex-end;
}
.layui-layout-admin .layui-body {
  top: 40px;
  bottom: 10px;
}
.layui-tab-title .layui-this {
  color: #ffffff;
  background: #009689;
}
.layui-layout-admin .layui-logo{
  font-size: 1.5em;
  font-weight: bold;
  color: #ffffff;
}
.layui-layout-admin .layui-header{
  background-color: #393D48;
}
.layui-tab-title li .layui-tab-close:hover {
  border-radius: 2px;
  background-color: #009689;
  color: #fff;
}
.login-card{
  width: 100%;
  display: flex;
  justify-content: center;
}
.login-head {
	
  margin-top: 18px;
  margin-left: 1em;
  
}
.login-page{
  margin-top: 80px;
  color: #333333;
  width: 30%;
  height: 45%;
 /* background: hsla(0,0%,100%,.4);*/
}
.login-bg {
  margin-right:120px;
}
.login-title-item{
  margin: 1em 0;
  font-size: 1.1em;
  border-bottom: 2px solid #ffffff;
}
.login-footer{
  background-color: #3a445c;
  color: #ffffff;
  padding: 26px 0;
  width: 100%;
  position: fixed;
  bottom: 0;
  font-size: 12px;
}
.login-link{
  margin-bottom: 12px;
  font-size: 14px;
}
.login-link a{
  color: #ffffff;
}
.login-btn{
  width: 250px;
}
.error-message{
  color: #FD482C;
}
.login-title{
  font-size: 1.5em;
}
.child-menu{
  margin-left: 1em;
}
.sub-child-menu{
  margin-left: 2em;
}
.page-panel{
  display: flex;
  justify-content: flex-start;
  height: 130px;

}
.small-page-panel{
  display: flex;
  justify-content: flex-start;
  height: 50px;
}
.page-title{
    width: 150px;
    margin-bottom: 1.5em;
    padding-bottom: 0.8em;
    border-bottom: 2px solid #009689;
}
#body{
    padding: 1em 1.5em 1.5em 0.8em;
}
.panel{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  font-size: 16px;
  border-radius: 10px;
  border: 1px solid #c2c2c2;
  margin-right: 1em;
}
.green-bk{
  color: #FFFFFF;
  background: #009689;
  border: none;
}
.small-page-panel .panel{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  font-size: 16px;
  border-radius: 10px;
  border: 1px solid #c2c2c2;
  margin-right: 1em;
  cursor: pointer;
}
.small-page-panel .green-bk{
  color: #FFFFFF;
  background: #009689;
  border: none;
}
.small-page-panel .panel span{
  padding-bottom: 0.2em;
}
.panel span{
  padding-bottom: 1em;
}
.stats-panel{
  border: 1px solid #c2c2c2;
  border-radius: 5px;
  margin-top: 1.5em ;
  padding: 1em;
}
.search-form{
  display: flex;
  justify-content: flex-start;
}
.search-type{
  height: 50px;
  display: flex;
  justify-content: flex-start;
  padding-left: 2em;
}
.type-btn{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 0.7em ;
  margin-right: 1em;
  border: 1px solid #c2c2c2;
  border-radius: 5px;
  cursor: pointer;
}
.btn-active{
  color: #FFFFFF;
  background: #009689;
  border: none;
}
.chart-panel{
  width: 80%;
  height:400px;
  margin: 1em auto;
}
.download-panel{
  display: flex;
  justify-content: flex-end;
  margin-right: 10em;
}
.layui-input-inline{
  margin-right: 1em;
}
.layui-table-box .layui-table-body{
  overflow-x: hidden;
}
.sm{
  height: 35px;
  margin-left: 2em;
}
.sm .panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  font-size: 14px;
  border-radius: 10px;
  border: 1px solid #c2c2c2;
  margin-right: 1em;
  cursor: pointer;
}
.sm .green-bk {
  color: #FFFFFF;
  background: #009689;
  border: none;
}
.frame-page{
  width: 100%;
  height: 100%;
  border: none;
}
.up-green{
  color: yellowgreen;
}
.down-red{
  color: #FD482C;
}
.title-style{
  font-size: 1.3em;
  color: #2E2D3C;
  font-weight: bold;
  margin:0 0 1em 0.2em;
}
.frame-content{
  margin-top: 5em;
  display: flex;
  justify-content: center;
}
.frame-content a{
  font-size: 1.5em;
}
#work-form{
  display: flex;
  justify-content: space-between;
}
.inline-div{
  display: flex;
  justify-content: flex-start;
}
#layui-layer1 .layui-layer-title {
  padding: 0;
  height: 42px;
  line-height: 42px;
  border-bottom: 1px solid #eee;
  font-size: 15px;
  color: #333;
  overflow: hidden;
  background-color: #F8F8F8;
  border-radius: 2px 2px 0 0;
  text-align: center;
}
.dialog-tip{
  text-align: center;
  color: #c2c2c2;
  font-size: 11px;
}
.dialog-tip a{
  cursor: pointer;
  color: #009CFA;
}
.dialog-input{
  margin-bottom: 0.5em;
}
.dialog-p{
  color: #666666;
  font-size: 14px;
}
.top{
  text-align: center;
  margin-top: 60px;
}
.top img{
  width: 60%;
}
.apply-btn{
  font-size: 16px;
  width: 47.5%;
  height: 40px;
}
.details{
  font-size: 14px;
  color: #929292;
  text-align: center;
  margin-top: 50px;
}
.btns{
  margin: 0 auto;
  border: none;
  font-size: 16px;
  width: 100%;
  color: #929292;
}
.layout-side{
  display: flex;
  justify-content: flex-start;
  margin-left: 200px;
  padding-top: 1%;
 }
.admin-side-toggle,.admin-side-full{
  margin-left: 1rem;
  cursor: pointer;
  color: white;
  text-align: center;
  width: 30px;
  height: 30px;
  background-color: #1AA094;
  line-height: 30px;
}
.choice-degree{
  margin: 0.55em 0.8em;
}
.degree-panel{
  cursor: pointer;
  background: #ffffff;
  border: 1px solid #E9E7E7;
  color: #333333;
  padding: 0.8em;
}
.green-degree-panel{
  cursor: pointer;
  background: #1AA094;
  color: white;
  padding: 0.8em;
}

.toplogo{
width: 1000px;
padding-top: 30px;
margin: 0px auto;

}
