/* 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 */
.week-mode[data-v-65b86f30] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.a-button-ellipsis[data-v-65b86f30] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.a-button-ellipsis span[data-v-65b86f30] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.beauty-scroll[data-v-65b86f30] {
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-65b86f30]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-65b86f30]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #13c2c2;
}
.beauty-scroll[data-v-65b86f30]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #87e8de;
}
.split-right[data-v-65b86f30]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-65b86f30] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.flex-center[data-v-65b86f30] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ant-select-disabled[data-v-65b86f30],
.ant-input[disabled][data-v-65b86f30],
.ant-input-number-disabled[data-v-65b86f30],
.ant-select-auto-complete.ant-select .ant-input[disabled][data-v-65b86f30],
.ant-cascader-picker-disabled[data-v-65b86f30],
.ant-input-disabled[data-v-65b86f30],
.ant-input-disabled .ant-calendar-range-picker-separator[data-v-65b86f30],
.ant-checkbox-disabled + span[data-v-65b86f30],
.ant-radio-disabled + span[data-v-65b86f30] {
  color: rgba(0, 0, 0, 0.5) !important;
}
/* Make clicks pass-through */
#nprogress[data-v-65b86f30] {
  pointer-events: none;
}
#nprogress .bar[data-v-65b86f30] {
  background: #13c2c2;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-65b86f30] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #13c2c2, 0 0 5px #13c2c2;
          box-shadow: 0 0 10px #13c2c2, 0 0 5px #13c2c2;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
/* Remove these to get rid of the spinner */
#nprogress .spinner[data-v-65b86f30] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-65b86f30] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #13c2c2;
  border-left-color: #13c2c2;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-data-v-65b86f30 400ms linear infinite;
  animation: nprogress-spinner-data-v-65b86f30 400ms linear infinite;
}
.nprogress-custom-parent[data-v-65b86f30] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-65b86f30],
.nprogress-custom-parent #nprogress .bar[data-v-65b86f30] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-data-v-65b86f30 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-data-v-65b86f30 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.common-layout[data-v-65b86f30] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
  overflow: auto;
  background-color: #f0f2f5;
  /*background-image: url('https://gw.alipayobjects.com/zos/rmsportal/TVYTbAXWheQpRcWDaDMu.svg');*/
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 110px;
  background-size: 100%;
}
.common-layout .content[data-v-65b86f30] {
  padding: 32px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 768px) {
.common-layout .content[data-v-65b86f30] {
    padding: 112px 0 24px;
}
}

/* 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 */
.week-mode[data-v-42f3bd5c] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.a-button-ellipsis[data-v-42f3bd5c] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.a-button-ellipsis span[data-v-42f3bd5c] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.beauty-scroll[data-v-42f3bd5c] {
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-42f3bd5c]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-42f3bd5c]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #13c2c2;
}
.beauty-scroll[data-v-42f3bd5c]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #87e8de;
}
.split-right[data-v-42f3bd5c]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-42f3bd5c] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.flex-center[data-v-42f3bd5c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ant-select-disabled[data-v-42f3bd5c],
.ant-input[disabled][data-v-42f3bd5c],
.ant-input-number-disabled[data-v-42f3bd5c],
.ant-select-auto-complete.ant-select .ant-input[disabled][data-v-42f3bd5c],
.ant-cascader-picker-disabled[data-v-42f3bd5c],
.ant-input-disabled[data-v-42f3bd5c],
.ant-input-disabled .ant-calendar-range-picker-separator[data-v-42f3bd5c],
.ant-checkbox-disabled + span[data-v-42f3bd5c],
.ant-radio-disabled + span[data-v-42f3bd5c] {
  color: rgba(0, 0, 0, 0.5) !important;
}
/* Make clicks pass-through */
#nprogress[data-v-42f3bd5c] {
  pointer-events: none;
}
#nprogress .bar[data-v-42f3bd5c] {
  background: #13c2c2;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-42f3bd5c] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #13c2c2, 0 0 5px #13c2c2;
          box-shadow: 0 0 10px #13c2c2, 0 0 5px #13c2c2;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
