﻿body {
  background: #e6ecf2; }

.register-header {
  width: 100%;
  height: 200px;
  background: url("../images/top-bg-.png") no-repeat; }
  .register-header .register-logo {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative; }
    .register-header .register-logo img {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      cursor: pointer; }

.register-form-wrap {
  width: 1200px;
  overflow: hidden;
  margin: 20px auto 0;
  background: #fff;
  background-image: url("../images/con-bg.png");
  background-size: 100% 100%; }

.footer {
  background: #fff; }

.register-form {
  width: 480px;
  float: left;
  margin-left: 360px; }
  .register-form .title {
    height: 33px;
    width: 100%;
    font-size: 22px;
    letter-spacing: 1px;
    color: #2478f6;
    font-weight: 900;
    margin: 50px 0;
    line-height: 33px;
    text-align: center;
    background: url("../images/icon-reg.png") no-repeat;
    background-size: auto 100%;
    background-position: 8px 0; }
  .register-form .input-style {
    height: 45px;
    width: 97%; }
  .register-form .btn {
    height: 56px;
    font-size: 18px;
    line-height: 20px;
    color: #ffffff;
    background-color: #3381ff;
    border-radius: 8px;
    opacity: 0.91; }
  .register-form .tip {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    color: #999999;
    text-align: right;
    margin-top: 19px;
    margin-bottom: 50px; }
    .register-form .tip a {
      color: #3d83f7; }

.input-group {
  width: 100%;
  margin-bottom: 29px;
  position: relative; }
  .input-group .input-tip {
    position: absolute;
    right: 0;
    transform: translateX(100%);
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 45px;
    color: #2478f6; }

.input-group-addon {
  display: table-cell;
  width: 90px;
  color: #666666;
  background: none; }

.code {
  padding: 0;
  height: 40px; }
  .code img {
    width: 100%;
    height: 100%; }

/*# sourceMappingURL=register.css.map */
