.week-mode[data-v-3dd25481] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-3dd25481] {
  scrollbar-color: #00adef #a3f1ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-3dd25481]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-3dd25481]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #00adef;
}
.beauty-scroll[data-v-3dd25481]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #7ae7ff;
}
.split-right[data-v-3dd25481]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-3dd25481] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.middle[data-v-3dd25481] {
  margin-left: auto;
  margin-right: auto;
}
/* Make clicks pass-through */
#nprogress[data-v-3dd25481] {
  pointer-events: none;
}
#nprogress .bar[data-v-3dd25481] {
  background: #00adef;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-3dd25481] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #00adef, 0 0 5px #00adef;
          box-shadow: 0 0 10px #00adef, 0 0 5px #00adef;
  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-3dd25481] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-3dd25481] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #00adef;
  border-left-color: #00adef;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-3dd25481 400ms linear infinite;
  animation: nprogress-spinner-3dd25481 400ms linear infinite;
}
.nprogress-custom-parent[data-v-3dd25481] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-3dd25481],
.nprogress-custom-parent #nprogress .bar[data-v-3dd25481] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-3dd25481 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-3dd25481 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
[data-v-3dd25481] .ant-list .ant-list-item {
  padding: 0 !important;
}
[data-v-3dd25481] .disabled {
  opacity: 0.2;
}
.ant-card-actions[data-v-3dd25481] {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
  padding-left: 0;
}
.ant-card-actions li[data-v-3dd25481] {
  list-style: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.action-inner[data-v-3dd25481] {
  border-top: none;
}
.svg-icon[data-v-3dd25481] {
  width: 18px;
  height: 18px;
  fill: #00adef;
  border-radius: 0;
  vertical-align: middle;
}
.ant-card-action-item[data-v-3dd25481] {
  width: 18px;
  height: 18px;
  fill: #00adef;
  border-radius: 0;
  vertical-align: middle;
}

.week-mode[data-v-200d6135] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-200d6135] {
  scrollbar-color: #00adef #a3f1ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-200d6135]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-200d6135]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #00adef;
}
.beauty-scroll[data-v-200d6135]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #7ae7ff;
}
.split-right[data-v-200d6135]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-200d6135] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.middle[data-v-200d6135] {
  margin-left: auto;
  margin-right: auto;
}
/* Make clicks pass-through */
#nprogress[data-v-200d6135] {
  pointer-events: none;
}
#nprogress .bar[data-v-200d6135] {
  background: #00adef;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-200d6135] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #00adef, 0 0 5px #00adef;
          box-shadow: 0 0 10px #00adef, 0 0 5px #00adef;
  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-200d6135] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-200d6135] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #00adef;
  border-left-color: #00adef;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-200d6135 400ms linear infinite;
  animation: nprogress-spinner-200d6135 400ms linear infinite;
}
.nprogress-custom-parent[data-v-200d6135] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-200d6135],
.nprogress-custom-parent #nprogress .bar[data-v-200d6135] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-200d6135 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-200d6135 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.new-card[data-v-200d6135] {
  display: table;
  width: 100%;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.01);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border: 5px dashed rgba(5, 5, 5, 0.02);
  cursor: pointer;
}
.new-card[data-v-200d6135]:hover {
  background-color: rgba(0, 0, 0, 0.02);
}
.new-card:hover .new-card-body[data-v-200d6135] {
  opacity: 0.3;
}
.new-card-body[data-v-200d6135] {
  height: 217px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  font-size: 20px;
  opacity: 0.2;
}
.new-card .new-card-icon[data-v-200d6135] {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.new-card:hover .new-card-icon[data-v-200d6135] {
  opacity: 0.2;
  -webkit-transform: translate(-20px, 0px) rotate(90deg) scale(2.5);
          transform: translate(-20px, 0px) rotate(90deg) scale(2.5);
}

.week-mode[data-v-6f5b0bd0] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-6f5b0bd0] {
  scrollbar-color: #00adef #a3f1ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-6f5b0bd0]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-6f5b0bd0]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #00adef;
}
.beauty-scroll[data-v-6f5b0bd0]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #7ae7ff;
}
.split-right[data-v-6f5b0bd0]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-6f5b0bd0] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.middle[data-v-6f5b0bd0] {
  margin-left: auto;
  margin-right: auto;
}
/* Make clicks pass-through */
#nprogress[data-v-6f5b0bd0] {
  pointer-events: none;
}
#nprogress .bar[data-v-6f5b0bd0] {
  background: #00adef;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-6f5b0bd0] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #00adef, 0 0 5px #00adef;
          box-shadow: 0 0 10px #00adef, 0 0 5px #00adef;
  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-6f5b0bd0] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-6f5b0bd0] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #00adef;
  border-left-color: #00adef;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-6f5b0bd0 400ms linear infinite;
  animation: nprogress-spinner-6f5b0bd0 400ms linear infinite;
}
.nprogress-custom-parent[data-v-6f5b0bd0] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-6f5b0bd0],
.nprogress-custom-parent #nprogress .bar[data-v-6f5b0bd0] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-6f5b0bd0 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-6f5b0bd0 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.card-avatar[data-v-6f5b0bd0] {
  width: 48px;
  height: 48px;
  border-radius: 48px;
}
.new-btn[data-v-6f5b0bd0] {
  border-radius: 2px;
  width: 100%;
  height: 147px;
}
.meta-content[data-v-6f5b0bd0] {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 64px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
[data-v-6f5b0bd0] .ant-card>.ant-card-actions>li {
  margin: 0;
}
[data-v-6f5b0bd0] .ant-card>.ant-card-actions>li span {
  display: inline;
}
[data-v-6f5b0bd0] .ant-list .ant-list-item {
  padding: 0 !important;
}
[data-v-6f5b0bd0] .ant-card-actions {
  border-radius: 0 0 5px 5px !important;
}
[data-v-6f5b0bd0] .disabled {
  opacity: 0.2;
}

.week-mode[data-v-4c6e6424] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-4c6e6424] {
  scrollbar-color: #00adef #a3f1ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-4c6e6424]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-4c6e6424]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #00adef;
}
.beauty-scroll[data-v-4c6e6424]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #7ae7ff;
}
.split-right[data-v-4c6e6424]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-4c6e6424] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.middle[data-v-4c6e6424] {
  margin-left: auto;
  margin-right: auto;
}
/* Make clicks pass-through */
#nprogress[data-v-4c6e6424] {
  pointer-events: none;
}
#nprogress .bar[data-v-4c6e6424] {
  background: #00adef;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-4c6e6424] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #00adef, 0 0 5px #00adef;
          box-shadow: 0 0 10px #00adef, 0 0 5px #00adef;
  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-4c6e6424] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-4c6e6424] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #00adef;
  border-left-color: #00adef;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-4c6e6424 400ms linear infinite;
  animation: nprogress-spinner-4c6e6424 400ms linear infinite;
}
.nprogress-custom-parent[data-v-4c6e6424] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-4c6e6424],
.nprogress-custom-parent #nprogress .bar[data-v-4c6e6424] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-4c6e6424 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-4c6e6424 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.page-header[data-v-4c6e6424] {
  background: #fff;
  padding: 16px 24px;
}
.page-header.head.fixed[data-v-4c6e6424] {
  margin: auto;
  max-width: 1400px;
}
.page-header .page-header-wide .breadcrumb[data-v-4c6e6424] {
  margin-bottom: 20px;
}
.page-header .page-header-wide .detail[data-v-4c6e6424] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-header .page-header-wide .detail .row[data-v-4c6e6424] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-header .page-header-wide .detail .avatar[data-v-4c6e6424] {
  margin: 0 24px 0 0;
}
.page-header .page-header-wide .detail .avatar[data-v-4c6e6424] svg {
  width: 62px;
  height: 62px;
  fill: #00adef;
}
.page-header .page-header-wide .detail .main[data-v-4c6e6424] {
  width: 100%;
}
.page-header .page-header-wide .detail .main .title[data-v-4c6e6424],
.page-header .page-header-wide .detail .main[data-v-4c6e6424] .title {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 16px;
}
.page-header .page-header-wide .detail .main .content[data-v-4c6e6424] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: rgba(0, 0, 0, 0.45);
}
.page-header .page-header-wide .detail .main .extra[data-v-4c6e6424] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.week-mode {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll {
  scrollbar-color: #00adef #a3f1ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #00adef;
}
.beauty-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #7ae7ff;
}
.split-right:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.middle {
  margin-left: auto;
  margin-right: auto;
}
/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}
#nprogress .bar {
  background: #00adef;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #00adef, 0 0 5px #00adef;
          box-shadow: 0 0 10px #00adef, 0 0 5px #00adef;
  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 {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #00adef;
  border-left-color: #00adef;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}
.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.page-header {
  margin: 0 -18px 0 -18px;
}
.link {
  /*margin-top: 16px;*/
  line-height: 24px;
}
.link a {
  font-size: 14px;
  margin-right: 32px;
}
.link a i {
  font-size: 22px;
  margin-right: 8px;
}
.page-content {
  position: relative;
  padding: 24px 0 0;
}
.page-content.head.fixed {
  margin: 0 auto;
  max-width: 1400px;
}

.week-mode[data-v-4dc26e97] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-4dc26e97] {
  scrollbar-color: #00adef #a3f1ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-4dc26e97]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-4dc26e97]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #00adef;
}
.beauty-scroll[data-v-4dc26e97]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #7ae7ff;
}
.split-right[data-v-4dc26e97]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-4dc26e97] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.middle[data-v-4dc26e97] {
  margin-left: auto;
  margin-right: auto;
}
/* Make clicks pass-through */
#nprogress[data-v-4dc26e97] {
  pointer-events: none;
}
#nprogress .bar[data-v-4dc26e97] {
  background: #00adef;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-4dc26e97] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #00adef, 0 0 5px #00adef;
          box-shadow: 0 0 10px #00adef, 0 0 5px #00adef;
  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-4dc26e97] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-4dc26e97] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #00adef;
  border-left-color: #00adef;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-4dc26e97 400ms linear infinite;
  animation: nprogress-spinner-4dc26e97 400ms linear infinite;
}
.nprogress-custom-parent[data-v-4dc26e97] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-4dc26e97],
.nprogress-custom-parent #nprogress .bar[data-v-4dc26e97] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-4dc26e97 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-4dc26e97 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
[data-v-4dc26e97] .page-header {
  padding-bottom: 0;
}
[data-v-4dc26e97] .ant-list-vertical .ant-list-item-action {
  margin-top: 8px;
}
.uni-search-list-meta[data-v-4dc26e97] {
  margin-bottom: 0;
}

