.lr_header {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%; }
  .lr_header .text {
    display: inline-block;
    margin-left: 30px;
    font-size: 24px;
    color: #fffefe;
    vertical-align: 16px; }

.lsj_content {
  background: #f4f6f9 url(../../images/loginBg.jpg) no-repeat center top;
  padding-top: 106px; }

.formLink {
  font-size: 16px;
  width: 730px;
  margin-left: 235px;
  margin-bottom: 16px;
  color: #fff;
  text-align: right; }
  .formLink a {
    color: #ffd100; }

.formBox {
  width: 730px;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #dddddd;
  margin-left: 233px;
  -webkit-box-shadow: 0 2px 7px rgba(115, 115, 115, 0.2);
  box-shadow: 0 2px 7px rgba(115, 115, 115, 0.2); }
  .formBox .personCommonInput {
    margin-bottom: 18px;
    position: relative; }
    .formBox .personCommonInput > ul li {
      float: left; }
    .formBox .personCommonInput .input span {
      line-height: 46px;
      color: #666;
      width: 90px;
      text-align: right;
      margin-right: 12px; }
    .formBox .personCommonInput .input input {
      width: 350px;
      height: 44px;
      font-size: 14px; }
    .formBox .personCommonInput .errorMsg {
      position: absolute;
      top: -30px;
      right: 100px;
      color: #ff6600;
      font-size: 14px;
      line-height: 40px;
      margin-left: 8px; }
    .formBox .personCommonInput .Validform_right {
      color: #71b83d; }
  .formBox .personCommonInputVcode .input input {
    width: 230px; }
  .formBox .personCommonInputVcode button {
    width: 110px;
    height: 46px;
    color: #333;
    background: #ffd100;
    cursor: pointer;
    outline: none;
    border-radius: 6px;
    border: none;
    font-size: 16px;
    margin-left: 6px; }
  .formBox .personCommonInputVcode button.disable {
    opacity: .6;
    cursor: text; }
  .formBox .personCommonInputVcode .vcodeImg {
    display: inline-block;
    width: 110px;
    height: 44px;
    overflow: hidden;
    border: 1px solid #dddddd;
    vertical-align: middle;
    margin-left: 4px; }
    .formBox .personCommonInputVcode .vcodeImg img {
      display: block;
      width: 100%;
      height: 100%; }
  .formBox .submit {
    margin: 0 auto;
    width: 350px;
    height: 46px;
    color: #333;
    background: #ffd100;
    cursor: pointer;
    text-align: center;
    line-height: 44px;
    border-radius: 6px;
    font-size: 20px; }
  .formBox .retunMsg {
    font-size: 14px;
    text-align: center; }
    .formBox .retunMsg.right {
      color: #71b83d; }
    .formBox .retunMsg.error {
      color: #ff6600; }

.lsj_content {
  padding-bottom: 60px;
  background: #f4f6f9 url(../../images/loginBg-company.jpg) no-repeat center top; }

.companyRegist {
  padding: 30px 0 40px; }
  .companyRegist .personCommonInput {
    margin-left: 124px; }
    .companyRegist .personCommonInput .input span {
      width: 100px; }
    .companyRegist .personCommonInput .input textarea {
      width: 352px;
      height: 86px;
      border: 1px solid #dddddd;
      resize: none;
      font-family: "microsoft yahei";
      font-size: 14px;
      vertical-align: top;
      padding: 10px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      overflow: auto; }
  .companyRegist .address .input {
    position: relative; }
  .companyRegist .address .addressIcon {
    position: absolute;
    right: 10px;
    top: 14px;
    cursor: pointer; }
    .companyRegist .address .addressIcon div {
      vertical-align: -3px; }
  .companyRegist .agreement {
    margin: 20px 0 30px 145px; }
    .companyRegist .agreement .checkboxLable {
      position: relative;
      display: inline-block;
      cursor: pointer;
      width: 16px;
      height: 16px;
      border: 1px solid #dddddd;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border-radius: 0;
      vertical-align: -2px;
      margin-right: 9px; }
      .companyRegist .agreement .checkboxLable i {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        display: block;
        width: 8px;
        height: 8px;
        background: #fff;
        cursor: pointer;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 0; }
      .companyRegist .agreement .checkboxLable input:checked + i {
        background: #ffd100; }
      .companyRegist .agreement .checkboxLable input {
        width: 16px;
        height: 16px;
        display: none; }
    .companyRegist .agreement span {
      font-size: 16px;
      color: #555; }
      .companyRegist .agreement span a {
        color: #ff6600; }
