.src-components-Forward--style--loader--2uynE {
    background: var(--font-color-1);
    background: linear-gradient(to top, var(--font-color-1),var(--backaground-color-1) );
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 64px;
    z-index: 99999;
}

.src-components-Forward--style--loader-inner--1qchh {
    bottom: 0;
    height: 60px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
}

.src-components-Forward--style--loader-line-wrap--3x5u- {
    -webkit-animation: 
		src-components-Forward--style--spin--EyHF5 2000ms cubic-bezier(.175, .885, .32, 1.275) infinite;
            animation: 
		src-components-Forward--style--spin--EyHF5 2000ms cubic-bezier(.175, .885, .32, 1.275) infinite;
    box-sizing: border-box;
    height: 50px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    width: 100px;
}
.src-components-Forward--style--loader-line--1uvYS {
    border: 4px solid transparent;
    border-radius: 100%;
    box-sizing: border-box;
    height: 100px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
}
.src-components-Forward--style--loader-line-wrap--3x5u-:nth-child(1) { -webkit-animation-delay: -50ms; animation-delay: -50ms; }
.src-components-Forward--style--loader-line-wrap--3x5u-:nth-child(2) { -webkit-animation-delay: -100ms; animation-delay: -100ms; }
.src-components-Forward--style--loader-line-wrap--3x5u-:nth-child(3) { -webkit-animation-delay: -150ms; animation-delay: -150ms; }
.src-components-Forward--style--loader-line-wrap--3x5u-:nth-child(4) { -webkit-animation-delay: -200ms; animation-delay: -200ms; }
.src-components-Forward--style--loader-line-wrap--3x5u-:nth-child(5) { -webkit-animation-delay: -250ms; animation-delay: -250ms; }

.src-components-Forward--style--loader-line-wrap--3x5u-:nth-child(1) .src-components-Forward--style--loader-line--1uvYS {
    border-color: #6BB162 ;
    height: 90px;
    width: 90px;
    top: 7px;
}
.src-components-Forward--style--loader-line-wrap--3x5u-:nth-child(2) .src-components-Forward--style--loader-line--1uvYS {
    border-color:  #D13A35 ;
    height: 76px;
    width: 76px;
    top: 14px;
}
.src-components-Forward--style--loader-line-wrap--3x5u-:nth-child(3) .src-components-Forward--style--loader-line--1uvYS {
    border-color: #F0C041 ;
    height: 62px;
    width: 62px;
    top: 21px;
}
.src-components-Forward--style--loader-line-wrap--3x5u-:nth-child(4) .src-components-Forward--style--loader-line--1uvYS {
    border-color: #5A9FD5;
    height: 48px;
    width: 48px;
    top: 28px;
}
.src-components-Forward--style--loader-line-wrap--3x5u-:nth-child(5) .src-components-Forward--style--loader-line--1uvYS {
    border-color: #C7C9C9;
    height: 34px;
    width: 34px;
    top: 35px;
}