.week-mode {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll {
  scrollbar-color: #00adef #a3f1ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #00adef;
}
.beauty-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #7ae7ff;
}
.split-right:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.middle {
  margin-left: auto;
  margin-right: auto;
}
/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}
#nprogress .bar {
  background: #00adef;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #00adef, 0 0 5px #00adef;
          box-shadow: 0 0 10px #00adef, 0 0 5px #00adef;
  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 {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #00adef;
  border-left-color: #00adef;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}
.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.header-search .search-icon {
  font-size: 16px;
  cursor: pointer;
}
.header-search .search-input {
  border: 0;
  border-bottom: 1px solid #e1e1e1;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  position: relative;
  top: 8px;
}
.header-search .search-input input {
  border: 0;
  -webkit-box-shadow: 0 0 0 0;
          box-shadow: 0 0 0 0;
}
.header-search .search-input.leave {
  width: 0px;
}
.header-search .search-input.leave input {
  display: none;
}
.header-search .search-input.enter {
  width: 522px;
}
.header-search .search-input.enter input:focus {
  -webkit-box-shadow: 0 0 0 0;
          box-shadow: 0 0 0 0;
}
.header-search-fullscreen {
  position: absolute;
  left: 0px;
  right: -20px;
  overflow: auto;
  z-index: 100;
}
.header-search-fullscreen .search-icon {
  margin-left: 20px;
}
.header-search-fullscreen .search-ipt {
  margin-left: 20px;
}
.search-pannel {
  width: 100%;
  position: fixed;
  left: 0px;
  right: 0px;
  top: 64px;
  bottom: 0;
  min-height: 1620px;
  background-color: #fafafa;
  z-index: 12;
  padding: 5px 20px;
}
.close-icon {
  color: #fff;
  background-color: #00adef;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 10000;
  font-size: 40px;
}


.ant-form-item[data-v-6de3e8b0]{
		margin-bottom: 0;
}

.week-mode {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll {
  scrollbar-color: #00adef #a3f1ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #00adef;
}
.beauty-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #7ae7ff;
}
.split-right:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.middle {
  margin-left: auto;
  margin-right: auto;
}
/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}
#nprogress .bar {
  background: #00adef;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #00adef, 0 0 5px #00adef;
          box-shadow: 0 0 10px #00adef, 0 0 5px #00adef;
  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 {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #00adef;
  border-left-color: #00adef;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}
.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.header-notice {
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-notice .notice-badge {
  color: inherit;
}
.header-notice .notice-badge .header-notice-icon {
  font-size: 16px;
  padding: 4px;
}
.dropdown-tabs {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  width: 400px;
  padding: 0 0px !important;
}
.dropdown-tabs .tab-pane {
  padding: 0px 0 12px 0;
  min-height: 250px;
}
.ant-badge-count {
  line-height: 16px;
  height: 16px;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.9);
          box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.9);
  padding: 0 6px;
}
.full-modal .ant-modal {
  max-width: 100%;
  top: 0;
  padding-bottom: 0;
  margin: 0;
}
.full-modal .ant-modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: calc(100vh);
}
.full-modal .ant-modal-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.dropdown-tabs .ExclamationOutlined {
  color: #fff;
  border-radius: 50%;
  font-size: 30px;
}
.tab-pane-head {
  padding: 0 10px 20px 20px;
}
.dropdown-tabs .pagination {
  margin: auto !important;
  padding-bottom: 15px !important;
  text-align: center;
}
.dropdown-tabs .MailFilled {
  background-color: #0aacac;
  border-radius: 50%;
  color: #fff;
  width: 36px;
  line-height: 36px;
  text-align: center;
  height: 36px;
  font-size: 20px;
}
.dropdown-tabs .NotificationOutlined {
  background-color: #00adef;
  border-radius: 50%;
  color: #fff;
  width: 36px;
  line-height: 36px;
  text-align: center;
  height: 36px;
  font-size: 20px;
}
.MarkdownPreviewForm .ant-descriptions-row:last-child .ant-descriptions-item-content {
  padding: 0 !important;
}

