/* purgecss start ignore */

.text-h3, .text-h4, .text-h5, .text-h6 {
  color: var(--gray-900);
  font-weight: 500;
}

.text-body1, .text-body2, .text-button, .text-caption {
  font-weight: 400;
}

.text-h3 {
  font-size: 24px;
  line-height: 32px;
}

.text-h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}

.text-h5 {
  font-size: 16px;
  line-height: 24px;
}

.text-h5-no-color {
  font-size: 16px;
  line-height: 24px;
}

.text-h6 {
  font-size: 14px;
  line-height: 22px;
}

.text-h6-no-color-weight {
  font-size: 14px;
  line-height: 22px;
}

.text-h6-bold {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
}

.text-body1 {
  font-size: 16px;
  line-height: 24px;
}

.text-body2 {
  font-size: 14px;
  line-height: 22px;
  color: var(--gray-900);
}

.text-body {
  font-size: 14px;
  line-height: 24px;
  color: var(--gray-900);
}

.text-body-no-color {
  font-size: 14px;
  line-height: 24px;
}

.text-body2-no-color {
  font-size: 14px;
  line-height: 22px;
}

.text-body2-no-color-weight {
  font-size: 14px;
  line-height: 22px;
}

.text-button {
  font-size: 14px;
  line-height: 22px;
  color: var(--gray-600);
}

.text-caption,
.text-caption-no-weight {
  font-size: 12px;
  line-height: 20px;
  color: var(--gray-600);
}

.text-caption-no-color {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}

.text-caption-no-color-weight {
  font-size: 12px;
  line-height: 20px;
}

.text-underline-no-color {
  font-size: 14px;
  line-height: 22px;
  text-decoration: underline;
}

.text-underline {
  font-size: 14px;
  line-height: 22px;
  text-decoration: underline;
  color: var(--gray-600);
}

