@charset "UTF-8";
/**
 * 连云港市公共资源交易中心数智平台项目 中心登录
 * date: 2026-2-10
 * author: haotang;
 */
body {
  background: url('../../images/images/login_bg.jpg') center center no-repeat;
  background-size: cover;
  position: relative;
}

.login-logo {
  position: absolute;
  left: 97px;
  top: 50px;
}
.login-content {
  /* position: absolute; */
  /* left: 50%; */
  /* top: 50%; */
  /* -webkit-transform: translate(-50%, -50%); */
  /* -ms-transform: translate(-50%, -50%); */
  /* transform: translate(-50%, -50%); */
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.login-content .login-welcome {
  position: relative;
  z-index: 0;
  margin-right: 161px;
}
.login-welcome {
  color: #fff;
  width: 800px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.login-welcome .cn {
  line-height: 87px;
  height: 87px;
  font-size: 58px;
  font-weight: 700;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.login-welcome .en {
  height: 39px;
  line-height: 39px;
  margin-top: 9px;
  font-size: 26px;
  font-weight: 300;
  opacity: 0.6;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.login-box {
  width: 458px;
  height: 511px;
  border-radius: 8px;
  background-color: #fff;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 36px 63px 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.login-choose {
  height: 49px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.login-choose-item {
  width: 50%;
  line-height: 44px;
  height: 49px;
  font-size: 24px;
  cursor: pointer;
  text-align: center;
  position: relative;
}
.login-choose-item.active {
  position: relative;
  font-weight: 700;
}
.login-choose-item.active::before {
  position: absolute;
  content: '';
  width: 46px;
  height: 3px;
  border-radius: 2px;
  background-color: #2468f2;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.login-form {
  display: none;
  padding-top: 31px;
}
.login-form.active {
  display: block;
}
.login-form .form-item .control-box {
  height: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #dcdfe2;
  border-radius: 2px;
  background-color: #fff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.login-form .form-item .control-box.show-password .password-toggle {
  background-image: url('../../images/images/password_ico2.png');
}
.login-form .form-item .control-box .password-toggle {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  margin-right: 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../../images/images/password_ico1.png');
  cursor: pointer;
}
.login-form .form-item .control-ico {
  width: 32px;
  height: 32px;
  margin-left: 9px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.login-form .form-item .control-input {
  width: 100%;
  border: none;
  outline: none;
  margin: 0 6px;
  background: transparent;
  height: 100%;
}
.login-form .form-item .control-tip {
  height: 26px;
}
.login-form .form-item .control-tip p {
  display: none;
  color: #f5222d;
}
.login-form .form-item .control.error .control-box {
  border-color: #f5222d;
  background-color: rgba(245, 34, 45, 0.1);
}
.login-form .form-item .control.error .control-tip p {
  display: block;
}
.login-form .form-item .verify-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.login-form .form-item .verify-box .control-box {
  width: 100%;
}
.login-form .form-item .verify-item {
  width: 93px;
  height: 48px;
  margin-left: 5px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  cursor: pointer;
}
.login-form .form-item.error .control-box {
  border-color: #f5222d;
  background-color: rgba(245, 34, 45, 0.1);
}
.login-form .form-item.error .control-tip p {
  display: block;
}
.login-form .form-btn {
  margin-top: 18px;
}
.login-form .form-btn .login-submit {
  height: 48px;
  background-color: #2590eb;
  color: #fff;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
  border-radius: 1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 18px;
}
.login-form .form-btn .login-submit:hover {
  opacity: 0.8;
}
.login-form .form-download {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 11px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.login-form .form-download > a {
  color: #3472d7;
  line-height: 30px;
  height: 30px;
}
.login-form .ca-check {
  height: 21px;
  line-height: 21px;
  color: #ff514e;
  padding-left: 26px;
  background: url('../../images/images/warn.png') left center no-repeat;
  margin-bottom: 31px;
}

@media screen and (max-width: 1680px) {
  .login-content .login-welcome {
    margin-right: 100px;
  }
  .login-welcome {
    width: 600px;
  }
  .login-welcome .cn {
    font-size: 48px;
    line-height: 72px;
    height: 72px;
  }
  .login-welcome .en {
    font-size: 22px;
    line-height: 33px;
    height: 33px;
  }
}
@media screen and (max-width: 1440px) {
  .login-content .login-welcome {
    margin-right: 60px;
  }
  .login-welcome {
    width: 500px;
  }
  .login-welcome .cn {
    font-size: 40px;
    line-height: 60px;
    height: 60px;
  }
  .login-welcome .en {
    font-size: 18px;
    line-height: 27px;
    height: 27px;
  }
}