.week-mode[data-v-479f2bf6] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-479f2bf6] {
  scrollbar-color: #00adef #a3f1ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-479f2bf6]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-479f2bf6]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #00adef;
}
.beauty-scroll[data-v-479f2bf6]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #7ae7ff;
}
.split-right[data-v-479f2bf6]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-479f2bf6] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.middle[data-v-479f2bf6] {
  margin-left: auto;
  margin-right: auto;
}
/* Make clicks pass-through */
#nprogress[data-v-479f2bf6] {
  pointer-events: none;
}
#nprogress .bar[data-v-479f2bf6] {
  background: #00adef;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-479f2bf6] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #00adef, 0 0 5px #00adef;
          box-shadow: 0 0 10px #00adef, 0 0 5px #00adef;
  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-479f2bf6] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-479f2bf6] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #00adef;
  border-left-color: #00adef;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-479f2bf6 400ms linear infinite;
  animation: nprogress-spinner-479f2bf6 400ms linear infinite;
}
.nprogress-custom-parent[data-v-479f2bf6] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-479f2bf6],
.nprogress-custom-parent #nprogress .bar[data-v-479f2bf6] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-479f2bf6 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-479f2bf6 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.material-input__component[data-v-479f2bf6] {
  margin-top: 0px;
  position: relative;
}
.material-input__component *[data-v-479f2bf6] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.material-input__component .iconClass .material-input__icon[data-v-479f2bf6] {
  position: absolute;
  left: 0;
  line-height: 16px;
  color: #00adef;
  top: 12px;
  width: 30px;
  height: 16px;
  font-size: 16px;
  font-weight: normal;
  pointer-events: none;
}
.material-input__component .iconClass .material-label[data-v-479f2bf6] {
  left: 30px;
}
.material-input__component .iconClass .material-input[data-v-479f2bf6] {
  text-indent: 30px;
}
.material-input__component .material-input[data-v-479f2bf6] {
  font-size: 16px;
  padding: 7px 12px 7px 6px;
  display: block;
  width: 100%;
  border: none;
  line-height: 1;
  border-radius: 0;
}
.material-input__component .material-input[data-v-479f2bf6]:focus {
  outline: none;
  border: none;
  border-bottom: 1px solid transparent;
}
.material-input__component .material-label[data-v-479f2bf6] {
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 0px;
  top: 6px;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  font-size: 16px;
}
.material-input__component .material-input-bar[data-v-479f2bf6] {
  position: relative;
  display: block;
  width: 100%;
}
.material-input__component .material-input-bar[data-v-479f2bf6]:before {
  content: "";
  height: 2px;
  width: 0;
  bottom: 0;
  position: absolute;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  left: 50%;
}
.material-input__component .material-input-bar[data-v-479f2bf6]:after {
  content: "";
  height: 2px;
  width: 0;
  bottom: 0;
  position: absolute;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  right: 50%;
}
.material-input__component.material--disabled .material-input[data-v-479f2bf6] {
  border-bottom-style: dashed;
}
.material-input__component.material--raised[data-v-479f2bf6] {
  margin-top: 10px;
}
.material-input__component.material--raised .material-label[data-v-479f2bf6] {
  top: -16px;
  left: 0;
  font-size: 10pt;
  font-weight: bold;
}
.material-input__component.material--active[data-v-479f2bf6] {
  margin-top: 10px;
}
.material-input__component.material--active .material-input-bar[data-v-479f2bf6]:before,
.material-input__component.material--active .material-input-bar[data-v-479f2bf6]:after {
  width: 50%;
}
.material-input__component[data-v-479f2bf6] {
  background: transparent;
}
.material-input__component .material-input[data-v-479f2bf6] {
  background: none;
  color: rgba(0, 0, 0, 0.65);
  text-indent: 0px;
  border-bottom: 1px solid #e0e0e0;
}
.material-input__component .material-label[data-v-479f2bf6] {
  color: #9e9e9e;
}
.material-input__component .material-input-bar[data-v-479f2bf6]:before,
.material-input__component .material-input-bar[data-v-479f2bf6]:after {
  background: #00adef;
}
.material-input__component.material--active .material-label[data-v-479f2bf6] {
  color: #00adef;
}
.material-input__component.material--has-errors.material--active .material-label[data-v-479f2bf6] {
  color: #f44336;
}
.material-input__component.material--has-errors .material-input-bar[data-v-479f2bf6]:before,
.material-input__component.material--has-errors .material-input-bar[data-v-479f2bf6]:after {
  background: transparent;
}

.week-mode[data-v-4d1d65a6] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-4d1d65a6] {
  scrollbar-color: #00adef #a3f1ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-4d1d65a6]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-4d1d65a6]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #00adef;
}
.beauty-scroll[data-v-4d1d65a6]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #7ae7ff;
}
.split-right[data-v-4d1d65a6]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-4d1d65a6] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.middle[data-v-4d1d65a6] {
  margin-left: auto;
  margin-right: auto;
}
/* Make clicks pass-through */
#nprogress[data-v-4d1d65a6] {
  pointer-events: none;
}
#nprogress .bar[data-v-4d1d65a6] {
  background: #00adef;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-4d1d65a6] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #00adef, 0 0 5px #00adef;
          box-shadow: 0 0 10px #00adef, 0 0 5px #00adef;
  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-4d1d65a6] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-4d1d65a6] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #00adef;
  border-left-color: #00adef;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-4d1d65a6 400ms linear infinite;
  animation: nprogress-spinner-4d1d65a6 400ms linear infinite;
}
.nprogress-custom-parent[data-v-4d1d65a6] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-4d1d65a6],
.nprogress-custom-parent #nprogress .bar[data-v-4d1d65a6] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-4d1d65a6 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-4d1d65a6 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.success-btn[data-v-4d1d65a6] {
  color: #23b899;
  border-color: #23b899;
}
.login-send[data-v-4d1d65a6] {
  position: relative;
  top: -1px;
  left: 1px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.RedoOutlined[data-v-4d1d65a6] {
  position: relative;
  top: -1px;
}

.week-mode[data-v-6f110ab8] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-6f110ab8] {
  scrollbar-color: #00adef #a3f1ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-6f110ab8]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-6f110ab8]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #00adef;
}
.beauty-scroll[data-v-6f110ab8]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #7ae7ff;
}
.split-right[data-v-6f110ab8]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-6f110ab8] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.middle[data-v-6f110ab8] {
  margin-left: auto;
  margin-right: auto;
}
/* Make clicks pass-through */
#nprogress[data-v-6f110ab8] {
  pointer-events: none;
}
#nprogress .bar[data-v-6f110ab8] {
  background: #00adef;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-6f110ab8] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #00adef, 0 0 5px #00adef;
          box-shadow: 0 0 10px #00adef, 0 0 5px #00adef;
  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-6f110ab8] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-6f110ab8] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #00adef;
  border-left-color: #00adef;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-6f110ab8 400ms linear infinite;
  animation: nprogress-spinner-6f110ab8 400ms linear infinite;
}
.nprogress-custom-parent[data-v-6f110ab8] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-6f110ab8],
.nprogress-custom-parent #nprogress .bar[data-v-6f110ab8] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-6f110ab8 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-6f110ab8 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.login-btn[data-v-6f110ab8] {
  width: 100%;
  margin-top: 10px;
}
.common-layout .login[data-v-6f110ab8] {
  width: 350px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
.common-layout .login[data-v-6f110ab8] {
    width: 84%;
    margin-top: 60px;
}
}
@media screen and (max-width: 320px) {
.common-layout .login .captcha-button[data-v-6f110ab8] {
    font-size: 14px;
}
}
.common-layout .login .icon[data-v-6f110ab8] {
  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;
}
.common-layout .login .icon[data-v-6f110ab8]:hover {
  color: #00adef;
}
[data-v-6f110ab8] .material-input__component .material-input {
  border-bottom: 1px dashed #bbb;
}
.success-btn[data-v-6f110ab8] {
  color: #23b899;
  border-color: #23b899;
}
.forget-form[data-v-6f110ab8] {
  z-index: 1;
  position: relative;
}

.week-mode[data-v-28324efe] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-28324efe] {
  scrollbar-color: #00adef #a3f1ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-28324efe]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-28324efe]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #00adef;
}
.beauty-scroll[data-v-28324efe]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #7ae7ff;
}
.split-right[data-v-28324efe]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-28324efe] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.middle[data-v-28324efe] {
  margin-left: auto;
  margin-right: auto;
}
/* Make clicks pass-through */
#nprogress[data-v-28324efe] {
  pointer-events: none;
}
#nprogress .bar[data-v-28324efe] {
  background: #00adef;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-28324efe] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #00adef, 0 0 5px #00adef;
          box-shadow: 0 0 10px #00adef, 0 0 5px #00adef;
  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-28324efe] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-28324efe] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #00adef;
  border-left-color: #00adef;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-28324efe 400ms linear infinite;
  animation: nprogress-spinner-28324efe 400ms linear infinite;
}
.nprogress-custom-parent[data-v-28324efe] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-28324efe],
.nprogress-custom-parent #nprogress .bar[data-v-28324efe] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-28324efe {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-28324efe {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.user-card[data-v-28324efe] {
  overflow: hidden;
  position: relative;
  background-color: #fff !important;
}
.header-avatar .avatar[data-v-28324efe],
.header-avatar .name[data-v-28324efe] {
  -ms-flex-item-align: center;
      align-self: center;
}
.header-avatar .avatar[data-v-28324efe] {
  margin-right: 8px;
  border-radius: 50%;
}
.header-avatar .name[data-v-28324efe] {
  font-weight: 500;
}
.avatar-menu[data-v-28324efe] {
  width: 330px;
  padding-bottom: 0;
}
[data-v-28324efe] .ant-dropdown-menu,[data-v-28324efe] .ant-dropdown-menu-item,[data-v-28324efe] .ant-descriptions-item-content {
  background-color: transparent !important;
}
[data-v-28324efe] .ant-descriptions-item-label,[data-v-28324efe] .ant-descriptions-item-content {
  padding: 8px 15px !important;
}
[data-v-28324efe] .ant-descriptions-item-label {
  width: 69px;
}
[data-v-28324efe] .header-menu-item {
  text-align: center;
  padding: 0 !important;
  pointer-events: none;
}
.header-menu-title[data-v-28324efe] {
  padding: 20px 0 10px 0;
}
.header-menu-title .avatar[data-v-28324efe] {
  border-radius: 50%;
  position: relative;
  top: -2px;
}
.header-menu-title .avatar-title[data-v-28324efe] {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding-left: 10px;
}
.avatar-phone[data-v-28324efe] {
  font-size: 10pt;
  font-weight: normal;
}
.descriptions[data-v-28324efe] {
  position: relative;
  top: 1px;
}
.small-grid-menu[data-v-28324efe] {
  width: 330px;
}
.card-grid[data-v-28324efe] {
  width: 50%;
  text-align: center;
}
[data-v-28324efe] .ant-dropdown .ant-dropdown-menu {
  padding: 0;
}

