.language-btn[data-v-b6459de6] {
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8em;
  border-radius: 18px;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  cursor: pointer;
  color: #2447F9;
}

.logo-box[data-v-58ab548f] {
  position: absolute;
  top: 50%;
  left: 0;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 80px;
  z-index: 100;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.logo-box .xiaohuashi-name[data-v-58ab548f] {
  font-size: 34px;
  background: -webkit-gradient(linear, left top, left bottom, from(#7A91FE), color-stop(79.33%, #284AF9));
  background: linear-gradient(180deg, #7A91FE 0%, #284AF9 79.33%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 600;
  height: auto;
  line-height: 1.2;
  margin-bottom: 0;
  text-decoration: none;
  white-space: nowrap;
}
.form-header {
  position: static;
  -webkit-transform: none;
          transform: none;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: auto;
}
.form-header {
  font-size: 24px;
  text-align: center;
  color: #284AF9;
}

