/*!
 * YeeOffice - 为企业提供一站式，多设备的通用办公管理应用，体验不一样的企业效率管理过程
 * @version v1.0.0
 * @author @copyright 2017 akmii 
 * @link https://www.yeeoffice.com/
 * @date Mon Jul 21 2025 14:16:17 GMT+0800 (GMT+08:00)
 */
.ak-common-btn {
  border: 0px;
  border-radius: 3px;
}
.btn-common-radius {
  border-radius: 3px;
}
.btn-common-border {
  border: solid 1px var(--btn--neutral);
  border-radius: 6px;
  padding: 2px 10px;
}
.btn-common-border:hover,
.btn-common-border:focus {
  color: var(--btn--primary);
  border-color: var(--btn--primary);
}
.main-btn-bg,
.ak-container .ant-modal-footer .ant-btn.main-btn-bg {
  border: 0px;
  border-radius: 3px;
  background-color: var(--btn--primary);
  color: var(--btn--backgrand);
}
.main-btn-bg:hover,
.ak-container .ant-modal-footer .ant-btn.main-btn-bg:hover,
.main-btn-bg:focus,
.ak-container .ant-modal-footer .ant-btn.main-btn-bg:focus {
  background-color: var(--btn--primary);
  color: var(--btn--backgrand);
}
.minor-btn-bg,
.ak-container .ant-modal-footer .ant-btn.minor-btn-bg {
  border: 0px;
  border-radius: 3px;
  background-color: var(--btn--primary-light);
  color: var(--btn--text);
}
.minor-btn-bg.text,
.ak-container .ant-modal-footer .ant-btn.minor-btn-bg.text {
  background-color: unset;
}
.minor-btn-bg:hover,
.ak-container .ant-modal-footer .ant-btn.minor-btn-bg:hover,
.minor-btn-bg:focus,
.ak-container .ant-modal-footer .ant-btn.minor-btn-bg:focus {
  background-color: var(--btn--primary-light);
  color: var(--btn--text);
}
.dangerous-btn-bg,
.ak-container .ant-modal-footer .ant-btn.dangerous-btn-bg {
  border: 0px;
  border-radius: 3px;
  background-color: var(--btn--danger-light);
  color: var(--btn--danger);
}
.dangerous-btn-bg:hover,
.ak-container .ant-modal-footer .ant-btn.dangerous-btn-bg:hover,
.dangerous-btn-bg:focus,
.ak-container .ant-modal-footer .ant-btn.dangerous-btn-bg:focus {
  background-color: var(--btn--danger-light);
  color: var(--btn--danger);
}
.green-btn-bg,
.ak-container .ant-modal-footer .ant-btn.green-btn-bg {
  border: 0px;
  border-radius: 3px;
  background-color: var(--btn--success-light);
  color: var(--btn--success-dark);
}
.green-btn-bg:hover,
.ak-container .ant-modal-footer .ant-btn.green-btn-bg:hover,
.green-btn-bg:focus,
.ak-container .ant-modal-footer .ant-btn.green-btn-bg:focus {
  background-color: var(--btn--success-light);
  color: var(--btn--success-dark);
}
.neutral-btn-bg,
.ak-container .ant-modal-footer .ant-btn.neutral-btn-bg {
  border: 0px;
  border-radius: 3px;
  background-color: var(--btn--neutral);
  color: var(--btn--text);
}
.neutral-btn-bg:hover,
.ak-container .ant-modal-footer .ant-btn.neutral-btn-bg:hover,
.neutral-btn-bg:focus,
.ak-container .ant-modal-footer .ant-btn.neutral-btn-bg:focus {
  background-color: var(--btn--neutral);
  color: var(--btn--text);
}
.ant-btn.main-btn-bc {
  border-color: var(--btn--primary);
  color: var(--btn--primary);
}
@cdn-url : //wfexp.hkstp.training/yeeflow/;

/*!
 * Cropper.js v1.5.12
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2021-06-12T08:00:11.623Z
 */
.cropper-container {
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cropper-container img {
  display: block;
  height: 100%;
  image-orientation: 0deg;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  width: 100%;
}
.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.cropper-wrap-box,
.cropper-canvas {
  overflow: hidden;
}
.cropper-drag-box {
  background-color: #fff;
  opacity: 0;
}
.cropper-modal {
  background-color: #000;
  opacity: 0.5;
}
.cropper-view-box {
  display: block;
  height: 100%;
  outline: 1px solid #39f;
  outline-color: rgba(51, 153, 255, 0.75);
  overflow: hidden;
  width: 100%;
}
.cropper-dashed {
  border: 0 dashed #eee;
  display: block;
  opacity: 0.5;
  position: absolute;
}
.cropper-dashed.dashed-h {
  border-bottom-width: 1px;
  border-top-width: 1px;
  height: calc(33.33333333%);
  left: 0;
  top: calc(33.33333333%);
  width: 100%;
}
.cropper-dashed.dashed-v {
  border-left-width: 1px;
  border-right-width: 1px;
  height: 100%;
  left: calc(33.33333333%);
  top: 0;
  width: calc(33.33333333%);
}
.cropper-center {
  display: block;
  height: 0;
  left: 50%;
  opacity: 0.75;
  position: absolute;
  top: 50%;
  width: 0;
}
.cropper-center::before,
.cropper-center::after {
  background-color: #eee;
  content: ' ';
  display: block;
  position: absolute;
}
.cropper-center::before {
  height: 1px;
  left: -3px;
  top: 0;
  width: 7px;
}
.cropper-center::after {
  height: 7px;
  left: 0;
  top: -3px;
  width: 1px;
}
.cropper-face,
.cropper-line,
.cropper-point {
  display: block;
  height: 100%;
  opacity: 0.1;
  position: absolute;
  width: 100%;
}
.cropper-face {
  background-color: #fff;
  left: 0;
  top: 0;
}
.cropper-line {
  background-color: #39f;
}
.cropper-line.line-e {
  cursor: ew-resize;
  right: -3px;
  top: 0;
  width: 5px;
}
.cropper-line.line-n {
  cursor: ns-resize;
  height: 5px;
  left: 0;
  top: -3px;
}
.cropper-line.line-w {
  cursor: ew-resize;
  left: -3px;
  top: 0;
  width: 5px;
}
.cropper-line.line-s {
  bottom: -3px;
  cursor: ns-resize;
  height: 5px;
  left: 0;
}
.cropper-point {
  background-color: #39f;
  height: 5px;
  opacity: 0.75;
  width: 5px;
}
.cropper-point.point-e {
  cursor: ew-resize;
  margin-top: -3px;
  right: -3px;
  top: 50%;
}
.cropper-point.point-n {
  cursor: ns-resize;
  left: 50%;
  margin-left: -3px;
  top: -3px;
}
.cropper-point.point-w {
  cursor: ew-resize;
  left: -3px;
  margin-top: -3px;
  top: 50%;
}
.cropper-point.point-s {
  bottom: -3px;
  cursor: s-resize;
  left: 50%;
  margin-left: -3px;
}
.cropper-point.point-ne {
  cursor: nesw-resize;
  right: -3px;
  top: -3px;
}
.cropper-point.point-nw {
  cursor: nwse-resize;
  left: -3px;
  top: -3px;
}
.cropper-point.point-sw {
  bottom: -3px;
  cursor: nesw-resize;
  left: -3px;
}
.cropper-point.point-se {
  bottom: -3px;
  cursor: nwse-resize;
  height: 20px;
  opacity: 1;
  right: -3px;
  width: 20px;
}
@media (min-width: 768px) {
  .cropper-point.point-se {
    height: 15px;
    width: 15px;
  }
}
@media (min-width: 992px) {
  .cropper-point.point-se {
    height: 10px;
    width: 10px;
  }
}
@media (min-width: 1200px) {
  .cropper-point.point-se {
    height: 5px;
    opacity: 0.75;
    width: 5px;
  }
}
.cropper-point.point-se::before {
  background-color: #39f;
  bottom: -50%;
  content: ' ';
  display: block;
  height: 200%;
  opacity: 0;
  position: absolute;
  right: -50%;
  width: 200%;
}
.cropper-invisible {
  opacity: 0;
}
.cropper-bg {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC');
}
.cropper-hide {
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.cropper-hidden {
  display: none !important;
}
.cropper-move {
  cursor: move;
}
.cropper-crop {
  cursor: crosshair;
}
.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed;
}
@cdn-url : //wfexp.hkstp.training/yeeflow/;

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
/**
c: color
f: font-size
**/
:root {
  --c--primary: #0065FF;
  --c--primary-hover: #005BE6;
  --c--primary-active: #0051CC;
  --c--primary-light: #E6F0FF;
  --c--primary-light-hover: #D9E8FF;
  --c--primary-light-active: #B0CFFF;
  --c--primary-dark: #004CBF;
  --c--primary-dark-hover: #003D99;
  --c--primary-dark-active: #002D73;
  --c--primary-darker: #002359;
  --c--secondary: #00D1FF;
  --c--secondary-hover: #00BCE6;
  --c--secondary-active: #00A7CC;
  --c--secondary-light: #E6FAFF;
  --c--secondary-light-hover: #D9F8FF;
  --c--secondary-light-active: #B0F1FF;
  --c--secondary-dark: #009DBF;
  --c--secondary-dark-hover: #007D99;
  --c--secondary-dark-active: #005E73;
  --c--secondary-darker: #004959;
  --c--backgrand: #FFFFFF;
  --c--text: #071638;
  --c--text-normal: #071638;
  --c--accent: #03B349;
  --c--extra-color-1: #F9C434;
  --c--extra-color-2: #F61515;
  --c--success: #15DF42;
  --c--success-hover: #13C93B;
  --c--success-active: #11B235;
  --c--success-light: #E8FCEC;
  --c--success-light-hover: #DCFAE3;
  --c--success-light-active: #B6F5C4;
  --c--success-dark: #10A732;
  --c--success-dark-hover: #0D8628;
  --c--success-dark-active: #09641E;
  --c--success-darker: #074E17;
  --c--warning: #F9C434;
  --c--warning-hover: #E0B02F;
  --c--warning-active: #C79D2A;
  --c--warning-light: #FEF9EB;
  --c--warning-light-hover: #FEF6E1;
  --c--warning-light-active: #FDEDC0;
  --c--warning-dark: #BB9327;
  --c--warning-dark-hover: #95761F;
  --c--warning-dark-active: #705817;
  --c--warning-darker: #574512;
  --c--danger: #F61515;
  --c--danger-hover: #DD1313;
  --c--danger-active: #C51111;
  --c--danger-light: #FEE8E8;
  --c--danger-light-hover: #FEDCDC;
  --c--danger-light-active: #FCB6B6;
  --c--danger-dark: #B91010;
  --c--danger-dark-hover: #940D0D;
  --c--danger-dark-active: #6F0909;
  --c--danger-darker: #560707;
  --c--neutral: #B3B7C0;
  --c--neutral-hover: #A1A5AD;
  --c--neutral-active: #878990;
  --c--neutral-light: #F7F8F9;
  --c--neutral-light-hover: #F3F4F6;
  --c--neutral-light-active: #E7E9EC;
  --c--neutral-dark: #878990;
  --c--neutral-dark-hover: #6C6E73;
  --c--neutral-dark-active: #505257;
  --c--neutral-darker: #3E4044;
  --fs--xs: 10px;
  --fs--s: 12px;
  --fs--base: 14px;
  --fs--l: 16px;
  --fs--h6: 18px;
  --fs--h5: 20px;
  --fs--h4: 22px;
  --fs--h3: 25px;
  --fs--h2: 28px;
  --fs--h1: 32px;
  --lh--xs: 160%;
  --lh--s: 160%;
  --lh--base: 160%;
  --lh--l: 160%;
  --lh--h6: 160%;
  --lh--h5: 160%;
  --lh--h4: 160%;
  --lh--h3: 160%;
  --lh--h2: 160%;
  --lh--h1: 160%;
  --fw--light: 300;
  --fw--regular: 400;
  --fw--medium: 600;
  --fw--bold: 700;
  --fw--italic: 400;
  --sp--s0: 0;
  --sp--s012: 1;
  --sp--s025: 2;
  --sp--s050: 4;
  --sp--s075: 6;
  --sp--s100: 8;
  --sp--s150: 12;
  --sp--s200: 16;
  --sp--s250: 20;
  --sp--s300: 24;
  --sp--s400: 32;
  --sp--s500: 40;
  --sp--s600: 48;
  --sp--s800: 64;
  --sp--s1000: 80;
  --btn--text: #071638;
  --btn--primary: #0065FF;
  --btn--primary-light: #E6F0FF;
  --btn--danger: #F61515;
  --btn--danger-light: #FEE8E8;
  --btn--neutral: #B2B7C1;
  --btn--backgrand: #FFFFFF;
  --btn--success-dark: #10A732;
  --btn--success-light: #E8FCEC;
}
.admin-center-frame .ak-master-appstore,
.ak-react-masterpage .ak-master-appstore {
  height: 56px;
  line-height: 56px;
}
.admin-center-frame .ak-master-right,
.ak-react-masterpage .ak-master-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 5px;
}
.admin-center-frame .ak-master-right > div,
.ak-react-masterpage .ak-master-right > div {
  padding: 5px 10px 5px 10px;
  border-radius: 15px;
  cursor: pointer;
}
.ak-react-masterpage > .ant-layout {
  overflow-y: auto;
}
.ak-react-masterpage .ant-layout {
  flex: 1 1 auto;
}
.ak-react-masterpage .ant-layout-content {
  overflow-x: hidden;
}
@media (max-width: 767px) {
  .ak-react-masterpage > .ant-layout {
    overflow-y: unset;
  }
  .ak-react-masterpage .ak-react-masterpage-content > .ant-layout-content {
    overflow-x: unset;
  }
}
.ak-react-masterpage > .ant-layout-header {
  background: #4d88f8;
  height: 56px;
  padding: 0px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 100;
}
.ak-react-masterpage > .ant-layout-header .ant-popover-open {
  background: rgba(179, 179, 179, 0.4);
}
.ak-react-masterpage .flagfree-header.ant-layout-header {
  top: 50px;
}
.ak-react-masterpage .flagfree-Content .ak-organization-content-list .ak-left-content {
  min-height: calc(100vh - 106px);
}
.ak-react-masterpage .flagfree-Content .ak-organization-content-list .ak-content-list {
  height: calc(100vh - 106px);
}
.ak-react-masterpage .flagfree-Content .ak-organization-content-list .ak-organization-left {
  height: calc(100vh - 156px);
  min-height: calc(100vh - 156px);
}
.ak-react-masterpage .flagfree-Content .ak-layout-frame {
  height: calc(100vh - 106px);
}
.ak-react-masterpage .flagfree-Content .ak-flowcraft-contents,
.ak-react-masterpage .flagfree-Content .report-page-index {
  min-height: calc(100vh - 106px);
}
.ak-react-masterpage .flagfree-Content .ak-flowcraft-contents .ak-flowempty-page,
.ak-react-masterpage .flagfree-Content .report-page-index .ak-flowempty-page {
  height: calc(100vh - 156px);
}
.ak-react-masterpage .flagfree-Content .ak-listset-masterpage .ak-listset-content {
  height: calc(100vh - 106px);
}
.ak-react-masterpage .ak-react-flagfree-header {
  height: 50px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 100;
  background: #8E1FE6;
  color: #ffffff;
  line-height: 50px;
  padding: 0 10px;
  padding-left: 15px;
  background-image: linear-gradient(89deg, #1F36E6 0px, #8E1FE6 100%);
}
.ak-react-masterpage .ak-react-flagfree-header .contact-btn {
  background-color: #fff;
  font-weight: 400;
  text-align: center;
  border: 0;
  border-radius: 4px;
  line-height: 30px;
  margin-left: 10px;
}
.ak-react-masterpage .ak-react-flagfree-header .contact-btn:hover,
.ak-react-masterpage .ak-react-flagfree-header .contact-btn:focus {
  color: #000;
}
.ak-react-masterpage .ak-react-flagfree-header .flagfree-right {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  border: 0;
  background: transparent;
}
.ak-react-masterpage .ak-react-flagfree-header .flagfree-right .right-icon {
  margin-left: 5px;
}
.ak-react-masterpage .home-flagfree-header {
  padding-left: 25px;
}
.ak-react-masterpage .ant-layout-footer {
  text-align: center;
  background: #fafafa;
  line-height: 24px;
  padding: 0;
}
.ak-react-masterpage .ak-master-home-title {
  cursor: auto !important;
  font-weight: 600 !important;
  font-size: 20px;
  padding-left: 25px;
}
@media screen and (min-width: 1200px) {
  .ak-react-masterpage .ak-master-home-title {
    padding-left: 10px;
  }
  .ak-react-masterpage .ak-master-merchatoffice365app-title {
    font-size: 20px;
    color: #FFF;
    height: auto;
    font-weight: 300;
    max-width: 500px;
    padding: 0 15px;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .ak-react-masterpage .ak-master-merchatoffice365app-title {
    font-size: 20px;
    color: #FFF;
    height: auto;
    font-weight: 300;
    max-width: 300px;
    padding: 0 15px;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (min-width: 500px) and (max-width: 991px) {
  .ak-react-masterpage .ak-master-merchatoffice365app-title {
    font-size: 20px;
    color: #FFF;
    height: auto;
    font-weight: 300;
    max-width: 500px;
    padding: 0 15px;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 768px) {
  .ak-react-masterpage .ak-master-home-title {
    font-size: 16px;
  }
  .ak-react-masterpage .ak-react-flagfree-header {
    display: none;
  }
  .ak-react-masterpage .flagfree-header.ant-layout-header {
    top: 0px !important;
  }
}
@media only screen and (max-width: 479px) {
  .ak-react-masterpage .ak-master-merchatoffice365app-title {
    font-size: 20px;
    color: #FFF;
    height: auto;
    font-weight: 300;
    max-width: 250px;
    padding: 0 15px;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.ak-react-masterpage .ak-master-app {
  width: 56px;
  max-width: 56px;
  height: auto;
}
.ak-react-masterpage .ak-master-app:hover {
  background: rgba(179, 179, 179, 0.2);
  cursor: pointer;
}
.ak-react-masterpage .ak-master-app .ant-popover-inner {
  box-shadow: none;
}
.ak-react-masterpage .ak-master-app .ant-popover-inner-content {
  padding: 0px;
  margin-top: -4px !important;
}
.ak-react-masterpage .ak-master-app .ant-popover-arrow {
  display: none;
}
.ak-react-masterpage .ak-master-app .ant-popover-open i:before {
  content: "\E633";
}
.ak-react-masterpage .ak-master-app-content {
  position: fixed;
  top: 56px !important;
  bottom: 0;
  left: 0 !important;
  padding-top: 4px;
}
.ak-react-masterpage .ak-master-app-content-has-top {
  top: 107px !important;
}
.ak-react-masterpage .ak-master-appstore {
  color: #071638;
  font-size: 24px;
  width: 56px;
  cursor: pointer;
  vertical-align: middle;
}
.ak-react-masterpage .ak-master-appstore-content {
  width: 270px;
  background: #fff;
  box-shadow: rgba(11, 7, 110, 0.04) 0px 6px 8px 0px;
}
.ak-react-masterpage .ak-master-appstore-menu {
  overflow-y: auto;
  padding: 32px 0;
}
.ak-react-masterpage .ak-master-appstore-menuitem {
  padding: 5px 0px;
  height: 46px;
  line-height: 36px;
  cursor: pointer;
}
.ak-react-masterpage .ak-master-appstore-menuitem img {
  background: #999;
}
.ak-react-masterpage .ak-master-appstore-menuitem img.bgcolor-YeeOfficeContacts {
  background: #a18fdf;
}
.ak-react-masterpage .ak-master-appstore-menuitem img.bgcolor-YeeOfficeKnowledge {
  background: #f27477;
}
.ak-react-masterpage .ak-master-appstore-menuitem img.bgcolor-YeeOfficeDocument {
  background: #f2c544;
}
.ak-react-masterpage .ak-master-appstore-menuitem img.bgcolor-YeeOfficeDocument_Net {
  background: #f2c544;
}
.ak-react-masterpage .ak-master-appstore-menuitem img.bgcolor-YeeOfficeSettings {
  background: #55ced9;
}
.ak-react-masterpage .ak-master-appstore-menuitem img.bgcolor-ProjectManagement {
  background: #8fd88b;
}
.ak-react-masterpage .ak-master-appstore-menuitem img.bgcolor-SalesManagement {
  background: #779cd2;
}
.ak-react-masterpage .ak-master-appstore-menuitem img.bgcolor-YeeOfficeWorkFlowCenter {
  background: #52ccc2;
}
.ak-react-masterpage .ak-master-appstore-menuitem img.bgcolor-YeeOfficePortal {
  background: #56a4f6;
}
.ak-react-masterpage .ak-master-appstore-menuitem img.bgcolor-Flowcraft {
  background: #52ccc2;
}
.ak-react-masterpage .ak-master-appstore-menuitem:hover {
  background: rgba(0, 0, 0, 0.1);
}
.ak-react-masterpage .ak-master-appstore-menuitem div {
  color: #071638;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  vertical-align: middle;
}
.ak-react-masterpage .ak-master-appstore-menuitem img {
  width: 36px;
  height: 36px;
  display: inline-block;
  margin: 0 10px;
  padding: 5px;
  line-height: 1;
  background: transparent;
  vertical-align: middle;
  text-align: center;
  float: left;
  border-radius: 6px;
}
.ak-react-masterpage .ak-master-appstore-menuitem .collapse-icon {
  float: right;
  line-height: 36px;
  font-size: 12px;
}
.ak-react-masterpage .ak-master-appstore-menuitem.second {
  margin-left: 15px;
  padding-right: 10px;
}
.ak-react-masterpage .ak-master-appstore-menuitem.third {
  margin-left: 30px;
}
.ak-react-masterpage .ak-master-appstore-appcentermenuitem img {
  padding: 0px;
}
.ak-react-masterpage .ak-master-app-bottom {
  position: absolute;
  bottom: 56px;
  height: 66px;
  width: 100%;
  font-weight: lighter;
  font-size: 14px;
  line-height: 66px;
  text-align: center;
  background: #ffffff;
}
.ak-react-masterpage .ak-master-app-bottom > div {
  color: #FFF;
  cursor: pointer;
}
.ak-react-masterpage .ak-master-app-bottom > div:hover {
  background: rgba(179, 179, 179, 0.2);
  cursor: pointer;
}
.ak-react-masterpage .ak-master-app-bottom .ant-popover-arrow {
  display: block;
}
.ak-react-masterpage .ak-master-app-bottom .ak-master-user-imgbox {
  width: 24px !important;
  height: 24px !important;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  vertical-align: middle;
  min-height: 24px;
  min-width: 24px;
}
.ak-react-masterpage .ak-master-app-bottom .ak-master-user-imgbox img {
  width: 24px !important;
  height: 24px !important;
}
.ak-react-masterpage .ak-master-app-bottom .ak-master-freetrial-imgbox {
  width: 24px;
  height: 24px;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  vertical-align: middle;
  min-height: 24px;
  min-width: 24px;
}
.ak-react-masterpage .ak-master-app-bottom .ak-master-language-menu {
  text-align: center;
  width: 108px;
}
.ak-react-masterpage .ak-master-app-bottom .ak-master-language-menu .ant-menu-item {
  line-height: 30px;
  height: 30px;
}
.ak-react-masterpage .ak-master-app-bottom .ak-master-language-menu .ant-menu-item:hover {
  background: rgba(179, 179, 179, 0.2);
  cursor: pointer;
}
.ak-react-masterpage .ak-master-office365 {
  width: 56px;
  max-width: 56px;
  height: auto;
}
.ak-react-masterpage .ak-master-office365:hover {
  background: rgba(179, 179, 179, 0.2);
  cursor: pointer;
}
.ak-react-masterpage .ak-master-office365-backdiv {
  text-align: center;
  vertical-align: middle;
  height: 56px;
}
.ak-react-masterpage .ak-master-office365store {
  color: #FFF;
  font-size: 24px;
  width: 56px;
  cursor: pointer;
  vertical-align: middle;
}
.ak-react-masterpage .ak-master-freetrial {
  padding: 0;
}
.ak-react-masterpage .ak-master-freetrial-detailFree {
  background: #FFC000;
  color: #FFF;
  text-align: center;
  font-weight: bold;
}
.ak-react-masterpage .ak-master-freetrial-detailFree:hover {
  background: rgba(179, 179, 179, 0.2);
  cursor: pointer;
}
.ak-react-masterpage .ak-master-freetrial-detailSubscribe {
  color: #FFF;
  text-align: center;
  font-weight: bold;
}
.ak-react-masterpage .ak-master-freetrial-detailSubscribe i {
  font-size: 30px;
  cursor: pointer;
}
.ak-react-masterpage .ak-master-freetrial .ant-popover-content {
  margin-top: -8px !important;
}
.ak-react-masterpage .ak-master-freetrial .ant-popover-arrow {
  display: none;
}
.ak-react-masterpage .ak-master-freetrial .ant-popover-title {
  min-width: 300px;
  height: auto;
}
.ak-react-masterpage .ak-master-freetrial .ant-popover-title .ant-row {
  height: 40px;
  line-height: 40px;
}
.ak-react-masterpage .ak-master-freetrial-imgbox {
  width: 70px;
  height: 70px;
  display: inline-block;
  overflow: hidden;
  border-radius: 50%;
  top: 20px;
  left: 15px;
  bottom: 10px;
}
.ak-react-masterpage .ak-master-freetrial .ant-popover-inner-content {
  background: #fafafa;
}
.ak-react-masterpage .ak-master-freetrial-footer {
  width: 268px;
}
.ak-react-masterpage .ak-master-wechat-user .ant-popover-inner-content {
  background: #fff;
}
.ak-react-masterpage .ak-master-logo {
  vertical-align: middle;
  max-width: 200px;
  max-height: 40px;
}
.ak-react-masterpage .ak-master-navigator {
  width: 56px;
}
@media (max-width: 767px) {
  .ak-react-masterpage .ak-master-navigator {
    width: 40px;
  }
}
.ak-react-masterpage .ak-master-navigator-detail {
  text-align: center;
}
.ak-react-masterpage .ak-master-navigator-detail i {
  font-size: 20px;
  vertical-align: middle;
}
.ak-react-masterpage .ak-master-navigator .ant-popover-content {
  margin-top: -8px !important;
}
.ak-react-masterpage .ak-master-navigator .ant-popover-arrow {
  display: none;
}
.ak-react-masterpage .yeeflow-menu {
  width: 40px;
  height: 40px;
  margin: 8px;
  float: left;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
.ak-react-masterpage .yeeflow-menu i {
  line-height: 40px;
  font-size: 30px;
}
.ak-react-masterpage .yeeflow-menu:hover {
  background: rgba(179, 179, 179, 0.4);
  border-radius: 50%;
}
.ak-master-merchat-title {
  cursor: pointer;
  font-size: 20px;
  color: #FFF;
  height: auto;
  font-weight: 600;
  max-width: 500px;
  padding: 0 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 56px;
}
@media screen and (min-width: 1200px) {
  .ak-master-merchat-title {
    max-width: 500px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .ak-master-merchat-title {
    max-width: 300px;
  }
}
@media screen and (min-width: 500px) and (max-width: 991px) {
  .ak-master-merchat-title {
    max-width: 500px;
  }
}
@media only screen and (max-width: 479px) {
  .ak-master-merchat-title {
    max-width: 250px;
  }
}
.ak-master-notification-count .ant-badge-count {
  height: 25px;
  width: 25px;
  line-height: 25px;
  border-radius: 50%;
}
.ak-master-notification-detail i {
  font-size: 16px;
  vertical-align: middle;
}
.ak-master-notification .ant-popover-content {
  margin-top: -8px !important;
}
.ak-master-notification .ant-popover-arrow {
  display: none;
}
.ak-master-notification.activity {
  background: rgba(179, 179, 179, 0.4);
}
.ak-master-notification-sidebar.ak-sidebar {
  line-height: 1.5;
  width: 380px;
}
.ak-master-notification-sidebar.ak-sidebar .ak-sidebar-header {
  background: #33475b;
  color: #fff;
  height: 56px;
}
.ak-master-notification-sidebar.ak-sidebar .ak-sidebar-closebtn:hover {
  background-color: #253342;
}
.ak-master-user-img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.ak-master-user .ant-popover-content {
  margin-top: -8px;
}
.ak-master-user .ant-popover-arrow {
  display: none;
}
.ak-master-user .ant-popover-title {
  min-width: 280px;
  height: auto;
}
.ak-master-user .ant-popover-title .ant-row {
  height: 40px;
  line-height: 40px;
}
.ak-master-user-imgbox {
  width: 70px !important;
  height: 70px !important;
  display: inline-block;
  overflow: hidden;
  border-radius: 50%;
  top: 20px;
  left: 15px;
  bottom: 10px;
}
.ak-master-user-imgbox img {
  width: 70px !important;
  height: 70px !important;
}
.ak-master-user .ant-popover-inner-content {
  background: #fafafa;
}
.ak-notice-list {
  height: calc(100% - 56px);
  overflow-y: auto;
  padding-right: 5px;
}
.ak-notice-list-item {
  margin: 0;
  list-style: none;
  background-color: #fff;
  padding: 13px 15px;
  border-bottom: solid 1px #ddd;
  cursor: pointer;
}
.ak-notice-list-item:hover {
  background-color: #fafafa;
}
.ak-notice-list-item-content {
  padding-top: 5px;
}
.ak-notice-list-item-title {
  width: 170px;
  font-size: 16px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 0 3px 0;
}
.ak-notice-list-item-body {
  font-size: 12px;
  color: #767676;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 18px;
  min-height: 18px;
}
.ak-notice-list-item-icon {
  background: #f27477;
}
.ak-notice-list-item-time {
  line-height: 24px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
.ak-notice-chat {
  background: #fafafa;
}
.ak-notice-chat-system {
  font-size: 12px;
  color: #1563f6;
  font-weight: 600;
  padding: 4px 6px;
  background: #eaf0f6;
  display: inline-block;
  border-radius: 0;
  text-align: center;
  border: 1px solid #1563f6;
}
.ak-notice-chat-list {
  padding-left: 10px;
  padding-right: 10px;
}
.ak-notice-chat-list-item {
  margin-bottom: 7px;
}
.ak-notice-chat-list-message {
  padding: 7px;
  line-height: 170%;
  font-size: 12px;
  display: inline-block;
  position: relative;
  max-width: 70%;
  word-wrap: break-word;
  background: #FFF;
}
.ak-notice-chat-list-message pre {
  white-space: pre-wrap;
}
.ak-notice-chat-list .arrow {
  width: 0;
  height: 0;
  border-width: 7px 7px 7px 0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  top: 10px;
  left: -7px;
}
.ak-notice-chat-list .me {
  background: #b4eb7c;
}
.ak-notice-chat-list .me .arrow {
  border-color: transparent transparent transparent #b4eb7c;
  border-width: 7px 0px 7px 7px;
  right: -7px;
  left: auto;
}
.ak-notice-chat-footer {
  height: 100px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  border-top: solid 1px #ddd;
  width: 100%;
}
.ak-notice-chat-footer-messagebox {
  height: 60px !important;
  padding: 5px 10px;
  overflow-x: hidden;
  overflow-y: auto;
  resize: none;
}
.ak-notice-chat-footer-sendbtnbox {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border-top: solid 1px #ddd;
}
.ak-notice-system {
  background: #f27477;
  width: 50px;
  height: 50px;
}
.ak-notice-system-card {
  margin-top: 10px;
}
.ak-notice-system-card div {
  word-break: break-word;
}
.ak-notice-system-card .ak-notice-chat-system {
  color: #33475b;
  border: 1px solid #cbd6e2;
  border-radius: 20px;
}
.ak-notice-system-card .ant-card {
  box-shadow: 4px 5px 14px 3px rgba(0, 0, 0, 0.03);
  border-radius: 6px;
}
.ak-notice-system-card .ant-card-head {
  line-height: normal;
  min-width: 48px;
  height: auto;
  padding: 10px 24px;
  border-radius: 6px 6px 0 0;
  border-bottom: none;
}
.ak-notice-system-card .ant-card-body {
  padding: 0px 24px 10px 24px;
}
.ak-notice-system-card .ant-card-bordered {
  border: none;
}
.ak-notice-system-card .ak-card-footer {
  height: 32px;
  line-height: 32px;
  background: #f5f7fa;
  font-weight: 600;
  border-top: none;
  margin: -10px -24px;
  margin-top: 10px;
  padding: 0 24px;
  text-align: center;
  border-radius: 0 0 6px 6px;
  zoom: 1;
}
.ak-notice-system-card .ak-card-footer a {
  color: #474747 !important;
}
.ak-notice-system-card .ak-card-footer a:hover {
  color: #1563f6 !important;
}
.ak-notice-system-card-content {
  flex: 1;
  width: 100%;
}
.ak-notice-system-card-content > div:first-child {
  font-size: 12px;
  margin-top: 5px;
  color: #767676;
}
.ak-notice-system-card-content > div:last-child {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #33475b;
  font-size: 13px;
  font-weight: 600;
}
.ak-notice-detail {
  height: 100%;
  background: #fafafa;
  border-top: solid 1px #ddd;
  padding-bottom: 100px;
  overflow-y: scroll;
}
.ak-notice-detail-person {
  background: #FFF;
  padding-left: 20px;
  margin-bottom: 20px;
}
.ak-notice-detail-person-more {
  padding: 10px 0;
  font-size: 14px;
}
.ak-notice-detail-person-more a {
  text-decoration-line: none;
  color: gray;
}
.ak-notice-detail-person-item {
  margin: 15px;
  position: relative;
}
.ak-notice-detail-person-item-delete {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #f5222d;
  color: white;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
}
.ak-notice-detail-person-item-delete:hover {
  background-color: #fa9096;
}
.ak-notice-detail-person-add,
.ak-notice-detail-person-delete {
  border: 1px solid gray;
  height: 50px;
  width: 50px;
  text-align: center;
  box-sizing: border-box;
}
.ak-notice-detail-person-add i,
.ak-notice-detail-person-delete i {
  line-height: 48px;
  color: gray;
  font-size: 30px;
}
.ak-notice-detail-person-text {
  display: block;
  vertical-align: middle;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ak-notice-detail-top {
  background: #FFF;
  padding: 10px 0px 10px 20px;
  margin-bottom: 20px;
}
.ak-notice-detail-quit {
  background-color: rgba(238, 37, 71, 0.9);
  border-radius: 6px;
  width: 100%;
  border: 0px;
}
.ak-notice-detail .ant-btn-primary:hover,
.ak-notice-detail .ant-btn-primary:focus {
  background-color: rgba(238, 37, 71, 0.6);
}
.ak-notice-detail-groupname {
  background: #FFF;
  padding: 10px 0px 10px 20px;
  margin-bottom: 20px;
}
.ak-notice-detail-groupname-name {
  width: calc(100% - 38px);
  float: right;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: end;
}
.ak-notice-detail-groupname-right {
  margin-right: 22px;
  float: right;
}
.ak-notice-detail-groupname-edit {
  width: calc(100% - 62px);
  height: 31px;
}
.ak-notice-detail-groupname-save {
  margin-left: 5px;
  margin-right: 22px;
  height: 31px;
  width: 35px;
}
.ak-notice-nomessage {
  text-align: center;
  margin-top: calc((100vh - 200px)/2);
}
.ak-notice-nomessage i {
  font-size: 70px;
  color: #999;
  font-weight: 100;
}
.ak-notice-nomessage p {
  font-size: 13px;
  color: #999;
  padding-top: 11px;
}
.subwebbtn {
  right: 0;
  top: 0;
  padding: 0 !important;
  width: 26px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  float: right;
  position: absolute;
}
.subwebbtn i {
  line-height: 36px;
  vertical-align: 3px;
}
.subwebbtn:hover,
.subwebbtn.active {
  background-color: #fff;
}
.subwebbtn.active {
  transform: rotate(-180deg);
  -webkit-transition: all, .5s;
  transition: all, .5s;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.ak-master-appstore-content {
  z-index: 1000;
  transition: left, .5s;
}
.ak-master-appstore-content.second {
  padding: 32px 0px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #fff;
}
.ak-master-appstore-content.second.active {
  left: 270px;
  overflow-y: auto;
  min-height: calc(100%);
  max-height: calc(100%);
}
.ak-master-appstore-content.second .subwebbtn:hover,
.ak-master-appstore-content.second .subwebbtn.active {
  background-color: #414141;
}
.ak-master-appstore-content.third {
  padding: 32px 0px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 998;
}
.ak-master-appstore-content.third.active {
  left: 540px;
  overflow-y: auto;
  min-height: calc(100%);
  max-height: calc(100%);
}
.ak-master-appstore-content .ak-master-sub-nav-back {
  width: 50px;
  height: 50px;
  border: 0px;
  font-size: 24px;
  display: none;
}
.ak-master-appstore-content .ak-master-sub-nav-back,
.ak-master-appstore-content .ak-master-sub-nav-back:focus {
  background-color: transparent;
  color: #fff;
}
.ak-master-appstore-content .ak-master-sub-nav-back.active,
.ak-master-appstore-content .ak-master-sub-nav-back:hover,
.ak-master-appstore-content .ak-master-sub-nav-back:active {
  background-color: #454545;
  color: #fff;
}
@media (max-width: 767px) {
  .ak-master-appstore-content.second {
    padding-top: 0;
    z-index: 1001;
    left: -270px;
  }
  .ak-master-appstore-content.second.active {
    left: 0;
  }
  .ak-master-appstore-content.third {
    padding-top: 0;
    z-index: 1002;
    left: -270px;
  }
  .ak-master-appstore-content.third.active {
    left: 0;
  }
  .ak-master-appstore-content .ak-master-sub-nav-back {
    display: block;
  }
}
::-webkit-scrollbar {
  width: 8px;
  background: transparent;
}
::-webkit-scrollbar:horizontal {
  height: 8px;
  background: transparent;
}
::-webkit-scrollbar-track {
  background: transparent;
  opacity: 0;
}
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #bab9b9;
}
.ak-update-password {
  float: right;
  margin-right: 5px;
}
.ak-update-password-word {
  width: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ak-update-password-modal {
  width: 350px;
  position: absolute;
  right: 0px;
  top: 56px;
  z-index: 9999;
  background-color: white;
  color: black;
  border: 1px solid #eaeaea;
  padding: 10px 0px;
}
.ak-update-password-modal-title {
  text-align: center;
  font-size: 18px;
}
.ak-update-password-modal-item {
  line-height: 35px;
  width: 90%;
  margin: 0 auto;
  border-bottom: 1px solid #eaeaea;
}
.ak-update-password-modal-item .ak-col {
  min-height: 35px;
  margin-top: 3px;
}
.ak-update-password-modal-item .ak-col .ant-row {
  margin: 0px;
}
.ak-update-password-modal-item-input .ant-input {
  border-width: 0;
}
.ak-update-password-modal-item-input .ant-input:focus {
  box-shadow: none;
}
.ak-update-password-modal-button-group {
  width: 150px;
  margin: 0 auto;
}
.ak-update-password-modal-button-group-item1 {
  width: 70px;
  border-radius: 3px;
  margin-right: 10px;
}
.ak-update-password-modal-button-group-item2 {
  width: 70px;
  border-radius: 3px;
  background-color: #c3c3c3;
  color: white;
}
.ak-update-password-modal-button-group-item2:hover {
  width: 70px;
  border: 1px solid #eaeaea;
  border-radius: 3px;
  background-color: #eaeaea;
  color: white;
}
.ak-yeeflow-userinfo-box {
  width: 280px;
}
.ak-yeeflow-userinfo-box .ant-popover-title {
  padding: 0px;
  border-bottom: 0px;
}
.ak-yeeflow-userinfo-box .ant-popover-title .ak-yeeflow-usersettings-box {
  margin: 0px 10px 0px 10px;
  font-size: 12px;
  letter-spacing: .5px;
}
.ak-yeeflow-userinfo-box .ant-popover-title .ak-yeeflow-usersettings-box .ant-popover-open {
  background: transparent;
}
.ak-yeeflow-userinfo-box .ant-popover-title .ak-yeeflow-usersettings-box .ak-yeeflow-usersettings-item {
  cursor: pointer;
  width: 100%;
  border-top: solid 1px #eaeaea;
  padding: 15px 0px;
}
.ak-yeeflow-userinfo-box .ant-popover-title .ak-yeeflow-usersettings-box .ak-yeeflow-usersettings-item .ak-yeeflow-usersettings-title {
  color: #111;
  padding-bottom: 7px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.ak-yeeflow-userinfo-box .ant-popover-title .ak-yeeflow-usersettings-box .ak-yeeflow-usersettings-item .ak-yeeflow-usersettings-title .ant-tag {
  float: right;
  color: #000;
  font-size: 12px;
  font-weight: normal;
  border: none;
  border-radius: 3px;
  line-height: 22px;
}
.ak-yeeflow-userinfo-box .ant-popover-title .ak-yeeflow-usersettings-box .ak-yeeflow-usersettings-item .ak-yeeflow-usersettings-describe {
  color: #555;
}
.ak-yeeflow-userinfo-box .ant-popover-title .ak-yeeflow-usersettings-box .ak-yeeflow-usersettings-item .ak-yeeflow-usersettings-describe i {
  font-size: 12px;
}
.ak-yeeflow-userinfo-box .ant-popover-title .ak-yeeflow-usersettings-box .ak-yeeflow-usersettings-item .ak-yeeflow-usersettings-describe .purple {
  color: #d10e77;
}
.ak-yeeflow-userinfo-box .ant-popover-title .ak-yeeflow-usersettings-box .ak-yeeflow-usersettings-item .ak-yeeflow-usersettings-describe .gray {
  color: #999;
}
.ak-yeeflow-userinfo-box .ant-popover-title .ak-yeeflow-usersettings-box .ak-yeeflow-usersettings-item .ak-yeeflow-usersettings-subscription {
  color: #555;
  margin-top: 5px;
  cursor: pointer;
}
.ak-yeeflow-userinfo-box .ant-popover-title .ak-yeeflow-usersettings-box .default-cursor {
  cursor: default;
}
.ak-yeeflow-userinfo-box .ant-popover-title .ak-yeeflow-usersettings-box .ak-yeeflow-usersettings-item:nth-child(1) {
  border-top: 0;
}
.ak-yeeflow-userinfo-box .ant-popover-inner-content {
  padding: 9px 15px;
}
.ak-yeeflow-userinfo-box .ant-popover-inner-content .footer-box {
  cursor: pointer;
  background: #fafafa;
  display: flex;
  justify-content: space-between;
}
.ak-yeeflow-userinfo-box .ant-popover-inner-content .footer-box .right {
  color: red;
}
.ak-yeeflow-userinfo-box .ant-popover-inner-content .footer-box .center {
  width: 100%;
  text-align: center;
}
.ak-yeeflow-userinfo-box .ant-popover-inner-content .footer-box .left {
  color: #2193de;
}
.userinfo-no-footer .ant-popover-content .ant-popover-inner .ant-popover-inner-content {
  display: none;
}
.ak-yeeflow-userinfo-top-box {
  position: relative;
  padding-left: 80px;
  height: 90px;
  padding-top: 14px;
  color: #000;
}
.ak-yeeflow-userinfo-top-box .ak-yeeflow-userinfo-img-box {
  width: 50px;
  height: 50px;
  display: inline-block;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  left: 15px;
  bottom: 10px;
}
.ak-yeeflow-userinfo-top-box .ak-yeeflow-userinfo-img-box img {
  width: 50px;
  height: 50px;
}
.ak-yeeflow-userinfo-top-box .ak-yeeflow-userinfo-name {
  font-size: 14px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
}
.ak-yeeflow-userinfo-top-box .ak-yeeflow-userinfo-email {
  font-size: 12px;
  margin: 0;
  padding: 0;
  color: #7f7f7f;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ak-yeeflow-userinfo-top-box .ak-yeeflow-userinfo-viewdetail {
  margin-top: 5px;
  padding: 6px 12px;
  border: none;
}
.ak-yeeflow-language {
  width: 340px;
  padding: 20px;
  z-index: 9999;
  position: absolute;
  top: 172px;
  right: 320px;
  -webkit-box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.13);
  box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.13);
  background-color: white;
  color: #767676;
  border: 1px solid #eaeaea;
}
.ak-yeeflow-language-item {
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 15px;
}
.ak-yeeflow-language-item .lable {
  width: 100%;
  height: 24px;
  margin-bottom: 5px;
  padding-top: 7px;
  padding-left: 15px;
}
.ak-yeeflow-language-item .control {
  padding: 0 15px;
}
.ak-yeeflow-language-footer {
  margin-top: 15px;
}
.ak-yeeflow-language-footer-button1 {
  margin-right: 10px;
  font-size: 12px;
  background-color: #0078d7;
  border: none;
  color: #fff;
}
.ak-yeeflow-language-footer-button1:hover,
.ak-yeeflow-language-footer-button1:focus,
.ak-yeeflow-language-footer-button1:active {
  background-color: #0078d7;
  color: #fff;
}
.ak-yeeflow-language-footer-button2 {
  margin-right: 10px;
  font-size: 12px;
  color: #ccc;
  border: none;
  background-color: #fff;
}
.ak-yeeflow-language-footer-button2:hover,
.ak-yeeflow-language-footer-button2:focus,
.ak-yeeflow-language-footer-button2:active {
  background-color: #fff;
  color: #ccc;
}
.ak-layout-frame {
  height: calc(100vh - 56px);
}
.ak-layout-frame .ant-layout-sider-children {
  border-right: 0px !important;
  background: #f5f7fa;
  overflow-y: auto;
}
.ak-layout-frame .ant-layout-sider {
  border-right: 0px;
}
@media (max-width: 767px) {
  .ak-layout-frame .ant-layout-sider {
    position: fixed;
    height: 100%;
    margin-top: 1px;
    z-index: 999;
    bottom: 0;
  }
}
.ak-layout-frame .ak-yeeflow-sider {
  background-color: transparent !important;
}
.ak-layout-frame .ak-yeeflow-sider .ant-menu-submenu-inline .ant-menu-submenu-title {
  padding-left: 10px !important;
  font-size: 14px;
}
.ak-layout-frame .ak-yeeflow-sider .ant-menu-submenu-inline .ant-menu-submenu-title i {
  font-size: 20px;
}
.ak-layout-frame .ak-yeeflow-sider .ant-menu-submenu-inline .ant-menu-sub {
  padding-left: 10px !important;
}
.ak-layout-frame .ak-yeeflow-sider .ant-menu-item {
  height: 46px;
}
.ak-layout-frame .ak-yeeflow-sider .ant-menu-item .menu_icon {
  font-size: 20px;
}
.ak-layout-frame .ak-yeeflow-sider .ant-menu-item:hover {
  background: #dcdcdc;
}
.ak-layout-frame .ak-yeeflow-sider .ant-menu-item:after {
  border-right: 0px;
}
.ak-layout-frame .ak-yeeflow-sider .ant-menu-item-selected {
  background: #dcdcdc !important;
}
.ak-layout-frame .ak-yeeflow-sider .ant-menu-item-divider {
  margin: 15px 0px;
  background-color: #ccc;
}
.ak-layout-frame .ak-yeeflow-sider .ant-menu-item-disabled {
  cursor: initial;
  font-size: 13px;
}
.ak-layout-frame .ak-yeeflow-sider .ant-menu-item-disabled .menu_main_title {
  color: #000;
  text-transform: uppercase;
}
.ak-layout-frame .ak-yeeflow-sider .ant-menu-item-disabled:hover {
  background: transparent;
}
.ak-layout-frame .yeeflow-switch {
  display: none;
  width: 35px;
  height: 35px;
  border: 1px solid #dddddd;
  border-left: 0;
  position: absolute;
  right: -36px;
  top: calc(50vh - 17.5px);
  text-align: center;
  line-height: 35px;
  z-index: 999;
  background: #f5f5f5;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
}
@media (max-width: 767px) {
  .ak-layout-frame .yeeflow-switch {
    display: inherit;
  }
}
.ak-mobile-layout-frame {
  height: auto;
}
.ak-mobile-layout-frame .ak-app-welcome {
  overflow-y: unset;
}
.ak-mobile-layout-frame .mobile-menu {
  height: calc(50px + env(safe-area-inset-bottom));
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  z-index: 999;
  background: #f8f8f8;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 3px;
}
.ak-mobile-layout-frame .mobile-menu-item {
  display: inline-block;
  width: 25vw;
  height: 100%;
  margin: 0 auto;
  overflow-x: auto;
  padding-top: 2px;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
}
.ak-mobile-layout-frame .mobile-menu-item:hover {
  color: #1563f6;
}
.ak-mobile-layout-frame .mobile-menu-item-selected {
  color: #1563f6;
}
.ak-mobile-layout-frame .mobile-menu-item-content {
  width: 56px;
  display: inline-block;
  position: relative;
}
.ak-mobile-layout-frame .mobile-menu-item-content i {
  font-size: 24px;
  line-height: 28px;
  display: block;
  margin-bottom: 2px;
}
.ak-mobile-layout-frame .mobile-menu-item-content .ant-badge {
  position: absolute;
  right: -2px;
  top: 0px;
}
.ak-mobile-layout-frame .mobile-menu-item-menu {
  position: absolute;
  width: 25vw;
}
.ak-mobile-layout-frame .mobile-child-menu {
  color: #000;
  position: fixed;
  bottom: calc(50px + env(safe-area-inset-bottom));
  right: 0px;
  z-index: 1000;
  width: 300px;
  border-radius: 8px 8px 0px 0px;
  background: white;
  max-height: calc(100% - 60px);
  overflow-y: auto;
}
.ak-mobile-layout-frame .mobile-child-menu .ak-yeeflow-userinfo-top-box {
  border-radius: 8px 8px 0px 0px;
}
.ak-mobile-layout-frame .mobile-child-menu-box {
  padding: 0px 15px 0px 15px;
}
@media (max-width: 767px) {
  .ak-mobile-layout-frame .mobile-child-menu {
    width: 100%;
  }
}
.ak-mobile-layout-frame .mobile-child-menu-item {
  padding: 10px 15px 10px 15px;
  height: 46px;
}
.ak-mobile-layout-frame .mobile-child-menu-item i {
  font-size: 22px;
  margin-right: 20px;
  float: left;
}
.ak-mobile-layout-frame .mobile-child-menu-item .ant-badge {
  margin-left: 10px;
}
.ak-mobile-layout-frame .mobile-child-menu-item-text {
  float: left;
  font-size: 14px;
}
.ak-mobile-layout-frame .mobile-child-menu-item:hover {
  color: #1563f6;
}
.ak-mobile-layout-frame .mobile-child-menu-item-selected {
  color: #1563f6;
}
.ak-mobile-layout-frame .mobile-child-menu-title {
  padding: 10px 15px 10px 15px;
  font-size: 13px;
  font-weight: 600;
}
.ak-mobile-layout-frame .mobile-child-menu-line {
  height: 1px;
  background: #ddd;
  width: 100%;
}
.ak-mobile-layout-frame .menu-mask {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 60px;
  z-index: 998;
  background: rgba(0, 0, 0, 0.7);
}
.ak-masterpage-appmanager {
  background: #448aff;
  height: 56px;
  width: 150px !important;
  font-size: 14px !important;
  padding: 0 10px;
  border-radius: 4px;
}
.ak-masterpage-appmanager:hover {
  background: #448aff !important;
}
@media (max-width: 768px) {
  .ak-masterpage-appmanager {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .ak-masterpage-appmanager-show {
    width: 125px !important;
    font-size: 12px !important;
    display: block !important;
  }
}
.masterpage-home-header {
  background: #fff !important;
}
.masterpage-home-header .header-row {
  width: 100%;
  margin: 0 auto;
}
/*联系销售人员模态框样式*/
.yeeflow-subscription-modal-green .ant-modal-header {
  background-color: #1563f6 !important;
}
.yeeflow-subscription-modal-green .ant-modal-header .ak-modal-dragtitle {
  color: #fff;
}
.yeeflow-subscription-modal-green .ant-modal-close .ant-modal-close-x {
  color: #fff;
}
@media (max-width: 767px) {
  .yeeflow-subscription-modal-green .ant-modal-close {
    left: unset !important;
  }
  .yeeflow-subscription-modal-green .ant-modal-header {
    padding-left: unset !important;
  }
}
.yeeflow-subscription-modal-green .ant-modal-close {
  background-color: #1563f6 !important;
}
.yeeflow-subscription-modal-green .ant-modal-close:hover {
  background-color: #1563f6 !important;
}
.yeeflow-subscription-modal-green .ak-basebtn {
  text-align: center;
  line-height: 48px;
  cursor: pointer;
}
.yeeflow-subscription-modal-green .ak-nonavbar .closebtn .iconfont {
  color: #fff;
}
.yeeflow-subscription-modal-green .ak-nonavbar .backbtn {
  width: 46px;
  height: 46px;
  color: #fff;
}
.yeeflow-subscription-modal-green .ak-nonavbar .showtemplatenavbtn {
  line-height: 56px;
}
.yeeflow-subscription-modal-green .ak-nonavbar .showtemplatenavbtn i {
  font-size: 27px;
}
.yeeflow-subscription-modal-green .ak-nonavbar .backbtn:hover {
  background: #149a7d;
  color: #fff;
}
.yeeflow-subscription-modal-green .ak-nonavbar h3 {
  font-size: 18px;
  float: left;
  color: #fff;
  margin: 0;
  line-height: 48px;
}
.yeeflow-subscription-modal-green .terms-service-and-privacy-policy .terms-service {
  color: #039be5;
  font-size: 13px;
  text-decoration: underline;
}
.yeeflow-subscription-modal-green .submit-btn {
  padding: 5px 12px;
  font-size: 14px;
  border: none;
  background: transparent;
  opacity: 0.8;
  color: #000;
  border-radius: 2px;
  margin-left: 15px;
  background: #1563f6;
  color: #fff;
  cursor: pointer;
  outline: none;
}
.yeeflow-subscription-modal-green .company-message {
  border-top: solid 1px #eee;
  padding-top: 10px;
  font-size: 12px;
  color: #777;
}
/*联系销售人员关闭模态框*/
.yeeflow-subscription-close-modal .ant-modal-content {
  border: solid 1px #1563f6;
}
.yeeflow-subscription-close-modal .ant-modal-header {
  background-color: transparent !important;
}
@media (max-width: 767px) {
  .yeeflow-subscription-close-modal .ant-modal-close {
    left: unset !important;
  }
  .yeeflow-subscription-close-modal .ant-modal-header {
    padding-left: unset !important;
  }
}
.yeeflow-subscription-close-modal .ant-modal-close {
  background-color: transparent !important;
  color: #000;
}
.yeeflow-subscription-close-modal .ant-modal-close:hover {
  background-color: #EEEEEE !important;
  color: #b5b5b5;
}
.yeeflow-subscription-close-modal .close-modal {
  text-align: center;
}
.yeeflow-subscription-close-modal .close-modal .rocketicon {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 20px;
}
.yeeflow-subscription-close-modal .close-modal .rocketicon .big-icon {
  font-size: 70px;
  color: #33bc70;
}
.yeeflow-subscription-close-modal .close-modal .h3-text {
  font-size: 18px;
  color: #000;
  margin-bottom: 20px;
  font-weight: 600;
}
.yeeflow-subscription-close-modal .close-modal .formtext {
  font-size: 14px;
}
.yeeflow-subscription-close-modal .close-modal .close-modal-btn {
  margin: 30px auto 40px;
  padding: 6px 12px;
  font-size: 14px;
  border: none;
  background: transparent;
  opacity: 0.8;
  color: #000;
  border-radius: 2px;
  margin-left: 15px;
  background: #1563f6;
  color: #fff;
  cursor: pointer;
  outline: none;
}
.yeeflow-subscription-close-modal .close-modal .greytext {
  font-size: 14px;
  color: #777;
  margin-bottom: 10px;
}
.yeeflow-subscription-close-modal .close-modal .greytext a {
  color: #039be5;
  text-decoration: underline;
  cursor: pointer;
}
/*过期提醒*/
.ak-yeeflow-remind .ant-modal-body {
  text-align: left;
}
.ak-yeeflow-remind .ant-modal-body .trialbox {
  padding: 15px 30px;
}
.ak-yeeflow-remind .ant-modal-body .trialbox .subscription-idspan {
  font-size: 12px;
  display: inline-block;
  background: #efefef;
  border-radius: 50px;
  height: 25px;
  padding: 5px 12px;
  text-align: right;
  margin-top: 6px;
}
.ak-yeeflow-remind .ant-modal-body .trialbox .subscription-signout {
  float: right;
  line-height: 28px;
  margin-top: 6px;
}
.ak-yeeflow-remind .ant-modal-body .trialbox .subscription-signout .signout-icon {
  margin-right: 6px;
}
.ak-yeeflow-remind .ant-modal-body .trialbox .linka {
  color: #4d90fe;
  cursor: pointer;
  text-decoration: underline;
}
.ak-yeeflow-remind .ant-modal-body .trialbox .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 25px;
}
.ak-yeeflow-remind .ant-modal-body .trialbox .m-t-50 {
  margin-top: 50px;
}
.ak-yeeflow-remind .ant-modal-body .trialbox .smdesc {
  font-size: 14px;
  color: #333;
}
.ak-yeeflow-remind .ant-modal-body .trialbox .smdesc .linka {
  color: #4d90fe;
  cursor: pointer;
  text-decoration: underline;
}
.ak-yeeflow-remind .ant-modal-body .trialbox .upgradebtn {
  border: none;
  background: #1563f6;
  color: #fff;
  height: 34px;
  line-height: 34px;
  border-radius: 17px;
  margin: 15px 0 0px 0;
  font-size: 12px;
  padding: 0 15px;
  outline: 0;
  cursor: pointer;
}
.ak-yeeflow-remind .ant-modal-body .trialbox .help {
  margin-top: 20px;
}
.ak-yeeflow-remind .ant-modal-body .trialbox .smp {
  font-size: 14px;
  color: #333;
  margin-bottom: 6px;
}
.ak-yeeflow-remind .ant-modal-body .trialbox .teamname {
  margin-top: 10px;
}
.ak-yeeflow-remind .ant-modal-body .trialbox .new-cont .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 10px;
  margin-top: 30px;
}
.ak-yeeflow-remind .ant-modal-body .trialbox .new-cont .action-btn {
  margin: 20px 0;
}
.ak-yeeflow-remind .ant-modal-body .trialbox .new-cont .action-btn .ant-btn {
  border-radius: 50px;
}
.ak-yeeflow-remind .ant-modal-body .trialbox .new-cont .teamname {
  margin-top: 20px;
}
/*过期提醒*/
.ak-yeeflow-remind-extend-trial-modal .ant-modal-body .upgradecontent {
  text-align: left;
  padding: 60px 30px 30px 30px;
}
.ak-yeeflow-remind-extend-trial-modal .ant-modal-body .upgradecontent .smdesc {
  font-size: 14px;
  color: #333;
}
.ak-yeeflow-remind-extend-trial-modal .ant-modal-body .upgradecontent .ak-textarea-con .red {
  border-color: red;
}
.ak-yeeflow-remind-extend-trial-modal .ant-modal-body .upgradecontent .ak-textarea-con .ant-input {
  height: 180px;
}
.ak-yeeflow-remind-extend-trial-modal .ant-modal-body .upgradecontent .submit {
  text-align: right;
  margin-top: 30px;
}
.ak-yeeflow-remind-extend-trial-modal .ant-modal-body .upgradecontent .submit .wrfbtn {
  padding: 6px 10px;
  font-size: 14px;
  border: none;
  background: transparent;
  opacity: 0.8;
  color: #000;
  border-radius: 3px;
  float: right;
  margin-left: 15px;
  text-transform: uppercase;
  background: #1563f6;
  color: #fff;
}
/*过期提醒*/
.ak-yeeflow-remind-success-modal .ant-modal-body .upgradecontent {
  padding: 30px;
}
.ak-yeeflow-remind-success-modal .ant-modal-body .upgradecontent .rocketicon {
  margin-bottom: 30px;
  text-align: center;
}
.ak-yeeflow-remind-success-modal .ant-modal-body .upgradecontent .rocketicon i {
  font-size: 60px;
  line-height: 50px;
  color: #1563f6;
}
.ak-yeeflow-remind-success-modal .ant-modal-body .upgradecontent .smdesc {
  font-size: 14px;
  color: #333;
}
/*图片剪辑样式*/
@media (max-width: 767px) {
  .ant-modal-wrap .crop-image-modal .ant-modal-header {
    padding-left: unset !important;
  }
}
.ant-modal-wrap .crop-image-modal .ant-modal-header .cropper-modal {
  opacity: 0.8;
  background-color: white;
}
.ant-modal-wrap .crop-image-modal .ant-modal-header .crop-image-modal-title {
  border-bottom: 1px solid #CACACA;
}
.ant-modal-wrap .crop-image-modal .ant-modal-header .crop-image-modal-title .modal-close {
  margin: 10px;
  cursor: pointer;
}
.ant-modal-wrap .crop-image-modal .ant-modal-header .crop-image-modal-title .crop-rotate {
  font-size: 20px;
  margin-right: 20px;
  cursor: pointer;
}
.ant-modal-wrap .crop-image-modal .ant-modal-header .crop-image-modal-title .right {
  float: right;
  margin: 10px;
  display: flex;
  align-items: center;
}
.ant-modal-wrap .crop-image-modal .ant-modal-header .crop-image-modal-title .right .crop-btn {
  border: transparent;
  background: transparent;
  color: #789BDB;
  font-weight: bold;
  font-size: 14px;
  outline: none;
  cursor: pointer;
}
.ant-modal-wrap .crop-image-modal .crop-image-modal-content .crop-image-modal-crop {
  margin: 0 auto;
}
.ant-modal-wrap .crop-image-modal .crop-image-modal-content .crop-image-modal-crop img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.ant-modal-wrap .crop-image-modal .crop-image-modal-content .cropper-modal {
  opacity: 0.7;
  background-color: white;
}
/*引导页模态框*/
.ak-flow-guidePage-modal .guidePage-title {
  text-align: center;
  padding: 15px;
}
.ak-flow-guidePage-modal .guidePage-title .title-h3 {
  margin-top: 5px;
  text-shadow: none;
  font-weight: normal;
}
@media (min-width: 1200px) {
  .ak-flow-guidePage-modal .guidePage-title .title-content {
    color: #000;
    line-height: 1.7;
    font-size: 14px;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .ak-flow-guidePage-modal .ant-modal-header {
    padding-left: 0 !important;
  }
}
.ak-flow-guidePage-modal .ant-modal-header {
  border: 1px solid #1563f6;
  border-bottom: 1px solid #e9e9e9;
  background: none !important;
}
.ak-flow-guidePage-modal .ant-modal-body {
  border: 1px solid #1563f6;
  border-top: none;
}
.ak-flow-guidePage-modal .guidemaincon {
  padding: 20px 30px 20px 20px;
}
.ak-flow-guidePage-modal .guidemaincon .lefttab {
  width: 230px;
  float: left;
  text-align: left;
  margin-right: 20px;
}
.ak-flow-guidePage-modal .guidemaincon .guidetab li {
  border-left: solid 2px transparent;
  display: block;
}
.ak-flow-guidePage-modal .guidemaincon .guidetab li a {
  display: block;
  padding: 10px 0 10px 20px;
  font-size: 14px;
  color: #000;
}
.ak-flow-guidePage-modal .guidemaincon .guidetab li.active {
  border-color: #1563f6;
}
.ak-flow-guidePage-modal .guidemaincon .guidetab li.active a {
  background: #ecfbf3;
}
.ak-flow-guidePage-modal .guidemaincon .guidetab li a {
  text-decoration: none;
}
.ak-flow-guidePage-modal .guidemaincon .righttabcon {
  width: calc(100% - 280px);
  float: right;
}
.ak-flow-guidePage-modal .guidemaincon .righttabcon .picbox {
  border: solid 1px #ddd;
}
.ak-flow-guidePage-modal .guidemaincon .righttabcon .picbox .img-guide-content {
  display: block;
  max-width: 100%;
  height: auto;
}
.ak-flow-guidePage-modal .guidemaincon .righttabcon .guidedesc {
  margin-top: 15px;
  margin-bottom: 0;
  min-height: 44px;
  font-size: 14px;
  text-align: center;
}
.ak-flow-guidePage-modal .guidemaincon .righttabcon .guidedesc li a {
  text-decoration: none;
}
.ak-flow-guidePage-modal .guidemaincon .righttabcon .guidedesc li a:visited {
  text-decoration: none;
}
@media (max-width: 880px) {
  .ak-flow-guidePage-modal .ak-guide-layercon {
    width: calc(100% - 30px);
  }
  .ak-flow-guidePage-modal .ak-guide-layercon .guidemaincon {
    padding: 20px 20px 40px;
  }
}
.ak-flow-guidePage-modal .guide-startbtn {
  padding: 0 25px;
  border-radius: 30px;
  font-size: 14px;
  height: 34px;
  line-height: 34px;
  border: none;
  color: #fff;
  margin-left: 22px;
  margin-top: 20px;
  cursor: pointer;
  background: -webkit-linear-gradient(300deg, #23b96d 0, #14a394 100%);
  background: linear-gradient(300deg, #23b96d 0, #14a394 100%);
}
.ak-flow-guidePage-modal .guide-startbtn:visited {
  border: none;
}
.ak-flow-guidePage-modal .guide-startbtn:hover {
  color: #fff;
}
.ak-flow-guidePage-modal .skipbtn {
  border: none;
  background: transparent;
  position: absolute;
  top: 15px;
  right: 15px;
  color: black;
  cursor: pointer;
}
.ak-flow-guidePage-modal .skipbtn .caretright {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-left: 6px dashed;
  border-left: 6px solid\9;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
@media (max-width: 992px) {
  .ak-flow-guidePage-modal .ak-guide-layercon {
    position: static;
    top: auto;
    left: auto;
    -webkit-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    margin: 30px auto 0;
  }
}
@media (max-width: 768px) {
  .ak-flow-guidePage-modal .guidemaincon .righttabcon {
    width: 100%;
    margin-top: 15px;
  }
  .ak-flow-guidePage-modal .ak-guide-layercon .topcon .smdesc {
    max-width: 100%;
  }
}
/**富文本图片放大*/
.fuwenben-fangdamodile {
  width: 100%;
  background-color: black;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  display: none;
  z-index: 9000;
  overflow: hidden;
  touch-action: none;
}
.fuwenben-fangdamodile .closeBtn {
  color: white;
  height: 30px;
  font-size: 20px;
  padding-left: 10px;
  padding-top: 5px;
  position: absolute;
  top: 0px;
  z-index: 12;
  cursor: pointer;
}
.fuwenben-fangdamodile .img-box {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: none;
  transform-origin: left top;
  box-sizing: border-box;
  transform: scale(1);
  user-select: none;
  touch-action: none;
}
.fuwenben-fangdamodile img {
  top: 50%;
  left: 50%;
  position: absolute;
  box-sizing: border-box;
  touch-action: auto;
  max-width: 100%;
  width: auto;
  max-height: 100%;
  transform: translate(-50%, -50%);
}
.contentList-select-tree .tree-title {
  margin-left: 24px;
  border-bottom: 1px solid #EAEAEA;
  line-height: 40px;
  font-weight: 600;
}
.contentList-select-tree .terr-content .ant-tree-node-content-wrapper-normal {
  width: calc(100% - 30px);
}
.contentList-select-tree .pageination {
  text-align: right;
}
.flagfree-modal .flagfree-modal-header {
  font-weight: 600;
}
.flagfree-modal .flagfree-modal-footer .footer-submit,
.flagfree-modal .flagfree-modal-footer .footer-submit:hover {
  background: #1563f6;
  color: #fff;
}
.flagfree-modal .form-header {
  margin-bottom: 20px;
}
.flagfree-modal .ak-form .flagfree-input .ant-input,
.flagfree-modal .ak-form .flagfree-input .ant-input:focus {
  border-width: 2px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  box-shadow: none;
  border-color: #d9d9d9;
}
.flagfree-modal .ak-form .ant-form-item-label {
  font-weight: 600;
}
.flagfree-modal .form-footer {
  display: block;
}
.flagfree-modal .form-footer-link {
  text-decoration: underline;
  color: var(--c--text-normal);
}
.tenants-popover {
  width: 250px;
}
.tenants-popover .ant-popover-title {
  min-width: inherit !important;
  min-height: 200px;
  max-height: 350px;
  overflow-y: auto;
}
.tenants-popover .ant-popover-inner-content {
  display: none;
}
.tenants-popover .tenants-header {
  width: 100%;
  height: 40px;
  font-weight: 600;
  font-size: 18px;
  color: gray;
  padding: 7px 0px 0px 20px;
  border-bottom: solid 1px #eaeaea;
}
.tenants-popover .tenants-item-box {
  cursor: pointer;
  border-bottom: solid 1px #eaeaea;
  padding: 5px 0px;
  margin: 0px 10px;
  padding-left: 10px;
}
.tenants-popover .tenants-item-box .title {
  color: #111;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.tenants-popover .tenants-item-box .desc {
  color: #555;
}
.tenants-popover .tenants-item-box:last-child {
  border-bottom: 0;
}
.tenants-popover .checked-item {
  border-left: 6px solid #1563f6;
  margin-left: 0;
  padding-left: 14px;
}
.select-tenant-info {
  cursor: pointer;
  display: flex;
  padding: 15px 0px;
}
.select-tenant-info .content-box {
  width: calc(100% - 20px);
}
.select-tenant-info .content-box .title {
  color: #111;
  padding-bottom: 7px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.select-tenant-info .content-box .desc {
  color: #555;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select-tenant-info .icon-box {
  display: flex;
  flex: 1;
  align-items: center;
}
.tenants-popover-mobile .ant-popover-title {
  padding: 0;
}
.tenants-popover-mobile .ant-popover-arrow {
  visibility: hidden;
}
.select-tenant-info-mobile {
  padding: 10px 15px;
  border-bottom: 1px solid #ddd;
  margin: 0 15px;
}
.ak-menu-workspace-title {
  height: 30px;
  line-height: 30px;
  background: #eeeeee;
  padding-left: 10px;
  font-weight: 600;
  margin: 5px 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ak-menu-workspace-box {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 36px;
}
.ak-menu-workspace-item {
  padding: 5px 0px;
  height: 46px;
  line-height: 36px;
  cursor: pointer;
}
.ak-menu-workspace-item:hover {
  background: rgba(0, 0, 0, 0.1);
}
.ak-menu-workspace-item .old-img-box {
  display: inline-block;
  margin: 0 10px;
  float: left;
}
.ak-menu-workspace-item .icon-box {
  margin: 0 10px;
  border-radius: 6px;
}
.ak-menu-workspace-show-all {
  margin: 8px 0px 8px 10px;
  display: block;
  text-align: center;
}
.ak-menu-workspace-no-app {
  color: #999;
}
.ak-yeeoffice-back {
  width: 50px;
  height: 56px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ak-yeeoffice-back i {
  font-size: 20px;
}
.ak-yeeoffice-back:hover {
  background: rgba(179, 179, 179, 0.2);
  cursor: pointer;
}
.ak-personalinfo-main-modal {
  flex: 1 auto;
  height: calc(100% - 56px);
  min-height: calc(100% - 56px);
}
.ak-personalinfo-main-modal .ak-profile-wrapper {
  width: 850px;
  margin: 0 auto;
  padding: 0 10px;
  max-width: 1100px;
  font-size: 14px;
}
.ak-personalinfo-main-modal .ak-profile-wrapper .ak-profile-title {
  font-size: 24px;
  text-align: center;
  margin: 50px 0 15px;
}
.ak-personalinfo-main-modal .ak-profile-wrapper .ak-profile-doc {
  font-size: 16px;
  text-align: center;
  margin: 0 0 20px 0;
}
.ak-personalinfo-main-modal .ak-profile-wrapper .ak-profile-panel {
  border: solid 1px #eee;
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 30px;
}
.ak-personalinfo-main-modal .ak-profile-wrapper .ak-profile-panel .ak-profile-head {
  margin-bottom: 15px;
}
.ak-personalinfo-main-modal .ak-profile-wrapper .ak-profile-panel .ak-profile-head .title {
  font-size: 20px;
}
.ak-personalinfo-main-modal .ak-profile-wrapper .ak-profile-panel .ak-profile-head .ak-profile-editbtn {
  float: right;
  border: 0;
  padding: 0;
}
.ak-personalinfo-main-modal .ak-profile-wrapper .ak-profile-panel .ak-profile-head .ak-profile-editbtn span {
  font-size: 14px;
  height: 24px;
  line-height: 32px;
}
.ak-personalinfo-main-modal .ak-profile-wrapper .ak-profile-panel .ak-profile-content .ak-profile-row {
  min-height: 34px;
  border-bottom: solid 1px #eee;
  padding: 10px 0;
}
.ak-personalinfo-main-modal .ak-profile-wrapper .ak-profile-panel .ak-profile-content .ak-profile-row .ak-profile-label {
  text-align: left;
  font-size: 14px;
  margin-bottom: 0;
  padding-right: 0;
  font-weight: normal;
  height: 34px;
  line-height: 34px;
  color: #5f6368;
}
.ak-personalinfo-main-modal .ak-profile-wrapper .ak-profile-panel .ak-profile-content .ak-profile-row .ak-profile-textInfo {
  line-height: 34px;
  font-size: 16px;
}
.ak-personalinfo-main-modal .ak-profile-wrapper .ak-profile-panel .ak-profile-content .ak-profile-row .ak-profile-photo {
  width: 60px;
  height: 60px;
  float: right;
  margin-top: -20px;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.ak-personalinfo-main-modal .ak-profile-wrapper .ak-profile-panel .ak-profile-content .ak-profile-row .ak-profile-photo .ak-imgbox .ant-upload-select-picture-card {
  margin: -1px 0 0 -1px;
}
.ak-personalinfo-main-modal .ak-profile-wrapper .ak-profile-panel .ak-profile-content .ak-profile-row .ak-profile-photo .ak-imgbox .ant-upload-select-picture-card img {
  min-width: 62px;
  min-height: 62x;
  display: block;
  max-width: 100%;
  height: auto;
}
.ak-personalinfo-main-modal .ak-profile-wrapper .ak-profile-panel .ak-profile-content .ak-profile-row .ak-profile-photo .ak-camerabox {
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  bottom: auto;
  text-align: center;
}
.ak-personalinfo-main-modal .ak-profile-wrapper .ak-profile-panel .ak-profile-content .ak-profile-row .ak-profile-photo .ak-camerabox:hover {
  top: 0;
}
.ak-personalinfo-main-modal .ak-profile-wrapper .ak-profile-panel .ak-profile-content .ak-profile-row .ak-uploadlogo {
  font-size: 14px;
}
.ak-personalinfo-main-modal .ak-profile-wrapper .ak-profile-panel .ak-profile-content .ak-profile-row .ak-uploadlogo .ak-logoimgcon {
  display: table;
}
.ak-personalinfo-main-modal .ak-profile-wrapper .ak-profile-panel .ak-profile-content .ak-profile-row .ak-uploadlogo .ak-logoimgcon .ak-imgbox {
  display: table-cell;
  vertical-align: middle;
}
.ak-personalinfo-main-modal .ak-profile-wrapper .ak-profile-panel .ak-profile-content .ak-profile-row .ak-uploadlogo .ak-logoimgcon .ak-imgbox img {
  max-height: 200px;
  max-height: 48px;
  vertical-align: middle;
  border: 0;
}
.ak-personalinfo-main-modal .ak-profile-wrapper .ak-profile-panel .ak-profile-content .ak-profile-row .ak-pick-color .ak-pick-color-display {
  background: #fff;
  border-radius: 3px;
  border: 1px solid #ddd;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  margin-right: 10px;
  cursor: default;
  display: inline-block;
  vertical-align: middle;
}
.ak-personalinfo-main-modal .ak-profile-wrapper .ak-profile-panel .ak-profile-content .ak-profile-row .ak-pick-color .ak-pick-color-display div {
  width: 26px;
  height: 26px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .ak-personalinfo-main-modal .ak-profile-wrapper .ak-profile-panel .ak-profile-content .ak-profile-row .ak-profile-photo {
    float: none;
    margin-top: 10px;
  }
}
.ak-personalinfo-main-modal .ak-profile-wrapper .ak-profile-panel .ak-profile-content .ak-profile-adminrow {
  overflow: hidden;
}
.ak-personalinfo-main-modal .ak-profile-wrapper .ak-profile-panel .ak-profile-content .ak-profile-adminrow .ak-admin-user {
  margin-right: 30px;
  margin-bottom: 15px;
  float: left;
}
.ak-personalinfo-main-modal .ak-profile-wrapper .ak-profile-panel .ak-profile-content .ak-profile-adminrow .ak-admin-user .ak-adminpic {
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 10px;
}
.ak-personalinfo-main-modal .ak-profile-wrapper .ak-profile-panel .ak-profile-content .ak-profile-adminrow .ak-admin-user .ak-adminpic img {
  border-radius: 50%;
  max-width: 100%;
  height: auto;
}
.ak-personalinfo-main-modal .ak-profile-wrapper .ak-profile-panel .ak-profile-content .ak-profile-adminrow .ak-admin-user .ak-admin-name {
  font-size: 16px;
  float: left;
  line-height: 50px;
}
.ak-personalinfo-main-modal .ak-profile-wrapper .ak-profile-panel .ak-profile-row:last-child {
  border-color: transparent;
}
@media (max-width: 768px) {
  .ak-personalinfo-main-modal .ak-profile-wrapper {
    width: 100%;
  }
  .ak-personalinfo-main-modal .ak-profile-wrapper .ak-profile-panel {
    padding: 15px;
  }
}
.ak-info-edit-modal .ant-modal-header,
.ak-info-edit-modal .ant-modal-close {
  background-color: #1563f6 !important;
  color: #fff !important;
}
.ak-info-edit-modal .ant-modal-header .ak-modal-dragtitle,
.ak-info-edit-modal .ant-modal-close .ak-modal-dragtitle {
  color: #fff !important;
}
.ak-info-edit-modal .ant-modal-body {
  padding: 15px 20px;
}
.ak-info-edit-modal .ant-modal-body .ant-select-selection--single {
  height: 34px !important;
}
.ak-info-edit-modal .ant-modal-body .ant-select-selection--single .ant-select-selection__rendered {
  line-height: 34px;
}
.ak-info-edit-modal .ant-modal-body .ant-input {
  height: 34px !important;
}
.ak-info-edit-modal .ant-modal-body .ant-form-item-control-wrapper {
  margin-bottom: 0;
}
.ak-info-edit-modal .ant-modal-body .ak-uploadlogo {
  font-size: 14px;
}
.ak-info-edit-modal .ant-modal-body .ak-uploadlogo .ak-input-group {
  margin-bottom: 10px;
  position: relative;
  display: table;
  border-collapse: separate;
  width: 100%;
}
.ak-info-edit-modal .ant-modal-body .ak-uploadlogo .ak-input-group .ak-form-control {
  border-color: #d9d9d9;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #000;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  box-shadow: none;
  border-radius: 0 !important;
  position: relative;
  z-index: 2;
  float: left;
  width: 82%;
  margin-bottom: 0;
}
.ak-info-edit-modal .ant-modal-body .ak-uploadlogo .ak-input-group .ak-input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
}
.ak-info-edit-modal .ant-modal-body .ak-uploadlogo .ak-input-group .ak-input-group-btn .ak-btn {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  box-shadow: none;
  outline: 0 !important;
}
.ak-info-edit-modal .ant-modal-body .ak-uploadlogo .ak-input-group .ak-input-group-btn .ak-discount-codebtn {
  margin-left: 10px !important;
  padding: 6px 20px;
  background: #1563f6;
  border-color: #1563f6;
  color: #fff;
  border-radius: 0;
}
.ak-info-edit-modal .ant-modal-body .ak-uploadlogo .ak-tipstext {
  color: #999;
  margin-bottom: 10px;
  line-height: 20px;
}
.ak-info-edit-modal .ant-modal-body .ak-uploadlogo .ak-tipstext:first-child {
  height: 20px;
}
.ak-info-edit-modal .ant-modal-body .ak-uploadlogo .ak-logoimgcon {
  margin: 15px 0;
  display: table;
}
.ak-info-edit-modal .ant-modal-body .ak-uploadlogo .ak-logoimgcon .ak-imgbox {
  display: table-cell;
  vertical-align: middle;
}
.ak-info-edit-modal .ant-modal-body .ak-uploadlogo .ak-logoimgcon .ak-imgbox img {
  vertical-align: middle;
  border: 0;
}
.ak-info-edit-modal .ant-modal-body .ak-uploadlogo .ak-logoimgcon .ak-removetext {
  color: #039be5;
  font-size: 14px;
  cursor: pointer;
}
.ak-info-edit-modal .ant-modal-body .ant-form-item-label {
  padding-top: 5px;
  margin-bottom: 5px;
  height: 25px;
  line-height: 20px;
}
.ak-info-edit-modal .ant-modal-footer {
  border: 0;
}
.ak-info-edit-modal .ak-modal-footer {
  overflow: hidden;
  padding: 27px 0 12px 0;
}
.ak-info-edit-modal .ak-modal-footer .ak-wrfbtn {
  padding: 6px 10px;
  font-size: 14px;
  border: none;
  background: transparent;
  color: #000;
  border-radius: 3px;
  float: right;
  margin-left: 15px;
  text-transform: uppercase;
  outline: none;
}
.ak-info-edit-modal .ak-modal-footer .ak-submitbtn {
  background: #1563f6;
  color: #fff;
}
.ak-info-edit-modal .ak-modal-footer .ak-submitbtn-color {
  background: #1563f6;
  color: #fff;
}
@media (max-width: 768px) {
  .ak-info-edit-modal .ant-modal-body {
    padding: 15px !important;
  }
  .ak-info-edit-modal .ant-modal-body .ak-uploadlogo .ak-input-group .ak-form-control {
    width: 72%;
  }
  .ak-info-edit-modal .ant-modal-body .ak-uploadlogo .ak-logoimgcon .ak-removetext {
    display: block;
  }
  .ak-info-edit-modal .ant-modal-body .ant-form-item-label {
    line-height: 20px;
  }
  .ak-info-edit-modal .ant-modal-body .ant-form-item-control-wrapper {
    margin-bottom: 0 !important;
  }
}
.ak-master-settings > i,
.ak-master-notification > i {
  font-size: 16px;
}
.ak-master-settings:hover,
.ak-master-notification:hover {
  background: rgba(179, 179, 179, 0.2);
  cursor: pointer;
}
.ak-master-help,
.ak-master-share {
  padding: 5px 10px 5px 10px;
  border-radius: 15px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .ak-master-help span,
  .ak-master-share span {
    display: none;
  }
}
.ak-master-help .ak-text-btn-c,
.ak-master-share .ak-text-btn-c {
  column-gap: 5px;
}
.ak-master-help .ak-text-btn-c > i,
.ak-master-share .ak-text-btn-c > i {
  font-size: 16px;
}
.ak-master-help:hover,
.ak-master-share:hover {
  background: rgba(179, 179, 179, 0.2);
  cursor: pointer;
}
@cdn-url : //wfexp.hkstp.training/yeeflow/;

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
/**
c: color
f: font-size
**/
:root {
  --c--primary: #0065FF;
  --c--primary-hover: #005BE6;
  --c--primary-active: #0051CC;
  --c--primary-light: #E6F0FF;
  --c--primary-light-hover: #D9E8FF;
  --c--primary-light-active: #B0CFFF;
  --c--primary-dark: #004CBF;
  --c--primary-dark-hover: #003D99;
  --c--primary-dark-active: #002D73;
  --c--primary-darker: #002359;
  --c--secondary: #00D1FF;
  --c--secondary-hover: #00BCE6;
  --c--secondary-active: #00A7CC;
  --c--secondary-light: #E6FAFF;
  --c--secondary-light-hover: #D9F8FF;
  --c--secondary-light-active: #B0F1FF;
  --c--secondary-dark: #009DBF;
  --c--secondary-dark-hover: #007D99;
  --c--secondary-dark-active: #005E73;
  --c--secondary-darker: #004959;
  --c--backgrand: #FFFFFF;
  --c--text: #071638;
  --c--text-normal: #071638;
  --c--accent: #03B349;
  --c--extra-color-1: #F9C434;
  --c--extra-color-2: #F61515;
  --c--success: #15DF42;
  --c--success-hover: #13C93B;
  --c--success-active: #11B235;
  --c--success-light: #E8FCEC;
  --c--success-light-hover: #DCFAE3;
  --c--success-light-active: #B6F5C4;
  --c--success-dark: #10A732;
  --c--success-dark-hover: #0D8628;
  --c--success-dark-active: #09641E;
  --c--success-darker: #074E17;
  --c--warning: #F9C434;
  --c--warning-hover: #E0B02F;
  --c--warning-active: #C79D2A;
  --c--warning-light: #FEF9EB;
  --c--warning-light-hover: #FEF6E1;
  --c--warning-light-active: #FDEDC0;
  --c--warning-dark: #BB9327;
  --c--warning-dark-hover: #95761F;
  --c--warning-dark-active: #705817;
  --c--warning-darker: #574512;
  --c--danger: #F61515;
  --c--danger-hover: #DD1313;
  --c--danger-active: #C51111;
  --c--danger-light: #FEE8E8;
  --c--danger-light-hover: #FEDCDC;
  --c--danger-light-active: #FCB6B6;
  --c--danger-dark: #B91010;
  --c--danger-dark-hover: #940D0D;
  --c--danger-dark-active: #6F0909;
  --c--danger-darker: #560707;
  --c--neutral: #B3B7C0;
  --c--neutral-hover: #A1A5AD;
  --c--neutral-active: #878990;
  --c--neutral-light: #F7F8F9;
  --c--neutral-light-hover: #F3F4F6;
  --c--neutral-light-active: #E7E9EC;
  --c--neutral-dark: #878990;
  --c--neutral-dark-hover: #6C6E73;
  --c--neutral-dark-active: #505257;
  --c--neutral-darker: #3E4044;
  --fs--xs: 10px;
  --fs--s: 12px;
  --fs--base: 14px;
  --fs--l: 16px;
  --fs--h6: 18px;
  --fs--h5: 20px;
  --fs--h4: 22px;
  --fs--h3: 25px;
  --fs--h2: 28px;
  --fs--h1: 32px;
  --lh--xs: 160%;
  --lh--s: 160%;
  --lh--base: 160%;
  --lh--l: 160%;
  --lh--h6: 160%;
  --lh--h5: 160%;
  --lh--h4: 160%;
  --lh--h3: 160%;
  --lh--h2: 160%;
  --lh--h1: 160%;
  --fw--light: 300;
  --fw--regular: 400;
  --fw--medium: 600;
  --fw--bold: 700;
  --fw--italic: 400;
  --sp--s0: 0;
  --sp--s012: 1;
  --sp--s025: 2;
  --sp--s050: 4;
  --sp--s075: 6;
  --sp--s100: 8;
  --sp--s150: 12;
  --sp--s200: 16;
  --sp--s250: 20;
  --sp--s300: 24;
  --sp--s400: 32;
  --sp--s500: 40;
  --sp--s600: 48;
  --sp--s800: 64;
  --sp--s1000: 80;
  --btn--text: #071638;
  --btn--primary: #0065FF;
  --btn--primary-light: #E6F0FF;
  --btn--danger: #F61515;
  --btn--danger-light: #FEE8E8;
  --btn--neutral: #B2B7C1;
  --btn--backgrand: #FFFFFF;
  --btn--success-dark: #10A732;
  --btn--success-light: #E8FCEC;
}
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  /* stylelint-disable-line */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  /* stylelint-disable-line */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
@font-face {
  font-family: "Helvetica Neue For Number";
  src: local("Helvetica Neue");
  unicode-range: U+30-39;
}
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*:before,
*:after {
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  font-family: 'Poppins', 'Noto Sans SC', 'Microsoft YaHei', sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: #071638;
  background-color: #fff;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
input[type="text"],
textarea {
  -webkit-appearance: none;
}
ul,
ol {
  list-style: none;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
::selection {
  background: #1563f6;
  color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
}
a {
  color: #1563f6;
  background: transparent;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  transition: color .3s ease;
}
a:focus {
  text-decoration: underline;
  text-decoration-skip: ink;
}
a:hover {
  color: #4d88f8;
}
a:active {
  color: #1151d6;
}
a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}
a[disabled] {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
  pointer-events: none;
}
.ant-divider {
  margin: 0 6px;
  display: inline-block;
  height: 8px;
  width: 1px;
  background: #ccc;
}
code,
kbd,
pre,
samp {
  font-family: Consolas, Menlo, Courier, monospace;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
@font-face {
  font-family: 'anticon';
  src: url('https://at.alicdn.com/t/font_zck90zmlh7hf47vi.eot');
  /* IE9*/
  src: url('https://at.alicdn.com/t/font_zck90zmlh7hf47vi.eot?#iefix') format('embedded-opentype'), /* chrome、firefox */ url('https://at.alicdn.com/t/font_zck90zmlh7hf47vi.woff') format('woff'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('https://at.alicdn.com/t/font_zck90zmlh7hf47vi.ttf') format('truetype'), /* iOS 4.1- */ url('https://at.alicdn.com/t/font_zck90zmlh7hf47vi.svg#iconfont') format('svg');
}
.anticon {
  display: inline-block;
  font-style: normal;
  vertical-align: baseline;
  text-align: center;
  text-transform: none;
  line-height: 1;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.anticon:before {
  display: block;
  font-family: "anticon" !important;
}
.anticon-step-forward:before {
  content: "\E600";
}
.anticon-step-backward:before {
  content: "\E601";
}
.anticon-forward:before {
  content: "\E602";
}
.anticon-backward:before {
  content: "\E603";
}
.anticon-caret-right:before {
  content: "\E604";
}
.anticon-caret-left:before {
  content: "\E605";
}
.anticon-caret-down:before {
  content: "\E606";
}
.anticon-caret-up:before {
  content: "\E607";
}
.anticon-right-circle:before {
  content: "\E608";
}
.anticon-circle-right:before {
  content: "\E608";
}
.anticon-caret-circle-right:before {
  content: "\E608";
}
.anticon-left-circle:before {
  content: "\E609";
}
.anticon-circle-left:before {
  content: "\E609";
}
.anticon-caret-circle-left:before {
  content: "\E609";
}
.anticon-up-circle:before {
  content: "\E60A";
}
.anticon-circle-up:before {
  content: "\E60A";
}
.anticon-caret-circle-up:before {
  content: "\E60A";
}
.anticon-down-circle:before {
  content: "\E60B";
}
.anticon-circle-down:before {
  content: "\E60B";
}
.anticon-caret-circle-down:before {
  content: "\E60B";
}
.anticon-right-circle-o:before {
  content: "\E60C";
}
.anticon-circle-o-right:before {
  content: "\E60C";
}
.anticon-caret-circle-o-right:before {
  content: "\E60C";
}
.anticon-left-circle-o:before {
  content: "\E60D";
}
.anticon-circle-o-left:before {
  content: "\E60D";
}
.anticon-caret-circle-o-left:before {
  content: "\E60D";
}
.anticon-up-circle-o:before {
  content: "\E60E";
}
.anticon-circle-o-up:before {
  content: "\E60E";
}
.anticon-caret-circle-o-up:before {
  content: "\E60E";
}
.anticon-down-circle-o:before {
  content: "\E60F";
}
.anticon-circle-o-down:before {
  content: "\E60F";
}
.anticon-caret-circle-o-down:before {
  content: "\E60F";
}
.anticon-verticle-left:before {
  content: "\E610";
}
.anticon-verticle-right:before {
  content: "\E611";
}
.anticon-rollback:before {
  content: "\E612";
}
.anticon-retweet:before {
  content: "\E613";
}
.anticon-shrink:before {
  content: "\E614";
}
.anticon-arrows-alt:before {
  content: "\E615";
}
.anticon-arrow-salt:before {
  content: "\E615";
}
.anticon-reload:before {
  content: "\E616";
}
.anticon-double-right:before {
  content: "\E617";
}
.anticon-double-left:before {
  content: "\E618";
}
.anticon-arrow-down:before {
  content: "\E619";
}
.anticon-arrow-up:before {
  content: "\E61A";
}
.anticon-arrow-right:before {
  content: "\E61B";
}
.anticon-arrow-left:before {
  content: "\E61C";
}
.anticon-down:before {
  content: "\E61D";
}
.anticon-up:before {
  content: "\E61E";
}
.anticon-right:before {
  content: "\E61F";
}
.anticon-left:before {
  content: "\E620";
}
.anticon-minus-square-o:before {
  content: "\E621";
}
.anticon-minus-circle:before {
  content: "\E622";
}
.anticon-minus-circle-o:before {
  content: "\E623";
}
.anticon-minus:before {
  content: "\E624";
}
.anticon-plus-circle-o:before {
  content: "\E625";
}
.anticon-plus-circle:before {
  content: "\E626";
}
.anticon-plus:before {
  content: "\E627";
}
.anticon-info-circle:before {
  content: "\E628";
}
.anticon-info-circle-o:before {
  content: "\E629";
}
.anticon-info:before {
  content: "\E62A";
}
.anticon-exclamation:before {
  content: "\E62B";
}
.anticon-exclamation-circle:before {
  content: "\E62C";
}
.anticon-exclamation-circle-o:before {
  content: "\E62D";
}
.anticon-close-circle:before {
  content: "\E62E";
}
.anticon-cross-circle:before {
  content: "\E62E";
}
.anticon-close-circle-o:before {
  content: "\E62F";
}
.anticon-cross-circle-o:before {
  content: "\E62F";
}
.anticon-check-circle:before {
  content: "\E630";
}
.anticon-check-circle-o:before {
  content: "\E631";
}
.anticon-check:before {
  content: "\E632";
}
.anticon-close:before {
  content: "\E633";
}
.anticon-cross:before {
  content: "\E633";
}
.anticon-customer-service:before {
  content: "\E634";
}
.anticon-customerservice:before {
  content: "\E634";
}
.anticon-credit-card:before {
  content: "\E635";
}
.anticon-code-o:before {
  content: "\E636";
}
.anticon-book:before {
  content: "\E637";
}
.anticon-bar-chart:before {
  content: "\E638";
}
.anticon-bars:before {
  content: "\E639";
}
.anticon-question:before {
  content: "\E63A";
}
.anticon-question-circle:before {
  content: "\E63B";
}
.anticon-question-circle-o:before {
  content: "\E63C";
}
.anticon-pause:before {
  content: "\E63D";
}
.anticon-pause-circle:before {
  content: "\E63E";
}
.anticon-pause-circle-o:before {
  content: "\E63F";
}
.anticon-clock-circle:before {
  content: "\E640";
}
.anticon-clock-circle-o:before {
  content: "\E641";
}
.anticon-swap:before {
  content: "\E642";
}
.anticon-swap-left:before {
  content: "\E643";
}
.anticon-swap-right:before {
  content: "\E644";
}
.anticon-plus-square-o:before {
  content: "\E645";
}
.anticon-frown:before {
  content: "\E646";
}
.anticon-frown-circle:before {
  content: "\E646";
}
.anticon-ellipsis:before {
  content: "\E647";
}
.anticon-copy:before {
  content: "\E648";
}
.anticon-menu-fold:before {
  content: "\E658";
}
.anticon-mail:before {
  content: "\E659";
}
.anticon-logout:before {
  content: "\E65A";
}
.anticon-link:before {
  content: "\E65B";
}
.anticon-area-chart:before {
  content: "\E65C";
}
.anticon-line-chart:before {
  content: "\E65D";
}
.anticon-home:before {
  content: "\E65E";
}
.anticon-laptop:before {
  content: "\E65F";
}
.anticon-star:before {
  content: "\E660";
}
.anticon-star-o:before {
  content: "\E661";
}
.anticon-folder:before {
  content: "\E662";
}
.anticon-filter:before {
  content: "\E663";
}
.anticon-file:before {
  content: "\E664";
}
.anticon-exception:before {
  content: "\E665";
}
.anticon-meh:before {
  content: "\E666";
}
.anticon-meh-circle:before {
  content: "\E666";
}
.anticon-meh-o:before {
  content: "\E667";
}
.anticon-shopping-cart:before {
  content: "\E668";
}
.anticon-save:before {
  content: "\E669";
}
.anticon-user:before {
  content: "\E66A";
}
.anticon-video-camera:before {
  content: "\E66B";
}
.anticon-to-top:before {
  content: "\E66C";
}
.anticon-team:before {
  content: "\E66D";
}
.anticon-tablet:before {
  content: "\E66E";
}
.anticon-solution:before {
  content: "\E66F";
}
.anticon-search:before {
  content: "\E670";
}
.anticon-share-alt:before {
  content: "\E671";
}
.anticon-setting:before {
  content: "\E672";
}
.anticon-poweroff:before {
  content: "\E6D5";
}
.anticon-picture:before {
  content: "\E674";
}
.anticon-phone:before {
  content: "\E675";
}
.anticon-paper-clip:before {
  content: "\E676";
}
.anticon-notification:before {
  content: "\E677";
}
.anticon-mobile:before {
  content: "\E678";
}
.anticon-menu-unfold:before {
  content: "\E679";
}
.anticon-inbox:before {
  content: "\E67A";
}
.anticon-lock:before {
  content: "\E67B";
}
.anticon-qrcode:before {
  content: "\E67C";
}
.anticon-play-circle:before {
  content: "\E6D0";
}
.anticon-play-circle-o:before {
  content: "\E6D1";
}
.anticon-tag:before {
  content: "\E6D2";
}
.anticon-tag-o:before {
  content: "\E6D3";
}
.anticon-tags:before {
  content: "\E67D";
}
.anticon-tags-o:before {
  content: "\E67E";
}
.anticon-cloud-o:before {
  content: "\E67F";
}
.anticon-cloud:before {
  content: "\E680";
}
.anticon-cloud-upload:before {
  content: "\E681";
}
.anticon-cloud-download:before {
  content: "\E682";
}
.anticon-cloud-download-o:before {
  content: "\E683";
}
.anticon-cloud-upload-o:before {
  content: "\E684";
}
.anticon-environment:before {
  content: "\E685";
}
.anticon-environment-o:before {
  content: "\E686";
}
.anticon-eye:before {
  content: "\E687";
}
.anticon-eye-o:before {
  content: "\E688";
}
.anticon-camera:before {
  content: "\E689";
}
.anticon-camera-o:before {
  content: "\E68A";
}
.anticon-windows:before {
  content: "\E68B";
}
.anticon-apple:before {
  content: "\E68C";
}
.anticon-apple-o:before {
  content: "\E6D4";
}
.anticon-android:before {
  content: "\E938";
}
.anticon-android-o:before {
  content: "\E68D";
}
.anticon-aliwangwang:before {
  content: "\E68E";
}
.anticon-aliwangwang-o:before {
  content: "\E68F";
}
.anticon-export:before {
  content: "\E691";
}
.anticon-edit:before {
  content: "\E692";
}
.anticon-circle-down-o:before {
  content: "\E693";
}
.anticon-circle-down-:before {
  content: "\E694";
}
.anticon-appstore-o:before {
  content: "\E695";
}
.anticon-appstore:before {
  content: "\E696";
}
.anticon-scan:before {
  content: "\E697";
}
.anticon-file-text:before {
  content: "\E698";
}
.anticon-folder-open:before {
  content: "\E699";
}
.anticon-hdd:before {
  content: "\E69A";
}
.anticon-ie:before {
  content: "\E69B";
}
.anticon-file-jpg:before {
  content: "\E69C";
}
.anticon-like:before {
  content: "\E64C";
}
.anticon-like-o:before {
  content: "\E69D";
}
.anticon-dislike:before {
  content: "\E64B";
}
.anticon-dislike-o:before {
  content: "\E69E";
}
.anticon-delete:before {
  content: "\E69F";
}
.anticon-enter:before {
  content: "\E6A0";
}
.anticon-pushpin-o:before {
  content: "\E6A1";
}
.anticon-pushpin:before {
  content: "\E6A2";
}
.anticon-heart:before {
  content: "\E6A3";
}
.anticon-heart-o:before {
  content: "\E6A4";
}
.anticon-pay-circle:before {
  content: "\E6A5";
}
.anticon-pay-circle-o:before {
  content: "\E6A6";
}
.anticon-smile:before {
  content: "\E6A7";
}
.anticon-smile-circle:before {
  content: "\E6A7";
}
.anticon-smile-o:before {
  content: "\E6A8";
}
.anticon-frown-o:before {
  content: "\E6A9";
}
.anticon-calculator:before {
  content: "\E6AA";
}
.anticon-message:before {
  content: "\E6AB";
}
.anticon-chrome:before {
  content: "\E6AC";
}
.anticon-github:before {
  content: "\E6AD";
}
.anticon-file-unknown:before {
  content: "\E6AF";
}
.anticon-file-excel:before {
  content: "\E6B0";
}
.anticon-file-ppt:before {
  content: "\E6B1";
}
.anticon-file-word:before {
  content: "\E6B2";
}
.anticon-file-pdf:before {
  content: "\E6B3";
}
.anticon-desktop:before {
  content: "\E6B4";
}
.anticon-upload:before {
  content: "\E6B6";
}
.anticon-download:before {
  content: "\E6B7";
}
.anticon-pie-chart:before {
  content: "\E6B8";
}
.anticon-unlock:before {
  content: "\E6BA";
}
.anticon-calendar:before {
  content: "\E6BB";
}
.anticon-windows-o:before {
  content: "\E6BC";
}
.anticon-dot-chart:before {
  content: "\E6BD";
}
.anticon-bar-chart:before {
  content: "\E6BE";
}
.anticon-code:before {
  content: "\E6BF";
}
.anticon-api:before {
  content: "\E951";
}
.anticon-plus-square:before {
  content: "\E6C0";
}
.anticon-minus-square:before {
  content: "\E6C1";
}
.anticon-close-square:before {
  content: "\E6C2";
}
.anticon-close-square-o:before {
  content: "\E6C3";
}
.anticon-check-square:before {
  content: "\E6C4";
}
.anticon-check-square-o:before {
  content: "\E6C5";
}
.anticon-fast-backward:before {
  content: "\E6C6";
}
.anticon-fast-forward:before {
  content: "\E6C7";
}
.anticon-up-square:before {
  content: "\E6C8";
}
.anticon-down-square:before {
  content: "\E6C9";
}
.anticon-left-square:before {
  content: "\E6CA";
}
.anticon-right-square:before {
  content: "\E6CB";
}
.anticon-right-square-o:before {
  content: "\E6CC";
}
.anticon-left-square-o:before {
  content: "\E6CD";
}
.anticon-down-square-o:before {
  content: "\E6CE";
}
.anticon-up-square-o:before {
  content: "\E6CF";
}
.anticon-loading:before {
  content: "\E64D";
}
.anticon-loading-3-quarters:before {
  content: "\E6AE";
}
.anticon-bulb:before {
  content: "\E649";
}
.anticon-select:before {
  content: "\E64A";
}
.anticon-addfile:before,
.anticon-file-add:before {
  content: "\E910";
}
.anticon-addfolder:before,
.anticon-folder-add:before {
  content: "\E914";
}
.anticon-switcher:before {
  content: "\E913";
}
.anticon-rocket:before {
  content: "\E90F";
}
.anticon-dingding:before {
  content: "\E923";
}
.anticon-dingding-o:before {
  content: "\E925";
}
.anticon-bell:before {
  content: "\E64E";
}
.anticon-disconnect:before {
  content: "\E64F";
}
.anticon-database:before {
  content: "\E650";
}
.anticon-compass:before {
  content: "\E6DB";
}
.anticon-barcode:before {
  content: "\E652";
}
.anticon-hourglass:before {
  content: "\E653";
}
.anticon-key:before {
  content: "\E654";
}
.anticon-flag:before {
  content: "\E655";
}
.anticon-layout:before {
  content: "\E656";
}
.anticon-login:before {
  content: "\E657";
}
.anticon-printer:before {
  content: "\E673";
}
.anticon-sound:before {
  content: "\E6E9";
}
.anticon-usb:before {
  content: "\E6D7";
}
.anticon-skin:before {
  content: "\E6D8";
}
.anticon-tool:before {
  content: "\E6D9";
}
.anticon-sync:before {
  content: "\E6DA";
}
.anticon-wifi:before {
  content: "\E6D6";
}
.anticon-car:before {
  content: "\E6DC";
}
.anticon-copyright:before {
  content: "\E6DE";
}
.anticon-schedule:before {
  content: "\E6DF";
}
.anticon-user-add:before {
  content: "\E6ED";
}
.anticon-user-delete:before {
  content: "\E6E0";
}
.anticon-usergroup-add:before {
  content: "\E6DD";
}
.anticon-usergroup-delete:before {
  content: "\E6E1";
}
.anticon-man:before {
  content: "\E6E2";
}
.anticon-woman:before {
  content: "\E6EC";
}
.anticon-shop:before {
  content: "\E6E3";
}
.anticon-gift:before {
  content: "\E6E4";
}
.anticon-idcard:before {
  content: "\E6E5";
}
.anticon-medicine-box:before {
  content: "\E6E6";
}
.anticon-red-envelope:before {
  content: "\E6E7";
}
.anticon-coffee:before {
  content: "\E6E8";
}
.anticon-trademark:before {
  content: "\E651";
}
.anticon-safety:before {
  content: "\E6EA";
}
.anticon-wallet:before {
  content: "\E6EB";
}
.anticon-bank:before {
  content: "\E6EE";
}
.anticon-trophy:before {
  content: "\E6EF";
}
.anticon-contacts:before {
  content: "\E6F0";
}
.anticon-global:before {
  content: "\E6F1";
}
.anticon-shake:before {
  content: "\E94F";
}
.anticon-fork:before {
  content: "\E6F2";
}
.anticon-spin:before {
  display: inline-block;
  animation: loadingCircle 1s infinite linear;
}
.fade-enter,
.fade-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.fade-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.fade-enter.fade-enter-active,
.fade-appear.fade-appear-active {
  animation-name: antFadeIn;
  animation-play-state: running;
}
.fade-leave.fade-leave-active {
  animation-name: antFadeOut;
  animation-play-state: running;
  pointer-events: none;
}
.fade-enter,
.fade-appear {
  opacity: 0;
  animation-timing-function: linear;
}
.fade-leave {
  animation-timing-function: linear;
}
@keyframes antFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes antFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.move-up-enter,
.move-up-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-up-enter.move-up-enter-active,
.move-up-appear.move-up-appear-active {
  animation-name: antMoveUpIn;
  animation-play-state: running;
}
.move-up-leave.move-up-leave-active {
  animation-name: antMoveUpOut;
  animation-play-state: running;
  pointer-events: none;
}
.move-up-enter,
.move-up-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-up-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.move-down-enter,
.move-down-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-down-enter.move-down-enter-active,
.move-down-appear.move-down-appear-active {
  animation-name: antMoveDownIn;
  animation-play-state: running;
}
.move-down-leave.move-down-leave-active {
  animation-name: antMoveDownOut;
  animation-play-state: running;
  pointer-events: none;
}
.move-down-enter,
.move-down-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-down-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.move-left-enter,
.move-left-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-left-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-left-enter.move-left-enter-active,
.move-left-appear.move-left-appear-active {
  animation-name: antMoveLeftIn;
  animation-play-state: running;
}
.move-left-leave.move-left-leave-active {
  animation-name: antMoveLeftOut;
  animation-play-state: running;
  pointer-events: none;
}
.move-left-enter,
.move-left-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-left-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.move-right-enter,
.move-right-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-right-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-right-enter.move-right-enter-active,
.move-right-appear.move-right-appear-active {
  animation-name: antMoveRightIn;
  animation-play-state: running;
}
.move-right-leave.move-right-leave-active {
  animation-name: antMoveRightOut;
  animation-play-state: running;
  pointer-events: none;
}
.move-right-enter,
.move-right-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-right-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
@keyframes antMoveDownIn {
  0% {
    transform-origin: 0 0;
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform-origin: 0 0;
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes antMoveDownOut {
  0% {
    transform-origin: 0 0;
    transform: translateY(0%);
    opacity: 1;
  }
  100% {
    transform-origin: 0 0;
    transform: translateY(100%);
    opacity: 0;
  }
}
@keyframes antMoveLeftIn {
  0% {
    transform-origin: 0 0;
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform-origin: 0 0;
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes antMoveLeftOut {
  0% {
    transform-origin: 0 0;
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    transform-origin: 0 0;
    transform: translateX(-100%);
    opacity: 0;
  }
}
@keyframes antMoveRightIn {
  0% {
    opacity: 0;
    transform-origin: 0 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform-origin: 0 0;
    transform: translateX(0%);
  }
}
@keyframes antMoveRightOut {
  0% {
    transform-origin: 0 0;
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    transform-origin: 0 0;
    transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes antMoveUpIn {
  0% {
    transform-origin: 0 0;
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform-origin: 0 0;
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes antMoveUpOut {
  0% {
    transform-origin: 0 0;
    transform: translateY(0%);
    opacity: 1;
  }
  100% {
    transform-origin: 0 0;
    transform: translateY(-100%);
    opacity: 0;
  }
}
@keyframes loadingCircle {
  0% {
    transform-origin: 50% 50%;
    transform: rotate(0deg);
  }
  100% {
    transform-origin: 50% 50%;
    transform: rotate(360deg);
  }
}
.slide-up-enter,
.slide-up-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-up-enter.slide-up-enter-active,
.slide-up-appear.slide-up-appear-active {
  animation-name: antSlideUpIn;
  animation-play-state: running;
}
.slide-up-leave.slide-up-leave-active {
  animation-name: antSlideUpOut;
  animation-play-state: running;
  pointer-events: none;
}
.slide-up-enter,
.slide-up-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-up-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.slide-down-enter,
.slide-down-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-down-enter.slide-down-enter-active,
.slide-down-appear.slide-down-appear-active {
  animation-name: antSlideDownIn;
  animation-play-state: running;
}
.slide-down-leave.slide-down-leave-active {
  animation-name: antSlideDownOut;
  animation-play-state: running;
  pointer-events: none;
}
.slide-down-enter,
.slide-down-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-down-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.slide-left-enter,
.slide-left-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-left-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-left-enter.slide-left-enter-active,
.slide-left-appear.slide-left-appear-active {
  animation-name: antSlideLeftIn;
  animation-play-state: running;
}
.slide-left-leave.slide-left-leave-active {
  animation-name: antSlideLeftOut;
  animation-play-state: running;
  pointer-events: none;
}
.slide-left-enter,
.slide-left-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-left-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.slide-right-enter,
.slide-right-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-right-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-right-enter.slide-right-enter-active,
.slide-right-appear.slide-right-appear-active {
  animation-name: antSlideRightIn;
  animation-play-state: running;
}
.slide-right-leave.slide-right-leave-active {
  animation-name: antSlideRightOut;
  animation-play-state: running;
  pointer-events: none;
}
.slide-right-enter,
.slide-right-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-right-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
@keyframes antSlideUpIn {
  0% {
    opacity: 0;
    transform-origin: 0% 0%;
    transform: scaleY(0.8);
  }
  100% {
    opacity: 1;
    transform-origin: 0% 0%;
    transform: scaleY(1);
  }
}
@keyframes antSlideUpOut {
  0% {
    opacity: 1;
    transform-origin: 0% 0%;
    transform: scaleY(1);
  }
  100% {
    opacity: 0;
    transform-origin: 0% 0%;
    transform: scaleY(0.8);
  }
}
@keyframes antSlideDownIn {
  0% {
    opacity: 0;
    transform-origin: 100% 100%;
    transform: scaleY(0.8);
  }
  100% {
    opacity: 1;
    transform-origin: 100% 100%;
    transform: scaleY(1);
  }
}
@keyframes antSlideDownOut {
  0% {
    opacity: 1;
    transform-origin: 100% 100%;
    transform: scaleY(1);
  }
  100% {
    opacity: 0;
    transform-origin: 100% 100%;
    transform: scaleY(0.8);
  }
}
@keyframes antSlideLeftIn {
  0% {
    opacity: 0;
    transform-origin: 0% 0%;
    transform: scaleX(0.8);
  }
  100% {
    opacity: 1;
    transform-origin: 0% 0%;
    transform: scaleX(1);
  }
}
@keyframes antSlideLeftOut {
  0% {
    opacity: 1;
    transform-origin: 0% 0%;
    transform: scaleX(1);
  }
  100% {
    opacity: 0;
    transform-origin: 0% 0%;
    transform: scaleX(0.8);
  }
}
@keyframes antSlideRightIn {
  0% {
    opacity: 0;
    transform-origin: 100% 0%;
    transform: scaleX(0.8);
  }
  100% {
    opacity: 1;
    transform-origin: 100% 0%;
    transform: scaleX(1);
  }
}
@keyframes antSlideRightOut {
  0% {
    opacity: 1;
    transform-origin: 100% 0%;
    transform: scaleX(1);
  }
  100% {
    opacity: 0;
    transform-origin: 100% 0%;
    transform: scaleX(0.8);
  }
}
.swing-enter,
.swing-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.swing-enter.swing-enter-active,
.swing-appear.swing-appear-active {
  animation-name: antSwingIn;
  animation-play-state: running;
}
@keyframes antSwingIn {
  0%,
  100% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-10px);
  }
  40% {
    transform: translateX(10px);
  }
  60% {
    transform: translateX(-5px);
  }
  80% {
    transform: translateX(5px);
  }
}
.zoom-enter,
.zoom-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-enter.zoom-enter-active,
.zoom-appear.zoom-appear-active {
  animation-name: antZoomIn;
  animation-play-state: running;
}
.zoom-leave.zoom-leave-active {
  animation-name: antZoomOut;
  animation-play-state: running;
  pointer-events: none;
}
.zoom-enter,
.zoom-appear {
  transform: scale(0);
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-big-enter,
.zoom-big-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-big-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-big-enter.zoom-big-enter-active,
.zoom-big-appear.zoom-big-appear-active {
  animation-name: antZoomBigIn;
  animation-play-state: running;
}
.zoom-big-leave.zoom-big-leave-active {
  animation-name: antZoomBigOut;
  animation-play-state: running;
  pointer-events: none;
}
.zoom-big-enter,
.zoom-big-appear {
  transform: scale(0);
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-big-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-big-fast-enter,
.zoom-big-fast-appear {
  animation-duration: 0.1s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-big-fast-leave {
  animation-duration: 0.1s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-big-fast-enter.zoom-big-fast-enter-active,
.zoom-big-fast-appear.zoom-big-fast-appear-active {
  animation-name: antZoomBigIn;
  animation-play-state: running;
}
.zoom-big-fast-leave.zoom-big-fast-leave-active {
  animation-name: antZoomBigOut;
  animation-play-state: running;
  pointer-events: none;
}
.zoom-big-fast-enter,
.zoom-big-fast-appear {
  transform: scale(0);
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-big-fast-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-up-enter,
.zoom-up-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-up-enter.zoom-up-enter-active,
.zoom-up-appear.zoom-up-appear-active {
  animation-name: antZoomUpIn;
  animation-play-state: running;
}
.zoom-up-leave.zoom-up-leave-active {
  animation-name: antZoomUpOut;
  animation-play-state: running;
  pointer-events: none;
}
.zoom-up-enter,
.zoom-up-appear {
  transform: scale(0);
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-up-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-down-enter,
.zoom-down-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-down-enter.zoom-down-enter-active,
.zoom-down-appear.zoom-down-appear-active {
  animation-name: antZoomDownIn;
  animation-play-state: running;
}
.zoom-down-leave.zoom-down-leave-active {
  animation-name: antZoomDownOut;
  animation-play-state: running;
  pointer-events: none;
}
.zoom-down-enter,
.zoom-down-appear {
  transform: scale(0);
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-down-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-left-enter,
.zoom-left-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-left-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-left-enter.zoom-left-enter-active,
.zoom-left-appear.zoom-left-appear-active {
  animation-name: antZoomLeftIn;
  animation-play-state: running;
}
.zoom-left-leave.zoom-left-leave-active {
  animation-name: antZoomLeftOut;
  animation-play-state: running;
  pointer-events: none;
}
.zoom-left-enter,
.zoom-left-appear {
  transform: scale(0);
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-left-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-right-enter,
.zoom-right-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-right-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-right-enter.zoom-right-enter-active,
.zoom-right-appear.zoom-right-appear-active {
  animation-name: antZoomRightIn;
  animation-play-state: running;
}
.zoom-right-leave.zoom-right-leave-active {
  animation-name: antZoomRightOut;
  animation-play-state: running;
  pointer-events: none;
}
.zoom-right-enter,
.zoom-right-appear {
  transform: scale(0);
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-right-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
@keyframes antZoomIn {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes antZoomOut {
  0% {
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.2);
  }
}
@keyframes antZoomBigIn {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes antZoomBigOut {
  0% {
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.8);
  }
}
@keyframes antZoomUpIn {
  0% {
    opacity: 0;
    transform-origin: 50% 0%;
    transform: scale(0.8);
  }
  100% {
    transform-origin: 50% 0%;
    transform: scale(1);
  }
}
@keyframes antZoomUpOut {
  0% {
    transform-origin: 50% 0%;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 0%;
    transform: scale(0.8);
  }
}
@keyframes antZoomLeftIn {
  0% {
    opacity: 0;
    transform-origin: 0% 50%;
    transform: scale(0.8);
  }
  100% {
    transform-origin: 0% 50%;
    transform: scale(1);
  }
}
@keyframes antZoomLeftOut {
  0% {
    transform-origin: 0% 50%;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform-origin: 0% 50%;
    transform: scale(0.8);
  }
}
@keyframes antZoomRightIn {
  0% {
    opacity: 0;
    transform-origin: 100% 50%;
    transform: scale(0.8);
  }
  100% {
    transform-origin: 100% 50%;
    transform: scale(1);
  }
}
@keyframes antZoomRightOut {
  0% {
    transform-origin: 100% 50%;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform-origin: 100% 50%;
    transform: scale(0.8);
  }
}
@keyframes antZoomDownIn {
  0% {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: scale(0.8);
  }
  100% {
    transform-origin: 50% 100%;
    transform: scale(1);
  }
}
@keyframes antZoomDownOut {
  0% {
    transform-origin: 50% 100%;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: scale(0.8);
  }
}
.ant-motion-collapse {
  overflow: hidden;
}
.ant-motion-collapse-active {
  transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.ant-affix {
  position: fixed;
  z-index: 10;
}
.ant-alert {
  position: relative;
  padding: 8px 48px 8px 38px;
  border-radius: 0px;
  color: #071638;
  font-size: 12px;
  line-height: 1.5;
}
.ant-alert.ant-alert-no-icon {
  padding: 8px 48px 8px 16px;
}
.ant-alert-icon {
  font-size: 14px;
  top: 10px;
  left: 16px;
  position: absolute;
}
.ant-alert-description {
  font-size: 12px;
  line-height: 21px;
  display: none;
}
.ant-alert-success {
  border: 1px solid #cfefdf;
  background-color: #ebf8f2;
}
.ant-alert-success .ant-alert-icon {
  color: #00a854;
}
.ant-alert-info {
  border: 1px solid #d3e2fd;
  background-color: #edf3fe;
}
.ant-alert-info .ant-alert-icon {
  color: #108ee9;
}
.ant-alert-warning {
  border: 1px solid #fff3cf;
  background-color: #fffaeb;
}
.ant-alert-warning .ant-alert-icon {
  color: #ffbf00;
}
.ant-alert-error {
  border: 1px solid #fcdbd9;
  background-color: #fef0ef;
}
.ant-alert-error .ant-alert-icon {
  color: #f04134;
}
.ant-alert-close-icon {
  font-size: 12px;
  position: absolute;
  right: 16px;
  top: 10px;
  height: 12px;
  line-height: 12px;
  overflow: hidden;
  cursor: pointer;
}
.ant-alert-close-icon .anticon-cross {
  color: rgba(0, 0, 0, 0.43);
  transition: color .3s ease;
}
.ant-alert-close-icon .anticon-cross:hover {
  color: #404040;
}
.ant-alert-close-text {
  position: absolute;
  right: 16px;
}
.ant-alert-with-description {
  padding: 16px 16px 16px 60px;
  position: relative;
  border-radius: 0px;
  color: #071638;
  line-height: 1.5;
}
.ant-alert-with-description.ant-alert-no-icon {
  padding: 16px;
}
.ant-alert-with-description .ant-alert-icon {
  position: absolute;
  top: 16px;
  left: 20px;
  font-size: 24px;
}
.ant-alert-with-description .ant-alert-close-icon {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
  font-size: 12px;
}
.ant-alert-with-description .ant-alert-message {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
  display: block;
  margin-bottom: 4px;
}
.ant-alert-with-description .ant-alert-description {
  display: block;
}
.ant-alert.ant-alert-close {
  height: 0 !important;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transform-origin: 50% 0;
}
.ant-alert-slide-up-leave {
  animation: antAlertSlideUpOut 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  animation-fill-mode: both;
}
.ant-alert-banner {
  border-radius: 0;
  border: 0;
  margin-bottom: 0;
}
@keyframes antAlertSlideUpIn {
  0% {
    opacity: 0;
    transform-origin: 0% 0%;
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform-origin: 0% 0%;
    transform: scaleY(1);
  }
}
@keyframes antAlertSlideUpOut {
  0% {
    opacity: 1;
    transform-origin: 0% 0%;
    transform: scaleY(1);
  }
  100% {
    opacity: 0;
    transform-origin: 0% 0%;
    transform: scaleY(0);
  }
}
.ant-anchor {
  position: relative;
}
.ant-anchor-wrapper {
  background-color: #fff;
}
.ant-anchor-ink {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}
.ant-anchor-ink:before {
  content: ' ';
  position: relative;
  width: 2px;
  height: 100%;
  display: block;
  background-color: #e9e9e9;
  margin: 0 auto;
}
.ant-anchor-ink-ball {
  display: none;
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 9px;
  border: 3px solid #1563f6;
  background-color: #fff;
  left: 50%;
  transition: top 0.3s ease-in-out;
  transform: translateX(-50%);
}
.ant-anchor-ink-ball.visible {
  display: inline-block;
}
.ant-anchor.fixed .ant-anchor-ink .ant-anchor-ink-ball {
  display: none;
}
.ant-anchor-link {
  padding: 8px 0 8px 18px;
  line-height: 1;
}
.ant-anchor-link-title {
  display: block;
  position: relative;
  transition: all .3s;
  color: #071638;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 8px;
}
.ant-anchor-link-title:only-child {
  margin-bottom: 0;
}
.ant-anchor-link-active > .ant-anchor-link-title {
  color: #1563f6;
}
.ant-anchor-link .ant-anchor-link {
  padding-top: 6px;
  padding-bottom: 6px;
}
.ant-select-auto-complete.ant-select .ant-select-selection {
  border: 0;
  box-shadow: none;
}
.ant-select-auto-complete.ant-select .ant-select-selection__rendered {
  margin-left: 0;
  margin-right: 0;
  height: 100%;
  line-height: 28px;
}
.ant-select-auto-complete.ant-select .ant-select-selection__placeholder {
  margin-left: 8px;
  margin-right: 8px;
}
.ant-select-auto-complete.ant-select .ant-select-selection--single {
  height: auto;
}
.ant-select-auto-complete.ant-select .ant-select-search--inline {
  position: static;
  float: left;
}
.ant-select-auto-complete.ant-select-allow-clear .ant-select-selection:hover .ant-select-selection__rendered {
  margin-right: 0 !important;
}
.ant-select-auto-complete.ant-select .ant-input {
  background: transparent;
  border-width: 1px;
  line-height: 1.5;
  height: 28px;
}
.ant-select-auto-complete.ant-select .ant-input:focus,
.ant-select-auto-complete.ant-select .ant-input:hover {
  border-color: #4d88f8;
}
.ant-select-auto-complete.ant-select-lg .ant-select-selection__rendered {
  line-height: 28px;
}
.ant-select-auto-complete.ant-select-lg .ant-input {
  padding-top: 6px;
  padding-bottom: 6px;
  height: 28px;
}
.ant-select-auto-complete.ant-select-sm .ant-select-selection__rendered {
  line-height: 28px;
}
.ant-select-auto-complete.ant-select-sm .ant-input {
  padding-top: 1px;
  padding-bottom: 1px;
  height: 28px;
}
.ant-avatar {
  display: inline-block;
  text-align: center;
  background: #ccc;
  color: #fff;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 16px;
}
.ant-avatar > * {
  line-height: 32px;
}
.ant-avatar.ant-avatar-icon {
  font-size: 18px;
}
.ant-avatar-lg {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
}
.ant-avatar-lg > * {
  line-height: 40px;
}
.ant-avatar-lg.ant-avatar-icon {
  font-size: 24px;
}
.ant-avatar-sm {
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 12px;
}
.ant-avatar-sm > * {
  line-height: 24px;
}
.ant-avatar-sm.ant-avatar-icon {
  font-size: 14px;
}
.ant-avatar-square {
  border-radius: 0px;
}
.ant-avatar > img {
  width: 100%;
  height: 100%;
  display: block;
}
.ant-back-top {
  z-index: 10;
  position: fixed;
  right: 100px;
  bottom: 50px;
  height: 40px;
  width: 40px;
  cursor: pointer;
}
.ant-back-top-content {
  height: 40px;
  width: 40px;
  border-radius: 20px;
  background-color: rgba(64, 64, 64, 0.4);
  color: #fff;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-back-top-content:hover {
  background-color: rgba(64, 64, 64, 0.6);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-back-top-icon {
  font-size: 20px;
  margin-top: 10px;
}
.ant-badge {
  position: relative;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
.ant-badge-count {
  position: absolute;
  transform: translateX(-50%);
  top: -10px;
  height: 20px;
  border-radius: 10px;
  min-width: 20px;
  background: #f04134;
  color: #fff;
  line-height: 20px;
  text-align: center;
  padding: 0 6px;
  font-size: 12px;
  white-space: nowrap;
  transform-origin: -10% center;
  font-family: tahoma;
}
.ant-badge-count a,
.ant-badge-count a:hover {
  color: #fff;
}
.ant-badge-dot {
  position: absolute;
  transform: translateX(-50%);
  transform-origin: 0 center;
  top: -4px;
  height: 8px;
  width: 8px;
  border-radius: 100%;
  background: #f04134;
  z-index: 10;
  box-shadow: 0 0 0 1px #fff;
}
.ant-badge-status {
  line-height: inherit;
  vertical-align: baseline;
}
.ant-badge-status-dot {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
}
.ant-badge-status-success {
  background-color: #00a854;
}
.ant-badge-status-processing {
  background-color: #1563f6;
  position: relative;
}
.ant-badge-status-processing:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #1563f6;
  content: '';
  animation: antStatusProcessing 1.2s infinite ease-in-out;
}
.ant-badge-status-default {
  background-color: #d9d9d9;
}
.ant-badge-status-error {
  background-color: #f04134;
}
.ant-badge-status-warning {
  background-color: #ffbf00;
}
.ant-badge-status-text {
  color: #071638;
  font-size: 12px;
  margin-left: 8px;
}
.ant-badge-zoom-appear,
.ant-badge-zoom-enter {
  animation: antZoomBadgeIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  animation-fill-mode: both;
}
.ant-badge-zoom-leave {
  animation: antZoomBadgeOut 0.3s cubic-bezier(0.71, -0.46, 0.88, 0.6);
  animation-fill-mode: both;
}
.ant-badge-not-a-wrapper .ant-badge-count {
  top: auto;
  display: block;
  position: relative;
  transform: none !important;
}
@keyframes antStatusProcessing {
  0% {
    transform: scale(0.8);
    opacity: 0.5;
  }
  100% {
    transform: scale(2.4);
    opacity: 0;
  }
}
.ant-scroll-number {
  overflow: hidden;
}
.ant-scroll-number-only {
  display: inline-block;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  height: 20px;
}
.ant-scroll-number-only > p {
  height: 20px;
}
@keyframes antZoomBadgeIn {
  0% {
    opacity: 0;
    transform: scale(0) translateX(-50%);
  }
  100% {
    transform: scale(1) translateX(-50%);
  }
}
@keyframes antZoomBadgeOut {
  0% {
    transform: scale(1) translateX(-50%);
  }
  100% {
    opacity: 0;
    transform: scale(0) translateX(-50%);
  }
}
.ant-breadcrumb {
  color: #071638;
  font-size: 12px;
}
.ant-breadcrumb a {
  color: #071638;
  transition: color .3s;
}
.ant-breadcrumb a:hover {
  color: #4d88f8;
}
.ant-breadcrumb > span:last-child {
  font-weight: 500;
  color: #071638;
}
.ant-breadcrumb > span:last-child .ant-breadcrumb-separator {
  display: none;
}
.ant-breadcrumb-separator {
  margin: 0 8px;
  color: rgba(0, 0, 0, 0.3);
}
.ant-breadcrumb-link > .anticon + span {
  margin-left: 4px;
}
.ant-btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
  text-align: center;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  line-height: 1.15;
  padding: 0 15px;
  font-size: 12px;
  border-radius: 0px;
  height: 28px;
  user-select: none;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  color: #071638;
  background-color: #fff;
  border-color: #d9d9d9;
}
.ant-btn > .anticon {
  line-height: 1;
}
.ant-btn,
.ant-btn:active,
.ant-btn:focus {
  outline: 0;
}
.ant-btn:not([disabled]):hover {
  text-decoration: none;
}
.ant-btn:not([disabled]):active {
  outline: 0;
  transition: none;
}
.ant-btn.disabled,
.ant-btn[disabled] {
  cursor: not-allowed;
}
.ant-btn.disabled > *,
.ant-btn[disabled] > * {
  pointer-events: none;
}
.ant-btn-lg {
  padding: 0 15px;
  font-size: 14px;
  border-radius: 0px;
  height: 32px;
}
.ant-btn-sm {
  padding: 0 7px;
  font-size: 12px;
  border-radius: 0px;
  height: 22px;
}
.ant-btn > a:only-child {
  color: currentColor;
}
.ant-btn > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn:hover,
.ant-btn:focus {
  color: #1563f6;
  background-color: #fff;
  border-color: #1563f6;
}
.ant-btn:hover > a:only-child,
.ant-btn:focus > a:only-child {
  color: currentColor;
}
.ant-btn:hover > a:only-child:after,
.ant-btn:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn:active,
.ant-btn.active {
  color: #1151d6;
  background-color: #fff;
  border-color: #1151d6;
}
.ant-btn:active > a:only-child,
.ant-btn.active > a:only-child {
  color: currentColor;
}
.ant-btn:active > a:only-child:after,
.ant-btn.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn.disabled,
.ant-btn[disabled],
.ant-btn.disabled:hover,
.ant-btn[disabled]:hover,
.ant-btn.disabled:focus,
.ant-btn[disabled]:focus,
.ant-btn.disabled:active,
.ant-btn[disabled]:active,
.ant-btn.disabled.active,
.ant-btn[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #fafafa;
  border-color: #d9d9d9;
}
.ant-btn.disabled > a:only-child,
.ant-btn[disabled] > a:only-child,
.ant-btn.disabled:hover > a:only-child,
.ant-btn[disabled]:hover > a:only-child,
.ant-btn.disabled:focus > a:only-child,
.ant-btn[disabled]:focus > a:only-child,
.ant-btn.disabled:active > a:only-child,
.ant-btn[disabled]:active > a:only-child,
.ant-btn.disabled.active > a:only-child,
.ant-btn[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn.disabled > a:only-child:after,
.ant-btn[disabled] > a:only-child:after,
.ant-btn.disabled:hover > a:only-child:after,
.ant-btn[disabled]:hover > a:only-child:after,
.ant-btn.disabled:focus > a:only-child:after,
.ant-btn[disabled]:focus > a:only-child:after,
.ant-btn.disabled:active > a:only-child:after,
.ant-btn[disabled]:active > a:only-child:after,
.ant-btn.disabled.active > a:only-child:after,
.ant-btn[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn:hover,
.ant-btn:focus,
.ant-btn:active,
.ant-btn.active {
  background: #fff;
}
.ant-btn > i,
.ant-btn > span {
  pointer-events: none;
}
.ant-btn-primary {
  color: #fff;
  background-color: #1563f6;
  border-color: #1563f6;
}
.ant-btn-primary > a:only-child {
  color: currentColor;
}
.ant-btn-primary > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-primary:hover,
.ant-btn-primary:focus {
  color: #fff;
  background-color: #4d88f8;
  border-color: #4d88f8;
}
.ant-btn-primary:hover > a:only-child,
.ant-btn-primary:focus > a:only-child {
  color: currentColor;
}
.ant-btn-primary:hover > a:only-child:after,
.ant-btn-primary:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-primary:active,
.ant-btn-primary.active {
  color: #fff;
  background-color: #1151d6;
  border-color: #1151d6;
}
.ant-btn-primary:active > a:only-child,
.ant-btn-primary.active > a:only-child {
  color: currentColor;
}
.ant-btn-primary:active > a:only-child:after,
.ant-btn-primary.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-primary.disabled,
.ant-btn-primary[disabled],
.ant-btn-primary.disabled:hover,
.ant-btn-primary[disabled]:hover,
.ant-btn-primary.disabled:focus,
.ant-btn-primary[disabled]:focus,
.ant-btn-primary.disabled:active,
.ant-btn-primary[disabled]:active,
.ant-btn-primary.disabled.active,
.ant-btn-primary[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #fafafa;
  border-color: #d9d9d9;
}
.ant-btn-primary.disabled > a:only-child,
.ant-btn-primary[disabled] > a:only-child,
.ant-btn-primary.disabled:hover > a:only-child,
.ant-btn-primary[disabled]:hover > a:only-child,
.ant-btn-primary.disabled:focus > a:only-child,
.ant-btn-primary[disabled]:focus > a:only-child,
.ant-btn-primary.disabled:active > a:only-child,
.ant-btn-primary[disabled]:active > a:only-child,
.ant-btn-primary.disabled.active > a:only-child,
.ant-btn-primary[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-primary.disabled > a:only-child:after,
.ant-btn-primary[disabled] > a:only-child:after,
.ant-btn-primary.disabled:hover > a:only-child:after,
.ant-btn-primary[disabled]:hover > a:only-child:after,
.ant-btn-primary.disabled:focus > a:only-child:after,
.ant-btn-primary[disabled]:focus > a:only-child:after,
.ant-btn-primary.disabled:active > a:only-child:after,
.ant-btn-primary[disabled]:active > a:only-child:after,
.ant-btn-primary.disabled.active > a:only-child:after,
.ant-btn-primary[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child) {
  border-right-color: #1151d6;
  border-left-color: #1151d6;
}
.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child):disabled {
  border-color: #d9d9d9;
}
.ant-btn-group .ant-btn-primary:first-child:not(:last-child) {
  border-right-color: #1151d6;
}
.ant-btn-group .ant-btn-primary:first-child:not(:last-child)[disabled] {
  border-right-color: #d9d9d9;
}
.ant-btn-group .ant-btn-primary:last-child:not(:first-child),
.ant-btn-group .ant-btn-primary + .ant-btn-primary {
  border-left-color: #1151d6;
}
.ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled],
.ant-btn-group .ant-btn-primary + .ant-btn-primary[disabled] {
  border-left-color: #d9d9d9;
}
.ant-btn-ghost {
  color: #071638;
  background-color: transparent;
  border-color: #d9d9d9;
}
.ant-btn-ghost > a:only-child {
  color: currentColor;
}
.ant-btn-ghost > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-ghost:hover,
.ant-btn-ghost:focus {
  color: #1563f6;
  background-color: transparent;
  border-color: #1563f6;
}
.ant-btn-ghost:hover > a:only-child,
.ant-btn-ghost:focus > a:only-child {
  color: currentColor;
}
.ant-btn-ghost:hover > a:only-child:after,
.ant-btn-ghost:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-ghost:active,
.ant-btn-ghost.active {
  color: #1151d6;
  background-color: transparent;
  border-color: #1151d6;
}
.ant-btn-ghost:active > a:only-child,
.ant-btn-ghost.active > a:only-child {
  color: currentColor;
}
.ant-btn-ghost:active > a:only-child:after,
.ant-btn-ghost.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-ghost.disabled,
.ant-btn-ghost[disabled],
.ant-btn-ghost.disabled:hover,
.ant-btn-ghost[disabled]:hover,
.ant-btn-ghost.disabled:focus,
.ant-btn-ghost[disabled]:focus,
.ant-btn-ghost.disabled:active,
.ant-btn-ghost[disabled]:active,
.ant-btn-ghost.disabled.active,
.ant-btn-ghost[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #fafafa;
  border-color: #d9d9d9;
}
.ant-btn-ghost.disabled > a:only-child,
.ant-btn-ghost[disabled] > a:only-child,
.ant-btn-ghost.disabled:hover > a:only-child,
.ant-btn-ghost[disabled]:hover > a:only-child,
.ant-btn-ghost.disabled:focus > a:only-child,
.ant-btn-ghost[disabled]:focus > a:only-child,
.ant-btn-ghost.disabled:active > a:only-child,
.ant-btn-ghost[disabled]:active > a:only-child,
.ant-btn-ghost.disabled.active > a:only-child,
.ant-btn-ghost[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-ghost.disabled > a:only-child:after,
.ant-btn-ghost[disabled] > a:only-child:after,
.ant-btn-ghost.disabled:hover > a:only-child:after,
.ant-btn-ghost[disabled]:hover > a:only-child:after,
.ant-btn-ghost.disabled:focus > a:only-child:after,
.ant-btn-ghost[disabled]:focus > a:only-child:after,
.ant-btn-ghost.disabled:active > a:only-child:after,
.ant-btn-ghost[disabled]:active > a:only-child:after,
.ant-btn-ghost.disabled.active > a:only-child:after,
.ant-btn-ghost[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-dashed {
  color: #071638;
  background-color: #fff;
  border-color: #d9d9d9;
  border-style: dashed;
}
.ant-btn-dashed > a:only-child {
  color: currentColor;
}
.ant-btn-dashed > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-dashed:hover,
.ant-btn-dashed:focus {
  color: #1563f6;
  background-color: #fff;
  border-color: #1563f6;
}
.ant-btn-dashed:hover > a:only-child,
.ant-btn-dashed:focus > a:only-child {
  color: currentColor;
}
.ant-btn-dashed:hover > a:only-child:after,
.ant-btn-dashed:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-dashed:active,
.ant-btn-dashed.active {
  color: #1151d6;
  background-color: #fff;
  border-color: #1151d6;
}
.ant-btn-dashed:active > a:only-child,
.ant-btn-dashed.active > a:only-child {
  color: currentColor;
}
.ant-btn-dashed:active > a:only-child:after,
.ant-btn-dashed.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-dashed.disabled,
.ant-btn-dashed[disabled],
.ant-btn-dashed.disabled:hover,
.ant-btn-dashed[disabled]:hover,
.ant-btn-dashed.disabled:focus,
.ant-btn-dashed[disabled]:focus,
.ant-btn-dashed.disabled:active,
.ant-btn-dashed[disabled]:active,
.ant-btn-dashed.disabled.active,
.ant-btn-dashed[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #fafafa;
  border-color: #d9d9d9;
}
.ant-btn-dashed.disabled > a:only-child,
.ant-btn-dashed[disabled] > a:only-child,
.ant-btn-dashed.disabled:hover > a:only-child,
.ant-btn-dashed[disabled]:hover > a:only-child,
.ant-btn-dashed.disabled:focus > a:only-child,
.ant-btn-dashed[disabled]:focus > a:only-child,
.ant-btn-dashed.disabled:active > a:only-child,
.ant-btn-dashed[disabled]:active > a:only-child,
.ant-btn-dashed.disabled.active > a:only-child,
.ant-btn-dashed[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-dashed.disabled > a:only-child:after,
.ant-btn-dashed[disabled] > a:only-child:after,
.ant-btn-dashed.disabled:hover > a:only-child:after,
.ant-btn-dashed[disabled]:hover > a:only-child:after,
.ant-btn-dashed.disabled:focus > a:only-child:after,
.ant-btn-dashed[disabled]:focus > a:only-child:after,
.ant-btn-dashed.disabled:active > a:only-child:after,
.ant-btn-dashed[disabled]:active > a:only-child:after,
.ant-btn-dashed.disabled.active > a:only-child:after,
.ant-btn-dashed[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-danger {
  color: #f04134;
  background-color: #fafafa;
  border-color: #d9d9d9;
}
.ant-btn-danger > a:only-child {
  color: currentColor;
}
.ant-btn-danger > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-danger:hover,
.ant-btn-danger:focus {
  color: #fff;
  background-color: #f04134;
  border-color: #f04134;
}
.ant-btn-danger:hover > a:only-child,
.ant-btn-danger:focus > a:only-child {
  color: currentColor;
}
.ant-btn-danger:hover > a:only-child:after,
.ant-btn-danger:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-danger:active,
.ant-btn-danger.active {
  color: #fff;
  background-color: #d73435;
  border-color: #d73435;
}
.ant-btn-danger:active > a:only-child,
.ant-btn-danger.active > a:only-child {
  color: currentColor;
}
.ant-btn-danger:active > a:only-child:after,
.ant-btn-danger.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-danger.disabled,
.ant-btn-danger[disabled],
.ant-btn-danger.disabled:hover,
.ant-btn-danger[disabled]:hover,
.ant-btn-danger.disabled:focus,
.ant-btn-danger[disabled]:focus,
.ant-btn-danger.disabled:active,
.ant-btn-danger[disabled]:active,
.ant-btn-danger.disabled.active,
.ant-btn-danger[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #fafafa;
  border-color: #d9d9d9;
}
.ant-btn-danger.disabled > a:only-child,
.ant-btn-danger[disabled] > a:only-child,
.ant-btn-danger.disabled:hover > a:only-child,
.ant-btn-danger[disabled]:hover > a:only-child,
.ant-btn-danger.disabled:focus > a:only-child,
.ant-btn-danger[disabled]:focus > a:only-child,
.ant-btn-danger.disabled:active > a:only-child,
.ant-btn-danger[disabled]:active > a:only-child,
.ant-btn-danger.disabled.active > a:only-child,
.ant-btn-danger[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-danger.disabled > a:only-child:after,
.ant-btn-danger[disabled] > a:only-child:after,
.ant-btn-danger.disabled:hover > a:only-child:after,
.ant-btn-danger[disabled]:hover > a:only-child:after,
.ant-btn-danger.disabled:focus > a:only-child:after,
.ant-btn-danger[disabled]:focus > a:only-child:after,
.ant-btn-danger.disabled:active > a:only-child:after,
.ant-btn-danger[disabled]:active > a:only-child:after,
.ant-btn-danger.disabled.active > a:only-child:after,
.ant-btn-danger[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-circle,
.ant-btn-circle-outline {
  width: 28px;
  padding: 0;
  font-size: 14px;
  border-radius: 50%;
  height: 28px;
}
.ant-btn-circle.ant-btn-lg,
.ant-btn-circle-outline.ant-btn-lg {
  width: 32px;
  padding: 0;
  font-size: 16px;
  border-radius: 50%;
  height: 32px;
}
.ant-btn-circle.ant-btn-sm,
.ant-btn-circle-outline.ant-btn-sm {
  width: 22px;
  padding: 0;
  font-size: 12px;
  border-radius: 50%;
  height: 22px;
}
.ant-btn:before {
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  background: #fff;
  opacity: 0.35;
  content: '';
  border-radius: inherit;
  z-index: 1;
  transition: opacity .2s;
  pointer-events: none;
  display: none;
}
.ant-btn .anticon {
  transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-btn.ant-btn-loading:before {
  display: block;
}
.ant-btn.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) {
  padding-left: 29px;
  pointer-events: none;
  position: relative;
}
.ant-btn.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) .anticon {
  margin-left: -14px;
}
.ant-btn-sm.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) {
  padding-left: 24px;
}
.ant-btn-sm.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) .anticon {
  margin-left: -17px;
}
.ant-btn-group {
  position: relative;
  display: inline-block;
}
.ant-btn-group > .ant-btn {
  position: relative;
  z-index: 1;
}
.ant-btn-group > .ant-btn:hover,
.ant-btn-group > .ant-btn:focus,
.ant-btn-group > .ant-btn:active,
.ant-btn-group > .ant-btn.active {
  z-index: 2;
}
.ant-btn-group > .ant-btn:disabled {
  z-index: 0;
}
.ant-btn-group-lg > .ant-btn {
  padding: 0 15px;
  font-size: 14px;
  border-radius: 0px;
  height: 32px;
}
.ant-btn-group-sm > .ant-btn {
  padding: 0 7px;
  font-size: 12px;
  border-radius: 0px;
  height: 22px;
}
.ant-btn-group-sm > .ant-btn > .anticon {
  font-size: 12px;
}
.ant-btn-group .ant-btn + .ant-btn,
.ant-btn + .ant-btn-group,
.ant-btn-group + .ant-btn,
.ant-btn-group + .ant-btn-group {
  margin-left: -1px;
}
.ant-btn-group .ant-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
  padding-left: 8px;
  padding-right: 8px;
}
.ant-btn-group > .ant-btn:first-child {
  margin-left: 0;
}
.ant-btn-group > .ant-btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  padding-right: 8px;
}
.ant-btn-group > .ant-btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  padding-left: 8px;
}
.ant-btn-group > .ant-btn-group {
  float: left;
}
.ant-btn-group > .ant-btn-group:not(:first-child):not(:last-child) > .ant-btn {
  border-radius: 0;
}
.ant-btn-group > .ant-btn-group:first-child:not(:last-child) > .ant-btn:last-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  padding-right: 8px;
}
.ant-btn-group > .ant-btn-group:last-child:not(:first-child) > .ant-btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  padding-left: 8px;
}
.ant-btn:not(.ant-btn-circle):not(.ant-btn-circle-outline).ant-btn-icon-only {
  padding-left: 8px;
  padding-right: 8px;
}
.ant-btn:focus > span,
.ant-btn:active > span {
  position: relative;
}
.ant-btn > .anticon + span,
.ant-btn > span + .anticon {
  margin-left: 0.5em;
}
.ant-btn-clicked:after {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  border-radius: inherit;
  border: 0 solid #1563f6;
  opacity: 0.4;
  animation: buttonEffect .4s;
  display: block;
}
.ant-btn-danger.ant-btn-clicked:after {
  border-color: #f04134;
}
.ant-btn-background-ghost {
  background: transparent !important;
  border-color: #fff;
  color: #fff;
}
.ant-btn-background-ghost.ant-btn-primary {
  color: #1563f6;
  background-color: transparent;
  border-color: #1563f6;
}
.ant-btn-background-ghost.ant-btn-primary > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-primary > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-background-ghost.ant-btn-primary:hover,
.ant-btn-background-ghost.ant-btn-primary:focus {
  color: #4d88f8;
  background-color: transparent;
  border-color: #4d88f8;
}
.ant-btn-background-ghost.ant-btn-primary:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-primary:focus > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-primary:hover > a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-background-ghost.ant-btn-primary:active,
.ant-btn-background-ghost.ant-btn-primary.active {
  color: #1151d6;
  background-color: transparent;
  border-color: #1151d6;
}
.ant-btn-background-ghost.ant-btn-primary:active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.active > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-primary:active > a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-background-ghost.ant-btn-primary.disabled,
.ant-btn-background-ghost.ant-btn-primary[disabled],
.ant-btn-background-ghost.ant-btn-primary.disabled:hover,
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover,
.ant-btn-background-ghost.ant-btn-primary.disabled:focus,
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus,
.ant-btn-background-ghost.ant-btn-primary.disabled:active,
.ant-btn-background-ghost.ant-btn-primary[disabled]:active,
.ant-btn-background-ghost.ant-btn-primary.disabled.active,
.ant-btn-background-ghost.ant-btn-primary[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #fafafa;
  border-color: #d9d9d9;
}
.ant-btn-background-ghost.ant-btn-primary.disabled > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled:active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled.active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-primary.disabled > a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary.disabled:hover > a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary.disabled:focus > a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary.disabled:active > a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary.disabled.active > a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-background-ghost.ant-btn-danger {
  color: #f04134;
  background-color: transparent;
  border-color: #f04134;
}
.ant-btn-background-ghost.ant-btn-danger > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-danger > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-background-ghost.ant-btn-danger:hover,
.ant-btn-background-ghost.ant-btn-danger:focus {
  color: #f46e65;
  background-color: transparent;
  border-color: #f46e65;
}
.ant-btn-background-ghost.ant-btn-danger:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-danger:focus > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-danger:hover > a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-background-ghost.ant-btn-danger:active,
.ant-btn-background-ghost.ant-btn-danger.active {
  color: #d73435;
  background-color: transparent;
  border-color: #d73435;
}
.ant-btn-background-ghost.ant-btn-danger:active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.active > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-danger:active > a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-background-ghost.ant-btn-danger.disabled,
.ant-btn-background-ghost.ant-btn-danger[disabled],
.ant-btn-background-ghost.ant-btn-danger.disabled:hover,
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover,
.ant-btn-background-ghost.ant-btn-danger.disabled:focus,
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus,
.ant-btn-background-ghost.ant-btn-danger.disabled:active,
.ant-btn-background-ghost.ant-btn-danger[disabled]:active,
.ant-btn-background-ghost.ant-btn-danger.disabled.active,
.ant-btn-background-ghost.ant-btn-danger[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #fafafa;
  border-color: #d9d9d9;
}
.ant-btn-background-ghost.ant-btn-danger.disabled > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled:active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled.active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-danger.disabled > a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger.disabled:hover > a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger.disabled:focus > a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger.disabled:active > a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger.disabled.active > a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
@keyframes buttonEffect {
  to {
    opacity: 0;
    top: -6px;
    left: -6px;
    bottom: -6px;
    right: -6px;
    border-width: 6px;
  }
}
.ant-fullcalendar {
  font-size: 12px;
  line-height: 1.5;
  outline: none;
  border-top: 1px solid #d9d9d9;
}
.ant-fullcalendar-month-select {
  margin-left: 5px;
}
.ant-fullcalendar-header {
  padding: 11px 16px 11px 0;
  text-align: right;
}
.ant-fullcalendar-header .ant-select-dropdown {
  text-align: left;
}
.ant-fullcalendar-header .ant-radio-group {
  margin-left: 8px;
  text-align: left;
}
.ant-fullcalendar-header label.ant-radio-button {
  height: 22px;
  line-height: 20px;
  padding: 0 10px;
}
.ant-fullcalendar-date-panel {
  position: relative;
  outline: none;
}
.ant-fullcalendar-calendar-body {
  padding: 8px 8px 14px;
}
.ant-fullcalendar table {
  border-collapse: collapse;
  max-width: 100%;
  background-color: transparent;
  width: 100%;
  height: 246px;
}
.ant-fullcalendar table,
.ant-fullcalendar th,
.ant-fullcalendar td {
  border: 0;
}
.ant-fullcalendar td {
  position: relative;
}
.ant-fullcalendar-calendar-table {
  border-spacing: 0;
  margin-bottom: 0;
}
.ant-fullcalendar-column-header {
  line-height: 18px;
  padding: 0;
  width: 33px;
  text-align: center;
}
.ant-fullcalendar-column-header .ant-fullcalendar-column-header-inner {
  display: block;
  font-weight: normal;
}
.ant-fullcalendar-week-number-header .ant-fullcalendar-column-header-inner {
  display: none;
}
.ant-fullcalendar-month,
.ant-fullcalendar-date {
  text-align: center;
  transition: all .3s;
}
.ant-fullcalendar-value {
  display: block;
  margin: 0 auto;
  color: #071638;
  border-radius: 0px;
  width: 22px;
  height: 22px;
  padding: 0;
  background: transparent;
  line-height: 22px;
  transition: all .3s;
}
.ant-fullcalendar-value:hover {
  background: #edf3fe;
  cursor: pointer;
}
.ant-fullcalendar-value:active {
  background: #1563f6;
  color: #fff;
}
.ant-fullcalendar-month-panel-cell .ant-fullcalendar-value {
  width: 48px;
}
.ant-fullcalendar-today .ant-fullcalendar-value,
.ant-fullcalendar-month-panel-current-cell .ant-fullcalendar-value {
  box-shadow: 0 0 0 1px #1563f6;
}
.ant-fullcalendar-selected-day .ant-fullcalendar-value,
.ant-fullcalendar-month-panel-selected-cell .ant-fullcalendar-value {
  background: #1563f6;
  color: #fff;
}
.ant-fullcalendar-disabled-cell-first-of-row .ant-fullcalendar-value {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.ant-fullcalendar-disabled-cell-last-of-row .ant-fullcalendar-value {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.ant-fullcalendar-last-month-cell .ant-fullcalendar-value,
.ant-fullcalendar-next-month-btn-day .ant-fullcalendar-value {
  color: rgba(0, 0, 0, 0.25);
}
.ant-fullcalendar-month-panel-table {
  table-layout: fixed;
  width: 100%;
  border-collapse: separate;
}
.ant-fullcalendar-content {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -9px;
}
.ant-fullcalendar-fullscreen {
  border-top: 0;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-table {
  table-layout: fixed;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-header .ant-radio-group {
  margin-left: 16px;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-header label.ant-radio-button {
  height: 28px;
  line-height: 26px;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-month,
.ant-fullcalendar-fullscreen .ant-fullcalendar-date {
  text-align: left;
  margin: 0 4px;
  display: block;
  color: #071638;
  height: 116px;
  padding: 4px 8px;
  border-top: 2px solid #e9e9e9;
  transition: background .3s;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-month:hover,
.ant-fullcalendar-fullscreen .ant-fullcalendar-date:hover {
  background: #edf3fe;
  cursor: pointer;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-month:active,
.ant-fullcalendar-fullscreen .ant-fullcalendar-date:active {
  background: #d3e2fd;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-column-header {
  text-align: right;
  padding-right: 12px;
  padding-bottom: 5px;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-value {
  text-align: right;
  background: transparent;
  width: auto;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-today .ant-fullcalendar-value {
  color: #071638;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-month-panel-current-cell .ant-fullcalendar-month,
.ant-fullcalendar-fullscreen .ant-fullcalendar-today .ant-fullcalendar-date {
  border-top-color: #1563f6;
  background: transparent;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-month-panel-current-cell .ant-fullcalendar-value,
.ant-fullcalendar-fullscreen .ant-fullcalendar-today .ant-fullcalendar-value {
  box-shadow: none;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-month-panel-selected-cell .ant-fullcalendar-month,
.ant-fullcalendar-fullscreen .ant-fullcalendar-selected-day .ant-fullcalendar-date {
  background: #edf3fe;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-month-panel-selected-cell .ant-fullcalendar-value,
.ant-fullcalendar-fullscreen .ant-fullcalendar-selected-day .ant-fullcalendar-value {
  color: #1563f6;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-last-month-cell .ant-fullcalendar-date,
.ant-fullcalendar-fullscreen .ant-fullcalendar-next-month-btn-day .ant-fullcalendar-date {
  color: rgba(0, 0, 0, 0.25);
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-content {
  height: 90px;
  overflow-y: auto;
  position: static;
  width: auto;
  left: auto;
  bottom: auto;
}
.ant-fullcalendar-disabled-cell .ant-fullcalendar-date,
.ant-fullcalendar-disabled-cell .ant-fullcalendar-date:hover {
  cursor: not-allowed;
}
.ant-fullcalendar-disabled-cell:not(.ant-fullcalendar-today) .ant-fullcalendar-date,
.ant-fullcalendar-disabled-cell:not(.ant-fullcalendar-today) .ant-fullcalendar-date:hover {
  background: transparent;
}
.ant-fullcalendar-disabled-cell .ant-fullcalendar-value {
  color: rgba(0, 0, 0, 0.25);
  border-radius: 0;
  width: auto;
  cursor: not-allowed;
}
.ant-card {
  background: #fff;
  border-radius: 2px;
  font-size: 12px;
  position: relative;
  transition: all .3s;
}
.ant-card:not(.ant-card-no-hovering):hover {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  border-color: rgba(0, 0, 0, 0.2);
}
.ant-card-bordered {
  border: 1px solid #e9e9e9;
}
.ant-card-head {
  height: 48px;
  line-height: 48px;
  background: #fff;
  border-bottom: 1px solid #e9e9e9;
  padding: 0 24px;
  border-radius: 2px 2px 0 0;
  zoom: 1;
  margin-bottom: -1px;
  display: flex;
}
.ant-card-head:before,
.ant-card-head:after {
  content: " ";
  display: table;
}
.ant-card-head:after {
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
.ant-card-head:before,
.ant-card-head:after {
  content: " ";
  display: table;
}
.ant-card-head:after {
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
.ant-card-head-title {
  font-size: 14px;
  text-overflow: ellipsis;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  display: inline-block;
  flex: 1;
}
.ant-card-extra {
  float: right;
  text-align: right;
  margin-left: auto;
}
.ant-card-body {
  padding: 24px;
  zoom: 1;
}
.ant-card-body:before,
.ant-card-body:after {
  content: " ";
  display: table;
}
.ant-card-body:after {
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
.ant-card-body:before,
.ant-card-body:after {
  content: " ";
  display: table;
}
.ant-card-body:after {
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
.ant-card-contain-grid .ant-card-body {
  margin: -1px 0 0 -1px;
  padding: 0;
}
.ant-card-grid {
  border-radius: 0;
  border: 0;
  box-shadow: 1px 0 0 0 #e9e9e9, 0 1px 0 0 #e9e9e9, 1px 1px 0 0 #e9e9e9, 1px 0 0 0 #e9e9e9 inset, 0 1px 0 0 #e9e9e9 inset;
  width: 33.33%;
  float: left;
  padding: 24px;
  transition: all .3s;
}
.ant-card-grid:hover {
  position: relative;
  z-index: 1;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
}
.ant-card-wider-padding .ant-card-head {
  padding: 0 32px;
}
.ant-card-wider-padding .ant-card-body {
  padding: 24px 32px;
}
.ant-card-wider-padding .ant-card-extra {
  right: 32px;
}
.ant-card-padding-transition .ant-card-head,
.ant-card-padding-transition .ant-card-body {
  transition: padding .3s;
}
.ant-card-padding-transition .ant-card-extra {
  transition: right .3s;
}
.ant-card-loading .ant-card-body {
  user-select: none;
  padding: 0;
}
.ant-card-loading-content {
  padding: 24px;
}
.ant-card-loading-block {
  display: inline-block;
  margin: 5px 1% 0;
  height: 14px;
  border-radius: 2px;
  background: linear-gradient(90deg, rgba(207, 216, 220, 0.2), rgba(207, 216, 220, 0.4), rgba(207, 216, 220, 0.2));
  animation: card-loading 1.4s ease infinite;
  background-size: 600% 600%;
}
@keyframes card-loading {
  0%,
  100% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
.ant-carousel .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.ant-carousel .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.ant-carousel .slick-list:focus {
  outline: none;
}
.ant-carousel .slick-list.dragging {
  cursor: pointer;
}
.ant-carousel .slick-slider .slick-track,
.ant-carousel .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.ant-carousel .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.ant-carousel .slick-track:before,
.ant-carousel .slick-track:after {
  content: "";
  display: table;
}
.ant-carousel .slick-track:after {
  clear: both;
}
.slick-loading .ant-carousel .slick-track {
  visibility: hidden;
}
.ant-carousel .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .ant-carousel .slick-slide {
  float: right;
}
.ant-carousel .slick-slide img {
  display: block;
}
.ant-carousel .slick-slide.slick-loading img {
  display: none;
}
.ant-carousel .slick-slide.dragging img {
  pointer-events: none;
}
.ant-carousel .slick-initialized .slick-slide {
  display: block;
}
.ant-carousel .slick-loading .slick-slide {
  visibility: hidden;
}
.ant-carousel .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.ant-carousel .slick-arrow.slick-hidden {
  display: none;
}
.ant-carousel .slick-prev,
.ant-carousel .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: 0;
  outline: none;
}
.ant-carousel .slick-prev:hover,
.ant-carousel .slick-next:hover,
.ant-carousel .slick-prev:focus,
.ant-carousel .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.ant-carousel .slick-prev:hover:before,
.ant-carousel .slick-next:hover:before,
.ant-carousel .slick-prev:focus:before,
.ant-carousel .slick-next:focus:before {
  opacity: 1;
}
.ant-carousel .slick-prev.slick-disabled:before,
.ant-carousel .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.ant-carousel .slick-prev {
  left: -25px;
}
.ant-carousel .slick-prev:before {
  content: "\2190";
}
.ant-carousel .slick-next {
  right: -25px;
}
.ant-carousel .slick-next:before {
  content: "\2192";
}
.ant-carousel .slick-dots {
  position: absolute;
  bottom: 12px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
  height: 3px;
}
.ant-carousel .slick-dots li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 0 2px;
  padding: 0;
}
.ant-carousel .slick-dots li button {
  border: 0;
  cursor: pointer;
  background: #fff;
  opacity: 0.3;
  display: block;
  width: 16px;
  height: 3px;
  border-radius: 1px;
  outline: none;
  font-size: 0;
  color: transparent;
  transition: all .5s;
}
.ant-carousel .slick-dots li button:hover,
.ant-carousel .slick-dots li button:focus {
  opacity: 0.75;
}
.ant-carousel .slick-dots li.slick-active button {
  background: #fff;
  opacity: 1;
  width: 24px;
}
.ant-carousel .slick-dots li.slick-active button:hover,
.ant-carousel .slick-dots li.slick-active button:focus {
  opacity: 1;
}
.ant-carousel-vertical .slick-dots {
  width: 3px;
  bottom: auto;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  height: auto;
}
.ant-carousel-vertical .slick-dots li {
  margin: 0 2px;
  vertical-align: baseline;
}
.ant-carousel-vertical .slick-dots li button {
  width: 3px;
  height: 16px;
}
.ant-carousel-vertical .slick-dots li.slick-active button {
  width: 3px;
  height: 24px;
}
.ant-cascader {
  font-size: 12px;
}
.ant-cascader-input.ant-input {
  background-color: transparent !important;
  cursor: pointer;
  width: 100%;
  display: block;
}
.ant-cascader-picker {
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-size: 12px;
  background-color: #fff;
  border-radius: 0px;
  outline: 0;
}
.ant-cascader-picker-with-value .ant-cascader-picker-label {
  color: transparent;
}
.ant-cascader-picker-disabled {
  cursor: not-allowed;
  background: #fafafa;
  color: rgba(0, 0, 0, 0.25);
}
.ant-cascader-picker-disabled .ant-cascader-input {
  cursor: not-allowed;
}
.ant-cascader-picker:focus .ant-cascader-input {
  border-color: #4d88f8;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(21, 99, 246, 0.2);
}
.ant-cascader-picker-label {
  position: absolute;
  left: 0;
  height: 20px;
  line-height: 20px;
  top: 50%;
  margin-top: -10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  padding: 0 12px 0 8px;
}
.ant-cascader-picker-clear {
  opacity: 0;
  position: absolute;
  right: 8px;
  z-index: 2;
  background: #fff;
  top: 50%;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.25);
  width: 12px;
  height: 12px;
  margin-top: -6px;
  line-height: 12px;
  cursor: pointer;
  transition: color 0.3s ease, opacity 0.15s ease;
}
.ant-cascader-picker-clear:hover {
  color: rgba(0, 0, 0, 0.43);
}
.ant-cascader-picker:hover .ant-cascader-picker-clear {
  opacity: 1;
}
.ant-cascader-picker-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 8px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  line-height: 12px;
  color: rgba(0, 0, 0, 0.43);
  display: inline-block;
  font-size: 12px;
  font-size: 9px \9;
  transform: scale(0.75) rotate(0deg);
  /* IE6-IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
  zoom: 1;
}
:root .ant-cascader-picker-arrow {
  filter: none;
}
:root .ant-cascader-picker-arrow {
  font-size: 12px;
}
.ant-cascader-picker-arrow:before {
  transition: transform 0.2s ease;
}
.ant-cascader-picker-arrow.ant-cascader-picker-arrow-expand {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
}
.ant-cascader-picker-arrow.ant-cascader-picker-arrow-expand:before {
  transform: rotate(180deg);
}
.ant-cascader-menus {
  font-size: 12px;
  background: #fff;
  position: absolute;
  z-index: 1050;
  border-radius: 0px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
}
.ant-cascader-menus-empty,
.ant-cascader-menus-hidden {
  display: none;
}
.ant-cascader-menus.slide-up-enter.slide-up-enter-active.ant-cascader-menus-placement-bottomLeft,
.ant-cascader-menus.slide-up-appear.slide-up-appear-active.ant-cascader-menus-placement-bottomLeft {
  animation-name: antSlideUpIn;
}
.ant-cascader-menus.slide-up-enter.slide-up-enter-active.ant-cascader-menus-placement-topLeft,
.ant-cascader-menus.slide-up-appear.slide-up-appear-active.ant-cascader-menus-placement-topLeft {
  animation-name: antSlideDownIn;
}
.ant-cascader-menus.slide-up-leave.slide-up-leave-active.ant-cascader-menus-placement-bottomLeft {
  animation-name: antSlideUpOut;
}
.ant-cascader-menus.slide-up-leave.slide-up-leave-active.ant-cascader-menus-placement-topLeft {
  animation-name: antSlideDownOut;
}
.ant-cascader-menu {
  display: inline-block;
  vertical-align: top;
  min-width: 111px;
  height: 180px;
  list-style: none;
  margin: 0;
  padding: 0;
  border-right: 1px solid #e9e9e9;
  overflow: auto;
}
.ant-cascader-menu:first-child {
  border-radius: 0px 0 0 0px;
}
.ant-cascader-menu:last-child {
  border-right-color: transparent;
  margin-right: -1px;
  border-radius: 0 0px 0px 0;
}
.ant-cascader-menu:only-child {
  border-radius: 0px;
}
.ant-cascader-menu-item {
  padding: 7px 8px;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.3s;
}
.ant-cascader-menu-item:hover {
  background: #edf3fe;
}
.ant-cascader-menu-item-disabled {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.ant-cascader-menu-item-disabled:hover {
  background: transparent;
}
.ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled),
.ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled):hover {
  background: #fafafa;
  font-weight: 600;
}
.ant-cascader-menu-item-expand {
  position: relative;
  padding-right: 24px;
}
.ant-cascader-menu-item-expand:after {
  font-family: 'anticon';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E61F";
  display: inline-block;
  font-size: 12px;
  font-size: 8px \9;
  transform: scale(0.66666667) rotate(0deg);
  /* IE6-IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
  zoom: 1;
  color: rgba(0, 0, 0, 0.43);
  position: absolute;
  right: 8px;
}
:root .ant-cascader-menu-item-expand:after {
  filter: none;
}
:root .ant-cascader-menu-item-expand:after {
  font-size: 12px;
}
.ant-cascader-menu-item-loading:after {
  font-family: 'anticon';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E64D";
  animation: loadingCircle 1s infinite linear;
}
.ant-cascader-menu-item .ant-cascader-menu-item-keyword {
  color: #f04134;
}
@keyframes antCheckboxEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
.ant-checkbox {
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  display: inline-block;
  line-height: 1;
  position: relative;
  vertical-align: text-bottom;
}
.ant-checkbox-wrapper:hover .ant-checkbox-inner,
.ant-checkbox:hover .ant-checkbox-inner,
.ant-checkbox-input:focus + .ant-checkbox-inner {
  border-color: #1563f6;
}
.ant-checkbox-checked:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  border: 1px solid #1563f6;
  content: '';
  animation: antCheckboxEffect 0.36s ease-in-out;
  animation-fill-mode: both;
  visibility: hidden;
}
.ant-checkbox:hover:after,
.ant-checkbox-wrapper:hover .ant-checkbox:after {
  visibility: visible;
}
.ant-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  background-color: #fff;
  transition: all .3s;
}
.ant-checkbox-inner:after {
  transform: rotate(45deg) scale(0);
  position: absolute;
  left: 4px;
  top: 1px;
  display: table;
  width: 5px;
  height: 8px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  content: ' ';
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6);
}
.ant-checkbox-input {
  position: absolute;
  left: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.ant-checkbox-indeterminate .ant-checkbox-inner:after {
  content: ' ';
  transform: scale(1);
  position: absolute;
  left: 2px;
  top: 5px;
  width: 8px;
  height: 1px;
}
.ant-checkbox-indeterminate.ant-checkbox-disabled .ant-checkbox-inner:after {
  border-color: rgba(0, 0, 0, 0.25);
}
.ant-checkbox-checked .ant-checkbox-inner:after {
  transform: rotate(45deg) scale(1);
  position: absolute;
  display: table;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  content: ' ';
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
}
.ant-checkbox-checked .ant-checkbox-inner,
.ant-checkbox-indeterminate .ant-checkbox-inner {
  background-color: #1563f6;
  border-color: #1563f6;
}
.ant-checkbox-disabled {
  cursor: not-allowed;
}
.ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
  animation-name: none;
  border-color: rgba(0, 0, 0, 0.25);
}
.ant-checkbox-disabled .ant-checkbox-input {
  cursor: not-allowed;
}
.ant-checkbox-disabled .ant-checkbox-inner {
  border-color: #d9d9d9 !important;
  background-color: #fafafa;
}
.ant-checkbox-disabled .ant-checkbox-inner:after {
  animation-name: none;
  border-color: #fafafa;
}
.ant-checkbox-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-checkbox-wrapper {
  cursor: pointer;
  font-size: 12px;
  display: inline-block;
}
.ant-checkbox-wrapper + .ant-checkbox-wrapper {
  margin-left: 8px;
}
.ant-checkbox-wrapper + span,
.ant-checkbox + span {
  padding-left: 8px;
  padding-right: 8px;
}
.ant-checkbox-group {
  font-size: 12px;
}
.ant-checkbox-group-item {
  display: inline-block;
  margin-right: 8px;
}
.ant-checkbox-group-item:last-child {
  margin-right: 0;
}
.ant-checkbox-group-item + .ant-checkbox-group-item {
  margin-left: 0;
}
@media \0screen {
  .ant-checkbox-checked .ant-checkbox-inner:before,
  .ant-checkbox-checked .ant-checkbox-inner:after {
    font-family: 'anticon';
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\E632";
    font-weight: bold;
    font-size: 8px;
    border: 0;
    color: #fff;
    left: 2px;
    top: 3px;
    position: absolute;
  }
}
.ant-collapse {
  background-color: #fafafa;
  border-radius: 0px;
  border: 1px solid #d9d9d9;
  border-bottom: 0;
}
.ant-collapse > .ant-collapse-item {
  border-bottom: 1px solid #d9d9d9;
}
.ant-collapse > .ant-collapse-item:last-child,
.ant-collapse > .ant-collapse-item:last-child > .ant-collapse-header {
  border-radius: 0 0 0px 0px;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header {
  line-height: 22px;
  padding: 8px 0 8px 32px;
  color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
  position: relative;
  transition: all .3s;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .arrow {
  font-size: 12px;
  font-size: 9px \9;
  transform: scale(0.75) rotate(0);
  /* IE6-IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
  zoom: 1;
  font-style: normal;
  vertical-align: baseline;
  text-align: center;
  text-transform: none;
  line-height: 1;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  color: rgba(0, 0, 0, 0.43);
  display: inline-block;
  font-weight: bold;
  line-height: 40px;
  vertical-align: top;
  transition: transform 0.24s;
  top: 0;
  left: 16px;
}
:root .ant-collapse > .ant-collapse-item > .ant-collapse-header .arrow {
  filter: none;
}
:root .ant-collapse > .ant-collapse-item > .ant-collapse-header .arrow {
  font-size: 12px;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .arrow:before {
  display: block;
  font-family: "anticon" !important;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .arrow:before {
  content: "\E61F";
}
.ant-collapse-anim-active {
  transition: height 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ant-collapse-content {
  overflow: hidden;
  color: #071638;
  padding: 0 16px;
  background-color: #fff;
}
.ant-collapse-content > .ant-collapse-content-box {
  padding-top: 16px;
  padding-bottom: 16px;
}
.ant-collapse-content-inactive {
  display: none;
}
.ant-collapse-item:last-child > .ant-collapse-content {
  border-radius: 0 0 0px 0px;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header[aria-expanded="true"] .arrow {
  display: inline-block;
  font-size: 12px;
  font-size: 9px \9;
  transform: scale(0.75) rotate(90deg);
  /* IE6-IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.00000000000000006123, M12=-1, M21=1, M22=0.00000000000000006123)";
  zoom: 1;
}
:root .ant-collapse > .ant-collapse-item > .ant-collapse-header[aria-expanded="true"] .arrow {
  filter: none;
}
:root .ant-collapse > .ant-collapse-item > .ant-collapse-header[aria-expanded="true"] .arrow {
  font-size: 12px;
}
.ant-collapse-borderless {
  background-color: #fff;
  border: 0;
}
.ant-collapse-borderless > .ant-collapse-item:last-child,
.ant-collapse-borderless > .ant-collapse-item:last-child .ant-collapse-header {
  border-radius: 0;
}
.ant-collapse-borderless > .ant-collapse-item-active {
  border: 0;
}
.ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content {
  background-color: transparent;
  border-top: 1px solid #d9d9d9;
}
.ant-collapse-borderless > .ant-collapse-item > .ant-collapse-header {
  transition: all .3s;
}
.ant-collapse-borderless > .ant-collapse-item > .ant-collapse-header:hover {
  background-color: #fafafa;
}
.ant-collapse .ant-collapse-item-disabled > .ant-collapse-header,
.ant-collapse .ant-collapse-item-disabled > .ant-collapse-header > .arrow {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  background-color: #fafafa;
}
.ant-collapse > .ant-collapse-item:not(.ant-collapse-item-disabled) > .ant-collapse-header:active {
  background-color: #eee;
}
.ant-calendar-picker-container {
  position: absolute;
  z-index: 1050;
}
.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-topLeft,
.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-topRight,
.ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-topLeft,
.ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-topRight {
  animation-name: antSlideDownIn;
}
.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-bottomLeft,
.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-bottomRight,
.ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-bottomLeft,
.ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-bottomRight {
  animation-name: antSlideUpIn;
}
.ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-topLeft,
.ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-topRight {
  animation-name: antSlideDownOut;
}
.ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-bottomLeft,
.ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-bottomRight {
  animation-name: antSlideUpOut;
}
.ant-calendar-picker {
  position: relative;
  display: inline-block;
  outline: none;
  font-size: 12px;
  transition: opacity 0.3s;
}
.ant-calendar-picker-input {
  outline: none;
  display: block;
}
.ant-calendar-picker:hover .ant-calendar-picker-input:not(.ant-input-disabled) {
  border-color: #1563f6;
}
.ant-calendar-picker-clear,
.ant-calendar-picker-icon {
  position: absolute;
  width: 14px;
  height: 14px;
  right: 8px;
  top: 50%;
  margin-top: -7px;
  line-height: 14px;
  font-size: 12px;
  transition: all .3s;
  user-select: none;
}
.ant-calendar-picker-clear {
  opacity: 0;
  z-index: 1;
  color: rgba(0, 0, 0, 0.25);
  background: #fff;
  pointer-events: none;
  cursor: pointer;
}
.ant-calendar-picker-clear:hover {
  color: rgba(0, 0, 0, 0.43);
}
.ant-calendar-picker:hover .ant-calendar-picker-clear {
  opacity: 1;
  pointer-events: auto;
}
.ant-calendar-picker-icon {
  color: rgba(0, 0, 0, 0.43);
}
.ant-calendar-picker-icon:after {
  content: "\E6BB";
  font-family: "anticon";
  font-size: 12px;
  color: rgba(0, 0, 0, 0.43);
  display: inline-block;
  line-height: 1;
}
.ant-calendar {
  position: relative;
  outline: none;
  width: 231px;
  border: 1px solid #fff;
  list-style: none;
  font-size: 12px;
  text-align: left;
  background-color: #fff;
  border-radius: 0px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
  line-height: 1.5;
}
.ant-calendar-input-wrap {
  height: 34px;
  padding: 6px;
  border-bottom: 1px solid #e9e9e9;
}
.ant-calendar-input {
  border: 0;
  width: 100%;
  cursor: auto;
  outline: 0;
  height: 22px;
  color: #071638;
  background: #fff;
}
.ant-calendar-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-calendar-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-calendar-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-calendar-week-number {
  width: 286px;
}
.ant-calendar-week-number-cell {
  text-align: center;
}
.ant-calendar-header {
  height: 34px;
  line-height: 34px;
  text-align: center;
  user-select: none;
  border-bottom: 1px solid #e9e9e9;
}
.ant-calendar-header a:hover {
  color: #4d88f8;
}
.ant-calendar-header .ant-calendar-century-select,
.ant-calendar-header .ant-calendar-decade-select,
.ant-calendar-header .ant-calendar-year-select,
.ant-calendar-header .ant-calendar-month-select {
  padding: 0 2px;
  font-weight: bold;
  display: inline-block;
  color: #071638;
  line-height: 34px;
}
.ant-calendar-header .ant-calendar-century-select-arrow,
.ant-calendar-header .ant-calendar-decade-select-arrow,
.ant-calendar-header .ant-calendar-year-select-arrow,
.ant-calendar-header .ant-calendar-month-select-arrow {
  display: none;
}
.ant-calendar-header .ant-calendar-prev-century-btn,
.ant-calendar-header .ant-calendar-next-century-btn,
.ant-calendar-header .ant-calendar-prev-decade-btn,
.ant-calendar-header .ant-calendar-next-decade-btn,
.ant-calendar-header .ant-calendar-prev-month-btn,
.ant-calendar-header .ant-calendar-next-month-btn,
.ant-calendar-header .ant-calendar-prev-year-btn,
.ant-calendar-header .ant-calendar-next-year-btn {
  position: absolute;
  top: 0;
  color: rgba(0, 0, 0, 0.43);
  font-family: Arial, "Hiragino Sans GB", "Microsoft Yahei", "Microsoft Sans Serif", sans-serif;
  padding: 0 5px;
  font-size: 16px;
  display: inline-block;
  line-height: 34px;
}
.ant-calendar-header .ant-calendar-prev-century-btn,
.ant-calendar-header .ant-calendar-prev-decade-btn,
.ant-calendar-header .ant-calendar-prev-year-btn {
  left: 7px;
}
.ant-calendar-header .ant-calendar-prev-century-btn:after,
.ant-calendar-header .ant-calendar-prev-decade-btn:after,
.ant-calendar-header .ant-calendar-prev-year-btn:after {
  content: '\AB';
}
.ant-calendar-header .ant-calendar-next-century-btn,
.ant-calendar-header .ant-calendar-next-decade-btn,
.ant-calendar-header .ant-calendar-next-year-btn {
  right: 7px;
}
.ant-calendar-header .ant-calendar-next-century-btn:after,
.ant-calendar-header .ant-calendar-next-decade-btn:after,
.ant-calendar-header .ant-calendar-next-year-btn:after {
  content: '\BB';
}
.ant-calendar-header .ant-calendar-prev-month-btn {
  left: 29px;
}
.ant-calendar-header .ant-calendar-prev-month-btn:after {
  content: '\2039';
}
.ant-calendar-header .ant-calendar-next-month-btn {
  right: 29px;
}
.ant-calendar-header .ant-calendar-next-month-btn:after {
  content: '\203A';
}
.ant-calendar-body {
  padding: 4px 8px;
}
.ant-calendar table {
  border-collapse: collapse;
  max-width: 100%;
  background-color: transparent;
  width: 100%;
}
.ant-calendar table,
.ant-calendar th,
.ant-calendar td {
  border: 0;
}
.ant-calendar-calendar-table {
  border-spacing: 0;
  margin-bottom: 0;
}
.ant-calendar-column-header {
  line-height: 18px;
  width: 33px;
  padding: 6px 0;
  text-align: center;
}
.ant-calendar-column-header .ant-calendar-column-header-inner {
  display: block;
  font-weight: normal;
}
.ant-calendar-week-number-header .ant-calendar-column-header-inner {
  display: none;
}
.ant-calendar-cell {
  padding: 4px 0;
}
.ant-calendar-date {
  display: block;
  margin: 0 auto;
  color: #071638;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  line-height: 18px;
  border: 1px solid transparent;
  padding: 0;
  background: transparent;
  text-align: center;
  transition: background 0.3s ease;
}
.ant-calendar-date-panel {
  position: relative;
}
.ant-calendar-date:hover {
  background: #edf3fe;
  cursor: pointer;
}
.ant-calendar-date:active {
  color: #fff;
  background: #4d88f8;
}
.ant-calendar-today .ant-calendar-date {
  border-color: #1563f6;
  font-weight: bold;
  color: #1563f6;
}
.ant-calendar-last-month-cell .ant-calendar-date,
.ant-calendar-next-month-btn-day .ant-calendar-date {
  color: rgba(0, 0, 0, 0.25);
}
.ant-calendar-selected-day .ant-calendar-date {
  background: #1563f6;
  color: #fff;
  border: 1px solid transparent;
}
.ant-calendar-selected-day .ant-calendar-date:hover {
  background: #1563f6;
}
.ant-calendar-disabled-cell .ant-calendar-date {
  cursor: not-allowed;
  color: #bcbcbc;
  background: #fafafa;
  border-radius: 0;
  width: auto;
  border: 1px solid transparent;
}
.ant-calendar-disabled-cell .ant-calendar-date:hover {
  background: #fafafa;
}
.ant-calendar-disabled-cell.ant-calendar-today .ant-calendar-date {
  position: relative;
  margin-right: 5px;
  padding-left: 5px;
}
.ant-calendar-disabled-cell.ant-calendar-today .ant-calendar-date:before {
  content: " ";
  position: absolute;
  top: -1px;
  left: 5px;
  width: 20px;
  height: 20px;
  border: 1px solid #bcbcbc;
  border-radius: 0px;
}
.ant-calendar-disabled-cell-first-of-row .ant-calendar-date {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ant-calendar-disabled-cell-last-of-row .ant-calendar-date {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ant-calendar-footer {
  border-top: 1px solid #e9e9e9;
  line-height: 38px;
  padding: 0 12px;
}
.ant-calendar-footer:empty {
  border-top: 0;
}
.ant-calendar-footer-btn {
  text-align: center;
  display: block;
}
.ant-calendar-footer-extra + .ant-calendar-footer-btn {
  border-top: 1px solid #e9e9e9;
  margin: 0 -12px;
  padding: 0 12px;
}
.ant-calendar .ant-calendar-today-btn,
.ant-calendar .ant-calendar-clear-btn {
  display: inline-block;
  text-align: center;
  margin: 0 0 0 8px;
}
.ant-calendar .ant-calendar-today-btn-disabled,
.ant-calendar .ant-calendar-clear-btn-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-calendar .ant-calendar-today-btn:only-child,
.ant-calendar .ant-calendar-clear-btn:only-child {
  margin: 0;
}
.ant-calendar .ant-calendar-clear-btn {
  display: none;
  position: absolute;
  right: 5px;
  text-indent: -76px;
  overflow: hidden;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  top: 7px;
  margin: 0;
}
.ant-calendar .ant-calendar-clear-btn:after {
  font-family: 'anticon';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E62E";
  font-size: 12px;
  color: rgba(0, 0, 0, 0.25);
  display: inline-block;
  line-height: 1;
  width: 20px;
  text-indent: 43px;
  transition: color 0.3s ease;
}
.ant-calendar .ant-calendar-clear-btn:hover:after {
  color: rgba(0, 0, 0, 0.43);
}
.ant-calendar .ant-calendar-ok-btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
  text-align: center;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  line-height: 1.15;
  padding: 0 15px;
  height: 28px;
  user-select: none;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  color: #fff;
  background-color: #1563f6;
  border-color: #1563f6;
  padding: 0 7px;
  font-size: 12px;
  border-radius: 0px;
  height: 22px;
  line-height: 20px;
}
.ant-calendar .ant-calendar-ok-btn > .anticon {
  line-height: 1;
}
.ant-calendar .ant-calendar-ok-btn,
.ant-calendar .ant-calendar-ok-btn:active,
.ant-calendar .ant-calendar-ok-btn:focus {
  outline: 0;
}
.ant-calendar .ant-calendar-ok-btn:not([disabled]):hover {
  text-decoration: none;
}
.ant-calendar .ant-calendar-ok-btn:not([disabled]):active {
  outline: 0;
  transition: none;
}
.ant-calendar .ant-calendar-ok-btn.disabled,
.ant-calendar .ant-calendar-ok-btn[disabled] {
  cursor: not-allowed;
}
.ant-calendar .ant-calendar-ok-btn.disabled > *,
.ant-calendar .ant-calendar-ok-btn[disabled] > * {
  pointer-events: none;
}
.ant-calendar .ant-calendar-ok-btn-lg {
  padding: 0 15px;
  font-size: 14px;
  border-radius: 0px;
  height: 32px;
}
.ant-calendar .ant-calendar-ok-btn-sm {
  padding: 0 7px;
  font-size: 12px;
  border-radius: 0px;
  height: 22px;
}
.ant-calendar .ant-calendar-ok-btn > a:only-child {
  color: currentColor;
}
.ant-calendar .ant-calendar-ok-btn > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-calendar .ant-calendar-ok-btn:hover,
.ant-calendar .ant-calendar-ok-btn:focus {
  color: #fff;
  background-color: #4d88f8;
  border-color: #4d88f8;
}
.ant-calendar .ant-calendar-ok-btn:hover > a:only-child,
.ant-calendar .ant-calendar-ok-btn:focus > a:only-child {
  color: currentColor;
}
.ant-calendar .ant-calendar-ok-btn:hover > a:only-child:after,
.ant-calendar .ant-calendar-ok-btn:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-calendar .ant-calendar-ok-btn:active,
.ant-calendar .ant-calendar-ok-btn.active {
  color: #fff;
  background-color: #1151d6;
  border-color: #1151d6;
}
.ant-calendar .ant-calendar-ok-btn:active > a:only-child,
.ant-calendar .ant-calendar-ok-btn.active > a:only-child {
  color: currentColor;
}
.ant-calendar .ant-calendar-ok-btn:active > a:only-child:after,
.ant-calendar .ant-calendar-ok-btn.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-calendar .ant-calendar-ok-btn.disabled,
.ant-calendar .ant-calendar-ok-btn[disabled],
.ant-calendar .ant-calendar-ok-btn.disabled:hover,
.ant-calendar .ant-calendar-ok-btn[disabled]:hover,
.ant-calendar .ant-calendar-ok-btn.disabled:focus,
.ant-calendar .ant-calendar-ok-btn[disabled]:focus,
.ant-calendar .ant-calendar-ok-btn.disabled:active,
.ant-calendar .ant-calendar-ok-btn[disabled]:active,
.ant-calendar .ant-calendar-ok-btn.disabled.active,
.ant-calendar .ant-calendar-ok-btn[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #fafafa;
  border-color: #d9d9d9;
}
.ant-calendar .ant-calendar-ok-btn.disabled > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled] > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled:hover > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled]:hover > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled:focus > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled]:focus > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled:active > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled]:active > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled.active > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled].active > a:only-child {
  color: currentColor;
}
.ant-calendar .ant-calendar-ok-btn.disabled > a:only-child:after,
.ant-calendar .ant-calendar-ok-btn[disabled] > a:only-child:after,
.ant-calendar .ant-calendar-ok-btn.disabled:hover > a:only-child:after,
.ant-calendar .ant-calendar-ok-btn[disabled]:hover > a:only-child:after,
.ant-calendar .ant-calendar-ok-btn.disabled:focus > a:only-child:after,
.ant-calendar .ant-calendar-ok-btn[disabled]:focus > a:only-child:after,
.ant-calendar .ant-calendar-ok-btn.disabled:active > a:only-child:after,
.ant-calendar .ant-calendar-ok-btn[disabled]:active > a:only-child:after,
.ant-calendar .ant-calendar-ok-btn.disabled.active > a:only-child:after,
.ant-calendar .ant-calendar-ok-btn[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-calendar .ant-calendar-ok-btn-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #fafafa;
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.ant-calendar .ant-calendar-ok-btn-disabled > a:only-child {
  color: currentColor;
}
.ant-calendar .ant-calendar-ok-btn-disabled > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-calendar .ant-calendar-ok-btn-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: #fafafa;
  border-color: #d9d9d9;
}
.ant-calendar .ant-calendar-ok-btn-disabled:hover > a:only-child {
  color: currentColor;
}
.ant-calendar .ant-calendar-ok-btn-disabled:hover > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-calendar-range-picker-input {
  background-color: transparent;
  border: 0;
  height: 99%;
  outline: 0;
  width: 43%;
  text-align: center;
  vertical-align: top;
}
.ant-calendar-range-picker-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-calendar-range-picker-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-calendar-range-picker-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-calendar-range-picker-input[disabled] {
  cursor: not-allowed;
}
.ant-calendar-range-picker-separator {
  color: rgba(0, 0, 0, 0.43);
  width: 8px;
  display: inline-block;
  line-height: 18px;
  vertical-align: top;
}
.ant-calendar-range {
  width: 470px;
  overflow: hidden;
}
.ant-calendar-range .ant-calendar-date-panel::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ant-calendar-range-part {
  width: 50%;
  position: relative;
}
.ant-calendar-range-left {
  float: left;
}
.ant-calendar-range-left .ant-calendar-time-picker-inner {
  border-right: 2px solid #e9e9e9;
}
.ant-calendar-range-right {
  float: right;
}
.ant-calendar-range-right .ant-calendar-time-picker-inner {
  border-left: 2px solid #e9e9e9;
}
.ant-calendar-range-middle {
  position: absolute;
  left: 50%;
  width: 20px;
  margin-left: -132px;
  text-align: center;
  height: 34px;
  line-height: 34px;
  color: rgba(0, 0, 0, 0.43);
}
.ant-calendar-range-right .ant-calendar-date-input-wrap {
  margin-left: -118px;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-range-middle {
  margin-left: -12px;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-range-right .ant-calendar-date-input-wrap {
  margin-left: 0;
}
.ant-calendar-range .ant-calendar-input-wrap {
  position: relative;
  height: 34px;
}
.ant-calendar-range .ant-calendar-input,
.ant-calendar-range .ant-calendar-time-picker-input {
  position: relative;
  display: inline-block;
  padding: 4px 7px;
  width: 100%;
  font-size: 12px;
  line-height: 1.5;
  color: #071638;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 0px;
  transition: all .3s;
  height: 28px;
  border: 0;
  box-shadow: none;
}
.ant-calendar-range .ant-calendar-input::-moz-placeholder,
.ant-calendar-range .ant-calendar-time-picker-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-calendar-range .ant-calendar-input:-ms-input-placeholder,
.ant-calendar-range .ant-calendar-time-picker-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-calendar-range .ant-calendar-input::-webkit-input-placeholder,
.ant-calendar-range .ant-calendar-time-picker-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-calendar-range .ant-calendar-input:hover,
.ant-calendar-range .ant-calendar-time-picker-input:hover {
  border-color: #4d88f8;
}
.ant-calendar-range .ant-calendar-input:focus,
.ant-calendar-range .ant-calendar-time-picker-input:focus {
  border-color: #4d88f8;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(21, 99, 246, 0.2);
}
.ant-calendar-range .ant-calendar-input-disabled,
.ant-calendar-range .ant-calendar-time-picker-input-disabled {
  background-color: #fafafa;
  opacity: 1;
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.ant-calendar-range .ant-calendar-input-disabled:hover,
.ant-calendar-range .ant-calendar-time-picker-input-disabled:hover {
  border-color: #e2e2e2;
}
textarea.ant-calendar-range .ant-calendar-input,
textarea.ant-calendar-range .ant-calendar-time-picker-input {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  transition: all .3s, height 0s;
}
.ant-calendar-range .ant-calendar-input-lg,
.ant-calendar-range .ant-calendar-time-picker-input-lg {
  padding: 6px 7px;
  height: 28px;
}
.ant-calendar-range .ant-calendar-input-sm,
.ant-calendar-range .ant-calendar-time-picker-input-sm {
  padding: 1px 7px;
  height: 28px;
}
.ant-calendar-range .ant-calendar-input:focus,
.ant-calendar-range .ant-calendar-time-picker-input:focus {
  box-shadow: none;
}
.ant-calendar-range .ant-calendar-time-picker-icon {
  display: none;
}
.ant-calendar-range.ant-calendar-week-number {
  width: 574px;
}
.ant-calendar-range.ant-calendar-week-number .ant-calendar-range-part {
  width: 286px;
}
.ant-calendar-range .ant-calendar-year-panel,
.ant-calendar-range .ant-calendar-month-panel {
  top: 34px;
}
.ant-calendar-range .ant-calendar-month-panel .ant-calendar-year-panel {
  top: 0;
}
.ant-calendar-range .ant-calendar-decade-panel-table,
.ant-calendar-range .ant-calendar-year-panel-table,
.ant-calendar-range .ant-calendar-month-panel-table {
  height: 208px;
}
.ant-calendar-range .ant-calendar-in-range-cell {
  border-radius: 0;
  position: relative;
}
.ant-calendar-range .ant-calendar-in-range-cell > div {
  position: relative;
  z-index: 1;
}
.ant-calendar-range .ant-calendar-in-range-cell:before {
  content: '';
  display: block;
  background: #edf3fe;
  border-radius: 0;
  border: 0;
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 0;
  right: 0;
}
div.ant-calendar-range-quick-selector {
  text-align: left;
}
div.ant-calendar-range-quick-selector > a {
  margin-right: 8px;
}
.ant-calendar-range .ant-calendar-header,
.ant-calendar-range .ant-calendar-month-panel-header,
.ant-calendar-range .ant-calendar-year-panel-header {
  border-bottom: 0;
}
.ant-calendar-range .ant-calendar-body,
.ant-calendar-range .ant-calendar-month-panel-body,
.ant-calendar-range .ant-calendar-year-panel-body {
  border-top: 1px solid #e9e9e9;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker {
  height: 207px;
  width: 100%;
  top: 68px;
  z-index: 2;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-panel {
  height: 241px;
  margin-top: -34px;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-inner {
  padding-top: 34px;
  height: 100%;
  background: none;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-combobox {
  display: inline-block;
  height: 100%;
  background-color: #fff;
  border-top: 1px solid #e9e9e9;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-select {
  height: 100%;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-select ul {
  max-height: 100%;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-footer .ant-calendar-time-picker-btn {
  margin-right: 8px;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-today-btn {
  margin: 8px 12px;
  height: 22px;
  line-height: 22px;
}
.ant-calendar-range-with-ranges.ant-calendar-time .ant-calendar-time-picker {
  height: 247px;
}
.ant-calendar-range-with-ranges.ant-calendar-time .ant-calendar-time-picker-panel {
  height: 281px;
}
.ant-calendar-range.ant-calendar-show-time-picker .ant-calendar-body {
  border-top-color: transparent;
}
.ant-calendar-time-picker {
  position: absolute;
  width: 100%;
  top: 34px;
  background-color: #fff;
}
.ant-calendar-time-picker-panel {
  z-index: 1050;
  position: absolute;
  width: 100%;
}
.ant-calendar-time-picker-inner {
  display: inline-block;
  position: relative;
  outline: none;
  list-style: none;
  font-size: 12px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  line-height: 1.5;
  overflow: hidden;
  width: 100%;
}
.ant-calendar-time-picker-combobox {
  width: 100%;
}
.ant-calendar-time-picker-column-1,
.ant-calendar-time-picker-column-1 .ant-calendar-time-picker-select {
  width: 100%;
}
.ant-calendar-time-picker-column-2 .ant-calendar-time-picker-select {
  width: 50%;
}
.ant-calendar-time-picker-column-3 .ant-calendar-time-picker-select {
  width: 33.33%;
}
.ant-calendar-time-picker-column-4 .ant-calendar-time-picker-select {
  width: 25%;
}
.ant-calendar-time-picker-input-wrap {
  display: none;
}
.ant-calendar-time-picker-select {
  float: left;
  font-size: 12px;
  border-right: 1px solid #e9e9e9;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  height: 206px;
}
.ant-calendar-time-picker-select:hover {
  overflow-y: auto;
}
.ant-calendar-time-picker-select:first-child {
  border-left: 0;
  margin-left: 0;
}
.ant-calendar-time-picker-select:last-child {
  border-right: 0;
}
.ant-calendar-time-picker-select ul {
  list-style: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  max-height: 206px;
}
.ant-calendar-time-picker-select li {
  text-align: center;
  list-style: none;
  box-sizing: content-box;
  margin: 0;
  width: 100%;
  height: 24px;
  line-height: 24px;
  cursor: pointer;
  user-select: none;
  transition: background 0.3s ease;
}
.ant-calendar-time-picker-select li:last-child:after {
  content: '';
  height: 182px;
  display: block;
}
.ant-calendar-time-picker-select li:hover {
  background: #edf3fe;
}
li.ant-calendar-time-picker-select-option-selected {
  background: #fafafa;
  font-weight: bold;
}
li.ant-calendar-time-picker-select-option-disabled {
  color: rgba(0, 0, 0, 0.25);
}
li.ant-calendar-time-picker-select-option-disabled:hover {
  background: transparent;
  cursor: not-allowed;
}
.ant-calendar-time .ant-calendar-day-select {
  padding: 0 2px;
  font-weight: bold;
  display: inline-block;
  color: #071638;
  line-height: 34px;
}
.ant-calendar-time .ant-calendar-footer {
  position: relative;
  height: auto;
  line-height: auto;
}
.ant-calendar-time .ant-calendar-footer-btn {
  text-align: right;
}
.ant-calendar-time .ant-calendar-footer .ant-calendar-today-btn {
  float: left;
  margin: 0;
}
.ant-calendar-time .ant-calendar-footer .ant-calendar-time-picker-btn {
  display: inline-block;
  margin-right: 8px;
}
.ant-calendar-time .ant-calendar-footer .ant-calendar-time-picker-btn-disabled {
  color: rgba(0, 0, 0, 0.25);
}
.ant-calendar-month-panel {
  position: absolute;
  top: 1px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  border-radius: 0px;
  background: #fff;
  outline: none;
}
.ant-calendar-month-panel > div {
  height: 100%;
}
.ant-calendar-month-panel-hidden {
  display: none;
}
.ant-calendar-month-panel-header {
  height: 34px;
  line-height: 34px;
  text-align: center;
  user-select: none;
  border-bottom: 1px solid #e9e9e9;
}
.ant-calendar-month-panel-header a:hover {
  color: #4d88f8;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-century-select,
.ant-calendar-month-panel-header .ant-calendar-month-panel-decade-select,
.ant-calendar-month-panel-header .ant-calendar-month-panel-year-select,
.ant-calendar-month-panel-header .ant-calendar-month-panel-month-select {
  padding: 0 2px;
  font-weight: bold;
  display: inline-block;
  color: #071638;
  line-height: 34px;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-century-select-arrow,
.ant-calendar-month-panel-header .ant-calendar-month-panel-decade-select-arrow,
.ant-calendar-month-panel-header .ant-calendar-month-panel-year-select-arrow,
.ant-calendar-month-panel-header .ant-calendar-month-panel-month-select-arrow {
  display: none;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn {
  position: absolute;
  top: 0;
  color: rgba(0, 0, 0, 0.43);
  font-family: Arial, "Hiragino Sans GB", "Microsoft Yahei", "Microsoft Sans Serif", sans-serif;
  padding: 0 5px;
  font-size: 16px;
  display: inline-block;
  line-height: 34px;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn {
  left: 7px;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn:after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn:after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn:after {
  content: '\AB';
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn {
  right: 7px;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn:after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn:after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn:after {
  content: '\BB';
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn {
  left: 29px;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn:after {
  content: '\2039';
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn {
  right: 29px;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn:after {
  content: '\203A';
}
.ant-calendar-month-panel-body {
  height: calc(100% - 34px);
}
.ant-calendar-month-panel-table {
  table-layout: fixed;
  width: 100%;
  height: 100%;
  border-collapse: separate;
}
.ant-calendar-month-panel-selected-cell .ant-calendar-month-panel-month {
  background: #1563f6;
  color: #fff;
}
.ant-calendar-month-panel-selected-cell .ant-calendar-month-panel-month:hover {
  background: #1563f6;
  color: #fff;
}
.ant-calendar-month-panel-cell {
  text-align: center;
}
.ant-calendar-month-panel-cell-disabled .ant-calendar-month-panel-month,
.ant-calendar-month-panel-cell-disabled .ant-calendar-month-panel-month:hover {
  cursor: not-allowed;
  color: #bcbcbc;
  background: #fafafa;
}
.ant-calendar-month-panel-month {
  display: inline-block;
  margin: 0 auto;
  color: #071638;
  background: transparent;
  text-align: center;
  height: 24px;
  line-height: 24px;
  padding: 0 6px;
  border-radius: 4px;
  transition: background 0.3s ease;
}
.ant-calendar-month-panel-month:hover {
  background: #edf3fe;
  cursor: pointer;
}
.ant-calendar-year-panel {
  position: absolute;
  top: 1px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  border-radius: 0px;
  background: #fff;
  outline: none;
}
.ant-calendar-year-panel > div {
  height: 100%;
}
.ant-calendar-year-panel-hidden {
  display: none;
}
.ant-calendar-year-panel-header {
  height: 34px;
  line-height: 34px;
  text-align: center;
  user-select: none;
  border-bottom: 1px solid #e9e9e9;
}
.ant-calendar-year-panel-header a:hover {
  color: #4d88f8;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-century-select,
.ant-calendar-year-panel-header .ant-calendar-year-panel-decade-select,
.ant-calendar-year-panel-header .ant-calendar-year-panel-year-select,
.ant-calendar-year-panel-header .ant-calendar-year-panel-month-select {
  padding: 0 2px;
  font-weight: bold;
  display: inline-block;
  color: #071638;
  line-height: 34px;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-century-select-arrow,
.ant-calendar-year-panel-header .ant-calendar-year-panel-decade-select-arrow,
.ant-calendar-year-panel-header .ant-calendar-year-panel-year-select-arrow,
.ant-calendar-year-panel-header .ant-calendar-year-panel-month-select-arrow {
  display: none;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn {
  position: absolute;
  top: 0;
  color: rgba(0, 0, 0, 0.43);
  font-family: Arial, "Hiragino Sans GB", "Microsoft Yahei", "Microsoft Sans Serif", sans-serif;
  padding: 0 5px;
  font-size: 16px;
  display: inline-block;
  line-height: 34px;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn {
  left: 7px;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn:after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn:after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn:after {
  content: '\AB';
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn {
  right: 7px;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn:after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn:after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn:after {
  content: '\BB';
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn {
  left: 29px;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn:after {
  content: '\2039';
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn {
  right: 29px;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn:after {
  content: '\203A';
}
.ant-calendar-year-panel-body {
  height: calc(100% - 34px);
}
.ant-calendar-year-panel-table {
  table-layout: fixed;
  width: 100%;
  height: 100%;
  border-collapse: separate;
}
.ant-calendar-year-panel-cell {
  text-align: center;
}
.ant-calendar-year-panel-year {
  display: inline-block;
  margin: 0 auto;
  color: #071638;
  background: transparent;
  text-align: center;
  height: 24px;
  line-height: 24px;
  padding: 0 6px;
  border-radius: 4px;
  transition: background 0.3s ease;
}
.ant-calendar-year-panel-year:hover {
  background: #edf3fe;
  cursor: pointer;
}
.ant-calendar-year-panel-selected-cell .ant-calendar-year-panel-year {
  background: #1563f6;
  color: #fff;
}
.ant-calendar-year-panel-selected-cell .ant-calendar-year-panel-year:hover {
  background: #1563f6;
  color: #fff;
}
.ant-calendar-year-panel-last-decade-cell .ant-calendar-year-panel-year,
.ant-calendar-year-panel-next-decade-cell .ant-calendar-year-panel-year {
  user-select: none;
  color: rgba(0, 0, 0, 0.25);
}
.ant-calendar-decade-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: #fff;
  border-radius: 0px;
  outline: none;
}
.ant-calendar-decade-panel-hidden {
  display: none;
}
.ant-calendar-decade-panel-header {
  height: 34px;
  line-height: 34px;
  text-align: center;
  user-select: none;
  border-bottom: 1px solid #e9e9e9;
}
.ant-calendar-decade-panel-header a:hover {
  color: #4d88f8;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-century-select,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-decade-select,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-year-select,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-month-select {
  padding: 0 2px;
  font-weight: bold;
  display: inline-block;
  color: #071638;
  line-height: 34px;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-century-select-arrow,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-decade-select-arrow,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-year-select-arrow,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-month-select-arrow {
  display: none;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn {
  position: absolute;
  top: 0;
  color: rgba(0, 0, 0, 0.43);
  font-family: Arial, "Hiragino Sans GB", "Microsoft Yahei", "Microsoft Sans Serif", sans-serif;
  padding: 0 5px;
  font-size: 16px;
  display: inline-block;
  line-height: 34px;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn {
  left: 7px;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn:after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn:after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn:after {
  content: '\AB';
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn {
  right: 7px;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn:after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn:after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn:after {
  content: '\BB';
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn {
  left: 29px;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn:after {
  content: '\2039';
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn {
  right: 29px;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn:after {
  content: '\203A';
}
.ant-calendar-decade-panel-body {
  height: calc(100% - 34px);
}
.ant-calendar-decade-panel-table {
  table-layout: fixed;
  width: 100%;
  height: 100%;
  border-collapse: separate;
}
.ant-calendar-decade-panel-cell {
  text-align: center;
  white-space: nowrap;
}
.ant-calendar-decade-panel-decade {
  display: inline-block;
  margin: 0 auto;
  color: #071638;
  background: transparent;
  text-align: center;
  height: 24px;
  line-height: 24px;
  padding: 0 6px;
  border-radius: 4px;
  transition: background 0.3s ease;
}
.ant-calendar-decade-panel-decade:hover {
  background: #edf3fe;
  cursor: pointer;
}
.ant-calendar-decade-panel-selected-cell .ant-calendar-decade-panel-decade {
  background: #1563f6;
  color: #fff;
}
.ant-calendar-decade-panel-selected-cell .ant-calendar-decade-panel-decade:hover {
  background: #1563f6;
  color: #fff;
}
.ant-calendar-decade-panel-last-century-cell .ant-calendar-decade-panel-decade,
.ant-calendar-decade-panel-next-century-cell .ant-calendar-decade-panel-decade {
  user-select: none;
  color: rgba(0, 0, 0, 0.25);
}
.ant-calendar-month .ant-calendar-month-panel,
.ant-calendar-month .ant-calendar-year-panel {
  top: 0;
  height: 248px;
}
.ant-dropdown {
  position: absolute;
  left: -9999px;
  top: -9999px;
  z-index: 1050;
  display: block;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
}
.ant-dropdown-wrap {
  position: relative;
}
.ant-dropdown-wrap .ant-btn > .anticon-down {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  transform: scale(0.83333333) rotate(0deg);
  /* IE6-IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
  zoom: 1;
}
:root .ant-dropdown-wrap .ant-btn > .anticon-down {
  filter: none;
}
:root .ant-dropdown-wrap .ant-btn > .anticon-down {
  font-size: 12px;
}
.ant-dropdown-wrap .anticon-down:before {
  transition: transform 0.2s ease;
}
.ant-dropdown-wrap-open .anticon-down:before {
  transform: rotate(180deg);
}
.ant-dropdown-hidden,
.ant-dropdown-menu-hidden {
  display: none;
}
.ant-dropdown-menu {
  outline: none;
  position: relative;
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: left;
  background-color: #fff;
  border-radius: 0px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}
.ant-dropdown-menu-item-group-title {
  color: rgba(0, 0, 0, 0.43);
  padding: 6px 8px;
  transition: all .3s;
}
.ant-dropdown-menu-item,
.ant-dropdown-menu-submenu-title {
  padding: 7px 8px;
  margin: 0;
  clear: both;
  font-size: 12px;
  font-weight: normal;
  color: #071638;
  white-space: nowrap;
  cursor: pointer;
  transition: all .3s;
}
.ant-dropdown-menu-item > a,
.ant-dropdown-menu-submenu-title > a {
  color: #071638;
  display: block;
  padding: 7px 8px;
  margin: -7px -8px;
  transition: all .3s;
}
.ant-dropdown-menu-item > a:focus,
.ant-dropdown-menu-submenu-title > a:focus {
  text-decoration: none;
}
.ant-dropdown-menu-item-selected,
.ant-dropdown-menu-submenu-title-selected,
.ant-dropdown-menu-item-selected > a,
.ant-dropdown-menu-submenu-title-selected > a {
  color: #1563f6;
  background-color: #edf3fe;
}
.ant-dropdown-menu-item:hover,
.ant-dropdown-menu-submenu-title:hover {
  background-color: #edf3fe;
}
.ant-dropdown-menu-item-disabled,
.ant-dropdown-menu-submenu-title-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-dropdown-menu-item-disabled:hover,
.ant-dropdown-menu-submenu-title-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: #fff;
  cursor: not-allowed;
}
.ant-dropdown-menu-item:first-child,
.ant-dropdown-menu-submenu-title:first-child,
.ant-dropdown-menu-item:first-child > a,
.ant-dropdown-menu-submenu-title:first-child > a {
  border-radius: 0px 0px 0 0;
}
.ant-dropdown-menu-item:last-child,
.ant-dropdown-menu-submenu-title:last-child,
.ant-dropdown-menu-item:last-child > a,
.ant-dropdown-menu-submenu-title:last-child > a {
  border-radius: 0 0 0px 0px;
}
.ant-dropdown-menu-item:only-child,
.ant-dropdown-menu-submenu-title:only-child,
.ant-dropdown-menu-item:only-child > a,
.ant-dropdown-menu-submenu-title:only-child > a {
  border-radius: 0px;
}
.ant-dropdown-menu-item-divider,
.ant-dropdown-menu-submenu-title-divider {
  height: 1px;
  overflow: hidden;
  background-color: #e9e9e9;
  line-height: 0;
}
.ant-dropdown-menu-submenu-title:after {
  font-family: "anticon" !important;
  position: absolute;
  content: "\E61F";
  right: 8px;
  color: rgba(0, 0, 0, 0.43);
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  transform: scale(0.83333333) rotate(0deg);
  /* IE6-IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
  zoom: 1;
}
:root .ant-dropdown-menu-submenu-title:after {
  filter: none;
}
:root .ant-dropdown-menu-submenu-title:after {
  font-size: 12px;
}
.ant-dropdown-menu-submenu-vertical {
  position: relative;
}
.ant-dropdown-menu-submenu-vertical > .ant-dropdown-menu {
  top: 0;
  left: 100%;
  position: absolute;
  min-width: 100%;
  margin-left: 4px;
  transform-origin: 0 0;
}
.ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title,
.ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title:after {
  color: rgba(0, 0, 0, 0.25);
}
.ant-dropdown-menu-submenu:first-child .ant-dropdown-menu-submenu-title {
  border-radius: 0px 0px 0 0;
}
.ant-dropdown-menu-submenu:last-child .ant-dropdown-menu-submenu-title {
  border-radius: 0 0 0px 0px;
}
.ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomCenter,
.ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomCenter,
.ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomRight,
.ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomRight {
  animation-name: antSlideUpIn;
}
.ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topLeft,
.ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topLeft,
.ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topCenter,
.ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topCenter,
.ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topRight,
.ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topRight {
  animation-name: antSlideDownIn;
}
.ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomCenter,
.ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomRight {
  animation-name: antSlideUpOut;
}
.ant-dropdown.slide-up-leave.slide-up-leave-active.ant-dropdown-placement-topLeft,
.ant-dropdown.slide-up-leave.slide-up-leave-active.ant-dropdown-placement-topCenter,
.ant-dropdown.slide-up-leave.slide-up-leave-active.ant-dropdown-placement-topRight {
  animation-name: antSlideDownOut;
}
.ant-dropdown-trigger .anticon-down,
.ant-dropdown-link .anticon-down {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  transform: scale(0.83333333) rotate(0deg);
  /* IE6-IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
  zoom: 1;
}
:root .ant-dropdown-trigger .anticon-down,
:root .ant-dropdown-link .anticon-down {
  filter: none;
}
:root .ant-dropdown-trigger .anticon-down,
:root .ant-dropdown-link .anticon-down {
  font-size: 12px;
}
.ant-dropdown-button {
  white-space: nowrap;
}
.ant-dropdown-button.ant-btn-group > .ant-btn:last-child:not(:first-child) {
  padding-right: 8px;
}
.ant-dropdown-button .anticon-down {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  transform: scale(0.83333333) rotate(0deg);
  /* IE6-IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
  zoom: 1;
}
:root .ant-dropdown-button .anticon-down {
  filter: none;
}
:root .ant-dropdown-button .anticon-down {
  font-size: 12px;
}
.ant-dropdown-menu-dark,
.ant-dropdown-menu-dark .ant-dropdown-menu {
  background: #fff;
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item,
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > a {
  color: rgba(255, 255, 255, 0.67);
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item:after,
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title:after,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > a:after {
  color: rgba(255, 255, 255, 0.67);
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > a:hover {
  color: #fff;
  background: transparent;
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected,
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected > a {
  background: #1563f6;
  color: #fff;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: inherit;
  color: rgba(0, 0, 0, 0.43);
  border: 0;
  border-bottom: 1px solid #d9d9d9;
}
label {
  font-size: 12px;
}
input[type="search"] {
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 15px;
  font-size: 12px;
  line-height: 1.5;
  color: #071638;
}
label {
  position: relative;
}
label > .anticon {
  vertical-align: top;
  font-size: 12px;
}
.ant-form-item-required:before {
  display: inline-block;
  margin-right: 4px;
  content: "*";
  font-family: SimSun;
  line-height: 1;
  font-size: 12px;
  color: #f04134;
}
.ant-form-hide-required-mark .ant-form-item-required:before {
  display: none;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled {
  cursor: not-allowed;
}
.ant-radio-inline.disabled,
.ant-radio-vertical.disabled,
.ant-checkbox-inline.disabled,
.ant-checkbox-vertical.disabled {
  cursor: not-allowed;
}
.ant-radio.disabled label,
.ant-checkbox.disabled label {
  cursor: not-allowed;
}
.ant-form-item {
  font-size: 12px;
  margin-bottom: 24px;
  color: #071638;
  vertical-align: top;
}
.ant-form-item-control > .ant-form-item:last-child,
.ant-form-item [class^="ant-col-"] > .ant-form-item:only-child {
  margin-bottom: -24px;
}
.ant-form-item-control {
  line-height: 27.9999px;
  position: relative;
  zoom: 1;
}
.ant-form-item-control:before,
.ant-form-item-control:after {
  content: " ";
  display: table;
}
.ant-form-item-control:after {
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
.ant-form-item-control:before,
.ant-form-item-control:after {
  content: " ";
  display: table;
}
.ant-form-item-control:after {
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
.ant-form-item-with-help {
  margin-bottom: 6px;
}
.ant-form-item-label {
  text-align: right;
  vertical-align: middle;
  line-height: 28px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ant-form-item-label label {
  color: rgba(0, 0, 0, 0.85);
}
.ant-form-item-label label:after {
  content: ":";
  margin: 0 8px 0 2px;
  position: relative;
  top: -0.5px;
}
.ant-form-item .ant-switch {
  margin: 4px 0;
}
.ant-form-item-no-colon .ant-form-item-label label:after {
  content: " ";
}
.ant-form-explain,
.ant-form-extra {
  color: rgba(0, 0, 0, 0.43);
  line-height: 1.5;
}
.ant-form-extra {
  padding-top: 4px;
}
.ant-form-text {
  display: inline-block;
  padding-right: 8px;
}
.ant-form-split {
  display: block;
  text-align: center;
}
form .has-feedback .ant-input {
  padding-right: 24px;
}
form .has-feedback > .ant-select .ant-select-arrow,
form .has-feedback > .ant-select .ant-select-selection__clear,
form .has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-arrow,
form .has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-selection__clear {
  right: 28px;
}
form .has-feedback > .ant-select .ant-select-selection-selected-value,
form .has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-selection-selected-value {
  padding-right: 42px;
}
form .has-feedback .ant-cascader-picker-arrow {
  margin-right: 21px;
}
form .has-feedback .ant-cascader-picker-clear {
  right: 28px;
}
form .has-feedback .ant-input-search .ant-input-suffix {
  right: 28px;
}
form .has-feedback .ant-calendar-picker-icon,
form .has-feedback .ant-time-picker-icon,
form .has-feedback .ant-calendar-picker-clear,
form .has-feedback .ant-time-picker-clear {
  right: 28px;
}
form textarea.ant-input {
  height: auto;
}
form .ant-upload {
  background: transparent;
}
form input[type="radio"],
form input[type="checkbox"] {
  width: 14px;
  height: 14px;
}
form .ant-radio-inline,
form .ant-checkbox-inline {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
  margin-left: 8px;
}
form .ant-radio-inline:first-child,
form .ant-checkbox-inline:first-child {
  margin-left: 0;
}
form .ant-checkbox-vertical,
form .ant-radio-vertical {
  display: block;
}
form .ant-checkbox-vertical + .ant-checkbox-vertical,
form .ant-radio-vertical + .ant-radio-vertical {
  margin-left: 0;
}
form .ant-input-number {
  margin-right: 8px;
}
form .ant-select,
form .ant-cascader-picker {
  width: 100%;
}
form .ant-select:only-child,
form .ant-cascader-picker:only-child {
  display: block;
}
form .ant-input-group .ant-select,
form .ant-input-group .ant-cascader-picker {
  width: auto;
}
form .ant-input-group-addon .ant-select:only-child,
form .ant-input-group-addon .ant-cascader-picker:only-child {
  display: inline-block;
}
form .ant-input-group-wrapper {
  position: relative;
  top: 0px;
}
form .ant-input-group-wrapper.ant-input-group-wrapper-lg {
  top: 0;
}
form .ant-input-group-wrapper.ant-input-group-wrapper-sm {
  top: 0px;
}
.ant-input-group-wrap .ant-select-selection {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.ant-input-group-wrap .ant-select-selection:hover {
  border-color: #d9d9d9;
}
.ant-input-group-wrap .ant-select-selection--single {
  margin-left: -1px;
  height: 28px;
  background-color: #eee;
}
.ant-input-group-wrap .ant-select-selection--single .ant-select-selection__rendered {
  padding-left: 8px;
  padding-right: 25px;
  line-height: 30px;
}
.ant-input-group-wrap .ant-select-open .ant-select-selection {
  border-color: #d9d9d9;
  box-shadow: none;
}
.ant-form-vertical .ant-form-item-label,
.ant-col-24.ant-form-item-label,
.ant-col-xl-24.ant-form-item-label {
  padding: 0 0 8px;
  margin: 0;
  display: block;
  text-align: left;
  line-height: 1.5;
}
.ant-form-vertical .ant-form-item-label label:after,
.ant-col-24.ant-form-item-label label:after,
.ant-col-xl-24.ant-form-item-label label:after {
  display: none;
}
@media (max-width: 479px) {
  .ant-col-xs-24.ant-form-item-label {
    padding: 0 0 8px;
    margin: 0;
    display: block;
    text-align: left;
    line-height: 1.5;
  }
  .ant-col-xs-24.ant-form-item-label label:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .ant-col-sm-24.ant-form-item-label {
    padding: 0 0 8px;
    margin: 0;
    display: block;
    text-align: left;
    line-height: 1.5;
  }
  .ant-col-sm-24.ant-form-item-label label:after {
    display: none;
  }
}
@media (max-width: 991px) {
  .ant-col-md-24.ant-form-item-label {
    padding: 0 0 8px;
    margin: 0;
    display: block;
    text-align: left;
    line-height: 1.5;
  }
  .ant-col-md-24.ant-form-item-label label:after {
    display: none;
  }
}
@media (max-width: 1199px) {
  .ant-col-lg-24.ant-form-item-label {
    padding: 0 0 8px;
    margin: 0;
    display: block;
    text-align: left;
    line-height: 1.5;
  }
  .ant-col-lg-24.ant-form-item-label label:after {
    display: none;
  }
}
.ant-form-inline .ant-form-item {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 0;
}
.ant-form-inline .ant-form-item-with-help {
  margin-bottom: 24px;
}
.ant-form-inline .ant-form-item > div {
  display: inline-block;
  vertical-align: middle;
}
.ant-form-inline .ant-form-text {
  display: inline-block;
}
.ant-form-inline .has-feedback {
  display: inline-block;
}
.ant-form-inline .ant-form-explain {
  position: absolute;
}
.has-success.has-feedback:after,
.has-warning.has-feedback:after,
.has-error.has-feedback:after,
.is-validating.has-feedback:after {
  position: absolute;
  top: 0;
  right: 0;
  visibility: visible;
  pointer-events: none;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 14px;
  animation: zoomIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  font-family: 'anticon';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  z-index: 1;
}
.has-success.has-feedback:after {
  animation-name: diffZoomIn1 !important;
}
.has-error.has-feedback:after {
  animation-name: diffZoomIn2 !important;
}
.has-warning.has-feedback:after {
  animation-name: diffZoomIn3 !important;
}
.has-success.has-feedback:after {
  content: '\E630';
  color: #00a854;
}
.has-warning .ant-form-explain,
.has-warning .ant-form-split {
  color: #ffbf00;
}
.has-warning .ant-input,
.has-warning .ant-input:hover {
  border-color: #ffbf00;
}
.has-warning .ant-input:focus {
  border-color: #ffce3d;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(255, 191, 0, 0.2);
}
.has-warning .ant-input:not([disabled]):hover {
  border-color: #ffbf00;
}
.has-warning .ant-calendar-picker-open .ant-calendar-picker-input {
  border-color: #ffce3d;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(255, 191, 0, 0.2);
}
.has-warning .ant-input-prefix {
  color: #ffbf00;
}
.has-warning .ant-input-group-addon {
  color: #ffbf00;
  border-color: #ffbf00;
  background-color: #fff;
}
.has-warning .has-feedback {
  color: #ffbf00;
}
.has-warning.has-feedback:after {
  content: '\E62C';
  color: #ffbf00;
}
.has-warning .ant-select-selection {
  border-color: #ffbf00;
}
.has-warning .ant-select-open .ant-select-selection,
.has-warning .ant-select-focused .ant-select-selection {
  border-color: #ffce3d;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(255, 191, 0, 0.2);
}
.has-warning .ant-calendar-picker-icon:after,
.has-warning .ant-time-picker-icon:after,
.has-warning .ant-picker-icon:after,
.has-warning .ant-select-arrow,
.has-warning .ant-cascader-picker-arrow {
  color: #ffbf00;
}
.has-warning .ant-input-number,
.has-warning .ant-time-picker-input {
  border-color: #ffbf00;
}
.has-warning .ant-input-number-focused,
.has-warning .ant-time-picker-input-focused,
.has-warning .ant-input-number:focus,
.has-warning .ant-time-picker-input:focus {
  border-color: #ffce3d;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(255, 191, 0, 0.2);
}
.has-warning .ant-input-number:not([disabled]):hover,
.has-warning .ant-time-picker-input:not([disabled]):hover {
  border-color: #ffbf00;
}
.has-warning .ant-cascader-picker:focus .ant-cascader-input {
  border-color: #ffce3d;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(255, 191, 0, 0.2);
}
.has-error .ant-form-explain,
.has-error .ant-form-split {
  color: #f04134;
}
.has-error .ant-input,
.has-error .ant-input:hover {
  border-color: #f04134;
}
.has-error .ant-input:focus {
  border-color: #f46e65;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(240, 65, 52, 0.2);
}
.has-error .ant-input:not([disabled]):hover {
  border-color: #f04134;
}
.has-error .ant-calendar-picker-open .ant-calendar-picker-input {
  border-color: #f46e65;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(240, 65, 52, 0.2);
}
.has-error .ant-input-prefix {
  color: #f04134;
}
.has-error .ant-input-group-addon {
  color: #f04134;
  border-color: #f04134;
  background-color: #fff;
}
.has-error .has-feedback {
  color: #f04134;
}
.has-error.has-feedback:after {
  content: '\E62E';
  color: #f04134;
}
.has-error .ant-select-selection {
  border-color: #f04134;
}
.has-error .ant-select-open .ant-select-selection,
.has-error .ant-select-focused .ant-select-selection {
  border-color: #f46e65;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(240, 65, 52, 0.2);
}
.has-error .ant-input-group-addon .ant-select-selection {
  border-color: transparent;
  box-shadow: none;
}
.has-error .ant-calendar-picker-icon:after,
.has-error .ant-time-picker-icon:after,
.has-error .ant-picker-icon:after,
.has-error .ant-select-arrow,
.has-error .ant-cascader-picker-arrow {
  color: #f04134;
}
.has-error .ant-input-number,
.has-error .ant-time-picker-input {
  border-color: #f04134;
}
.has-error .ant-input-number-focused,
.has-error .ant-time-picker-input-focused,
.has-error .ant-input-number:focus,
.has-error .ant-time-picker-input:focus {
  border-color: #f46e65;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(240, 65, 52, 0.2);
}
.has-error .ant-input-number:not([disabled]):hover,
.has-error .ant-time-picker-input:not([disabled]):hover {
  border-color: #f04134;
}
.has-error .ant-mention-wrapper .ant-mention-editor,
.has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):hover {
  border-color: #f04134;
}
.has-error .ant-mention-wrapper.ant-mention-active:not([disabled]) .ant-mention-editor,
.has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):focus {
  border-color: #f46e65;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(240, 65, 52, 0.2);
}
.has-error .ant-cascader-picker:focus .ant-cascader-input {
  border-color: #f46e65;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(240, 65, 52, 0.2);
}
.is-validating.has-feedback:after {
  display: inline-block;
  animation: loadingCircle 1s infinite linear;
  content: "\E64D";
  color: #1563f6;
}
.ant-advanced-search-form .ant-form-item {
  margin-bottom: 16px;
}
.ant-advanced-search-form .ant-input,
.ant-advanced-search-form .ant-input-group .ant-input,
.ant-advanced-search-form .ant-input-group .ant-input-group-addon {
  height: 28px;
}
@keyframes diffZoomIn1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes diffZoomIn2 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes diffZoomIn3 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
.ant-row {
  position: relative;
  margin-left: 0;
  margin-right: 0;
  height: auto;
  zoom: 1;
  display: block;
}
.ant-row:before,
.ant-row:after {
  content: " ";
  display: table;
}
.ant-row:after {
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
.ant-row:before,
.ant-row:after {
  content: " ";
  display: table;
}
.ant-row:after {
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
.ant-row-flex {
  display: flex;
  flex-flow: row wrap;
}
.ant-row-flex:before,
.ant-row-flex:after {
  display: flex;
}
.ant-row-flex-start {
  justify-content: flex-start;
}
.ant-row-flex-center {
  justify-content: center;
}
.ant-row-flex-end {
  justify-content: flex-end;
}
.ant-row-flex-space-between {
  justify-content: space-between;
}
.ant-row-flex-space-around {
  justify-content: space-around;
}
.ant-row-flex-top {
  align-items: flex-start;
}
.ant-row-flex-middle {
  align-items: center;
}
.ant-row-flex-bottom {
  align-items: flex-end;
}
.ant-col {
  position: relative;
  display: block;
}
.ant-col-1, .ant-col-xs-1, .ant-col-sm-1, .ant-col-md-1, .ant-col-lg-1, .ant-col-2, .ant-col-xs-2, .ant-col-sm-2, .ant-col-md-2, .ant-col-lg-2, .ant-col-3, .ant-col-xs-3, .ant-col-sm-3, .ant-col-md-3, .ant-col-lg-3, .ant-col-4, .ant-col-xs-4, .ant-col-sm-4, .ant-col-md-4, .ant-col-lg-4, .ant-col-5, .ant-col-xs-5, .ant-col-sm-5, .ant-col-md-5, .ant-col-lg-5, .ant-col-6, .ant-col-xs-6, .ant-col-sm-6, .ant-col-md-6, .ant-col-lg-6, .ant-col-7, .ant-col-xs-7, .ant-col-sm-7, .ant-col-md-7, .ant-col-lg-7, .ant-col-8, .ant-col-xs-8, .ant-col-sm-8, .ant-col-md-8, .ant-col-lg-8, .ant-col-9, .ant-col-xs-9, .ant-col-sm-9, .ant-col-md-9, .ant-col-lg-9, .ant-col-10, .ant-col-xs-10, .ant-col-sm-10, .ant-col-md-10, .ant-col-lg-10, .ant-col-11, .ant-col-xs-11, .ant-col-sm-11, .ant-col-md-11, .ant-col-lg-11, .ant-col-12, .ant-col-xs-12, .ant-col-sm-12, .ant-col-md-12, .ant-col-lg-12, .ant-col-13, .ant-col-xs-13, .ant-col-sm-13, .ant-col-md-13, .ant-col-lg-13, .ant-col-14, .ant-col-xs-14, .ant-col-sm-14, .ant-col-md-14, .ant-col-lg-14, .ant-col-15, .ant-col-xs-15, .ant-col-sm-15, .ant-col-md-15, .ant-col-lg-15, .ant-col-16, .ant-col-xs-16, .ant-col-sm-16, .ant-col-md-16, .ant-col-lg-16, .ant-col-17, .ant-col-xs-17, .ant-col-sm-17, .ant-col-md-17, .ant-col-lg-17, .ant-col-18, .ant-col-xs-18, .ant-col-sm-18, .ant-col-md-18, .ant-col-lg-18, .ant-col-19, .ant-col-xs-19, .ant-col-sm-19, .ant-col-md-19, .ant-col-lg-19, .ant-col-20, .ant-col-xs-20, .ant-col-sm-20, .ant-col-md-20, .ant-col-lg-20, .ant-col-21, .ant-col-xs-21, .ant-col-sm-21, .ant-col-md-21, .ant-col-lg-21, .ant-col-22, .ant-col-xs-22, .ant-col-sm-22, .ant-col-md-22, .ant-col-lg-22, .ant-col-23, .ant-col-xs-23, .ant-col-sm-23, .ant-col-md-23, .ant-col-lg-23, .ant-col-24, .ant-col-xs-24, .ant-col-sm-24, .ant-col-md-24, .ant-col-lg-24 {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
.ant-col-1, .ant-col-2, .ant-col-3, .ant-col-4, .ant-col-5, .ant-col-6, .ant-col-7, .ant-col-8, .ant-col-9, .ant-col-10, .ant-col-11, .ant-col-12, .ant-col-13, .ant-col-14, .ant-col-15, .ant-col-16, .ant-col-17, .ant-col-18, .ant-col-19, .ant-col-20, .ant-col-21, .ant-col-22, .ant-col-23, .ant-col-24 {
  float: left;
  flex: 0 0 auto;
}
.ant-col-24 {
  display: block;
  width: 100%;
}
.ant-col-push-24 {
  left: 100%;
}
.ant-col-pull-24 {
  right: 100%;
}
.ant-col-offset-24 {
  margin-left: 100%;
}
.ant-col-order-24 {
  order: 24;
}
.ant-col-23 {
  display: block;
  width: 95.83333333%;
}
.ant-col-push-23 {
  left: 95.83333333%;
}
.ant-col-pull-23 {
  right: 95.83333333%;
}
.ant-col-offset-23 {
  margin-left: 95.83333333%;
}
.ant-col-order-23 {
  order: 23;
}
.ant-col-22 {
  display: block;
  width: 91.66666667%;
}
.ant-col-push-22 {
  left: 91.66666667%;
}
.ant-col-pull-22 {
  right: 91.66666667%;
}
.ant-col-offset-22 {
  margin-left: 91.66666667%;
}
.ant-col-order-22 {
  order: 22;
}
.ant-col-21 {
  display: block;
  width: 87.5%;
}
.ant-col-push-21 {
  left: 87.5%;
}
.ant-col-pull-21 {
  right: 87.5%;
}
.ant-col-offset-21 {
  margin-left: 87.5%;
}
.ant-col-order-21 {
  order: 21;
}
.ant-col-20 {
  display: block;
  width: 83.33333333%;
}
.ant-col-push-20 {
  left: 83.33333333%;
}
.ant-col-pull-20 {
  right: 83.33333333%;
}
.ant-col-offset-20 {
  margin-left: 83.33333333%;
}
.ant-col-order-20 {
  order: 20;
}
.ant-col-19 {
  display: block;
  width: 79.16666667%;
}
.ant-col-push-19 {
  left: 79.16666667%;
}
.ant-col-pull-19 {
  right: 79.16666667%;
}
.ant-col-offset-19 {
  margin-left: 79.16666667%;
}
.ant-col-order-19 {
  order: 19;
}
.ant-col-18 {
  display: block;
  width: 75%;
}
.ant-col-push-18 {
  left: 75%;
}
.ant-col-pull-18 {
  right: 75%;
}
.ant-col-offset-18 {
  margin-left: 75%;
}
.ant-col-order-18 {
  order: 18;
}
.ant-col-17 {
  display: block;
  width: 70.83333333%;
}
.ant-col-push-17 {
  left: 70.83333333%;
}
.ant-col-pull-17 {
  right: 70.83333333%;
}
.ant-col-offset-17 {
  margin-left: 70.83333333%;
}
.ant-col-order-17 {
  order: 17;
}
.ant-col-16 {
  display: block;
  width: 66.66666667%;
}
.ant-col-push-16 {
  left: 66.66666667%;
}
.ant-col-pull-16 {
  right: 66.66666667%;
}
.ant-col-offset-16 {
  margin-left: 66.66666667%;
}
.ant-col-order-16 {
  order: 16;
}
.ant-col-15 {
  display: block;
  width: 62.5%;
}
.ant-col-push-15 {
  left: 62.5%;
}
.ant-col-pull-15 {
  right: 62.5%;
}
.ant-col-offset-15 {
  margin-left: 62.5%;
}
.ant-col-order-15 {
  order: 15;
}
.ant-col-14 {
  display: block;
  width: 58.33333333%;
}
.ant-col-push-14 {
  left: 58.33333333%;
}
.ant-col-pull-14 {
  right: 58.33333333%;
}
.ant-col-offset-14 {
  margin-left: 58.33333333%;
}
.ant-col-order-14 {
  order: 14;
}
.ant-col-13 {
  display: block;
  width: 54.16666667%;
}
.ant-col-push-13 {
  left: 54.16666667%;
}
.ant-col-pull-13 {
  right: 54.16666667%;
}
.ant-col-offset-13 {
  margin-left: 54.16666667%;
}
.ant-col-order-13 {
  order: 13;
}
.ant-col-12 {
  display: block;
  width: 50%;
}
.ant-col-push-12 {
  left: 50%;
}
.ant-col-pull-12 {
  right: 50%;
}
.ant-col-offset-12 {
  margin-left: 50%;
}
.ant-col-order-12 {
  order: 12;
}
.ant-col-11 {
  display: block;
  width: 45.83333333%;
}
.ant-col-push-11 {
  left: 45.83333333%;
}
.ant-col-pull-11 {
  right: 45.83333333%;
}
.ant-col-offset-11 {
  margin-left: 45.83333333%;
}
.ant-col-order-11 {
  order: 11;
}
.ant-col-10 {
  display: block;
  width: 41.66666667%;
}
.ant-col-push-10 {
  left: 41.66666667%;
}
.ant-col-pull-10 {
  right: 41.66666667%;
}
.ant-col-offset-10 {
  margin-left: 41.66666667%;
}
.ant-col-order-10 {
  order: 10;
}
.ant-col-9 {
  display: block;
  width: 37.5%;
}
.ant-col-push-9 {
  left: 37.5%;
}
.ant-col-pull-9 {
  right: 37.5%;
}
.ant-col-offset-9 {
  margin-left: 37.5%;
}
.ant-col-order-9 {
  order: 9;
}
.ant-col-8 {
  display: block;
  width: 33.33333333%;
}
.ant-col-push-8 {
  left: 33.33333333%;
}
.ant-col-pull-8 {
  right: 33.33333333%;
}
.ant-col-offset-8 {
  margin-left: 33.33333333%;
}
.ant-col-order-8 {
  order: 8;
}
.ant-col-7 {
  display: block;
  width: 29.16666667%;
}
.ant-col-push-7 {
  left: 29.16666667%;
}
.ant-col-pull-7 {
  right: 29.16666667%;
}
.ant-col-offset-7 {
  margin-left: 29.16666667%;
}
.ant-col-order-7 {
  order: 7;
}
.ant-col-6 {
  display: block;
  width: 25%;
}
.ant-col-push-6 {
  left: 25%;
}
.ant-col-pull-6 {
  right: 25%;
}
.ant-col-offset-6 {
  margin-left: 25%;
}
.ant-col-order-6 {
  order: 6;
}
.ant-col-5 {
  display: block;
  width: 20.83333333%;
}
.ant-col-push-5 {
  left: 20.83333333%;
}
.ant-col-pull-5 {
  right: 20.83333333%;
}
.ant-col-offset-5 {
  margin-left: 20.83333333%;
}
.ant-col-order-5 {
  order: 5;
}
.ant-col-4 {
  display: block;
  width: 16.66666667%;
}
.ant-col-push-4 {
  left: 16.66666667%;
}
.ant-col-pull-4 {
  right: 16.66666667%;
}
.ant-col-offset-4 {
  margin-left: 16.66666667%;
}
.ant-col-order-4 {
  order: 4;
}
.ant-col-3 {
  display: block;
  width: 12.5%;
}
.ant-col-push-3 {
  left: 12.5%;
}
.ant-col-pull-3 {
  right: 12.5%;
}
.ant-col-offset-3 {
  margin-left: 12.5%;
}
.ant-col-order-3 {
  order: 3;
}
.ant-col-2 {
  display: block;
  width: 8.33333333%;
}
.ant-col-push-2 {
  left: 8.33333333%;
}
.ant-col-pull-2 {
  right: 8.33333333%;
}
.ant-col-offset-2 {
  margin-left: 8.33333333%;
}
.ant-col-order-2 {
  order: 2;
}
.ant-col-1 {
  display: block;
  width: 4.16666667%;
}
.ant-col-push-1 {
  left: 4.16666667%;
}
.ant-col-pull-1 {
  right: 4.16666667%;
}
.ant-col-offset-1 {
  margin-left: 4.16666667%;
}
.ant-col-order-1 {
  order: 1;
}
.ant-col-0 {
  display: none;
}
.ant-col-push-0 {
  left: auto;
}
.ant-col-pull-0 {
  right: auto;
}
.ant-col-push-0 {
  left: auto;
}
.ant-col-pull-0 {
  right: auto;
}
.ant-col-offset-0 {
  margin-left: 0;
}
.ant-col-order-0 {
  order: 0;
}
.ant-col-xs-1, .ant-col-xs-2, .ant-col-xs-3, .ant-col-xs-4, .ant-col-xs-5, .ant-col-xs-6, .ant-col-xs-7, .ant-col-xs-8, .ant-col-xs-9, .ant-col-xs-10, .ant-col-xs-11, .ant-col-xs-12, .ant-col-xs-13, .ant-col-xs-14, .ant-col-xs-15, .ant-col-xs-16, .ant-col-xs-17, .ant-col-xs-18, .ant-col-xs-19, .ant-col-xs-20, .ant-col-xs-21, .ant-col-xs-22, .ant-col-xs-23, .ant-col-xs-24 {
  float: left;
  flex: 0 0 auto;
}
.ant-col-xs-24 {
  display: block;
  width: 100%;
}
.ant-col-xs-push-24 {
  left: 100%;
}
.ant-col-xs-pull-24 {
  right: 100%;
}
.ant-col-xs-offset-24 {
  margin-left: 100%;
}
.ant-col-xs-order-24 {
  order: 24;
}
.ant-col-xs-23 {
  display: block;
  width: 95.83333333%;
}
.ant-col-xs-push-23 {
  left: 95.83333333%;
}
.ant-col-xs-pull-23 {
  right: 95.83333333%;
}
.ant-col-xs-offset-23 {
  margin-left: 95.83333333%;
}
.ant-col-xs-order-23 {
  order: 23;
}
.ant-col-xs-22 {
  display: block;
  width: 91.66666667%;
}
.ant-col-xs-push-22 {
  left: 91.66666667%;
}
.ant-col-xs-pull-22 {
  right: 91.66666667%;
}
.ant-col-xs-offset-22 {
  margin-left: 91.66666667%;
}
.ant-col-xs-order-22 {
  order: 22;
}
.ant-col-xs-21 {
  display: block;
  width: 87.5%;
}
.ant-col-xs-push-21 {
  left: 87.5%;
}
.ant-col-xs-pull-21 {
  right: 87.5%;
}
.ant-col-xs-offset-21 {
  margin-left: 87.5%;
}
.ant-col-xs-order-21 {
  order: 21;
}
.ant-col-xs-20 {
  display: block;
  width: 83.33333333%;
}
.ant-col-xs-push-20 {
  left: 83.33333333%;
}
.ant-col-xs-pull-20 {
  right: 83.33333333%;
}
.ant-col-xs-offset-20 {
  margin-left: 83.33333333%;
}
.ant-col-xs-order-20 {
  order: 20;
}
.ant-col-xs-19 {
  display: block;
  width: 79.16666667%;
}
.ant-col-xs-push-19 {
  left: 79.16666667%;
}
.ant-col-xs-pull-19 {
  right: 79.16666667%;
}
.ant-col-xs-offset-19 {
  margin-left: 79.16666667%;
}
.ant-col-xs-order-19 {
  order: 19;
}
.ant-col-xs-18 {
  display: block;
  width: 75%;
}
.ant-col-xs-push-18 {
  left: 75%;
}
.ant-col-xs-pull-18 {
  right: 75%;
}
.ant-col-xs-offset-18 {
  margin-left: 75%;
}
.ant-col-xs-order-18 {
  order: 18;
}
.ant-col-xs-17 {
  display: block;
  width: 70.83333333%;
}
.ant-col-xs-push-17 {
  left: 70.83333333%;
}
.ant-col-xs-pull-17 {
  right: 70.83333333%;
}
.ant-col-xs-offset-17 {
  margin-left: 70.83333333%;
}
.ant-col-xs-order-17 {
  order: 17;
}
.ant-col-xs-16 {
  display: block;
  width: 66.66666667%;
}
.ant-col-xs-push-16 {
  left: 66.66666667%;
}
.ant-col-xs-pull-16 {
  right: 66.66666667%;
}
.ant-col-xs-offset-16 {
  margin-left: 66.66666667%;
}
.ant-col-xs-order-16 {
  order: 16;
}
.ant-col-xs-15 {
  display: block;
  width: 62.5%;
}
.ant-col-xs-push-15 {
  left: 62.5%;
}
.ant-col-xs-pull-15 {
  right: 62.5%;
}
.ant-col-xs-offset-15 {
  margin-left: 62.5%;
}
.ant-col-xs-order-15 {
  order: 15;
}
.ant-col-xs-14 {
  display: block;
  width: 58.33333333%;
}
.ant-col-xs-push-14 {
  left: 58.33333333%;
}
.ant-col-xs-pull-14 {
  right: 58.33333333%;
}
.ant-col-xs-offset-14 {
  margin-left: 58.33333333%;
}
.ant-col-xs-order-14 {
  order: 14;
}
.ant-col-xs-13 {
  display: block;
  width: 54.16666667%;
}
.ant-col-xs-push-13 {
  left: 54.16666667%;
}
.ant-col-xs-pull-13 {
  right: 54.16666667%;
}
.ant-col-xs-offset-13 {
  margin-left: 54.16666667%;
}
.ant-col-xs-order-13 {
  order: 13;
}
.ant-col-xs-12 {
  display: block;
  width: 50%;
}
.ant-col-xs-push-12 {
  left: 50%;
}
.ant-col-xs-pull-12 {
  right: 50%;
}
.ant-col-xs-offset-12 {
  margin-left: 50%;
}
.ant-col-xs-order-12 {
  order: 12;
}
.ant-col-xs-11 {
  display: block;
  width: 45.83333333%;
}
.ant-col-xs-push-11 {
  left: 45.83333333%;
}
.ant-col-xs-pull-11 {
  right: 45.83333333%;
}
.ant-col-xs-offset-11 {
  margin-left: 45.83333333%;
}
.ant-col-xs-order-11 {
  order: 11;
}
.ant-col-xs-10 {
  display: block;
  width: 41.66666667%;
}
.ant-col-xs-push-10 {
  left: 41.66666667%;
}
.ant-col-xs-pull-10 {
  right: 41.66666667%;
}
.ant-col-xs-offset-10 {
  margin-left: 41.66666667%;
}
.ant-col-xs-order-10 {
  order: 10;
}
.ant-col-xs-9 {
  display: block;
  width: 37.5%;
}
.ant-col-xs-push-9 {
  left: 37.5%;
}
.ant-col-xs-pull-9 {
  right: 37.5%;
}
.ant-col-xs-offset-9 {
  margin-left: 37.5%;
}
.ant-col-xs-order-9 {
  order: 9;
}
.ant-col-xs-8 {
  display: block;
  width: 33.33333333%;
}
.ant-col-xs-push-8 {
  left: 33.33333333%;
}
.ant-col-xs-pull-8 {
  right: 33.33333333%;
}
.ant-col-xs-offset-8 {
  margin-left: 33.33333333%;
}
.ant-col-xs-order-8 {
  order: 8;
}
.ant-col-xs-7 {
  display: block;
  width: 29.16666667%;
}
.ant-col-xs-push-7 {
  left: 29.16666667%;
}
.ant-col-xs-pull-7 {
  right: 29.16666667%;
}
.ant-col-xs-offset-7 {
  margin-left: 29.16666667%;
}
.ant-col-xs-order-7 {
  order: 7;
}
.ant-col-xs-6 {
  display: block;
  width: 25%;
}
.ant-col-xs-push-6 {
  left: 25%;
}
.ant-col-xs-pull-6 {
  right: 25%;
}
.ant-col-xs-offset-6 {
  margin-left: 25%;
}
.ant-col-xs-order-6 {
  order: 6;
}
.ant-col-xs-5 {
  display: block;
  width: 20.83333333%;
}
.ant-col-xs-push-5 {
  left: 20.83333333%;
}
.ant-col-xs-pull-5 {
  right: 20.83333333%;
}
.ant-col-xs-offset-5 {
  margin-left: 20.83333333%;
}
.ant-col-xs-order-5 {
  order: 5;
}
.ant-col-xs-4 {
  display: block;
  width: 16.66666667%;
}
.ant-col-xs-push-4 {
  left: 16.66666667%;
}
.ant-col-xs-pull-4 {
  right: 16.66666667%;
}
.ant-col-xs-offset-4 {
  margin-left: 16.66666667%;
}
.ant-col-xs-order-4 {
  order: 4;
}
.ant-col-xs-3 {
  display: block;
  width: 12.5%;
}
.ant-col-xs-push-3 {
  left: 12.5%;
}
.ant-col-xs-pull-3 {
  right: 12.5%;
}
.ant-col-xs-offset-3 {
  margin-left: 12.5%;
}
.ant-col-xs-order-3 {
  order: 3;
}
.ant-col-xs-2 {
  display: block;
  width: 8.33333333%;
}
.ant-col-xs-push-2 {
  left: 8.33333333%;
}
.ant-col-xs-pull-2 {
  right: 8.33333333%;
}
.ant-col-xs-offset-2 {
  margin-left: 8.33333333%;
}
.ant-col-xs-order-2 {
  order: 2;
}
.ant-col-xs-1 {
  display: block;
  width: 4.16666667%;
}
.ant-col-xs-push-1 {
  left: 4.16666667%;
}
.ant-col-xs-pull-1 {
  right: 4.16666667%;
}
.ant-col-xs-offset-1 {
  margin-left: 4.16666667%;
}
.ant-col-xs-order-1 {
  order: 1;
}
.ant-col-xs-0 {
  display: none;
}
.ant-col-push-0 {
  left: auto;
}
.ant-col-pull-0 {
  right: auto;
}
.ant-col-xs-push-0 {
  left: auto;
}
.ant-col-xs-pull-0 {
  right: auto;
}
.ant-col-xs-offset-0 {
  margin-left: 0;
}
.ant-col-xs-order-0 {
  order: 0;
}
@media (min-width: 768px) {
  .ant-col-sm-1, .ant-col-sm-2, .ant-col-sm-3, .ant-col-sm-4, .ant-col-sm-5, .ant-col-sm-6, .ant-col-sm-7, .ant-col-sm-8, .ant-col-sm-9, .ant-col-sm-10, .ant-col-sm-11, .ant-col-sm-12, .ant-col-sm-13, .ant-col-sm-14, .ant-col-sm-15, .ant-col-sm-16, .ant-col-sm-17, .ant-col-sm-18, .ant-col-sm-19, .ant-col-sm-20, .ant-col-sm-21, .ant-col-sm-22, .ant-col-sm-23, .ant-col-sm-24 {
    float: left;
    flex: 0 0 auto;
  }
  .ant-col-sm-24 {
    display: block;
    width: 100%;
  }
  .ant-col-sm-push-24 {
    left: 100%;
  }
  .ant-col-sm-pull-24 {
    right: 100%;
  }
  .ant-col-sm-offset-24 {
    margin-left: 100%;
  }
  .ant-col-sm-order-24 {
    order: 24;
  }
  .ant-col-sm-23 {
    display: block;
    width: 95.83333333%;
  }
  .ant-col-sm-push-23 {
    left: 95.83333333%;
  }
  .ant-col-sm-pull-23 {
    right: 95.83333333%;
  }
  .ant-col-sm-offset-23 {
    margin-left: 95.83333333%;
  }
  .ant-col-sm-order-23 {
    order: 23;
  }
  .ant-col-sm-22 {
    display: block;
    width: 91.66666667%;
  }
  .ant-col-sm-push-22 {
    left: 91.66666667%;
  }
  .ant-col-sm-pull-22 {
    right: 91.66666667%;
  }
  .ant-col-sm-offset-22 {
    margin-left: 91.66666667%;
  }
  .ant-col-sm-order-22 {
    order: 22;
  }
  .ant-col-sm-21 {
    display: block;
    width: 87.5%;
  }
  .ant-col-sm-push-21 {
    left: 87.5%;
  }
  .ant-col-sm-pull-21 {
    right: 87.5%;
  }
  .ant-col-sm-offset-21 {
    margin-left: 87.5%;
  }
  .ant-col-sm-order-21 {
    order: 21;
  }
  .ant-col-sm-20 {
    display: block;
    width: 83.33333333%;
  }
  .ant-col-sm-push-20 {
    left: 83.33333333%;
  }
  .ant-col-sm-pull-20 {
    right: 83.33333333%;
  }
  .ant-col-sm-offset-20 {
    margin-left: 83.33333333%;
  }
  .ant-col-sm-order-20 {
    order: 20;
  }
  .ant-col-sm-19 {
    display: block;
    width: 79.16666667%;
  }
  .ant-col-sm-push-19 {
    left: 79.16666667%;
  }
  .ant-col-sm-pull-19 {
    right: 79.16666667%;
  }
  .ant-col-sm-offset-19 {
    margin-left: 79.16666667%;
  }
  .ant-col-sm-order-19 {
    order: 19;
  }
  .ant-col-sm-18 {
    display: block;
    width: 75%;
  }
  .ant-col-sm-push-18 {
    left: 75%;
  }
  .ant-col-sm-pull-18 {
    right: 75%;
  }
  .ant-col-sm-offset-18 {
    margin-left: 75%;
  }
  .ant-col-sm-order-18 {
    order: 18;
  }
  .ant-col-sm-17 {
    display: block;
    width: 70.83333333%;
  }
  .ant-col-sm-push-17 {
    left: 70.83333333%;
  }
  .ant-col-sm-pull-17 {
    right: 70.83333333%;
  }
  .ant-col-sm-offset-17 {
    margin-left: 70.83333333%;
  }
  .ant-col-sm-order-17 {
    order: 17;
  }
  .ant-col-sm-16 {
    display: block;
    width: 66.66666667%;
  }
  .ant-col-sm-push-16 {
    left: 66.66666667%;
  }
  .ant-col-sm-pull-16 {
    right: 66.66666667%;
  }
  .ant-col-sm-offset-16 {
    margin-left: 66.66666667%;
  }
  .ant-col-sm-order-16 {
    order: 16;
  }
  .ant-col-sm-15 {
    display: block;
    width: 62.5%;
  }
  .ant-col-sm-push-15 {
    left: 62.5%;
  }
  .ant-col-sm-pull-15 {
    right: 62.5%;
  }
  .ant-col-sm-offset-15 {
    margin-left: 62.5%;
  }
  .ant-col-sm-order-15 {
    order: 15;
  }
  .ant-col-sm-14 {
    display: block;
    width: 58.33333333%;
  }
  .ant-col-sm-push-14 {
    left: 58.33333333%;
  }
  .ant-col-sm-pull-14 {
    right: 58.33333333%;
  }
  .ant-col-sm-offset-14 {
    margin-left: 58.33333333%;
  }
  .ant-col-sm-order-14 {
    order: 14;
  }
  .ant-col-sm-13 {
    display: block;
    width: 54.16666667%;
  }
  .ant-col-sm-push-13 {
    left: 54.16666667%;
  }
  .ant-col-sm-pull-13 {
    right: 54.16666667%;
  }
  .ant-col-sm-offset-13 {
    margin-left: 54.16666667%;
  }
  .ant-col-sm-order-13 {
    order: 13;
  }
  .ant-col-sm-12 {
    display: block;
    width: 50%;
  }
  .ant-col-sm-push-12 {
    left: 50%;
  }
  .ant-col-sm-pull-12 {
    right: 50%;
  }
  .ant-col-sm-offset-12 {
    margin-left: 50%;
  }
  .ant-col-sm-order-12 {
    order: 12;
  }
  .ant-col-sm-11 {
    display: block;
    width: 45.83333333%;
  }
  .ant-col-sm-push-11 {
    left: 45.83333333%;
  }
  .ant-col-sm-pull-11 {
    right: 45.83333333%;
  }
  .ant-col-sm-offset-11 {
    margin-left: 45.83333333%;
  }
  .ant-col-sm-order-11 {
    order: 11;
  }
  .ant-col-sm-10 {
    display: block;
    width: 41.66666667%;
  }
  .ant-col-sm-push-10 {
    left: 41.66666667%;
  }
  .ant-col-sm-pull-10 {
    right: 41.66666667%;
  }
  .ant-col-sm-offset-10 {
    margin-left: 41.66666667%;
  }
  .ant-col-sm-order-10 {
    order: 10;
  }
  .ant-col-sm-9 {
    display: block;
    width: 37.5%;
  }
  .ant-col-sm-push-9 {
    left: 37.5%;
  }
  .ant-col-sm-pull-9 {
    right: 37.5%;
  }
  .ant-col-sm-offset-9 {
    margin-left: 37.5%;
  }
  .ant-col-sm-order-9 {
    order: 9;
  }
  .ant-col-sm-8 {
    display: block;
    width: 33.33333333%;
  }
  .ant-col-sm-push-8 {
    left: 33.33333333%;
  }
  .ant-col-sm-pull-8 {
    right: 33.33333333%;
  }
  .ant-col-sm-offset-8 {
    margin-left: 33.33333333%;
  }
  .ant-col-sm-order-8 {
    order: 8;
  }
  .ant-col-sm-7 {
    display: block;
    width: 29.16666667%;
  }
  .ant-col-sm-push-7 {
    left: 29.16666667%;
  }
  .ant-col-sm-pull-7 {
    right: 29.16666667%;
  }
  .ant-col-sm-offset-7 {
    margin-left: 29.16666667%;
  }
  .ant-col-sm-order-7 {
    order: 7;
  }
  .ant-col-sm-6 {
    display: block;
    width: 25%;
  }
  .ant-col-sm-push-6 {
    left: 25%;
  }
  .ant-col-sm-pull-6 {
    right: 25%;
  }
  .ant-col-sm-offset-6 {
    margin-left: 25%;
  }
  .ant-col-sm-order-6 {
    order: 6;
  }
  .ant-col-sm-5 {
    display: block;
    width: 20.83333333%;
  }
  .ant-col-sm-push-5 {
    left: 20.83333333%;
  }
  .ant-col-sm-pull-5 {
    right: 20.83333333%;
  }
  .ant-col-sm-offset-5 {
    margin-left: 20.83333333%;
  }
  .ant-col-sm-order-5 {
    order: 5;
  }
  .ant-col-sm-4 {
    display: block;
    width: 16.66666667%;
  }
  .ant-col-sm-push-4 {
    left: 16.66666667%;
  }
  .ant-col-sm-pull-4 {
    right: 16.66666667%;
  }
  .ant-col-sm-offset-4 {
    margin-left: 16.66666667%;
  }
  .ant-col-sm-order-4 {
    order: 4;
  }
  .ant-col-sm-3 {
    display: block;
    width: 12.5%;
  }
  .ant-col-sm-push-3 {
    left: 12.5%;
  }
  .ant-col-sm-pull-3 {
    right: 12.5%;
  }
  .ant-col-sm-offset-3 {
    margin-left: 12.5%;
  }
  .ant-col-sm-order-3 {
    order: 3;
  }
  .ant-col-sm-2 {
    display: block;
    width: 8.33333333%;
  }
  .ant-col-sm-push-2 {
    left: 8.33333333%;
  }
  .ant-col-sm-pull-2 {
    right: 8.33333333%;
  }
  .ant-col-sm-offset-2 {
    margin-left: 8.33333333%;
  }
  .ant-col-sm-order-2 {
    order: 2;
  }
  .ant-col-sm-1 {
    display: block;
    width: 4.16666667%;
  }
  .ant-col-sm-push-1 {
    left: 4.16666667%;
  }
  .ant-col-sm-pull-1 {
    right: 4.16666667%;
  }
  .ant-col-sm-offset-1 {
    margin-left: 4.16666667%;
  }
  .ant-col-sm-order-1 {
    order: 1;
  }
  .ant-col-sm-0 {
    display: none;
  }
  .ant-col-push-0 {
    left: auto;
  }
  .ant-col-pull-0 {
    right: auto;
  }
  .ant-col-sm-push-0 {
    left: auto;
  }
  .ant-col-sm-pull-0 {
    right: auto;
  }
  .ant-col-sm-offset-0 {
    margin-left: 0;
  }
  .ant-col-sm-order-0 {
    order: 0;
  }
}
@media (min-width: 992px) {
  .ant-col-md-1, .ant-col-md-2, .ant-col-md-3, .ant-col-md-4, .ant-col-md-5, .ant-col-md-6, .ant-col-md-7, .ant-col-md-8, .ant-col-md-9, .ant-col-md-10, .ant-col-md-11, .ant-col-md-12, .ant-col-md-13, .ant-col-md-14, .ant-col-md-15, .ant-col-md-16, .ant-col-md-17, .ant-col-md-18, .ant-col-md-19, .ant-col-md-20, .ant-col-md-21, .ant-col-md-22, .ant-col-md-23, .ant-col-md-24 {
    float: left;
    flex: 0 0 auto;
  }
  .ant-col-md-24 {
    display: block;
    width: 100%;
  }
  .ant-col-md-push-24 {
    left: 100%;
  }
  .ant-col-md-pull-24 {
    right: 100%;
  }
  .ant-col-md-offset-24 {
    margin-left: 100%;
  }
  .ant-col-md-order-24 {
    order: 24;
  }
  .ant-col-md-23 {
    display: block;
    width: 95.83333333%;
  }
  .ant-col-md-push-23 {
    left: 95.83333333%;
  }
  .ant-col-md-pull-23 {
    right: 95.83333333%;
  }
  .ant-col-md-offset-23 {
    margin-left: 95.83333333%;
  }
  .ant-col-md-order-23 {
    order: 23;
  }
  .ant-col-md-22 {
    display: block;
    width: 91.66666667%;
  }
  .ant-col-md-push-22 {
    left: 91.66666667%;
  }
  .ant-col-md-pull-22 {
    right: 91.66666667%;
  }
  .ant-col-md-offset-22 {
    margin-left: 91.66666667%;
  }
  .ant-col-md-order-22 {
    order: 22;
  }
  .ant-col-md-21 {
    display: block;
    width: 87.5%;
  }
  .ant-col-md-push-21 {
    left: 87.5%;
  }
  .ant-col-md-pull-21 {
    right: 87.5%;
  }
  .ant-col-md-offset-21 {
    margin-left: 87.5%;
  }
  .ant-col-md-order-21 {
    order: 21;
  }
  .ant-col-md-20 {
    display: block;
    width: 83.33333333%;
  }
  .ant-col-md-push-20 {
    left: 83.33333333%;
  }
  .ant-col-md-pull-20 {
    right: 83.33333333%;
  }
  .ant-col-md-offset-20 {
    margin-left: 83.33333333%;
  }
  .ant-col-md-order-20 {
    order: 20;
  }
  .ant-col-md-19 {
    display: block;
    width: 79.16666667%;
  }
  .ant-col-md-push-19 {
    left: 79.16666667%;
  }
  .ant-col-md-pull-19 {
    right: 79.16666667%;
  }
  .ant-col-md-offset-19 {
    margin-left: 79.16666667%;
  }
  .ant-col-md-order-19 {
    order: 19;
  }
  .ant-col-md-18 {
    display: block;
    width: 75%;
  }
  .ant-col-md-push-18 {
    left: 75%;
  }
  .ant-col-md-pull-18 {
    right: 75%;
  }
  .ant-col-md-offset-18 {
    margin-left: 75%;
  }
  .ant-col-md-order-18 {
    order: 18;
  }
  .ant-col-md-17 {
    display: block;
    width: 70.83333333%;
  }
  .ant-col-md-push-17 {
    left: 70.83333333%;
  }
  .ant-col-md-pull-17 {
    right: 70.83333333%;
  }
  .ant-col-md-offset-17 {
    margin-left: 70.83333333%;
  }
  .ant-col-md-order-17 {
    order: 17;
  }
  .ant-col-md-16 {
    display: block;
    width: 66.66666667%;
  }
  .ant-col-md-push-16 {
    left: 66.66666667%;
  }
  .ant-col-md-pull-16 {
    right: 66.66666667%;
  }
  .ant-col-md-offset-16 {
    margin-left: 66.66666667%;
  }
  .ant-col-md-order-16 {
    order: 16;
  }
  .ant-col-md-15 {
    display: block;
    width: 62.5%;
  }
  .ant-col-md-push-15 {
    left: 62.5%;
  }
  .ant-col-md-pull-15 {
    right: 62.5%;
  }
  .ant-col-md-offset-15 {
    margin-left: 62.5%;
  }
  .ant-col-md-order-15 {
    order: 15;
  }
  .ant-col-md-14 {
    display: block;
    width: 58.33333333%;
  }
  .ant-col-md-push-14 {
    left: 58.33333333%;
  }
  .ant-col-md-pull-14 {
    right: 58.33333333%;
  }
  .ant-col-md-offset-14 {
    margin-left: 58.33333333%;
  }
  .ant-col-md-order-14 {
    order: 14;
  }
  .ant-col-md-13 {
    display: block;
    width: 54.16666667%;
  }
  .ant-col-md-push-13 {
    left: 54.16666667%;
  }
  .ant-col-md-pull-13 {
    right: 54.16666667%;
  }
  .ant-col-md-offset-13 {
    margin-left: 54.16666667%;
  }
  .ant-col-md-order-13 {
    order: 13;
  }
  .ant-col-md-12 {
    display: block;
    width: 50%;
  }
  .ant-col-md-push-12 {
    left: 50%;
  }
  .ant-col-md-pull-12 {
    right: 50%;
  }
  .ant-col-md-offset-12 {
    margin-left: 50%;
  }
  .ant-col-md-order-12 {
    order: 12;
  }
  .ant-col-md-11 {
    display: block;
    width: 45.83333333%;
  }
  .ant-col-md-push-11 {
    left: 45.83333333%;
  }
  .ant-col-md-pull-11 {
    right: 45.83333333%;
  }
  .ant-col-md-offset-11 {
    margin-left: 45.83333333%;
  }
  .ant-col-md-order-11 {
    order: 11;
  }
  .ant-col-md-10 {
    display: block;
    width: 41.66666667%;
  }
  .ant-col-md-push-10 {
    left: 41.66666667%;
  }
  .ant-col-md-pull-10 {
    right: 41.66666667%;
  }
  .ant-col-md-offset-10 {
    margin-left: 41.66666667%;
  }
  .ant-col-md-order-10 {
    order: 10;
  }
  .ant-col-md-9 {
    display: block;
    width: 37.5%;
  }
  .ant-col-md-push-9 {
    left: 37.5%;
  }
  .ant-col-md-pull-9 {
    right: 37.5%;
  }
  .ant-col-md-offset-9 {
    margin-left: 37.5%;
  }
  .ant-col-md-order-9 {
    order: 9;
  }
  .ant-col-md-8 {
    display: block;
    width: 33.33333333%;
  }
  .ant-col-md-push-8 {
    left: 33.33333333%;
  }
  .ant-col-md-pull-8 {
    right: 33.33333333%;
  }
  .ant-col-md-offset-8 {
    margin-left: 33.33333333%;
  }
  .ant-col-md-order-8 {
    order: 8;
  }
  .ant-col-md-7 {
    display: block;
    width: 29.16666667%;
  }
  .ant-col-md-push-7 {
    left: 29.16666667%;
  }
  .ant-col-md-pull-7 {
    right: 29.16666667%;
  }
  .ant-col-md-offset-7 {
    margin-left: 29.16666667%;
  }
  .ant-col-md-order-7 {
    order: 7;
  }
  .ant-col-md-6 {
    display: block;
    width: 25%;
  }
  .ant-col-md-push-6 {
    left: 25%;
  }
  .ant-col-md-pull-6 {
    right: 25%;
  }
  .ant-col-md-offset-6 {
    margin-left: 25%;
  }
  .ant-col-md-order-6 {
    order: 6;
  }
  .ant-col-md-5 {
    display: block;
    width: 20.83333333%;
  }
  .ant-col-md-push-5 {
    left: 20.83333333%;
  }
  .ant-col-md-pull-5 {
    right: 20.83333333%;
  }
  .ant-col-md-offset-5 {
    margin-left: 20.83333333%;
  }
  .ant-col-md-order-5 {
    order: 5;
  }
  .ant-col-md-4 {
    display: block;
    width: 16.66666667%;
  }
  .ant-col-md-push-4 {
    left: 16.66666667%;
  }
  .ant-col-md-pull-4 {
    right: 16.66666667%;
  }
  .ant-col-md-offset-4 {
    margin-left: 16.66666667%;
  }
  .ant-col-md-order-4 {
    order: 4;
  }
  .ant-col-md-3 {
    display: block;
    width: 12.5%;
  }
  .ant-col-md-push-3 {
    left: 12.5%;
  }
  .ant-col-md-pull-3 {
    right: 12.5%;
  }
  .ant-col-md-offset-3 {
    margin-left: 12.5%;
  }
  .ant-col-md-order-3 {
    order: 3;
  }
  .ant-col-md-2 {
    display: block;
    width: 8.33333333%;
  }
  .ant-col-md-push-2 {
    left: 8.33333333%;
  }
  .ant-col-md-pull-2 {
    right: 8.33333333%;
  }
  .ant-col-md-offset-2 {
    margin-left: 8.33333333%;
  }
  .ant-col-md-order-2 {
    order: 2;
  }
  .ant-col-md-1 {
    display: block;
    width: 4.16666667%;
  }
  .ant-col-md-push-1 {
    left: 4.16666667%;
  }
  .ant-col-md-pull-1 {
    right: 4.16666667%;
  }
  .ant-col-md-offset-1 {
    margin-left: 4.16666667%;
  }
  .ant-col-md-order-1 {
    order: 1;
  }
  .ant-col-md-0 {
    display: none;
  }
  .ant-col-push-0 {
    left: auto;
  }
  .ant-col-pull-0 {
    right: auto;
  }
  .ant-col-md-push-0 {
    left: auto;
  }
  .ant-col-md-pull-0 {
    right: auto;
  }
  .ant-col-md-offset-0 {
    margin-left: 0;
  }
  .ant-col-md-order-0 {
    order: 0;
  }
}
@media (min-width: 1200px) {
  .ant-col-lg-1, .ant-col-lg-2, .ant-col-lg-3, .ant-col-lg-4, .ant-col-lg-5, .ant-col-lg-6, .ant-col-lg-7, .ant-col-lg-8, .ant-col-lg-9, .ant-col-lg-10, .ant-col-lg-11, .ant-col-lg-12, .ant-col-lg-13, .ant-col-lg-14, .ant-col-lg-15, .ant-col-lg-16, .ant-col-lg-17, .ant-col-lg-18, .ant-col-lg-19, .ant-col-lg-20, .ant-col-lg-21, .ant-col-lg-22, .ant-col-lg-23, .ant-col-lg-24 {
    float: left;
    flex: 0 0 auto;
  }
  .ant-col-lg-24 {
    display: block;
    width: 100%;
  }
  .ant-col-lg-push-24 {
    left: 100%;
  }
  .ant-col-lg-pull-24 {
    right: 100%;
  }
  .ant-col-lg-offset-24 {
    margin-left: 100%;
  }
  .ant-col-lg-order-24 {
    order: 24;
  }
  .ant-col-lg-23 {
    display: block;
    width: 95.83333333%;
  }
  .ant-col-lg-push-23 {
    left: 95.83333333%;
  }
  .ant-col-lg-pull-23 {
    right: 95.83333333%;
  }
  .ant-col-lg-offset-23 {
    margin-left: 95.83333333%;
  }
  .ant-col-lg-order-23 {
    order: 23;
  }
  .ant-col-lg-22 {
    display: block;
    width: 91.66666667%;
  }
  .ant-col-lg-push-22 {
    left: 91.66666667%;
  }
  .ant-col-lg-pull-22 {
    right: 91.66666667%;
  }
  .ant-col-lg-offset-22 {
    margin-left: 91.66666667%;
  }
  .ant-col-lg-order-22 {
    order: 22;
  }
  .ant-col-lg-21 {
    display: block;
    width: 87.5%;
  }
  .ant-col-lg-push-21 {
    left: 87.5%;
  }
  .ant-col-lg-pull-21 {
    right: 87.5%;
  }
  .ant-col-lg-offset-21 {
    margin-left: 87.5%;
  }
  .ant-col-lg-order-21 {
    order: 21;
  }
  .ant-col-lg-20 {
    display: block;
    width: 83.33333333%;
  }
  .ant-col-lg-push-20 {
    left: 83.33333333%;
  }
  .ant-col-lg-pull-20 {
    right: 83.33333333%;
  }
  .ant-col-lg-offset-20 {
    margin-left: 83.33333333%;
  }
  .ant-col-lg-order-20 {
    order: 20;
  }
  .ant-col-lg-19 {
    display: block;
    width: 79.16666667%;
  }
  .ant-col-lg-push-19 {
    left: 79.16666667%;
  }
  .ant-col-lg-pull-19 {
    right: 79.16666667%;
  }
  .ant-col-lg-offset-19 {
    margin-left: 79.16666667%;
  }
  .ant-col-lg-order-19 {
    order: 19;
  }
  .ant-col-lg-18 {
    display: block;
    width: 75%;
  }
  .ant-col-lg-push-18 {
    left: 75%;
  }
  .ant-col-lg-pull-18 {
    right: 75%;
  }
  .ant-col-lg-offset-18 {
    margin-left: 75%;
  }
  .ant-col-lg-order-18 {
    order: 18;
  }
  .ant-col-lg-17 {
    display: block;
    width: 70.83333333%;
  }
  .ant-col-lg-push-17 {
    left: 70.83333333%;
  }
  .ant-col-lg-pull-17 {
    right: 70.83333333%;
  }
  .ant-col-lg-offset-17 {
    margin-left: 70.83333333%;
  }
  .ant-col-lg-order-17 {
    order: 17;
  }
  .ant-col-lg-16 {
    display: block;
    width: 66.66666667%;
  }
  .ant-col-lg-push-16 {
    left: 66.66666667%;
  }
  .ant-col-lg-pull-16 {
    right: 66.66666667%;
  }
  .ant-col-lg-offset-16 {
    margin-left: 66.66666667%;
  }
  .ant-col-lg-order-16 {
    order: 16;
  }
  .ant-col-lg-15 {
    display: block;
    width: 62.5%;
  }
  .ant-col-lg-push-15 {
    left: 62.5%;
  }
  .ant-col-lg-pull-15 {
    right: 62.5%;
  }
  .ant-col-lg-offset-15 {
    margin-left: 62.5%;
  }
  .ant-col-lg-order-15 {
    order: 15;
  }
  .ant-col-lg-14 {
    display: block;
    width: 58.33333333%;
  }
  .ant-col-lg-push-14 {
    left: 58.33333333%;
  }
  .ant-col-lg-pull-14 {
    right: 58.33333333%;
  }
  .ant-col-lg-offset-14 {
    margin-left: 58.33333333%;
  }
  .ant-col-lg-order-14 {
    order: 14;
  }
  .ant-col-lg-13 {
    display: block;
    width: 54.16666667%;
  }
  .ant-col-lg-push-13 {
    left: 54.16666667%;
  }
  .ant-col-lg-pull-13 {
    right: 54.16666667%;
  }
  .ant-col-lg-offset-13 {
    margin-left: 54.16666667%;
  }
  .ant-col-lg-order-13 {
    order: 13;
  }
  .ant-col-lg-12 {
    display: block;
    width: 50%;
  }
  .ant-col-lg-push-12 {
    left: 50%;
  }
  .ant-col-lg-pull-12 {
    right: 50%;
  }
  .ant-col-lg-offset-12 {
    margin-left: 50%;
  }
  .ant-col-lg-order-12 {
    order: 12;
  }
  .ant-col-lg-11 {
    display: block;
    width: 45.83333333%;
  }
  .ant-col-lg-push-11 {
    left: 45.83333333%;
  }
  .ant-col-lg-pull-11 {
    right: 45.83333333%;
  }
  .ant-col-lg-offset-11 {
    margin-left: 45.83333333%;
  }
  .ant-col-lg-order-11 {
    order: 11;
  }
  .ant-col-lg-10 {
    display: block;
    width: 41.66666667%;
  }
  .ant-col-lg-push-10 {
    left: 41.66666667%;
  }
  .ant-col-lg-pull-10 {
    right: 41.66666667%;
  }
  .ant-col-lg-offset-10 {
    margin-left: 41.66666667%;
  }
  .ant-col-lg-order-10 {
    order: 10;
  }
  .ant-col-lg-9 {
    display: block;
    width: 37.5%;
  }
  .ant-col-lg-push-9 {
    left: 37.5%;
  }
  .ant-col-lg-pull-9 {
    right: 37.5%;
  }
  .ant-col-lg-offset-9 {
    margin-left: 37.5%;
  }
  .ant-col-lg-order-9 {
    order: 9;
  }
  .ant-col-lg-8 {
    display: block;
    width: 33.33333333%;
  }
  .ant-col-lg-push-8 {
    left: 33.33333333%;
  }
  .ant-col-lg-pull-8 {
    right: 33.33333333%;
  }
  .ant-col-lg-offset-8 {
    margin-left: 33.33333333%;
  }
  .ant-col-lg-order-8 {
    order: 8;
  }
  .ant-col-lg-7 {
    display: block;
    width: 29.16666667%;
  }
  .ant-col-lg-push-7 {
    left: 29.16666667%;
  }
  .ant-col-lg-pull-7 {
    right: 29.16666667%;
  }
  .ant-col-lg-offset-7 {
    margin-left: 29.16666667%;
  }
  .ant-col-lg-order-7 {
    order: 7;
  }
  .ant-col-lg-6 {
    display: block;
    width: 25%;
  }
  .ant-col-lg-push-6 {
    left: 25%;
  }
  .ant-col-lg-pull-6 {
    right: 25%;
  }
  .ant-col-lg-offset-6 {
    margin-left: 25%;
  }
  .ant-col-lg-order-6 {
    order: 6;
  }
  .ant-col-lg-5 {
    display: block;
    width: 20.83333333%;
  }
  .ant-col-lg-push-5 {
    left: 20.83333333%;
  }
  .ant-col-lg-pull-5 {
    right: 20.83333333%;
  }
  .ant-col-lg-offset-5 {
    margin-left: 20.83333333%;
  }
  .ant-col-lg-order-5 {
    order: 5;
  }
  .ant-col-lg-4 {
    display: block;
    width: 16.66666667%;
  }
  .ant-col-lg-push-4 {
    left: 16.66666667%;
  }
  .ant-col-lg-pull-4 {
    right: 16.66666667%;
  }
  .ant-col-lg-offset-4 {
    margin-left: 16.66666667%;
  }
  .ant-col-lg-order-4 {
    order: 4;
  }
  .ant-col-lg-3 {
    display: block;
    width: 12.5%;
  }
  .ant-col-lg-push-3 {
    left: 12.5%;
  }
  .ant-col-lg-pull-3 {
    right: 12.5%;
  }
  .ant-col-lg-offset-3 {
    margin-left: 12.5%;
  }
  .ant-col-lg-order-3 {
    order: 3;
  }
  .ant-col-lg-2 {
    display: block;
    width: 8.33333333%;
  }
  .ant-col-lg-push-2 {
    left: 8.33333333%;
  }
  .ant-col-lg-pull-2 {
    right: 8.33333333%;
  }
  .ant-col-lg-offset-2 {
    margin-left: 8.33333333%;
  }
  .ant-col-lg-order-2 {
    order: 2;
  }
  .ant-col-lg-1 {
    display: block;
    width: 4.16666667%;
  }
  .ant-col-lg-push-1 {
    left: 4.16666667%;
  }
  .ant-col-lg-pull-1 {
    right: 4.16666667%;
  }
  .ant-col-lg-offset-1 {
    margin-left: 4.16666667%;
  }
  .ant-col-lg-order-1 {
    order: 1;
  }
  .ant-col-lg-0 {
    display: none;
  }
  .ant-col-push-0 {
    left: auto;
  }
  .ant-col-pull-0 {
    right: auto;
  }
  .ant-col-lg-push-0 {
    left: auto;
  }
  .ant-col-lg-pull-0 {
    right: auto;
  }
  .ant-col-lg-offset-0 {
    margin-left: 0;
  }
  .ant-col-lg-order-0 {
    order: 0;
  }
}
@media (min-width: 1600px) {
  .ant-col-xl-1, .ant-col-xl-2, .ant-col-xl-3, .ant-col-xl-4, .ant-col-xl-5, .ant-col-xl-6, .ant-col-xl-7, .ant-col-xl-8, .ant-col-xl-9, .ant-col-xl-10, .ant-col-xl-11, .ant-col-xl-12, .ant-col-xl-13, .ant-col-xl-14, .ant-col-xl-15, .ant-col-xl-16, .ant-col-xl-17, .ant-col-xl-18, .ant-col-xl-19, .ant-col-xl-20, .ant-col-xl-21, .ant-col-xl-22, .ant-col-xl-23, .ant-col-xl-24 {
    float: left;
    flex: 0 0 auto;
  }
  .ant-col-xl-24 {
    display: block;
    width: 100%;
  }
  .ant-col-xl-push-24 {
    left: 100%;
  }
  .ant-col-xl-pull-24 {
    right: 100%;
  }
  .ant-col-xl-offset-24 {
    margin-left: 100%;
  }
  .ant-col-xl-order-24 {
    order: 24;
  }
  .ant-col-xl-23 {
    display: block;
    width: 95.83333333%;
  }
  .ant-col-xl-push-23 {
    left: 95.83333333%;
  }
  .ant-col-xl-pull-23 {
    right: 95.83333333%;
  }
  .ant-col-xl-offset-23 {
    margin-left: 95.83333333%;
  }
  .ant-col-xl-order-23 {
    order: 23;
  }
  .ant-col-xl-22 {
    display: block;
    width: 91.66666667%;
  }
  .ant-col-xl-push-22 {
    left: 91.66666667%;
  }
  .ant-col-xl-pull-22 {
    right: 91.66666667%;
  }
  .ant-col-xl-offset-22 {
    margin-left: 91.66666667%;
  }
  .ant-col-xl-order-22 {
    order: 22;
  }
  .ant-col-xl-21 {
    display: block;
    width: 87.5%;
  }
  .ant-col-xl-push-21 {
    left: 87.5%;
  }
  .ant-col-xl-pull-21 {
    right: 87.5%;
  }
  .ant-col-xl-offset-21 {
    margin-left: 87.5%;
  }
  .ant-col-xl-order-21 {
    order: 21;
  }
  .ant-col-xl-20 {
    display: block;
    width: 83.33333333%;
  }
  .ant-col-xl-push-20 {
    left: 83.33333333%;
  }
  .ant-col-xl-pull-20 {
    right: 83.33333333%;
  }
  .ant-col-xl-offset-20 {
    margin-left: 83.33333333%;
  }
  .ant-col-xl-order-20 {
    order: 20;
  }
  .ant-col-xl-19 {
    display: block;
    width: 79.16666667%;
  }
  .ant-col-xl-push-19 {
    left: 79.16666667%;
  }
  .ant-col-xl-pull-19 {
    right: 79.16666667%;
  }
  .ant-col-xl-offset-19 {
    margin-left: 79.16666667%;
  }
  .ant-col-xl-order-19 {
    order: 19;
  }
  .ant-col-xl-18 {
    display: block;
    width: 75%;
  }
  .ant-col-xl-push-18 {
    left: 75%;
  }
  .ant-col-xl-pull-18 {
    right: 75%;
  }
  .ant-col-xl-offset-18 {
    margin-left: 75%;
  }
  .ant-col-xl-order-18 {
    order: 18;
  }
  .ant-col-xl-17 {
    display: block;
    width: 70.83333333%;
  }
  .ant-col-xl-push-17 {
    left: 70.83333333%;
  }
  .ant-col-xl-pull-17 {
    right: 70.83333333%;
  }
  .ant-col-xl-offset-17 {
    margin-left: 70.83333333%;
  }
  .ant-col-xl-order-17 {
    order: 17;
  }
  .ant-col-xl-16 {
    display: block;
    width: 66.66666667%;
  }
  .ant-col-xl-push-16 {
    left: 66.66666667%;
  }
  .ant-col-xl-pull-16 {
    right: 66.66666667%;
  }
  .ant-col-xl-offset-16 {
    margin-left: 66.66666667%;
  }
  .ant-col-xl-order-16 {
    order: 16;
  }
  .ant-col-xl-15 {
    display: block;
    width: 62.5%;
  }
  .ant-col-xl-push-15 {
    left: 62.5%;
  }
  .ant-col-xl-pull-15 {
    right: 62.5%;
  }
  .ant-col-xl-offset-15 {
    margin-left: 62.5%;
  }
  .ant-col-xl-order-15 {
    order: 15;
  }
  .ant-col-xl-14 {
    display: block;
    width: 58.33333333%;
  }
  .ant-col-xl-push-14 {
    left: 58.33333333%;
  }
  .ant-col-xl-pull-14 {
    right: 58.33333333%;
  }
  .ant-col-xl-offset-14 {
    margin-left: 58.33333333%;
  }
  .ant-col-xl-order-14 {
    order: 14;
  }
  .ant-col-xl-13 {
    display: block;
    width: 54.16666667%;
  }
  .ant-col-xl-push-13 {
    left: 54.16666667%;
  }
  .ant-col-xl-pull-13 {
    right: 54.16666667%;
  }
  .ant-col-xl-offset-13 {
    margin-left: 54.16666667%;
  }
  .ant-col-xl-order-13 {
    order: 13;
  }
  .ant-col-xl-12 {
    display: block;
    width: 50%;
  }
  .ant-col-xl-push-12 {
    left: 50%;
  }
  .ant-col-xl-pull-12 {
    right: 50%;
  }
  .ant-col-xl-offset-12 {
    margin-left: 50%;
  }
  .ant-col-xl-order-12 {
    order: 12;
  }
  .ant-col-xl-11 {
    display: block;
    width: 45.83333333%;
  }
  .ant-col-xl-push-11 {
    left: 45.83333333%;
  }
  .ant-col-xl-pull-11 {
    right: 45.83333333%;
  }
  .ant-col-xl-offset-11 {
    margin-left: 45.83333333%;
  }
  .ant-col-xl-order-11 {
    order: 11;
  }
  .ant-col-xl-10 {
    display: block;
    width: 41.66666667%;
  }
  .ant-col-xl-push-10 {
    left: 41.66666667%;
  }
  .ant-col-xl-pull-10 {
    right: 41.66666667%;
  }
  .ant-col-xl-offset-10 {
    margin-left: 41.66666667%;
  }
  .ant-col-xl-order-10 {
    order: 10;
  }
  .ant-col-xl-9 {
    display: block;
    width: 37.5%;
  }
  .ant-col-xl-push-9 {
    left: 37.5%;
  }
  .ant-col-xl-pull-9 {
    right: 37.5%;
  }
  .ant-col-xl-offset-9 {
    margin-left: 37.5%;
  }
  .ant-col-xl-order-9 {
    order: 9;
  }
  .ant-col-xl-8 {
    display: block;
    width: 33.33333333%;
  }
  .ant-col-xl-push-8 {
    left: 33.33333333%;
  }
  .ant-col-xl-pull-8 {
    right: 33.33333333%;
  }
  .ant-col-xl-offset-8 {
    margin-left: 33.33333333%;
  }
  .ant-col-xl-order-8 {
    order: 8;
  }
  .ant-col-xl-7 {
    display: block;
    width: 29.16666667%;
  }
  .ant-col-xl-push-7 {
    left: 29.16666667%;
  }
  .ant-col-xl-pull-7 {
    right: 29.16666667%;
  }
  .ant-col-xl-offset-7 {
    margin-left: 29.16666667%;
  }
  .ant-col-xl-order-7 {
    order: 7;
  }
  .ant-col-xl-6 {
    display: block;
    width: 25%;
  }
  .ant-col-xl-push-6 {
    left: 25%;
  }
  .ant-col-xl-pull-6 {
    right: 25%;
  }
  .ant-col-xl-offset-6 {
    margin-left: 25%;
  }
  .ant-col-xl-order-6 {
    order: 6;
  }
  .ant-col-xl-5 {
    display: block;
    width: 20.83333333%;
  }
  .ant-col-xl-push-5 {
    left: 20.83333333%;
  }
  .ant-col-xl-pull-5 {
    right: 20.83333333%;
  }
  .ant-col-xl-offset-5 {
    margin-left: 20.83333333%;
  }
  .ant-col-xl-order-5 {
    order: 5;
  }
  .ant-col-xl-4 {
    display: block;
    width: 16.66666667%;
  }
  .ant-col-xl-push-4 {
    left: 16.66666667%;
  }
  .ant-col-xl-pull-4 {
    right: 16.66666667%;
  }
  .ant-col-xl-offset-4 {
    margin-left: 16.66666667%;
  }
  .ant-col-xl-order-4 {
    order: 4;
  }
  .ant-col-xl-3 {
    display: block;
    width: 12.5%;
  }
  .ant-col-xl-push-3 {
    left: 12.5%;
  }
  .ant-col-xl-pull-3 {
    right: 12.5%;
  }
  .ant-col-xl-offset-3 {
    margin-left: 12.5%;
  }
  .ant-col-xl-order-3 {
    order: 3;
  }
  .ant-col-xl-2 {
    display: block;
    width: 8.33333333%;
  }
  .ant-col-xl-push-2 {
    left: 8.33333333%;
  }
  .ant-col-xl-pull-2 {
    right: 8.33333333%;
  }
  .ant-col-xl-offset-2 {
    margin-left: 8.33333333%;
  }
  .ant-col-xl-order-2 {
    order: 2;
  }
  .ant-col-xl-1 {
    display: block;
    width: 4.16666667%;
  }
  .ant-col-xl-push-1 {
    left: 4.16666667%;
  }
  .ant-col-xl-pull-1 {
    right: 4.16666667%;
  }
  .ant-col-xl-offset-1 {
    margin-left: 4.16666667%;
  }
  .ant-col-xl-order-1 {
    order: 1;
  }
  .ant-col-xl-0 {
    display: none;
  }
  .ant-col-push-0 {
    left: auto;
  }
  .ant-col-pull-0 {
    right: auto;
  }
  .ant-col-xl-push-0 {
    left: auto;
  }
  .ant-col-xl-pull-0 {
    right: auto;
  }
  .ant-col-xl-offset-0 {
    margin-left: 0;
  }
  .ant-col-xl-order-0 {
    order: 0;
  }
}
.ant-input-search-icon {
  cursor: pointer;
  transition: all .3s;
  font-size: 14px;
}
.ant-input-search-icon:hover {
  color: #1563f6;
}
.ant-search-input-wrapper {
  display: inline-block;
  vertical-align: middle;
}
.ant-search-input.ant-input-group .ant-input:first-child,
.ant-search-input.ant-input-group .ant-select:first-child {
  border-radius: 0px;
  position: absolute;
  top: -1px;
  width: 100%;
}
.ant-search-input.ant-input-group .ant-input:first-child {
  padding-right: 36px;
}
.ant-search-input .ant-search-btn {
  color: #071638;
  background-color: #fff;
  border-color: #d9d9d9;
  border-radius: 0 -1px -1px 0;
  left: -1px;
  position: relative;
  border-width: 0 0 0 1px;
  z-index: 2;
  padding-left: 8px;
  padding-right: 8px;
}
.ant-search-input .ant-search-btn > a:only-child {
  color: currentColor;
}
.ant-search-input .ant-search-btn > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-search-input .ant-search-btn:hover,
.ant-search-input .ant-search-btn:focus {
  color: #1563f6;
  background-color: #fff;
  border-color: #1563f6;
}
.ant-search-input .ant-search-btn:hover > a:only-child,
.ant-search-input .ant-search-btn:focus > a:only-child {
  color: currentColor;
}
.ant-search-input .ant-search-btn:hover > a:only-child:after,
.ant-search-input .ant-search-btn:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-search-input .ant-search-btn:active,
.ant-search-input .ant-search-btn.active {
  color: #1151d6;
  background-color: #fff;
  border-color: #1151d6;
}
.ant-search-input .ant-search-btn:active > a:only-child,
.ant-search-input .ant-search-btn.active > a:only-child {
  color: currentColor;
}
.ant-search-input .ant-search-btn:active > a:only-child:after,
.ant-search-input .ant-search-btn.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-search-input .ant-search-btn.disabled,
.ant-search-input .ant-search-btn[disabled],
.ant-search-input .ant-search-btn.disabled:hover,
.ant-search-input .ant-search-btn[disabled]:hover,
.ant-search-input .ant-search-btn.disabled:focus,
.ant-search-input .ant-search-btn[disabled]:focus,
.ant-search-input .ant-search-btn.disabled:active,
.ant-search-input .ant-search-btn[disabled]:active,
.ant-search-input .ant-search-btn.disabled.active,
.ant-search-input .ant-search-btn[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #fafafa;
  border-color: #d9d9d9;
}
.ant-search-input .ant-search-btn.disabled > a:only-child,
.ant-search-input .ant-search-btn[disabled] > a:only-child,
.ant-search-input .ant-search-btn.disabled:hover > a:only-child,
.ant-search-input .ant-search-btn[disabled]:hover > a:only-child,
.ant-search-input .ant-search-btn.disabled:focus > a:only-child,
.ant-search-input .ant-search-btn[disabled]:focus > a:only-child,
.ant-search-input .ant-search-btn.disabled:active > a:only-child,
.ant-search-input .ant-search-btn[disabled]:active > a:only-child,
.ant-search-input .ant-search-btn.disabled.active > a:only-child,
.ant-search-input .ant-search-btn[disabled].active > a:only-child {
  color: currentColor;
}
.ant-search-input .ant-search-btn.disabled > a:only-child:after,
.ant-search-input .ant-search-btn[disabled] > a:only-child:after,
.ant-search-input .ant-search-btn.disabled:hover > a:only-child:after,
.ant-search-input .ant-search-btn[disabled]:hover > a:only-child:after,
.ant-search-input .ant-search-btn.disabled:focus > a:only-child:after,
.ant-search-input .ant-search-btn[disabled]:focus > a:only-child:after,
.ant-search-input .ant-search-btn.disabled:active > a:only-child:after,
.ant-search-input .ant-search-btn[disabled]:active > a:only-child:after,
.ant-search-input .ant-search-btn.disabled.active > a:only-child:after,
.ant-search-input .ant-search-btn[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-search-input .ant-search-btn:hover,
.ant-search-input .ant-search-btn:focus,
.ant-search-input .ant-search-btn:active,
.ant-search-input .ant-search-btn.active {
  background: #fff;
}
.ant-search-input .ant-search-btn:hover {
  border-color: #d9d9d9;
}
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty,
.ant-search-input:hover .ant-search-btn-noempty {
  color: #fff;
  background-color: #1563f6;
  border-color: #1563f6;
}
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty > a:only-child,
.ant-search-input:hover .ant-search-btn-noempty > a:only-child {
  color: currentColor;
}
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty > a:only-child:after,
.ant-search-input:hover .ant-search-btn-noempty > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty:hover,
.ant-search-input:hover .ant-search-btn-noempty:hover,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty:focus,
.ant-search-input:hover .ant-search-btn-noempty:focus {
  color: #fff;
  background-color: #4d88f8;
  border-color: #4d88f8;
}
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty:hover > a:only-child,
.ant-search-input:hover .ant-search-btn-noempty:hover > a:only-child,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty:focus > a:only-child,
.ant-search-input:hover .ant-search-btn-noempty:focus > a:only-child {
  color: currentColor;
}
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty:hover > a:only-child:after,
.ant-search-input:hover .ant-search-btn-noempty:hover > a:only-child:after,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty:focus > a:only-child:after,
.ant-search-input:hover .ant-search-btn-noempty:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty:active,
.ant-search-input:hover .ant-search-btn-noempty:active,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty.active,
.ant-search-input:hover .ant-search-btn-noempty.active {
  color: #fff;
  background-color: #1151d6;
  border-color: #1151d6;
}
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty:active > a:only-child,
.ant-search-input:hover .ant-search-btn-noempty:active > a:only-child,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty.active > a:only-child,
.ant-search-input:hover .ant-search-btn-noempty.active > a:only-child {
  color: currentColor;
}
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty:active > a:only-child:after,
.ant-search-input:hover .ant-search-btn-noempty:active > a:only-child:after,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty.active > a:only-child:after,
.ant-search-input:hover .ant-search-btn-noempty.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled,
.ant-search-input:hover .ant-search-btn-noempty.disabled,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled],
.ant-search-input:hover .ant-search-btn-noempty[disabled],
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled:hover,
.ant-search-input:hover .ant-search-btn-noempty.disabled:hover,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled]:hover,
.ant-search-input:hover .ant-search-btn-noempty[disabled]:hover,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled:focus,
.ant-search-input:hover .ant-search-btn-noempty.disabled:focus,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled]:focus,
.ant-search-input:hover .ant-search-btn-noempty[disabled]:focus,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled:active,
.ant-search-input:hover .ant-search-btn-noempty.disabled:active,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled]:active,
.ant-search-input:hover .ant-search-btn-noempty[disabled]:active,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled.active,
.ant-search-input:hover .ant-search-btn-noempty.disabled.active,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled].active,
.ant-search-input:hover .ant-search-btn-noempty[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #fafafa;
  border-color: #d9d9d9;
}
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled > a:only-child,
.ant-search-input:hover .ant-search-btn-noempty.disabled > a:only-child,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled] > a:only-child,
.ant-search-input:hover .ant-search-btn-noempty[disabled] > a:only-child,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled:hover > a:only-child,
.ant-search-input:hover .ant-search-btn-noempty.disabled:hover > a:only-child,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled]:hover > a:only-child,
.ant-search-input:hover .ant-search-btn-noempty[disabled]:hover > a:only-child,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled:focus > a:only-child,
.ant-search-input:hover .ant-search-btn-noempty.disabled:focus > a:only-child,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled]:focus > a:only-child,
.ant-search-input:hover .ant-search-btn-noempty[disabled]:focus > a:only-child,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled:active > a:only-child,
.ant-search-input:hover .ant-search-btn-noempty.disabled:active > a:only-child,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled]:active > a:only-child,
.ant-search-input:hover .ant-search-btn-noempty[disabled]:active > a:only-child,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled.active > a:only-child,
.ant-search-input:hover .ant-search-btn-noempty.disabled.active > a:only-child,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled].active > a:only-child,
.ant-search-input:hover .ant-search-btn-noempty[disabled].active > a:only-child {
  color: currentColor;
}
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled > a:only-child:after,
.ant-search-input:hover .ant-search-btn-noempty.disabled > a:only-child:after,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled] > a:only-child:after,
.ant-search-input:hover .ant-search-btn-noempty[disabled] > a:only-child:after,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled:hover > a:only-child:after,
.ant-search-input:hover .ant-search-btn-noempty.disabled:hover > a:only-child:after,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled]:hover > a:only-child:after,
.ant-search-input:hover .ant-search-btn-noempty[disabled]:hover > a:only-child:after,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled:focus > a:only-child:after,
.ant-search-input:hover .ant-search-btn-noempty.disabled:focus > a:only-child:after,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled]:focus > a:only-child:after,
.ant-search-input:hover .ant-search-btn-noempty[disabled]:focus > a:only-child:after,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled:active > a:only-child:after,
.ant-search-input:hover .ant-search-btn-noempty.disabled:active > a:only-child:after,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled]:active > a:only-child:after,
.ant-search-input:hover .ant-search-btn-noempty[disabled]:active > a:only-child:after,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled.active > a:only-child:after,
.ant-search-input:hover .ant-search-btn-noempty.disabled.active > a:only-child:after,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled].active > a:only-child:after,
.ant-search-input:hover .ant-search-btn-noempty[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-search-input .ant-select-combobox .ant-select-selection__rendered {
  margin-right: 29px;
}
.ant-input {
  position: relative;
  display: inline-block;
  padding: 4px 7px;
  width: 100%;
  height: 28px;
  font-size: 12px;
  line-height: 1.5;
  color: #071638;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 0px;
  transition: all .3s;
}
.ant-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-input:hover {
  border-color: #4d88f8;
}
.ant-input:focus {
  border-color: #4d88f8;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(21, 99, 246, 0.2);
}
.ant-input-disabled {
  background-color: #fafafa;
  opacity: 1;
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.ant-input-disabled:hover {
  border-color: #e2e2e2;
}
textarea.ant-input {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  transition: all .3s, height 0s;
}
.ant-input-lg {
  padding: 6px 7px;
  height: 28px;
}
.ant-input-sm {
  padding: 1px 7px;
  height: 28px;
}
.ant-input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}
.ant-input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.ant-input-group > [class*="col-"] {
  padding-right: 8px;
}
.ant-input-group > [class*="col-"]:last-child {
  padding-right: 0;
}
.ant-input-group-addon,
.ant-input-group-wrap,
.ant-input-group > .ant-input {
  display: table-cell;
}
.ant-input-group-addon:not(:first-child):not(:last-child),
.ant-input-group-wrap:not(:first-child):not(:last-child),
.ant-input-group > .ant-input:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.ant-input-group-addon,
.ant-input-group-wrap {
  width: 1px;
  white-space: nowrap;
  vertical-align: middle;
}
.ant-input-group-wrap > * {
  display: block !important;
}
.ant-input-group .ant-input {
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.ant-input-group .ant-input:focus {
  z-index: 1;
}
.ant-input-group-addon {
  padding: 4px 7px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  color: #071638;
  text-align: center;
  background-color: #eee;
  border: 1px solid #d9d9d9;
  border-radius: 0px;
  position: relative;
  transition: all .3s;
}
.ant-input-group-addon .ant-select {
  margin: -5px -7px;
}
.ant-input-group-addon .ant-select .ant-select-selection {
  background-color: inherit;
  margin: -1px;
  border: 1px solid transparent;
  box-shadow: none;
}
.ant-input-group-addon .ant-select-open .ant-select-selection,
.ant-input-group-addon .ant-select-focused .ant-select-selection {
  color: #1563f6;
}
.ant-input-group-addon > i:only-child:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ant-input-group > .ant-input:first-child,
.ant-input-group-addon:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.ant-input-group > .ant-input:first-child .ant-select .ant-select-selection,
.ant-input-group-addon:first-child .ant-select .ant-select-selection {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.ant-input-group > .ant-input-affix-wrapper:not(:first-child) .ant-input {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.ant-input-group > .ant-input-affix-wrapper:not(:last-child) .ant-input {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.ant-input-group-addon:first-child {
  border-right: 0;
}
.ant-input-group-addon:last-child {
  border-left: 0;
}
.ant-input-group > .ant-input:last-child,
.ant-input-group-addon:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.ant-input-group > .ant-input:last-child .ant-select .ant-select-selection,
.ant-input-group-addon:last-child .ant-select .ant-select-selection {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.ant-input-group-lg .ant-input,
.ant-input-group-lg > .ant-input-group-addon {
  padding: 6px 7px;
  height: 28px;
}
.ant-input-group-sm .ant-input,
.ant-input-group-sm > .ant-input-group-addon {
  padding: 1px 7px;
  height: 28px;
}
.ant-input-group-lg .ant-select-selection--single {
  height: 28px;
}
.ant-input-group-sm .ant-select-selection--single {
  height: 28px;
}
.ant-input-group .ant-input-affix-wrapper {
  display: table-cell;
  width: 100%;
  float: left;
}
.ant-input-group.ant-input-group-compact {
  display: block;
  zoom: 1;
}
.ant-input-group.ant-input-group-compact:before,
.ant-input-group.ant-input-group-compact:after {
  content: " ";
  display: table;
}
.ant-input-group.ant-input-group-compact:after {
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
.ant-input-group.ant-input-group-compact:before,
.ant-input-group.ant-input-group-compact:after {
  content: " ";
  display: table;
}
.ant-input-group.ant-input-group-compact:after {
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
.ant-input-group.ant-input-group-compact > * {
  border-radius: 0;
  border-right-width: 0;
  vertical-align: top;
  float: none;
  display: inline-block;
}
.ant-input-group.ant-input-group-compact .ant-input {
  float: none;
  z-index: auto;
}
.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selection,
.ant-input-group.ant-input-group-compact > .ant-calendar-picker .ant-input,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input,
.ant-input-group.ant-input-group-compact > .ant-mention-wrapper .ant-mention-editor,
.ant-input-group.ant-input-group-compact > .ant-time-picker .ant-time-picker-input {
  border-radius: 0;
  border-right-width: 0;
}
.ant-input-group.ant-input-group-compact > *:first-child,
.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selection,
.ant-input-group.ant-input-group-compact > .ant-calendar-picker:first-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:first-child .ant-mention-editor,
.ant-input-group.ant-input-group-compact > .ant-time-picker:first-child .ant-time-picker-input {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.ant-input-group.ant-input-group-compact > *:last-child,
.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selection,
.ant-input-group.ant-input-group-compact > .ant-calendar-picker:last-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:last-child .ant-mention-editor,
.ant-input-group.ant-input-group-compact > .ant-time-picker:last-child .ant-time-picker-input {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-right-width: 1px;
}
.ant-input-group-wrapper {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.ant-input-affix-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}
.ant-input-affix-wrapper .ant-input {
  z-index: 1;
}
.ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) {
  border-color: #4d88f8;
}
.ant-input-affix-wrapper .ant-input-prefix,
.ant-input-affix-wrapper .ant-input-suffix {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  line-height: 0;
  color: #071638;
}
.ant-input-affix-wrapper .ant-input-prefix {
  left: 7px;
}
.ant-input-affix-wrapper .ant-input-suffix {
  right: 7px;
}
.ant-input-affix-wrapper .ant-input:not(:first-child) {
  padding-left: 24px;
}
.ant-input-affix-wrapper .ant-input:not(:last-child) {
  padding-right: 24px;
}
.ant-input-affix-wrapper .ant-input {
  min-height: 100%;
}
.ant-input-number {
  position: relative;
  padding: 4px 7px;
  width: 100%;
  line-height: 1.5;
  color: #071638;
  background-color: #fff;
  background-image: none;
  transition: all .3s;
  margin: 0;
  padding: 0;
  font-size: 12px;
  height: 28px;
  display: inline-block;
  border: 1px solid #d9d9d9;
  border-radius: 0px;
  width: 80px;
}
.ant-input-number::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-input-number:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-input-number::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-input-number:hover {
  border-color: #4d88f8;
}
.ant-input-number:focus {
  border-color: #4d88f8;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(21, 99, 246, 0.2);
}
.ant-input-number-disabled {
  background-color: #fafafa;
  opacity: 1;
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.ant-input-number-disabled:hover {
  border-color: #e2e2e2;
}
textarea.ant-input-number {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  transition: all .3s, height 0s;
}
.ant-input-number-lg {
  padding: 6px 7px;
  height: 28px;
}
.ant-input-number-sm {
  padding: 1px 7px;
  height: 28px;
}
.ant-input-number-handler {
  text-align: center;
  line-height: 0;
  height: 50%;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.43);
  position: relative;
  transition: all 0.1s linear;
  display: block;
  width: 100%;
  font-weight: bold;
}
.ant-input-number-handler:active {
  background: #f4f4f4;
}
.ant-input-number-handler:hover .ant-input-number-handler-up-inner,
.ant-input-number-handler:hover .ant-input-number-handler-down-inner {
  color: #4d88f8;
}
.ant-input-number-handler-up-inner,
.ant-input-number-handler-down-inner {
  font-style: normal;
  vertical-align: baseline;
  text-align: center;
  text-transform: none;
  line-height: 1;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 12px;
  user-select: none;
  position: absolute;
  width: 12px;
  height: 12px;
  transition: all 0.1s linear;
  display: inline-block;
  font-size: 12px;
  font-size: 7px \9;
  transform: scale(0.58333333) rotate(0deg);
  /* IE6-IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
  zoom: 1;
  right: 4px;
  color: rgba(0, 0, 0, 0.43);
}
.ant-input-number-handler-up-inner:before,
.ant-input-number-handler-down-inner:before {
  display: block;
  font-family: "anticon" !important;
}
:root .ant-input-number-handler-up-inner,
:root .ant-input-number-handler-down-inner {
  filter: none;
}
:root .ant-input-number-handler-up-inner,
:root .ant-input-number-handler-down-inner {
  font-size: 12px;
}
.ant-input-number:hover {
  border-color: #4d88f8;
}
.ant-input-number-focused {
  border-color: #4d88f8;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(21, 99, 246, 0.2);
}
.ant-input-number-disabled {
  background-color: #fafafa;
  opacity: 1;
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.ant-input-number-disabled:hover {
  border-color: #e2e2e2;
}
.ant-input-number-input {
  width: 100%;
  text-align: left;
  outline: 0;
  -moz-appearance: textfield;
  height: 26px;
  transition: all 0.3s linear;
  color: #071638;
  background-color: #fff;
  border: 0;
  border-radius: 0px;
  padding: 0 7px;
  display: block;
}
.ant-input-number-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-input-number-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-input-number-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-input-number-input[disabled] {
  background-color: #fafafa;
  opacity: 1;
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.ant-input-number-input[disabled]:hover {
  border-color: #e2e2e2;
}
.ant-input-number-lg {
  padding: 0;
}
.ant-input-number-lg input {
  height: 26px;
}
.ant-input-number-sm {
  padding: 0;
}
.ant-input-number-sm input {
  height: 26px;
}
.ant-input-number-handler-wrap {
  border-left: 1px solid #d9d9d9;
  width: 22px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  border-radius: 0 0px 0px 0;
  transition: opacity 0.24s linear 0.1s;
  z-index: 2;
}
.ant-input-number-handler-wrap:hover .ant-input-number-handler {
  height: 40%;
}
.ant-input-number:hover .ant-input-number-handler-wrap {
  opacity: 1;
}
.ant-input-number-handler-up {
  cursor: pointer;
}
.ant-input-number-handler-up-inner {
  top: 50%;
  margin-top: -6px;
}
.ant-input-number-handler-up-inner:before {
  text-align: center;
  content: "\E61E";
}
.ant-input-number-handler-up:hover {
  height: 60% !important;
}
.ant-input-number-handler-down {
  border-top: 1px solid #d9d9d9;
  top: -1px;
  cursor: pointer;
}
.ant-input-number-handler-down-inner {
  top: 50%;
  margin-top: -6px;
}
.ant-input-number-handler-down-inner:before {
  text-align: center;
  content: "\E61D";
}
.ant-input-number-handler-down:hover {
  height: 60% !important;
}
.ant-input-number-handler-down-disabled .ant-input-number-handler-down-inner,
.ant-input-number-handler-up-disabled .ant-input-number-handler-down-inner,
.ant-input-number-disabled .ant-input-number-handler-down-inner,
.ant-input-number-handler-down-disabled .ant-input-number-handler-up-inner,
.ant-input-number-handler-up-disabled .ant-input-number-handler-up-inner,
.ant-input-number-disabled .ant-input-number-handler-up-inner {
  opacity: 0.72;
  color: #ccc !important;
  cursor: not-allowed;
}
.ant-input-number-disabled .ant-input-number-input {
  opacity: 0.72;
  cursor: not-allowed;
  background-color: #fafafa;
}
.ant-input-number-disabled .ant-input-number-handler-wrap {
  display: none;
}
.ant-input-number-disabled .ant-input-number-handler {
  opacity: 0.72;
  color: #ccc !important;
  cursor: not-allowed;
}
.ant-layout {
  display: flex;
  flex-direction: column;
  flex: auto;
  background: #FFF;
}
.ant-layout.ant-layout-has-sider {
  flex-direction: row;
}
.ant-layout.ant-layout-has-sider > .ant-layout,
.ant-layout.ant-layout-has-sider > .ant-layout-content {
  overflow-x: hidden;
}
.ant-layout-header,
.ant-layout-footer {
  flex: 0 0 auto;
}
.ant-layout-header {
  background: #fafafa;
  padding: 0 15px;
  height: 50px;
  line-height: 50px;
}
.ant-layout-footer {
  background: #FFF;
  padding: 24px 50px;
  color: #071638;
  font-size: 12px;
}
.ant-layout-content {
  flex: auto;
}
.ant-layout-sider {
  transition: all .2s;
  position: relative;
  background: #FFF;
  /* fix firefox can't set width smaller than content on flex item */
  min-width: 0;
}
.ant-layout-sider-children {
  height: 100%;
  padding-top: 0.1px;
  margin-top: -0.1px;
}
.ant-layout-sider-has-trigger {
  padding-bottom: 48px;
}
.ant-layout-sider-right {
  order: 1;
}
.ant-layout-sider-trigger {
  position: fixed;
  text-align: center;
  bottom: 0;
  cursor: pointer;
  height: 48px;
  line-height: 48px;
  color: #fff;
  background: #404040;
  z-index: 1;
  transition: all 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-layout-sider-zero-width > * {
  overflow: hidden;
}
.ant-layout-sider-zero-width-trigger {
  position: absolute;
  top: 50px;
  right: -36px;
  text-align: center;
  width: 36px;
  height: 42px;
  line-height: 42px;
  background: #FFF;
  color: #fff;
  font-size: 18px;
  border-radius: 0 0px 0px 0;
  cursor: pointer;
  transition: background .3s ease;
}
.ant-layout-sider-zero-width-trigger:hover {
  background: #ffffff;
}
.ant-mention-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.ant-mention-wrapper .ant-mention-editor {
  position: relative;
  display: inline-block;
  padding: 4px 7px;
  width: 100%;
  height: 28px;
  font-size: 12px;
  color: #071638;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 0px;
  transition: all .3s;
  line-height: 1.5;
  padding: 0;
  display: block;
}
.ant-mention-wrapper .ant-mention-editor::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-mention-wrapper .ant-mention-editor:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-mention-wrapper .ant-mention-editor::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-mention-wrapper .ant-mention-editor:hover {
  border-color: #4d88f8;
}
.ant-mention-wrapper .ant-mention-editor:focus {
  border-color: #4d88f8;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(21, 99, 246, 0.2);
}
.ant-mention-wrapper .ant-mention-editor-disabled {
  background-color: #fafafa;
  opacity: 1;
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.ant-mention-wrapper .ant-mention-editor-disabled:hover {
  border-color: #e2e2e2;
}
textarea.ant-mention-wrapper .ant-mention-editor {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  transition: all .3s, height 0s;
}
.ant-mention-wrapper .ant-mention-editor-lg {
  padding: 6px 7px;
  height: 28px;
}
.ant-mention-wrapper .ant-mention-editor-sm {
  padding: 1px 7px;
  height: 28px;
}
.ant-mention-wrapper .ant-mention-editor-wrapper {
  overflow-y: auto;
  height: auto;
}
.ant-mention-wrapper.ant-mention-active:not(.disabled) .ant-mention-editor {
  border-color: #4d88f8;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(21, 99, 246, 0.2);
}
.ant-mention-wrapper.disabled .ant-mention-editor {
  background-color: #fafafa;
  opacity: 1;
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.ant-mention-wrapper.disabled .ant-mention-editor:hover {
  border-color: #e2e2e2;
}
.ant-mention-wrapper .public-DraftEditorPlaceholder-root {
  position: absolute;
}
.ant-mention-wrapper .public-DraftEditorPlaceholder-root .public-DraftEditorPlaceholder-inner {
  color: #bfbfbf;
  opacity: 1;
  outline: none;
  white-space: pre-wrap;
  word-wrap: break-word;
  height: auto;
  padding: 4px 7px;
}
.ant-mention-wrapper .DraftEditor-editorContainer .public-DraftEditor-content {
  height: auto;
  padding: 4px 7px;
}
.ant-mention-dropdown {
  margin-top: 1.5em;
  max-height: 250px;
  min-width: 120px;
  background-color: #fff;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  box-sizing: border-box;
  z-index: 1050;
  left: -9999px;
  top: -9999px;
  position: absolute;
  outline: none;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 12px;
}
.ant-mention-dropdown-notfound.ant-mention-dropdown-item {
  color: rgba(0, 0, 0, 0.25);
}
.ant-mention-dropdown-notfound.ant-mention-dropdown-item .anticon-loading {
  color: #1563f6;
  text-align: center;
  display: block;
}
.ant-mention-dropdown-item {
  position: relative;
  display: block;
  padding: 7px 8px;
  font-weight: normal;
  color: #071638;
  white-space: nowrap;
  cursor: pointer;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: background 0.3s;
}
.ant-mention-dropdown-item:hover {
  background-color: #edf3fe;
}
.ant-mention-dropdown-item.focus,
.ant-mention-dropdown-item-active {
  background-color: #edf3fe;
}
.ant-mention-dropdown-item-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-mention-dropdown-item-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: #fff;
  cursor: not-allowed;
}
.ant-mention-dropdown-item-selected,
.ant-mention-dropdown-item-selected:hover {
  background-color: #fafafa;
  font-weight: bold;
  color: #071638;
}
.ant-mention-dropdown-item-divider {
  height: 1px;
  margin: 1px 0;
  overflow: hidden;
  background-color: #e9e9e9;
  line-height: 0;
}
.ant-menu {
  outline: none;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  z-index: 1050;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  color: #071638;
  background: #fff;
  line-height: 46px;
  transition: background .3s, width .2s;
}
.ant-menu-hidden {
  display: none;
}
.ant-menu-item-group-list {
  margin: 0;
  padding: 0;
}
.ant-menu-item-group-title {
  color: rgba(0, 0, 0, 0.43);
  font-size: 12px;
  line-height: 1.5;
  padding: 8px 16px;
  transition: all .3s;
}
.ant-menu-item,
.ant-menu-submenu,
.ant-menu-submenu-title {
  cursor: pointer;
}
.ant-menu-submenu,
.ant-menu-submenu-inline {
  transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-item,
.ant-menu-submenu-title {
  transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-item:active,
.ant-menu-submenu-title:active {
  background: #edf3fe;
}
.ant-menu-submenu .ant-menu-sub {
  cursor: initial;
  transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-item > a {
  display: block;
  color: #071638;
}
.ant-menu-item > a:hover {
  color: #1563f6;
}
.ant-menu-item > a:focus {
  text-decoration: none;
}
.ant-menu-item > a:before {
  position: absolute;
  background-color: transparent;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: '';
}
.ant-menu-item-divider {
  height: 1px;
  overflow: hidden;
  background-color: #e9e9e9;
  line-height: 0;
}
.ant-menu-item:hover,
.ant-menu-item-active,
.ant-menu:not(.ant-menu-inline) .ant-menu-submenu-open,
.ant-menu-submenu-active,
.ant-menu-submenu-title:hover {
  color: #1563f6;
}
.ant-menu:not(.ant-menu-inline) .ant-menu-submenu-open {
  z-index: 1050;
}
.ant-menu-horizontal .ant-menu-item,
.ant-menu-horizontal .ant-menu-submenu {
  margin-top: -1px;
}
.ant-menu-horizontal > .ant-menu-item:hover,
.ant-menu-horizontal > .ant-menu-item-active,
.ant-menu-horizontal > .ant-menu-submenu .ant-menu-submenu-title:hover {
  background-color: transparent;
}
.ant-menu-item-selected {
  color: #1563f6;
}
.ant-menu-item-selected > a,
.ant-menu-item-selected > a:hover {
  color: #1563f6;
}
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
  background-color: #edf3fe;
}
.ant-menu-horizontal,
.ant-menu-inline,
.ant-menu-vertical {
  z-index: auto;
}
.ant-menu-inline,
.ant-menu-vertical {
  border-right: 1px solid #e9e9e9;
}
.ant-menu-inline .ant-menu-item,
.ant-menu-vertical .ant-menu-item {
  margin-left: -1px;
  left: 1px;
  position: relative;
  z-index: 1;
}
.ant-menu-inline .ant-menu-item:after,
.ant-menu-vertical .ant-menu-item:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-right: 3px solid #1563f6;
  transform: scaleY(0.0001);
  opacity: 0;
  transition: transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ant-menu-vertical.ant-menu-sub {
  border-right: 0;
}
.ant-menu-vertical.ant-menu-sub .ant-menu-item {
  border-right: 0;
  margin-left: 0;
  left: 0;
}
.ant-menu-vertical.ant-menu-sub .ant-menu-item:after {
  border-right: 0;
}
.ant-menu-vertical.ant-menu-sub > .ant-menu-item:first-child {
  border-radius: 0px 0px 0 0;
}
.ant-menu-vertical.ant-menu-sub > .ant-menu-item:last-child,
.ant-menu-vertical.ant-menu-sub > .ant-menu-item-group:last-child > .ant-menu-item-group-list:last-child > .ant-menu-item:last-child {
  border-radius: 0 0 0px 0px;
}
.ant-menu-vertical.ant-menu-sub > .ant-menu-item:only-child {
  border-radius: 0px;
}
.ant-menu-inline {
  width: 100%;
}
.ant-menu-inline .ant-menu-selected:after,
.ant-menu-inline .ant-menu-item-selected:after {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 1;
  transform: scaleY(1);
}
.ant-menu-submenu-horizontal > .ant-menu {
  top: 100%;
  left: 0;
  position: absolute;
  min-width: 100%;
  margin-top: 7px;
  z-index: 1050;
}
.ant-menu-submenu-vertical {
  z-index: 1;
}
.ant-menu-submenu-vertical > .ant-menu {
  top: 0;
  left: 100%;
  position: absolute;
  min-width: 160px;
  margin-left: 4px;
  z-index: 1050;
}
.ant-menu-item,
.ant-menu-submenu-title {
  margin: 0;
  padding: 0 20px;
  position: relative;
  display: block;
  white-space: nowrap;
}
.ant-menu-item .anticon,
.ant-menu-submenu-title .anticon {
  min-width: 14px;
  margin-right: 8px;
  transition: font-size 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-item .anticon + span,
.ant-menu-submenu-title .anticon + span {
  transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 1;
}
.ant-menu > .ant-menu-item-divider {
  height: 1px;
  margin: 1px 0;
  overflow: hidden;
  padding: 0;
  line-height: 0;
  background-color: #e9e9e9;
}
.ant-menu-submenu {
  position: relative;
}
.ant-menu-submenu > .ant-menu {
  background-color: #fff;
  border-radius: 0px;
}
.ant-menu-submenu > .ant-menu-submenu-title:after {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-submenu-vertical > .ant-menu-submenu-title:after {
  font-family: "anticon" !important;
  font-style: normal;
  vertical-align: baseline;
  text-align: center;
  text-transform: none;
  text-rendering: auto;
  position: absolute;
  content: "\E61D";
  right: 16px;
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg) scale(0.75);
}
.ant-menu-submenu-inline > .ant-menu-submenu-title:after {
  font-family: "anticon" !important;
  font-style: normal;
  vertical-align: baseline;
  text-align: center;
  text-transform: none;
  text-rendering: auto;
  position: absolute;
  content: "\E61D";
  right: 16px;
  top: 0;
  display: inline-block;
  font-size: 12px;
  font-size: 8px \9;
  transform: scale(0.66666667) rotate(0deg);
  /* IE6-IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
  zoom: 1;
}
:root .ant-menu-submenu-inline > .ant-menu-submenu-title:after {
  filter: none;
}
:root .ant-menu-submenu-inline > .ant-menu-submenu-title:after {
  font-size: 12px;
}
.ant-menu-submenu-open.ant-menu-submenu-inline > .ant-menu-submenu-title:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(180deg) scale(0.75);
}
.ant-menu-vertical .ant-menu-submenu-selected {
  color: #1563f6;
}
.ant-menu-vertical .ant-menu-submenu-selected > a {
  color: #1563f6;
}
.ant-menu-horizontal {
  border: 0;
  border-bottom: 1px solid #e9e9e9;
  box-shadow: none;
  z-index: 0;
}
.ant-menu-horizontal > .ant-menu-item,
.ant-menu-horizontal > .ant-menu-submenu {
  position: relative;
  top: 1px;
  float: left;
  border-bottom: 2px solid transparent;
}
.ant-menu-horizontal > .ant-menu-item:hover,
.ant-menu-horizontal > .ant-menu-submenu:hover,
.ant-menu-horizontal > .ant-menu-item-active,
.ant-menu-horizontal > .ant-menu-submenu-active,
.ant-menu-horizontal > .ant-menu-item-open,
.ant-menu-horizontal > .ant-menu-submenu-open,
.ant-menu-horizontal > .ant-menu-item-selected,
.ant-menu-horizontal > .ant-menu-submenu-selected {
  border-bottom: 2px solid #1563f6;
  color: #1563f6;
}
.ant-menu-horizontal > .ant-menu-item > a,
.ant-menu-horizontal > .ant-menu-submenu > a {
  display: block;
  color: #071638;
}
.ant-menu-horizontal > .ant-menu-item > a:hover,
.ant-menu-horizontal > .ant-menu-submenu > a:hover {
  color: #1563f6;
}
.ant-menu-horizontal:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.ant-menu-vertical .ant-menu-item,
.ant-menu-inline .ant-menu-item,
.ant-menu-vertical .ant-menu-submenu-title,
.ant-menu-inline .ant-menu-submenu-title {
  padding: 0 16px;
  font-size: 12px;
  line-height: 42px;
  height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ant-menu-inline-collapsed {
  width: 64px;
}
.ant-menu-inline-collapsed > .ant-menu-item,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item,
.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title {
  left: 0;
  text-overflow: clip;
  padding: 0 24px !important;
}
.ant-menu-inline-collapsed > .ant-menu-item:after,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item:after,
.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title:after {
  display: none;
}
.ant-menu-inline-collapsed > .ant-menu-item .anticon,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .anticon,
.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .anticon {
  font-size: 16px;
  line-height: 42px;
  margin: 0;
}
.ant-menu-inline-collapsed > .ant-menu-item .anticon + span,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .anticon + span,
.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .anticon + span {
  max-width: 0;
  display: inline-block;
  opacity: 0;
}
.ant-menu-inline-collapsed-tooltip {
  pointer-events: none;
}
.ant-menu-inline-collapsed-tooltip .anticon {
  display: none;
}
.ant-menu-inline-collapsed-tooltip a {
  color: rgba(255, 255, 255, 0.91);
}
.ant-menu-inline-collapsed .ant-menu-item-group-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 4px;
  padding-right: 4px;
}
.ant-menu-item-group-list .ant-menu-item,
.ant-menu-item-group-list .ant-menu-submenu-title {
  padding: 0 16px 0 28px;
}
.ant-menu-vertical.ant-menu-sub {
  padding: 0;
  transform-origin: 0 0;
}
.ant-menu-vertical.ant-menu-sub > .ant-menu-item,
.ant-menu-vertical.ant-menu-sub > .ant-menu-submenu {
  transform-origin: 0 0;
}
.ant-menu-root.ant-menu-vertical,
.ant-menu-root.ant-menu-inline {
  box-shadow: none;
}
.ant-menu-sub.ant-menu-inline {
  padding: 0;
  border: 0;
  box-shadow: none;
  border-radius: 0;
}
.ant-menu-sub.ant-menu-inline > .ant-menu-item,
.ant-menu-sub.ant-menu-inline > .ant-menu-submenu > .ant-menu-submenu-title {
  line-height: 42px;
  height: 42px;
  list-style-type: disc;
  list-style-position: inside;
}
.ant-menu-sub.ant-menu-inline .ant-menu-item-group-title {
  padding-left: 32px;
}
.ant-menu-item-disabled,
.ant-menu-submenu-disabled {
  color: rgba(0, 0, 0, 0.25) !important;
  cursor: not-allowed;
  background: none;
  border-color: transparent !important;
}
.ant-menu-item-disabled > a,
.ant-menu-submenu-disabled > a {
  color: rgba(0, 0, 0, 0.25) !important;
  pointer-events: none;
}
.ant-menu-item-disabled > .ant-menu-submenu-title,
.ant-menu-submenu-disabled > .ant-menu-submenu-title {
  color: rgba(0, 0, 0, 0.25) !important;
  cursor: not-allowed;
}
.ant-menu-dark,
.ant-menu-dark .ant-menu-sub {
  color: rgba(255, 255, 255, 0.67);
  background: #fff;
}
.ant-menu-dark .ant-menu-inline.ant-menu-sub {
  background: #333;
}
.ant-menu-dark.ant-menu-horizontal {
  border-bottom-color: #fff;
}
.ant-menu-dark.ant-menu-horizontal > .ant-menu-item,
.ant-menu-dark.ant-menu-horizontal > .ant-menu-submenu {
  border-color: #fff;
  border-bottom: 0;
}
.ant-menu-dark .ant-menu-item,
.ant-menu-dark .ant-menu-item-group-title,
.ant-menu-dark .ant-menu-item > a {
  color: rgba(255, 255, 255, 0.67);
}
.ant-menu-dark.ant-menu-inline,
.ant-menu-dark.ant-menu-vertical {
  border-right: 0;
}
.ant-menu-dark.ant-menu-inline .ant-menu-item,
.ant-menu-dark.ant-menu-vertical .ant-menu-item {
  border-right: 0;
  margin-left: 0;
  left: 0;
}
.ant-menu-dark.ant-menu-inline .ant-menu-item:after,
.ant-menu-dark.ant-menu-vertical .ant-menu-item:after {
  border-right: 0;
}
.ant-menu-dark .ant-menu-item:hover,
.ant-menu-dark .ant-menu-item-active,
.ant-menu-dark .ant-menu-submenu-active,
.ant-menu-dark:not(.ant-menu-inline) .ant-menu-submenu-open,
.ant-menu-dark .ant-menu-submenu-selected,
.ant-menu-dark .ant-menu-submenu-title:hover {
  background-color: transparent;
  color: #fff;
}
.ant-menu-dark .ant-menu-item:hover > a,
.ant-menu-dark .ant-menu-item-active > a,
.ant-menu-dark .ant-menu-submenu-active > a,
.ant-menu-dark:not(.ant-menu-inline) .ant-menu-submenu-open > a,
.ant-menu-dark .ant-menu-submenu-selected > a,
.ant-menu-dark .ant-menu-submenu-title:hover > a {
  color: #fff;
}
.ant-menu-dark .ant-menu-item-selected {
  border-right: 0;
  color: #fff;
}
.ant-menu-dark .ant-menu-item-selected:after {
  border-right: 0;
}
.ant-menu-dark .ant-menu-item-selected > a,
.ant-menu-dark .ant-menu-item-selected > a:hover {
  color: #fff;
}
.ant-menu.ant-menu-dark .ant-menu-item-selected {
  background-color: #1563f6;
}
.ant-menu-dark .ant-menu-item-disabled,
.ant-menu-dark .ant-menu-submenu-disabled,
.ant-menu-dark .ant-menu-item-disabled > a,
.ant-menu-dark .ant-menu-submenu-disabled > a {
  opacity: 0.8;
  color: rgba(255, 255, 255, 0.35) !important;
}
.ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title,
.ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title {
  color: rgba(255, 255, 255, 0.35) !important;
}
.ant-message {
  font-size: 12px;
  position: fixed;
  z-index: 1010;
  width: 100%;
  top: 16px;
  left: 0;
  pointer-events: none;
}
.ant-message-notice {
  padding: 8px;
  text-align: center;
}
.ant-message-notice:first-child {
  margin-top: -8px;
}
.ant-message-notice-content {
  padding: 8px 16px;
  border-radius: 0px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  background: #fff;
  display: inline-block;
  pointer-events: all;
}
.ant-message-success .anticon {
  color: #00a854;
}
.ant-message-error .anticon {
  color: #f04134;
}
.ant-message-warning .anticon {
  color: #ffbf00;
}
.ant-message-info .anticon,
.ant-message-loading .anticon {
  color: #108ee9;
}
.ant-message .anticon {
  margin-right: 8px;
  font-size: 14px;
  top: 1px;
  position: relative;
}
.ant-message-notice.move-up-leave.move-up-leave-active {
  animation-name: MessageMoveOut;
  overflow: hidden;
  animation-duration: .3s;
}
@keyframes MessageMoveOut {
  0% {
    opacity: 1;
    max-height: 150px;
    padding: 8px;
  }
  100% {
    opacity: 0;
    max-height: 0;
    padding: 0;
  }
}
.ant-modal {
  position: relative;
  width: auto;
  margin: 0 auto;
  top: 100px;
  padding-bottom: 24px;
}
.ant-modal-wrap {
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.ant-modal-title {
  margin: 0;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
}
.ant-modal-content {
  position: relative;
  background-color: #fff;
  border: 0;
  border-radius: 0px;
  background-clip: padding-box;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.ant-modal-close {
  cursor: pointer;
  border: 0;
  background: transparent;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: color .3s ease;
  color: rgba(0, 0, 0, 0.43);
  outline: 0;
}
.ant-modal-close-x {
  display: block;
  font-style: normal;
  vertical-align: baseline;
  text-align: center;
  text-transform: none;
  text-rendering: auto;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
}
.ant-modal-close-x:before {
  content: "\E633";
  display: block;
  font-family: "anticon" !important;
}
.ant-modal-close:focus,
.ant-modal-close:hover {
  color: #444;
  text-decoration: none;
}
.ant-modal-header {
  padding: 13px 16px;
  border-radius: 0px 0px 0 0;
  background: #fff;
  color: #071638;
  border-bottom: 1px solid #e9e9e9;
}
.ant-modal-body {
  padding: 16px;
  font-size: 12px;
  line-height: 1.5;
}
.ant-modal-footer {
  border-top: 1px solid #e9e9e9;
  padding: 10px 16px 10px 10px;
  text-align: right;
  border-radius: 0 0 0px 0px;
}
.ant-modal-footer button + button {
  margin-left: 8px;
  margin-bottom: 0;
}
.ant-modal.zoom-enter,
.ant-modal.zoom-appear {
  animation-duration: 0.3s;
  transform: none;
  opacity: 0;
}
.ant-modal-mask {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #373737;
  background-color: rgba(55, 55, 55, 0.6);
  height: 100%;
  z-index: 1000;
  filter: alpha(opacity=50);
}
.ant-modal-mask-hidden {
  display: none;
}
.ant-modal-open {
  overflow: hidden;
}
@media (max-width: 768px) {
  .ant-modal {
    width: auto !important;
    margin: 10px;
  }
  .vertical-center-modal .ant-modal {
    flex: 1;
  }
}
.ant-confirm .ant-modal-header {
  display: none;
}
.ant-confirm .ant-modal-close {
  display: none;
}
.ant-confirm .ant-modal-body {
  padding: 30px 40px;
}
.ant-confirm-body-wrapper {
  zoom: 1;
}
.ant-confirm-body-wrapper:before,
.ant-confirm-body-wrapper:after {
  content: " ";
  display: table;
}
.ant-confirm-body-wrapper:after {
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
.ant-confirm-body-wrapper:before,
.ant-confirm-body-wrapper:after {
  content: " ";
  display: table;
}
.ant-confirm-body-wrapper:after {
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
.ant-confirm-body .ant-confirm-title {
  color: #071638;
  font-weight: bold;
  font-size: 14px;
}
.ant-confirm-body .ant-confirm-content {
  margin-left: 42px;
  font-size: 12px;
  color: #071638;
  margin-top: 8px;
}
.ant-confirm-body > .anticon {
  font-size: 24px;
  margin-right: 16px;
  padding: 0 1px;
  float: left;
}
.ant-confirm .ant-confirm-btns {
  margin-top: 30px;
  float: right;
}
.ant-confirm .ant-confirm-btns button + button {
  margin-left: 10px;
  margin-bottom: 0;
}
.ant-confirm-error .ant-confirm-body > .anticon {
  color: #f04134;
}
.ant-confirm-warning .ant-confirm-body > .anticon,
.ant-confirm-confirm .ant-confirm-body > .anticon {
  color: #ffbf00;
}
.ant-confirm-info .ant-confirm-body > .anticon {
  color: #108ee9;
}
.ant-confirm-success .ant-confirm-body > .anticon {
  color: #00a854;
}
.ant-notification {
  position: fixed;
  z-index: 1010;
  width: 335px;
  margin-right: 24px;
}
.ant-notification-topLeft,
.ant-notification-bottomLeft {
  margin-left: 24px;
  margin-right: 0;
}
.ant-notification-topLeft .ant-notification-fade-enter.ant-notification-fade-enter-active,
.ant-notification-bottomLeft .ant-notification-fade-enter.ant-notification-fade-enter-active,
.ant-notification-topLeft .ant-notification-fade-appear.ant-notification-fade-appear-active,
.ant-notification-bottomLeft .ant-notification-fade-appear.ant-notification-fade-appear-active {
  animation-name: NotificationLeftFadeIn;
}
.ant-notification-notice {
  padding: 16px;
  border-radius: 0px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  background: #fff;
  line-height: 1.5;
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
}
.ant-notification-notice-message {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 4px;
  line-height: 20px;
  display: inline-block;
}
.ant-notification-notice-message-single-line-auto-margin {
  width: calc(335px - 16px * 2 - 24px - 48px - 100%);
  background-color: transparent;
  pointer-events: none;
  display: block;
  max-width: 4px;
}
.ant-notification-notice-message-single-line-auto-margin:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.ant-notification-notice-description {
  font-size: 12px;
}
.ant-notification-notice-closable .ant-notification-notice-message {
  padding-right: 24px;
}
.ant-notification-notice-with-icon .ant-notification-notice-message {
  font-size: 14px;
  margin-left: 48px;
  margin-bottom: 4px;
}
.ant-notification-notice-with-icon .ant-notification-notice-description {
  margin-left: 48px;
  font-size: 12px;
}
.ant-notification-notice-icon {
  position: absolute;
  font-size: 32px;
  line-height: 32px;
}
.ant-notification-notice-icon-success {
  color: #00a854;
}
.ant-notification-notice-icon-info {
  color: #108ee9;
}
.ant-notification-notice-icon-warning {
  color: #ffbf00;
}
.ant-notification-notice-icon-error {
  color: #f04134;
}
.ant-notification-notice-close-x:after {
  font-size: 12px;
  content: "\E633";
  font-family: "anticon";
  cursor: pointer;
}
.ant-notification-notice-close {
  position: absolute;
  right: 16px;
  top: 10px;
  color: rgba(0, 0, 0, 0.43);
  outline: none;
  text-decoration: none;
}
.ant-notification-notice-close:hover {
  color: #404040;
}
.ant-notification-notice-btn {
  float: right;
  margin-top: 16px;
}
.ant-notification .notification-fade-effect {
  animation-duration: 0.24s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-notification-fade-enter,
.ant-notification-fade-appear {
  opacity: 0;
  animation-duration: 0.24s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  animation-play-state: paused;
}
.ant-notification-fade-leave {
  animation-duration: 0.24s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  animation-duration: 0.2s;
  animation-play-state: paused;
}
.ant-notification-fade-enter.ant-notification-fade-enter-active,
.ant-notification-fade-appear.ant-notification-fade-appear-active {
  animation-name: NotificationFadeIn;
  animation-play-state: running;
}
.ant-notification-fade-leave.ant-notification-fade-leave-active {
  animation-name: NotificationFadeOut;
  animation-play-state: running;
}
@keyframes NotificationFadeIn {
  0% {
    opacity: 0;
    left: 335px;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes NotificationLeftFadeIn {
  0% {
    opacity: 0;
    right: 335px;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}
@keyframes NotificationFadeOut {
  0% {
    opacity: 1;
    margin-bottom: 10px;
    padding-top: 16px;
    padding-bottom: 16px;
    max-height: 150px;
  }
  100% {
    opacity: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    max-height: 0;
  }
}
.ant-pagination {
  font-size: 12px;
}
.ant-pagination:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.ant-pagination-total-text {
  display: inline-block;
  vertical-align: middle;
  height: 28px;
  line-height: 28px;
  margin-right: 8px;
}
.ant-pagination-item {
  cursor: pointer;
  border-radius: 0px;
  user-select: none;
  min-width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  margin-right: 8px;
  font-family: Arial;
  outline: 0;
}
.ant-pagination-item a {
  text-decoration: none;
  color: #071638;
  transition: none;
  margin: 0 6px;
}
.ant-pagination-item:focus,
.ant-pagination-item:hover {
  transition: all .3s;
  border-color: #1563f6;
}
.ant-pagination-item:focus a,
.ant-pagination-item:hover a {
  color: #1563f6;
}
.ant-pagination-item-active {
  background-color: #1563f6;
  border-color: #1563f6;
}
.ant-pagination-item-active:focus,
.ant-pagination-item-active:hover {
  background-color: #4d88f8;
  border-color: #4d88f8;
}
.ant-pagination-item-active a,
.ant-pagination-item-active:focus a,
.ant-pagination-item-active:hover a {
  color: #fff;
}
.ant-pagination-jump-prev,
.ant-pagination-jump-next {
  outline: 0;
}
.ant-pagination-jump-prev:after,
.ant-pagination-jump-next:after {
  content: "\2022\2022\2022";
  display: block;
  letter-spacing: 2px;
  color: rgba(0, 0, 0, 0.25);
  text-align: center;
}
.ant-pagination-jump-prev:focus:after,
.ant-pagination-jump-next:focus:after,
.ant-pagination-jump-prev:hover:after,
.ant-pagination-jump-next:hover:after {
  color: #1563f6;
  display: inline-block;
  font-size: 12px;
  font-size: 8px \9;
  transform: scale(0.66666667) rotate(0deg);
  /* IE6-IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
  zoom: 1;
  letter-spacing: -1px;
  font-family: "anticon";
}
:root .ant-pagination-jump-prev:focus:after,
:root .ant-pagination-jump-next:focus:after,
:root .ant-pagination-jump-prev:hover:after,
:root .ant-pagination-jump-next:hover:after {
  filter: none;
}
:root .ant-pagination-jump-prev:focus:after,
:root .ant-pagination-jump-next:focus:after,
:root .ant-pagination-jump-prev:hover:after,
:root .ant-pagination-jump-next:hover:after {
  font-size: 12px;
}
.ant-pagination-jump-prev:focus:after,
.ant-pagination-jump-prev:hover:after {
  content: "\E620\E620";
}
.ant-pagination-jump-next:focus:after,
.ant-pagination-jump-next:hover:after {
  content: "\E61F\E61F";
}
.ant-pagination-prev,
.ant-pagination-jump-prev,
.ant-pagination-jump-next {
  margin-right: 8px;
}
.ant-pagination-prev,
.ant-pagination-next,
.ant-pagination-jump-prev,
.ant-pagination-jump-next {
  font-family: Arial;
  cursor: pointer;
  color: #071638;
  border-radius: 0px;
  list-style: none;
  min-width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  transition: all .3s;
  display: inline-block;
  vertical-align: middle;
}
.ant-pagination-prev,
.ant-pagination-next {
  outline: 0;
}
.ant-pagination-prev a,
.ant-pagination-next a {
  color: #071638;
  user-select: none;
}
.ant-pagination-prev:hover a,
.ant-pagination-next:hover a {
  color: #1563f6;
}
.ant-pagination-prev .ant-pagination-item-link,
.ant-pagination-next .ant-pagination-item-link {
  border: 1px solid #d9d9d9;
  background-color: #fff;
  border-radius: 0px;
  outline: none;
  display: block;
  transition: all .3s;
}
.ant-pagination-prev .ant-pagination-item-link:after,
.ant-pagination-next .ant-pagination-item-link:after {
  display: inline-block;
  font-size: 12px;
  font-size: 8px \9;
  transform: scale(0.66666667) rotate(0deg);
  /* IE6-IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
  zoom: 1;
  display: block;
  height: 26px;
  line-height: 26px;
  font-family: "anticon";
  text-align: center;
  font-weight: 500;
}
:root .ant-pagination-prev .ant-pagination-item-link:after,
:root .ant-pagination-next .ant-pagination-item-link:after {
  filter: none;
}
:root .ant-pagination-prev .ant-pagination-item-link:after,
:root .ant-pagination-next .ant-pagination-item-link:after {
  font-size: 12px;
}
.ant-pagination-prev:focus .ant-pagination-item-link,
.ant-pagination-next:focus .ant-pagination-item-link,
.ant-pagination-prev:hover .ant-pagination-item-link,
.ant-pagination-next:hover .ant-pagination-item-link {
  border-color: #1563f6;
  color: #1563f6;
}
.ant-pagination-prev .ant-pagination-item-link:after {
  content: "\E620";
  display: block;
}
.ant-pagination-next .ant-pagination-item-link:after {
  content: "\E61F";
  display: block;
}
.ant-pagination-disabled,
.ant-pagination-disabled:hover,
.ant-pagination-disabled:focus {
  cursor: not-allowed;
}
.ant-pagination-disabled a,
.ant-pagination-disabled:hover a,
.ant-pagination-disabled:focus a,
.ant-pagination-disabled .ant-pagination-item-link,
.ant-pagination-disabled:hover .ant-pagination-item-link,
.ant-pagination-disabled:focus .ant-pagination-item-link {
  border-color: #d9d9d9;
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-pagination-slash {
  margin: 0 10px 0 5px;
}
.ant-pagination-options {
  display: inline-block;
  vertical-align: middle;
  margin-left: 16px;
}
.ant-pagination-options-size-changer {
  display: inline-block;
  margin-right: 8px;
}
.ant-pagination-options-quick-jumper {
  display: inline-block;
  height: 28px;
  line-height: 28px;
}
.ant-pagination-options-quick-jumper input {
  position: relative;
  display: inline-block;
  padding: 4px 7px;
  width: 100%;
  height: 28px;
  font-size: 12px;
  line-height: 1.5;
  color: #071638;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 0px;
  transition: all .3s;
  margin: 0 8px;
  width: 50px;
}
.ant-pagination-options-quick-jumper input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-pagination-options-quick-jumper input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-pagination-options-quick-jumper input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-pagination-options-quick-jumper input:hover {
  border-color: #4d88f8;
}
.ant-pagination-options-quick-jumper input:focus {
  border-color: #4d88f8;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(21, 99, 246, 0.2);
}
.ant-pagination-options-quick-jumper input-disabled {
  background-color: #fafafa;
  opacity: 1;
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.ant-pagination-options-quick-jumper input-disabled:hover {
  border-color: #e2e2e2;
}
textarea.ant-pagination-options-quick-jumper input {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  transition: all .3s, height 0s;
}
.ant-pagination-options-quick-jumper input-lg {
  padding: 6px 7px;
  height: 28px;
}
.ant-pagination-options-quick-jumper input-sm {
  padding: 1px 7px;
  height: 28px;
}
.ant-pagination-simple .ant-pagination-prev,
.ant-pagination-simple .ant-pagination-next {
  height: 24px;
  line-height: 24px;
  vertical-align: top;
}
.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link,
.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link {
  border: 0;
  height: 24px;
}
.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link:after,
.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link:after {
  line-height: 24px;
}
.ant-pagination-simple .ant-pagination-simple-pager {
  display: inline-block;
  margin-right: 8px;
  height: 24px;
}
.ant-pagination-simple .ant-pagination-simple-pager input {
  margin-right: 8px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 0px;
  border: 1px solid #d9d9d9;
  outline: none;
  padding: 0 6px;
  height: 100%;
  text-align: center;
  transition: border-color 0.3s;
}
.ant-pagination-simple .ant-pagination-simple-pager input:hover {
  border-color: #1563f6;
}
.ant-pagination.mini .ant-pagination-total-text,
.ant-pagination.mini .ant-pagination-simple-pager {
  height: 20px;
  line-height: 20px;
}
.ant-pagination.mini .ant-pagination-item {
  border: 0;
  margin: 0;
  min-width: 20px;
  height: 20px;
  line-height: 20px;
}
.ant-pagination.mini .ant-pagination-prev,
.ant-pagination.mini .ant-pagination-next {
  margin: 0;
  min-width: 20px;
  height: 20px;
  line-height: 20px;
}
.ant-pagination.mini .ant-pagination-prev .ant-pagination-item-link,
.ant-pagination.mini .ant-pagination-next .ant-pagination-item-link {
  border: 0;
}
.ant-pagination.mini .ant-pagination-prev .ant-pagination-item-link:after,
.ant-pagination.mini .ant-pagination-next .ant-pagination-item-link:after {
  height: 20px;
  line-height: 20px;
}
.ant-pagination.mini .ant-pagination-jump-prev,
.ant-pagination.mini .ant-pagination-jump-next {
  height: 20px;
  line-height: 20px;
}
.ant-pagination.mini .ant-pagination-options {
  margin-left: 8px;
}
.ant-pagination.mini .ant-pagination-options-quick-jumper {
  height: 20px;
  line-height: 20px;
}
.ant-pagination.mini .ant-pagination-options-quick-jumper input {
  padding: 1px 7px;
  height: 28px;
  width: 44px;
}
@media only screen and (max-width: 1024px) {
  .ant-pagination-item-after-jump-prev,
  .ant-pagination-item-before-jump-next {
    display: none;
  }
}
.ant-popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1030;
  cursor: auto;
  user-select: text;
  white-space: normal;
  font-size: 12px;
  line-height: 1.5;
  font-weight: normal;
  text-align: left;
}
.ant-popover:after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.01);
}
.ant-popover-hidden {
  display: none;
}
.ant-popover-placement-top,
.ant-popover-placement-topLeft,
.ant-popover-placement-topRight {
  padding-bottom: 8px;
}
.ant-popover-placement-right,
.ant-popover-placement-rightTop,
.ant-popover-placement-rightBottom {
  padding-left: 8px;
}
.ant-popover-placement-bottom,
.ant-popover-placement-bottomLeft,
.ant-popover-placement-bottomRight {
  padding-top: 8px;
}
.ant-popover-placement-left,
.ant-popover-placement-leftTop,
.ant-popover-placement-leftBottom {
  padding-right: 8px;
}
.ant-popover-inner {
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
}
.ant-popover-title {
  min-width: 177px;
  margin: 0;
  padding: 8px 16px;
  min-height: 32px;
  border-bottom: 1px solid #e9e9e9;
  color: #071638;
  font-weight: 500;
}
.ant-popover-inner-content {
  padding: 8px 16px;
  color: #071638;
}
.ant-popover-message {
  padding: 8px 0 16px;
  font-size: 12px;
  color: #071638;
}
.ant-popover-message > .anticon {
  color: #ffbf00;
  line-height: 17px;
  position: absolute;
}
.ant-popover-message-title {
  padding-left: 20px;
}
.ant-popover-buttons {
  text-align: right;
  margin-bottom: 8px;
}
.ant-popover-buttons button {
  margin-left: 8px;
}
.ant-popover-arrow,
.ant-popover-arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.ant-popover-arrow {
  border-width: 5px;
}
.ant-popover-arrow:after {
  border-width: 4px;
  content: "";
}
.ant-popover-placement-top > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-topLeft > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-topRight > .ant-popover-content > .ant-popover-arrow {
  border-bottom-width: 0;
  border-top-color: rgba(217, 217, 217, 0.7);
  bottom: 3px;
}
.ant-popover-placement-top > .ant-popover-content > .ant-popover-arrow:after,
.ant-popover-placement-topLeft > .ant-popover-content > .ant-popover-arrow:after,
.ant-popover-placement-topRight > .ant-popover-content > .ant-popover-arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -4px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.ant-popover-placement-top > .ant-popover-content > .ant-popover-arrow {
  left: 50%;
  margin-left: -5px;
}
.ant-popover-placement-topLeft > .ant-popover-content > .ant-popover-arrow {
  left: 16px;
}
.ant-popover-placement-topRight > .ant-popover-content > .ant-popover-arrow {
  right: 16px;
}
.ant-popover-placement-right > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-rightTop > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-rightBottom > .ant-popover-content > .ant-popover-arrow {
  left: 3px;
  border-left-width: 0;
  border-right-color: rgba(217, 217, 217, 0.7);
}
.ant-popover-placement-right > .ant-popover-content > .ant-popover-arrow:after,
.ant-popover-placement-rightTop > .ant-popover-content > .ant-popover-arrow:after,
.ant-popover-placement-rightBottom > .ant-popover-content > .ant-popover-arrow:after {
  content: " ";
  left: 1px;
  bottom: -4px;
  border-left-width: 0;
  border-right-color: #fff;
}
.ant-popover-placement-right > .ant-popover-content > .ant-popover-arrow {
  top: 50%;
  margin-top: -5px;
}
.ant-popover-placement-rightTop > .ant-popover-content > .ant-popover-arrow {
  top: 12px;
}
.ant-popover-placement-rightBottom > .ant-popover-content > .ant-popover-arrow {
  bottom: 12px;
}
.ant-popover-placement-bottom > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-bottomLeft > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-bottomRight > .ant-popover-content > .ant-popover-arrow {
  border-top-width: 0;
  border-bottom-color: rgba(217, 217, 217, 0.7);
  top: 3px;
}
.ant-popover-placement-bottom > .ant-popover-content > .ant-popover-arrow:after,
.ant-popover-placement-bottomLeft > .ant-popover-content > .ant-popover-arrow:after,
.ant-popover-placement-bottomRight > .ant-popover-content > .ant-popover-arrow:after {
  content: " ";
  top: 1px;
  margin-left: -4px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.ant-popover-placement-bottom > .ant-popover-content > .ant-popover-arrow {
  left: 50%;
  margin-left: -5px;
}
.ant-popover-placement-bottomLeft > .ant-popover-content > .ant-popover-arrow {
  left: 16px;
}
.ant-popover-placement-bottomRight > .ant-popover-content > .ant-popover-arrow {
  right: 16px;
}
.ant-popover-placement-left > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-leftTop > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-leftBottom > .ant-popover-content > .ant-popover-arrow {
  right: 3px;
  border-right-width: 0;
  border-left-color: rgba(217, 217, 217, 0.7);
}
.ant-popover-placement-left > .ant-popover-content > .ant-popover-arrow:after,
.ant-popover-placement-leftTop > .ant-popover-content > .ant-popover-arrow:after,
.ant-popover-placement-leftBottom > .ant-popover-content > .ant-popover-arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -4px;
}
.ant-popover-placement-left > .ant-popover-content > .ant-popover-arrow {
  top: 50%;
  margin-top: -5px;
}
.ant-popover-placement-leftTop > .ant-popover-content > .ant-popover-arrow {
  top: 12px;
}
.ant-popover-placement-leftBottom > .ant-popover-content > .ant-popover-arrow {
  bottom: 12px;
}
.ant-progress {
  display: inline-block;
}
.ant-progress-line {
  width: 100%;
  font-size: 12px;
  position: relative;
}
.ant-progress-outer {
  display: inline-block;
  width: 100%;
  margin-right: 0;
  padding-right: 0;
}
.ant-progress-show-info .ant-progress-outer {
  padding-right: 2.75em;
  margin-right: -2.75em;
}
.ant-progress-inner {
  display: inline-block;
  width: 100%;
  background-color: #fafafa;
  border-radius: 100px;
  vertical-align: middle;
}
.ant-progress-circle-trail {
  stroke: #fafafa;
}
.ant-progress-circle-path {
  stroke: #1563f6;
  animation: ant-progress-appear 0.3s;
}
.ant-progress-bg {
  border-radius: 100px;
  background-color: #1563f6;
  transition: all 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) 0s;
  position: relative;
}
.ant-progress-text {
  word-break: normal;
  width: 2em;
  text-align: left;
  font-size: 1em;
  margin-left: 0.75em;
  vertical-align: middle;
  display: inline-block;
}
.ant-progress-text .anticon {
  font-size: 12px;
}
.ant-progress-status-active .ant-progress-bg:before {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 10px;
  animation: ant-progress-active 2.4s cubic-bezier(0.23, 1, 0.32, 1) infinite;
}
.ant-progress-status-exception .ant-progress-bg {
  background-color: #f04134;
}
.ant-progress-status-exception .ant-progress-text {
  color: #f04134;
}
.ant-progress-status-exception .ant-progress-circle-path {
  stroke: #f04134;
}
.ant-progress-status-success .ant-progress-bg {
  background-color: #00a854;
}
.ant-progress-status-success .ant-progress-text {
  color: #00a854;
}
.ant-progress-status-success .ant-progress-circle-path {
  stroke: #00a854;
}
.ant-progress-circle .ant-progress-inner {
  position: relative;
  line-height: 1;
  background-color: transparent;
}
.ant-progress-circle .ant-progress-text {
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  line-height: 1;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-family: tahoma;
  margin: 0;
}
.ant-progress-circle .ant-progress-text .anticon {
  font-size: 1.16666667em;
}
.ant-progress-circle .ant-progress-status-exception .ant-progress-text {
  color: #f04134;
}
.ant-progress-circle .ant-progress-status-success .ant-progress-text {
  color: #00a854;
}
@keyframes ant-progress-appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ant-progress-active {
  0% {
    opacity: 0.1;
    width: 0;
  }
  20% {
    opacity: 0.5;
    width: 0;
  }
  100% {
    opacity: 0;
    width: 100%;
  }
}
.ant-radio-group {
  display: inline-block;
  font-size: 12px;
}
.ant-radio-wrapper {
  font-size: 12px;
  display: inline-block;
  position: relative;
  white-space: nowrap;
  margin-right: 8px;
  cursor: pointer;
}
.ant-radio {
  white-space: nowrap;
  outline: none;
  display: inline-block;
  position: relative;
  line-height: 1;
  vertical-align: text-bottom;
  cursor: pointer;
}
.ant-radio-wrapper:hover .ant-radio .ant-radio-inner,
.ant-radio:hover .ant-radio-inner,
.ant-radio-focused .ant-radio-inner {
  border-color: #1563f6;
}
.ant-radio-checked:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #1563f6;
  content: '';
  animation: antRadioEffect 0.36s ease-in-out;
  animation-fill-mode: both;
  visibility: hidden;
}
.ant-radio:hover:after,
.ant-radio-wrapper:hover .ant-radio:after {
  visibility: visible;
}
.ant-radio-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 14px;
  height: 14px;
  border-width: 1px;
  border-style: solid;
  border-radius: 14px;
  border-color: #d9d9d9;
  background-color: #fff;
  transition: all 0.3s;
}
.ant-radio-inner:after {
  position: absolute;
  width: 6px;
  height: 6px;
  left: 3px;
  top: 3px;
  border-radius: 0px;
  display: table;
  border-top: 0;
  border-left: 0;
  content: ' ';
  background-color: #1563f6;
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-radio-input {
  position: absolute;
  left: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.ant-radio-checked .ant-radio-inner {
  border-color: #1563f6;
}
.ant-radio-checked .ant-radio-inner:after {
  transform: scale(1);
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-radio-disabled .ant-radio-inner {
  border-color: #d9d9d9 !important;
  background-color: #fafafa;
}
.ant-radio-disabled .ant-radio-inner:after {
  background-color: #ccc;
}
.ant-radio-disabled .ant-radio-input {
  cursor: not-allowed;
}
.ant-radio-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
span.ant-radio + * {
  padding-left: 8px;
  padding-right: 8px;
}
.ant-radio-button-wrapper {
  margin: 0;
  height: 28px;
  line-height: 26px;
  color: #071638;
  display: inline-block;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 1px solid #d9d9d9;
  border-left: 0;
  background: #fff;
  padding: 0 16px;
  position: relative;
}
.ant-radio-button-wrapper a {
  color: #071638;
}
.ant-radio-button-wrapper > .ant-radio-button {
  margin-left: 0;
  display: block;
  width: 0;
  height: 0;
}
.ant-radio-group-large .ant-radio-button-wrapper {
  height: 28px;
  line-height: 26px;
}
.ant-radio-group-small .ant-radio-button-wrapper {
  height: 28px;
  line-height: 26px;
  padding: 0 12px;
}
.ant-radio-group-small .ant-radio-button-wrapper:first-child {
  border-radius: 2px 0 0 2px;
}
.ant-radio-group-small .ant-radio-button-wrapper:last-child {
  border-radius: 0 2px 2px 0;
}
.ant-radio-button-wrapper:not(:first-child)::before {
  content: "";
  display: block;
  top: 0;
  left: -1px;
  width: 1px;
  height: 100%;
  position: absolute;
  background-color: #d9d9d9;
}
.ant-radio-button-wrapper:first-child {
  border-radius: 0px 0 0 0px;
  border-left: 1px solid #d9d9d9;
}
.ant-radio-button-wrapper:last-child {
  border-radius: 0 0px 0px 0;
}
.ant-radio-button-wrapper:first-child:last-child {
  border-radius: 0px;
}
.ant-radio-button-wrapper:hover,
.ant-radio-button-wrapper-focused {
  color: #1563f6;
  position: relative;
}
.ant-radio-button-wrapper .ant-radio-inner,
.ant-radio-button-wrapper input[type="checkbox"],
.ant-radio-button-wrapper input[type="radio"] {
  opacity: 0;
  filter: alpha(opacity=0);
  width: 0;
  height: 0;
}
.ant-radio-button-wrapper-checked {
  background: #fff;
  border-color: #1563f6;
  color: #1563f6;
  box-shadow: -1px 0 0 0 #1563f6;
  z-index: 1;
}
.ant-radio-button-wrapper-checked::before {
  background-color: #1563f6 !important;
  opacity: 0.1;
}
.ant-radio-button-wrapper-checked:first-child {
  border-color: #1563f6;
  box-shadow: none !important;
}
.ant-radio-button-wrapper-checked:hover {
  border-color: #4d88f8;
  box-shadow: -1px 0 0 0 #4d88f8;
  color: #4d88f8;
}
.ant-radio-button-wrapper-checked:active {
  border-color: #1151d6;
  box-shadow: -1px 0 0 0 #1151d6;
  color: #1151d6;
}
.ant-radio-button-wrapper-disabled {
  border-color: #d9d9d9;
  background-color: #fafafa;
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.ant-radio-button-wrapper-disabled:first-child,
.ant-radio-button-wrapper-disabled:hover {
  border-color: #d9d9d9;
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.25);
}
.ant-radio-button-wrapper-disabled:first-child {
  border-left-color: #d9d9d9;
}
.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
  color: #fff;
  background-color: #e6e6e6;
  border-color: #d9d9d9;
  box-shadow: none;
}
@keyframes antRadioEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
.ant-rate {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  color: #f5a623;
}
.ant-rate-disabled .ant-rate-star {
  cursor: not-allowed;
}
.ant-rate-disabled .ant-rate-star:hover {
  transform: scale(1);
}
.ant-rate-star {
  margin: 0;
  padding: 0;
  display: inline-block;
  margin-right: 8px;
  position: relative;
  transition: all .3s;
  color: inherit;
  cursor: pointer;
}
.ant-rate-star-first,
.ant-rate-star-second {
  user-select: none;
  transition: all .3s;
  color: #e9e9e9;
}
.ant-rate-star:hover {
  transform: scale(1.1);
}
.ant-rate-star-first {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
}
.ant-rate-star-half .ant-rate-star-first,
.ant-rate-star-half .ant-rate-star-second {
  opacity: 1;
}
.ant-rate-star-half .ant-rate-star-first,
.ant-rate-star-full .ant-rate-star-second {
  color: inherit;
}
.ant-rate-text {
  margin-left: 8px;
  vertical-align: middle;
  display: inline-block;
  font-size: 12px;
}
.ant-select {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  color: #071638;
  font-size: 12px;
}
.ant-select > ul > li > a {
  padding: 0;
  background-color: #fff;
}
.ant-select-arrow {
  font-style: normal;
  vertical-align: baseline;
  text-align: center;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 8px;
  line-height: 1;
  margin-top: -6px;
  color: rgba(0, 0, 0, 0.43);
  display: inline-block;
  font-size: 12px;
  font-size: 9px \9;
  transform: scale(0.75) rotate(0deg);
  /* IE6-IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
  zoom: 1;
}
.ant-select-arrow:before {
  display: block;
  font-family: "anticon" !important;
}
:root .ant-select-arrow {
  filter: none;
}
:root .ant-select-arrow {
  font-size: 12px;
}
.ant-select-arrow * {
  display: none;
}
.ant-select-arrow:before {
  content: '\E61D';
  transition: transform 0.2s ease;
}
.ant-select-selection {
  outline: none;
  user-select: none;
  box-sizing: border-box;
  display: block;
  background-color: #fff;
  border-radius: 0px;
  border: 1px solid #d9d9d9;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-select-selection:hover {
  border-color: #4d88f8;
}
.ant-select-focused .ant-select-selection,
.ant-select-selection:focus,
.ant-select-selection:active {
  border-color: #4d88f8;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(21, 99, 246, 0.2);
}
.ant-select-selection__clear {
  display: inline-block;
  font-style: normal;
  vertical-align: baseline;
  text-align: center;
  text-transform: none;
  text-rendering: auto;
  opacity: 0;
  position: absolute;
  right: 8px;
  z-index: 1;
  background: #fff;
  top: 50%;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.25);
  width: 12px;
  height: 12px;
  margin-top: -6px;
  line-height: 12px;
  cursor: pointer;
  transition: color 0.3s ease, opacity 0.15s ease;
}
.ant-select-selection__clear:before {
  display: block;
  font-family: 'anticon';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E62E";
}
.ant-select-selection__clear:hover {
  color: rgba(0, 0, 0, 0.43);
}
.ant-select-selection:hover .ant-select-selection__clear {
  opacity: 1;
}
.ant-select-selection-selected-value {
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  padding-right: 14px;
}
.ant-select-disabled {
  color: rgba(0, 0, 0, 0.25);
}
.ant-select-disabled .ant-select-selection {
  background: #fafafa;
  cursor: not-allowed;
}
.ant-select-disabled .ant-select-selection:hover,
.ant-select-disabled .ant-select-selection:focus,
.ant-select-disabled .ant-select-selection:active {
  border-color: #d9d9d9;
  box-shadow: none;
}
.ant-select-disabled .ant-select-selection__clear {
  display: none;
  visibility: hidden;
  pointer-events: none;
}
.ant-select-disabled .ant-select-selection--multiple .ant-select-selection__choice {
  background: #eee;
  color: #aaa;
  padding-right: 10px;
}
.ant-select-disabled .ant-select-selection--multiple .ant-select-selection__choice__remove {
  display: none;
}
.ant-select-selection--single {
  height: 28px;
  position: relative;
  cursor: pointer;
}
.ant-select-selection__rendered {
  display: block;
  margin-left: 7px;
  margin-right: 7px;
  position: relative;
  line-height: 26px;
}
.ant-select-selection__rendered:after {
  content: '.';
  visibility: hidden;
  pointer-events: none;
  display: inline-block;
  width: 0;
}
.ant-select-lg .ant-select-selection--single {
  height: 28px;
}
.ant-select-lg .ant-select-selection__rendered {
  line-height: 26px;
}
.ant-select-lg .ant-select-selection--multiple {
  min-height: 28px;
}
.ant-select-lg .ant-select-selection--multiple .ant-select-selection__rendered li {
  height: 20px;
  line-height: 20px;
}
.ant-select-lg .ant-select-selection--multiple .ant-select-selection__clear {
  top: 14px;
}
.ant-select-sm .ant-select-selection--single {
  height: 28px;
}
.ant-select-sm .ant-select-selection__rendered {
  line-height: 26px;
}
.ant-select-sm .ant-select-selection--multiple {
  min-height: 28px;
}
.ant-select-sm .ant-select-selection--multiple .ant-select-selection__rendered li {
  height: 20px;
  line-height: 20px;
}
.ant-select-sm .ant-select-selection--multiple .ant-select-selection__clear {
  top: 14px;
}
.ant-select-disabled .ant-select-selection__choice__remove {
  color: rgba(0, 0, 0, 0.25);
  cursor: default;
}
.ant-select-disabled .ant-select-selection__choice__remove:hover {
  color: rgba(0, 0, 0, 0.25);
}
.ant-select-search__field__wrap {
  display: inline-block;
  position: relative;
}
.ant-select-selection__placeholder,
.ant-select-search__field__placeholder {
  position: absolute;
  top: 50%;
  left: 0;
  right: 9px;
  color: #bfbfbf;
  line-height: 20px;
  height: 20px;
  max-width: 100%;
  margin-top: -10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}
.ant-select-search__field__placeholder {
  left: 8px;
}
.ant-select-search__field__mirror {
  position: absolute;
  top: 0;
  left: -9999px;
  white-space: pre;
  pointer-events: none;
}
.ant-select-search--inline {
  position: absolute;
  height: 100%;
  width: 100%;
}
.ant-select-selection--multiple .ant-select-search--inline {
  float: left;
  position: static;
}
.ant-select-search--inline .ant-select-search__field__wrap {
  width: 100%;
  height: 100%;
}
.ant-select-search--inline .ant-select-search__field {
  border-width: 0;
  font-size: 100%;
  height: 100%;
  width: 100%;
  background: transparent;
  outline: 0;
  border-radius: 0px;
  line-height: 1;
}
.ant-select-search--inline > i {
  float: right;
}
.ant-select-selection--multiple {
  min-height: 28px;
  cursor: text;
  padding-bottom: 3px;
  zoom: 1;
}
.ant-select-selection--multiple:before,
.ant-select-selection--multiple:after {
  content: " ";
  display: table;
}
.ant-select-selection--multiple:after {
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
.ant-select-selection--multiple:before,
.ant-select-selection--multiple:after {
  content: " ";
  display: table;
}
.ant-select-selection--multiple:after {
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
.ant-select-selection--multiple .ant-select-search--inline {
  width: auto;
  padding: 0;
  max-width: 100%;
}
.ant-select-selection--multiple .ant-select-search--inline .ant-select-search__field {
  max-width: 100%;
  width: 0.75em;
}
.ant-select-selection--multiple .ant-select-selection__rendered {
  margin-left: 5px;
  margin-bottom: -3px;
  height: auto;
}
.ant-select-selection--multiple > ul > li,
.ant-select-selection--multiple .ant-select-selection__rendered > ul > li {
  margin-top: 3px;
  height: 20px;
  line-height: 20px;
}
.ant-select-selection--multiple .ant-select-selection__choice {
  color: #071638;
  background-color: #f3f3f3;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 4px;
  max-width: 99%;
  position: relative;
  overflow: hidden;
  transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  padding: 0 20px 0 10px;
}
.ant-select-selection--multiple .ant-select-selection__choice__disabled {
  padding: 0 10px;
}
.ant-select-selection--multiple .ant-select-selection__choice__content {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  transition: margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-select-selection--multiple .ant-select-selection__choice__remove {
  font-style: normal;
  vertical-align: baseline;
  text-align: center;
  text-transform: none;
  line-height: 1;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgba(0, 0, 0, 0.43);
  line-height: inherit;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  display: inline-block;
  font-size: 12px;
  font-size: 8px \9;
  transform: scale(0.66666667) rotate(0deg);
  /* IE6-IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
  zoom: 1;
  position: absolute;
  right: 4px;
  padding: 0 0 0 8px;
}
.ant-select-selection--multiple .ant-select-selection__choice__remove:before {
  display: block;
  font-family: "anticon" !important;
}
:root .ant-select-selection--multiple .ant-select-selection__choice__remove {
  filter: none;
}
:root .ant-select-selection--multiple .ant-select-selection__choice__remove {
  font-size: 12px;
}
.ant-select-selection--multiple .ant-select-selection__choice__remove:hover {
  color: #404040;
}
.ant-select-selection--multiple .ant-select-selection__choice__remove:before {
  content: "\E633";
}
.ant-select-selection--multiple .ant-select-selection__clear {
  top: 14px;
}
.ant-select-allow-clear .ant-select-selection--multiple .ant-select-selection__rendered {
  margin-right: 20px;
}
.ant-select-open .ant-select-arrow {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -ms-transform: rotate(180deg);
}
.ant-select-open .ant-select-arrow:before {
  transform: rotate(180deg);
}
.ant-select-open .ant-select-selection {
  border-color: #4d88f8;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(21, 99, 246, 0.2);
}
.ant-select-combobox .ant-select-arrow {
  display: none;
}
.ant-select-combobox .ant-select-search--inline {
  height: 100%;
  width: 100%;
  float: none;
}
.ant-select-combobox .ant-select-search__field__wrap {
  width: 100%;
  height: 100%;
}
.ant-select-combobox .ant-select-search__field {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  box-shadow: none;
}
.ant-select-combobox.ant-select-allow-clear .ant-select-selection:hover .ant-select-selection__rendered {
  margin-right: 20px;
}
.ant-select-dropdown {
  background-color: #fff;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  box-sizing: border-box;
  z-index: 1050;
  left: -9999px;
  top: -9999px;
  position: absolute;
  outline: none;
  overflow: hidden;
  font-size: 12px;
}
.ant-select-dropdown.slide-up-enter.slide-up-enter-active.ant-select-dropdown-placement-bottomLeft,
.ant-select-dropdown.slide-up-appear.slide-up-appear-active.ant-select-dropdown-placement-bottomLeft {
  animation-name: antSlideUpIn;
}
.ant-select-dropdown.slide-up-enter.slide-up-enter-active.ant-select-dropdown-placement-topLeft,
.ant-select-dropdown.slide-up-appear.slide-up-appear-active.ant-select-dropdown-placement-topLeft {
  animation-name: antSlideDownIn;
}
.ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-bottomLeft {
  animation-name: antSlideUpOut;
}
.ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-topLeft {
  animation-name: antSlideDownOut;
}
.ant-select-dropdown-hidden {
  display: none;
}
.ant-select-dropdown-menu {
  outline: none;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  max-height: 250px;
  overflow: auto;
}
.ant-select-dropdown-menu-item-group-list {
  margin: 0;
  padding: 0;
}
.ant-select-dropdown-menu-item-group-list > .ant-select-dropdown-menu-item {
  padding-left: 16px;
}
.ant-select-dropdown-menu-item-group-title {
  color: rgba(0, 0, 0, 0.43);
  line-height: 1.5;
  padding: 8px;
}
.ant-select-dropdown-menu-item {
  position: relative;
  display: block;
  padding: 7px 8px;
  font-weight: normal;
  color: #071638;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background 0.3s ease;
}
.ant-select-dropdown-menu-item:hover {
  background-color: #edf3fe;
}
.ant-select-dropdown-menu-item-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-select-dropdown-menu-item-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: #fff;
  cursor: not-allowed;
}
.ant-select-dropdown-menu-item-selected,
.ant-select-dropdown-menu-item-selected:hover {
  background-color: #fafafa;
  font-weight: 600;
  color: #071638;
}
.ant-select-dropdown-menu-item-active {
  background-color: #edf3fe;
}
.ant-select-dropdown-menu-item-divider {
  height: 1px;
  margin: 1px 0;
  overflow: hidden;
  background-color: #e5e5e5;
  line-height: 0;
}
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item:after {
  font-family: 'anticon';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E632";
  color: transparent;
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  transform: scale(0.83333333) rotate(0deg);
  /* IE6-IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
  zoom: 1;
  transition: all 0.2s ease;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  font-weight: bold;
  text-shadow: 0 0.1px 0, 0.1px 0 0, 0 -0.1px 0, -0.1px 0;
}
:root .ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item:after {
  filter: none;
}
:root .ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item:after {
  font-size: 12px;
}
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item:hover:after {
  color: #ddd;
}
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-disabled:after {
  display: none;
}
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-selected:after,
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-selected:hover:after {
  color: #1563f6;
  display: inline-block;
}
.ant-select-dropdown-container-open .ant-select-dropdown,
.ant-select-dropdown-open .ant-select-dropdown {
  display: block;
}
.ant-slider {
  position: relative;
  margin: 10px 6px;
  padding: 4px 0;
  height: 12px;
  cursor: pointer;
}
.ant-slider-vertical {
  width: 12px;
  height: 100%;
  margin: 6px 10px;
  padding: 0 4px;
}
.ant-slider-vertical .ant-slider-rail {
  height: 100%;
  width: 4px;
}
.ant-slider-vertical .ant-slider-track {
  width: 4px;
}
.ant-slider-vertical .ant-slider-handle {
  margin-left: -5px;
  margin-bottom: -7px;
}
.ant-slider-vertical .ant-slider-mark {
  top: 0;
  left: 12px;
  width: 18px;
  height: 100%;
}
.ant-slider-vertical .ant-slider-mark-text {
  left: 4px;
  white-space: nowrap;
}
.ant-slider-vertical .ant-slider-step {
  width: 4px;
  height: 100%;
}
.ant-slider-vertical .ant-slider-dot {
  top: auto;
  left: 2px;
  margin-bottom: -4px;
}
.ant-slider-with-marks {
  margin-bottom: 28px;
}
.ant-slider-rail {
  position: absolute;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background-color: #e9e9e9;
  transition: background-color 0.3s ease;
}
.ant-slider-track {
  position: absolute;
  height: 4px;
  border-radius: 0px;
  background-color: #a1c1fb;
  transition: background-color 0.3s ease;
}
.ant-slider-handle {
  position: absolute;
  margin-left: -7px;
  margin-top: -5px;
  width: 14px;
  height: 14px;
  cursor: pointer;
  border-radius: 50%;
  border: solid 2px #8ab1fb;
  background-color: #fff;
  transition: border-color 0.3s ease, transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.ant-slider-handle:hover {
  border-color: #4d88f8;
  transform: scale(1.2);
  transform-origin: center center;
}
.ant-slider-handle:active {
  box-shadow: 0 0 0 2px rgba(21, 99, 246, 0.2);
}
.ant-slider:hover .ant-slider-rail {
  background-color: #e1e1e1;
}
.ant-slider:hover .ant-slider-track {
  background-color: #73a1fa;
}
.ant-slider:hover .ant-slider-handle {
  border-color: #4d88f8;
}
.ant-slider-mark {
  position: absolute;
  top: 14px;
  left: 0;
  width: 100%;
  font-size: 12px;
}
.ant-slider-mark-text {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.43);
}
.ant-slider-mark-text-active {
  color: #071638;
}
.ant-slider-step {
  position: absolute;
  width: 100%;
  height: 4px;
  background: transparent;
}
.ant-slider-dot {
  position: absolute;
  top: -2px;
  margin-left: -4px;
  width: 8px;
  height: 8px;
  border: 2px solid #e9e9e9;
  background-color: #fff;
  cursor: pointer;
  border-radius: 50%;
  vertical-align: middle;
}
.ant-slider-dot:first-child {
  margin-left: -4px;
}
.ant-slider-dot:last-child {
  margin-left: -4px;
}
.ant-slider-dot-active {
  border-color: #8ab1fb;
}
.ant-slider-disabled {
  cursor: not-allowed;
}
.ant-slider-disabled .ant-slider-track {
  background-color: rgba(0, 0, 0, 0.25) !important;
}
.ant-slider-disabled .ant-slider-handle,
.ant-slider-disabled .ant-slider-dot {
  border-color: rgba(0, 0, 0, 0.25) !important;
  background-color: #fff;
  cursor: not-allowed;
  box-shadow: none;
}
.ant-slider-disabled .ant-slider-mark-text,
.ant-slider-disabled .ant-slider-dot {
  cursor: not-allowed !important;
}
.ant-spin {
  color: #1563f6;
  vertical-align: middle;
  text-align: center;
  opacity: 0;
  position: absolute;
  transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  font-size: 12px;
  display: none;
}
.ant-spin-spinning {
  opacity: 1;
  position: static;
  display: inline-block;
}
.ant-spin-nested-loading {
  position: relative;
}
.ant-spin-nested-loading > div > .ant-spin {
  position: absolute;
  height: 100%;
  max-height: 320px;
  width: 100%;
  z-index: 4;
}
.ant-spin-nested-loading > div > .ant-spin .ant-spin-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px;
}
.ant-spin-nested-loading > div > .ant-spin .ant-spin-text {
  position: absolute;
  top: 50%;
  width: 100%;
  padding-top: 6px;
}
.ant-spin-nested-loading > div > .ant-spin.ant-spin-show-text .ant-spin-dot {
  margin-top: -20px;
}
.ant-spin-nested-loading > div > .ant-spin-sm .ant-spin-dot {
  margin: -7px;
}
.ant-spin-nested-loading > div > .ant-spin-sm .ant-spin-text {
  padding-top: 3px;
}
.ant-spin-nested-loading > div > .ant-spin-sm.ant-spin-show-text .ant-spin-dot {
  margin-top: -17px;
}
.ant-spin-nested-loading > div > .ant-spin-lg .ant-spin-dot {
  margin: -16px;
}
.ant-spin-nested-loading > div > .ant-spin-lg .ant-spin-text {
  padding-top: 12px;
}
.ant-spin-nested-loading > div > .ant-spin-lg.ant-spin-show-text .ant-spin-dot {
  margin-top: -26px;
}
.ant-spin-container {
  position: relative;
}
.ant-spin-blur {
  overflow: hidden;
  opacity: 0.7;
  -webkit-filter: blur(0.5px);
  filter: blur(0.5px);
  /* autoprefixer: off */
  filter: progid\:DXImageTransform\.Microsoft\.Blur(PixelRadius\=1, MakeShadow\=false);
  -webkit-transform: translateZ(0);
}
.ant-spin-blur:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.3;
  transition: all .3s;
  z-index: 10;
}
.ant-spin-tip {
  color: rgba(0, 0, 0, 0.43);
}
.ant-spin-dot {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  animation: antRotate 1.2s infinite linear;
}
.ant-spin-dot i {
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background-color: #1563f6;
  transform: scale(0.75);
  display: block;
  position: absolute;
  opacity: 0.3;
  animation: antSpinMove 1s infinite linear alternate;
  transform-origin: 50% 50%;
}
.ant-spin-dot i:nth-child(1) {
  left: 0;
  top: 0;
}
.ant-spin-dot i:nth-child(2) {
  right: 0;
  top: 0;
  animation-delay: 0.4s;
}
.ant-spin-dot i:nth-child(3) {
  right: 0;
  bottom: 0;
  animation-delay: 0.8s;
}
.ant-spin-dot i:nth-child(4) {
  left: 0;
  bottom: 0;
  animation-delay: 1.2s;
}
.ant-spin-sm .ant-spin-dot {
  width: 14px;
  height: 14px;
}
.ant-spin-sm .ant-spin-dot i {
  width: 6px;
  height: 6px;
}
.ant-spin-lg .ant-spin-dot {
  width: 32px;
  height: 32px;
}
.ant-spin-lg .ant-spin-dot i {
  width: 14px;
  height: 14px;
}
.ant-spin.ant-spin-show-text .ant-spin-text {
  display: block;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ */
  .ant-spin-blur {
    background: #fff;
    opacity: 0.5;
  }
}
@keyframes antSpinMove {
  to {
    opacity: 1;
  }
}
@keyframes antRotate {
  to {
    transform: rotate(405deg);
  }
}
.ant-steps {
  font-size: 0;
  line-height: 1.5;
}
.ant-steps .ant-steps-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.ant-steps .ant-steps-item.ant-steps-status-wait .ant-steps-head-inner {
  border-color: rgba(0, 0, 0, 0.25);
  background-color: #fff;
}
.ant-steps .ant-steps-item.ant-steps-status-wait .ant-steps-head-inner > .ant-steps-icon {
  color: rgba(0, 0, 0, 0.25);
}
.ant-steps .ant-steps-item.ant-steps-status-wait .ant-steps-head-inner > .ant-steps-icon .ant-steps-icon-dot {
  background: rgba(0, 0, 0, 0.25);
}
.ant-steps .ant-steps-item.ant-steps-status-wait .ant-steps-title {
  color: rgba(0, 0, 0, 0.43);
}
.ant-steps .ant-steps-item.ant-steps-status-wait .ant-steps-description {
  color: rgba(0, 0, 0, 0.43);
}
.ant-steps .ant-steps-item.ant-steps-status-wait .ant-steps-tail > i {
  background-color: #e9e9e9;
}
.ant-steps .ant-steps-item.ant-steps-status-process .ant-steps-head-inner {
  border-color: #1563f6;
  background-color: #1563f6;
}
.ant-steps .ant-steps-item.ant-steps-status-process .ant-steps-head-inner > .ant-steps-icon {
  color: #fff;
}
.ant-steps .ant-steps-item.ant-steps-status-process .ant-steps-head-inner > .ant-steps-icon .ant-steps-icon-dot {
  background: #1563f6;
}
.ant-steps .ant-steps-item.ant-steps-status-process .ant-steps-title {
  color: #071638;
}
.ant-steps .ant-steps-item.ant-steps-status-process .ant-steps-description {
  color: #071638;
}
.ant-steps .ant-steps-item.ant-steps-status-process .ant-steps-tail > i {
  background-color: #e9e9e9;
}
.ant-steps .ant-steps-item.ant-steps-status-finish .ant-steps-head-inner {
  border-color: #1563f6;
  background-color: #fff;
}
.ant-steps .ant-steps-item.ant-steps-status-finish .ant-steps-head-inner > .ant-steps-icon {
  color: #1563f6;
}
.ant-steps .ant-steps-item.ant-steps-status-finish .ant-steps-head-inner > .ant-steps-icon .ant-steps-icon-dot {
  background: #1563f6;
}
.ant-steps .ant-steps-item.ant-steps-status-finish .ant-steps-tail > i:after {
  width: 100%;
  background: #1563f6;
  transition: all .6s;
  opacity: 1;
  box-shadow: 0 0 0 0 #1563f6;
  animation: tailEffect .4s;
}
.ant-steps .ant-steps-item.ant-steps-status-finish .ant-steps-title {
  color: rgba(0, 0, 0, 0.43);
}
.ant-steps .ant-steps-item.ant-steps-status-finish .ant-steps-description {
  color: rgba(0, 0, 0, 0.43);
}
.ant-steps .ant-steps-item.ant-steps-status-error .ant-steps-head-inner {
  border-color: #f04134;
  background-color: #fff;
}
.ant-steps .ant-steps-item.ant-steps-status-error .ant-steps-head-inner > .ant-steps-icon {
  color: #f04134;
}
.ant-steps .ant-steps-item.ant-steps-status-error .ant-steps-head-inner > .ant-steps-icon .ant-steps-icon-dot {
  background: #f04134;
}
.ant-steps .ant-steps-item.ant-steps-status-error .ant-steps-title {
  color: #f04134;
}
.ant-steps .ant-steps-item.ant-steps-status-error .ant-steps-description {
  color: #f04134;
}
.ant-steps .ant-steps-item.ant-steps-status-error .ant-steps-tail > i {
  background-color: #e9e9e9;
}
.ant-steps .ant-steps-item.ant-steps-next-error .ant-steps-tail > i,
.ant-steps .ant-steps-item.ant-steps-next-error .ant-steps-tail > i:after {
  background-color: #f04134;
}
.ant-steps .ant-steps-item.ant-steps-custom .ant-steps-head-inner {
  background: none;
  border: 0;
  width: auto;
  height: auto;
}
.ant-steps .ant-steps-item.ant-steps-custom .ant-steps-head-inner > .ant-steps-icon {
  font-size: 26px;
  width: 26px;
  height: 26px;
}
.ant-steps .ant-steps-item.ant-steps-custom.ant-steps-status-process .ant-steps-head-inner > .ant-steps-icon {
  color: #1563f6;
}
.ant-steps .ant-steps-head,
.ant-steps .ant-steps-main {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.ant-steps .ant-steps-head {
  background: #fff;
}
.ant-steps .ant-steps-head-inner {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.25);
  width: 26px;
  height: 26px;
  line-height: 23px;
  text-align: center;
  border-radius: 26px;
  font-size: 14px;
  margin-right: 8px;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ant-steps .ant-steps-head-inner > .ant-steps-icon {
  line-height: 1;
  color: #1563f6;
  position: relative;
}
.ant-steps .ant-steps-head-inner > .ant-steps-icon.anticon {
  font-size: 12px;
}
.ant-steps .ant-steps-head-inner > .ant-steps-icon.anticon-cross,
.ant-steps .ant-steps-head-inner > .ant-steps-icon.anticon-check {
  font-weight: bold;
}
.ant-steps .ant-steps-title {
  font-size: 14px;
  line-height: 26px;
  color: #071638;
  font-weight: bold;
  background-color: #fff;
  display: inline-block;
  padding-right: 10px;
}
.ant-steps .ant-steps-title > a:first-child:last-child {
  color: #071638;
}
.ant-steps .ant-steps-item:last-child .ant-steps-title {
  padding-right: 0;
  width: 100%;
}
.ant-steps .ant-steps-item:last-child .ant-steps-tail {
  display: none;
}
.ant-steps .ant-steps-description {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.43);
}
.ant-steps .ant-steps-tail {
  position: absolute;
  left: 0;
  width: 100%;
  top: 13px;
  padding: 0 10px;
}
.ant-steps .ant-steps-tail > i {
  display: inline-block;
  vertical-align: top;
  background: #e9e9e9;
  height: 1px;
  border-radius: 1px;
  width: 100%;
  position: relative;
}
.ant-steps .ant-steps-tail > i:after {
  position: absolute;
  content: '';
  top: 0;
  width: 0;
  background: #e9e9e9;
  height: 100%;
  opacity: 0;
}
.ant-steps.ant-steps-small .ant-steps-head-inner {
  border: 1px solid rgba(0, 0, 0, 0.25);
  width: 18px;
  height: 18px;
  line-height: 15px;
  text-align: center;
  border-radius: 18px;
  font-size: 12px;
  margin-right: 10px;
}
.ant-steps.ant-steps-small .ant-steps-head-inner > .ant-steps-icon.anticon {
  display: inline-block;
  font-size: 12px;
  font-size: 9px \9;
  transform: scale(0.75) rotate(0deg);
  /* IE6-IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
  zoom: 1;
  top: 0;
}
:root .ant-steps.ant-steps-small .ant-steps-head-inner > .ant-steps-icon.anticon {
  filter: none;
}
:root .ant-steps.ant-steps-small .ant-steps-head-inner > .ant-steps-icon.anticon {
  font-size: 12px;
}
.ant-steps.ant-steps-small .ant-steps-main {
  margin-top: 0;
}
.ant-steps.ant-steps-small .ant-steps-title {
  font-size: 12px;
  line-height: 18px;
  color: #071638;
  font-weight: bold;
}
.ant-steps.ant-steps-small .ant-steps-description {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.43);
}
.ant-steps.ant-steps-small .ant-steps-tail {
  top: 8px;
  padding: 0 8px;
}
.ant-steps.ant-steps-small .ant-steps-tail > i {
  height: 1px;
  border-radius: 1px;
  width: 100%;
}
.ant-steps.ant-steps-small .ant-steps-custom .ant-steps-head-inner > .ant-steps-icon {
  font-size: 18px;
  width: 18px;
  height: 18px;
}
.ant-steps-vertical > .ant-steps-item {
  display: block;
}
.ant-steps-vertical > .ant-steps-item > .ant-steps-tail {
  position: absolute;
  left: 13px;
  top: 0;
  height: 100%;
  width: 1px;
  padding: 30px 0 4px;
}
.ant-steps-vertical > .ant-steps-item > .ant-steps-tail > i {
  height: 100%;
  width: 1px;
}
.ant-steps-vertical > .ant-steps-item > .ant-steps-tail > i:after {
  height: 0;
  width: 100%;
}
.ant-steps-vertical .ant-steps-status-finish .ant-steps-tail > i:after {
  height: 100%;
}
.ant-steps-vertical .ant-steps-head {
  float: left;
}
.ant-steps-vertical .ant-steps-head-inner {
  margin-right: 16px;
}
.ant-steps-vertical .ant-steps-main {
  min-height: 47px;
  overflow: hidden;
  display: block;
}
.ant-steps-vertical .ant-steps-main .ant-steps-title {
  line-height: 26px;
}
.ant-steps-vertical .ant-steps-main .ant-steps-description {
  padding-bottom: 12px;
}
.ant-steps-vertical.ant-steps-small .ant-steps-tail {
  position: absolute;
  left: 9px;
  top: 0;
  padding: 22px 0 4px;
}
.ant-steps-vertical.ant-steps-small .ant-steps-tail > i {
  height: 100%;
}
.ant-steps-vertical.ant-steps-small .ant-steps-title {
  line-height: 18px;
}
.ant-steps-horizontal.ant-steps-hidden {
  visibility: hidden;
}
.ant-steps-horizontal .ant-steps-description {
  max-width: 120px;
}
.ant-steps-horizontal .ant-steps-item:not(:first-child) .ant-steps-head {
  padding-left: 10px;
  margin-left: -10px;
}
.ant-steps-dot .ant-steps-item .ant-steps-step {
  display: inline-block;
  text-align: center;
  width: 120px;
}
.ant-steps-dot .ant-steps-item:not(:first-child) .ant-steps-head {
  margin-left: 0;
  padding-left: 0;
}
.ant-steps-dot .ant-steps-tail {
  margin: 0 0 0 60px;
  padding: 0;
  width: 100%;
  top: 1px;
}
.ant-steps-dot .ant-steps-tail > i {
  height: 3px;
}
.ant-steps-dot .ant-steps-head {
  display: inline-block;
  padding-right: 0;
}
.ant-steps-dot .ant-steps-head-inner {
  margin: 0 auto;
  width: 5px;
  height: 5px;
  line-height: 5px;
  border: 0;
}
.ant-steps-dot .ant-steps-head-inner .ant-steps-icon-dot {
  float: left;
  width: 100%;
  height: 100%;
  border-radius: 2.5px;
  position: relative;
}
.ant-steps-dot .ant-steps-head-inner .ant-steps-icon-dot:after {
  content: '';
  background: rgba(255, 255, 255, 0.001);
  width: 40px;
  height: 24px;
  position: absolute;
  top: -8px;
  left: -16px;
}
.ant-steps-dot .ant-steps-head-inner .ant-steps-icon-dot:hover {
  transform: scale(1.3);
}
.ant-steps-dot .ant-steps-main {
  display: block;
  margin-top: 10px;
}
.ant-steps-dot .ant-steps-main .ant-steps-title {
  padding-right: 0;
  background-color: transparent;
}
.ant-steps-dot .ant-steps-status-process .ant-steps-head {
  top: -1px;
}
.ant-steps-dot .ant-steps-status-process .ant-steps-head-inner {
  width: 7px;
  height: 7px;
  line-height: 7px;
}
.ant-steps-dot .ant-steps-status-process .ant-steps-head-inner .ant-steps-icon-dot {
  border-radius: 3.5px;
}
.ant-steps-dot.ant-steps-vertical .ant-steps-tail {
  left: 2px;
  height: 100%;
  padding: 0;
  top: 15px;
}
.ant-steps-dot.ant-steps-vertical .ant-steps-tail > i {
  height: 100%;
  width: 3px;
}
.ant-steps-dot.ant-steps-vertical .ant-steps-head {
  top: 12px;
  left: 1px;
}
.ant-steps-dot.ant-steps-vertical .ant-steps-status-process .ant-steps-head {
  left: 0;
}
@keyframes tailEffect {
  to {
    box-shadow: 0 0 3px 3px transparent;
  }
}
.ant-switch {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  height: 22px;
  min-width: 44px;
  line-height: 20px;
  vertical-align: middle;
  border-radius: 20px;
  border: 1px solid transparent;
  background-color: rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: all 0.36s;
  user-select: none;
}
.ant-switch-inner {
  color: #fff;
  font-size: 12px;
  margin-left: 24px;
  margin-right: 6px;
  display: block;
}
.ant-switch:after {
  position: absolute;
  width: 18px;
  height: 18px;
  left: 1px;
  top: 1px;
  border-radius: 18px;
  background-color: #fff;
  content: " ";
  cursor: pointer;
  transition: all 0.36s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-switch:active:after {
  width: 24px;
}
.ant-switch:focus {
  box-shadow: 0 0 0 2px rgba(21, 99, 246, 0.2);
  outline: 0;
}
.ant-switch:focus:hover {
  box-shadow: none;
}
.ant-switch-small {
  height: 14px;
  min-width: 28px;
  line-height: 12px;
}
.ant-switch-small .ant-switch-inner {
  margin-left: 18px;
  margin-right: 3px;
}
.ant-switch-small:after {
  width: 12px;
  height: 12px;
  top: 0;
  left: 0.5px;
}
.ant-switch-small:active:after {
  width: 16px;
}
.ant-switch-small.ant-switch-checked:after {
  left: 100%;
  margin-left: -12.5px;
}
.ant-switch-small.ant-switch-checked .ant-switch-inner {
  margin-left: 3px;
  margin-right: 18px;
}
.ant-switch-small:active.ant-switch-checked:after {
  margin-left: -16.5px;
}
.ant-switch-checked {
  background-color: #1563f6;
}
.ant-switch-checked .ant-switch-inner {
  margin-left: 6px;
  margin-right: 24px;
}
.ant-switch-checked:after {
  left: 100%;
  margin-left: -19px;
}
.ant-switch-checked:active:after {
  margin-left: -25px;
}
.ant-switch-disabled {
  cursor: not-allowed;
  background: #f4f4f4;
}
.ant-switch-disabled:after {
  background: #ccc;
  cursor: not-allowed;
}
.ant-switch-disabled .ant-switch-inner {
  color: rgba(0, 0, 0, 0.25);
}
.ant-table-wrapper {
  zoom: 1;
}
.ant-table-wrapper:before,
.ant-table-wrapper:after {
  content: " ";
  display: table;
}
.ant-table-wrapper:after {
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
.ant-table-wrapper:before,
.ant-table-wrapper:after {
  content: " ";
  display: table;
}
.ant-table-wrapper:after {
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
.ant-table {
  font-size: 12px;
  color: #071638;
  overflow: hidden;
  position: relative;
  border-radius: 0px 0px 0 0;
}
.ant-table-body {
  transition: opacity 0.3s ease;
}
.ant-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  text-align: left;
  border-radius: 0px 0px 0 0;
  overflow: hidden;
}
.ant-table-thead > tr > th {
  background: #fafafa;
  font-weight: 500;
  transition: background .3s ease;
  text-align: left;
  color: rgba(0, 0, 0, 0.85);
}
.ant-table-thead > tr > th[colspan] {
  text-align: center;
}
.ant-table-thead > tr > th .anticon-filter,
.ant-table-thead > tr > th .ant-table-filter-icon {
  position: relative;
  margin-left: 4px;
  font-size: 12px;
  cursor: pointer;
  color: #999;
  transition: all .3s;
  width: 14px;
}
.ant-table-thead > tr > th .anticon-filter:hover,
.ant-table-thead > tr > th .ant-table-filter-icon:hover {
  color: #071638;
}
.ant-table-thead > tr > th .anticon-filter:after,
.ant-table-thead > tr > th .ant-table-filter-icon:after {
  content: '';
  position: absolute;
  width: 14px;
  height: 50px;
  left: 0;
  top: -19px;
}
.ant-table-thead > tr > th .ant-table-filter-selected.anticon-filter {
  color: #1563f6;
}
.ant-table-tbody > tr > td {
  border-bottom: 1px solid #e9e9e9;
  transition: all .3s;
}
.ant-table-thead > tr,
.ant-table-tbody > tr {
  transition: all .3s;
}
.ant-table-thead > tr.ant-table-row-hover > td,
.ant-table-tbody > tr.ant-table-row-hover > td,
.ant-table-thead > tr:hover > td,
.ant-table-tbody > tr:hover > td {
  background: #edf3fe;
}
.ant-table-thead > tr:hover {
  background: none;
}
.ant-table-footer {
  padding: 16px 8px;
  background: #fafafa;
  border-radius: 0 0 0px 0px;
  position: relative;
}
.ant-table-footer:before {
  content: '';
  height: 1px;
  background: #fafafa;
  position: absolute;
  top: -1px;
  width: 100%;
  left: 0;
}
.ant-table.ant-table-bordered .ant-table-footer {
  border: 1px solid #e9e9e9;
}
.ant-table-title {
  padding: 16px 0;
  position: relative;
  top: 1px;
  border-radius: 0px 0px 0 0;
}
.ant-table.ant-table-bordered .ant-table-title {
  border: 1px solid #e9e9e9;
  padding-left: 8px;
  padding-right: 8px;
}
.ant-table-title + .ant-table-content {
  position: relative;
  border-radius: 0px 0px 0 0;
  overflow: hidden;
}
.ant-table-bordered .ant-table-title + .ant-table-content,
.ant-table-bordered .ant-table-title + .ant-table-content table {
  border-radius: 0;
}
.ant-table-without-column-header .ant-table-title + .ant-table-content,
.ant-table-without-column-header table {
  border-radius: 0;
}
.ant-table-tbody > tr.ant-table-row-selected {
  background: #fafafa;
}
.ant-table-thead > tr > th.ant-table-column-sort {
  background: #eee;
}
.ant-table-thead > tr > th,
.ant-table-tbody > tr > td {
  padding: 16px 8px;
  word-break: break-all;
}
.ant-table-thead > tr > th.ant-table-selection-column-custom {
  padding-left: 16px;
  padding-right: 0;
}
.ant-table-thead > tr > th.ant-table-selection-column,
.ant-table-tbody > tr > td.ant-table-selection-column {
  text-align: center;
  min-width: 62px;
  width: 62px;
}
.ant-table-thead > tr > th.ant-table-selection-column .ant-radio-wrapper,
.ant-table-tbody > tr > td.ant-table-selection-column .ant-radio-wrapper {
  margin-right: 0;
}
.ant-table-expand-icon-th,
.ant-table-row-expand-icon-cell {
  text-align: center;
  min-width: 50px;
  width: 50px;
}
.ant-table-header {
  background: #fafafa;
  overflow: hidden;
}
.ant-table-header table {
  border-radius: 0px 0px 0 0;
}
.ant-table-loading {
  position: relative;
}
.ant-table-loading .ant-table-body {
  background: #fff;
  opacity: 0.5;
}
.ant-table-loading .ant-table-spin-holder {
  height: 20px;
  line-height: 20px;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  position: absolute;
}
.ant-table-loading .ant-table-with-pagination {
  margin-top: -20px;
}
.ant-table-loading .ant-table-without-pagination {
  margin-top: 10px;
}
.ant-table-middle .ant-table-thead > tr > th,
.ant-table-middle .ant-table-tbody > tr > td {
  padding: 10px 8px;
}
.ant-table-middle .ant-table-title,
.ant-table-middle .ant-table-footer {
  padding: 10px 8px;
}
.ant-table-middle .ant-table-column-sorter-up:after {
  top: -13px;
  height: 13px;
}
.ant-table-middle .ant-table-column-sorter-down:after {
  bottom: -11px;
  height: 13px;
}
.ant-table-middle .ant-table-thead > tr > th .anticon-filter:after,
.ant-table-middle .ant-table-thead > tr > th .ant-table-filter-icon:after {
  height: 38px;
  top: -13px;
}
.ant-table-small {
  border: 1px solid #e9e9e9;
  border-radius: 0px;
}
.ant-table-small .ant-table-header > table,
.ant-table-small .ant-table-body > table {
  border: 0;
  padding: 0 8px;
}
.ant-table-small .ant-table-thead > tr > th {
  background: #fff;
  border-bottom: 1px solid #e9e9e9;
}
.ant-table-small .ant-table-tbody > tr > td {
  padding: 6px 8px;
}
.ant-table-small .ant-table-title,
.ant-table-small .ant-table-footer,
.ant-table-small .ant-table-thead > tr > th {
  padding: 10px 8px;
}
.ant-table-small .ant-table-title {
  border-bottom: 1px solid #e9e9e9;
  top: 0;
}
.ant-table-small .ant-table-header {
  background: #fff;
}
.ant-table-small .ant-table-placeholder,
.ant-table-small .ant-table-row:last-child td {
  border-bottom: 0;
}
.ant-table-small .ant-table-column-sorter-up:after {
  top: -14px;
  height: 13px;
}
.ant-table-small .ant-table-column-sorter-down:after {
  bottom: -11px;
  height: 13px;
}
.ant-table-small .ant-table-thead > tr > th .anticon-filter:after,
.ant-table-small .ant-table-thead > tr > th .ant-table-filter-icon:after {
  height: 39px;
  top: -14px;
}
.ant-table-column-sorter {
  position: relative;
  margin-left: 4px;
  display: inline-block;
  width: 14px;
  vertical-align: middle;
  text-align: center;
}
.ant-table-column-sorter-up,
.ant-table-column-sorter-down {
  line-height: 4px;
  display: block;
  width: 14px;
  height: 6px;
  cursor: pointer;
}
.ant-table-column-sorter-up:hover .anticon,
.ant-table-column-sorter-down:hover .anticon {
  color: #071638;
}
.ant-table-column-sorter-up.on .anticon-caret-up,
.ant-table-column-sorter-down.on .anticon-caret-up,
.ant-table-column-sorter-up.on .anticon-caret-down,
.ant-table-column-sorter-down.on .anticon-caret-down {
  color: #1563f6;
}
.ant-table-column-sorter-up:after,
.ant-table-column-sorter-down:after {
  position: absolute;
  content: '';
  height: 20px;
  width: 14px;
  left: 0;
}
.ant-table-column-sorter-up:after {
  top: -19px;
}
.ant-table-column-sorter-down:after {
  bottom: -17px;
}
.ant-table-column-sorter .anticon-caret-up,
.ant-table-column-sorter .anticon-caret-down {
  display: inline-block;
  font-size: 12px;
  font-size: 8px \9;
  transform: scale(0.66666667) rotate(0deg);
  /* IE6-IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
  zoom: 1;
  line-height: 4px;
  height: 4px;
  color: #999;
  transition: all .3s;
}
:root .ant-table-column-sorter .anticon-caret-up,
:root .ant-table-column-sorter .anticon-caret-down {
  filter: none;
}
:root .ant-table-column-sorter .anticon-caret-up,
:root .ant-table-column-sorter .anticon-caret-down {
  font-size: 12px;
}
.ant-table-bordered .ant-table-header > table,
.ant-table-bordered .ant-table-body > table,
.ant-table-bordered .ant-table-fixed-left table,
.ant-table-bordered .ant-table-fixed-right table {
  border: 1px solid #e9e9e9;
  border-right: 0;
  border-bottom: 0;
}
.ant-table-bordered.ant-table-empty .ant-table-placeholder {
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
}
.ant-table-bordered.ant-table-fixed-header .ant-table-header > table {
  border-bottom: 0;
}
.ant-table-bordered.ant-table-fixed-header .ant-table-body > table {
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.ant-table-bordered.ant-table-fixed-header .ant-table-body-inner > table {
  border-top: 0;
}
.ant-table-bordered.ant-table-fixed-header .ant-table-placeholder {
  border: 0;
}
.ant-table-bordered .ant-table-thead > tr > th {
  border-bottom: 1px solid #e9e9e9;
}
.ant-table-bordered .ant-table-thead > tr > th,
.ant-table-bordered .ant-table-tbody > tr > td {
  border-right: 1px solid #e9e9e9;
}
.ant-table-bordered.ant-table-small {
  border-right: 0;
}
.ant-table-bordered.ant-table-small .ant-table-header > table,
.ant-table-bordered.ant-table-small .ant-table-body > table,
.ant-table-bordered.ant-table-small .ant-table-fixed-left table,
.ant-table-bordered.ant-table-small .ant-table-fixed-right table {
  border: 0;
  padding: 0;
}
.ant-table-bordered.ant-table-small .ant-table-title {
  border: 0;
  border-bottom: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
}
.ant-table-bordered.ant-table-small .ant-table-footer {
  border: 0;
  border-top: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
}
.ant-table-bordered.ant-table-small .ant-table-footer:before {
  display: none;
}
.ant-table-bordered.ant-table-small .ant-table-placeholder {
  border-left: 0;
  border-bottom: 0;
}
.ant-table-placeholder {
  position: relative;
  padding: 16px 8px;
  background: #fff;
  border-bottom: 1px solid #e9e9e9;
  text-align: center;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.43);
  z-index: 1;
}
.ant-table-placeholder .anticon {
  margin-right: 4px;
}
.ant-table-pagination.ant-pagination {
  margin: 16px 0;
  float: right;
}
.ant-table-filter-dropdown {
  min-width: 96px;
  margin-left: -8px;
  background: #fff;
  border-radius: 0px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
}
.ant-table-filter-dropdown .ant-dropdown-menu {
  border: 0;
  box-shadow: none;
  border-radius: 0px 0px 0 0;
}
.ant-table-filter-dropdown .ant-dropdown-menu-without-submenu {
  max-height: 400px;
  overflow-x: hidden;
}
.ant-table-filter-dropdown .ant-dropdown-menu-item > label + span {
  padding-right: 0;
}
.ant-table-filter-dropdown .ant-dropdown-menu-sub {
  border-radius: 0px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
}
.ant-table-filter-dropdown .ant-dropdown-menu .ant-dropdown-submenu-contain-selected .ant-dropdown-menu-submenu-title:after {
  color: #1563f6;
  font-weight: bold;
  text-shadow: 0 0 2px #d3e2fd;
}
.ant-table-filter-dropdown .ant-dropdown-menu-item {
  overflow: hidden;
}
.ant-table-filter-dropdown > .ant-dropdown-menu > .ant-dropdown-menu-item:last-child,
.ant-table-filter-dropdown > .ant-dropdown-menu > .ant-dropdown-menu-submenu:last-child .ant-dropdown-menu-submenu-title {
  border-radius: 0;
}
.ant-table-filter-dropdown-btns {
  overflow: hidden;
  padding: 7px 8px;
  border-top: 1px solid #e9e9e9;
}
.ant-table-filter-dropdown-link {
  color: #1563f6;
}
.ant-table-filter-dropdown-link:hover {
  color: #4d88f8;
}
.ant-table-filter-dropdown-link:active {
  color: #1151d6;
}
.ant-table-filter-dropdown-link.confirm {
  float: left;
}
.ant-table-filter-dropdown-link.clear {
  float: right;
}
.ant-table-selection-select-all-custom {
  margin-right: 4px !important;
}
.ant-table-selection .anticon-down {
  color: #999;
  transition: all .3s;
}
.ant-table-selection-menu {
  min-width: 96px;
  margin-top: 5px;
  margin-left: -30px;
  background: #fff;
  border-radius: 0px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
}
.ant-table-selection-menu .ant-action-down {
  color: #999;
}
.ant-table-selection-down {
  cursor: pointer;
  padding: 0;
  display: inline-block;
  line-height: 1;
}
.ant-table-selection-down:hover .anticon-down {
  color: #666;
}
.ant-table-row-expand-icon {
  cursor: pointer;
  display: inline-block;
  width: 17px;
  height: 17px;
  text-align: center;
  line-height: 14px;
  border: 1px solid #e9e9e9;
  user-select: none;
  background: #fff;
}
.ant-table-row-expanded:after {
  content: '-';
}
.ant-table-row-collapsed:after {
  content: '+';
}
.ant-table-row-spaced {
  visibility: hidden;
}
.ant-table-row-spaced:after {
  content: '.';
}
.ant-table-row[class*="ant-table-row-level-0"] .ant-table-selection-column > span {
  display: inline-block;
}
tr.ant-table-expanded-row,
tr.ant-table-expanded-row:hover {
  background: #fbfbfb;
}
.ant-table .ant-table-row-indent + .ant-table-row-expand-icon {
  margin-right: 8px;
}
.ant-table-scroll {
  overflow: auto;
  overflow-x: hidden;
}
.ant-table-scroll table {
  width: auto;
  min-width: 100%;
}
.ant-table-body-inner {
  height: 100%;
}
.ant-table-fixed-header > .ant-table-content > .ant-table-scroll > .ant-table-body {
  position: relative;
  background: #fff;
}
.ant-table-fixed-header .ant-table-body-inner {
  overflow: scroll;
}
.ant-table-fixed-header .ant-table-scroll .ant-table-header {
  overflow: scroll;
  padding-bottom: 20px;
  margin-bottom: -20px;
}
.ant-table-fixed-left,
.ant-table-fixed-right {
  position: absolute;
  top: 0;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
  border-radius: 0;
}
.ant-table-fixed-left table,
.ant-table-fixed-right table {
  width: auto;
  background: #fff;
}
.ant-table-fixed-header .ant-table-fixed-left .ant-table-body-outer .ant-table-fixed,
.ant-table-fixed-header .ant-table-fixed-right .ant-table-body-outer .ant-table-fixed {
  border-radius: 0;
}
.ant-table-fixed-left {
  left: 0;
  box-shadow: 6px 0 6px -4px rgba(0, 0, 0, 0.2);
}
.ant-table-fixed-left .ant-table-header {
  overflow-y: hidden;
}
.ant-table-fixed-left .ant-table-body-inner {
  margin-right: -20px;
  padding-right: 20px;
}
.ant-table-fixed-header .ant-table-fixed-left .ant-table-body-inner {
  padding-right: 0;
}
.ant-table-fixed-left,
.ant-table-fixed-left table {
  border-radius: 0px 0 0 0;
}
.ant-table-fixed-right {
  right: 0;
  box-shadow: -6px 0 6px -4px rgba(0, 0, 0, 0.2);
}
.ant-table-fixed-right,
.ant-table-fixed-right table {
  border-radius: 0 0px 0 0;
}
.ant-table-fixed-right .ant-table-expanded-row {
  color: transparent;
  pointer-events: none;
}
.ant-table.ant-table-scroll-position-left .ant-table-fixed-left {
  box-shadow: none;
}
.ant-table.ant-table-scroll-position-right .ant-table-fixed-right {
  box-shadow: none;
}
.ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-nav-container {
  height: 32px;
}
.ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-ink-bar {
  visibility: hidden;
}
.ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab {
  margin: 0;
  border: 1px solid #d9d9d9;
  border-bottom: 0;
  border-radius: 0px 0px 0 0;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  background: #f9f9f9;
  margin-right: 2px;
}
.ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab {
  padding: 5px 16px 4px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab-active {
  background: #fff;
  border-color: #d9d9d9;
  color: #1563f6;
  padding-bottom: 5px;
}
.ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab-inactive {
  padding: 0;
}
.ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-nav-wrap {
  margin-bottom: 0;
}
.ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab .anticon-close {
  color: rgba(0, 0, 0, 0.43);
  transition: all .3s;
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  transform: scale(0.83333333) rotate(0deg);
  /* IE6-IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
  zoom: 1;
  margin-right: 0;
  opacity: 0;
  position: absolute;
  right: 2px;
  top: 50%;
  margin-top: -5px;
  overflow: hidden;
  text-align: center;
  border-radius: 2px;
  width: 14px;
  height: 14px;
  line-height: 1;
}
:root .ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab .anticon-close {
  filter: none;
}
:root .ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab .anticon-close {
  font-size: 12px;
}
.ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab .anticon-close:hover {
  color: rgba(0, 0, 0, 0.85);
}
.ant-tabs.ant-tabs-card .ant-tabs-content > .ant-tabs-tabpane,
.ant-tabs.ant-tabs-editable-card .ant-tabs-content > .ant-tabs-tabpane {
  transition: none !important;
}
.ant-tabs.ant-tabs-card .ant-tabs-content > .ant-tabs-tabpane-inactive,
.ant-tabs.ant-tabs-editable-card .ant-tabs-content > .ant-tabs-tabpane-inactive {
  overflow: hidden;
}
.ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab:hover .anticon-close {
  opacity: 1;
}
.ant-tabs-extra-content {
  line-height: 32px;
}
.ant-tabs-extra-content .ant-tabs-new-tab {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  border-radius: 0px;
  border: 1px solid #d9d9d9;
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  transform: scale(0.83333333) rotate(0deg);
  /* IE6-IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
  zoom: 1;
  color: rgba(0, 0, 0, 0.43);
  transition: all .3s;
}
:root .ant-tabs-extra-content .ant-tabs-new-tab {
  filter: none;
}
:root .ant-tabs-extra-content .ant-tabs-new-tab {
  font-size: 12px;
}
.ant-tabs-extra-content .ant-tabs-new-tab:hover {
  color: #1563f6;
  border-color: #1563f6;
}
.ant-tabs-vertical.ant-tabs-card > .ant-tabs-bar .ant-tabs-nav-container {
  height: auto;
}
.ant-tabs-vertical.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 8px;
}
.ant-tabs-vertical.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab-active {
  padding-bottom: 4px;
}
.ant-tabs-vertical.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab:last-child {
  margin-bottom: 8px;
}
.ant-tabs-vertical.ant-tabs-card > .ant-tabs-bar .ant-tabs-new-tab {
  width: 90%;
}
.ant-tabs-vertical.ant-tabs-card.ant-tabs-left > .ant-tabs-bar .ant-tabs-nav-wrap {
  margin-right: 0;
}
.ant-tabs-vertical.ant-tabs-card.ant-tabs-left > .ant-tabs-bar .ant-tabs-tab {
  border-right: 0;
  border-radius: 0px 0 0 0px;
  margin-right: 1px;
}
.ant-tabs-vertical.ant-tabs-card.ant-tabs-left > .ant-tabs-bar .ant-tabs-tab-active {
  margin-right: -1px;
  padding-right: 18px;
}
.ant-tabs-vertical.ant-tabs-card.ant-tabs-right > .ant-tabs-bar .ant-tabs-nav-wrap {
  margin-left: 0;
}
.ant-tabs-vertical.ant-tabs-card.ant-tabs-right > .ant-tabs-bar .ant-tabs-tab {
  border-left: 0;
  border-radius: 0 0px 0px 0;
  margin-left: 1px;
}
.ant-tabs-vertical.ant-tabs-card.ant-tabs-right > .ant-tabs-bar .ant-tabs-tab-active {
  margin-left: -1px;
  padding-left: 18px;
}
.ant-tabs {
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  zoom: 1;
  color: #071638;
}
.ant-tabs:before,
.ant-tabs:after {
  content: " ";
  display: table;
}
.ant-tabs:after {
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
.ant-tabs:before,
.ant-tabs:after {
  content: " ";
  display: table;
}
.ant-tabs:after {
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
.ant-tabs-ink-bar {
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: 1px;
  box-sizing: border-box;
  height: 2px;
  background-color: #1563f6;
  transform-origin: 0 0;
}
.ant-tabs-bar {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 16px;
  outline: none;
  transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-tabs-nav-container {
  overflow: hidden;
  font-size: 14px;
  line-height: 1.5;
  box-sizing: border-box;
  position: relative;
  white-space: nowrap;
  margin-bottom: -1px;
  transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  zoom: 1;
}
.ant-tabs-nav-container:before,
.ant-tabs-nav-container:after {
  content: " ";
  display: table;
}
.ant-tabs-nav-container:after {
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
.ant-tabs-nav-container:before,
.ant-tabs-nav-container:after {
  content: " ";
  display: table;
}
.ant-tabs-nav-container:after {
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
.ant-tabs-nav-container-scrolling {
  padding-left: 32px;
  padding-right: 32px;
}
.ant-tabs-tab-prev,
.ant-tabs-tab-next {
  user-select: none;
  z-index: 2;
  width: 0;
  height: 100%;
  line-height: 32px;
  cursor: pointer;
  border: 0;
  background-color: transparent;
  position: absolute;
  text-align: center;
  color: rgba(0, 0, 0, 0.43);
  transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  pointer-events: none;
}
.ant-tabs-tab-prev.ant-tabs-tab-arrow-show,
.ant-tabs-tab-next.ant-tabs-tab-arrow-show {
  opacity: 1;
  width: 32px;
  height: 100%;
  pointer-events: auto;
}
.ant-tabs-tab-prev:hover,
.ant-tabs-tab-next:hover {
  color: #071638;
}
.ant-tabs-tab-prev-icon,
.ant-tabs-tab-next-icon {
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  line-height: inherit;
  vertical-align: baseline;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  text-transform: none;
}
.ant-tabs-tab-prev-icon:before,
.ant-tabs-tab-next-icon:before {
  display: block;
  font-family: "anticon" !important;
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  transform: scale(0.83333333) rotate(0deg);
  /* IE6-IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
  zoom: 1;
}
:root .ant-tabs-tab-prev-icon:before,
:root .ant-tabs-tab-next-icon:before {
  filter: none;
}
:root .ant-tabs-tab-prev-icon:before,
:root .ant-tabs-tab-next-icon:before {
  font-size: 12px;
}
.ant-tabs-tab-btn-disabled {
  cursor: not-allowed;
}
.ant-tabs-tab-btn-disabled,
.ant-tabs-tab-btn-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
}
.ant-tabs-tab-next {
  right: 2px;
}
.ant-tabs-tab-next-icon:before {
  content: "\E61F";
}
.ant-tabs-tab-prev {
  left: 0;
}
.ant-tabs-tab-prev-icon:before {
  content: "\E620";
}
:root .ant-tabs-tab-prev {
  filter: none;
}
.ant-tabs-nav-wrap {
  overflow: hidden;
  margin-bottom: -1px;
}
.ant-tabs-nav-scroll {
  overflow: hidden;
  white-space: nowrap;
}
.ant-tabs-nav {
  box-sizing: border-box;
  padding-left: 0;
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  margin: 0;
  list-style: none;
  display: inline-block;
}
.ant-tabs-nav:before,
.ant-tabs-nav:after {
  display: table;
  content: " ";
}
.ant-tabs-nav:after {
  clear: both;
}
.ant-tabs-nav .ant-tabs-tab-disabled {
  pointer-events: none;
  cursor: default;
  color: rgba(0, 0, 0, 0.25);
}
.ant-tabs-nav .ant-tabs-tab {
  display: inline-block;
  height: 100%;
  margin-right: 24px;
  box-sizing: border-box;
  position: relative;
  padding: 8px 20px;
  transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  cursor: pointer;
  text-decoration: none;
}
.ant-tabs-nav .ant-tabs-tab:last-child {
  margin-right: 0;
}
.ant-tabs-nav .ant-tabs-tab:hover {
  color: #4d88f8;
}
.ant-tabs-nav .ant-tabs-tab:active {
  color: #1151d6;
}
.ant-tabs-nav .ant-tabs-tab .anticon {
  width: 14px;
  height: 14px;
  margin-right: 8px;
}
.ant-tabs-nav .ant-tabs-tab-active {
  color: #1563f6;
}
.ant-tabs-mini .ant-tabs-nav-container {
  font-size: 12px;
}
.ant-tabs-mini .ant-tabs-tab {
  margin-right: 0;
  padding: 8px 16px;
}
.ant-tabs:not(.ant-tabs-vertical) > .ant-tabs-content {
  width: 100%;
}
.ant-tabs:not(.ant-tabs-vertical) > .ant-tabs-content > .ant-tabs-tabpane {
  flex-shrink: 0;
  width: 100%;
  transition: opacity .45s;
  opacity: 1;
}
.ant-tabs:not(.ant-tabs-vertical) > .ant-tabs-content > .ant-tabs-tabpane-inactive {
  opacity: 0;
  height: 0;
  padding: 0 !important;
  pointer-events: none;
}
.ant-tabs:not(.ant-tabs-vertical) > .ant-tabs-content-animated {
  display: flex;
  flex-direction: row;
  will-change: margin-left;
  transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-tabs-vertical > .ant-tabs-bar {
  border-bottom: 0;
  height: 100%;
}
.ant-tabs-vertical > .ant-tabs-bar-tab-prev,
.ant-tabs-vertical > .ant-tabs-bar-tab-next {
  width: 32px;
  height: 0;
  transition: height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-tabs-vertical > .ant-tabs-bar-tab-prev.ant-tabs-tab-arrow-show,
.ant-tabs-vertical > .ant-tabs-bar-tab-next.ant-tabs-tab-arrow-show {
  width: 100%;
  height: 32px;
}
.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-tab {
  float: none;
  margin-right: 0;
  margin-bottom: 16px;
  display: block;
  padding: 8px 24px;
}
.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-tab:last-child {
  margin-bottom: 0;
}
.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-extra-content {
  text-align: center;
}
.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-nav-scroll {
  width: auto;
}
.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-nav-container,
.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-nav-wrap {
  height: 100%;
}
.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-nav-container {
  margin-bottom: 0;
}
.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-nav-container.ant-tabs-nav-container-scrolling {
  padding: 32px 0;
}
.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-nav-wrap {
  margin-bottom: 0;
}
.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-nav {
  width: 100%;
}
.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-ink-bar {
  width: 2px;
  left: auto;
  height: auto;
  top: 0;
}
.ant-tabs-vertical > .ant-tabs-content {
  overflow: hidden;
  width: auto;
  margin-top: 0 !important;
}
.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-tab-next {
  width: 100%;
  bottom: 0;
  height: 32px;
}
.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-tab-next-icon:before {
  content: "\E61D";
}
.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-tab-prev {
  top: 0;
  width: 100%;
  height: 32px;
}
.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-tab-prev-icon:before {
  content: "\E61E";
}
.ant-tabs-vertical.ant-tabs-left > .ant-tabs-bar {
  float: left;
  border-right: 1px solid #e9e9e9;
  margin-right: -1px;
  margin-bottom: 0;
}
.ant-tabs-vertical.ant-tabs-left > .ant-tabs-bar .ant-tabs-tab {
  text-align: right;
}
.ant-tabs-vertical.ant-tabs-left > .ant-tabs-bar .ant-tabs-nav-container {
  margin-right: -1px;
}
.ant-tabs-vertical.ant-tabs-left > .ant-tabs-bar .ant-tabs-nav-wrap {
  margin-right: -1px;
}
.ant-tabs-vertical.ant-tabs-left > .ant-tabs-bar .ant-tabs-ink-bar {
  right: 1px;
}
.ant-tabs-vertical.ant-tabs-left > .ant-tabs-content {
  padding-left: 24px;
  border-left: 1px solid #e9e9e9;
}
.ant-tabs-vertical.ant-tabs-right > .ant-tabs-bar {
  float: right;
  border-left: 1px solid #e9e9e9;
  margin-left: -1px;
  margin-bottom: 0;
}
.ant-tabs-vertical.ant-tabs-right > .ant-tabs-bar .ant-tabs-nav-container {
  margin-left: -1px;
}
.ant-tabs-vertical.ant-tabs-right > .ant-tabs-bar .ant-tabs-nav-wrap {
  margin-left: -1px;
}
.ant-tabs-vertical.ant-tabs-right > .ant-tabs-bar .ant-tabs-ink-bar {
  left: 1px;
}
.ant-tabs-vertical.ant-tabs-right > .ant-tabs-content {
  padding-right: 24px;
  border-right: 1px solid #e9e9e9;
}
.ant-tabs-bottom > .ant-tabs-bar {
  margin-bottom: 0;
  margin-top: 16px;
}
.ant-tabs-top .ant-tabs-ink-bar-animated,
.ant-tabs-bottom .ant-tabs-ink-bar-animated {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-tabs-left .ant-tabs-ink-bar-animated,
.ant-tabs-right .ant-tabs-ink-bar-animated {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.no-flex > .ant-tabs-content-animated,
.ant-tabs-no-animation > .ant-tabs-content-animated,
.ant-tabs-vertical > .ant-tabs-content-animated {
  transform: none !important;
  margin-left: 0 !important;
}
.no-flex > .ant-tabs-content > .ant-tabs-tabpane-inactive,
.ant-tabs-no-animation > .ant-tabs-content > .ant-tabs-tabpane-inactive,
.ant-tabs-vertical > .ant-tabs-content > .ant-tabs-tabpane-inactive {
  display: none;
}
.ant-tag {
  display: inline-block;
  line-height: 20px;
  height: 22px;
  padding: 0 8px;
  border-radius: 0px;
  border: 1px solid #e9e9e9;
  background: #f3f3f3;
  font-size: 12px;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 1;
  margin-right: 8px;
  cursor: pointer;
  white-space: nowrap;
}
.ant-tag:hover {
  opacity: 0.85;
}
.ant-tag,
.ant-tag a,
.ant-tag a:hover {
  color: #071638;
}
.ant-tag-text a:first-child:last-child {
  display: inline-block;
  margin: 0 -8px;
  padding: 0 8px;
}
.ant-tag .anticon-cross {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  transform: scale(0.83333333) rotate(0deg);
  /* IE6-IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
  zoom: 1;
  cursor: pointer;
  font-weight: bold;
  margin-left: 3px;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0.66;
}
:root .ant-tag .anticon-cross {
  filter: none;
}
:root .ant-tag .anticon-cross {
  font-size: 12px;
}
.ant-tag .anticon-cross:hover {
  opacity: 1;
}
.ant-tag-has-color {
  border-color: transparent;
}
.ant-tag-has-color,
.ant-tag-has-color a,
.ant-tag-has-color a:hover,
.ant-tag-has-color .anticon-cross,
.ant-tag-has-color .anticon-cross:hover {
  color: #fff;
}
.ant-tag-checkable {
  background-color: transparent;
  border-color: transparent;
}
.ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #1563f6;
}
.ant-tag-checkable:active,
.ant-tag-checkable-checked {
  color: #fff;
}
.ant-tag-checkable-checked {
  background-color: #1563f6;
}
.ant-tag-checkable:active {
  background-color: #1151d6;
}
.ant-tag-close {
  width: 0 !important;
  padding: 0;
  margin: 0;
}
.ant-tag-zoom-enter,
.ant-tag-zoom-appear {
  animation: antFadeIn 0.2s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  animation-fill-mode: both;
}
.ant-tag-zoom-leave {
  animation: antZoomOut 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  animation-fill-mode: both;
}
.ant-tag-pink {
  color: #f5317f;
  background: #fdd8e7;
  border-color: #fdd8e7;
}
.ant-tag-pink-inverse {
  background: #f5317f;
  border-color: #f5317f;
  color: #fff;
}
.ant-tag-red {
  color: #f04134;
  background: #fcdbd9;
  border-color: #fcdbd9;
}
.ant-tag-red-inverse {
  background: #f04134;
  border-color: #f04134;
  color: #fff;
}
.ant-tag-orange {
  color: #f56a00;
  background: #fde3cf;
  border-color: #fde3cf;
}
.ant-tag-orange-inverse {
  background: #f56a00;
  border-color: #f56a00;
  color: #fff;
}
.ant-tag-yellow {
  color: #ffbf00;
  background: #fff3cf;
  border-color: #fff3cf;
}
.ant-tag-yellow-inverse {
  background: #ffbf00;
  border-color: #ffbf00;
  color: #fff;
}
.ant-tag-cyan {
  color: #00a2ae;
  background: #cfedf0;
  border-color: #cfedf0;
}
.ant-tag-cyan-inverse {
  background: #00a2ae;
  border-color: #00a2ae;
  color: #fff;
}
.ant-tag-green {
  color: #00a854;
  background: #cfefdf;
  border-color: #cfefdf;
}
.ant-tag-green-inverse {
  background: #00a854;
  border-color: #00a854;
  color: #fff;
}
.ant-tag-blue {
  color: #108ee9;
  background: #d2eafb;
  border-color: #d2eafb;
}
.ant-tag-blue-inverse {
  background: #108ee9;
  border-color: #108ee9;
  color: #fff;
}
.ant-tag-purple {
  color: #7265e6;
  background: #e4e2fa;
  border-color: #e4e2fa;
}
.ant-tag-purple-inverse {
  background: #7265e6;
  border-color: #7265e6;
  color: #fff;
}
.ant-time-picker-panel {
  z-index: 1050;
  position: absolute;
}
.ant-time-picker-panel-inner {
  position: relative;
  outline: none;
  list-style: none;
  font-size: 12px;
  text-align: left;
  background-color: #fff;
  border-radius: 0px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
  line-height: 1.5;
  overflow: hidden;
  left: -2px;
}
.ant-time-picker-panel-input {
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  cursor: auto;
  line-height: 1.5;
  outline: 0;
}
.ant-time-picker-panel-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-time-picker-panel-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-time-picker-panel-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-time-picker-panel-input-wrap {
  box-sizing: border-box;
  position: relative;
  padding: 6px;
  border-bottom: 1px solid #e9e9e9;
}
.ant-time-picker-panel-input-invalid {
  border-color: red;
}
.ant-time-picker-panel-clear-btn {
  position: absolute;
  right: 5px;
  cursor: pointer;
  overflow: hidden;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  top: 5px;
  margin: 0;
}
.ant-time-picker-panel-clear-btn:after {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.25);
  display: inline-block;
  line-height: 1;
  width: 20px;
  transition: color 0.3s ease;
  font-family: 'anticon';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E62E";
}
.ant-time-picker-panel-clear-btn:hover:after {
  color: rgba(0, 0, 0, 0.43);
}
.ant-time-picker-panel-narrow .ant-time-picker-panel-input-wrap {
  max-width: 112px;
}
.ant-time-picker-panel-select {
  float: left;
  font-size: 12px;
  border-left: 1px solid #e9e9e9;
  box-sizing: border-box;
  width: 56px;
  overflow: hidden;
  position: relative;
  max-height: 144px;
}
.ant-time-picker-panel-select:hover {
  overflow-y: auto;
}
.ant-time-picker-panel-select:first-child {
  border-left: 0;
  margin-left: 0;
}
.ant-time-picker-panel-select:last-child {
  border-right: 0;
}
.ant-time-picker-panel-select:only-child {
  width: 100%;
}
.ant-time-picker-panel-select ul {
  list-style: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0 0 120px;
  width: 100%;
}
.ant-time-picker-panel-select li {
  list-style: none;
  box-sizing: content-box;
  margin: 0;
  padding: 0 0 0 8px;
  width: 100%;
  height: 24px;
  line-height: 24px;
  text-align: left;
  cursor: pointer;
  user-select: none;
  transition: background 0.3s;
}
.ant-time-picker-panel-select li:hover {
  background: #edf3fe;
}
li.ant-time-picker-panel-select-option-selected {
  background: #fafafa;
  font-weight: bold;
}
li.ant-time-picker-panel-select-option-selected:hover {
  background: #fafafa;
}
li.ant-time-picker-panel-select-option-disabled {
  color: rgba(0, 0, 0, 0.25);
}
li.ant-time-picker-panel-select-option-disabled:hover {
  background: transparent;
  cursor: not-allowed;
}
.ant-time-picker-panel-combobox {
  zoom: 1;
}
.ant-time-picker-panel-combobox:before,
.ant-time-picker-panel-combobox:after {
  content: " ";
  display: table;
}
.ant-time-picker-panel-combobox:after {
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
.ant-time-picker-panel-combobox:before,
.ant-time-picker-panel-combobox:after {
  content: " ";
  display: table;
}
.ant-time-picker-panel-combobox:after {
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
.ant-time-picker-panel-addon {
  padding: 8px;
  border-top: 1px solid #e9e9e9;
}
.ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-topLeft,
.ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-topRight,
.ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-topLeft,
.ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-topRight {
  animation-name: antSlideDownIn;
}
.ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-bottomLeft,
.ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-bottomRight,
.ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-bottomLeft,
.ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-bottomRight {
  animation-name: antSlideUpIn;
}
.ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-topLeft,
.ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-topRight {
  animation-name: antSlideDownOut;
}
.ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-bottomLeft,
.ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-bottomRight {
  animation-name: antSlideUpOut;
}
.ant-time-picker {
  position: relative;
  display: inline-block;
  outline: none;
  font-size: 12px;
  transition: opacity 0.3s ease;
  width: 100px;
}
.ant-time-picker-input {
  position: relative;
  display: inline-block;
  padding: 4px 7px;
  width: 100%;
  height: 28px;
  font-size: 12px;
  line-height: 1.5;
  color: #071638;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 0px;
  transition: all .3s;
}
.ant-time-picker-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-time-picker-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-time-picker-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-time-picker-input:hover {
  border-color: #4d88f8;
}
.ant-time-picker-input:focus {
  border-color: #4d88f8;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(21, 99, 246, 0.2);
}
.ant-time-picker-input-disabled {
  background-color: #fafafa;
  opacity: 1;
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.ant-time-picker-input-disabled:hover {
  border-color: #e2e2e2;
}
textarea.ant-time-picker-input {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  transition: all .3s, height 0s;
}
.ant-time-picker-input-lg {
  padding: 6px 7px;
  height: 28px;
}
.ant-time-picker-input-sm {
  padding: 1px 7px;
  height: 28px;
}
.ant-time-picker-input[disabled] {
  background-color: #fafafa;
  opacity: 1;
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.ant-time-picker-input[disabled]:hover {
  border-color: #e2e2e2;
}
.ant-time-picker-large .ant-time-picker-input {
  padding: 6px 7px;
  height: 28px;
}
.ant-time-picker-small .ant-time-picker-input {
  padding: 1px 7px;
  height: 28px;
}
.ant-time-picker-open {
  opacity: 0;
}
.ant-time-picker-icon {
  position: absolute;
  user-select: none;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 14px;
  height: 12px;
  line-height: 12px;
  right: 8px;
  color: rgba(0, 0, 0, 0.43);
  top: 50%;
  margin-top: -6px;
}
.ant-time-picker-icon:after {
  content: "\E641";
  font-family: "anticon";
  font-size: 12px;
  color: rgba(0, 0, 0, 0.43);
  display: block;
  line-height: 1;
}
.ant-timeline {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ant-timeline-item {
  position: relative;
  padding: 0 0 12px;
  list-style: none;
  margin: 0;
}
.ant-timeline-item-tail {
  position: absolute;
  left: 5px;
  top: 0;
  height: 100%;
  border-left: 2px solid #e9e9e9;
}
.ant-timeline-item-pending .ant-timeline-item-tail {
  display: none;
}
.ant-timeline-item-head {
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 100px;
  border: 2px solid transparent;
}
.ant-timeline-item-head-blue {
  border-color: #1563f6;
  color: #1563f6;
}
.ant-timeline-item-head-red {
  border-color: #f04134;
  color: #f04134;
}
.ant-timeline-item-head-green {
  border-color: #00a854;
  color: #00a854;
}
.ant-timeline-item-head-custom {
  position: absolute;
  text-align: center;
  width: 40px;
  left: -14px;
  line-height: 1;
  margin-top: 6px;
  border: 0;
  height: auto;
  border-radius: 0;
  padding: 3px 0;
  font-size: 12px;
  transform: translateY(-50%);
}
.ant-timeline-item-content {
  padding: 0 0 10px 24px;
  font-size: 12px;
  position: relative;
  top: -3px;
}
.ant-timeline-item-last .ant-timeline-item-tail {
  border-left: 2px dotted #e9e9e9;
  display: none;
}
.ant-timeline-item-last .ant-timeline-item-content {
  min-height: 48px;
}
.ant-timeline.ant-timeline-pending .ant-timeline-item-last .ant-timeline-item-tail {
  display: block;
}
.ant-tooltip {
  position: absolute;
  z-index: 1060;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.5;
}
.ant-tooltip-hidden {
  display: none;
}
.ant-tooltip-placement-top,
.ant-tooltip-placement-topLeft,
.ant-tooltip-placement-topRight {
  padding-bottom: 8px;
}
.ant-tooltip-placement-right,
.ant-tooltip-placement-rightTop,
.ant-tooltip-placement-rightBottom {
  padding-left: 8px;
}
.ant-tooltip-placement-bottom,
.ant-tooltip-placement-bottomLeft,
.ant-tooltip-placement-bottomRight {
  padding-top: 8px;
}
.ant-tooltip-placement-left,
.ant-tooltip-placement-leftTop,
.ant-tooltip-placement-leftBottom {
  padding-right: 8px;
}
.ant-tooltip-inner {
  max-width: 250px;
  padding: 8px 10px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 0px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  min-height: 34px;
}
.ant-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.ant-tooltip-placement-top .ant-tooltip-arrow,
.ant-tooltip-placement-topLeft .ant-tooltip-arrow,
.ant-tooltip-placement-topRight .ant-tooltip-arrow {
  bottom: 3px;
  border-width: 5px 5px 0;
  border-top-color: rgba(0, 0, 0, 0.75);
}
.ant-tooltip-placement-top .ant-tooltip-arrow {
  left: 50%;
  margin-left: -5px;
}
.ant-tooltip-placement-topLeft .ant-tooltip-arrow {
  left: 16px;
}
.ant-tooltip-placement-topRight .ant-tooltip-arrow {
  right: 16px;
}
.ant-tooltip-placement-right .ant-tooltip-arrow,
.ant-tooltip-placement-rightTop .ant-tooltip-arrow,
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
  left: 3px;
  border-width: 5px 5px 5px 0;
  border-right-color: rgba(0, 0, 0, 0.75);
}
.ant-tooltip-placement-right .ant-tooltip-arrow {
  top: 50%;
  margin-top: -5px;
}
.ant-tooltip-placement-rightTop .ant-tooltip-arrow {
  top: 8px;
}
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
  bottom: 8px;
}
.ant-tooltip-placement-left .ant-tooltip-arrow,
.ant-tooltip-placement-leftTop .ant-tooltip-arrow,
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
  right: 3px;
  border-width: 5px 0 5px 5px;
  border-left-color: rgba(0, 0, 0, 0.75);
}
.ant-tooltip-placement-left .ant-tooltip-arrow {
  top: 50%;
  margin-top: -5px;
}
.ant-tooltip-placement-leftTop .ant-tooltip-arrow {
  top: 8px;
}
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
  bottom: 8px;
}
.ant-tooltip-placement-bottom .ant-tooltip-arrow,
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow,
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
  top: 3px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(0, 0, 0, 0.75);
}
.ant-tooltip-placement-bottom .ant-tooltip-arrow {
  left: 50%;
  margin-left: -5px;
}
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow {
  left: 16px;
}
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
  right: 16px;
}
.ant-transfer {
  position: relative;
  line-height: 1.5;
}
.ant-transfer-list {
  font-size: 12px;
  border: 1px solid #d9d9d9;
  display: inline-block;
  border-radius: 0px;
  vertical-align: middle;
  position: relative;
  width: 180px;
  height: 200px;
  padding-top: 33px;
}
.ant-transfer-list-with-footer {
  padding-bottom: 33px;
}
.ant-transfer-list-search-action {
  color: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  width: 28px;
  line-height: 26px;
  text-align: center;
  font-size: 14px;
}
.ant-transfer-list-search-action .anticon {
  transition: all .3s;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.25);
}
.ant-transfer-list-search-action .anticon:hover {
  color: rgba(0, 0, 0, 0.43);
}
span.ant-transfer-list-search-action {
  pointer-events: none;
}
.ant-transfer-list-header {
  padding: 7px 15px;
  border-radius: 0px 0px 0 0;
  background: #fff;
  color: #071638;
  border-bottom: 1px solid #e9e9e9;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.ant-transfer-list-header-title {
  position: absolute;
  right: 15px;
}
.ant-transfer-list-body {
  font-size: 12px;
  position: relative;
  height: 100%;
}
.ant-transfer-list-body-search-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px;
  width: 100%;
}
.ant-transfer-list-body-with-search {
  padding-top: 34px;
}
.ant-transfer-list-content {
  height: 100%;
  overflow: auto;
}
.ant-transfer-list-content > .LazyLoad {
  animation: transferHighlightIn 1s;
}
.ant-transfer-list-content-item {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 7px 15px;
  min-height: 32px;
  transition: all .3s;
}
.ant-transfer-list-content-item:not(.ant-transfer-list-content-item-disabled):hover {
  cursor: pointer;
  background-color: #edf3fe;
}
.ant-transfer-list-content-item-disabled {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.ant-transfer-list-body-not-found {
  padding-top: 0;
  color: rgba(0, 0, 0, 0.25);
  text-align: center;
  display: none;
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -10px;
}
.ant-transfer-list-content:empty + .ant-transfer-list-body-not-found {
  display: block;
}
.ant-transfer-list-footer {
  border-top: 1px solid #e9e9e9;
  border-radius: 0 0 0px 0px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.ant-transfer-operation {
  display: inline-block;
  overflow: hidden;
  margin: 0 8px;
  vertical-align: middle;
}
.ant-transfer-operation .ant-btn {
  display: block;
}
.ant-transfer-operation .ant-btn:first-child {
  margin-bottom: 4px;
}
.ant-transfer-operation .ant-btn .anticon {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  transform: scale(0.83333333) rotate(0deg);
  /* IE6-IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
  zoom: 1;
}
:root .ant-transfer-operation .ant-btn .anticon {
  filter: none;
}
:root .ant-transfer-operation .ant-btn .anticon {
  font-size: 12px;
}
@keyframes transferHighlightIn {
  0% {
    background: #d3e2fd;
  }
  100% {
    background: transparent;
  }
}
.ant-tree-checkbox {
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  display: inline-block;
  line-height: 1;
  position: relative;
  vertical-align: text-bottom;
}
.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox-inner,
.ant-tree-checkbox:hover .ant-tree-checkbox-inner,
.ant-tree-checkbox-input:focus + .ant-tree-checkbox-inner {
  border-color: #1563f6;
}
.ant-tree-checkbox-checked:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  border: 1px solid #1563f6;
  content: '';
  animation: antCheckboxEffect 0.36s ease-in-out;
  animation-fill-mode: both;
  visibility: hidden;
}
.ant-tree-checkbox:hover:after,
.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox:after {
  visibility: visible;
}
.ant-tree-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  background-color: #fff;
  transition: all .3s;
}
.ant-tree-checkbox-inner:after {
  transform: rotate(45deg) scale(0);
  position: absolute;
  left: 4px;
  top: 1px;
  display: table;
  width: 5px;
  height: 8px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  content: ' ';
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6);
}
.ant-tree-checkbox-input {
  position: absolute;
  left: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner:after {
  content: ' ';
  transform: scale(1);
  position: absolute;
  left: 2px;
  top: 5px;
  width: 8px;
  height: 1px;
}
.ant-tree-checkbox-indeterminate.ant-tree-checkbox-disabled .ant-tree-checkbox-inner:after {
  border-color: rgba(0, 0, 0, 0.25);
}
.ant-tree-checkbox-checked .ant-tree-checkbox-inner:after {
  transform: rotate(45deg) scale(1);
  position: absolute;
  display: table;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  content: ' ';
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
}
.ant-tree-checkbox-checked .ant-tree-checkbox-inner,
.ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner {
  background-color: #1563f6;
  border-color: #1563f6;
}
.ant-tree-checkbox-disabled {
  cursor: not-allowed;
}
.ant-tree-checkbox-disabled.ant-tree-checkbox-checked .ant-tree-checkbox-inner:after {
  animation-name: none;
  border-color: rgba(0, 0, 0, 0.25);
}
.ant-tree-checkbox-disabled .ant-tree-checkbox-input {
  cursor: not-allowed;
}
.ant-tree-checkbox-disabled .ant-tree-checkbox-inner {
  border-color: #d9d9d9 !important;
  background-color: #fafafa;
}
.ant-tree-checkbox-disabled .ant-tree-checkbox-inner:after {
  animation-name: none;
  border-color: #fafafa;
}
.ant-tree-checkbox-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-tree-checkbox-wrapper {
  cursor: pointer;
  font-size: 12px;
  display: inline-block;
}
.ant-tree-checkbox-wrapper + .ant-tree-checkbox-wrapper {
  margin-left: 8px;
}
.ant-tree-checkbox-wrapper + span,
.ant-tree-checkbox + span {
  padding-left: 8px;
  padding-right: 8px;
}
.ant-tree-checkbox-group {
  font-size: 12px;
}
.ant-tree-checkbox-group-item {
  display: inline-block;
  margin-right: 8px;
}
.ant-tree-checkbox-group-item:last-child {
  margin-right: 0;
}
.ant-tree-checkbox-group-item + .ant-tree-checkbox-group-item {
  margin-left: 0;
}
@media \0screen {
  .ant-tree-checkbox-checked .ant-tree-checkbox-inner:before,
  .ant-tree-checkbox-checked .ant-tree-checkbox-inner:after {
    font-family: 'anticon';
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\E632";
    font-weight: bold;
    font-size: 8px;
    border: 0;
    color: #fff;
    left: 2px;
    top: 3px;
    position: absolute;
  }
}
.ant-tree {
  margin: 0;
  padding: 0;
  font-size: 12px;
}
.ant-tree li {
  padding: 4px 0;
  margin: 0;
  list-style: none;
  white-space: nowrap;
  outline: 0;
}
.ant-tree li span[draggable],
.ant-tree li span[draggable="true"] {
  user-select: none;
  border-top: 2px transparent solid;
  border-bottom: 2px transparent solid;
  margin-top: -2px;
  /* Required to make elements draggable in old WebKit */
  -khtml-user-drag: element;
  -webkit-user-drag: element;
}
.ant-tree li.drag-over > span[draggable] {
  background-color: #1563f6;
  color: white;
  opacity: 0.8;
}
.ant-tree li.drag-over-gap-top > span[draggable] {
  border-top-color: #1563f6;
}
.ant-tree li.drag-over-gap-bottom > span[draggable] {
  border-bottom-color: #1563f6;
}
.ant-tree li.filter-node > span {
  color: #f04134 !important;
  font-weight: 500 !important;
}
.ant-tree li ul {
  margin: 0;
  padding: 0 0 0 18px;
}
.ant-tree li .ant-tree-node-content-wrapper {
  display: inline-block;
  padding: 3px 5px;
  border-radius: 2px;
  margin: 0;
  cursor: pointer;
  text-decoration: none;
  vertical-align: top;
  color: #071638;
  transition: all .3s;
  position: relative;
}
.ant-tree li .ant-tree-node-content-wrapper:hover {
  background-color: #edf3fe;
}
.ant-tree li .ant-tree-node-content-wrapper.ant-tree-node-selected {
  background-color: #d3e2fd;
}
.ant-tree li span.ant-tree-checkbox {
  margin: 0 4px 0 2px;
  vertical-align: middle;
}
.ant-tree li span.ant-tree-switcher,
.ant-tree li span.ant-tree-iconEle {
  margin: 0;
  width: 24px;
  height: 24px;
  line-height: 24px;
  display: inline-block;
  vertical-align: middle;
  border: 0 none;
  cursor: pointer;
  outline: none;
  text-align: center;
}
.ant-tree li span.ant-tree-icon_loading {
  position: absolute;
  left: 0;
  top: 1px;
  background: #fff;
  transform: translateX(-100%);
  transition: all .3s;
}
.ant-tree li span.ant-tree-icon_loading:after {
  display: inline-block;
  font-family: 'anticon';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E6AE";
  animation: loadingCircle 1s infinite linear;
  color: #1563f6;
}
.ant-tree li span.ant-tree-switcher.ant-tree-switcher-noop {
  cursor: default;
}
.ant-tree li span.ant-tree-switcher.ant-tree-switcher_open:after {
  font-size: 12px;
  font-size: 7px \9;
  transform: scale(0.58333333) rotate(0deg);
  /* IE6-IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
  zoom: 1;
  display: inline-block;
  font-family: 'anticon';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E606";
  font-weight: bold;
  transition: transform .3s;
}
:root .ant-tree li span.ant-tree-switcher.ant-tree-switcher_open:after {
  filter: none;
}
:root .ant-tree li span.ant-tree-switcher.ant-tree-switcher_open:after {
  font-size: 12px;
}
.ant-tree li span.ant-tree-switcher.ant-tree-switcher_close {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
}
.ant-tree li span.ant-tree-switcher.ant-tree-switcher_close:after {
  font-size: 12px;
  font-size: 7px \9;
  transform: scale(0.58333333) rotate(0deg);
  /* IE6-IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
  zoom: 1;
  display: inline-block;
  font-family: 'anticon';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E606";
  font-weight: bold;
  transition: transform .3s;
}
:root .ant-tree li span.ant-tree-switcher.ant-tree-switcher_close:after {
  filter: none;
}
:root .ant-tree li span.ant-tree-switcher.ant-tree-switcher_close:after {
  font-size: 12px;
}
.ant-tree li span.ant-tree-switcher.ant-tree-switcher_close:after {
  transform: rotate(270deg) scale(0.59);
}
.ant-tree li:last-child > span.ant-tree-switcher:before,
.ant-tree li:last-child > span.ant-tree-iconEle:before {
  display: none;
}
.ant-tree > li:first-child {
  padding-top: 7px;
}
.ant-tree > li:last-child {
  padding-bottom: 7px;
}
.ant-tree-child-tree {
  display: none;
}
.ant-tree-child-tree-open {
  display: block;
}
li.ant-tree-treenode-disabled > span,
li.ant-tree-treenode-disabled > .ant-tree-node-content-wrapper,
li.ant-tree-treenode-disabled > .ant-tree-node-content-wrapper span,
li.ant-tree-treenode-disabled > span.ant-tree-switcher {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
li.ant-tree-treenode-disabled > .ant-tree-node-content-wrapper:hover {
  background: transparent;
}
.ant-tree-icon__open {
  margin-right: 2px;
  vertical-align: top;
}
.ant-tree-icon__close {
  margin-right: 2px;
  vertical-align: top;
}
.ant-tree.ant-tree-show-line li {
  position: relative;
}
.ant-tree.ant-tree-show-line li span.ant-tree-switcher {
  background: #fff;
  color: #071638;
}
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher-noop:after {
  font-size: 12px;
  font-size: 12px \9;
  transform: scale(1) rotate(0deg);
  /* IE6-IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
  zoom: 1;
  display: inline-block;
  font-family: 'anticon';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E664";
  vertical-align: baseline;
  font-weight: normal;
  transition: transform .3s;
}
:root .ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher-noop:after {
  filter: none;
}
:root .ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher-noop:after {
  font-size: 12px;
}
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_open {
  color: rgba(0, 0, 0, 0.43);
}
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_open:after {
  font-size: 12px;
  font-size: 12px \9;
  transform: scale(1) rotate(0deg);
  /* IE6-IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
  zoom: 1;
  display: inline-block;
  font-family: 'anticon';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E621";
  vertical-align: baseline;
  font-weight: normal;
  transition: transform .3s;
}
:root .ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_open:after {
  filter: none;
}
:root .ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_open:after {
  font-size: 12px;
}
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_close {
  color: rgba(0, 0, 0, 0.43);
}
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_close:after {
  font-size: 12px;
  font-size: 12px \9;
  transform: scale(1) rotate(0deg);
  /* IE6-IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
  zoom: 1;
  display: inline-block;
  font-family: 'anticon';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E645";
  vertical-align: baseline;
  font-weight: normal;
  transition: transform .3s;
}
:root .ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_close:after {
  filter: none;
}
:root .ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_close:after {
  font-size: 12px;
}
.ant-tree.ant-tree-show-line li:not(:last-child):before {
  content: ' ';
  width: 1px;
  border-left: 1px solid #d9d9d9;
  height: 100%;
  position: absolute;
  left: 12px;
  margin: 22px 0;
}
.ant-select-tree-checkbox {
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  display: inline-block;
  line-height: 1;
  position: relative;
  vertical-align: text-bottom;
}
.ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox-inner,
.ant-select-tree-checkbox:hover .ant-select-tree-checkbox-inner,
.ant-select-tree-checkbox-input:focus + .ant-select-tree-checkbox-inner {
  border-color: #1563f6;
}
.ant-select-tree-checkbox-checked:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  border: 1px solid #1563f6;
  content: '';
  animation: antCheckboxEffect 0.36s ease-in-out;
  animation-fill-mode: both;
  visibility: hidden;
}
.ant-select-tree-checkbox:hover:after,
.ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox:after {
  visibility: visible;
}
.ant-select-tree-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  background-color: #fff;
  transition: all .3s;
}
.ant-select-tree-checkbox-inner:after {
  transform: rotate(45deg) scale(0);
  position: absolute;
  left: 4px;
  top: 1px;
  display: table;
  width: 5px;
  height: 8px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  content: ' ';
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6);
}
.ant-select-tree-checkbox-input {
  position: absolute;
  left: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner:after {
  content: ' ';
  transform: scale(1);
  position: absolute;
  left: 2px;
  top: 5px;
  width: 8px;
  height: 1px;
}
.ant-select-tree-checkbox-indeterminate.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner:after {
  border-color: rgba(0, 0, 0, 0.25);
}
.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner:after {
  transform: rotate(45deg) scale(1);
  position: absolute;
  display: table;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  content: ' ';
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
}
.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner,
.ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner {
  background-color: #1563f6;
  border-color: #1563f6;
}
.ant-select-tree-checkbox-disabled {
  cursor: not-allowed;
}
.ant-select-tree-checkbox-disabled.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner:after {
  animation-name: none;
  border-color: rgba(0, 0, 0, 0.25);
}
.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-input {
  cursor: not-allowed;
}
.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner {
  border-color: #d9d9d9 !important;
  background-color: #fafafa;
}
.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner:after {
  animation-name: none;
  border-color: #fafafa;
}
.ant-select-tree-checkbox-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-select-tree-checkbox-wrapper {
  cursor: pointer;
  font-size: 12px;
  display: inline-block;
}
.ant-select-tree-checkbox-wrapper + .ant-select-tree-checkbox-wrapper {
  margin-left: 8px;
}
.ant-select-tree-checkbox-wrapper + span,
.ant-select-tree-checkbox + span {
  padding-left: 8px;
  padding-right: 8px;
}
.ant-select-tree-checkbox-group {
  font-size: 12px;
}
.ant-select-tree-checkbox-group-item {
  display: inline-block;
  margin-right: 8px;
}
.ant-select-tree-checkbox-group-item:last-child {
  margin-right: 0;
}
.ant-select-tree-checkbox-group-item + .ant-select-tree-checkbox-group-item {
  margin-left: 0;
}
@media \0screen {
  .ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner:before,
  .ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner:after {
    font-family: 'anticon';
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\E632";
    font-weight: bold;
    font-size: 8px;
    border: 0;
    color: #fff;
    left: 2px;
    top: 3px;
    position: absolute;
  }
}
.ant-select-tree {
  margin: 0;
  padding: 0 4px;
  margin-top: -4px;
  font-size: 12px;
}
.ant-select-tree li {
  padding: 0;
  margin: 8px 0;
  list-style: none;
  white-space: nowrap;
  outline: 0;
}
.ant-select-tree li.filter-node > span {
  font-weight: 500;
}
.ant-select-tree li ul {
  margin: 0;
  padding: 0 0 0 18px;
}
.ant-select-tree li .ant-select-tree-node-content-wrapper {
  display: inline-block;
  padding: 3px 5px;
  border-radius: 2px;
  margin: 0;
  cursor: pointer;
  text-decoration: none;
  color: #071638;
  transition: all .3s;
  width: calc(100% - 24px);
}
.ant-select-tree li .ant-select-tree-node-content-wrapper:hover {
  background-color: #edf3fe;
}
.ant-select-tree li .ant-select-tree-node-content-wrapper.ant-select-tree-node-selected {
  background-color: #d3e2fd;
}
.ant-select-tree li span.ant-select-tree-checkbox {
  margin: 0 4px 0 0;
}
.ant-select-tree li span.ant-select-tree-checkbox + .ant-select-tree-node-content-wrapper {
  width: calc(100% - 46px);
}
.ant-select-tree li span.ant-select-tree-switcher,
.ant-select-tree li span.ant-select-tree-iconEle {
  margin: 0;
  width: 24px;
  height: 24px;
  line-height: 22px;
  display: inline-block;
  vertical-align: middle;
  border: 0 none;
  cursor: pointer;
  outline: none;
  text-align: center;
}
.ant-select-tree li span.ant-select-tree-icon_loading:after {
  display: inline-block;
  font-family: 'anticon';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E6AE";
  animation: loadingCircle 1s infinite linear;
  color: #1563f6;
}
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher-noop {
  cursor: auto;
}
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open:after {
  font-size: 12px;
  font-size: 7px \9;
  transform: scale(0.58333333) rotate(0deg);
  /* IE6-IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
  zoom: 1;
  display: inline-block;
  font-family: 'anticon';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E606";
  font-weight: bold;
  transition: transform .3s;
}
:root .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open:after {
  filter: none;
}
:root .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open:after {
  font-size: 12px;
}
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
}
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close:after {
  font-size: 12px;
  font-size: 7px \9;
  transform: scale(0.58333333) rotate(0deg);
  /* IE6-IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
  zoom: 1;
  display: inline-block;
  font-family: 'anticon';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E606";
  font-weight: bold;
  transition: transform .3s;
}
:root .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close:after {
  filter: none;
}
:root .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close:after {
  font-size: 12px;
}
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close:after {
  transform: rotate(270deg) scale(0.59);
}
.ant-select-tree-child-tree {
  display: none;
}
.ant-select-tree-child-tree-open {
  display: block;
}
li.ant-select-tree-treenode-disabled > span,
li.ant-select-tree-treenode-disabled > .ant-select-tree-node-content-wrapper,
li.ant-select-tree-treenode-disabled > .ant-select-tree-node-content-wrapper span,
li.ant-select-tree-treenode-disabled > span.ant-select-tree-switcher {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
li.ant-select-tree-treenode-disabled > .ant-select-tree-node-content-wrapper:hover {
  background: transparent;
}
.ant-select-tree-icon__open {
  margin-right: 2px;
  vertical-align: top;
}
.ant-select-tree-icon__close {
  margin-right: 2px;
  vertical-align: top;
}
.ant-select-tree-dropdown .ant-select-dropdown-search {
  display: block;
  padding: 4px;
}
.ant-select-tree-dropdown .ant-select-dropdown-search .ant-select-search__field__wrap {
  width: 100%;
}
.ant-select-tree-dropdown .ant-select-dropdown-search .ant-select-search__field {
  padding: 4px 7px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  outline: none;
}
.ant-select-tree-dropdown .ant-select-dropdown-search.ant-select-search--hide {
  display: none;
}
.ant-select-tree-dropdown .ant-select-not-found {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  padding: 7px 16px;
  display: block;
}
.ant-upload {
  font-size: 12px;
  outline: 0;
}
.ant-upload-btn {
  display: block;
  width: 100%;
  outline: none;
}
.ant-upload input[type="file"] {
  cursor: pointer;
}
.ant-upload.ant-upload-select {
  display: inline-block;
}
.ant-upload.ant-upload-select-picture-card {
  border: 1px dashed #d9d9d9;
  width: 96px;
  height: 96px;
  border-radius: 0px;
  background-color: #fbfbfb;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.3s ease;
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
  margin-bottom: 8px;
}
.ant-upload.ant-upload-select-picture-card > .ant-upload {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 0;
}
.ant-upload.ant-upload-select-picture-card:hover {
  border-color: #1563f6;
}
.ant-upload.ant-upload-drag {
  border: 1px dashed #d9d9d9;
  transition: border-color 0.3s ease;
  cursor: pointer;
  border-radius: 0px;
  text-align: center;
  width: 100%;
  height: 100%;
  position: relative;
}
.ant-upload.ant-upload-drag.ant-upload-drag-hover:not(.ant-upload-disabled) {
  border: 2px dashed #4d88f8;
}
.ant-upload.ant-upload-drag.ant-upload-disabled {
  cursor: not-allowed;
}
.ant-upload.ant-upload-drag .ant-upload-btn {
  display: table;
  height: 100%;
}
.ant-upload.ant-upload-drag .ant-upload-drag-container {
  display: table-cell;
  vertical-align: middle;
}
.ant-upload.ant-upload-drag:not(.ant-upload-disabled):hover {
  border-color: #4d88f8;
}
.ant-upload.ant-upload-drag p.ant-upload-drag-icon {
  height: 60px;
  margin-bottom: 24px;
}
.ant-upload.ant-upload-drag p.ant-upload-drag-icon .anticon {
  font-size: 80px;
  margin-top: -5px;
  color: #4d88f8;
}
.ant-upload.ant-upload-drag p.ant-upload-text {
  font-size: 14px;
}
.ant-upload.ant-upload-drag p.ant-upload-hint {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.43);
}
.ant-upload.ant-upload-drag .anticon-plus {
  font-size: 30px;
  transition: all 0.3s ease;
  color: rgba(0, 0, 0, 0.25);
}
.ant-upload.ant-upload-drag .anticon-plus:hover {
  color: rgba(0, 0, 0, 0.43);
}
.ant-upload.ant-upload-drag:hover .anticon-plus {
  color: rgba(0, 0, 0, 0.43);
}
.ant-upload-list {
  overflow: hidden;
}
.ant-upload-list-item {
  overflow: hidden;
  margin-top: 8px;
  font-size: 12px;
  position: relative;
  height: 24px;
}
.ant-upload-list-item-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 16px;
  width: 100%;
  display: inline-block;
}
.ant-upload-list-item-info {
  line-height: 24px;
  padding: 0 12px 0 4px;
  transition: background-color 0.3s;
}
.ant-upload-list-item-info .anticon-loading,
.ant-upload-list-item-info .anticon-paper-clip {
  margin-right: 4px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.43);
  position: absolute;
  top: 5.5px;
}
.ant-upload-list-item .anticon-cross {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  transform: scale(0.83333333) rotate(0deg);
  /* IE6-IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
  zoom: 1;
  transition: all .3s;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 4px;
  color: rgba(0, 0, 0, 0.43);
  line-height: 24px;
}
:root .ant-upload-list-item .anticon-cross {
  filter: none;
}
:root .ant-upload-list-item .anticon-cross {
  font-size: 12px;
}
.ant-upload-list-item .anticon-cross:hover {
  color: #071638;
}
.ant-upload-list-item:hover .ant-upload-list-item-info {
  background-color: #edf3fe;
}
.ant-upload-list-item:hover .anticon-cross {
  opacity: 1;
}
.ant-upload-list-item-error,
.ant-upload-list-item-error .anticon-paper-clip,
.ant-upload-list-item-error .ant-upload-list-item-name {
  color: #f04134;
}
.ant-upload-list-item-error .anticon-cross {
  opacity: 1;
  color: #f04134 !important;
}
.ant-upload-list-item-progress {
  line-height: 0;
  font-size: 12px;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.ant-upload-list-picture .ant-upload-list-item,
.ant-upload-list-picture-card .ant-upload-list-item {
  padding: 8px;
  border-radius: 0px;
  border: 1px solid #d9d9d9;
  height: 66px;
  position: relative;
}
.ant-upload-list-picture .ant-upload-list-item:hover,
.ant-upload-list-picture-card .ant-upload-list-item:hover {
  background: transparent;
}
.ant-upload-list-picture .ant-upload-list-item-error,
.ant-upload-list-picture-card .ant-upload-list-item-error {
  border-color: #f04134;
}
.ant-upload-list-picture .ant-upload-list-item-info,
.ant-upload-list-picture-card .ant-upload-list-item-info {
  padding: 0;
}
.ant-upload-list-picture .ant-upload-list-item:hover .ant-upload-list-item-info,
.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info {
  background: transparent;
}
.ant-upload-list-picture .ant-upload-list-item-uploading,
.ant-upload-list-picture-card .ant-upload-list-item-uploading {
  border-style: dashed;
}
.ant-upload-list-picture .ant-upload-list-item-thumbnail,
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 8px;
  left: 8px;
}
.ant-upload-list-picture .ant-upload-list-item-thumbnail img,
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img {
  width: 48px;
  height: 48px;
  display: block;
  overflow: hidden;
  border-radius: 0px;
}
.ant-upload-list-picture .ant-upload-list-item-thumbnail.anticon:before,
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail.anticon:before {
  line-height: 48px;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.43);
}
.ant-upload-list-picture .ant-upload-list-item-name,
.ant-upload-list-picture-card .ant-upload-list-item-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 0 0 8px;
  line-height: 44px;
  transition: all .3s;
  padding-left: 48px;
  padding-right: 8px;
  max-width: 100%;
  display: inline-block;
  box-sizing: border-box;
}
.ant-upload-list-picture .ant-upload-list-item-uploading .ant-upload-list-item-name,
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-name {
  line-height: 28px;
}
.ant-upload-list-picture .ant-upload-list-item-progress,
.ant-upload-list-picture-card .ant-upload-list-item-progress {
  padding-left: 56px;
  margin-top: 0;
  bottom: 24px;
  width: calc(100% - 24px);
}
.ant-upload-list-picture .anticon-cross,
.ant-upload-list-picture-card .anticon-cross {
  position: absolute;
  right: 8px;
  top: 8px;
  line-height: 1;
}
.ant-upload-list-picture-card {
  display: inline;
}
.ant-upload-list-picture-card .ant-upload-list-item {
  float: left;
  width: 96px;
  height: 96px;
  margin: 0 8px 8px 0;
}
.ant-upload-list-picture-card .ant-upload-list-item-info {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.ant-upload-list-picture-card .ant-upload-list-item-info:before {
  content: ' ';
  position: absolute;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all .3s;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info:before {
  opacity: 1;
}
.ant-upload-list-picture-card .ant-upload-list-item-actions {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  white-space: nowrap;
  opacity: 0;
  transition: all .3s;
}
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye-o,
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete {
  z-index: 10;
  transition: all .3s;
  cursor: pointer;
  font-size: 16px;
  width: 16px;
  color: rgba(255, 255, 255, 0.91);
  margin: 0 4px;
}
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye-o:hover,
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete:hover {
  color: #fff;
}
.ant-upload-list-picture-card .ant-upload-list-item-info:hover + .ant-upload-list-item-actions,
.ant-upload-list-picture-card .ant-upload-list-item-actions:hover {
  opacity: 1;
}
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail,
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  position: static;
}
.ant-upload-list-picture-card .ant-upload-list-item-name {
  display: none;
}
.ant-upload-list-picture-card .ant-upload-list-item-uploading.ant-upload-list-item {
  background-color: #fbfbfb;
}
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info {
  height: auto;
}
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info:before,
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-eye-o,
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-delete {
  display: none;
}
.ant-upload-list-picture-card .ant-upload-list-item-uploading-text {
  margin-top: 18px;
  color: rgba(0, 0, 0, 0.43);
}
.ant-upload-list-picture-card .ant-upload-list-item-progress {
  padding-left: 0;
  bottom: 32px;
}
.ant-upload-list .ant-upload-success-icon {
  color: #00a854;
  font-weight: bold;
}
.ant-upload-list .ant-upload-animate-enter,
.ant-upload-list .ant-upload-animate-leave,
.ant-upload-list .ant-upload-animate-inline-enter,
.ant-upload-list .ant-upload-animate-inline-leave {
  animation-duration: .3s;
  animation-fill-mode: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-upload-list .ant-upload-animate-enter {
  animation-name: uploadAnimateIn;
}
.ant-upload-list .ant-upload-animate-leave {
  animation-name: uploadAnimateOut;
}
.ant-upload-list .ant-upload-animate-inline-enter {
  animation-name: uploadAnimateInlineIn;
}
.ant-upload-list .ant-upload-animate-inline-leave {
  animation-name: uploadAnimateInlineOut;
}
@keyframes uploadAnimateIn {
  from {
    height: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
  }
}
@keyframes uploadAnimateOut {
  to {
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
  }
}
@keyframes uploadAnimateInlineIn {
  from {
    width: 0;
    height: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
  }
}
@keyframes uploadAnimateInlineOut {
  to {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
  }
}
.ak-common-btn {
  border: 0px;
  border-radius: 3px;
}
.btn-common-radius {
  border-radius: 3px;
}
.btn-common-border {
  border: solid 1px var(--btn--neutral);
  border-radius: 6px;
  padding: 2px 10px;
}
.btn-common-border:hover,
.btn-common-border:focus {
  color: var(--btn--primary);
  border-color: var(--btn--primary);
}
.main-btn-bg,
.ak-container .ant-modal-footer .ant-btn.main-btn-bg {
  border: 0px;
  border-radius: 3px;
  background-color: var(--btn--primary);
  color: var(--btn--backgrand);
}
.main-btn-bg:hover,
.ak-container .ant-modal-footer .ant-btn.main-btn-bg:hover,
.main-btn-bg:focus,
.ak-container .ant-modal-footer .ant-btn.main-btn-bg:focus {
  background-color: var(--btn--primary);
  color: var(--btn--backgrand);
}
.minor-btn-bg,
.ak-container .ant-modal-footer .ant-btn.minor-btn-bg {
  border: 0px;
  border-radius: 3px;
  background-color: var(--btn--primary-light);
  color: var(--btn--text);
}
.minor-btn-bg.text,
.ak-container .ant-modal-footer .ant-btn.minor-btn-bg.text {
  background-color: unset;
}
.minor-btn-bg:hover,
.ak-container .ant-modal-footer .ant-btn.minor-btn-bg:hover,
.minor-btn-bg:focus,
.ak-container .ant-modal-footer .ant-btn.minor-btn-bg:focus {
  background-color: var(--btn--primary-light);
  color: var(--btn--text);
}
.dangerous-btn-bg,
.ak-container .ant-modal-footer .ant-btn.dangerous-btn-bg {
  border: 0px;
  border-radius: 3px;
  background-color: var(--btn--danger-light);
  color: var(--btn--danger);
}
.dangerous-btn-bg:hover,
.ak-container .ant-modal-footer .ant-btn.dangerous-btn-bg:hover,
.dangerous-btn-bg:focus,
.ak-container .ant-modal-footer .ant-btn.dangerous-btn-bg:focus {
  background-color: var(--btn--danger-light);
  color: var(--btn--danger);
}
.green-btn-bg,
.ak-container .ant-modal-footer .ant-btn.green-btn-bg {
  border: 0px;
  border-radius: 3px;
  background-color: var(--btn--success-light);
  color: var(--btn--success-dark);
}
.green-btn-bg:hover,
.ak-container .ant-modal-footer .ant-btn.green-btn-bg:hover,
.green-btn-bg:focus,
.ak-container .ant-modal-footer .ant-btn.green-btn-bg:focus {
  background-color: var(--btn--success-light);
  color: var(--btn--success-dark);
}
.neutral-btn-bg,
.ak-container .ant-modal-footer .ant-btn.neutral-btn-bg {
  border: 0px;
  border-radius: 3px;
  background-color: var(--btn--neutral);
  color: var(--btn--text);
}
.neutral-btn-bg:hover,
.ak-container .ant-modal-footer .ant-btn.neutral-btn-bg:hover,
.neutral-btn-bg:focus,
.ak-container .ant-modal-footer .ant-btn.neutral-btn-bg:focus {
  background-color: var(--btn--neutral);
  color: var(--btn--text);
}
.ant-btn.main-btn-bc {
  border-color: var(--btn--primary);
  color: var(--btn--primary);
}
/*总变量可切换px，rem,只要是等于10px即可*/
.w10 {
  width: 10px;
}
.w20 {
  width: 20px;
}
.w30 {
  width: 30px;
}
.w40 {
  width: 40px;
}
.w50 {
  width: 50px;
}
.w60 {
  width: 60px;
}
.w70 {
  width: 70px;
}
.w80 {
  width: 80px;
}
.w90 {
  width: 90px;
}
.w100 {
  width: 100px;
}
.w110 {
  width: 110px;
}
.w120 {
  width: 120px;
}
.w130 {
  width: 130px;
}
.w140 {
  width: 140px;
}
.w150 {
  width: 150px;
}
.w160 {
  width: 160px;
}
.w170 {
  width: 170px;
}
.w180 {
  width: 180px;
}
.w190 {
  width: 190px;
}
.w200 {
  width: 200px;
}
.w210 {
  width: 210px;
}
.w220 {
  width: 220px;
}
.w230 {
  width: 230px;
}
.w240 {
  width: 240px;
}
.w250 {
  width: 250px;
}
.w260 {
  width: 260px;
}
.w270 {
  width: 270px;
}
.w280 {
  width: 280px;
}
.w290 {
  width: 290px;
}
.w300 {
  width: 300px;
}
.w310 {
  width: 310px;
}
.w320 {
  width: 320px;
}
.w330 {
  width: 330px;
}
.w340 {
  width: 340px;
}
.w350 {
  width: 350px;
}
.w360 {
  width: 360px;
}
.w370 {
  width: 370px;
}
.w380 {
  width: 380px;
}
.w390 {
  width: 390px;
}
.w400 {
  width: 400px;
}
.w410 {
  width: 410px;
}
.w420 {
  width: 420px;
}
.w430 {
  width: 430px;
}
.w440 {
  width: 440px;
}
.w450 {
  width: 450px;
}
.w460 {
  width: 460px;
}
.w470 {
  width: 470px;
}
.w480 {
  width: 480px;
}
.w490 {
  width: 490px;
}
.w500 {
  width: 500px;
}
.w510 {
  width: 510px;
}
.w520 {
  width: 520px;
}
.w530 {
  width: 530px;
}
.w540 {
  width: 540px;
}
.h10 {
  height: 10px;
}
.h20 {
  height: 20px;
}
.h30 {
  height: 30px;
}
.h40 {
  height: 40px;
}
.h50 {
  height: 50px;
}
.h60 {
  height: 60px;
}
.h70 {
  height: 70px;
}
.h80 {
  height: 80px;
}
.h90 {
  height: 90px;
}
.h100 {
  height: 100px;
}
.mt1 {
  margin-top: 1px;
}
.mt2 {
  margin-top: 2px;
}
.mt3 {
  margin-top: 3px;
}
.mt4 {
  margin-top: 4px;
}
.mt5 {
  margin-top: 5px;
}
.mt6 {
  margin-top: 6px;
}
.mt7 {
  margin-top: 7px;
}
.mt8 {
  margin-top: 8px;
}
.mt9 {
  margin-top: 9px;
}
.mt10 {
  margin-top: 10px;
}
.mt11 {
  margin-top: 11px;
}
.mt12 {
  margin-top: 12px;
}
.mt13 {
  margin-top: 13px;
}
.mt14 {
  margin-top: 14px;
}
.mt15 {
  margin-top: 15px;
}
.mt16 {
  margin-top: 16px;
}
.mt17 {
  margin-top: 17px;
}
.mt18 {
  margin-top: 18px;
}
.mt19 {
  margin-top: 19px;
}
.mt20 {
  margin-top: 20px;
}
.mt21 {
  margin-top: 21px;
}
.mt22 {
  margin-top: 22px;
}
.mt23 {
  margin-top: 23px;
}
.mt24 {
  margin-top: 24px;
}
.mt25 {
  margin-top: 25px;
}
.mt26 {
  margin-top: 26px;
}
.mt27 {
  margin-top: 27px;
}
.mt28 {
  margin-top: 28px;
}
.mt29 {
  margin-top: 29px;
}
.mt30 {
  margin-top: 30px;
}
.mt31 {
  margin-top: 31px;
}
.mt32 {
  margin-top: 32px;
}
.mt33 {
  margin-top: 33px;
}
.mt34 {
  margin-top: 34px;
}
.mt35 {
  margin-top: 35px;
}
.mt36 {
  margin-top: 36px;
}
.mt37 {
  margin-top: 37px;
}
.mt38 {
  margin-top: 38px;
}
.mt39 {
  margin-top: 39px;
}
.mt40 {
  margin-top: 40px;
}
.mt41 {
  margin-top: 41px;
}
.mt42 {
  margin-top: 42px;
}
.mt43 {
  margin-top: 43px;
}
.mt44 {
  margin-top: 44px;
}
.mt45 {
  margin-top: 45px;
}
.mt46 {
  margin-top: 46px;
}
.mt47 {
  margin-top: 47px;
}
.mt48 {
  margin-top: 48px;
}
.mt49 {
  margin-top: 49px;
}
.mt50 {
  margin-top: 50px;
}
.mr10 {
  margin-right: 10px;
}
.mr20 {
  margin-right: 20px;
}
.mr30 {
  margin-right: 30px;
}
.mr40 {
  margin-right: 40px;
}
.mr50 {
  margin-right: 50px;
}
.mr60 {
  margin-right: 60px;
}
.mr70 {
  margin-right: 70px;
}
.mr80 {
  margin-right: 80px;
}
.mr90 {
  margin-right: 90px;
}
.mr100 {
  margin-right: 100px;
}
.mb1 {
  margin-bottom: 1px;
}
.mb2 {
  margin-bottom: 2px;
}
.mb3 {
  margin-bottom: 3px;
}
.mb4 {
  margin-bottom: 4px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb6 {
  margin-bottom: 6px;
}
.mb7 {
  margin-bottom: 7px;
}
.mb8 {
  margin-bottom: 8px;
}
.mb9 {
  margin-bottom: 9px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb11 {
  margin-bottom: 11px;
}
.mb12 {
  margin-bottom: 12px;
}
.mb13 {
  margin-bottom: 13px;
}
.mb14 {
  margin-bottom: 14px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb16 {
  margin-bottom: 16px;
}
.mb17 {
  margin-bottom: 17px;
}
.mb18 {
  margin-bottom: 18px;
}
.mb19 {
  margin-bottom: 19px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb21 {
  margin-bottom: 21px;
}
.mb22 {
  margin-bottom: 22px;
}
.mb23 {
  margin-bottom: 23px;
}
.mb24 {
  margin-bottom: 24px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb26 {
  margin-bottom: 26px;
}
.mb27 {
  margin-bottom: 27px;
}
.mb28 {
  margin-bottom: 28px;
}
.mb29 {
  margin-bottom: 29px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb31 {
  margin-bottom: 31px;
}
.mb32 {
  margin-bottom: 32px;
}
.mb33 {
  margin-bottom: 33px;
}
.mb34 {
  margin-bottom: 34px;
}
.mb35 {
  margin-bottom: 35px;
}
.mb36 {
  margin-bottom: 36px;
}
.mb37 {
  margin-bottom: 37px;
}
.mb38 {
  margin-bottom: 38px;
}
.mb39 {
  margin-bottom: 39px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb41 {
  margin-bottom: 41px;
}
.mb42 {
  margin-bottom: 42px;
}
.mb43 {
  margin-bottom: 43px;
}
.mb44 {
  margin-bottom: 44px;
}
.mb45 {
  margin-bottom: 45px;
}
.mb46 {
  margin-bottom: 46px;
}
.mb47 {
  margin-bottom: 47px;
}
.mb48 {
  margin-bottom: 48px;
}
.mb49 {
  margin-bottom: 49px;
}
.mb50 {
  margin-bottom: 50px;
}
.ml10 {
  margin-left: 10px;
}
.ml20 {
  margin-left: 20px;
}
.ml30 {
  margin-left: 30px;
}
.ml40 {
  margin-left: 40px;
}
.ml50 {
  margin-left: 50px;
}
.ml60 {
  margin-left: 60px;
}
.ml70 {
  margin-left: 70px;
}
.ml80 {
  margin-left: 80px;
}
.ml90 {
  margin-left: 90px;
}
.ml100 {
  margin-left: 100px;
}
.pt10 {
  padding-top: 10px;
}
.pt20 {
  padding-top: 20px;
}
.pt30 {
  padding-top: 30px;
}
.pt40 {
  padding-top: 40px;
}
.pt50 {
  padding-top: 50px;
}
.pt60 {
  padding-top: 60px;
}
.pt70 {
  padding-top: 70px;
}
.pt80 {
  padding-top: 80px;
}
.pt90 {
  padding-top: 90px;
}
.pt100 {
  padding-top: 100px;
}
.pl1 {
  padding-left: 1px;
}
.pl2 {
  padding-left: 2px;
}
.pl3 {
  padding-left: 3px;
}
.pl4 {
  padding-left: 4px;
}
.pl5 {
  padding-left: 5px;
}
.pl6 {
  padding-left: 6px;
}
.pl7 {
  padding-left: 7px;
}
.pl8 {
  padding-left: 8px;
}
.pl9 {
  padding-left: 9px;
}
.pl10 {
  padding-left: 10px;
}
.pl11 {
  padding-left: 11px;
}
.pl12 {
  padding-left: 12px;
}
.pl13 {
  padding-left: 13px;
}
.pl14 {
  padding-left: 14px;
}
.pl15 {
  padding-left: 15px;
}
.pl16 {
  padding-left: 16px;
}
.pl17 {
  padding-left: 17px;
}
.pl18 {
  padding-left: 18px;
}
.pl19 {
  padding-left: 19px;
}
.pl20 {
  padding-left: 20px;
}
.pl21 {
  padding-left: 21px;
}
.pl22 {
  padding-left: 22px;
}
.pl23 {
  padding-left: 23px;
}
.pl24 {
  padding-left: 24px;
}
.pl25 {
  padding-left: 25px;
}
.pl26 {
  padding-left: 26px;
}
.pl27 {
  padding-left: 27px;
}
.pl28 {
  padding-left: 28px;
}
.pl29 {
  padding-left: 29px;
}
.pl30 {
  padding-left: 30px;
}
.pl31 {
  padding-left: 31px;
}
.pl32 {
  padding-left: 32px;
}
.pl33 {
  padding-left: 33px;
}
.pl34 {
  padding-left: 34px;
}
.pl35 {
  padding-left: 35px;
}
.pl36 {
  padding-left: 36px;
}
.pl37 {
  padding-left: 37px;
}
.pl38 {
  padding-left: 38px;
}
.pl39 {
  padding-left: 39px;
}
.pl40 {
  padding-left: 40px;
}
.pl41 {
  padding-left: 41px;
}
.pl42 {
  padding-left: 42px;
}
.pl43 {
  padding-left: 43px;
}
.pl44 {
  padding-left: 44px;
}
.pl45 {
  padding-left: 45px;
}
.pl46 {
  padding-left: 46px;
}
.pl47 {
  padding-left: 47px;
}
.pl48 {
  padding-left: 48px;
}
.pl49 {
  padding-left: 49px;
}
.pl50 {
  padding-left: 50px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb60 {
  padding-bottom: 60px;
}
.pb70 {
  padding-bottom: 70px;
}
.pb80 {
  padding-bottom: 80px;
}
.pb90 {
  padding-bottom: 90px;
}
.pb100 {
  padding-bottom: 100px;
}
.pr10 {
  padding-right: 10px;
}
.pr20 {
  padding-right: 20px;
}
.pr30 {
  padding-right: 30px;
}
.pr40 {
  padding-right: 40px;
}
.pr50 {
  padding-right: 50px;
}
.pr60 {
  padding-right: 60px;
}
.pr70 {
  padding-right: 70px;
}
.pr80 {
  padding-right: 80px;
}
.pr90 {
  padding-right: 90px;
}
.pr100 {
  padding-right: 100px;
}
.font1 {
  font-size: 1px;
}
.font2 {
  font-size: 2px;
}
.font3 {
  font-size: 3px;
}
.font4 {
  font-size: 4px;
}
.font5 {
  font-size: 5px;
}
.font6 {
  font-size: 6px;
}
.font7 {
  font-size: 7px;
}
.font8 {
  font-size: 8px;
}
.font9 {
  font-size: 9px;
}
.font10 {
  font-size: 10px;
}
.font11 {
  font-size: 11px;
}
.font12 {
  font-size: 12px;
}
.font13 {
  font-size: 13px;
}
.font14 {
  font-size: 14px;
}
.font15 {
  font-size: 15px;
}
.font16 {
  font-size: 16px;
}
.font17 {
  font-size: 17px;
}
.font18 {
  font-size: 18px;
}
.font19 {
  font-size: 19px;
}
.font20 {
  font-size: 20px;
}
.font21 {
  font-size: 21px;
}
.font22 {
  font-size: 22px;
}
.font23 {
  font-size: 23px;
}
.font24 {
  font-size: 24px;
}
.font25 {
  font-size: 25px;
}
.font26 {
  font-size: 26px;
}
.font27 {
  font-size: 27px;
}
.font28 {
  font-size: 28px;
}
.font29 {
  font-size: 29px;
}
.font30 {
  font-size: 30px;
}
.ant-popover.noarrow {
  padding: 0;
}
.ant-popover.noarrow > .ant-popover-content > .ant-popover-arrow {
  display: none;
}
.ak-container,
.ant-popover,
.ant-modal-wrap {
  /*自定义*/
  /**回到顶部*/
  /**左侧Tree*/
}
.ak-container .pull-left,
.ant-popover .pull-left,
.ant-modal-wrap .pull-left {
  float: left;
}
.ak-container .pull-right,
.ant-popover .pull-right,
.ant-modal-wrap .pull-right {
  float: right;
}
.ak-container .text-left,
.ant-popover .text-left,
.ant-modal-wrap .text-left {
  text-align: left;
}
.ak-container .text-center,
.ant-popover .text-center,
.ant-modal-wrap .text-center {
  text-align: center;
}
.ak-container .text-right,
.ant-popover .text-right,
.ant-modal-wrap .text-right {
  text-align: right;
}
.ak-container .no-border,
.ant-popover .no-border,
.ant-modal-wrap .no-border {
  border: 0 !important;
}
.ak-container .hidden-xs,
.ant-popover .hidden-xs,
.ant-modal-wrap .hidden-xs {
  display: block;
}
.ak-container .visible-xs,
.ant-popover .visible-xs,
.ant-modal-wrap .visible-xs {
  display: none;
}
@media (max-width: 767px) {
  .ak-container .visible-xs,
  .ant-popover .visible-xs,
  .ant-modal-wrap .visible-xs {
    display: block;
  }
  .ak-container .hidden-xs,
  .ant-popover .hidden-xs,
  .ant-modal-wrap .hidden-xs {
    display: none;
  }
  .ak-container .hidden-xs-btn-text span,
  .ant-popover .hidden-xs-btn-text span,
  .ant-modal-wrap .hidden-xs-btn-text span {
    display: none;
  }
}
.ak-container .ant-input-number-input[disabled],
.ant-popover .ant-input-number-input[disabled],
.ant-modal-wrap .ant-input-number-input[disabled],
.ak-container .ant-input[disabled],
.ant-popover .ant-input[disabled],
.ant-modal-wrap .ant-input[disabled],
.ak-container .ant-time-picker-input[disabled],
.ant-popover .ant-time-picker-input[disabled],
.ant-modal-wrap .ant-time-picker-input[disabled],
.ak-container .ant-input-number-input[disabled],
.ant-popover .ant-input-number-input[disabled],
.ant-modal-wrap .ant-input-number-input[disabled],
.ak-container .ant-select[disabled],
.ant-popover .ant-select[disabled],
.ant-modal-wrap .ant-select[disabled],
.ak-container .ant-btn[disabled],
.ant-popover .ant-btn[disabled],
.ant-modal-wrap .ant-btn[disabled],
.ak-container .ant-btn.disabled,
.ant-popover .ant-btn.disabled,
.ant-modal-wrap .ant-btn.disabled,
.ak-container .ant-select-disabled .ant-select-selection,
.ant-popover .ant-select-disabled .ant-select-selection,
.ant-modal-wrap .ant-select-disabled .ant-select-selection {
  opacity: 1;
  cursor: default !important;
  color: #000;
}
.ak-container .ant-upload-disabled .ant-upload-list-item .anticon-cross,
.ant-popover .ant-upload-disabled .ant-upload-list-item .anticon-cross,
.ant-modal-wrap .ant-upload-disabled .ant-upload-list-item .anticon-cross {
  display: none;
}
.ak-container .ant-checkbox-disabled,
.ant-popover .ant-checkbox-disabled,
.ant-modal-wrap .ant-checkbox-disabled,
.ak-container .ant-radio-disabled,
.ant-popover .ant-radio-disabled,
.ant-modal-wrap .ant-radio-disabled {
  cursor: default;
}
.ak-container .ant-checkbox-disabled + span,
.ant-popover .ant-checkbox-disabled + span,
.ant-modal-wrap .ant-checkbox-disabled + span,
.ak-container .ant-radio-disabled + span,
.ant-popover .ant-radio-disabled + span,
.ant-modal-wrap .ant-radio-disabled + span {
  color: inherit;
  cursor: default;
}
.ak-container .ant-radio-wrapper,
.ant-popover .ant-radio-wrapper,
.ant-modal-wrap .ant-radio-wrapper {
  white-space: normal;
}
.ak-container .ant-upload-list,
.ant-popover .ant-upload-list,
.ant-modal-wrap .ant-upload-list {
  margin-left: -4px;
  margin-right: -4px;
}
.ak-container .ant-upload-list .ant-upload-list-item,
.ant-popover .ant-upload-list .ant-upload-list-item,
.ant-modal-wrap .ant-upload-list .ant-upload-list-item {
  min-width: 200px;
  width: calc(16.66666667% - 8px);
  margin-left: 4px;
  margin-right: 4px;
}
.ak-container .ant-upload-list .ant-upload-list-item:hover,
.ant-popover .ant-upload-list .ant-upload-list-item:hover,
.ant-modal-wrap .ant-upload-list .ant-upload-list-item:hover {
  border: 1px solid #88bdf0;
}
.ak-container .ant-upload-list .ant-upload-list-item .ant-upload-list-item-name,
.ant-popover .ant-upload-list .ant-upload-list-item .ant-upload-list-item-name,
.ant-modal-wrap .ant-upload-list .ant-upload-list-item .ant-upload-list-item-name {
  cursor: pointer;
}
@media (max-width: 1199px) {
  .ak-container .ant-upload-list .ant-upload-list-item,
  .ant-popover .ant-upload-list .ant-upload-list-item,
  .ant-modal-wrap .ant-upload-list .ant-upload-list-item {
    width: calc(33.33333333% - 8px);
  }
}
@media (max-width: 767px) {
  .ak-container .ant-upload-list .ant-upload-list-item,
  .ant-popover .ant-upload-list .ant-upload-list-item,
  .ant-modal-wrap .ant-upload-list .ant-upload-list-item {
    width: calc(50% - 8px);
  }
}
@media (max-width: 479px) {
  .ak-container .ant-upload-list .ant-upload-list-item,
  .ant-popover .ant-upload-list .ant-upload-list-item,
  .ant-modal-wrap .ant-upload-list .ant-upload-list-item {
    width: calc(100% - 8px);
  }
}
.ak-container .ant-upload-list .anticon-cross,
.ant-popover .ant-upload-list .anticon-cross,
.ant-modal-wrap .ant-upload-list .anticon-cross {
  opacity: 1;
}
.ak-container .ant-upload-list.ant-upload-list-text,
.ant-popover .ant-upload-list.ant-upload-list-text,
.ant-modal-wrap .ant-upload-list.ant-upload-list-text {
  max-width: 208px;
}
.ak-container .ant-upload-list.ant-upload-list-text .anticon,
.ant-popover .ant-upload-list.ant-upload-list-text .anticon,
.ant-modal-wrap .ant-upload-list.ant-upload-list-text .anticon {
  font-size: 12px !important;
  margin-left: 4px !important;
  color: rgba(0, 0, 0, 0.43) !important;
}
.ak-container .ant-upload-list-item,
.ant-popover .ant-upload-list-item,
.ant-modal-wrap .ant-upload-list-item {
  opacity: 1;
}
.ak-container .ant-btn-group-sm .ant-btn-icon-only,
.ant-popover .ant-btn-group-sm .ant-btn-icon-only,
.ant-modal-wrap .ant-btn-group-sm .ant-btn-icon-only {
  padding: 0px;
}
.ak-container .ant-btn-icon-only,
.ant-popover .ant-btn-icon-only,
.ant-modal-wrap .ant-btn-icon-only {
  padding: 5px;
}
.ak-container .ant-input-suffix .anticon,
.ant-popover .ant-input-suffix .anticon,
.ant-modal-wrap .ant-input-suffix .anticon {
  font-size: 12px;
  opacity: 0.5;
}
.ak-container .ant-menu-inline,
.ant-popover .ant-menu-inline,
.ant-modal-wrap .ant-menu-inline {
  border: 0px;
  background-color: #FFF;
}
.ak-container .ant-btn-group-vertical > .ant-btn,
.ant-popover .ant-btn-group-vertical > .ant-btn,
.ant-modal-wrap .ant-btn-group-vertical > .ant-btn {
  display: block;
}
.ak-container .ant-btn-group-vertical > .ant-btn:first-child:not(:last-child),
.ant-popover .ant-btn-group-vertical > .ant-btn:first-child:not(:last-child),
.ant-modal-wrap .ant-btn-group-vertical > .ant-btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.ak-container .ant-btn-group-vertical > .ant-btn:last-child:not(:first-child),
.ant-popover .ant-btn-group-vertical > .ant-btn:last-child:not(:first-child),
.ant-modal-wrap .ant-btn-group-vertical > .ant-btn:last-child:not(:first-child) {
  margin-left: 0;
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.ak-container .ant-btn-group-vertical > .ant-btn:not(:first-child):not(:last-child),
.ant-popover .ant-btn-group-vertical > .ant-btn:not(:first-child):not(:last-child),
.ant-modal-wrap .ant-btn-group-vertical > .ant-btn:not(:first-child):not(:last-child) {
  margin-left: 0;
  border-radius: 0;
  margin-top: -1px;
  display: block;
}
.ak-container .wfull,
.ant-popover .wfull,
.ant-modal-wrap .wfull {
  width: 100%;
}
.ak-container .hfull,
.ant-popover .hfull,
.ant-modal-wrap .hfull {
  height: 100%;
}
.ak-container #content,
.ant-popover #content,
.ant-modal-wrap #content {
  height: 100%;
}
.ak-container .tright,
.ant-popover .tright,
.ant-modal-wrap .tright {
  text-align: right;
}
.ak-container .row-w150,
.ant-popover .row-w150,
.ant-modal-wrap .row-w150 {
  margin-right: 5px;
}
.ak-container .row-w150 .ant-select,
.ant-popover .row-w150 .ant-select,
.ant-modal-wrap .row-w150 .ant-select,
.ak-container .row-w150 .ant-input,
.ant-popover .row-w150 .ant-input,
.ant-modal-wrap .row-w150 .ant-input {
  width: 150px;
}
.ak-container .row-w150 .ant-calendar-picker .ant-input,
.ant-popover .row-w150 .ant-calendar-picker .ant-input,
.ant-modal-wrap .row-w150 .ant-calendar-picker .ant-input {
  width: 100%;
}
.ak-container .row-mtb20,
.ant-popover .row-mtb20,
.ant-modal-wrap .row-mtb20 {
  margin: 20px 0;
}
.ak-container .row-advsearch > div,
.ant-popover .row-advsearch > div,
.ant-modal-wrap .row-advsearch > div {
  margin-left: 10px;
}
.ak-container .row-auto,
.ant-popover .row-auto,
.ant-modal-wrap .row-auto {
  margin: 25px;
}
.ak-container .row-auto .mb15 div:nth-child(even),
.ant-popover .row-auto .mb15 div:nth-child(even),
.ant-modal-wrap .row-auto .mb15 div:nth-child(even) {
  font-size: 14px;
  color: #404040;
}
.ak-container .row-font14 div:nth-child(even),
.ant-popover .row-font14 div:nth-child(even),
.ant-modal-wrap .row-font14 div:nth-child(even) {
  font-size: 14px;
  color: #404040;
}
.ak-container .row-item,
.ant-popover .row-item,
.ant-modal-wrap .row-item {
  height: 24px;
  line-height: 36px;
}
.ak-container .row-title,
.ant-popover .row-title,
.ant-modal-wrap .row-title {
  border-bottom: solid 1px #d9d9d9;
  padding: 2px 0 7px 0;
  min-height: 3px;
  cursor: pointer;
}
.ak-container .top_title,
.ant-popover .top_title,
.ant-modal-wrap .top_title {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  margin: 0 20px;
  color: #1563f6;
  cursor: pointer;
}
.ak-container .top_right_icon i,
.ant-popover .top_right_icon i,
.ant-modal-wrap .top_right_icon i {
  font-size: 20px;
  margin-right: 10px;
  cursor: pointer;
}
.ak-container .ant-menu-item.menu_li,
.ant-popover .ant-menu-item.menu_li,
.ant-modal-wrap .ant-menu-item.menu_li {
  padding-left: 0 !important;
  border-right: 0;
}
.ak-container .anticon.menu_icon,
.ant-popover .anticon.menu_icon,
.ant-modal-wrap .anticon.menu_icon {
  font-size: 18px;
  margin: 0 12px;
}
.ak-container .ant-menu-item > a,
.ant-popover .ant-menu-item > a,
.ant-modal-wrap .ant-menu-item > a {
  display: block;
  text-decoration: none;
  cursor: pointer;
  font-size: 14px;
  padding: 12px 12px;
  line-height: 0;
}
.ak-container .ant-menu-item > a:hover,
.ant-popover .ant-menu-item > a:hover,
.ant-modal-wrap .ant-menu-item > a:hover {
  color: #071638;
}
.ak-container .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected,
.ant-popover .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected,
.ant-modal-wrap .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
  background-color: #edecec;
}
.ak-container .ant-menu-item:hover,
.ant-popover .ant-menu-item:hover,
.ant-modal-wrap .ant-menu-item:hover {
  background-color: #fafafa;
}
.ak-container .ant-menu-item-selected > a,
.ant-popover .ant-menu-item-selected > a,
.ant-modal-wrap .ant-menu-item-selected > a,
.ak-container .ant-menu-item-selected > a:hover,
.ant-popover .ant-menu-item-selected > a:hover,
.ant-modal-wrap .ant-menu-item-selected > a:hover {
  color: #071638;
}
.ak-container .ant-table-tbody > tr:hover,
.ant-popover .ant-table-tbody > tr:hover,
.ant-modal-wrap .ant-table-tbody > tr:hover {
  background: #fafafa;
}
.ak-container .ant-table-tbody > tr:hover td:first-child:before,
.ant-popover .ant-table-tbody > tr:hover td:first-child:before,
.ant-modal-wrap .ant-table-tbody > tr:hover td:first-child:before {
  background: #1563f6;
}
.ak-container .ant-table-tbody > tr:hover td,
.ant-popover .ant-table-tbody > tr:hover td,
.ant-modal-wrap .ant-table-tbody > tr:hover td {
  background: #fafafa;
}
.ak-container .ant-table-tbody > tr td,
.ant-popover .ant-table-tbody > tr td,
.ant-modal-wrap .ant-table-tbody > tr td {
  font-size: 12px;
  padding: 10px 8px;
}
.ak-container .ant-table-tbody > tr td.hasAction,
.ant-popover .ant-table-tbody > tr td.hasAction,
.ant-modal-wrap .ant-table-tbody > tr td.hasAction {
  position: relative;
}
.ak-container .ant-table-tbody > tr td:first-child,
.ant-popover .ant-table-tbody > tr td:first-child,
.ant-modal-wrap .ant-table-tbody > tr td:first-child {
  position: relative;
  padding-left: 10px;
}
.ak-container .ant-table-tbody > tr td:first-child:before,
.ant-popover .ant-table-tbody > tr td:first-child:before,
.ant-modal-wrap .ant-table-tbody > tr td:first-child:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .ak-container .ant-table-tbody > tr td:first-child,
  .ant-popover .ant-table-tbody > tr td:first-child,
  .ant-modal-wrap .ant-table-tbody > tr td:first-child {
    padding-left: 10px;
  }
}
.ak-container .ant-table-tbody > tr td.ak_align_r,
.ant-popover .ant-table-tbody > tr td.ak_align_r,
.ant-modal-wrap .ant-table-tbody > tr td.ak_align_r {
  text-align: right;
}
.ak-container .ant-table-wrapper .table-column-hasaction,
.ant-popover .ant-table-wrapper .table-column-hasaction,
.ant-modal-wrap .ant-table-wrapper .table-column-hasaction {
  display: inline-block;
  max-width: calc(100% - 50px);
}
.ak-container .ant-table-wrapper .table-column-hasaction .column-title,
.ant-popover .ant-table-wrapper .table-column-hasaction .column-title,
.ant-modal-wrap .ant-table-wrapper .table-column-hasaction .column-title {
  font-weight: 600;
  flex: 1;
}
.ak-container .ant-table-wrapper .table-column-hasaction .ak-ellipsis,
.ant-popover .ant-table-wrapper .table-column-hasaction .ak-ellipsis,
.ant-modal-wrap .ant-table-wrapper .table-column-hasaction .ak-ellipsis {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 5px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ak-container .ant-table-wrapper .table-column-hasaction .ak-ellipsis:hover,
.ant-popover .ant-table-wrapper .table-column-hasaction .ak-ellipsis:hover,
.ant-modal-wrap .ant-table-wrapper .table-column-hasaction .ak-ellipsis:hover {
  background: var(--c--neutral-light-active);
}
@media (max-width: 767px) {
  .ak-container .ant-table-wrapper .table-column-hasaction,
  .ant-popover .ant-table-wrapper .table-column-hasaction,
  .ant-modal-wrap .ant-table-wrapper .table-column-hasaction {
    max-width: calc(100% - 20px);
    position: relative;
  }
  .ak-container .ant-table-wrapper .table-column-hasaction .ak-ellipsis,
  .ant-popover .ant-table-wrapper .table-column-hasaction .ak-ellipsis,
  .ant-modal-wrap .ant-table-wrapper .table-column-hasaction .ak-ellipsis {
    right: -50px;
  }
}
.ak-container .ant-table-thead tr th,
.ant-popover .ant-table-thead tr th,
.ant-modal-wrap .ant-table-thead tr th {
  font-size: 12px;
  font-weight: 600;
  padding: 12px 8px;
  height: 40px;
  background: #FFF;
  border-bottom: 1px solid #e9e9e9;
}
.ak-container .ant-table-thead tr th:first-child,
.ant-popover .ant-table-thead tr th:first-child,
.ant-modal-wrap .ant-table-thead tr th:first-child {
  padding-left: 10px;
}
.ak-container .ant-table-thead tr th.ant-table-column-sort,
.ant-popover .ant-table-thead tr th.ant-table-column-sort,
.ant-modal-wrap .ant-table-thead tr th.ant-table-column-sort {
  background-color: #FFF;
}
.ak-container .ant-tag,
.ant-popover .ant-tag,
.ant-modal-wrap .ant-tag {
  margin: 0;
}
.ak-container .ant-dropdown-menu .ant-dropdown-menu-item a i.anticon,
.ant-popover .ant-dropdown-menu .ant-dropdown-menu-item a i.anticon,
.ant-modal-wrap .ant-dropdown-menu .ant-dropdown-menu-item a i.anticon {
  margin-right: 5px;
}
.ak-container .ant-modal-footer,
.ant-popover .ant-modal-footer,
.ant-modal-wrap .ant-modal-footer {
  direction: rtl;
  text-align: left;
}
.ak-container .ant-modal-footer .ant-btn,
.ant-popover .ant-modal-footer .ant-btn,
.ant-modal-wrap .ant-modal-footer .ant-btn {
  direction: ltr;
  margin-left: 8px;
}
.ak-container .ant-modal-body,
.ant-popover .ant-modal-body,
.ant-modal-wrap .ant-modal-body {
  padding: 20px;
  min-height: 46px;
}
.ak-container .ant-modal-header,
.ant-popover .ant-modal-header,
.ant-modal-wrap .ant-modal-header {
  background: #fff;
  color: black;
  padding: 0;
  border-bottom: 0;
}
.ak-container .ant-modal-title,
.ant-popover .ant-modal-title,
.ant-modal-wrap .ant-modal-title {
  font-size: 16px;
  color: black;
  overflow: hidden;
  white-space: nowrap;
  font-weight: normal;
  text-overflow: ellipsis;
}
.ak-container .ant-modal-title .dragtitle-width,
.ant-popover .ant-modal-title .dragtitle-width,
.ant-modal-wrap .ant-modal-title .dragtitle-width {
  width: calc(100% - 50px);
}
@media (max-width: 767px) {
  .ak-container .ant-modal-title .dragtitle-width,
  .ant-popover .ant-modal-title .dragtitle-width,
  .ant-modal-wrap .ant-modal-title .dragtitle-width {
    width: 100%;
  }
}
.ak-container .ant-modal-title .ak-modal-dragtitle,
.ant-popover .ant-modal-title .ak-modal-dragtitle,
.ant-modal-wrap .ant-modal-title .ak-modal-dragtitle {
  padding: 0 16px;
  cursor: move;
  height: 48px;
  line-height: 48px;
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ak-container .ant-modal-title .ak-modal-dragtitle .ak-modal-operation,
.ant-popover .ant-modal-title .ak-modal-dragtitle .ak-modal-operation,
.ant-modal-wrap .ant-modal-title .ak-modal-dragtitle .ak-modal-operation {
  cursor: pointer;
  position: absolute;
  right: 50px;
  height: 48px;
  top: 0;
  line-height: 48px;
  width: 48px;
  text-align: center;
}
.ak-container .ant-modal-title .ak-modal-dragtitle .ak-modal-operation:hover,
.ant-popover .ant-modal-title .ak-modal-dragtitle .ak-modal-operation:hover,
.ant-modal-wrap .ant-modal-title .ak-modal-dragtitle .ak-modal-operation:hover {
  background-color: #4f8dd2;
}
.ak-container .ant-modal-close,
.ant-popover .ant-modal-close,
.ant-modal-wrap .ant-modal-close {
  width: 50px;
  height: 46px;
  opacity: 1;
  text-align: center;
  color: black;
  margin-top: 0;
  outline: medium none;
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  font-weight: normal;
}
.ak-container .ant-modal-close-x,
.ant-popover .ant-modal-close-x,
.ant-modal-wrap .ant-modal-close-x {
  font-size: 30px;
}
.ak-container .ant-modal-close-x:before,
.ant-popover .ant-modal-close-x:before,
.ant-modal-wrap .ant-modal-close-x:before {
  content: "\E829";
}
.ak-container .ant-modal-close:hover,
.ant-popover .ant-modal-close:hover,
.ant-modal-wrap .ant-modal-close:hover {
  color: black;
  background-color: #d9d9d9;
}
.ak-container .ant-modal.ak-modal-full-screen,
.ant-popover .ant-modal.ak-modal-full-screen,
.ant-modal-wrap .ant-modal.ak-modal-full-screen {
  width: 100% !important;
  margin: 0px;
  height: 100%;
  top: 0px !important;
  padding-bottom: 0px;
}
.ak-container .ant-modal.ak-modal-full-screen .ant-modal-content,
.ant-popover .ant-modal.ak-modal-full-screen .ant-modal-content,
.ant-modal-wrap .ant-modal.ak-modal-full-screen .ant-modal-content {
  min-height: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.ak-container .ant-modal.ak-modal-full-screen .ant-modal-body,
.ant-popover .ant-modal.ak-modal-full-screen .ant-modal-body,
.ant-modal-wrap .ant-modal.ak-modal-full-screen .ant-modal-body {
  flex: 1;
  overflow: auto;
}
.ak-container .ant-modal.ak-modal-full-screen .ant-modal-title .ak-modal-dragtitle,
.ant-popover .ant-modal.ak-modal-full-screen .ant-modal-title .ak-modal-dragtitle,
.ant-modal-wrap .ant-modal.ak-modal-full-screen .ant-modal-title .ak-modal-dragtitle {
  cursor: default;
}
.ak-container .ant-modal.ak-modal-full-screen .ant-modal-footer,
.ant-popover .ant-modal.ak-modal-full-screen .ant-modal-footer,
.ant-modal-wrap .ant-modal.ak-modal-full-screen .ant-modal-footer {
  background-color: #FFF;
  width: 100%;
}
.ak-container .ant-confirm-content,
.ant-popover .ant-confirm-content,
.ant-modal-wrap .ant-confirm-content {
  word-break: break-word;
}
.ak-container .ant-back-top,
.ant-popover .ant-back-top,
.ant-modal-wrap .ant-back-top {
  background: #222;
  border-radius: 3px;
  color: #FFF;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  right: 10px;
  bottom: 10px;
}
.ak-container .cursor,
.ant-popover .cursor,
.ant-modal-wrap .cursor {
  cursor: pointer;
}
.ak-container .ant-tree li .ant-tree-node-content-wrapper,
.ant-popover .ant-tree li .ant-tree-node-content-wrapper,
.ant-modal-wrap .ant-tree li .ant-tree-node-content-wrapper {
  width: calc(100% - 20px);
  border-bottom: 1px solid #EAEAEA;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  color: #000;
  white-space: nowrap;
  padding: 0 4px 0 1px;
  margin: 0;
  text-decoration: none;
  line-height: 40px;
  height: 40px;
  vertical-align: middle;
  cursor: pointer;
}
.ak-container .ant-tree li .ant-tree-node-content-wrapper.ant-tree-node-selected,
.ant-popover .ant-tree li .ant-tree-node-content-wrapper.ant-tree-node-selected,
.ant-modal-wrap .ant-tree li .ant-tree-node-content-wrapper.ant-tree-node-selected {
  background: #edecec;
}
.ak-container .ant-tree li .ant-tree-node-content-wrapper:hover,
.ant-popover .ant-tree li .ant-tree-node-content-wrapper:hover,
.ant-modal-wrap .ant-tree li .ant-tree-node-content-wrapper:hover {
  background: #fafafa;
}
.ak-container .ant-input,
.ant-popover .ant-input,
.ant-modal-wrap .ant-input {
  font-size: 12px;
  height: 28px;
  border-radius: 0px;
}
.ak-container textarea.ant-input,
.ant-popover textarea.ant-input,
.ant-modal-wrap textarea.ant-input {
  height: auto;
}
.ak-container .ant-select,
.ant-popover .ant-select,
.ant-modal-wrap .ant-select {
  display: block;
}
.ak-container .ant-select-selection__rendered > span,
.ant-popover .ant-select-selection__rendered > span,
.ant-modal-wrap .ant-select-selection__rendered > span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.ak-container .ant-select-selection__rendered > span.l2,
.ant-popover .ant-select-selection__rendered > span.l2,
.ant-modal-wrap .ant-select-selection__rendered > span.l2 {
  -webkit-line-clamp: 2;
}
.ak-container .ant-select-selection__rendered > span.l3,
.ant-popover .ant-select-selection__rendered > span.l3,
.ant-modal-wrap .ant-select-selection__rendered > span.l3 {
  -webkit-line-clamp: 3;
}
.ak-container .ant-select-selection__rendered > span.l4,
.ant-popover .ant-select-selection__rendered > span.l4,
.ant-modal-wrap .ant-select-selection__rendered > span.l4 {
  -webkit-line-clamp: 4;
}
.ak-container .ant-select-selection__rendered > span.l5,
.ant-popover .ant-select-selection__rendered > span.l5,
.ant-modal-wrap .ant-select-selection__rendered > span.l5 {
  -webkit-line-clamp: 4;
}
.ak-container .ant-switch,
.ant-popover .ant-switch,
.ant-modal-wrap .ant-switch {
  height: 18px;
  min-width: 36px;
  line-height: 16px;
}
.ak-container .ant-switch.ant-switch-disabled,
.ant-popover .ant-switch.ant-switch-disabled,
.ant-modal-wrap .ant-switch.ant-switch-disabled {
  cursor: default;
  background-color: rgba(0, 0, 0, 0.25);
}
.ak-container .ant-switch.ant-switch-disabled.ant-switch-checked,
.ant-popover .ant-switch.ant-switch-disabled.ant-switch-checked,
.ant-modal-wrap .ant-switch.ant-switch-disabled.ant-switch-checked {
  background: #1563f6;
  border-color: #1563f6;
}
.ak-container .ant-switch.ant-switch-disabled.ant-switch-checked:active:after,
.ant-popover .ant-switch.ant-switch-disabled.ant-switch-checked:active:after,
.ant-modal-wrap .ant-switch.ant-switch-disabled.ant-switch-checked:active:after {
  margin-left: -15px;
}
.ak-container .ant-switch.ant-switch-disabled:after,
.ant-popover .ant-switch.ant-switch-disabled:after,
.ant-modal-wrap .ant-switch.ant-switch-disabled:after {
  background: white;
  cursor: default;
}
.ak-container .ant-switch.ant-switch-disabled:active:after,
.ant-popover .ant-switch.ant-switch-disabled:active:after,
.ant-modal-wrap .ant-switch.ant-switch-disabled:active:after {
  width: 14px;
}
.ak-container .ant-switch.ant-switch-disabled .ant-switch-inner,
.ant-popover .ant-switch.ant-switch-disabled .ant-switch-inner,
.ant-modal-wrap .ant-switch.ant-switch-disabled .ant-switch-inner {
  color: white;
}
.ak-container .ant-switch-inner,
.ant-popover .ant-switch-inner,
.ant-modal-wrap .ant-switch-inner {
  font-size: 11px;
  margin-left: 20px;
  margin-right: 4px;
}
.ak-container .ant-switch:after,
.ant-popover .ant-switch:after,
.ant-modal-wrap .ant-switch:after {
  width: 14px;
  height: 14px;
}
.ak-container .ant-switch:active:after,
.ant-popover .ant-switch:active:after,
.ant-modal-wrap .ant-switch:active:after {
  width: 20px;
}
.ak-container .ant-switch-checked:after,
.ant-popover .ant-switch-checked:after,
.ant-modal-wrap .ant-switch-checked:after {
  left: 100%;
  margin-left: -15px;
}
.ak-container .ant-switch-checked:active:after,
.ant-popover .ant-switch-checked:active:after,
.ant-modal-wrap .ant-switch-checked:active:after {
  margin-left: -21px;
}
.ak-container .ant-switch-checked .ant-switch-inner,
.ant-popover .ant-switch-checked .ant-switch-inner,
.ant-modal-wrap .ant-switch-checked .ant-switch-inner {
  margin-left: 4px;
  margin-right: 20px;
}
.ant-modal-wrap.nopadding > .ant-modal > .ant-modal-content > .ant-modal-body {
  padding: 0;
}
.ant-modal-wrap .ak-identity-picker-wrapper .ant-tag {
  margin-right: 3px;
}
.ant-select-tree-title {
  cursor: pointer;
}
.ant-dropdown-menu {
  padding: 5px 0 !important;
  border-radius: 4px;
}
.ant-dropdown-menu .ant-dropdown-menu-item {
  min-width: 160px;
}
.ant-dropdown-menu .ant-dropdown-menu-item a {
  min-width: 160px;
  font-size: 14px;
  padding: 6px 15px !important;
}
.ant-dropdown-menu .ant-dropdown-menu-item a i.anticon {
  margin-right: 0.5em;
}
.ant-card-extra {
  padding: 0;
  height: inherit !important;
}
.ant-card-extra .pull-right {
  margin-top: -7px;
}
.ant-select-dropdown-menu-item {
  white-space: normal !important;
}
.ant-select-dropdown-menu-item.divtop {
  border-top: 1px solid #c7c7c7;
}
.ant-select-dropdown-menu-item.divbottom {
  border-bottom: 1px solid #c7c7c7;
}
.ant-select-dropdown-menu-item-disabled.category {
  color: var(--c--text-normal);
  background-color: var(--c--neutral-light-hover);
}
@media (max-width: 767px) {
  .ant-notification {
    width: 85% !important;
    margin-right: 8px !important;
  }
  .ant-pagination-item {
    margin-right: 3px;
  }
  .ant-pagination-prev {
    margin-right: 3px;
  }
  .ant-pagination-jump-prev {
    margin-right: 3px;
  }
  .ant-pagination-jump-next {
    margin-right: 3px;
  }
  .ak-main-content-body .ant-table-row .ant-row-flex,
  .ak-modal .ant-table-row .ant-row-flex {
    padding: 1px 0px;
  }
  .ak-main-content-body .ant-table-row .ak-table-title,
  .ak-modal .ant-table-row .ak-table-title {
    font-size: 15px;
    font-weight: 600;
  }
  .ak-main-content-body .ant-table-row .ak-table-title a,
  .ak-modal .ant-table-row .ak-table-title a {
    color: #1563f6;
  }
  .ak-main-content-body .ant-table-row .column-width.column-maxwidth-with-option,
  .ak-modal .ant-table-row .column-width.column-maxwidth-with-option {
    width: calc(100vw - 56px);
  }
  .ak-main-content-body .ant-table-row .column-width-with-img,
  .ak-modal .ant-table-row .column-width-with-img {
    width: calc(100vw - 100px);
  }
  .ak-main-content-body .ant-table-row .column-width-with-img.column-maxwidth-with-option,
  .ak-modal .ant-table-row .column-width-with-img.column-maxwidth-with-option {
    width: calc(100vw - 122px);
  }
  .ak-main-content-body .ant-table-row .column-maxwidth,
  .ak-modal .ant-table-row .column-maxwidth {
    max-width: calc(50vw - 12px);
  }
  .ak-main-content-body .ant-table-row .column-maxwidth-with-img,
  .ak-modal .ant-table-row .column-maxwidth-with-img {
    max-width: calc(50vw - 50px);
  }
  .ak-main-content-body .ant-table-row .ak-table-title2,
  .ak-modal .ant-table-row .ak-table-title2 {
    color: #999;
  }
  .ak-main-content-body .ant-table-row .ak-table-right,
  .ak-modal .ant-table-row .ak-table-right {
    text-align: right;
    margin-left: 15px;
  }
  .ak-main-content-body .ant-table-row .ak-table-col-option,
  .ak-modal .ant-table-row .ak-table-col-option {
    text-align: right;
    padding: 3px;
  }
  .ak-main-content-body .ant-table-row .ak-table-col-option .anticon,
  .ak-modal .ant-table-row .ak-table-col-option .anticon {
    margin-left: 0px;
    font-size: 16px;
    padding: 0;
  }
  .ant-modal {
    width: 100% !important;
    margin: 0px;
    height: 100%;
    top: 0px !important;
    padding-bottom: 0px;
  }
  .ant-modal .ant-modal-content {
    min-height: 100%;
    height: 100%;
  }
  .ant-modal .ant-modal-close {
    left: 0;
  }
  .ant-modal .ant-modal-close-x {
    font-size: 20px;
  }
  .ant-modal .ant-modal-body {
    height: 100%;
    padding-top: 50px;
    padding-bottom: 0;
    overflow: auto;
  }
  .ant-modal .ant-modal-header {
    padding-left: 50px;
  }
  .ant-modal .ant-modal-header + .ant-modal-body {
    padding-top: 20px;
    height: calc(100% - 50px);
  }
  .ant-modal .ant-modal-footer {
    position: absolute;
    z-index: 8;
    width: 100%;
    top: 0;
    right: 0;
    background-color: #fff !important;
    height: 50px;
    border: 0;
    padding-top: 11px;
    text-align: right;
  }
  .ant-modal .ant-modal-footer button:not(.ant-btn-primary) {
    display: none;
  }
  .ant-modal .ant-modal-footer .ant-btn {
    border-color: #fff;
    font-size: 12px;
    height: 26px;
  }
  .ant-modal.ak-flowcraft-display .ant-modal-header + .ant-modal-body {
    padding: 0px;
  }
}
.ant-modal-wrap.ak-flowcraft-display {
  z-index: 2000;
}
/**隐藏tabel 折叠标签*/
.ant-table-row.hide .ant-table-row-indent,
.ant-table-row.hide .ant-table-row-expand-icon {
  display: none;
}
/** 设置流程日志多人任务子表的样式 */
/** 设置流程日志多人任务表格的样式 */
.ak-form-history-title {
  font-size: 14px;
  background-color: #fafafa;
  padding: 10px;
}
/** 审批记录中的备注 */
.workflow-comment {
  width: 100%;
  max-height: 250px;
  overflow: auto;
  white-space: pre-wrap;
  word-break: break-word;
  word-wrap: break-word;
}
.ak-form-workflow-history {
  /** 多人任务流程日志任务子表左侧蓝色边纹样式 */
}
.ak-form-workflow-history .task-mobile {
  display: flex;
  flex-direction: row;
}
.ak-form-workflow-history .task-mobile > div:last-child {
  flex: 1;
  padding-left: 10px;
}
.ak-form-workflow-history .task-mobile .main {
  display: flex;
  flex-direction: row;
}
.ak-form-workflow-history .task-mobile .main > div:first-child {
  flex: 1;
  padding-right: 10px;
}
.ak-form-workflow-history .task-mobile .ak-avatar-text {
  font-weight: 600;
}
.ak-form-workflow-history .task-mobile .workflow-comment {
  padding-top: 10px;
}
.ak-form-workflow-history .workflow-comment {
  max-width: 400px;
  max-height: none;
  overflow: hidden;
}
.ak-form-workflow-history .row-mobile {
  padding-top: 5px;
  padding-bottom: 5px;
}
.ak-form-workflow-history .flow-chart-text {
  cursor: text;
}
.ak-form-workflow-history .ant-table-body table .ant-table-tbody > tr td:first-child {
  padding: 0px;
}
.ak-form-workflow-history .ant-table-body table .ant-table-tbody > tr.ant-table-expanded-row > td {
  background-color: #fff;
  padding: 0;
}
.ak-form-workflow-history .ant-table-body table .ant-table-tbody > tr.ant-table-expanded-row > td .ak-form-workflow-history td {
  background-color: #fafafa;
}
.ak-form-workflow-history .ant-table-body .ant-table-thead tr th {
  background: transparent;
}
.ak-form-workflow-history .process-icon-size {
  font-size: 16px;
}
.ak-form-workflow-history .spaceBorder {
  position: absolute;
  left: -8px;
  top: 0;
  height: 100%;
  padding: 6px 0px;
  width: 7px;
  overflow: hidden;
}
.ak-form-workflow-history .spaceBorder .leftBorder {
  width: 100%;
  height: 100%;
  border: 3px #99c6f8 solid;
  border-right: none;
  border-radius: 2px;
}
.ak-form-workflow-history .ak-avatar {
  padding: 10px;
}
.ak-form-workflow-history .multi-avatar-box {
  display: flex;
  padding: 10px;
  gap: 5px;
}
.ak-form-workflow-history .multi-avatar-box .ellipsis-avatar {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E7E9EC;
  border-radius: 50%;
}
.ak-form-workflow-history .multitasks .ant-table-body .ant-table-tbody tr,
.ak-form-workflow-history .multitasks .ant-table-body .ant-table-tbody tr:hover {
  background: #F7F8F9;
}
.ak-form-workflow-history .flow-chart-link a {
  display: flex;
  gap: 5px;
  font-size: 12px;
  align-items: center;
  padding: 0px 10px;
  color: var(--c--primary);
}
.ak-form-workflow-history .workflow-header {
  height: 39px;
  padding-left: 10px;
}
.ak-form-workflow-history .workflow-header .label {
  font-size: 12px;
  font-weight: 600;
}
.ak-form-workflow-history .collapse-icon {
  text-align: right;
}
.ak-form-workflow-history.mobile-table .ant-table-tbody > tr td:first-child {
  padding-left: 15px;
}
.ant-table-title {
  font-size: 14px;
  background-color: #edecec;
  padding: 7px 8px;
}
.img-responsive {
  width: 40px;
  height: 40px;
}
/** 内容左对齐 */
.akfc-form-content .ak-form-workflow-history .parentstyle > td {
  padding: 5px 8px 5px 23px !important;
}
/**子表不显示左侧border */
.ak-container .ant-table-tbody > tr.childrenstyle td:first-child:before,
.ant-modal-wrap .ant-table-tbody > tr.childrenstyle td:first-child:before {
  width: 0;
}
/** 多人任务流程日志任务子表左侧蓝色边纹样式 */
.ak-form-workflow-spaceBorder {
  position: absolute;
  left: -8px;
  top: 0;
  height: 100%;
  padding: 6px 0px;
  width: 7px;
  overflow: hidden;
}
.ak-form-workflow-spaceBorder .leftBorder {
  width: 100%;
  height: 100%;
  border: 3px #99c6f8 solid;
  border-right: none;
  border-radius: 2px;
}
/** 多种类型的taginput里的样式*/
.ak-tag-input-close {
  width: auto;
  height: auto !important;
  align-items: center;
}
.ak-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.ak-overflow.l2 {
  -webkit-line-clamp: 2;
}
.ak-overflow.l3 {
  -webkit-line-clamp: 3;
}
.ak-overflow.l4 {
  -webkit-line-clamp: 4;
}
.ak-overflow.l5 {
  -webkit-line-clamp: 4;
}
.ak-lookup-richtext {
  overflow-x: auto;
  line-height: 1.4;
  word-break: break-word;
  white-space: pre-wrap;
  word-wrap: break-word;
  max-width: 100%;
}
.ak-lookup-richtext blockquote {
  border-left: 2px solid #ccc;
  margin: 0;
  margin-left: 1.5rem;
  padding-left: 1rem;
}
.ak-lookup-richtext p {
  margin: 0;
}
.ak-lookup-richtext h1,
.ak-lookup-richtext h2,
.ak-lookup-richtext h3,
.ak-lookup-richtext h4,
.ak-lookup-richtext h5,
.ak-lookup-richtext h6 {
  font-weight: 700;
}
.ak-lookup-richtext.whitebg {
  background-color: #fff;
}
.ak-lookup-richtext ol {
  margin: 0;
  display: block;
  list-style-type: decimal;
  padding-inline-start: 40px;
  font-size: 0;
}
.ak-lookup-richtext ul {
  margin: 0;
  display: block;
  list-style-type: disc;
  padding-inline-start: 40px;
  font-size: 0;
}
.ak-lookup-richtext li {
  display: list-item;
  text-align: -webkit-match-parent;
  font-size: 12px;
}
.ak-lookup-richtext img {
  max-width: 100%;
  height: auto;
}
.ak-lookup-richtext iframe {
  max-width: 100%;
}
.ak-lookup-richtext.richtext-truncated {
  background-color: unset;
  overflow: hidden;
  display: -webkit-box;
  max-height: 75px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.ak-lookup-richtext table {
  border-width: 1px;
}
.ak-lookup-richtext table[border]:not([border="0"]):not([style*=border-color]) td,
.ak-lookup-richtext table[border]:not([border="0"]):not([style*=border-color]) th {
  border-color: #ccc;
}
.ak-lookup-richtext table[border]:not([border="0"]):not([style*=border-style]) td,
.ak-lookup-richtext table[border]:not([border="0"]):not([style*=border-style]) th {
  border-style: solid;
}
.ak-lookup-richtext table[border]:not([border="0"]):not([style*=border-width]) td,
.ak-lookup-richtext table[border]:not([border="0"]):not([style*=border-width]) th {
  border-width: 1px;
}
.ak-lookup-richtext table:not([cellpadding]) td,
.ak-lookup-richtext table:not([cellpadding]) th {
  padding: 0.4rem;
}
.ak-tagpicker .autocomplete {
  width: auto;
  max-width: 200px;
  float: left;
}
.ak-tagpicker .tag {
  margin-right: 5px;
  float: left;
}
.tags-auto-dropdown .ant-select-dropdown-menu-item-group {
  border-bottom: 1px solid #c7c7c7c7;
}
.ak-search-control .autocomplete {
  width: 100% !important;
}
.ak-header.ak-transparent-header {
  border-bottom: 0px;
  background: transparent;
}
.ak-header.ak-transparent-header .ak-header-title {
  color: var(--c--text-normal);
  font-size: 18px;
  font-weight: 600;
}
.ak-header.ak-transparent-header .ak-header-title .ant-select-selection {
  font-size: 14px;
  font-weight: normal;
}
.ak-header.ak-transparent-header .ant-breadcrumb-link {
  font-size: 18px;
  font-weight: 700;
}
.ak-transparent-background {
  background-color: transparent !important;
}
pre {
  font-family: inherit;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}
textarea {
  word-break: keep-all;
  word-wrap: break-word;
}
.ant-table-thead tr th,
.ant-table-tbody tr td {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.ant-table-thead tr th.center,
.ant-table-tbody tr td.center {
  text-align: center;
}
.ant-table-thead tr th.right,
.ant-table-tbody tr td.right {
  text-align: right;
}
.ant-select:only-child {
  min-width: 30px;
}
.ak-sidebar .nopermission-page,
.ant-modal .nopermission-page {
  top: 50px;
  min-height: 400px;
}
.nopermission-page {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f3f3f3;
  z-index: 1000;
}
.nopermission-page .page-middlebox {
  max-width: 400px;
  padding: 0 10px;
  z-index: 100;
  margin: 0 auto;
  padding-top: 40px;
  text-align: center;
  color: #676a6c;
}
.nopermission-page .page-middlebox h1 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 170px;
  font-weight: 100;
  line-height: 1.2;
}
.nopermission-page .page-middlebox h1 i {
  color: #676a6c;
  font-size: 110px;
  font-weight: lighter;
}
.nopermission-page .page-middlebox h3 {
  color: #676a6c;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 10px;
}
.nopermission-page .page-middlebox p {
  font-size: 13px;
  color: #676a6c;
  font-weight: 400;
}
.ak-showImgcenter {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.ak-showImgcenter img {
  max-width: 100%;
  max-height: 100%;
}
.select-value-span {
  padding: 3px 10px;
  border-radius: 15px;
  display: inline-block;
}
.ak-nosite-apps {
  margin: 0 auto;
}
.ak-nosite-apps .empty-img {
  width: 160px;
  margin: 0 auto;
}
.ak-nosite-apps .empty-img img {
  max-width: 100%;
  height: auto;
}
.ak-nosite-apps p {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #555;
}
.ak-color-plate {
  padding-bottom: 10px;
}
.ak-color-plate-box {
  display: inline-block;
  padding-top: 10px;
}
.ak-color-plate-item {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 2.4;
  margin: 0 auto;
}
.ak-color-plate-item:hover {
  transform: scale(1.2);
}
.ak-color-plate .active-item {
  transform: scale(1.2);
}
.ak-color-plate-text {
  display: inline-block;
  padding: 3px 6px;
  border-radius: 2px;
  line-height: 20px;
  margin-right: 10px;
}
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  font-weight: normal;
  text-overflow: ellipsis;
  max-width: 120px;
}
.ak-delete-icon {
  display: inline-block;
  background-color: #5c5c5c;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  text-align: center;
  line-height: 22px;
  color: #fff;
  cursor: pointer;
}
.ak-list-icon-display {
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
  position: relative;
  cursor: pointer;
}
.ak-list-icon-display div.ak-img {
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #d9d9d9;
  position: relative;
}
.ak-list-icon-display div.ak-img img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ak-icon-add-upload {
  display: inline-block;
}
.ak-icon-alone-display {
  width: 94px;
  height: 94px;
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
  position: relative;
  cursor: pointer;
}
.ak-icon-alone-display div.ak-img {
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #d9d9d9;
  position: relative;
}
.ak-icon-alone-display div.ak-img img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ak-icon-upload-wrapper span.ant-upload {
  position: relative;
}
.ak-icon-upload-wrapper .ak-showImgcenter {
  display: inline-block;
}
.ak-icon-upload-wrapper .ak-showImgcenter img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ak-icon-upload-wrapper .ak-multiple-upload .ant-upload.ant-upload-select.ant-upload-select-picture-card {
  height: 170px;
}
.ak-icon-upload-wrapper .ak-multiple-upload .ant-upload.ant-upload-select.ant-upload-select-picture-card .ak-icon-upload {
  height: 170px;
}
.ak-icon-upload-wrapper .ak-multiple-upload .ak-multiple-upload-images {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 13px;
  padding: 5px;
  height: 170px;
  overflow-y: auto;
}
.ak-icon-upload-wrapper .ak-multiple-upload .ak-multiple-upload-images .ak-list-icon-display {
  height: 75px;
  width: 75px;
}
.ak-icon-upload-wrapper .ak-multiple-upload .ak-multiple-upload-images .ak-list-icon-display .ak-img {
  border: none;
}
.ak-colors-square-box {
  width: 100%;
  height: 50px;
}
.ak-colors-square-box .color-box {
  text-align: center;
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 3px;
  width: 23px;
  height: 23px;
  line-height: 23px;
  border-radius: 3px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.05);
  float: left;
}
.ak-colors-square-box .color-box:nth-child(10n) {
  margin-right: 0px;
}
.ak-colors-square-box .color-box i {
  vertical-align: middle;
}
.ak-color-popover-default-children {
  width: 26px;
  height: 26px;
  border-radius: 4px;
}
.ak-icon-designer .ant-popover-inner-content {
  width: 300px;
  padding: 8px 6px;
}
.ak-icon-designer .ant-popover-inner-content .icon-hover {
  display: inline-block;
  width: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 3px;
  margin-top: 8px;
  margin-left: 4px;
  color: #333333;
}
.ak-icon-designer .ant-popover-inner-content .icon-hover:hover {
  background: #f2f2f2;
}
.ak-icon-designer .ant-popover-inner-content .icon-hover i {
  font-size: 20px;
  vertical-align: middle;
}
.ak-icon-designer .ant-popover-inner-content .icon-hover .icon-text {
  font-size: 12px;
}
.ak-icon-designer .ant-popover-inner-content .icon-hover:first-child {
  float: left;
}
.ak-icon-designer .ant-popover-inner-content .icons-box {
  height: 300px;
  width: 100%;
  overflow-y: auto;
}
.ak-icon-designer .ant-popover-inner-content .acon-selector-content {
  border-top: 2px solid #F5F6F7;
  margin-top: 10px;
}
.ak-icon-designer .ant-popover-inner-content .acon-selector-content .acon-selector-bar {
  width: 100%;
}
.ak-icon-designer .ant-popover-inner-content .acon-selector-content .acon-selector-icons {
  width: 100%;
  height: 306px;
}
.ak-icon-designer .ant-popover-inner-content .acon-selector-content .acon-selector-icons .acon-selector-icon {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.ak-icon-designer .ant-popover-inner-content .acon-selector-content .acon-selector-icons .icon-text {
  font-size: 12px;
}
.icon-box {
  display: inline-block;
  text-align: center;
  border-radius: 10px;
}
.icon-box i {
  vertical-align: middle;
}
.icon-box .text {
  font-weight: normal;
}
.icon-pointer {
  cursor: pointer;
}
.old-img-box img {
  border-radius: 5px;
}
.ak-flowstep {
  width: 100%;
  height: 8px;
  margin: 13px 0 100px 0;
  position: relative;
  z-index: 3;
  display: flex;
  flex-flow: row nowrap;
}
.ak-flowstep .pointstepitem {
  position: relative;
}
.ak-flowstep .pointstepitem .pointstep-process {
  height: 8px;
  border-radius: 4px;
  position: relative;
  background: transparent;
  width: calc(100% + 6px);
}
.ak-flowstep .pointstepitem .pointstep-process .pointstep-point {
  width: 8px;
  height: 8px;
  background: transparent;
  border-radius: 4px;
  display: inline-block;
  background: #a5adba;
  position: absolute;
  top: 0px;
  left: 0;
}
.ak-flowstep .pointstepitem .pointstep-process .pointstep-point.active {
  background: #0065ff;
}
.ak-flowstep .pointstepitem .name {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  padding: 24px 0 10px 0;
  width: 160px;
  margin-left: -80px;
  color: #172b4d;
  text-decoration: none;
}
.ak-flowstep .pointstepitem .name.active {
  color: #0065ff;
}
.ak-flowstep .pointstepitem:last-child {
  position: absolute;
  width: auto !important;
  right: -80px;
  top: 0;
}
.ak-flowstep .select .pointstep-process {
  background: #0065ff;
}
.ak-flowstep .select .pointstep-process .pointstep-point {
  background: #0065ff;
}
.ak-flowstep .select .pointstep-point {
  background: #0065ff;
}
@media (max-width: 992px) {
  .ak-flowstep {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 70px;
  }
}
.ak-invite-user-header {
  border-bottom: solid 1px #eee;
  height: 58px;
  min-height: 58px;
  background: #fff;
}
.ak-invite-user-header .yeeflow-logo {
  height: 48px;
  margin: 5px 0px 5px 20px;
}
.ak-invite-user-content {
  height: calc(100vh - 58px);
  width: 100%;
}
.ak-invite-user-content-left {
  height: calc(100vh - 58px);
  background: #fff;
}
.ak-invite-user-content-right {
  height: calc(100vh - 58px);
  background: #f8f8f8;
}
.ak-invite-user-content-right .big-pic {
  width: 500px;
  display: block;
  margin-left: 100px;
  margin-top: 150px;
}
@media (max-width: 1400px) {
  .ak-invite-user-content-right .big-pic {
    width: 400px;
  }
}
.invite-users-content {
  width: 350px;
  display: block;
  float: right;
  margin-right: 100px;
  margin-top: 130px;
}
@media (max-width: 991px) {
  .invite-users-content {
    float: none;
    margin: 0 auto;
    margin-top: 130px;
  }
}
.invite-users-content .title {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
  display: block;
}
.invite-users-content .email-input {
  margin-bottom: 15px;
  height: 35px;
}
.invite-users-content .email-input .ant-input {
  border-radius: 4px;
}
.invite-users-content .add-other {
  height: 30px;
}
.invite-users-content .add-other a {
  float: right;
}
.invite-users-content .add-other a i {
  font-size: 14px;
  margin-right: 3px;
}
.invite-users-content .add-teammates-button {
  width: 100%;
  margin: 0 auto;
  display: block;
  height: 40px;
  border-radius: 4px;
  font-size: 15px;
}
.invite-users-content .skip-link {
  margin-top: 10px;
  text-align: center;
  color: gray;
  font-size: 13px;
}
.ak-icon-designer-image span[class*='ant-upload'] {
  border: 1px dashed #d9d9d9;
  box-sizing: content-box;
  cursor: pointer;
}
.ak-icon-designer-image .ant-upload-select-picture-card {
  width: auto;
  height: auto;
  border: 0;
  background-color: transparent;
  cursor: auto;
}
.ak-icon-designer-image .ant-upload-select {
  display: block;
}
.ak-icon-designer-image-box {
  position: relative;
}
.ak-icon-designer-text {
  display: block;
  margin-top: 5px;
}
.ak-icon-designer-text .ant-upload-select-text {
  cursor: pointer;
  color: #1563f6;
}
.ak-icon-designer-text .upload-icon {
  font-size: 12px;
  margin-right: 5px;
}
.ak-icon-layout-frame {
  height: calc(100vh - 260px);
  overflow: auto;
}
.ak-icon-layout-frame.readonly:hover {
  cursor: no-drop;
}
.ak-icon-layout-frame.readonly .ak-icon-layout-item:hover {
  border: none;
  background: none;
}
.ak-icon-layout-frame .ak-icon-layout-item {
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ak-icon-layout-frame .ak-icon-layout-item:hover {
  border: dotted 1px #267cd6;
  background: #ebf2ff;
}
.ak-icon-layout-frame .ak-icon-item-select {
  border: 1px dotted #267cd6;
  background: #ebf2ff;
}
.akspin-hmax {
  height: 100%;
  width: 100%;
}
.akspin-hmax > .ant-spin-container {
  height: 100%;
  width: 100%;
}
.flex-loading {
  display: flex;
}
.flex-loading > .ant-spin-container {
  min-height: 100vh;
}
.ant-btn.picker-button {
  background: #f3f3f3;
  border-radius: 5px;
}
.ant-btn.picker-button:hover,
.ant-btn.picker-button:focus,
.ant-btn.picker-button:active {
  background: #f3f3f3;
  border-color: #d9d9d9;
  color: #000;
}
.label-picker .ant-tag-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 95%;
}
.ak-setting-masterpage-header.ant-layout-header {
  padding-left: 0;
}
.ak-setting-masterpage .ak-setting-masterpage-header .ak-header-button {
  width: 50px;
  height: 50px;
  min-width: 50px;
  border: 0;
}
.ak-setting-masterpage .ak-setting-masterpage-header .ak-header-button:hover {
  background-color: #d9d9d9;
  color: #000000;
}
.ak-setting-masterpage .ak-setting-masterpage-header .ak-header-title-text {
  display: inline-block;
  margin-left: 10px;
}
.ak-setting-masterpage .setting-header {
  background: #fff !important;
  position: fixed;
  z-index: 99;
  width: 100%;
}
.lookup-fields-select .ant-select-dropdown-menu-item-group-title {
  color: #000;
  font-weight: 600;
  border-bottom: 1px solid #e3e3e3;
}
.color-icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
  font-size: 26px;
}
.loading-content {
  display: flex;
  min-height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.ak-notification-tips .ant-notification-notice-icon {
  font-size: inherit;
}
.ak-notification-tips .ant-notification-notice-message {
  margin-bottom: 0px;
  line-height: 26px;
  font-weight: 600;
}
.ak-notification-tips .ant-notification-notice-message .ant-notification-notice-message-single-line-auto-margin {
  display: none;
}
.ak-notification-tips .ant-notification-notice-close {
  top: 16px;
}
.ak-notification-tips .ant-notification-notice-close .ant-notification-notice-close-x:after {
  font-size: 15px;
  font-weight: 600;
}
.ak-notification-tips.notification-info .ant-notification-notice-message {
  color: #0054c5;
}
.ant-btn:has(span) i,
.ant-dropdown .ant-dropdown-menu-item:has(span) i,
.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item > a :has(span) i {
  margin-right: 0.5em;
}
.ant-dropdown .ant-dropdown-menu .danger-color {
  color: var(--c--danger);
}
.danger-color {
  color: var(--c--danger);
}
.danger-color:hover {
  color: var(--c--danger);
}
.ant-modal .ant-modal-close-x {
  font-size: 16px;
}
.ant-modal .ant-modal-footer,
.ant-modal .ant-confirm-btns {
  max-width: 100%;
}
.ant-modal .ant-modal-footer .ant-btn,
.ant-modal .ant-confirm-btns .ant-btn {
  border: 0px;
  border-radius: 3px;
  background-color: var(--btn--primary-light);
  color: var(--btn--text);
  max-width: 100%;
  display: inline-flex;
  align-items: center;
}
.ant-modal .ant-modal-footer .ant-btn.text,
.ant-modal .ant-confirm-btns .ant-btn.text {
  background-color: unset;
}
.ant-modal .ant-modal-footer .ant-btn:hover,
.ant-modal .ant-confirm-btns .ant-btn:hover,
.ant-modal .ant-modal-footer .ant-btn:focus,
.ant-modal .ant-confirm-btns .ant-btn:focus {
  background-color: var(--btn--primary-light);
  color: var(--btn--text);
}
.ant-modal .ant-modal-footer .ant-btn span,
.ant-modal .ant-confirm-btns .ant-btn span {
  overflow: hidden;
  text-overflow: ellipsis;
}
.ant-modal .ant-modal-footer .ant-btn-primary,
.ant-modal .ant-confirm-btns .ant-btn-primary {
  border: 0px;
  border-radius: 3px;
  background-color: var(--btn--primary);
  color: var(--btn--backgrand);
}
.ant-modal .ant-modal-footer .ant-btn-primary:hover,
.ant-modal .ant-confirm-btns .ant-btn-primary:hover,
.ant-modal .ant-modal-footer .ant-btn-primary:focus,
.ant-modal .ant-confirm-btns .ant-btn-primary:focus {
  background-color: var(--btn--primary);
  color: var(--btn--backgrand);
}
.ant-modal .ant-modal-footer .ant-btn.ak-btn-disable,
.ant-modal .ant-confirm-btns .ant-btn.ak-btn-disable {
  background-color: #eff4fa;
  color: #000;
}
.ak-side-content .column-form-content-footer .ant-btn {
  border: 0px;
  border-radius: 3px;
  background-color: var(--btn--primary-light);
  color: var(--btn--text);
}
.ak-side-content .column-form-content-footer .ant-btn.text {
  background-color: unset;
}
.ak-side-content .column-form-content-footer .ant-btn:hover,
.ak-side-content .column-form-content-footer .ant-btn:focus {
  background-color: var(--btn--primary-light);
  color: var(--btn--text);
}
.ak-side-content .column-form-content-footer .save-button {
  border: 0px;
  border-radius: 3px;
  background-color: var(--btn--primary);
  color: var(--btn--backgrand);
}
.ak-side-content .column-form-content-footer .save-button:hover,
.ak-side-content .column-form-content-footer .save-button:focus {
  background-color: var(--btn--primary);
  color: var(--btn--backgrand);
}
.ak-cltable-addcolumn-bottom .greenbtn {
  border: 0px;
  border-radius: 3px;
  background-color: var(--btn--primary);
  color: var(--btn--backgrand);
}
.ak-cltable-addcolumn-bottom .greenbtn:hover,
.ak-cltable-addcolumn-bottom .greenbtn:focus {
  background-color: var(--btn--primary);
  color: var(--btn--backgrand);
}
.ak-cltable-addcolumn-bottom .cancelbtn {
  border: 0px;
  border-radius: 3px;
  background-color: var(--btn--primary-light);
  color: var(--btn--text);
}
.ak-cltable-addcolumn-bottom .cancelbtn.text {
  background-color: unset;
}
.ak-cltable-addcolumn-bottom .cancelbtn:hover,
.ak-cltable-addcolumn-bottom .cancelbtn:focus {
  background-color: var(--btn--primary-light);
  color: var(--btn--text);
}
.portal-setting-sider .portal-sider-footer .ant-btn {
  border: 0px;
  border-radius: 3px;
  background-color: var(--btn--primary-light);
  color: var(--btn--text);
}
.portal-setting-sider .portal-sider-footer .ant-btn.text {
  background-color: unset;
}
.portal-setting-sider .portal-sider-footer .ant-btn:hover,
.portal-setting-sider .portal-sider-footer .ant-btn:focus {
  background-color: var(--btn--primary-light);
  color: var(--btn--text);
}
.portal-setting-sider .portal-sider-footer .ant-btn-primary {
  border: 0px;
  border-radius: 3px;
  background-color: var(--btn--primary);
  color: var(--btn--backgrand);
}
.portal-setting-sider .portal-sider-footer .ant-btn-primary:hover,
.portal-setting-sider .portal-sider-footer .ant-btn-primary:focus {
  background-color: var(--btn--primary);
  color: var(--btn--backgrand);
}
.column-form .column-form-content .column-form-content-footer .footer-button {
  border: 0px;
  border-radius: 3px;
  background-color: var(--btn--primary-light);
  color: var(--btn--text);
}
.column-form .column-form-content .column-form-content-footer .footer-button.text {
  background-color: unset;
}
.column-form .column-form-content .column-form-content-footer .footer-button:hover,
.column-form .column-form-content .column-form-content-footer .footer-button:focus {
  background-color: var(--btn--primary-light);
  color: var(--btn--text);
}
.column-form .column-form-content .column-form-content-footer .save-button {
  border: 0px;
  border-radius: 3px;
  background-color: var(--btn--primary);
  color: var(--btn--backgrand);
}
.column-form .column-form-content .column-form-content-footer .save-button:hover,
.column-form .column-form-content .column-form-content-footer .save-button:focus {
  background-color: var(--btn--primary);
  color: var(--btn--backgrand);
}
.ak-webpart-settings.ant-modal .ant-modal-content .ant-modal-footer .ak-pageset-scroll-footer .ak-cancelbtn {
  border: 0px;
  border-radius: 3px;
  background-color: var(--btn--primary-light);
  color: var(--btn--text);
}
.ak-webpart-settings.ant-modal .ant-modal-content .ant-modal-footer .ak-pageset-scroll-footer .ak-cancelbtn.text {
  background-color: unset;
}
.ak-webpart-settings.ant-modal .ant-modal-content .ant-modal-footer .ak-pageset-scroll-footer .ak-cancelbtn:hover,
.ak-webpart-settings.ant-modal .ant-modal-content .ant-modal-footer .ak-pageset-scroll-footer .ak-cancelbtn:focus {
  background-color: var(--btn--primary-light);
  color: var(--btn--text);
}
.ak-webpart-settings.ant-modal .ant-modal-content .ant-modal-footer .ak-pageset-scroll-footer .ant-btn-primary {
  border: 0px;
  border-radius: 3px;
  background-color: var(--btn--primary);
  color: var(--btn--backgrand);
}
.ak-webpart-settings.ant-modal .ant-modal-content .ant-modal-footer .ak-pageset-scroll-footer .ant-btn-primary:hover,
.ak-webpart-settings.ant-modal .ant-modal-content .ant-modal-footer .ak-pageset-scroll-footer .ant-btn-primary:focus {
  background-color: var(--btn--primary);
  color: var(--btn--backgrand);
}
.ak-sider-permission .ak-side-content .ak-sider-permission-card .footer-button,
.ak-sider-permission .ak-side-content .ak-dashboard-permission-box .footer-button {
  border: 0px;
  border-radius: 3px;
  background-color: var(--btn--primary-light);
  color: var(--btn--text);
}
.ak-sider-permission .ak-side-content .ak-sider-permission-card .footer-button.text,
.ak-sider-permission .ak-side-content .ak-dashboard-permission-box .footer-button.text {
  background-color: unset;
}
.ak-sider-permission .ak-side-content .ak-sider-permission-card .footer-button:hover,
.ak-sider-permission .ak-side-content .ak-dashboard-permission-box .footer-button:hover,
.ak-sider-permission .ak-side-content .ak-sider-permission-card .footer-button:focus,
.ak-sider-permission .ak-side-content .ak-dashboard-permission-box .footer-button:focus {
  background-color: var(--btn--primary-light);
  color: var(--btn--text);
}
.ak-sider-permission .ak-side-content .ak-sider-permission-card .save-button,
.ak-sider-permission .ak-side-content .ak-dashboard-permission-box .save-button {
  border: 0px;
  border-radius: 3px;
  background-color: var(--btn--primary);
  color: var(--btn--backgrand);
}
.ak-sider-permission .ak-side-content .ak-sider-permission-card .save-button:hover,
.ak-sider-permission .ak-side-content .ak-dashboard-permission-box .save-button:hover,
.ak-sider-permission .ak-side-content .ak-sider-permission-card .save-button:focus,
.ak-sider-permission .ak-side-content .ak-dashboard-permission-box .save-button:focus {
  background-color: var(--btn--primary);
  color: var(--btn--backgrand);
}
.ak-select-button,
.ak-select-label {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 200px;
  padding: 0 8px;
  background-color: #eee;
  font-weight: 600;
  margin-right: 10px;
}
.ak-select-button i,
.ak-select-label i {
  font-weight: 400;
  font-size: 12px;
}
.ak-select-button:hover,
.ak-select-label:hover,
.ak-select-button:focus,
.ak-select-label:focus,
.ak-select-button:active,
.ak-select-label:active {
  background-color: #eee;
}
.ak-select-label {
  cursor: pointer;
  background: none;
}
.ak-select-label .icon {
  margin-left: 5px;
}
.ak-select-label:hover,
.ak-select-label:focus,
.ak-select-label:active {
  background: none;
}
.ant-transfer-list-content-item.group {
  border-top: solid 1px var(--c--neutral-light-active);
  color: var(--c--neutral-dark);
  font-weight: 600;
}
.ak-select-button-overlay .ant-popover-arrow {
  display: none;
}
.ak-select-button-overlay .ant-popover-inner-content {
  padding: 0;
}
.ak-select-button-overlay-content .ant-input-affix-wrapper {
  width: calc(100% - 20px);
  margin: 8px 10px 0px 10px;
}
.ak-select-button-overlay-content-group {
  margin-top: 5px;
  max-height: 280px;
  overflow-y: auto;
  max-width: 300px;
  min-width: 100px;
}
.ak-select-button-overlay-content-item {
  display: flex;
  padding: 0 10px;
  cursor: pointer;
}
.ak-select-button-overlay-content-item .content-item-box {
  height: 28px;
  line-height: 28px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.ak-select-button-overlay-content-item i {
  line-height: 28px;
  margin-left: 5px;
}
.ak-select-button-overlay-content-item:hover {
  background: #eee;
}
.ak-select-button-overlay-content .selected {
  color: #1563f6;
}
.ant-checkbox-disabled .ant-checkbox-inner {
  background-color: #eeeeee;
}
.ant-modal-wrap .ant-modal.ak-modal-full-screen.ak-file-viewer {
  z-index: 1015;
}
.ant-modal-wrap .ant-modal.ak-modal-full-screen.ak-file-viewer .ant-modal-body {
  padding: 0;
}
.ant-modal-wrap.frontline {
  z-index: 1201;
}
.ant-modal-wrap.whitebg .ant-modal-body {
  background-color: #fff;
}
.ant-modal-wrap.whitebg .ant-modal-footer {
  border-top: none;
}
/** 预览组件样式*/
.ak-pdf-viewer-container {
  background-color: rgba(0, 0, 0, 0.85);
  height: 100%;
}
.ak-pdf-viewer-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: black;
  height: 50px;
  z-index: 1100;
}
.ak-pdf-viewer-toolbar button {
  background-color: transparent;
  border: none;
  color: #fff;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 767px) {
  .ak-pdf-viewer-toolbar button {
    width: 30px;
  }
}
.ak-pdf-viewer-toolbar span {
  color: #fff;
  font-size: 16px;
  line-height: 50px;
}
.ak-pdf-viewer-toolbar button:hover {
  background-color: #333;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .ak-pdf-viewer-toolbar-left {
    flex: 1;
  }
}
.ak-pdf-viewer-toolbar-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ak-pdf-viewer-toolbar-center .ant-input-number {
  width: 60px;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .ak-pdf-viewer-toolbar-center {
    flex: 1;
  }
}
.ak-pdf-viewer-toolbar-right {
  display: flex;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .ak-pdf-viewer-toolbar-right {
    flex: 1;
  }
}
.ak-pdf-viewer-toolbar-right-title {
  padding: 5px 8px;
  color: #fff;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 50px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .ak-pdf-viewer-toolbar-right-title {
    max-width: 300px;
  }
}
.ak-pdf-viewer-content {
  height: calc(100% - 50px);
  width: 100%;
  display: flex;
  justify-content: center;
  overflow: auto;
}
.ak-pdf-viewer-content-pdf {
  height: calc(100vh - 50px);
}
.ak-pdf-viewer-content-pdf .react-pdf__message,
.ak-pdf-viewer-content-pdf .react-pdf__message--loading {
  color: #fff !important;
}
.ak-pdf-viewer-content-text {
  height: 100% !important;
  color: white !important;
  background-color: rgba(0, 0, 0, 0) !important;
  border-style: none !important;
}
.ak-pdf-viewer-info-panel {
  height: 100%;
  position: fixed;
  right: 0;
  top: 50px;
  background-color: #161616;
  box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.13);
}
@media screen and (max-width: 767px) {
  .ak-pdf-viewer-info-panel {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .ak-pdf-viewer-info-panel {
    width: 400px;
  }
}
.ak-pdf-viewer-info-panel-header {
  display: flex;
  padding-left: 10px;
  font-size: 16px;
  line-height: 50px;
  border-bottom: solid 1px #ddd;
}
.ak-pdf-viewer-info-panel-title {
  flex: 1;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: white;
  font-weight: bold;
}
.ak-pdf-viewer-info-panel-row {
  display: flex;
  height: 35px;
  padding-top: 10px;
  color: white;
}
.ak-pdf-viewer-info-panel .ak-pdf-viewer-info-panel-col {
  display: inline-block;
  padding-left: 10px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ak-pdf-viewer-info-panel-col-label {
  display: inline-block;
  padding-left: 10px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #c8c8c8;
  width: 100px;
}
.ak-pdf-viewer-info-panel-col-value {
  display: inline-block;
  padding-left: 10px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
}
.ak-pdf-viewer-info-panel-footer {
  border-bottom: solid 1px #ddd;
  margin-left: 10px;
  margin-right: 10px;
}
.ak-pdf-viewer-download {
  width: 500px;
  height: 150px;
  margin: 0 auto;
  background-color: #fff;
  padding: 20px;
  margin-top: 80px;
}
.ak-pdf-viewer-download-text {
  font-size: 15px;
}
.ak-pdf-viewer-download-content {
  text-align: center;
  margin-top: 10px;
}
.ak-pdf-viewer-download-content .ak-pdf-viewer-download-btn {
  margin-right: 10px;
  border-radius: 4px;
  border: none;
}
.ak-pdf-viewer-download .text-blue {
  background: #348fe2;
}
.ak-pdf-viewer-download .text-red {
  background: #ff5b57;
}
@media screen and (max-width: 767px) {
  .ak-pdf-viewer-download {
    width: 350px;
  }
  .ak-pdf-viewer-download-text {
    font-size: 14px;
  }
  .ak-pdf-viewer-download-content {
    margin-top: 10px;
  }
}
.ant-input-number-handler-wrap {
  width: 15px;
}
.ant-input-number-handler-wrap + .ant-input-number-input-wrap .ant-input-number-input {
  padding: 0 15px 0 7px;
}
.ant-input-number-handler-up-inner,
.ant-input-number-handler-down-inner {
  right: 2px;
}
.loolup-label {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.ak-simple-menu {
  background-color: #fff;
  border: 1px solid #DFE1E5;
  border-radius: 6px;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 5px 0;
}
.ak-simple-menu .ak-simple-menu-item {
  display: flex;
  cursor: pointer;
  padding: 10px 15px;
}
.ak-simple-menu .ak-simple-menu-item .icon {
  min-width: 20px;
  margin-right: 5px;
}
.ak-simple-menu .ak-simple-menu-item .title {
  flex: 1;
}
.ak-simple-menu .ak-simple-menu-item .right {
  margin-left: 15px;
}
.ak-simple-menu .ak-simple-menu-item.topline {
  border-top: 1px solid #DFE1E5;
}
.ak-simple-menu .ak-simple-menu-item.bottomline {
  border-bottom: 1px solid #DFE1E5;
}
.ak-simple-menu .ak-simple-menu-item.disabled {
  color: #eee;
  cursor: not-allowed;
}
.ak-simple-menu .ak-simple-menu-item:hover {
  background-color: #F5F6F7;
}
.ak-simple-menu .ak-simple-menu-item.warning:hover {
  color: #fff;
  background-color: #DD1313;
}
.ak-contextmenu {
  position: fixed;
  z-index: 1051;
  min-width: 200px;
}
.acon-selector .ant-popover-title {
  padding-left: 10px;
}
.acon-selector .ant-popover-inner-content {
  padding: 0;
}
.acon-selector-content .acon-selector-bar {
  display: flex;
  width: 206px;
}
.acon-selector-content .acon-selector-bar .ant-input-affix-wrapper {
  margin-left: 5px;
}
.acon-selector-content .acon-selector-bar .ant-input-affix-wrapper .ant-input {
  border: none;
}
.acon-selector-content .acon-selector-bar .ant-input-affix-wrapper .ant-input:focus {
  box-shadow: none;
}
.acon-selector-content .acon-selector-bar .ant-input-affix-wrapper .ant-input-prefix {
  cursor: pointer;
}
.acon-selector-content .acon-selector-bar .ant-input-affix-wrapper .ant-input-prefix i {
  font-size: 14px;
}
.acon-selector-content .acon-selector-bar .ant-select .ant-select-selection {
  border: none;
}
.acon-selector-content .acon-selector-bar .ant-select .ant-select-selection:focus {
  box-shadow: none;
}
.acon-selector-content .acon-selector-icons {
  overflow-y: auto;
  width: 206px;
  height: 233px;
  background: #F5F6F7;
  padding: 10px 2px 5px 10px;
}
.acon-selector-content .acon-selector-icons::-webkit-scrollbar-track {
  background: #DFE1E5;
}
.acon-selector-content .acon-selector-icons::-webkit-scrollbar-thumb {
  background: #798194;
}
.acon-selector-content .acon-selector-icons .acon-selector-icon {
  cursor: pointer;
  margin-right: 5px;
  margin-bottom: 5px;
  background: #fff;
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
}
.acon-selector-content .acon-selector-icons .acon-selector-icon:hover {
  background: #FDEDC0;
}
.acon-selector-content .acon-selector-icons .acon-selector-icon i {
  font-size: 16px;
}
.icon-fw {
  text-align: center;
  min-width: 1.25em;
}
.status-treeselect .ant-select-tree li:nth-last-child(2) {
  border-top: 1px solid #DFE1E5;
  padding-top: 11px;
}
.nobody-padding-modal > .ant-modal-content > .ant-modal-body {
  padding: 0;
}
.flowchart-modal {
  z-index: 1012;
}
.ak-select-search {
  max-width: 800px;
}
.ak-select-search .ant-select-tree {
  padding: 0px;
  margin-top: 0px;
}
.ak-select-search .ant-select-tree li {
  margin: 0px;
}
.ak-select-search .ant-select-tree .ant-select-tree-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.ak-select-search .ant-select-tree .ant-select-tree-title.l2 {
  -webkit-line-clamp: 2;
}
.ak-select-search .ant-select-tree .ant-select-tree-title.l3 {
  -webkit-line-clamp: 3;
}
.ak-select-search .ant-select-tree .ant-select-tree-title.l4 {
  -webkit-line-clamp: 4;
}
.ak-select-search .ant-select-tree .ant-select-tree-title.l5 {
  -webkit-line-clamp: 4;
}
.ak-select-search .ant-select-tree .ant-select-tree-switcher_open,
.ak-select-search .ant-select-tree .ant-select-tree-switcher_close {
  width: 25px;
  cursor: pointer;
  padding-left: 10px;
  text-align: start;
  color: #000000;
}
.ak-select-search .ant-select-tree .ant-select-tree-switcher-noop {
  display: none;
}
.ak-select-search .ant-select-tree .ant-select-tree-switcher-noop + .ant-select-tree-node-content-wrapper {
  width: 100%;
}
.ak-select-search .ant-select-tree .ant-select-tree-node-content-wrapper {
  width: calc(100% - 25px);
  padding: 7px 8px;
}
.ak-select-search .ant-select-tree .category-title > .ant-select-tree-node-content-wrapper {
  cursor: auto;
  background-color: var(--c--neutral-light-hover);
  color: var(--c-text);
}
.ak-select-search .ant-select-tree .category-title > .ant-select-tree-node-content-wrapper .ant-select-tree-title {
  color: var(--c-text);
  cursor: auto;
}
.ak-select-search .ant-select-tree .category-title .ant-select-tree-child-tree {
  padding-left: 0px;
}
.ak-select-search .ant-select-tree .category-title .ant-select-tree-child-tree li .ant-select-tree-node-content-wrapper {
  padding-left: 35px;
  width: 100%;
}
.ak-select-search .ant-select-dropdown-search .ant-select-search__field__wrap {
  width: 100%;
  padding: 4px;
}
.ak-select-search .ant-select-dropdown-search .ant-select-search__field {
  width: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  padding: 4px 7px;
}
.ak-select-search .ant-select-dropdown-search .ant-select-search__field:focus-visible {
  outline: none;
}
.ak-select-search .ant-select-not-found {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  padding: 7px 16px;
  display: inline-block;
}
.ant-select-tree li.divtop {
  border-top: 1px solid #c7c7c7;
}
.ant-select-tree li.divbottom {
  border-bottom: 1px solid #c7c7c7;
}
.userAuthDialog.ant-modal .ant-modal-body {
  padding: 0;
}
.ak-multisel.ak-popover-menu .header {
  padding: 0;
}
.ak-multisel.ak-popover-menu .ant-popover-inner-content {
  padding: 5px 10px;
}
.ak-multisel .search-input .ant-input {
  color: var(--c--text-normal);
}
.ak-multisel .search-input .ant-input:focus,
.ak-multisel .search-input .ant-input:hover {
  box-shadow: none;
  border: 1px solid var(--c--neutral);
  color: var(--c--text-normal);
}
.ak-multisel .options {
  padding: 5px 0px;
  display: flex;
  flex-direction: column;
  max-height: 300px;
  overflow: auto;
}
.ak-multisel .options > label {
  display: block;
  margin: 5px 0;
}
.ak-multisel .options .radio-item {
  display: block;
  padding: 5px;
  cursor: pointer;
}
.ak-multisel .options .hidden.ant-checkbox-wrapper {
  display: none !important;
}
.ak-multisel .footer {
  border-top: 1px solid var(--c--neutral-light-active);
}
.ak-multisel-title {
  cursor: pointer;
  color: var(--c--primary);
}
.ak-multisel-select {
  cursor: pointer;
  border: 1px solid #d9d9d9;
  height: auto;
  display: inline-block;
  width: 100%;
  min-width: 30px;
  min-height: 28px;
  padding: 5px;
  position: relative;
}
.ak-multisel-select:hover .clear-btn {
  visibility: visible;
}
.ak-multisel-select .ant-tag {
  line-height: 18px;
}
.ak-multisel-select .clear-btn {
  visibility: hidden;
  position: absolute;
  right: 5px;
  cursor: pointer;
  top: 50%;
  color: rgba(0, 0, 0, 0.43);
  margin-top: -6px;
  font-size: 12px;
}
.ak-multisel-select .select-placeholder {
  color: #bfbfbf;
}
.ak-multisel-select + div {
  position: relative !important;
}
.ak-multisel-select + div .ak-multisel {
  top: 2px !important;
  width: 100%;
  padding-top: 0px;
  left: 0px !important;
}
.ak-text-btn {
  display: inline-block;
}
.ak-text-btn-c {
  display: flex;
  column-gap: 10px;
  align-items: center;
  cursor: pointer;
  font-weight: 600;
}
.ak-text-btn.danger {
  color: var(--c--danger);
}
.ak-text-btn.primary {
  color: var(--c--primary);
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.ak-step-custom .ant-steps {
  margin: 20px;
}
.ak-step-custom .ant-steps .steps-content {
  margin: 0 auto;
}
.ak-step-custom .ant-steps .ant-steps-title {
  font-size: 12px;
}
.ak-step-custom .ant-steps .step-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
  font-size: 12px;
  line-height: 18px;
}
.ak-step-custom .ant-steps .ant-steps-tail {
  top: 17px;
}
.ak-step-custom .ant-steps .ant-steps-head,
.ak-step-custom .ant-steps .ant-steps-main {
  vertical-align: baseline;
}
.ak-step-custom .ant-steps .ant-steps-item.ant-steps-status-finish .ant-steps-head-inner .ant-steps-icon {
  color: rgba(0, 0, 0, 0.25);
}
.ak-step-custom .ant-steps .ant-steps-item.ant-steps-status-finish .ant-steps-tail > i:after {
  background: #e9e9e9;
  box-shadow: none;
}
@media (max-width: 768px) {
  .ak-step-custom .ant-steps {
    margin: 0;
  }
  .ak-step-custom .ant-steps .step-icon {
    vertical-align: top;
    margin-top: 3px;
    margin-left: 2px;
  }
  .ak-step-custom .ant-steps .ant-radio-group {
    width: 100%;
  }
  .ak-step-custom .steps-content .groupselect {
    padding: 10px 20px;
  }
}
.popover-button-select .icon-check {
  margin-left: 8px;
  font-size: 14px;
  color: #1563f6;
  visibility: hidden;
}
.popover-button-select .icon-show {
  visibility: visible;
}
.ak-cursor {
  cursor: pointer;
}
.ak-tag-picker,
.tag-container,
.ak-tagpicker {
  gap: 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.ak-container .ant-tag {
  padding: 3px 6px;
  background: #f2f2f2;
  border-radius: 2px;
  border: 0;
}
.ak-identity-picker-wrapper .identity-group-actions {
  display: flex;
  flex-wrap: nowrap;
}
.ak-identity-picker-wrapper .identity-group-actions .ant-select {
  margin-right: 10px;
}
.help-dropdown .ant-dropdown-menu {
  background: var(--c--neutral-darker);
}
.help-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:hover {
  background: var(--c--neutral-dark-active);
}
.help-dropdown .ant-dropdown-menu .ant-dropdown-menu-item a {
  color: var(--c--backgrand);
  padding: 8px 16px !important;
}
.help-dropdown .ant-dropdown-menu .ant-dropdown-menu-item a .icon-fw {
  margin-right: 10px;
}
.ak-rate-num {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.ak-rate-num .rate-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background: var(--c--neutral-light);
  cursor: pointer;
}
.ak-rate-num .item-select {
  color: #ffffff;
  background: var(--c--primary);
}
.rate-num-disable .rate-item {
  cursor: default;
}
.ant-modal.ant-confirm .ant-confirm-body .confirm-icon {
  color: #ffbf00;
}
.ant-menu-submenu-inline .ant-menu-submenu-title {
  padding-right: 35px;
}
.vert-checkbox {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ant-table .ant-table-header tr th.ant-table-selection-column {
  padding: 0px !important;
  pointer-events: none;
}
.ant-table .ant-table-header tr th.ant-table-selection-column .ant-checkbox-wrapper {
  padding: 10px;
  pointer-events: auto;
}
.ant-table .ant-table-tbody tr td.ant-table-selection-column {
  padding: 0px !important;
}
.ant-table .ant-table-tbody tr td.ant-table-selection-column > span {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.ant-table .ant-table-tbody tr td.ant-table-selection-column .ant-radio-wrapper,
.ant-table .ant-table-tbody tr td.ant-table-selection-column .ant-checkbox-wrapper {
  padding: 10px;
  pointer-events: auto;
}
.ant-table .ant-table-tbody tr td.ant-table-selection-column:hover > span {
  pointer-events: auto;
}
.ant-table.ant-table-small .ant-table-header tr th.ant-table-selection-column .ant-checkbox-wrapper {
  padding: 5px;
  pointer-events: auto;
}
.ant-table.ant-table-small .ant-table-tbody tr td.ant-table-selection-column .ant-radio-wrapper,
.ant-table.ant-table-small .ant-table-tbody tr td.ant-table-selection-column .ant-checkbox-wrapper {
  padding: 5px;
  pointer-events: auto;
}
.ak-tree-custom li {
  margin: 0;
  list-style: none;
  white-space: nowrap;
  outline: 0;
}
.ak-tree-custom .child-tree {
  width: 100%;
  padding: 0 0 0 18px;
}
.ak-tree-custom .ak-tree-item {
  display: flex;
  flex: 1;
  align-items: center;
  cursor: pointer;
}
.ak-tree-custom .ak-tree-item .ant-tree-checkbox-wrapper {
  margin: 0 4px 0 2px;
}
.ak-tree-custom .ak-tree-item .tree-switcher {
  width: 24px;
  line-height: 24px;
  display: inline-block;
  vertical-align: middle;
  height: 24px;
  cursor: pointer;
  text-align: center;
}
.ak-tree-custom.notFold .tree-switcher {
  display: none;
}
.oneup-embed {
  width: 100%;
  height: 100%;
  position: relative;
}
.oneup-embed .ak-oneup .ak-oneup-cmdbar {
  position: relative;
}
.pdf-embed {
  width: 100%;
  height: 100%;
}
.text-embed {
  width: 100%;
  height: 100%;
}
.text-embed .ak-pdf-viewer-info-panel {
  position: absolute;
  height: calc(100% - 50px);
}
.ak-editor {
  background-color: #fff;
}
.ak-editor .w-e-toolbar {
  border: 1px solid #CCCCCC;
}
.ak-editor .w-e-text-container {
  border: 1px solid #CCCCCC;
  border-top: none;
  height: 300px;
}
.ak-editor-save {
  position: absolute;
  right: 12px;
  bottom: 13px;
  z-index: 101;
}
.ak-editor-save button {
  color: #fff;
  background: #1563f6;
}
.ak-col.ant-form-item-label label.ant-form-item-required:before,
.ant-form-item-required:before {
  content: none;
}
.ak-col.ant-form-item-label label.ant-form-item-required:after,
.ant-form-item-required:after {
  display: inline-block;
  margin-left: 4px;
  content: "*" !important;
  line-height: 1;
  font-size: 12px;
  color: #f04134;
}
.ant-select-dropdown .ak-icon-r {
  float: right;
  margin-right: -16px;
}
.ant-tooltip-inner {
  word-break: break-word;
}
.ak-container,
.ant-popover,
.ant-modal-wrap {
  word-wrap: break-word;
  word-break: normal;
  /**上传框*/
  /* Model框内的图片大小*/
  /**左侧内容样式*/
  /**头部右侧按钮样式*/
  /**省略号*/
  /**左侧树icon*/
  /*层级列表*/
}
.ak-container .ant-table-pagination.ant-pagination,
.ant-popover .ant-table-pagination.ant-pagination,
.ant-modal-wrap .ant-table-pagination.ant-pagination {
  float: unset;
  text-align: center;
}
.ak-container .ak-icon-upload-wrapper .ant-upload,
.ant-popover .ak-icon-upload-wrapper .ant-upload,
.ant-modal-wrap .ak-icon-upload-wrapper .ant-upload {
  padding: 0px;
}
.ak-container .ak-icon-upload-wrapper .ant-spin,
.ant-popover .ak-icon-upload-wrapper .ant-spin,
.ant-modal-wrap .ak-icon-upload-wrapper .ant-spin {
  left: 0;
}
.ak-container .ak-icon-upload-wrapper .ak-icon-upload > i,
.ant-popover .ak-icon-upload-wrapper .ak-icon-upload > i,
.ant-modal-wrap .ak-icon-upload-wrapper .ak-icon-upload > i {
  font-size: 28px;
}
.ak-container label,
.ant-popover label,
.ant-modal-wrap label {
  margin-bottom: 0;
}
.ak-container .ak-no-border,
.ant-popover .ak-no-border,
.ant-modal-wrap .ak-no-border {
  border: none;
}
.ak-container .ak-border-b2,
.ant-popover .ak-border-b2,
.ant-modal-wrap .ak-border-b2 {
  border-bottom: solid 2px #7f7f7f;
}
.ak-container .ak-border-b1,
.ant-popover .ak-border-b1,
.ant-modal-wrap .ak-border-b1 {
  border-bottom: 1px solid #ddd;
}
.ak-container .ant-select-dropdown,
.ant-popover .ant-select-dropdown,
.ant-modal-wrap .ant-select-dropdown {
  line-height: 1.4;
}
.ak-container .ak-tag-picker-disabled .ant-tag,
.ant-popover .ak-tag-picker-disabled .ant-tag,
.ant-modal-wrap .ak-tag-picker-disabled .ant-tag {
  cursor: default;
}
.ak-container .compact-picker,
.ant-popover .compact-picker,
.ant-modal-wrap .compact-picker {
  line-height: 22px;
  width: 200px !important;
}
.ak-container .ak-pick-color-popover.ak-popover-no-padding .ant-popover-inner-content,
.ant-popover .ak-pick-color-popover.ak-popover-no-padding .ant-popover-inner-content,
.ant-modal-wrap .ak-pick-color-popover.ak-popover-no-padding .ant-popover-inner-content,
.ak-container.ak-pick-color-popover.ak-popover-no-padding .ant-popover-inner-content,
.ant-popover.ak-pick-color-popover.ak-popover-no-padding .ant-popover-inner-content,
.ant-modal-wrap.ak-pick-color-popover.ak-popover-no-padding .ant-popover-inner-content {
  padding: 0;
}
.ak-container .ak-pick-color-popover .compact-picker *,
.ant-popover .ak-pick-color-popover .compact-picker *,
.ant-modal-wrap .ak-pick-color-popover .compact-picker *,
.ak-container.ak-pick-color-popover .compact-picker *,
.ant-popover.ak-pick-color-popover .compact-picker *,
.ant-modal-wrap.ak-pick-color-popover .compact-picker * {
  box-sizing: initial;
}
.ak-container .ak-pick-color .ant-popover-open,
.ant-popover .ak-pick-color .ant-popover-open,
.ant-modal-wrap .ak-pick-color .ant-popover-open {
  background: none;
}
.ak-container .ak-pick-color-display,
.ant-popover .ak-pick-color-display,
.ant-modal-wrap .ak-pick-color-display,
.ak-container .ak-pick-color-text,
.ant-popover .ak-pick-color-text,
.ant-modal-wrap .ak-pick-color-text {
  display: inline-block;
  vertical-align: middle;
}
.ak-container .ak-pick-color-display,
.ant-popover .ak-pick-color-display,
.ant-modal-wrap .ak-pick-color-display {
  background: #fff;
  border-radius: 3px;
  border: 1px solid #ddd;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  margin-right: 10px;
  cursor: pointer;
}
.ak-container .ak-pick-color-display > div,
.ant-popover .ak-pick-color-display > div,
.ant-modal-wrap .ak-pick-color-display > div {
  width: 26px;
  height: 26px;
  text-align: center;
}
.ak-container .ak-pick-color-disabled .ak-pick-color-display,
.ant-popover .ak-pick-color-disabled .ak-pick-color-display,
.ant-modal-wrap .ak-pick-color-disabled .ak-pick-color-display {
  cursor: default;
}
.ak-container .ak-identity-picker-wrapper.ak-lookup-picker-warpper .ant-table,
.ant-popover .ak-identity-picker-wrapper.ak-lookup-picker-warpper .ant-table,
.ant-modal-wrap .ak-identity-picker-wrapper.ak-lookup-picker-warpper .ant-table {
  height: auto;
}
.ak-container .ak-identity-picker-wrapper.ak-lookup-picker-warpper.mobile,
.ant-popover .ak-identity-picker-wrapper.ak-lookup-picker-warpper.mobile,
.ant-modal-wrap .ak-identity-picker-wrapper.ak-lookup-picker-warpper.mobile {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.ak-container .ak-identity-picker-wrapper.ak-lookup-picker-warpper.mobile #ak-lookup-tbl-container,
.ant-popover .ak-identity-picker-wrapper.ak-lookup-picker-warpper.mobile #ak-lookup-tbl-container,
.ant-modal-wrap .ak-identity-picker-wrapper.ak-lookup-picker-warpper.mobile #ak-lookup-tbl-container {
  flex: 1;
  height: 100%;
}
.ak-container .ak-identity-picker-wrapper label,
.ant-popover .ak-identity-picker-wrapper label,
.ant-modal-wrap .ak-identity-picker-wrapper label {
  margin-bottom: 0;
  margin-right: 0;
}
.ak-container .ak-identity-picker-wrapper.label-cursor .ant-tag,
.ant-popover .ak-identity-picker-wrapper.label-cursor .ant-tag,
.ant-modal-wrap .ak-identity-picker-wrapper.label-cursor .ant-tag {
  cursor: default;
}
.ak-container .ak-identity-picker-wrapper .ant-tabs-nav .ant-tabs-tab,
.ant-popover .ak-identity-picker-wrapper .ant-tabs-nav .ant-tabs-tab,
.ant-modal-wrap .ak-identity-picker-wrapper .ant-tabs-nav .ant-tabs-tab {
  padding: 8px 20px 8px 15px;
}
.ak-container .ak-identity-picker-wrapper .org-tree,
.ant-popover .ak-identity-picker-wrapper .org-tree,
.ant-modal-wrap .ak-identity-picker-wrapper .org-tree {
  height: 373px;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}
.ak-container .ak-identity-picker-wrapper .tag-container,
.ant-popover .ak-identity-picker-wrapper .tag-container,
.ant-modal-wrap .ak-identity-picker-wrapper .tag-container {
  height: 58px;
  overflow-y: auto;
  margin-top: 10px;
}
.ak-container .ak-identity-picker-wrapper.multiple .ak-autocomplete-wrapper,
.ant-popover .ak-identity-picker-wrapper.multiple .ak-autocomplete-wrapper,
.ant-modal-wrap .ak-identity-picker-wrapper.multiple .ak-autocomplete-wrapper {
  width: 130px;
}
.ak-container .ak-identity-picker-wrapper .ak-autocomplete-wrapper,
.ant-popover .ak-identity-picker-wrapper .ak-autocomplete-wrapper,
.ant-modal-wrap .ak-identity-picker-wrapper .ak-autocomplete-wrapper {
  width: 100%;
  display: flex;
}
.ak-container .ak-identity-picker-wrapper .ant-table table,
.ant-popover .ak-identity-picker-wrapper .ant-table table,
.ant-modal-wrap .ak-identity-picker-wrapper .ant-table table {
  table-layout: fixed;
}
.ak-container .ak-identity-picker-wrapper .ant-table-thead tr th,
.ant-popover .ak-identity-picker-wrapper .ant-table-thead tr th,
.ant-modal-wrap .ak-identity-picker-wrapper .ant-table-thead tr th {
  padding: 6px 5px;
}
.ak-container .ak-identity-picker-wrapper .ant-table-thead tr th:first-child,
.ant-popover .ak-identity-picker-wrapper .ant-table-thead tr th:first-child,
.ant-modal-wrap .ak-identity-picker-wrapper .ant-table-thead tr th:first-child {
  padding-right: 0px;
}
.ak-container .ak-identity-picker-wrapper .ant-table-thead tr th.ant-table-selection-column,
.ant-popover .ak-identity-picker-wrapper .ant-table-thead tr th.ant-table-selection-column,
.ant-modal-wrap .ak-identity-picker-wrapper .ant-table-thead tr th.ant-table-selection-column {
  width: 40px;
}
.ak-container .ak-identity-picker-wrapper .ant-table-body tr td,
.ant-popover .ak-identity-picker-wrapper .ant-table-body tr td,
.ant-modal-wrap .ak-identity-picker-wrapper .ant-table-body tr td {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 6px 5px;
}
.ak-container .ak-identity-picker-wrapper .ant-table-body tr td:first-child,
.ant-popover .ak-identity-picker-wrapper .ant-table-body tr td:first-child,
.ant-modal-wrap .ak-identity-picker-wrapper .ant-table-body tr td:first-child {
  padding-right: 0;
}
.ak-container .ak-identity-picker-wrapper .ant-table-body tr td.ant-table-selection-column,
.ant-popover .ak-identity-picker-wrapper .ant-table-body tr td.ant-table-selection-column,
.ant-modal-wrap .ak-identity-picker-wrapper .ant-table-body tr td.ant-table-selection-column {
  width: 40px;
}
.ak-container .ak-identity-picker-wrapper .ant-table-body tr td.name,
.ant-popover .ak-identity-picker-wrapper .ant-table-body tr td.name,
.ant-modal-wrap .ak-identity-picker-wrapper .ant-table-body tr td.name {
  min-width: 100px;
}
.ak-container .ak-identity-picker-wrapper .ant-table-body tr td.mail,
.ant-popover .ak-identity-picker-wrapper .ant-table-body tr td.mail,
.ant-modal-wrap .ak-identity-picker-wrapper .ant-table-body tr td.mail {
  min-width: 167px;
}
.ak-container .ak-no-content,
.ant-popover .ak-no-content,
.ant-modal-wrap .ak-no-content,
.ak-container ak-disabled,
.ant-popover ak-disabled,
.ant-modal-wrap ak-disabled {
  color: rgba(0, 0, 0, 0.25);
}
.ak-container .ak-input-icon,
.ant-popover .ak-input-icon,
.ant-modal-wrap .ak-input-icon {
  position: relative;
  top: 6px;
}
.ak-container .ant-ak-upload,
.ant-popover .ant-ak-upload,
.ant-modal-wrap .ant-ak-upload {
  display: block;
  position: relative;
  cursor: auto;
}
.ak-container .ant-ak-upload .ant-upload.ant-upload-select-picture-card > .ant-upload,
.ant-popover .ant-ak-upload .ant-upload.ant-upload-select-picture-card > .ant-upload,
.ant-modal-wrap .ant-ak-upload .ant-upload.ant-upload-select-picture-card > .ant-upload {
  padding: 0px;
}
.ak-container .ant-ak-upload .ant-upload.ant-upload-select-picture-card > .ant-upload img,
.ant-popover .ant-ak-upload .ant-upload.ant-upload-select-picture-card > .ant-upload img,
.ant-modal-wrap .ant-ak-upload .ant-upload.ant-upload-select-picture-card > .ant-upload img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.ak-container .ant-ak-upload-trigger,
.ant-popover .ant-ak-upload-trigger,
.ant-modal-wrap .ant-ak-upload-trigger {
  vertical-align: middle;
  font-size: 50px;
  color: #999;
}
.ak-container .ak-detail-img,
.ant-popover .ak-detail-img,
.ant-modal-wrap .ak-detail-img {
  border: 1px #d9d9d9 dashed;
  width: 96px;
  height: 96px;
  max-width: 100%;
  max-height: 100%;
}
.ak-container .ak-meta-tree > li .ant-tree-node-content-wrapper.ant-tree-node-selected,
.ant-popover .ak-meta-tree > li .ant-tree-node-content-wrapper.ant-tree-node-selected,
.ant-modal-wrap .ak-meta-tree > li .ant-tree-node-content-wrapper.ant-tree-node-selected {
  background-color: transparent;
}
.ak-container .ak-meta-tree > li .ant-tree-node-content-wrapper:hover,
.ant-popover .ak-meta-tree > li .ant-tree-node-content-wrapper:hover,
.ant-modal-wrap .ak-meta-tree > li .ant-tree-node-content-wrapper:hover {
  background-color: transparent;
}
.ak-container .ak-meta-tree > li .ant-tree-node-content-wrapper i,
.ant-popover .ak-meta-tree > li .ant-tree-node-content-wrapper i,
.ant-modal-wrap .ak-meta-tree > li .ant-tree-node-content-wrapper i {
  padding: 10px 10px 10px 0px;
}
.ak-container .ak-left-content,
.ant-popover .ak-left-content,
.ant-modal-wrap .ak-left-content {
  min-height: calc(100vh - 80px);
  border-right: 1px solid #e9e9e9;
}
.ak-container .ak-basebtn-text,
.ant-popover .ak-basebtn-text,
.ant-modal-wrap .ak-basebtn-text {
  font-size: 14px;
  color: #071638;
  padding: 16px;
  background-color: transparent;
  cursor: pointer;
}
.ak-container .ak-basebtn-text:hover,
.ant-popover .ak-basebtn-text:hover,
.ant-modal-wrap .ak-basebtn-text:hover {
  color: #071638;
  background-color: #edecec;
}
.ak-container .ak-basebtn-text i.anticon,
.ant-popover .ak-basebtn-text i.anticon,
.ant-modal-wrap .ak-basebtn-text i.anticon {
  padding: 10px;
  font-size: 18px;
}
.ak-container .ak-main-content-body .ant-table-row .anticon.ak-ellipsis,
.ant-popover .ak-main-content-body .ant-table-row .anticon.ak-ellipsis,
.ant-modal-wrap .ak-main-content-body .ant-table-row .anticon.ak-ellipsis {
  font-size: 20px;
  color: #071638;
  padding: 5px;
}
.ak-container .ak-main-content-body .ant-table-row .anticon.ak-ellipsis:hover,
.ant-popover .ak-main-content-body .ant-table-row .anticon.ak-ellipsis:hover,
.ant-modal-wrap .ak-main-content-body .ant-table-row .anticon.ak-ellipsis:hover {
  background: #edecec;
  border-radius: 50%;
}
@media (max-width: 479px) {
  .ak-container .ak-main-content-body .ant-table-row .anticon.ak-ellipsis,
  .ant-popover .ak-main-content-body .ant-table-row .anticon.ak-ellipsis,
  .ant-modal-wrap .ak-main-content-body .ant-table-row .anticon.ak-ellipsis {
    font-size: 16px;
    padding: 5px 1px;
  }
}
.ak-container .ak-tree-ul li i.anticon,
.ant-popover .ak-tree-ul li i.anticon,
.ant-modal-wrap .ak-tree-ul li i.anticon {
  margin-right: 5px;
}
.ak-container .ant-tree li span.ant-tree-switcher.ant-tree-noline_close:after,
.ant-popover .ant-tree li span.ant-tree-switcher.ant-tree-noline_close:after,
.ant-modal-wrap .ant-tree li span.ant-tree-switcher.ant-tree-noline_close:after {
  content: "\E61D";
  font-size: 18px;
}
.ak-container .ant-tree li span.ant-tree-switcher.ant-tree-noline_open:after,
.ant-popover .ant-tree li span.ant-tree-switcher.ant-tree-noline_open:after,
.ant-modal-wrap .ant-tree li span.ant-tree-switcher.ant-tree-noline_open:after {
  content: "\E61D";
  font-size: 18px;
}
.ak-container .ant-upload-list-item,
.ant-popover .ant-upload-list-item,
.ant-modal-wrap .ant-upload-list-item {
  display: inline-block;
  width: 200px;
  margin-right: 8px;
}
.ak-container .text-overflow,
.ant-popover .text-overflow,
.ant-modal-wrap .text-overflow {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.ak-container .text-overflow.line,
.ant-popover .text-overflow.line,
.ant-modal-wrap .text-overflow.line {
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}
.ak-container .text-overflow.line.line-1,
.ant-popover .text-overflow.line.line-1,
.ant-modal-wrap .text-overflow.line.line-1 {
  -webkit-line-clamp: 1;
}
.ak-container .text-overflow.line.line-2,
.ant-popover .text-overflow.line.line-2,
.ant-modal-wrap .text-overflow.line.line-2 {
  -webkit-line-clamp: 2;
}
.ak-container .text-overflow.line.line-3,
.ant-popover .text-overflow.line.line-3,
.ant-modal-wrap .text-overflow.line.line-3 {
  -webkit-line-clamp: 3;
}
.ak-container .text-overflow.line.line-4,
.ant-popover .text-overflow.line.line-4,
.ant-modal-wrap .text-overflow.line.line-4 {
  -webkit-line-clamp: 4;
}
.ak-container .text-overflow.line.line-5,
.ant-popover .text-overflow.line.line-5,
.ant-modal-wrap .text-overflow.line.line-5 {
  -webkit-line-clamp: 5;
}
.ak-container .ak-zper-inbox-title,
.ant-popover .ak-zper-inbox-title,
.ant-modal-wrap .ak-zper-inbox-title {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 8;
  height: 50px;
  border-bottom: solid 1px #eee;
  background: #108ee9;
}
.ak-container .ak-zper-inbox-title .ant-btn,
.ant-popover .ak-zper-inbox-title .ant-btn,
.ant-modal-wrap .ak-zper-inbox-title .ant-btn {
  width: 81px !important;
  height: 49px !important;
}
.ak-container .ak-zper-inbox-title .ak-content-title-box,
.ant-popover .ak-zper-inbox-title .ak-content-title-box,
.ant-modal-wrap .ak-zper-inbox-title .ak-content-title-box {
  width: 243px;
  float: left;
}
.ak-container .ak-zper-inbox-title .ak-content-button-box,
.ant-popover .ak-zper-inbox-title .ak-content-button-box,
.ant-modal-wrap .ak-zper-inbox-title .ak-content-button-box {
  width: 243px;
  float: right;
}
@media (max-width: 479px) {
  .ak-container .ak-zper-inbox-title,
  .ant-popover .ak-zper-inbox-title,
  .ant-modal-wrap .ak-zper-inbox-title {
    height: auto;
  }
  .ak-container .ak-zper-inbox-title .ak-content-title-box,
  .ant-popover .ak-zper-inbox-title .ak-content-title-box,
  .ant-modal-wrap .ak-zper-inbox-title .ak-content-title-box {
    width: 100%;
  }
  .ak-container .ak-zper-inbox-title .ak-content-button-box,
  .ant-popover .ak-zper-inbox-title .ak-content-button-box,
  .ant-modal-wrap .ak-zper-inbox-title .ak-content-button-box {
    float: left;
  }
}
.ak-container .ak-zper-inbox-title .inbox-text,
.ant-popover .ak-zper-inbox-title .inbox-text,
.ant-modal-wrap .ak-zper-inbox-title .inbox-text {
  color: #fff;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  margin-left: 15px;
}
.ak-container .ak-zper-inbox-title .ant-btn,
.ant-popover .ak-zper-inbox-title .ant-btn,
.ant-modal-wrap .ak-zper-inbox-title .ant-btn {
  color: #fff;
  padding: 10px;
  background-color: transparent;
  border: none;
  margin: 0px;
  height: 50px;
}
.ak-container .ak-zper-inbox-title .ant-btn:hover,
.ant-popover .ak-zper-inbox-title .ant-btn:hover,
.ant-modal-wrap .ak-zper-inbox-title .ant-btn:hover {
  background: #108ee9;
  color: #fff;
  border: none;
}
.ak-container .ak-zper-inbox-title .ant-btn span,
.ant-popover .ak-zper-inbox-title .ant-btn span,
.ant-modal-wrap .ak-zper-inbox-title .ant-btn span {
  font-size: 14px;
  line-height: 30px;
  margin-left: 5px;
  padding: 0px;
}
.ak-container .ak-zper-inbox-title .ant-btn .anticon,
.ant-popover .ak-zper-inbox-title .ant-btn .anticon,
.ant-modal-wrap .ak-zper-inbox-title .ant-btn .anticon {
  width: 30px;
  height: 30px;
  float: left;
  display: inline-block;
  opacity: 1;
  line-height: 30px;
  font-size: 21px;
}
.ak-container .ak-zwork-titlefixed,
.ant-popover .ak-zwork-titlefixed,
.ant-modal-wrap .ak-zwork-titlefixed {
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1000;
  position: fixed;
}
.ak-container .ak-workflow-container,
.ant-popover .ak-workflow-container,
.ant-modal-wrap .ak-workflow-container {
  width: 1170px;
  margin: 56px auto;
  padding-top: 24px;
}
.ak-container .ak-workflow-container .ak-form-title,
.ant-popover .ak-workflow-container .ak-form-title,
.ant-modal-wrap .ak-workflow-container .ak-form-title {
  border-bottom: solid 1px #ddd;
  padding: 2px 0 7px 0;
  min-height: 30px;
  position: relative;
  font-size: 16px;
}
.ak-container .ak-workflow-container .ak-form-title.toggle-title,
.ant-popover .ak-workflow-container .ak-form-title.toggle-title,
.ant-modal-wrap .ak-workflow-container .ak-form-title.toggle-title {
  cursor: pointer;
}
.ak-container .ak-workflow-container .ak-form-title .title-bluespan,
.ant-popover .ak-workflow-container .ak-form-title .title-bluespan,
.ant-modal-wrap .ak-workflow-container .ak-form-title .title-bluespan {
  width: 5px;
  height: 24px;
  background: #108ee9;
  display: inline-block;
  float: left;
  margin-right: 5px;
}
.ak-container .ak-workflow-container .ak-form-title .anticon,
.ant-popover .ak-workflow-container .ak-form-title .anticon,
.ant-modal-wrap .ak-workflow-container .ak-form-title .anticon {
  position: absolute;
  top: 11px;
  font-size: 18px;
  right: 10px;
}
.ak-container .ak-workflow-container .ant-form-item,
.ant-popover .ak-workflow-container .ant-form-item,
.ant-modal-wrap .ak-workflow-container .ant-form-item {
  margin-bottom: 0;
}
.ak-container .ak-workflow-container .ant-form-item-label,
.ant-popover .ak-workflow-container .ant-form-item-label,
.ant-modal-wrap .ak-workflow-container .ant-form-item-label {
  text-align: left;
  white-space: normal;
  line-height: 28px;
  padding-bottom: 0;
}
.ak-container .ak-workflow-container .ant-form-item-label label:after,
.ant-popover .ak-workflow-container .ant-form-item-label label:after,
.ant-modal-wrap .ak-workflow-container .ant-form-item-label label:after {
  content: "";
}
.ak-container .ak-workflow-container .ant-form-item-label label.ant-form-item-required:before,
.ant-popover .ak-workflow-container .ant-form-item-label label.ant-form-item-required:before,
.ant-modal-wrap .ak-workflow-container .ant-form-item-label label.ant-form-item-required:before {
  content: none;
}
.ak-container .ak-workflow-container .ant-form-item-label label.ant-form-item-required:after,
.ant-popover .ak-workflow-container .ant-form-item-label label.ant-form-item-required:after,
.ant-modal-wrap .ak-workflow-container .ant-form-item-label label.ant-form-item-required:after {
  content: "*";
}
.ak-container .ak-workflow-container .ant-form-item-label .ak-form-label-helper,
.ant-popover .ak-workflow-container .ant-form-item-label .ak-form-label-helper,
.ant-modal-wrap .ak-workflow-container .ant-form-item-label .ak-form-label-helper {
  font-size: 12px;
  position: relative;
  top: 8px;
  right: -2px;
}
@media (max-width: 767px) {
  .ak-container .ak-workflow-container .ant-form-item-label .ak-form-label-helper,
  .ant-popover .ak-workflow-container .ant-form-item-label .ak-form-label-helper,
  .ant-modal-wrap .ak-workflow-container .ant-form-item-label .ak-form-label-helper {
    top: 2px;
    right: -2px;
  }
}
@media (min-width: 768px) {
  .ak-container .ak-workflow-container .ant-form-item-label,
  .ant-popover .ak-workflow-container .ant-form-item-label,
  .ant-modal-wrap .ak-workflow-container .ant-form-item-label {
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .ak-container .ak-workflow-container .ant-form-item-label,
  .ant-popover .ak-workflow-container .ant-form-item-label,
  .ant-modal-wrap .ak-workflow-container .ant-form-item-label {
    line-height: 16px;
  }
}
.ak-container .ak-workflow-container .ant-form-item-control-wrapper,
.ant-popover .ak-workflow-container .ant-form-item-control-wrapper,
.ant-modal-wrap .ak-workflow-container .ant-form-item-control-wrapper {
  line-height: 28px;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .ak-container .ak-workflow-container .ant-form-item-control-wrapper,
  .ant-popover .ak-workflow-container .ant-form-item-control-wrapper,
  .ant-modal-wrap .ak-workflow-container .ant-form-item-control-wrapper {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .ak-container .ak-workflow-container .ant-form-item-control-wrapper,
  .ant-popover .ak-workflow-container .ant-form-item-control-wrapper,
  .ant-modal-wrap .ak-workflow-container .ant-form-item-control-wrapper {
    margin-bottom: 10px;
    line-height: 20px;
  }
}
@media (max-width: 479px) {
  .ak-container .ak-workflow-container .ak-form-group,
  .ant-popover .ak-workflow-container .ak-form-group,
  .ant-modal-wrap .ak-workflow-container .ak-form-group {
    margin-bottom: 15px;
  }
}
.ak-container .ak-workflow-container .has-error .ak-autocomplete-wrapper .autocomplete-button,
.ant-popover .ak-workflow-container .has-error .ak-autocomplete-wrapper .autocomplete-button,
.ant-modal-wrap .ak-workflow-container .has-error .ak-autocomplete-wrapper .autocomplete-button {
  border-color: #f04134;
}
.ak-container .ak-workflow-container .has-error .ak-autocomplete-wrapper .ant-input:focus,
.ant-popover .ak-workflow-container .has-error .ak-autocomplete-wrapper .ant-input:focus,
.ant-modal-wrap .ak-workflow-container .has-error .ak-autocomplete-wrapper .ant-input:focus {
  box-shadow: none;
}
.ak-container .ak-workflow-container .ak-h2box,
.ant-popover .ak-workflow-container .ak-h2box,
.ant-modal-wrap .ak-workflow-container .ak-h2box {
  margin-bottom: 20px;
  width: 100%;
}
.ak-container .ak-workflow-container .ak-h2box .ak-application-idstatus,
.ant-popover .ak-workflow-container .ak-h2box .ak-application-idstatus,
.ant-modal-wrap .ak-workflow-container .ak-h2box .ak-application-idstatus {
  font-size: 14px;
  font-weight: normal;
}
.ak-container .ak-workflow-container .ak-h2box .ak-application-idstatus .ak-state,
.ant-popover .ak-workflow-container .ak-h2box .ak-application-idstatus .ak-state,
.ant-modal-wrap .ak-workflow-container .ak-h2box .ak-application-idstatus .ak-state {
  font-size: 12px;
}
.ak-container .ak-workflow-container .ant-calendar-picker,
.ant-popover .ak-workflow-container .ant-calendar-picker,
.ant-modal-wrap .ak-workflow-container .ant-calendar-picker {
  width: 100% !important;
}
.ak-container .ak-workflow-container .ant-input-group-addon,
.ant-popover .ak-workflow-container .ant-input-group-addon,
.ant-modal-wrap .ak-workflow-container .ant-input-group-addon {
  background-color: transparent;
  border: 0px;
}
.ak-container .ak-workflow-container .ant-upload-list,
.ant-popover .ak-workflow-container .ant-upload-list,
.ant-modal-wrap .ak-workflow-container .ant-upload-list {
  margin-bottom: 50px;
}
.ak-container .ak-workflow-container .ak-approval-box,
.ant-popover .ak-workflow-container .ak-approval-box,
.ant-modal-wrap .ak-workflow-container .ak-approval-box {
  padding: 10px;
}
.ak-container .ak-workflow-container .ak-log-body,
.ant-popover .ak-workflow-container .ak-log-body,
.ant-modal-wrap .ak-workflow-container .ak-log-body {
  overflow: hidden;
}
.ak-container .ak-workflow-container .ak-log-body .color-green,
.ant-popover .ak-workflow-container .ak-log-body .color-green,
.ant-modal-wrap .ak-workflow-container .ak-log-body .color-green {
  color: #00a335;
}
.ak-container .ak-workflow-container .ak-log-body .color-red,
.ant-popover .ak-workflow-container .ak-log-body .color-red,
.ant-modal-wrap .ak-workflow-container .ak-log-body .color-red {
  color: red;
}
.ak-container .ak-workflow-container .ak-log-body .color-orange,
.ant-popover .ak-workflow-container .ak-log-body .color-orange,
.ant-modal-wrap .ak-workflow-container .ak-log-body .color-orange {
  color: #ffbf00;
}
.ak-container .ak-workflow-container .ak-log-body .color-black,
.ant-popover .ak-workflow-container .ak-log-body .color-black,
.ant-modal-wrap .ak-workflow-container .ak-log-body .color-black {
  color: #333333;
}
.ak-container .ak-workflow-container .ak-log-body .ak-flowlog,
.ant-popover .ak-workflow-container .ak-log-body .ak-flowlog,
.ant-modal-wrap .ak-workflow-container .ak-log-body .ak-flowlog {
  border: 1px solid #edecec;
}
.ak-container .ak-workflow-container .ak-log-body .ak-flowlog .ak-flowlog-title,
.ant-popover .ak-workflow-container .ak-log-body .ak-flowlog .ak-flowlog-title,
.ant-modal-wrap .ak-workflow-container .ak-log-body .ak-flowlog .ak-flowlog-title {
  font-size: 14px;
  background-color: #edecec;
  padding: 7px 8px;
}
.ak-container .ak-workflow-container .ak-log-body .ak-flowlog .ak-flowlog-title .flowchart-btn,
.ant-popover .ak-workflow-container .ak-log-body .ak-flowlog .ak-flowlog-title .flowchart-btn,
.ant-modal-wrap .ak-workflow-container .ak-log-body .ak-flowlog .ak-flowlog-title .flowchart-btn {
  padding: 3px 6px;
}
.ak-container .ak-workflow-container .ak-log-body .ak-flowlog .ak-flowlog-title .flowchart-btn,
.ant-popover .ak-workflow-container .ak-log-body .ak-flowlog .ak-flowlog-title .flowchart-btn,
.ant-modal-wrap .ak-workflow-container .ak-log-body .ak-flowlog .ak-flowlog-title .flowchart-btn,
.ak-container .ak-workflow-container .ak-log-body .ak-flowlog .ak-flowlog-title .flowchart-btn:hover,
.ant-popover .ak-workflow-container .ak-log-body .ak-flowlog .ak-flowlog-title .flowchart-btn:hover,
.ant-modal-wrap .ak-workflow-container .ak-log-body .ak-flowlog .ak-flowlog-title .flowchart-btn:hover {
  color: #63abeb;
}
.ak-container .ak-workflow-container .ak-log-body .ak-flowlog .ak-flowlog-title .time i,
.ant-popover .ak-workflow-container .ak-log-body .ak-flowlog .ak-flowlog-title .time i,
.ant-modal-wrap .ak-workflow-container .ak-log-body .ak-flowlog .ak-flowlog-title .time i {
  font-style: normal !important;
  line-height: 26px;
}
.ak-container .ak-workflow-container .ak-log-body .ak-flowlog .ak-flowchat-imgbox,
.ant-popover .ak-workflow-container .ak-log-body .ak-flowlog .ak-flowchat-imgbox,
.ant-modal-wrap .ak-workflow-container .ak-log-body .ak-flowlog .ak-flowchat-imgbox {
  width: 40px;
  height: 40px;
  margin-right: 8px;
  float: left;
}
.ak-container .ak-workflow-container .ak-log-body .ak-flowlog .ak-flowchat-imgbox img,
.ant-popover .ak-workflow-container .ak-log-body .ak-flowlog .ak-flowchat-imgbox img,
.ant-modal-wrap .ak-workflow-container .ak-log-body .ak-flowlog .ak-flowchat-imgbox img,
.ak-container .ak-workflow-container .ak-log-body .ak-flowlog .ak-flowchat-imgbox .img-responsive,
.ant-popover .ak-workflow-container .ak-log-body .ak-flowlog .ak-flowchat-imgbox .img-responsive,
.ant-modal-wrap .ak-workflow-container .ak-log-body .ak-flowlog .ak-flowchat-imgbox .img-responsive {
  width: 100%;
  height: 100%;
}
.ak-container .ak-workflow-container .ak-log-body .ak-flowlog .ant-table-body tr:nth-of-type(even),
.ant-popover .ak-workflow-container .ak-log-body .ak-flowlog .ant-table-body tr:nth-of-type(even),
.ant-modal-wrap .ak-workflow-container .ak-log-body .ak-flowlog .ant-table-body tr:nth-of-type(even) {
  background-color: #f9f9f9;
}
.ak-container .ak-workflow-container .ak-log-body .ak-flowlog .ant-table-body td,
.ant-popover .ak-workflow-container .ak-log-body .ak-flowlog .ant-table-body td,
.ant-modal-wrap .ak-workflow-container .ak-log-body .ak-flowlog .ant-table-body td {
  padding: 5px 8px !important;
}
.ak-container .ak-workflow-container .ak-log-body .ak-flowlog .ant-table-body .anticon,
.ant-popover .ak-workflow-container .ak-log-body .ak-flowlog .ant-table-body .anticon,
.ant-modal-wrap .ak-workflow-container .ak-log-body .ak-flowlog .ant-table-body .anticon {
  font-size: 18px !important;
}
@media (max-width: 1199px) {
  .ak-container .ak-workflow-container,
  .ant-popover .ak-workflow-container,
  .ant-modal-wrap .ak-workflow-container {
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 991px) {
  .ak-container .ak-zper-inbox-title.workflow,
  .ant-popover .ak-zper-inbox-title.workflow,
  .ant-modal-wrap .ak-zper-inbox-title.workflow {
    text-align: center;
  }
  .ak-container .ak-zper-inbox-title .ant-btn.cancel,
  .ant-popover .ak-zper-inbox-title .ant-btn.cancel,
  .ant-modal-wrap .ak-zper-inbox-title .ant-btn.cancel {
    float: left !important;
  }
  .ak-container .ak-zwork-titlefixed .inbox-text,
  .ant-popover .ak-zwork-titlefixed .inbox-text,
  .ant-modal-wrap .ak-zwork-titlefixed .inbox-text {
    width: 100%;
    position: absolute;
    left: 50%;
    margin-left: -50% !important;
  }
}
@media (max-width: 767px) {
  .ak-container .ak-workflow-container,
  .ant-popover .ak-workflow-container,
  .ant-modal-wrap .ak-workflow-container {
    padding-top: 0;
    padding-left: 5px;
    padding-right: 5px;
  }
  .ak-container .ak-workflow-container .ak-h2box,
  .ant-popover .ak-workflow-container .ak-h2box,
  .ant-modal-wrap .ak-workflow-container .ak-h2box {
    margin-bottom: 10px;
  }
  .ak-container .ak-workflow-container .ak-h2box .ak-application-idstatus,
  .ant-popover .ak-workflow-container .ak-h2box .ak-application-idstatus,
  .ant-modal-wrap .ak-workflow-container .ak-h2box .ak-application-idstatus {
    font-size: 12px;
  }
  .ak-container .ak-workflow-container .ak-log-body .ak-flowlog .ak-zwork-ptodolist-row,
  .ant-popover .ak-workflow-container .ak-log-body .ak-flowlog .ak-zwork-ptodolist-row,
  .ant-modal-wrap .ak-workflow-container .ak-log-body .ak-flowlog .ak-zwork-ptodolist-row {
    padding: 6px 10px;
    border-bottom: 1px solid #eee;
    position: relative;
  }
  .ak-container .ak-workflow-container .ak-log-body .ak-flowlog .ak-zwork-ptodolist-row:last-child,
  .ant-popover .ak-workflow-container .ak-log-body .ak-flowlog .ak-zwork-ptodolist-row:last-child,
  .ant-modal-wrap .ak-workflow-container .ak-log-body .ak-flowlog .ak-zwork-ptodolist-row:last-child {
    border-bottom: 0px;
  }
  .ak-container .ak-workflow-container .ak-log-body .ak-flowlog .ak-zwork-ptodolist-row:hover,
  .ant-popover .ak-workflow-container .ak-log-body .ak-flowlog .ak-zwork-ptodolist-row:hover,
  .ant-modal-wrap .ak-workflow-container .ak-log-body .ak-flowlog .ak-zwork-ptodolist-row:hover {
    background-color: #fafafa;
  }
  .ak-container .ak-workflow-container .ak-log-body .ak-flowlog .ak-zwork-ptodolist-row .text-box,
  .ant-popover .ak-workflow-container .ak-log-body .ak-flowlog .ak-zwork-ptodolist-row .text-box,
  .ant-modal-wrap .ak-workflow-container .ak-log-body .ak-flowlog .ak-zwork-ptodolist-row .text-box {
    padding-right: 115px !important;
  }
  .ak-container .ak-workflow-container .ak-log-body .ak-flowlog .ak-zwork-ptodolist-row .text-box .title,
  .ant-popover .ak-workflow-container .ak-log-body .ak-flowlog .ak-zwork-ptodolist-row .text-box .title,
  .ant-modal-wrap .ak-workflow-container .ak-log-body .ak-flowlog .ak-zwork-ptodolist-row .text-box .title {
    font-size: 14px;
    margin: 0 0 5px;
    text-overflow: ellipsis;
  }
  .ak-container .ak-workflow-container .ak-log-body .ak-flowlog .ak-zwork-ptodolist-row .text-box .flow-num,
  .ant-popover .ak-workflow-container .ak-log-body .ak-flowlog .ak-zwork-ptodolist-row .text-box .flow-num,
  .ant-modal-wrap .ak-workflow-container .ak-log-body .ak-flowlog .ak-zwork-ptodolist-row .text-box .flow-num {
    color: #776767;
    height: 17px;
    line-height: 17px;
  }
  .ak-container .ak-workflow-container .ak-log-body .ak-flowlog .ak-zwork-ptodolist-row .right-box,
  .ant-popover .ak-workflow-container .ak-log-body .ak-flowlog .ak-zwork-ptodolist-row .right-box,
  .ant-modal-wrap .ak-workflow-container .ak-log-body .ak-flowlog .ak-zwork-ptodolist-row .right-box {
    position: absolute;
    right: 10px;
    top: 5px;
    color: #767676;
    width: 115px;
    text-align: right;
  }
  .ak-container .ak-workflow-container .ak-log-body .ak-flowlog .ak-zwork-ptodolist-row .right-box .approval-text,
  .ant-popover .ak-workflow-container .ak-log-body .ak-flowlog .ak-zwork-ptodolist-row .right-box .approval-text,
  .ant-modal-wrap .ak-workflow-container .ak-log-body .ak-flowlog .ak-zwork-ptodolist-row .right-box .approval-text {
    margin: 0 0 5px;
  }
  .ak-container .ak-workflow-container .ak-log-body .ak-flowlog .ak-zwork-ptodolist-row .right-box .approval-text .anticon,
  .ant-popover .ak-workflow-container .ak-log-body .ak-flowlog .ak-zwork-ptodolist-row .right-box .approval-text .anticon,
  .ant-modal-wrap .ak-workflow-container .ak-log-body .ak-flowlog .ak-zwork-ptodolist-row .right-box .approval-text .anticon {
    font-size: 18px !important;
  }
  .ak-container .ak-workflow-container .ak-log-body .ak-flowlog .ak-zwork-ptodolist-row .right-box .time,
  .ant-popover .ak-workflow-container .ak-log-body .ak-flowlog .ak-zwork-ptodolist-row .right-box .time,
  .ant-modal-wrap .ak-workflow-container .ak-log-body .ak-flowlog .ak-zwork-ptodolist-row .right-box .time {
    color: #767676;
  }
  .ak-container .ak-workflow-container .ak-log-body .ak-flowlog .ak-zwork-ptodolist-row .ak-flowchat-remark,
  .ant-popover .ak-workflow-container .ak-log-body .ak-flowlog .ak-zwork-ptodolist-row .ak-flowchat-remark,
  .ant-modal-wrap .ak-workflow-container .ak-log-body .ak-flowlog .ak-zwork-ptodolist-row .ak-flowchat-remark {
    margin-top: 8px;
    color: #000;
  }
}
.ak-container .ak-table-sorter,
.ant-popover .ak-table-sorter,
.ant-modal-wrap .ak-table-sorter {
  display: inline-block;
  width: 100%;
  cursor: pointer;
}
.ak-container .ak-table-sorter .title,
.ant-popover .ak-table-sorter .title,
.ant-modal-wrap .ak-table-sorter .title {
  margin-right: 5px;
}
.ak-container .ak-table-sorter .anticon,
.ant-popover .ak-table-sorter .anticon,
.ant-modal-wrap .ak-table-sorter .anticon {
  color: grey;
}
.ak-container .ak-confirm-nomargin .ant-confirm-content,
.ant-popover .ak-confirm-nomargin .ant-confirm-content,
.ant-modal-wrap .ak-confirm-nomargin .ant-confirm-content {
  margin-left: 0;
}
.ak-container .ak-hierarchy-list,
.ant-popover .ak-hierarchy-list,
.ant-modal-wrap .ak-hierarchy-list {
  overflow-x: auto;
}
.ak-container .ak-hierarchy-list-c,
.ant-popover .ak-hierarchy-list-c,
.ant-modal-wrap .ak-hierarchy-list-c {
  display: flex;
  flex-direction: row;
  column-gap: 10px;
}
.ak-container .ak-hierarchy-list .ant-transfer-list-footer,
.ant-popover .ak-hierarchy-list .ant-transfer-list-footer,
.ant-modal-wrap .ak-hierarchy-list .ant-transfer-list-footer {
  display: flex;
  justify-content: flex-end;
  padding: 5px;
  column-gap: 5px;
}
.ak-container .ak-hierarchy-list .ant-transfer-list-footer input,
.ant-popover .ak-hierarchy-list .ant-transfer-list-footer input,
.ant-modal-wrap .ak-hierarchy-list .ant-transfer-list-footer input {
  height: 22px;
}
.ak-container .ak-error-message,
.ant-popover .ak-error-message,
.ant-modal-wrap .ak-error-message {
  color: #f04134;
}
.ak-container .menu_title,
.ant-popover .menu_title,
.ant-modal-wrap .menu_title {
  line-height: 1;
}
.full-screen.ant-modal {
  width: 100% !important;
  margin: 0px;
  height: 100%;
  top: 0px !important;
  padding-bottom: 0px;
}
.full-screen.ant-modal .ant-modal-content {
  min-height: 100%;
  height: 100%;
}
.full-screen.ant-modal .ant-modal-body {
  height: 100%;
  overflow: auto;
  padding-bottom: 69px;
  padding: 0px;
}
.full-screen.ant-modal .ant-modal-header + .ant-modal-body {
  height: calc(100% - 50px);
  overflow: auto;
}
.full-screen.ant-modal .ant-modal-footer {
  position: absolute;
  bottom: 0px;
  z-index: 1;
  background-color: #FFF;
  width: 100%;
}
.ak-sider {
  width: 300px;
  position: absolute;
  top: 0px;
  height: 100vh;
}
.ak-sider .ant-modal-body {
  height: 100vh;
}
.ak-sider.with-footer .ant-modal-body {
  height: calc(100vh - 103px);
}
.ak-sider .ant-modal-close {
  display: none;
}
/**导航栏与内容分开滚动 */
@media (min-width: 768px) {
  .ak-sider-fixed .ant-layout-sider-children {
    height: 100vh;
    overflow: auto;
    overflow-x: hidden;
    width: 250px;
    flex: 0 0 250px;
    position: fixed;
    border-right: #d9d9d9 solid 0px;
  }
  .ak-sider-fixed .ant-layout-sider-children .ant-layout-content .ant-menu-inline {
    padding-bottom: 50px;
  }
  .ak-sider-fixed .ant-layout-sider-children::after {
    height: calc(50vh);
    flex: 0 0 250px;
    display: flex;
    width: 250px;
  }
}
.ak-modal-left {
  left: 0px;
  width: 300px;
  position: absolute;
  top: 0px;
  height: 100vh;
}
.ak-modal-left .ant-modal-body {
  height: 100vh;
}
.ak-modal-left.with-footer .ant-modal-body {
  height: calc(100vh - 103px);
}
.ak-modal-left .ant-modal-close {
  display: none;
}
.ak-modal-right {
  right: 0px;
  width: 300px;
  position: absolute;
  top: 0px;
  height: 100vh;
}
.ak-modal-right .ant-modal-body {
  height: 100vh;
}
.ak-modal-right.with-footer .ant-modal-body {
  height: calc(100vh - 103px);
}
.ak-modal-right .ant-modal-close {
  display: none;
}
.ak-sidebar {
  line-height: normal;
  width: 400px;
  height: 100%;
  background: #fff;
  box-shadow: -3px 0 8px 0 rgba(66, 91, 118, 0.21);
  z-index: 1001;
  border-left: none;
  position: fixed;
  top: 0px;
  font-size: 12px;
  color: var(--c--text-normal);
  display: flex;
  flex-direction: column;
}
@media (max-width: 479px) {
  .ak-sidebar {
    width: 100%;
  }
}
.ak-sidebar-left {
  transition: left 0.3s ease;
  left: -400px;
}
.ak-sidebar-left.ak-sidebar-transition {
  left: 0;
}
.ak-sidebar-right {
  transition: right 0.3s ease;
  right: -400px;
}
.ak-sidebar-right.ak-sidebar-transition {
  right: 0;
}
.ak-sidebar-header {
  display: flex;
  font-size: 16px;
  height: 56px;
  align-items: center;
}
.ak-sidebar-title {
  flex: 1;
  padding-left: 10px;
  padding-right: 10px;
}
.ak-sidebar-closebtn {
  cursor: pointer;
  width: 56px;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
}
.ak-sidebar-closebtn .anticon {
  font-size: 18px;
}
.ak-sidebar-content {
  flex: 1;
  overflow-y: auto;
}
@media (max-width: 767px) {
  .ak-sidebar {
    width: 100%;
  }
}
.ak-avatar-picture {
  display: inline-block;
}
.ak-avatar-inline .ak-avatar-picture {
  margin-right: 10px;
}
.ak-avatar-inline .ak-avatar-picture,
.ak-avatar-inline .ak-avatar-text {
  display: inline-block;
  vertical-align: middle;
}
.ak-avatar-center {
  text-align: center;
}
.ak-avatar-center .ak-avatar-picture {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
}
.ak-avatar-center .ak-avatar-text-wrapper {
  vertical-align: middle;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
input[disabled] {
  pointer-events: none;
}
input,
textarea {
  -webkit-appearance: none;
}
input[type=checkbox] {
  -webkit-appearance: checkbox;
  cursor: pointer;
}
input[type=radio] {
  -webkit-appearance: radio;
  cursor: pointer;
}
/*-----------------ak-OneUp Start----------------------------*/
.ak-oneup {
  background-color: rgba(0, 0, 0, 0.85);
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.ak-oneup .ak-oneup-cmdbar {
  background: black;
  height: 50px;
  z-index: 1100;
  position: fixed;
  width: 100%;
}
.ak-oneup .ak-oneup-cmdbar .ak-oneup-cmdbar-leftbar {
  float: left !important;
}
.ak-oneup .ak-oneup-cmdbar .ak-oneup-cmdbar-rightbar {
  float: right !important;
}
.ak-oneup .ak-oneup-cmdbar button {
  background-color: transparent;
  border: none;
  color: #fff;
  width: 50px;
  height: 50px;
}
.ak-oneup .ak-oneup-cmdbar button:hover {
  background-color: #333;
}
.ak-oneup .ak-oneup-content {
  display: flex;
  flex: auto;
  flex-direction: column;
  justify-content: center;
  margin-top: 50px;
}
.ak-oneup .ak-oneup-content .ak-oneup-image img {
  max-width: 100%;
  max-height: 90%;
  display: block;
  height: auto;
  margin: auto;
  transform: rotate(0deg);
  width: auto;
}
.ak-oneup .ak-oneup-content .ak-oneup-video {
  display: table-cell;
  vertical-align: middle;
}
.ak-oneup .ak-oneup-content .ak-oneup-video video {
  width: auto;
  max-width: 100%;
}
.ak-oneup .ak-oneup-content .ak-oneup-video video::-internal-media-controls-download-button {
  display: none;
}
.ak-oneup .ak-oneup-content .ak-oneup-video video::-webkit-media-controls-enclosure {
  overflow: hidden;
}
.ak-oneup .ak-oneup-content .ak-oneup-video video::-webkit-media-controls-panel {
  width: calc(130%);
  /* Adjust as needed */
}
.ak-oneup .ak-oneup-content .oneup-cont-btn {
  position: absolute;
  top: 50%;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 20px;
  z-index: 99;
}
.ak-oneup .ak-oneup-content .oneup-cont-btn i {
  font-size: 20px;
}
.ak-oneup .ak-oneup-content .oneup-cont-right {
  right: 50px;
}
.ak-oneup .ak-oneup-content .oneup-cont-left {
  left: 50px;
}
@media (max-width: 768px) {
  .ak-oneup .ak-oneup-content .oneup-cont-right {
    right: 0px;
  }
  .ak-oneup .ak-oneup-content .oneup-cont-left {
    left: 0px;
  }
}
.ak-oneup .ak-oneup-rightpanel {
  position: absolute;
  width: 320px;
  top: 50px;
  bottom: 0px;
  overflow: hidden;
  transition: top 267ms linear, left 367ms cubic-bezier(0.1, 0.9, 0.2, 1), right 367ms cubic-bezier(0.1, 0.9, 0.2, 1);
  z-index: 1200;
  background-color: #161616;
  right: 0px;
  padding-left: 10px;
}
.ak-oneup .ak-oneup-rightpanel .ak-oneup-rightpanel-title .img {
  width: 60px;
  height: 60px;
  overflow: hidden;
  float: left;
  display: block;
}
.ak-oneup .ak-oneup-rightpanel .ak-oneup-rightpanel-title .fileinfo {
  width: 70%;
  float: left;
  display: block;
  margin-left: 5px;
}
.ak-oneup .ak-oneup-rightpanel .ak-oneup-rightpanel-title .fileinfo h4 {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: white;
  margin-top: 5px;
  text-shadow: none;
  font-weight: 400;
}
.ak-oneup .ak-oneup-rightpanel .ak-oneup-rightpanel-title .fileinfo p {
  color: #676767;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 5px;
}
.ak-oneup .ak-oneup-rightpanel .ak-oneup-rightpanel-content {
  float: left;
  width: 100%;
}
.ak-oneup .ak-oneup-rightpanel .ak-oneup-rightpanel-content .subject {
  font-size: "16px";
  color: "#fff";
  line-height: "25px";
  padding: 7px 0px;
}
.ak-oneup .ak-oneup-rightpanel .ak-oneup-rightpanel-content .item {
  font-size: 14px;
  color: white;
  padding: 5px 0px;
  display: flex;
}
.ak-oneup .ak-oneup-rightpanel .ak-oneup-rightpanel-content .item .title {
  color: #c8c8c8;
  width: 110px;
  display: inline-block;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ak-oneup .ak-oneup-rightpanel .ak-oneup-rightpanel-content .item .value {
  display: inline-block;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
}
.ak-oneup .ak-oneup-rightpanel .ak-oneup-rightpanel-splitline {
  width: 100%;
  height: 1px;
  line-height: 1px;
  background-color: #3d3d3d;
  overflow: hidden;
  margin: 15px 0;
}
@media (max-width: 415px) {
  .ak-oneup .ak-oneup-cmdbar {
    height: 40px;
  }
  .ak-oneup .ak-oneup-cmdbar button {
    width: 40px;
    height: 40px;
  }
  .ak-oneup .ak-oneup-rightpanel {
    top: 40px;
  }
}
/*-----------------ak-OneUp End----------------------------*/
.infinite-loader {
  width: 100%;
  text-align: center;
}
/*-----------------ak-comment Start----------------------------*/
.ak-popover-comment {
  width: 400px;
}
@media (max-width: 767px) {
  .ak-popover-comment {
    width: 100%;
  }
}
.ak-popover-comment .comment-title {
  text-align: center;
}
.ak-popover-comment .comment-title .close {
  position: absolute;
  right: 15px;
}
.ak-popover-comment .comment-list {
  height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  word-wrap: break-word;
}
.ak-popover-comment .comment-list .comment-main {
  margin-bottom: 10px;
}
.ak-popover-comment .comment-list .comment-main .portrait {
  float: left;
}
.ak-popover-comment .comment-list .comment-main .content {
  margin-left: 46px;
}
.ak-popover-comment .comment-list .comment-main .content .name {
  font-weight: 700;
  font-size: 15px;
  margin-right: 10px;
}
.ak-popover-comment .comment-list .comment-main .content .time {
  color: #676767;
  margin-right: 15px;
}
.ak-popover-comment .comment-list .comment-main .content .delete {
  color: #3c72b4;
  cursor: pointer;
}
.ak-popover-comment .comment-input .ant-input-group-addon {
  border: 0;
  padding: 0;
}
.ak-popover-comment .comment-input .ant-btn {
  border-left: 0;
}
.ak-comment {
  margin: 10px 0;
}
.ak-comment-more {
  text-align: center;
}
.ak-comment-more button {
  border: none;
  color: #0d99ff;
}
.ak-comment .ak-comment-editor .ak-comment-editorbox {
  background: transparent;
}
.ak-comment .ak-comment-editor .ak-comment-editorbox .tox-tinymce {
  border-radius: 6px;
}
.ak-comment .ak-comment-editor .ak-comment-editorbox .ant-input {
  border-radius: 6px;
}
.ak-comment .ak-comment-editor .ak-comment-editorbox input.ant-input {
  height: 46px;
}
.ak-comment .ak-comment-editor .ak-comment-editorbox .ant-input-affix-wrapper .ant-input:not(:first-child) {
  padding-left: 50px;
}
.ak-comment .ak-comment-editor .ak-comment-editorbox .ak-comment-btnwrap {
  margin-top: 10px;
}
.ak-comment .ak-comment-editor .ak-comment-editorbox .ak-comment-btnwrap button {
  margin-right: 10px;
}
.ak-comment .ak-comment-editor .ak-comment-editorbox .ak-comment-btnwrap .comment-upload {
  padding-left: 10px;
}
.ak-comment .ak-comment-editor .ak-comment-editorbox .ak-comment-btnwrap .comment-upload .ant-upload {
  color: #1563f6;
  cursor: pointer;
}
.ak-comment .ak-comment-editor .ak-comment-editorbox .ak-comment-btnwrap .comment-upload .ant-upload .icon-fw {
  font-size: 14px;
  margin-right: 5px;
}
.ak-comment .upload-list {
  padding-left: 10px;
}
.ak-comment .upload-list-item {
  white-space: nowrap;
}
.ak-comment .upload-list-item .list-item {
  cursor: pointer;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  max-width: 100%;
}
.ak-comment .upload-list-item .list-item:hover {
  border: 1px solid #88bdf0;
  background-color: #edf3fe;
}
.ak-comment .upload-list-item .item-info {
  display: flex;
  padding-right: 10px;
  height: 24px;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.ak-comment .upload-list-item .item-info-name {
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
.ak-comment .upload-list-item .item-info-icon {
  font-size: 14px;
  float: left;
  line-height: 24px;
  margin-right: 5px;
}
.ak-comment .upload-list-item .item-del {
  margin-left: 5px;
}
.ak-comment .upload-list-item .item-del .del-cion {
  font-size: 14px;
}
.ak-comment .ak-comment-listbox {
  padding: 15px 7px 0;
}
.ak-comment .ak-comment-listbox .count {
  font-size: 14px;
  margin-bottom: 15px;
}
.ak-comment .ak-comment-listbox .upload-list {
  padding-left: 0;
}
.ak-comment .ak-comment-listbox .ak-comment-list {
  display: flex;
  flex-direction: row;
  margin-bottom: 5px;
}
.ak-comment .ak-comment-listbox .ak-comment-list img.ak-comment-pic {
  margin-right: 10px;
}
.ak-comment .ak-comment-listbox .ak-comment-list .ak-avatar-picture {
  margin-right: 12px;
}
.ak-comment .ak-comment-listbox .ak-comment-list .ak-comment-info {
  flex: 1;
  border-bottom: 1px solid #E6E6E6;
  width: calc(100% - 50px);
}
.ak-comment .ak-comment-listbox .ak-comment-list .ak-comment-info .ak-comment-content {
  margin-bottom: 10px;
}
.ak-comment .ak-comment-listbox .ak-comment-list .ak-comment-info .ak-comment-content .ak-comment-at {
  color: #0d99ff;
}
.ak-comment .ak-comment-listbox .ak-comment-list .ak-comment-info .ak-comment-info-p {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.ak-comment .ak-comment-listbox .ak-comment-list .ak-comment-info .ak-comment-info-p .name {
  font-weight: 600;
  font-size: 14px;
  color: #313650;
  margin-right: 15px;
}
.ak-comment .ak-comment-listbox .ak-comment-list .ak-comment-info .ak-comment-info-p .time {
  flex: 1;
  font-size: 11px;
  color: #8D909E;
}
.color-green {
  color: #00a335;
}
.color-red {
  color: red;
}
.color-orange {
  color: #ffbf00;
}
.color-black {
  color: #333333;
}
/*-----------------ak-comment End----------------------------*/
/*-----------------ak-responsive-table Start----------------------------*/
.ak-responsive-table-container {
  position: relative;
}
.ak-responsive-table {
  margin-left: 5px;
  margin-right: 5px;
}
.ak-responsive-table .ant-table-thead tr th {
  border-bottom: 2px solid #e9e9e9;
  padding: 8px;
}
.ak-responsive-table .ant-table-thead tr th:first-child {
  padding-left: 8px;
}
.ak-responsive-table .ant-table-thead tr td {
  padding: 8px;
}
.ak-responsive-table .ant-table-tbody tr {
  background-color: #fff;
}
.ak-responsive-table .ant-table-tbody tr td:first-child {
  padding-left: 8px;
}
.ak-responsive-table .ant-table-tbody tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.ak-responsive-table .ant-table-content {
  overflow-x: auto;
}
.ak-responsive-table .ak-responsive-table-column .ant-form-item .ant-form-item-label {
  display: none;
}
.ak-responsive-table .ak-responsive-table-column .ant-form-item .ant-form-item-control-wrapper {
  width: 100%;
}
.ak-responsive-table-width-1 .ant-table-body table {
  min-width: 150px;
}
.ak-responsive-table-width-2 .ant-table-body table {
  min-width: 300px;
}
.ak-responsive-table-width-3 .ant-table-body table {
  min-width: 450px;
}
.ak-responsive-table-width-4 .ant-table-body table {
  min-width: 600px;
}
.ak-responsive-table-width-5 .ant-table-body table {
  min-width: 750px;
}
.ak-responsive-table-width-6 .ant-table-body table {
  min-width: 900px;
}
.ak-responsive-table-width-7 .ant-table-body table {
  min-width: 1050px;
}
.ak-responsive-table-width-8 .ant-table-body table {
  min-width: 1200px;
}
.ak-responsive-table-width-9 .ant-table-body table {
  min-width: 1350px;
}
.ak-responsive-table-width-10 .ant-table-body table {
  min-width: 1500px;
}
.ak-responsive-table-width-11 .ant-table-body table {
  min-width: 1650px;
}
.ak-responsive-table-width-12 .ant-table-body table {
  min-width: 1800px;
}
.ak-responsive-table-width-13 .ant-table-body table {
  min-width: 1950px;
}
.ak-responsive-table-width-14 .ant-table-body table {
  min-width: 2100px;
}
.ak-responsive-table-width-15 .ant-table-body table {
  min-width: 2250px;
}
.ak-responsive-table-width-16 .ant-table-body table {
  min-width: 2400px;
}
.ak-responsive-table-width-17 .ant-table-body table {
  min-width: 2550px;
}
.ak-responsive-table-width-18 .ant-table-body table {
  min-width: 2700px;
}
.ak-responsive-table-width-19 .ant-table-body table {
  min-width: 2850px;
}
.ak-responsive-table-width-20 .ant-table-body table {
  min-width: 3000px;
}
.ak-responsive-table-width-21 .ant-table-body table {
  min-width: 3150px;
}
.ak-responsive-table-width-22 .ant-table-body table {
  min-width: 3300px;
}
.ak-responsive-table-width-23 .ant-table-body table {
  min-width: 3450px;
}
.ak-responsive-table-width-24 .ant-table-body table {
  min-width: 3600px;
}
.ak-responsive-table-width-25 .ant-table-body table {
  min-width: 3750px;
}
.ak-responsive-table-width-26 .ant-table-body table {
  min-width: 3900px;
}
.ak-responsive-table-width-27 .ant-table-body table {
  min-width: 4050px;
}
.ak-responsive-table-width-28 .ant-table-body table {
  min-width: 4200px;
}
.ak-responsive-table-width-29 .ant-table-body table {
  min-width: 4350px;
}
.ak-responsive-table-width-30 .ant-table-body table {
  min-width: 4500px;
}
.ak-responsive-table-width-31 .ant-table-body table {
  min-width: 4650px;
}
.ak-responsive-table-width-32 .ant-table-body table {
  min-width: 4800px;
}
.ak-responsive-table-width-33 .ant-table-body table {
  min-width: 4950px;
}
.ak-responsive-table-width-34 .ant-table-body table {
  min-width: 5100px;
}
.ak-responsive-table-width-35 .ant-table-body table {
  min-width: 5250px;
}
.ak-responsive-table-width-36 .ant-table-body table {
  min-width: 5400px;
}
.ak-responsive-table-width-37 .ant-table-body table {
  min-width: 5550px;
}
.ak-responsive-table-width-38 .ant-table-body table {
  min-width: 5700px;
}
.ak-responsive-table-width-39 .ant-table-body table {
  min-width: 5850px;
}
.ak-responsive-table-width-40 .ant-table-body table {
  min-width: 6000px;
}
.ak-responsive-table-width-41 .ant-table-body table {
  min-width: 6150px;
}
.ak-responsive-table-width-42 .ant-table-body table {
  min-width: 6300px;
}
.ak-responsive-table-width-43 .ant-table-body table {
  min-width: 6450px;
}
.ak-responsive-table-width-44 .ant-table-body table {
  min-width: 6600px;
}
.ak-responsive-table-width-45 .ant-table-body table {
  min-width: 6750px;
}
.ak-responsive-table-width-46 .ant-table-body table {
  min-width: 6900px;
}
.ak-responsive-table-width-47 .ant-table-body table {
  min-width: 7050px;
}
.ak-responsive-table-width-48 .ant-table-body table {
  min-width: 7200px;
}
.ak-responsive-table-width-49 .ant-table-body table {
  min-width: 7350px;
}
.ak-responsive-table-width-50 .ant-table-body table {
  min-width: 7500px;
}
.ak-responsive-table-width-51 .ant-table-body table {
  min-width: 7650px;
}
.ak-responsive-table-width-52 .ant-table-body table {
  min-width: 7800px;
}
.ak-responsive-table-width-53 .ant-table-body table {
  min-width: 7950px;
}
.ak-responsive-table-width-54 .ant-table-body table {
  min-width: 8100px;
}
.ak-responsive-table-width-55 .ant-table-body table {
  min-width: 8250px;
}
.ak-responsive-table-width-56 .ant-table-body table {
  min-width: 8400px;
}
.ak-responsive-table-width-57 .ant-table-body table {
  min-width: 8550px;
}
.ak-responsive-table-width-58 .ant-table-body table {
  min-width: 8700px;
}
.ak-responsive-table-width-59 .ant-table-body table {
  min-width: 8850px;
}
.ak-responsive-table-width-60 .ant-table-body table {
  min-width: 9000px;
}
.ak-responsive-table-width-61 .ant-table-body table {
  min-width: 9150px;
}
.ak-responsive-table-width-62 .ant-table-body table {
  min-width: 9300px;
}
.ak-responsive-table-width-63 .ant-table-body table {
  min-width: 9450px;
}
.ak-responsive-table-width-64 .ant-table-body table {
  min-width: 9600px;
}
.ak-responsive-table-width-65 .ant-table-body table {
  min-width: 9750px;
}
.ak-responsive-table-width-66 .ant-table-body table {
  min-width: 9900px;
}
.ak-responsive-table-width-67 .ant-table-body table {
  min-width: 10050px;
}
.ak-responsive-table-width-68 .ant-table-body table {
  min-width: 10200px;
}
.ak-responsive-table-width-69 .ant-table-body table {
  min-width: 10350px;
}
.ak-responsive-table-width-70 .ant-table-body table {
  min-width: 10500px;
}
.ak-responsive-table-width-71 .ant-table-body table {
  min-width: 10650px;
}
.ak-responsive-table-width-72 .ant-table-body table {
  min-width: 10800px;
}
.ak-responsive-table-width-73 .ant-table-body table {
  min-width: 10950px;
}
.ak-responsive-table-width-74 .ant-table-body table {
  min-width: 11100px;
}
.ak-responsive-table-width-75 .ant-table-body table {
  min-width: 11250px;
}
.ak-responsive-table-width-76 .ant-table-body table {
  min-width: 11400px;
}
.ak-responsive-table-width-77 .ant-table-body table {
  min-width: 11550px;
}
.ak-responsive-table-width-78 .ant-table-body table {
  min-width: 11700px;
}
.ak-responsive-table-width-79 .ant-table-body table {
  min-width: 11850px;
}
.ak-responsive-table-width-80 .ant-table-body table {
  min-width: 12000px;
}
.ak-responsive-table-width-81 .ant-table-body table {
  min-width: 12150px;
}
.ak-responsive-table-width-82 .ant-table-body table {
  min-width: 12300px;
}
.ak-responsive-table-width-83 .ant-table-body table {
  min-width: 12450px;
}
.ak-responsive-table-width-84 .ant-table-body table {
  min-width: 12600px;
}
.ak-responsive-table-width-85 .ant-table-body table {
  min-width: 12750px;
}
.ak-responsive-table-width-86 .ant-table-body table {
  min-width: 12900px;
}
.ak-responsive-table-width-87 .ant-table-body table {
  min-width: 13050px;
}
.ak-responsive-table-width-88 .ant-table-body table {
  min-width: 13200px;
}
.ak-responsive-table-width-89 .ant-table-body table {
  min-width: 13350px;
}
.ak-responsive-table-width-90 .ant-table-body table {
  min-width: 13500px;
}
.ak-responsive-table-width-91 .ant-table-body table {
  min-width: 13650px;
}
.ak-responsive-table-width-92 .ant-table-body table {
  min-width: 13800px;
}
.ak-responsive-table-width-93 .ant-table-body table {
  min-width: 13950px;
}
.ak-responsive-table-width-94 .ant-table-body table {
  min-width: 14100px;
}
.ak-responsive-table-width-95 .ant-table-body table {
  min-width: 14250px;
}
.ak-responsive-table-width-96 .ant-table-body table {
  min-width: 14400px;
}
.ak-responsive-table-width-97 .ant-table-body table {
  min-width: 14550px;
}
.ak-responsive-table-width-98 .ant-table-body table {
  min-width: 14700px;
}
.ak-responsive-table-width-99 .ant-table-body table {
  min-width: 14850px;
}
.ak-responsive-table-column {
  min-width: 92px;
  max-width: 280px;
}
.ak-responsive-table-view-switcher {
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.ak-responsive-table-view-switcher .refresh {
  border: 0;
  padding-top: 0px;
  background: transparent;
}
.ak-responsive-table-view-switcher .ant-radio-button-wrapper-checked {
  box-shadow: 0 0 0 0 #fff;
}
.ak-responsive-table-view-switcher .ant-radio-button-wrapper-checked:hover {
  box-shadow: 0 0 0 0 #fff;
}
.ak-responsive-table-view-switcher .switcher-btn {
  border: 0;
  padding: 0 10px;
  background: transparent;
}
.ak-responsive-table-view-switcher .switcher-btn::before {
  display: none;
}
.ak-responsive-table-view-switcher .switcher-btn i {
  font-size: 22px;
}
.ak-responsive-table-view-switcher.have-bar {
  position: absolute;
  top: -55px;
  right: 0px;
}
.ak-responsive-table-mobile {
  margin-left: 5px;
  margin-right: 5px;
}
.ak-responsive-table-mobile .row {
  padding: 15px 3px 3px;
  margin-bottom: 5px;
  margin-left: 0px;
  margin-right: 0px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  margin: 15px 10px;
}
.ak-responsive-table-mobile .summary-title {
  font-size: 14px;
  padding-left: 7.5px;
}
.ak-responsive-table-mobile .summary-cell {
  margin-top: 5px;
}
@media (max-width: 767px) {
  .ak-responsive-table-mobile .row {
    border-style: none;
    margin-left: 0px;
    margin-right: 0px;
    padding: 10px 10px 5px;
  }
  .ak-responsive-table-mobile .summary-title {
    padding-left: 0px;
  }
}
.ak-responsive-table-mobile .cell {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (max-width: 767px) {
  .ak-responsive-table-mobile .cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.ak-responsive-table-mobile .ant-form-item-control-wrapper {
  line-height: 28px;
  padding-bottom: 0;
  margin-bottom: 15px;
}
.ak-responsive-table-mobile .ant-form-item-control-wrapper:empty {
  display: none;
}
/*-----------------ak-responsive-table End----------------------------*/
/*-----------------颜色选择控件 IE不换行的问题 Start----------------------------*/
.sketch-picker > div.flexbox-fix:last-child {
  flex-wrap: wrap;
}
/*-----------------颜色选择控件 IE不换行的问题 End----------------------------*/
pre {
  font-family: 'Poppins', 'Noto Sans SC', 'Microsoft YaHei', sans-serif;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}
textarea {
  word-break: break-word;
  word-wrap: break-word;
}
.ak-nodata {
  flex: 1 auto;
  height: calc(100vh - 106px) !important;
  text-align: center;
}
.ak-nodata .content {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.ak-flowstatus .anticon.info,
.ak-container .ak-main-content-body .ak-flowstatus .anticon.info {
  font-size: 13px;
  margin-left: 3px;
  color: inherit;
}
.ak-paragraph-align {
  text-align: center;
  line-height: 28px;
}
.ak-paragraph-align .anticon {
  cursor: pointer;
  margin-right: 10px;
}
.ak-paragraph-align .anticon:last-child {
  margin-right: 0;
}
.ak-paragraph-align .selected {
  color: #1563f6;
}
.margin-top-5 {
  margin-top: 5px;
}
.no-select {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
}
.ak-popover-menu {
  background-color: transparent;
  max-width: 100%;
}
.ak-popover-menu .ant-popover-arrow {
  display: none;
}
.ak-popover-menu .ant-popover-inner-content {
  padding: 5px 0;
}
.ak-popover-menu .header {
  padding: 3px 15px 8px 15px;
}
.ak-popover-menu .footer {
  min-height: 35px;
  border-top: solid 1px #eee;
  padding: 8px 15px 3px 15px;
}
.ak-popover-menu .footer .left {
  float: left;
}
.ak-popover-menu .footer .right {
  float: right;
}
.ak-popover-menu .footer .button {
  cursor: pointer;
  color: #000;
  opacity: 0.6;
  font-weight: 600;
  padding: 2px 8px;
  display: inline-block;
}
.ak-popover-menu .footer .button:hover {
  opacity: 1;
  background: #f5f5f5;
  border-radius: 3px;
}
.ak-popover-menu .footer .anticon {
  margin-right: 5px;
}
.ak-drag-fallback {
  background-color: rgba(255, 255, 255, 0.8);
  cursor: move;
  opacity: 1 !important;
  box-shadow: 0px 0px 5px #ccc;
}
.ak-drag-shadow {
  opacity: 0;
}
.ak-pivot-controls .ak-drag-shadow {
  opacity: 1;
}
.icon-drag {
  cursor: move;
}
.ak-popover-menu-item {
  padding: 8px 15px;
  font-size: 12px;
  cursor: pointer;
  position: relative;
}
.ak-popover-menu-item:hover {
  background-color: #f4f9ff;
}
.ak-popover-menu-item:hover .icon-drag {
  visibility: visible;
}
.ak-popover-menu-item.current-select {
  background-color: #f4f9ff;
}
.ak-popover-menu-item .title-drag {
  margin-right: 23px;
  word-wrap: break-word;
  word-break: break-word;
}
.ak-popover-menu-item .title-drag > .icon-fw {
  margin-right: 5px;
}
.ak-popover-menu-item .font-weight {
  font-weight: 600;
}
.ak-popover-menu-item .icon-drag {
  visibility: hidden;
  position: absolute;
  right: 5px;
  top: 7px;
  margin-top: 2px;
  text-align: center;
  width: 28px;
}
.ak-popover-menu-item .ak-listfield-delete {
  color: #000;
  display: inline-block;
  width: 100%;
  height: 100%;
}
@media (max-width: 480px) {
  .ak-popover-menu-item .icon-drag {
    visibility: visible;
  }
}
.ak-popover-menu-item.draggable-helper {
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1050;
  cursor: move;
  box-shadow: 0px 0px 5px #ccc;
}
.ak-popover-menu-item.draggable-helper .title-drag {
  margin-right: 22px;
}
.ak-popover-menu-item > .anticon {
  margin-right: 5px;
}
.ak-popover-menu-item .menu-with-control {
  display: flex;
}
.ak-popover-menu-item .menu-with-control .menu-title {
  flex: 1;
}
.ak-popover-menu-item .ant-switch {
  min-width: 22px;
  height: 12px;
  line-height: 12px;
  margin-right: 5px;
}
.ak-popover-menu-item .ant-switch::after {
  width: 10px;
  height: 10px;
  top: 0px;
}
.ak-popover-menu-item .ant-switch .ant-switch-inner {
  margin-left: 14px;
}
.ak-popover-menu-item .ant-switch.ant-switch-checked .ant-switch-inner {
  margin-right: 0;
}
.ak-popover-menu-item .ant-switch.ant-switch-checked:after {
  margin-left: -11px;
}
.ak-table-resizable .ant-table-pagination.ant-pagination,
.pagination-container {
  width: 100%;
  border-top: 1px solid #eee;
  background-color: #fff;
  text-align: center;
  padding: 5px;
  margin: 0 0;
}
.ant-table-wrapper.sticky .ant-table {
  overflow: unset;
}
.ant-table-wrapper.sticky .ant-table table {
  overflow: unset;
  width: max-content;
}
.ant-table-wrapper.sticky .ant-table table th {
  position: sticky;
  top: 0;
  z-index: 1;
}
.ant-table-wrapper.sticky .ant-pagination {
  position: sticky;
  bottom: 0;
  z-index: 1;
}
.ak-table-resizable .ant-table-header {
  background-color: #fff;
}
.ak-table-resizable .ant-table-thead > tr > th > span {
  display: block;
  position: relative;
}
.ak-table-resizable .ant-table-thead > tr > th > span .ant-table-column-sorter {
  position: absolute;
  right: 3px;
  top: 4px;
}
.ak-table-resizable .ant-table-thead .column-title {
  position: relative;
  /* IE 10+ */
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ak-table-resizable .ant-table-thead .column-title span {
    min-height: 16px;
    display: block;
  }
}
.ak-table-resizable .ant-table-thead .column-title .anticon {
  cursor: pointer;
  position: absolute;
  right: 4px;
  top: 0;
  opacity: 0;
}
.ak-table-resizable .ant-table-thead .column-title:hover .anticon {
  opacity: 1;
}
.ak-table-resizable .ant-table-thead .popover-open .anticon {
  opacity: 1;
}
.ak-table-resizable .ant-table-empty .ant-table-body > table:after {
  content: "1";
  opacity: 0;
}
.ak-table-resizable .ant-table-scroll table {
  min-width: auto;
  table-layout: fixed;
}
@media (max-width: 767px) {
  .ak-table-resizable .ant-table-scroll table {
    min-width: 100%;
  }
}
.ak-table-resizable .ant-table tbody td.dragging {
  border-right: solid 1px #ccc;
}
.ak-table-resizable .ant-table .ant-table-thead .dragging .resize-line {
  opacity: 1;
}
.ak-table-resizable .ant-table .ant-table-thead .resize {
  position: relative;
}
.ak-table-resizable .ant-table .ant-table-thead .resize .resize-title span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-right: 20px;
}
.ak-table-resizable .ant-table .ant-table-thead .resize .resize-handler {
  position: absolute;
  top: -1px;
  right: -8px;
  width: 12px;
  height: 31px;
  z-index: 2;
  cursor: col-resize;
}
.ak-table-resizable .ant-table .ant-table-thead .resize .resize-handler:hover .resize-line {
  opacity: 1;
}
.ak-table-resizable .ant-table .ant-table-thead .resize .resize-handler .resize-line {
  display: block;
  position: absolute;
  left: 12px;
  top: 0;
  width: 3px;
  border-radius: 2px;
  height: 26px;
  background-color: #1563f6;
  opacity: 0;
}
.ant-tag {
  height: auto;
  white-space: normal;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 20px;
}
.ant-tag-text {
  vertical-align: middle;
  float: left;
}
.ak-form .ak-form-title {
  border-bottom: solid 1px #ddd;
  padding: 2px 0 7px 0;
  min-height: 30px;
  position: relative;
  font-size: 16px;
}
.ak-form .ak-form-title.toggle-title {
  cursor: pointer;
}
.ak-form .ak-form-title .title-bluespan {
  width: 5px;
  height: 24px;
  background: #108ee9;
  display: inline-block;
  float: left;
  margin-right: 5px;
}
.ak-form .ak-form-title .anticon {
  position: absolute;
  top: 11px;
  font-size: 18px;
  right: 10px;
}
.ak-form .ant-form-item {
  margin-bottom: 0;
}
.ak-form .ant-form-item-label {
  text-align: left;
  white-space: normal;
  line-height: 28px;
  padding-bottom: 0;
}
.ak-form .ant-form-item-label label:after {
  content: "";
}
.ak-form .ant-form-item-label label.ant-form-item-required:before {
  content: none;
}
.ak-form .ant-form-item-label label.ant-form-item-required:after {
  content: "*";
}
.ak-form .ant-form-item-label .ak-form-label-helper {
  font-size: 12px;
  position: relative;
  top: 8px;
  right: -2px;
}
@media (max-width: 767px) {
  .ak-form .ant-form-item-label .ak-form-label-helper {
    top: 2px;
    right: -2px;
  }
}
@media (min-width: 768px) {
  .ak-form .ant-form-item-label {
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .ak-form .ant-form-item-label {
    line-height: 16px;
  }
}
.ak-form .ant-form-item-control-wrapper {
  line-height: 28px;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .ak-form .ant-form-item-control-wrapper {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .ak-form .ant-form-item-control-wrapper {
    margin-bottom: 10px;
    line-height: 20px;
  }
}
@media (max-width: 479px) {
  .ak-form .ak-form-group {
    margin-bottom: 15px;
  }
}
.ak-form .has-error .ak-autocomplete-wrapper .autocomplete-button {
  border-color: #f04134;
}
.ak-form .has-error .ak-autocomplete-wrapper .ant-input:focus {
  box-shadow: none;
}
.ant-tag .ak-tagpicker .ant-tag {
  background-color: #fff;
}
#app_content .ak-app-layout {
  -webkit-overflow-scrolling: touch;
}
.ant-input.ak-code-area {
  background-color: #f5f7fa;
}
.tox-tinymce.tox-fullscreen {
  z-index: 999;
}
.tox .tox-collection__group .tox-collection__item-label {
  line-height: unset;
}
.tiny-popover {
  z-index: 1300;
}
@media print {
  #launcher {
    display: none;
  }
}
.ak-autocomplete .ant-select-selection {
  background-color: #fff;
  padding: 0 5px;
  height: auto;
}
.ak-autocomplete-suffix {
  display: flex;
  align-items: center;
}
/**autocomplete*/
.ak-autocomplete-wrapper {
  position: relative;
}
.ak-autocomplete-wrapper .ak-autocomplete {
  width: inherit;
  padding-right: 27px;
  display: inline-block;
  vertical-align: middle;
}
.ak-autocomplete-wrapper .autocomplete-button {
  height: inherit;
}
.ak-autocomplete-wrapper .autocomplete-button i {
  font-size: 16px;
}
.ak-autocomplete-wrapper .autocomplete-button.ant-btn {
  right: 0;
  position: absolute;
  line-height: 0;
  padding: 5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
}
.anticon {
  font-size: 14px;
}
.ant-input-group.fixed-icon {
  table-layout: fixed;
}
.ant-input-group.fixed-icon > .ant-input-group-addon {
  width: 30px;
}
@cdn-url : //wfexp.hkstp.training/yeeflow/;

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
/**
c: color
f: font-size
**/
:root {
  --c--primary: #0065FF;
  --c--primary-hover: #005BE6;
  --c--primary-active: #0051CC;
  --c--primary-light: #E6F0FF;
  --c--primary-light-hover: #D9E8FF;
  --c--primary-light-active: #B0CFFF;
  --c--primary-dark: #004CBF;
  --c--primary-dark-hover: #003D99;
  --c--primary-dark-active: #002D73;
  --c--primary-darker: #002359;
  --c--secondary: #00D1FF;
  --c--secondary-hover: #00BCE6;
  --c--secondary-active: #00A7CC;
  --c--secondary-light: #E6FAFF;
  --c--secondary-light-hover: #D9F8FF;
  --c--secondary-light-active: #B0F1FF;
  --c--secondary-dark: #009DBF;
  --c--secondary-dark-hover: #007D99;
  --c--secondary-dark-active: #005E73;
  --c--secondary-darker: #004959;
  --c--backgrand: #FFFFFF;
  --c--text: #071638;
  --c--text-normal: #071638;
  --c--accent: #03B349;
  --c--extra-color-1: #F9C434;
  --c--extra-color-2: #F61515;
  --c--success: #15DF42;
  --c--success-hover: #13C93B;
  --c--success-active: #11B235;
  --c--success-light: #E8FCEC;
  --c--success-light-hover: #DCFAE3;
  --c--success-light-active: #B6F5C4;
  --c--success-dark: #10A732;
  --c--success-dark-hover: #0D8628;
  --c--success-dark-active: #09641E;
  --c--success-darker: #074E17;
  --c--warning: #F9C434;
  --c--warning-hover: #E0B02F;
  --c--warning-active: #C79D2A;
  --c--warning-light: #FEF9EB;
  --c--warning-light-hover: #FEF6E1;
  --c--warning-light-active: #FDEDC0;
  --c--warning-dark: #BB9327;
  --c--warning-dark-hover: #95761F;
  --c--warning-dark-active: #705817;
  --c--warning-darker: #574512;
  --c--danger: #F61515;
  --c--danger-hover: #DD1313;
  --c--danger-active: #C51111;
  --c--danger-light: #FEE8E8;
  --c--danger-light-hover: #FEDCDC;
  --c--danger-light-active: #FCB6B6;
  --c--danger-dark: #B91010;
  --c--danger-dark-hover: #940D0D;
  --c--danger-dark-active: #6F0909;
  --c--danger-darker: #560707;
  --c--neutral: #B3B7C0;
  --c--neutral-hover: #A1A5AD;
  --c--neutral-active: #878990;
  --c--neutral-light: #F7F8F9;
  --c--neutral-light-hover: #F3F4F6;
  --c--neutral-light-active: #E7E9EC;
  --c--neutral-dark: #878990;
  --c--neutral-dark-hover: #6C6E73;
  --c--neutral-dark-active: #505257;
  --c--neutral-darker: #3E4044;
  --fs--xs: 10px;
  --fs--s: 12px;
  --fs--base: 14px;
  --fs--l: 16px;
  --fs--h6: 18px;
  --fs--h5: 20px;
  --fs--h4: 22px;
  --fs--h3: 25px;
  --fs--h2: 28px;
  --fs--h1: 32px;
  --lh--xs: 160%;
  --lh--s: 160%;
  --lh--base: 160%;
  --lh--l: 160%;
  --lh--h6: 160%;
  --lh--h5: 160%;
  --lh--h4: 160%;
  --lh--h3: 160%;
  --lh--h2: 160%;
  --lh--h1: 160%;
  --fw--light: 300;
  --fw--regular: 400;
  --fw--medium: 600;
  --fw--bold: 700;
  --fw--italic: 400;
  --sp--s0: 0;
  --sp--s012: 1;
  --sp--s025: 2;
  --sp--s050: 4;
  --sp--s075: 6;
  --sp--s100: 8;
  --sp--s150: 12;
  --sp--s200: 16;
  --sp--s250: 20;
  --sp--s300: 24;
  --sp--s400: 32;
  --sp--s500: 40;
  --sp--s600: 48;
  --sp--s800: 64;
  --sp--s1000: 80;
  --btn--text: #071638;
  --btn--primary: #0065FF;
  --btn--primary-light: #E6F0FF;
  --btn--danger: #F61515;
  --btn--danger-light: #FEE8E8;
  --btn--neutral: #B2B7C1;
  --btn--backgrand: #FFFFFF;
  --btn--success-dark: #10A732;
  --btn--success-light: #E8FCEC;
}
.text-overflow {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.workspace-dropdown.ant-dropdown {
  width: auto !important;
}
.delegation-disable-page {
  text-align: center;
  padding-top: 30vh;
}
.delegation-disable-page .disable-text {
  font-size: 22px;
}
.delegate-page .status-2 {
  color: #18ba9b;
}
.delegate-page .status-1 {
  color: #f04134;
}
.delegate-page .status-0 {
  color: #ffbf00;
}
.delegate-page .status-4 {
  color: #bbb;
}
.delegate-page .delegate-des {
  padding: 5px 15px;
  line-height: 19px;
  background: var(--c--warning-light);
  color: var(--c--warning-dark-hover);
}
.delegate-page .delegate-des .text {
  margin-left: 10px;
}
.akfcFormHeader .ak-form-header-back {
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.akfcFormHeader .ak-form-header-back .ak-header-button {
  width: 50px;
  height: 50px;
  border: 0;
  color: inherit;
  background-color: transparent;
}
.akfcFormHeader .ak-form-header-back .ak-header-button i {
  font-weight: 600;
}
.akfcFormHeader .ak-form-header-back .ak-header-button:hover {
  background-color: #d9d9d9 !important;
  color: #000 !important;
}
.akfcFormHeader .ak-form-header-name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  float: left;
  width: calc(100% - 394px);
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 600;
}
.akfcFormHeader .ak-form-header-right {
  float: left;
  width: 344px;
  text-align: right;
}
.akfcFormHeader .ak-form-header-right .ak-designer-btn {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  margin: 10px;
  border-radius: 4px;
  padding: 0 20px;
  border: solid 1px #fff;
  color: inherit;
  background-color: transparent;
  text-decoration: none;
}
.akfcFormHeader .ak-form-header-right .ak-edit-listset-form {
  padding-right: 15px;
  float: right;
  line-height: 50px;
}
.akfcFormHeader .ak-form-header-right .ak-edit-listset-form .ak-listset-adminbutton {
  height: 28px;
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
}
.akfcFormHeader .ak-form-header-right .ak-nobtn {
  width: 153px;
  display: inline-block;
  border: 0;
}
.akfcFormHeader .ak-form-header-right .ak-help-btn {
  display: inline-block;
  padding: 0;
  padding: 0 15px 0 28px;
  border: none;
  border-radius: 15px;
  height: 28px;
  line-height: 28px;
  margin-top: 11px;
  font-size: 12px;
  margin-right: 15px;
  font-weight: 600;
  color: inherit;
  background-color: transparent;
}
.akfcFormHeader .ak-form-header-right .ak-help-btn i {
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 13px;
  transform: translateY(-50%);
}
.akfcFormHeader .ak-form-header-right .ak-help-btn:hover {
  background: rgba(179, 179, 179, 0.4);
}
.public-submit.center {
  text-align: center;
}
.public-submit.right {
  text-align: right;
}
.form-cover {
  background-position: center center;
  height: 300px;
  background-size: cover;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.form-logo img {
  max-width: 800px;
  max-height: 150px;
}
.ak-listcraft-designer {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
}
.ak-listcraft-designer .header-actions {
  position: absolute;
  right: 0;
}
.ak-listcraft-designer .header-content {
  position: absolute;
  left: 0;
  display: flex;
  flex-direction: row;
}
.ak-listcraft-designer .header-content .ak-header-title {
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  color: #000;
  font-weight: 600;
  font-size: 14px;
  margin-left: 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 300px;
}
.ak-listcraft-designer .ak-header-button {
  min-width: 50px;
  font-size: 14px;
  background: transparent;
  height: 50px;
  min-height: 50px;
  border: 0;
}
.ak-listcraft-designer .ak-header-button:hover {
  background-color: var(--c--neutral-light-hover);
  color: var(--c--text-normal);
}
.form-header-subject {
  font-size: 32px;
  font-weight: 400;
  margin: 0 0 10px;
  color: #202124;
  line-height: 135%;
}
.form-header-des {
  color: #202124;
  font-size: 14px;
  line-height: 135%;
}
pre {
  word-break: break-word;
  word-wrap: break-word;
  white-space: pre-wrap;
  font-family: inherit;
}
@media (max-width: 767px) {
  .form-header-subject {
    font-size: 26px;
    line-height: 26px;
    margin: 0 0 5px;
  }
  .form-header-des {
    margin: 0px;
  }
}
.ant-form-item-control-wrapper .ant-input-number {
  width: 100%;
}
.wrapper-fixed {
  height: auto;
  overflow: hidden;
}
.ak-fastform .ant-form-item,
.pagecraft-wrapper .ant-form-item {
  min-width: 0;
  margin-bottom: 0;
}
.pagecraft-wrapper {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: auto !important;
}
.pagecraft-wrapper > .ant-spin-nested-loading {
  flex: 1;
  overflow: hidden;
}
.pagecraft-wrapper > .ant-spin-nested-loading > .ant-spin-container {
  height: 100%;
}
.pagecraftform .akfc-section-title {
  width: 100%;
  font-size: 16px;
  border-bottom: 1px solid #e9e9e9;
  padding: 2px 0 7px 0;
  min-height: 30px;
  margin-bottom: 15px;
}
.pagecraftform .akfc-section-title .fold .anticon {
  font-size: 14px;
  margin-top: 3px;
}
.pagecraftform .akfc-section-title .titleSpan {
  width: 5px;
  height: 24px;
  display: inline-block;
  float: left;
  margin-right: 5px;
  background-color: #1563f6;
}
.pagecraftform .formItem {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  word-break: break-word;
}
.pagecraftform .formItem.inline {
  display: inline-block;
}
.pagecraftform .formItem .ant-select {
  min-width: 30px;
}
.pagecraftform .formItem .formComment {
  position: absolute;
  top: 0;
  right: -16px;
  color: #b7b3b3;
}
.pagecraftform .formItem .formComment.hasData {
  color: #1563f6;
}
.pagecraftform .akfc-line {
  padding: 2px 0 8px 0;
}
.pagecraftform .akfc-form-label {
  width: 100%;
  display: block;
  font-family: inherit;
}
.pagecraftform .title-wrapper {
  margin-bottom: 10px;
}
.pagecraftform .title-wrapper label {
  font-size: 18px;
}
.pagecraftform .menu .ant-btn-group {
  margin-left: 5px;
}
.pagecraftform .ak-taskpanel-design {
  height: 100px;
}
.pagecraftform .ak-taskpanel-design .panel-img {
  width: 100px;
  height: 100px;
  display: inline-block;
  margin-right: 20px;
}
.pagecraftform .ak-taskpanel-design .panel-img img {
  display: block;
  max-width: 100%;
  height: auto;
}
.pagecraftform .ak-taskpanel-design .panel-info {
  width: calc(100% - 120px);
  float: right;
  padding-top: 15px;
}
.pagecraftform .ak-taskpanel-design .panel-info .panel-title {
  width: 100%;
  height: 30px;
  margin-bottom: 10px;
}
.pagecraftform .ak-taskpanel-design .panel-info .panel-title .text {
  float: left;
  width: 50%;
  font-size: 18px;
  height: 30px;
  line-height: 30px;
}
.pagecraftform .ak-taskpanel-design .panel-info .panel-title .actions {
  text-align: right;
  font-size: 12px;
  color: #888;
}
.pagecraftform .ak-taskpanel-design .panel-info .panel-title .actions .actionstext {
  display: inline-block;
  cursor: pointer;
  height: 30px;
  line-height: 30px;
  margin-right: 5px;
}
.pagecraftform .ak-taskpanel-design .panel-info .panel-title .actions .actionstext .action-icon {
  font-size: 16px;
  float: left;
  padding-top: 7px;
  margin-right: 5px;
}
.pagecraftform .ak-taskpanel-design .panel-info .panel-des {
  font-size: 12px;
  line-height: 1.7;
  color: #888;
}
.pagecraftform .ant-input-number {
  width: 100%;
}
.pagecraftform .ant-form-item-control.has-error .akfc-form-list,
.pagecraftform .ant-form-item-control.has-error .sublist-container {
  border: 1px solid red;
}
.pagecraftform .akfc-form-list {
  width: 100%;
  overflow: hidden;
  height: auto;
  /**列表中附件组件的样式*/
}
.pagecraftform .akfc-form-list-detail {
  border: 1px solid #e9e9e9;
  padding: 8px 10px;
  margin-top: -1px;
}
.pagecraftform .akfc-form-list-detail.grey {
  background-color: #f5f5f5;
}
.pagecraftform .akfc-form-list-detail .ant-form-item-control-wrapper {
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  .pagecraftform .akfc-form-list-detail .ant-form-item-control-wrapper {
    margin-bottom: 0 !important;
  }
}
.pagecraftform .akfc-form-list-header {
  font-weight: 600;
}
.pagecraftform .akfc-form-list .summary.list {
  margin-top: 10px;
}
.pagecraftform .akfc-form-list .summary .field {
  color: #108ee9;
  background: #d2eafb;
  border: 1px solid #d2eafb;
  padding: 2px 8px;
  margin-right: 3px;
}
.pagecraftform .akfc-form-list .summary .title {
  margin-right: 5px;
}
.pagecraftform .akfc-form-list .summary .value {
  font-weight: 600;
}
.pagecraftform .akfc-form-list .ant-upload {
  display: inline-block !important;
  vertical-align: top;
}
.pagecraftform .akfc-form-list .ant-upload-list {
  display: inline !important;
  margin: 0 0 0 4px;
}
.pagecraftform .akfc-form-list .ant-upload-list .ant-upload-list-item {
  padding: 0;
  height: 28px;
  min-width: 100px;
  background-color: white;
  display: inline-block;
  width: calc(16.66666667% - 8px);
  margin: 0 4px 0 0;
}
.pagecraftform .akfc-form-list .ant-upload-list .ant-upload-list-item .ant-upload-list-item-info {
  height: 100%;
}
.pagecraftform .akfc-form-list .ant-upload-list .ant-upload-list-item .ant-upload-list-item-info span a.ant-upload-list-item-thumbnail {
  display: none;
}
.pagecraftform .akfc-form-list .ant-upload-list .ant-upload-list-item .ant-upload-list-item-info span .ant-upload-list-item-name {
  margin: 0 0 0 20px;
  line-height: 28px;
  padding-left: 0;
  padding-right: 10px;
  max-width: 90%;
  display: inline-block;
}
.pagecraftform .akfc-form-list .ant-upload-list .ant-upload-list-item .ant-upload-list-item-info .anticon-cross {
  right: 5px;
}
.pagecraftform .akfc-form-list .ak-content-list .ak-content-library-body {
  height: auto;
}
.pagecraftform .akfc-form-list .ak-content-list > .fix-content {
  padding-top: 0;
}
.pagecraftform .akfc-form-list .ak-content-list .ak-header.ant-layout-header {
  display: flex;
  justify-content: space-between;
  height: 30px;
}
.pagecraftform .akfc-form-list .ak-content-list .ak-header.ant-layout-header .ak-header-actions .action-btn {
  margin-right: 0px;
  margin-top: 0px;
}
@media (max-width: 767px) {
  .pagecraftform .akfc-form-list .ak-content-list .ak-header.ant-layout-header .ak-header-actions .action-btn {
    height: 28px;
  }
}
.pagecraftform .akfc_form_list_button_add {
  padding: 10px 5px;
}
.pagecraftform .akfc_form_list_button_add button {
  color: #1563f6;
  float: left;
  border-color: #1563f6;
}
.pagecraftform .ak-jiangmen-control {
  margin-bottom: 15px;
}
.pagecraftform .ak-jiangmen-control .akfc-content-list-table .ant-table-thead .ant-table-selection-column .ant-checkbox-wrapper {
  display: none;
}
.pagecraftform .ak-jiangmen-control .ak-project-searchControl .project-control-lable {
  display: inline-block;
  width: 100px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.pagecraftform .ak-jiangmen-control .ak-project-searchControl .project-control-lable:after {
  content: ":";
}
.pagecraftform .ak-jiangmen-control .ak-project-searchControl .project-control-content {
  display: inline-block;
  width: calc(100% - 100px);
}
.pagecraftform .ak-jiangmen-control .ak-project-searchControl .control-btn {
  padding-right: 8px;
  padding-left: 8px;
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  .pagecraftform .ak-jiangmen-control .ak-project-searchControl .control-btn {
    padding: 0 8px;
    margin-bottom: 0px;
  }
  .pagecraftform .ak-jiangmen-control .ak-project-searchControl .control-btn .search-btn {
    width: 100%;
  }
}
.pagecraftform .ant-tabs.ant-tabs-card .ant-tabs-bar .ant-tabs-tab.ant-tabs-tab-active {
  background: #1563f6;
  color: #fFf;
}
.pagecraftform .ant-tabs.ant-tabs-card .ant-tabs-bar .ant-tabs-tab {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  border: 0;
  background: #fff;
}
.pagecraftform .wfHistory {
  width: 100%;
}
.pagecraftform .wfHistory > .ant-row-flex {
  background-color: #f2f2f2;
  padding: 7px 8px;
}
.pagecraftform .wfHistory .ant-table-title {
  background-color: #f2f2f2;
}
.pagecraftform .form-rate .ant-rate-star-half .ant-rate-star-first,
.pagecraftform .form-rate .ant-rate-star-full .ant-rate-star-second {
  color: inherit;
}
.pagecraftform .comp-row {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: start;
  line-height: initial;
  color: inherit;
}
.pagecraftform .comp-row .ak-label-dynamic-style {
  padding: 5px 5px 5px 5px;
  display: inline-block;
}
.pagecraftform .comp-row .ak-label-dynamic-style .select-lable-item,
.pagecraftform .comp-row .ak-label-dynamic-style .meta-item {
  padding: 0 10px;
  float: left;
}
.pagecraftform .comp-row .no-padding {
  padding: 0px;
}
.pagecraftform .comp-row .comp-label {
  display: inline-block;
  padding: 5px 5px 5px 0px;
  font-weight: 600;
  line-height: 18px;
}
.pagecraftform .comp-row .has-error {
  border-color: #f04134;
}
.pagecraftform .comp-row .comp-control {
  display: inline-block;
  align-self: flex-start;
  width: 100%;
}
.pagecraftform .comp-row .comp-control .hidden {
  display: none !important;
}
.pagecraftform .comp-row .comp-control .ant-select .ant-select-selection--multiple {
  line-height: 26px;
}
.pagecraftform .comp-row .comp-control .ant-select .ant-select-selection__rendered {
  line-height: inherit;
  text-decoration: inherit;
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
}
.pagecraftform .comp-row .comp-control .ant-select .ant-select-selection-selected-value {
  text-decoration: inherit;
  width: 100%;
}
.pagecraftform .comp-row .comp-control .ant-select .ant-select-selection--multiple {
  line-height: 26px;
}
.pagecraftform .comp-row .comp-control .ant-select .ant-select-selection__choice__content {
  float: left;
  text-decoration: inherit;
}
.pagecraftform .comp-row .comp-control .ant-select .ant-select-selection__choice .ant-select-selection__choice__remove {
  top: 50%;
  margin-top: -6px;
  line-height: 1;
  color: inherit;
}
.pagecraftform .comp-row .comp-control .ant-select .ant-select-selection__clear {
  background: none;
  top: 50%;
}
.pagecraftform .comp-row .comp-control .ant-select .ant-select-selection .ant-select-arrow {
  letter-spacing: 0px;
}
.pagecraftform .comp-row .comp-control .ant-select .ant-select-selection__placeholder {
  height: auto;
  top: 0;
  margin-top: 0;
}
.pagecraftform .comp-row .comp-control .ant-input-number-input {
  padding: 0;
}
.pagecraftform .comp-row .comp-control .slider-fixed .slider-num .ant-input-number-input {
  padding: 5px;
}
.pagecraftform .comp-row .comp-control .ant-input-number .ant-input-number-handler-wrap {
  border: 0;
  background: none;
}
.pagecraftform .comp-row .comp-label-xs {
  width: 100%;
}
.pagecraftform .comp-row .comp-cont-xs {
  width: 100%;
}
@media (max-width: 768px) {
  .pagecraftform .comp-row .comp-label {
    width: 100%;
  }
  .pagecraftform .comp-row .comp-cont {
    width: 100%;
  }
}
.pagecraftform .akfc-form-list-table .comp-label,
.pagecraftform .ak-responsive-table .ak-responsive-table-column .comp-label {
  display: none;
}
.pagecraftform .akfc-form-list-table .comp-cont,
.pagecraftform .ak-responsive-table .ak-responsive-table-column .comp-cont {
  width: 100% !important;
}
.ak-task-panel {
  padding: 10px;
}
.ak-task-panel .btn-action {
  font-size: 14px;
  padding: 7px 12px;
  margin: 0;
  margin-right: 10px;
  height: 34px;
}
.ak-task-panel .btn-approve {
  background-color: #1563f6;
  color: #fff !important;
}
.ak-task-panel .btn-approve:hover,
.ak-task-panel .btn-approve:focus,
.ak-task-panel .btn-approve:active {
  background-color: #1563f6;
}
.ak-task-panel .btn-save {
  background: #edecec;
}
.ak-task-panel .btn-reject {
  background-color: #d84315;
  border-color: #d84315;
  color: #fff !important;
}
.ak-task-panel .btn-reject:hover,
.ak-task-panel .btn-reject:focus,
.ak-task-panel .btn-reject:active {
  background-color: #d84315;
}
.ak-task-panel .btn-action-right {
  width: 34px;
  height: 34px;
  border: solid 1px #ddd;
  border-radius: 3px;
  background: #eee;
}
.ak-task-panel .btn-action-right:hover {
  color: #000;
}
.ak-task-panel .btn-action-right i {
  font-weight: 600;
}
@media (max-width: 767px) {
  .ak-task-panel .btn-action {
    min-width: 80px;
  }
}
.slider-fixed {
  display: flex;
  width: 100%;
}
.slider-fixed .slider-item {
  display: flex;
  align-items: center;
  width: 50%;
  overflow: hidden;
}
.slider-fixed .slider-item .slider-num {
  width: auto;
  height: auto;
  flex: 1;
  min-width: 60px;
}
.slider-fixed .slider-item .slider-num .ant-input-number-input {
  background: inherit;
  height: auto;
  min-height: 28px;
  padding: 5px;
}
.slider-fixed .prefix,
.slider-fixed .suffix {
  border: 1px solid #d9d9d9;
  padding: 0 10px;
  line-height: 26px;
  height: 100%;
  background: #E9ECED;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.pagecraftform {
  height: auto;
}
.pagecraftform .ak-fastform {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
}
.pagecraftform .ak-fastform.akfc-print-editor {
  width: 740px;
  margin: 0 auto 20px auto;
  min-height: 100vh;
}
.pagecraftform .ak-fastform .ant-form-item {
  width: 100%;
}
.pagecraftform .ak-fastform .ak-app-layout {
  background: none;
}
.pagecraftform .ak-fastform .form-gantt .gantt-main-container {
  display: flex;
  flex-direction: column;
}
.pagecraftform .ak-fastform .form-gantt .gantt-main-content,
.pagecraftform .ak-fastform .form-gantt .akmiigantt {
  height: 100%;
}
.pagecraftform.frame-padding {
  padding: 20px 15px;
}
.pagecraftform.listcraft {
  min-width: unset;
  padding-top: 10px;
}
.form-icon .icon-cont {
  line-height: 10px;
}
.form-icon .icon-cont .icon-fw {
  font-size: 32px;
  width: 32px;
  height: 32px;
  text-align: center;
  min-width: 1.25em;
  min-height: 1.25em;
  line-height: 1.25em;
}
.form-icon .icon-cont .icon-fw::before {
  vertical-align: middle;
  text-align: center;
}
.akfc-step-setting {
  width: 100%;
  overflow-x: hidden;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  padding-bottom: 10px;
}
.akfc-step-setting .category {
  background-color: #f5f5f5;
  padding: 5px 6px;
  font-weight: 600;
  border-bottom: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
  margin-bottom: 5px;
}
.akfc-step-setting .setting-common {
  border-bottom: 1px solid var(--c--neutral-light-active);
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.akfc-step-setting .setting-divider {
  border-bottom: 1px solid var(--c--neutral-light-active);
  margin-left: -20px;
  margin-right: -20px;
}
.akfc-step-setting .custom-setting-box {
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.akfc-step-setting .custom-setting-box .settings-box {
  padding: 0px;
}
.akfc-step-setting .custom-setting-box .settings-box .setting-label {
  color: var(--c--text-normal);
}
.akfc-step-setting .custom-setting-box .lookup-list-picker {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.akfc-step-setting .custom-setting-box .lookup-list-picker > .ant-row {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.akfc-step-setting .custom-setting-box .lookup-list-picker .list-select-label {
  margin-bottom: -5px;
}
.akfc-step-setting .custom-setting-box .radio-group-vertical {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.akfc-step-setting .extra {
  font-size: 10px;
  font-style: italic;
  padding: 5px;
}
.akfc-step-setting .flex-ver {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.akfc-step-setting .flex-hori {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.akfc-step-setting .vertical-redio {
  width: 100%;
}
.akfc-step-setting .vertical-redio .ant-radio-wrapper {
  display: block;
  line-height: 30px;
}
.akfc-step-setting .settingbox-sort .sort-row {
  display: flex;
}
.akfc-step-setting .settingbox-sort .sort-row .sort-control {
  width: auto;
}
.akfc-step-setting .settingbox-sort .sort-row .sort-select {
  width: auto;
  flex: 1;
}
.akfc-step-setting .category-label {
  background-color: #f5f5f5;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding: 5px 20px;
  margin-left: -20px;
  margin-right: -20px;
}
.akfc-step-setting .task-type {
  white-space: nowrap;
  width: 100%;
}
.akfc-step-setting .task-type .ant-radio-wrapper {
  width: 50%;
  height: 34px;
  line-height: 34px;
  text-align: center;
  margin: 0;
}
.akfc-step-setting .task-type .approve {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid #ddd;
}
.akfc-step-setting .task-type .complete {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 1px solid #ddd;
}
.akfc-step-setting .task-type .approve.ant-radio-wrapper-checked {
  border: 1px solid #1563f6;
}
.akfc-step-setting .task-type .complete.ant-radio-wrapper-checked {
  border: 1px solid #1563f6;
}
.akfc-step-setting .buttons {
  text-align: center;
}
.akfc-step-setting .footer {
  border-top: 1px solid #e3e3e3;
  padding: 8px;
}
.akfc-step-setting .footer .delete-btn {
  border: 0;
}
.akfc-step-setting .footer .cancel-btn {
  margin-right: 5px;
}
.akfc-table-row.header {
  background-color: #f5f5f5;
}
.akfc-table-row .var-id {
  display: flex;
  width: 100%;
}
.akfc-table-row div {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border: 1px solid #e9e9e9;
  padding: 5px 8px;
}
.akfc-table-row div:not(:last-child) {
  border-right: none;
}
.akfc-form-actionbar {
  width: 100%;
  height: auto;
}
.akfc-form-actionbar .right-btn {
  float: right;
}
.akfc-form-actionbar .ant-btn {
  font-size: 14px;
  height: 50px;
  padding: 10px 15px;
  color: #FFF;
  background-color: transparent;
  border: none;
}
.akfc-form-actionbar .ant-btn.ant-btn-icon-only {
  padding: 5px;
}
.akfc-form-actionbar .ant-btn:hover {
  background-color: #d9d9d9;
  color: #000;
}
.akfc-form-actionbar .ant-btn.main-btn-bg {
  background-color: #1563f6;
  border-radius: 0px;
}
.akfc-form-actionbar .ant-btn.main-btn-bg:hover {
  background-color: #1563f6;
  color: #FFF;
}
.akfc-form-actionbar .ant-btn.main-btn-bg[disabled] {
  color: #FFF;
}
.akfc-form-actionbar .title {
  color: #FFF;
  font-size: 16px;
  margin-left: 15px;
}
.akfc-form-actionbar .over-title {
  display: block;
}
@media (max-width: 767px) {
  .akfc-form-actionbar .over-title {
    margin-top: 10px;
    width: 300px;
  }
}
.akfc-form-actionbar .ak-form-status {
  background-color: #eff4fa;
  padding: 5px 15px;
}
.ak-fastform .ant-select {
  min-width: 70px;
}
.ak-fastform .ant-tabs {
  overflow: initial;
}
.ak-fastform .ant-form-item-label {
  text-align: left;
  padding-right: 15px;
  font-weight: 600;
}
.ak-fastform .ak-approval-box {
  background: #edecec;
}
.akfc-section .caption {
  padding: 5px;
  border-style: solid;
  border-color: #e9e9e9;
  border-width: 0px 0px 1px 0px;
  font-size: 16px;
  margin-bottom: 10px;
}
.akfc-section .pointer {
  cursor: pointer;
}
.akfc-section .fold {
  cursor: pointer;
}
.akfc-section .fold .anticon {
  margin-top: 3px;
}
.akfc-section .fold i {
  font-size: 14px;
  padding: 4px 12px;
}
.akfc-section .akfc-section-content.hidden {
  display: none;
}
.akfc-section .akfc-section-content .ak-upload-noremove i.anticon-cross {
  display: none;
}
.akfc-section .akfc-section-content-row {
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .akfc-section .akfc-section-content-row {
    margin-bottom: 0px;
  }
}
.akfc-section .akfc-section-content-row .content {
  padding-right: 7px;
}
@media (max-width: 768px) {
  .akfc-section .akfc-section-content-row .content {
    padding-right: 0px;
  }
}
.akfc-section .akfc-section-content-row .notnull {
  color: red;
}
.akfc-section .akfc-section-content-row .title {
  /*        padding: 0 7px;*/
  font-weight: 600;
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.85);
  text-align: left;
  font-size: 12px;
}
.akfc-section .akfc-section-content-row .line {
  border-bottom: 1px solid #e2e2e2;
}
.akfc-section .akfc-section-content-row .date-control {
  margin: 15px 0;
}
.akfc-form-content {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 6px;
  padding: 10px;
  background-color: #fff;
  box-shadow: 4px 5px 14px 3px rgba(0, 0, 0, 0.03);
}
.ant-modal-wrap .ak-formula-func-list,
.ak-formula-func-list {
  min-width: 500px;
}
.ant-modal-wrap .ak-formula-func-list .ant-tabs-bar,
.ak-formula-func-list .ant-tabs-bar {
  margin-bottom: 0px;
}
.ant-modal-wrap .ak-formula-func-list .ant-tabs-tabpane,
.ak-formula-func-list .ant-tabs-tabpane {
  display: flex;
  flex-direction: row;
  column-gap: 5px;
  padding-top: 5px;
}
.ant-modal-wrap .ak-formula-func-list .ant-tabs-tabpane textarea,
.ak-formula-func-list .ant-tabs-tabpane textarea {
  flex: 1;
}
.ant-modal-wrap .ak-formula-func-list .ant-transfer-list,
.ak-formula-func-list .ant-transfer-list {
  width: 178px;
}
.ak-formula {
  height: 300px;
  display: flex;
  flex-direction: column;
}
.ak-formula-controls {
  margin-bottom: 5px;
}
.ak-formula-controls .ant-btn {
  border: 0;
}
.ak-formula-controls .ant-btn:hover {
  background-color: #f2f2f2;
}
.ak-formula-controls .ant-btn-group {
  margin-right: 5px;
}
.ak-formula-controls .ant-btn-group .ant-btn-icon-only {
  padding: 0 8px;
}
.ak-formula-controls .ant-btn-group .ant-btn-icon-only .anticon {
  font-size: 12px;
}
.ak-formula-controls .ant-btn-group.last {
  margin-right: 0;
  float: right;
}
.ak-formula-controls .ant-btn-group > .ant-btn:last-child:not(:first-child),
.ak-formula-controls .ant-btn-sm {
  padding-left: 5px;
  padding-right: 5px;
}
.ak-formula-editor {
  background-color: #f2f2f2;
  word-break: break-word;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  flex: 1;
  padding: 10px;
}
.ak-formula-editor:focus {
  outline: none;
}
.ak-formula-editor var,
.ak-formula-editor i,
.ak-formula-editor b {
  line-height: 22px;
  display: inline;
  cursor: default;
}
.ak-formula-editor i.func {
  background-color: var(--c--warning-light-active);
}
.ak-formula-editor var {
  margin: 1px 4px;
  padding: 0 6px;
  height: 20px;
  line-height: 20px;
  background: var(--c--secondary-light-active);
}
.ak-formula-editor span {
  padding: 0 5px;
  cursor: text;
}
.ak-formula-editor span:focus {
  outline: none;
}
.ak-formula-editor span.active {
  background: url(//cdn.yungalaxy.com/yeeoffice/dev/ver1.2/images/flow-blink.gif) no-repeat;
}
.ak-formula-editor .ant-select {
  width: 70px;
  display: inline-block !important;
}
.ak-formula-editor .ant-select.size-lg {
  width: 150px;
}
.ak-formula-editor .ant-select.size-md {
  width: 100px;
}
/** 组件成本中心setting，名字过长显示效果 */
.settingRow .ant-spin-container .ant-tag .ant-tag-text {
  max-width: 115px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.settingRow .ant-spin-container .ant-tag .anticon-cross {
  vertical-align: middle;
}
.ant-layout-footer {
  z-index: 2;
}
/* Table 中的FormControl不需要MarginBottom */
.akfc-form-list td .ant-form-item-control-wrapper {
  margin-bottom: 0 !important;
}
/* Table 中的FormControl不需要MarginBottom */
/* Table 中的Tag文字多了自动换行 */
.akfc-form-list .ak-col .ant-tag,
.akfc-form-list td .ant-tag {
  height: auto;
}
.akfc-form-list .ak-col .ant-tag-text,
.akfc-form-list td .ant-tag-text {
  flex: 1;
  overflow: hidden;
  white-space: normal;
}
/* Table 中的Tag文字多了自动换行 */
/* Table 中的Lookup */
/* Table 中的Lookup */
.ak-container .ant-upload-list-text .ant-upload-list-item,
.ant-modal-wrap .ant-upload-list-text .ant-upload-list-item {
  min-width: 102px;
  background-color: white;
  max-width: 100%;
}
/* Control 动态样式 */
.ant-checkbox-wrapper.background-color-red {
  background-color: red !important;
}
pre.background-color-red,
.background-color-red.ak-label-dynamic-style,
.background-color-red.ant-input,
.background-color-red.ant-radio-group,
.background-color-red.ant-radio-group .ant-radio-disabled + span,
.background-color-red.ant-checkbox-group,
.background-color-red.ant-checkbox-group .ant-checkbox-disabled + span,
.background-color-red.ant-switch,
.background-color-red.sublist-container,
.background-color-red.akc_hierarchy_filter,
.background-color-red.ak-multisel-select,
.background-color-red.form-upload,
.background-color-red .ant-checkbox-inner,
.background-color-red .ant-switch {
  background-color: red !important;
}
.background-color-red > .ant-form-item-control-wrapper > .ant-form-item-control > .ak-label-dynamic-style,
.background-color-red > .ant-input,
.background-color-red > .ant-switch-inner,
.background-color-red .ant-input-number-input,
.background-color-red .ant-select-selection,
.background-color-red .ant-time-picker-input,
.background-color-red .ant-calendar-picker-input,
.background-color-red.akc_hierarchy_filter,
.background-color-red.ak-multisel-select,
.background-color-red .ant-tag {
  background-color: red !important;
}
.ant-checkbox-wrapper.color-red {
  color: red !important;
}
pre.color-red,
.color-red.ak-label-dynamic-style,
.color-red.ant-input,
.color-red.ant-radio-group,
.color-red.ant-radio-group .ant-radio-disabled + span,
.color-red.ant-checkbox-group,
.color-red.ant-checkbox-group .ant-checkbox-disabled + span,
.color-red.ant-switch,
.color-red.sublist-container,
.color-red.akc_hierarchy_filter,
.color-red.ak-multisel-select,
.color-red.form-upload,
.color-red .ant-checkbox-inner,
.color-red .ant-switch {
  color: red !important;
}
.color-red > .ant-form-item-control-wrapper > .ant-form-item-control > .ak-label-dynamic-style,
.color-red > .ant-input,
.color-red > .ant-switch-inner,
.color-red .ant-input-number-input,
.color-red .ant-select-selection,
.color-red .ant-time-picker-input,
.color-red .ant-calendar-picker-input,
.color-red.akc_hierarchy_filter,
.color-red.ak-multisel-select,
.color-red .ant-tag {
  color: red !important;
}
.ant-checkbox-wrapper.border-red {
  border: 1px solid red !important;
}
pre.border-red,
.border-red.ak-label-dynamic-style,
.border-red.ant-input,
.border-red.ant-radio-group,
.border-red.ant-radio-group .ant-radio-disabled + span,
.border-red.ant-checkbox-group,
.border-red.ant-checkbox-group .ant-checkbox-disabled + span,
.border-red.ant-switch,
.border-red.sublist-container,
.border-red.akc_hierarchy_filter,
.border-red.ak-multisel-select,
.border-red.form-upload,
.border-red .ant-checkbox-inner,
.border-red .ant-switch {
  border: 1px solid red !important;
}
.border-red > .ant-form-item-control-wrapper > .ant-form-item-control > .ak-label-dynamic-style,
.border-red > .ant-input,
.border-red > .ant-switch-inner,
.border-red .ant-input-number-input,
.border-red .ant-select-selection,
.border-red .ant-time-picker-input,
.border-red .ant-calendar-picker-input,
.border-red.akc_hierarchy_filter,
.border-red.ak-multisel-select,
.border-red .ant-tag {
  border: 1px solid red !important;
}
.ant-checkbox-wrapper.background-color-yellow {
  background-color: yellow !important;
}
pre.background-color-yellow,
.background-color-yellow.ak-label-dynamic-style,
.background-color-yellow.ant-input,
.background-color-yellow.ant-radio-group,
.background-color-yellow.ant-radio-group .ant-radio-disabled + span,
.background-color-yellow.ant-checkbox-group,
.background-color-yellow.ant-checkbox-group .ant-checkbox-disabled + span,
.background-color-yellow.ant-switch,
.background-color-yellow.sublist-container,
.background-color-yellow.akc_hierarchy_filter,
.background-color-yellow.ak-multisel-select,
.background-color-yellow.form-upload,
.background-color-yellow .ant-checkbox-inner,
.background-color-yellow .ant-switch {
  background-color: yellow !important;
}
.background-color-yellow > .ant-form-item-control-wrapper > .ant-form-item-control > .ak-label-dynamic-style,
.background-color-yellow > .ant-input,
.background-color-yellow > .ant-switch-inner,
.background-color-yellow .ant-input-number-input,
.background-color-yellow .ant-select-selection,
.background-color-yellow .ant-time-picker-input,
.background-color-yellow .ant-calendar-picker-input,
.background-color-yellow.akc_hierarchy_filter,
.background-color-yellow.ak-multisel-select,
.background-color-yellow .ant-tag {
  background-color: yellow !important;
}
.ant-checkbox-wrapper.color-yellow {
  color: yellow !important;
}
pre.color-yellow,
.color-yellow.ak-label-dynamic-style,
.color-yellow.ant-input,
.color-yellow.ant-radio-group,
.color-yellow.ant-radio-group .ant-radio-disabled + span,
.color-yellow.ant-checkbox-group,
.color-yellow.ant-checkbox-group .ant-checkbox-disabled + span,
.color-yellow.ant-switch,
.color-yellow.sublist-container,
.color-yellow.akc_hierarchy_filter,
.color-yellow.ak-multisel-select,
.color-yellow.form-upload,
.color-yellow .ant-checkbox-inner,
.color-yellow .ant-switch {
  color: yellow !important;
}
.color-yellow > .ant-form-item-control-wrapper > .ant-form-item-control > .ak-label-dynamic-style,
.color-yellow > .ant-input,
.color-yellow > .ant-switch-inner,
.color-yellow .ant-input-number-input,
.color-yellow .ant-select-selection,
.color-yellow .ant-time-picker-input,
.color-yellow .ant-calendar-picker-input,
.color-yellow.akc_hierarchy_filter,
.color-yellow.ak-multisel-select,
.color-yellow .ant-tag {
  color: yellow !important;
}
.ant-checkbox-wrapper.border-yellow {
  border: 1px solid yellow !important;
}
pre.border-yellow,
.border-yellow.ak-label-dynamic-style,
.border-yellow.ant-input,
.border-yellow.ant-radio-group,
.border-yellow.ant-radio-group .ant-radio-disabled + span,
.border-yellow.ant-checkbox-group,
.border-yellow.ant-checkbox-group .ant-checkbox-disabled + span,
.border-yellow.ant-switch,
.border-yellow.sublist-container,
.border-yellow.akc_hierarchy_filter,
.border-yellow.ak-multisel-select,
.border-yellow.form-upload,
.border-yellow .ant-checkbox-inner,
.border-yellow .ant-switch {
  border: 1px solid yellow !important;
}
.border-yellow > .ant-form-item-control-wrapper > .ant-form-item-control > .ak-label-dynamic-style,
.border-yellow > .ant-input,
.border-yellow > .ant-switch-inner,
.border-yellow .ant-input-number-input,
.border-yellow .ant-select-selection,
.border-yellow .ant-time-picker-input,
.border-yellow .ant-calendar-picker-input,
.border-yellow.akc_hierarchy_filter,
.border-yellow.ak-multisel-select,
.border-yellow .ant-tag {
  border: 1px solid yellow !important;
}
.ant-checkbox-wrapper.background-color-blue {
  background-color: blue !important;
}
pre.background-color-blue,
.background-color-blue.ak-label-dynamic-style,
.background-color-blue.ant-input,
.background-color-blue.ant-radio-group,
.background-color-blue.ant-radio-group .ant-radio-disabled + span,
.background-color-blue.ant-checkbox-group,
.background-color-blue.ant-checkbox-group .ant-checkbox-disabled + span,
.background-color-blue.ant-switch,
.background-color-blue.sublist-container,
.background-color-blue.akc_hierarchy_filter,
.background-color-blue.ak-multisel-select,
.background-color-blue.form-upload,
.background-color-blue .ant-checkbox-inner,
.background-color-blue .ant-switch {
  background-color: blue !important;
}
.background-color-blue > .ant-form-item-control-wrapper > .ant-form-item-control > .ak-label-dynamic-style,
.background-color-blue > .ant-input,
.background-color-blue > .ant-switch-inner,
.background-color-blue .ant-input-number-input,
.background-color-blue .ant-select-selection,
.background-color-blue .ant-time-picker-input,
.background-color-blue .ant-calendar-picker-input,
.background-color-blue.akc_hierarchy_filter,
.background-color-blue.ak-multisel-select,
.background-color-blue .ant-tag {
  background-color: blue !important;
}
.ant-checkbox-wrapper.color-blue {
  color: blue !important;
}
pre.color-blue,
.color-blue.ak-label-dynamic-style,
.color-blue.ant-input,
.color-blue.ant-radio-group,
.color-blue.ant-radio-group .ant-radio-disabled + span,
.color-blue.ant-checkbox-group,
.color-blue.ant-checkbox-group .ant-checkbox-disabled + span,
.color-blue.ant-switch,
.color-blue.sublist-container,
.color-blue.akc_hierarchy_filter,
.color-blue.ak-multisel-select,
.color-blue.form-upload,
.color-blue .ant-checkbox-inner,
.color-blue .ant-switch {
  color: blue !important;
}
.color-blue > .ant-form-item-control-wrapper > .ant-form-item-control > .ak-label-dynamic-style,
.color-blue > .ant-input,
.color-blue > .ant-switch-inner,
.color-blue .ant-input-number-input,
.color-blue .ant-select-selection,
.color-blue .ant-time-picker-input,
.color-blue .ant-calendar-picker-input,
.color-blue.akc_hierarchy_filter,
.color-blue.ak-multisel-select,
.color-blue .ant-tag {
  color: blue !important;
}
.ant-checkbox-wrapper.border-blue {
  border: 1px solid blue !important;
}
pre.border-blue,
.border-blue.ak-label-dynamic-style,
.border-blue.ant-input,
.border-blue.ant-radio-group,
.border-blue.ant-radio-group .ant-radio-disabled + span,
.border-blue.ant-checkbox-group,
.border-blue.ant-checkbox-group .ant-checkbox-disabled + span,
.border-blue.ant-switch,
.border-blue.sublist-container,
.border-blue.akc_hierarchy_filter,
.border-blue.ak-multisel-select,
.border-blue.form-upload,
.border-blue .ant-checkbox-inner,
.border-blue .ant-switch {
  border: 1px solid blue !important;
}
.border-blue > .ant-form-item-control-wrapper > .ant-form-item-control > .ak-label-dynamic-style,
.border-blue > .ant-input,
.border-blue > .ant-switch-inner,
.border-blue .ant-input-number-input,
.border-blue .ant-select-selection,
.border-blue .ant-time-picker-input,
.border-blue .ant-calendar-picker-input,
.border-blue.akc_hierarchy_filter,
.border-blue.ak-multisel-select,
.border-blue .ant-tag {
  border: 1px solid blue !important;
}
.ant-checkbox-wrapper.background-color-black {
  background-color: black !important;
}
pre.background-color-black,
.background-color-black.ak-label-dynamic-style,
.background-color-black.ant-input,
.background-color-black.ant-radio-group,
.background-color-black.ant-radio-group .ant-radio-disabled + span,
.background-color-black.ant-checkbox-group,
.background-color-black.ant-checkbox-group .ant-checkbox-disabled + span,
.background-color-black.ant-switch,
.background-color-black.sublist-container,
.background-color-black.akc_hierarchy_filter,
.background-color-black.ak-multisel-select,
.background-color-black.form-upload,
.background-color-black .ant-checkbox-inner,
.background-color-black .ant-switch {
  background-color: black !important;
}
.background-color-black > .ant-form-item-control-wrapper > .ant-form-item-control > .ak-label-dynamic-style,
.background-color-black > .ant-input,
.background-color-black > .ant-switch-inner,
.background-color-black .ant-input-number-input,
.background-color-black .ant-select-selection,
.background-color-black .ant-time-picker-input,
.background-color-black .ant-calendar-picker-input,
.background-color-black.akc_hierarchy_filter,
.background-color-black.ak-multisel-select,
.background-color-black .ant-tag {
  background-color: black !important;
}
.ant-checkbox-wrapper.color-black {
  color: black !important;
}
pre.color-black,
.color-black.ak-label-dynamic-style,
.color-black.ant-input,
.color-black.ant-radio-group,
.color-black.ant-radio-group .ant-radio-disabled + span,
.color-black.ant-checkbox-group,
.color-black.ant-checkbox-group .ant-checkbox-disabled + span,
.color-black.ant-switch,
.color-black.sublist-container,
.color-black.akc_hierarchy_filter,
.color-black.ak-multisel-select,
.color-black.form-upload,
.color-black .ant-checkbox-inner,
.color-black .ant-switch {
  color: black !important;
}
.color-black > .ant-form-item-control-wrapper > .ant-form-item-control > .ak-label-dynamic-style,
.color-black > .ant-input,
.color-black > .ant-switch-inner,
.color-black .ant-input-number-input,
.color-black .ant-select-selection,
.color-black .ant-time-picker-input,
.color-black .ant-calendar-picker-input,
.color-black.akc_hierarchy_filter,
.color-black.ak-multisel-select,
.color-black .ant-tag {
  color: black !important;
}
.ant-checkbox-wrapper.border-black {
  border: 1px solid black !important;
}
pre.border-black,
.border-black.ak-label-dynamic-style,
.border-black.ant-input,
.border-black.ant-radio-group,
.border-black.ant-radio-group .ant-radio-disabled + span,
.border-black.ant-checkbox-group,
.border-black.ant-checkbox-group .ant-checkbox-disabled + span,
.border-black.ant-switch,
.border-black.sublist-container,
.border-black.akc_hierarchy_filter,
.border-black.ak-multisel-select,
.border-black.form-upload,
.border-black .ant-checkbox-inner,
.border-black .ant-switch {
  border: 1px solid black !important;
}
.border-black > .ant-form-item-control-wrapper > .ant-form-item-control > .ak-label-dynamic-style,
.border-black > .ant-input,
.border-black > .ant-switch-inner,
.border-black .ant-input-number-input,
.border-black .ant-select-selection,
.border-black .ant-time-picker-input,
.border-black .ant-calendar-picker-input,
.border-black.akc_hierarchy_filter,
.border-black.ak-multisel-select,
.border-black .ant-tag {
  border: 1px solid black !important;
}
/* Control 动态样式 */
/**签名*/
.aklist-idiograph .idiograph-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ak-idiograph {
  border-bottom: solid 2px #ddd;
  height: 80px;
  width: 100%;
  float: left;
  text-align: center;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ak-idiograph .idiograph-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ant-modal-wrap .ak-singerModal .ant-modal-body {
  padding: 0;
}
.ant-modal-wrap .ak-singerModal .ant-modal-body canvas {
  display: flex;
}
.ant-modal-wrap .ak-singerModal-mobile .ant-modal-body {
  padding: 0 !important;
}
.ant-modal-wrap .ak-singerModal-mobile .ant-modal-body canvas {
  display: flex;
}
.hidden {
  display: none !important;
}
.sublist-col-hidden {
  overflow: hidden;
  width: 0 !important;
  max-width: 0 !important;
  padding: 0 !important;
  border-width: 0 !important;
  font-size: 0 !important;
}
table.data-grid {
  table-layout: auto;
  border-collapse: collapse;
  border-width: 0;
}
table.data-grid td.cell {
  border-width: 0;
  border-collapse: collapse;
}
table.data-grid.solid,
table.data-grid.solid td.cell {
  border-style: solid;
}
table.data-grid.dashed,
table.data-grid.dashed td.cell {
  border-style: dashed;
}
table.data-grid.dotted,
table.data-grid.dotted td.cell {
  border-style: dotted;
}
table.data-grid.double,
table.data-grid.double td.cell {
  border-style: double;
}
table.data-grid .ant-tag {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
table.data-grid.border-inner.border-width-1 td.cell,
table.data-grid.border-outer.border-width-1 {
  border-width: 1px;
}
table.data-grid.border-inner.border-width-2 td.cell,
table.data-grid.border-outer.border-width-2 {
  border-width: 2px;
}
table.data-grid.border-inner.border-width-3 td.cell,
table.data-grid.border-outer.border-width-3 {
  border-width: 3px;
}
table.data-grid.border-inner.border-width-4 td.cell,
table.data-grid.border-outer.border-width-4 {
  border-width: 4px;
}
table.data-grid.border-inner.border-width-5 td.cell,
table.data-grid.border-outer.border-width-5 {
  border-width: 5px;
}
table.data-grid.border-inner.border-width-6 td.cell,
table.data-grid.border-outer.border-width-6 {
  border-width: 6px;
}
table.data-grid.border-inner.border-width-7 td.cell,
table.data-grid.border-outer.border-width-7 {
  border-width: 7px;
}
table.data-grid.border-inner.border-width-8 td.cell,
table.data-grid.border-outer.border-width-8 {
  border-width: 8px;
}
table.data-grid.border-inner.border-width-9 td.cell,
table.data-grid.border-outer.border-width-9 {
  border-width: 9px;
}
table.data-grid.border-inner.border-width-10 td.cell,
table.data-grid.border-outer.border-width-10 {
  border-width: 10px;
}
table.data-grid.border-inner.border-width-11 td.cell,
table.data-grid.border-outer.border-width-11 {
  border-width: 11px;
}
table.data-grid.border-inner.border-width-12 td.cell,
table.data-grid.border-outer.border-width-12 {
  border-width: 12px;
}
table.data-grid.border-inner.border-width-13 td.cell,
table.data-grid.border-outer.border-width-13 {
  border-width: 13px;
}
table.data-grid.border-inner.border-width-14 td.cell,
table.data-grid.border-outer.border-width-14 {
  border-width: 14px;
}
table.data-grid.border-inner.border-width-15 td.cell,
table.data-grid.border-outer.border-width-15 {
  border-width: 15px;
}
table.data-grid.border-inner.border-width-16 td.cell,
table.data-grid.border-outer.border-width-16 {
  border-width: 16px;
}
table.data-grid.border-inner.border-width-17 td.cell,
table.data-grid.border-outer.border-width-17 {
  border-width: 17px;
}
table.data-grid.border-inner.border-width-18 td.cell,
table.data-grid.border-outer.border-width-18 {
  border-width: 18px;
}
table.data-grid.border-inner.border-width-19 td.cell,
table.data-grid.border-outer.border-width-19 {
  border-width: 19px;
}
table.data-grid.border-inner.border-width-20 td.cell,
table.data-grid.border-outer.border-width-20 {
  border-width: 20px;
}
table.data-grid.border-inner.border-width-21 td.cell,
table.data-grid.border-outer.border-width-21 {
  border-width: 21px;
}
table.data-grid.border-inner.border-width-22 td.cell,
table.data-grid.border-outer.border-width-22 {
  border-width: 22px;
}
table.data-grid.border-inner.border-width-23 td.cell,
table.data-grid.border-outer.border-width-23 {
  border-width: 23px;
}
table.data-grid.border-inner.border-width-24 td.cell,
table.data-grid.border-outer.border-width-24 {
  border-width: 24px;
}
table.data-grid.border-inner.border-width-25 td.cell,
table.data-grid.border-outer.border-width-25 {
  border-width: 25px;
}
table.data-grid.border-inner.border-width-26 td.cell,
table.data-grid.border-outer.border-width-26 {
  border-width: 26px;
}
table.data-grid.border-inner.border-width-27 td.cell,
table.data-grid.border-outer.border-width-27 {
  border-width: 27px;
}
table.data-grid.border-inner.border-width-28 td.cell,
table.data-grid.border-outer.border-width-28 {
  border-width: 28px;
}
table.data-grid.border-inner.border-width-29 td.cell,
table.data-grid.border-outer.border-width-29 {
  border-width: 29px;
}
table.data-grid.border-inner.border-width-30 td.cell,
table.data-grid.border-outer.border-width-30 {
  border-width: 30px;
}
table.data-grid.border-inner.border-width-31 td.cell,
table.data-grid.border-outer.border-width-31 {
  border-width: 31px;
}
table.data-grid.border-inner.border-width-32 td.cell,
table.data-grid.border-outer.border-width-32 {
  border-width: 32px;
}
table.data-grid.border-inner.border-width-33 td.cell,
table.data-grid.border-outer.border-width-33 {
  border-width: 33px;
}
table.data-grid.border-inner.border-width-34 td.cell,
table.data-grid.border-outer.border-width-34 {
  border-width: 34px;
}
table.data-grid.border-inner.border-width-35 td.cell,
table.data-grid.border-outer.border-width-35 {
  border-width: 35px;
}
table.data-grid.border-inner.border-width-36 td.cell,
table.data-grid.border-outer.border-width-36 {
  border-width: 36px;
}
table.data-grid.border-inner.border-width-37 td.cell,
table.data-grid.border-outer.border-width-37 {
  border-width: 37px;
}
table.data-grid.border-inner.border-width-38 td.cell,
table.data-grid.border-outer.border-width-38 {
  border-width: 38px;
}
table.data-grid.border-inner.border-width-39 td.cell,
table.data-grid.border-outer.border-width-39 {
  border-width: 39px;
}
table.data-grid.border-inner.border-width-40 td.cell,
table.data-grid.border-outer.border-width-40 {
  border-width: 40px;
}
table.data-grid.border-inner.border-width-41 td.cell,
table.data-grid.border-outer.border-width-41 {
  border-width: 41px;
}
table.data-grid.border-inner.border-width-42 td.cell,
table.data-grid.border-outer.border-width-42 {
  border-width: 42px;
}
table.data-grid.border-inner.border-width-43 td.cell,
table.data-grid.border-outer.border-width-43 {
  border-width: 43px;
}
table.data-grid.border-inner.border-width-44 td.cell,
table.data-grid.border-outer.border-width-44 {
  border-width: 44px;
}
table.data-grid.border-inner.border-width-45 td.cell,
table.data-grid.border-outer.border-width-45 {
  border-width: 45px;
}
table.data-grid.border-inner.border-width-46 td.cell,
table.data-grid.border-outer.border-width-46 {
  border-width: 46px;
}
table.data-grid.border-inner.border-width-47 td.cell,
table.data-grid.border-outer.border-width-47 {
  border-width: 47px;
}
table.data-grid.border-inner.border-width-48 td.cell,
table.data-grid.border-outer.border-width-48 {
  border-width: 48px;
}
table.data-grid.border-inner.border-width-49 td.cell,
table.data-grid.border-outer.border-width-49 {
  border-width: 49px;
}
table.data-grid.border-inner.border-width-50 td.cell,
table.data-grid.border-outer.border-width-50 {
  border-width: 50px;
}
table.data-grid.border-inner.border-width-51 td.cell,
table.data-grid.border-outer.border-width-51 {
  border-width: 51px;
}
table.data-grid.border-inner.border-width-52 td.cell,
table.data-grid.border-outer.border-width-52 {
  border-width: 52px;
}
table.data-grid.border-inner.border-width-53 td.cell,
table.data-grid.border-outer.border-width-53 {
  border-width: 53px;
}
table.data-grid.border-inner.border-width-54 td.cell,
table.data-grid.border-outer.border-width-54 {
  border-width: 54px;
}
table.data-grid.border-inner.border-width-55 td.cell,
table.data-grid.border-outer.border-width-55 {
  border-width: 55px;
}
table.data-grid.border-inner.border-width-56 td.cell,
table.data-grid.border-outer.border-width-56 {
  border-width: 56px;
}
table.data-grid.border-inner.border-width-57 td.cell,
table.data-grid.border-outer.border-width-57 {
  border-width: 57px;
}
table.data-grid.border-inner.border-width-58 td.cell,
table.data-grid.border-outer.border-width-58 {
  border-width: 58px;
}
table.data-grid.border-inner.border-width-59 td.cell,
table.data-grid.border-outer.border-width-59 {
  border-width: 59px;
}
table.data-grid.border-inner.border-width-60 td.cell,
table.data-grid.border-outer.border-width-60 {
  border-width: 60px;
}
table.data-grid.border-inner.border-width-61 td.cell,
table.data-grid.border-outer.border-width-61 {
  border-width: 61px;
}
table.data-grid.border-inner.border-width-62 td.cell,
table.data-grid.border-outer.border-width-62 {
  border-width: 62px;
}
table.data-grid.border-inner.border-width-63 td.cell,
table.data-grid.border-outer.border-width-63 {
  border-width: 63px;
}
table.data-grid.border-inner.border-width-64 td.cell,
table.data-grid.border-outer.border-width-64 {
  border-width: 64px;
}
table.data-grid.border-inner.border-width-65 td.cell,
table.data-grid.border-outer.border-width-65 {
  border-width: 65px;
}
table.data-grid.border-inner.border-width-66 td.cell,
table.data-grid.border-outer.border-width-66 {
  border-width: 66px;
}
table.data-grid.border-inner.border-width-67 td.cell,
table.data-grid.border-outer.border-width-67 {
  border-width: 67px;
}
table.data-grid.border-inner.border-width-68 td.cell,
table.data-grid.border-outer.border-width-68 {
  border-width: 68px;
}
table.data-grid.border-inner.border-width-69 td.cell,
table.data-grid.border-outer.border-width-69 {
  border-width: 69px;
}
table.data-grid.border-inner.border-width-70 td.cell,
table.data-grid.border-outer.border-width-70 {
  border-width: 70px;
}
table.data-grid.border-inner.border-width-71 td.cell,
table.data-grid.border-outer.border-width-71 {
  border-width: 71px;
}
table.data-grid.border-inner.border-width-72 td.cell,
table.data-grid.border-outer.border-width-72 {
  border-width: 72px;
}
table.data-grid.border-inner.border-width-73 td.cell,
table.data-grid.border-outer.border-width-73 {
  border-width: 73px;
}
table.data-grid.border-inner.border-width-74 td.cell,
table.data-grid.border-outer.border-width-74 {
  border-width: 74px;
}
table.data-grid.border-inner.border-width-75 td.cell,
table.data-grid.border-outer.border-width-75 {
  border-width: 75px;
}
table.data-grid.border-inner.border-width-76 td.cell,
table.data-grid.border-outer.border-width-76 {
  border-width: 76px;
}
table.data-grid.border-inner.border-width-77 td.cell,
table.data-grid.border-outer.border-width-77 {
  border-width: 77px;
}
table.data-grid.border-inner.border-width-78 td.cell,
table.data-grid.border-outer.border-width-78 {
  border-width: 78px;
}
table.data-grid.border-inner.border-width-79 td.cell,
table.data-grid.border-outer.border-width-79 {
  border-width: 79px;
}
table.data-grid.border-inner.border-width-80 td.cell,
table.data-grid.border-outer.border-width-80 {
  border-width: 80px;
}
table.data-grid.border-inner.border-width-81 td.cell,
table.data-grid.border-outer.border-width-81 {
  border-width: 81px;
}
table.data-grid.border-inner.border-width-82 td.cell,
table.data-grid.border-outer.border-width-82 {
  border-width: 82px;
}
table.data-grid.border-inner.border-width-83 td.cell,
table.data-grid.border-outer.border-width-83 {
  border-width: 83px;
}
table.data-grid.border-inner.border-width-84 td.cell,
table.data-grid.border-outer.border-width-84 {
  border-width: 84px;
}
table.data-grid.border-inner.border-width-85 td.cell,
table.data-grid.border-outer.border-width-85 {
  border-width: 85px;
}
table.data-grid.border-inner.border-width-86 td.cell,
table.data-grid.border-outer.border-width-86 {
  border-width: 86px;
}
table.data-grid.border-inner.border-width-87 td.cell,
table.data-grid.border-outer.border-width-87 {
  border-width: 87px;
}
table.data-grid.border-inner.border-width-88 td.cell,
table.data-grid.border-outer.border-width-88 {
  border-width: 88px;
}
table.data-grid.border-inner.border-width-89 td.cell,
table.data-grid.border-outer.border-width-89 {
  border-width: 89px;
}
table.data-grid.border-inner.border-width-90 td.cell,
table.data-grid.border-outer.border-width-90 {
  border-width: 90px;
}
table.data-grid.border-inner.border-width-91 td.cell,
table.data-grid.border-outer.border-width-91 {
  border-width: 91px;
}
table.data-grid.border-inner.border-width-92 td.cell,
table.data-grid.border-outer.border-width-92 {
  border-width: 92px;
}
table.data-grid.border-inner.border-width-93 td.cell,
table.data-grid.border-outer.border-width-93 {
  border-width: 93px;
}
table.data-grid.border-inner.border-width-94 td.cell,
table.data-grid.border-outer.border-width-94 {
  border-width: 94px;
}
table.data-grid.border-inner.border-width-95 td.cell,
table.data-grid.border-outer.border-width-95 {
  border-width: 95px;
}
table.data-grid.border-inner.border-width-96 td.cell,
table.data-grid.border-outer.border-width-96 {
  border-width: 96px;
}
table.data-grid.border-inner.border-width-97 td.cell,
table.data-grid.border-outer.border-width-97 {
  border-width: 97px;
}
table.data-grid.border-inner.border-width-98 td.cell,
table.data-grid.border-outer.border-width-98 {
  border-width: 98px;
}
table.data-grid.border-inner.border-width-99 td.cell,
table.data-grid.border-outer.border-width-99 {
  border-width: 99px;
}
/* 打印 列表 Table样式 */
.flex-left {
  justify-content: flex-start;
}
.flex-center {
  justify-content: center;
  width: 100%;
}
.flex-right {
  justify-content: flex-end;
  float: right;
}
.print-table .ant-table-large,
.print-table .ant-table {
  /**提交代码是要删掉*/
}
.print-table .ant-table-large pre,
.print-table .ant-table pre {
  overflow: hidden;
}
.print-table .ant-table-large .ant-table-body table,
.print-table .ant-table .ant-table-body table {
  table-layout: fixed;
}
.print-table .ant-table-large .ant-table-placeholder,
.print-table .ant-table .ant-table-placeholder {
  border-left: 1px solid black;
  background-color: inherit !important;
}
.print-table .ant-table-large .ant-table-tbody tr,
.print-table .ant-table .ant-table-tbody tr {
  background-color: inherit !important;
}
.print-table .ant-table-large .ant-table-tbody > tr:hover td,
.print-table .ant-table .ant-table-tbody > tr:hover td {
  background-color: inherit !important;
}
.print-table .ant-table-large .ant-table-thead > tr th,
.print-table .ant-table .ant-table-thead > tr th {
  background-color: inherit !important;
  border-top: 1px solid black;
}
.print-table .ant-table-large .ant-table-thead > tr > th,
.print-table .ant-table .ant-table-thead > tr > th,
.print-table .ant-table-large .ant-table-tbody > tr > td,
.print-table .ant-table .ant-table-tbody > tr > td,
.print-table .ant-table-large .ant-table-placeholder,
.print-table .ant-table .ant-table-placeholder {
  border-right: 1px solid black;
  border-bottom: 1px solid black;
}
.print-table .ant-table-large .ant-table-thead > tr > th .tdalign,
.print-table .ant-table .ant-table-thead > tr > th .tdalign,
.print-table .ant-table-large .ant-table-tbody > tr > td .tdalign,
.print-table .ant-table .ant-table-tbody > tr > td .tdalign,
.print-table .ant-table-large .ant-table-placeholder .tdalign,
.print-table .ant-table .ant-table-placeholder .tdalign {
  display: flex;
  flex-wrap: wrap;
}
.print-table .ant-table-large .ant-table-thead > tr > th .tdalign.right,
.print-table .ant-table .ant-table-thead > tr > th .tdalign.right,
.print-table .ant-table-large .ant-table-tbody > tr > td .tdalign.right,
.print-table .ant-table .ant-table-tbody > tr > td .tdalign.right,
.print-table .ant-table-large .ant-table-placeholder .tdalign.right,
.print-table .ant-table .ant-table-placeholder .tdalign.right {
  justify-content: flex-end;
}
.print-table .ant-table-large .ant-table-thead > tr > th .tdalign.center,
.print-table .ant-table .ant-table-thead > tr > th .tdalign.center,
.print-table .ant-table-large .ant-table-tbody > tr > td .tdalign.center,
.print-table .ant-table .ant-table-tbody > tr > td .tdalign.center,
.print-table .ant-table-large .ant-table-placeholder .tdalign.center,
.print-table .ant-table .ant-table-placeholder .tdalign.center {
  justify-content: center;
}
.print-table .ant-table-large .ant-table-thead > tr th:first-child,
.print-table .ant-table .ant-table-thead > tr th:first-child,
.print-table .ant-table-large .ant-table-tbody > tr td:first-child,
.print-table .ant-table .ant-table-tbody > tr td:first-child {
  border-left: 1px solid black;
}
.print-table-container .cell {
  word-break: break-word;
}
.print-table-container .cell .akfc-form-control-delete {
  right: -10px;
  bottom: -20px;
}
.print-table-container .cell .cell .akfc-form-control {
  padding: 0px;
}
.print-table-container .cell .akfc-form-control.cell {
  max-width: 100%;
}
.print-table-container .cell > div {
  display: table;
}
.print-table-container .cell.akfc-form-control {
  display: table-cell;
  padding-right: 5px;
  vertical-align: middle;
}
.print-table-container .cell .anticon {
  color: #000000;
}
.print-table-container .cell .ant-checkbox-checked .ant-checkbox-inner:after {
  display: block;
}
/* 打印 列表 Table样式  */
.ak-search-control {
  width: 100%;
}
/** 删除变量 提示框 标题样式**/
.delete-variable-title {
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}
.ak-common-description {
  line-height: 15px;
  margin: 0;
  color: #767676;
  margin-top: 5px;
}
.ak-applicantinfo .ant-upload-list-item {
  margin-top: 0px;
}
.ak-views-modal {
  padding-left: 20px;
  padding-top: 40px;
}
.ak-views-modal-item {
  margin-top: 10px;
  line-height: 28px;
}
.ak-views-modal-item-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ak-views-modal-item-button {
  height: 28px;
  margin-right: 10px;
}
.ak-views-modal-item-delete {
  height: 28px;
}
.ak-views-modal-addbutton {
  margin-top: 10px;
}
.ak-view-modal-url {
  text-align: center;
  font-size: 18px;
}
.ak-version-header {
  position: absolute;
  top: 0;
  left: 0;
}
.ak-version-header .ak-goback-button {
  color: black;
  height: 50px;
  min-width: 50px;
  border: 0px;
  margin-right: 5px;
  background: transparent;
}
.ak-version-header .ak-goback-button.ant-btn-icon-only {
  width: 50px;
}
.ak-version-header .ak-goback-button,
.ak-version-header .ak-goback-button:focus {
  background-color: transparent;
  color: black;
}
.ak-version-header .ak-goback-button.active,
.ak-version-header .ak-goback-button:hover,
.ak-version-header .ak-goback-button:active {
  background-color: #d9d9d9;
  color: black;
}
.ak-version-modal .ant-modal-body {
  height: 620px;
  overflow-y: auto;
}
.ak-project-onepage-modal .ant-modal-body {
  background: #eeeeee;
}
.ak-project-onepage-modal .ak-project-onepage-info {
  font-size: 14px;
}
.ak-project-onepage-modal .ak-project-onepage-info-header {
  height: 50px;
  overflow: hidden;
  margin-top: 10px;
}
.ak-project-onepage-modal .ak-project-onepage-info-header-logo {
  float: left;
  margin-right: 10px;
}
.ak-project-onepage-modal .ak-project-onepage-info-header-companyinfo {
  float: right;
  width: calc(100% - 160px);
}
.ak-project-onepage-modal .ak-project-onepage-info-header-companyinfo div {
  height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ak-project-onepage-modal .ak-project-onepage-info-content .info-box {
  margin-bottom: 8px;
}
.ak-project-onepage-modal .ak-project-onepage-info-content .info-box-title {
  font-weight: 700;
  font-size: 15px;
  display: block;
}
.ak-project-onepage-modal .ak-project-onepage-info-content .info-box-title::after {
  content: ":";
}
.ak-project-onepage-modal .ak-project-onepage-info-content .info-box-content-ul {
  padding-left: 15px;
  list-style: "disc" !important;
}
.ak-project-onepage-modal .ak-project-onepage-info-content .info-box-img {
  width: calc(50% - 8px);
  margin-left: 8px;
  height: 200px;
}
.ak-project-onepage-modal .ak-project-onepage-info-content .info-box .pre-box {
  display: inline-block;
  white-space: pre-wrap;
}
.ak-filter-settings .ant-table-tbody > tr > td {
  word-break: normal;
}
.listcraft-column-header-background {
  background: #f5f5f5 !important;
}
.listcraft-display-none {
  display: none;
}
.ak-general-report .ak-form-header .ak-form-header-back {
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.ak-general-report .ak-form-header .ak-form-header-back .ak-header-button {
  width: 50px;
  height: 50px;
  border: 0;
  color: inherit;
  background-color: transparent;
}
.ak-general-report .ak-form-header .ak-form-header-back .ak-header-button i {
  font-weight: 600;
}
.ak-general-report .ak-form-header .ak-form-header-back .ak-header-button:hover {
  background-color: #d9d9d9 !important;
  color: #000 !important;
}
.ak-general-report .ak-form-header .ak-form-header-name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  float: left;
  width: calc(100% - 394px);
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 600;
}
.ak-general-report .ak-form-header .ak-form-header-right {
  float: left;
  width: 344px;
  text-align: right;
}
.ak-general-report .ak-form-header .ak-form-header-right .ak-designer-btn {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  margin: 10px;
  border-radius: 4px;
  padding: 0 20px;
  border: solid 1px #fff;
  color: inherit;
  background-color: transparent;
  text-decoration: none;
}
.ak-general-report .ak-form-header .ak-form-header-right .ak-edit-listset-form {
  padding-right: 15px;
  float: right;
  line-height: 50px;
}
.ak-general-report .ak-form-header .ak-form-header-right .ak-edit-listset-form .ak-listset-adminbutton {
  height: 28px;
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
}
.ak-general-report .ak-form-header .ak-form-header-right .ak-nobtn {
  width: 153px;
  display: inline-block;
  border: 0;
}
.ak-general-report .ak-form-header .ak-form-header-right .ak-help-btn {
  display: inline-block;
  padding: 0;
  padding: 0 15px 0 28px;
  border: none;
  border-radius: 15px;
  height: 28px;
  line-height: 28px;
  margin-top: 11px;
  font-size: 12px;
  margin-right: 15px;
  font-weight: 600;
  color: inherit;
  background-color: transparent;
}
.ak-general-report .ak-form-header .ak-form-header-right .ak-help-btn i {
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 13px;
  transform: translateY(-50%);
}
.ak-general-report .ak-form-header .ak-form-header-right .ak-help-btn:hover {
  background: rgba(179, 179, 179, 0.4);
}
.ak-layout-frame .ak-workspace-body .ant-spin-nested-loading {
  min-height: auto !important;
}
.ant-modal-wrap .filepriview-modal.ant-modal .ant-modal-body {
  padding: 0;
}
.ant-modal-wrap .filepriview-modal.ant-modal .ant-modal-header,
.ant-modal-wrap .filepriview-modal.ant-modal .ant-modal-close {
  background: #595959;
  color: #fff;
}
.ant-modal-wrap .filepriview-modal.ant-modal .action-btn {
  text-align: center;
  color: #fff;
}
.ant-modal-wrap .filepriview-modal.ant-modal .action-btn .btn-icon {
  background: #595959;
  color: #fff;
  border: 0;
  height: 46px;
  float: left;
}
.ant-modal-wrap .filepriview-modal.ant-modal .action-btn .file-name {
  overflow: hidden;
  max-width: calc(100% - 50px);
  display: inline-block;
  text-overflow: ellipsis;
}
.ak-flowtask-title .ak-form-header .ak-form-header-back {
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.ak-flowtask-title .ak-form-header .ak-form-header-back .ak-header-button {
  width: 50px;
  height: 50px;
  border: 0;
  color: inherit;
  background-color: transparent;
}
.ak-flowtask-title .ak-form-header .ak-form-header-back .ak-header-button i {
  font-weight: 600;
}
.ak-flowtask-title .ak-form-header .ak-form-header-back .ak-header-button:hover {
  background-color: #d9d9d9 !important;
  color: #000 !important;
}
.ak-flowtask-title .ak-form-header .ak-form-header-name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  float: left;
  width: calc(100% - 394px);
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 600;
}
.ak-flowtask-title .ak-form-header .ak-form-header-right {
  float: left;
  width: 344px;
  text-align: right;
}
.ak-flowtask-title .ak-form-header .ak-form-header-right .ak-designer-btn {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  margin: 10px;
  border-radius: 4px;
  padding: 0 20px;
  border: solid 1px #fff;
  color: inherit;
  background-color: transparent;
  text-decoration: none;
}
.ak-flowtask-title .ak-form-header .ak-form-header-right .ak-edit-listset-form {
  padding-right: 15px;
  float: right;
  line-height: 50px;
}
.ak-flowtask-title .ak-form-header .ak-form-header-right .ak-edit-listset-form .ak-listset-adminbutton {
  height: 28px;
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
}
.ak-flowtask-title .ak-form-header .ak-form-header-right .ak-nobtn {
  width: 153px;
  display: inline-block;
  border: 0;
}
.ak-flowtask-title .ak-form-header .ak-form-header-right .ak-help-btn {
  display: inline-block;
  padding: 0;
  padding: 0 15px 0 28px;
  border: none;
  border-radius: 15px;
  height: 28px;
  line-height: 28px;
  margin-top: 11px;
  font-size: 12px;
  margin-right: 15px;
  font-weight: 600;
  color: inherit;
  background-color: transparent;
}
.ak-flowtask-title .ak-form-header .ak-form-header-right .ak-help-btn i {
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 13px;
  transform: translateY(-50%);
}
.ak-flowtask-title .ak-form-header .ak-form-header-right .ak-help-btn:hover {
  background: rgba(179, 179, 179, 0.4);
}
.akformtab .ant-tabs-tab-disabled {
  display: none;
}
.ak-form .ak-parent-node-select {
  flex: 1 1 auto;
}
.ak-list-fields-settings-table {
  margin-bottom: 5px;
  max-height: 365px;
  overflow-y: auto;
  max-height: 450px;
}
.ak-list-fields-settings-table .ant-table {
  overflow-x: auto;
}
.ak-list-fields-settings-table .ant-table-content {
  width: 1040px;
}
@media (max-width: 1090px) {
  .ak-large-modal-style {
    width: 100% !important;
  }
}
.ak-remind-userlabel:after {
  display: inline-block;
  margin-left: 4px;
  content: "*";
  line-height: 1;
  font-size: 12px;
  color: #f04134;
}
.ak-remind-userErr {
  color: #f04134;
  line-height: 1.5;
}
.ak-reminduser-label {
  font-weight: 600;
  height: 28px;
  line-height: 28px;
  margin-bottom: 5px;
}
.ak-reminduser-label .ant-form-item-required {
  font-weight: 400;
}
.ak-remind-usershowhover .ant-select-selection {
  border-color: #f04134;
}
.ak-remind-usershowhover .ant-select-selection:hover {
  border-color: #88bdf0;
}
.contentList-template-modal .ant-modal-header {
  padding-left: unset !important;
}
.contentList-template-modal .ant-modal-header .ak-nonavbar .closebtn .iconfont {
  color: black;
}
.contentList-template-modal .ant-modal-header .ak-nonavbar .backbtn {
  width: 30px;
  height: 20px;
  color: black;
}
.contentList-template-modal .ant-modal-header .ak-nonavbar .showtemplatenavbtn {
  line-height: 56px;
}
.contentList-template-modal .ant-modal-header .ak-nonavbar .showtemplatenavbtn i {
  font-size: 27px;
}
.contentList-template-modal .ant-modal-header .ak-nonavbar h3 {
  font-size: 18px;
  float: left;
  color: black;
  margin: 0;
  line-height: 24px;
}
.contentList-template-modal .contentList-template-content h1 {
  font-size: 36px;
  line-height: 1.7;
  font-weight: 600;
  margin: 30px auto 10px auto;
  text-align: center;
}
.contentList-template-modal .contentList-template-content .content {
  margin-top: 50px;
}
.contentList-template-modal .contentList-template-content .content .ak-htem-sort {
  font-size: 20px;
  margin-bottom: 15px;
  margin-top: 30px;
}
.contentList-template-modal .contentList-template-content .content .ak-htem-sort .templates .ak-htem-itembox {
  display: flex;
  flex-direction: row;
  cursor: pointer;
  padding: 10px;
}
.contentList-template-modal .contentList-template-content .content .ak-htem-sort .templates .ak-htem-itembox .picbox {
  width: 60px;
  height: 60px;
  line-height: 0;
  margin-right: 12px;
}
.contentList-template-modal .contentList-template-content .content .ak-htem-sort .templates .ak-htem-itembox .picbox img {
  max-width: 100%;
  display: block;
  height: auto;
}
.contentList-template-modal .contentList-template-content .content .ak-htem-sort .templates .ak-htem-itembox .ak-htem-item-text {
  flex: 1;
  overflow: hidden;
  flex-flow: column;
}
.contentList-template-modal .contentList-template-content .content .ak-htem-sort .templates .ak-htem-itembox .ak-htem-item-text .title {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 600;
}
.contentList-template-modal .contentList-template-content .content .ak-htem-sort .templates .ak-htem-itembox .ak-htem-item-text .desc {
  max-width: 100%;
  font-size: 14px;
  color: #888;
  height: 40px;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.contentList-template-modal .contentList-template-content .content .ak-htem-sort .templates .ak-htem-itembox:hover {
  background: #f2f2f2;
}
.template-detail-modal .ak-htem-detailcon .ak-htem-detailtop {
  margin: -15px -20px 30px -20px;
  padding: 15px 30px;
  background: #f2f2f2;
}
.template-detail-modal .ak-htem-detailcon .ak-htem-detailtop .dthead {
  width: 100%;
  z-index: 1000;
  position: relative;
  padding: 0;
  margin: 20px 0 0px 0;
}
.template-detail-modal .ak-htem-detailcon .ak-htem-detailtop .dthead .dthleft {
  width: calc(100% - 170px);
  float: left;
}
@media (max-width: 768px) {
  .template-detail-modal .ak-htem-detailcon .ak-htem-detailtop .dthead .dthleft {
    width: 100%;
  }
}
.template-detail-modal .ak-htem-detailcon .ak-htem-detailtop .dthead .dthleft .iconbox {
  width: 62px;
  height: 62px;
  border-radius: 6px;
  text-align: center;
  position: absolute;
  top: 0px;
  left: 0px;
  margin-right: 10px;
}
.template-detail-modal .ak-htem-detailcon .ak-htem-detailtop .dthead .dthleft .iconbox img {
  vertical-align: middle;
}
.template-detail-modal .ak-htem-detailcon .ak-htem-detailtop .dthead .dthleft .infobox {
  padding-left: 76px;
  float: left;
}
.template-detail-modal .ak-htem-detailcon .ak-htem-detailtop .dthead .dthleft .infobox .inforow {
  margin-bottom: 5px;
}
.template-detail-modal .ak-htem-detailcon .ak-htem-detailtop .dthead .dthleft .infobox .inforow .name {
  font-size: 20px;
  font-weight: 600;
}
.template-detail-modal .ak-htem-detailcon .ak-htem-detailtop .dthead .dthleft .infobox .inforow .desc {
  font-size: 14px;
  color: #444;
  font-weight: normal;
  line-height: 1.2;
  margin: 0;
}
.template-detail-modal .ak-htem-detailcon .ak-htem-detailtop .dthead .dthright {
  float: right;
  display: flex;
}
@media (max-width: 768px) {
  .template-detail-modal .ak-htem-detailcon .ak-htem-detailtop .dthead .dthright {
    padding-left: 76px;
    float: left;
  }
}
.template-detail-modal .ak-htem-detailcon .ak-htem-detailtop .dthead .dthright .dthrightbox {
  width: 100%;
}
.template-detail-modal .ak-htem-detailcon .ak-htem-detailtop .dthead .dthright .dthrightbox .usebtn {
  min-width: 110px;
  border: 0;
  -webkit-border-radius: 3px;
  border-radius: 18px;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  outline: none;
  overflow: hidden;
  position: relative;
  text-align: center;
  z-index: 0;
  background-color: #3182fc;
  height: 40px;
  color: #fff;
  margin: 25px 0 0 0;
  padding: 0 25px;
}
@media (max-width: 768px) {
  .template-detail-modal .ak-htem-detailcon .ak-htem-detailtop .dthead .dthright .dthrightbox .usebtn {
    margin-top: 5px;
  }
}
.template-detail-modal .ak-htem-detailcon .ak-clear {
  clear: both;
}
.template-detail-modal .ak-htem-detailcon .ak-htem-detailmid-content {
  padding: 0px 10px;
  font-size: 14px;
}
.template-detail-modal .ak-htem-detailcon .ak-htem-detailmid-content img {
  box-shadow: 0px 0px 14px 0px #b0b0b0;
}
.ak-form .ant-input-group-wrapper .ant-input-group-addon {
  padding: 2px 7px;
}
.ak-formula-modal.ant-modal .ant-modal-footer {
  direction: initial;
  text-align: right;
}
.ak-formula-modal.ant-modal .full-btn {
  border: 0;
}
.ak-modal-full-screen.ant-modal .ak-formula {
  height: 100%;
}
.anticon.anticon-question-circle.tip {
  color: #8d8d8d;
  font-size: 12px;
}
.ak-taskpanel-modal .ant-modal-footer {
  border: 0;
}
.ak-taskpanel-modal .taskpanel-mobile-footer {
  display: none;
}
.ak-taskpanel-modal .comment {
  max-height: 60vh;
  overflow: scroll !important;
}
.ak-taskpanel-modal .taskpanle-modal-title {
  font-size: 20px;
  margin-bottom: 10px;
  text-align: center;
  color: var(--c--text-normal);
}
@media (max-width: 768px) {
  .ak-taskpanel-modal .ant-modal-footer {
    display: none;
  }
  .ak-taskpanel-modal .taskpanle-modal-title {
    margin-left: -33px;
  }
  .ak-taskpanel-modal .taskpanel-mobile-footer {
    display: block;
    text-align: center;
    margin-top: 15px;
  }
  .ak-taskpanel-modal .taskpanel-mobile-footer .footer-submit {
    width: 100%;
    color: #fff;
    height: 36px;
    background-color: #1563f6;
    text-transform: uppercase;
  }
}
.ant-modal.print-form-modal .ant-modal-close {
  display: none;
}
.ant-modal.print-form-modal .ant-modal-body {
  padding: 0px !important;
}
.ant-modal.print-form-modal .akfc-form {
  margin: 0 auto;
  padding-top: 0;
}
.ak-sidebar .akfc-form.ak-task-info,
.ant-modal .akfc-form.ak-task-info {
  height: 100%;
}
.akfc-form.ak-task-info {
  display: flex;
  flex-direction: column;
  height: 100vh;
  overflow: hidden;
}
.akfc-form.ak-task-info > .ant-spin-nested-loading {
  flex: 1;
  overflow: hidden;
}
.akfc-form.ak-task-info > .ant-spin-nested-loading > .ant-spin-container {
  height: 100%;
}
.akfc-form.ak-task-info .akfc-form-header {
  background: #fbfcfe;
}
.akfc-form.ak-task-info .akfc-form-header .back-btn {
  display: inline-block;
  height: 50px;
  width: 50px;
}
.akfc-form.ak-task-info .akfc-form-header .ak-form-header-back {
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.akfc-form.ak-task-info .akfc-form-header .ak-form-header-back .ak-header-button {
  width: 50px;
  height: 50px;
  border: 0;
  color: inherit;
  background-color: transparent;
}
.akfc-form.ak-task-info .akfc-form-header .ak-form-header-back .ak-header-button i {
  font-weight: 600;
}
.akfc-form.ak-task-info .akfc-form-header .ak-form-header-back .ak-header-button:hover {
  background-color: #d9d9d9 !important;
  color: #000 !important;
}
.akfc-form.ak-task-info .akfc-form-header .ak-form-header-name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  float: left;
  width: calc(100% - 394px);
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 600;
}
.akfc-form.ak-task-info .akfc-form-header .ak-form-header-right {
  float: left;
  width: 344px;
  text-align: right;
}
.akfc-form.ak-task-info .akfc-form-header .ak-form-header-right .ak-designer-btn {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  margin: 10px;
  border-radius: 4px;
  padding: 0 20px;
  border: solid 1px #fff;
  color: inherit;
  background-color: transparent;
  text-decoration: none;
}
.akfc-form.ak-task-info .akfc-form-header .ak-form-header-right .ak-edit-listset-form {
  padding-right: 15px;
  float: right;
  line-height: 50px;
}
.akfc-form.ak-task-info .akfc-form-header .ak-form-header-right .ak-edit-listset-form .ak-listset-adminbutton {
  height: 28px;
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
}
.akfc-form.ak-task-info .akfc-form-header .ak-form-header-right .ak-nobtn {
  width: 153px;
  display: inline-block;
  border: 0;
}
.akfc-form.ak-task-info .akfc-form-header .ak-form-header-right .ak-help-btn {
  display: inline-block;
  padding: 0;
  padding: 0 15px 0 28px;
  border: none;
  border-radius: 15px;
  height: 28px;
  line-height: 28px;
  margin-top: 11px;
  font-size: 12px;
  margin-right: 15px;
  font-weight: 600;
  color: inherit;
  background-color: transparent;
}
.akfc-form.ak-task-info .akfc-form-header .ak-form-header-right .ak-help-btn i {
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 13px;
  transform: translateY(-50%);
}
.akfc-form.ak-task-info .akfc-form-header .ak-form-header-right .ak-help-btn:hover {
  background: rgba(179, 179, 179, 0.4);
}
.akfc-form.ak-task-info .akfc-form-header-title {
  margin-left: 15px;
  height: 50px;
  max-width: calc(50% - 15px);
}
.akfc-form.ak-task-info .akfc-form-header-title h4.title {
  margin-top: 0;
  margin-left: 0;
  cursor: pointer;
}
.akfc-form.ak-task-info .akfc-form-header-title h4.title .flowName {
  font-size: 14px;
  font-weight: 600;
  margin-top: 4px;
  color: #000;
}
.akfc-form.ak-task-info .akfc-form-header-title .foem-name {
  display: inline-block;
  max-width: calc(100vh);
}
.akfc-form.ak-task-info .akfc-form-header-title .no-des {
  margin-top: 0;
  height: 50px;
  line-height: 50px;
}
.akfc-form.ak-task-info .ak-unpublish .back-btn {
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 40px;
  color: #000;
}
.akfc-form.ak-task-info .ak-unpublish .back-btn i {
  font-size: 16px;
}
.akfc-form.ak-task-info .ak-unpublish .ak-flow-name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  height: 50px;
  line-height: 50px;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 600;
}
.akfc-form.ak-task-info .ak-unpublish-tip {
  width: 607px;
  height: 232px;
  padding: 50px 20px 20px 20px;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.akfc-form.ak-task-info .ak-unpublish-tip .title {
  color: #666;
  font-size: 20px;
  text-align: center;
  padding: 20px 0 25px 0;
}
.akfc-form.ak-task-info .ak-unpublish-tip .no-btn {
  padding-top: 40px;
}
.akfc-form.ak-task-info .ak-unpublish-tip .open-btn {
  text-align: center;
}
.akfc-form.ak-task-info .ak-unpublish-tip .open-btn .ant-btn {
  display: inline-block;
  cursor: pointer;
  height: 36px;
  line-height: 36px;
  min-width: 110px;
  padding: 0px 20px;
  border: 1px solid #1370d3;
  color: #1370d3;
  background: #fff;
  font-size: 14px;
  border-radius: 2px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  overflow: hidden;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  outline: none;
}
@media (max-width: 767px) {
  .akfc-form.ak-task-info .ak-unpublish-tip {
    width: 100%;
    padding: 20px;
  }
}
.ak-master-content .ak-content-list .fix-header {
  background: #fff;
  z-index: 99;
  position: fixed;
}
.ak-master-content .ak-content-list .fix-content {
  padding-top: 50px;
}
.ak-master-content .document-list .ak-content-list .fix-header {
  position: static;
}
.ak-master-content .document-list .ak-content-list .fix-content {
  padding-top: 0px;
}
@media (max-width: 1190px) {
  .akfc-form-box {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .akfc-form.ak-task-info .akfc-form-header-title {
    max-width: calc(100% - 170px);
    width: calc(100% - 170px);
    height: 50px;
    margin-left: 0;
  }
  .akfc-form.ak-task-info .right-btn .ant-btn span {
    display: none;
  }
  .akfc-form.ak-task-info .ak-unpublish .ak-isBack {
    width: calc(100% - 60px);
  }
  .akfc-form-box {
    padding-top: 50px;
    padding-left: 0;
    padding-right: 0;
    height: inherit;
    overflow-y: auto;
  }
  .pagecraft-wrapper .akfc-form-box {
    padding-top: 0px;
  }
}
/**统计报表页面新建报表*/
.general-report-add-report.ant-modal .ant-modal-content {
  height: 100%;
}
.general-report-add-report.ant-modal .ant-modal-content .ant-modal-close {
  left: 0;
  right: auto;
}
@media (max-width: 768px) {
  .general-report-add-report.ant-modal .ant-modal-content .ant-modal-close span.ant-modal-close-x {
    font-size: 16px;
  }
}
.general-report-add-report.ant-modal .ant-modal-content .ant-modal-header {
  height: 50px;
}
.general-report-add-report.ant-modal .ant-modal-content .ant-modal-header .ant-modal-title {
  display: none;
}
.general-report-add-report.ant-modal .ant-modal-content .ant-modal-body {
  padding-top: 0;
}
.general-report-add-report.ant-modal .ant-modal-content .container {
  margin: 0 auto;
}
.general-report-add-report.ant-modal .ant-modal-content .container .report-content {
  padding: 0 15px;
  /** 表坕部分*/
}
.general-report-add-report.ant-modal .ant-modal-content .container .report-content .report-des {
  height: 82px;
}
@media (min-width: 992px) {
  .general-report-add-report.ant-modal .ant-modal-content .container .report-content {
    width: 65%;
    margin: 0 auto;
    float: none;
  }
}
.general-report-add-report.ant-modal .ant-modal-content .container .report-content .ak-row-flex {
  display: flex;
  flex-flow: row nowrap;
}
.general-report-add-report.ant-modal .ant-modal-content .container .report-content-header {
  width: 100%;
  height: 8px;
  margin: 13px 0 100px 0;
  position: relative;
  z-index: 3;
}
.general-report-add-report.ant-modal .ant-modal-content .container .report-content-header .pointstepitem {
  position: relative;
  width: 33.3%;
}
.general-report-add-report.ant-modal .ant-modal-content .container .report-content-header .pointstepitem .pointstep-process {
  height: 8px;
  border-radius: 4px;
  position: relative;
  background: transparent;
  width: calc(100% + 6px);
}
.general-report-add-report.ant-modal .ant-modal-content .container .report-content-header .pointstepitem .pointstep-process .pointstep-point {
  width: 8px;
  height: 8px;
  background: transparent;
  border-radius: 4px;
  display: inline-block;
  background: #a5adba;
  position: absolute;
  top: 0px;
  left: 0;
}
.general-report-add-report.ant-modal .ant-modal-content .container .report-content-header .pointstepitem .pointstep-process .pointstep-point.active {
  background: #0065ff;
}
.general-report-add-report.ant-modal .ant-modal-content .container .report-content-header .pointstepitem .name {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  padding: 24px 0 10px 0;
  width: 160px;
  margin-left: -80px;
  color: #172b4d;
  text-decoration: none;
}
.general-report-add-report.ant-modal .ant-modal-content .container .report-content-header .pointstepitem .name.active {
  color: #0065ff;
}
.general-report-add-report.ant-modal .ant-modal-content .container .report-content-header .pointstepitem:nth-child(4) {
  position: absolute;
  width: auto;
  right: -80px;
  top: 0;
}
.general-report-add-report.ant-modal .ant-modal-content .container .report-content-header .select .pointstep-process {
  background: #0065ff;
}
.general-report-add-report.ant-modal .ant-modal-content .container .report-content-header .select .pointstep-process .pointstep-point {
  background: #0065ff;
}
.general-report-add-report.ant-modal .ant-modal-content .container .report-content-header .select .pointstep-point {
  background: #0065ff;
}
.general-report-add-report.ant-modal .ant-modal-content .container .report-content .text-center {
  text-align: center;
}
.general-report-add-report.ant-modal .ant-modal-content .container .report-content .form-title .title h2 {
  font-size: 26px;
  color: #172b4d;
  margin-top: 5px;
  margin-bottom: 50px;
}
.general-report-add-report.ant-modal .ant-modal-content .container .report-content .form-title .cteate h2 {
  margin-top: 0;
}
.general-report-add-report.ant-modal .ant-modal-content .container .report-content .form-title .description p {
  font-size: 14px;
  color: #172b4d;
  margin: 0 0 10px;
}
.general-report-add-report.ant-modal .ant-modal-content .container .report-content .form-botton {
  margin-top: 100px;
}
.general-report-add-report.ant-modal .ant-modal-content .container .report-content .form-botton .combtn {
  font-size: 14px;
  padding: 7px 12px;
  border-radius: 4px;
  border: none;
  box-shadow: none;
  color: #505f79;
  margin-left: 7px;
  cursor: pointer;
  height: 34px;
}
.general-report-add-report.ant-modal .ant-modal-content .container .report-content .form-botton .combtn.grey {
  background: #f5f6f8;
}
.general-report-add-report.ant-modal .ant-modal-content .container .report-content .form-botton .combtn.blue {
  background: #0052cc;
  color: #fff;
}
.general-report-add-report.ant-modal .ant-modal-content .container .noCreate.report-content {
  margin: 0 auto;
  margin-top: 30px;
  width: 460px;
}
.general-report-add-report.ant-modal .ant-modal-content .container .noCreate.report-content .form-permissions {
  padding: 0 20px;
}
.general-report-add-report.ant-modal .ant-modal-content .container .noCreate.report-content .form-permissions .ant-radio-group .ant-radio-wrapper {
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  line-height: 18px;
}
.general-report-add-report.ant-modal .ant-modal-content .container .noCreate.report-content .form-permissions p {
  padding-left: 22px;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #6b778c;
  font-size: 14px;
  line-height: 1.7;
}
.general-report-add-report.ant-modal .ant-modal-content .container .noCreate.report-content .form-setting {
  border-top: 1px solid #e3e3e3;
  padding: 20px;
}
.general-report-add-report.ant-modal .ant-modal-content .container .noCreate.report-content .form-setting span {
  font-size: 14px;
}
@media (max-width: 768px) {
  .general-report-add-report.ant-modal .ant-modal-content .container .noCreate.report-content {
    width: 100%;
  }
  .general-report-add-report.ant-modal .ant-modal-content .container .noCreate.report-content .form-permissions {
    padding: 0;
  }
  .general-report-add-report.ant-modal .ant-modal-content .container .noCreate.report-content .form-setting {
    padding: 20px 0 0 0;
  }
  .general-report-add-report.ant-modal .ant-modal-content .container .report-content-header {
    margin-bottom: 50px;
  }
  .general-report-add-report.ant-modal .ant-modal-content .container .report-content-header .pointstepitem:nth-child(4) {
    right: 0;
  }
}
/**新建报表*/
.ak-crate-report.ant-modal .report-content {
  padding: 0 15px;
  /** 表坕部分*/
}
.ak-crate-report.ant-modal .report-content .report-des {
  height: 82px;
}
@media (min-width: 992px) {
  .ak-crate-report.ant-modal .report-content {
    width: 50%;
    margin: 0 auto;
    float: none;
  }
}
.ak-crate-report.ant-modal .report-content .ak-row-flex {
  display: flex;
  flex-flow: row nowrap;
}
.ak-crate-report.ant-modal .report-content-header {
  width: 100%;
  height: 8px;
  margin: 13px 0 100px 0;
  position: relative;
  z-index: 3;
}
.ak-crate-report.ant-modal .report-content-header .pointstepitem {
  position: relative;
  width: 33.3%;
}
.ak-crate-report.ant-modal .report-content-header .pointstepitem .pointstep-process {
  height: 8px;
  border-radius: 4px;
  position: relative;
  background: transparent;
  width: calc(100% + 6px);
}
.ak-crate-report.ant-modal .report-content-header .pointstepitem .pointstep-process .pointstep-point {
  width: 8px;
  height: 8px;
  background: transparent;
  border-radius: 4px;
  display: inline-block;
  background: #a5adba;
  position: absolute;
  top: 0px;
  left: 0;
}
.ak-crate-report.ant-modal .report-content-header .pointstepitem .pointstep-process .pointstep-point.active {
  background: #0065ff;
}
.ak-crate-report.ant-modal .report-content-header .pointstepitem .name {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  padding: 24px 0 10px 0;
  width: 160px;
  margin-left: -80px;
  color: #172b4d;
  text-decoration: none;
}
.ak-crate-report.ant-modal .report-content-header .pointstepitem .name.active {
  color: #0065ff;
}
.ak-crate-report.ant-modal .report-content-header .pointstepitem:nth-child(4) {
  position: absolute;
  width: auto;
  right: -80px;
  top: 0;
}
.ak-crate-report.ant-modal .report-content-header .select .pointstep-process {
  background: #0065ff;
}
.ak-crate-report.ant-modal .report-content-header .select .pointstep-process .pointstep-point {
  background: #0065ff;
}
.ak-crate-report.ant-modal .report-content-header .select .pointstep-point {
  background: #0065ff;
}
.ak-crate-report.ant-modal .report-content .text-center {
  text-align: center;
}
.ak-crate-report.ant-modal .report-content .form-title .title h2 {
  font-size: 26px;
  color: #172b4d;
  margin-top: 5px;
  margin-bottom: 50px;
}
.ak-crate-report.ant-modal .report-content .form-title .cteate h2 {
  margin-top: 0;
}
.ak-crate-report.ant-modal .report-content .form-title .description p {
  font-size: 14px;
  color: #172b4d;
  margin: 0 0 10px;
}
.ak-crate-report.ant-modal .report-content .form-botton {
  margin-top: 100px;
}
.ak-crate-report.ant-modal .report-content .form-botton .combtn {
  font-size: 14px;
  padding: 7px 12px;
  border-radius: 4px;
  border: none;
  box-shadow: none;
  color: #505f79;
  margin-left: 7px;
  cursor: pointer;
  height: 34px;
}
.ak-crate-report.ant-modal .report-content .form-botton .combtn.grey {
  background: #f5f6f8;
}
.ak-crate-report.ant-modal .report-content .form-botton .combtn.blue {
  background: #0052cc;
  color: #fff;
}
.ak-crate-report.ant-modal .noCreate.report-content {
  margin: 0 auto;
  margin-top: 30px;
  width: 460px;
}
.ak-crate-report.ant-modal .noCreate.report-content .form-permissions {
  padding: 0 20px;
}
.ak-crate-report.ant-modal .noCreate.report-content .form-permissions .ant-radio-group .ant-radio-wrapper {
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  line-height: 18px;
}
.ak-crate-report.ant-modal .noCreate.report-content .form-permissions p {
  padding-left: 22px;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #6b778c;
  font-size: 14px;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .ak-crate-report.ant-modal .noCreate.report-content {
    width: 100%;
  }
  .ak-crate-report.ant-modal .noCreate.report-content .form-permissions {
    padding: 0;
  }
  .ak-crate-report.ant-modal .report-content-header {
    margin-bottom: 50px;
  }
  .ak-crate-report.ant-modal .report-content-header .pointstepitem:nth-child(4) {
    right: 0;
  }
}
.ak-form .ant-tabs {
  overflow: initial;
}
.ak-form .ant-tabs .ant-tabs-content div {
  transition: none;
}
.ak-form .ant-tabs .ant-tabs-content-animated,
.ak-form .ant-tabs .ant-tabs-tabpane {
  transition: none !important;
}
.ak-form .ant-form-item .ant-tabs [class^="ant-col-"] > .ant-form-item:only-child {
  margin-bottom: 0px;
}
.ak-sidebar .submit-form-success-page {
  height: 100%;
}
.ant-modal-wrap .submit-form-success-page {
  height: auto;
}
.ant-modal-wrap .submit-form-success-page .ak-container .content {
  margin-top: 0;
}
.submit-form-success-page {
  display: flex;
  flex-direction: column;
  height: 100vh;
  overflow: hidden;
}
.submit-form-success-page .ak-header {
  color: #000000;
  margin-bottom: 5px;
  height: auto;
  background-color: white;
}
.submit-form-success-page .ak-header .header-left {
  height: 50px;
  display: block;
}
.submit-form-success-page .ak-header .header-left .ak-title {
  display: inline-block;
  height: 100%;
  font-size: 16px;
  float: left;
  max-width: calc(50% - 15px);
}
.submit-form-success-page .ak-header .header-left .ak-title .ak-title-back {
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 40px;
  border: 0;
  float: left;
}
.submit-form-success-page .ak-header .header-left .ak-title .ak-title-back .anticon-close {
  height: 26px;
  line-height: 26px;
  font-size: 16px;
}
.submit-form-success-page .ak-header .header-left .ak-title .ak-title-back:hover {
  background: #1563f6;
  color: white;
}
.submit-form-success-page .ak-header .header-left .ak-title .ak-title-icon {
  font-weight: 700;
  display: inline-block;
  line-height: 50px;
  float: left;
  margin-left: 15px;
}
.submit-form-success-page .ak-header .header-left .ak-title .ak-title-text {
  font-weight: 700;
  padding-left: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  min-width: 20px;
  cursor: pointer;
}
.submit-form-success-page .ak-header .ak-form-header-back {
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.submit-form-success-page .ak-header .ak-form-header-back .ak-header-button {
  width: 50px;
  height: 50px;
  border: 0;
  color: inherit;
  background-color: transparent;
}
.submit-form-success-page .ak-header .ak-form-header-back .ak-header-button i {
  font-weight: 600;
}
.submit-form-success-page .ak-header .ak-form-header-back .ak-header-button:hover {
  background-color: #d9d9d9 !important;
  color: #000 !important;
}
.submit-form-success-page .ak-header .ak-form-header-name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  float: left;
  width: calc(100% - 394px);
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 600;
}
.submit-form-success-page .ak-header .ak-form-header-right {
  float: left;
  width: 344px;
  text-align: right;
}
.submit-form-success-page .ak-header .ak-form-header-right .ak-designer-btn {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  margin: 10px;
  border-radius: 4px;
  padding: 0 20px;
  border: solid 1px #fff;
  color: inherit;
  background-color: transparent;
  text-decoration: none;
}
.submit-form-success-page .ak-header .ak-form-header-right .ak-edit-listset-form {
  padding-right: 15px;
  float: right;
  line-height: 50px;
}
.submit-form-success-page .ak-header .ak-form-header-right .ak-edit-listset-form .ak-listset-adminbutton {
  height: 28px;
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
}
.submit-form-success-page .ak-header .ak-form-header-right .ak-nobtn {
  width: 153px;
  display: inline-block;
  border: 0;
}
.submit-form-success-page .ak-header .ak-form-header-right .ak-help-btn {
  display: inline-block;
  padding: 0;
  padding: 0 15px 0 28px;
  border: none;
  border-radius: 15px;
  height: 28px;
  line-height: 28px;
  margin-top: 11px;
  font-size: 12px;
  margin-right: 15px;
  font-weight: 600;
  color: inherit;
  background-color: transparent;
}
.submit-form-success-page .ak-header .ak-form-header-right .ak-help-btn i {
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 13px;
  transform: translateY(-50%);
}
.submit-form-success-page .ak-header .ak-form-header-right .ak-help-btn:hover {
  background: rgba(179, 179, 179, 0.4);
}
.submit-form-success-page .ak-container {
  overflow: scroll;
}
.submit-form-success-page .ak-container .content {
  text-align: center;
  max-width: 600px;
  margin: 15vh auto 0px auto;
  padding: 50px 0px;
  border-radius: 5px;
}
.submit-form-success-page .ak-container .content .topIcon {
  margin-bottom: 15px;
}
.submit-form-success-page .ak-container .content .topIcon .anticon {
  font-size: 60px;
  line-height: 50px;
  color: #1563f6;
}
.submit-form-success-page .ak-container .content .tip {
  font-size: 20px;
  line-height: 32px;
}
@media (max-width: 479px) {
  .submit-form-success-page .ak-container .content .tip {
    font-size: 18px;
  }
}
.submit-form-success-page .ak-container .content .info {
  margin-top: 20px;
}
.submit-form-success-page .ak-container .content .bottom {
  margin-top: 20px;
  font-size: 16px;
}
@media (max-width: 600px) {
  .submit-form-success-page .ak-container .content .bottom {
    font-size: 14px;
  }
}
.submit-form-success-page .ak-container .content .bottom a {
  color: #1563f6;
}
.submit-form-success-page .ak-container .content .bottom a i {
  padding-right: 3px;
}
@media (max-width: 600px) {
  .submit-form-success-page .ak-container .content {
    max-width: 95%;
    margin: 100px 15px 0px 15px;
  }
}
.akfc-print {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0 auto;
  padding-top: 0;
}
.akfc-print table tr th,
.akfc-print table tr td {
  page-break-inside: avoid;
}
.akfc-print .print-item {
  width: 100%;
}
.akfc-print .print-item.var_img {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.akfc-print .print-table-container {
  width: 100%;
}
.akfc-print .print-table-container .ant-table-thead > tr th:first-child,
.akfc-print .print-table-container .ant-table-tbody > tr td:first-child,
.akfc-print .print-table-container .ant-table-tbody tr td,
.akfc-print .print-table-container .ant-table-thead tr th,
.akfc-print .print-table-container tr td {
  padding: 1px 3px;
}
.akfc-print .print-table-container .ak-lookup-richtext {
  background-color: inherit;
}
.akfc-print .ak-print-page-bar {
  margin-bottom: 5px;
  width: 100%;
  background: #1563f6;
  color: #fff;
  font-size: 14px;
  padding: 8px 15px;
  font-weight: 500;
  border-radius: 6px;
}
.akfc-print .ak-print-page-header {
  height: 50px;
  font-size: 14px;
  padding-right: 10px;
  margin-bottom: 5px;
}
.akfc-print .ak-print-page-header .back-btn {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 0px;
  font-size: 14px;
  text-align: center;
}
.akfc-print .ak-print-page-header .back-btn:hover {
  background: #d9d9d9;
  color: #000;
}
.akfc-print .ak-print-page-header .print-title {
  padding-left: 8px;
  font-size: 20px;
}
.akfc-print .ak-list-icon-display div.ak-img {
  border: 0;
}
.akfc-print .ak-form .ant-form-item-control-wrapper {
  margin-bottom: 0;
}
.ant-modal-wrap .ant-modal.ac-printmodal .ak-print-page-header {
  display: none;
}
.ant-modal-wrap .ant-modal.ac-printmodal .pagecraft-wrapper {
  background: var(--c--backgrand);
  overflow: visible;
}
.ant-modal-wrap .ant-modal.ac-printmodal .pagecraft-wrapper .ak-form {
  width: 100%;
}
.ant-modal-wrap .ant-modal.ac-printmodal .ant-modal-body {
  background: var(--c--neutral-light-active);
  overflow: scroll;
}
.ant-modal-wrap .ant-modal.ac-printmodal .ant-modal-body > .ant-spin-nested-loading > .ant-spin-container {
  height: auto;
}
.ant-modal-wrap .ant-modal.ac-printmodal .ant-modal-body > .akfc-form.ak-task-info {
  overflow: visible;
  height: auto;
}
.ant-modal-wrap .ant-modal.ac-printmodal .ant-modal-body > .akfc-form.ak-task-info > .ant-spin-nested-loading > .ant-spin-container {
  height: auto;
}
.ant-modal-wrap .ant-modal.ac-printmodal .print-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ant-modal-wrap .ant-modal.ac-printmodal .print-header .options {
  display: flex;
  gap: 5px;
}
.ant-modal-wrap .ant-modal.ac-printmodal .print-header .options .option-item {
  padding: 5px;
}
.ant-modal-wrap .ant-modal.ac-printmodal .print-header .options .option-item .item-select {
  display: inline-block;
  min-width: 90px;
}
.ant-modal-wrap .ant-modal.ac-printmodal .pagecraft-wrapper {
  overflow-x: auto;
}
.print-header .option-item,
.print-set .option-item {
  display: flex;
  flex-direction: column;
}
.print-header .option-item .item-label,
.print-set .option-item .item-label {
  display: inline-block;
  color: var(--c--neutral-dark);
  font-size: 10px;
  line-height: 16px;
}
.print-header .option-item .item-select .ant-select-selection--single,
.print-set .option-item .item-select .ant-select-selection--single {
  height: 22px;
}
.print-header .option-item .item-select .ant-select-selection--single .ant-select-selection-selected-value,
.print-set .option-item .item-select .ant-select-selection--single .ant-select-selection-selected-value {
  font-size: 10px;
  line-height: 22px;
}
.print-set .option-item {
  padding: 0px;
}
@media print {
  .noprint {
    display: none;
  }
  /* Hide scrollbar for Chrome, Safari and Opera */
  ::-webkit-scrollbar {
    display: none;
  }
  /* Hide scrollbar for IE, Edge and Firefox */
  body {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }
  body .ak-overflow.l2,
  body .ak-overflow.l3,
  body .ak-overflow.l4,
  body .ak-overflow.l5 {
    -webkit-line-clamp: 1;
  }
  .print_noprint_content {
    display: none !important;
  }
  body:has(.report-detail-modal) #app_content {
    display: none;
  }
  .ak-listset-masterpage:has(.ak-fixed-side-form .pagecraft-wrapper) .ak-listset-header,
  .ak-listset-masterpage:has(.ak-fixed-side-form .pagecraft-wrapper) .ak-listset-new-navigation {
    display: none;
  }
  .ak-app-layout:has(.ak-fixed-side-form .pagecraft-wrapper) > .ak-content-list {
    display: none;
  }
  .ant-modal-mask {
    display: none;
  }
  .ac-printmodal .ant-modal-close,
  .ac-printmodal .ant-modal-header {
    display: none;
  }
  .ac-printmodal .ant-modal-body {
    padding: 0 !important;
    background: #ffffff;
  }
  .ac-printmodal .ant-modal-body .pagecraft-wrapper {
    width: 100%;
    padding: 0;
  }
  .ak-modal-full-screen,
  .report-detail-modal,
  .listitemdlg,
  .print-form-modal.ant-modal {
    position: relative !important;
    height: auto !important;
  }
  .ak-modal-full-screen .ant-modal-content,
  .report-detail-modal .ant-modal-content,
  .listitemdlg .ant-modal-content,
  .print-form-modal.ant-modal .ant-modal-content {
    min-height: auto !important;
    height: auto !important;
    box-shadow: none;
  }
  .ak-modal-full-screen .akfc-print,
  .report-detail-modal .akfc-print,
  .listitemdlg .akfc-print,
  .print-form-modal.ant-modal .akfc-print {
    height: auto;
  }
  .ak-modal-full-screen .pagecraft-wrapper,
  .report-detail-modal .pagecraft-wrapper,
  .listitemdlg .pagecraft-wrapper,
  .print-form-modal.ant-modal .pagecraft-wrapper {
    height: auto;
  }
  .ak-modal-full-screen .pagecraft-wrapper .pagecraftform,
  .report-detail-modal .pagecraft-wrapper .pagecraftform,
  .listitemdlg .pagecraft-wrapper .pagecraftform,
  .print-form-modal.ant-modal .pagecraft-wrapper .pagecraftform {
    display: block;
    min-height: auto;
  }
  .ant-modal-wrap {
    position: relative !important;
  }
  .ant-modal-wrap .ak-fixed-side-form {
    position: relative;
  }
  .ant-modal-wrap.listitemdlg {
    position: unset !important;
    overflow: unset;
  }
  body {
    -webkit-print-color-adjust: exact;
    visibility: visible;
  }
  body,
  html {
    height: 99% !important;
  }
  .akfc-form {
    visibility: visible;
    padding-top: 0px;
    margin-top: 0px;
  }
  .akfc-print .akfc-form-content {
    visibility: visible;
  }
  .ak-master-content.ant-layout-content > div {
    min-height: 99vh !important;
  }
  .ak-list-icon-display div.ak-img {
    border: 0;
  }
  .ak-new-listset-content.ant-layout-content {
    height: auto;
  }
  .akfc-form.ak-task-info {
    height: 100%;
  }
}
.ak-report-fields-modal .field-type-column {
  display: flex;
  align-items: center;
}
.ak-report-fields-modal .field-type-column .field-name {
  width: 87px;
  border: 1px solid #e3e3e3;
  padding: 0 5px;
  background: #fff;
  margin-left: 5px;
  color: #818e9a;
  display: flex;
  align-items: center;
}
.ak-report-fields-modal .field-type-column .field-name .name {
  display: inline-block;
  width: calc(100% - 12px);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.ak-report-fields-modal .field-type-column .field-name .dowm-icon {
  font-size: 10px;
  min-width: auto;
}
.ak-report-fields-modal .field-type-column .field-list {
  margin-left: 33px;
}
.ak-actions-select .ant-popover-inner-content {
  padding-left: 0;
  padding-right: 0;
}
.ak-actions-select .ant-popover-inner-content .ant-transfer-list {
  border: 0;
  width: 267px;
}
.ak-actions-select .ant-popover-inner-content .ant-transfer-list .ant-transfer-list-footer {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 7px;
}
.ak-actions-value {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  padding: 5px 10px;
  gap: 5px;
  border: solid 1px var(--c--neutral-light-active);
}
.ak-actions-value .tag {
  color: var(--c--backgrand);
  padding: 0px 3px 0px 3px;
  border-radius: 3px;
  background-color: var(--c--neutral);
}
.ak-actions-value .anticon {
  color: var(--c--neutral);
}
.ak-sider-action .ak-sidebar-header {
  background-color: #33475b;
  height: 50px;
  color: #fff;
}
.ak-sider-action .ak-sidebar-header .ak-sidebar-closebtn {
  color: #fff;
}
.ak-sider-action .ak-sidebar-content {
  padding: 0 20px;
}
@media (max-width: 767px) {
  .ak-sider-action {
    max-width: 100%;
  }
  .ak-sider-action .action-container .action-steps .action-steps-header .action-name {
    max-width: 320px;
  }
}
.action-container {
  padding-top: 10px;
  line-height: normal;
}
.action-container .action-header {
  padding: 10px 0px;
}
.action-container .action-header-title {
  font-weight: 600;
}
.action-container .action-header-btn {
  font-weight: 600;
}
.action-container .action-content .desc {
  font-size: 10px;
  color: var(--c--neutral-dark);
}
.action-container .action-content .action-item {
  height: 45px;
  border-bottom: 1px solid var(--c--neutral-light-active);
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}
.action-container .action-content .action-item-name {
  flex: 1;
}
.action-container .action-content .action-item .right-list {
  background: #1563f6;
  color: #fff;
  display: inline-block;
  padding: 2px 8px;
  border-radius: 15px;
  line-height: 20px;
}
.action-container .action-content .action-item .right-btn {
  color: #8e8a8a;
  font-size: 14px;
  font-weight: 600;
}
.action-container .action-content .action-item.add {
  color: var(--c--primary);
  font-weight: 600;
  border-bottom: none;
}
.action-container .action-content .action-no-content {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  color: #999999;
}
.action-container .action-steps .action-steps-back {
  margin-top: 15px;
}
.action-container .action-steps .action-steps-back a {
  color: #999999;
}
.action-container .action-steps .action-steps-back a i {
  font-size: 12px;
  margin-right: 3px;
}
.action-container .action-steps .action-steps-back .steps-list {
  color: #1563f6;
}
.action-container .action-steps .action-steps-box {
  border-bottom: 1px solid var(--c--neutral-light-active);
  padding: 5px 0;
}
.action-container .action-steps .action-steps-header {
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
}
.action-container .action-steps .action-steps-header .action-name {
  display: inline-block;
  font-size: 18px;
  max-width: 330px;
  float: left;
  white-space: nowrap;
}
.action-container .action-steps .action-steps-content .step-des {
  padding: 5px 0;
}
.action-container .action-steps .step-list {
  margin-top: 10px;
  padding-bottom: 20px;
}
.action-container .action-steps .step-list .item-box .step-list-item {
  height: 40px;
  line-height: 40px;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  padding-left: 10px;
  padding-right: 10px;
  background: var(--c--neutral-light);
  display: flex;
  align-items: center;
}
.action-container .action-steps .step-list .item-box .step-list-item .icon-drag {
  color: #6f6d6d;
  font-size: 14px;
  margin-right: 10px;
  cursor: pointer;
}
.action-container .action-steps .step-list .item-box .step-list-item .item-name {
  flex: 1;
  font-size: 12px;
}
.action-container .action-steps .step-list .item-box .step-list-item .item-name .type-icon {
  margin-right: 8px;
  font-size: 12px;
  color: var(--c--neutral-dark);
}
.action-container .action-steps .step-list .item-box .step-list-item .item-right {
  line-height: 40px;
  font-size: 14px;
  color: #999999;
  cursor: pointer;
}
.action-container .action-steps .step-list .item-box .step-list-item .item-action .item-menu {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin: 7px 5px;
  text-align: center;
  line-height: 26px;
  cursor: pointer;
}
.action-container .action-steps .step-list .item-box .step-list-item .item-action .item-menu .menu-icon {
  color: var(--c--neutral-dark);
}
.action-container .action-steps .step-list .item-box .step-list-item .item-action .item-menu:hover {
  background: #DFE1E5;
}
.action-container .action-steps .step-list .item-box .step-list-item.step-opened {
  border-radius: 6px 6px 0px 0px;
}
.action-container .action-steps .step-list .item-box .action-rename-input {
  max-width: 200px;
}
.action-container .action-steps .step-list .item-box .step-list-driver .left-down,
.action-container .action-steps .step-list .item-box .step-list-driver .right-add {
  color: #b1abab;
  line-height: 26px;
}
.action-container .action-steps .step-list .item-box .step-list-driver .left-down {
  display: inline-block;
  width: 50%;
}
.action-container .action-steps .step-list .item-box .step-list-driver .down-icon {
  font-size: 24px;
}
.action-container .action-steps .step-list .item-box .step-list-driver .add-icon {
  cursor: pointer;
}
.action-container .action-steps .step-list .item-box .akfc-step-setting {
  margin-bottom: 8px;
  border-top: 0;
  border-radius: 0px 0px 6px 6px;
}
.action-container .action-steps .step-add {
  font-weight: 600;
  text-align: center;
  padding: 5px;
  margin-top: 15px;
  padding: 10px;
  color: #1563f6;
  cursor: pointer;
  border: 1px dashed var(--c--neutral);
  font-weight: 500;
}
.action-container .action-footer {
  padding: 20px;
}
.action-container .action-footer-btn {
  font-weight: 600;
}
.action-container .action-footer-btn .icon-fw {
  margin-right: 5px;
}
.action-step-types {
  width: 360px;
}
.action-step-types .ant-popover-inner-content {
  padding: 0;
}
.action-step-types .step-types-title {
  padding: 5px 10px;
  line-height: 30px;
  border-bottom: 1px solid var(--c--neutral-light-active);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.action-step-types .step-types-title .action-btn .icon {
  margin-right: 5px;
}
.action-step-types .step-types-container {
  max-height: 50vh;
  overflow-y: auto;
}
.action-step-types .step-types-content {
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  color: var(--c--neutral-dark-active);
}
.action-step-types .step-types-content .step-sub-title {
  font-weight: 600;
  color: var(--c--neutral-dark);
  padding: 15px 10px 5px 10px;
  border-top: 1px solid var(--c--neutral-light-active);
}
.action-step-types .step-types-content .type-item {
  cursor: pointer;
  padding: 5px 20px;
}
.action-step-types .step-types-content .type-item i {
  border-radius: 20px;
  margin-right: 10px;
  font-size: 10px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
}
.action-step-types .step-types-content .type-item:hover {
  background: var(--c--neutral-light);
}
.dragStepItem .step-list-item {
  height: 40px;
  line-height: 40px;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  padding-left: 10px;
  padding-right: 10px;
  background: var(--c--neutral-light);
  display: flex;
  align-items: center;
}
.dragStepItem .step-list-item .icon-drag {
  color: #6f6d6d;
  font-size: 14px;
  margin-right: 10px;
  cursor: pointer;
}
.dragStepItem .step-list-item .item-name {
  flex: 1;
  font-size: 12px;
}
.dragStepItem .step-list-item .item-name .type-icon {
  margin-right: 8px;
  font-size: 12px;
  color: var(--c--neutral-dark);
}
.dragStepItem .step-list-item .item-right {
  line-height: 40px;
  font-size: 14px;
  color: #999999;
  cursor: pointer;
}
.dragStepItem .step-list-item .item-action .item-menu {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin: 7px 5px;
  text-align: center;
  line-height: 26px;
  cursor: pointer;
}
.dragStepItem .step-list-item .item-action .item-menu .menu-icon {
  color: var(--c--neutral-dark);
}
.dragStepItem .step-list-item .item-action .item-menu:hover {
  background: #DFE1E5;
}
.dragStepItem .step-list-item.step-opened {
  border-radius: 6px 6px 0px 0px;
}
.dragStepItem .action-rename-input {
  max-width: 200px;
}
.action-dropdown {
  width: 200px;
}
.item-box.ak-drag-item .step-list-item {
  height: 40px;
  line-height: 40px;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  padding-left: 10px;
  padding-right: 10px;
  background: var(--c--neutral-light);
  display: flex;
  align-items: center;
}
.item-box.ak-drag-item .step-list-item .icon-drag {
  color: #6f6d6d;
  font-size: 14px;
  margin-right: 10px;
  cursor: pointer;
}
.item-box.ak-drag-item .step-list-item .item-name {
  flex: 1;
  font-size: 12px;
}
.item-box.ak-drag-item .step-list-item .item-name .type-icon {
  margin-right: 8px;
  font-size: 12px;
  color: var(--c--neutral-dark);
}
.item-box.ak-drag-item .step-list-item .item-right {
  line-height: 40px;
  font-size: 14px;
  color: #999999;
  cursor: pointer;
}
.item-box.ak-drag-item .step-list-item .item-action .item-menu {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin: 7px 5px;
  text-align: center;
  line-height: 26px;
  cursor: pointer;
}
.item-box.ak-drag-item .step-list-item .item-action .item-menu .menu-icon {
  color: var(--c--neutral-dark);
}
.item-box.ak-drag-item .step-list-item .item-action .item-menu:hover {
  background: #DFE1E5;
}
.item-box.ak-drag-item .step-list-item.step-opened {
  border-radius: 6px 6px 0px 0px;
}
.item-box.ak-drag-item .action-rename-input {
  max-width: 200px;
}
.item-box.ak-drag-item .step-list-driver,
.item-box.ak-drag-item .akfc-step-setting {
  display: none;
}
.ak-setting-binding-button.ant-btn {
  margin-bottom: 5px;
  background-color: #fafafa;
}
.ak-setting-fullbutton.ant-btn {
  width: 100%;
  height: 32px;
  background-color: #f5f7fa;
}
.ak-pick-color.button .ak-pick-color-display > div {
  width: 40px;
  height: 20px;
  font-size: 10px;
}
.flex-search-header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
.flex-search-header .search-items-input {
  min-width: 150px;
  width: 200px;
}
.flex-search-header .search-items-input input {
  border-radius: 3px;
}
.flex-search-header .status-select {
  flex-shrink: 0;
}
.flex-search-header .ak-header-button {
  text-align: center;
  cursor: pointer;
  padding: 0;
  color: #000;
  line-height: 50px;
  overflow: hidden;
  border: 0;
  height: 50px;
}
@media (max-width: 479px) {
  .flex-search-header .ak-header-button span {
    display: none;
  }
}
@media (max-width: 767px) {
  .flex-search-header .ak-select-content {
    margin-right: auto;
    line-height: 50px;
    font-weight: 700;
    font-size: 18px;
    color: black;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.ak-mobile-layout-frame .ak-content-list .ak-main-content-body {
  padding-top: 0px;
}
.ak-mobile-layout-frame .app-search-page .ak-content-list .ak-main-content-body {
  margin-top: 0px;
}
.base-button {
  margin-left: 10px;
}
@media (max-width: 767px) {
  .flex-left-button {
    margin-right: auto;
  }
}
.ak-new-homepage-frame.ak-mobile-layout-frame .ak-content-list .ak-workspace-title {
  display: none;
}
.ak-new-homepage-frame.ak-mobile-layout-frame .ak-content-list .ak-main-content-body {
  margin-top: 0px;
  height: calc(100vh - 59px);
}
.contentlist-flex-header {
  padding: 0 10px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 767px) {
  .ak-container .ak-content-list .contentlist-flex-header .ak-header-button span {
    display: inline-block;
  }
}
.form-frame {
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.form-frame .publicform-box {
  min-width: 320px;
  width: 820px;
  background-color: #fff;
  box-shadow: 4px 5px 14px 3px rgba(0, 0, 0, 0.03);
  border-radius: 6px;
  padding: 20px 20px;
  margin: 100px 0px;
  position: relative;
}
@media (max-width: 820px) {
  .form-frame .publicform-box {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .form-frame .publicform-box {
    border-radius: 0px;
    margin-bottom: 0px;
    padding-bottom: 30px;
    margin-top: 200px;
  }
}
.form-frame .publicform-box .public-form-header {
  margin-bottom: 40px;
}
.form-frame .publicform-box .public-form-empty {
  height: 200px;
  text-align: center;
  padding-top: 50px;
  font-size: 15px;
  color: #666666;
}
.form-frame .publicform-box .loading-box {
  height: 200px;
  padding-top: 50px;
  text-align: center;
}
.form-frame .publicform-box .public-form-button-group {
  margin-top: 20px;
}
.form-frame .publicform-box .public-form-button-group .ant-btn {
  max-width: 100%;
  overflow-x: hidden;
  min-width: 90px;
  font-size: 14px;
  height: 34px;
  border-radius: 3px;
}
.form-frame .form-background {
  background-color: #fff;
  position: absolute;
  left: 0;
}
@media (max-width: 767px) {
  .form-frame .no-background {
    margin-top: 0;
  }
}
.control-settings-menu-item .ant-menu-item {
  height: auto;
  padding: 0 !important;
  cursor: auto;
}
.control-settings-menu-item .ant-menu-item:after {
  border-right: transparent;
}
.control-settings-menu-item .ant-menu-item:hover {
  background-color: transparent;
  color: inherit;
}
.control-settings-menu-item .ant-menu-item-selected {
  background-color: transparent !important;
  color: inherit;
}
.control-settings-menu .ant-menu-item {
  height: auto;
  padding: 0 !important;
  cursor: auto;
}
.control-settings-menu .ant-menu-item:after {
  border-right: transparent;
}
.control-settings-menu .ant-menu-item:hover {
  background-color: transparent;
  color: inherit;
}
.control-settings-menu .ant-menu-item-selected {
  background-color: transparent !important;
  color: inherit;
}
.control-settings-menu .ant-menu-submenu .ant-menu-sub .ant-menu-item {
  height: auto;
  padding: 0 !important;
  cursor: auto;
}
.control-settings-menu .ant-menu-submenu .ant-menu-sub .ant-menu-item:after {
  border-right: transparent;
}
.control-settings-menu .ant-menu-submenu .ant-menu-sub .ant-menu-item:hover {
  background-color: transparent;
  color: inherit;
}
.control-settings-menu .ant-menu-submenu .ant-menu-sub .ant-menu-item-selected {
  background-color: transparent !important;
  color: inherit;
}
.control-settings-menu .ant-menu-submenu .ant-menu-submenu-title {
  padding: 0 0 0 7.5px !important;
  height: 30px;
  line-height: 30px;
  background: #eeeeee;
  margin: 10px 0px;
  font-weight: 600;
}
.control-settings-menu .ant-menu-submenu .ant-menu-submenu-title:hover {
  color: initial;
}
.control-settings-menu i {
  margin-right: 0px;
}
.button-select-group.ant-btn-group {
  display: flex;
}
.button-select-group.ant-btn-group .button-item {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
}
.button-select-group.ant-btn-group .button-item .anticon {
  margin-right: 0;
}
.button-select-group.ant-btn-group .ant-btn-primary {
  background-color: #a4afb7;
  border-color: #d5dadf;
}
.button-select-group.ant-btn-group .ant-btn-primary:hover {
  border-color: #d5dadf;
}
.button-select-group.ant-btn-group .ant-btn-ghost,
.button-select-group.ant-btn-group .ant-btn-ghost:hover {
  border-color: #d5dadf;
  color: #6d7882;
}
.button-select-group.ant-btn-group .button-item:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.button-select-group.ant-btn-group .button-item:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.button-select-group.ant-btn-group .button-item:first-child:not(:last-child) {
  border-right-color: #a4afb7;
}
.button-select-group.ant-btn-group .button-item:last-child:not(:first-child) {
  border-left-color: #a4afb7;
}
.button-select-group.ant-btn-group .button-item:not(:first-child):not(:last-child) {
  border-right-color: #a4afb7;
  border-left-color: #a4afb7;
}
.setting-tab .tabs > div {
  flex: 1;
  text-align: center;
  background: #fff;
  padding: 12px 0 8px;
  color: #6d7882;
  cursor: pointer;
}
.setting-tab .tabs > div.active {
  color: #000;
  border-bottom: 3px solid #1563f6;
}
.setting-tab .tabs {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  margin-bottom: 10px;
}
.setting-tab .tabs .tab-title {
  font-size: 10px;
  font-weight: 600;
}
.setting-tab .tabs .tab-title.noicon {
  font-size: 12px;
}
.setting-tab .tabs-setting {
  padding-right: 8px;
}
.setting-tab .tabs-setting .tabs-list .item-box {
  margin-bottom: 10px;
}
.setting-tab .tabs-setting .tabs-list .item-box .step-list-item {
  height: 40px;
  line-height: 40px;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  padding-left: 10px;
  padding-right: 10px;
  background: var(--c--neutral-light);
  display: flex;
  align-items: center;
}
.setting-tab .tabs-setting .tabs-list .item-box .step-list-item .icon-drag {
  color: #6f6d6d;
  font-size: 14px;
  margin-right: 10px;
  cursor: pointer;
}
.setting-tab .tabs-setting .tabs-list .item-box .step-list-item .item-name {
  flex: 1;
  font-size: 12px;
}
.setting-tab .tabs-setting .tabs-list .item-box .step-list-item .item-name .type-icon {
  margin-right: 8px;
  font-size: 12px;
  color: var(--c--neutral-dark);
}
.setting-tab .tabs-setting .tabs-list .item-box .step-list-item .item-right {
  line-height: 40px;
  font-size: 14px;
  color: #999999;
  cursor: pointer;
}
.setting-tab .tabs-setting .tabs-list .item-box .step-list-item .item-action .item-menu {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin: 7px 5px;
  text-align: center;
  line-height: 26px;
  cursor: pointer;
}
.setting-tab .tabs-setting .tabs-list .item-box .step-list-item .item-action .item-menu .menu-icon {
  color: var(--c--neutral-dark);
}
.setting-tab .tabs-setting .tabs-list .item-box .step-list-item .item-action .item-menu:hover {
  background: #DFE1E5;
}
.setting-tab .tabs-setting .tabs-list .item-box .step-list-item.step-opened {
  border-radius: 6px 6px 0px 0px;
}
.setting-tab .tabs-setting .tabs-list .item-box .action-rename-input {
  max-width: 200px;
}
.setting-tab .tabs-setting .tabs-list .item-box .akfc-step-setting {
  border-top: 0;
  padding: 10px;
}
.setting-tab .tabs-setting .tabs-list .item-box .step-list-item {
  cursor: pointer;
}
.setting-tab .tabs-setting .tabs-list .item-box .step-list-item .icon-drag {
  float: left;
  line-height: 40px;
}
.setting-tab .tabs-setting .tabs-list .item-box .step-list-item .item-name {
  font-size: 12px;
  display: inline-block;
  width: 75%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.setting-tab .tabs-setting .tabs-list .item-box .step-list-item .item-right {
  border: 0;
  line-height: initial;
  background: transparent;
  color: #000000;
}
.setting-tab .tabs-setting .tabs-list .item-box .step-list-item .item-right.ak-btn-disable {
  color: #BFBFBF;
}
.setting-tab .tabs-setting .tabs-add {
  text-align: center;
  padding-top: 5px;
  margin-bottom: 10px;
}
.setting-tab .tabs-setting .tabs-add .add-btn {
  display: inline-block;
  border-radius: 3px;
  border: 0;
  color: #1563f6;
}
.action-dropdown .del-item,
.step-dropDown .del-item {
  color: var(--c--danger);
}
.action-dropdown .del-item i,
.step-dropDown .del-item i {
  color: var(--c--danger);
}
.device-container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  min-height: 100%;
  height: 100%;
  position: relative;
}
.device-container.preview {
  display: flex;
  flex-direction: column;
}
.device-container.preview > .ant-spin-nested-loading {
  flex: 1;
  overflow: hidden;
}
.device-container.preview > .ant-spin-nested-loading > .ant-spin-container {
  height: 100%;
}
.device-container > iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.device-container.full {
  width: 100%;
}
.device-container.mobile {
  width: 360px;
  height: 660px;
  border-radius: 30px;
  background-color: #111;
  padding: 40px 10px 70px;
  min-height: unset;
}
.device-container.tablet {
  width: 788px;
  height: 1025px;
  border-radius: 30px;
  background-color: #111;
  padding: 40px 10px 70px;
  min-height: unset;
}
.device-selector {
  display: flex;
  flex-direction: row;
  line-height: 50px;
}
.device-selector > div {
  padding: 5px;
  cursor: pointer;
}
.device-selector > div.active {
  color: #1563f6;
}
.device-selector > div:hover {
  color: #1563f6;
}
.akfc-form-container {
  height: 100%;
  flex: 1;
  width: 100%;
  overflow: auto;
  background: #fbfcfe;
}
.ak-frame-root {
  height: 100%;
}
.ak-frame-root > .pagecraft-wrapper {
  display: flex;
  flex-direction: column;
}
.container-margin {
  margin: 5px;
  padding: 1px;
  width: calc(100% - 10px);
}
.form-section,
.form-section-column {
  margin-bottom: 0px;
}
.comp-wrapper {
  position: relative;
  width: 100%;
  min-width: 0px;
  max-width: 100%;
}
.comp-wrapper .pic-container img {
  vertical-align: middle;
  display: inline-block;
}
.akc_section .section-control {
  position: absolute;
  left: 50%;
  margin-left: -30px;
  top: -24px;
  color: #fff;
  cursor: pointer;
  display: none;
  z-index: 1;
}
.akc_section .section-control.inside {
  transform: translateY(-100%);
  top: 24px;
}
.akc_section .section-control.inside > div:first-child {
  border-radius: 0 0 0 6px;
}
.akc_section .section-control.inside > div:last-child {
  border-radius: 0 0 6px 0;
}
.akc_section .section-control > div {
  padding: 4px 8px 2px 8px;
  background: #71d7f7;
}
.akc_section .section-control > div:first-child {
  border-radius: 6px 0 0 0;
}
.akc_section .section-control > div:last-child {
  border-radius: 0 6px 0 0;
}
.akc_section .section-control > div:hover {
  background-color: #10bcf2;
}
.akc_section .section-control .anticon-move1 {
  transform: rotate(90deg);
}
.akc_section:hover .section-control {
  display: flex;
}
.akc_section.design:hover {
  outline: 2px solid #71d7f7;
}
.akc_section .section-columns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.akc_section .column-wrapper {
  position: relative;
  max-width: 100%;
  width: 100%;
}
.akc_section .column-wrapper.flex {
  display: flex;
}
.akc_section .column-wrapper .resize-handler {
  width: 5px;
  position: absolute;
  top: 0;
  right: -2px;
  height: 100%;
  z-index: 10;
  cursor: col-resize;
}
.form-container .hover-control {
  position: absolute;
  background-color: #6A757E;
  display: none;
  cursor: pointer;
  z-index: 99;
  top: 0;
  left: 0;
}
.form-container .hover-control > i {
  padding: 3px;
  font-size: 12px;
  color: #fff;
}
.form-container .hover-control > i:hover {
  background-color: #495157;
}
.form-container:hover > .hover-control {
  display: block;
}
.form-container .akfc-form-control.empty {
  min-height: inherit;
}
a.form-container {
  color: inherit;
}
a.form-container:focus {
  text-decoration: none;
}
.form-section-column {
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
}
.form-section-column .column-control {
  position: absolute;
  background-color: #6A757E;
  display: none;
  cursor: pointer;
  z-index: 99;
  top: 0;
  left: 0;
}
.form-section-column .column-control > .anticon {
  padding: 3px;
  font-size: 14px;
  color: #fff;
}
.form-section-column .column-control > .anticon:hover {
  background-color: #495157;
}
.form-section-column .column-control .anticon-ellipsis {
  transform: rotate(90deg);
}
.form-section-column:hover .column-control {
  display: block;
}
.form-section-column.design:hover {
  outline: 1px dashed #6d7882;
}
.form-section-column .ant-form-item {
  width: 100%;
}
.structure-panel .structure-item {
  height: 74px;
  width: 50%;
  display: flex;
  flex-direction: row;
  float: left;
  padding: 15px;
  color: #ffffff;
  cursor: pointer;
}
.structure-panel .structure-item .structure-copies {
  background: #b5c0c9;
  height: 44px;
  margin-right: 2px;
  text-align: center;
  line-height: 44px;
}
.structure-panel .structure-item .structure-item-selected {
  background: #879096;
}
.picture-picker {
  position: relative;
  overflow: hidden;
}
@keyframes picture-picker-ani {
  from {
    bottom: -30px;
  }
  to {
    bottom: 0;
  }
}
@-moz-keyframes picture-picker-ani {
  from {
    bottom: -30px;
  }
  to {
    bottom: 0;
  }
}
@-webkit-keyframes picture-picker-ani {
  from {
    bottom: -30px;
  }
  to {
    bottom: 0;
  }
}
@-o-keyframes picture-picker-ani {
  from {
    bottom: -30px;
  }
  to {
    bottom: 0;
  }
}
@keyframes picture-picker-aniback {
  from {
    bottom: 0;
  }
  to {
    bottom: -30px;
  }
}
@-moz-keyframes picture-picker-aniback {
  from {
    bottom: 0;
  }
  to {
    bottom: -30px;
  }
}
@-webkit-keyframes picture-picker-aniback {
  from {
    bottom: 0;
  }
  to {
    bottom: -30px;
  }
}
@-o-keyframes picture-picker-aniback {
  from {
    bottom: 0;
  }
  to {
    bottom: -30px;
  }
}
.picture-picker .ant-upload.ant-upload-select-picture-card {
  width: 100%;
  height: 110px;
  margin-bottom: 0px;
}
.picture-picker .ant-upload.ant-upload-select-picture-card .ak-icon-upload {
  height: 110px;
}
.picture-picker .ak-list-icon-display {
  margin: 0;
  width: 100%;
}
.picture-picker .ak-list-icon-display .ak-img img {
  width: 100%;
  max-width: inherit;
  max-height: inherit;
}
.picture-picker .picture-picker-tool {
  position: absolute;
  bottom: -31px;
  width: 100%;
  height: 30px;
  background: rgba(109, 120, 130, 0.85);
  color: #eeeeee;
  cursor: pointer;
  animation: picture-picker-aniback 0.3s;
  -moz-animation: picture-picker-aniback 0.3s;
  -webkit-animation: picture-picker-aniback 0.3s;
  -o-animation: picture-picker-aniback 0.3s;
  display: flex;
}
.picture-picker .picture-picker-tool .tool-title {
  line-height: 30px;
  height: 30px;
  flex: 1 auto;
  text-align: center;
}
.picture-picker .picture-picker-tool .tool-icon {
  width: 40px;
  line-height: 30px;
  text-align: center;
  border-left: 1px solid #fbfbfb;
}
.picture-picker .picture-picker-tool .tool-icon i {
  margin-right: 0px;
}
.picture-picker:hover .picture-picker-tool {
  position: absolute;
  width: 100%;
  height: 30px;
  bottom: 0;
  animation: picture-picker-ani 0.3s;
  -moz-animation: picture-picker-ani 0.3s;
  -webkit-animation: picture-picker-ani 0.3s;
  -o-animation: picture-picker-ani 0.3s;
}
.picture-size-input {
  display: flex;
  justify-content: space-between;
}
.picture-size-input .width {
  width: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.picture-size-input .ident {
  line-height: 28px;
}
.picture-size-input .height {
  width: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.picture-size-input .size-update-button {
  width: 65px;
}
.input-variable,
.variable-box,
.picture-picker {
  height: auto;
}
.input-variable .var-percent .ant-input,
.variable-box .var-percent .ant-input,
.picture-picker .var-percent .ant-input {
  border-right: 0;
}
.input-variable .ant-input-group-wrapper .ant-input-group-addon,
.variable-box .ant-input-group-wrapper .ant-input-group-addon,
.picture-picker .ant-input-group-wrapper .ant-input-group-addon {
  padding: 0;
  background-color: transparent;
}
.input-variable .ak-formula-input,
.variable-box .ak-formula-input,
.picture-picker .ak-formula-input {
  display: flex;
  align-items: center;
}
.input-variable .ak-formula-input .input-variable-button,
.variable-box .ak-formula-input .input-variable-button,
.picture-picker .ak-formula-input .input-variable-button {
  background: #E7E9EC;
  display: flex;
  border: 1px solid #d9d9d9;
  border-left: 0;
}
.input-variable .input-variable-button,
.variable-box .input-variable-button,
.picture-picker .input-variable-button {
  height: 26px;
  line-height: 26px;
  box-sizing: content-box;
  cursor: pointer;
  background: #E7E9EC;
}
.input-variable .input-variable-button i,
.variable-box .input-variable-button i,
.picture-picker .input-variable-button i {
  line-height: 16px;
  height: 26px;
  padding: 5px;
  margin-right: 0px;
  border-left: 1px solid #d9d9d9;
  width: 26px;
}
.input-variable .input-variable-button i:first-child,
.variable-box .input-variable-button i:first-child,
.picture-picker .input-variable-button i:first-child {
  border-left: 0;
}
.input-variable .ak-autocomplete-suffix .autocomplete-button,
.variable-box .ak-autocomplete-suffix .autocomplete-button,
.picture-picker .ak-autocomplete-suffix .autocomplete-button {
  background: #E7E9EC;
  border-left: 1px solid #d9d9d9 !important;
}
.input-variable .ak-autocomplete-suffix .autocomplete-button:hover,
.variable-box .ak-autocomplete-suffix .autocomplete-button:hover,
.picture-picker .ak-autocomplete-suffix .autocomplete-button:hover,
.input-variable .ak-autocomplete-suffix .autocomplete-button:focus,
.variable-box .ak-autocomplete-suffix .autocomplete-button:focus,
.picture-picker .ak-autocomplete-suffix .autocomplete-button:focus {
  border-color: #d9d9d9;
  color: inherit;
}
.input-variable .ak-autocomplete-suffix .input-variable-button,
.variable-box .ak-autocomplete-suffix .input-variable-button,
.picture-picker .ak-autocomplete-suffix .input-variable-button {
  border: 1px solid #d9d9d9;
  border-left: 0;
}
.num-variable {
  display: flex;
  align-items: center;
}
.num-variable .number-slider {
  flex: 1;
}
.num-variable .input-variable-button {
  border: 1px solid #d9d9d9;
  border-left: 0px;
}
.var-variable {
  display: flex;
  align-items: center;
}
.var-variable .ak-select-search {
  flex: 1;
}
.var-variable .input-variable-button {
  border: 1px solid #d9d9d9;
  border-left: 0px;
}
.select-variable {
  display: flex;
  align-items: center;
}
.select-variable .ant-select {
  min-width: 100px;
}
.select-variable .ant-select-selection {
  height: 26px;
}
.picture-settings-more-panel {
  animation: picture-settings-more-ani 0.5s;
  -moz-animation: picture-settings-more-ani 0.5s;
  -webkit-animation: picture-settings-more-ani 0.5s;
  -o-animation: picture-settings-more-ani 0.5s;
}
@keyframes picture-settings-more-ani {
  from {
    height: 0;
  }
  to {
    height: 50px;
  }
}
@-moz-keyframes picture-settings-more-ani {
  from {
    height: 0;
  }
  to {
    height: 50px;
  }
}
@-webkit-keyframes picture-settings-more-ani {
  from {
    height: 0;
  }
  to {
    height: 50px;
  }
}
@-o-keyframes picture-settings-more-ani {
  from {
    height: 0;
  }
  to {
    height: 50px;
  }
}
.reset-color-picker {
  display: flex;
  justify-content: flex-end;
}
.reset-color-picker .reload-btn {
  border: 0;
}
.variable-box {
  position: relative;
}
.variable-box .variable-btn {
  cursor: pointer;
  background: #E7E9EC;
  position: absolute;
}
.variable-box .variable-btn .variable-icon {
  margin: 3px;
}
.variable-box .variable-hidden {
  display: none;
}
.variable-box .position-1 {
  border: 1px solid #d9d9d9;
  right: 0;
  top: 0;
}
.variable-box .position-2 {
  border: 1px solid #d9d9d9;
  right: 0;
  top: 274px;
}
.variable-ai-box {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: nowrap;
}
.variable-ai-box .variable-icon {
  margin-right: 5px;
}
.popover-icon-select {
  width: 300px;
}
.popover-icon-select .ant-popover-inner-content {
  padding-right: 0;
  padding-left: 5px;
}
.popover-icon-select .ak-icon-layout-frame {
  height: 300px;
  overflow-y: auto;
}
.ak-container .designer-sider .selected-icon {
  font-size: 70px;
  display: inline-block;
  border: 1px dashed #d9d9d9;
  width: 100%;
  height: 100px;
  line-height: 100px;
  text-align: center;
}
.dynmic-icon {
  width: 30px;
  height: 30px;
  background: #F7F8F9;
  text-align: center;
  line-height: 30px;
  border: 1px solid #E7E9EC;
  font-size: 14px;
}
.pagecraft {
  height: 100%;
}
.pagecraft.ant-layout > .ant-layout-header {
  line-height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
}
.pagecraft.ant-layout > .ant-layout-header .header {
  flex: 1;
  font-size: 18px;
  font-weight: 600;
}
.pagecraft.ant-layout > .ant-layout-header .controls .ak-base-btn {
  padding: 8px 10px;
}
.pagecraft > .ant-layout-content {
  overflow: hidden;
  position: relative;
}
.transparentBg {
  background-image: linear-gradient(45deg, #ddd 25%, transparent 0, transparent 75%, #ddd 0, #ddd), linear-gradient(45deg, #ddd 25%, transparent 0, transparent 75%, #ddd 0, #ddd);
  background-size: 16px 16px;
  background-position: 0 0, 8px 8px;
  background-color: #f6f6f6;
  color: #6d7882;
}
.transparentBg.selected-icon {
  font-size: 70px;
  display: inline-block;
  border: 1px dashed #d9d9d9;
  width: 100%;
  height: 100px;
  line-height: 100px;
  text-align: center;
}
.dragItem {
  margin-bottom: 10px;
}
.dragItem .item-title {
  display: flex;
  width: 100%;
  height: 44px;
  border: 1px solid #B3B7C0;
  align-items: center;
  border-radius: 6px;
  padding: 10px 0;
}
.dragItem .item-title .item-name {
  width: calc(100% - 60px);
  padding-left: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dragItem .item-title .item-name .icon-title {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dragItem .item-title .icon-drag {
  width: 30px;
  height: 35px;
  line-height: 35px;
  border: 1px;
  display: inline-block;
  text-align: center;
}
.dragItem .item-title .icon-delete,
.dragItem .item-title .icon-btn {
  width: 30px;
  height: 35px;
  line-height: 35px;
  border: 1px;
  display: inline-block;
  text-align: center;
}
.dragItem .item-content {
  display: none;
}
.new-settings-drag-item.ak-drag-item {
  margin-bottom: 10px;
}
.new-settings-drag-item.ak-drag-item .item-title {
  display: flex;
  width: 100%;
  height: 44px;
  border: 1px solid #B3B7C0;
  align-items: center;
  border-radius: 6px;
  padding: 10px 0;
}
.new-settings-drag-item.ak-drag-item .item-title .item-name {
  width: calc(100% - 60px);
  padding-left: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.new-settings-drag-item.ak-drag-item .item-title .item-name .icon-title {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.new-settings-drag-item.ak-drag-item .item-title .icon-drag {
  width: 30px;
  height: 35px;
  line-height: 35px;
  border: 1px;
  display: inline-block;
  text-align: center;
}
.new-settings-drag-item.ak-drag-item .item-title .icon-delete,
.new-settings-drag-item.ak-drag-item .item-title .icon-btn {
  width: 30px;
  height: 35px;
  line-height: 35px;
  border: 1px;
  display: inline-block;
  text-align: center;
}
.new-settings-drag-item.ak-drag-item .item-content {
  display: none;
}
.new-settings-drag .new-settings-drag-item {
  margin-bottom: 10px;
  cursor: pointer;
}
.new-settings-drag .new-settings-drag-item .item-title {
  display: flex;
  width: 100%;
  height: 44px;
  border: 1px solid #B3B7C0;
  align-items: center;
  border-radius: 6px;
  padding: 10px 0;
}
.new-settings-drag .new-settings-drag-item .item-title .item-name {
  width: calc(100% - 60px);
  padding-left: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.new-settings-drag .new-settings-drag-item .item-title .item-name .icon-title {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.new-settings-drag .new-settings-drag-item .item-title .icon-drag {
  width: 30px;
  height: 35px;
  line-height: 35px;
  border: 1px;
  display: inline-block;
  text-align: center;
}
.new-settings-drag .new-settings-drag-item .item-title .icon-delete,
.new-settings-drag .new-settings-drag-item .item-title .icon-btn {
  width: 30px;
  height: 35px;
  line-height: 35px;
  border: 1px;
  display: inline-block;
  text-align: center;
}
.new-settings-drag .new-settings-drag-item .item-content {
  display: none;
}
.new-settings-drag .new-settings-drag-item .item-content {
  display: block;
  border: 1px solid #B3B7C0;
  border-top: 0;
  padding: 0 16px;
  padding-top: 10px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  cursor: auto;
}
.new-settings-drag .new-settings-drag-item .item-content .setting-label {
  color: var(--c--text-normal);
}
.new-settings-drag .new-settings-drag-item:has(.item-content) .item-title {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.new-settings-drag .tabs-add .add-btn {
  padding: 0;
  color: #0065FF;
  border: 0;
  display: flex;
  align-items: center;
}
.sublist-setting .new-settings-drag .new-settings-drag-item {
  cursor: default;
}
.ak-flowempty-page {
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
  display: table;
  background: #fbfcfe;
}
.ak-flowempty-page .ak-welcome-page {
  vertical-align: middle;
  display: table-cell;
  margin-top: -45px;
}
.ak-flowempty-page .ak-welcome-page .welcome-page .ak-flowlist-pic {
  margin: 0 auto;
}
.ak-flowempty-page .ak-welcome-page .welcome-page .title {
  padding: 0 20px;
  margin: 5px 0 15px 0 !important;
  color: #666;
  font-size: 18px;
}
.ak-flowempty-page .ak-welcome-page .welcome-page .ak-flowpage-pic img {
  width: 260px;
}
.ak-flowempty-page .ak-welcome-page .welcome-page .createflow-btnrow {
  text-align: center;
  padding-bottom: 0;
  position: inherit;
  overflow: auto;
}
.ak-flowempty-page .ak-welcome-page .welcome-page .createflow-btnrow .edit-page-title {
  font-size: 16px;
  color: #666;
}
.ak-flowempty-page .ak-welcome-page .welcome-page .createflow-btnrow .ak-add-part {
  background: #2d7ff9;
  color: #fff;
  border-radius: 4px;
  border: 0;
  outline: 0;
}
.ak-flowempty-page .ak-welcome-page .welcome-page .createflow-btnrow .flowbtn {
  box-sizing: border-box;
  letter-spacing: 1px;
  display: inline-block;
  color: #FFF;
  cursor: pointer;
  margin-right: 0px;
  min-width: 110px;
  padding: 10px;
  border: 1px solid #1563f6;
  background: #1563f6;
  border-radius: 2px;
  text-transform: uppercase;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  overflow: hidden;
  transition-duration: .3s;
  transition-property: color, background-color;
}
@media (max-width: 479px) {
  .ak-flowempty-page .ak-welcome-page .welcome-page .createflow-btnrow .flowbtn {
    display: none !important;
  }
}
.ak-flowempty-page .ak-welcome-page .welcome-page-name {
  font-size: 14px;
  margin-bottom: 5px;
}
.ak-fixed-side-form {
  animation: fixed-form-ani 0.3s;
  -moz-animation: fixed-form-ani 0.01s;
  /* Firefox */
  -webkit-animation: fixed-form-ani 0.3s;
  /* Safari and Chrome */
  -o-animation: fixed-form-ani 0.01s;
  /* Opera */
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  position: fixed;
  right: 0%;
  height: 100%;
  top: 0px;
  z-index: 9999;
  overflow: auto;
}
.ak-fixed-side-form .form-header {
  padding: 0;
  background-color: #fff;
  height: auto;
}
.ak-fixed-side-form .form-header-close,
.ak-fixed-side-form .form-header-button {
  text-align: center;
  cursor: pointer;
  float: right;
}
.ak-fixed-side-form .form-header .ak-close-btn {
  width: 50px;
  height: 50px;
  min-width: 50px;
}
.ak-fixed-side-form .form-header-close i,
.ak-fixed-side-form .form-header-button span,
.ak-fixed-side-form .form-header-button a {
  min-width: 60px;
  height: 56px;
  display: inline-block;
  color: black;
  line-height: 56px;
  padding: 0 5px;
}
.ak-fixed-side-form .form-header-close i.active,
.ak-fixed-side-form .form-header-button span.active,
.ak-fixed-side-form .form-header-button a.active {
  background-color: #d9d9d9;
}
.ak-fixed-side-form .form-header-close {
  float: left;
}
.ak-fixed-side-form .form-header-close i {
  font-size: 18px;
  line-height: 56px;
  color: black;
}
.ak-fixed-side-form .form-header-button i {
  font-size: 18px;
  line-height: 50px;
  color: black;
  margin-right: 5px;
}
.ak-fixed-side-form .form-header-button:hover,
.ak-fixed-side-form .form-header-close:hover {
  background-color: #d9d9d9;
}
.ak-fixed-side-form .form-content {
  display: flex;
  flex-direction: column;
}
.ak-fixed-side-form .form-content > .ant-spin-nested-loading {
  flex: 1;
  overflow: hidden;
}
.ak-fixed-side-form .form-content > .ant-spin-nested-loading > .ant-spin-container {
  height: 100%;
}
.ak-fixed-side-form .form-content .ak-label-dynamic-style {
  line-height: 20px;
}
.ak-fixed-side-form .form-content .ak-forminput-label {
  display: inline-block;
}
.ak-fixed-side-form .form-content .ak-forminput-label .ak-label-dynamic-style {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 550px;
  display: inline-block;
}
@media (max-width: 768px) {
  .ak-fixed-side-form .form-content .ak-forminput-label {
    display: inline-block;
  }
  .ak-fixed-side-form .form-content .ak-forminput-label .ak-label-dynamic-style {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 345px;
    display: inline-block;
  }
}
.ak-fixed-side-form .column-form-content {
  padding: 0px;
}
.ak-fixed-side-form .column-form-content .sider-content .ant-select {
  min-width: 80px;
}
.ak-side-form-customstyle {
  min-width: 400px;
}
.ak-side-form-customstyle .ak-header-button {
  height: 50px;
  min-width: 50px;
  border: 0px;
  padding: 0 7px;
}
@media (max-width: 479px) {
  .ak-side-form-customstyle .ak-header-button {
    width: 30px;
    min-width: 30px;
  }
}
.ak-side-form-customstyle .ak-header-button,
.ak-side-form-customstyle .ak-header-button:focus {
  background-color: transparent;
  color: #000000;
}
.ak-side-form-customstyle .ak-header-button.active,
.ak-side-form-customstyle .ak-header-button:hover,
.ak-side-form-customstyle .ak-header-button:active {
  background-color: #d9d9d9;
  color: #000000;
}
.ak-side-form-customstyle .ak-header-button span {
  font-size: 14px;
}
@media (max-width: 479px) {
  .ak-side-form-customstyle .ak-header-button span {
    display: none;
  }
}
.ak-side-form-customstyle .ak-side-header {
  line-height: 56px;
  height: 56px;
  padding: 0;
  background-color: #fff;
}
.ak-side-form-customstyle .ak-side-header .ak-side-header-title {
  float: left;
  font-size: 20px;
  padding-left: 10px;
  line-height: 56px;
}
.ak-side-form-customstyle .ak-side-header .ak-side-header-close-right {
  float: right;
}
.ak-side-form-customstyle .ak-side-header .ak-side-header-close-left {
  float: left;
}
.ak-side-form-customstyle .ak-side-content {
  padding: 0 15px;
}
@media (max-width: 479px) {
  .ak-side-form-customstyle {
    min-width: 100%;
  }
}
.ak-sider-setting .ak-side-header {
  border-bottom: 1px solid #DFE1E5;
}
.ak-sider-setting .ak-side-content {
  padding: 0 5px;
}
.form-upload-button {
  display: flex;
  max-width: 100%;
  cursor: pointer;
  text-align: center;
  color: #000000;
  background: #fff;
  border: 1px solid #d9d9d9;
}
.form-upload-button .ant-upload {
  width: 100%;
}
.form-upload-button .upload-title {
  padding: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.settings-box .setting-label .form-upload-button {
  border: 1px solid #d9d9d9;
  background-color: #fafafa;
}
.settings-box .setting-label .form-upload-button .upload-title {
  color: #000;
}
.settings-box .setting-label .form-upload-button:hover {
  border-color: #1563f6;
}
.settings-box .setting-label .form-upload-button:hover .upload-title {
  color: #1563f6;
}
.form-upload {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.form-upload .form-upload-button {
  align-self: flex-start;
  margin-top: 5px;
  margin-bottom: 5px;
}
.form-upload-itemlist {
  display: grid;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
.form-upload-itemlist.image {
  grid-template-columns: repeat(auto-fit, minmax(0, 96px));
  grid-auto-rows: 94px;
}
.form-upload-itemlist.file {
  grid-template-columns: repeat(auto-fit, minmax(0, 315px));
}
.form-upload-itemlist .form-upload-item {
  position: relative;
}
.form-upload-itemlist .form-upload-item .ant-progress {
  position: absolute;
  bottom: 0;
}
.form-upload-itemlist .form-upload-item.image label {
  padding-top: 20%;
}
.form-upload-itemlist .form-upload-item.image img {
  height: 100%;
  width: 100%;
}
.form-upload-itemlist .form-upload-item.file {
  display: flex;
  width: 100%;
  align-items: center;
  border: 1px solid #c2c2c2;
  overflow: hidden;
}
.form-upload-itemlist .form-upload-item.file img {
  width: 40px;
  height: 40px;
  margin: 5px;
}
.form-upload-itemlist .form-upload-item.file .label {
  flex: 1;
  cursor: pointer;
}
.form-upload-itemlist .form-upload-item.file .label.label-disabled {
  cursor: default;
}
.form-upload-itemlist .form-upload-item.file .opbtn {
  width: 30px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 0;
}
.form-upload-itemlist .form-upload-item.file .opbtn:hover {
  background-color: #DFE1E5;
  color: #000;
}
.right-dropdown {
  width: auto !important;
}
/** 表单设计器-附件自定义列表样式*/
/** 文件操作菜单样式*/
.files-custom-list-menu li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.files-custom-list-menu li > span {
  padding: 0 20px 0 10px;
}
.datalist-header-box {
  padding: 5px;
}
.datalist-header-box .datalist-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.datalist-header-box .datalist-header .title {
  flex: 1 1 auto;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
}
.datalist-header-box .datalist-header .action {
  display: flex;
  align-items: center;
}
.datalist-header-box .ellipsis-button {
  margin-left: 10px;
}
.datalist-header-box .ellipsis-button .minor-btn-bg {
  height: auto;
  padding: 5.5px 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.datalist-header-box .main-btn-bg {
  height: auto;
  padding: 7px 10px;
}
.datalist-header-box .main-btn-bg i {
  font-size: inherit;
}
.datalist-header-box .search-bar {
  margin-right: 10px;
}
.datalist-header-box .search-bar input {
  height: auto;
}
.datalist-header-box .search-bar input:focus {
  box-shadow: none;
}
.datalist-header-box .search-bar .ant-input-suffix i {
  font-size: inherit;
}
.datalist-header-box .search-bar-mobile {
  margin-top: 6px;
}
.datalist-header-box .search-bar-mobile input {
  height: auto;
}
.datalist-header-box .search-bar-mobile input:focus {
  box-shadow: none;
}
.datalist-header-box .search-bar-mobile .ant-input-suffix i {
  font-size: inherit;
}
.ak-form-button .ak-form-button-btn {
  border: 1px solid #e9e9e9;
  text-align: center;
  line-height: 1;
  display: inline-block;
  color: #071638;
}
.ak-form-button .text-btn {
  cursor: text;
}
.ak-form-button .ak-form-button-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ak-form-button .ak-form-button-inner i {
  font-size: inherit;
  line-height: 1;
}
.akc_submit-button .ak-form-button-btn {
  color: #FFFFFF;
  background: #1563f6;
  border: none;
  border-radius: 3px 3px 3px 3px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.ak-sider-export .ak-side-header.ant-layout-header .ak-side-header-title {
  padding-left: 20px;
}
.ak-sider-export .ak-side-content.ant-layout-content {
  padding: 0 20px;
}
.ak-sider-export .export-start {
  margin-bottom: 15px;
}
.ak-sider-export .export-start .ant-btn {
  font-size: 14px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #1563f6;
  color: #fff;
  border-color: #1563f6;
  border-radius: 6px;
}
.ak-sider-export .export-list {
  max-width: 400px;
  text-align: left;
}
.ak-sider-export .export-list .list-title {
  font-size: 14px;
  font-weight: 600;
  border-bottom: 2px solid #e3e3e3;
  line-height: 30px;
  margin-bottom: 15px;
}
.ak-sider-export .export-list .list-content .item-box {
  padding: 12px 10px;
  border-radius: 6px;
  box-shadow: 4px 5px 14px 3px rgba(0, 0, 0, 0.03);
  margin-bottom: 8px;
  line-height: 18px;
}
.ak-sider-export .export-list .list-content .item-box .item-title {
  line-height: 28px;
}
.ak-sider-export .export-list .list-content .item-box .item-info {
  color: #b9b9b9;
  margin-top: 5px;
}
.ak-sider-export .export-list .list-content .item-box .item-info .item-exporting {
  color: #000;
}
.ak-sider-export .export-list .list-content .item-box .item-info .item-exporting .item-icon {
  color: #f09305;
  margin-right: 5px;
}
.ak-sider-export .export-list .list-content .item-box .item-info .item-retry {
  color: red;
}
.ak-sider-export .export-list .list-more {
  text-align: center;
  font-size: 16px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .ak-sider-export .ak-side-header.ant-layout-header .ak-side-header-title {
    padding-left: 10px;
  }
  .ak-sider-export .ak-side-content.ant-layout-content {
    padding: 0 10px;
  }
  .ak-sider-export .export-list {
    max-width: 100%;
  }
}
.ant-modal.export-modal .export-modal-footer .ant-btn {
  border-radius: 3px;
}
.ant-modal.export-modal .export-modal-footer .remove-btn {
  color: red;
  border: 0;
  background: transparent;
  font-size: 12px;
}
.ant-modal.export-modal .export-modal-footer .remove-btn:hover {
  background: transparent;
  color: red;
}
.ant-modal.export-modal .export-modal-content {
  display: flex;
}
.ant-modal.export-modal .export-modal-content .content-box {
  width: 50%;
  display: inline-block;
  padding: 0 15px;
}
.ant-modal.export-modal .export-modal-content .content-box .container .title {
  margin-bottom: 10px;
}
.ant-modal.export-modal .export-modal-content .content-box .container .title .title-text {
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
}
.ant-modal.export-modal .export-modal-content .content-box .container .list-box {
  height: 400px;
  overflow-y: scroll;
}
.ant-modal.export-modal .export-modal-content .content-box .container .list-box .list-item {
  margin-bottom: 5px;
  height: 35px;
  line-height: 35px;
  padding: 0px 5px;
}
.ant-modal.export-modal .export-modal-content .content-box .container .list-box .list-item-checkbox {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  width: 100%;
  padding-right: 8px;
}
.ant-modal.export-modal .export-modal-content .content-box .container .list-box .ak-fiels-item {
  margin-bottom: 10px;
}
.ant-modal.export-modal .export-modal-content .content-box .container .list-box .ak-fiels-item .icon-drag {
  cursor: pointer;
}
.ant-modal.export-modal .export-modal-content .content-left {
  border-right: 2px solid #e3e3e3;
}
.ant-modal.export-modal .export-modal-content .content-left .list-box {
  border: 1px solid #d9d9d9;
}
.ant-modal.export-modal .export-modal-content .exportFieldsItem .icon-drag {
  margin-right: 5px;
  font-size: 14px;
  float: left;
  line-height: 35px;
}
.ant-modal.export-modal .export-modal-content .exportFieldsItem .icon-delete {
  float: right;
  line-height: 35px;
  font-size: 14px;
  cursor: pointer;
}
.ant-modal.export-modal .export-modal-content .exportFieldsItem .item-title {
  width: calc(100% - 50px);
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ant-modal.export-modal .export-modal-content .content-right .ak-fiels-item {
  border: 1px solid #e9e9e9;
  border-radius: 6px;
  margin-bottom: 10px;
  background-color: #f5f7fa;
}
.ant-modal.export-modal .export-modal-content .content-right .ak-fiels-item .icon-drag {
  margin-right: 5px;
  font-size: 14px;
  float: left;
  line-height: 35px;
}
.ant-modal.export-modal .export-modal-content .content-right .ak-fiels-item .icon-delete {
  float: right;
  line-height: 35px;
  font-size: 14px;
  cursor: pointer;
}
.ant-modal.export-modal .export-modal-content .content-right .ak-fiels-item .item-title {
  width: calc(100% - 50px);
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ant-modal.export-modal .mobile-footer {
  display: none;
}
@media (max-width: 767px) {
  .ant-modal.export-modal .ant-modal-body {
    padding: 0 !important;
  }
  .ant-modal.export-modal .export-modal-content .content-box {
    padding: 0 5px;
  }
  .ant-modal.export-modal .export-modal-content .content-box .container .list-box {
    max-height: calc(100vh - 170px);
  }
  .ant-modal.export-modal .mobile-footer {
    display: block;
    position: absolute;
    bottom: 0px;
    border-top: 1px solid #e3e3e3;
    padding: 10px;
    width: 100%;
    direction: rtl;
    text-align: left;
  }
  .ant-modal.export-modal .mobile-footer .ant-btn {
    margin-right: 5px;
  }
}
.ak-startImport-Modal .close-btn {
  padding: 0;
  width: 50px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  background-color: transparent;
  border: none;
}
.ak-startImport-Modal .close-btn:hover {
  background-color: #d9d9d9;
  color: #000;
}
.ak-startImport-Modal .startImport-content {
  padding: 10px 70px;
}
.ak-startImport-Modal .startImport-content .import-header {
  padding-bottom: 20px;
  border-bottom: 2px solid #e9e9e9;
  margin-bottom: 50px;
}
.ak-startImport-Modal .startImport-content .import-header-text {
  font-size: 26px;
  color: #384b5f;
}
.ak-startImport-Modal .startImport-content .import-header-btn {
  border-radius: 6px;
  height: 35px;
  background: #1563f6;
  color: #fff;
  border: 0;
  padding: 0 20px;
  font-size: 14px;
  text-transform: uppercase;
}
.ak-startImport-Modal .startImport-content .import-history-table .history-options {
  display: inline-block;
  width: 30px;
  line-height: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
}
.ak-startImport-Modal .startImport-content .import-history-table .history-options:hover {
  background-color: #d9d9d9;
}
@media (max-width: 992px) {
  .ak-startImport-Modal .startImport-content {
    padding: 10px 40px;
  }
}
@media (max-width: 768px) {
  .ak-startImport-Modal .startImport-content {
    padding: 10px;
  }
  .ak-startImport-Modal .startImport-content .import-header {
    padding-bottom: 10px;
    margin-bottom: 0;
  }
}
.ak-import-modal .ak-import-file,
.ak-import-modal .ak-import-action {
  margin: 0 auto;
  max-width: 600px;
}
.ak-import-modal .ak-import-file .action-content .ant-form-item-label,
.ak-import-modal .ak-import-action .action-content .ant-form-item-label,
.ak-import-modal .ak-import-file .action-content .ant-form-item-control-wrapper,
.ak-import-modal .ak-import-action .action-content .ant-form-item-control-wrapper {
  width: 100%;
}
.ak-import-modal .ak-import-upload .upload-drag {
  border: 1px dashed #516f90;
  padding: 15px 30px;
  text-align: center;
  border-radius: 5px;
  height: 90px;
  background: #f5f8fa;
  overflow: hidden;
}
.ak-import-modal .ak-import-upload .upload-drag .upload-box {
  position: relative;
}
.ak-import-modal .ak-import-upload .upload-drag .upload-box .upload-img {
  width: 60px;
  height: 60px;
  float: left;
}
.ak-import-modal .ak-import-upload .upload-drag .upload-box .upload-img .upload-responsive {
  width: 60px;
}
.ak-import-modal .ak-import-upload .upload-drag .upload-box .upload-lable {
  color: #00a0ba;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
.ak-import-modal .ak-import-upload .upload-drag .upload-box .upload-file {
  display: none;
}
.ak-import-modal .ak-import-upload .upload-drag .upload-box .upload-des {
  width: calc(100% - 60px);
  float: left;
  font-size: 14px;
  color: #7c98b6;
  padding: 5px 20px;
}
.ak-import-modal .ak-import-upload .upload-drag .upload-box .upload-des p {
  line-height: 25px;
}
.ak-import-modal .ak-import-upload .upload-drag .upload-box .upload-fileList {
  max-width: 400px;
  min-width: 250px;
  margin: 0 auto;
  height: 60px;
  padding-top: 10px;
  display: flex;
}
.ak-import-modal .ak-import-upload .upload-drag .upload-box .upload-fileList .upload-file-icon {
  width: 50px;
  height: 50px;
}
.ak-import-modal .ak-import-upload .upload-drag .upload-box .upload-fileList .upload-file-icon .file-icon {
  font-size: 40px;
}
.ak-import-modal .ak-import-upload .upload-drag .upload-box .upload-fileList .upload-file-info .file-name {
  font-size: 14px;
  font-weight: 600;
  color: #33475b;
}
.ak-import-modal .ak-import-upload .upload-bg {
  background-color: #f5f8fa;
}
.ak-import-modal .ak-import-upload .upload-delete {
  position: absolute;
  right: 0;
  top: 0;
  color: #7c98b6;
  width: 16px;
  text-align: center;
  height: 16px;
  cursor: pointer;
  line-height: 20px;
}
.ak-import-modal .ak-import-upload .upload-delete:hover {
  background: #e3e3e3;
}
.ak-import-modal .ak-import-column .column-content .column-title {
  font-size: 28px;
  line-height: 35px;
  display: block;
  font-weight: 400;
  text-align: center;
  margin-bottom: 35px;
}
.ak-import-modal .ak-import-column .column-content .column-des {
  max-width: 600px;
  margin: 0 auto;
  color: #818e9a;
}
.ak-import-modal .ak-import-column .column-content .column-des p {
  line-height: 24px;
  text-align: center;
}
.ak-import-modal .ak-import-column .column-content .column-require {
  background-color: #d6edff;
  border-radius: 5px;
  padding: 10px;
  margin-top: 10px;
  margin-left: 5px;
  margin-right: 5px;
}
.ak-import-modal .ak-import-column .column-content .column-require .require-des {
  line-height: 18px;
  color: #818e9a;
}
.ak-import-modal .ak-import-column .column-content .import-column-table {
  margin-top: 20px;
}
.ak-import-modal .ak-import-column .column-content .import-column-table .ant-table,
.ak-import-modal .ak-import-column .column-content .import-column-table .ant-table-thead > tr > th {
  color: #818e9a;
}
.ak-import-modal .ak-import-column .column-content .import-column-table .matched-check {
  color: #1563f6;
  font-size: 12px;
  text-align: center;
  width: 100%;
  display: inline-block;
}
.ak-import-modal .ak-import-column .column-content .import-column-table .notImport-columns .edit-icon {
  display: block;
  text-align: left;
  color: #1563f6;
  cursor: pointer;
}
.ak-import-modal .ak-import-column .column-content .import-column-table .field-name {
  display: inline-block;
  width: 100%;
  line-height: 35px;
  height: 35px;
  border: 1px solid #e0d9d9;
  padding: 0 8px;
  background: #fff;
}
.ak-import-modal .ak-import-column .column-content .import-column-table .field-name .dowm-icon {
  float: right;
  font-size: 12px;
  line-height: 35px;
}
.ak-import-modal .ak-import-column .column-content .import-column-table .double-field {
  width: calc(50% - 5px);
  float: left;
  display: flex;
  flex-wrap: nowrap;
}
.ak-import-modal .ak-import-column .column-content .import-column-table .double-field:nth-child(2) {
  margin-left: 10px;
}
.ak-import-modal .ak-import-column .column-content .import-column-table .field-name-readonly {
  background: #f9f9f9;
}
.ak-import-modal .ak-import-column .column-content .column-check {
  margin-top: 20px;
}
.ak-import-modal .ak-import-column .column-content .unmatch-check {
  margin-top: 10px;
}
.ak-import-modal .ak-import-column .column-content .password-check {
  margin-bottom: 10px;
}
.ak-import-modal .ak-import-column .column-content .password-check .tip {
  color: #878990;
}
.ak-import-modal .ak-import-column .column-content .password-cont {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.ak-import-modal .ak-import-column .column-content .password-cont .label:after {
  display: inline-block;
  margin-left: 4px;
  content: "*" !important;
  line-height: 1;
  font-size: 12px;
  color: #f04134;
}
.ak-import-modal .ak-import-column .column-content .password-cont .password-select {
  width: 250px;
}
.ak-import-modal .ak-import-column .column-content .password-cont .des {
  color: #878990;
}
.import-field-popover .content {
  max-height: 260px;
  overflow: scroll;
}
.import-field-popover .footer-text {
  margin-left: 5px;
}
.import-field-popover .ant-menu-vertical .ant-menu-item {
  height: auto;
}
.ak-import-modal .ak-import-body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  align-self: center;
  height: auto;
  width: 100%;
}
.ak-import-modal .ak-import-body .import-content {
  margin-bottom: 30px;
  border-radius: 6px;
  min-height: 280px;
  padding: 40px 0 20px 0px;
}
.ak-import-modal .ak-import-body .import-content .import-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 27px;
  margin-top: 5px;
  margin-bottom: 10px;
}
.ak-import-modal .ak-import-body .import-content .import-subtitle {
  font-size: 16px;
  color: #888;
  line-height: 22px;
}
.ak-import-modal .ak-import-body .import-content .import-des {
  margin: 20px 0px 20px 0px;
  font-size: 14px;
}
.ak-import-modal .ak-import-body .import-content .import-des .des-text {
  line-height: 20px;
}
.ak-import-modal .ak-import-body .import-content .import-link {
  margin-top: 30px;
}
.ak-import-modal .ak-import-body .import-content .import-link .import-text {
  color: #478ed8;
}
.ak-import-modal .ak-import-body .import-content .import-link .anticon {
  font-size: 14px;
}
.ak-import-modal .ak-import-body .import-content .import-steps {
  margin: 0 auto;
}
.ak-import-modal .ak-import-body .import-content .ak-import-footer {
  margin-top: 50px;
}
.ak-import-modal .ak-import-body .import-content .ak-import-footer .ant-btn {
  font-weight: 400;
  height: 35px;
}
.ak-import-modal .ak-import-body .import-content .ak-import-footer .back-btn {
  color: #0052cc;
  box-sizing: border-box;
  height: 35px;
  border-radius: 5px;
  border: 1.5px solid #0052cc;
}
.ak-import-modal .ak-import-body .import-content .ak-import-footer .back-btn .anticon-left {
  vertical-align: bottom;
  font-size: 14px;
}
.ak-import-modal .ak-import-body .import-content .ak-import-footer .cancel-btn {
  border: 0;
  color: #848ea1;
}
.ak-import-modal .ak-import-body .import-content .ak-import-footer .right-btn {
  border-radius: 5px;
  background: #f5f6f8;
  border: 0;
  color: #787f98;
}
.ak-import-modal .ak-import-body .import-content .ak-import-footer .right-btn .right-icon {
  font-size: 14px;
  vertical-align: bottom;
}
.ak-import-modal .ak-import-body .import-content .ak-import-footer .right-next {
  background: #0052cc;
  color: #fff;
  border-color: #0052cc;
}
.ak-import-modal .ak-import-body .import-type-content {
  min-width: 800px;
}
.ak-import-modal .ak-import-body .import-type-content .ak-import-type .import-row .ak-import-title {
  margin-left: auto;
  margin-right: auto;
}
.ak-import-modal .ak-import-body .import-type-content .ak-import-type .import-row .ak-import-title .create-name {
  margin-bottom: 60px;
  font-size: 28px;
  line-height: 35px;
  display: block;
  font-weight: 400;
  color: #444;
  text-align: center;
}
.ak-import-modal .ak-import-body .import-type-content .ak-import-type .import-row .ak-import-type-item {
  margin-bottom: 20px;
}
.ak-import-modal .ak-import-body .import-type-content .ak-import-type .import-row .ak-import-type-item .import-dem {
  cursor: pointer;
  width: 200px;
  height: 200px;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  margin-bottom: 10px;
}
.ak-import-modal .ak-import-body .import-type-content .ak-import-type .import-row .ak-import-type-item .import-dem-item {
  padding: 10px;
  width: 100%;
  height: 100%;
}
.ak-import-modal .ak-import-body .import-type-content .ak-import-type .import-row .ak-import-type-item .import-dem .import-icon {
  text-align: center;
  margin-top: 5px;
  position: relative;
  height: 130px;
}
.ak-import-modal .ak-import-body .import-type-content .ak-import-type .import-row .ak-import-type-item .import-dem .import-icon .img-responsive {
  width: 90px;
  height: auto;
  margin-top: 15px;
}
.ak-import-modal .ak-import-body .import-type-content .ak-import-type .import-row .ak-import-type-item .import-dem .import-icon .import-radio {
  position: absolute;
  right: 0px;
}
.ak-import-modal .ak-import-body .import-type-content .ak-import-type .import-row .ak-import-type-item .import-dem .import-name {
  font-size: 16px;
  display: block;
  text-align: center;
}
.ak-import-modal .ak-import-body .import-type-content .ak-import-type .import-row .ak-import-type-item .import-dem.select {
  border: 1px solid #7fd1de;
  background: #e5f5f8;
}
@media (max-width: 992px) {
  .ak-import-modal .ak-import-body .import-type-content,
  .ak-import-modal .ak-import-body .import-content {
    width: calc(100% - 30px);
    min-width: calc(100% - 30px);
  }
}
@media (max-width: 768px) {
  .ak-import-modal .ak-import-body .import-type-content .ak-import-type .import-row .ak-import-title .create-name {
    margin-bottom: 30px;
  }
  .ak-import-modal .ak-import-body .import-type-content .ak-import-type .import-row .ak-import-type-item .import-dem {
    width: 150px;
    height: 150px;
    margin-bottom: 10px;
  }
  .ak-import-modal .ak-import-body .import-type-content .ak-import-type .import-row .ak-import-type-item .import-dem .import-icon {
    height: auto;
    margin-bottom: 10px;
  }
  .ak-import-modal .ak-import-body .import-type-content .ak-import-type .import-row .ak-import-type-item .import-dem .import-icon .img-responsive {
    width: 60px;
  }
}
@media (max-width: 550px) {
  .ak-import-modal .ak-import-body .import-content {
    width: calc(100% - 30px);
  }
}
@media (min-width: 1200px) {
  .ak-import-modal .ak-import-body .import-content {
    min-width: 1170px;
  }
  .ak-import-modal .ak-import-body .import-type-content {
    min-width: 800px;
  }
}
.ak-content-list-import-modal .ak-flowstep {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 120px;
}
.ak-content-list-import-modal .ak-flowstep .pointstepitem {
  width: 50%;
}
.ak-content-list-import-modal .ak-flowstep .pointstepitem:nth-child(3) {
  width: 0;
}
@media (max-width: 992px) {
  .ak-content-list-import-modal .ak-flowstep {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 120px;
  }
}
@media (min-width: 992px) {
  .ak-content-list-import-modal .import-content {
    width: 100%;
  }
}
.ak-content-list-import-modal .import-content .ak-import-column {
  width: 65%;
  margin: 0 auto;
}
.picker-container .loolup-label,
.vacation-container .loolup-label,
.picker-container .ak-tag-picker,
.vacation-container .ak-tag-picker {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.picker-container .loolup-label .ak-autocomplete-wrapper,
.vacation-container .loolup-label .ak-autocomplete-wrapper,
.picker-container .ak-tag-picker .ak-autocomplete-wrapper,
.vacation-container .ak-tag-picker .ak-autocomplete-wrapper {
  display: flex;
  height: auto;
  font-size: 12px;
  line-height: 26px;
}
.picker-container .loolup-label .ak-autocomplete-wrapper .ak-autocomplete,
.vacation-container .loolup-label .ak-autocomplete-wrapper .ak-autocomplete,
.picker-container .ak-tag-picker .ak-autocomplete-wrapper .ak-autocomplete,
.vacation-container .ak-tag-picker .ak-autocomplete-wrapper .ak-autocomplete {
  padding-right: 0px;
  font-size: inherit;
  height: inherit;
  width: 100%;
  line-height: inherit;
  flex: 1;
}
.picker-container .loolup-label .ak-autocomplete-wrapper .ak-autocomplete .ant-select-selection,
.vacation-container .loolup-label .ak-autocomplete-wrapper .ak-autocomplete .ant-select-selection,
.picker-container .ak-tag-picker .ak-autocomplete-wrapper .ak-autocomplete .ant-select-selection,
.vacation-container .ak-tag-picker .ak-autocomplete-wrapper .ak-autocomplete .ant-select-selection {
  height: 100%;
}
.picker-container .loolup-label .ak-autocomplete-wrapper .ak-autocomplete .ant-select-selection .ant-select-selection__rendered .ant-select-selection__placeholder,
.vacation-container .loolup-label .ak-autocomplete-wrapper .ak-autocomplete .ant-select-selection .ant-select-selection__rendered .ant-select-selection__placeholder,
.picker-container .ak-tag-picker .ak-autocomplete-wrapper .ak-autocomplete .ant-select-selection .ant-select-selection__rendered .ant-select-selection__placeholder,
.vacation-container .ak-tag-picker .ak-autocomplete-wrapper .ak-autocomplete .ant-select-selection .ant-select-selection__rendered .ant-select-selection__placeholder {
  line-height: inherit;
}
.picker-container .loolup-label .ak-autocomplete-wrapper .ak-autocomplete .ant-select-selection .ant-select-selection__rendered .ant-select-search__field,
.vacation-container .loolup-label .ak-autocomplete-wrapper .ak-autocomplete .ant-select-selection .ant-select-selection__rendered .ant-select-search__field,
.picker-container .ak-tag-picker .ak-autocomplete-wrapper .ak-autocomplete .ant-select-selection .ant-select-selection__rendered .ant-select-search__field,
.vacation-container .ak-tag-picker .ak-autocomplete-wrapper .ak-autocomplete .ant-select-selection .ant-select-selection__rendered .ant-select-search__field {
  font-size: inherit;
  height: inherit;
}
.picker-container .loolup-label .ak-autocomplete-wrapper .autocomplete-button,
.vacation-container .loolup-label .ak-autocomplete-wrapper .autocomplete-button,
.picker-container .ak-tag-picker .ak-autocomplete-wrapper .autocomplete-button,
.vacation-container .ak-tag-picker .ak-autocomplete-wrapper .autocomplete-button {
  position: initial;
  border-style: solid;
  border-color: #d9d9d9;
  border-width: 1px 1px 1px 1px;
}
.picker-container .loolup-label .ant-tag,
.vacation-container .loolup-label .ant-tag,
.picker-container .ak-tag-picker .ant-tag,
.vacation-container .ak-tag-picker .ant-tag {
  display: flex;
  align-items: center;
  height: auto;
  line-height: inherit;
}
.tag-picker-container .comp-row .comp-control {
  display: block;
}
.tag-picker-container .ak-tagpicker {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.tag-picker-container .ak-tagpicker .autocomplete {
  display: flex;
  width: 160px;
  height: auto;
  font-size: 12px;
  line-height: normal;
  max-width: initial;
}
.tag-picker-container .ak-tagpicker .autocomplete .ant-select {
  font-size: inherit;
}
.tag-picker-container .ak-tagpicker .autocomplete .ant-select .ant-select-selection {
  height: 100%;
}
.tag-picker-container .ak-tagpicker .autocomplete .ant-select .ant-select-selection .ant-select-selection__rendered .ant-select-selection__placeholder {
  padding-top: 5px;
  line-height: inherit;
  font-size: inherit;
  height: inherit;
  z-index: 2;
}
.tag-picker-container .ak-tagpicker .autocomplete .ant-select .ant-select-selection .ant-select-selection__rendered .ant-select-search__field {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: inherit;
  height: inherit;
}
.tag-picker-container .ak-tagpicker .ant-tag {
  display: flex;
  align-items: center;
}
.vacation-container .vacation-code {
  grid-column: 1 / span 2;
}
@media (max-width: 768px) {
  .vacation-container .vacation-code {
    grid-column: 1;
  }
}
.vacation-container .akfc-section-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 15px;
  grid-column-gap: 10px;
}
@media (max-width: 768px) {
  .vacation-container .akfc-section-content {
    grid-template-columns: 1fr;
  }
}
.vacation-container .ak-tag-picker {
  line-height: 26px;
}
.vacation-container .ak-tag-picker .ant-select-selection {
  border-right: 0;
}
.vacation-container .ak-tag-picker .ant-select-selection__placeholder {
  line-height: 26px;
}
.lookup-list-btn {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  padding: 7px 15px;
  font-size: 12px;
  color: #000000;
  background: #fff;
  border-color: #d9d9d9;
  text-align: center;
  line-height: 1;
  display: inline-block;
  margin-bottom: 10px;
}
.lookup-list-btn-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lookup-list-temp-tags .ant-tag {
  margin-right: 5px;
}
.form-doc-title .link {
  display: inline-block;
}
.form-doc-title .icon {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}
.form-doc-title .name {
  display: inline-block;
  width: calc(100% - 25px);
}
.form-doc-title .ak-library-operation-menu {
  display: inline-block;
  /*省略号Icon样式*/
}
.form-doc-title .ak-library-operation-menu .ak-ellipsis {
  padding: 2px;
  margin-left: 5px;
}
.doc-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.doc-list .link {
  display: flex;
  align-items: center;
}
.card-view .card-item {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 15px 10px 15px 10px;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  margin: 0px 0px 10px 0px;
}
.card-view .card-item .field-control {
  line-height: normal;
  padding: 5px;
  overflow: hidden;
  display: inline-block;
}
.card-view .card-item .field-control:not(:has(div)) {
  display: none;
}
.card-view .card-item .field-control .label {
  display: inline-block;
  font-weight: 600;
  padding-right: 10px;
}
.card-view .card-item .field-control .control {
  display: inline-block;
}
.card-view .card-item.summarybox {
  padding: 15px 10px;
}
.card-view .card-item .nodata {
  margin: 16px auto;
  color: rgba(0, 0, 0, 0.43);
}
.card-view .card-item .nodata i {
  margin-right: 4px;
}
.card-view .summarybox > div {
  width: 100%;
}
.ak-library-header-title {
  flex: 1;
  width: auto;
  margin-left: 0;
}
.ak-library-header-title .ak-content-library {
  display: flex;
}
.ak-library-header-title .ak-content-library-header {
  display: flex;
  width: 100%;
  padding: 6px;
  border-bottom: 1px solid #e9e9e9;
}
.ak-library-header-title .ak-breadcrumb {
  max-width: calc(100% - 40px);
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  line-height: 18px;
  flex-wrap: wrap;
}
.ak-library-header-title .ak-breadcrumb > span {
  display: inline-block;
  min-width: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ak-library-header-title .ak-breadcrumb > span .ant-breadcrumb-link {
  float: left;
  display: inline-block;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ak-library-header-title .ak-breadcrumb > span .ant-breadcrumb-link a,
.ak-library-header-title .ak-breadcrumb > span .ant-breadcrumb-link span {
  color: inherit;
}
.ak-library-header-title .ak-breadcrumb > span .ant-breadcrumb-separator {
  display: inline-block;
  margin: 0 8px;
  float: right;
  color: inherit;
}
.ak-library-header-title .ak-breadcrumb > span:last-child .ant-breadcrumb-separator {
  display: none;
}
.ak-library-header-title .ak-doc-toolbar-button {
  color: #1563f6;
  cursor: pointer;
  float: left;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .ak-library-header-title {
    width: auto;
  }
  .ak-library-header-title .ak-breadcrumb {
    width: calc(100% - 40px);
  }
  .ak-library-header-title .ak-breadcrumb > span {
    width: 100%;
    max-width: 100% !important;
  }
  .ak-library-header-title .ak-breadcrumb > span .ant-breadcrumb-separator {
    display: none !important;
  }
}
.sublist-layout-desc {
  color: #798194;
  font-size: 12px;
  margin-top: 15px;
  margin-bottom: 10px;
}
.sublist-add-button,
.ant-btn-circle.sublist-delete-button,
.sublist-import-button,
.sublist-import-button button {
  box-sizing: content-box;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
}
.sublist-add-button i,
.ant-btn-circle.sublist-delete-button i,
.sublist-import-button i,
.sublist-import-button button i {
  font-size: inherit;
}
.sublist-import-button button:first-child {
  flex: 1;
  overflow: hidden;
}
.sublist-import-button button:first-child span {
  overflow: hidden;
  text-overflow: ellipsis;
}
.sublist-add-button span {
  overflow: hidden;
  text-overflow: ellipsis;
}
.sublist-container .akfc-section-content,
.form-table .akfc-section-content {
  padding-top: 0px;
}
.sublist-container .ant-table-content,
.form-table .ant-table-content {
  overflow: hidden;
  border-color: #e9e9e9;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
}
.sublist-container .ant-table-content .ant-table-thead tr th,
.form-table .ant-table-content .ant-table-thead tr th {
  background: transparent;
  border-bottom-style: solid;
  border-right-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #e9e9e9;
}
.sublist-container .ant-table-content .ant-table-thead tr th:last-child,
.form-table .ant-table-content .ant-table-thead tr th:last-child {
  border-right: 0;
}
.sublist-container .ant-table-content .ant-table-tbody tr td,
.form-table .ant-table-content .ant-table-tbody tr td {
  background: transparent;
  border-width: 1px 1px 1px 1px;
  border-bottom-style: solid;
  border-right-style: solid;
  border-color: #e9e9e9;
}
.sublist-container .ant-table-content .ant-table-tbody tr td:last-child,
.form-table .ant-table-content .ant-table-tbody tr td:last-child {
  border-right: 0;
}
.sublist-container .ant-table-content .ant-table-tbody tr:last-child td,
.form-table .ant-table-content .ant-table-tbody tr:last-child td {
  border-bottom: 0;
}
.sublist-container .ant-table-content .ant-table-tbody tr:hover,
.form-table .ant-table-content .ant-table-tbody tr:hover {
  background: transparent;
}
.sublist-container .ant-table-content .ant-table-tbody tr:hover td:first-child:before,
.form-table .ant-table-content .ant-table-tbody tr:hover td:first-child:before {
  background: none;
}
.sublist-container .ant-table-content .ant-table-placeholder,
.form-table .ant-table-content .ant-table-placeholder {
  border: 0;
  background: transparent;
}
.sublist-container .ant-table-content .loolup-label,
.form-table .ant-table-content .loolup-label {
  display: inline-block;
}
.sublist-container .sublist-add-button-box,
.form-table .sublist-add-button-box {
  clear: both;
  display: flex;
}
.sublist-container .ant-table-content .ant-table-tbody tr td {
  padding: 0;
}
.akc_data-list .ant-table-content .ant-table-tbody tr td {
  padding: 10px 8px;
}
.sublist-delete-button {
  margin: 5px;
}
.sublist-add-button {
  margin: 10px 0px 0px 0px;
  border-style: dashed;
  border-width: 1px 1px 1px 1px;
  border-color: #1563f6;
  padding: 7px 15px;
  overflow: hidden;
  color: #1563f6;
}
.sublist-import-button {
  margin: 10px 0px 0px 0px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #1563f6;
  overflow: hidden;
}
.sublist-import-button button {
  color: #1563f6;
  border: 0;
  padding: 7px 15px;
  background: transparent;
}
.sublist-import-button button:hover {
  border: 0;
}
.sublist-import-button button:first-child {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #1563f6;
}
.sublist-import-button button:last-child {
  height: 100%;
  margin-left: 0 !important;
  box-sizing: border-box;
}
.ak-container .akfile-types .types-check {
  margin-bottom: 8px;
}
.ak-container .akfile-types .types-check .ant-checkbox-group-item {
  line-height: 28px;
  display: block;
}
.ak-container .akfile-types .types-des {
  color: #5B657C;
  line-height: 20px;
  margin-top: 8px;
}
.ant-modal.designer-canvas.ak-confirm-nomargin.ak-fields-set {
  height: 80vh;
  overflow: initial;
}
.ant-modal.designer-canvas.ak-confirm-nomargin.ak-fields-set .ant-modal-body .akfc-form-control-settings {
  min-height: calc(80vh - 53px);
}
.ant-modal.designer-canvas.ak-confirm-nomargin.ak-fields-set .ant-modal-body .akfc-form-control-settings .control-settings-menu {
  height: calc(80vh - 127px);
  overflow-y: auto;
}
.ant-modal.designer-canvas.ak-confirm-nomargin.ak-fields-set .ant-modal-footer {
  padding-bottom: 10px;
}
.ak-list-fields-settings-table .ant-table-content {
  display: inline;
}
.ak-list-fields-settings-table .ant-table-content .ant-table-body table {
  padding: 0;
}
.ak-list-fields-settings-table .ant-table-content .ant-table-body table colgroup col:first-child {
  min-width: 40px;
  width: 40px;
}
.ak-list-fields-settings-table .ant-table-content .ant-table-body table .ant-table-thead tr .ant-table-selection-column,
.ak-list-fields-settings-table .ant-table-content .ant-table-body table .ant-table-tbody tr .ant-table-selection-column {
  padding-left: 8px;
  min-width: 40px;
  width: 40px;
  max-width: 40px;
}
.ak-list-fields-settings-table .ant-table-content .ant-table-body table .ant-table-thead tr .ant-table-selection-column .ant-table-selection,
.ak-list-fields-settings-table .ant-table-content .ant-table-body table .ant-table-tbody tr .ant-table-selection-column .ant-table-selection {
  width: 20px;
  display: inline-block;
}
.ak-list-fields-settings-table .ant-table-content .ant-table-body table .ant-table-thead tr td:nth-child(2) .ant-select,
.ak-list-fields-settings-table .ant-table-content .ant-table-body table .ant-table-tbody tr td:nth-child(2) .ant-select {
  width: 60px;
  display: inline-block;
}
.sublist-fields-modal .ant-modal-body {
  padding-bottom: 12px;
  padding-left: 0px;
  padding-right: 0px;
}
.sublist-fields-modal .ant-modal-body .ant-confirm-body {
  padding-left: 20px;
  padding-right: 20px;
}
.sublist-fields-modal .sublist-add-field-button i {
  font-size: 12px;
}
.sublist-fields-modal .ant-confirm-btns {
  padding-top: 12px;
  padding-left: 10px;
  border-top: 1px solid #e9e9e9;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  width: 100%;
}
.sublist-content .akfc-form-list-table .ant-table-thead tr th {
  padding: 5px;
}
.rotate-180 {
  -webkit-transition: all .3s;
  -o-transition: .3s all;
  transition: all .3s !important;
  transform: rotate(180deg);
}
.rotate-90 {
  -webkit-transition: all .3s;
  -o-transition: .3s all;
  transition: all .3s !important;
  transform: rotate(90deg);
}
.rotate-0 {
  -webkit-transition: all .3s;
  -o-transition: .3s all;
  transition: all .3s !important;
  transform: rotate(0deg);
}
.rotate-90minus {
  -webkit-transition: all .3s;
  -o-transition: .3s all;
  transition: all .3s !important;
  transform: rotate(-90deg);
}
.control-margin {
  margin: 5px;
  width: calc(100% - 10px);
}
.iconsize-12 {
  font-size: 12px;
}
.ant-table-fixed-header > .ant-table-content > .ant-table-scroll > .ant-table-header::-webkit-scrollbar-thumb {
  display: none;
}
.form-preview.ant-modal-wrap {
  z-index: 998;
}
.form-preview .ant-modal-title {
  border-bottom: 2px solid #e6e9ec;
}
.global-color-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.global-color-header i {
  cursor: pointer;
}
.popover-pd .ant-popover-inner .ant-popover-inner-content {
  padding: 8px 16px;
}
.add-global-color {
  gap: 10px;
  display: flex;
  flex-direction: column;
  padding: 8px 16px;
}
.add-global-color .title {
  background-color: transparent !important;
}
.add-global-color .add-global-color-footer {
  border-top: 1px solid #E6F0FF;
  padding: 10px 0px 10px 10px;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.add-global-color .add-global-color-i {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.add-global-color .add-global-color-v {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.global-color-picker {
  display: flex;
}
.global-color-picker .reload-button {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
}
.global-color-picker .reload-button i {
  padding: 4px;
  font-size: 14px;
  color: #6d7882;
  cursor: pointer;
}
.global-color-picker .global-color {
  display: flex;
  height: 28px;
  width: 56px;
  justify-content: flex-end;
}
.global-color-picker .global-color .isglobal i {
  color: #00D1FF;
}
.global-color-picker .global-color .color {
  width: 28px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.global-color-picker .global-color .color .ak-pick-color .ak-pick-color-display {
  margin-right: 0px;
  box-shadow: none;
}
.global-color-picker .global-color .color .ak-pick-color .ak-pick-color-display > div {
  width: 20px;
  height: 20px;
}
.global-color-picker .global {
  width: 28px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.global-color-picker .global i {
  padding: 4px;
  font-size: 14px;
  color: #6d7882;
  cursor: pointer;
}
.global-color-picker .edit {
  width: 28px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.global-color-picker .edit i {
  padding: 4px;
  font-size: 14px;
  color: #6d7882;
  cursor: pointer;
}
.global-color-picker .click {
  background: #DFE1E5;
}
.global-color-content {
  max-height: 310px;
  overflow-y: auto;
}
.global-color-content .global-setting-search .ant-input-suffix {
  right: initial;
  left: 15px;
}
.global-color-content .global-setting-search .ant-input {
  box-shadow: none;
  padding-right: 7px;
  padding-left: 32px;
  border: 0;
  border-bottom: 1px solid #e9e9e9;
}
.global-setting-search.ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) {
  border-color: #e9e9e9;
}
.global-color-select {
  width: 260px;
  padding-top: 0px !important;
}
.global-color-select .ant-popover-inner-content {
  padding: 0;
}
.global-color-select .ant-popover-arrow {
  display: none;
}
.global-color-select .global-color-select-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
  cursor: pointer;
}
.global-color-select .global-color-select-item:hover {
  background: #F5F6F7;
}
.global-color-select .global-color-select-item .global-color-display {
  display: flex;
  align-items: center;
  color: #B2B7C1;
}
.global-color-select .global-color-select-item .global-color-display .color-block {
  width: 20px;
  height: 20px;
  margin-left: 5px;
  position: relative;
  border: 1px solid #d9d9d9;
}
.global-color-select .global-color-select-item .global-color-display .color-block-select {
  display: flex;
  align-items: center;
  justify-content: center;
}
.global-color-select .global-color-select-item .global-typo-label {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.global-color-select .global-color-select-item .global-typo-label .font-setting-item {
  color: var(--c--neutral);
}
.global-color-select .global-color-cate {
  padding: 6px 16px 5px 16px;
  display: inline-block;
  color: var(--c--text);
  font-weight: 600;
  font-size: 12px;
}
.menu-scroll {
  display: flex;
  height: 100%;
  width: 100%;
  position: relative;
}
.menu-scroll .menu-scroll-box {
  height: inherit;
  display: flex;
  align-items: center;
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
  overflow-x: auto;
}
.menu-scroll .menu-scroll-box::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
.menu-scroll .menu-scroll-left-button {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 10px;
  cursor: pointer;
  z-index: 99;
  display: flex;
  align-items: center;
}
.menu-scroll .menu-scroll-right-button {
  position: absolute;
  padding: 0 10px;
  text-align: end;
  cursor: pointer;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.listset-download-page {
  display: flex;
  justify-content: center;
  padding-top: 10%;
}
.listset-download-page .icon {
  font-size: 40px;
  color: #B2B7C1;
}
.listset-download-page .title {
  font-size: 40px;
  font-weight: 700;
  margin: 10px 0px 20px;
}
.listset-download-page .des {
  font-size: 16px;
}
.ak-expr-editor {
  display: table;
  table-layout: fixed;
}
.ak-expr-editor-content {
  position: relative;
  width: 100%;
  border: 1px solid #d9d9d9;
  font-size: 12px;
  border-radius: 0px;
  line-height: 24px;
  padding: 2px;
  overflow: auto;
}
.ak-expr-editor-content:focus {
  outline: none;
}
.ak-expr-editor-content input {
  margin: 1px 4px;
  padding: 0 6px;
  height: 20px;
  line-height: 20px;
  background: #fafafa;
  border-radius: 0px;
  border: 1px solid transparent;
  border-color: #d9d9d9;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ak-expr-editor-content input:focus {
  outline: none;
}
.ak-expr-editor.single {
  position: relative;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}
.ak-expr-editor.single .ak-expr-editor-content {
  overflow: hidden;
  text-overflow: ellipsis;
}
.ak-expr-editor .ant-input-group-addon {
  width: 30px;
}
.ak-container .ak-expr-editor-adv .ant-modal-body,
.ant-modal-wrap .ak-expr-editor-adv .ant-modal-body,
.ant-popover .ak-expr-editor-adv .ant-modal-body {
  padding-top: 0;
  padding-bottom: 0;
}
.report-detail-modal .ant-modal-body {
  padding: 0;
}
.report-detail-modal .akfc-form-actionbar .form-heade-row {
  display: none;
}
.report-detail-modal .akfc-form.ak-task-info {
  height: 100%;
}
.workflowsetting-page .actions-header {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--c--neutral-light-active);
}
.workflowsetting-page .actions-header .ant-tag {
  height: 29px;
  line-height: 27px;
  border-radius: 0;
  background: var(--c--neutral-light-hover);
  border: 0;
}
.workflowsetting-page .actions-header .strong {
  font-weight: 600;
}
.workflowsetting-page .actions-header .actions-box {
  display: flex;
  gap: 10px;
}
.workflowsetting-page .search-label {
  margin-bottom: 5px;
  min-height: 18px;
}
.workflowsetting-page .horizontal-col {
  display: flex;
  align-items: center;
}
.workflowsetting-page .horizontal-col .search-control,
.workflowsetting-page .horizontal-col .ak-identity-picker-wrapper {
  flex: 1;
  margin-left: 10px;
}
.workflowsetting-page .horizontal-col .search-label {
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  .workflowsetting-page .horizontal-col {
    display: block;
  }
  .workflowsetting-page .horizontal-col .search-control,
  .workflowsetting-page .horizontal-col .ak-identity-picker-wrapper {
    margin-left: 0px;
  }
}
.workflowsetting-page .search-header {
  background: #F5F6F7;
}
@media (max-width: 768px) {
  .workflowsetting-page .horizontal-col,
  .workflowsetting-page .serch-item {
    margin-bottom: 10px;
  }
}
@media (max-width: 992px) {
  .workflowsetting-page .horizontal-col,
  .workflowsetting-page .serch-item {
    margin-bottom: 10px;
  }
}
.haspadding {
  padding: 10px 26px;
}
.table-padding {
  padding: 10px 26px 0px;
}
.appselect-popover {
  width: 220px;
}
.appselect-popover .search-input .ant-input {
  color: var(--c--text-normal);
  background: var(--c--neutral-light-hover);
}
.appselect-popover .search-input .ant-input::-webkit-input-placeholder {
  color: var(--c--neutral-dark-hover);
}
.appselect-popover .search-input .ant-input::-moz-placeholder {
  color: var(--c--neutral-dark-hover);
}
.appselect-popover .search-input .ant-input:focus,
.appselect-popover .search-input .ant-input:hover {
  box-shadow: none;
  border: 1px solid var(--c--neutral);
  color: var(--c--text-normal);
}
.appselect-popover .app-menu .app-menu-subitem .ant-menu-submenu-title {
  height: 30px;
  line-height: 30px;
  padding-left: 35px !important;
}
.appselect-popover .app-menu .app-menu-subitem .ant-menu-submenu-title::after {
  left: 16px;
  right: unset;
}
.appselect-popover .app-menu .app-menu-subitem .ant-menu-item-selected {
  background: var(--c--backgrand);
}
.appselect-popover .app-menu .app-menu-subitem .app-menu-item {
  height: 30px;
  line-height: 30px;
  padding-left: 25px !important;
}
.appselect-popover .app-menu .app-menu-subitem .app-menu-item .item-checkbox {
  width: 100%;
}
.appselect-popover .app-menu .app-menu-subitem .app-menu-item:hover {
  background: var(--c--backgrand);
  color: var(--c--text-normal);
}
.appselect-popover .app-menu .app-menu-subitem .app-menu-item::after {
  display: none;
}
.appselect-popover .app-menu .ant-menu-item-selected {
  color: var(--c--text-normal);
}
.appselect-popover .ant-popover-inner-content .content {
  overflow-x: hidden;
}
.appselect-popover .app-select-btn {
  cursor: pointer;
}
.status2 {
  color: var(--c--accent);
}
.status3,
.status4 {
  color: var(--c--extra-color-2);
}
.status1 {
  color: var(--c--extra-color-1);
}
.status5,
.status6 {
  color: var(--c--text-normal);
}
.instance-item-page .instance-detail-box {
  display: flex;
  flex-wrap: wrap;
}
.instance-item-page .new-instance-detail,
.instance-item-page .instance-detail {
  padding: 10px 0;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}
.instance-item-page .new-instance-detail .detail-item,
.instance-item-page .instance-detail .detail-item {
  margin-bottom: 10px;
  width: 23.5%;
}
@media (max-width: 1199px) {
  .instance-item-page .new-instance-detail .detail-item,
  .instance-item-page .instance-detail .detail-item {
    width: 32%;
  }
}
@media (max-width: 767px) {
  .instance-item-page .new-instance-detail .detail-item,
  .instance-item-page .instance-detail .detail-item {
    width: 49%;
  }
}
@media (max-width: 479px) {
  .instance-item-page .new-instance-detail .detail-item,
  .instance-item-page .instance-detail .detail-item {
    width: 100%;
  }
}
.instance-item-page .new-instance-detail .detail-item .item-label,
.instance-item-page .instance-detail .detail-item .item-label {
  font-weight: 600;
  line-height: 20px;
}
.instance-item-page .new-instance-detail .detail-item .item-control,
.instance-item-page .instance-detail .detail-item .item-control {
  padding: 5px 0;
}
@media (max-width: 1599px) {
  .instance-item-page .new-instance-detail .detail-item {
    width: 32%;
  }
}
@media (max-width: 1199px) {
  .instance-item-page .new-instance-detail .detail-item {
    width: 49%;
  }
}
@media (max-width: 767px) {
  .instance-item-page .new-instance-detail .detail-item {
    width: 100%;
  }
}
.instance-item-page .instance-tab .tab-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--c--text-normal);
}
.instance-item-page .instance-tab .ant-table-title {
  background-color: var(--c--neutral-light-hover);
  padding: 0;
}
.instance-item-page .instance-tab .ak-form-workflow-history .ak-form-history-title {
  background-color: var(--c--neutral-light-hover);
}
.instance-item-page .definition-operate {
  background: var(--c--neutral-light-hover);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px 26px;
  gap: 10px;
}
@media (max-width: 1199px) {
  .instance-item-page .definition-operate {
    width: 100%;
  }
}
.instance-item-page .definition-operate .lable {
  line-height: 24px;
  text-decoration: none;
}
.instance-item-page .definition-operate i {
  margin-right: 10px;
}
.instance-item-page .definition-flowchart {
  background: #f5f5f5;
  width: 100%;
  text-align: center;
  padding: 10px;
}
.procdef-item .procdef-item-action {
  display: flex;
  align-items: center;
}
.procdef-item .procdef-item-action .action-item {
  display: flex;
  align-items: center;
  margin-left: 15px;
}
.procdef-item .procdef-item-action .action-item .item-label {
  margin-right: 10px;
  font-weight: 600;
}
.procdef-item .procdef-item-action .action-item .item-control {
  width: 80px;
}
@media (max-width: 768px) {
  .procdef-item .procdef-item-action .action-item {
    margin-left: 5px;
  }
  .procdef-item .procdef-item-action .action-item .item-control {
    width: 50px;
  }
}
.procinst-variable-modal {
  height: 80vh;
}
@media (max-width: 768px) {
  .procinst-variable-modal {
    height: 100%;
  }
}
.procinst-variable-modal .ant-table-tbody > tr > td,
.procinst-variable-modal .ant-table-thead > tr > th {
  border: none;
}
.procinst-variable-modal .ant-table-fixed-header .ant-table-scroll > .ant-table-header {
  overflow: hidden;
}
.encry-modal {
  width: 100%;
}
.encry-modal .ant-modal-body {
  padding: 0;
}
.encry-modal .encry-modal-box .encry-modal-banner {
  text-align: center;
  margin-bottom: -24px;
}
.encry-modal .encry-modal-box .encry-modal-banner img {
  width: 280px;
}
.encry-modal .encry-modal-box .encry-modal-content {
  font-size: 14px;
  line-height: 20px;
  padding: 10px 45px 20px 45px;
}
.encry-modal .encry-modal-box .encry-modal-content .desc4 {
  display: block;
  text-align: center;
}
.lookup-err-text {
  line-height: 28px;
}
.change-version-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.change-version-box .change-version-control {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.change-version-box .change-version-control-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 45%;
}
.change-version-box .change-version-control-item .ant-select-selection,
.change-version-box .change-version-control-item .ant-input-affix-wrapper {
  height: 39px;
}
.change-version-box .change-version-control-item .ant-select-selection .ant-select-selection__rendered,
.change-version-box .change-version-control-item .ant-input-affix-wrapper .ant-select-selection__rendered {
  line-height: 37px;
}
.change-version-box .change-version-control-gap {
  width: 10%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.change-version-box .change-version-control-gap > span {
  height: 18px;
}
.change-version-box .change-version-control-gap i {
  line-height: 39px;
}
.change-submitter-modal {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ant-modal-wrap .ant-modal.ak-modal-full-screen.rerunning-workflow .ant-modal-body {
  overflow: hidden;
}
.form-date-range {
  width: 100%;
  display: flex;
  gap: 10px;
}
.form-date-range-start {
  width: 100%;
}
.form-date-range-end {
  width: 100%;
}
.detailcontent-load {
  padding-top: 1px;
}
.richtext-variable-box .variable-icon {
  cursor: pointer;
  float: right;
  padding: 5px 7px;
  background: #E7E9EC;
  margin-top: 5px;
}
.smart-filter-variable {
  cursor: pointer;
  border: 1px solid #d9d9d9;
  padding: 0 7.5px;
  background: #E7E9EC;
  border-left: 0px;
  height: 28px;
}
.smart-filter-variable i {
  line-height: 28px;
}
.list-smartfilter .title {
  padding: 5px 0;
  font-size: 14px;
  border-bottom: 1px solid var(--c--neutral-light-active);
}
.list-smartfilter .ant-input-group-addon {
  background-color: #E7E9EC;
}
.grid-fullwidth {
  grid-column: 1 / end;
}
.akfc-form-control.dynamic-image {
  overflow: hidden;
}
.process-field-table .ant-table-placeholder {
  text-align: left;
}
.process-field-table .del-btn {
  cursor: pointer;
}
.set-default-valueModal .modal-footer {
  display: flex;
  margin-top: 10px;
}
.set-default-valueModal .modal-footer .add-btn {
  margin-left: 10px;
}
.ant-modal-wrap .form-page-c .ant-pagination-item,
.ant-popover .form-page-c .ant-pagination-item,
.ak-container .form-page-c .ant-pagination-item,
.ant-modal-wrap .form-page-c .ant-pagination-item-active,
.ant-popover .form-page-c .ant-pagination-item-active,
.ak-container .form-page-c .ant-pagination-item-active,
.ant-modal-wrap .form-page-c .ant-pagination-item-link,
.ant-popover .form-page-c .ant-pagination-item-link,
.ak-container .form-page-c .ant-pagination-item-link,
.ant-modal-wrap .form-page-c .ant-pagination-prev,
.ant-popover .form-page-c .ant-pagination-prev,
.ak-container .form-page-c .ant-pagination-prev,
.ant-modal-wrap .form-page-c .ant-pagination-next,
.ant-popover .form-page-c .ant-pagination-next,
.ak-container .form-page-c .ant-pagination-next {
  background: none;
  height: auto;
  line-height: inherit;
  border: 0;
}
.ak-container .pivot-table-control .ant-table-tbody > tr:hover {
  background: transparent;
}
.applicant-info-settings-modal .ant-table-content .ant-table-header {
  background: #ffffff;
}
.basic-chevron-box {
  gap: 10px;
  display: flex;
  flex-direction: column;
}
.basic-chevron-box .basic-chevron {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 3px;
}
.basic-chevron-box .basic-chevron .basic-chevron-item-box {
  width: 25%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
}
.basic-chevron-box .basic-chevron .basic-chevron-item-box .basic-chevron-item {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 32px;
  transition: background 0.5s;
  clip-path: polygon(0px 0px, calc(100% - 9.24px) 0px, 100% 50%, calc(100% - 9.24px) 100%, 0px 100%, 9px 50%);
}
.basic-chevron-box .basic-chevron .basic-chevron-item-box .basic-chevron-ahead {
  background: var(--c--neutral-light-active);
  color: var(--c--neutral-dark);
}
.basic-chevron-box .basic-chevron .basic-chevron-item-box .basic-chevron-past {
  background: var(--c--primary);
  color: #FFFFFF;
}
.basic-chevron-box .basic-chevron .basic-chevron-item-box .basic-chevron-current {
  background: var(--c--primary);
  color: #FFFFFF;
}
.basic-chevron-box .basic-chevron .basic-chevron-item-box .basic-chevron-text {
  text-align: center;
  line-height: 18px;
}
.basic-chevron-box .basic-chevron-text-box {
  display: flex;
}
.basic-chevron-box .basic-chevron-text-box .basic-chevron-text {
  width: 25%;
  text-align: center;
}
.circle-accent {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.circle-accent .circle-accent-item {
  width: 14.28%;
  display: flex;
  align-items: center;
  flex-direction: column;
  height: inherit;
  z-index: 2;
}
.circle-accent .circle-accent-item .circle-accent-item-icon-box {
  display: flex;
  align-items: center;
}
.circle-accent .circle-accent-item .circle-accent-item-icon-box .circle-accent-item-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  z-index: 2;
  display: flex;
  color: #ffff;
  align-items: center;
  justify-content: center;
}
.circle-accent .circle-accent-item .circle-accent-item-icon-box .circle-accent-past {
  background: var(--c--primary);
}
.circle-accent .circle-accent-item .circle-accent-item-icon-box .circle-accent-current {
  background: var(--c--primary);
}
.circle-accent .circle-accent-item .circle-accent-item-icon-box .circle-accent-ahead {
  background: var(--c--neutral-light-active);
  color: var(--c--neutral-dark);
}
.circle-accent .circle-accent-item .circle-accent-text {
  text-align: center;
  flex: 1;
}
.circle-accent .circle-accent-timeline-bg {
  background: var(--c--neutral-light-active);
  height: 5px;
  z-index: 1;
  flex: 1;
  position: absolute;
  top: 9.5px;
  width: 85.72%;
  left: 7.125%;
}
.circle-accent .circle-accent-timeline-c {
  background: var(--c--primary);
  height: 100%;
}
.drag-rename-sortable {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.drag-rename-sortable .add-link-button {
  color: #0065FF;
  cursor: pointer;
}
.drag-item-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.drag-item-box .drag-item-title {
  flex: 1;
}
.drag-item-box .drag-item-icon {
  padding: 6px;
  cursor: pointer;
}
.drag-item-box .readonly-icon {
  color: #eeeeee;
}
.rate-continer {
  display: flex;
  align-items: center;
  min-height: 28px;
}
.ak-rate {
  display: flex;
  gap: 10px;
  align-items: center;
  width: fit-content;
}
.ak-rate .ak-rate-flex {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ak-rate .ant-rate-text {
  margin-left: 0;
}
.ak-rate .ant-rate {
  font-size: 14px;
}
.ak-rate .ant-rate-star {
  margin-right: 0;
  min-height: 16px;
}
.ak-rate .flex-text {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.ak-rate .flex-text .ak-rate-text {
  display: inline-block;
  width: calc(50% - 5px);
}
.ak-rate .flex-text .ak-rate-text.right {
  text-align: right;
}
.ak-rate .rate-cont {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.form-table .ant-pagination-item-active:focus,
.form-table .ant-pagination-item-active:hover {
  background-color: transparent;
  border-color: transparent;
}
.form-table .ant-pagination .ant-pagination-prev .ant-pagination-item-link,
.form-table .ant-pagination .ant-pagination-next .ant-pagination-item-link {
  border: none;
}
.form-table .ant-pagination .ant-pagination-jump-prev .ant-pagination-item-link,
.form-table .ant-pagination .ant-pagination-jump-next .ant-pagination-item-link {
  display: contents;
}
.akc_progress-circle .number {
  color: var(--c--text-normal);
}
.timer-container {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.timer-container .timer-item {
  width: 100px;
  height: 100px;
  border: 1px solid var(--c--text-normal);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.timer-container .timer-item .digit {
  color: var(--c--primary);
  font-size: 18px;
}
.form-timer .message {
  line-height: 28px;
}
.timeline-horizontal .left-scroll {
  left: 0;
}
.timeline-horizontal .right-scroll {
  right: 0;
}
.timeline-horizontal .scroll-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  background: var(--c--primary-light-active);
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
.timeline-horizontal .scroll-btn:hover {
  background: var(--c--primary);
}
.timeline-horizontal .timeline-horizontal-container {
  overflow: hidden;
}
.timeline-horizontal .timeline-horizontal-container .timeline-horizontal-item {
  flex: 0 0 calc(100% / 3);
  max-width: calc(100% / 3);
  z-index: 1;
  position: relative;
  padding-right: 24px;
  padding-left: 24px;
  display: flex;
  justify-content: flex-start;
}
.timeline-horizontal .timeline-horizontal-container .timeline-horizontal-item .item-card {
  position: relative;
  width: 100%;
}
.timeline-horizontal .timeline-horizontal-container .timeline-horizontal-item .item-card .item-cont {
  padding: 10px;
  background: #f8f8f8;
  position: relative;
  z-index: 1;
  display: grid;
  box-sizing: border-box;
}
.timeline-horizontal .timeline-horizontal-container .timeline-horizontal-item .item-card .item-arrow {
  left: 6px;
  width: 10px;
  height: 10px;
  position: absolute;
  box-sizing: content-box;
  background: transparent;
}
.timeline-horizontal .timeline-horizontal-container .timeline-horizontal-item .item-card .item-arrow::before {
  box-sizing: border-box;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #f8f8f8;
}
.timeline-horizontal .timeline-horizontal-container .timeline-horizontal-item .item-meta {
  display: flex;
}
.timeline-horizontal .timeline-horizontal-container .timeline-horizontal-item-top,
.timeline-horizontal .timeline-horizontal-container .timeline-horizontal-item-center,
.timeline-horizontal .timeline-horizontal-container .timeline-horizontal-item-bottom {
  display: flex;
  position: relative;
}
.timeline-horizontal .timeline-horizontal-container .timeline-horizontal-item-top {
  align-items: flex-end;
}
.timeline-horizontal .timeline-horizontal-container .timeline-horizontal-item-top .item-card {
  margin-bottom: 20px;
}
.timeline-horizontal .timeline-horizontal-container .timeline-horizontal-item-top .item-card .item-arrow {
  border-left-color: transparent !important;
  border-top-color: transparent !important;
  border-radius: 0 !important;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.timeline-horizontal .timeline-horizontal-container .timeline-horizontal-item-top .item-card .align-center {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.timeline-horizontal .timeline-horizontal-container .timeline-horizontal-item-center {
  align-items: center;
}
.timeline-horizontal .timeline-horizontal-container .timeline-horizontal-item-bottom {
  align-items: flex-start;
  position: relative;
  z-index: 0;
}
.timeline-horizontal .timeline-horizontal-container .timeline-horizontal-item-bottom .item-card {
  margin-top: 20px;
}
.timeline-horizontal .timeline-horizontal-container .timeline-horizontal-item-bottom .item-card .item-arrow {
  bottom: 100%;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  border-radius: 0 !important;
  -webkit-transform: translateY(50%) rotate(45deg);
  -ms-transform: translateY(50%) rotate(45deg);
  transform: translateY(50%) rotate(45deg);
}
.timeline-horizontal .timeline-horizontal-container .timeline-horizontal-item-bottom .item-card .align-center {
  -webkit-transform: translateX(-50%) translateY(50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(50%) rotate(45deg);
  transform: translateX(-50%) translateY(50%) rotate(45deg);
}
.timeline-horizontal .timeline-horizontal-container .timeline-line {
  width: 100%;
  height: 5px;
  background: #E7E9EC;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.timeline-horizontal .timeline-horizontal-container .timeline-line.last-line {
  width: 0px;
}
.timeline-horizontal .timeline-horizontal-container .item-point {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--c--primary);
  color: #ffffff;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  position: relative;
  overflow: hidden;
}
.timeline-horizontal .timeline-horizontal-container .cursor-pointer {
  cursor: pointer;
}
.timeline-showmore {
  padding: 5px 10px;
  color: #ffffff;
  background: #071638;
  z-index: 2;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.has-animate .align-left .item-box {
  animation-name: card-animation-right;
}
.has-animate .align-right .item-box {
  animation-name: card-animation-left;
}
.has-animate .align-center .timeline-v-item:nth-child(odd) .item-box {
  animation-name: card-animation-left;
}
.has-animate .align-center .timeline-v-item:nth-child(even) .item-box {
  animation-name: card-animation-right;
}
.has-animate .item-box {
  animation-fill-mode: both;
  animation-duration: 1s;
}
@keyframes card-animation-right {
  0% {
    opacity: 0;
    transform: translateX(400px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes card-animation-left {
  0% {
    opacity: 0;
    transform: translateX(-400px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
.timeline-vertical .timeline-container {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 15px;
}
.timeline-vertical .meta-content {
  display: inline-block;
}
.timeline-vertical .timeline-v-line {
  width: 5px;
  position: absolute;
  top: 0px;
  background-color: var(--c--neutral-light-active);
  overflow: hidden;
  transform: translateX(-50%);
  bottom: 50px;
}
.timeline-vertical .timeline-v-line-progress {
  width: 100%;
  background-color: var(--c--primary);
}
.timeline-vertical .item-box {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.timeline-vertical .item-cont {
  background-color: var(--c--neutral-light);
  display: grid;
}
.timeline-vertical .timeline-v-item {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
}
.timeline-vertical .timeline-v-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.timeline-vertical .item-avtive .item-point {
  background-color: var(--c--primary);
}
.timeline-vertical .item-point {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  cursor: pointer;
  color: var(--c--backgrand);
  background-color: var(--c--neutral-light-active);
  display: flex;
  justify-content: center;
  align-items: center;
}
.timeline-vertical .more-box {
  display: flex;
}
.timeline-vertical .align-left .more-box {
  justify-content: flex-start;
}
.timeline-vertical .align-left .timeline-v-line {
  margin-left: 12px;
}
.timeline-vertical .align-left .item-box {
  flex-grow: 1;
  order: 1;
}
.timeline-vertical .align-left .item-point {
  margin-right: 20px;
  order: 0;
  flex-grow: 0;
}
.timeline-vertical .align-right .more-box {
  justify-content: end;
}
.timeline-vertical .align-right .timeline-v-line {
  right: 0;
  margin-right: 8px;
}
.timeline-vertical .align-right .item-box {
  order: 0;
  flex-grow: 1;
}
.timeline-vertical .align-right .item-point {
  margin-left: 20px;
  order: 1;
  flex-grow: 0;
}
.timeline-vertical .align-right .item-meta {
  text-align: right;
}
.timeline-vertical .valign-3 .timeline-v-item {
  align-items: end;
}
.timeline-vertical .valign-2 .timeline-v-item {
  align-items: center;
}
.timeline-vertical .valign-1 .timeline-v-item {
  align-items: start;
}
.timeline-vertical .align-center .more-box {
  justify-content: center;
}
.timeline-vertical .align-center .timeline-v-line {
  left: 50%;
}
.timeline-vertical .align-center .item-box {
  order: 0;
  flex-grow: 1;
  flex-basis: 50%;
  max-width: 50%;
}
.timeline-vertical .align-center .item-point {
  margin-left: 20px;
  margin-right: 20px;
  order: 1;
  flex-grow: 0;
  flex-shrink: 0;
}
.timeline-vertical .align-center .item-meta {
  flex-basis: 50%;
  max-width: 50%;
  order: 2;
  flex-grow: 1;
}
@media (min-width: 1200px) {
  .timeline-vertical .align-center .timeline-v-item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .timeline-vertical .align-center .timeline-v-item:nth-child(even) .item-meta {
    text-align: right;
  }
}
.comp-control .ant-radio .ant-radio-inner {
  width: 12px;
  height: 12px;
}
.video-player {
  width: 100%;
}
.video-player .video-overlay .play-icon {
  font-size: 100px;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  filter: drop-shadow(1px 0 6px rgba(0, 0, 0, 0.3));
}
.dropbar-btn {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 7px 15px;
  line-height: 1;
  border: 1px solid #e9e9e9;
}
.dynamic-prefix {
  margin-right: 10px;
}
.dynamic-suffix {
  margin-left: 10px;
}
.akc_collection {
  display: flex;
  flex-direction: column;
}
.coll-data-grid {
  flex: 1;
  display: grid;
  grid-template-columns: minmax(1px, 1fr) minmax(1px, 1fr) minmax(1px, 1fr);
  grid-auto-rows: auto;
  grid-auto-flow: row;
  row-gap: 30px;
  column-gap: 30px;
}
.akc_wflog .coll-data-grid {
  grid-template-columns: minmax(1px, 1fr);
}
.data-grid-item {
  display: grid;
  position: relative;
}
.lookup-setfield-modal .delete-tip {
  margin-top: 20px;
  color: red;
}
.lookup-setfield-modal .list-control {
  width: 50%;
  margin-bottom: 10px;
}
.lookup-setfield-modal .list-control .label {
  margin-right: 5px;
  display: inline-block;
}
.lookup-setfield-modal .list-control .list-select {
  display: inline-block;
  width: 200px;
}
.lookup-setfield-modal .error-select {
  border: 1px solid var(--c--danger);
}
.Regulation-rules-modal .rule-cont .rule-btn {
  padding: 5px 10px;
  height: 30px;
  border-radius: 3px;
  color: var(--c--primary);
  border-color: var(--c--primary);
}
.Regulation-rules-modal .ant-table-placeholder {
  text-align: left;
}
.metadata-parent-form-inline {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.dynamic-list {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.dynamic-list .list-item {
  display: grid;
  border: 1px dotted var(--c--neutral);
  padding: 10px;
}
.dynamic-list .list-footer {
  display: grid;
  background-color: var(--c--neutral-light-active);
  border: 1px dotted var(--c--neutral);
  padding: 10px;
}
.merge-table-container {
  width: 100%;
}
.merge-table-container .merge-table {
  width: 100%;
  border-collapse: collapse;
  border-color: #000000;
  border-width: 1px;
  border-style: solid;
}
.merge-table-container .merge-table .cell-item {
  position: relative;
  border-width: 1px;
  border-color: #000000;
  border-style: solid;
  height: inherit;
}
.merge-table-container .merge-table .cell-item > .ant-checkbox-wrapper {
  position: absolute;
  top: 5px;
  left: 5px;
}
.merge-table-container .merge-table .cell-item .cell {
  margin-bottom: 0px;
  height: 100%;
  display: grid;
  grid-template-columns: 100%;
}
.merge-table-container .merge-table .cell-item .cell .cellpl {
  justify-content: center;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}
.merge-table-container .merge-table .cell-item .cell:has(.cellpl) {
  grid-template-rows: 100%;
  grid-template-columns: 100%;
  display: grid;
  width: 100%;
}
.merge-table-container .print-table-container .cell-item .cell {
  display: table;
}
.merge-table-container .actions {
  display: flex;
}
.merge-table-container .actions button {
  height: 30px;
  border: none;
  font-weight: 600;
  background: #0065FF;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.merge-table-container .actions .close-action {
  width: 30px;
}
.merge-table-container .actions .merge-action.ak-btn-disable {
  background: #E7E9EC;
  color: #6C6E73;
}
.merge-table-container .actions .split-action.ak-btn-disable {
  background: #E7E9EC;
  color: #6C6E73;
}
.ak-container .akc_hierarchy_filter .ak-tree-custom li,
.ak-multisel .akc_hierarchy_filter .ak-tree-custom li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
  align-items: stretch;
}
@media (max-width: 479px) {
  .home-main-content .ak-header.ant-layout-header {
    height: 98px;
  }
  .home-main-content .ak-main-content-header-mobile .header-content .ak-application-new .ak-back {
    margin-left: -10px;
  }
  .home-main-content .ak-main-content-header-mobile .header-content .ak-header-title {
    width: 100%;
  }
  .home-main-content .ak-main-content-header-mobile .header-content .ak-header-title .actions-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .home-main-content .ak-main-content-header-mobile .header-content .ak-header-title .actions-header .status-select {
    margin: 0;
  }
  .home-main-content .ak-main-content-header-mobile .actions-content .flex-search-header {
    justify-content: space-between;
  }
  .home-main-content .ak-main-content-header-mobile .actions-content .flex-search-header .search-items-input {
    flex: 1;
  }
  .home-main-content .ak-main-content-header-mobile .actions-content .flex-search-header .select-all-button {
    padding: 10px;
  }
  .ak-homepage-frame .home-main-content .ak-main-content-header-mobile {
    width: 100%;
  }
  .ak-homepage-frame .home-main-content .ak-main-content-header-mobile .actions-content .flex-search-header .select-all-button {
    margin-left: 15px;
  }
}
.ak-form-menu {
  min-width: 197px;
  background-color: #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-radius: 4px;
  border: 0;
}
.ak-form-menu .ak-form-title a i.anticon {
  font-size: 20px;
  font-weight: 600;
}
.ak-form-menu li.ant-dropdown-menu-item {
  padding: 0;
}
.ak-form-menu li.ant-dropdown-menu-item a {
  width: 100%;
  height: 35px;
  line-height: 23px;
  padding: 0 15px;
  margin: 0;
  color: #000;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
}
.ak-form-menu li.ant-dropdown-menu-item a > i {
  margin-right: 8px;
  vertical-align: middle;
}
.ak-form-menu li.ant-dropdown-menu-item a.select {
  color: #262626;
  background-color: #f5f5f5;
}
.ak-form-menu li.ant-dropdown-menu-item a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.ak-form-menu li.ak-report-list {
  max-height: 500px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 6px 0;
}
.ak-form-menu li.ak-report-list div.ak-col {
  height: 35px;
  line-height: 35px;
}
.ak-form-menu li.ak-report-list div.ak-col .ak-reports-title {
  font-weight: 600;
  color: #333;
  white-space: nowrap;
  font-size: 12px;
  cursor: default;
}
.ak-form-menu li.ak-report-list div.ak-col a.ak-add-reports {
  color: #447acc;
  font-weight: 600;
}
.ak-form-menu li.ak-report-list div.ak-col a:hover {
  color: #333;
  background-color: #f5f5f5;
}
.ak-form-menu li.ak-report-list div.ak-col .ak-reports-title:hover {
  background-color: #fff;
}
.ak-form-menu li.ak-report-list div.ak-col.reports-title:hover {
  background-color: #fff;
}
.ak-form-menu li.ak-report-list div.ak-col.reports-title:hover div.ak-col.reports-title {
  background-color: #fff;
}
.ak-form-menu li.ak-report-list div.ak-col.no-report {
  background-color: #fff;
}
.ak-form-menu li.ak-report-list div.ak-col.no-report a {
  font-size: 12px;
  cursor: default;
  color: #a6a6a6;
}
.ak-form-menu li.ak-report-list div.ak-col.no-report a:hover {
  color: #a6a6a6;
  background-color: #fff;
}
.ak-form-menu li.task {
  overflow-y: hidden;
}
.ak-form-menu li.task a {
  padding-right: 60px;
  position: relative;
}
.ak-form-menu li.task a .ant-badge {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
}
.ak-form-menu li.task a .ant-badge .ant-badge-count {
  background: #ce3839;
}
.ak-form-menu li.ant-dropdown-menu-item:hover {
  background-color: #fff;
}
.ak-form-menu .ak-report-list.top {
  border-top: 1px solid #e5e5e5;
}
.ak-form-menu .ak-report-list.bottom {
  border-bottom: 1px solid #e5e5e5;
}
.global-number-control .global-number-tag {
  cursor: pointer;
  height: 28px;
  width: 100%;
  border: 1px solid #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 7px;
  background: var(--c--secondary-light);
}
.global-number-control .global-number-tag i {
  font-size: 10px;
}
.global-number-control .global-number-input .ant-input-suffix {
  cursor: pointer;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 10px;
}
.number-slider {
  min-width: 200px;
}
@cdn-url : //wfexp.hkstp.training/yeeflow/;

.kanban-container,
.cate-head,
.cate-name {
  display: flex;
  flex-direction: row;
  gap: 10px;
  min-width: 0;
}
.akc_kanban {
  overflow-x: auto;
}
.kanban-container {
  gap: 15px;
  width: min-content;
  height: 100%;
}
.kanban-cate {
  width: 300px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.kanban-cate.collapsed {
  width: unset !important;
}
.kanban-cate.collapsed .cate-head {
  color: var(--c--text);
  flex: 1;
  background-color: #CDDFF9;
  writing-mode: vertical-rl;
  flex-direction: row-reverse;
}
.cate-head {
  color: var(--c--backgrand);
  background-color: var(--c--primary);
  padding: 10px;
  align-items: center;
}
.cate-more {
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  color: var(--c--primary);
  padding: 5px;
  cursor: pointer;
}
.cate-collapse {
  cursor: pointer;
}
.cate-newitem {
  cursor: pointer;
  padding: 5px 10px;
  font-size: 12px;
  color: var(--c--primary);
  border: 1px solid var(--c--primary);
}
.cate-name {
  flex: 1;
  font-size: 14px;
  align-items: center;
}
.cate-body {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow-y: auto;
  flex: 1;
}
.cate-body::-webkit-scrollbar-thumb {
  display: none;
}
.cate-body:hover::-webkit-scrollbar-thumb {
  display: unset;
}
.cate-item {
  display: grid;
  padding: 10px;
  background-color: var(--c--neutral-light);
}
.cate-item.grap {
  cursor: grab;
}
.cate-item.cate-item-shadow {
  opacity: 0.8;
}
.cate-item.cate-item-shadow div {
  opacity: 0;
}
.ak-container .cate-item.grap {
  cursor: grab;
}
.cate-footer {
  width: 100%;
  display: grid;
  padding: 10px;
  color: var(--c--neutral-dark);
  background-color: var(--c--neutral-light-active);
}
.akfc-form-control.empty.footer {
  font-size: 12px;
  font-weight: 600;
}
@cdn-url : //wfexp.hkstp.training/yeeflow/;

.title-frame-header {
  display: flex;
  justify-content: space-between;
  padding: 10px 26px;
  border-bottom: 1px solid var(--c--neutral-light-active);
  align-items: center;
  gap: 10px;
}
.title-frame-header .title-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.title-frame-header .hasbefore-box {
  display: flex;
  gap: 15px;
}
.title-frame-header .title {
  color: var(--c--text-normal);
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.title-frame-header .desc {
  color: var(--c--text-normal);
  font-weight: 400;
  line-height: 160%;
}
.title-frame-header .header-actions {
  display: flex;
  gap: 10px;
  position: relative;
}
.title-frame-header .header-actions .ellipsis-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 31px;
}
.title-frame-header .header-actions .ak-global-searchbox .ak-global-search {
  width: 100%;
}
@media (max-width: 768px) {
  .title-frame-header .title {
    font-size: 16px;
  }
  .title-frame-header .header-actions .ant-btn {
    padding: 0 10px;
  }
}
@cdn-url : //wfexp.hkstp.training/yeeflow/;

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
/**
c: color
f: font-size
**/
:root {
  --c--primary: #0065FF;
  --c--primary-hover: #005BE6;
  --c--primary-active: #0051CC;
  --c--primary-light: #E6F0FF;
  --c--primary-light-hover: #D9E8FF;
  --c--primary-light-active: #B0CFFF;
  --c--primary-dark: #004CBF;
  --c--primary-dark-hover: #003D99;
  --c--primary-dark-active: #002D73;
  --c--primary-darker: #002359;
  --c--secondary: #00D1FF;
  --c--secondary-hover: #00BCE6;
  --c--secondary-active: #00A7CC;
  --c--secondary-light: #E6FAFF;
  --c--secondary-light-hover: #D9F8FF;
  --c--secondary-light-active: #B0F1FF;
  --c--secondary-dark: #009DBF;
  --c--secondary-dark-hover: #007D99;
  --c--secondary-dark-active: #005E73;
  --c--secondary-darker: #004959;
  --c--backgrand: #FFFFFF;
  --c--text: #071638;
  --c--text-normal: #071638;
  --c--accent: #03B349;
  --c--extra-color-1: #F9C434;
  --c--extra-color-2: #F61515;
  --c--success: #15DF42;
  --c--success-hover: #13C93B;
  --c--success-active: #11B235;
  --c--success-light: #E8FCEC;
  --c--success-light-hover: #DCFAE3;
  --c--success-light-active: #B6F5C4;
  --c--success-dark: #10A732;
  --c--success-dark-hover: #0D8628;
  --c--success-dark-active: #09641E;
  --c--success-darker: #074E17;
  --c--warning: #F9C434;
  --c--warning-hover: #E0B02F;
  --c--warning-active: #C79D2A;
  --c--warning-light: #FEF9EB;
  --c--warning-light-hover: #FEF6E1;
  --c--warning-light-active: #FDEDC0;
  --c--warning-dark: #BB9327;
  --c--warning-dark-hover: #95761F;
  --c--warning-dark-active: #705817;
  --c--warning-darker: #574512;
  --c--danger: #F61515;
  --c--danger-hover: #DD1313;
  --c--danger-active: #C51111;
  --c--danger-light: #FEE8E8;
  --c--danger-light-hover: #FEDCDC;
  --c--danger-light-active: #FCB6B6;
  --c--danger-dark: #B91010;
  --c--danger-dark-hover: #940D0D;
  --c--danger-dark-active: #6F0909;
  --c--danger-darker: #560707;
  --c--neutral: #B3B7C0;
  --c--neutral-hover: #A1A5AD;
  --c--neutral-active: #878990;
  --c--neutral-light: #F7F8F9;
  --c--neutral-light-hover: #F3F4F6;
  --c--neutral-light-active: #E7E9EC;
  --c--neutral-dark: #878990;
  --c--neutral-dark-hover: #6C6E73;
  --c--neutral-dark-active: #505257;
  --c--neutral-darker: #3E4044;
  --fs--xs: 10px;
  --fs--s: 12px;
  --fs--base: 14px;
  --fs--l: 16px;
  --fs--h6: 18px;
  --fs--h5: 20px;
  --fs--h4: 22px;
  --fs--h3: 25px;
  --fs--h2: 28px;
  --fs--h1: 32px;
  --lh--xs: 160%;
  --lh--s: 160%;
  --lh--base: 160%;
  --lh--l: 160%;
  --lh--h6: 160%;
  --lh--h5: 160%;
  --lh--h4: 160%;
  --lh--h3: 160%;
  --lh--h2: 160%;
  --lh--h1: 160%;
  --fw--light: 300;
  --fw--regular: 400;
  --fw--medium: 600;
  --fw--bold: 700;
  --fw--italic: 400;
  --sp--s0: 0;
  --sp--s012: 1;
  --sp--s025: 2;
  --sp--s050: 4;
  --sp--s075: 6;
  --sp--s100: 8;
  --sp--s150: 12;
  --sp--s200: 16;
  --sp--s250: 20;
  --sp--s300: 24;
  --sp--s400: 32;
  --sp--s500: 40;
  --sp--s600: 48;
  --sp--s800: 64;
  --sp--s1000: 80;
  --btn--text: #071638;
  --btn--primary: #0065FF;
  --btn--primary-light: #E6F0FF;
  --btn--danger: #F61515;
  --btn--danger-light: #FEE8E8;
  --btn--neutral: #B2B7C1;
  --btn--backgrand: #FFFFFF;
  --btn--success-dark: #10A732;
  --btn--success-light: #E8FCEC;
}
.designer-container.ant-modal-wrap {
  z-index: 996;
}
.designer-container.ant-modal-wrap .ant-modal.ak-modal-full-screen .ant-modal-body {
  overflow: hidden;
  padding-bottom: 0;
}
.designer-container > .ak-modal-full-screen > .ant-modal-content > .ant-modal-body {
  padding: 0;
  overflow: hidden;
}
Ø .designer-canvas .ak-fastform,
.pagecraftform .ak-fastform {
  height: 100%;
}
Ø .designer-canvas .ak-fastform .ant-radio-inner,
.pagecraftform .ak-fastform .ant-radio-inner,
Ø .designer-canvas .ak-fastform .ant-input-disabled,
.pagecraftform .ak-fastform .ant-input-disabled,
Ø .designer-canvas .ak-fastform .ant-select-selection,
.pagecraftform .ak-fastform .ant-select-selection {
  background-color: white;
}
Ø .designer-canvas .ak-fastform .ant-radio-inner,
.pagecraftform .ak-fastform .ant-radio-inner {
  border-radius: 50%;
}
Ø .designer-canvas .ak-fastform .ant-upload.ant-upload-select-picture-card,
.pagecraftform .ak-fastform .ant-upload.ant-upload-select-picture-card {
  margin: 0;
}
Ø .designer-canvas .ak-fastform.empty,
.pagecraftform .ak-fastform.empty {
  display: flex;
  align-items: center;
  align-content: center;
}
Ø .designer-canvas .ak-fastform.empty .canvas-empty,
.pagecraftform .ak-fastform.empty .canvas-empty {
  display: flex;
  flex: 1;
  align-items: center;
  flex-direction: column;
  color: #ccc;
  font-size: 18px;
}
Ø .designer-canvas .ak-fastform.empty .canvas-empty .anticon,
.pagecraftform .ak-fastform.empty .canvas-empty .anticon {
  font-size: 100px;
  margin-bottom: 10px;
}
Ø .designer-canvas .ak-fastform .akc_aktabs .tab-item .item-img,
.pagecraftform .ak-fastform .akc_aktabs .tab-item .item-img {
  width: 25px;
}
Ø .designer-canvas .ak-fastform .akc_aktabs .tab-item img,
.pagecraftform .ak-fastform .akc_aktabs .tab-item img {
  height: auto;
  max-width: 100%;
  display: block;
  width: 100%;
}
Ø .designer-canvas .ant-checkbox-disabled + span,
.pagecraftform .ant-checkbox-disabled + span,
Ø .designer-canvas .ant-radio-disabled + span,
.pagecraftform .ant-radio-disabled + span {
  color: inherit;
}
Ø .designer-canvas .print-table-container,
.pagecraftform .print-table-container {
  width: 100%;
}
Ø .designer-canvas .design-events,
.pagecraftform .design-events {
  pointer-events: none;
}
Ø .designer-canvas .select-design .ant-select-search__field__mirror,
.pagecraftform .select-design .ant-select-search__field__mirror {
  display: none;
}
Ø .designer-canvas .ant-collapse > .ant-collapse-item > .ant-collapse-header,
.pagecraftform .ant-collapse > .ant-collapse-item > .ant-collapse-header {
  padding: 10px 10px 10px 10px;
}
.akfc-form-control {
  position: relative;
  width: 100%;
  height: fit-content;
  margin-bottom: 1px;
  display: flex;
}
.akfc-form-control .ant-input-affix-wrapper .ant-input {
  z-index: unset;
}
.akfc-form-control > div {
  height: auto;
}
.akfc-form-control > div.form-section-column {
  height: 100%;
}
.akfc-form-control.kanban {
  overflow-x: auto;
}
.akfc-form-control.section-column,
.akfc-form-control.section {
  padding: 0;
}
.akfc-form-control.section-column {
  height: 100%;
}
.akfc-form-control .ant-form-item-label,
.akfc-form-control .ant-form-item-control-wrapper {
  margin-bottom: 0;
}
.akfc-form-control.flex_grid,
.akfc-form-control.applicantInfo,
.akfc-form-control.file,
.akfc-form-control.workflowControlPanel,
.akfc-form-control.workflowHistory {
  padding: 10px 0;
}
.akfc-form-control.flex_grid.selected,
.akfc-form-control.applicantInfo.selected,
.akfc-form-control.file.selected,
.akfc-form-control.workflowControlPanel.selected,
.akfc-form-control.workflowHistory.selected {
  padding-left: 5px;
  padding-right: 5px;
}
.akfc-form-control.form-header {
  padding: 5px 10px 10px;
}
.akfc-form-control > .over {
  height: 20%;
  max-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 188, 230, 0.5), rgba(255, 255, 255, 0.2));
  z-index: 99;
  border-top: 2px solid #00BCE6;
}
.akfc-form-control > .over.below {
  top: unset;
  bottom: 0;
  border-top: none;
  border-bottom: 2px solid #00BCE6;
  background: linear-gradient(to top, rgba(0, 188, 230, 0.5), rgba(255, 255, 255, 0.2));
}
.akfc-form-control.section-column > .over {
  height: 100%;
  width: 20%;
  border-top: 0;
  border-left: 2px solid #00BCE6;
  background: linear-gradient(to right, rgba(0, 188, 230, 0.5), rgba(255, 255, 255, 0.2));
  max-height: 100%;
}
.akfc-form-control.section-column > .over.below {
  right: 0;
  border-left: none;
  border-right: 2px solid #00BCE6;
  background: linear-gradient(to left, rgba(0, 188, 230, 0.5), rgba(255, 255, 255, 0.2));
  border-bottom: none;
  left: unset;
}
.akfc-form-control-delete {
  position: absolute;
  z-index: 2;
  right: 10px;
  bottom: -10px;
  color: #f7653b;
  border-color: #f7653b;
}
.akfc-form-control.content-list,
.akfc-form-control.data-list {
  width: 100%;
  overflow: hidden;
}
.akfc-form-control.content-list .akfc-form-control-delete,
.akfc-form-control.data-list .akfc-form-control-delete {
  bottom: 0;
}
.akfc-form-control-delete,
.akfc-form-control-delete:hover,
.akfc-form-control-delete:focus {
  color: #f7653b;
  border-color: #f7653b;
}
.akfc-form-control.grid {
  padding: 5px;
}
.akfc-form-control.grid .grid-label.disabled {
  color: #767676;
}
.akfc-form-control.grid-row {
  padding: 0px;
  border: 1px dashed #e9e9e9;
}
.akfc-form-control.grid-row:not(:last-child) {
  border-bottom: none;
}
.akfc-form-control.grid-col {
  padding: 5px;
  min-height: 38px;
  border-right: 1px dashed #e9e9e9;
}
.akfc-form-control.grid-col:last-child {
  border-right: none;
}
.akfc-form-control.empty {
  font-size: 20px;
  padding: 10px 0;
  color: #AAA;
  font-weight: bold;
  border: dashed 1px #DDD;
  display: flex;
  justify-content: center;
  align-items: center;
}
.akfc-form-control.cell .cellpl {
  font-size: 14px;
  line-height: 14px;
  color: #AAA;
  font-weight: bold;
  text-align: center;
}
.akfc-form-control.space {
  height: 250px;
}
.akfc-form-control.spaceTop {
  height: 0px;
  padding: 5px 10px;
}
.akfc-form-control.selected {
  box-shadow: 0 0 0 1px #71d7f7;
}
.akfc-form-control:hover {
  outline: 1px dashed #3987d9;
}
.akfc-form-control.form-header:hover,
.akfc-form-control.form-footer:hover,
.akfc-form-control.space:hover,
.akfc-form-control.spaceTop:hover,
.akfc-form-control.section-column:hover,
.akfc-form-control.ak-tabs-tab:hover,
.akfc-form-control.section:hover {
  outline: unset;
}
.akfc-form-control .ant-rate-text {
  word-break: break-word;
}
.control-hidden .ant-radio,
.control-hidden .ant-checkbox {
  display: none;
}
.designer-sider.ant-layout-sider {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  border-right: 1px solid #dddddd;
}
.designer-sider.ant-layout-sider .ant-layout-sider-children {
  display: flex;
  flex-direction: column;
}
.designer-sider.ant-layout-sider .setting-tab {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.designer-sider.ant-layout-sider .setting-tab .panels {
  padding: 0 0 0 8px;
  overflow-y: scroll;
}
.designer-sider.ant-layout-sider .setting-tab .panels::-webkit-scrollbar-thumb {
  display: none;
}
.designer-sider.ant-layout-sider .setting-tab .panels:hover::-webkit-scrollbar-thumb {
  display: unset;
}
.designer-sider.ant-layout-sider .sider-content {
  background-color: #f2f2f2;
  height: 100%;
  flex: 1;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.designer-sider.ant-layout-sider .sider-content .setting-header {
  text-align: center;
  background-color: #f2f2f2;
  padding: 5px;
  color: #000;
  font-size: 14px;
  position: relative;
}
.designer-sider.ant-layout-sider .sider-content .setting-header .anticon {
  margin-right: 5px;
}
.designer-sider.ant-layout-sider .sider-content .ant-layout-header {
  height: auto;
  border-bottom: 1px solid #ddd;
  padding: 15px;
}
.designer-sider.ant-layout-sider .sider-content .ant-layout-header.tabs {
  line-height: 18px;
  padding: 0;
}
.designer-sider.ant-layout-sider .sider-content .ant-layout-content .search {
  padding: 5px 5px 15px 5px;
}
.designer-sider.ant-layout-sider .sider-content .ant-form-item-label {
  line-height: 16px;
  width: 100%;
  margin-bottom: 0;
}
.designer-sider.ant-layout-sider .sider-content .ant-form-item-control-wrapper {
  line-height: 20px;
  width: 100%;
}
.designer-sider.ant-layout-sider .sider-switch {
  position: absolute;
  left: 100%;
  top: 50%;
  width: 16px;
  height: 85px;
  background-color: #f2f2f2;
  font-size: 15px;
  cursor: pointer;
  line-height: 85px;
  z-index: 99;
  transform: translateY(-50%);
  border-radius: 0 8px 8px 0;
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.designer-sider.ant-layout-sider .sider-switch .anticon {
  font-size: 13px;
}
.designer-sider.ant-layout-sider .sider-switch:hover {
  background-color: #e6e9ec;
}
.designer-sider.ant-layout-sider .sider-footer {
  display: flex;
  align-items: center;
  background: #f2f2f2;
  color: var(--c--text-normal);
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  border-top: 1px solid #dddddd;
}
.designer-sider.ant-layout-sider .sider-footer-button {
  cursor: pointer;
  width: 50%;
  text-align: center;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
}
.designer-sider.ant-layout-sider .sider-footer-button i {
  margin-right: 10px;
}
.designer-sider.ant-layout-sider .sider-footer-button:hover {
  background: #fff;
}
.designer-sider.ant-layout-sider .form-add-fields-button {
  padding: 5px 0 10px 0;
  font-weight: 600;
  color: gray;
  cursor: pointer;
  text-align: center;
}
.designer-sider.ant-layout-sider .form-add-fields-button i {
  margin-right: 5px;
}
.designer-sider.ant-layout-sider .form-add-fields-button:hover {
  color: dimgray;
}
.designer-sider.ant-layout-sider .controls {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background-color: #fff;
  padding: 5px 0;
}
.designer-sider.ant-layout-sider .controls .control {
  width: 33.33%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: start;
  word-break: break-word;
  text-align: center;
  cursor: move;
  padding: 10px 5px;
  border-radius: 8px;
  position: relative;
  color: var(--c--neutral-dark-hover);
}
.designer-sider.ant-layout-sider .controls .control .del {
  display: none;
  position: absolute;
  top: 0px;
  right: 8px;
  border-radius: 0 6px 0 0;
  cursor: pointer;
}
.designer-sider.ant-layout-sider .controls .control .del:hover {
  background: var(--c--danger-light);
}
.designer-sider.ant-layout-sider .controls .control .del .del-icon {
  color: var(--c--danger);
  font-size: 12px;
  margin: 0;
  padding: 8px;
}
.designer-sider.ant-layout-sider .controls .control:hover {
  background: var(--c--neutral-light-hover);
}
.designer-sider.ant-layout-sider .controls .control:hover .del {
  display: inline-block;
}
.designer-sider.ant-layout-sider .controls .control.disabled {
  color: #c4c4c4;
  cursor: default;
}
.designer-sider.ant-layout-sider .controls .control.disabled:hover {
  outline: none;
  color: #c4c4c4;
}
.designer-sider.ant-layout-sider .controls .control i {
  color: inherit;
  margin: 5px 0;
  font-size: 18px;
  padding: 4px;
}
.designer-sider.ant-layout-sider .controls .control .title {
  color: inherit;
  font-size: 10px;
}
.designer-sider.ant-layout-sider .controls .control.disable {
  cursor: no-drop;
  color: var(--c--neutral);
}
.designer-sider.ant-layout-sider .group {
  margin-bottom: 15px;
}
.designer-sider.ant-layout-sider .group .title {
  font-weight: 600;
  margin-bottom: 10px;
}
.designer-canvas {
  height: 100%;
}
.designer-canvas > .ant-layout-content {
  overflow: hidden;
}
.designer-canvas > .ant-layout-header {
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: relative;
  z-index: 100;
  background-color: #fff;
  border-bottom: 2px solid #e6e9ec;
}
.designer-canvas > .ant-layout-header .left {
  position: absolute;
  left: 15px;
  top: 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.designer-canvas > .ant-layout-header .left .control-add {
  margin-right: 15px;
  background-color: #1563f6;
  border-radius: 3px;
  color: #fff;
  border: 0;
}
.designer-canvas > .ant-layout-header .left .ak-header-title {
  max-width: 400px;
  font-weight: 600;
  margin-right: 15px;
}
.designer-canvas > .ant-layout-header .right {
  position: absolute;
  right: 15px;
  top: 0px;
  display: flex;
}
.designer-canvas > .ant-layout-header .ak-header-button {
  border: 0;
  background: transparent;
  height: 50px;
}
.designer-canvas > .ant-layout-header .ak-header-button:hover {
  background-color: #d9d9d9;
  color: #000;
}
.designer-canvas.ant-layout .ant-layout-header {
  align-items: center;
}
.designer-canvas .designer-main {
  height: 100%;
}
.designer-canvas .designer-main > .ant-layout-content {
  overflow: hidden;
  position: relative;
}
.designer-canvas .akfc-form-control-settings {
  width: 284px;
  min-height: calc(100vh - 151px);
  overflow: auto;
  overflow-x: hidden;
  background-color: #e6e9ec;
  padding-bottom: 15px;
  border-top: 1px solid #e9e9e9;
}
@media (max-width: 1220px) {
  .designer-canvas .akfc-form-control-settings {
    width: 240px;
  }
}
@media (max-width: 1120px) {
  .designer-canvas .akfc-form-control-settings {
    width: 180px;
  }
}
.designer-canvas .akfc-form-control-settings-category {
  background-color: #fbfcfe;
  padding: 5px 7.5px;
  font-weight: 600;
  margin-bottom: 10px;
}
.designer-canvas .akfc-form-control-settings-des {
  margin-bottom: 5px;
  padding-left: 7.5px;
  font-weight: 550;
}
.designer-canvas .akfc-form-placeholder {
  width: 100%;
  height: 25px;
  text-align: center;
  line-height: 25px;
  font-size: 16px;
  border: 2px dashed deepskyblue;
}
.designer-canvas .settings .ak-pick-color-display {
  margin-right: 0px;
}
.designer-canvas .settings .form-field-edit {
  display: flex;
  justify-content: space-between;
}
.designer-canvas .settings .form-field-edit .control {
  margin-right: 15px;
  cursor: pointer;
}
.designer-canvas .settings .form-field-edit .control i {
  margin-right: 5px;
}
.designer-canvas .settings .title {
  padding: 5px;
  font-weight: 600;
  background-color: #f5f5f5;
}
.designer-canvas .settings .ak-form .ant-form-item-label {
  line-height: 16px;
  width: 100%;
  margin-bottom: 0;
}
.designer-canvas .settings .ak-form .ant-form-item-control-wrapper {
  line-height: 20px;
  width: 100%;
}
.designer-canvas .settings .ak-form .ak-parent-node-select {
  flex: 1 1 auto;
}
.designer-canvas .settings .settingswitchRow {
  margin-bottom: 10px;
}
.designer-canvas .settings .settingswitchRow .settingswitch {
  display: inline-block;
  width: 55px;
}
.designer-canvas .settings .fieldLabel {
  line-height: 28px;
}
.designer-canvas .settings .settingRow {
  padding: 6px;
}
.designer-canvas .settings .rightControl {
  line-height: 28px;
  text-align: right;
}
.designer-canvas .settings .buttons {
  width: 100%;
  text-align: center;
}
.designer-canvas .settings .ant-row.choice {
  padding: 8px 5px;
}
.designer-canvas .settings .ant-row.choice .ant-radio-wrapper {
  margin-top: 5px;
}
.designer-canvas .settings .ant-radio-group {
  display: block;
}
.designer-canvas .design-richtext {
  position: relative;
}
.designer-canvas .design-richtext .rich-wrap {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 999;
  background: transparent;
}
.device-selector {
  display: flex;
  flex-direction: row;
}
.device-selector > div {
  padding: 0 5px;
  cursor: pointer;
}
.device-selector > div.active i {
  background: #979DAB;
  color: #fff;
  line-height: 25px;
  border-radius: 4px;
  padding: 0 8px;
}
.device-selector > div:hover {
  color: #1563f6;
}
.navigator-dlg {
  position: fixed;
  z-index: 1000;
  display: flex;
  flex-direction: row;
}
.navigator-dlg-box {
  width: 255px;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
}
.navigator-dlg-header {
  cursor: move;
  width: 100%;
  height: 42px;
  display: flex;
  align-items: center;
  background: #5B657C;
  color: #ffffff;
  padding-left: 10px;
  padding-right: 5px;
  font-size: 14px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.navigator-dlg-header .navigator-dlg-title {
  flex: 1;
}
.navigator-dlg-header .navigator-dlg-action {
  width: 25px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  cursor: pointer;
}
.navigator-dlg-header .navigator-dlg-action i {
  font-size: 14px;
}
.navigator-dlg-header .navigator-dlg-action:hover {
  background: #404C66;
}
.navigator-dlg-content {
  height: calc(50vh - 42px);
  overflow: auto;
  background: #f2f2f2;
  padding-top: 5px;
}
.navigator-dlg-content .ant-tree.draggable-tree {
  background: #ffffff;
}
.navigator-dlg-content .ant-tree.draggable-tree li {
  padding: 0;
}
.navigator-dlg-content .ant-tree.draggable-tree li .ant-tree-switcher {
  height: 15px;
  width: 15px;
  line-height: 15px;
}
.navigator-dlg-content .ant-tree.draggable-tree li .ant-tree-node-content-wrapper {
  height: 30px;
  line-height: 30px;
}
.navigator-dlg-content .ant-tree.draggable-tree li .ant-tree-node-content-wrapper:hover {
  background: #DFE1E5;
}
.navigator-dlg-content .ant-tree.draggable-tree li .ant-tree-node-content-wrapper.ant-tree-node-selected {
  background: transparent;
}
.navigator-dlg-content .ant-tree.draggable-tree li ul {
  padding-left: 10px;
  background: #F5F6F7;
}
.navigator-dlg-content .ant-tree.draggable-tree .navigator-tree-selected {
  background: #00BCE6;
  color: #ffffff;
}
.navigator-dlg-content .ant-tree.draggable-tree .navigator-tree-selected .design-navigator-tree-item {
  color: #ffffff;
}
.navigator-dlg-content .ant-tree.draggable-tree .navigator-tree-selected .ant-tree-child-tree {
  color: initial;
}
.navigator-dlg-content .ant-tree.draggable-tree .navigator-tree-selected .ant-tree-child-tree .design-navigator-tree-item {
  color: initial;
}
.navigator-dlg-content .ant-tree.draggable-tree .navigator-tree-selected > .ant-tree-node-content-wrapper {
  border-bottom: 2px transparent solid;
}
.navigator-dlg-content .ant-tree.draggable-tree .drag-over-gap-top > span[draggable] {
  border-top-color: #00BCE6;
}
.navigator-dlg-content .ant-tree.draggable-tree .drag-over-gap-bottom > span[draggable] {
  border-bottom-color: #00BCE6;
  border-bottom-width: 2px;
}
.navigator-dlg-content .ant-tree.draggable-tree .drag-over > span[draggable] {
  background-color: transparent;
  color: #000000;
  border-bottom-color: #00BCE6;
  border-bottom-width: 2px;
}
.navigator-right-slider {
  background: #f2f2f2;
  display: flex;
  flex-direction: row;
}
.navigator-right-slider .navigator-dlg-box {
  box-shadow: none;
  background: transparent;
  border-radius: 0;
  height: 100%;
}
.navigator-right-slider .navigator-dlg-content {
  overflow: auto;
  flex: 1;
}
.navigator-right-slider .navigator-dlg-header {
  border-radius: 0;
  background: #ffffff;
  color: #000000;
  cursor: auto;
}
.navigator-right-slider .navigator-dlg-header .navigator-dlg-action:hover {
  background: #DFE1E5;
}
.design-navigator-tree-item {
  display: flex;
  align-items: center;
}
.design-navigator-tree-item i {
  margin-right: 5px;
}
.design-navigator-tree-item .tree-title-text {
  flex: 1;
}
.design-navigator-tree-item .tree-hide-icon {
  display: none;
  width: 20px;
}
.design-navigator-tree-item:hover .tree-hide-icon {
  display: block;
}
.disable-tree-title-text {
  color: #a3a3a3;
}
.disable-tree-title-text .tree-title-text {
  color: #a3a3a3;
}
.ak-setting-dropdown {
  background: #ffffff;
  margin-bottom: 7px;
}
.ak-setting-dropdown-header {
  cursor: pointer;
  background: #fff;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  height: 40px;
  align-items: center;
}
.ak-setting-dropdown-title {
  margin-left: 10px;
}
.ak-setting-dropdown-title i {
  transform: scale(0.5, 0.5);
}
.setting-label.desc {
  color: #aeb7bf;
  margin-bottom: 10px;
  font-style: italic;
}
.setting-label.warning {
  color: #F31C24;
}
.setting-label.important {
  background: var(--c--warning-light);
  border-left: 5px solid var(--c--warning);
  padding-left: 10px;
  color: var(--c--neutral-dark);
}
.sortsetting-item {
  margin-bottom: 10px;
}
.sortsetting-item > .header {
  display: flex;
  line-height: 26px;
  border: 1px solid #B0B3B8;
}
.sortsetting-item > .header .label {
  flex: 1;
  cursor: pointer;
}
.sortsetting-item > .header .btn {
  padding: 5px;
  cursor: pointer;
  border-left: 1px solid #B0B3B8;
}
.sortsetting-item > .header .icon-drag {
  padding: 5px;
}
.sortsetting-item > .content {
  border: 1px solid #B0B3B8;
  padding: 5px;
}
.navigator-bottom-resize {
  background: #ffffff;
  text-align: center;
  height: 20px;
  cursor: row-resize;
  border-top: 1px solid #dfe1e5;
  vertical-align: middle;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.navigator-right-resize {
  cursor: col-resize;
  width: 5px;
}
.navigator-left-resize {
  width: 2px;
  background: #DFE1E5;
  cursor: col-resize;
}
.settings-box {
  padding: 1px 10px 10px 10px;
}
.settings-box .controls {
  padding: 0;
}
.settings-box .chart .ak-value-select {
  width: 60%;
  display: inline-block;
  margin-right: 10px;
}
.settings-box .chart .ak-summary-select {
  width: calc(40% - 10px);
  display: inline-block;
}
.settings-box .form-upload-itemlist {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px;
}
.settings-box .form-upload-itemlist.file-defval {
  grid-template-columns: 1fr;
  grid-gap: 10px;
}
.settings-box .response-title {
  font-weight: 600;
  display: inline-block;
  width: 100%;
  text-align: start;
}
.section-settings-layout {
  display: flex;
  margin-bottom: 10px;
}
.section-settings-layout .ant-btn {
  max-width: 100%;
}
.section-settings-layout .ant-btn > span {
  max-width: 100%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section-settings-layout .setting-label {
  color: #6d7882;
}
.section-settings-layout .setting-label .edicon {
  cursor: pointer;
  margin-left: 5px;
  font-size: 14px;
}
.section-settings-layout .unit-chiose {
  text-align: right;
}
.section-settings-layout .unit-chiose .unit-item {
  color: #a4afb7;
  margin-left: 5px;
}
.section-settings-layout .unit-chiose .unit-select {
  color: #6d7882;
  text-decoration: underline;
}
.section-settings-layout .unit-select {
  cursor: pointer;
  font-size: 10px;
  line-height: 16px;
}
.section-settings-layout .unit-select .down-btn {
  margin-left: 5px;
}
.section-settings-layout .ant-input-number {
  width: 100%;
}
.section-settings-layout .inputnumber-group {
  display: flex;
}
.section-settings-layout .inputnumber-group .group-dimension {
  display: inline-block;
  flex: 1;
  line-height: 0;
}
.section-settings-layout .inputnumber-group .group-dimension .group-input {
  border-right: 0;
}
.section-settings-layout .inputnumber-group .group-dimension .group-text {
  height: 20px;
  line-height: 20px;
  display: block;
  text-align: center;
  color: #a4afb7;
}
.section-settings-layout .inputnumber-group .group-dimension .group-link {
  width: 100%;
  color: #6d7882;
}
.section-settings-layout .inputnumber-group .group-dimension .link-select {
  background-color: #a4afb7;
  color: #fff;
}
.section-settings-layout .inputnumber-group .group-dimension .link-select:hover,
.section-settings-layout .inputnumber-group .group-dimension .link-select:focus {
  border: 0;
}
.section-settings-layout .inputnumber-group .group-dimension.group-span:focus-within {
  flex: 2.5;
}
.section-settings-layout .boxshadow-setting .reload-btn {
  border: 0;
}
.section-settings-layout > .settings-control > .ant-select {
  min-width: 80px;
}
.section-settings-layout.inline > .settings-control > .ant-input-number {
  width: 80px;
}
.section-settings-layout.inline {
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.section-settings-layout.inline > .settings-control {
  text-align: end;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 50px;
}
.section-settings-layout.vertical {
  flex-direction: column;
}
.section-settings-layout.vertical > .setting-label {
  margin-bottom: 10px;
}
.section-settings-layout.vertical > .settings-control {
  text-align: start;
}
.section-settings-layout.divide {
  padding-top: 12px;
  border-top: 1px solid #e6e9ec;
  margin-top: 15px;
}
.section-settings-layout.divide:first-child {
  margin-top: 0px;
}
.section-settings-layout.only-divide {
  border-top: 1px solid #e6e9ec;
  margin-top: 15px;
}
.section-settings-layout .add-btn {
  cursor: pointer;
}
.section-settings-layout .ak-pick-color .ak-pick-color-display {
  margin-right: 0px;
}
.unit-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
  min-width: 40px;
}
.designer-paste-confirm .ant-confirm-body .ant-confirm-content {
  margin-left: 0;
  margin-top: 0;
}
.designer-paste-confirm .ant-confirm-body .ant-confirm-content .close {
  position: absolute;
  right: 15px;
  top: 10px;
  cursor: pointer;
}
.designer-paste-confirm .ant-confirm-body .ant-confirm-content .title {
  font-size: 25px;
  margin-bottom: 10px;
}
.designer-paste-confirm .ant-confirm-body .ant-confirm-content .content {
  font-size: 14px;
  margin-bottom: 10px;
}
.designer-paste-confirm .ant-confirm-body .ant-confirm-content .ant-btn {
  width: 100%;
}
.designer-paste-confirm .ant-confirm-body .ant-confirm-content .ant-btn-background-ghost {
  margin-top: 10px;
}
.designer-paste-confirm .ant-confirm-btns {
  display: none;
}
.readonly-field-name {
  display: inline;
  margin-left: 15px;
}
.response-settings-panel .response-title {
  font-weight: 700;
  color: #6d7882;
  margin-bottom: 10px;
}
.response-settings-panel .response-des {
  font-style: italic;
  line-height: 1.4;
  color: #a4afb7;
  white-space: break-spaces;
  display: inline-block;
}
.boxshadow-popover {
  min-width: 270px;
}
.boxshadow-popover .section-settings-layout {
  padding-left: 0;
  padding-right: 0;
}
.boxshadow-popover .section-settings-layout .ant-input-number {
  width: 100%;
}
.typegrapht-popover .section-settings-layout {
  margin-bottom: 5px;
}
.ED-popover {
  padding: 0;
}
.ED-popover .ant-popover-inner-content {
  padding: 0;
}
.ED-popover .ant-popover-arrow {
  display: none;
}
.ED-popover .ant-popover-inner {
  border-radius: 3px;
}
.ED-popover .popover-content {
  display: flex;
  flex-direction: column;
}
.ED-popover .popover-content .popover-item {
  padding: 5px;
  color: #6d7882;
}
.grid-design-pl {
  border: 1px dashed #B0B3B8;
  min-height: 22px;
}
.appearance-style-box,
.appearance-content-box {
  display: flex;
  flex-wrap: wrap;
}
.appearance-style-box .ak-setting-dropdown,
.appearance-content-box .ak-setting-dropdown {
  width: 300px;
  margin-right: 20px;
  border: 1px solid #DFE1E5;
}
.appearance-style-box .ak-setting-dropdown > .settings-box,
.appearance-content-box .ak-setting-dropdown > .settings-box {
  border-top: 1px solid #DFE1E5;
  padding-top: 10px;
}
.appearance-style-box .ak-setting-dropdown > .settings-box .ak-pick-color-display,
.appearance-content-box .ak-setting-dropdown > .settings-box .ak-pick-color-display {
  margin-right: 0px;
}
.appearance-style-box .ak-setting-dropdown .icon-display,
.appearance-content-box .ak-setting-dropdown .icon-display {
  margin: 10px 0px;
}
.appearance-style-box .ak-setting-dropdown .icon-display img,
.appearance-content-box .ak-setting-dropdown .icon-display img {
  border: 1px solid #B2B7C1;
}
.appearance-style-box .ak-setting-dropdown .no-icon-div,
.appearance-content-box .ak-setting-dropdown .no-icon-div {
  margin: 10px 0px;
  border: 1px solid #E7E9EC;
  background: #F3F4F6;
}
.appearance-style-box .ak-setting-dropdown .icon-action-group,
.appearance-content-box .ak-setting-dropdown .icon-action-group {
  display: flex;
}
.appearance-style-box .ak-setting-dropdown .icon-action-group .ant-btn,
.appearance-content-box .ak-setting-dropdown .icon-action-group .ant-btn {
  color: #0065FF;
  margin-right: 10px;
  margin-bottom: 10px;
  border-color: #0065FF;
  padding-left: 10px;
  padding-right: 10px;
}
.appearance-style-box .ak-setting-dropdown .icon-action-group .ant-btn:hover,
.appearance-content-box .ak-setting-dropdown .icon-action-group .ant-btn:hover,
.appearance-style-box .ak-setting-dropdown .icon-action-group .ant-btn:focus,
.appearance-content-box .ak-setting-dropdown .icon-action-group .ant-btn:focus,
.appearance-style-box .ak-setting-dropdown .icon-action-group .ant-btn:active,
.appearance-content-box .ak-setting-dropdown .icon-action-group .ant-btn:active {
  color: #0065FF;
  border-color: #0065FF;
}
.appearance-style-box .ak-setting-dropdown .icon-action-group .ant-upload-select-picture-card,
.appearance-content-box .ak-setting-dropdown .icon-action-group .ant-upload-select-picture-card {
  width: initial !important;
  height: initial !important;
  border: none;
  background-color: transparent;
  margin-right: 0px;
}
.relative-period-collapse .ant-collapse-item.relative-period-collapse-panel {
  border: 1px solid #d9d9d9;
  margin-bottom: 10px;
  border-radius: 6px !important;
}
.relative-period-collapse .ant-collapse-item.relative-period-collapse-panel .ant-collapse-header {
  padding: 10px;
  height: 40px;
}
.relative-period-collapse .ant-collapse-item.relative-period-collapse-panel .ant-collapse-header:hover,
.relative-period-collapse .ant-collapse-item.relative-period-collapse-panel .ant-collapse-header:active {
  background-color: transparent !important;
}
.relative-period-collapse .ant-collapse-item.relative-period-collapse-panel .ant-collapse-header .arrow::before {
  content: "";
}
.relative-period-collapse .ant-collapse-item.relative-period-collapse-panel .ant-collapse-header .panel-header {
  display: flex;
  justify-content: space-between;
}
.relative-period-collapse .ant-collapse-item.relative-period-collapse-panel .ant-collapse-header .panel-header .clear-period-value {
  display: flex;
  gap: 10px;
  align-items: center;
}
.relative-period-collapse .ant-collapse-item.relative-period-collapse-panel .ant-collapse-header .panel-header .clear-period-value .ant-badge {
  cursor: auto;
}
.relative-period-collapse .ant-collapse-item.relative-period-collapse-panel .ant-collapse-header .panel-header .clear-period-value .ant-badge .ant-badge-count {
  height: 16px;
  min-width: 16px;
  line-height: 16px;
  font-size: 10px;
  padding: 0;
}
.relative-period-collapse .ant-collapse-item.relative-period-collapse-panel .ant-collapse-content {
  padding: 10px;
}
.relative-period-collapse .ant-collapse-item.relative-period-collapse-panel .ant-collapse-content .ant-collapse-content-box {
  padding: 0;
  gap: 10px;
  display: flex;
  flex-direction: column;
}
.relative-period-collapse .ant-collapse-item.relative-period-collapse-panel .ant-collapse-content .ant-checkbox-wrapper {
  margin-left: 0px;
  display: flex;
  align-items: center;
  height: 20px;
}
.relative-period-collapse .ant-collapse-item.relative-period-collapse-panel .ant-collapse-content .added-options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 20px;
}
.relative-period-collapse .ant-collapse-item.relative-period-collapse-panel .ant-collapse-content .added-options .delete-icon {
  cursor: pointer;
  display: none;
}
.relative-period-collapse .ant-collapse-item.relative-period-collapse-panel .ant-collapse-content .added-options:hover .delete-icon {
  display: block;
}
.relative-period-collapse .ant-collapse-item.relative-period-collapse-panel .ant-collapse-content .add-period i {
  margin-right: 10px;
}
.akc_toggle .ant-collapse-item {
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #d9d9d9;
}
.akc_toggle .ant-collapse-header {
  background-color: #f7f7f7;
}
.add-range-box {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.add-range-box .add-range-tips {
  color: #878990;
}
.add-range-box .add-range-control {
  display: flex;
  gap: 7px;
  justify-content: space-between;
}
.add-range-box .add-range-control .ant-select {
  min-width: 110px;
}
.add-range-box .add-range-control .ant-input-number {
  width: 100%;
}
.add-range-box .add-range-control.error .ant-input-number {
  border: 1px solid var(--c--danger);
}
.add-range-box .error-text {
  color: var(--c--danger);
}
.period-others.ant-checkbox-wrapper {
  display: flex;
  align-items: center;
}
.period-others.ant-checkbox-wrapper .ant-checkbox + span {
  display: flex;
  gap: 10px;
  align-items: center;
}
.period-others.ant-checkbox-wrapper .ant-checkbox + span .period-others-tips {
  color: #ffffff;
  background: var(--c--text-normal);
  border-radius: 50%;
  height: 14px;
  width: 14px;
  line-height: 14px;
  text-align: center;
}
.period-others.ant-checkbox-wrapper .ant-checkbox + span .period-others-tips i {
  font-size: 10px;
}
.sort-drag-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 10px;
}
.groupby-sort-item,
.groupby-sort-item.ak-drag-item {
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  flex-direction: column;
  align-items: initial;
  padding: 0px;
  gap: 0px;
}
.groupby-sort-item .sort-item-header,
.groupby-sort-item.ak-drag-item .sort-item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  gap: 10px;
}
.groupby-sort-item .sort-item-header .item-title,
.groupby-sort-item.ak-drag-item .sort-item-header .item-title {
  display: flex;
  align-items: center;
}
.groupby-sort-item .sort-item-header .item-title .icon-type,
.groupby-sort-item.ak-drag-item .sort-item-header .item-title .icon-type {
  margin-right: 10px;
  font-size: 14px;
}
.groupby-sort-item .sort-item-header .item-title .title-text,
.groupby-sort-item.ak-drag-item .sort-item-header .item-title .title-text {
  flex: 1;
}
.groupby-sort-item .sort-item-header .item-title .others-text,
.groupby-sort-item.ak-drag-item .sort-item-header .item-title .others-text {
  white-space: nowrap;
}
.groupby-sort-item .sort-item-header .actions,
.groupby-sort-item.ak-drag-item .sort-item-header .actions {
  display: flex;
  align-items: center;
  gap: 15px;
}
.groupby-sort-item .sort-item-header .actions i,
.groupby-sort-item.ak-drag-item .sort-item-header .actions i {
  cursor: pointer;
  font-size: 14px;
}
.groupby-sort-item .sort-item-header .actions .icon-drag,
.groupby-sort-item.ak-drag-item .sort-item-header .actions .icon-drag {
  display: block;
}
.groupby-sort-item .sort-item-header.isedit,
.groupby-sort-item.ak-drag-item .sort-item-header.isedit {
  padding: 5px 10px;
}
.groupby-sort-item .sort-item-content,
.groupby-sort-item.ak-drag-item .sort-item-content {
  border-top: 1px solid var(--c--neutral);
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.groupby-sort-item .sort-item-content .setting-box,
.groupby-sort-item.ak-drag-item .sort-item-content .setting-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.groupby-sort-item .sort-item-content .setting-box .label-text,
.groupby-sort-item.ak-drag-item .sort-item-content .setting-box .label-text {
  white-space: nowrap;
  max-width: 50%;
  text-overflow: ellipsis;
  overflow: hidden;
}
.groupby-sort-item .sort-item-content .setting-box .control,
.groupby-sort-item.ak-drag-item .sort-item-content .setting-box .control {
  min-width: 100px;
  max-width: 50%;
}
.dynamic-container .dynamic-inlineblock {
  display: inline-block;
}
.dynamic-container .dynamic-inlineblock .loolup-label .title {
  margin-right: 0;
}
.dynamic-users {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.dynamic-users .dynamic-users-item {
  display: flex;
  max-width: 100%;
  padding: 10px;
}
.dynamic-users .dynamic-users-item .dynamic-user-image {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  box-sizing: content-box;
}
.dynamic-users .dynamic-users-item .dynamic-user-others {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.dynamic-users .dynamic-users-item .dynamic-user-others .dynamic-user-other-field:last-child {
  margin-right: 0px;
}
.ak-condition-row {
  padding-top: 7px;
  padding-bottom: 7px;
}
.ak-condition-row .ant-select,
.ak-condition-row .ak-autocomplete-wrapper {
  width: 100%;
}
.ak-condition-row .ant-row .ant-form-item-control-wrapper {
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ak-condition-row .ant-form-item-control-wrapper {
    margin-bottom: unset;
  }
}
.ak-condition-row .ak-col .ak-input-icon {
  position: relative;
  top: 5px;
}
.document-template-panel {
  padding-bottom: 20px;
}
.document-template-panel .lookup-list-picker {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.document-template-panel .lookup-list-picker > .ant-row .ak-col:nth-child(odd) {
  margin: 5px 0px;
}
.document-template-panel .lookup-list-picker > .ant-row .ak-col:first-child {
  margin-top: 0;
}
.document-template-panel .gap {
  margin-top: 5px;
  margin-bottom: 5px;
}
.document-library-picker {
  display: flex;
  border: 1px solid #d9d9d9;
  width: 100%;
  height: 50px;
}
.document-library-picker-input {
  flex: 1;
  padding: 5px;
  line-height: 20px;
}
.document-library-picker-btn {
  background: #E7E9EC;
  border-left: 1px solid #d9d9d9;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.document-library-picker-modal .selected-row,
.document-library-picker-modal .selected-row:hover {
  background: #eeeeee;
}
.word-map-field {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.word-map-modal {
  max-height: 80vh;
  overflow: hidden;
}
.word-map-modal .ant-modal-content .ant-modal-body {
  padding: 0px;
  overflow-y: auto;
  max-height: calc(80vh - 101px);
}
.word-map-modal .ant-modal-content .ant-modal-body .table-sublist-map,
.word-map-modal .ant-modal-content .ant-modal-body .field-select,
.word-map-modal .ant-modal-content .ant-modal-body .input-variable {
  margin-right: 10px;
}
.word-map-modal .template-select {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 10px 16px;
}
.word-map-modal .template-select .ant-select {
  min-width: 200px;
  flex: 1;
}
.word-map-modal .word-field-map-table {
  border-top: 1px solid #E7E9EC;
}
.word-map-modal .table-sublist-map {
  display: flex;
  align-items: center;
  gap: 10px;
}
.word-map-modal .table-sublist-map .ant-select {
  flex: 1;
}
.word-map-modal .table-sublist-map .ant-btn {
  background: #F7F8F9;
  border: 1px solid #E7E9EC;
}
.watermark-settings .new-settings-drag-item .item-content {
  padding: 10px 0px 0px 0px;
}
.ant-input-number.inputnumber-px .ant-input-number-input-wrap {
  display: flex;
}
.ant-input-number.inputnumber-px .ant-input-number-input-wrap::after {
  content: "px";
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 5px;
  opacity: 1;
  transition: opacity 0.24s linear 0.1s;
}
.ant-input-number.inputnumber-px:hover .ant-input-number-input-wrap::after {
  opacity: 0;
}
.model-field-cont {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.model-field-cont .ak-select-search {
  flex: 1;
}
.ak-checklist .ant-checkbox-wrapper {
  width: 100%;
  margin-bottom: 5px;
}
.ak-checklist > .ant-checkbox-wrapper {
  border-bottom: 1px solid var(--c--neutral-light-active);
  padding-bottom: 5px;
}
@cdn-url : //wfexp.hkstp.training/yeeflow/;

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
/**
c: color
f: font-size
**/
:root {
  --c--primary: #0065FF;
  --c--primary-hover: #005BE6;
  --c--primary-active: #0051CC;
  --c--primary-light: #E6F0FF;
  --c--primary-light-hover: #D9E8FF;
  --c--primary-light-active: #B0CFFF;
  --c--primary-dark: #004CBF;
  --c--primary-dark-hover: #003D99;
  --c--primary-dark-active: #002D73;
  --c--primary-darker: #002359;
  --c--secondary: #00D1FF;
  --c--secondary-hover: #00BCE6;
  --c--secondary-active: #00A7CC;
  --c--secondary-light: #E6FAFF;
  --c--secondary-light-hover: #D9F8FF;
  --c--secondary-light-active: #B0F1FF;
  --c--secondary-dark: #009DBF;
  --c--secondary-dark-hover: #007D99;
  --c--secondary-dark-active: #005E73;
  --c--secondary-darker: #004959;
  --c--backgrand: #FFFFFF;
  --c--text: #071638;
  --c--text-normal: #071638;
  --c--accent: #03B349;
  --c--extra-color-1: #F9C434;
  --c--extra-color-2: #F61515;
  --c--success: #15DF42;
  --c--success-hover: #13C93B;
  --c--success-active: #11B235;
  --c--success-light: #E8FCEC;
  --c--success-light-hover: #DCFAE3;
  --c--success-light-active: #B6F5C4;
  --c--success-dark: #10A732;
  --c--success-dark-hover: #0D8628;
  --c--success-dark-active: #09641E;
  --c--success-darker: #074E17;
  --c--warning: #F9C434;
  --c--warning-hover: #E0B02F;
  --c--warning-active: #C79D2A;
  --c--warning-light: #FEF9EB;
  --c--warning-light-hover: #FEF6E1;
  --c--warning-light-active: #FDEDC0;
  --c--warning-dark: #BB9327;
  --c--warning-dark-hover: #95761F;
  --c--warning-dark-active: #705817;
  --c--warning-darker: #574512;
  --c--danger: #F61515;
  --c--danger-hover: #DD1313;
  --c--danger-active: #C51111;
  --c--danger-light: #FEE8E8;
  --c--danger-light-hover: #FEDCDC;
  --c--danger-light-active: #FCB6B6;
  --c--danger-dark: #B91010;
  --c--danger-dark-hover: #940D0D;
  --c--danger-dark-active: #6F0909;
  --c--danger-darker: #560707;
  --c--neutral: #B3B7C0;
  --c--neutral-hover: #A1A5AD;
  --c--neutral-active: #878990;
  --c--neutral-light: #F7F8F9;
  --c--neutral-light-hover: #F3F4F6;
  --c--neutral-light-active: #E7E9EC;
  --c--neutral-dark: #878990;
  --c--neutral-dark-hover: #6C6E73;
  --c--neutral-dark-active: #505257;
  --c--neutral-darker: #3E4044;
  --fs--xs: 10px;
  --fs--s: 12px;
  --fs--base: 14px;
  --fs--l: 16px;
  --fs--h6: 18px;
  --fs--h5: 20px;
  --fs--h4: 22px;
  --fs--h3: 25px;
  --fs--h2: 28px;
  --fs--h1: 32px;
  --lh--xs: 160%;
  --lh--s: 160%;
  --lh--base: 160%;
  --lh--l: 160%;
  --lh--h6: 160%;
  --lh--h5: 160%;
  --lh--h4: 160%;
  --lh--h3: 160%;
  --lh--h2: 160%;
  --lh--h1: 160%;
  --fw--light: 300;
  --fw--regular: 400;
  --fw--medium: 600;
  --fw--bold: 700;
  --fw--italic: 400;
  --sp--s0: 0;
  --sp--s012: 1;
  --sp--s025: 2;
  --sp--s050: 4;
  --sp--s075: 6;
  --sp--s100: 8;
  --sp--s150: 12;
  --sp--s200: 16;
  --sp--s250: 20;
  --sp--s300: 24;
  --sp--s400: 32;
  --sp--s500: 40;
  --sp--s600: 48;
  --sp--s800: 64;
  --sp--s1000: 80;
  --btn--text: #071638;
  --btn--primary: #0065FF;
  --btn--primary-light: #E6F0FF;
  --btn--danger: #F61515;
  --btn--danger-light: #FEE8E8;
  --btn--neutral: #B2B7C1;
  --btn--backgrand: #FFFFFF;
  --btn--success-dark: #10A732;
  --btn--success-light: #E8FCEC;
}
.admin-center-frame .ak-master-appstore,
.ak-react-masterpage .ak-master-appstore {
  height: 56px;
  line-height: 56px;
}
.admin-center-frame .ak-master-right,
.ak-react-masterpage .ak-master-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 5px;
}
.admin-center-frame .ak-master-right > div,
.ak-react-masterpage .ak-master-right > div {
  padding: 5px 10px 5px 10px;
  border-radius: 15px;
  cursor: pointer;
}
.ak-react-masterpage > .ant-layout {
  overflow-y: auto;
}
.ak-react-masterpage .ant-layout {
  flex: 1 1 auto;
}
.ak-react-masterpage .ant-layout-content {
  overflow-x: hidden;
}
@media (max-width: 767px) {
  .ak-react-masterpage > .ant-layout {
    overflow-y: unset;
  }
  .ak-react-masterpage .ak-react-masterpage-content > .ant-layout-content {
    overflow-x: unset;
  }
}
.ak-react-masterpage > .ant-layout-header {
  background: #4d88f8;
  height: 56px;
  padding: 0px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 100;
}
.ak-react-masterpage > .ant-layout-header .ant-popover-open {
  background: rgba(179, 179, 179, 0.4);
}
.ak-react-masterpage .flagfree-header.ant-layout-header {
  top: 50px;
}
.ak-react-masterpage .flagfree-Content .ak-organization-content-list .ak-left-content {
  min-height: calc(100vh - 106px);
}
.ak-react-masterpage .flagfree-Content .ak-organization-content-list .ak-content-list {
  height: calc(100vh - 106px);
}
.ak-react-masterpage .flagfree-Content .ak-organization-content-list .ak-organization-left {
  height: calc(100vh - 156px);
  min-height: calc(100vh - 156px);
}
.ak-react-masterpage .flagfree-Content .ak-layout-frame {
  height: calc(100vh - 106px);
}
.ak-react-masterpage .flagfree-Content .ak-flowcraft-contents,
.ak-react-masterpage .flagfree-Content .report-page-index {
  min-height: calc(100vh - 106px);
}
.ak-react-masterpage .flagfree-Content .ak-flowcraft-contents .ak-flowempty-page,
.ak-react-masterpage .flagfree-Content .report-page-index .ak-flowempty-page {
  height: calc(100vh - 156px);
}
.ak-react-masterpage .flagfree-Content .ak-listset-masterpage .ak-listset-content {
  height: calc(100vh - 106px);
}
.ak-react-masterpage .ak-react-flagfree-header {
  height: 50px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 100;
  background: #8E1FE6;
  color: #ffffff;
  line-height: 50px;
  padding: 0 10px;
  padding-left: 15px;
  background-image: linear-gradient(89deg, #1F36E6 0px, #8E1FE6 100%);
}
.ak-react-masterpage .ak-react-flagfree-header .contact-btn {
  background-color: #fff;
  font-weight: 400;
  text-align: center;
  border: 0;
  border-radius: 4px;
  line-height: 30px;
  margin-left: 10px;
}
.ak-react-masterpage .ak-react-flagfree-header .contact-btn:hover,
.ak-react-masterpage .ak-react-flagfree-header .contact-btn:focus {
  color: #000;
}
.ak-react-masterpage .ak-react-flagfree-header .flagfree-right {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  border: 0;
  background: transparent;
}
.ak-react-masterpage .ak-react-flagfree-header .flagfree-right .right-icon {
  margin-left: 5px;
}
.ak-react-masterpage .home-flagfree-header {
  padding-left: 25px;
}
.ak-react-masterpage .ant-layout-footer {
  text-align: center;
  background: #fafafa;
  line-height: 24px;
  padding: 0;
}
.ak-react-masterpage .ak-master-home-title {
  cursor: auto !important;
  font-weight: 600 !important;
  font-size: 20px;
  padding-left: 25px;
}
@media screen and (min-width: 1200px) {
  .ak-react-masterpage .ak-master-home-title {
    padding-left: 10px;
  }
  .ak-react-masterpage .ak-master-merchatoffice365app-title {
    font-size: 20px;
    color: #FFF;
    height: auto;
    font-weight: 300;
    max-width: 500px;
    padding: 0 15px;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .ak-react-masterpage .ak-master-merchatoffice365app-title {
    font-size: 20px;
    color: #FFF;
    height: auto;
    font-weight: 300;
    max-width: 300px;
    padding: 0 15px;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (min-width: 500px) and (max-width: 991px) {
  .ak-react-masterpage .ak-master-merchatoffice365app-title {
    font-size: 20px;
    color: #FFF;
    height: auto;
    font-weight: 300;
    max-width: 500px;
    padding: 0 15px;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 768px) {
  .ak-react-masterpage .ak-master-home-title {
    font-size: 16px;
  }
  .ak-react-masterpage .ak-react-flagfree-header {
    display: none;
  }
  .ak-react-masterpage .flagfree-header.ant-layout-header {
    top: 0px !important;
  }
}
@media only screen and (max-width: 479px) {
  .ak-react-masterpage .ak-master-merchatoffice365app-title {
    font-size: 20px;
    color: #FFF;
    height: auto;
    font-weight: 300;
    max-width: 250px;
    padding: 0 15px;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.ak-react-masterpage .ak-master-app {
  width: 56px;
  max-width: 56px;
  height: auto;
}
.ak-react-masterpage .ak-master-app:hover {
  background: rgba(179, 179, 179, 0.2);
  cursor: pointer;
}
.ak-react-masterpage .ak-master-app .ant-popover-inner {
  box-shadow: none;
}
.ak-react-masterpage .ak-master-app .ant-popover-inner-content {
  padding: 0px;
  margin-top: -4px !important;
}
.ak-react-masterpage .ak-master-app .ant-popover-arrow {
  display: none;
}
.ak-react-masterpage .ak-master-app .ant-popover-open i:before {
  content: "\E633";
}
.ak-react-masterpage .ak-master-app-content {
  position: fixed;
  top: 56px !important;
  bottom: 0;
  left: 0 !important;
  padding-top: 4px;
}
.ak-react-masterpage .ak-master-app-content-has-top {
  top: 107px !important;
}
.ak-react-masterpage .ak-master-appstore {
  color: #071638;
  font-size: 24px;
  width: 56px;
  cursor: pointer;
  vertical-align: middle;
}
.ak-react-masterpage .ak-master-appstore-content {
  width: 270px;
  background: #fff;
  box-shadow: rgba(11, 7, 110, 0.04) 0px 6px 8px 0px;
}
.ak-react-masterpage .ak-master-appstore-menu {
  overflow-y: auto;
  padding: 32px 0;
}
.ak-react-masterpage .ak-master-appstore-menuitem {
  padding: 5px 0px;
  height: 46px;
  line-height: 36px;
  cursor: pointer;
}
.ak-react-masterpage .ak-master-appstore-menuitem img {
  background: #999;
}
.ak-react-masterpage .ak-master-appstore-menuitem img.bgcolor-YeeOfficeContacts {
  background: #a18fdf;
}
.ak-react-masterpage .ak-master-appstore-menuitem img.bgcolor-YeeOfficeKnowledge {
  background: #f27477;
}
.ak-react-masterpage .ak-master-appstore-menuitem img.bgcolor-YeeOfficeDocument {
  background: #f2c544;
}
.ak-react-masterpage .ak-master-appstore-menuitem img.bgcolor-YeeOfficeDocument_Net {
  background: #f2c544;
}
.ak-react-masterpage .ak-master-appstore-menuitem img.bgcolor-YeeOfficeSettings {
  background: #55ced9;
}
.ak-react-masterpage .ak-master-appstore-menuitem img.bgcolor-ProjectManagement {
  background: #8fd88b;
}
.ak-react-masterpage .ak-master-appstore-menuitem img.bgcolor-SalesManagement {
  background: #779cd2;
}
.ak-react-masterpage .ak-master-appstore-menuitem img.bgcolor-YeeOfficeWorkFlowCenter {
  background: #52ccc2;
}
.ak-react-masterpage .ak-master-appstore-menuitem img.bgcolor-YeeOfficePortal {
  background: #56a4f6;
}
.ak-react-masterpage .ak-master-appstore-menuitem img.bgcolor-Flowcraft {
  background: #52ccc2;
}
.ak-react-masterpage .ak-master-appstore-menuitem:hover {
  background: rgba(0, 0, 0, 0.1);
}
.ak-react-masterpage .ak-master-appstore-menuitem div {
  color: #071638;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  vertical-align: middle;
}
.ak-react-masterpage .ak-master-appstore-menuitem img {
  width: 36px;
  height: 36px;
  display: inline-block;
  margin: 0 10px;
  padding: 5px;
  line-height: 1;
  background: transparent;
  vertical-align: middle;
  text-align: center;
  float: left;
  border-radius: 6px;
}
.ak-react-masterpage .ak-master-appstore-menuitem .collapse-icon {
  float: right;
  line-height: 36px;
  font-size: 12px;
}
.ak-react-masterpage .ak-master-appstore-menuitem.second {
  margin-left: 15px;
  padding-right: 10px;
}
.ak-react-masterpage .ak-master-appstore-menuitem.third {
  margin-left: 30px;
}
.ak-react-masterpage .ak-master-appstore-appcentermenuitem img {
  padding: 0px;
}
.ak-react-masterpage .ak-master-app-bottom {
  position: absolute;
  bottom: 56px;
  height: 66px;
  width: 100%;
  font-weight: lighter;
  font-size: 14px;
  line-height: 66px;
  text-align: center;
  background: #ffffff;
}
.ak-react-masterpage .ak-master-app-bottom > div {
  color: #FFF;
  cursor: pointer;
}
.ak-react-masterpage .ak-master-app-bottom > div:hover {
  background: rgba(179, 179, 179, 0.2);
  cursor: pointer;
}
.ak-react-masterpage .ak-master-app-bottom .ant-popover-arrow {
  display: block;
}
.ak-react-masterpage .ak-master-app-bottom .ak-master-user-imgbox {
  width: 24px !important;
  height: 24px !important;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  vertical-align: middle;
  min-height: 24px;
  min-width: 24px;
}
.ak-react-masterpage .ak-master-app-bottom .ak-master-user-imgbox img {
  width: 24px !important;
  height: 24px !important;
}
.ak-react-masterpage .ak-master-app-bottom .ak-master-freetrial-imgbox {
  width: 24px;
  height: 24px;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  vertical-align: middle;
  min-height: 24px;
  min-width: 24px;
}
.ak-react-masterpage .ak-master-app-bottom .ak-master-language-menu {
  text-align: center;
  width: 108px;
}
.ak-react-masterpage .ak-master-app-bottom .ak-master-language-menu .ant-menu-item {
  line-height: 30px;
  height: 30px;
}
.ak-react-masterpage .ak-master-app-bottom .ak-master-language-menu .ant-menu-item:hover {
  background: rgba(179, 179, 179, 0.2);
  cursor: pointer;
}
.ak-react-masterpage .ak-master-office365 {
  width: 56px;
  max-width: 56px;
  height: auto;
}
.ak-react-masterpage .ak-master-office365:hover {
  background: rgba(179, 179, 179, 0.2);
  cursor: pointer;
}
.ak-react-masterpage .ak-master-office365-backdiv {
  text-align: center;
  vertical-align: middle;
  height: 56px;
}
.ak-react-masterpage .ak-master-office365store {
  color: #FFF;
  font-size: 24px;
  width: 56px;
  cursor: pointer;
  vertical-align: middle;
}
.ak-react-masterpage .ak-master-freetrial {
  padding: 0;
}
.ak-react-masterpage .ak-master-freetrial-detailFree {
  background: #FFC000;
  color: #FFF;
  text-align: center;
  font-weight: bold;
}
.ak-react-masterpage .ak-master-freetrial-detailFree:hover {
  background: rgba(179, 179, 179, 0.2);
  cursor: pointer;
}
.ak-react-masterpage .ak-master-freetrial-detailSubscribe {
  color: #FFF;
  text-align: center;
  font-weight: bold;
}
.ak-react-masterpage .ak-master-freetrial-detailSubscribe i {
  font-size: 30px;
  cursor: pointer;
}
.ak-react-masterpage .ak-master-freetrial .ant-popover-content {
  margin-top: -8px !important;
}
.ak-react-masterpage .ak-master-freetrial .ant-popover-arrow {
  display: none;
}
.ak-react-masterpage .ak-master-freetrial .ant-popover-title {
  min-width: 300px;
  height: auto;
}
.ak-react-masterpage .ak-master-freetrial .ant-popover-title .ant-row {
  height: 40px;
  line-height: 40px;
}
.ak-react-masterpage .ak-master-freetrial-imgbox {
  width: 70px;
  height: 70px;
  display: inline-block;
  overflow: hidden;
  border-radius: 50%;
  top: 20px;
  left: 15px;
  bottom: 10px;
}
.ak-react-masterpage .ak-master-freetrial .ant-popover-inner-content {
  background: #fafafa;
}
.ak-react-masterpage .ak-master-freetrial-footer {
  width: 268px;
}
.ak-react-masterpage .ak-master-wechat-user .ant-popover-inner-content {
  background: #fff;
}
.ak-react-masterpage .ak-master-logo {
  vertical-align: middle;
  max-width: 200px;
  max-height: 40px;
}
.ak-react-masterpage .ak-master-navigator {
  width: 56px;
}
@media (max-width: 767px) {
  .ak-react-masterpage .ak-master-navigator {
    width: 40px;
  }
}
.ak-react-masterpage .ak-master-navigator-detail {
  text-align: center;
}
.ak-react-masterpage .ak-master-navigator-detail i {
  font-size: 20px;
  vertical-align: middle;
}
.ak-react-masterpage .ak-master-navigator .ant-popover-content {
  margin-top: -8px !important;
}
.ak-react-masterpage .ak-master-navigator .ant-popover-arrow {
  display: none;
}
.ak-react-masterpage .yeeflow-menu {
  width: 40px;
  height: 40px;
  margin: 8px;
  float: left;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
.ak-react-masterpage .yeeflow-menu i {
  line-height: 40px;
  font-size: 30px;
}
.ak-react-masterpage .yeeflow-menu:hover {
  background: rgba(179, 179, 179, 0.4);
  border-radius: 50%;
}
.ak-master-merchat-title {
  cursor: pointer;
  font-size: 20px;
  color: #FFF;
  height: auto;
  font-weight: 600;
  max-width: 500px;
  padding: 0 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 56px;
}
@media screen and (min-width: 1200px) {
  .ak-master-merchat-title {
    max-width: 500px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .ak-master-merchat-title {
    max-width: 300px;
  }
}
@media screen and (min-width: 500px) and (max-width: 991px) {
  .ak-master-merchat-title {
    max-width: 500px;
  }
}
@media only screen and (max-width: 479px) {
  .ak-master-merchat-title {
    max-width: 250px;
  }
}
.ak-master-notification-count .ant-badge-count {
  height: 25px;
  width: 25px;
  line-height: 25px;
  border-radius: 50%;
}
.ak-master-notification-detail i {
  font-size: 16px;
  vertical-align: middle;
}
.ak-master-notification .ant-popover-content {
  margin-top: -8px !important;
}
.ak-master-notification .ant-popover-arrow {
  display: none;
}
.ak-master-notification.activity {
  background: rgba(179, 179, 179, 0.4);
}
.ak-master-notification-sidebar.ak-sidebar {
  line-height: 1.5;
  width: 380px;
}
.ak-master-notification-sidebar.ak-sidebar .ak-sidebar-header {
  background: #33475b;
  color: #fff;
  height: 56px;
}
.ak-master-notification-sidebar.ak-sidebar .ak-sidebar-closebtn:hover {
  background-color: #253342;
}
.ak-master-user-img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.ak-master-user .ant-popover-content {
  margin-top: -8px;
}
.ak-master-user .ant-popover-arrow {
  display: none;
}
.ak-master-user .ant-popover-title {
  min-width: 280px;
  height: auto;
}
.ak-master-user .ant-popover-title .ant-row {
  height: 40px;
  line-height: 40px;
}
.ak-master-user-imgbox {
  width: 70px !important;
  height: 70px !important;
  display: inline-block;
  overflow: hidden;
  border-radius: 50%;
  top: 20px;
  left: 15px;
  bottom: 10px;
}
.ak-master-user-imgbox img {
  width: 70px !important;
  height: 70px !important;
}
.ak-master-user .ant-popover-inner-content {
  background: #fafafa;
}
.ak-notice-list {
  height: calc(100% - 56px);
  overflow-y: auto;
  padding-right: 5px;
}
.ak-notice-list-item {
  margin: 0;
  list-style: none;
  background-color: #fff;
  padding: 13px 15px;
  border-bottom: solid 1px #ddd;
  cursor: pointer;
}
.ak-notice-list-item:hover {
  background-color: #fafafa;
}
.ak-notice-list-item-content {
  padding-top: 5px;
}
.ak-notice-list-item-title {
  width: 170px;
  font-size: 16px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 0 3px 0;
}
.ak-notice-list-item-body {
  font-size: 12px;
  color: #767676;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 18px;
  min-height: 18px;
}
.ak-notice-list-item-icon {
  background: #f27477;
}
.ak-notice-list-item-time {
  line-height: 24px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
.ak-notice-chat {
  background: #fafafa;
}
.ak-notice-chat-system {
  font-size: 12px;
  color: #1563f6;
  font-weight: 600;
  padding: 4px 6px;
  background: #eaf0f6;
  display: inline-block;
  border-radius: 0;
  text-align: center;
  border: 1px solid #1563f6;
}
.ak-notice-chat-list {
  padding-left: 10px;
  padding-right: 10px;
}
.ak-notice-chat-list-item {
  margin-bottom: 7px;
}
.ak-notice-chat-list-message {
  padding: 7px;
  line-height: 170%;
  font-size: 12px;
  display: inline-block;
  position: relative;
  max-width: 70%;
  word-wrap: break-word;
  background: #FFF;
}
.ak-notice-chat-list-message pre {
  white-space: pre-wrap;
}
.ak-notice-chat-list .arrow {
  width: 0;
  height: 0;
  border-width: 7px 7px 7px 0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  top: 10px;
  left: -7px;
}
.ak-notice-chat-list .me {
  background: #b4eb7c;
}
.ak-notice-chat-list .me .arrow {
  border-color: transparent transparent transparent #b4eb7c;
  border-width: 7px 0px 7px 7px;
  right: -7px;
  left: auto;
}
.ak-notice-chat-footer {
  height: 100px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  border-top: solid 1px #ddd;
  width: 100%;
}
.ak-notice-chat-footer-messagebox {
  height: 60px !important;
  padding: 5px 10px;
  overflow-x: hidden;
  overflow-y: auto;
  resize: none;
}
.ak-notice-chat-footer-sendbtnbox {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border-top: solid 1px #ddd;
}
.ak-notice-system {
  background: #f27477;
  width: 50px;
  height: 50px;
}
.ak-notice-system-card {
  margin-top: 10px;
}
.ak-notice-system-card div {
  word-break: break-word;
}
.ak-notice-system-card .ak-notice-chat-system {
  color: #33475b;
  border: 1px solid #cbd6e2;
  border-radius: 20px;
}
.ak-notice-system-card .ant-card {
  box-shadow: 4px 5px 14px 3px rgba(0, 0, 0, 0.03);
  border-radius: 6px;
}
.ak-notice-system-card .ant-card-head {
  line-height: normal;
  min-width: 48px;
  height: auto;
  padding: 10px 24px;
  border-radius: 6px 6px 0 0;
  border-bottom: none;
}
.ak-notice-system-card .ant-card-body {
  padding: 0px 24px 10px 24px;
}
.ak-notice-system-card .ant-card-bordered {
  border: none;
}
.ak-notice-system-card .ak-card-footer {
  height: 32px;
  line-height: 32px;
  background: #f5f7fa;
  font-weight: 600;
  border-top: none;
  margin: -10px -24px;
  margin-top: 10px;
  padding: 0 24px;
  text-align: center;
  border-radius: 0 0 6px 6px;
  zoom: 1;
}
.ak-notice-system-card .ak-card-footer a {
  color: #474747 !important;
}
.ak-notice-system-card .ak-card-footer a:hover {
  color: #1563f6 !important;
}
.ak-notice-system-card-content {
  flex: 1;
  width: 100%;
}
.ak-notice-system-card-content > div:first-child {
  font-size: 12px;
  margin-top: 5px;
  color: #767676;
}
.ak-notice-system-card-content > div:last-child {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #33475b;
  font-size: 13px;
  font-weight: 600;
}
.ak-notice-detail {
  height: 100%;
  background: #fafafa;
  border-top: solid 1px #ddd;
  padding-bottom: 100px;
  overflow-y: scroll;
}
.ak-notice-detail-person {
  background: #FFF;
  padding-left: 20px;
  margin-bottom: 20px;
}
.ak-notice-detail-person-more {
  padding: 10px 0;
  font-size: 14px;
}
.ak-notice-detail-person-more a {
  text-decoration-line: none;
  color: gray;
}
.ak-notice-detail-person-item {
  margin: 15px;
  position: relative;
}
.ak-notice-detail-person-item-delete {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #f5222d;
  color: white;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
}
.ak-notice-detail-person-item-delete:hover {
  background-color: #fa9096;
}
.ak-notice-detail-person-add,
.ak-notice-detail-person-delete {
  border: 1px solid gray;
  height: 50px;
  width: 50px;
  text-align: center;
  box-sizing: border-box;
}
.ak-notice-detail-person-add i,
.ak-notice-detail-person-delete i {
  line-height: 48px;
  color: gray;
  font-size: 30px;
}
.ak-notice-detail-person-text {
  display: block;
  vertical-align: middle;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ak-notice-detail-top {
  background: #FFF;
  padding: 10px 0px 10px 20px;
  margin-bottom: 20px;
}
.ak-notice-detail-quit {
  background-color: rgba(238, 37, 71, 0.9);
  border-radius: 6px;
  width: 100%;
  border: 0px;
}
.ak-notice-detail .ant-btn-primary:hover,
.ak-notice-detail .ant-btn-primary:focus {
  background-color: rgba(238, 37, 71, 0.6);
}
.ak-notice-detail-groupname {
  background: #FFF;
  padding: 10px 0px 10px 20px;
  margin-bottom: 20px;
}
.ak-notice-detail-groupname-name {
  width: calc(100% - 38px);
  float: right;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: end;
}
.ak-notice-detail-groupname-right {
  margin-right: 22px;
  float: right;
}
.ak-notice-detail-groupname-edit {
  width: calc(100% - 62px);
  height: 31px;
}
.ak-notice-detail-groupname-save {
  margin-left: 5px;
  margin-right: 22px;
  height: 31px;
  width: 35px;
}
.ak-notice-nomessage {
  text-align: center;
  margin-top: calc((100vh - 200px)/2);
}
.ak-notice-nomessage i {
  font-size: 70px;
  color: #999;
  font-weight: 100;
}
.ak-notice-nomessage p {
  font-size: 13px;
  color: #999;
  padding-top: 11px;
}
.subwebbtn {
  right: 0;
  top: 0;
  padding: 0 !important;
  width: 26px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  float: right;
  position: absolute;
}
.subwebbtn i {
  line-height: 36px;
  vertical-align: 3px;
}
.subwebbtn:hover,
.subwebbtn.active {
  background-color: #fff;
}
.subwebbtn.active {
  transform: rotate(-180deg);
  -webkit-transition: all, .5s;
  transition: all, .5s;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.ak-master-appstore-content {
  z-index: 1000;
  transition: left, .5s;
}
.ak-master-appstore-content.second {
  padding: 32px 0px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #fff;
}
.ak-master-appstore-content.second.active {
  left: 270px;
  overflow-y: auto;
  min-height: calc(100%);
  max-height: calc(100%);
}
.ak-master-appstore-content.second .subwebbtn:hover,
.ak-master-appstore-content.second .subwebbtn.active {
  background-color: #414141;
}
.ak-master-appstore-content.third {
  padding: 32px 0px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 998;
}
.ak-master-appstore-content.third.active {
  left: 540px;
  overflow-y: auto;
  min-height: calc(100%);
  max-height: calc(100%);
}
.ak-master-appstore-content .ak-master-sub-nav-back {
  width: 50px;
  height: 50px;
  border: 0px;
  font-size: 24px;
  display: none;
}
.ak-master-appstore-content .ak-master-sub-nav-back,
.ak-master-appstore-content .ak-master-sub-nav-back:focus {
  background-color: transparent;
  color: #fff;
}
.ak-master-appstore-content .ak-master-sub-nav-back.active,
.ak-master-appstore-content .ak-master-sub-nav-back:hover,
.ak-master-appstore-content .ak-master-sub-nav-back:active {
  background-color: #454545;
  color: #fff;
}
@media (max-width: 767px) {
  .ak-master-appstore-content.second {
    padding-top: 0;
    z-index: 1001;
    left: -270px;
  }
  .ak-master-appstore-content.second.active {
    left: 0;
  }
  .ak-master-appstore-content.third {
    padding-top: 0;
    z-index: 1002;
    left: -270px;
  }
  .ak-master-appstore-content.third.active {
    left: 0;
  }
  .ak-master-appstore-content .ak-master-sub-nav-back {
    display: block;
  }
}
::-webkit-scrollbar {
  width: 8px;
  background: transparent;
}
::-webkit-scrollbar:horizontal {
  height: 8px;
  background: transparent;
}
::-webkit-scrollbar-track {
  background: transparent;
  opacity: 0;
}
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #bab9b9;
}
.ak-update-password {
  float: right;
  margin-right: 5px;
}
.ak-update-password-word {
  width: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ak-update-password-modal {
  width: 350px;
  position: absolute;
  right: 0px;
  top: 56px;
  z-index: 9999;
  background-color: white;
  color: black;
  border: 1px solid #eaeaea;
  padding: 10px 0px;
}
.ak-update-password-modal-title {
  text-align: center;
  font-size: 18px;
}
.ak-update-password-modal-item {
  line-height: 35px;
  width: 90%;
  margin: 0 auto;
  border-bottom: 1px solid #eaeaea;
}
.ak-update-password-modal-item .ak-col {
  min-height: 35px;
  margin-top: 3px;
}
.ak-update-password-modal-item .ak-col .ant-row {
  margin: 0px;
}
.ak-update-password-modal-item-input .ant-input {
  border-width: 0;
}
.ak-update-password-modal-item-input .ant-input:focus {
  box-shadow: none;
}
.ak-update-password-modal-button-group {
  width: 150px;
  margin: 0 auto;
}
.ak-update-password-modal-button-group-item1 {
  width: 70px;
  border-radius: 3px;
  margin-right: 10px;
}
.ak-update-password-modal-button-group-item2 {
  width: 70px;
  border-radius: 3px;
  background-color: #c3c3c3;
  color: white;
}
.ak-update-password-modal-button-group-item2:hover {
  width: 70px;
  border: 1px solid #eaeaea;
  border-radius: 3px;
  background-color: #eaeaea;
  color: white;
}
.ak-yeeflow-userinfo-box {
  width: 280px;
}
.ak-yeeflow-userinfo-box .ant-popover-title {
  padding: 0px;
  border-bottom: 0px;
}
.ak-yeeflow-userinfo-box .ant-popover-title .ak-yeeflow-usersettings-box {
  margin: 0px 10px 0px 10px;
  font-size: 12px;
  letter-spacing: .5px;
}
.ak-yeeflow-userinfo-box .ant-popover-title .ak-yeeflow-usersettings-box .ant-popover-open {
  background: transparent;
}
.ak-yeeflow-userinfo-box .ant-popover-title .ak-yeeflow-usersettings-box .ak-yeeflow-usersettings-item {
  cursor: pointer;
  width: 100%;
  border-top: solid 1px #eaeaea;
  padding: 15px 0px;
}
.ak-yeeflow-userinfo-box .ant-popover-title .ak-yeeflow-usersettings-box .ak-yeeflow-usersettings-item .ak-yeeflow-usersettings-title {
  color: #111;
  padding-bottom: 7px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.ak-yeeflow-userinfo-box .ant-popover-title .ak-yeeflow-usersettings-box .ak-yeeflow-usersettings-item .ak-yeeflow-usersettings-title .ant-tag {
  float: right;
  color: #000;
  font-size: 12px;
  font-weight: normal;
  border: none;
  border-radius: 3px;
  line-height: 22px;
}
.ak-yeeflow-userinfo-box .ant-popover-title .ak-yeeflow-usersettings-box .ak-yeeflow-usersettings-item .ak-yeeflow-usersettings-describe {
  color: #555;
}
.ak-yeeflow-userinfo-box .ant-popover-title .ak-yeeflow-usersettings-box .ak-yeeflow-usersettings-item .ak-yeeflow-usersettings-describe i {
  font-size: 12px;
}
.ak-yeeflow-userinfo-box .ant-popover-title .ak-yeeflow-usersettings-box .ak-yeeflow-usersettings-item .ak-yeeflow-usersettings-describe .purple {
  color: #d10e77;
}
.ak-yeeflow-userinfo-box .ant-popover-title .ak-yeeflow-usersettings-box .ak-yeeflow-usersettings-item .ak-yeeflow-usersettings-describe .gray {
  color: #999;
}
.ak-yeeflow-userinfo-box .ant-popover-title .ak-yeeflow-usersettings-box .ak-yeeflow-usersettings-item .ak-yeeflow-usersettings-subscription {
  color: #555;
  margin-top: 5px;
  cursor: pointer;
}
.ak-yeeflow-userinfo-box .ant-popover-title .ak-yeeflow-usersettings-box .default-cursor {
  cursor: default;
}
.ak-yeeflow-userinfo-box .ant-popover-title .ak-yeeflow-usersettings-box .ak-yeeflow-usersettings-item:nth-child(1) {
  border-top: 0;
}
.ak-yeeflow-userinfo-box .ant-popover-inner-content {
  padding: 9px 15px;
}
.ak-yeeflow-userinfo-box .ant-popover-inner-content .footer-box {
  cursor: pointer;
  background: #fafafa;
  display: flex;
  justify-content: space-between;
}
.ak-yeeflow-userinfo-box .ant-popover-inner-content .footer-box .right {
  color: red;
}
.ak-yeeflow-userinfo-box .ant-popover-inner-content .footer-box .center {
  width: 100%;
  text-align: center;
}
.ak-yeeflow-userinfo-box .ant-popover-inner-content .footer-box .left {
  color: #2193de;
}
.userinfo-no-footer .ant-popover-content .ant-popover-inner .ant-popover-inner-content {
  display: none;
}
.ak-yeeflow-userinfo-top-box {
  position: relative;
  padding-left: 80px;
  height: 90px;
  padding-top: 14px;
  color: #000;
}
.ak-yeeflow-userinfo-top-box .ak-yeeflow-userinfo-img-box {
  width: 50px;
  height: 50px;
  display: inline-block;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  left: 15px;
  bottom: 10px;
}
.ak-yeeflow-userinfo-top-box .ak-yeeflow-userinfo-img-box img {
  width: 50px;
  height: 50px;
}
.ak-yeeflow-userinfo-top-box .ak-yeeflow-userinfo-name {
  font-size: 14px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
}
.ak-yeeflow-userinfo-top-box .ak-yeeflow-userinfo-email {
  font-size: 12px;
  margin: 0;
  padding: 0;
  color: #7f7f7f;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ak-yeeflow-userinfo-top-box .ak-yeeflow-userinfo-viewdetail {
  margin-top: 5px;
  padding: 6px 12px;
  border: none;
}
.ak-yeeflow-language {
  width: 340px;
  padding: 20px;
  z-index: 9999;
  position: absolute;
  top: 172px;
  right: 320px;
  -webkit-box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.13);
  box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.13);
  background-color: white;
  color: #767676;
  border: 1px solid #eaeaea;
}
.ak-yeeflow-language-item {
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 15px;
}
.ak-yeeflow-language-item .lable {
  width: 100%;
  height: 24px;
  margin-bottom: 5px;
  padding-top: 7px;
  padding-left: 15px;
}
.ak-yeeflow-language-item .control {
  padding: 0 15px;
}
.ak-yeeflow-language-footer {
  margin-top: 15px;
}
.ak-yeeflow-language-footer-button1 {
  margin-right: 10px;
  font-size: 12px;
  background-color: #0078d7;
  border: none;
  color: #fff;
}
.ak-yeeflow-language-footer-button1:hover,
.ak-yeeflow-language-footer-button1:focus,
.ak-yeeflow-language-footer-button1:active {
  background-color: #0078d7;
  color: #fff;
}
.ak-yeeflow-language-footer-button2 {
  margin-right: 10px;
  font-size: 12px;
  color: #ccc;
  border: none;
  background-color: #fff;
}
.ak-yeeflow-language-footer-button2:hover,
.ak-yeeflow-language-footer-button2:focus,
.ak-yeeflow-language-footer-button2:active {
  background-color: #fff;
  color: #ccc;
}
.ak-layout-frame {
  height: calc(100vh - 56px);
}
.ak-layout-frame .ant-layout-sider-children {
  border-right: 0px !important;
  background: #f5f7fa;
  overflow-y: auto;
}
.ak-layout-frame .ant-layout-sider {
  border-right: 0px;
}
@media (max-width: 767px) {
  .ak-layout-frame .ant-layout-sider {
    position: fixed;
    height: 100%;
    margin-top: 1px;
    z-index: 999;
    bottom: 0;
  }
}
.ak-layout-frame .ak-yeeflow-sider {
  background-color: transparent !important;
}
.ak-layout-frame .ak-yeeflow-sider .ant-menu-submenu-inline .ant-menu-submenu-title {
  padding-left: 10px !important;
  font-size: 14px;
}
.ak-layout-frame .ak-yeeflow-sider .ant-menu-submenu-inline .ant-menu-submenu-title i {
  font-size: 20px;
}
.ak-layout-frame .ak-yeeflow-sider .ant-menu-submenu-inline .ant-menu-sub {
  padding-left: 10px !important;
}
.ak-layout-frame .ak-yeeflow-sider .ant-menu-item {
  height: 46px;
}
.ak-layout-frame .ak-yeeflow-sider .ant-menu-item .menu_icon {
  font-size: 20px;
}
.ak-layout-frame .ak-yeeflow-sider .ant-menu-item:hover {
  background: #dcdcdc;
}
.ak-layout-frame .ak-yeeflow-sider .ant-menu-item:after {
  border-right: 0px;
}
.ak-layout-frame .ak-yeeflow-sider .ant-menu-item-selected {
  background: #dcdcdc !important;
}
.ak-layout-frame .ak-yeeflow-sider .ant-menu-item-divider {
  margin: 15px 0px;
  background-color: #ccc;
}
.ak-layout-frame .ak-yeeflow-sider .ant-menu-item-disabled {
  cursor: initial;
  font-size: 13px;
}
.ak-layout-frame .ak-yeeflow-sider .ant-menu-item-disabled .menu_main_title {
  color: #000;
  text-transform: uppercase;
}
.ak-layout-frame .ak-yeeflow-sider .ant-menu-item-disabled:hover {
  background: transparent;
}
.ak-layout-frame .yeeflow-switch {
  display: none;
  width: 35px;
  height: 35px;
  border: 1px solid #dddddd;
  border-left: 0;
  position: absolute;
  right: -36px;
  top: calc(50vh - 17.5px);
  text-align: center;
  line-height: 35px;
  z-index: 999;
  background: #f5f5f5;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
}
@media (max-width: 767px) {
  .ak-layout-frame .yeeflow-switch {
    display: inherit;
  }
}
.ak-mobile-layout-frame {
  height: auto;
}
.ak-mobile-layout-frame .ak-app-welcome {
  overflow-y: unset;
}
.ak-mobile-layout-frame .mobile-menu {
  height: calc(50px + env(safe-area-inset-bottom));
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  z-index: 999;
  background: #f8f8f8;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 3px;
}
.ak-mobile-layout-frame .mobile-menu-item {
  display: inline-block;
  width: 25vw;
  height: 100%;
  margin: 0 auto;
  overflow-x: auto;
  padding-top: 2px;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
}
.ak-mobile-layout-frame .mobile-menu-item:hover {
  color: #1563f6;
}
.ak-mobile-layout-frame .mobile-menu-item-selected {
  color: #1563f6;
}
.ak-mobile-layout-frame .mobile-menu-item-content {
  width: 56px;
  display: inline-block;
  position: relative;
}
.ak-mobile-layout-frame .mobile-menu-item-content i {
  font-size: 24px;
  line-height: 28px;
  display: block;
  margin-bottom: 2px;
}
.ak-mobile-layout-frame .mobile-menu-item-content .ant-badge {
  position: absolute;
  right: -2px;
  top: 0px;
}
.ak-mobile-layout-frame .mobile-menu-item-menu {
  position: absolute;
  width: 25vw;
}
.ak-mobile-layout-frame .mobile-child-menu {
  color: #000;
  position: fixed;
  bottom: calc(50px + env(safe-area-inset-bottom));
  right: 0px;
  z-index: 1000;
  width: 300px;
  border-radius: 8px 8px 0px 0px;
  background: white;
  max-height: calc(100% - 60px);
  overflow-y: auto;
}
.ak-mobile-layout-frame .mobile-child-menu .ak-yeeflow-userinfo-top-box {
  border-radius: 8px 8px 0px 0px;
}
.ak-mobile-layout-frame .mobile-child-menu-box {
  padding: 0px 15px 0px 15px;
}
@media (max-width: 767px) {
  .ak-mobile-layout-frame .mobile-child-menu {
    width: 100%;
  }
}
.ak-mobile-layout-frame .mobile-child-menu-item {
  padding: 10px 15px 10px 15px;
  height: 46px;
}
.ak-mobile-layout-frame .mobile-child-menu-item i {
  font-size: 22px;
  margin-right: 20px;
  float: left;
}
.ak-mobile-layout-frame .mobile-child-menu-item .ant-badge {
  margin-left: 10px;
}
.ak-mobile-layout-frame .mobile-child-menu-item-text {
  float: left;
  font-size: 14px;
}
.ak-mobile-layout-frame .mobile-child-menu-item:hover {
  color: #1563f6;
}
.ak-mobile-layout-frame .mobile-child-menu-item-selected {
  color: #1563f6;
}
.ak-mobile-layout-frame .mobile-child-menu-title {
  padding: 10px 15px 10px 15px;
  font-size: 13px;
  font-weight: 600;
}
.ak-mobile-layout-frame .mobile-child-menu-line {
  height: 1px;
  background: #ddd;
  width: 100%;
}
.ak-mobile-layout-frame .menu-mask {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 60px;
  z-index: 998;
  background: rgba(0, 0, 0, 0.7);
}
.ak-masterpage-appmanager {
  background: #448aff;
  height: 56px;
  width: 150px !important;
  font-size: 14px !important;
  padding: 0 10px;
  border-radius: 4px;
}
.ak-masterpage-appmanager:hover {
  background: #448aff !important;
}
@media (max-width: 768px) {
  .ak-masterpage-appmanager {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .ak-masterpage-appmanager-show {
    width: 125px !important;
    font-size: 12px !important;
    display: block !important;
  }
}
.masterpage-home-header {
  background: #fff !important;
}
.masterpage-home-header .header-row {
  width: 100%;
  margin: 0 auto;
}
/*联系销售人员模态框样式*/
.yeeflow-subscription-modal-green .ant-modal-header {
  background-color: #1563f6 !important;
}
.yeeflow-subscription-modal-green .ant-modal-header .ak-modal-dragtitle {
  color: #fff;
}
.yeeflow-subscription-modal-green .ant-modal-close .ant-modal-close-x {
  color: #fff;
}
@media (max-width: 767px) {
  .yeeflow-subscription-modal-green .ant-modal-close {
    left: unset !important;
  }
  .yeeflow-subscription-modal-green .ant-modal-header {
    padding-left: unset !important;
  }
}
.yeeflow-subscription-modal-green .ant-modal-close {
  background-color: #1563f6 !important;
}
.yeeflow-subscription-modal-green .ant-modal-close:hover {
  background-color: #1563f6 !important;
}
.yeeflow-subscription-modal-green .ak-basebtn {
  text-align: center;
  line-height: 48px;
  cursor: pointer;
}
.yeeflow-subscription-modal-green .ak-nonavbar .closebtn .iconfont {
  color: #fff;
}
.yeeflow-subscription-modal-green .ak-nonavbar .backbtn {
  width: 46px;
  height: 46px;
  color: #fff;
}
.yeeflow-subscription-modal-green .ak-nonavbar .showtemplatenavbtn {
  line-height: 56px;
}
.yeeflow-subscription-modal-green .ak-nonavbar .showtemplatenavbtn i {
  font-size: 27px;
}
.yeeflow-subscription-modal-green .ak-nonavbar .backbtn:hover {
  background: #149a7d;
  color: #fff;
}
.yeeflow-subscription-modal-green .ak-nonavbar h3 {
  font-size: 18px;
  float: left;
  color: #fff;
  margin: 0;
  line-height: 48px;
}
.yeeflow-subscription-modal-green .terms-service-and-privacy-policy .terms-service {
  color: #039be5;
  font-size: 13px;
  text-decoration: underline;
}
.yeeflow-subscription-modal-green .submit-btn {
  padding: 5px 12px;
  font-size: 14px;
  border: none;
  background: transparent;
  opacity: 0.8;
  color: #000;
  border-radius: 2px;
  margin-left: 15px;
  background: #1563f6;
  color: #fff;
  cursor: pointer;
  outline: none;
}
.yeeflow-subscription-modal-green .company-message {
  border-top: solid 1px #eee;
  padding-top: 10px;
  font-size: 12px;
  color: #777;
}
/*联系销售人员关闭模态框*/
.yeeflow-subscription-close-modal .ant-modal-content {
  border: solid 1px #1563f6;
}
.yeeflow-subscription-close-modal .ant-modal-header {
  background-color: transparent !important;
}
@media (max-width: 767px) {
  .yeeflow-subscription-close-modal .ant-modal-close {
    left: unset !important;
  }
  .yeeflow-subscription-close-modal .ant-modal-header {
    padding-left: unset !important;
  }
}
.yeeflow-subscription-close-modal .ant-modal-close {
  background-color: transparent !important;
  color: #000;
}
.yeeflow-subscription-close-modal .ant-modal-close:hover {
  background-color: #EEEEEE !important;
  color: #b5b5b5;
}
.yeeflow-subscription-close-modal .close-modal {
  text-align: center;
}
.yeeflow-subscription-close-modal .close-modal .rocketicon {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 20px;
}
.yeeflow-subscription-close-modal .close-modal .rocketicon .big-icon {
  font-size: 70px;
  color: #33bc70;
}
.yeeflow-subscription-close-modal .close-modal .h3-text {
  font-size: 18px;
  color: #000;
  margin-bottom: 20px;
  font-weight: 600;
}
.yeeflow-subscription-close-modal .close-modal .formtext {
  font-size: 14px;
}
.yeeflow-subscription-close-modal .close-modal .close-modal-btn {
  margin: 30px auto 40px;
  padding: 6px 12px;
  font-size: 14px;
  border: none;
  background: transparent;
  opacity: 0.8;
  color: #000;
  border-radius: 2px;
  margin-left: 15px;
  background: #1563f6;
  color: #fff;
  cursor: pointer;
  outline: none;
}
.yeeflow-subscription-close-modal .close-modal .greytext {
  font-size: 14px;
  color: #777;
  margin-bottom: 10px;
}
.yeeflow-subscription-close-modal .close-modal .greytext a {
  color: #039be5;
  text-decoration: underline;
  cursor: pointer;
}
/*过期提醒*/
.ak-yeeflow-remind .ant-modal-body {
  text-align: left;
}
.ak-yeeflow-remind .ant-modal-body .trialbox {
  padding: 15px 30px;
}
.ak-yeeflow-remind .ant-modal-body .trialbox .subscription-idspan {
  font-size: 12px;
  display: inline-block;
  background: #efefef;
  border-radius: 50px;
  height: 25px;
  padding: 5px 12px;
  text-align: right;
  margin-top: 6px;
}
.ak-yeeflow-remind .ant-modal-body .trialbox .subscription-signout {
  float: right;
  line-height: 28px;
  margin-top: 6px;
}
.ak-yeeflow-remind .ant-modal-body .trialbox .subscription-signout .signout-icon {
  margin-right: 6px;
}
.ak-yeeflow-remind .ant-modal-body .trialbox .linka {
  color: #4d90fe;
  cursor: pointer;
  text-decoration: underline;
}
.ak-yeeflow-remind .ant-modal-body .trialbox .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 25px;
}
.ak-yeeflow-remind .ant-modal-body .trialbox .m-t-50 {
  margin-top: 50px;
}
.ak-yeeflow-remind .ant-modal-body .trialbox .smdesc {
  font-size: 14px;
  color: #333;
}
.ak-yeeflow-remind .ant-modal-body .trialbox .smdesc .linka {
  color: #4d90fe;
  cursor: pointer;
  text-decoration: underline;
}
.ak-yeeflow-remind .ant-modal-body .trialbox .upgradebtn {
  border: none;
  background: #1563f6;
  color: #fff;
  height: 34px;
  line-height: 34px;
  border-radius: 17px;
  margin: 15px 0 0px 0;
  font-size: 12px;
  padding: 0 15px;
  outline: 0;
  cursor: pointer;
}
.ak-yeeflow-remind .ant-modal-body .trialbox .help {
  margin-top: 20px;
}
.ak-yeeflow-remind .ant-modal-body .trialbox .smp {
  font-size: 14px;
  color: #333;
  margin-bottom: 6px;
}
.ak-yeeflow-remind .ant-modal-body .trialbox .teamname {
  margin-top: 10px;
}
.ak-yeeflow-remind .ant-modal-body .trialbox .new-cont .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 10px;
  margin-top: 30px;
}
.ak-yeeflow-remind .ant-modal-body .trialbox .new-cont .action-btn {
  margin: 20px 0;
}
.ak-yeeflow-remind .ant-modal-body .trialbox .new-cont .action-btn .ant-btn {
  border-radius: 50px;
}
.ak-yeeflow-remind .ant-modal-body .trialbox .new-cont .teamname {
  margin-top: 20px;
}
/*过期提醒*/
.ak-yeeflow-remind-extend-trial-modal .ant-modal-body .upgradecontent {
  text-align: left;
  padding: 60px 30px 30px 30px;
}
.ak-yeeflow-remind-extend-trial-modal .ant-modal-body .upgradecontent .smdesc {
  font-size: 14px;
  color: #333;
}
.ak-yeeflow-remind-extend-trial-modal .ant-modal-body .upgradecontent .ak-textarea-con .red {
  border-color: red;
}
.ak-yeeflow-remind-extend-trial-modal .ant-modal-body .upgradecontent .ak-textarea-con .ant-input {
  height: 180px;
}
.ak-yeeflow-remind-extend-trial-modal .ant-modal-body .upgradecontent .submit {
  text-align: right;
  margin-top: 30px;
}
.ak-yeeflow-remind-extend-trial-modal .ant-modal-body .upgradecontent .submit .wrfbtn {
  padding: 6px 10px;
  font-size: 14px;
  border: none;
  background: transparent;
  opacity: 0.8;
  color: #000;
  border-radius: 3px;
  float: right;
  margin-left: 15px;
  text-transform: uppercase;
  background: #1563f6;
  color: #fff;
}
/*过期提醒*/
.ak-yeeflow-remind-success-modal .ant-modal-body .upgradecontent {
  padding: 30px;
}
.ak-yeeflow-remind-success-modal .ant-modal-body .upgradecontent .rocketicon {
  margin-bottom: 30px;
  text-align: center;
}
.ak-yeeflow-remind-success-modal .ant-modal-body .upgradecontent .rocketicon i {
  font-size: 60px;
  line-height: 50px;
  color: #1563f6;
}
.ak-yeeflow-remind-success-modal .ant-modal-body .upgradecontent .smdesc {
  font-size: 14px;
  color: #333;
}
/*图片剪辑样式*/
@media (max-width: 767px) {
  .ant-modal-wrap .crop-image-modal .ant-modal-header {
    padding-left: unset !important;
  }
}
.ant-modal-wrap .crop-image-modal .ant-modal-header .cropper-modal {
  opacity: 0.8;
  background-color: white;
}
.ant-modal-wrap .crop-image-modal .ant-modal-header .crop-image-modal-title {
  border-bottom: 1px solid #CACACA;
}
.ant-modal-wrap .crop-image-modal .ant-modal-header .crop-image-modal-title .modal-close {
  margin: 10px;
  cursor: pointer;
}
.ant-modal-wrap .crop-image-modal .ant-modal-header .crop-image-modal-title .crop-rotate {
  font-size: 20px;
  margin-right: 20px;
  cursor: pointer;
}
.ant-modal-wrap .crop-image-modal .ant-modal-header .crop-image-modal-title .right {
  float: right;
  margin: 10px;
  display: flex;
  align-items: center;
}
.ant-modal-wrap .crop-image-modal .ant-modal-header .crop-image-modal-title .right .crop-btn {
  border: transparent;
  background: transparent;
  color: #789BDB;
  font-weight: bold;
  font-size: 14px;
  outline: none;
  cursor: pointer;
}
.ant-modal-wrap .crop-image-modal .crop-image-modal-content .crop-image-modal-crop {
  margin: 0 auto;
}
.ant-modal-wrap .crop-image-modal .crop-image-modal-content .crop-image-modal-crop img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.ant-modal-wrap .crop-image-modal .crop-image-modal-content .cropper-modal {
  opacity: 0.7;
  background-color: white;
}
/*引导页模态框*/
.ak-flow-guidePage-modal .guidePage-title {
  text-align: center;
  padding: 15px;
}
.ak-flow-guidePage-modal .guidePage-title .title-h3 {
  margin-top: 5px;
  text-shadow: none;
  font-weight: normal;
}
@media (min-width: 1200px) {
  .ak-flow-guidePage-modal .guidePage-title .title-content {
    color: #000;
    line-height: 1.7;
    font-size: 14px;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .ak-flow-guidePage-modal .ant-modal-header {
    padding-left: 0 !important;
  }
}
.ak-flow-guidePage-modal .ant-modal-header {
  border: 1px solid #1563f6;
  border-bottom: 1px solid #e9e9e9;
  background: none !important;
}
.ak-flow-guidePage-modal .ant-modal-body {
  border: 1px solid #1563f6;
  border-top: none;
}
.ak-flow-guidePage-modal .guidemaincon {
  padding: 20px 30px 20px 20px;
}
.ak-flow-guidePage-modal .guidemaincon .lefttab {
  width: 230px;
  float: left;
  text-align: left;
  margin-right: 20px;
}
.ak-flow-guidePage-modal .guidemaincon .guidetab li {
  border-left: solid 2px transparent;
  display: block;
}
.ak-flow-guidePage-modal .guidemaincon .guidetab li a {
  display: block;
  padding: 10px 0 10px 20px;
  font-size: 14px;
  color: #000;
}
.ak-flow-guidePage-modal .guidemaincon .guidetab li.active {
  border-color: #1563f6;
}
.ak-flow-guidePage-modal .guidemaincon .guidetab li.active a {
  background: #ecfbf3;
}
.ak-flow-guidePage-modal .guidemaincon .guidetab li a {
  text-decoration: none;
}
.ak-flow-guidePage-modal .guidemaincon .righttabcon {
  width: calc(100% - 280px);
  float: right;
}
.ak-flow-guidePage-modal .guidemaincon .righttabcon .picbox {
  border: solid 1px #ddd;
}
.ak-flow-guidePage-modal .guidemaincon .righttabcon .picbox .img-guide-content {
  display: block;
  max-width: 100%;
  height: auto;
}
.ak-flow-guidePage-modal .guidemaincon .righttabcon .guidedesc {
  margin-top: 15px;
  margin-bottom: 0;
  min-height: 44px;
  font-size: 14px;
  text-align: center;
}
.ak-flow-guidePage-modal .guidemaincon .righttabcon .guidedesc li a {
  text-decoration: none;
}
.ak-flow-guidePage-modal .guidemaincon .righttabcon .guidedesc li a:visited {
  text-decoration: none;
}
@media (max-width: 880px) {
  .ak-flow-guidePage-modal .ak-guide-layercon {
    width: calc(100% - 30px);
  }
  .ak-flow-guidePage-modal .ak-guide-layercon .guidemaincon {
    padding: 20px 20px 40px;
  }
}
.ak-flow-guidePage-modal .guide-startbtn {
  padding: 0 25px;
  border-radius: 30px;
  font-size: 14px;
  height: 34px;
  line-height: 34px;
  border: none;
  color: #fff;
  margin-left: 22px;
  margin-top: 20px;
  cursor: pointer;
  background: -webkit-linear-gradient(300deg, #23b96d 0, #14a394 100%);
  background: linear-gradient(300deg, #23b96d 0, #14a394 100%);
}
.ak-flow-guidePage-modal .guide-startbtn:visited {
  border: none;
}
.ak-flow-guidePage-modal .guide-startbtn:hover {
  color: #fff;
}
.ak-flow-guidePage-modal .skipbtn {
  border: none;
  background: transparent;
  position: absolute;
  top: 15px;
  right: 15px;
  color: black;
  cursor: pointer;
}
.ak-flow-guidePage-modal .skipbtn .caretright {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-left: 6px dashed;
  border-left: 6px solid\9;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
@media (max-width: 992px) {
  .ak-flow-guidePage-modal .ak-guide-layercon {
    position: static;
    top: auto;
    left: auto;
    -webkit-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    margin: 30px auto 0;
  }
}
@media (max-width: 768px) {
  .ak-flow-guidePage-modal .guidemaincon .righttabcon {
    width: 100%;
    margin-top: 15px;
  }
  .ak-flow-guidePage-modal .ak-guide-layercon .topcon .smdesc {
    max-width: 100%;
  }
}
/**富文本图片放大*/
.fuwenben-fangdamodile {
  width: 100%;
  background-color: black;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  display: none;
  z-index: 9000;
  overflow: hidden;
  touch-action: none;
}
.fuwenben-fangdamodile .closeBtn {
  color: white;
  height: 30px;
  font-size: 20px;
  padding-left: 10px;
  padding-top: 5px;
  position: absolute;
  top: 0px;
  z-index: 12;
  cursor: pointer;
}
.fuwenben-fangdamodile .img-box {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: none;
  transform-origin: left top;
  box-sizing: border-box;
  transform: scale(1);
  user-select: none;
  touch-action: none;
}
.fuwenben-fangdamodile img {
  top: 50%;
  left: 50%;
  position: absolute;
  box-sizing: border-box;
  touch-action: auto;
  max-width: 100%;
  width: auto;
  max-height: 100%;
  transform: translate(-50%, -50%);
}
.contentList-select-tree .tree-title {
  margin-left: 24px;
  border-bottom: 1px solid #EAEAEA;
  line-height: 40px;
  font-weight: 600;
}
.contentList-select-tree .terr-content .ant-tree-node-content-wrapper-normal {
  width: calc(100% - 30px);
}
.contentList-select-tree .pageination {
  text-align: right;
}
.flagfree-modal .flagfree-modal-header {
  font-weight: 600;
}
.flagfree-modal .flagfree-modal-footer .footer-submit,
.flagfree-modal .flagfree-modal-footer .footer-submit:hover {
  background: #1563f6;
  color: #fff;
}
.flagfree-modal .form-header {
  margin-bottom: 20px;
}
.flagfree-modal .ak-form .flagfree-input .ant-input,
.flagfree-modal .ak-form .flagfree-input .ant-input:focus {
  border-width: 2px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  box-shadow: none;
  border-color: #d9d9d9;
}
.flagfree-modal .ak-form .ant-form-item-label {
  font-weight: 600;
}
.flagfree-modal .form-footer {
  display: block;
}
.flagfree-modal .form-footer-link {
  text-decoration: underline;
  color: var(--c--text-normal);
}
.tenants-popover {
  width: 250px;
}
.tenants-popover .ant-popover-title {
  min-width: inherit !important;
  min-height: 200px;
  max-height: 350px;
  overflow-y: auto;
}
.tenants-popover .ant-popover-inner-content {
  display: none;
}
.tenants-popover .tenants-header {
  width: 100%;
  height: 40px;
  font-weight: 600;
  font-size: 18px;
  color: gray;
  padding: 7px 0px 0px 20px;
  border-bottom: solid 1px #eaeaea;
}
.tenants-popover .tenants-item-box {
  cursor: pointer;
  border-bottom: solid 1px #eaeaea;
  padding: 5px 0px;
  margin: 0px 10px;
  padding-left: 10px;
}
.tenants-popover .tenants-item-box .title {
  color: #111;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.tenants-popover .tenants-item-box .desc {
  color: #555;
}
.tenants-popover .tenants-item-box:last-child {
  border-bottom: 0;
}
.tenants-popover .checked-item {
  border-left: 6px solid #1563f6;
  margin-left: 0;
  padding-left: 14px;
}
.select-tenant-info {
  cursor: pointer;
  display: flex;
  padding: 15px 0px;
}
.select-tenant-info .content-box {
  width: calc(100% - 20px);
}
.select-tenant-info .content-box .title {
  color: #111;
  padding-bottom: 7px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.select-tenant-info .content-box .desc {
  color: #555;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select-tenant-info .icon-box {
  display: flex;
  flex: 1;
  align-items: center;
}
.tenants-popover-mobile .ant-popover-title {
  padding: 0;
}
.tenants-popover-mobile .ant-popover-arrow {
  visibility: hidden;
}
.select-tenant-info-mobile {
  padding: 10px 15px;
  border-bottom: 1px solid #ddd;
  margin: 0 15px;
}
.ak-menu-workspace-title {
  height: 30px;
  line-height: 30px;
  background: #eeeeee;
  padding-left: 10px;
  font-weight: 600;
  margin: 5px 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ak-menu-workspace-box {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 36px;
}
.ak-menu-workspace-item {
  padding: 5px 0px;
  height: 46px;
  line-height: 36px;
  cursor: pointer;
}
.ak-menu-workspace-item:hover {
  background: rgba(0, 0, 0, 0.1);
}
.ak-menu-workspace-item .old-img-box {
  display: inline-block;
  margin: 0 10px;
  float: left;
}
.ak-menu-workspace-item .icon-box {
  margin: 0 10px;
  border-radius: 6px;
}
.ak-menu-workspace-show-all {
  margin: 8px 0px 8px 10px;
  display: block;
  text-align: center;
}
.ak-menu-workspace-no-app {
  color: #999;
}
.ak-yeeoffice-back {
  width: 50px;
  height: 56px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ak-yeeoffice-back i {
  font-size: 20px;
}
.ak-yeeoffice-back:hover {
  background: rgba(179, 179, 179, 0.2);
  cursor: pointer;
}
.ak-personalinfo-main-modal {
  flex: 1 auto;
  height: calc(100% - 56px);
  min-height: calc(100% - 56px);
}
.ak-personalinfo-main-modal .ak-profile-wrapper {
  width: 850px;
  margin: 0 auto;
  padding: 0 10px;
  max-width: 1100px;
  font-size: 14px;
}
.ak-personalinfo-main-modal .ak-profile-wrapper .ak-profile-title {
  font-size: 24px;
  text-align: center;
  margin: 50px 0 15px;
}
.ak-personalinfo-main-modal .ak-profile-wrapper .ak-profile-doc {
  font-size: 16px;
  text-align: center;
  margin: 0 0 20px 0;
}
.ak-personalinfo-main-modal .ak-profile-wrapper .ak-profile-panel {
  border: solid 1px #eee;
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 30px;
}
.ak-personalinfo-main-modal .ak-profile-wrapper .ak-profile-panel .ak-profile-head {
  margin-bottom: 15px;
}
.ak-personalinfo-main-modal .ak-profile-wrapper .ak-profile-panel .ak-profile-head .title {
  font-size: 20px;
}
.ak-personalinfo-main-modal .ak-profile-wrapper .ak-profile-panel .ak-profile-head .ak-profile-editbtn {
  float: right;
  border: 0;
  padding: 0;
}
.ak-personalinfo-main-modal .ak-profile-wrapper .ak-profile-panel .ak-profile-head .ak-profile-editbtn span {
  font-size: 14px;
  height: 24px;
  line-height: 32px;
}
.ak-personalinfo-main-modal .ak-profile-wrapper .ak-profile-panel .ak-profile-content .ak-profile-row {
  min-height: 34px;
  border-bottom: solid 1px #eee;
  padding: 10px 0;
}
.ak-personalinfo-main-modal .ak-profile-wrapper .ak-profile-panel .ak-profile-content .ak-profile-row .ak-profile-label {
  text-align: left;
  font-size: 14px;
  margin-bottom: 0;
  padding-right: 0;
  font-weight: normal;
  height: 34px;
  line-height: 34px;
  color: #5f6368;
}
.ak-personalinfo-main-modal .ak-profile-wrapper .ak-profile-panel .ak-profile-content .ak-profile-row .ak-profile-textInfo {
  line-height: 34px;
  font-size: 16px;
}
.ak-personalinfo-main-modal .ak-profile-wrapper .ak-profile-panel .ak-profile-content .ak-profile-row .ak-profile-photo {
  width: 60px;
  height: 60px;
  float: right;
  margin-top: -20px;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.ak-personalinfo-main-modal .ak-profile-wrapper .ak-profile-panel .ak-profile-content .ak-profile-row .ak-profile-photo .ak-imgbox .ant-upload-select-picture-card {
  margin: -1px 0 0 -1px;
}
.ak-personalinfo-main-modal .ak-profile-wrapper .ak-profile-panel .ak-profile-content .ak-profile-row .ak-profile-photo .ak-imgbox .ant-upload-select-picture-card img {
  min-width: 62px;
  min-height: 62x;
  display: block;
  max-width: 100%;
  height: auto;
}
.ak-personalinfo-main-modal .ak-profile-wrapper .ak-profile-panel .ak-profile-content .ak-profile-row .ak-profile-photo .ak-camerabox {
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  bottom: auto;
  text-align: center;
}
.ak-personalinfo-main-modal .ak-profile-wrapper .ak-profile-panel .ak-profile-content .ak-profile-row .ak-profile-photo .ak-camerabox:hover {
  top: 0;
}
.ak-personalinfo-main-modal .ak-profile-wrapper .ak-profile-panel .ak-profile-content .ak-profile-row .ak-uploadlogo {
  font-size: 14px;
}
.ak-personalinfo-main-modal .ak-profile-wrapper .ak-profile-panel .ak-profile-content .ak-profile-row .ak-uploadlogo .ak-logoimgcon {
  display: table;
}
.ak-personalinfo-main-modal .ak-profile-wrapper .ak-profile-panel .ak-profile-content .ak-profile-row .ak-uploadlogo .ak-logoimgcon .ak-imgbox {
  display: table-cell;
  vertical-align: middle;
}
.ak-personalinfo-main-modal .ak-profile-wrapper .ak-profile-panel .ak-profile-content .ak-profile-row .ak-uploadlogo .ak-logoimgcon .ak-imgbox img {
  max-height: 200px;
  max-height: 48px;
  vertical-align: middle;
  border: 0;
}
.ak-personalinfo-main-modal .ak-profile-wrapper .ak-profile-panel .ak-profile-content .ak-profile-row .ak-pick-color .ak-pick-color-display {
  background: #fff;
  border-radius: 3px;
  border: 1px solid #ddd;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  margin-right: 10px;
  cursor: default;
  display: inline-block;
  vertical-align: middle;
}
.ak-personalinfo-main-modal .ak-profile-wrapper .ak-profile-panel .ak-profile-content .ak-profile-row .ak-pick-color .ak-pick-color-display div {
  width: 26px;
  height: 26px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .ak-personalinfo-main-modal .ak-profile-wrapper .ak-profile-panel .ak-profile-content .ak-profile-row .ak-profile-photo {
    float: none;
    margin-top: 10px;
  }
}
.ak-personalinfo-main-modal .ak-profile-wrapper .ak-profile-panel .ak-profile-content .ak-profile-adminrow {
  overflow: hidden;
}
.ak-personalinfo-main-modal .ak-profile-wrapper .ak-profile-panel .ak-profile-content .ak-profile-adminrow .ak-admin-user {
  margin-right: 30px;
  margin-bottom: 15px;
  float: left;
}
.ak-personalinfo-main-modal .ak-profile-wrapper .ak-profile-panel .ak-profile-content .ak-profile-adminrow .ak-admin-user .ak-adminpic {
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 10px;
}
.ak-personalinfo-main-modal .ak-profile-wrapper .ak-profile-panel .ak-profile-content .ak-profile-adminrow .ak-admin-user .ak-adminpic img {
  border-radius: 50%;
  max-width: 100%;
  height: auto;
}
.ak-personalinfo-main-modal .ak-profile-wrapper .ak-profile-panel .ak-profile-content .ak-profile-adminrow .ak-admin-user .ak-admin-name {
  font-size: 16px;
  float: left;
  line-height: 50px;
}
.ak-personalinfo-main-modal .ak-profile-wrapper .ak-profile-panel .ak-profile-row:last-child {
  border-color: transparent;
}
@media (max-width: 768px) {
  .ak-personalinfo-main-modal .ak-profile-wrapper {
    width: 100%;
  }
  .ak-personalinfo-main-modal .ak-profile-wrapper .ak-profile-panel {
    padding: 15px;
  }
}
.ak-info-edit-modal .ant-modal-header,
.ak-info-edit-modal .ant-modal-close {
  background-color: #1563f6 !important;
  color: #fff !important;
}
.ak-info-edit-modal .ant-modal-header .ak-modal-dragtitle,
.ak-info-edit-modal .ant-modal-close .ak-modal-dragtitle {
  color: #fff !important;
}
.ak-info-edit-modal .ant-modal-body {
  padding: 15px 20px;
}
.ak-info-edit-modal .ant-modal-body .ant-select-selection--single {
  height: 34px !important;
}
.ak-info-edit-modal .ant-modal-body .ant-select-selection--single .ant-select-selection__rendered {
  line-height: 34px;
}
.ak-info-edit-modal .ant-modal-body .ant-input {
  height: 34px !important;
}
.ak-info-edit-modal .ant-modal-body .ant-form-item-control-wrapper {
  margin-bottom: 0;
}
.ak-info-edit-modal .ant-modal-body .ak-uploadlogo {
  font-size: 14px;
}
.ak-info-edit-modal .ant-modal-body .ak-uploadlogo .ak-input-group {
  margin-bottom: 10px;
  position: relative;
  display: table;
  border-collapse: separate;
  width: 100%;
}
.ak-info-edit-modal .ant-modal-body .ak-uploadlogo .ak-input-group .ak-form-control {
  border-color: #d9d9d9;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #000;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  box-shadow: none;
  border-radius: 0 !important;
  position: relative;
  z-index: 2;
  float: left;
  width: 82%;
  margin-bottom: 0;
}
.ak-info-edit-modal .ant-modal-body .ak-uploadlogo .ak-input-group .ak-input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
}
.ak-info-edit-modal .ant-modal-body .ak-uploadlogo .ak-input-group .ak-input-group-btn .ak-btn {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  box-shadow: none;
  outline: 0 !important;
}
.ak-info-edit-modal .ant-modal-body .ak-uploadlogo .ak-input-group .ak-input-group-btn .ak-discount-codebtn {
  margin-left: 10px !important;
  padding: 6px 20px;
  background: #1563f6;
  border-color: #1563f6;
  color: #fff;
  border-radius: 0;
}
.ak-info-edit-modal .ant-modal-body .ak-uploadlogo .ak-tipstext {
  color: #999;
  margin-bottom: 10px;
  line-height: 20px;
}
.ak-info-edit-modal .ant-modal-body .ak-uploadlogo .ak-tipstext:first-child {
  height: 20px;
}
.ak-info-edit-modal .ant-modal-body .ak-uploadlogo .ak-logoimgcon {
  margin: 15px 0;
  display: table;
}
.ak-info-edit-modal .ant-modal-body .ak-uploadlogo .ak-logoimgcon .ak-imgbox {
  display: table-cell;
  vertical-align: middle;
}
.ak-info-edit-modal .ant-modal-body .ak-uploadlogo .ak-logoimgcon .ak-imgbox img {
  vertical-align: middle;
  border: 0;
}
.ak-info-edit-modal .ant-modal-body .ak-uploadlogo .ak-logoimgcon .ak-removetext {
  color: #039be5;
  font-size: 14px;
  cursor: pointer;
}
.ak-info-edit-modal .ant-modal-body .ant-form-item-label {
  padding-top: 5px;
  margin-bottom: 5px;
  height: 25px;
  line-height: 20px;
}
.ak-info-edit-modal .ant-modal-footer {
  border: 0;
}
.ak-info-edit-modal .ak-modal-footer {
  overflow: hidden;
  padding: 27px 0 12px 0;
}
.ak-info-edit-modal .ak-modal-footer .ak-wrfbtn {
  padding: 6px 10px;
  font-size: 14px;
  border: none;
  background: transparent;
  color: #000;
  border-radius: 3px;
  float: right;
  margin-left: 15px;
  text-transform: uppercase;
  outline: none;
}
.ak-info-edit-modal .ak-modal-footer .ak-submitbtn {
  background: #1563f6;
  color: #fff;
}
.ak-info-edit-modal .ak-modal-footer .ak-submitbtn-color {
  background: #1563f6;
  color: #fff;
}
@media (max-width: 768px) {
  .ak-info-edit-modal .ant-modal-body {
    padding: 15px !important;
  }
  .ak-info-edit-modal .ant-modal-body .ak-uploadlogo .ak-input-group .ak-form-control {
    width: 72%;
  }
  .ak-info-edit-modal .ant-modal-body .ak-uploadlogo .ak-logoimgcon .ak-removetext {
    display: block;
  }
  .ak-info-edit-modal .ant-modal-body .ant-form-item-label {
    line-height: 20px;
  }
  .ak-info-edit-modal .ant-modal-body .ant-form-item-control-wrapper {
    margin-bottom: 0 !important;
  }
}
.ak-master-settings > i,
.ak-master-notification > i {
  font-size: 16px;
}
.ak-master-settings:hover,
.ak-master-notification:hover {
  background: rgba(179, 179, 179, 0.2);
  cursor: pointer;
}
.ak-master-help,
.ak-master-share {
  padding: 5px 10px 5px 10px;
  border-radius: 15px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .ak-master-help span,
  .ak-master-share span {
    display: none;
  }
}
.ak-master-help .ak-text-btn-c,
.ak-master-share .ak-text-btn-c {
  column-gap: 5px;
}
.ak-master-help .ak-text-btn-c > i,
.ak-master-share .ak-text-btn-c > i {
  font-size: 16px;
}
.ak-master-help:hover,
.ak-master-share:hover {
  background: rgba(179, 179, 179, 0.2);
  cursor: pointer;
}
#app_content {
  height: 100%;
}
#app_content .ak-container {
  height: 100%;
}
#app_content .ak-container .ak-master-content {
  height: 100%;
}
.public-form-frame {
  width: 100vw;
  height: 100%;
}
.public-form-frame .pagecraft-wrapper > .ant-spin-container {
  height: 100%;
}
.public-form-frame .akspin-hmax {
  display: flex;
  justify-content: center;
  align-items: center;
}
.public-form-frame .card-box-shadow {
  box-shadow: 4px 5px 14px 3px rgba(0, 0, 0, 0.03);
}
.public-form-frame .expired,
.public-form-frame .unavailable,
.public-form-frame .input-password,
.public-form-frame .successpage {
  width: 500px;
  min-height: 200px;
  padding: 40px 50px;
  background: #fff;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: start;
}
@media (max-width: 767px) {
  .public-form-frame .expired,
  .public-form-frame .unavailable,
  .public-form-frame .input-password,
  .public-form-frame .successpage {
    border-radius: 0px;
    padding: 40px 0px;
    height: 100vh;
    width: 100vw;
  }
}
.public-form-frame .expired .ant-btn,
.public-form-frame .unavailable .ant-btn,
.public-form-frame .input-password .ant-btn,
.public-form-frame .successpage .ant-btn,
.public-form-frame .expired .ant-input,
.public-form-frame .unavailable .ant-input,
.public-form-frame .input-password .ant-input,
.public-form-frame .successpage .ant-input {
  border-radius: 3px;
}
.public-form-frame .expired .submit-button,
.public-form-frame .unavailable .submit-button,
.public-form-frame .input-password .submit-button,
.public-form-frame .successpage .submit-button {
  min-width: 100px;
  min-height: 35px;
}
.public-form-frame .expired .success-icon,
.public-form-frame .unavailable .success-icon,
.public-form-frame .input-password .success-icon,
.public-form-frame .successpage .success-icon {
  font-size: 90px;
  color: #1563f6;
  margin: 20px 0px;
}
.public-form-frame .expired .t1,
.public-form-frame .unavailable .t1,
.public-form-frame .input-password .t1,
.public-form-frame .successpage .t1 {
  font-weight: 500;
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 8px;
}
.public-form-frame .expired .t2,
.public-form-frame .unavailable .t2,
.public-form-frame .input-password .t2,
.public-form-frame .successpage .t2 {
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 8px;
}
.public-form-frame .expired .t3,
.public-form-frame .unavailable .t3,
.public-form-frame .input-password .t3,
.public-form-frame .successpage .t3 {
  font-size: 16px;
}
.public-form-frame .expired .d1,
.public-form-frame .unavailable .d1,
.public-form-frame .input-password .d1,
.public-form-frame .successpage .d1 {
  font-size: 12px;
  color: gray;
  line-height: 20px;
  margin-bottom: 30px;
}
.public-form-frame .expired .logo,
.public-form-frame .unavailable .logo,
.public-form-frame .input-password .logo,
.public-form-frame .successpage .logo {
  max-width: 130px;
  margin-bottom: 30px;
}
.public-form-frame .input-password {
  padding: 25px 80px;
  min-height: 400px;
}
@media (max-width: 767px) {
  .public-form-frame .input-password {
    height: 100vh;
    width: 100vw;
  }
}
.public-form-frame .input-password .lock-icon {
  color: gray;
  font-size: 22px;
  margin-bottom: 15px;
}
.public-form-frame .input-password .title {
  width: 70%;
}
.public-form-frame .input-password .password-box {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
  width: 100%;
  min-height: 53px;
}
.public-form-frame .input-password .password-box .input-box {
  display: flex;
  flex-direction: row;
}
.public-form-frame .input-password .password-box .input-box button {
  margin-left: 15px;
}
.public-form-frame .input-password .password-box .input-box input {
  background: #eeeeee;
}
.public-form-frame .input-password .password-box .input-box .ant-input-prefix {
  color: gray;
  margin-right: 15px;
}
.public-form-frame .input-password .password-box .password-error {
  color: red;
  font-size: 12px;
}
.public-form-frame .input-password .logo {
  margin-bottom: 0px;
}
.public-form-frame .successpage {
  align-items: center;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ak-master-content {
  overflow-x: hidden;
}
@cdn-url : //wfexp.hkstp.training/yeeflow/;