.week-mode[data-v-b47ef2b0] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-b47ef2b0] {
  scrollbar-color: #00adef #a3f1ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-b47ef2b0]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-b47ef2b0]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #00adef;
}
.beauty-scroll[data-v-b47ef2b0]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #7ae7ff;
}
.split-right[data-v-b47ef2b0]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-b47ef2b0] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.middle[data-v-b47ef2b0] {
  margin-left: auto;
  margin-right: auto;
}
/* Make clicks pass-through */
#nprogress[data-v-b47ef2b0] {
  pointer-events: none;
}
#nprogress .bar[data-v-b47ef2b0] {
  background: #00adef;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-b47ef2b0] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #00adef, 0 0 5px #00adef;
          box-shadow: 0 0 10px #00adef, 0 0 5px #00adef;
  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-b47ef2b0] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-b47ef2b0] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #00adef;
  border-left-color: #00adef;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-b47ef2b0 400ms linear infinite;
  animation: nprogress-spinner-b47ef2b0 400ms linear infinite;
}
.nprogress-custom-parent[data-v-b47ef2b0] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-b47ef2b0],
.nprogress-custom-parent #nprogress .bar[data-v-b47ef2b0] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-b47ef2b0 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-b47ef2b0 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.header-setting[data-v-b47ef2b0] {
  width: 40px;
  font-size: 30px;
  text-align: center;
  color: #00adef;
}
.MoreOutlined[data-v-b47ef2b0] {
  position: relative;
  top: -2px;
  font-size: 30px !important;
}
.card-grid[data-v-b47ef2b0] {
  width: 100% !important;
  text-align: center;
}
.beta[data-v-b47ef2b0] {
  position: absolute;
  top: 10px;
  right: 10px;
}
[data-v-b47ef2b0] .ant-dropdown .ant-dropdown-menu {
  padding: 0;
}

.week-mode[data-v-b3f9c7de] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-b3f9c7de] {
  scrollbar-color: #00adef #a3f1ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-b3f9c7de]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-b3f9c7de]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #00adef;
}
.beauty-scroll[data-v-b3f9c7de]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #7ae7ff;
}
.split-right[data-v-b3f9c7de]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-b3f9c7de] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.middle[data-v-b3f9c7de] {
  margin-left: auto;
  margin-right: auto;
}
/* Make clicks pass-through */
#nprogress[data-v-b3f9c7de] {
  pointer-events: none;
}
#nprogress .bar[data-v-b3f9c7de] {
  background: #00adef;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-b3f9c7de] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #00adef, 0 0 5px #00adef;
          box-shadow: 0 0 10px #00adef, 0 0 5px #00adef;
  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-b3f9c7de] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-b3f9c7de] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #00adef;
  border-left-color: #00adef;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-b3f9c7de 400ms linear infinite;
  animation: nprogress-spinner-b3f9c7de 400ms linear infinite;
}
.nprogress-custom-parent[data-v-b3f9c7de] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-b3f9c7de],
.nprogress-custom-parent #nprogress .bar[data-v-b3f9c7de] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-b3f9c7de {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-b3f9c7de {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.header-setting[data-v-b3f9c7de] {
  text-align: center;
}
.icon.card-avatar[data-v-b3f9c7de] {
  position: relative;
  top: 4px;
  width: 18px;
  height: 18px;
  fill: rgba(0, 0, 0, 0.65);
}

.week-mode {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll {
  scrollbar-color: #00adef #a3f1ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #00adef;
}
.beauty-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #7ae7ff;
}
.split-right:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.middle {
  margin-left: auto;
  margin-right: auto;
}
/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}
#nprogress .bar {
  background: #00adef;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #00adef, 0 0 5px #00adef;
          box-shadow: 0 0 10px #00adef, 0 0 5px #00adef;
  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 {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #00adef;
  border-left-color: #00adef;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}
.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.web-term-modal .ant-modal-content {
  padding: 0 !important;
}
.web-term-modal .ant-modal-title {
  padding: 15px 0 0 15px;
}
.web-term-modal .card-grid {
  width: 100%;
  background-color: #fff;
  cursor: pointer;
}
.web-term-modal .quick-comd {
  width: 130px;
  font-weight: bold;
  color: #00adef;
  text-align: center;
  background-color: #f5f5f5;
}
.web-term-modal .Upload {
  background-color: #fff;
  height: 40px;
  margin-top: 1px;
}
.web-term-modal .ant-upload.ant-upload-select {
  display: block;
}

.week-mode[data-v-0ff4a551] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-0ff4a551] {
  scrollbar-color: #00adef #a3f1ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-0ff4a551]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-0ff4a551]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #00adef;
}
.beauty-scroll[data-v-0ff4a551]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #7ae7ff;
}
.split-right[data-v-0ff4a551]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-0ff4a551] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.middle[data-v-0ff4a551] {
  margin-left: auto;
  margin-right: auto;
}
/* Make clicks pass-through */
#nprogress[data-v-0ff4a551] {
  pointer-events: none;
}
#nprogress .bar[data-v-0ff4a551] {
  background: #00adef;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-0ff4a551] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #00adef, 0 0 5px #00adef;
          box-shadow: 0 0 10px #00adef, 0 0 5px #00adef;
  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-0ff4a551] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-0ff4a551] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #00adef;
  border-left-color: #00adef;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-0ff4a551 400ms linear infinite;
  animation: nprogress-spinner-0ff4a551 400ms linear infinite;
}
.nprogress-custom-parent[data-v-0ff4a551] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-0ff4a551],
.nprogress-custom-parent #nprogress .bar[data-v-0ff4a551] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-0ff4a551 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-0ff4a551 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.setting-item[data-v-0ff4a551] {
  margin-bottom: 24px;
}
.setting-item .title[data-v-0ff4a551] {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
  margin-bottom: 12px;
}

.week-mode[data-v-35bdebca] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-35bdebca] {
  scrollbar-color: #00adef #a3f1ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-35bdebca]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-35bdebca]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #00adef;
}
.beauty-scroll[data-v-35bdebca]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #7ae7ff;
}
.split-right[data-v-35bdebca]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-35bdebca] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.middle[data-v-35bdebca] {
  margin-left: auto;
  margin-right: auto;
}
/* Make clicks pass-through */
#nprogress[data-v-35bdebca] {
  pointer-events: none;
}
#nprogress .bar[data-v-35bdebca] {
  background: #00adef;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-35bdebca] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #00adef, 0 0 5px #00adef;
          box-shadow: 0 0 10px #00adef, 0 0 5px #00adef;
  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-35bdebca] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-35bdebca] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #00adef;
  border-left-color: #00adef;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-35bdebca 400ms linear infinite;
  animation: nprogress-spinner-35bdebca 400ms linear infinite;
}
.nprogress-custom-parent[data-v-35bdebca] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-35bdebca],
.nprogress-custom-parent #nprogress .bar[data-v-35bdebca] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-35bdebca {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-35bdebca {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.side-setting[data-v-35bdebca] {
  min-height: 100%;
  background-color: #fff;
  padding: 24px;
  font-size: 14px;
  line-height: 1.5;
  word-wrap: break-word;
  position: relative;
}
.side-setting .flex[data-v-35bdebca] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.side-setting .select-item[data-v-35bdebca] {
  width: 80px;
}
.icon-menu-sm[data-v-35bdebca] {
  width: 26px;
  height: 26px;
  padding: 2px;
}

