/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html[data-v-d7477eba] {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body[data-v-d7477eba] {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main[data-v-d7477eba] {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1[data-v-d7477eba] {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr[data-v-d7477eba] {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre[data-v-d7477eba] {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a[data-v-d7477eba] {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title][data-v-d7477eba] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b[data-v-d7477eba],
strong[data-v-d7477eba] {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code[data-v-d7477eba],
kbd[data-v-d7477eba],
samp[data-v-d7477eba] {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small[data-v-d7477eba] {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub[data-v-d7477eba],
sup[data-v-d7477eba] {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub[data-v-d7477eba] {
  bottom: -0.25em;
}
sup[data-v-d7477eba] {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img[data-v-d7477eba] {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button[data-v-d7477eba],
input[data-v-d7477eba],
optgroup[data-v-d7477eba],
select[data-v-d7477eba],
textarea[data-v-d7477eba] {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button[data-v-d7477eba],
input[data-v-d7477eba] {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button[data-v-d7477eba],
select[data-v-d7477eba] {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button[data-v-d7477eba],
[type=button][data-v-d7477eba],
[type=reset][data-v-d7477eba],
[type=submit][data-v-d7477eba] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button[data-v-d7477eba]::-moz-focus-inner,
[type=button][data-v-d7477eba]::-moz-focus-inner,
[type=reset][data-v-d7477eba]::-moz-focus-inner,
[type=submit][data-v-d7477eba]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button[data-v-d7477eba]:-moz-focusring,
[type=button][data-v-d7477eba]:-moz-focusring,
[type=reset][data-v-d7477eba]:-moz-focusring,
[type=submit][data-v-d7477eba]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset[data-v-d7477eba] {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend[data-v-d7477eba] {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress[data-v-d7477eba] {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea[data-v-d7477eba] {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox][data-v-d7477eba],
[type=radio][data-v-d7477eba] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number][data-v-d7477eba]::-webkit-inner-spin-button,
[type=number][data-v-d7477eba]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search][data-v-d7477eba] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search][data-v-d7477eba]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
[data-v-d7477eba]::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details[data-v-d7477eba] {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary[data-v-d7477eba] {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template[data-v-d7477eba] {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden][data-v-d7477eba] {
  display: none;
}
html[data-v-d7477eba],
body[data-v-d7477eba] {
  overflow-x: hidden;
  background-color: #fff !important;
}
ul[data-v-d7477eba] {
  padding: 0;
}
li[data-v-d7477eba] {
  list-style: none;
}
p[data-v-d7477eba] {
  margin: 0;
}
.home-width[data-v-d7477eba] {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
.home-title[data-v-d7477eba] {
  margin: 38px auto 42px;
  height: 40px;
  line-height: 40px;
  width: 100%;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #001a31;
  position: relative;
}
.home-title .more[data-v-d7477eba] {
  position: absolute;
  top: 0;
  right: 0;
}
[data-v-d7477eba]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-d7477eba]::-webkit-scrollbar-corner {
  background-color: transparent;
}
[data-v-d7477eba]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  cursor: pointer;
}
[data-v-d7477eba]::-webkit-scrollbar-thumb {
  background-color: #0093ff;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
  border-radius: 2em;
}
.ant-table-header[data-v-d7477eba] {
  overflow-y: hidden !important;
}
.my-btns[data-v-d7477eba] {
  flex: 1;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.my-btns li[data-v-d7477eba] {
  width: calc(20% - 8px);
  text-align: center;
  line-height: 28px;
  height: 28px;
  border-radius: 4px;
  margin: 0 8px 8px 0;
  background-color: #f1f3f5;
  color: #5b5c5d;
  font-size: 14px;
  transition: all 0.3s;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 10px;
}
.my-btns li.active[data-v-d7477eba] {
  background: #8ac23d;
  color: #fff;
}
.model-title[data-v-d7477eba] {
  padding: 12px 0 6px 0;
  color: #333;
}
.gup-48[data-v-d7477eba] {
  width: 100%;
  height: 48px;
}
.gup-47[data-v-d7477eba] {
  width: 100%;
  height: 47px;
}
.gup-46[data-v-d7477eba] {
  width: 100%;
  height: 46px;
}
.gup-45[data-v-d7477eba] {
  width: 100%;
  height: 45px;
}
.gup-44[data-v-d7477eba] {
  width: 100%;
  height: 44px;
}
.gup-43[data-v-d7477eba] {
  width: 100%;
  height: 43px;
}
.gup-42[data-v-d7477eba] {
  width: 100%;
  height: 42px;
}
.gup-41[data-v-d7477eba] {
  width: 100%;
  height: 41px;
}
.gup-40[data-v-d7477eba] {
  width: 100%;
  height: 40px;
}
.gup-39[data-v-d7477eba] {
  width: 100%;
  height: 39px;
}
.gup-38[data-v-d7477eba] {
  width: 100%;
  height: 38px;
}
.gup-37[data-v-d7477eba] {
  width: 100%;
  height: 37px;
}
.gup-36[data-v-d7477eba] {
  width: 100%;
  height: 36px;
}
.gup-35[data-v-d7477eba] {
  width: 100%;
  height: 35px;
}
.gup-34[data-v-d7477eba] {
  width: 100%;
  height: 34px;
}
.gup-33[data-v-d7477eba] {
  width: 100%;
  height: 33px;
}
.gup-32[data-v-d7477eba] {
  width: 100%;
  height: 32px;
}
.gup-31[data-v-d7477eba] {
  width: 100%;
  height: 31px;
}
.gup-30[data-v-d7477eba] {
  width: 100%;
  height: 30px;
}
.gup-29[data-v-d7477eba] {
  width: 100%;
  height: 29px;
}
.gup-28[data-v-d7477eba] {
  width: 100%;
  height: 28px;
}
.gup-27[data-v-d7477eba] {
  width: 100%;
  height: 27px;
}
.gup-26[data-v-d7477eba] {
  width: 100%;
  height: 26px;
}
.gup-25[data-v-d7477eba] {
  width: 100%;
  height: 25px;
}
.gup-24[data-v-d7477eba] {
  width: 100%;
  height: 24px;
}
.gup-23[data-v-d7477eba] {
  width: 100%;
  height: 23px;
}
.gup-22[data-v-d7477eba] {
  width: 100%;
  height: 22px;
}
.gup-21[data-v-d7477eba] {
  width: 100%;
  height: 21px;
}
.gup-20[data-v-d7477eba] {
  width: 100%;
  height: 20px;
}
.gup-19[data-v-d7477eba] {
  width: 100%;
  height: 19px;
}
.gup-18[data-v-d7477eba] {
  width: 100%;
  height: 18px;
}
.gup-17[data-v-d7477eba] {
  width: 100%;
  height: 17px;
}
.gup-16[data-v-d7477eba] {
  width: 100%;
  height: 16px;
}
.gup-15[data-v-d7477eba] {
  width: 100%;
  height: 15px;
}
.gup-14[data-v-d7477eba] {
  width: 100%;
  height: 14px;
}
.gup-13[data-v-d7477eba] {
  width: 100%;
  height: 13px;
}
.gup-12[data-v-d7477eba] {
  width: 100%;
  height: 12px;
}
.gup-11[data-v-d7477eba] {
  width: 100%;
  height: 11px;
}
.gup-10[data-v-d7477eba] {
  width: 100%;
  height: 10px;
}
.gup-9[data-v-d7477eba] {
  width: 100%;
  height: 9px;
}
.gup-8[data-v-d7477eba] {
  width: 100%;
  height: 8px;
}
.gup-7[data-v-d7477eba] {
  width: 100%;
  height: 7px;
}
.gup-6[data-v-d7477eba] {
  width: 100%;
  height: 6px;
}
.gup-5[data-v-d7477eba] {
  width: 100%;
  height: 5px;
}
.gup-4[data-v-d7477eba] {
  width: 100%;
  height: 4px;
}
.gup-3[data-v-d7477eba] {
  width: 100%;
  height: 3px;
}
.gup-2[data-v-d7477eba] {
  width: 100%;
  height: 2px;
}
.gup-1[data-v-d7477eba] {
  width: 100%;
  height: 1px;
}
.ml-24[data-v-d7477eba] {
  margin-left: 24px;
}
.mt-24[data-v-d7477eba] {
  margin-top: 24px;
}
.mr-24[data-v-d7477eba] {
  margin-right: 24px;
}
.mb-24[data-v-d7477eba] {
  margin-bottom: 24px;
}
.ml-22[data-v-d7477eba] {
  margin-left: 22px;
}
.mt-22[data-v-d7477eba] {
  margin-top: 22px;
}
.mr-22[data-v-d7477eba] {
  margin-right: 22px;
}
.mb-22[data-v-d7477eba] {
  margin-bottom: 22px;
}
.ml-20[data-v-d7477eba] {
  margin-left: 20px;
}
.mt-20[data-v-d7477eba] {
  margin-top: 20px;
}
.mr-20[data-v-d7477eba] {
  margin-right: 20px;
}
.mb-20[data-v-d7477eba] {
  margin-bottom: 20px;
}
.ml-18[data-v-d7477eba] {
  margin-left: 18px;
}
.mt-18[data-v-d7477eba] {
  margin-top: 18px;
}
.mr-18[data-v-d7477eba] {
  margin-right: 18px;
}
.mb-18[data-v-d7477eba] {
  margin-bottom: 18px;
}
.ml-16[data-v-d7477eba] {
  margin-left: 16px;
}
.mt-16[data-v-d7477eba] {
  margin-top: 16px;
}
.mr-16[data-v-d7477eba] {
  margin-right: 16px;
}
.mb-16[data-v-d7477eba] {
  margin-bottom: 16px;
}
.ml-14[data-v-d7477eba] {
  margin-left: 14px;
}
.mt-14[data-v-d7477eba] {
  margin-top: 14px;
}
.mr-14[data-v-d7477eba] {
  margin-right: 14px;
}
.mb-14[data-v-d7477eba] {
  margin-bottom: 14px;
}
.ml-12[data-v-d7477eba] {
  margin-left: 12px;
}
.mt-12[data-v-d7477eba] {
  margin-top: 12px;
}
.mr-12[data-v-d7477eba] {
  margin-right: 12px;
}
.mb-12[data-v-d7477eba] {
  margin-bottom: 12px;
}
.ml-10[data-v-d7477eba] {
  margin-left: 10px;
}
.mt-10[data-v-d7477eba] {
  margin-top: 10px;
}
.mr-10[data-v-d7477eba] {
  margin-right: 10px;
}
.mb-10[data-v-d7477eba] {
  margin-bottom: 10px;
}
.ml-8[data-v-d7477eba] {
  margin-left: 8px;
}
.mt-8[data-v-d7477eba] {
  margin-top: 8px;
}
.mr-8[data-v-d7477eba] {
  margin-right: 8px;
}
.mb-8[data-v-d7477eba] {
  margin-bottom: 8px;
}
.ml-6[data-v-d7477eba] {
  margin-left: 6px;
}
.mt-6[data-v-d7477eba] {
  margin-top: 6px;
}
.mr-6[data-v-d7477eba] {
  margin-right: 6px;
}
.mb-6[data-v-d7477eba] {
  margin-bottom: 6px;
}
.ml-4[data-v-d7477eba] {
  margin-left: 4px;
}
.mt-4[data-v-d7477eba] {
  margin-top: 4px;
}
.mr-4[data-v-d7477eba] {
  margin-right: 4px;
}
.mb-4[data-v-d7477eba] {
  margin-bottom: 4px;
}
.ml-2[data-v-d7477eba] {
  margin-left: 2px;
}
.mt-2[data-v-d7477eba] {
  margin-top: 2px;
}
.mr-2[data-v-d7477eba] {
  margin-right: 2px;
}
.mb-2[data-v-d7477eba] {
  margin-bottom: 2px;
}
.delay-24[data-v-d7477eba] {
  animation-delay: 2400ms;
}
.delay-22[data-v-d7477eba] {
  animation-delay: 2200ms;
}
.delay-20[data-v-d7477eba] {
  animation-delay: 2000ms;
}
.delay-18[data-v-d7477eba] {
  animation-delay: 1800ms;
}
.delay-16[data-v-d7477eba] {
  animation-delay: 1600ms;
}
.delay-14[data-v-d7477eba] {
  animation-delay: 1400ms;
}
.delay-12[data-v-d7477eba] {
  animation-delay: 1200ms;
}
.delay-10[data-v-d7477eba] {
  animation-delay: 1000ms;
}
.delay-8[data-v-d7477eba] {
  animation-delay: 800ms;
}
.delay-6[data-v-d7477eba] {
  animation-delay: 600ms;
}
.delay-4[data-v-d7477eba] {
  animation-delay: 400ms;
}
.delay-2[data-v-d7477eba] {
  animation-delay: 200ms;
}
.cm-flex[data-v-d7477eba], .cm-flex-wrap[data-v-d7477eba], .cm-flex-column[data-v-d7477eba], .cm-flex-content-center[data-v-d7477eba], .shuanghe .login .login-right .sh[data-v-d7477eba], .shuanghe .login[data-v-d7477eba], .cm-flex-between[data-v-d7477eba], .cm-flex-between-center[data-v-d7477eba], .cm-flex-center[data-v-d7477eba] {
  display: flex;
}
.cm-flex-center[data-v-d7477eba], .cm-flex-content-center[data-v-d7477eba], .shuanghe .login .login-right .sh[data-v-d7477eba], .shuanghe .login[data-v-d7477eba], .cm-flex-between-center[data-v-d7477eba] {
  align-items: center;
}
.cm-flex-between[data-v-d7477eba], .cm-flex-between-center[data-v-d7477eba] {
  justify-content: space-between;
}
.cm-flex-content-center[data-v-d7477eba], .shuanghe .login .login-right .sh[data-v-d7477eba], .shuanghe .login[data-v-d7477eba] {
  justify-content: center;
}
.cm-flex-column[data-v-d7477eba] {
  flex-direction: column;
}
.cm-flex-wrap[data-v-d7477eba] {
  flex-wrap: wrap;
}
.cm-flex-1[data-v-d7477eba] {
  flex: 1;
}
.animate__animated[data-v-d7477eba] {
  opacity: 0;
}
.animate__bounceInUp[data-v-d7477eba],
.animate__backInLeft[data-v-d7477eba],
.animate__backInRight[data-v-d7477eba],
.animate__backInUp[data-v-d7477eba],
.animate__slideInLeft[data-v-d7477eba],
.animate__slideInRight[data-v-d7477eba],
.animate__fadeInLeft[data-v-d7477eba],
.animate__fadeInRight[data-v-d7477eba],
.animate__fadeInUp[data-v-d7477eba],
.animate__fadeInDown[data-v-d7477eba],
.animate__lightSpeedInRight[data-v-d7477eba],
.animate__lightSpeedInLeft[data-v-d7477eba] {
  opacity: 1;
}
.kuais[data-v-d7477eba] {
  width: 570px;
  height: auto;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
}
.kuais .kuais-img[data-v-d7477eba] {
  width: 570px;
  height: 294px;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
}
.kuais .kuais-img img[data-v-d7477eba] {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.kuais .kuais-img img[data-v-d7477eba]:hover {
  transform: scale(1.2);
}
.kuais .kuais-text[data-v-d7477eba] {
  padding: 50px 44px;
  box-sizing: border-box;
  position: relative;
}
.kuais .kuais-text h2[data-v-d7477eba] {
  font-size: 26px;
  color: #292929;
}
.kuais .kuais-text span[data-v-d7477eba] {
  font-size: 20px;
  color: #5c6272;
}
.kuais[data-v-d7477eba]:nth-child(even) {
  margin-left: 60px;
}
.my-dropdown ul[data-v-d7477eba] {
  top: 12px;
  left: -4px;
}
.my-dropdown ul .ant-dropdown-menu-item[data-v-d7477eba] {
  padding: 12px 24px;
  font-size: 16px;
  color: #001a31;
}
.login-main[data-v-d7477eba] {
  background-color: #f0f2f5;
  height: 100%;
}
.login-main .top[data-v-d7477eba] {
  padding: 30px;
}
.login-main .top img[data-v-d7477eba] {
  width: 150px;
}
.login-main .login[data-v-d7477eba] {
  width: 1200px;
  margin: 70px auto;
}
.login-main .login .login-left[data-v-d7477eba] {
  width: 750px;
  float: left;
}
.login-main .login .login-right[data-v-d7477eba] {
  width: 430px;
  height: auto;
  border-radius: 8px;
  float: left;
  background-color: #fff;
  padding: 24px;
  padding-bottom: 0;
  position: relative;
  top: 90px;
}
.login-main .login .login-right .title[data-v-d7477eba] {
  padding-bottom: 16px;
  font-size: 16px;
  font-weight: bold;
}
.login-main .bottom[data-v-d7477eba] {
  position: fixed;
  bottom: 0;
  text-align: center;
  width: 100%;
  padding-bottom: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.login-main .bottom p[data-v-d7477eba] {
  color: #999;
}
.login-main .bottom p[data-v-d7477eba]:first-child {
  font-size: 16px;
  line-height: 32px;
  position: relative;
}
.login-main .bottom p[data-v-d7477eba]:first-child:after {
  content: "";
  width: 48px;
  height: 1px;
  background: #999;
  position: absolute;
  left: -60px;
  top: 50%;
}
.login-main .bottom p[data-v-d7477eba]:first-child::before {
  content: "";
  width: 48px;
  height: 1px;
  background: #999;
  position: absolute;
  right: -60px;
  top: 50%;
}
.login-main .bottom p[data-v-d7477eba]:last-child {
  font-size: 12px;
}
.shuanghe[data-v-d7477eba] {
  background: rgba(189, 221, 143, 0.1);
}
.shuanghe .login .login-right[data-v-d7477eba] {
  width: 478px;
  float: none;
  padding: 0 48px;
  margin-top: -120px;
  box-shadow: 0px 0px 8px #8ac23d;
}
.shuanghe .login .login-right .title[data-v-d7477eba] {
  color: #8ac23d;
}
.shuanghe .login .login-right .sh[data-v-d7477eba] {
  flex-direction: column;
}
.shuanghe .login .login-right .sh h2[data-v-d7477eba] {
  color: #8ac23d;
  font-weight: bold;
  font-size: 28px;
}
