.count-btn[data-v-80b55730] {
  width: 100%;
  background: #00ba86;
  color: #fff;
  padding: 10px;
  border: none;
  border-radius: 5px;
  flex-shrink: 0;
  cursor: pointer;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.count-btn[data-v-80b55730]:hover {
  background: #00edab;
  box-shadow: 0px 3px 10px #0f9979;
}
.count-btn.disable[data-v-80b55730] {
  background: #ccc;
}
.count-btn.disable[data-v-80b55730]:hover {
  background: #ccc;
  box-shadow: none;
  cursor: not-allowed;
}
.count-btn.gf-background[data-v-80b55730] {
  background: #114a25;
}
.count-btn.gf-background[data-v-80b55730]:hover {
  background: #114a25;
  box-shadow: none;
}
.count-btn .load[data-v-80b55730] {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 5px solid #fff;
  border-radius: 100%;
}
.count-btn .open[data-v-80b55730] {
  border-top: 5px solid transparent;
  -webkit-animation: load-animate-data-v-80b55730 infinite linear 1s;
  animation: load-animate-data-v-80b55730 infinite linear 1s;
}
@-webkit-keyframes load-animate-data-v-80b55730 {
0% {
    transform: rotate(0deg);
}
50% {
    transform: rotate(180deg);
    opacity: 0.35;
}
100% {
    transform: rotate(360deg);
}
}
@keyframes load-animate-data-v-80b55730 {
0% {
    transform: rotate(0deg);
}
50% {
    transform: rotate(180deg);
    opacity: 0.35;
}
100% {
    transform: rotate(360deg);
}
}

.page[data-v-e72fb1a0] {
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  overflow: hidden;
  color: #717171;
}
.box[data-v-e72fb1a0] {
  display: flex;
  height: 100%;
  position: relative;
}
.box-left[data-v-e72fb1a0] {
  width: 50%;
  height: 100%;
  padding: 100px 0;
  transition: all 0.5s;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  display: flex;
}
.box-right[data-v-e72fb1a0] {
  width: 50%;
  height: 100%;
  transition: all 0.5s;
}
.logo-img[data-v-e72fb1a0] {
  width: 100%;
  margin-bottom: 40px;
}
.form-box[data-v-e72fb1a0] {
  width: 80%;
  max-width: 300px;
  margin: 0 auto;
}
.form-title[data-v-e72fb1a0] {
  color: #717171;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 40px;
}
.input-item[data-v-e72fb1a0] {
  height: 40px;
  border-bottom: 2px solid #eee;
  width: 100%;
}
.input-row[data-v-e72fb1a0] {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 25px;
}
.count-btn-box[data-v-e72fb1a0] {
  width: 90px;
  flex-shrink: 0;
  margin-left: 20px;
}
.login-btn[data-v-e72fb1a0] {
  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 #0f9979;
  cursor: pointer;
  transition: all 0.5s;
}
.login-btn[data-v-e72fb1a0]:hover {
  background: #00edab;
  box-shadow: 0px 3px 10px #0f9979;
}
.divider[data-v-e72fb1a0] {
  font-size: 14px;
  margin-top: 20px;
  text-align: center;
  display: flex;
  justify-content: space-between;
}
.icon-box[data-v-e72fb1a0] {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
.icon-item[data-v-e72fb1a0] {
  margin: 0 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.icon-img[data-v-e72fb1a0] {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}
.swier-box img[data-v-e72fb1a0] {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 700px) {
.box-right[data-v-e72fb1a0] {
    width: 0;
}
.box-left[data-v-e72fb1a0] {
    width: 100%;
}
}

.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%;
}

.page[data-v-68f4f9c4] {
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  overflow: hidden;
  color: #717171;
}
.box[data-v-68f4f9c4] {
  display: flex;
  height: 100%;
  position: relative;
}
.box-left[data-v-68f4f9c4] {
  width: 50%;
  height: 100%;
  padding: 100px 0;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.box-right[data-v-68f4f9c4] {
  width: 50%;
  height: 100%;
  transition: all 0.5s;
}
.logo-img[data-v-68f4f9c4] {
  width: 100%;
  margin-bottom: 40px;
}
.form-box[data-v-68f4f9c4] {
  width: 80%;
  max-width: 300px;
  margin: 0 auto;
}
.form-title[data-v-68f4f9c4] {
  color: #717171;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 40px;
}
.input-item[data-v-68f4f9c4] {
  height: 40px;
  border-bottom: 2px solid #eee;
  width: 100%;
}
.input-row[data-v-68f4f9c4] {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 25px;
  position: relative;
}
.count-btn-box[data-v-68f4f9c4] {
  width: 90px;
  flex-shrink: 0;
  margin-left: 20px;
}
.login-btn[data-v-68f4f9c4] {
  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 #0f9979;
  cursor: pointer;
  transition: all 0.5s;
}
.login-btn[data-v-68f4f9c4]:hover {
  background: #00edab;
  box-shadow: 0px 3px 10px #0f9979;
}
.divider[data-v-68f4f9c4] {
  font-size: 14px;
  margin-top: 20px;
  text-align: center;
  display: flex;
  justify-content: space-between;
}
.icon-box[data-v-68f4f9c4] {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
.icon-item[data-v-68f4f9c4] {
  margin: 0 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.icon-img[data-v-68f4f9c4] {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}
.swier-box img[data-v-68f4f9c4] {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 700px) {
.box-right[data-v-68f4f9c4] {
    width: 0;
}
.box-left[data-v-68f4f9c4] {
    width: 100%;
}
}
.password-icon[data-v-68f4f9c4] {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.5s;
}
.password-icon[data-v-68f4f9c4]:hover {
  background: #eee;
}
.password-icon img[data-v-68f4f9c4] {
  width: 30px;
}
.scaleHidden[data-v-68f4f9c4] {
  transform: scale(0);
}

.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%;
}

.gf-login[data-v-7e33514c] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100vh;
  padding-top: 43px;
}
.login-panel-wrapper[data-v-7e33514c] {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 21px 141px 24px;
  background-color: rgba(255, 255, 255, 0.45);
  border-radius: 53px;
}
.login-panel-wrapper__title[data-v-7e33514c] {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-size: 52px;
  color: #ffffff;
  font-weight: 700;
  line-height: 62px;
  text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.16);
}
.login-panel[data-v-7e33514c] {
  margin-top: 20px;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}
.login-panel__title[data-v-7e33514c] {
  width: 556px;
  padding: 9px 0 5px;
  text-align: center;
  font-family: SourceHanSansCN-Medium-GBpc-EUC-H, SourceHanSansCN-Medium-GBpc-EUC-H;
  font-size: 32px;
  color: #ffffff;
  background-color: #00ba86;
}
.login-panel__form[data-v-7e33514c] {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 9px 0 16px;
}
.qrcode-box[data-v-7e33514c] {
  display: flex;
  justify-content: center;
  width: 280px;
  overflow: hidden;
}
.wechat-tip[data-v-7e33514c] {
  width: 314px;
  text-align: center;
  font-size: 14px;
}
.form-title[data-v-7e33514c] {
  margin-bottom: 18px;
  text-align: center;
  font-size: 12px;
  color: #898989;
}
.input-row[data-v-7e33514c] {
  position: relative;
  display: flex;
  align-items: center;
  width: 383px;
  height: 52px;
  padding: 0 38px;
  margin-bottom: 32px;
  border: 1px solid #898989;
  border-radius: 10px;
  overflow: hidden;
}
.input-row__icon[data-v-7e33514c] {
  width: 18px;
  height: 21px;
  margin-right: 22px;
}
.input-item[data-v-7e33514c] {
  width: 100%;
  height: 27px;
  font-family: SourceHanSansCN-Medium-GBpc-EUC-H, SourceHanSansCN-Medium-GBpc-EUC-H;
  font-size: 20px;
  color: #898989;
}
.count-btn-box[data-v-7e33514c] {
  flex-shrink: 0;
  width: 90px;
  margin-left: 20px;
}
.login-btn[data-v-7e33514c] {
  width: 383px;
  height: 52px;
  font-family: SourceHanSansCN-Medium-GBpc-EUC-H, SourceHanSansCN-Medium-GBpc-EUC-H;
  font-size: 24px;
  color: #ffffff;
  background-color: #114a25;
  border-radius: 10px;
}
.password-icon[data-v-7e33514c] {
  position: absolute;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all 0.5s;
  cursor: pointer;
}
.password-icon[data-v-7e33514c]:hover {
  background: #eee;
}
.password-icon img[data-v-7e33514c] {
  width: 30px;
}
.scaleHidden[data-v-7e33514c] {
  transform: scale(0);
}
.divider[data-v-7e33514c] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 11px;
}
.divider__line[data-v-7e33514c] {
  width: 149px;
  height: 1px;
  background-color: #898989;
}
.divider__text[data-v-7e33514c] {
  margin: 0 3px;
  font-family: SourceHanSansCN-Medium-GBpc-EUC-H, SourceHanSansCN-Medium-GBpc-EUC-H;
  font-size: 12px;
  color: #898989;
  line-height: 15px;
}
.icon-box[data-v-7e33514c] {
  display: flex;
  margin-top: 18px;
}
.icon-item[data-v-7e33514c] {
  cursor: pointer;
}
.icon-item[data-v-7e33514c]:not(:first-child) {
  margin-left: 55px;
}
.icon-img[data-v-7e33514c] {
  width: 81px;
  height: 81px;
}

.gf-login[data-v-61e7af38] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100vh;
  padding-top: 43px;
}
.login-panel-wrapper[data-v-61e7af38] {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 21px 141px 24px;
  background-color: rgba(255, 255, 255, 0.45);
  border-radius: 53px;
}
.login-panel-wrapper__title[data-v-61e7af38] {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: bold;
  font-size: 45px;
  color: #000000;
  line-height: 62px;
  text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.16);
}
.login-panel[data-v-61e7af38] {
  margin-top: 20px;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}
