/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.week-mode[data-v-71f6766d] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-71f6766d] {
  scrollbar-color: #1890ff #bae7ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-71f6766d]::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
.beauty-scroll[data-v-71f6766d]::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #1890ff;
}
.beauty-scroll[data-v-71f6766d]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 6px;
  background: #91d5ff;
}
.split-right[data-v-71f6766d]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-71f6766d] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-71f6766d] {
  pointer-events: none;
}
#nprogress .bar[data-v-71f6766d] {
  background: #1890ff;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-71f6766d] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
          box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
  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-71f6766d] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-71f6766d] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #1890ff;
  border-left-color: #1890ff;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-71f6766d 400ms linear infinite;
  animation: nprogress-spinner-71f6766d 400ms linear infinite;
}
.nprogress-custom-parent[data-v-71f6766d] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-71f6766d],
.nprogress-custom-parent #nprogress .bar[data-v-71f6766d] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-71f6766d {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-71f6766d {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.tab-nav[data-v-71f6766d] {
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
.tab-nav span[data-v-71f6766d] {
  line-height: 34px;
  text-align: center;
  margin-left: 10px;
  font-size: 18px;
  margin-right: 24px;
}
.tab-nav .tab-active[data-v-71f6766d] {
  color: #1890ff;
  border-bottom: 2px solid #1890ff;
}
.verb-lable[data-v-71f6766d] {
  display: inline-block;
  width: 120px;
}
.margin-verb-100[data-v-71f6766d] {
  margin-left: 100px;
}
.vl-input-l[data-v-71f6766d] {
  width: 300px;
  margin-right: 20px;
}
.vl-input-s[data-v-71f6766d] {
  width: 200px;
  margin-right: 20px;
}
.card-nav[data-v-71f6766d] {
  margin-bottom: 20px;
}
.card-nav[data-v-71f6766d] .ant-card-head-title {
  color: #f00;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.week-mode[data-v-8bb7aec4] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-8bb7aec4] {
  scrollbar-color: #1890ff #bae7ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-8bb7aec4]::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
.beauty-scroll[data-v-8bb7aec4]::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #1890ff;
}
.beauty-scroll[data-v-8bb7aec4]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 6px;
  background: #91d5ff;
}
.split-right[data-v-8bb7aec4]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-8bb7aec4] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-8bb7aec4] {
  pointer-events: none;
}
#nprogress .bar[data-v-8bb7aec4] {
  background: #1890ff;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-8bb7aec4] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
          box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
  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-8bb7aec4] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-8bb7aec4] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #1890ff;
  border-left-color: #1890ff;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-8bb7aec4 400ms linear infinite;
  animation: nprogress-spinner-8bb7aec4 400ms linear infinite;
}
.nprogress-custom-parent[data-v-8bb7aec4] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-8bb7aec4],
.nprogress-custom-parent #nprogress .bar[data-v-8bb7aec4] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-8bb7aec4 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-8bb7aec4 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.lable[data-v-8bb7aec4] {
  display: inline-block;
  width: 120px;
}
.width[data-v-8bb7aec4] {
  width: 80px;
  margin-left: 8px;
  margin-right: 8px;
}
.margin-verb-100[data-v-8bb7aec4] {
  margin-left: 100px;
}
.input-style[data-v-8bb7aec4] {
  width: 300px;
  margin-right: 20px;
}
.vl-input-s[data-v-8bb7aec4] {
  width: 200px;
  margin-right: 20px;
}
.card-nav[data-v-8bb7aec4] {
  margin-bottom: 20px;
}
.card-nav[data-v-8bb7aec4] .ant-card-head-title {
  color: #f00;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.week-mode[data-v-6e9f55a2] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-6e9f55a2] {
  scrollbar-color: #1890ff #bae7ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-6e9f55a2]::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
.beauty-scroll[data-v-6e9f55a2]::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #1890ff;
}
.beauty-scroll[data-v-6e9f55a2]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 6px;
  background: #91d5ff;
}
.split-right[data-v-6e9f55a2]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-6e9f55a2] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-6e9f55a2] {
  pointer-events: none;
}
#nprogress .bar[data-v-6e9f55a2] {
  background: #1890ff;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-6e9f55a2] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
          box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
  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-6e9f55a2] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-6e9f55a2] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #1890ff;
  border-left-color: #1890ff;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-6e9f55a2 400ms linear infinite;
  animation: nprogress-spinner-6e9f55a2 400ms linear infinite;
}
.nprogress-custom-parent[data-v-6e9f55a2] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-6e9f55a2],
.nprogress-custom-parent #nprogress .bar[data-v-6e9f55a2] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-6e9f55a2 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-6e9f55a2 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.container .top[data-v-6e9f55a2] {
  font-size: 18px;
  color: #333333;
  margin-bottom: 10px;
}
.container .top .float[data-v-6e9f55a2] {
  float: right;
}
.container .explain[data-v-6e9f55a2] {
  color: #999999;
  margin-bottom: 20px;
}
[data-v-6e9f55a2] .ant-tag {
  padding: 6px 10px !important;
}
.marginBottom20[data-v-6e9f55a2] {
  margin-bottom: 20px;
}
.width1[data-v-6e9f55a2] {
  width: 120px;
  margin-right: 8px;
}
.lable[data-v-6e9f55a2] {
  display: inline-block;
  width: 150px;
}
.red[data-v-6e9f55a2] {
  color: red;
}
.equation[data-v-6e9f55a2] {
  background-color: #d5d5d5;
  padding: 8px;
}
.tag-nav .tag-lable[data-v-6e9f55a2] {
  font-size: 18px;
  color: #333333;
  margin-bottom: 10px;
}
.tag-nav .tag-explain[data-v-6e9f55a2] {
  color: #999999;
  margin-bottom: 20px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.week-mode[data-v-8edf9d76] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-8edf9d76] {
  scrollbar-color: #1890ff #bae7ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-8edf9d76]::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
.beauty-scroll[data-v-8edf9d76]::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #1890ff;
}
.beauty-scroll[data-v-8edf9d76]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 6px;
  background: #91d5ff;
}
.split-right[data-v-8edf9d76]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-8edf9d76] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-8edf9d76] {
  pointer-events: none;
}
#nprogress .bar[data-v-8edf9d76] {
  background: #1890ff;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-8edf9d76] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
          box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
  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-8edf9d76] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-8edf9d76] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #1890ff;
  border-left-color: #1890ff;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-8edf9d76 400ms linear infinite;
  animation: nprogress-spinner-8edf9d76 400ms linear infinite;
}
.nprogress-custom-parent[data-v-8edf9d76] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-8edf9d76],
.nprogress-custom-parent #nprogress .bar[data-v-8edf9d76] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-8edf9d76 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-8edf9d76 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.marginBottom20[data-v-8edf9d76] {
  margin-bottom: 20px;
}
.container .title[data-v-8edf9d76] {
  font-size: 18px;
  color: #333333;
  margin-bottom: 10px;
}
.container .row .lable[data-v-8edf9d76] {
  display: inline-block;
  width: 150px;
}
.container .row .lable2[data-v-8edf9d76] {
  display: inline-block;
  width: 400px;
}
.container .row .width1[data-v-8edf9d76] {
  width: 120px;
  margin-right: 8px;
}
.container .row .color[data-v-8edf9d76] {
  color: #1890ff;
}
.container .row .red[data-v-8edf9d76] {
  color: red;
}
.resource-menu[data-v-8edf9d76] {
  padding: 24px;
  height: 670px;
  overflow-y: scroll;
}
.tree-menu[data-v-8edf9d76] {
  padding: 5px 24px 0;
}
.tree-menu p[data-v-8edf9d76] {
  margin-bottom: 0.5em;
}
.tree-menu .item-cell[data-v-8edf9d76]:hover {
  background-color: #f3f3f5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tree-menu .item-cell .item-cell-name[data-v-8edf9d76] {
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  margin-left: 10px;
  font-family: cursive;
}
.tree-menu .item-cell .active[data-v-8edf9d76] {
  color: #1890ff;
}
.tree-menu .item-cell .item-cell-span1[data-v-8edf9d76] {
  float: right;
  margin-right: 48px;
  width: 250px;
}
.tree-menu .item-cell .item-cell-span2[data-v-8edf9d76] {
  float: right;
  cursor: pointer;
  color: #1890ff;
  margin-right: 24px;
}
.tree-menu .item-cell-2[data-v-8edf9d76] {
  padding-left: 20px;
}
.tree-menu .item-cell-3[data-v-8edf9d76] {
  padding-left: 40px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.week-mode[data-v-5c9412e2] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-5c9412e2] {
  scrollbar-color: #1890ff #bae7ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-5c9412e2]::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
.beauty-scroll[data-v-5c9412e2]::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #1890ff;
}
.beauty-scroll[data-v-5c9412e2]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 6px;
  background: #91d5ff;
}
.split-right[data-v-5c9412e2]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-5c9412e2] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-5c9412e2] {
  pointer-events: none;
}
#nprogress .bar[data-v-5c9412e2] {
  background: #1890ff;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-5c9412e2] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
          box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
  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-5c9412e2] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-5c9412e2] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #1890ff;
  border-left-color: #1890ff;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-5c9412e2 400ms linear infinite;
  animation: nprogress-spinner-5c9412e2 400ms linear infinite;
}
.nprogress-custom-parent[data-v-5c9412e2] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-5c9412e2],
.nprogress-custom-parent #nprogress .bar[data-v-5c9412e2] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-5c9412e2 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-5c9412e2 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.verb-lable[data-v-5c9412e2] {
  display: inline-block;
  width: 120px;
}
.vl-input-l[data-v-5c9412e2] {
  width: 300px;
  margin-right: 20px;
}
.card-nav[data-v-5c9412e2] {
  margin-bottom: 20px;
}
.card-nav[data-v-5c9412e2] .ant-card-head-title {
  color: #f00;
}
.ant-tag[data-v-5c9412e2] {
  margin-bottom: 10px;
}
.operator[data-v-5c9412e2] {
  margin-bottom: 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.tag-nav .tag-lable[data-v-5c9412e2] {
  font-size: 18px;
  color: #333333;
  margin-bottom: 10px;
}
.tag-nav .tag-explain[data-v-5c9412e2] {
  color: #999999;
  margin-bottom: 20px;
}
[data-v-5c9412e2] .ant-tag {
  padding: 6px 10px !important;
}
.marginBottom20[data-v-5c9412e2] {
  margin-bottom: 20px;
}
.width1[data-v-5c9412e2] {
  width: 120px;
  margin-right: 8px;
}
.lable[data-v-5c9412e2] {
  display: inline-block;
  width: 150px;
}
.red[data-v-5c9412e2] {
  color: red;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.week-mode[data-v-8bafaf0e] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-8bafaf0e] {
  scrollbar-color: #1890ff #bae7ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-8bafaf0e]::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
.beauty-scroll[data-v-8bafaf0e]::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #1890ff;
}
.beauty-scroll[data-v-8bafaf0e]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 6px;
  background: #91d5ff;
}
.split-right[data-v-8bafaf0e]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-8bafaf0e] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-8bafaf0e] {
  pointer-events: none;
}
#nprogress .bar[data-v-8bafaf0e] {
  background: #1890ff;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-8bafaf0e] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
          box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
  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-8bafaf0e] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-8bafaf0e] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #1890ff;
  border-left-color: #1890ff;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-8bafaf0e 400ms linear infinite;
  animation: nprogress-spinner-8bafaf0e 400ms linear infinite;
}
.nprogress-custom-parent[data-v-8bafaf0e] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-8bafaf0e],
.nprogress-custom-parent #nprogress .bar[data-v-8bafaf0e] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-8bafaf0e {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-8bafaf0e {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.container[data-v-8bafaf0e] {
  min-height: 700px;
}
.container .left[data-v-8bafaf0e] {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
.container .left .serach-style[data-v-8bafaf0e] {
  width: 60%;
}
.container .left .store-li[data-v-8bafaf0e] {
  line-height: 16px;
  padding: 10px;
  margin: 0 10px 0;
  cursor: pointer;
}
.container .left .active[data-v-8bafaf0e] {
  background-color: #1890ff;
  color: #fff;
}
.container .right[data-v-8bafaf0e] {
  -webkit-box-flex: 7;
      -ms-flex: 7;
          flex: 7;
  border-left: 1px solid #ccc;
  padding: 50px;
}
.container .right .title[data-v-8bafaf0e] {
  font-size: 18px;
  font-weight: 600;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.week-mode[data-v-4440e026] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-4440e026] {
  scrollbar-color: #1890ff #bae7ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-4440e026]::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
.beauty-scroll[data-v-4440e026]::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #1890ff;
}
.beauty-scroll[data-v-4440e026]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 6px;
  background: #91d5ff;
}
.split-right[data-v-4440e026]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-4440e026] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-4440e026] {
  pointer-events: none;
}
#nprogress .bar[data-v-4440e026] {
  background: #1890ff;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-4440e026] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
          box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
  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-4440e026] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-4440e026] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #1890ff;
  border-left-color: #1890ff;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-4440e026 400ms linear infinite;
  animation: nprogress-spinner-4440e026 400ms linear infinite;
}
.nprogress-custom-parent[data-v-4440e026] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-4440e026],
.nprogress-custom-parent #nprogress .bar[data-v-4440e026] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-4440e026 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-4440e026 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.container .top[data-v-4440e026] {
  font-size: 18px;
  color: #333333;
  margin-bottom: 10px;
}
.container .top .float[data-v-4440e026] {
  float: right;
}
.container .explain[data-v-4440e026] {
  color: #999999;
  margin-bottom: 20px;
}
[data-v-4440e026] .ant-tag {
  padding: 6px 10px !important;
}
.marginBottom20[data-v-4440e026] {
  margin-bottom: 20px;
}
.width1[data-v-4440e026] {
  width: 120px;
  margin-right: 8px;
}
.lable[data-v-4440e026] {
  display: inline-block;
  width: 150px;
}
.red[data-v-4440e026] {
  color: red;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.week-mode[data-v-4dfa1ee0] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-4dfa1ee0] {
  scrollbar-color: #1890ff #bae7ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-4dfa1ee0]::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
.beauty-scroll[data-v-4dfa1ee0]::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #1890ff;
}
.beauty-scroll[data-v-4dfa1ee0]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 6px;
  background: #91d5ff;
}
.split-right[data-v-4dfa1ee0]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-4dfa1ee0] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-4dfa1ee0] {
  pointer-events: none;
}
#nprogress .bar[data-v-4dfa1ee0] {
  background: #1890ff;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-4dfa1ee0] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
          box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
  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-4dfa1ee0] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-4dfa1ee0] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #1890ff;
  border-left-color: #1890ff;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-4dfa1ee0 400ms linear infinite;
  animation: nprogress-spinner-4dfa1ee0 400ms linear infinite;
}
.nprogress-custom-parent[data-v-4dfa1ee0] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-4dfa1ee0],
.nprogress-custom-parent #nprogress .bar[data-v-4dfa1ee0] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-4dfa1ee0 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-4dfa1ee0 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.marginBottom20[data-v-4dfa1ee0] {
  margin-bottom: 20px;
}
.container .title[data-v-4dfa1ee0] {
  font-size: 18px;
  color: #333333;
  margin-bottom: 10px;
}
.container .row .lable[data-v-4dfa1ee0] {
  display: inline-block;
  width: 150px;
}
.container .row .lable2[data-v-4dfa1ee0] {
  display: inline-block;
  width: 400px;
}
.container .row .width1[data-v-4dfa1ee0] {
  width: 120px;
  margin-right: 8px;
}
.container .row .color[data-v-4dfa1ee0] {
  color: #1890ff;
}
.container .row .red[data-v-4dfa1ee0] {
  color: red;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.week-mode[data-v-7747401a] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-7747401a] {
  scrollbar-color: #1890ff #bae7ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-7747401a]::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
.beauty-scroll[data-v-7747401a]::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #1890ff;
}
.beauty-scroll[data-v-7747401a]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 6px;
  background: #91d5ff;
}
.split-right[data-v-7747401a]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-7747401a] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-7747401a] {
  pointer-events: none;
}
#nprogress .bar[data-v-7747401a] {
  background: #1890ff;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-7747401a] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
          box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
  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-7747401a] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-7747401a] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #1890ff;
  border-left-color: #1890ff;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-7747401a 400ms linear infinite;
  animation: nprogress-spinner-7747401a 400ms linear infinite;
}
.nprogress-custom-parent[data-v-7747401a] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-7747401a],
.nprogress-custom-parent #nprogress .bar[data-v-7747401a] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-7747401a {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-7747401a {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.verb-lable[data-v-7747401a] {
  display: inline-block;
  width: 120px;
}
.vl-input-l[data-v-7747401a] {
  width: 300px;
  margin-right: 20px;
}
.card-nav[data-v-7747401a] {
  margin-bottom: 20px;
}
.card-nav[data-v-7747401a] .ant-card-head-title {
  color: #f00;
}
.ant-tag[data-v-7747401a] {
  margin-bottom: 10px;
}
.operator[data-v-7747401a] {
  margin-bottom: 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.tag-nav .tag-lable[data-v-7747401a] {
  font-size: 18px;
  color: #333333;
  margin-bottom: 10px;
}
.tag-nav .tag-explain[data-v-7747401a] {
  color: #999999;
  margin-bottom: 20px;
}
[data-v-7747401a] .ant-tag {
  padding: 6px 10px !important;
}
.marginBottom20[data-v-7747401a] {
  margin-bottom: 20px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.week-mode[data-v-4655f5b7] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-4655f5b7] {
  scrollbar-color: #1890ff #bae7ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-4655f5b7]::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
.beauty-scroll[data-v-4655f5b7]::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #1890ff;
}
.beauty-scroll[data-v-4655f5b7]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 6px;
  background: #91d5ff;
}
.split-right[data-v-4655f5b7]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-4655f5b7] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-4655f5b7] {
  pointer-events: none;
}
#nprogress .bar[data-v-4655f5b7] {
  background: #1890ff;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-4655f5b7] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
          box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
  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-4655f5b7] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-4655f5b7] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #1890ff;
  border-left-color: #1890ff;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-4655f5b7 400ms linear infinite;
  animation: nprogress-spinner-4655f5b7 400ms linear infinite;
}
.nprogress-custom-parent[data-v-4655f5b7] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-4655f5b7],
.nprogress-custom-parent #nprogress .bar[data-v-4655f5b7] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-4655f5b7 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-4655f5b7 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.marginBottom20[data-v-4655f5b7] {
  margin-bottom: 20px;
}
.container .title[data-v-4655f5b7] {
  font-size: 18px;
  color: #333333;
  margin-bottom: 10px;
}
.container .row .tr[data-v-4655f5b7] {
  background-color: #d3d3d3;
  font-weight: bold;
}
.container .row .col[data-v-4655f5b7] {
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.container .row .lable[data-v-4655f5b7] {
  display: inline-block;
  width: 150px;
}
.container .row .lable2[data-v-4655f5b7] {
  display: inline-block;
  width: 400px;
}
.container .row .width1[data-v-4655f5b7] {
  width: 120px;
  margin-right: 8px;
}
.container .row .color[data-v-4655f5b7] {
  color: #1890ff;
}
.container .remark[data-v-4655f5b7] {
  margin-top: 32px;
  color: #999999;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.week-mode[data-v-8e19760c] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-8e19760c] {
  scrollbar-color: #1890ff #bae7ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-8e19760c]::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
.beauty-scroll[data-v-8e19760c]::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #1890ff;
}
.beauty-scroll[data-v-8e19760c]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 6px;
  background: #91d5ff;
}
.split-right[data-v-8e19760c]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-8e19760c] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-8e19760c] {
  pointer-events: none;
}
#nprogress .bar[data-v-8e19760c] {
  background: #1890ff;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-8e19760c] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
          box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
  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-8e19760c] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-8e19760c] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #1890ff;
  border-left-color: #1890ff;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-8e19760c 400ms linear infinite;
  animation: nprogress-spinner-8e19760c 400ms linear infinite;
}
.nprogress-custom-parent[data-v-8e19760c] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-8e19760c],
.nprogress-custom-parent #nprogress .bar[data-v-8e19760c] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-8e19760c {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-8e19760c {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.tab-nav[data-v-8e19760c] {
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 14px;
}
.tab-nav span[data-v-8e19760c] {
  line-height: 34px;
  text-align: center;
  margin-left: 10px;
  font-size: 18px;
  margin-right: 24px;
}
.tab-nav .tab-active[data-v-8e19760c] {
  color: #1890ff;
  border-bottom: 2px solid #1890ff;
}
.width1[data-v-8e19760c] {
  width: 100px;
}
.width2[data-v-8e19760c] {
  width: 150px;
}
.row[data-v-8e19760c] {
  margin-bottom: 16px;
}
.ant-col[data-v-8e19760c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ant-select[data-v-8e19760c] {
  margin-right: 16px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.week-mode[data-v-0551e93a] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-0551e93a] {
  scrollbar-color: #1890ff #bae7ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-0551e93a]::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
.beauty-scroll[data-v-0551e93a]::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #1890ff;
}
.beauty-scroll[data-v-0551e93a]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 6px;
  background: #91d5ff;
}
.split-right[data-v-0551e93a]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-0551e93a] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-0551e93a] {
  pointer-events: none;
}
#nprogress .bar[data-v-0551e93a] {
  background: #1890ff;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-0551e93a] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
          box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
  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-0551e93a] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-0551e93a] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #1890ff;
  border-left-color: #1890ff;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-0551e93a 400ms linear infinite;
  animation: nprogress-spinner-0551e93a 400ms linear infinite;
}
.nprogress-custom-parent[data-v-0551e93a] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-0551e93a],
.nprogress-custom-parent #nprogress .bar[data-v-0551e93a] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-0551e93a {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-0551e93a {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.container .top[data-v-0551e93a] {
  font-size: 18px;
  color: #333333;
  margin-bottom: 10px;
}
.container .top .float[data-v-0551e93a] {
  float: right;
}
.container .explain[data-v-0551e93a] {
  color: #999999;
  margin-bottom: 20px;
}
[data-v-0551e93a] .ant-tag {
  padding: 6px 10px !important;
}
.marginBottom20[data-v-0551e93a] {
  margin-bottom: 20px;
}
.width1[data-v-0551e93a] {
  width: 120px;
  margin-right: 8px;
}
.lable[data-v-0551e93a] {
  display: inline-block;
  width: 150px;
}
.red[data-v-0551e93a] {
  color: red;
}
.equation[data-v-0551e93a] {
  background-color: #d5d5d5;
  padding: 8px;
}
.store_row[data-v-0551e93a] {
  padding-left: 40px;
}
.store_row .store_lable[data-v-0551e93a] {
  display: inline-block;
  width: 160px;
}
.store_row .store_width[data-v-0551e93a] {
  width: 80px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.week-mode[data-v-5cbca646] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-5cbca646] {
  scrollbar-color: #1890ff #bae7ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-5cbca646]::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
.beauty-scroll[data-v-5cbca646]::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #1890ff;
}
.beauty-scroll[data-v-5cbca646]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 6px;
  background: #91d5ff;
}
.split-right[data-v-5cbca646]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-5cbca646] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-5cbca646] {
  pointer-events: none;
}
#nprogress .bar[data-v-5cbca646] {
  background: #1890ff;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-5cbca646] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
          box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
  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-5cbca646] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-5cbca646] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #1890ff;
  border-left-color: #1890ff;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-5cbca646 400ms linear infinite;
  animation: nprogress-spinner-5cbca646 400ms linear infinite;
}
.nprogress-custom-parent[data-v-5cbca646] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-5cbca646],
.nprogress-custom-parent #nprogress .bar[data-v-5cbca646] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-5cbca646 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-5cbca646 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.marginBottom20[data-v-5cbca646] {
  margin-bottom: 20px;
}
.container .title[data-v-5cbca646] {
  font-size: 18px;
  color: #333333;
  margin-bottom: 10px;
}
.container .row .lable[data-v-5cbca646] {
  display: inline-block;
  width: 150px;
}
.container .row .lable2[data-v-5cbca646] {
  display: inline-block;
  width: 400px;
}
.container .row .width1[data-v-5cbca646] {
  width: 120px;
  margin-right: 8px;
}
.container .row .color[data-v-5cbca646] {
  color: #1890ff;
}
.container .row .red[data-v-5cbca646] {
  color: red;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.week-mode[data-v-c95f97b2] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-c95f97b2] {
  scrollbar-color: #1890ff #bae7ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-c95f97b2]::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
.beauty-scroll[data-v-c95f97b2]::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #1890ff;
}
.beauty-scroll[data-v-c95f97b2]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 6px;
  background: #91d5ff;
}
.split-right[data-v-c95f97b2]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-c95f97b2] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-c95f97b2] {
  pointer-events: none;
}
#nprogress .bar[data-v-c95f97b2] {
  background: #1890ff;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-c95f97b2] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
          box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
  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-c95f97b2] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-c95f97b2] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #1890ff;
  border-left-color: #1890ff;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-c95f97b2 400ms linear infinite;
  animation: nprogress-spinner-c95f97b2 400ms linear infinite;
}
.nprogress-custom-parent[data-v-c95f97b2] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-c95f97b2],
.nprogress-custom-parent #nprogress .bar[data-v-c95f97b2] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-c95f97b2 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-c95f97b2 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.container .top[data-v-c95f97b2] {
  font-size: 18px;
  color: #333333;
  margin-bottom: 10px;
}
.container .top .float[data-v-c95f97b2] {
  float: right;
}
.container .explain[data-v-c95f97b2] {
  color: #999999;
  margin-bottom: 20px;
}
[data-v-c95f97b2] .ant-tag {
  padding: 6px 10px !important;
}
.marginBottom20[data-v-c95f97b2] {
  margin-bottom: 20px;
}
.width1[data-v-c95f97b2] {
  width: 120px;
  margin-right: 8px;
}
.lable[data-v-c95f97b2] {
  display: inline-block;
  width: 150px;
}
.red[data-v-c95f97b2] {
  color: red;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.week-mode[data-v-0a8c354a] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-0a8c354a] {
  scrollbar-color: #1890ff #bae7ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-0a8c354a]::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
.beauty-scroll[data-v-0a8c354a]::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #1890ff;
}
.beauty-scroll[data-v-0a8c354a]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 6px;
  background: #91d5ff;
}
.split-right[data-v-0a8c354a]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-0a8c354a] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-0a8c354a] {
  pointer-events: none;
}
#nprogress .bar[data-v-0a8c354a] {
  background: #1890ff;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-0a8c354a] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
          box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
  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-0a8c354a] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-0a8c354a] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #1890ff;
  border-left-color: #1890ff;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-0a8c354a 400ms linear infinite;
  animation: nprogress-spinner-0a8c354a 400ms linear infinite;
}
.nprogress-custom-parent[data-v-0a8c354a] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-0a8c354a],
.nprogress-custom-parent #nprogress .bar[data-v-0a8c354a] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-0a8c354a {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-0a8c354a {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.container .top[data-v-0a8c354a] {
  font-size: 18px;
  color: #333333;
  margin-bottom: 10px;
}
.container .top .float[data-v-0a8c354a] {
  float: right;
}
.container .explain[data-v-0a8c354a] {
  color: #999999;
  margin-bottom: 20px;
}
[data-v-0a8c354a] .ant-tag {
  padding: 6px 10px !important;
}
.marginBottom20[data-v-0a8c354a] {
  margin-bottom: 20px;
}
.width1[data-v-0a8c354a] {
  width: 120px;
  margin-right: 8px;
}
.lable[data-v-0a8c354a] {
  display: inline-block;
  width: 150px;
}
.red[data-v-0a8c354a] {
  color: red;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.week-mode[data-v-dbd22e26] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-dbd22e26] {
  scrollbar-color: #1890ff #bae7ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-dbd22e26]::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
.beauty-scroll[data-v-dbd22e26]::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #1890ff;
}
.beauty-scroll[data-v-dbd22e26]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 6px;
  background: #91d5ff;
}
.split-right[data-v-dbd22e26]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-dbd22e26] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-dbd22e26] {
  pointer-events: none;
}
#nprogress .bar[data-v-dbd22e26] {
  background: #1890ff;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-dbd22e26] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
          box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
  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-dbd22e26] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-dbd22e26] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #1890ff;
  border-left-color: #1890ff;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-dbd22e26 400ms linear infinite;
  animation: nprogress-spinner-dbd22e26 400ms linear infinite;
}
.nprogress-custom-parent[data-v-dbd22e26] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-dbd22e26],
.nprogress-custom-parent #nprogress .bar[data-v-dbd22e26] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-dbd22e26 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-dbd22e26 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.marginBottom20[data-v-dbd22e26] {
  margin-bottom: 20px;
}
.container .title[data-v-dbd22e26] {
  font-size: 18px;
  color: #333333;
  margin-bottom: 10px;
}
.container .row .lable[data-v-dbd22e26] {
  display: inline-block;
  width: 150px;
}
.container .row .lable2[data-v-dbd22e26] {
  display: inline-block;
  width: 400px;
}
.container .row .width1[data-v-dbd22e26] {
  width: 120px;
  margin-right: 8px;
}
.container .row .color[data-v-dbd22e26] {
  color: #1890ff;
}
.container .row .red[data-v-dbd22e26] {
  color: red;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.week-mode[data-v-2e4c4792] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-2e4c4792] {
  scrollbar-color: #1890ff #bae7ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-2e4c4792]::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
.beauty-scroll[data-v-2e4c4792]::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #1890ff;
}
.beauty-scroll[data-v-2e4c4792]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 6px;
  background: #91d5ff;
}
.split-right[data-v-2e4c4792]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-2e4c4792] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-2e4c4792] {
  pointer-events: none;
}
#nprogress .bar[data-v-2e4c4792] {
  background: #1890ff;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-2e4c4792] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
          box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
  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-2e4c4792] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-2e4c4792] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #1890ff;
  border-left-color: #1890ff;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-2e4c4792 400ms linear infinite;
  animation: nprogress-spinner-2e4c4792 400ms linear infinite;
}
.nprogress-custom-parent[data-v-2e4c4792] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-2e4c4792],
.nprogress-custom-parent #nprogress .bar[data-v-2e4c4792] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-2e4c4792 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-2e4c4792 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.verb-lable[data-v-2e4c4792] {
  display: inline-block;
  width: 120px;
}
.vl-input-l[data-v-2e4c4792] {
  width: 300px;
  margin-right: 20px;
}
.card-nav[data-v-2e4c4792] {
  margin-bottom: 20px;
}
.card-nav[data-v-2e4c4792] .ant-card-head-title {
  color: #f00;
}
.ant-tag[data-v-2e4c4792] {
  margin-bottom: 10px;
}
.operator[data-v-2e4c4792] {
  margin-bottom: 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.tag-nav .tag-lable[data-v-2e4c4792] {
  font-size: 18px;
  color: #333333;
  margin-bottom: 10px;
}
.tag-nav .tag-lable .float[data-v-2e4c4792] {
  float: right;
}
.tag-nav .tag-explain[data-v-2e4c4792] {
  color: #999999;
  margin-bottom: 20px;
}
[data-v-2e4c4792] .ant-tag {
  padding: 6px 10px !important;
}
.marginBottom20[data-v-2e4c4792] {
  margin-bottom: 20px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.week-mode[data-v-1694ea8c] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-1694ea8c] {
  scrollbar-color: #1890ff #bae7ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-1694ea8c]::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
.beauty-scroll[data-v-1694ea8c]::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #1890ff;
}
.beauty-scroll[data-v-1694ea8c]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 6px;
  background: #91d5ff;
}
.split-right[data-v-1694ea8c]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-1694ea8c] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-1694ea8c] {
  pointer-events: none;
}
#nprogress .bar[data-v-1694ea8c] {
  background: #1890ff;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-1694ea8c] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
          box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
  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-1694ea8c] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-1694ea8c] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #1890ff;
  border-left-color: #1890ff;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-1694ea8c 400ms linear infinite;
  animation: nprogress-spinner-1694ea8c 400ms linear infinite;
}
.nprogress-custom-parent[data-v-1694ea8c] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-1694ea8c],
.nprogress-custom-parent #nprogress .bar[data-v-1694ea8c] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-1694ea8c {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-1694ea8c {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.tab-nav[data-v-1694ea8c] {
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
.tab-nav span[data-v-1694ea8c] {
  line-height: 34px;
  text-align: center;
  margin-left: 10px;
  font-size: 18px;
  margin-right: 24px;
}
.tab-nav .tab-active[data-v-1694ea8c] {
  color: #1890ff;
  border-bottom: 2px solid #1890ff;
}
.verb-lable[data-v-1694ea8c] {
  display: inline-block;
  width: 120px;
}
.margin-verb-100[data-v-1694ea8c] {
  margin-left: 100px;
}
.vl-input-l[data-v-1694ea8c] {
  width: 300px;
  margin-right: 20px;
}
.vl-input-s[data-v-1694ea8c] {
  width: 200px;
  margin-right: 20px;
}
.card-nav[data-v-1694ea8c] {
  margin-bottom: 20px;
}
.card-nav[data-v-1694ea8c] .ant-card-head-title {
  color: #f00;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.week-mode[data-v-7fa4df1a] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-7fa4df1a] {
  scrollbar-color: #1890ff #bae7ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-7fa4df1a]::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
.beauty-scroll[data-v-7fa4df1a]::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #1890ff;
}
.beauty-scroll[data-v-7fa4df1a]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 6px;
  background: #91d5ff;
}
.split-right[data-v-7fa4df1a]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-7fa4df1a] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-7fa4df1a] {
  pointer-events: none;
}
#nprogress .bar[data-v-7fa4df1a] {
  background: #1890ff;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-7fa4df1a] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
          box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
  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-7fa4df1a] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-7fa4df1a] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #1890ff;
  border-left-color: #1890ff;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-7fa4df1a 400ms linear infinite;
  animation: nprogress-spinner-7fa4df1a 400ms linear infinite;
}
.nprogress-custom-parent[data-v-7fa4df1a] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-7fa4df1a],
.nprogress-custom-parent #nprogress .bar[data-v-7fa4df1a] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-7fa4df1a {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-7fa4df1a {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.container .top[data-v-7fa4df1a] {
  font-size: 18px;
  color: #333333;
  margin-bottom: 10px;
}
.container .top .float[data-v-7fa4df1a] {
  float: right;
}
.container .explain[data-v-7fa4df1a] {
  color: #999999;
  margin-bottom: 20px;
}
[data-v-7fa4df1a] .ant-tag {
  padding: 6px 10px !important;
}
.marginBottom20[data-v-7fa4df1a] {
  margin-bottom: 20px;
}
.width1[data-v-7fa4df1a] {
  width: 120px;
  margin-right: 8px;
}
.lable[data-v-7fa4df1a] {
  display: inline-block;
  width: 150px;
}
.red[data-v-7fa4df1a] {
  color: red;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.week-mode[data-v-1734f207] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-1734f207] {
  scrollbar-color: #1890ff #bae7ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-1734f207]::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
.beauty-scroll[data-v-1734f207]::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #1890ff;
}
.beauty-scroll[data-v-1734f207]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 6px;
  background: #91d5ff;
}
.split-right[data-v-1734f207]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-1734f207] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-1734f207] {
  pointer-events: none;
}
#nprogress .bar[data-v-1734f207] {
  background: #1890ff;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-1734f207] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
          box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
  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-1734f207] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-1734f207] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #1890ff;
  border-left-color: #1890ff;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-1734f207 400ms linear infinite;
  animation: nprogress-spinner-1734f207 400ms linear infinite;
}
.nprogress-custom-parent[data-v-1734f207] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-1734f207],
.nprogress-custom-parent #nprogress .bar[data-v-1734f207] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-1734f207 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-1734f207 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.verb-lable[data-v-1734f207] {
  display: inline-block;
  width: 120px;
}
.vl-input-l[data-v-1734f207] {
  width: 300px;
  margin-right: 20px;
}
.card-nav[data-v-1734f207] {
  margin-bottom: 20px;
}
.card-nav[data-v-1734f207] .ant-card-head-title {
  color: #f00;
}
.ant-tag[data-v-1734f207] {
  margin-bottom: 10px;
}
.operator[data-v-1734f207] {
  margin-bottom: 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.tag-nav .tag-lable[data-v-1734f207] {
  font-size: 18px;
  color: #333333;
  margin-bottom: 10px;
}
.tag-nav .tag-explain[data-v-1734f207] {
  color: #999999;
  margin-bottom: 20px;
}
[data-v-1734f207] .ant-tag {
  padding: 6px 10px !important;
}
.marginBottom20[data-v-1734f207] {
  margin-bottom: 20px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.week-mode[data-v-8ba257f2] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-8ba257f2] {
  scrollbar-color: #1890ff #bae7ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-8ba257f2]::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
.beauty-scroll[data-v-8ba257f2]::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #1890ff;
}
.beauty-scroll[data-v-8ba257f2]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 6px;
  background: #91d5ff;
}
.split-right[data-v-8ba257f2]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-8ba257f2] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-8ba257f2] {
  pointer-events: none;
}
#nprogress .bar[data-v-8ba257f2] {
  background: #1890ff;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-8ba257f2] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
          box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
  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-8ba257f2] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-8ba257f2] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #1890ff;
  border-left-color: #1890ff;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-8ba257f2 400ms linear infinite;
  animation: nprogress-spinner-8ba257f2 400ms linear infinite;
}
.nprogress-custom-parent[data-v-8ba257f2] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-8ba257f2],
.nprogress-custom-parent #nprogress .bar[data-v-8ba257f2] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-8ba257f2 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-8ba257f2 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.row[data-v-8ba257f2] {
  margin-bottom: 16px;
}
.row .platform[data-v-8ba257f2] {
  font-weight: 600;
  color: #1890ff;
}
[data-v-8ba257f2] .ant-checkbox-group-item {
  width: 210px !important;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.week-mode[data-v-70b1dc83] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-70b1dc83] {
  scrollbar-color: #1890ff #bae7ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-70b1dc83]::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
.beauty-scroll[data-v-70b1dc83]::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #1890ff;
}
.beauty-scroll[data-v-70b1dc83]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 6px;
  background: #91d5ff;
}
.split-right[data-v-70b1dc83]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-70b1dc83] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-70b1dc83] {
  pointer-events: none;
}
#nprogress .bar[data-v-70b1dc83] {
  background: #1890ff;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-70b1dc83] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
          box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
  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-70b1dc83] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-70b1dc83] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #1890ff;
  border-left-color: #1890ff;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-70b1dc83 400ms linear infinite;
  animation: nprogress-spinner-70b1dc83 400ms linear infinite;
}
.nprogress-custom-parent[data-v-70b1dc83] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-70b1dc83],
.nprogress-custom-parent #nprogress .bar[data-v-70b1dc83] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-70b1dc83 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-70b1dc83 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.card-nav[data-v-70b1dc83] {
  margin-bottom: 20px;
}
.card-nav .title[data-v-70b1dc83] {
  font-size: 15px;
  color: #333333;
  font-weight: 600;
}
.card-nav .input1[data-v-70b1dc83] {
  width: 100px;
  margin-right: 20px;
}
.card-nav .width[data-v-70b1dc83] {
  width: 180px;
  margin-right: 20px;
}
.card-nav .width2[data-v-70b1dc83] {
  width: 120px;
  margin-right: 20px;
}
.card-nav .allot .row[data-v-70b1dc83] {
  border-bottom: 1px solid #ccc;
  position: relative;
  margin-bottom: 16px;
}
.card-nav .allot .col-add[data-v-70b1dc83] {
  padding: 0 8px;
  border-radius: 50%;
}
.card-nav .allot .col-del[data-v-70b1dc83] {
  padding: 0 8px;
  border-radius: 50%;
}
.creator[data-v-70b1dc83] {
  display: inline-block;
  width: 100px;
}
.creator2[data-v-70b1dc83] {
  display: inline-block;
  width: 180px;
}
.btn[data-v-70b1dc83] {
  display: inline-block !important;
  margin-right: 10px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #1890ff;
  color: #fff;
  cursor: pointer;
}
.btn-del[data-v-70b1dc83] {
  width: 23px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #f00;
  z-index: 10;
}
.btn-nav[data-v-70b1dc83] {
  margin: 20px 0;
}
.btn-nav .btn-add[data-v-70b1dc83] {
  width: 123px;
  background-color: #337ecc;
}
.allot2 .width[data-v-70b1dc83] {
  width: 180px;
  margin-right: 20px;
}
.flex[data-v-70b1dc83] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lable[data-v-70b1dc83] {
  display: inline-table;
  width: 60px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.week-mode[data-v-1a34942b] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-1a34942b] {
  scrollbar-color: #1890ff #bae7ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-1a34942b]::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
.beauty-scroll[data-v-1a34942b]::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #1890ff;
}
.beauty-scroll[data-v-1a34942b]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 6px;
  background: #91d5ff;
}
.split-right[data-v-1a34942b]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-1a34942b] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-1a34942b] {
  pointer-events: none;
}
#nprogress .bar[data-v-1a34942b] {
  background: #1890ff;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-1a34942b] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
          box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
  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-1a34942b] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-1a34942b] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #1890ff;
  border-left-color: #1890ff;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-1a34942b 400ms linear infinite;
  animation: nprogress-spinner-1a34942b 400ms linear infinite;
}
.nprogress-custom-parent[data-v-1a34942b] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-1a34942b],
.nprogress-custom-parent #nprogress .bar[data-v-1a34942b] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-1a34942b {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-1a34942b {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.card-nav[data-v-1a34942b] {
  margin-bottom: 20px;
}
.card-nav[data-v-1a34942b] .ant-card-head-title {
  color: #f00;
}
.card-nav .lable[data-v-1a34942b] {
  display: inline-block;
  width: 120px;
}
.card-nav .width[data-v-1a34942b] {
  width: 300px;
  margin-right: 20px;
}
.card-nav .btn[data-v-1a34942b] {
  margin: 20px 0;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.week-mode[data-v-2f4d32bc] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-2f4d32bc] {
  scrollbar-color: #1890ff #bae7ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-2f4d32bc]::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
.beauty-scroll[data-v-2f4d32bc]::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #1890ff;
}
.beauty-scroll[data-v-2f4d32bc]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 6px;
  background: #91d5ff;
}
.split-right[data-v-2f4d32bc]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-2f4d32bc] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-2f4d32bc] {
  pointer-events: none;
}
#nprogress .bar[data-v-2f4d32bc] {
  background: #1890ff;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-2f4d32bc] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
          box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
  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-2f4d32bc] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-2f4d32bc] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #1890ff;
  border-left-color: #1890ff;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-2f4d32bc 400ms linear infinite;
  animation: nprogress-spinner-2f4d32bc 400ms linear infinite;
}
.nprogress-custom-parent[data-v-2f4d32bc] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-2f4d32bc],
.nprogress-custom-parent #nprogress .bar[data-v-2f4d32bc] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-2f4d32bc {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-2f4d32bc {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.card[data-v-2f4d32bc] {
  margin-bottom: 20px;
}
.card .creator[data-v-2f4d32bc] {
  display: inline-block;
  width: 100px;
}
.card .creator2[data-v-2f4d32bc] {
  display: inline-block;
  width: 180px;
}
.card .title[data-v-2f4d32bc] {
  font-size: 15px;
  color: #333333;
  font-weight: 600;
}
.card .width[data-v-2f4d32bc] {
  width: 180px;
  margin-right: 20px;
}
.card .allot .btn[data-v-2f4d32bc] {
  display: inline-block !important;
  margin-right: 10px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #1890ff;
  color: #fff;
}
.card .allot .btn-del[data-v-2f4d32bc] {
  width: 23px;
}
.card .allot .btn-nav[data-v-2f4d32bc] {
  margin: 20px 0;
  width: 50%;
}
.card .allot .btn-nav .btn-add[data-v-2f4d32bc] {
  width: 123px;
}
.flex[data-v-2f4d32bc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lable[data-v-2f4d32bc] {
  display: inline-table;
  width: 60px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.week-mode[data-v-a4c62330] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-a4c62330] {
  scrollbar-color: #1890ff #bae7ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-a4c62330]::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
.beauty-scroll[data-v-a4c62330]::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #1890ff;
}
.beauty-scroll[data-v-a4c62330]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 6px;
  background: #91d5ff;
}
.split-right[data-v-a4c62330]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-a4c62330] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-a4c62330] {
  pointer-events: none;
}
#nprogress .bar[data-v-a4c62330] {
  background: #1890ff;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-a4c62330] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
          box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
  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-a4c62330] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-a4c62330] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #1890ff;
  border-left-color: #1890ff;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-a4c62330 400ms linear infinite;
  animation: nprogress-spinner-a4c62330 400ms linear infinite;
}
.nprogress-custom-parent[data-v-a4c62330] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-a4c62330],
.nprogress-custom-parent #nprogress .bar[data-v-a4c62330] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-a4c62330 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-a4c62330 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.card-nav[data-v-a4c62330] {
  margin-bottom: 20px;
}
.card-nav .lable_1[data-v-a4c62330] {
  font-size: 15px;
  color: #333333;
  font-weight: 600;
}
.card-nav .lable_2[data-v-a4c62330] {
  font-size: 14px;
  color: #1890ff;
  font-weight: 600;
}
.card-nav .width1[data-v-a4c62330] {
  width: 120px;
}
.card-nav .width2[data-v-a4c62330] {
  width: 120px;
  margin-right: 20px;
}
.card-nav .split[data-v-a4c62330] {
  color: #d9d9d9;
  display: inline-block;
  height: 32px;
  line-height: 32px;
}
.card-nav .container .item[data-v-a4c62330] {
  border-bottom: 1px dashed #d5d5d5;
  position: relative;
  padding: 8px 0 !important;
}
.card-nav .container .lastItem[data-v-a4c62330] {
  border-bottom: none;
}
.btn[data-v-a4c62330] {
  display: inline-block !important;
  margin-right: 10px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #1890ff;
  color: #fff;
  cursor: pointer;
}
.btn-del[data-v-a4c62330] {
  width: 23px;
  position: absolute;
  top: 8px;
  right: 0;
  background-color: #f00;
  z-index: 10;
}
.btn-nav[data-v-a4c62330] {
  margin: 20px 0 0;
}
.btn-nav .btn-add[data-v-a4c62330] {
  width: 123px;
  background-color: #67c23a;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.week-mode[data-v-2e5be51c] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-2e5be51c] {
  scrollbar-color: #1890ff #bae7ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-2e5be51c]::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
.beauty-scroll[data-v-2e5be51c]::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #1890ff;
}
.beauty-scroll[data-v-2e5be51c]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 6px;
  background: #91d5ff;
}
.split-right[data-v-2e5be51c]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-2e5be51c] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-2e5be51c] {
  pointer-events: none;
}
#nprogress .bar[data-v-2e5be51c] {
  background: #1890ff;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-2e5be51c] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
          box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
  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-2e5be51c] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-2e5be51c] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #1890ff;
  border-left-color: #1890ff;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-2e5be51c 400ms linear infinite;
  animation: nprogress-spinner-2e5be51c 400ms linear infinite;
}
.nprogress-custom-parent[data-v-2e5be51c] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-2e5be51c],
.nprogress-custom-parent #nprogress .bar[data-v-2e5be51c] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-2e5be51c {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-2e5be51c {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.card-nav[data-v-2e5be51c] {
  margin-bottom: 20px;
}
.card-nav .lable_1[data-v-2e5be51c] {
  font-size: 15px;
  color: #333333;
  font-weight: 600;
}
.card-nav .lable_2[data-v-2e5be51c] {
  font-size: 14px;
  color: #1890ff;
  font-weight: 600;
}
.card-nav .input1[data-v-2e5be51c] {
  width: 100px;
  margin-right: 20px;
}
.card-nav .marked[data-v-2e5be51c] {
  color: #909399;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.week-mode[data-v-4e96215d] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-4e96215d] {
  scrollbar-color: #1890ff #bae7ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-4e96215d]::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
.beauty-scroll[data-v-4e96215d]::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #1890ff;
}
.beauty-scroll[data-v-4e96215d]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 6px;
  background: #91d5ff;
}
.split-right[data-v-4e96215d]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-4e96215d] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-4e96215d] {
  pointer-events: none;
}
#nprogress .bar[data-v-4e96215d] {
  background: #1890ff;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-4e96215d] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
          box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
  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-4e96215d] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-4e96215d] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #1890ff;
  border-left-color: #1890ff;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-4e96215d 400ms linear infinite;
  animation: nprogress-spinner-4e96215d 400ms linear infinite;
}
.nprogress-custom-parent[data-v-4e96215d] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-4e96215d],
.nprogress-custom-parent #nprogress .bar[data-v-4e96215d] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-4e96215d {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-4e96215d {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.card-nav[data-v-4e96215d] {
  margin-bottom: 20px;
}
.card-nav .title[data-v-4e96215d] {
  font-size: 15px;
  color: #333333;
  font-weight: 600;
}
.card-nav .input1[data-v-4e96215d] {
  width: 100px;
  margin-right: 20px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.week-mode[data-v-9de6f42c] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-9de6f42c] {
  scrollbar-color: #1890ff #bae7ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-9de6f42c]::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
.beauty-scroll[data-v-9de6f42c]::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #1890ff;
}
.beauty-scroll[data-v-9de6f42c]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 6px;
  background: #91d5ff;
}
.split-right[data-v-9de6f42c]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-9de6f42c] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-9de6f42c] {
  pointer-events: none;
}
#nprogress .bar[data-v-9de6f42c] {
  background: #1890ff;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-9de6f42c] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
          box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
  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-9de6f42c] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-9de6f42c] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #1890ff;
  border-left-color: #1890ff;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-9de6f42c 400ms linear infinite;
  animation: nprogress-spinner-9de6f42c 400ms linear infinite;
}
.nprogress-custom-parent[data-v-9de6f42c] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-9de6f42c],
.nprogress-custom-parent #nprogress .bar[data-v-9de6f42c] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-9de6f42c {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-9de6f42c {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.card-nav[data-v-9de6f42c] {
  margin-bottom: 20px;
}
.card-nav .lable_1[data-v-9de6f42c] {
  font-size: 15px;
  color: #333333;
  font-weight: 600;
}
.card-nav .lable_2[data-v-9de6f42c] {
  font-size: 14px;
  color: #1890ff;
  font-weight: 600;
}
.card-nav .width1[data-v-9de6f42c] {
  width: 100px;
}
.card-nav .width2[data-v-9de6f42c] {
  width: 320px;
}
.card-nav .width3[data-v-9de6f42c] {
  width: 100px;
}
.card-nav .split[data-v-9de6f42c] {
  color: #d9d9d9;
  display: inline-block;
  height: 32px;
  line-height: 32px;
}
.card-nav .container .item[data-v-9de6f42c] {
  border-bottom: 1px dashed #d5d5d5;
  position: relative;
  padding: 24px 8px;
}
.card-nav .container .lastItem[data-v-9de6f42c] {
  border-bottom: none;
}
.btn[data-v-9de6f42c] {
  display: inline-block !important;
  margin-right: 10px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #1890ff;
  color: #fff;
  cursor: pointer;
}
.btn-del[data-v-9de6f42c] {
  width: 23px;
  position: absolute;
  top: 24px;
  right: 0;
  background-color: #f00;
  z-index: 10;
}
.btn-nav[data-v-9de6f42c] {
  margin: 20px 0;
}
.btn-nav .btn-add[data-v-9de6f42c] {
  width: 123px;
  background-color: #67C23A;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.week-mode[data-v-4e8437a4] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-4e8437a4] {
  scrollbar-color: #1890ff #bae7ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-4e8437a4]::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
.beauty-scroll[data-v-4e8437a4]::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #1890ff;
}
.beauty-scroll[data-v-4e8437a4]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 6px;
  background: #91d5ff;
}
.split-right[data-v-4e8437a4]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-4e8437a4] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-4e8437a4] {
  pointer-events: none;
}
#nprogress .bar[data-v-4e8437a4] {
  background: #1890ff;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-4e8437a4] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
          box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
  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-4e8437a4] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-4e8437a4] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #1890ff;
  border-left-color: #1890ff;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-4e8437a4 400ms linear infinite;
  animation: nprogress-spinner-4e8437a4 400ms linear infinite;
}
.nprogress-custom-parent[data-v-4e8437a4] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-4e8437a4],
.nprogress-custom-parent #nprogress .bar[data-v-4e8437a4] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-4e8437a4 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-4e8437a4 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.setting-wrap[data-v-4e8437a4] {
  padding: 24px;
}
.setting-wrap .setting-menu[data-v-4e8437a4] {
  padding: 24px;
  background-color: #fff;
  min-height: 100vh;
}
.setting-wrap .setting-menu .tab-list[data-v-4e8437a4] {
  padding: 10px 24px;
  margin-bottom: 8px;
  width: 224px;
  font-weight: 600;
}
.setting-wrap .setting-menu .active[data-v-4e8437a4] {
  background-color: #e6f7ff;
  color: #1890ff;
  border-right: 2px solid #1890ff;
}
.setting-wrap .main[data-v-4e8437a4] {
  border: 1px solid #ccc;
  width: 100%;
  padding: 24px;
}
.setting-wrap .main .main-title[data-v-4e8437a4] {
  color: rgba(0, 0, 0, 0.85);
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 44px;
}

