.bg {
  position: absolute;
  top: 0;
  width: 0; }

.loginlogo {
  width: 158px;
  height: 48px;
  margin-top: 16px;
  display: block; }

.header {
  background: #ffffff; }

.backhome {
  display: block;
  width: 88px;
  height: 24px;
  border-radius: 24px;
  border: 2px solid #D9D9D9;
  color: #656565;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  margin-top: 22px; }

.backlogin {
  color: #3F66F6;
  margin-left: 20px;
  margin-top: 50px;
  display: inline-block;
  font-size: 14px;
  line-height: 22px; }
  .backlogin i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    border: 1px solid #3F66F6;
    text-align: center;
    margin-right: 10px; }

.forgetboxs {
  font-size: 14px;
  width: 500px;
  height: 500px;
  background: #fff;
  margin: 120px auto 175px;
  border-radius: 8px;
  border: 1px solid #D9D9D9;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); }
  .forgetboxs a {
    color: #3F66F6; }
  .forgetboxs .inputline {
    border: 1px solid #C1C1C1;
    border-radius: 100px;
    width: 334px;
    margin-top: 20px;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    padding-left: 24px; }
  .forgetboxs label {
    display: inline-block;
    vertical-align: middle;
    width: 84px;
    font-size: 14px;
    line-height: 38px; }
  .forgetboxs input {
    height: 38px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 20px;
    border-width: 0;
    outline: none;
    width: 228px;
    font-size: 14px; }
  .forgetboxs label {
    font-size: 14px;
    color: #333333; }
  .forgetboxs .sendcode {
    font-size: 0;
    line-height: 0; }
    .forgetboxs .sendcode a {
      display: inline-block;
      vertical-align: middle;
      width: 108px;
      position: relative;
      line-height: 38px;
      position: relative;
      color: #3F66F6;
      font-size: 14px; }
      .forgetboxs .sendcode a::before {
        height: 20px;
        width: 1px;
        content: '';
        left: 0;
        top: 9px;
        background: #e1e1e1;
        display: block;
        position: absolute; }
    .forgetboxs .sendcode input {
      display: inline-block;
      vertical-align: middle;
      width: 122px; }

.loginbtn {
  background: #3F66F6;
  width: 360px;
  height: 40px;
  border-radius: 100px;
  color: #ffffff;
  font-size: 16px;
  border-width: 0;
  outline: none;
  margin-top: 40px; }

.welcome {
  color: #656565;
  line-height: 29px;
  font-size: 22px;
  padding: 40px 0 20px;
  font-weight: normal; }

.w360 {
  width: 360px;
  margin: 0 auto; }