.week-mode[data-v-0736a35e] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-0736a35e] {
  scrollbar-color: #00adef #a3f1ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-0736a35e]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-0736a35e]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #00adef;
}
.beauty-scroll[data-v-0736a35e]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #7ae7ff;
}
.split-right[data-v-0736a35e]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-0736a35e] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.middle[data-v-0736a35e] {
  margin-left: auto;
  margin-right: auto;
}
/* Make clicks pass-through */
#nprogress[data-v-0736a35e] {
  pointer-events: none;
}
#nprogress .bar[data-v-0736a35e] {
  background: #00adef;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-0736a35e] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #00adef, 0 0 5px #00adef;
          box-shadow: 0 0 10px #00adef, 0 0 5px #00adef;
  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-0736a35e] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-0736a35e] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #00adef;
  border-left-color: #00adef;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-0736a35e 400ms linear infinite;
  animation: nprogress-spinner-0736a35e 400ms linear infinite;
}
.nprogress-custom-parent[data-v-0736a35e] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-0736a35e],
.nprogress-custom-parent #nprogress .bar[data-v-0736a35e] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-0736a35e {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-0736a35e {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.admin-header[data-v-0736a35e] {
  padding: 0;
  z-index: 2;
  -webkit-box-shadow: 0 6px 16px -8px rgba(0, 0, 0, 0.05), 0 9px 28px 0 rgba(0, 0, 0, 0.03), 0 12px 48px 16px rgba(0, 0, 0, 0.01);
          box-shadow: 0 6px 16px -8px rgba(0, 0, 0, 0.05), 0 9px 28px 0 rgba(0, 0, 0, 0.03), 0 12px 48px 16px rgba(0, 0, 0, 0.01);
  position: relative;
  background: #fff;
}
.admin-header .head-menu[data-v-0736a35e] {
  height: 54px;
  line-height: 54px;
  vertical-align: middle;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.admin-header.dark[data-v-0736a35e] {
  background: #001529;
  color: white;
}
.admin-header.night .head-menu[data-v-0736a35e] {
  background: #fff;
}
.admin-header .admin-header-wide[data-v-0736a35e] {
  padding-left: 24px;
}
.admin-header .admin-header-wide.head.fixed[data-v-0736a35e] {
  max-width: 1400px;
  margin: auto;
  padding-left: 0;
}
.admin-header .admin-header-wide .logo[data-v-0736a35e] {
  height: 54px;
  line-height: 50px;
  vertical-align: top;
  display: inline-block;
  padding: 0 0 0 5px;
  cursor: pointer;
  font-size: 20px;
  color: inherit;
}
.admin-header .admin-header-wide .logo.pc[data-v-0736a35e] {
  padding: 0 12px 0 0;
}
.admin-header .admin-header-wide .logo img[data-v-0736a35e] {
  vertical-align: middle;
}
.admin-header .admin-header-wide .logo h1[data-v-0736a35e] {
  color: inherit;
  display: inline-block;
  font-size: 16px;
}
.admin-header .admin-header-wide .trigger[data-v-0736a35e] {
  font-size: 20px;
  line-height: 64px;
  padding: 0 24px;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.admin-header .admin-header-wide .trigger[data-v-0736a35e]:hover {
  color: #00adef;
}
.admin-header .admin-header-wide .admin-header-menu[data-v-0736a35e] {
  display: inline-block;
}
.admin-header .admin-header-wide .admin-header-right[data-v-0736a35e] {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: inherit;
}
.admin-header .admin-header-wide .admin-header-right .header-item[data-v-0736a35e] {
  color: inherit;
  padding: 0 12px;
  cursor: pointer;
  -ms-flex-item-align: center;
      align-self: center;
}
.admin-header .admin-header-wide .admin-header-right .header-item a[data-v-0736a35e] {
  color: inherit;
}
.admin-header .admin-header-wide .admin-header-right .header-item a i[data-v-0736a35e] {
  font-size: 16px;
}
.admin-header .admin-header-wide .admin-header-right.light .header-item[data-v-0736a35e]:hover {
  background-color: rgba(0, 0, 0, 0.025);
}
.admin-header .admin-header-wide .admin-header-right.dark .header-item[data-v-0736a35e]:hover {
  background-color: #008ac9;
}
.admin-header .admin-header-wide .admin-header-right.night .header-item[data-v-0736a35e]:hover {
  background-color: rgba(255, 255, 255, 0.025);
}
.header-divider[data-v-0736a35e] {
  top: 25px;
  margin: 0 3px;
}

.week-mode[data-v-476ec978] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-476ec978] {
  scrollbar-color: #00adef #a3f1ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-476ec978]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-476ec978]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #00adef;
}
.beauty-scroll[data-v-476ec978]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #7ae7ff;
}
.split-right[data-v-476ec978]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-476ec978] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.middle[data-v-476ec978] {
  margin-left: auto;
  margin-right: auto;
}
/* Make clicks pass-through */
#nprogress[data-v-476ec978] {
  pointer-events: none;
}
#nprogress .bar[data-v-476ec978] {
  background: #00adef;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-476ec978] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #00adef, 0 0 5px #00adef;
          box-shadow: 0 0 10px #00adef, 0 0 5px #00adef;
  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-476ec978] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-476ec978] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #00adef;
  border-left-color: #00adef;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-476ec978 400ms linear infinite;
  animation: nprogress-spinner-476ec978 400ms linear infinite;
}
.nprogress-custom-parent[data-v-476ec978] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-476ec978],
.nprogress-custom-parent #nprogress .bar[data-v-476ec978] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-476ec978 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-476ec978 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.footer[data-v-476ec978] {
  padding: 48px 16px 24px;
  text-align: center;
}
.footer .copyright[data-v-476ec978] {
  color: #00adef;
  font-size: 14px;
}
.footer .copyright i[data-v-476ec978] {
  margin: 0 4px;
}
.footer .links[data-v-476ec978] {
  margin-bottom: 8px;
}
.footer .links a[data-v-476ec978]:not(:last-child) {
  margin-right: 40px;
}
.footer .links a[data-v-476ec978] {
  color: #00adef;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}

.week-mode[data-v-03692bdf] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-03692bdf] {
  scrollbar-color: #00adef #a3f1ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-03692bdf]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-03692bdf]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #00adef;
}
.beauty-scroll[data-v-03692bdf]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #7ae7ff;
}
.split-right[data-v-03692bdf]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-03692bdf] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.middle[data-v-03692bdf] {
  margin-left: auto;
  margin-right: auto;
}
/* Make clicks pass-through */
#nprogress[data-v-03692bdf] {
  pointer-events: none;
}
#nprogress .bar[data-v-03692bdf] {
  background: #00adef;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-03692bdf] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #00adef, 0 0 5px #00adef;
          box-shadow: 0 0 10px #00adef, 0 0 5px #00adef;
  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-03692bdf] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-03692bdf] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #00adef;
  border-left-color: #00adef;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-03692bdf 400ms linear infinite;
  animation: nprogress-spinner-03692bdf 400ms linear infinite;
}
.nprogress-custom-parent[data-v-03692bdf] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-03692bdf],
.nprogress-custom-parent #nprogress .bar[data-v-03692bdf] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-03692bdf {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-03692bdf {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.shadow[data-v-03692bdf] {
  -webkit-box-shadow: 2px 0 6px rgba(0, 21, 41, 0.35);
          box-shadow: 2px 0 6px rgba(0, 21, 41, 0.35);
}
.side-menu.append[data-v-03692bdf]:before {
  content: "";
  height: 64px;
  width: 10px;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: -10px;
  z-index: 10;
  border-left: 1px solid #ececec;
  -webkit-transition: top 0.2s;
  transition: top 0.2s;
}
.fixed-tabs.side-menu.append[data-v-03692bdf]:before {
  top: -64px;
}
.side-menu[data-v-03692bdf] {
  min-height: 100vh;
  z-index: 10;
}
.side-menu .logo[data-v-03692bdf] {
  text-align: center;
  position: relative;
  padding: 9px 0 0 0;
  overflow: hidden;
  background-color: #002140;
}
.side-menu .logo.light[data-v-03692bdf] {
  background-color: #fff;
}
.side-menu .logo.light h1[data-v-03692bdf] {
  color: #00adef;
}
.side-menu .logo h1[data-v-03692bdf] {
  color: #fefefe;
  font-size: 20px;
  margin: 0 0 0 10px;
  display: inline-block;
  vertical-align: middle;
}
.side-menu .logo img[data-v-03692bdf] {
  width: 85%;
  vertical-align: middle;
}
.ant-layout-sider-collapsed.side-menu .logo[data-v-03692bdf] {
  padding: 9px 0 0 0;
}
.ant-layout-sider-collapsed.side-menu .logo img[data-v-03692bdf] {
  width: 70%;
}
.menu[data-v-03692bdf] {
  padding: 5px 0;
}
.menu.menu-collapsed[data-v-03692bdf] {
  padding-top: 12px;
}
.logo.logo-collapsed[data-v-03692bdf] {
  padding-top: 12px !important;
}
.windowDrawerBody[data-v-03692bdf] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #EFF1F4;
  height: 100%;
  overflow: hidden;
}
.img-menu[data-v-03692bdf] {
  text-align: center;
}
.windowDrawerBody .img-menu[data-v-03692bdf] {
  margin-right: 10px;
}
.windowDrawerBody .img-menu img[data-v-03692bdf] {
  width: 20px;
  height: 20px;
  position: relative;
  top: -2px;
  border-radius: 2px;
  vertical-align: middle;
}
.side-nav .img-menu img[data-v-03692bdf] {
  margin: 10px 0;
  width: 30px;
  height: 30px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  cursor: pointer;
  border-radius: 2px;
}
.side-nav .img-menu:hover img[data-v-03692bdf] {
  border-radius: 50%;
  margin: 0;
  width: 50px;
  height: 50px;
}
.left-bar[data-v-03692bdf] {
  position: relative;
  width: 50px;
}
.menu-content .app-icon[data-v-03692bdf] {
  color: rgba(255, 255, 255, 0.85);
}
.menu-content .grid-menu[data-v-03692bdf] {
  position: relative;
  z-index: 2;
}
.left-bar .bottom[data-v-03692bdf] {
  width: 50px;
}
.side-nav[data-v-03692bdf] {
  padding-right: 3px;
  padding-top: 10px;
  height: 100%;
  position: relative;
  z-index: 1;
}
.side-nav[data-v-03692bdf]:after {
  position: absolute;
  top: 20px;
  content: "";
  width: 2px;
  height: 600px;
  display: block;
  right: -1px;
  -webkit-box-shadow: -1px 0px 3px 0px rgba(0, 0, 0, 0.2);
          box-shadow: -1px 0px 3px 0px rgba(0, 0, 0, 0.2);
  border-radius: 100%;
}
.windowDrawerBody .left-bar .bottom[data-v-03692bdf] {
  position: absolute;
  bottom: 0;
}
.menu-bar[data-v-03692bdf] {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  background-color: #fff;
}
.menu-bar h6[data-v-03692bdf] {
  display: block;
  width: 100%;
  color: #999;
  padding: 10px;
  background-color: #fafafa;
}
.back-menu[data-v-03692bdf] {
  display: none;
  height: 90px;
}
.menu-content[data-v-03692bdf] {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
.menu-content[data-v-03692bdf] {
    display: none;
}
.back-menu[data-v-03692bdf] {
    display: block;
}
.menu-select .menu-bar[data-v-03692bdf] {
    display: none;
}
.menu-select .menu-content[data-v-03692bdf] {
    display: block;
}
}
.icon-menu[data-v-03692bdf] {
  display: block;
  font-size: 20px;
  height: 50px;
  width: 50px;
  line-height: 46px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.65);
}
.icon-menu[data-v-03692bdf]:hover {
  color: #00adef;
  background-color: #fff;
}
.grid-menu-item[data-v-03692bdf] {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.grid-menu-item[data-v-03692bdf]:hover {
  border-left: 3px solid #00adef;
  font-weight: bold;
}
.grid-menu-item[data-v-03692bdf]:nth-child(3n+1) {
  clear: both;
}
.app-icon[data-v-03692bdf] {
  vertical-align: middle;
  border-radius: 4px;
  font-size: 30px;
  color: #fff;
  background-color: #409de0;
  height: 50px;
  line-height: 50px;
  width: 50px;
  text-align: center;
}
.side-nav-memu .app-icon[data-v-03692bdf] {
  height: 30px !important;
  line-height: 27px !important;
  font-size: 18px !important;
  width: 30px !important;
}
.wrapper[data-v-03692bdf] {
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
.cube[data-v-03692bdf] {
  cursor: pointer;
  height: 50px;
  width: 50px;
  position: relative;
  margin: auto;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-animation: rotate-03692bdf 15s infinite;
          animation: rotate-03692bdf 15s infinite;
}
@-webkit-keyframes rotate-03692bdf {
from {
    -webkit-transform: rotateY(0deg) rotateX(0deg);
            transform: rotateY(0deg) rotateX(0deg);
}
to {
    -webkit-transform: rotateY(360deg) rotateX(360deg);
            transform: rotateY(360deg) rotateX(360deg);
}
}
@keyframes rotate-03692bdf {
from {
    -webkit-transform: rotateY(0deg) rotateX(0deg);
            transform: rotateY(0deg) rotateX(0deg);
}
to {
    -webkit-transform: rotateY(360deg) rotateX(360deg);
            transform: rotateY(360deg) rotateX(360deg);
}
}
.cube > div[data-v-03692bdf] {
  height: 100%;
  width: 100%;
  opacity: 0.9;
  position: absolute;
  text-align: center;
  background: rgba(246, 246, 246, 0.5);
  color: #fff;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.05);
  line-height: 200px;
  font-size: 25px;
}
.cube.night > div[data-v-03692bdf] {
  background: rgba(0, 0, 15, 0.5);
}
.plane-front[data-v-03692bdf] {
  position: relative;
  -webkit-transform: translateZ(25px);
          transform: translateZ(25px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.plane-back[data-v-03692bdf] {
  position: relative;
  -webkit-transform: rotateY(180deg) translateZ(25px);
          transform: rotateY(180deg) translateZ(25px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.plane-left[data-v-03692bdf] {
  position: relative;
  -webkit-transform: rotateY(270deg) translateZ(25px);
          transform: rotateY(270deg) translateZ(25px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.plane-right[data-v-03692bdf] {
  position: relative;
  -webkit-transform: rotateY(90deg) translateZ(25px);
          transform: rotateY(90deg) translateZ(25px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.plane-top[data-v-03692bdf] {
  position: relative;
  -webkit-transform: rotateX(90deg) translateZ(25px);
          transform: rotateX(90deg) translateZ(25px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.plane-bottom[data-v-03692bdf] {
  position: relative;
  -webkit-transform: rotateX(270deg) translateZ(25px);
          transform: rotateX(270deg) translateZ(25px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cube:hover .plane-front[data-v-03692bdf] {
  -webkit-transform: translateZ(40px);
          transform: translateZ(40px);
  background: rgba(255, 255, 255, 0.9);
}
.cube:hover .plane-back[data-v-03692bdf] {
  -webkit-transform: rotateY(180deg) translateZ(40px);
          transform: rotateY(180deg) translateZ(40px);
  background: rgba(255, 255, 255, 0.9);
}
.cube:hover .plane-left[data-v-03692bdf] {
  -webkit-transform: rotateY(270deg) translateZ(40px);
          transform: rotateY(270deg) translateZ(40px);
  background: rgba(255, 255, 255, 0.9);
}
.cube:hover .plane-right[data-v-03692bdf] {
  -webkit-transform: rotateY(90deg) translateZ(40px);
          transform: rotateY(90deg) translateZ(40px);
  background: rgba(255, 255, 255, 0.9);
}
.cube:hover .plane-top[data-v-03692bdf] {
  -webkit-transform: rotateX(90deg) translateZ(40px);
          transform: rotateX(90deg) translateZ(40px);
  background: rgba(255, 255, 255, 0.9);
}
.cube:hover .plane-bottom[data-v-03692bdf] {
  -webkit-transform: rotateX(270deg) translateZ(40px);
          transform: rotateX(270deg) translateZ(40px);
  background: rgba(255, 255, 255, 0.9);
}
.cube.night:hover .plane-front[data-v-03692bdf],
.cube.night:hover .plane-back[data-v-03692bdf],
.cube.night:hover .plane-left[data-v-03692bdf],
.cube.night:hover .plane-right[data-v-03692bdf],
.cube.night:hover .plane-top[data-v-03692bdf],
.cube.night:hover .plane-bottom[data-v-03692bdf] {
  background: rgba(0, 0, 15, 0.9);
}
.cube-icon[data-v-03692bdf] {
  color: #999;
  position: absolute;
  opacity: 0.7;
  font-size: 30px;
  left: 10px;
  top: 10px;
}
.cube-icon-img[data-v-03692bdf] {
  height: 30px;
  width: 30px;
  opacity: 0.7;
}
.windowWrapper[data-v-03692bdf] {
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 10;
}
.windowDrawerBody .avatar[data-v-03692bdf] {
  border-radius: 50%;
  position: relative;
  top: -5px;
  margin-left: 10px;
}
.LeftOutlined[data-v-03692bdf] {
  color: #ccc;
  position: relative;
  top: 10px;
}
.EyeInvisibleOutlined[data-v-03692bdf] {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.EyeInvisibleOutlined[data-v-03692bdf]:hover {
  color: #00adef;
}
.grid-menu-item[data-v-03692bdf] {
  overflow: hidden;
}
.black[data-v-03692bdf] {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  padding: 0 10px;
}
.img-radius[data-v-03692bdf] {
  border-radius: 4px;
}
.submenu-icon[data-v-03692bdf] {
  position: relative;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.grid-menu-item:hover .submenu-icon[data-v-03692bdf] {
  opacity: 0.3;
  -webkit-transform: translate(20px, 10px) rotate(15deg) scale(3.5);
          transform: translate(20px, 10px) rotate(15deg) scale(3.5);
}

.week-mode[data-v-7b72412a] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-7b72412a] {
  scrollbar-color: #00adef #a3f1ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-7b72412a]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-7b72412a]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #00adef;
}
.beauty-scroll[data-v-7b72412a]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #7ae7ff;
}
.split-right[data-v-7b72412a]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-7b72412a] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.middle[data-v-7b72412a] {
  margin-left: auto;
  margin-right: auto;
}
/* Make clicks pass-through */
#nprogress[data-v-7b72412a] {
  pointer-events: none;
}
#nprogress .bar[data-v-7b72412a] {
  background: #00adef;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-7b72412a] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #00adef, 0 0 5px #00adef;
          box-shadow: 0 0 10px #00adef, 0 0 5px #00adef;
  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-7b72412a] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-7b72412a] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #00adef;
  border-left-color: #00adef;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-7b72412a 400ms linear infinite;
  animation: nprogress-spinner-7b72412a 400ms linear infinite;
}
.nprogress-custom-parent[data-v-7b72412a] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-7b72412a],
.nprogress-custom-parent #nprogress .bar[data-v-7b72412a] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-7b72412a {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-7b72412a {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.admin-layout .side-menu.fixed-side[data-v-7b72412a] {
  position: fixed;
  height: 100vh;
  left: 0;
  top: 0;
}
.admin-layout .virtual-side[data-v-7b72412a] {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.admin-layout .virtual-header[data-v-7b72412a] {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0;
}
.admin-layout .virtual-header.fixed-tabs.multi-page[data-v-7b72412a]:not(.fixed-header) {
  height: 0;
}
.admin-layout .admin-layout-main .admin-header[data-v-7b72412a] {
  top: 0;
  right: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.admin-layout .admin-layout-main .admin-header.fixed-tabs.multi-page[data-v-7b72412a]:not(.fixed-header) {
  height: 0;
}
.admin-layout .admin-layout-content[data-v-7b72412a] {
  /*overflow-x: hidden;*/
  /*min-height: calc(100vh - 64px - 122px);*/
}
.layout-content[data-v-7b72412a] {
  background-color: #f0f2f5;
  position: relative;
  z-index: 2;
  padding: 34px 18px 0 18px;
}
.header-fullscreen[data-v-7b72412a] {
  z-index: 10;
}
.setting[data-v-7b72412a] {
  background-color: #00adef;
  color: #fff;
  border-radius: 5px 0 0 5px;
  line-height: 40px;
  font-size: 22px;
  width: 40px;
  height: 40px;
  -webkit-box-shadow: -2px 0 8px rgba(0, 0, 0, 0.05);
          box-shadow: -2px 0 8px rgba(0, 0, 0, 0.05);
  position: absolute;
  right: 0px;
  top: 50px;
  z-index: 1000;
}

.week-mode[data-v-76d7c282] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-76d7c282] {
  scrollbar-color: #00adef #a3f1ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-76d7c282]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-76d7c282]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #00adef;
}
.beauty-scroll[data-v-76d7c282]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #7ae7ff;
}
.split-right[data-v-76d7c282]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-76d7c282] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.middle[data-v-76d7c282] {
  margin-left: auto;
  margin-right: auto;
}
/* Make clicks pass-through */
#nprogress[data-v-76d7c282] {
  pointer-events: none;
}
#nprogress .bar[data-v-76d7c282] {
  background: #00adef;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-76d7c282] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #00adef, 0 0 5px #00adef;
          box-shadow: 0 0 10px #00adef, 0 0 5px #00adef;
  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-76d7c282] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-76d7c282] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #00adef;
  border-left-color: #00adef;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-76d7c282 400ms linear infinite;
  animation: nprogress-spinner-76d7c282 400ms linear infinite;
}
.nprogress-custom-parent[data-v-76d7c282] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-76d7c282],
.nprogress-custom-parent #nprogress .bar[data-v-76d7c282] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-76d7c282 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-76d7c282 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.contextmenu[data-v-76d7c282] {
  position: fixed;
  z-index: 1000;
  border-radius: 4px;
  -webkit-box-shadow: -4px 4px 16px 1px rgba(0, 0, 0, 0.05) !important;
          box-shadow: -4px 4px 16px 1px rgba(0, 0, 0, 0.05) !important;
}
.ant-menu-item[data-v-76d7c282] {
  margin: 0 !important 
;
}

