@charset "UTF-8";
/**
 * 四川省广元市公共资源电子化系统登录页
 * date: 2024-4-16
 * author: xhz;
 */
html,
body {
  height: 100%;
}

body {
  min-height: 753px;
}

.header {
  height: 88px;
  line-height: 88px;
  padding-left: 35px;
}
.header .logo {
  vertical-align: middle;
}

.footer {
  height: 185px;
}

.main {
  position: relative;
  height: calc(100% - 88px - 185px);
  background: url(../images/bg.jpg) no-repeat center 0;
}

.renovate canvas {
		display: block;
		width: 160px;
		height: 160px;
		margin: 35px auto;
}

/* footer */
.ewb-footer {
  position: relative;
  padding-top: 15px;
  height: 134px;
  width: 1100px;
  margin: 0 auto;
}

.ewb-footer-p {
  line-height: 24px;
  font-size: 14px;
  text-align: center;
  color: #666;
}

.ewb-footer-icon {
  display: inline-block;
  margin-top: 1px;
  margin-right: 12px;
  width: 18px;
  height: 20px;
  vertical-align: top;
  background: url("../images/footer_icon.png") no-repeat;
}

.ewb-footer a {
  position: absolute;
}

.ewb-footer-link1 {
  top: 33px;
  left: 152px;
}

.ewb-footer-link2 {
  top: 40px;
  right: 253px;
}

.weixin {
  position: absolute;
  top: 26px;
  right: 140px;
  width: 50px;
  height: 50px;
}

.weixin img {
  width: 100px;
  height: 100px;
}

.content {
  position: absolute;
  height: 480px;
  display: flex;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 4px;
  box-shadow: 0 0 10px #6ea0e6;
}
.content > * {
  height: 100%;
}

.scan {
  width: 286px;
  border-radius: 4px 0 0 4px;
  background: url(../images/code-bg.png) no-repeat center 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 50px;
  text-align: center;
  color: #fff;
}
.scan .title {
  font-size: 28px;
  font-weight: bold;
}
.scan .qrcode {
  display: block;
  width: 126px;
  height: 126px;
  margin: 35px auto;
}
.scan .txt {
  font-size: 14px;
}
.scan .txt a {
  color: #05e1f4;
}

.login {
  width: 515px;
  background: #fff;
  border-radius: 0 4px 4px 0;
  padding: 40px 68px 0 68px;
}
.login .login-title {
  display: flex;
  justify-content: space-around;
}
.login .login-title span {
  font-size: 24px;
  color: #666666;
  height: 36px;
  line-height: 36px;
  position: relative;
  font-weight: bold;
  cursor: pointer;
}
.login .login-title span:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -14px;
  transform: translateX(-50%);
  width: 40px;
  height: 3px;
  background: transparent;
}
.login .login-title span.active {
  color: #2590eb;
}
.login .login-title span.active:before {
  background: #2590eb;
}

.login-form .form-row {
  position: relative;
  margin-bottom: 24px;
  vertical-align: middle;
}
.login-form .form-row .icon {
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  width: 43px;
  height: 100%;
}
.login-form .form-row .icon.user {
  background-image: url("../images/user-icon.png");
}
.login-form .form-row .icon.pwd {
  background-image: url("../images/pwd-icon.png");
}
.login-form .form-row .txt {
  border: 1px solid #dcdfe2;
  width: 100%;
  height: 40px;
  border-radius: 2px;
  padding-left: 48px;
  box-sizing: border-box;
  line-height: 38px;
  font-size: 14px;
  outline: none;
}
.login-form .form-row .txt:focus {
  border-color: #005cc5;
}
.login-form .form-row .btnbar {
  margin-top: 50px;
}
.login-form .form-row .btnbar > .btnlogin {
  width: 100%;
  font-size: 20px;
  color: #fff;
  background: #005cc5;
  height: 60px;
  line-height: 60px;
  border: none;
  cursor: pointer;
  outline: none;
  border-radius: 4px;
  /* 字体间距 */
  letter-spacing: 10px;
}
.login-form .form-row .btnbar > .btnlogin:hover,
.login-form .form-row .btnbar > .btnlogin:active {
  background: #024796;
}
.login-form .form-row .eye {
  width: 16px;
  height: 14px;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  background: url(../images/eye.png) no-repeat center center;
  background-size: 100% 100%;
}
.login-form .form-row .eye.open {
  background: url(../images/eye-open.png) no-repeat center center;
  background-size: 100% 100%;
}

.login-content {
  margin-top: 60px;
}

.submit-btn {
  margin-top: 40px;
  height: 46px;
  color: #fff;
  background: #3472d7;
  text-align: center;
  line-height: 46px;
  font-size: 16px;
  letter-spacing: 15px;
}

.links {
  margin-top: 20px;
  line-height: 21px;
}
.links a {
  color: #2590eb;
}

.b-txt {
  margin-top: 57px;
  line-height: 21px;
}
.b-txt a {
  color: #2590eb;
}

.notdetected {
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.notdetected span {
  display: inline-block;
  vertical-align: top;
  padding-left: 26px;
  color: #ff514e;
  background: url(../images/notdetected.png) no-repeat left center;
}