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

.login-hd {
  height: 92px;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  padding: 0 0 0 30px;
  margin: 0;
}
.login-hd > .name {
  font-size: 32px;
  font-weight: 700;
  margin-left: 17px;
}
.login-hd > .system {
  margin-left: 30px;
  color: #0355b6;
  font-size: 36px;
  font-weight: 700;
  position: relative;
}
.login-hd > .system::before {
  position: absolute;
  content: '';
  width: 2px;
  height: 29px;
  background-color: #ccd5de;
  left: -14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.login-bd {
  height: -webkit-calc(100% - 92px);
  height: calc(100% - 92px);
  position: relative;
}
.login-content {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
  box-shadow: 0px 4px 19.6px rgba(18, 87, 186, 0.25);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  border-radius: 4px;
  background-color: #fff;
}
.login-content > .operation {
  width: -webkit-calc(100% - 326px);
  width: calc(100% - 326px);
  border-radius: 4px 0 0 4px;
  background-color: #fff;
  padding: 0 38px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.login-content > .right-help {
  width: 326px;
  border-radius: 0 4px 4px 0;
  background: url('../images/help_bg.jpg');
  background-size: 100% 100%;
  padding: 25px 28px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.login-item {
  position: absolute;
  width: 821px;
  height: 480px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.login-item .xiaoqiao_item {
  position: absolute;
  right: -170px;
  bottom: 30px;
  z-index: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 198px;
  height: 168px;
}
.login-item .xiaoqiao_item-img {
  width: 104px;
  height: 101px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.login-item .xiaoqiao_item:hover {
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}
.login-item .xiaoqiao_item:hover .welcome {
  display: block;
}
.login-item .xiaoqiao_item .welcome {
  width: 148px;
  height: 64px;
  position: absolute;
  right: 0;
  top: 0;
  background: url('../images/welcome_box.png');
  display: none;
  padding: 3px 0 0 4px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
}
.login-item .xiaoqiao_item .welcome p:nth-child(1) {
  height: 18px;
  line-height: 18px;
  color: #333;
}
.login-item .xiaoqiao_item .welcome p:nth-child(2) {
  color: #000;
  line-height: 14px;
}
.login-item .xiaoqiao_item-close {
  position: absolute;
  right: 12px;
  top: 6px;
  width: 12px;
  height: 12px;
  background: url('../images/close.png') center no-repeat;
}

.right-help-link {
  height: 327px;
  border-bottom: 1px solid #b8c8df;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.right-help-link-tt {
  font-weight: 700;
  font-size: 18px;
  color: #53617c;
  height: 27px;
  line-height: 27px;
}
.right-help-link-list {
  height: -webkit-calc(100% - 16px - 27px - 16px);
  height: calc(100% - 16px - 27px - 16px);
  overflow: auto;
  margin: 16px 0;
}
.right-help-link-list > a {
  color: #627794;
  line-height: 21px;
  display: block;
  margin-bottom: 12px;
}
.right-help-link-list > a:hover {
  text-decoration: underline;
  color: #2590eb;
}
.right-help .tool {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}
.right-help .tool-item {
  margin-top: 20px;
  width: 124px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #2590eb;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  color: #2590eb;
}
.right-help .tool-item:hover {
  opacity: 0.6;
}
.right-help .tool-item > img {
  margin-right: 4px;
}

.operation-box {
  height: -webkit-calc(100% - 52px);
  height: calc(100% - 52px);
  padding-top: 30px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.operation-box .login-choose {
  height: 44px;
  border-bottom: 1px solid #efefef;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-around;
}
.operation-box .login-choose-item {
  height: 43px;
  line-height: 27px;
  padding: 0 4px;
  position: relative;
  font-size: 18px;
  color: #666;
  cursor: pointer;
}
.operation-box .login-choose-item.active {
  font-weight: 700;
  color: #3472d7;
}
.operation-box .login-choose-item.active::before {
  position: absolute;
  content: '';
  width: 40px;
  height: 3px;
  background-color: #3472d7;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.operation-box .login-form {
  height: -webkit-calc(100% - 44px);
  height: calc(100% - 44px);
}
.operation-box .login-form .form-item {
  height: 100%;
  display: none;
}
.operation-box .login-form .form-item.active {
  display: block;
}
.operation-link {
  height: 52px;
  margin: 0 20px;
  border-top: 1px dashed #b8c8df;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  padding: 8px 0 26px;
  color: #888d99;
  font-size: 12px;
}
.operation-link > a {
  width: 12px;
  height: 12px;
  margin: 0 7px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
}
.operation-link > a:nth-child(1) {
  margin-left: 30px;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}

.form-item .form-btn {
  margin-top: 18px;
}
.form-item .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;
  display: block;
}
.form-item .form-btn .login-submit:hover {
  opacity: 0.8;
}
.form-item.ca-box .ca-tip {
  height: 61px;
  padding-top: 30px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-item.ca-box .ca-tip > p {
  color: #ff514e;
  padding-left: 26px;
  height: 21px;
  line-height: 21px;
  background: url('../images/warn.png') left center no-repeat;
}
.form-item.ca-box .control-box {
  height: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  border: 1px solid #dcdfe2;
  border-radius: 2px;
  background-color: #fff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}
.form-item.ca-box .control-box.show-password .password-toggle {
  background-image: url('../images/password_ico2.png');
}
.form-item.ca-box .control-box .password-toggle {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  margin-right: 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../images/password_ico1.png');
  cursor: pointer;
}
.form-item.ca-box .control-ico {
  width: 32px;
  height: 32px;
  margin-left: 9px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
}
.form-item.ca-box .control-input {
  width: 100%;
  border: none;
  outline: none;
  margin: 0 6px;
  background: transparent;
  height: 100%;
}
.form-item.ca-box .control-tip {
  height: 26px;
}
.form-item.ca-box .control-tip p {
  display: none;
  color: #f5222d;
}
.form-item.ca-box .control.error .control-box {
  border-color: #f5222d;
  background-color: rgba(245, 34, 45, 0.1);
}
.form-item.ca-box .control.error .control-tip p {
  display: block;
}
.form-item.ca-box .cahelp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  height: 21px;
  margin-top: 16px;
  color: #666;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}
.form-item.ca-box .cahelp a {
  color: #2590eb;
}
.form-item.ca-box .cahelp a:hover {
  text-decoration: underline;
}
.form-item.ca-box .guide-box {
  height: 57px;
  margin-top: 42px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}
.form-item.ca-box .guide-item {
  position: relative;
}
.form-item.ca-box .guide-item:hover .guide-more {
  display: block;
}
.form-item.ca-box .guide-click {
  background-position: center top 5px;
  background-repeat: no-repeat;
  background-image: url('../images/book.png');
  line-height: 21px;
  padding-top: 36px;
  color: #8992a9;
  display: block;
}
.form-item.ca-box .guide-click:hover {
  background-image: url('../images/book_act.png');
  color: #2590eb;
}
.form-item.ca-box .guide-click.phone {
  background-image: url('../images/phone.png');
}
.form-item.ca-box .guide-click.phone:hover {
  background-image: url('../images/phone_act.png');
}
.form-item.ca-box .guide-more {
  position: absolute;
  background: #ffffff;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 16px;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  display: none;
}
.form-item.ca-box .guide-more > a {
  display: block;
  white-space: nowrap;
  line-height: 29px;
  height: 29px;
  color: #333;
}
.form-item.ca-box .guide-more > a:hover {
  color: #2590eb;
}
.form-item.error .control-box {
  border-color: #f5222d;
  background-color: rgba(245, 34, 45, 0.1);
}
.form-item.error .control-tip p {
  display: block;
}
.form-item.sfb-login > .tip {
  line-height: 26px;
  margin: 40px 0;
  font-size: 18px;
  color: #30bb7b;
}
.form-item.ca-mix {
  overflow: hidden;
}
.form-item.ca-mix .qrcode-box {
  width: 150px;
  height: 150px;
  margin: 25px auto 0;
  border: 1px solid #eee;
}
.form-item.ca-mix .tip-box {
  margin-top: 4px;
  text-align: center;
  color: #666;
  line-height: 22px;
}
.form-item.ca-mix .tip-box a {
  color: #2590eb;
}
.form-item.ca-mix .more-app {
  margin-top: 22px;
  height: 110px;
}
.form-item.ca-mix .more-app .swiper-container .swiper-slide {
  border-radius: 4px;
}
.form-item.ca-mix .more-app .swiper-container .swiper-slide .more-app-item {
  width: 90px;
  height: 104px;
  display: block;
  padding-top: 6px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
}
.form-item.ca-mix .more-app .swiper-container .swiper-slide .more-app-item:hover {
  background-color: rgba(37, 143, 235, 0.0745098039);
}
.form-item.ca-mix .more-app .swiper-container .swiper-slide .more-app-item:hover p {
  color: #2590eb;
}
.form-item.ca-mix .more-app .swiper-container .swiper-slide img {
  width: 70px;
  height: 70px;
  display: block;
}
.form-item.ca-mix .more-app .swiper-container .swiper-slide p {
  color: #666;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