.login-panel__title[data-v-61e7af38] {
  width: 556px;
  padding: 9px 0 5px;
  text-align: center;
  font-family: SourceHanSansCN-Medium-GBpc-EUC-H, SourceHanSansCN-Medium-GBpc-EUC-H;
  font-size: 32px;
  color: #ffffff;
  background-color: #00ba86;
}
.login-panel__form[data-v-61e7af38] {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 9px 0 16px;
}
.qrcode-box[data-v-61e7af38] {
  display: flex;
  justify-content: center;
  width: 280px;
  overflow: hidden;
}
.wechat-tip[data-v-61e7af38] {
  width: 314px;
  text-align: center;
  font-size: 14px;
}
.form-title[data-v-61e7af38] {
  margin-bottom: 18px;
  text-align: center;
  font-size: 12px;
  color: #898989;
}
.input-row[data-v-61e7af38] {
  position: relative;
  display: flex;
  align-items: center;
  width: 383px;
  height: 52px;
  padding: 0 38px;
  margin-bottom: 32px;
  border: 1px solid #898989;
  border-radius: 10px;
  overflow: hidden;
}
.input-row__icon[data-v-61e7af38] {
  width: 18px;
  height: 21px;
  margin-right: 22px;
}
.input-item[data-v-61e7af38] {
  width: 100%;
  height: 27px;
  font-family: SourceHanSansCN-Medium-GBpc-EUC-H, SourceHanSansCN-Medium-GBpc-EUC-H;
  font-size: 20px;
  color: #898989;
}
.count-btn-box[data-v-61e7af38] {
  flex-shrink: 0;
  width: 90px;
  margin-left: 20px;
}
.login-btn[data-v-61e7af38] {
  width: 383px;
  height: 52px;
  font-family: SourceHanSansCN-Medium-GBpc-EUC-H, SourceHanSansCN-Medium-GBpc-EUC-H;
  font-size: 24px;
  color: #ffffff;
  background-color: #709fa9;
  border-radius: 10px;
}
.password-icon[data-v-61e7af38] {
  position: absolute;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all 0.5s;
  cursor: pointer;
}
.password-icon[data-v-61e7af38]:hover {
  background: #eee;
}
.password-icon img[data-v-61e7af38] {
  width: 30px;
}
.scaleHidden[data-v-61e7af38] {
  transform: scale(0);
}
.divider[data-v-61e7af38] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 11px;
}
.divider__line[data-v-61e7af38] {
  width: 149px;
  height: 1px;
  background-color: #898989;
}
.divider__text[data-v-61e7af38] {
  margin: 0 3px;
  font-family: SourceHanSansCN-Medium-GBpc-EUC-H, SourceHanSansCN-Medium-GBpc-EUC-H;
  font-size: 12px;
  color: #898989;
  line-height: 15px;
}
.icon-box[data-v-61e7af38] {
  display: flex;
  margin-top: 18px;
}
.icon-item[data-v-61e7af38] {
  cursor: pointer;
}
.icon-item[data-v-61e7af38]:not(:first-child) {
  margin-left: 55px;
}
.icon-img[data-v-61e7af38] {
  width: 81px;
  height: 81px;
}

