.line {
  width: 100%;
  height: 10px;
  background-color: #1577ff;
}
html,
body {
  height: 100%;
}
.register-box {
  width: 100%;
  /* height: calc(100% - 10px); */
  /* height: 100%; */
  background: url("../img/login-bc.png") no-repeat center;
  background-size: cover;
  overflow: hidden;
}
.register-box .container {
  width: 520px;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 110px;
}
.register-box .container .logo {
  text-align: center;
  margin-bottom: 70px;
}
.register-box .container .logo img {
  width: 284px;
  height: 80px;
}

.register-form {
  border-radius: 3px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);
  background-color: #fff;
  margin-bottom: 309px;
}
.register-form .register-header {
  box-shadow: 0 1px 2px 0 rgba(0, 117, 255, 0.17);
  height: 52px;
  line-height: 52px;
  text-align: center;
  color: #0075ff;
  font-size: 28px;
}
.register-form .register-info {
  padding: 0 48px;
}
.register-form .kf {
  background-color: #e0eaff;
  width: 100%;
  height: 52px;
  font-size: 22px;
  text-align: center;
  color: #296bef;
  line-height: 52px;
  display: inline-block;
}
.register-form input {
  width: 424px;
  border-radius: 3px;
  border: solid 2px #e0eaff;
  height: 48px;
  padding-left: 20px;
  font-size: 16px;
  margin-bottom: 20px;
  color: #767c87;
}
.register-form .code input {
  width: 260px;
  float: left;
  margin-right: 20px;
  margin-bottom: 0;
}
.register-form .code {
  margin-bottom: 20px;
}
.register-form .code img {
  width: 144px;
  height: 48px;
  cursor: pointer;
}
.register-form .register-btn {
  height: 48px;
  border-radius: 3px;
  border: solid 2px #e0eaff;
  background-color: #0075ff;
  font-size: 22px;
  text-align: center;
  line-height: 48px;
  color: #fff;
  margin-bottom: 22px;
  cursor: pointer;
  width: 100%;
}
.go-login {
  font-size: 16px;
  text-align: center;
  color: #296bef;
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
.tips {
  margin-top: -15px;
  height: 22px;
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}

.tips img {
  width: 22px;
  height: 22px;
  margin-right: 10px;
}
.tips span {
  font-size: 14px;
  color: #767c87;
}
::-webkit-input-placeholder {
  color: #9aa4c1;
}
.lb-header {
  height: 25px;
  display: flex;
  justify-content: center;
  margin-top: 31px;
  margin-bottom: 23px;
}
.lb-header a {
  color: #9aa4c1;
}
.lb-header a.active {
  color: #0075ff;
}
.web-master {
  margin-right: 130px;
}
