html,
body {
  height: 100%;
}

body {
  background: linear-gradient(
    10deg,
    rgba(116, 132, 153, 1) 0%,
    rgba(148, 164, 179, 1) 100%
  ) !important;
}

.logo {
  margin-top: 7%;
  display: flex;
  align-items: center;
}

.logofont {
  font-weight: bold;
  color: #fff;
  font-size: 26px;
}

.logoimg {
  width: 77px;
  height: 66px;
  margin-right: 25px;
}

.logoimg img {
  width: 100%;
}

.logofont .url {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 3.5px;
  margin-top: 5px;
}

.copyright {
  margin-top: 5%;
  text-align: center;
  font-size: 14px;
  line-height: 26px;
  color: #fff;
}

.login_wrap {
  /*width: 518px;*/
}

.outerLayer {
  width: 100%;
  min-height: 100%;
  /*background: url(../images/login/login_bg.png) no-repeat 0% 0%;*/
  background-color: #f5f6f9;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  flex-direction: column;
  align-items: center;
}

.sellback {
  width: 420px;
  height: 430px;
  /*margin:0 10% 0px auto;*/
  margin: 10vh auto 0 auto;
  background-color: #fff;
  border-radius: 10px;
}

.warp_content {
  width: 340px;
  margin: 0 auto;
  padding-top: 20px;
  text-align: center;
}

.warp_content .title {
  margin-top: 10px;
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 1px solid #eee;
}

.warp_content .title h3 {
  font-size: 20px;
  color: #333;
  line-height: 32px;
}

.formInfo {
  /*margin-top: 30px;*/
  overflow: hidden;
}
.formInfo > div:nth-child(1),
.formInfo > div:nth-child(2) {
  height: 210px;
}

.formInfo .formText {
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

.formInfo .formText .input-text {
  border: 0;
  height: 42px;
  padding: 6px 28px 6px 18px;
  width: 340px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.formInfo .formText input:focus {
  outline: none;
  box-shadow: none;
}

.formInfo .formText .login-icon {
  position: absolute;
  top: 9px;
  left: 18px;
  width: 14px;
  height: 13px;
  z-index: 9;
  border-right: 1px solid #e3e4e8;
  height: 30px;
  width: 30px;
}

.formInfo .submitDiv {
  font-size: 0;
  padding-top: 20px;
}

/*.formInfo .submitDiv .sub {*/
/*width: 135px;*/
/*height: 44px;*/
/*border: 0;*/
/*background: linear-gradient(10deg, rgba(253, 85, 0, 1) 0%, rgba(253, 85, 0, 1) 100%);*/
/*color: #FFF;*/
/*padding: 0;*/
/*font-size: 16px;*/
/*cursor: pointer;*/
/*font-family: "Microsoft YaHei";*/
/*}*/

/*.formInfo .submitDiv .qp_sub {*/
/*width: 100%;*/
/*border-radius: 5px;*/
/*}*/

.passwordText {
  height: 20px;
  margin-top: 15px;
  line-height: 20px;
}

.passwordl {
  float: left;
  height: 20px;
  line-height: 20px;
}

.passwordl .check {
  width: 17px;
  height: 17px;
  border: 1px solid #d4d4d4;
  background-color: #fff;
}

.passwordl label {
  margin-top: -10px;
  margin-left: 3px;
}

.passwordr {
  float: right;
  color: #999;
}

.passwordr a {
  font-size: 14px;
  color: #999;
  margin: 0 5px;
}

/*------------------*/
.l-login {
  width: 1000px;
  height: 520px;
  background-color: #fff;
  margin: 20vh 0;
  display: flex;
  border-radius: 5px;
  overflow: hidden;
}
.l-login-left img {
  width: 100%;
  height: 100%;
}

.l-login-title {
  width: 230px;
  margin: 0 auto;
  text-align: center;
  font-size: 30px;
  padding: 64px 0 40px;
}
.item-title {
  font-size: 14px;
  color: #999;
  margin-bottom: 5px;
}
.l-login-right {
  padding: 40px 70px;
  box-sizing: border-box;
  position: relative;
}
.l-login-weixin {
  position: absolute;
  right: 42px;
  top: 42px;
}
.login-t {
  position: absolute;
  left: -100px;
  top: 5px;
  box-sizing: content-box;
  width: 87px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  font-size: 12px;
  background: #d9e5ff;
  border: 1px solid #bad0ff;
  color: #3778ff;
}
.login-t::after {
  content: " ";
  display: block;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -6px;
  border: 6px solid transparent;
  border-left-color: #d6e4f7;
  transform: translateX(0.5px);
  margin-left: -2px;
  z-index: 1;
}
.l-login-weixin img {
  width: 42px;
  height: 42px;
}
.wx-title {
  margin: 0;
  padding-top: 35px;
  font-size: 18px;
  color: #333;
  text-align: center;
}
.wx-code {
  width: 200px;
  height: 200px;
  border: 1px solid #e2e2e2;
  padding: 10px;
  border-radius: 4px;
  margin: 60px auto 20px;
}
.wx-code img {
  width: 100%;
  height: 100%;
}
.wx-tip {
  font-size: 14px;
  color: #333;
  text-align: center;
}
