#w_grid-1564023248492 {
    display: none;
}
#w_grid-1616062243340 {
    display: none;
}


.page-login-wrap {
  margin-top: 100px;
  min-height: 640px;
  /*background: url("//custproj00042-1.ceydz.com/cus-js/2022-12/fuyuanfangzhenhua/qianduan_html/imgs/bg-login.jpg") no-repeat center;*/
  background-size: cover;
}

.page-login * {
  box-sizing: border-box;
}

.page-login {
  max-width: 1400px;
  height: 700px;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  justify-content: space-between;
  align-items: center;
  /*background: #ddd;*/
}

.login-form {
  width: 480px;
  min-height: 451px;
  background: #ffffff;
  box-shadow: 0px 10px 20px 1px rgba(1, 100, 98, 0.2);
  border-radius: 10px 10px 10px 10px;
  opacity: 1;
  padding: 40px;
}

.login-title {
  margin-bottom: 30px;
  text-align: center;
  font-size: 28px;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #dd2430;
}

.form-item {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  height: 50px;
  background: #ffffff;
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
  border: 1px solid #eeeeee;
  overflow: hidden;
}

.form-label {
  text-align: center;
  min-width: 50px;
  /*padding-left: 15px;*/
  /*padding-right: 15px;*/
  /*border-right: 1px solid #eee;*/
}

.form-input {
  flex: 1;
  position: relative;
}
.form-input input {
  width: 100%;
  height: 50px;
  border: none;
  padding-left: 15px;
  padding-left: 0;
}

.forget-box a {
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333;
  text-decoration: none;
}

.login-btn {
  width: 400px;
  height: 50px;
  background: #dd2430;
  border-radius: 4px 4px 4px 4px;
  font-size: 16px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
}

.link-box {
  margin: 30px 0;
  display: flex;
  justify-content: space-between;
  /* justify-content: center; */
}

.link-box a {
  color: #333;
  text-decoration: none;
}

.login-tab {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tab-divider {
  width: 1px;
  height: 16px;
  background: #aaa;
  margin: 0 30px;
}

.login-tab-item {
  position: relative;
  cursor: pointer;
}
.login-tab-item.active {
  color: #dd2430;
}

.login-tab-item.active:after {
  content: "";
  position: absolute;
  bottom: -10px;
  width: 3em;
  height: 2px;
  left: calc((100% - 3em) / 2);
  background: #174c97;

  display: none;
}

.btn-get-code {
  display: none;
  position: absolute;
  right: 15px;
  font-size: 14px;
  top: 14px;
  background: transparent;
  color: #174c97;
}

.forget-link {
  /* display: none; */
}

.login-text {
  width: 620px;
  text-align: left;
}

.login-text-title {
  font-size: 58px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
}

.login-text-desc {
  margin-top: 18px;
  font-size: 18px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 26px;
}















@media screen and (max-width: 1024px) {
    .page-login {
        flex-direction: column;
    }
    .login-text {
      display: none;   
    }
    
    .form-input input::-webkit-input-placeholder {
        font-size: 14px;
    }
}


