* {
  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: 14px !important;
}

html .receive-worktable-sys .emstable-wrap .search-form form.ivu-form {
  height: auto;
  margin-bottom: 10px;
  overflow: hidden;
}

.emstable-wrap-new .ivu-input, .ivu-input-wrapper, .emstable-wrap-new .ivu-select-selection, .emstable-wrap-new .ivu-date-picker, .emstable-wrap-new .ivu-select-input {
    width:100%;
    height: 30px !important;
}
.emstable-wrap-new  .ivu-form-item {
  margin-bottom: 18px!important;
}

.emstable-wrap-new .ivu-form-item-label {
  font-size: 12px!important;
  color: #424656;
}