.week-mode[data-v-aecc958a] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-aecc958a] {
  scrollbar-color: #00adef #a3f1ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-aecc958a]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-aecc958a]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #00adef;
}
.beauty-scroll[data-v-aecc958a]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #7ae7ff;
}
.split-right[data-v-aecc958a]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-aecc958a] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.middle[data-v-aecc958a] {
  margin-left: auto;
  margin-right: auto;
}
/* Make clicks pass-through */
#nprogress[data-v-aecc958a] {
  pointer-events: none;
}
#nprogress .bar[data-v-aecc958a] {
  background: #00adef;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-aecc958a] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #00adef, 0 0 5px #00adef;
          box-shadow: 0 0 10px #00adef, 0 0 5px #00adef;
  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-aecc958a] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-aecc958a] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #00adef;
  border-left-color: #00adef;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-aecc958a 400ms linear infinite;
  animation: nprogress-spinner-aecc958a 400ms linear infinite;
}
.nprogress-custom-parent[data-v-aecc958a] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-aecc958a],
.nprogress-custom-parent #nprogress .bar[data-v-aecc958a] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-aecc958a {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-aecc958a {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.tab[data-v-aecc958a] {
  margin: 0 -16px;
  padding: 0 16px;
  font-size: 14px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.tab .title[data-v-aecc958a] {
  display: inline-block;
  height: 100%;
}
.tab .icon-close[data-v-aecc958a] {
  font-size: 12px;
  margin-left: 6px;
  margin-right: -4px !important;
  color: rgba(0, 0, 0, 0.45);
}
.tab .icon-close[data-v-aecc958a]:hover {
  color: rgba(0, 0, 0, 0.65);
}
.tab .icon-sync[data-v-aecc958a] {
  margin-left: -4px;
  color: #52d9ff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
}
.tab .icon-sync[data-v-aecc958a]:hover {
  color: #00adef;
}
.tab .icon-sync.hide[data-v-aecc958a] {
  font-size: 0;
}
.tabs-head[data-v-aecc958a] {
  margin: 0 auto;
}
.tabs-head.head.fixed[data-v-aecc958a] {
  width: 1400px;
}
.tabs-container[data-v-aecc958a] {
  margin: -16px auto 8px;
  -webkit-transition: top, left 0.2s;
  transition: top, left 0.2s;
}
.tabs-container.affixed[data-v-aecc958a] {
  margin: 0 auto;
  top: 0px;
  padding: 8px 24px 0;
  position: fixed;
  height: 48px;
  z-index: 1;
  background-color: #f0f2f5;
}
.tabs-container.affixed.side[data-v-aecc958a],
.tabs-container.affixed.mix[data-v-aecc958a] {
  right: 0;
  left: 256px;
}
.tabs-container.affixed.side.collapsed[data-v-aecc958a],
.tabs-container.affixed.mix.collapsed[data-v-aecc958a] {
  left: 80px;
}
.tabs-container.affixed.head[data-v-aecc958a] {
  width: inherit;
  padding: 8px 0 0;
}
.tabs-container.affixed.head.fluid[data-v-aecc958a] {
  left: 0;
  right: 0;
  padding: 8px 24px 0;
}
.tabs-container.affixed.fixed-header[data-v-aecc958a] {
  top: 64px;
}
.virtual-tabs[data-v-aecc958a] {
  height: 48px;
}

