.register-con {
  padding-top: 60px;
  background: #fff url(../images/register-bg.png) center no-repeat;
  padding-bottom: 60px;
  height: 868px;
}
.register-con .meta {
  padding: 30px 0;
  text-align: center;
  color: #666;
}
.register-con .copy {
  text-align: center;
  color: #999;
  line-height: 24px;
  margin-top: 20px;
}
.main-con {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
.main-con .goindex {
  position: absolute;
  top: -40px;
  right: 0;
  color: #ff8700;
}
.main-con .form {
  display: block;
  width: 500px;
  margin: 0 auto;
}
.main-con .form .input-item {
  margin-bottom: 30px;
  position: relative;
}
.main-con .form .input-item .input {
  width: 400px;
  padding-left: 12px;
  height: 45px;
  border: 1px solid #ddd;
}
.main-con .form .input-item .input.catptcha {
  width: 270px;
}
.main-con .form .input-item .input.sms-code {
  width: 270px;
}
.main-con .form .input-item label {
  display: inline-block;
  padding-right: 16px;
  width: 92px;
  text-align: right;
  color: #666;
}
.main-con .form .input-item .get-btn {
  width: 116px;
  height: 45px;
  text-align: center;
  background-color: #ff8700;
  line-height: 45px;
  color: #fff;
}
.main-con .form .input-item .error {
  color: red;
  position: absolute;
  top: 50px;
  left: 92px;
}
.main-con .form .input-checkbox {
  padding-left: 92px;
  margin-bottom: 30px;
}
.main-con .form .submit {
  width: 400px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  margin-left: 92px;
  background-color: #ff8700;
}
