/*竖向菜单样式 start*/
.line-menu .el-menu-item {
  //background-color: #fff !important;
  //color: #000000 !important;
  /*font-size: 16px !important;*/
  //font-weight: bold !important;
  //font-family:Microsoft YaHei !important;
}

// .line-menu .el-menu-item {
//   font-family: weiruanyahei;
//   color: #333 !important;
//   border-bottom: 1px solid #eeeeee;
// }

//.line-menu .el-menu-item:hover {
// background-color: #1fc09f !important;
// border-width: 0 !important;
// color: #fff !important;
// font-weight: bold !important;
// font-family: Microsoft YaHei !important;
//}

// .line-menu .el-menu-item:hover {
//   border-bottom: none !important;
//   border-width: 0 !important;
// }

// .line-menu .el-menu-item.is-active {
//   background-color: #1fc09f !important;
//   font-weight: bold !important;
//   color: #fff !important;
//   font-family: Microsoft YaHei !important;
//   //border-radius: 8px;
// }

// .line-menu .el-submenu:focus .el-submenu__title,
// .line-menu .el-submenu:hover .el-submenu__title {
//   background: #ffffff !important;
//   color: #1fc09f;
//   border: none !important;
//   border-radius: 8px;
// }

.line-menu {
  .el-menu-vertical-demo:not(.el-menu--collapse) {
    width: 200px;
    min-height: 400px;
  }

  .el-container {
    overflow: hidden;
  }

  .el-submenu .el-menu-item {
    width: auto;
  }

  .el-menu-item.is-active {
    // background-color: #0D71BA !important;
  }

  .el-menu {
    border-right-width: 0;
  }
}

/*左侧竖向菜单时 右侧表格布局样式*/
.table_box {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  .right-header {
    box-shadow: 0px 0px 10px 2px rgba(153, 153, 153, 0.2);
    padding: 20px;
    background: #fff;
    //height: 77px;
    // margin: 20px;
    // box-sizing: border-box;
    // //  margin-bottom: 20px;

    // &--nopadding {
    //   padding: 0 20px;
    // }

    .el-form-item {
      margin-bottom: 0 !important;
      vertical-align: middle;
    }
  }
}

/*搜索栏下单选按钮样式*/
.top_search_nav {
  & > div {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 5px;

    .el-input {
      width: 200px;
    }

    .search_label {
      padding-right: 20px;
    }
  }

  .cascader {
    .el-input {
      width: 300px;
    }
  }
}

.top_search_nav .el-radio-button__orig-radio:checked + .el-radio-button__inner {
  background: linear-gradient(
    90deg,
    rgba(50, 185, 201, 1),
    rgba(53, 206, 118, 1)
  );
  border: 1px solid rgba(50, 185, 201, 1);
}

.pagination {
  text-align: center;
}

.el-dialog__header {
  background: #2ab999 !important;
  .el-dialog__title {
    color: white !important;
  }
}
.el-icon-close:before {
  color: white !important;
}
.numberPage {
  // background: #f2f0f0;
  width: 100%;
  height: auto;
  .formStyle {
    box-shadow: 0px 0px 10px 2px rgba(153, 153, 153, 0.2);
    margin-top: 20px;
    padding: 16px;
    background: #fff;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
  }
  .tableStyle {
    box-shadow: 0px 0px 10px 2px rgba(153, 153, 153, 0.2);
    margin-top: 20px;
    padding: 16px;
    background: #fff;
    padding-left: 20px;
    // background: #ffffff;
    // padding-top: 3px;
    //  margin: 20px 90px;
  }
}
::v-deep .el-form-item {
  margin-bottom: 0px !important;
}
.drawer-custom {
  width: 60% !important;
}

.page-info {
  .line {
    text-align: center;
  }
  .content {
    width: 60%;
    margin: 0 auto;
  }
}
