body,
html {
  width: 100%;
  height: 100%;
  background-color: #ededed;
}
body {
  background: url('../images/login/logoBg.png') 100% 100%;
}
.main {
  width: 436px;
  height: 700px;
  background-color: #fff;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px 0;
}
.main .logo {
  text-align: center;
  color: #333333;
  font-size: 16px;
  letter-spacing: 2px;
}
.main .logo .name {
  margin-top: 15px;
  margin-bottom: 16px;
}
.main .body {
  position: relative;
  padding-bottom: 45px;
  width: 365px;
  margin: 0 auto;
}
.main .body input {
  border: none;
  border-bottom: 1px solid #c6c6c6;
  height: 50px;
  width: 365px;
  margin-bottom: 10px;
  font-size: 16px;
}
.main .body .phoneNumTip {
  display: none;
  background-color: #fff;
  position: absolute;
  color: #ff3232;
  font-size: 16px;
  top: 74px;
}
.main .body .userPasswordTip {
  display: none;
  position: absolute;
  color: #ff3232;
  top: 133px;
  font-size: 16px;
  background-color: #fff;
}
.main .body .verificationCodeTip {
  display: none;
  background-color: #fff;
  position: absolute;
  color: #ff3232;
  font-size: 16px;
  top: 193px;
}
.main .body .messageCodeTip {
  display: none;
  background-color: #fff;
  position: absolute;
  color: #ff3232;
  font-size: 16px;
  top: 253px;
}
.main .body .getMessageCode {
  position: absolute;
  border: none;
  background-color: transparent;
  color: #2882ff;
  cursor: pointer;
  font-size: 16px;
  top: 253px;
  right: 2px;
}
.main .body .getMessageCode:hover {
  color: #0060e5;
}
.main .body #imgCode {
  position: absolute;
  top: 193px;
  right: 2px;
}
.main .body .textCodeTip {
  position: absolute;
  top: 193px;
  display: none;
  color: #ff3232;
  font-size: 16px;
  background-color: #fff;
}
.main .body .fa,
.main .body .passwordEye {
  cursor: pointer;
  position: absolute;
  right: 5px;
}
.main .body .fa {
  top: 18px;
  display: none;
  font-size: 20px;
}
.main .body .passwordEye {
  width: 18px;
  height: 13px;
  top: 133px;
}
.main .body .passwordEye.invisible {
  background: url('../images/login/yincang.png') center center no-repeat;
  visibility: visible;
}
.main .body .passwordEye.visible {
  background: url('../images/login/xianshi.png');
  visibility: visible;
}
.main .body .forgetPassword {
  position: absolute;
  right: -8px;
  cursor: pointer;
  color: #506684;
}
.main .body .forgetPassword:hover {
  color: #2882ff;
}
.main .body .register {
  width: 365px;
  height: 44px;
  font-size: 18px;
  cursor: pointer;
  background-color: #2882ff;
  color: #ffffff;
  line-height: 44px;
  text-align: center;
  margin-top: 34px;
  border-radius: 5px;
}
.main .body .register:hover {
  background: #0060e5;
}
.main .body .prompt {
  display: none;
  position: absolute;
  top: 57px;
  left: 200px;
  font-size: 16px;
  color: #ff3232;
}
.main .body .extraTips {
  text-align: center;
  color: #506684;
  margin-top: 15px;
}
.main .body .extraTips .registrationAgreement {
  text-decoration: underline;
  color: #4e6381;
  font-size: 14px;
}
.main .body .versionType {
  padding-top: 30px;
  padding-left: 58px;
  height: 50px;
}
.main .body .versionType > div {
  float: left;
  position: relative;
  padding-left: 30px;
  margin-right: 34px;
  font-size: 14px;
  color: #506684;
}
.main .body .versionType > div .nochoose {
  display: inline-block;
  position: absolute;
  left: 7px;
  top: 2px;
  width: 16px;
  height: 16px;
  background: url('../images/register/weixuan.png');
}
.main .body .versionType > div .nochoose.active {
  background: url('../images/register/yixuan.png');
}
.main .body .versionType > div img {
  margin-left: 3px;
  cursor: pointer;
}
.main .body .versionType > div .typeTips {
  display: none;
  position: absolute;
  width: 182px;
  padding: 10px;
  font-size: 12px;
  line-height: 20px;
}
.main .body .versionType > div .typeTips.personTips {
  top: -73px;
  left: 0px;
  height: 75px;
  background: url('../images/register/geren.png');
}
.main .body .versionType > div .typeTips.companyTips {
  top: -92px;
  left: -1px;
  height: 95px;
  background: url('../images/register/qiyeban.png');
}
.main .sucTips {
  display: none;
  width: 365px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 110px;
}
.main .sucTips .sucImg {
  margin-top: 110px;
}
.main .sucTips .sucText {
  margin-top: 45px;
  font-size: 36px;
  color: #2882ff;
}
.main .sucTips .littleTips {
  margin-top: 25px;
  font-size: 16px;
  color: #999999;
}
.main .footer {
  border-top: 1px solid #dedede;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #333333;
  font-size: 14px;
}
.main .footer .special {
  color: #2882ff;
  cursor: pointer;
}
.main .footer .special:hover {
  color: #0060e5;
}
