#app > .wrapper{  background:url("../img/bg.jpg") no-repeat fixed ;  background-size:100% 100%;  }
#app > .wrapper > .header{background-color: transparent!important;}
#app > .wrapper > .sidebar{background-color: transparent!important;}
.sidebar-el-menu{background-color: transparent!important;}
.sidebar-el-menu > li{margin: 8px 0!important;}
.sidebar-el-menu > li > div{background-color: transparent!important;}
.sidebar-el-menu > li > ul{background-color: transparent!important;}

.sidebar-el-menu > li > ul > .el-menu-item{background-color: transparent!important;color: white!important;margin-left: 20px;padding-left: 20px!important;  }
.sidebar-el-menu > li > .el-submenu__title{
  color: white!important;
  border-radius:6px!important; overflow: hidden!important;

  opacity: .8;
  background-color:rgba(52,77,101,1)!important;padding: 0 !important;;
width: 94%!important;margin: 0 auto!important;
  height: 36px!important;
  line-height: 36px!important;
}

.el-header > .el-button{
  /* padding: 2px 4px!important; */
  color: white;!important;
}
.el-button_blue{background-color:rgba(100,195,223,1)!important;}
.el-button_pink{background-color:rgba(197,206,209,1)!important;}

.el-button_red{background-color:rgba(223,100,117,1)!important;}