.text-h5-blod {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.text-toolbar {
  font-size: 12px;
  font-weight: 400;
  color: var(--gray-900);
  line-height: 20px;
}

:root {
  /* rose */
  --rose-50: #fff1f2;
  --rose-100: #ffe4e6;
  --rose-200: #fecdd3;
  --rose-300: #fda4af;
  --rose-400: #fb7185;
  --rose-500: #f43f5e;
  --rose-600: #e11d48;
  --rose-700: #be123c;
  --rose-800: #9f1239;
  --rose-900: #881337;
  /* pink */
  --pink-50: #fdf2f8;
  --pink-100: #fce7f3;
  --pink-200: #fbcfe8;
  --pink-300: #f9a8d4;
  --pink-400: #f472b6;
  --pink-500: #ec4899;
  --pink-600: #db2777;
  --pink-700: #be185d;
  --pink-800: #9d174d;
  --pink-900: #831843;
  /* fuchsia */
  --fuchsia-50: #fdf4ff;
  --fuchsia-100: #fae8ff;
  --fuchsia-200: #f5d0fe;
  --fuchsia-300: #f0abfc;
  --fuchsia-400: #e879f9;
  --fuchsia-500: #d946ef;
  --fuchsia-600: #c026d3;
  --fuchsia-700: #a21caf;
  --fuchsia-800: #86198f;
  --fuchsia-900: #701a75;
  /* purple */
  --purple-50: #faf5ff;
  --purple-100: #f3e8ff;
  --purple-200: #e9d5ff;
  --purple-300: #d8b4fe;
  --purple-400: #c084fc;
  --purple-500: #a855f7;
  --purple-600: #9333ea;
  --purple-700: #7e22ce;
  --purple-800: #6b21a8;
  --purple-900: #581c87;
  /* violet */
  --violet-50: #f5f3ff;
  --violet-100: #ede9fe;
  --violet-200: #ddd6fe;
  --violet-300: #c4b5fd;
  --violet-400: #a78bfa;
  --violet-500: #8b5cf6;
  --violet-600: #7c3aed;
  --violet-700: #6d28d9;
  --violet-800: #5b21b6;
  --violet-900: #4c1d95;
  /* indigo */
  --indigo-50: #eef2ff;
  --indigo-100: #e0e7ff;
  --indigo-200: #c7d2fe;
  --indigo-300: #a5b4fc;
  --indigo-400: #818cf8;
  --indigo-500: #6366f1;
  --indigo-600: #4f46e5;
  --indigo-700: #4338ca;
  --indigo-800: #3730a3;
  --indigo-900: #312e81;
  /* blue */
  --blue-50: #eff6ff;
  --blue-100: #F0F6FF;
  --blue-200: #DEE9FF;
  --blue-300: #B5CCFF;
  --blue-400: #8CADFF;
  --blue-500: #638AFF;
  --blue-600: #375FF3;
  --blue-700: #2543CC;
  --blue-800: #162BA6;
  --blue-900: #1e3a8a;
  --blue-1000: #d5dee7;
  --blue-1100: #00020A;
  /* lightBlue */
  --lightBlue-50: #f0f9ff;
  --lightBlue-100: #e0f2fe;
  --lightBlue-200: #bae6fd;
  --lightBlue-300: #7dd3fc;
  --lightBlue-400: #38bdf8;
  --lightBlue-500: #0ea5e9;
  --lightBlue-600: #0284c7;
  --lightBlue-700: #0369a1;
  --lightBlue-800: #075985;
  --lightBlue-900: #0c4a6e;
  /* cyan */
  --cyan-50: #ecfeff;
  --cyan-100: #cffafe;
  --cyan-200: #a5f3fc;
  --cyan-300: #67e8f9;
  --cyan-400: #22d3ee;
  --cyan-500: #06b6d4;
  --cyan-600: #0891b2;
  --cyan-700: #0e7490;
  --cyan-800: #155e75;
  --cyan-900: #164e63;
  /* teal */
  --teal-50: #f0fdfa;
  --teal-100: #ccfbf1;
  --teal-200: #99f6e4;
  --teal-300: #5eead4;
  --teal-400: #2dd4bf;
  --teal-500: #14b8a6;
  --teal-600: #0d9488;
  --teal-700: #0f766e;
  --teal-800: #115e59;
  --teal-900: #134e4a;
  /* emerald */
  --emerald-50: #ecfdf5;
  --emerald-100: #d1fae5;
  --emerald-200: #a7f3d0;
  --emerald-300: #6ee7b7;
  --emerald-400: #34d399;
  --emerald-500: #10b981;
  --emerald-600: #059669;
  --emerald-700: #047857;
  --emerald-800: #065f46;
  --emerald-900: #064e3b;
  /* green */
  --green-50: #f0fdf4;
  --green-100: #dcfce7;
  --green-200: #bbf7d0;
  --green-300: #86efac;
  --green-400: #4ade80;
  --green-500: #22c55e;
  --green-600: #16a34a;
  --green-700: #15803d;
  --green-800: #166534;
  --green-900: #14532d;
  /* lime */
  --lime-50: #f7fee7;
  --lime-100: #ecfccb;
  --lime-200: #d9f99d;
  --lime-300: #bef264;
  --lime-400: #a3e635;
  --lime-500: #84cc16;
  --lime-600: #65a30d;
  --lime-700: #4d7c0f;
  --lime-800: #3f6212;
  --lime-900: #365314;
  /* yellow */
  --yellow-50: #fefce8;
  --yellow-100: #fef9c3;
  --yellow-200: #fef08a;
  --yellow-300: #fde047;
  --yellow-400: #FCD34D;
  --yellow-500: #F59E0B;
  --yellow-600: #D97706;
  --yellow-700: #a16207;
  --yellow-800: #854d0e;
  --yellow-900: #713f12;
  /* amber */
  --amber-50: #fffbeb;
  --amber-100: #fef3c7;
  --amber-200: #fde68a;
  --amber-300: #fcd34d;
  --amber-400: #fbbf24;
  --amber-500: #f59e0b;
  --amber-600: #d97706;
  --amber-700: #b45309;
  --amber-800: #92400e;
  --amber-900: #78350f;
  /* orange */
  --orange-50: #fff7ed;
  --orange-100: #ffedd5;
  --orange-200: #fed7aa;
  --orange-300: #fdba74;
  --orange-400: #fb923c;
  --orange-500: #f97316;
  --orange-600: #ea580c;
  --orange-700: #c2410c;
  --orange-800: #9a3412;
  --orange-900: #7c2d12;
  /* red */
  --red-50: #FEF2F2;
  --red-100: #fee2e2;
  --red-200: #fecaca;
  --red-300: #fca5a5;
  --red-400: #F87171;
  --red-500: #ef4444;
  --red-600: #DC2626;
  --red-700: #b91c1c;
  --red-800: #991b1b;
  --red-900: #7f1d1d;
  --red-1000: #ff4d4f;
  /* warmGray */
  --warmGray-50: #fafaf9;
  --warmGray-100: #f5f5f4;
  --warmGray-200: #e7e5e4;
  --warmGray-300: #d6d3d1;
  --warmGray-400: #a8a29e;
  --warmGray-500: #78716c;
  --warmGray-600: #57534e;
  --warmGray-700: #44403c;
  --warmGray-800: #292524;
  --warmGray-900: #1c1917;
  /* trueGray */
  --trueGray-50: #fafafa;
  --trueGray-100: #f5f5f5;
  --trueGray-200: #e5e5e5;
  --trueGray-300: #d4d4d4;
  --trueGray-400: #a3a3a3;
  --trueGray-500: #737373;
  --trueGray-600: #525252;
  --trueGray-700: #404040;
  --trueGray-800: #262626;
  --trueGray-900: #171717;
  /* gray */
  --gray-50: #f8fafc;
  --gray-100: #F1F5F9;
  --gray-200: #E2E8F0;
  --gray-300: #CBD5E1;
  --gray-400: #94A3B8;
  --gray-500: #64748B;
  --gray-600: #475569;
  --gray-700: #334155;
  --gray-800: #1E293B;
  --gray-900: #0F172A;
  /* coolGray */
  --coolGray-50: #f9fafb;
  --coolGray-100: #f3f4f6;
  --coolGray-200: #e5e7eb;
  --coolGray-300: #d1d5db;
  --coolGray-400: #9ca3af;
  --coolGray-500: #6b7280;
  --coolGray-600: #4b5563;
  --coolGray-700: #374151;
  --coolGray-800: #1f2937;
  --coolGray-900: #111827;
  /* blueGray */
  --blueGray-50: #f8fafc;
  --blueGray-100: #f1f5f9;
  --blueGray-200: #e2e8f0;
  --blueGray-300: #cbd5e1;
  --blueGray-400: #94a3b8;
  --blueGray-500: #64748b;
  --blueGray-600: #475569;
  --blueGray-700: #334155;
  --blueGray-800: #1e293b;
  --blueGray-900: #0f172a;
  --black-50: #324558;
  --black-100: #020508;
  --black-200: #697886;
  /* primary */
  --primary-600: var(--blue-600);
  --primary-400: var(--blue-400);
  /* todo remove this */
  --icon-light-color: rgba(255, 255, 255, 0.9);
  --icon-light-fill: rgba(255, 255, 255, 0.4);
  --icon-dark-color: var(--gray-600);
  --icon-dark-fill: var(--gray-400);
  --icon-primary-color: var(--blue-600);
  --icon-primary-fill: var(--blue-400);
  --danger-color-light-2: var(--red-50);
  --danger-color-light-1: var(--red-200);
  --danger-color: var(--red-500);
  --error-color-light-2: var(--red-50);
  --error-color-light-1: var(--red-200);
  --error-color: var(--red-500);
  --warn-color: var(--orange-400);
}

html,
body {
  width: 100%;
  height: 100%;
}

/* Blocks */

html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
footer,
header,
aside,
section {
  margin: 0;
  padding: 0;
}

article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block;
}