@-webkit-keyframes src-components-Forward--style--spin--EyHF5 {
    0%, 15% {
		-webkit-transform: rotate(0);
		        transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}

@keyframes src-components-Forward--style--spin--EyHF5 {
    0%, 15% {
		-webkit-transform: rotate(0);
		        transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}

.src-components-Forward--style--mask--J7hiR {
    
    /* 设置背景颜色 */
    position: absolute;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    margin-top: 100px;
    
}
/* 文本盒子样式 */
.src-components-Forward--style--text--1zdRD {
    /* 字体颜色 */
    color: #5A9FD5;
    font-size: 16px;
    text-shadow: 0px 3px 4px #171717;

    
}
.src-components-Forward--style--text--1zdRD.src-components-Forward--style--error--RRdv-{
    color: #f26a6a;
    text-shadow: 0px 3px 4px #171717;
}
/* 设置动画 */
@-webkit-keyframes src-components-Forward--style--donghua--3FF1k{
    0%{
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }
    20% {
        -webkit-transform: translateY(-12px);
                transform: translateY(-12px);
    }
    40%, 100% {
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }
}
@keyframes src-components-Forward--style--donghua--3FF1k{
    0%{
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }
    20% {
        -webkit-transform: translateY(-12px);
                transform: translateY(-12px);
    }
    40%, 100% {
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }
}
.src-components-Forward--style--text--1zdRD span{
    /* 设置行内块元素 */
    display: inline-block;
    /* 添加动画 */
    -webkit-animation: src-components-Forward--style--donghua--3FF1k 2000ms cubic-bezier(.175, .885, .32, 1.275) infinite;
            animation: src-components-Forward--style--donghua--3FF1k 2000ms cubic-bezier(.175, .885, .32, 1.275) infinite;
    /* 利用变量动态计算动画延迟时间 */
    margin: 0 2px;
}
.src-components-Forward--style--text--1zdRD span:nth-child(1) { -webkit-animation-delay: 0.9s; animation-delay: 0.9s; }
.src-components-Forward--style--text--1zdRD span:nth-child(2) { -webkit-animation-delay: 1s; animation-delay: 1s; }
.src-components-Forward--style--text--1zdRD span:nth-child(3) { -webkit-animation-delay:1.1s; animation-delay:1.1s; }
.src-components-Forward--style--text--1zdRD span:nth-child(4) { -webkit-animation-delay: 1.2s; animation-delay: 1.2s; }
.src-components-Forward--style--text--1zdRD span:nth-child(5) { -webkit-animation-delay: 1.3s; animation-delay: 1.3s; }
.src-components-Forward--style--text--1zdRD span:nth-child(6) { -webkit-animation-delay: 1.4s; animation-delay: 1.4s; }
.src-components-Forward--style--text--1zdRD span:nth-child(7) { -webkit-animation-delay: 1.3s; animation-delay: 1.3s; }
.src-components-Forward--style--text--1zdRD span:nth-child(8) { -webkit-animation-delay: 1.2s; animation-delay: 1.2s; }
.src-components-Forward--style--text--1zdRD span:nth-child(9) { -webkit-animation-delay: 1.1s; animation-delay: 1.1s; }
.src-components-Forward--style--text--1zdRD span:nth-child(10) { -webkit-animation-delay: 1.0s; animation-delay: 1.0s; }

.src-components-Forward--style--openApp--1hl2k{
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 99;
    width: 300px;
    text-align: center;
    background-color: var(--backaground-color-1);
    border: 1px solid var(--color-7);
    -webkit-transform: translate(-50%, 60%);
            transform: translate(-50%, 60%);
    height: 50px;
    line-height: 50px;
    font-weight: bold;
}
.src-components-Forward--style--tologin--3uFQ6{
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 99;
    width: 200px;
    text-align: center;
    /* border: 1px solid var(--color-7); */
    border: 1px solid var(--color-o-1);
    -webkit-transform: translate(-50%, 60%);
            transform: translate(-50%, 60%);
    margin-top: 130px;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    display: block;
    color: var(--color-o-1);
}
.header {
  height: 64px;
  line-height: 64px;
  font-size: 16px;
  background-color: var(--backaground-color-o-1);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 103;
  border-bottom: 1px solid var(--border-color-2);
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.header .showmore {
  position: relative;
}
.header .showmore > ul {
  padding: 0 10px;
  display: none;
  position: absolute;
  width: 120px;
  height: 36px;
  line-height: 36px;
  top: 63px;
  background: var(--backaground-color-1);
  right: 0;
  border-radius: 2px;
  box-shadow: 0 0px 4px 0 var(--box-shadow-color-2);
}
.header .showmore > ul li {
  font-size: 14px;
}
.header .showmore > ul li img {
  margin-right: 10px;
  width: 14px;
  height: 14px;
  margin-bottom: 2px;
}
.header .showmore:hover > ul {
  display: block;
}
.header .iconPic {
  width: 24px;
  height: 24px;
  margin-bottom: 4px;
}
.header .logo {
  float: left;
  width: 150px;
  margin-left: 20px;
}
.header .logo a {
  width: 110px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .logo a img {
  max-width: 95%;
  max-height: 80%;
}
.header .selectApp {
  float: left;
  margin-left: 20px;
  width: 100%;
  display: flex;
  flex-direction: row;
}
.header .selectApp > div {
  width: 33%;
}
.header .selectApp .appName,
.header .selectApp .searchWrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.header .selectApp p,
.header .selectApp i.back {
  height: 64px;
  line-height: 64px;
  display: block;
  float: left;
  margin-left: 5px;
  cursor: pointer;
}
.header .selectApp .back {
  color: #108ee9;
}
.header .selectApp .warning {
  margin-left: 10px;
  color: #eb5151;
  border: 0;
}
.header .selectApp .warning span {
  margin: 0;
}
.header .selectApp .appbtn {
  border: 0;
}
.header .selectApp .search {
  height: 32px;
}
.header .selectApp .search span {
  margin: 0;
}
.header .appName {
  float: left;
  margin-left: 20px;
}
.header .appName .back {
  cursor: pointer;
  font-size: 16px;
  color: #108ee9;
  display: block;
  float: left;
  line-height: 48px;
  margin-left: 5px;
}
.header .appName .title {
  font-size: 18px;
  font-weight: bold;
  margin-left: 10px;
  color: var(--font-color-1);
  opacity: 0.75;
  display: block;
  float: left;
  line-height: 48px;
}
.header .appName:hover .back {
  opacity: 0.8;
}
.header .right {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: flex-end;
  width: 310px;
}
.header .right .login {
  float: left;
}
.header .right .login .link-login,
.header .right .login .link-signup {
  display: block;
  float: left;
  margin-left: 10px;
}
.header .right .login .link-login {
  border-radius: 15px;
  border: 2px solid #108ee9;
  width: 80px;
  text-align: center;
  height: 30px;
  line-height: 28px;
  margin-top: 9px;
}
.header .right .qrcode {
  width: 42px;
  position: relative;
  padding: 0 10px;
  cursor: pointer;
  height: 63px;
  line-height: 63px;
}
.header .right .qrcode:hover {
  background: var(--backgournd-color-b);
}
.header .right .qrcode:hover .qrcode-info {
  display: block;
}
.header .right .qrcode i {
  font-size: 18px;
}
.header .right .qrcode i:hover {
  color: #108ee9;
}
.header .right .qrcode .qrcode-info {
  display: none;
  position: relative;
  margin-top: -10px;
}
.header .right .qrcode .qrcode-info .qrcode-tools {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #e5e5e5 transparent;
}
.header .right .qrcode .qrcode-info .qrcode-img {
  position: absolute;
  width: 200px;
  height: 200px;
  left: -90px;
  z-index: 10;
  background: var(--backaground-color-1);
  box-shadow: 0 2px 4px 0 var(--backgournd-color-5);
  border-radius: 10px;
}
.header .right .qrcode .qrcode-info .qrcode-img img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.header .right .appStore {
  width: 63px;
  cursor: pointer;
  height: 65px;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
}
.header .right .appStore a {
  font-size: 24px;
  display: block;
  width: 42px;
  padding: 0 10px;
  color: var(--font-color-2);
}
.header .right .appStore a:link,
.header .right .appStore a:visited,
.header .right .appStore a:active {
  text-decoration: none;
}
.header .right .appStore a:hover {
  background: var(--backgournd-color-b);
}
.header .right .appStore .splitLine {
  display: inline-block;
  height: 24px;
  width: 1px;
  background: #d9d9d9;
  margin-left: 10px;
}
.header .right .userinfo2 {
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  position: relative;
  padding-left: 0;
  height: 63px;
}
.header .right .userinfo2:hover > ul {
  display: block;
}
.header .right .userinfo2.kefu {
  padding-left: 10px;
  padding-top: 2px;
}
.header .right .userinfo2.kefu > ul {
  border-radius: 2px;
  right: 0;
  width: 203px;
}
.header .right .userinfo2.kefu > ul > li:last-child {
  border: none;
  padding: 0 10px;
  height: 36px;
}
.header .right .userinfo2.kefu > ul > li:first-child {
  height: 40px;
  color: var(--box-shadow-color-3);
  padding-bottom: 4px;
  border-bottom: 1px solid var(--box-shadow-color-1);
}
.header .right .userinfo2.nouser {
  height: 64px;
  padding-left: 10px;
}
.header .right .userinfo2 > ul {
  display: none;
  position: absolute;
  width: 160px;
  top: 63px;
  background: var(--backaground-color-1);
  box-shadow: 0 0px 4px var(--box-shadow-color-1);
  padding-top: 4px;
  border-radius: 2px;
  right: 0px;
}
.header .right .userinfo2 > ul li {
  display: block;
  height: 36px;
  padding: 0 10px;
  line-height: 36px;
  font-size: 14px;
  color: var(--box-shadow-color-6);
  top: 0;
}
.header .right .userinfo2 > ul li > span {
  display: inline-block;
  margin-left: 22px;
}
.header .right .userinfo2 > ul li > a {
  color: rgba(0, 0, 0, 0.65);
  text-decoration: none;
}
.header .right .userinfo2 > ul li:last-child {
  border-top: 1px solid 1px solid var(--box-shadow-color-1);
  padding: 4px 10px;
  height: 44px;
}
.header .right .userinfo2 > ul li:hover {
  background: var(--backgournd-color-b-2);
}
.header .right .userinfo2 > ul li img {
  margin-right: 10px;
  width: 14px;
  height: 14px;
}
.header .right .userinfo2 > div {
  margin-left: 10px;
  color: var(--box-shadow-color-6);
  font-size: 14px;
  max-width: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.header .right .userinfo2 .userinfoPic {
  width: 24px;
  height: 24px;
  background: rgba(16, 142, 233, 0.65);
  border-radius: 50%;
}
.header .right .userinfo2 .userinfoPicDefalt {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  overflow: hidden;
}
.header .right .userInfo {
  position: absolute;
  width: 120px;
  height: 111px;
  left: -50px;
  z-index: 10;
  box-shadow: 0 2px 4px 0 var(--backgournd-color-5);
  border-radius: 10px;
  overflow: hidden;
  background: var(--backaground-color-1);
}
.header .right .userInfo .userName {
  color: #404040;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.header .right .userInfo li {
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #f6f9fe;
  font-size: 12px;
  padding: 0 5px;
}
.header .right .userInfo li a {
  color: #404040;
}
.header .right .userInfo li a i {
  font-size: 12px;
  margin-right: 5px;
}
.header .right .userInfo li:not(.userName):hover {
  background: #e4effb;
}
.header .right .kefuInfo {
  position: absolute;
  width: 120px;
  left: -50px;
  z-index: 10;
  box-shadow: 0 2px 4px 0 var(--backgournd-color-5);
  border-radius: 10px;
  overflow: hidden;
  background: var(--backaground-color-1);
  height: 190px;
  padding-top: 10px;
}
.header .right .kefuInfo li {
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #f6f9fe;
  font-size: 12px;
  padding: 0 5px;
}
.header .right .kefuInfo li a {
  color: #404040;
}
.header .right .kefuInfo li a i {
  font-size: 14px;
  margin-right: 5px;
}
.header .right .qrcode.userinfo {
  width: 35px;
  height: 35px;
  background: #4798f7;
  margin-top: 6px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  color: var(--backaground-color-1);
}
.header .right .qrcode.userinfo:hover {
  color: var(--backaground-color-1);
}
.userinfoarrow {
  position: absolute;
  right: -7px;
  bottom: 0px;
}
.header .right .qrcode.userinfo .qrcode-info.userinfo {
  left: 8px;
}
.header .right .messageNum {
  display: block;
  position: absolute;
  font-size: 12px;
  line-height: 16px;
  width: 16px;
  top: 13px;
  left: 26px;
  color: var(--backaground-color-1);
  text-align: center;
  background: #d0021b;
  border-radius: 50%;
  cursor: pointer;
}
.header .right .messageNum span {
  display: block;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}
.header .right .message {
  width: 20px;
  float: left;
  margin-left: 15px;
  cursor: pointer;
  margin-top: 16px;
  font-size: 18px;
}
.header .right .message:hover {
  color: #108ee9;
}
.header .right .importResbtn {
  width: 20px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  margin-left: 15px;
}
@-webkit-keyframes rotation {
  form {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotation {
  form {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.header .right .importResbtn .importResImg {
  -webkit-animation: rotation 1.6s linear infinite;
          animation: rotation 1.6s linear infinite;
}
.m-header {
  background-color: hsla(0, 0%, 100%, 0.89);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  height: 64px;
  padding: 0 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  box-shadow: 0px 1px 4px 0px rgba(0, 21, 41, 0.12);
}
.m-header .menuimg img {
  width: 24px;
  height: 24px;
  border-radius: 0;
}
.m-header .appName {
  width: 200;
  display: flex;
  justify-content: center;
  flex-direction: row;
}
.m-header .appName p {
  max-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.65);
}
.m-header img,
.m-header .userinfoPicDefalt {
  width: 24px;
  height: 24px;
  border-radius: 12px;
}
.selectNav {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: var(--backaground-color-1);
  z-index: 9999;
}
.selectNav .ant-modal {
  width: 100%;
  max-width: 100%;
  top: 0;
  padding: 0;
  margin-top: 0;
}
.selectNav .app-item {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  width: calc(100% - 50px);
  text-overflow: ellipsis;
  white-space: nowrap;
}
.iconPic {
  width: 15px;
  height: 15px;
  margin-bottom: 4px;
  margin-right: 5px;
}
.menus {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: var(--backaground-color-1);
  z-index: 9999;
}
.menus .ant-modal {
  width: 100%;
  max-width: 100%;
  top: 0;
  padding: 0;
  margin-top: 0;
  height: 100%;
  overflow: hidden;
}
.menus .ant-modal .ant-modal-content {
  height: 100%;
}
.menus .ant-modal .ant-modal-content .ant-modal-body {
  height: 100%;
  padding: 0;
  background: #f0f2f5;
}
.menusmaskstyle {
  background: none;
}

.src-components-FormItem--style--itemLabel--nYApk{
  overflow: visible;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
  line-height: 20px;
  height: 29px;
  width: 100%;
}

.agz_compact_modal .src-components-FormItem--style--FromItem--1m_8o{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;

}
.agz_compact_modal .src-components-FormItem--style--itemLabel--nYApk{
  width: 100px;
  /* max-width: 200px;
  min-width: 100px; */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: right;
  padding-right: 10px;
  box-sizing: border-box;
  line-height: 29px;
}
.agz_compact_modal  .src-components-FormItem--style--itemchildren--1cSH7{
  width: calc(100% - 100px);
}
.agz_compact_modal .src-components-FormItem--style--hideLabel--3dZ6n   .src-components-FormItem--style--itemchildren--1cSH7{
  width: 100%;
}
.agz_compact_modal .ant-legacy-form-explain {
  display:  none;
}


html .src-components-AataTable--style--dataTableWarpper--1N3t3{
  clear: both;
  background: var(--backaground-color-1);
  letter-spacing: 0px;
}
html .src-components-AataTable--style--dataTableWarpper--1N3t3 table{
  table-layout: fixed;
}
/* html .dataTableWarpper :global(.ant-legacy-form-explain){
  display: none;
} */
html .src-components-AataTable--style--dataTableWarpper--1N3t3 .ant-checkbox{
  margin-bottom: 0;
}
html .src-components-AataTable--style--dataTableWarpper--1N3t3 .src-components-AataTable--style--picture--C2LCL{
  padding-top:0px !important;
  padding-bottom: 0px !important;
}
html .src-components-AataTable--style--dataTableWarpper--1N3t3 .ant-table-tbody > tr > td,
html .src-components-AataTable--style--dataTableWarpper--1N3t3 .ant-table-footer{

  color:var(--font-color-6);
}
html .src-components-AataTable--style--dataTableWarpper--1N3t3 .ant-table-tbody > tr > td,
html .src-components-AataTable--style--dataTableWarpper--1N3t3 .ant-table-thead > tr > th
{
  padding: 5px 8px;
  transition: all 0.3s, border 0s, padding 0s;

}

html .src-components-AataTable--style--dataTableWarpper--1N3t3.src-components-AataTable--style--datatableSmall--37AmV .ant-table-tbody > tr > td,
html .src-components-AataTable--style--dataTableWarpper--1N3t3.src-components-AataTable--style--datatableSmall--37AmV .ant-table-thead > tr > th
{
  padding: 0px 8px;

}



html .src-components-AataTable--style--dataTableWarpper--1N3t3  .ant-pagination.ant-table-pagination.mini{
  margin-right: 20px;
}

html .src-components-AataTable--style--dataTableWarpper--1N3t3  .ant-table-fixed-left{
  border-radius: 0
}

html .src-components-AataTable--style--dataTableWarpper--1N3t3 .ant-table-footer{
  padding: 0px;

}
html .src-components-AataTable--style--dataTableWarpper--1N3t3 .ant-table.ant-table-bordered .ant-table-footer{
  border-radius:0;
  border: 0;
  border-bottom: 1px solid var(--color-5);
}


html .src-components-AataTable--style--dataTableWarpper--1N3t3 .ant-table-scroll table{
  width: 100%;
}


.src-components-AataTable--style--dataColumn--kSdqJ{

}
.src-components-AataTable--style--setUrl--1JYkF{
  height: 35px;
}
.src-components-AataTable--style--textRender--38sJi{
  max-width: 100%;
  height: 22px;
  line-height: 22px;
}

/* tabel启用内容换行影响区域 */
.src-components-AataTable--style--tableLf--7_Z42 .src-components-AataTable--style--textRender--38sJi{
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-all;
  height:  auto;
}
.src-components-AataTable--style--tableNotLf--S5Gy8 .src-components-AataTable--style--textRender--38sJi{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.src-components-AataTable--style--number--WTsIZ {
  text-align: right;
}
/* .actionColomn.dataColumn{
  width: 80px;
} */
.src-components-AataTable--style--filterDropdown--CF2g- {
  padding: 10px 0;
  border-radius: 2px;
  background: var(--backaground-color-1);
  box-shadow: 0 1px 6px var(--box-shadow-color-2);
}
.src-components-AataTable--style--filterDropdown--CF2g->div{
  /* paddingBottom: 10, borderBottom: '1px solid var(--color-3)'  */
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border-color-2);
}

.src-components-AataTable--style--filterDropdownInput--2uco_ {
  display: block;
  width: 100%;
  padding:  10px;
}

.src-components-AataTable--style--sortOper--1Afwb{
  padding: 0 10px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.src-components-AataTable--style--sortOper--1Afwb:hover{
  background-color: var(--color-8)
}

.src-components-AataTable--style--sortOperActive--6_-5x{
  background-color: var(--color-8)

}

.src-components-AataTable--style--filterBtnWraper--3OFOc{
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
}



.src-components-AataTable--style--deletebutton--1Gkok{
    color: #108ee9;
    background: transparent;
    cursor: pointer;
    transition: color .3s ease;
}
.src-components-AataTable--style--tableContainer--KXEqE{
  background-color: var(--backaground-color-1);
  position: relative;
  width: 100%;
  overflow: hidden;
}
.src-components-AataTable--style--operationsWarp--b7mTY{
  position: relative;
  width: 100%;
  height: 50px;
  line-height: 50px;
  right: 0;
  font-size: 12px;
}
.src-components-AataTable--style--operations--10_mc{
  float: right;
  min-width: 475px;
}
.src-components-AataTable--style--operations--10_mc>div{
  float: left;
}

.src-components-AataTable--style--selectText--3G3CL{
  float: left;
}
.src-components-AataTable--style--operations--10_mc>div.src-components-AataTable--style--addButton--29Ewd{
  float: right;
  margin-right:10px;
}
.src-components-AataTable--style--operations--10_mc>div.src-components-AataTable--style--exportButton--3Bxlc{
  float: right;
  height: 28px;
  margin-right: 10px;
  /* width: 450px; */
}
.src-components-AataTable--style--exportButton--3Bxlc>span{
  float: left;
  width: auto;
}
.src-components-AataTable--style--exportButton--3Bxlc>button{
  float: left;
  margin-top:11px;
  margin-left:10px;
}

.src-components-AataTable--style--searchInput--330_K{
  width: 25%
}
.src-components-AataTable--style--searchbutton--3wE33>button{
  margin-left:5px
}
.src-components-AataTable--style--batchOperators--2pF9p{
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  background:var(-border-color-1);
  height: 50px;
  line-height: 50px;
  z-index: 8;
  overflow: hidden;
  transition: all 0.2s ;
}
.src-components-AataTable--style--show--CKkgF.src-components-AataTable--style--batchOperators--2pF9p{
  width: 100%;
}
.src-components-AataTable--style--closeBatchOperations--1vobD{
  position: absolute;
  right: 10px;
  font-size: 24px;
  top:13px;
  cursor: pointer;
}
.src-components-AataTable--style--batchOperators--2pF9p>button{
  margin: 0 10px;
}
.src-components-AataTable--style--refreshBtn--1KwuV{
  position: relative;
  left: 5px;
  cursor: pointer;
}

html .src-components-AataTable--style--tooltip--3aZVI .ant-tooltip-inner{
  background: rgba(255, 255, 255, 0);
  box-shadow: none;
}
html.src-components-AataTable--style--tooltip--3aZVI .ant-tooltip-arrow {
  border: none;
}

html .src-components-AataTable--style--importFile--26ZV9 .ant-upload-list {
  max-height: 300px;
  overflow: auto;
}
html .src-components-AataTable--style--importFile--26ZV9 .ant-upload-drag {
  height: 200px;
}
.src-components-AataTable--style--draggerBox--1jFzx{
  display: block;
}
html .src-components-AataTable--style--draggerBox--1jFzx .ant-upload-select {
  display: block;
}
.src-components-AataTable--style--draggerP--1JE7w{
  border: 1px dashed var(--border-color-2);
  transition: all .3s ease;
  text-align: center;
  line-height: 35px;
  border-radius: 4px;
  cursor: pointer;
}
.src-components-AataTable--style--draggerP--1JE7w:hover{
  border-color: #49a9ee !important;
}
.src-components-AataTable--style--tabelHeader--iu3Xx{
  display: flex;
  width:100%;
  height:40px;
  line-height: 40px;
  border-bottom:1px solid var(--color-f-1);
}
.src-components-AataTable--style--tabelHeader--iu3Xx div{
  width:50%;
  text-align: center;
  background-color:var(--backaground-color-2);
}
.src-components-AataTable--style--fieldTabel--2iE7m{
  width:100%;
  max-height:440px;
  overflow-y: scroll;
}
.src-components-AataTable--style--fieldTabel--2iE7m li{
  width:100%;
  height:40px;
  line-height: 40px;
}
.src-components-AataTable--style--fieldTabel--2iE7m li>div{
  width:50%;
  height:40px;
  float:left;
}
.src-components-AataTable--style--required--2oNak{
  color:red;
}
.src-components-AataTable--style--fieldTabel--2iE7m>li:nth-child(2n-1)>div:first-child{
  background-color: var(-border-color-1);
}
.src-components-AataTable--style--fieldTabel--2iE7m>li:nth-child(2n)>div:first-child{
  background-color:var(--backaground-color-2);
}
.src-components-AataTable--style--fieldTabel--2iE7m>li:nth-child(2n-1)>div:last-child{
  background-color: var(--color-7);
}
.src-components-AataTable--style--fieldTabel--2iE7m>li>div:last-child{
  height:40px;
  padding-left:90px;
}
.src-components-AataTable--style--fieldTabel--2iE7m>li:hover>div:first-child{
  background-color: var(--color-o-5);
}
.src-components-AataTable--style--fieldTabel--2iE7m>li:hover>div:last-child{
  background-color: var(--color-8);
}
.src-components-AataTable--style--fieldTabel--2iE7m>li>div:nth-child(2) span{
  /* height:27px;
  line-height: 22px; */
}
.src-components-AataTable--style--header--2IJBw{
  width:100%;
  max-height:50px;
  text-align: center;
  line-height: 30px;
  font-weight: 900;
}
.src-components-AataTable--style--matchMsg--2CqJn {
  color: #ff7100;
  font-size: 12px;
  font-weight: 500;
}
.src-components-AataTable--style--tabelBotton--1jIMv{
  width:100%;
  height:44px;
  line-height: 40px;
  border-bottom:1px solid var(--color-f-1);
}
.src-components-AataTable--style--tabelBotton--1jIMv .ant-btn{
  float:right;
  margin:6px 10px 6px 0;
}
.src-components-AataTable--style--fieldRelation--2yyzE .ant-modal-body {
  padding:0;
}
.src-components-AataTable--style--fieldTabel--2iE7m>li>div.src-components-AataTable--style--chooseMsg--2BlLE {
  padding: 0;
  text-align: center;
  font-weight: bold;
}
.src-components-AataTable--style--doUpdateRule--2r6Q6 {
  margin: 15px;
  color: var(--color-r-9);
}
.src-components-AataTable--style--dataProcess--3Eud0{
  top:50%;
}
.src-components-AataTable--style--picturePopover--1an57{
  width:382px;
}
html .src-components-AataTable--style--picturePopover--1an57 .ant-popover-title{
  display: none;
}
html .src-components-AataTable--style--dataProcess--3Eud0 .ant-modal-body {
  padding:0;
  text-align: center;
}
html .src-components-AataTable--style--dataProcess--3Eud0 .ant-modal-body div span{
  margin:0 20px;
}
html .src-components-AataTable--style--dataProcess--3Eud0 .ant-modal-content {
  background-color:rgba(0,0,0,0);
  box-shadow:none;
}

html .src-components-AataTable--style--importResult--VGNc2 .ant-modal-body div{
  width:100%;
  text-align: center;
  margin:20px 0;
}
.src-components-AataTable--style--inputColor--Hyc9k input{
  border-color:red;
}
.src-components-AataTable--style--dataValidate--3X2W- {
  padding: 10px 20px;
}

.src-components-AataTable--style--view--1y9Y8{
  float: left;
}
.src-components-AataTable--style--view--1y9Y8 button{
  margin-left: 10px;
}
.src-components-AataTable--style--selectView--3YmS1{
  position: relative;
  width: 240px;
  display: inline-block;
}
.src-components-AataTable--style--selectView--3YmS1>input{
  cursor: pointer;
}
.src-components-AataTable--style--selectviewIcon--CqaRc{
  position: absolute;
  font-style: normal;
  right: 8px;
  top:20px;
  z-index: 1;
  background: var(--backaground-color-1);
  font-size: 12px;
  color: var(--box-shadow-color-9);
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.src-components-AataTable--style--selectviewIcon--CqaRc.src-components-AataTable--style--show--CKkgF{
  -webkit-transform:  rotate(180deg) scale(0.8);
          transform:  rotate(180deg) scale(0.8);
}
.src-components-AataTable--style--viewList--Rpcen{
  position:absolute;
  top:39px;
  width: 100%;
  max-height: 500px;
  overflow-y: auto;
  background: var(--backaground-color-1);
  border:1px solid var(--border-color-2);
  border-radius: 4px;
  z-index: 100;
  padding: 5px;
  display: none;
}
.src-components-AataTable--style--viewList--Rpcen.src-components-AataTable--style--showViewList--1Q3n-{
  display: block;
}
.src-components-AataTable--style--viewList--Rpcen li{
  height: 30px;
  cursor: pointer;
  line-height: 30px;
  color: var(--box-shadow-color-6);
  padding-left: 25px;
  border-radius: 4px;
  position: relative;
  transition: all 0.3s ease;
  margin-bottom:2px;
}
.src-components-AataTable--style--viewList--Rpcen li.src-components-AataTable--style--viewListHeader--2L8Lv{
  border-bottom:1px solid var(--border-color-2);
  color: var(--box-shadow-color-9);
  padding-left: 21px;
}
.src-components-AataTable--style--viewList--Rpcen li:hover{
  background: #4789f7;
  color: var(--backaground-color-1);
}
.src-components-AataTable--style--viewList--Rpcen li.src-components-AataTable--style--viewListItem---rd30:hover .src-components-AataTable--style--viewListop--uqiHW{
  opacity: 1;
}
.src-components-AataTable--style--viewList--Rpcen li .src-components-AataTable--style--viewListop--uqiHW{
  position: absolute;
  right: 10px;
  top:0;
  opacity: 0;
  transition: all 0.3s ease;
  color: var(--backaground-color-1);
}
.src-components-AataTable--style--viewList--Rpcen li .src-components-AataTable--style--viewListop--uqiHW>i{
  margin-left:10px;
}
.src-components-AataTable--style--viewlistItemname--3kGvB{
  width: 150px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
}
.src-components-AataTable--style--copyBut--1iNQI{
  margin-right:10px;
}
.src-components-AataTable--style--sumRow--1p-fA{
  background: var(--backaground-color-1);
}
.src-components-AataTable--style--countRow--2Rc9c{
  background: var(--color-10);

}

/* .tableScrollY :global(.ant-table-thead > tr > th){
  color:rgba(0,0,0,0.75);
} */
html .ant-table-tbody tr.src-components-AataTable--style--sumRow--1p-fA:hover>td{
  background: var(--backaground-color-1);
}
html .ant-table-tbody tr.src-components-AataTable--style--countRow--2Rc9c:hover>td{
  background: var(--color-10);
}

html .src-components-AataTable--style--stocksumlist--SawVy .ant-table-bordered .ant-table-header > table,
html .src-components-AataTable--style--stocksumlist--SawVy .ant-table.ant-table-bordered .ant-table-footer,
html .src-components-AataTable--style--stocksumlist--SawVy .ant-table-bordered .ant-table-body > table{
  border-color:  var(--font-color-8)
}
html .src-components-AataTable--style--stocksumlist--SawVy .ant-table-thead > tr > th,
html .src-components-AataTable--style--stocksumlist--SawVy .ant-table-footer,
html .src-components-AataTable--style--stocksumlist--SawVy .ant-table-tbody > tr > td{
  padding:9px 8px;
}
html .src-components-AataTable--style--stocksumlist--SawVy .ant-table-bordered.ant-table-fixed-header .ant-table-placeholder{
  border-left: 1px solid var(--font-color-8);
  border-right: 1px solid var(--font-color-8);
  border-top: 1px solid var(--font-color-8)
}

html .src-components-AataTable--style--stocksumlist--SawVy .ant-table-bordered .ant-table-tbody > tr > td,
html .src-components-AataTable--style--stocksumlist--SawVy .ant-table-bordered .ant-table-tbody > tr > td,
html .src-components-AataTable--style--stocksumlist--SawVy .ant-table-bordered .ant-table-thead > tr > th{
  border-right-color: var(--font-color-8);
}
html .src-components-AataTable--style--stocksumlist--SawVy .ant-table-tbody > tr > td,
html .src-components-AataTable--style--stocksumlist--SawVy .ant-table-bordered .ant-table-thead > tr > th{
  border-bottom-color:  var(--font-color-8);
}
html .src-components-AataTable--style--stocksumlist--SawVy .ant-table .ant-table-row-indent + .ant-table-row-expand-icon{
  display: none
}

.src-components-AataTable--style--holidayColumn--SsW3K,
html .ant-table-thead > tr > th.src-components-AataTable--style--holidayColumn--SsW3K,
html .ant-table-tbody > tr:hover > td.src-components-AataTable--style--holidayColumn--SsW3K {
  background: var(--color-o-6)
}

.src-components-AataTable--style--selectedRow--3tNei .src-components-AataTable--style--selectedCol--33j7z,
html .ant-table-tbody > tr.src-components-AataTable--style--selectedRow--3tNei:hover > td.src-components-AataTable--style--selectedCol--33j7z{
  background: var(--color-o-1)
}

html .tableDraggable .ant-table-thead > tr > th{
  cursor:col-resize
}

.src-components-AataTable--style--totalRowCol--W4we_ {
  display: table-cell;
  padding: 5px 8px;
}

.src-components-AataTable--style--totalRowCol--W4we_.src-components-AataTable--style--number--WTsIZ {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
html .src-components-AataTable--style--attendanceListTable--1iYQj  .ant-table-tbody > tr > td .ant-input
{
  padding: 0;
  height: 40px;
}
html .src-components-AataTable--style--attendanceListTable--1iYQj .ant-table-tbody > tr > td{
  padding: 0;
  height: 40px;
  text-align: center;
}

.src-components-AataTable--style--batchOptRes--3j1lQ{
  width: 100%;
  max-height: 400px;
  overflow: auto;
}
.src-components-AataTable--style--batchOptRes--3j1lQ>p{
  line-height: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
html .src-components-AataTable--style--batchOptResTable--2YKHL .ant-table-thead > tr > th {
  padding: 8px;
}
html .src-components-AataTable--style--batchOptResTable--2YKHL .ant-table-tbody > tr > td {
  padding: 8px;
}


.src-components-AataTable--style--batchNoticeSpan--39t3T{
  width: 50%;
  display: inline-block
}



.src-components-AataTable--style--hoverOperateArea--3PNmQ{
  z-index: 30;
  padding: 20px;
  position: fixed;
  opacity: 0;
  background-color: var(--backaground-color-1);
  transition: all 0.15s linear;
  box-shadow: 0 14px 32px 0 var(--box-shadow-color-1)

}

.src-components-AataTable--style--lockOperateArea--3NesR{
  padding: 8px;
  background-color: var(--backaground-color-1);
}
.src-components-AataTable--style--lockOperateArea--3NesR.src-components-AataTable--style--isCard--DdwU-{
  border:1px solid var(--color-5) ;
}

.src-components-AataTable--style--formOperateArea--1j1P7{
  width: 100%;
  z-index: 0;
  opacity: 0;
  position: absolute;
  padding: 8px;
  background-color: var(--backaground-color-1);
  transition: all 0.15s linear;
}
.src-components-AataTable--style--formOperateArea--1j1P7.src-components-AataTable--style--formOperateAreaShow--2Lo0c{
  opacity: 1;
  z-index: 3;

}


.src-components-AataTable--style--batchFormOper--1TPq5{
  cursor: pointer;
  line-height: 1.5;
  padding: 4px 15px;
  color: #1890FF;
}
.src-components-AataTable--style--disabledFormOper--3c1aa{
  cursor: pointer;
  line-height: 1.5;
  padding: 4px 15px;
  color: rgba(0, 0, 0, 0.25);
}
.src-components-AataTable--style--batchMoreFormOper--3_N0O{
  cursor: pointer;
  line-height: 1.5;
  padding: 4px 15px;
  color: var(--box-shadow-color-7);
  display: block;
  overflow: hidden;
}


.src-components-AataTable--style--batchMoreFormOper--3_N0O:hover{
  background-color: var(--color-8);
}
html .src-components-AataTable--style--formOperPopover--TeQDf .ant-popover-inner-content{
  padding: 12px 0;
  width: 150px;
}

.dataTableColumn:hover .src-components-AataTable--style--filterInactive--1FG3O{
  opacity:1;
}
.src-components-AataTable--style--filterActive--2WAxu{
  color:#108ee9!important
}

.src-components-AataTable--style--filterInactive--1FG3O{
  color:var(--font-color-2);
  opacity:0;
}

html .src-components-AataTable--style--columnsPopover--1y4tU .ant-popover-inner-content{
  padding:0
}


html .src-components-AataTable--style--cloumnConfigSearch--3aUQo .ant-input{
  border: none;
  border-radius: 4px;
  background-color: rgba(237, 237, 237,0.5)
}


.src-components-AataTable--style--cloumnConfigSearch--3aUQo::-webkit-input-placeholder {
  color:rgba(0, 0, 0,0.25)
}
/* .dragDiv:hover{
  background: var(--color-8)
} */


.src-components-AataTable--style--rowOperHover--kw000{
  opacity:0
}
.src-components-AataTable--style--tableContextMenuWrapper--1uymV{
  position: fixed;
  background-color: transparent;
  top:0;
  left:0;
  width: 100%;
  height:100%;
  z-index: 200;
}

.src-components-AataTable--style--tableContextMenu--3eOfn{
  position: fixed;
  padding: 10px 0;
  border-radius: 2px;
  background: var(--backaground-color-1);
  box-shadow: 0 1px 6px var(--box-shadow-color-2);
  z-index: 100;
  font-size: 12px;
  width: 150px;
}
.src-components-AataTable--style--tableContextMenu--3eOfn>div{
  padding: 5px 0
}
.src-components-AataTable--style--tableContextMenu--3eOfn>div:hover{
  background-color: var(--color-8)
}


.src-components-AataTable--style--toolbarLeftOperArea--3P8A9{
  margin-right: 10px;
  padding-right: 10px;
  display: flex;
}
.src-components-AataTable--style--foldBtn--4aqRZ{
  margin: 0 5px;
  padding: 0!important;
}
.src-components-AataTable--style--disfoldImg--1pAcJ{
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  background: var(--backaground-color-1) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAcJJREFUeAHt109qg0AUBvBou+oN4hl6qIRK4qZ/aCl06bJQAv1HUUnoaXqDnkE9QulC+70QwQ5xozNPF18gISaMb77fvDFmNuODAhSgAAUoQAEKUIACFKAABShAAQpQgAIUoAAFKNBbYLVa1fLsfQLlgb5yvcmVO9WeURzHflEUGep+pWn6qV3frKfaAYfwu7quLzCRbRRF5+aEtI/VOqAVfiEhgfCADvjWDmzWU+kAM7zneXdZlj2Zkxnj2HkHHMJvseILCYjwN1j5lzHCHqvptANa4ZdS3Pf9yymFlzl58mLz0dwDBEFwgqu9rPw+vLT9fD7/GFoLqD9Dz9Ee72wLIPxrE14K4v0mz/NNu3jP91YXzekW6BlQdZizDkC7X6ELzpousLUFbOs4A8BerfAMgSDtv5QtUJblb5Ik77ZDDDmf0y0gCOiEEKu/v+WtquptvV5fD5mw7bFOAWSyJgI64RkIt7aD9D2fc4AOhA1+Lu/7TtrmOBWAYwjYFo9T+DOkBmAg7HAc4oI4+p8hZ78CXW0q1wQJ3/W99ueqHaAdjvUoQAEKUIACFKAABShAAQpQgAIUoAAFKEABClCAAv8F/gDWbqcnBOVp7gAAAABJRU5ErkJggg==) no-repeat center;
  background-size: 32px 32px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.src-components-AataTable--style--foldBtn--4aqRZ:hover .src-components-AataTable--style--disfoldImg--1pAcJ, .src-components-AataTable--style--foldBtn--4aqRZ:focus .src-components-AataTable--style--disfoldImg--1pAcJ{
  background: var(--backaground-color-1) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAclJREFUeAHt181Kw0AQB/DZICoeetaC4AP4UC3mIIhJUASPPXqpNPGDCpE+jW/gAwiF6NWb9LDrTCWlhOYSdzeB/hdK05Tdmflld5MQoUEAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEGgscToyRT+MBPHcMPMfrXDjvACNjgqPU5P3UDLug4RVAip+m9MoL5Ewbyo9Tc9o2wo6vBMriOd5AYgYB3c4j9S7HbTYvANXilaLrIlL3bRZexnYOsCw+o5wDDiQoF598xiqV4y40pwCr4g0tNzzecC6LWD12ofAyB2cA1eJl2u/2KD+Zmf0yeJPvj6H6adKvro+q+6Pp+dVDkKInMnTRdJy6fl8JU1psXm+DFvO2NpSzJXAeUTTN6IBnwXL9yxLY69GztcwtDeQMYKSU5n0gZAQSBH74GS++aVEk3doEnS4BQeCZEJKimVwwTfTAj8GxpYtnZRinAJJhFYFnwoQRrqxkb2EQ5wA1CON+Zm4s5P/vIbwAbELQmu626mWoRJCN8SUjzTfzt3m8JS9D6/NU9gT+Ha6fa/PY2xJos0jEhgAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQj8CfwC12SC2t0fJ4MAAAAASUVORK5CYII=) no-repeat center;
  background-size: 32px 32px;
}
.src-components-AataTable--style--foldImg--24N7x{
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
html .src-components-AataTable--style--toolbarLeftOperArea--3P8A9 .ant-select-dropdown-menu{
  max-height: 140px;
}

.src-components-AataTable--style--toolbarRightOperArea--2QyWE{
  display: flex;
}

.src-components-AataTable--style--fixedTableFooter--3P8ZA{
  background: var(--backaground-color-1);
  box-shadow: none;
  position: absolute;
  bottom: 1;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
  border-radius: 0;
  z-index: 20
}

.src-components-AataTable--style--dataTransferWrap--1D1gX>div:hover{
  background-color: var(--color-8)
}
.src-components-AataTable--style--dataTransferWrap--1D1gX>div{
  padding: 5px 10px;
  cursor: pointer;
}
.src-components-AataTable--style--dataTransferWrap--1D1gX{
  width: 150px;
  padding: 10px 0;
}
html .src-components-AataTable--style--listFilterDraw--1O_Bl .ant-row.ant-form-item{
  margin-bottom:0px!important;
  width: 100%;
}
html .src-components-AataTable--style--listFilterDraw--1O_Bl .ant-form-item-control {
  line-height: normal;
}


.react-resizable {
  position: relative;
}

.react-resizable-handle {
  position: absolute;
  width: 6px;
  height: 100%;
  bottom: 0;
  right: -3px;
  cursor: col-resize;
  z-index: 99;
}
.react-resizable-handle:hover {
  background: #108ee9
}
html  .src-components-AataTable--style--dataTableWarpper--1N3t3 .ant-table-header-column{
  width: 100%;
  color: var(--color-6);
}
html .src-components-AataTable--style--dataTableWarpper--1N3t3    .ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters{
     padding-right: 8px !important;
}
html .src-components-AataTable--style--dataTableWarpper--1N3t3 .ant-table-header-column>div{
   overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.src-components-AataTable--style--colConfigItem--2GCAc{
  padding:0 10px;
  display: flex;
  align-items: center;
  background-color: var(--backaground-color-1);
}
.src-components-AataTable--style--colConfigItem--2GCAc.src-components-AataTable--style--isDragging--7sW9d{
  background-color: var(--color-8);

}
/* style={{ display: 'flex', padding: 10, borderTop: '1px solid #ededed' }} */
.src-components-AataTable--style--colConfigopt--3ga4h{
  display: flex;
  padding: 10px;
  border-top: 1px solid var( --border-color-2);
}
.src-components-AataTable--style--colConfigItem--2GCAc:hover{
  background-color: var(--color-8)!important
}


.src-components-AataTable--style--rowActive--2iJPb{
  background-color: var(--color-5)
}
.src-components-AataTable--style--setUrl--1JYkF{
  cursor: pointer;
}

.src-components-AataTable--style--colFormStatus--3f0F7{
  text-align: center
}

.src-components-AataTable--style--treeWrap--1cZa5{
  display: flex;
  flex-direction: column;
  height: 364px;
}
.src-components-AataTable--style--treeWrapH--2U_DV{
  height: 414px;
}
html .src-components-AataTable--style--treeTableId--2-Z3N .ant-table-scroll{
  border: 1px solid var(--color-5);
  border-top: 0;
  border-bottom: 0;
}
.src-components-AataTable--style--treeBorder--1e4DQ{
  flex: 1 1;
  border: 1px solid var(--color-5);
  border-top: 0;
}
.src-components-AataTable--style--opts--2FyVu{
  border: 1px solid var(--color-5);
  border-bottom: 0;
}
.src-components-AataTable--style--treePagination--1vO36{
  float: right;
  margin: 20px;
}


.src-components-AataTable--style--operColWrapper--2GFXI{
  display: flex;
}

.src-components-AataTable--style--operColWrapper--2GFXI>div{
  width: 66px;
    margin: 0px 2px;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    text-overflow: ellipsis;
    color:#108ee9;
}
.src-components-AataTable--style--operColWrapper--2GFXI a{
  height: 32px;
  line-height: 32px;
  display: block;
  font-size: 14px;;

}
.src-components-AataTable--style--operColMoreWrapper--rVjwo>div{
    width: 66px;
    margin: 0px 2px;
    overflow: hidden;
    cursor: pointer;
    text-overflow: ellipsis;
    color:#108ee9;
}
.src-components-AataTable--style--operItem--1qMF_{
  width: 66px;
  margin: 0px 2px;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
  text-overflow: ellipsis;
  color:#108ee9;
}

.src-components-AataTable--style--operLink--3PBmm{
  line-height: 29px;
}
.src-components-AataTable--style--editcolWrap--SB0CP{
  cursor: pointer;
}
.src-components-AataTable--style--editcolWrap--SB0CP .src-components-AataTable--style--editcol--2aF7s{
  border: 1px solid transparent;
  border-radius: 4px;
}
.src-components-AataTable--style--editcolWrap--SB0CP:hover .src-components-AataTable--style--editcol--2aF7s{
  border: 1px solid var(--border-color-2);
  border-radius: 4px;
}
html .src-components-AataTable--style--editcolWrap--SB0CP .ant-legacy-form-explain,
.src-components-AataTable--style--editcolWrap--SB0CP .agzItemLabel{
  display: none;
}
.src-components-AataTable--style--viewSelectBar--24UlS{
  width:60 ;
  display:flex;
  justify-content: flex-end;
  flex-direction: row;
  align-items: center;
}
.src-components-AataTable--style--viewSelectName--27aF7{
  width:100px;
  overflow:hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.src-components-DataTable-TableColumnAdjust--style--columnBlock--3-0to {
  display: inline-block;
  margin: 5px 10px;
  cursor: pointer;
}

.src-components-DataTable-TableColumnAdjust--style--sortItem--2ik3F {
  background:var(--backaground-color-2);
  border:1px solid var(--color-f-1);
  width:78px;
  height:35px;
  display: inline-block;
  font-size:12px;
  color:var(--font-color-4);
  text-align: center;
  line-height: 35px;
  vertical-align: top;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.src-components-DataTable-TableColumnAdjust--style--sortList--2IXvZ {
  /* border: 1px solid black; */
  overflow-x: auto;
  white-space: nowrap;
}

.src-components-DataTable-TableColumnAdjust--style--title--38tkm {
  font-size:14px;
  color:var(--font-color-4);
  letter-spacing:0px;
  text-align:left;
  margin: 10px 0px;
}

.src-components-DataTable-TableColumnAdjust--style--helperClass--1ka-h {
   z-index: 1000;
}

.src-components-DataTable-TableColumnAdjust--style--checkAll--3IiCK {
  margin-left: 10px;
}
.src-components-Echarts--style--echarts--3KuxX{
  margin: 4px 10px;
  /* box-shadow: 0px 0px 4px 0px var(--box-shadow-color-1); */
  position: relative;
}
.src-components-Echarts--style--configBut--27TBZ{
  position: absolute;
  right: 0px;
  z-index: 10;
  margin: 2px;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
}

.src-components-DataTable-View--style--queryButton--3bDLn{
  height: 30px;
  margin-top:30px;
}
.src-components-DataTable-View--style--queryButton--3bDLn button{
  float: right;
  margin-left:10px; 
}
.src-components-DataTable-View--style--viewName--1ultu .anticon-exclamation-circle{
  display: none;
}
.src-components-DataTable-View--style--viewName--1ultu .ant-popover-message-title{
  padding-left: 0;
}
.src-components-DataTable-View--style--titleRender--3pdCx{
  width: 150px;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
}

.src-components-DataTable--style--tableScrollY--4fMbG .src-components-DataTable--style--dataColumn--3fE--{
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-all;
  -webkit-user-select: none;
          user-select: none;
}
.src-components-DataTable--style--tableScrollY--4fMbG{
  clear: both;
}
.src-components-DataTable--style--tableScrollY--4fMbG .src-components-DataTable--style--dataColumn--3fE-- .anticon.anticon-filter.ant-table-filter-icon.ant-dropdown-trigger{
  width: 14px;
}
.src-components-DataTable--style--tableScrollY--4fMbG .ant-table-thead > tr > th.ant-table-column-has-filters .ant-table-column-sorter{
  right: 15px;
}
.src-components-DataTable--style--tableScrollY--4fMbG .ant-table-scroll table{
  width: 100%;
}
.src-components-DataTable--style--tableScrollY--4fMbG .ant-table-fixed-right{
  box-shadow:none;
}
.src-components-DataTable--style--table--12wLi{
  clear: both;
}
.src-components-DataTable--style--table--12wLi .src-components-DataTable--style--dataColumn--3fE-- {
  white-space: pre;
  -webkit-user-select: none;
          user-select: none;
}

.src-components-DataTable--style--tableScrollY--4fMbG .src-components-DataTable--style--picture--3rUSv{
  padding-top:0px !important;
  padding-bottom: 0px !important;
}

.src-components-DataTable--style--number--1LWK1 {
  text-align: right;
}
/* .actionColomn.dataColumn{
  width: 80px;
} */
.src-components-DataTable--style--filterDropdown--35SVV {
  padding: 8px;
  border-radius: 6px;
  background: var(--backaground-color-1);
  box-shadow: 0 1px 6px var(--box-shadow-color-2);
}

.src-components-DataTable--style--filterDropdownInput--1wzFq {
  width: 130px;
  margin-right: 8px;
}
.src-components-DataTable--style--deletebutton--peCAH{
    color: #108ee9;
    background: transparent;
    cursor: pointer;
    transition: color .3s ease;
}
.src-components-DataTable--style--datatableWarp--3WVZk{
  position: relative;
}
.src-components-DataTable--style--operationsWarp--3YBkK{
  position: relative;
  width: 100%;
  height: 50px;
  line-height: 50px;
  right: 0;
  font-size: 12px;
}
.src-components-DataTable--style--operations--GlnYA{
  float: right;
  min-width: 475px;
}
.src-components-DataTable--style--operations--GlnYA>div{
  float: left;
}

.src-components-DataTable--style--selectText--1GfoW{
  float: left;
}
.src-components-DataTable--style--operations--GlnYA>div.src-components-DataTable--style--addButton--2L8oU{
  float: right;
  margin-right:10px;
}
.src-components-DataTable--style--operations--GlnYA>div.src-components-DataTable--style--exportButton--2CBR8{
  float: right;
  height: 28px;
  margin-right: 10px;
  /* width: 450px; */
}
.src-components-DataTable--style--exportButton--2CBR8>span{
  float: left;
  width: auto;
}
.src-components-DataTable--style--exportButton--2CBR8>button{
  float: left;
  margin-top:11px;
  margin-left:10px;
}

.src-components-DataTable--style--searchInput--3-v4O{
  width: 25%
}
.src-components-DataTable--style--searchbutton--wRdbl>button{
  margin-left:5px
}
.src-components-DataTable--style--batchOperators--v8RmX{
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  background:var(-border-color-1);
  height: 50px;
  line-height: 50px;
  z-index: 8;
  overflow: hidden;
  transition: all 0.2s ;
}
.src-components-DataTable--style--show--1uK6M.src-components-DataTable--style--batchOperators--v8RmX{
  width: 100%;
}
.src-components-DataTable--style--closeBatchOperations--AAxwP{
  position: absolute;
  right: 10px;
  font-size: 24px;
  top:13px;
  cursor: pointer;
}
.src-components-DataTable--style--batchOperators--v8RmX>button{
  margin: 0 10px;
}
.src-components-DataTable--style--refreshBtn--KbQXy{
  position: relative;
  left: 5px;
  cursor: pointer;
}

.src-components-DataTable--style--tooltip--2Rh_b .ant-tooltip-inner{
  background: rgba(255, 255, 255, 0);
  box-shadow: none;
}
.src-components-DataTable--style--tooltip--2Rh_b .ant-tooltip-arrow {
  border: none;
}

.src-components-DataTable--style--importFile--39diH .ant-upload-list {
  max-height: 100px;
  overflow: auto;
}
.src-components-DataTable--style--importFile--39diH .ant-upload-drag {
  height: 200px;
}
.src-components-DataTable--style--tabelHeader--2jo3T{
  display: flex;
  width:100%;
  height:40px;
  line-height: 40px;
  border-bottom:1px solid var(--color-f-1);
}
.src-components-DataTable--style--tabelHeader--2jo3T div{
  width:50%;
  text-align: center;
  background-color:var(--backaground-color-2);
}
.src-components-DataTable--style--fieldTabel--GgBbb{
  width:100%;
  max-height:440px;
  overflow-y: scroll;
}
.src-components-DataTable--style--fieldTabel--GgBbb li{
  width:100%;
  height:40px;
  line-height: 40px;
}
.src-components-DataTable--style--fieldTabel--GgBbb li>div{
  width:50%;
  height:40px;
  float:left;
}
.src-components-DataTable--style--required--iu7dS{
  color:red;
}
.src-components-DataTable--style--fieldTabel--GgBbb>li:nth-child(2n-1)>div:first-child{
  background-color: var(-border-color-1);
}
.src-components-DataTable--style--fieldTabel--GgBbb>li:nth-child(2n)>div:first-child{
  background-color:var(--backaground-color-2);
}
.src-components-DataTable--style--fieldTabel--GgBbb>li:nth-child(2n-1)>div:last-child{
  background-color: var(--color-7);
}
.src-components-DataTable--style--fieldTabel--GgBbb>li>div:last-child{
  height:40px;
  /* padding-left:90px; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.src-components-DataTable--style--fieldTabel--GgBbb>li:hover>div:first-child{
  background-color: var(--color-o-5);
}
.src-components-DataTable--style--fieldTabel--GgBbb>li:hover>div:last-child{
  background-color: var(--color-8);
}
.src-components-DataTable--style--fieldTabel--GgBbb>li>div:nth-child(2) span{
  height:27px;
  line-height: 22px;
}
.src-components-DataTable--style--header--2_JIV{
  width:100%;
  max-height:50px;
  text-align: center;
  line-height: 30px;
  font-weight: 900;
}
.src-components-DataTable--style--matchMsg--3iC3m {
  color: #ff7100;
  font-size: 12px;
  font-weight: 500;
}
.src-components-DataTable--style--tabelBotton--2I-N5{
  width:100%;
  height:44px;
  line-height: 40px;
  border-bottom:1px solid var(--color-f-1);
}
.src-components-DataTable--style--tabelBotton--2I-N5 .ant-btn{
  float:right;
  margin:6px 10px 6px 0;
}
.src-components-DataTable--style--fieldRelation--18oDs .ant-modal-body {
  padding:0;
}
.src-components-DataTable--style--fieldTabel--GgBbb>li>div.src-components-DataTable--style--chooseMsg--2-3Af {
  padding: 0;
  text-align: center;
  font-weight: bold;
}
.src-components-DataTable--style--doUpdateRule--17BRm {
  margin: 15px;
  color: var(--color-r-9);
}
.src-components-DataTable--style--dataProcess--a70Se{
  top:50%;
}
.src-components-DataTable--style--picturePopover--AmD2e{
  width:382px;
}
.src-components-DataTable--style--picturePopover--AmD2e .ant-popover-title{
  display: none;
}
.src-components-DataTable--style--dataProcess--a70Se .ant-modal-body {
  padding:0;
  text-align: center;
}
.src-components-DataTable--style--dataProcess--a70Se .ant-modal-body div span{
  margin:0 20px;
}
.src-components-DataTable--style--dataProcess--a70Se .ant-modal-content {
  background-color:rgba(0,0,0,0);
  box-shadow:none;
}

.src-components-DataTable--style--importResult--2r5bR .ant-modal-body div{
  width:100%;
  text-align: center;
  margin:20px 0;
}
.src-components-DataTable--style--inputColor--3PfVA input{
  border-color:red;
}
.src-components-DataTable--style--dataValidate--gVc_U {
  padding: 10px 20px;
}

.src-components-DataTable--style--view--1UeDL{
  float: left;
}
.src-components-DataTable--style--view--1UeDL button{
  margin-left: 10px;
}
.src-components-DataTable--style--selectView--2h5K4{
  position: relative;
  width: 240px;
  display: inline-block;
}
.src-components-DataTable--style--selectView--2h5K4>input{
  cursor: pointer;
}
.src-components-DataTable--style--selectviewIcon--1QSCg{
  position: absolute;
  font-style: normal;
  right: 8px;
  top:20px;
  z-index: 1;
  background: var(--backaground-color-1);
  font-size: 12px;
  color: var(--box-shadow-color-9);
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.src-components-DataTable--style--selectviewIcon--1QSCg.src-components-DataTable--style--show--1uK6M{
  -webkit-transform:  rotate(180deg) scale(0.8);
          transform:  rotate(180deg) scale(0.8);
}
.src-components-DataTable--style--viewList--2yXTL{
  position:absolute;
  top:39px;
  width: 100%;
  max-height: 500px;
  overflow-y: auto;
  background: var(--backaground-color-1);
  border:1px solid var(--border-color-2);
  border-radius: 4px;
  z-index: 100;
  padding: 5px;
  display: none;
}
.src-components-DataTable--style--viewList--2yXTL.src-components-DataTable--style--showViewList--28UwU{
  display: block;
}
.src-components-DataTable--style--viewList--2yXTL li{
  height: 30px;
  cursor: pointer;
  line-height: 30px;
  color: var(--box-shadow-color-6);
  padding-left: 25px;
  border-radius: 4px;
  position: relative;
  transition: all 0.3s ease;
  margin-bottom:2px;
}
.src-components-DataTable--style--viewList--2yXTL li.src-components-DataTable--style--viewListHeader--2yQXP{
  border-bottom:1px solid var(--border-color-2);
  color: var(--box-shadow-color-9);
  padding-left: 21px;
}
.src-components-DataTable--style--viewList--2yXTL li:hover{
  background: #4789f7;
  color: var(--backaground-color-1);
}
.src-components-DataTable--style--viewList--2yXTL li.src-components-DataTable--style--viewListItem--1iTgj:hover .src-components-DataTable--style--viewListop--60jkv{
  opacity: 1;
}
.src-components-DataTable--style--viewList--2yXTL li .src-components-DataTable--style--viewListop--60jkv{
  position: absolute;
  right: 10px;
  top:0;
  opacity: 0;
  transition: all 0.3s ease;
  color: var(--backaground-color-1);
}
.src-components-DataTable--style--viewList--2yXTL li .src-components-DataTable--style--viewListop--60jkv>i{
  margin-left:10px;
}
.src-components-DataTable--style--viewlistItemname--2bX1E{
  width: 150px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
}
.src-components-DataTable--style--copyBut--3FRmh{
  margin-right:10px;
}
.src-components-DataTable--style--sumRow--NdyYR{
  background: var(--backaground-color-1);
}
.src-components-DataTable--style--countRow--keJWN{
  background: var(--color-10);

}
.src-components-DataTable--style--tableScrollY--4fMbG .ant-table-tbody > tr > td,
.src-components-DataTable--style--tableScrollY--4fMbG .ant-table-footer{
  color:var(--box-shadow-color-9);
}
.src-components-DataTable--style--tableScrollY--4fMbG .ant-table-tbody > tr > td,
.src-components-DataTable--style--tableScrollY--4fMbG .ant-table-footer,
.src-components-DataTable--style--tableScrollY--4fMbG .ant-table-thead > tr > th
{
  padding: 10px 8px;
}
/* .tableScrollY :global(.ant-table-thead > tr > th){
  color:rgba(0,0,0,0.75);
} */
.ant-table-tbody tr.src-components-DataTable--style--sumRow--NdyYR:hover>td{
  background: var(--color-o-5);
}
.ant-table-tbody tr.src-components-DataTable--style--countRow--keJWN:hover>td{
  background: var(--color-o-5);
}

.src-components-DataTable--style--stocksumlist--2xrWe .ant-table-bordered .ant-table-header > table,
.src-components-DataTable--style--stocksumlist--2xrWe .ant-table.ant-table-bordered .ant-table-footer,
.src-components-DataTable--style--stocksumlist--2xrWe .ant-table-bordered .ant-table-body > table{
  border-color:  var(--font-color-8)
}
.src-components-DataTable--style--stocksumlist--2xrWe .ant-table-thead > tr > th,
.src-components-DataTable--style--stocksumlist--2xrWe .ant-table-footer,
.src-components-DataTable--style--stocksumlist--2xrWe .ant-table-tbody > tr > td{
  padding:9px 8px;
}
.src-components-DataTable--style--stocksumlist--2xrWe .ant-table-header,
.src-components-DataTable--style--stocksumlist--2xrWe .ant-table-body{
  border-left: 1px solid var(--font-color-8);
  border-right: 1px solid var(--font-color-8);
}
.src-components-DataTable--style--stocksumlist--2xrWe .ant-table-bordered.ant-table-fixed-header .ant-table-placeholder{
  border-left: 1px solid var(--font-color-8);
  border-right: 1px solid var(--font-color-8);
  border-top: 1px solid var(--font-color-8)
}

.src-components-DataTable--style--stocksumlist--2xrWe .ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tbody > tr > td,
.src-components-DataTable--style--stocksumlist--2xrWe .ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > thead > tr > th,
.src-components-DataTable--style--stocksumlist--2xrWe .ant-table-bordered .ant-table-tbody > tr > td,
.src-components-DataTable--style--stocksumlist--2xrWe .ant-table-bordered .ant-table-tbody > tr > td,
.src-components-DataTable--style--stocksumlist--2xrWe .ant-table-bordered .ant-table-thead > tr > th{
  border-right-color: var(--font-color-8);
}
.src-components-DataTable--style--stocksumlist--2xrWe .ant-table-header{
  border-top:  1px solid var(--font-color-8);

}

.src-components-DataTable--style--stocksumlist--2xrWe .ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > thead > tr:not(:last-child) > th,
.src-components-DataTable--style--stocksumlist--2xrWe .ant-table-tbody > tr > td,
.src-components-DataTable--style--stocksumlist--2xrWe .ant-table-bordered .ant-table-thead > tr > th{
  border-bottom-color:  var(--font-color-8);
}
.src-components-DataTable--style--stocksumlist--2xrWe .ant-table .ant-table-row-indent + .ant-table-row-expand-icon{
  display: none
}

.src-components-DataTable--style--holidayColumn--1Wtey,
 .ant-table-thead > tr > th.src-components-DataTable--style--holidayColumn--1Wtey,
 .ant-table-tbody > tr:hover > td.src-components-DataTable--style--holidayColumn--1Wtey {
  background: var(--color-o-6)
}

.src-components-DataTable--style--selectedRow--2rmLO .src-components-DataTable--style--selectedCol--3S8l2,
.ant-table-tbody > tr.src-components-DataTable--style--selectedRow--2rmLO:hover > td.src-components-DataTable--style--selectedCol--3S8l2{
  background: rgba(90, 182, 255, 0.5)
}
.src-components-DataTable--style--selectedRow--2rmLO .src-components-DataTable--style--selectedCol--3S8l2 .src-components-DataTable--style--cellbody--s__g4{
  background: rgba(90, 182, 255, 0.5) !important
}

.tableDraggable .ant-table-thead > tr > th{
  cursor:col-resize
}

.src-components-DataTable--style--totalRowCol--3K1f- {
  display: table-cell;
}

.src-components-DataTable--style--totalRowCol--3K1f-.src-components-DataTable--style--number--1LWK1 {
  padding-right: 8px;
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-all;
}
.src-components-DataTable--style--attendanceListTable--2AUtS  .ant-table-tbody > tr > td .ant-input
{
  padding: 0;
  height: 40px;
}
.src-components-DataTable--style--attendanceListTable--2AUtS .ant-table-tbody > tr > td{
  padding: 0;
  height: 40px;
  text-align: center;
}

.src-components-DataTable--style--batchOptRes--1LrZ5{
  width: 100%;
  max-height: 400px;
  overflow: auto;
}
.src-components-DataTable--style--batchOptRes--1LrZ5>p{
  line-height: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.src-components-DataTable--style--batchOptResTable--3WXkQ .ant-table-thead > tr > th {
  padding: 8px;
}
.src-components-DataTable--style--batchOptResTable--3WXkQ .ant-table-tbody > tr > td {
  padding: 8px;
}


.src-components-DataTable--style--batchNoticeSpan--1sak9{
  width: 50%;
  display: inline-block
}

.src-components-DataTable--style--setUrl--2_aVG{
  cursor: pointer;
}
.src-components-DataTable--style--cellbody--s__g4{
  height: inherit;
  line-height: 40px;
}
.src-components-DataTable--style--selectCellbody--HsbTh{

}
.customFieldCls{
    background: var(--backaground-color-1);
    color:red!important;
    font-weight: bold;
    font-style: oblique;
    cursor: pointer;
}

.expressionEditorCustomCls .overflow-guard{
    /* padding: 10px; */
}

.src-components-ExpressionEditor--index--expOperWrapper--3rTUo{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.src-components-ExpressionEditor--index--expOperFieldsWrapper--1WPrG{
    width:165px;
    height:380px;
    border:1px solid var(--color-3);
    overflow-y: auto;
}
.src-components-ExpressionEditor--index--expOperFieldItem--NnH0k{
    padding: 10px;
    overflow: hidden;
    white-space: pre;
    text-overflow: ellipsis;

}
.src-components-ExpressionEditor--index--expOperFieldItem--NnH0k:hover{
    background-color: var(--backaground-color-1);
}
.src-components-ExpressionEditor--index--expOperatorWrapper--guNQB{
    width:186px;
    height:380px;
    border:1px solid var(--color-3);
    padding: 12px;
}

.src-components-ExpressionEditor--index--expOperatorItem--1_aHm{
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background-color: var(--backaground-color-1);
    margin: 4px;
    border-radius: 5px;
    float: left;
    cursor: pointer;
}

.src-components-ExpressionEditor--index--expFuncWrapper--UdFWS{
    width: 267px;
    height:380px;
    border:1px solid var(--color-3);
    overflow-y: auto;
}

.src-components-ExpressionEditor--index--expOperTitle--2rDwZ{
    padding: 10px 0;
    color:var(--box-shadow-color-5)
}

.src-components-ExpressionEditor--index--expFuncItem--1yRRm{
    padding: 5px;
    cursor: pointer;
}
.src-components-ExpressionEditor--index--expFuncItem--1yRRm:hover{
    background-color: var(--backaground-color-1);
}
.src-components-ExpressionEditor--index--expFuncItem--1yRRm p:nth-child(2){
    font-size: 12px;
    color:var(--box-shadow-color-5)
}

.src-components-AataTable-View--style--queryButton--3uJFq{
  height: 30px;
  margin-top:30px;
}
.src-components-AataTable-View--style--queryButton--3uJFq button{
  float: right;
  margin-left:10px; 
}
html .src-components-AataTable-View--style--viewName--T18-1 .anticon-exclamation-circle{
  display: none;
}
html .src-components-AataTable-View--style--viewName--T18-1 .ant-popover-message-title{
  padding-left: 0;
}
.src-components-AataTable-View--style--titleRender--OSgvt{
  width: 150px;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
}

.src-components-CardList--style--cardContainer--3vVzq{
  margin-top: 20px;
  min-height: 150px;
}

.src-components-CardList--style--item--3eMbp{
  width: 100%;
  border:1px solid var(--color-5) ;
  background: var(--backaground-color-1);
  width: 100%;
  cursor: pointer;
}
.src-components-CardList--style--item--3eMbp:hover{
    transition: all .2s ease;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
    box-shadow: 0 0 40px 0 rgba(3,27,78,.09), 0 0 6px 0 rgba(0,0,0,.05);
}
.src-components-CardList--style--item--3eMbp img{
  width: 100%;
  height: auto;
}
.src-components-CardList--style--item--3eMbp .src-components-CardList--style--text--1p_Uc{
  width: 85%;
  margin: 0 auto;
  padding: 20px 0;
}
.src-components-CardList--style--item--3eMbp .src-components-CardList--style--text--1p_Uc p{
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.src-components-CardList--style--item--3eMbp .src-components-CardList--style--text--1p_Uc .src-components-CardList--style--p1--3j0KA{
  font-size: 12px;
  color: var(--box-shadow-color-7);
  height: 16px;
  letter-spacing: 1px;
}
.src-components-CardList--style--item--3eMbp .src-components-CardList--style--text--1p_Uc .src-components-CardList--style--p2--1OqSX{
  font-size: 16px;
  color: var(--box-shadow-color-9);
  font-weight: 500;
  margin-top: 10px;
  line-height: 18px;
  height: 20px;
}
.src-components-CardList--style--item--3eMbp .src-components-CardList--style--text--1p_Uc .src-components-CardList--style--p3--3_Iep{
  font-size: 16px;
  color: var(--font-color-6);
  margin-top: 5px;
  height: 22px;
}
.src-components-CardList--style--item--3eMbp .src-components-CardList--style--text--1p_Uc .src-components-CardList--style--detail--24eyd{
  margin-top: 20px;
  font-size: 12px ;
  color: var(--box-shadow-color-7);
  cursor: pointer;
  height: 18px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.src-components-CardList--style--item--3eMbp .src-components-CardList--style--text--1p_Uc .src-components-CardList--style--detail--24eyd img{
  margin-left: 10px;
  width: 12px;
}
.src-components-CardList--style--page--2FUnp{
  width: 100%;
  background: var(--backaground-color-1);
  border: 1px solid var(--color-5);
  padding: 16px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}


.src-components-AppHeader--style--runtimeHeader--3IplS.src-components-AppHeader--style--header--29Atj{
  width: calc((100% - 200px) * 0.3);
  right: 0;
  display: flex;
  justify-content: flex-end;
}
.src-components-AppHeader--style--runtimeHeader--3IplS.src-components-AppHeader--style--header--29Atj.src-components-AppHeader--style--collapsed--1jQSH{
  width: calc((100% - 60px) * 0.3);
}
.src-components-AppHeader--style--isMsghear--3orTl{
  left: 0;
}
.src-components-AppHeader--style--isfocus--xgt4Q{
  background: rgba(230, 231, 232, 0.45);
}

.showNotice .src-components-AppHeader--style--header--29Atj{
  top:33px;
}
.aicomponent-container {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.aicomponent-container .message {
  border: 1px solid var(--color-2);
  border-radius: 4px;
  flex: 1 1;
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
  padding: 8px;
}
.aicomponent-container .message::-webkit-scrollbar {
  display: none;
}
.aicomponent-container .message-item {
  display: flex;
  margin-bottom: 20px;
  flex-direction: row;
  justify-content: flex-start;
}
.aicomponent-container .message-item.me {
  flex-direction: row-reverse;
}
.aicomponent-container .message-item.me .text {
  background-color: #1890ff;
  color: var(--backaground-color-1);
  margin-left: 60px;
  margin-right: auto ;
  /* font-size: 14px; */
}
.aicomponent-container .message-item.me .photo {
  margin-left: 8px;
  margin-right: auto ;
  border-color: #1890ff;
  color: #1890ff;
}
.aicomponent-container .message-item .photo {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #722ed1;
  flex-shrink: 0;
  margin-left: auto;
  margin-right: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  line-height: 40px;
  text-align: center;
  color: #722ed1;
}
.aicomponent-container .message-item .text {
  padding: 10px;
  margin-right: 60px;
  margin-left: auto;
  background-color: var(--color-dd-3);
  border-radius: 4px;
  font-size: 12px;
  flex: 1 1;
}
.aicomponent-container .message-item .aimessage {
  display: flex;
  flex-direction: column;
  background-color: var(--color-dd-3);
}
.aicomponent-container .input-container {
  margin-top: 10px;
  width: 100%;
  height: 120px;
  flex-shrink: 0;
}

.src-components-Carousel--style--carousel--205cW {
  z-index: 99;
  top: 0;
  padding-top: 0;
  padding-bottom: 0;
  height: 33px;
}

html .src-components-Carousel--style--carousel--205cW .ant-alert-icon {
  top: 9px
}

html .src-components-Carousel--style--carousel--205cW .ant-alert-close-icon {
  top: 3px
}

html .src-components-Carousel--style--carousel--205cW .gNeMwR {
  height: 33px;
}


.src-components-Carousel--style--wrapper--X9AGZ:hover>div>div{
  -webkit-animation-play-state:paused;
          animation-play-state:paused;
}

