* {
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style: none;
}

img {
  display: block;
}

html,
body {
  height: 100%;
}

html {
  box-sizing: border-box;
  background: #eee;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}


/* 查询表单公共样式 */

/* 新建按钮 */
.icon-add {
  vertical-align: text-top;
  padding-right: 5px;
}

/* 列表 */
.table-list {
  margin-top: 20px;
}

/* 编辑表单弹窗 */
.add-item {
  margin-bottom: 20px;

}

.add-item .tips {
  color: red;
  margin-left: 20%;
  margin-top: 8px;
}

/* 分页 */
.page-wrap {
  padding: 20px 0;
  text-align: right;
}

/* 新建弹窗 */
.add-modal {
  width: 60%;
}

.demo-spin-icon-load {
  animation: ani-demo-spin 1s linear infinite;
  vertical-align: text-top;
  margin-right: 5px;
  font-size: 14px;
}

@keyframes ani-demo-spin {
  from {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.demo-spin-col {
  height: 100px;
  position: relative;
  border: 1px solid #eee;
}

.ivu-form .ivu-form-item-label {
  font-size: 12px !important;
}


.ivu-table-wrapper {
  border: 1px solid #eaecf1!important;
  border-bottom: none!important;
}
/* new add */
html .ivu-btn {
  padding: 0 10px!important;
  min-width: 64px;
}
.line_style{
  background: none;
  width: 100%;
  height: 0;
  overflow: hidden;
  border-bottom: 1px dashed rgba(66,70,86,0.12);
  margin: 8px 0 0;
}
.core-modal-wrap .core-modal .core-modal-header{
  padding: 12px 24px !important;
}
#upload-wrap .ivu-input{
  height: 28px !important;
}
.ivu-table-row-highlight td{
  background: #f9f9fa !important;
  
}

/*BaseUI 表格下描边 */
.ivu-table:before{
  bottom: -9px!important;
  background-color: #eaecf1!important;
}

.roleEdit_box {
  padding: 20px 0 20px 20px!important;
}
/* 集成到admin解决冲突 */
.core-modal-wrap .core-modal .core-modal-footer>button{
  min-width: 62px!important;
}
.admin .row-tools .t-action-btn:not(:last-child){
  margin-right: 16px!important;
}
.ivu-tree-empty {
  padding-top: 15px;
  text-align: center;
}
.ivu-table-wrapper .ivu-table-tip table td{
  width: 100%;
  height: 200px!important;
  background: url(http://10.200.0.171/static/pro/HRSN/table-no-data.png) center 30px no-repeat;
  position: relative;
}
.ivu-table-wrapper .ivu-table-tip table td span {
  display: none;
}
.resourceDetial{
  margin-top: 22px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 40px;
}
.ivu-table-wrapper .ivu-table-tip table td:after {
  display: block;
  content: "\6682\65e0\6570\636e\000d\000a";
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  color: #7d8292;
}
.ivu-btn-success{
  background: #F99C34 !important;
  border-color: #F99C34 !important;
}
/* .sidelip-warp .ems-common-title {
  padding-left: 15px;
} */
.sidelip-bar-info .back{
  min-width: 0px!important;
}
*::-webkit-scrollbar {
  height: 10px !important;
  background-color: #fff;
}
.ivu-table:before {
  height: 10px !important;
}
.fr {
  float: right;
}
/* .ivu-form-item{
  margin-bottom: 20px!important;
} */