/* List */

ul {
  list-style: none;
}

/* Box sizing */

html {
  box-sizing: border-box;
}

* {
  box-sizing: inherit;
}

*:before, *:after {
  box-sizing: inherit;
}

/* Media */

img,
embed,
object,
audio,
video {
  max-width: 100%;
}

img {
  height: auto;
}

/* Iframe */

iframe {
  border: 0;
}

/* Table */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
  text-align: left;
  vertical-align: top;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.flex-1 {
  flex: 1;
}

.row {
  flex-direction: row;
}

.column {
  flex-direction: column;
}

.space-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.align-center {
  align-items: center;
}

.h-p-100 {
  height: 100%;
}

.w-p-100 {
  width: 100%;
}

.inline-block {
  display: inline-block;
}

.va-top {
  vertical-align: top;
}

.va-middle {
  vertical-align: middle;
}

.va-bottom {
  vertical-align: bottom;
}

.text-white-n00 {
  color: rgb(255, 255, 255);
}

.fs-16 {
  font-size: 16px;
}

.fs-14 {
  font-size: 14px;
}

.fs-18 {
  font-size: 18px;
}

.fs-24 {
  font-size: 24px;
}

.fs-12 {
  font-size: 12px;
}

.bg-dark-n15 {
  background-color: rgb(50, 69, 88);
}

