/* hesder */
.el-header {
  height: 50px !important;
  -ms-overflow-x: hidden;
  overflow-x: hidden;
  -ms-overflow-y: hidden;
  overflow-y: hidden;
  background-color: rgba(255, 255, 255, 1);
  background-image: none;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(233, 233, 233, 1);
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 26px;
}

.el-header .header-fold {
  color: #CCCCCC;
  font-size: 24px;
  cursor: pointer;
}

.el-header .el-avatar {
  border-radius: 50%;
  background-color: #fff;
}

.el-header .header-r {
  display: flex;
  align-items: center;
}

.el-header .header-r .el-avatar > img {
  margin-top: 2px;
}

.el-header .header-r .el-submenu__title {
  padding-left: 8px;
  padding-right: 0;
  font-size: 12px;
  color: #999;
}

.el-header .header-r .el-dropdown {
  padding-left: 8px;
  padding-right: 0;
  font-size: 12px;
  color: #999;
}

.el-header .header-r .header-tools {
  cursor: pointer;
}

.header-tools-item {
  font-size: 14px;
  color: #999;
}

.header-tools-item .el-dropdown-menu__item {
  line-height: 32px;
  color: inherit;
}

.header-tools-item .el-dropdown-menu__item img {
  width: 18px;
  margin-right: 8px;
  vertical-align: middle;
  margin-top: -2px;
}

.header-tools-item .el-dropdown-menu__item:hover {
  background-color: rgba(240, 242, 245, 1);
  color: #999;
}

.el-message-box__wrapper{
  background-color: rgba(0, 0, 0, 0.5);
}

.active-main-menu{
  background-color: rgba(0, 0, 0, 0.247058823529412);
  color: #ccc;
}

.errorHide {
  display: none;
}

/* el-aside */
.el-aside {
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: rgba(51, 55, 68, 1);
  background-image: none;
  border: none;
  border-radius: 0px;
  -moz-box-shadow: 5px 0px 5px rgba(0, 0, 0, 0.0980392156862745);
  -webkit-box-shadow: 5px 0px 5px rgb(0 0 0 / 10%);
  box-shadow: 5px 0px 5px rgb(0 0 0 / 10%);
}

.el-aside::-webkit-scrollbar-thumb {
  /*滚动条样式*/
  background: #999;
  border-radius: 5px;
}

.el-aside .main-logo {
  margin: 15px auto;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 28px;
}

.el-aside .main-logo img {
  width: 117px;
  margin-bottom: 8px;
}

.el-aside.el-aside--collapse .main-logo img {
  width: 64px;
}

.el-aside.el-aside--collapse .main-logo h1 {
  display: none;
}

.el-menu-aside {
  background-color: transparent;
  color: #ccc;
  margin-top: 20px;
  border-bottom: none;
  border-right: none;
}

.el-menu-aside  a {
  color: #ccc !important;
}

.el-menu-aside > .el-menu-item {
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #ccc;
  text-align: left;
  padding-left: 40px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
}

.el-menu-aside .el-menu-item.is-active {
  background-color: rgba(0, 0, 0, 0.498039215686275);
  border-bottom: none;
  border-right: 3px solid rgba(24, 145, 255, 1);;
  color: #ccc;
}

.el-menu-aside .el-menu-item:not(.is-disabled):focus, .el-menu-aside .el-menu-item:not(.is-disabled):hover {
  background-color: rgba(0, 0, 0, 0.98);
  color: #ccc;
}

.el-menu-aside > .el-menu-item .menu-icon {
  width: 23px;
  text-align: center;
  margin-right: 14px;
  position: absolute;
  left: 40px;
  top: 0;
}

.el-menu-aside > .el-menu-item .menu-icon > img {
  max-width: 100%;
}

.el-menu-aside > .el-menu-item > span {
  width: 100%;
  display: inline-block;
  padding-left: 37px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.el-aside.el-aside--collapse .el-menu-aside > .el-menu-item .menu-icon {
  left: 20px !important;
}

.el-tooltip__popper.menu-tooltip {
  min-width: 352px;
  border-color: rgba(233, 233, 233, 1);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.0470588235294118);
  -webkit-box-shadow: 0px 0px 5px rgb(0 0 0 / 5%);
  box-shadow: 0px 0px 5px rgb(0 0 0 / 5%);
  margin-left: 0px;
  padding-left: 20px;
}

