html {
  --color-main-blue: #4a48a0;
  --color-main-light-blue: #297df0;
}
.page-login {
}
.page-wrapper {
  width: 1200px;
  margin: 0 auto;
}
.page-login-head {
  display: flex;
  align-items: center;
  padding: 20px 0;
}
.page-login-head a {
  display: block;
  width: 260px;
  height: 40px;
}
.page-login-head a img {
  display: block;
}
.page-login-head p {
  color: var(--color-main-blue);
  font-size: 20px;
  padding-left: 20px;
  border-left: 1px solid var(--color-main-blue);
  margin-left: 35px;
  height: 20px;
  line-height: 20px;
}
.page-login-content {
  width: 100%;
  height: 680px;
  background: url("../images/main/login-bg.png") no-repeat center/100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-login-wrapper {
  display: flex;
  box-shadow: 0px 4px 10px rgba(10, 10, 10, 0.3);
}
.page-lw-left {
  width: 55%;
}
.page-lw-left > img {
  border-top-left-radius: 10px;
  width: 100%;
}
.page-lw-benefit {
  background-color: rgba(41, 125, 240, 0.77);
  color: whtie;
  border-bottom-left-radius: 10px;
  color: white;
  padding: 20px 20px 40px;
}
.page-lw-benefit h5 {
  text-align: center;
  font-size: 20px;
}
.page-lw-benefit p {
  font-size: 14px;
  margin: 15px 0;
}
.page-lw-benefit li {
  font-size: 14px;
  list-style: disc;
  margin: 5px 0 0 15px;
}
.page-lw-right {
  width: 45%;
  background-color: #f2f3f5;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.page-lw-tab {
  display: flex;
  padding: 10px 10% 0;
  background-color: white;
  border-top-right-radius: 10px;
}
.page-lw-tab p {
  flex: 1;
  position: relative;
  text-align: center;
  font-size: 18px;
  padding: 20px 0;
  margin: 0 20px;
  cursor: pointer;
}
.page-lw-tab p.on {
  color: var(--color-main-light-blue);
  border-bottom: 2px solid var(--color-main-light-blue);
}
.page-login-item {
  position: relative;
  margin-bottom: 25px;
  display: flex;
  flex: 1;
}
.page-login-item input {
  flex: 1;
  min-width: 0;
  background-color: white;
  border-radius: 8px;
  border: 1px solid #e1e1e1;
  padding: 15px;
  font-size: 14px;
}
.page-login-send {
  display: block;
  background-color: var(--color-main-light-blue);
  color: white;
  border-radius: 30px;
  font-size: 14px;
  width: 45%;
  text-align: center;
  margin-left: 20px;
  cursor: pointer;
}
.page-login-form {
  padding: 40px 20px 20px;
  height: 300px;
}
.page-login-submit {
  display: block;
  background-color: var(--color-main-light-blue);
  color: white;
  border-radius: 10px;
  font-size: 14px;
  width: 100%;
  text-align: center;
  cursor: pointer;
  height: 48px;
  line-height: 48px;
}
.page-login-error {
  position: absolute;
  top: 110%;
  left: 10px;
  font-size: 12px;
  color: red;
}
.page-login-other {
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.page-login-ol {
  flex: 1;
  font-size: 14px;
  color: #999;
  display: flex;
  align-items: center;
}
.page-login-qq {
  display: block;
  width: 22px;
  height: 22px;
  background: url("../images/main/icon-qq.png") no-repeat center/contain;
  margin-left: 10px;
}
.page-login-wechat {
  display: block;
  width: 22px;
  height: 22px;
  background: url("../images/main/icon-wechat.png") no-repeat center/contain;
  margin-left: 20px;
}
.page-login-or {
  color: #999 !important;
  font-size: 14px;
}
.page-login-supplier {
  margin: 20px 20px 0;
  padding: 20px 0;
  border-top: 1px solid #ddd;
  text-align: center;
}
.page-login-supplier a {
  font-size: 14px;
  color: var(--color-main-light-blue);
}
.page-login-footer {
  padding: 30px 0;
}
.footdibu_left {
  margin-right: 20px !important;
}
.page-login-footer .footdibu_left a,
.page-login-footer .footdibu_left p span {
  font-size: 14px !important;
  color: black !important;
}
.page-login-pwd-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
  background: url("../images/main/icon-eye.png") no-repeat center/contain;
  display: block;
  cursor: pointer;
}
.page-login-pwd-toggle.on {
  top: 14px;
  right: 14px;
  width: 22px;
  height: 22px;
  background: url("../images/main/icon-eye-open.png") no-repeat center/contain;
}
.page-login-pwd-toggle + input {
  padding-right: 40px;
}
.page-login-auto {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.page-login-auto input {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  font-size: 14px;
  cursor: pointer;
}
.page-login-auto p {
  flex: 1;
  font-size: 14px;
  color: #999;
}
.page-login-auto a {
  font-size: 14px;
  color: var(--color-main-light-blue) !important;
}
.page-lw-tab-block {
  display: none;
}
.page-lw-tab-block.on {
  display: block;
}
.page-login-title {
  color: var(--color-main-light-blue);
  font-size: 24px;
}
.page-login-title {
  text-align: center;
  font-size: 22px;
  font-weight: normal;
  margin-top: 40px;
}
.page-login-item-wrapper {
  display: flex;
}
.page-login-item-wrapper label {
  display: block;
  margin: 15px 5px 0 0;
  font-size: 14px;
  color: #666;
  width: 100px;
  text-align: right;
}
.page-login-item-wrapper label .red {
  color: red;
}
.page-register-login {
  border-top: 0;
  color: #999;
  font-size: 14px;
  margin-top: 0;
}
.page-register-login a {
  margin-left: 5px;
}
.page-rw-right {
  background-color: white;
}