.week-mode[data-v-199a91c8] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-199a91c8] {
  scrollbar-color: #00adef #a3f1ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-199a91c8]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-199a91c8]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #00adef;
}
.beauty-scroll[data-v-199a91c8]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #7ae7ff;
}
.split-right[data-v-199a91c8]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-199a91c8] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.middle[data-v-199a91c8] {
  margin-left: auto;
  margin-right: auto;
}
/* Make clicks pass-through */
#nprogress[data-v-199a91c8] {
  pointer-events: none;
}
#nprogress .bar[data-v-199a91c8] {
  background: #00adef;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-199a91c8] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #00adef, 0 0 5px #00adef;
          box-shadow: 0 0 10px #00adef, 0 0 5px #00adef;
  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-199a91c8] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-199a91c8] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #00adef;
  border-left-color: #00adef;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-199a91c8 400ms linear infinite;
  animation: nprogress-spinner-199a91c8 400ms linear infinite;
}
.nprogress-custom-parent[data-v-199a91c8] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-199a91c8],
.nprogress-custom-parent #nprogress .bar[data-v-199a91c8] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-199a91c8 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-199a91c8 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.tabs-view[data-v-199a91c8] {
  margin: -16px auto 8px;
}
.tabs-view.head.fixed[data-v-199a91c8] {
  max-width: 1400px;
}
.tabs-view-content[data-v-199a91c8] {
  position: relative;
}
.tabs-view-content.head.fixed[data-v-199a91c8] {
  width: 1400px;
  margin: 0 auto;
}

