
.pt10{
    padding-top: 10px;
} 
.pt20{
    padding-top: 20px;
} 
.pb10{
    padding-bottom: 10px;
}
.tables,.mt10{
    margin-top: 10px;
}
.mt20{
    margin-top: 20px;
}
.tr{
  text-align: right;
}
.fr{
  float: right;
}
.border {
    border: 1px solid #e5e5e5
  }
  .ivu-btn-text{
    border-color: #dddee1!important
  }
  .ivu-btn{
    font-size: 14px!important
  }
  .ivu-btn,.ivu-input,.ivu-select-dropdown,.ivu-modal-content{
    border-radius: 0px !important
  }
  .ivu-table-body .ivu-table-cell{
    padding-left: 10px !important;
    padding-right: 10px !important;
    height: 52px!important;
    margin-top: 30px;
    /* line-height: 102px!important; */
  }
  .ivu-table-header .ivu-table-cell{
    height: 34px!important;
    /* line-height: 47px!important; */
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-top: 10px;
  }
  .ivu-table-header .ivu-table-cell .ivu-dropdown-menu{
    font-weight:normal!important;
  }
  .ivu-dropdown-item:hover{
    color: #2A74ED;
    background:#E9F1FF!important;
  }
  .ivu-modal-body{
    /* max-height: 600px; */
    overflow-y: auto;
  }
  .ivu-table td{
    height:40px!important;
  }
  .ivu-modal-body::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 10px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 10px;
  }


  h2{
    font-size: 18px !important
  }
  .ivu-tooltip-inner {
    max-width: 400px !important;
    white-space: normal !important;
    background-color: white;
    border: 1px solid #e9eaec;
    color: #000;
    font-family: "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1";
    overflow-wrap: break-word;
  }
  .ivu-tooltip-rel {
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .ql-btn{
    border:1px solid rgba(42,116,237,1)!important;
    color: #2A74ED!important;
    background-color: #fff!important;
  }
  .sl-btn:hover{
    border:1px solid #3C4558!important;
    color: #fff!important;
    background-color: #3C4558!important;
  }
  .ql-btn:hover{
    background-color: #CBDEFE!important;
  }