.w {
  width: 1008px;
  margin: 0 auto;
}

.header {
  margin-top: 6px;
  height: 100px;
}

body {

  background: #F5F6FA;


}

.header .w {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.text {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #999;
  font-size: 14px;
  margin-top: 36px;

}

.box-form .form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;


}

.box-form .fr {
  display: none;



}

.box-form .active {
  display: flex;

}

.form-login-type-toggle {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 20px;
  color: #1A1A1A;
}


.form-login-type-toggle .item.active {
  color: #FA2C19;
  font-weight: 600;
}

.text b {
  display: inline-block;
  background: url(//storage.jd.com/retail-mall/jdc_user_login/pc/user/login/0.0.24/css/i/dd.png) no-repeat;
  width: 16px;
  height: 16px;
}

.text:hover {
  color: #a50909;
  text-decoration: underline;
}

.login_type_tab {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;


}

.login_type_tab_item {
  position: relative;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-family: PingFang SC;
  font-size: 26px;
  font-weight: 400;
  color: #828794;
  cursor: pointer;
}

.login_type_tab_item.active {

  color: #171A26;
  font-weight: 600;
}

.login-box {
  display: flex;
  gap: 200px;
}

.tab-normal {
  display: none;
}

.login-box-l {
  display: flex;
}

.login_type_tab_item.active::after {

  content: '';
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  height: 3px;
  background-color: red;


}

.login-wrap {
  position: relative;
  display: flex;
  justify-content: space-around;
  height: 476px;
  background-color: #fff;
  margin-top: 70px;
  border-radius: 12px;

}

/* 外层卡片容器 */
.login-card {

  background: #ffffff;
  border-radius: 20px;
  display: flex;
}

/* 左侧宣传区域 */
.left-wrap {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 80px;
  gap: 40px;

}

.left-wrap::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 50%;
  background-color: #eeeeee;
}


.page-title {
  width: 218px;
  height: 66px;
}

.logo-img {
  width: 100%;
  height: 100%;
}




.benefit-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.benefit-item {
  display: flex;
  align-items: center;
  font-size: 20px;
}

.icon-box {
  width: 24px;
  height: 24px;
  background-color: #fee;
  border-radius: 6px;
  color: #e6162d;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  flex-shrink: 0;
  color: #171a26;

}

.icon-box img {
  width: 100%;
  height: 100%;
}

.item-main {
  width: 130px;
  color: initial;
  font-size: 16px;

}

.item-desc {
  font-size: 14px;
  color: #828794;
}

/* 右侧登录区域 */
.right-wrap {

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
}



.right-wrap .inp {
  display: none;
  width: 368px;
}

.right-wrap .active {
  display: flex;
  flex-direction: column;
}

.right-wrap .tab-wrap {
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
  margin-top: 40px;
}

.right-wrap .tab-item {

  cursor: pointer;
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: 600;
  color: #555555;
}

.right-wrap .tab-active {
  color: #ff0f23;
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: 600;
}



.right-wrap .input-box {
  width: 100%;
  height: 44px;
  background-color: #f7f8fb;
  border-radius: 8px;
  border: none;
  padding: 0 20px;
  font-size: 12px;
  margin-bottom: 24px;
  outline: none;
}

.input-box::placeholder {
  color: #c8cdd5;
}

.password-wrap {
  width: 100%;
  height: 44px;
  border-radius: 8px;
  position: relative;
}

.eye-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  cursor: pointer;
}

.drip-input-password-icon {
  width: 16px;

}



.right-wrap .login-btn {
  display: block;
  width: 368px;
  height: 44px;
  background-color: #ffb6c1;
  border: none;
  border-radius: 8px;
  color: #fff;
  margin: 16px 0 32px;
  cursor: not-allowed;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 600;

}

.bottom-link {
  text-align: center;
  font-size: 12px;
}

.bottom-link a {
  color: #6c7280;
  text-decoration: none;
}

.split-line {
  margin: 0 16px;
  color: #d8dce3;
}

.login-form .title {
  font-family: PingFang SC;
  font-size: 20px;
  font-weight: 600;
  color: #1A1A1A;
  margin: 24px 0;
  margin-left: 40px;
}

.qrcode-desc-tip {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.show-help {
  color: #999;
  cursor: pointer;
  text-decoration: underline;
}

.form .error {
  opacity: 0;
  width: 368px;
  height: 32px;
  color: #ff0f23;
  font-size: 14px;
  padding-left: 12px;
}
.show-help:hover {
  color: #a50909;
}

.icon {
  width: 18px;
  height: 18px;
}

.qrcode-img {
  width: 120px;
  height: 120px;
  margin: 26px auto;
}

.line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 240px;
  background-color: #e5e5e5;
  flex: 1;
}

.login-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}


.login-form-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 380px;
  height: 200px;
  margin: 24px 0;
}


#formlogin {
  position: relative;

}

#formlogin input {
  margin: 8px;
  width: 368px;
  height: 44px;
  border-radius: 8px;
  background-color: #f6f4f4;
  padding-left: 12px;
  font-size: 14px;
  color: #a7a7a7;

}

.form .login-btn {

  width: 368px;
  height: 44px;
  line-height: 44px;
  border-radius: 8px;
  background-color: #FD9D94;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 600;
  margin-bottom: 34px;
}

.show-btn {
  position: absolute;
  top: 83px;
  right: 30px;
  cursor: pointer;
}

.coagent {
  width: 368px;
  height: 44px;
  margin: 0 auto;
}

.coagent ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #c1bebe;
  font-size: 12px;
}

.coagent ul li a {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #7c7b7b;
}

.coagent ul li a:hover {
  color: #ec5342;
  text-decoration: underline;
}

.coagent ul li:last-child a:hover {
  color: #383636;
}

.weixin-icon {
  width: 19px;
  height: 18px;
  display: inline-block;
  background: url(//storage.jd.com/retail-mall/jdc_user_login/pc/user/login/0.0.24/widget/login-form-2024/i/QQ-weixin.png) no-repeat -19px 0;
}

.qq-icon {
  width: 19px;
  height: 18px;
  display: inline-block;
  background: url(//storage.jd.com/retail-mall/jdc_user_login/pc/user/login/0.0.24/widget/login-form-2024/i/QQ-weixin.png) no-repeat -1px 0;
}

.footer-2013 {
  margin-top: 24px;
  text-align: center;
}

.links,
a {
  color: #999;
  font-size: 14px;


}

.footer-2013 .links a {
  margin: 0 10px;
}

.copyright {
  margin-top: 10px;
  font-size: 14px;
  color: #666;
}

.footer-2013 .links a:hover {
  color: #ec5342;
  text-decoration: underline;
}