.week-mode[data-v-25da7536] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-25da7536] {
  scrollbar-color: #00adef #a3f1ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-25da7536]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-25da7536]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #00adef;
}
.beauty-scroll[data-v-25da7536]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #7ae7ff;
}
.split-right[data-v-25da7536]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-25da7536] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.middle[data-v-25da7536] {
  margin-left: auto;
  margin-right: auto;
}
/* Make clicks pass-through */
#nprogress[data-v-25da7536] {
  pointer-events: none;
}
#nprogress .bar[data-v-25da7536] {
  background: #00adef;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-25da7536] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #00adef, 0 0 5px #00adef;
          box-shadow: 0 0 10px #00adef, 0 0 5px #00adef;
  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-25da7536] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-25da7536] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #00adef;
  border-left-color: #00adef;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-25da7536 400ms linear infinite;
  animation: nprogress-spinner-25da7536 400ms linear infinite;
}
.nprogress-custom-parent[data-v-25da7536] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-25da7536],
.nprogress-custom-parent #nprogress .bar[data-v-25da7536] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-25da7536 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-25da7536 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.admin-layout .side-menu.fixed-side[data-v-25da7536] {
  position: fixed;
  height: 100vh;
  left: 0;
  top: 0;
}
.admin-layout .virtual-side[data-v-25da7536] {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.admin-layout .virtual-header[data-v-25da7536] {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0;
}
.admin-layout .virtual-header.fixed-tabs.multi-page[data-v-25da7536]:not(.fixed-header) {
  height: 0;
}
.admin-layout .admin-layout-main .admin-header[data-v-25da7536] {
  top: 0;
  right: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.admin-layout .admin-layout-main .admin-header.fixed-tabs.multi-page[data-v-25da7536]:not(.fixed-header) {
  height: 0;
}
.admin-layout .admin-layout-content[data-v-25da7536] {
  /*overflow-x: hidden;*/
  /*min-height: calc(100vh - 64px - 122px);*/
}
.layout-content[data-v-25da7536] {
  background-color: #f0f2f5;
  position: relative;
  z-index: 2;
  padding: 18px 18px 0 18px;
}
.header-fullscreen[data-v-25da7536] {
  z-index: 10;
}
.setting[data-v-25da7536] {
  background-color: #00adef;
  color: #fff;
  border-radius: 5px 0 0 5px;
  line-height: 40px;
  font-size: 22px;
  width: 40px;
  height: 40px;
  -webkit-box-shadow: -2px 0 8px rgba(0, 0, 0, 0.05);
          box-shadow: -2px 0 8px rgba(0, 0, 0, 0.05);
  position: absolute;
  right: 0px;
  top: 50px;
  z-index: 1000;
}

.week-mode[data-v-39d987c7] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-39d987c7] {
  scrollbar-color: #00adef #a3f1ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-39d987c7]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-39d987c7]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #00adef;
}
.beauty-scroll[data-v-39d987c7]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #7ae7ff;
}
.split-right[data-v-39d987c7]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-39d987c7] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.middle[data-v-39d987c7] {
  margin-left: auto;
  margin-right: auto;
}
/* Make clicks pass-through */
#nprogress[data-v-39d987c7] {
  pointer-events: none;
}
#nprogress .bar[data-v-39d987c7] {
  background: #00adef;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-39d987c7] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #00adef, 0 0 5px #00adef;
          box-shadow: 0 0 10px #00adef, 0 0 5px #00adef;
  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-39d987c7] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-39d987c7] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #00adef;
  border-left-color: #00adef;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-39d987c7 400ms linear infinite;
  animation: nprogress-spinner-39d987c7 400ms linear infinite;
}
.nprogress-custom-parent[data-v-39d987c7] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-39d987c7],
.nprogress-custom-parent #nprogress .bar[data-v-39d987c7] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-39d987c7 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-39d987c7 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.extraImg[data-v-39d987c7] {
  margin-top: -60px;
  text-align: center;
  width: 195px;
}
.extraImg img[data-v-39d987c7] {
  width: 100%;
}

.week-mode[data-v-2d0b5a3c] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-2d0b5a3c] {
  scrollbar-color: #00adef #a3f1ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-2d0b5a3c]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-2d0b5a3c]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #00adef;
}
.beauty-scroll[data-v-2d0b5a3c]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #7ae7ff;
}
.split-right[data-v-2d0b5a3c]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-2d0b5a3c] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.middle[data-v-2d0b5a3c] {
  margin-left: auto;
  margin-right: auto;
}
/* Make clicks pass-through */
#nprogress[data-v-2d0b5a3c] {
  pointer-events: none;
}
#nprogress .bar[data-v-2d0b5a3c] {
  background: #00adef;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-2d0b5a3c] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #00adef, 0 0 5px #00adef;
          box-shadow: 0 0 10px #00adef, 0 0 5px #00adef;
  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-2d0b5a3c] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-2d0b5a3c] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #00adef;
  border-left-color: #00adef;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-2d0b5a3c 400ms linear infinite;
  animation: nprogress-spinner-2d0b5a3c 400ms linear infinite;
}
.nprogress-custom-parent[data-v-2d0b5a3c] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-2d0b5a3c],
.nprogress-custom-parent #nprogress .bar[data-v-2d0b5a3c] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-2d0b5a3c {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-2d0b5a3c {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.embed-layout .side-menu.fixed-side[data-v-2d0b5a3c] {
  position: fixed;
  height: 100vh;
  left: 0;
  top: 0;
}
.embed-layout .virtual-side[data-v-2d0b5a3c] {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.embed-layout .virtual-header[data-v-2d0b5a3c] {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0;
}
.embed-layout .virtual-header.fixed-tabs.multi-page[data-v-2d0b5a3c]:not(.fixed-header) {
  height: 0;
}
.embed-layout .embed-layout-main .admin-header[data-v-2d0b5a3c] {
  top: 0;
  right: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.embed-layout .embed-layout-main .admin-header.fixed-tabs.multi-page[data-v-2d0b5a3c]:not(.fixed-header) {
  height: 0;
}
.embed-layout .embed-layout-content[data-v-2d0b5a3c] {
  /*overflow-x: hidden;*/
  /*min-height: calc(100vh - 64px - 122px);*/
}
.layout-content[data-v-2d0b5a3c] {
  background-color: #ffffff;
  position: relative;
  z-index: 2;
  padding: 0;
}

