.container-kAjh {
  -webkit-flex: 1 0 auto;
     -moz-box-flex: 1;
          flex: 1 0 auto;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

@-webkit-keyframes rotate-vhKP {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-moz-keyframes rotate-vhKP {
  0% {
    -moz-transform: rotate(0);
         transform: rotate(0);
  }

  100% {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}

@keyframes rotate-vhKP {
  0% {
    -webkit-transform: rotate(0);
       -moz-transform: rotate(0);
         -o-transform: rotate(0);
            transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.typography-m_fE {
  color: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  letter-spacing: 0.3px;
  font-weight: normal;
}

.typography-font-size-100-i8gU {
  font-family: var(--font-family-100);
  font-weight: 100;
}

.typography-font-size-200-dRQn {
  font-family: var(--font-family-200);
  font-weight: 200;
}

.typography-font-size-300-rzHz {
  font-family: var(--font-family-300);
  font-weight: 300;
}

.typography-font-size-400-aWVh {
  font-family: var(--font-family-400);
  font-weight: 400;
}

.typography-font-size-500-_Hwl {
  font-family: var(--font-family-500);
  font-weight: 500;
}

.typography-font-size-900-gNQw {
  font-family: var(--font-family-900);
  font-weight: 900;
}

.typography-h1-gr3M {
  font-size: var(--font-size-h1);
  line-height: var(--font-lineheight-h1);
}

.typography-h2-BEj0 {
  font-size: var(--font-size-h2);
  line-height: var(--font-lineheight-h2);
}

.typography-h3-coFb {
  font-size: var(--font-size-h3);
  line-height: var(--font-lineheight-h3);
}

.typography-h4-m6Ll {
  font-size: var(--font-size-h4);
  line-height: var(--font-lineheight-h4);
}

.typography-h5-mlIh {
  font-size: var(--font-size-h5);
  line-height: var(--font-lineheight-h5);
}

.typography-h6-pFdf {
  font-size: var(--font-size-h6);
  line-height: var(--font-lineheight-h6);
}

.typography-body1-jWqs {
  font-size: var(--font-size-body1);
  line-height: var(--font-lineheight-body1);
}

.typography-body2-bv4R {
  font-size: var(--font-size-body2);
  line-height: var(--font-lineheight-body2);
}

.typography-caption-Doz6 {
  font-size: var(--font-size-caption);
  line-height: var(--font-lineheight-caption);
}

.typography-color-error-b5Vj {
  color: var(--color-error);
}

.typography-color-primary-K2h0 {
  color: var(--color-primary);
}

.typography-color-textPrimary-muaj {
  color: var(--color-text-primary);
}

.typography-color-textSecondary-Gbqz {
  color: var(--color-text-secondary);
}

.typography-color-textTertiary-uJCo {
  color: var(--color-text-tertiary);
}

.typography-color-textPrimary-reverse-yz99 {
  color: var(--color-text-primary-reverse);
}

.typography-color-white-s8n6 {
  color: var(--color-text-white);
}

.typography-color-textSecondary-reverse-UdxK {
  color: var(--color-text-secondary-reverse);
}

.typography-color-textTertiary-reverse-gdTV {
  color: var(--color-text-tertiary-reverse);
}

.typography-color-disabled-Agcd {
  color: var(--color-text-disabled);
}

.typography-color-disabled-reverse-LNeh {
  color: var(--color-text-disabled-reverse);
}

.typography-color-inherit-F1oU {
  color: inherit;
}

.typography-align-inherit-AFX6 {
  text-align: inherit;
}

.typography-align-justify-Fg2r {
  text-align: justify;
}

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

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

.typography-align-right-iQwO {
  text-align: right;
}

.typography-noWarp-M0Ey {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.normal-hidden-emhk {
  display: none;
}

@media screen and (max-width: 600px) {
  .normal-hidden-emhk {
    display: inline;
  }

  .sm-hidden-jIac {
    display: none;
  }

  .typography-sm-h1-Orgs {
    font-size: var(--font-size-h1);
    line-height: var(--font-lineheight-h1);
  }

  .typography-sm-h2-PdCl {
    font-size: var(--font-size-h2);
    line-height: var(--font-lineheight-h2);
  }

  .typography-sm-h3-MO_e {
    font-size: var(--font-size-h3);
    line-height: var(--font-lineheight-h3);
  }

  .typography-sm-h4-pMrW {
    font-size: var(--font-size-h4);
    line-height: var(--font-lineheight-h4);
  }

  .typography-sm-h5-AlcW {
    font-size: var(--font-size-h5);
    line-height: var(--font-lineheight-h5);
  }

  .typography-sm-h6-zw5C {
    font-size: var(--font-size-h6);
    line-height: var(--font-lineheight-h6);
  }

  .typography-sm-body1-qsyQ {
    font-size: var(--font-size-body1);
    line-height: var(--font-lineheight-body1);
  }

  .typography-sm-body2-vuUi {
    font-size: var(--font-size-body2);
    line-height: var(--font-lineheight-body2);
  }

  .typography-sm-caption-MsS2 {
    font-size: var(--font-size-caption);
    line-height: var(--font-lineheight-caption);
  }
}


/*# sourceMappingURL=byteplus-components-src-Loading.77e8b29a.css.map*/