/*列表上方操作按钮区域*/
.ant-card-body .table-operator[data-v-66fe4c9e] {
  margin-bottom: 8px;
}
/** Button按钮间距 */
.table-operator .ant-btn[data-v-66fe4c9e] {
  margin: 0 8px 8px 0;
}
.table-operator .ant-btn-group .ant-btn[data-v-66fe4c9e] {
  margin: 0;
}
.table-operator .ant-btn-group .ant-btn[data-v-66fe4c9e]:last-child {
  margin: 0 8px 8px 0;
}
/*列表td的padding设置 可以控制列表大小*/
.ant-table-tbody .ant-table-row td[data-v-66fe4c9e] {
  padding-top: 15px;
  padding-bottom: 15px;
}
/*列表页面弹出modal*/
.ant-modal-cust-warp[data-v-66fe4c9e] {
  height: 100%;
}
/*弹出modal Y轴滚动条*/
.ant-modal-cust-warp .ant-modal-body[data-v-66fe4c9e] {
  height: calc(100% - 110px) !important;
  overflow-y: auto;
}
/*弹出modal 先有content后有body 故滚动条控制在body上*/
.ant-modal-cust-warp .ant-modal-content[data-v-66fe4c9e] {
  height: 90% !important;
  overflow-y: hidden;
}
/*列表中有图片的加这个样式 参考用户管理*/
.anty-img-wrap[data-v-66fe4c9e] {
  height: 25px;
  position: relative;
}
.anty-img-wrap > img[data-v-66fe4c9e] {
  max-height: 100%;
}
/*列表中范围查询样式*/
.query-group-cust[data-v-66fe4c9e] {
  width: calc(50% - 10px);
}
.query-group-split-cust[data-v-66fe4c9e]:before {
  content: "~";
  width: 20px;
  display: inline-block;
  text-align: center;
}
/*erp风格子表外框padding设置*/
.ant-card-wider-padding.cust-erp-sub-tab > .ant-card-body[data-v-66fe4c9e] {
  padding: 5px 12px;
}
/* 内嵌子表背景颜色 */
.j-inner-table-wrapper[data-v-66fe4c9e] .ant-table-expanded-row .ant-table-wrapper .ant-table-tbody .ant-table-row {
  background-color: #FFFFFF;
}
/**隐藏样式-modal确定按钮 */
.jee-hidden[data-v-66fe4c9e] {
  display: none;
}
.itemdiv[data-v-66fe4c9e] {
  width: 100%;
  height: 80%;
}
.litItem[data-v-66fe4c9e] {
  width: 380px;
  float: left;
  margin-top: 20px;
  margin-right: 15px;
}
.pagediv[data-v-66fe4c9e] {
  width: 100%;
  height: 50px;
  margin-top: 15px;
  /* text-align: right; */
  float: right;
}
.showImg[data-v-66fe4c9e] {
  height: 256px;
  width: 256px;
  margin: auto;
}
.titleitemcard[data-v-66fe4c9e] {
  border: 0px;
  background: #f5f5f5;
}
/* .litItem ant-card ant-card-bordered:hover{
  .ant-card-actions mengban{
    opacity: 0.5;
  
  }
     
} */
.mengban[data-v-66fe4c9e]:hover {
  background: #f0f0f0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
  cursor: pointer;
}
.mengban:hover .tiltedetail[data-v-66fe4c9e] {
  display: block;
}
.mengban[data-v-66fe4c9e] {
  display: -ms-flexbox;
  display: flex;
  height: 277px;
  width: 378px;
  background: #f0f0f0;
  background: rgba(0, 0, 0, 0);
  position: absolute;
  z-index: 90;
  margin-top: -281px;
  margin-left: -24px;
  text-align: center;
  color: #ffa500;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.tiltedetail[data-v-66fe4c9e] {
  display: none;
  border-radius: 10px;
  z-index: 100;
  padding: 1px 0px;
  background: #fff;
  color: #ff8c00;
  width: 20%;
}
.titleitem[data-v-66fe4c9e] {
  font-weight: bold;
  font-size: 20px;
  box-shadow: 0px 1px 1px #dcdcdc;
}

