body {
  margin: 0;
  /* overflow: hidden; */
}
a {
  text-decoration: none;
}
p {
  margin: 0;
  padding: 0;
}
#login {
  width: 100%;
  height: 100vh;
  background-image: url('../images/login/bg.png');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  /* overflow: hidden; */
  position: relative;
}
.login_content {
  width: 1360px;
  height: 80vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.login_content .welcome_img img {
  display: block;
  margin: 0 auto;
}
.login_content .login_box {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.login_content .welcome_login .welcome_login_box {
  width: 440px;
  height: 480px;
  background-color: #fff;
  border-radius: 3px;
  padding: 40px;
  position: relative;
}
.welcome_login_box .back {
  position: absolute;
  left: 36px;
  top: 54px;
}
.welcome_login_box .welcome_text {
  font-size: 24px;
  color: #333333;
  line-height: 30px;
  margin: 10px 0;
  font-weight: bold;
  text-align: center;
}
.welcome_login_box .line {
  width: 48px;
  height: 4px;
  margin: 0 auto;
  background-color: #005a9f;
}
.welcome_login_box .btn_box {
  display: flex;
}
.submitbtn {
  height: 3.125rem;
  line-height: 3.125rem;
  background: #2466b9;
  border-radius: 0.25rem;
  font-size: 1.125rem;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.5rem;
  margin-top: 2rem;
  cursor: pointer;
  flex: 1;
  border: 1px solid #2466b9;
}
.submitbtn.zc {
  margin-left: 20px;
  background: #fff;
  color: #2466b9;
  border: 1px solid #2466b9;
}
.submitbtn:hover {
  background: rgba(36, 102, 185, 0.867);
}
.submitbtn.zc:hover {
  background: #f7f7f7;
}
.b_txtx {
  font-size: 16px;
  font-weight: 400;
  color: #bebebe;
  text-align: center;
  margin-top: 31px;
}
.form-group {
  margin-bottom: 0.8rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 56px;
}
.po-r {
  position: relative;
  height: 3.125rem;
  line-height: 3.125rem;
  background: #f2f4fa;
  border-radius: 8px;
  display: flex;
  align-items: center;
  flex: 1;
}
.po2 {
  border-right: solid 1px #dddd;
  height: 25px;
  line-height: 38px;
  padding: 0 12px;
  display: inline-block;
}
input.customs {
  margin-left: 0px;
  height: 3rem;
  line-height: 3rem;
  width: 100%;
  outline: none;
  border-width: 0;
  background: #f2f4fa;
  border-radius: 8px;
  font-size: 15px;
}
.yanzhengma {
  display: flex;
  gap: 0.5625rem;
}
.iconimg {
  width: 1.5rem;
  height: 100%;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
}
.iconimg.c1 {
  background-image: url('../images/login/uesr.png');
}
.iconimg.c2 {
  background-image: url('../images/login/psw.png');
}
.iconimg.c3 {
  background-image: url('../images/login/yzm.png');
}
.clean_btn {
  background-color: #b3b3b3;
  border-radius: 50%;
  width: 21px;
  height: 21px;
  position: absolute;
  right: 10px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.welcome_login_box .wxerm {
  display: block;
  margin: 40px auto;
}
.welcome_login_box .note {
  text-align: center;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
}
.welcome_login_box .note .phonetext {
  color: #2466b9;
}

.customs:focus{
	box-shadow:none !important;
}
