.page[data-v-24193cf3] {
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  overflow: hidden;
  color: #717171;
}
.box[data-v-24193cf3] {
  display: flex;
  height: 100%;
  position: relative;
}
.box-left[data-v-24193cf3] {
  display: flex;
  align-items: center;
  width: 50%;
  height: 100%;
  padding: 60px 0;
  transition: all 0.5s;
  flex-direction: column;
  justify-content: center;
}
.box-right[data-v-24193cf3] {
  width: 50%;
  height: 100%;
  transition: all 0.5s;
}
.logo-img[data-v-24193cf3] {
  width: 100%;
  margin-bottom: 40px;
}
.form-box[data-v-24193cf3] {
  width: 80%;
  max-width: 300px;
  margin: 0 auto;
}
.form-title[data-v-24193cf3] {
  color: #717171;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}
.input-item[data-v-24193cf3] {
  height: 40px;
  border-bottom: 1px solid #717171;
  width: 100%;
}
.input-row[data-v-24193cf3] {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 25px;
}
.count-btn-box[data-v-24193cf3] {
  width: 90px;
  flex-shrink: 0;
}
.login-btn[data-v-24193cf3] {
  margin: 40px 0;
  background: #00ba86;
  color: #fff;
  border-radius: 50px;
  padding: 10px 20px;
  text-align: center;
  border: none;
  display: block;
  width: 100%;
  box-shadow: 0px 3px 5px #00ba8620;
  cursor: pointer;
  transition: all 0.5s;
}
.login-btn[data-v-24193cf3]:hover {
  background: #00edab;
  box-shadow: 0px 3px 10px #00ba8650;
}
.divider[data-v-24193cf3] {
  font-size: 14px;
  margin-top: 20px;
  text-align: center;
  display: flex;
  justify-content: space-between;
}
.divider p[data-v-24193cf3] {
  margin: 0 10px;
}
.icon-box[data-v-24193cf3] {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
.icon-item[data-v-24193cf3] {
  margin: 0 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.icon-img[data-v-24193cf3] {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}
.qrcode-box[data-v-24193cf3] {
  width: 280px;
  height: 280px;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.wechat-tip[data-v-24193cf3] {
  font-size: 14px;
  text-align: center;
  width: 314px;
}
.login-box[data-v-24193cf3] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.swier-box img[data-v-24193cf3] {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 700px) {
.box-right[data-v-24193cf3] {
    width: 0;
}
.box-left[data-v-24193cf3] {
    width: 100%;
}
}
@media screen and (max-height: 630px) {
.box-left[data-v-24193cf3] {
    transform: scale(0.8);
}
}

.el-checkbox__input.is-checked .el-checkbox__inner,
.el-checkbox__input.is-indeterminate .el-checkbox__inner {
  border-color: #00ba86 !important;
  background-color: #00ba86 !important;
}
.el-checkbox__input.is-checked + .el-checkbox__label {
  color: #00ba86 !important;
}
.el-checkbox__inner:hover {
  border-color: #00ba86 !important;
}
.el-checkbox__input.is-focus .el-checkbox__inner {
  border-color: #00ba86 !important;
}
.login-swiper {
  height: 100%;
}