.bg-dark-n01 {
  background-color: rgb(245, 247, 250);
}

.br-3 {
  border-radius: 3px;
}

.br-12 {
  border-radius: 12px;
}

.br-16 {
  border-radius: 16px;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-32 {
  margin-top: 32px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-21 {
  margin-bottom: 21px;
}

.mb-37 {
  margin-bottom: 37px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mr-8 {
  margin-right: 8px;
}

.mt-3 {
  margin-top: 3px;
}

.mt-10 {
  margin-top: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-6 {
  margin-left: 6px;
}

.w360 {
  width: 360px;
}

.w540 {
  width: 540px;
}

.w16 {
  width: 16px;
}

.h16 {
  height: 16px;
}

.w-m-p-100 {
  max-width: 100%;
}

.bd-none {
  border: none;
}

.br-r-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.clickable {
  cursor: pointer;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.top-center {
  top: 50%;
  transform: translateY(-50%);
}

.right-8 {
  right: 8px;
}

.w16 {
  width: 16px;
}

.h16 {
  height: 16px;
}

.pr-36 {
  padding-right: 36px;
}

.pr-4 {
  padding-right: 4px;
}

.py-1 {
  padding-top: 1px;
  padding-bottom: 1px;
}

.px-12 {
  padding-left: 12px;
  padding-right: 12px;
}

.py-4 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.pd-10 {
  padding: 10px;
}

.link-dark {
  color: #435466;
}

.bg-blue-b10 {
  background-color: #375FF3;
}

.text-blue-b10 {
  color: #375FF3;
}

.text-gray-600 {
  color: var(--gray-600);
}

.text-gray-400 {
  color: var(--gray-400);
}

.bg-gray-7 {
  background-color: #334155;
}

.outline-none {
  outline: none;
}

.text-red {
  color: red;
}

.bg-red {
  background-color: red;
}

.disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

.input-field > input {
  border: 1px solid #D5DEE7;
  padding: 4px 12px;
  min-height: 32px;
  font-size: 14px;
  outline: none;
  transition: all 0.3s linear;
  border-radius: 2px 8px 8px 8px;
}

.input-field > input:focus {
  box-shadow: 0px 0px 4px rgba(50, 69, 88, 0.12);
  border-color: rgb(55, 95, 243);
}

.input-field.with-appendix button:last-child {
  box-shadow: inset 0px -1px 0px #D5DEE7, inset 0px 1px 0px #D5DEE7, inset -1px 0px 0px #D5DEE7;
  border-radius: 0px 3px 3px 0px;
  background: #F5F7FA;
  border: none;
}

.h-auto {
  height: auto;
  min-height: unset !important;
  max-height: unset !important;
}

.hidden {
  display: none;
  visibility: hidden;
}

.top-10 {
  top: 10px;
}

.right-10 {
  right: 10px;
}

.fixed {
  position: fixed;
}

.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.block {
  display: block;
}

.mt-16 {
  margin-top: 16px;
}

.mt-17 {
  margin-top: 16px;
}

.underline {
  text-decoration: underline;
}

.bg-white {
  background-color: #fff;
}

.px-90 {
  padding-left: 90px;
  padding-right: 90px;
}

.py-64 {
  padding-top: 64px;
  padding-bottom: 64px;
}

.opacity-50 {
  opacity: 0.5;
}

.content-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

button {
  border-radius: 4px;
}

input.error {
  border-color: #dc2626;
}

::-moz-placeholder {
  opacity: 0.6;
  color: #939EA9;
}

::placeholder {
  opacity: 0.6;
  color: #939EA9;
}

a {
  text-decoration: none;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 0;
  display: flex;
  justify-content: space-between;
  background-color: #E9EDF8;
  text-align: center;
}

body header {
  padding: 16px 20px 0 28.33px;
}

body header .logo-company img {
  height: 30px;
  margin-right: 8.4px;
}

body header .to-login > span:first-child {
  margin-right: 16px;
}

body header .to-login > a {
  padding: 4px 12px;
}

body form > h1 {
  margin-top: -72px;
}

body form input {
  border: 1px solid #d5dee7;
  padding: 4px 12px;
  outline: none;
  transition: all 0.3s linear;
}

body form input.pr-36 {
  padding-right: 36px;
}

body form input:focus {
  box-shadow: 0px 0px 4px rgba(50, 69, 88, 0.12);
  border-color: rgb(55, 95, 243);
}

body form > button:last-child {
  padding: 5px 0;
  box-shadow: 0px 1px 2px rgba(50, 69, 88, 0.08);
}

@media screen and (max-width: 930px) {
  body aside {
    display: none !important;
  }
}

.bg-main {
  background: #E9EDF8;
  background-color: #E9EDF8;
}

.error-message {
  font-size: 14px;
  line-height: 22px;
  color: #DC2626;
  margin-top: -20px;
  margin-bottom: 10px;
}

.mt-2 {
  margin-top: 2px;
}

.retrieve-password-wrapper {
  box-shadow: 0 56px #f1f5f9;
}

.right-aside {
  display: inline-block;
  height: 100%;
  width: 25%;
  background: rgba(255, 255, 255, 0.65) url(/dist/images/login-rightbgc.svg) no-repeat center;
  background-size: contain;
}

@media screen and (orientation: portrait) {
  html {
    font-size: 26.6666666667vw;
  }

  body .login-page {
    display: block;
  }

  body header {
    padding: 0.12rem 0.12rem 0;
  }

  body header .logo-company img {
    height: 0.3rem;
    margin-right: 0.06rem;
  }

  body header .logo-company span {
    font-size: 0.16rem;
  }

  body .login-form {
    width: 100%;
    padding: 0 0.32rem;
  }

  body .login-form > h1 {
    font-size: 0.24rem;
    line-height: 0.32rem;
    margin-top: 0.64rem;
    margin-bottom: 0.32rem;
  }

  body .login-form > h1 a {
    font-size: 0.14rem;
  }

  body .login-form input {
    font-size: 0.16rem;
    height: 0.44rem;
    padding: 0.1rem 0.16rem;
    border-radius: 0.02rem 0.12rem 0.12rem 0.12rem;
  }

  body .login-form input.pr-36 {
    padding-right: 0.36rem;
  }

  body .login-form .input-field {
    margin-bottom: 0.16rem;
  }

  body .login-form .input-field .username-hints {
    margin-top: 0.02rem;
    font-size: 0.12rem;
  }

  body .login-form .input-password {
    margin-bottom: 0;
  }

  body .login-form .input-password i {
    width: 0.18rem;
    height: 0.18rem;
    right: 0.14rem;
  }

  body .login-form .login-hints {
    font-size: 0.12rem;
    margin-top: 0.02rem;
    margin-bottom: 0.24rem;
  }

  body .login-form button {
    font-size: 0.16rem;
    height: 0.46rem;
    padding: 0.1rem 0;
    border-radius: 0.12rem 0.02rem 0.12rem 0.12rem;
  }

  body .login-form > a {
    font-size: 0.16rem;
    margin-top: 0.14rem;
  }

  body .login-form .error-message {
    font-size: 0.13rem;
    line-height: 0.2rem;
    color: #DC2626;
    margin-top: 0;
    margin-bottom: 0.02rem;
  }

  body .login-form .captcha-btn {
    right: 0.1rem;
    font-size: 0.16rem;
  }

  body .find-form {
    padding: 0 0.12rem;
    margin-top: 0.32rem;
  }

  .login-form-wrapper {
    padding: 0.2rem;
  }

  .login-form-wrapper h1 {
    font-size: 0.18rem;
    line-height: 0.26rem;
    margin-bottom: 0.04rem;
  }

  .login-form-wrapper .text-caption {
    font-size: 0.12rem;
    line-height: 0.16rem;
    margin-bottom: 0.18rem;
  }

  .retrieve-password-wrapper {
    box-shadow: 0 0.54rem #f1f5f9;
  }
}

.btn-login {
  width: 100%;
}

.text-button {
  cursor: pointer;
}

.mb-20 {
  margin-bottom: 20px;
}

.login-header {
  align-items: center;
}

.login-link {
  padding: 8px;
  background: transparent;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border: 1px solid;
  cursor: pointer;
  border-color: rgba(5, 5, 5, 0.06);
  border: none;
}

.login-link.text-blue-b10 {
  background: rgba(255, 255, 255, 0.65);
}

.login-tab {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-right: -30px;
}

.login-wrapper {
  padding: 30px;
  background: rgba(255, 255, 255, 0.65);
  padding-top: 40px;
  margin-left: -40px;
  margin-right: -40px;
  border-radius: 15px;
}

#sso-btn a {
  color: #fff;
  display: inline-block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

/* purgecss end ignore */