.zbx-multiple-popup {
  .content {
    border-radius: 10px;
    background-color: #fff;
    .list {
      margin: 0 16px;
      height: 56px;
      display: flex;
      align-items: center;
      position: relative;
      border-bottom: 1px solid #e6e7ed;
      //&::after {
      //  content: ' ';
      //  width: 100%;
      //  height: 1px;
      //  position: absolute;
      //  bottom: 0px;
      //  border-bottom: 1px solid #e6e7ed;
      //}
    }
    :last-child {
      border-bottom: 0;
    }
  }
}
