.loader-box {
  position: absolute;
  background: #fff;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.loader {
  position: absolute;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  perspective: 800px;
}
.inner {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.inner.one {
  left: 0%;
  top: 0%;
  animation: rotate-one 1s linear infinite;
  border-bottom: 3px solid #1890ff;
}
.inner.two {
  right: 0%;
  top: 0%;
  animation: rotate-two 1s linear infinite;
  border-right: 3px solid #1890ff;
}
.inner.three {
  right: 0%;
  bottom: 0%;
  animation: rotate-three 1s linear infinite;
  border-top: 3px solid #1890ff;
}
@keyframes rotate-one {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@keyframes rotate-two {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@keyframes rotate-three {
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}

.language .ant-popover-inner-content {
  padding: 2px;
  left: 20px;
  width: 150px;
  border-radius: 5px;
}
.language .ant-menu-vertical {
  border: 0px;
}
.language .language_icon {
  width: 30px;
  margin-right: 5px;
  position: relative;
  top: -2px;
  display: inline-block;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/*重置样式表 */
body {
  background: #f0f2f5;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
input,
button,
textarea,
p,
th,
td,
b,
i,
strong {
  padding: 0;
  margin: 0;
}
img {
  border: 0;
}
a {
  text-decoration: none;
  outline: none;
}
li {
  list-style: none;
}
input,
button,
textarea,
select {
  font-size: 100%;
}
i,
em {
  font-style: normal;
}
.ant-message .ant-message-custom-content {
  max-height: 60px;
  max-width: 560px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ant-empty-image img {
  margin: 0 auto;
}
#footer {
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.mg-5 {
  margin: 5px;
}
.mg-tb-5 {
  margin: 5px 0;
}
.mg-lr-5 {
  margin: 0 5px;
}
.mg-l-5 {
  margin-left: 5px;
}
.mg-r-5 {
  margin-right: 5px;
}
.mg-t-5 {
  margin-top: 5px;
}
.mg-b-5 {
  margin-bottom: 5px;
}
.mg-10 {
  margin: 10px;
}
.mg-tb-10 {
  margin: 10px 0;
}
.mg-lr-10 {
  margin: 0 10px;
}
.mg-l-10 {
  margin-left: 10px;
}
.mg-r-10,
.paimary-menu {
  margin-right: 10px;
}
.mg-t-10 {
  margin-top: 10px;
}
.mg-b-10 {
  margin-bottom: 10px;
}
.mg-15 {
  margin: 15px;
}
.mg-tb-15 {
  margin: 15px 0;
}
.mg-lr-15 {
  margin: 0 15px;
}
.mg-l-15 {
  margin-left: 15px;
}
.mg-r-15 {
  margin-right: 15px;
}
.mg-t-15 {
  margin-top: 15px;
}
.mg-b-15 {
  margin-bottom: 15px;
}
.mg-20 {
  margin: 20px;
}
.mg-tb-20 {
  margin: 20px 0;
}
.mg-lr-20 {
  margin: 0 20px;
}
.mg-l-20,
.paimary-logo,
.paimary-menu,
.paimary-user,
.paimary-notification {
  margin-left: 20px;
}
.mg-r-20 {
  margin-right: 20px;
}
.mg-t-20 {
  margin-top: 20px;
}
.mg-b-20 {
  margin-bottom: 20px;
}
.mg-25 {
  margin: 25px;
}
.mg-tb-25 {
  margin: 25px 0;
}
.mg-lr-25 {
  margin: 0 25px;
}
.mg-l-25 {
  margin-left: 25px;
}
.mg-r-25 {
  margin-right: 25px;
}
.mg-t-25 {
  margin-top: 25px;
}
.mg-b-25 {
  margin-bottom: 25px;
}
.mg-30 {
  margin: 30px;
}
.mg-tb-30 {
  margin: 30px 0;
}
.mg-lr-30 {
  margin: 0 30px;
}
.mg-l-30 {
  margin-left: 30px;
}
.mg-r-30 {
  margin-right: 30px;
}
.mg-t-30 {
  margin-top: 30px;
}
.mg-b-30 {
  margin-bottom: 30px;
}
.mg-35 {
  margin: 35px;
}
.mg-tb-35 {
  margin: 35px 0;
}
.mg-lr-35 {
  margin: 0 35px;
}
.mg-l-35 {
  margin-left: 35px;
}
.mg-r-35 {
  margin-right: 35px;
}
.mg-t-35 {
  margin-top: 35px;
}
.mg-b-35 {
  margin-bottom: 35px;
}
.mg-40 {
  margin: 40px;
}
.mg-tb-40 {
  margin: 40px 0;
}
.mg-lr-40 {
  margin: 0 40px;
}
.mg-l-40 {
  margin-left: 40px;
}
.mg-r-40 {
  margin-right: 40px;
}
.mg-t-40 {
  margin-top: 40px;
}
.mg-b-40 {
  margin-bottom: 40px;
}
.mg-45 {
  margin: 45px;
}
.mg-tb-45 {
  margin: 45px 0;
}
.mg-lr-45 {
  margin: 0 45px;
}
.mg-l-45 {
  margin-left: 45px;
}
.mg-r-45 {
  margin-right: 45px;
}
.mg-t-45 {
  margin-top: 45px;
}
.mg-b-45 {
  margin-bottom: 45px;
}
.mg-50 {
  margin: 50px;
}
.mg-tb-50 {
  margin: 50px 0;
}
.mg-lr-50 {
  margin: 0 50px;
}
.mg-l-50 {
  margin-left: 50px;
}
.mg-r-50 {
  margin-right: 50px;
}
.mg-t-50 {
  margin-top: 50px;
}
.mg-b-50 {
  margin-bottom: 50px;
}
.mg-55 {
  margin: 55px;
}
.mg-tb-55 {
  margin: 55px 0;
}
.mg-lr-55 {
  margin: 0 55px;
}
.mg-l-55 {
  margin-left: 55px;
}
.mg-r-55 {
  margin-right: 55px;
}
.mg-t-55 {
  margin-top: 55px;
}
.mg-b-55 {
  margin-bottom: 55px;
}
.mg-60 {
  margin: 60px;
}
.mg-tb-60 {
  margin: 60px 0;
}
.mg-lr-60 {
  margin: 0 60px;
}
.mg-l-60 {
  margin-left: 60px;
}
.mg-r-60 {
  margin-right: 60px;
}
.mg-t-60 {
  margin-top: 60px;
}
.mg-b-60 {
  margin-bottom: 60px;
}
.mg-65 {
  margin: 65px;
}
.mg-tb-65 {
  margin: 65px 0;
}
.mg-lr-65 {
  margin: 0 65px;
}
.mg-l-65 {
  margin-left: 65px;
}
.mg-r-65 {
  margin-right: 65px;
}
.mg-t-65 {
  margin-top: 65px;
}
.mg-b-65 {
  margin-bottom: 65px;
}
.mg-70 {
  margin: 70px;
}
.mg-tb-70 {
  margin: 70px 0;
}
.mg-lr-70 {
  margin: 0 70px;
}
.mg-l-70 {
  margin-left: 70px;
}
.mg-r-70 {
  margin-right: 70px;
}
.mg-t-70 {
  margin-top: 70px;
}
.mg-b-70 {
  margin-bottom: 70px;
}
.mg-75 {
  margin: 75px;
}
.mg-tb-75 {
  margin: 75px 0;
}
.mg-lr-75 {
  margin: 0 75px;
}
.mg-l-75 {
  margin-left: 75px;
}
.mg-r-75 {
  margin-right: 75px;
}
.mg-t-75 {
  margin-top: 75px;
}
.mg-b-75 {
  margin-bottom: 75px;
}
.mg-80 {
  margin: 80px;
}
.mg-tb-80 {
  margin: 80px 0;
}
.mg-lr-80 {
  margin: 0 80px;
}
.mg-l-80 {
  margin-left: 80px;
}
.mg-r-80 {
  margin-right: 80px;
}
.mg-t-80 {
  margin-top: 80px;
}
.mg-b-80 {
  margin-bottom: 80px;
}
.mg-85 {
  margin: 85px;
}
.mg-tb-85 {
  margin: 85px 0;
}
.mg-lr-85 {
  margin: 0 85px;
}
.mg-l-85 {
  margin-left: 85px;
}
.mg-r-85 {
  margin-right: 85px;
}
.mg-t-85 {
  margin-top: 85px;
}
.mg-b-85 {
  margin-bottom: 85px;
}
.mg-90 {
  margin: 90px;
}
.mg-tb-90 {
  margin: 90px 0;
}
.mg-lr-90 {
  margin: 0 90px;
}
.mg-l-90 {
  margin-left: 90px;
}
.mg-r-90 {
  margin-right: 90px;
}
.mg-t-90 {
  margin-top: 90px;
}
.mg-b-90 {
  margin-bottom: 90px;
}
.mg-95 {
  margin: 95px;
}
.mg-tb-95 {
  margin: 95px 0;
}
.mg-lr-95 {
  margin: 0 95px;
}
.mg-l-95 {
  margin-left: 95px;
}
.mg-r-95 {
  margin-right: 95px;
}
.mg-t-95 {
  margin-top: 95px;
}
.mg-b-95 {
  margin-bottom: 95px;
}
.mg-100 {
  margin: 100px;
}
.mg-tb-100 {
  margin: 100px 0;
}
.mg-lr-100 {
  margin: 0 100px;
}
.mg-l-100 {
  margin-left: 100px;
}
.mg-r-100 {
  margin-right: 100px;
}
.mg-t-100 {
  margin-top: 100px;
}
.mg-b-100 {
  margin-bottom: 100px;
}
.font-12 {
  font-size: 12px;
}
.font-13 {
  font-size: 13px;
}
.font-14 {
  font-size: 14px;
}
.font-15 {
  font-size: 15px;
}
.font-16 {
  font-size: 16px;
}
.font-17 {
  font-size: 17px;
}
.font-18 {
  font-size: 18px;
}
.primary-warp {
  padding: 12px;
}
.clearfix {
  display: block;
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.divider {
  margin: 0 6px;
  display: inline-block;
  height: 8px;
  width: 1px;
  background: #ccc;
}
.operation {
  color: #108ee9;
  cursor: pointer;
}
.operation:hover {
  color: #49a9ee;
}
.blue {
  color: #5B9BD5;
}
.grey {
  color: grey;
}
.red {
  color: #FF0000;
}
.green {
  color: #00B050;
}
.yellow {
  color: #FF9900;
}
.purple {
  color: purple;
}
.cursor {
  cursor: pointer;
}
.tc {
  text-align: center;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.flex {
  display: flex;
}
.flex-1 {
  flex: 1;
}
.fl,
.paimary-logo {
  float: left;
}
.fr,
.paimary-menu,
.paimary-user,
.paimary-notification {
  float: right;
}
.cp {
  cursor: pointer;
}
.pr {
  position: relative;
}
.b-inline {
  display: inline-block;
}
.d-n {
  display: none;
}
.v-l {
  vertical-align: middle;
}
.v-b {
  vertical-align: baseline;
}
.v-t {
  vertical-align: top;
}
.v-c {
  display: flex;
  /*Flex布局*/
  display: -webkit-flex;
  /* Safari */
  align-items: center;
  /*指定垂直居中*/
}
.h-v-c {
  display: flex;
  justify-content: center;
  align-items: Center;
}
.s-v-c {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
::-webkit-scrollbar {
  width: 6px;
  /*对垂直流动条有效*/
  height: 6px;
  /*对水平流动条有效*/
}
/*定义滚动条的轨道颜色、内阴影及圆角*/
::-webkit-scrollbar-track {
  display: none;
}
/*定义滑块颜色、内阴影及圆角*/
::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: rgba(9, 39, 69, 0.4);
}
/*定义两端按钮的样式*/
::-webkit-scrollbar-button {
  display: none;
}
/*定义右下角汇合处的样式*/
::-webkit-scrollbar-corner {
  display: none;
}
.select-disabled {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.drag-disabled {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.paimary-header {
  background: #1d98db;
  height: 50px;
  color: #fff;
}
.paimary-logo {
  height: 50px;
  display: flex;
  align-items: center;
  font-size: 26px;
}
.paimary-menu .ant-menu {
  height: 100%;
  background: #1d98db;
  color: #fff;
}
.paimary-menu .ant-menu-horizontal {
  border-bottom: none;
}
.paimary-menu .ant-menu-submenu-title:hover {
  color: #fff;
}
.paimary-menu .ant-menu-horizontal > .ant-menu-item:hover,
.paimary-menu .ant-menu-horizontal > .ant-menu-item-open,
.paimary-menu .ant-menu-horizontal > .ant-menu-submenu-active,
.paimary-menu .ant-menu-horizontal > .ant-menu-item-active {
  border-bottom: 2px solid #fff !important;
  color: #fff !important;
}
.paimary-menu .ant-menu-item .anticon {
  font-size: 14px;
}
.paimary-menu .ant-menu-horizontal > .ant-menu-item a:hover {
  color: #fff !important;
}
.paimary-menu .ant-menu a {
  color: #fff !important;
}
.paimary-menu .ant-menu-horizontal > .ant-menu-item-selected {
  color: #fff !important;
}
.paimary-menu .ant-menu-horizontal > .ant-menu-submenu-selected {
  color: #fff !important;
}
.paimary-notification {
  background: #1d98db;
  height: 50px;
  color: #fff;
}

.login-warp {
  position: fixed;
  left: 0;
  top: 0;
  background: #1b5b96;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.login-warp .login-title {
  text-align: center;
  margin: 41px auto;
  display: block;
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  margin-top: 8%;
}
.login-warp .login-container {
  width: 1008px;
  margin: auto;
  background: #fff;
}
.login-warp .accent {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAICAIAAAC3eAIWAAAAH0lEQVQIW2OQu/KcQXzzJQbRdRcYRNafh2NREL3kIADMiQzLxUzZVQAAAABJRU5ErkJggg==) repeat-x;
  height: 8px;
}
.login-warp .login-body .login-bodyMiddle {
  position: relative;
  padding-top: 35px;
  padding-bottom: 35px;
  padding: 25px 50px;
  background-color: #fff;
  font-family: stratum-1-web, sans-serif;
  font-weight: 500;
  color: #8a92a5;
  border-bottom: 1px solid #d9dde5;
  overflow: hidden;
}
.login-warp .login-body h2 {
  font-family: Helvetica Neue, Helvetica, Tahoma, Geneva, Arial, sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 10px;
  color: #6c7487;
}
.login-warp .login-body .login-promotion {
  float: left;
  width: 450px;
  font-family: helvetica neue, helvetica, arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  border-right: 1px solid #e0e0eb;
  padding-right: 37px;
}
.login-warp .login-body .login-promotionLeft {
  background: url(data:image/png;base64,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) no-repeat;
  background-position: 12px 16px;
  display: block;
  float: left;
  height: 222px;
  margin-left: -10px;
  margin-right: 14px;
  width: 200px;
}
.login-warp .login-body .login-promotionRight {
  padding-top: 33px;
}
.login-warp .login-body .login-rightBox {
  width: 416px;
  float: right;
}
.login-warp .login-body .login-rightBox h2 {
  font-family: Helvetica Neue, Helvetica, Tahoma, Geneva, Arial, sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 38px;
  color: #8a92a5;
}
.login-warp .login-body .login-bottom {
  border-top: 1px solid #fff;
  background-color: #f3f5fa;
  padding: 18px 32px;
  font-size: 13px;
  font-weight: 700;
  text-align: right;
  font-family: stratum-1-web, sans-serif;
  text-transform: uppercase;
  color: #8a92a5;
}
.login-warp .login-body .login-bottom :global(.ant-btn) {
  width: 200px;
}
.fullSpin {
  padding: 40px;
}


/*# sourceMappingURL=main.e2e93592_c7411bd4.css.map*/