.container {
  width: 100%;
  height: 100%;
  background-color: #fff;
  font-size: 14px;
  color: #333;
  padding: 20px 0px;
}
.container header {
    display: flex;
    justify-content: space-between;
    height: 24px;
    text-align: center;
    align-items: center;
    padding: 0 40px;
}
.container header div:first-child span:nth-child(1) {
      font-size: 16px;
      font-weight: bold;
}
.container header div:first-child span:nth-child(2) {
      font-size: 12px;
      display: inline-block;
      margin: 0 5px 0 2px;
}
.container header div:first-child svg {
      width: 17px;
      height: 17px;
}
.container header div:nth-child(2) {
      cursor: pointer;
}
.container header div:nth-child(2) span {
        color: #fb8602;
}
.container header div:nth-child(2) svg {
        margin-right: 7px;
}
.container .content {
    margin-top: 36px;
    width: 100%;
}
.container .content p {
      padding: 0 40px;
      color: #999;
}
.container .content ul {
      width: 100%;
      padding: 0;
      margin-bottom: 100px;
}
.container .content ul li {
        width: 100%;
        height: 50px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 40px;
}
.container .content ul li div:nth-child(2) {
          display: none;
          color: #1274fa;
}
.container footer {
    padding: 0 40px;
    width: 100%;
}
.container footer div {
      border-top: 1px solid #ccc;
      width: 100%;
      padding-top: 15px;
      color: #999;
}
.content-active:hover {
  background: #f7f7f7;
  cursor: pointer;
}
.content-active:hover .cancel {
    display: block !important;
    cursor: pointer;
}
.shieldDialog {
  max-width: 580px !important;
  height: 540px;
}
.shieldDialog .el-dialog__title {
    font-size: 24px;
    font-weight: bold;
}
.shieldDialog .el-input-group__append {
    background: #1274fa;
    border: 1px solid #1274fa;
}
.shieldDialog .el-input__inner {
    border: 1px solid #1274fa;
}
.shieldDialog .search i {
    color: #fff;
    font-size: 16px;
}
.shieldDialog p {
    font-size: 16px;
    margin-top: 20px;
}
.shieldDialog .text {
    padding-left: 20px;
    color: #999;
}
.shieldDialog .text li {
      list-style-type: disc;
      margin-bottom: 4px;
      line-height: 26px;
}
.shieldDialog .el-dialog__body {
    padding: 10px 60px;
}
.shieldDialog .add-list p {
    margin: 25px 0;
    color: #999;
    font-size: 13px;
}
.shieldDialog .add-list .el-checkbox-group {
    display: flex;
    flex-direction: column;
    height: 250px;
    overflow-y: auto;
}
.shieldDialog .add-list .el-checkbox-group .el-checkbox {
      margin-bottom: 20px;
}
.shieldDialog .el-dialog__footer {
    padding: 10px 60px;
}
.shieldDialog .el-dialog__footer .dialog-footer {
      display: flex;
      justify-content: space-between;
}
.shieldDialog .el-checkbox__label:hover {
    color: #1274fa;
}


/*# sourceMappingURL=36.1772700840257.css.map*/