.jcsDialog{
  position: fixed;
  z-index: 1000;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
.jcs-mui-dialog{
  >div{
    >div{
      max-width: 700px !important;
    }
  }

  .jcs-mui-title{
    border-bottom: 1px solid #eee;
    padding: 20px 20px 16px;
    h2{
      position: relative;
      button{
        position: absolute;
        right: 0;
        top: -2px;
        padding: 4px;
      }
      h6{
        font-size: 16px;
        color: #333;
      }
    }
  }

  .jcs-mui-btns{
    position: relative;
    margin: 0 !important;
    padding: 15px 0;
    &::before{
      border-top: 1px solid #eee;
      position: absolute;
      content: '';
      left: 0;
      right: 0;
      top: 0;
      height: 0;
      width: 100%;
    }
    button{
      border-radius: 3px;
      font-weight: normal;
      padding: 4px 25px;
      margin-right: 15px;
      &:last-child{
        background-color: #4174d9;
        border: 1px solid #4174d9;
        box-shadow: none;
      }
      &:disabled{
        color: #fff !important;
        opacity: .5;
      }
    }
  }

  .jcs-mui-items{
    min-height: 400px;
    position: relative;
    padding: 0 !important;
    .jcs-mui-items-l{
      position: absolute;
      width: 50%;
      border-right: 1px solid #eee;
      left: 0;
      top: 0;
      bottom: 0;
      padding-top: 10px;
      padding-bottom: 10px;
      overflow: hidden auto;
      min-height: 400px;
      max-height: 400px;
      &>div{
        margin-left: 10px;
        display: flex;
        align-items: center;
      }
      img{
        width: 30px;
        height: 30px;
      }
      b{
        width: calc(100% - 90px);
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        font-weight: normal;
        margin-left: 5px;
      }
    }
  }

  .jcs-mui-items-r{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden auto;
    width: 50%;
    min-height: 330px;
    max-height: 330px;
    &>div{
      margin-left: 10px;
      display: flex;
      align-items: center;
    }
    img{
      width: 30px;
      height: 30px;
    }
    b{
      width: calc(100% - 90px);
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      font-weight: normal;
      margin-left: 5px;
    }
  }

  .jcs-mui-search{
    width: calc(100% - 40px);
    margin-left: 16px !important;
    position: relative;
    border: 1px solid #eee;
    border-radius: 2px;
    margin-top: 3px;
    .jcs-mui-input{
      width: calc(100% - 30px);
    }
    svg{
      font-size: 18px;
      margin-left: 7px;
    }
    input{
      font-size: 13px;
      padding: 4px 5px 3px;
      width: 100%;
    }
  }
  
  .jcs-mui-addbtn{
    box-shadow: none;
    background-color: #4174d9;
    color: #fff;
    font-weight: normal;
    width: calc(100% - 39px);
    border-radius: 4px;
    font-weight: normal !important;
    font-size: 13px;
    margin: 14px 16px;
    padding: 6px 0;
  }

  .jcs-mui-tip1{
    margin: 0 0 3px 16px !important;
    font-size: 13px;
    color: #bbb;
  }
}
