﻿html {
  font-size: 100px !important;
  /* 1rem = 100px */
}

/* 登录页 */
body {
  min-height: 100vh;
  max-height: 100vh;
  background: url("https://images.weserv.nl/?url=fywfair.oss-cn-shenzhen.aliyuncs.com/ERS/wechat/20260408191330794.png") no-repeat center fixed;
  box-sizing: border-box;
  background-size: cover;
}

.login-wrap {
  box-sizing: border-box;
}

.logo {
  display: flex;
  height: 0.5rem;
  justify-content: center;
  margin-top: 1.7rem;
  background-size: cover;
}

.logo img {
  height: 0.47rem;
  background-size: cover;
}

.loginBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 80%;
  margin: 0.7rem auto 0;
}

.loginBox input {
  flex: 1;
  outline: 0;
  border: 0;
  padding-left: 0.1rem;
  font-size: 0.14rem;
  line-height: 0.2rem
}

.loginBox .numFront {
  margin: 0 0.15rem 0 0.1rem;
}

.section>.areaName {
  flex: 1;
  outline: 0;
  border: 0;
  height: 0.2rem;
  padding-left: 0.1rem;
  font-size: 0.14rem;
  color: #212121;
  line-height: 0.2rem
}

.loginBox .section {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 0.15rem;
  font-size: 0.14rem;
  margin-bottom: 0.2rem;
  border-bottom: 0.01rem solid #f3f3f3;
}

.loginBox .section label {
  width: 0.24rem;
  height: 0.24rem;
}

.loginBox .section label.uName-icon-box {
  background: url(/Images/salary/login/new-icon-name.png) no-repeat;
  background-size: cover;
}

.loginBox .section label.phone-icon-box {
  background: url(/Images/salary/login/new-icon-phone.png) no-repeat;
  background-size: cover;
}
.loginBox .section label.uarea-icon-box {
  background: url(/Images/salary/login/new-icon-position.png) no-repeat;
  background-size: cover;
}
.loginBox .section label.yzm-icon-box {
  background: url(/Images/salary/login/new-icon-code.png) no-repeat;
  background-size: cover;
}
.loginBox .section label.goChoose {
  background: url(/Images/wx/right_jt.svg) no-repeat;
}

.loginBox .section label.goChoose {
  width: 0.07rem;
  height: 0.12rem;
  background-size: cover;
}

.loginBox .section .code {
  width: 80%;
  display: flex;
  align-items: center;
}

#Valid {
  width: 0.5rem;
}

.yzm-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.yzm-box .getBtn {
  cursor: pointer;
  width: 0.54rem;
  height: 0.27rem;
  line-height: 0.27rem;
  color: #00CFD2;
  background-color: transparent;
  font-size: 0.12rem;
  border: 1px solid #00CFD2;
  box-sizing: border-box;
  border-radius: 0.05rem;
  -webkit-border-radius: 0.05rem;
  -moz-border-radius: 0.05rem;
  -ms-border-radius: 0.05rem;
  -o-border-radius: 0.05rem;
}

.yzm-box span {
  display: none;
  text-align: center;
  width: 0.54rem;
  height: 0.27rem;
  line-height: 0.27rem;
  box-sizing: border-box;
  color: #003d74;
  border: 1px solid #003d74;
  font-size: 0.14rem;
  border-radius: 0.05rem;
  -webkit-border-radius: 0.05rem;
  -moz-border-radius: 0.05rem;
  -ms-border-radius: 0.05rem;
  -o-border-radius: 0.05rem;
}

.loginBox .login {
  /* width: 95%; */
  width: 1.4rem;
  height: 0.34rem;
  color: #fff;
  font-size: 0.14rem;
  background: #00CFD2;
  border: 0.01rem solid transparent;
  border-radius: 0.04rem !important;
  margin-top: 0.16rem;
  -webkit-border-radius: 0.04rem;
  -moz-border-radius: 0.04rem;
  -ms-border-radius: 0.04rem;
  -o-border-radius: 0.04rem;
}

.tips {
  visibility: hidden;
  width: 100%;
  text-align: right;
  color: #ff6b6b;
  font-size: 0.14rem;
}

.tips_box {
  display: flex;
  justify-content: center;
  color: #999;
  font-size: 0.12rem;
  margin-top: 0.5rem;
}