.el-tooltip__popper.menu-tooltip > .tooltip-menu {
  display: flex;
}

.el-tooltip__popper.menu-tooltip > .tooltip-menu > .tooltip-menu-item {
  min-width: 100px;
  margin-right: 10px;
}

.el-tooltip__popper.menu-tooltip > .tooltip-menu > .tooltip-menu-item > .tooltip-submenu__title {
  font-size: 12px;
  color: rgb(153, 153, 153);
  border-bottom: 1px solid rgba(233, 233, 233, 1);
  padding: 12px 0 12px 0;
}

.el-tooltip__popper.menu-tooltip > .tooltip-menu > .tooltip-menu-item .tooltip-menu-item {
  color: #666;
  font-size: 14px;
  padding: 10px 10px 10px 0;
  cursor: pointer;
}

.el-tooltip__popper.menu-tooltip .popper__arrow {
  display: none;
}

/* el-breadcrumb */
.el-main {
  position: relative;
  padding-top: 50px;
  padding-right: 50px;
  background-color: #f0f2f5;
}

.content-div {
  clear: both;
  margin-top: 20px;
  position: absolute;
  top:50px;
  right: 50px;
  left: 50px;
  border-radius: 16px;
}

.container-title-div{
  height: 60px;
  background: inherit;
  background-color: rgba(249, 249, 249, 1);
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(233, 233, 233, 1);
  border-radius: 16px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  line-height: 60px;
  padding: 0px 0px 0px 20px;
  box-sizing: border-box;
  width: 100%;
  color: #888283;
}



.container-content-div{
  padding: 20px;
  min-height: 500px;
  background-color: #ffffff;
}

.breadcrumb {
  z-index: 1000;
  position: fixed;
  left: 200px;
  top: 50px;
  right: 0;
  height: 50px;
  -ms-overflow-x: hidden;
  overflow-x: hidden;
  -ms-overflow-y: hidden;
  overflow-y: hidden;
  background-color: rgba(255, 255, 255, 1);
  background-image: none;
  border: none;
  -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.0470588235294118);
  -webkit-box-shadow: 0px 3px 5px rgb(0 0 0 / 5%);
  box-shadow: 0px 3px 5px rgb(0 0 0 / 5%);
  display: flex;
  align-items: center;
  padding-left: 20px;
  color: #ccc;
  font-size: 14px;
}

.el-main--collapse .breadcrumb {
  left: 64px;
}

.breadcrumb-icon {
  max-width: 23px;
  margin-right: 5px;
}

.el-breadcrumb {
  display: flex;
}

.el-breadcrumb__separator {
  font-weight: normal;
  display: inline-block !important;
}

.el-breadcrumb__inner, .el-breadcrumb__item:last-child .el-breadcrumb__inner {
  color: #a5a2a2;
}

.el-breadcrumb__inner, .el-breadcrumb__item:last-child .el-breadcrumb__inner:hover{
  color: #409eff;
}

.breadcrumb-r {
  position: absolute;
  right: 10px;
  color: #999;
  font-size: 18px;
}

.breadcrumb-r-item {
  width: 25px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}

/* el-message-box */
/* .el-message-box .doubt-icon {
    width: 50px;
    height: 50px;
    background: url('../images/doubt-icon.svg') no-repeat 0 0;
    background-size: 100% 100%;
} */
.log-confirm {
  color: #666;
}

.log-confirm .el-message-box__header {
  font-weight: bold;
  padding-top: 18px;
  padding-bottom: 18px;
  background-color: rgba(245, 245, 245, 1);
}

.log-confirm .el-message-box__title {
  font-size: 14px;
  color: #666;
}

.log-confirm .el-message-box__content {
  padding-top: 27px;
  padding-bottom: 40px;
}

.log-confirm .el-message-box__status {
  top: -2px;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.log-confirm .el-message-box__btns {
  box-shadow: 0px 1px 1px 0px rgb(233 233 233) inset;
  padding-top: 10px;
}

.copyright{
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: rgb(204, 204, 204);
}

.hide {
  display: none !important;
}

.detail-page {
  display: table;
  width: 100%;
}
