.login[data-v-7589b93f] {
  width: 100%;
  height: 100vh;
  background: var(--textBackground);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  /* padding: 50px 50px; */
}
.logTitle[data-v-7589b93f] {
  height: 23px;
  font-size: var(--sizeMiddleTitle);
  font-weight: 600;
  color: var(--textRegular);
}
.elCard[data-v-7589b93f] {
  background: #ffffff;
  box-shadow: 0px 1px 4px 0px var(--textBoard);
  border-radius: 4px;
  padding: 50px 0px;
  position: relative;
  top: -70px;
}
.langBox[data-v-7589b93f] {
  width: 120px;
  position: fixed;
  right: 0;
  top: 30px;
}
.el-dropdown[data-v-7589b93f] {
  cursor: pointer;
}
.title-login[data-v-7589b93f] {
  text-align: center;
  margin-bottom: 30px;
  /* background: yellow; */
}
.elfrom[data-v-7589b93f] {
  margin: 0px 80px;
}
.elInput[data-v-7589b93f] {
  width: 320px;
  height: 28px;
}
/* 区号输入框 */
.telephone[data-v-7589b93f] {
  position: relative;
}
.telephone-select[data-v-7589b93f] {
  outline: none;
  cursor: pointer;
  position: absolute;
  top: 7px;
  left: 10px;
  z-index: 1111;
  border: none;
  line-height: 26px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  color: var(--themeColor);
  font-size: var(--sizeLarger);
  font-weight: 600;
}
.telephone-select[data-v-7589b93f]:hover {
  color: #0dcba3;
}
.logoImageContent[data-v-7589b93f] {
  text-align: center;
  /* background: yellow; */
  margin-bottom: 25px;
}
.logoImage[data-v-7589b93f] {
  width: 150px;
}
.switch_login[data-v-7589b93f] {
  padding: 0;
  margin: 20px 190px;
  list-style: none;
}
.switch_login li[data-v-7589b93f] {
  display: inline-block;
  cursor: pointer;
}
.switch_login .active[data-v-7589b93f] {
  font-weight: bold;
  color: #0dcba3;
}