/* Remove these to get rid of the spinner */
#nprogress .spinner[data-v-42f3bd5c] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-42f3bd5c] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #13c2c2;
  border-left-color: #13c2c2;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-data-v-42f3bd5c 400ms linear infinite;
  animation: nprogress-spinner-data-v-42f3bd5c 400ms linear infinite;
}
.nprogress-custom-parent[data-v-42f3bd5c] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-42f3bd5c],
.nprogress-custom-parent #nprogress .bar[data-v-42f3bd5c] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-data-v-42f3bd5c {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-data-v-42f3bd5c {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.login[data-v-42f3bd5c] {
  width: 368px;
  margin: 0 auto;
}
.login .icon[data-v-42f3bd5c] {
  font-size: 24px;
  color: rgba(0, 0, 0, 0.45);
  margin-left: 16px;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.login .icon[data-v-42f3bd5c]:hover {
  color: #13c2c2;
}

/* 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 */
.week-mode[data-v-533482b6] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.a-button-ellipsis[data-v-533482b6] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.a-button-ellipsis span[data-v-533482b6] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.beauty-scroll[data-v-533482b6] {
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-533482b6]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-533482b6]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #13c2c2;
}
.beauty-scroll[data-v-533482b6]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #87e8de;
}
.split-right[data-v-533482b6]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-533482b6] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.flex-center[data-v-533482b6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ant-select-disabled[data-v-533482b6],
.ant-input[disabled][data-v-533482b6],
.ant-input-number-disabled[data-v-533482b6],
.ant-select-auto-complete.ant-select .ant-input[disabled][data-v-533482b6],
.ant-cascader-picker-disabled[data-v-533482b6],
.ant-input-disabled[data-v-533482b6],
.ant-input-disabled .ant-calendar-range-picker-separator[data-v-533482b6],
.ant-checkbox-disabled + span[data-v-533482b6],
.ant-radio-disabled + span[data-v-533482b6] {
  color: rgba(0, 0, 0, 0.5) !important;
}
/* Make clicks pass-through */
#nprogress[data-v-533482b6] {
  pointer-events: none;
}
#nprogress .bar[data-v-533482b6] {
  background: #13c2c2;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-533482b6] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #13c2c2, 0 0 5px #13c2c2;
          box-shadow: 0 0 10px #13c2c2, 0 0 5px #13c2c2;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
/* Remove these to get rid of the spinner */
#nprogress .spinner[data-v-533482b6] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-533482b6] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #13c2c2;
  border-left-color: #13c2c2;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-data-v-533482b6 400ms linear infinite;
  animation: nprogress-spinner-data-v-533482b6 400ms linear infinite;
}
.nprogress-custom-parent[data-v-533482b6] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-533482b6],
.nprogress-custom-parent #nprogress .bar[data-v-533482b6] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-data-v-533482b6 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-data-v-533482b6 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.login[data-v-533482b6] {
  width: 368px;
  margin: 0 auto;
}
.login .code-img[data-v-533482b6] {
  width: 117px;
  height: 40px;
  border: 1px solid #000;
}
@media screen and (max-width: 576px) {
.login[data-v-533482b6] {
    width: 95%;
}
}
@media screen and (max-width: 320px) {
.login .captcha-button[data-v-533482b6] {
    font-size: 14px;
}
}
.login .icon[data-v-533482b6] {
  font-size: 24px;
  color: rgba(0, 0, 0, 0.45);
  margin-left: 16px;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.login .icon[data-v-533482b6]:hover {
  color: #13c2c2;
}

/* 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 */
.week-mode[data-v-ca480754] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.a-button-ellipsis[data-v-ca480754] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.a-button-ellipsis span[data-v-ca480754] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.beauty-scroll[data-v-ca480754] {
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-ca480754]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-ca480754]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #13c2c2;
}
.beauty-scroll[data-v-ca480754]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #87e8de;
}
.split-right[data-v-ca480754]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-ca480754] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.flex-center[data-v-ca480754] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ant-select-disabled[data-v-ca480754],
.ant-input[disabled][data-v-ca480754],
.ant-input-number-disabled[data-v-ca480754],
.ant-select-auto-complete.ant-select .ant-input[disabled][data-v-ca480754],
.ant-cascader-picker-disabled[data-v-ca480754],
.ant-input-disabled[data-v-ca480754],
.ant-input-disabled .ant-calendar-range-picker-separator[data-v-ca480754],
.ant-checkbox-disabled + span[data-v-ca480754],
.ant-radio-disabled + span[data-v-ca480754] {
  color: rgba(0, 0, 0, 0.5) !important;
}
/* Make clicks pass-through */
#nprogress[data-v-ca480754] {
  pointer-events: none;
}
#nprogress .bar[data-v-ca480754] {
  background: #13c2c2;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-ca480754] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #13c2c2, 0 0 5px #13c2c2;
          box-shadow: 0 0 10px #13c2c2, 0 0 5px #13c2c2;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
/* Remove these to get rid of the spinner */
#nprogress .spinner[data-v-ca480754] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-ca480754] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #13c2c2;
  border-left-color: #13c2c2;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-data-v-ca480754 400ms linear infinite;
  animation: nprogress-spinner-data-v-ca480754 400ms linear infinite;
}
.nprogress-custom-parent[data-v-ca480754] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-ca480754],
.nprogress-custom-parent #nprogress .bar[data-v-ca480754] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-data-v-ca480754 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-data-v-ca480754 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.page[data-v-ca480754] {
  width: 100%;
  height: 100%;
  background: url(../static/img/bgk.bd26f122.jpg) no-repeat center 0px;
  background-size: cover;
  background-position: center 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.page .card[data-v-ca480754] {
  background: white;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 4px 2px lightgray;
          box-shadow: 0 0 4px 2px lightgray;
}
.page .card .title[data-v-ca480754] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page .card .title img[data-v-ca480754] {
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
  margin-right: 8px;
}
.page .card .title .div[data-v-ca480754] {
  vertical-align: middle;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
}

