.register-header {
  position: relative;
  width: 100%;
  height: 90px;
  background: #fff;
  box-shadow: 0px 2px 4px 0px rgba(160, 160, 160, 0.5);
}
.register-header .g-main {
  height: 90px ;
}
.register-header .g-main .register-guohui {
  display: inline-block;
  vertical-align: middle;
  margin-left: 21px;
  width: 44px;
  height: 46px;
  background: url("../img/guohui.png");
}
.register-header .g-main .register-title {
  display: inline-block;
  vertical-align: middle;
  margin-left: 21px;
}
.register-header .g-main .register-title .register-title-b {
  font-size: 24px;
}
.register-header .g-main .register-title .register-title-l {
  font-size: 18px;
}
.changePassword-title-bg {
  margin-top: 31px;
  width: 100%;
  height: 70px;
  line-height: 70px;
  color: #fff;
  font-size: 24px;
  background: #65A4FF;
  text-align: center;
}
.register-panel {
  position: relative;
  width: 100%;
  background: #fff;
  padding: 30px 320px 110px 320px;
  margin-top: 31px;
}
.register-panel .register-title {
  position: relative;
  color: #1B8EF8;
  margin-bottom: 46px;
  font-size: 24px;
  text-align: center;
}
.register-panel .register-title:before {
  position: absolute;
  bottom: -7px;
  left: 255px;
  content: "";
  width: 48px;
  height: 1px;
  background: #1B8EF8;
}
.register-panel .changePassword-title {
  position: relative;
  margin-top: 18px;
  margin-bottom: 34px;
  text-align: center;
  font-size: 20px;
  color: #666;
}
.register-panel .findPassword-icon {
  display: block;
  margin: 0 auto;
  width: 120px;
  height: 120px;
  font-size: 115px;
  color: #338CFA;
}
.register-panel .register-row {
  position: relative;
  margin-bottom: 27px;
}
.register-panel .register-row .icon {
  position: absolute;
  left: 17px;
  top: 12px;
  color: #999999;
  font-size: 16px;
}
.register-panel .register-row .icon.iconyonghuming {
  top: 10px;
  font-size: 18px;
}
.register-panel .register-row input {
  border: 1px solid #DBDBDB;
  outline: none;
  width: 100%;
  height: 40px;
  padding-left: 70px;
}
.register-panel .register-row input::placeholder {
  color: #999;
}
.register-panel .register-row .vertical-bar {
  position: absolute;
  top: 8px;
  left: 48px;
  width: 1px;
  height: 24px;
  background: #DCDCDC;
}
.register-panel .register-row .auth-code {
  width: 383px;
}
.register-panel .register-row .send-code {
  float: right;
  width: 165px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #65A4FF;
  color: #fff;
  cursor: pointer;
  border: none;
}
.register-panel .agreement {
  padding-left: 18px;
  margin-bottom: 35px;
}
.register-panel .agreement input[type=radio] {
  position: relative;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-right: 14px;
  border-radius: 3px;
  border: 1px solid #c1c1c1;
}
.register-panel .agreement input[type=radio]:checked::after {
  position: absolute;
  bottom: -2px;
  left: 1px;
  content: "✓";
  font-size: 15px;
  font-weight: bold;
}
.register-panel .agreement .blue {
  color: #1B8EF8;
}
.register-panel .register-btn {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #65A4FF;
  cursor: pointer;
  border: none;
  color: #fff;
}
.register-panel .login-error-inf {
  margin: 0 auto;
  background-color: #fbe1e3;
  border-color: #fbe1e3;
  color: #e73d4a;
  width: 308px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.register-panel .register-btn.changePassword-btn {
  border-radius: 4px;
  background: linear-gradient(to right, #3de2e1 0%, #2485e8 100%);
}
.register-panel .register-btn.changePassword-btn a {
  display: block;
  color: #fff;
}
.register-panel .changePassword-toLogin {
  position: absolute;
  text-align: center;
  bottom: 23px;
  width: 560px;
}
.register-panel .changePassword-toLogin .changePassword-span a {
  color: #2486E8;
}
/*# sourceMappingURL=register.css.map */