@charset "UTF-8";
#bodyer {
  padding-top: 0; }

/*
 * 账户体系头部
 * 
 * @since 2018-5-22
 * @author xieyun
 */
#account-header {
  height: 100px;
  line-height: 100px;
  background-color: #fff;
  box-shadow: 0px 1px 12px 0px rgba(55, 55, 156, 0.16); }

#account-header .header-info {
  font-size: 0; }
  #account-header .header-info .logo,
  #account-header .header-info .text {
    display: inline-block;
    vertical-align: middle; }
  #account-header .header-info .logo {
    margin-top: -8px; }
  #account-header .header-info .text {
    color: #999;
    margin-left: 20px; }

#account-header .header-guarantee {
  width: 340px; }

#account-header .guarantee-item {
  font-size: 0;
  text-align: center; }
  #account-header .guarantee-item .icon,
  #account-header .guarantee-item .text {
    display: inline-block;
    vertical-align: middle; }
  #account-header .guarantee-item .icon {
    color: #5e5ecb;
    font-size: 24px; }
  #account-header .guarantee-item .text {
    color: #666; }

/*
 * 账户体系尾部
 * 
 * @since 2018-5-22
 * @author xieyun
 */
#account-footer .main-link {
  font-size: 0;
  text-align: center;
  padding: 0 0 15px; }
  #account-footer .main-link .link-item,
  #account-footer .main-link .link-line {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #999; }
  #account-footer .main-link .link-item:hover {
    color: #5e5ecb; }
  #account-footer .main-link .link-line {
    width: 1px;
    height: 13px;
    margin: 0 10px;
    background-color: #999; }

#account-footer .main-info {
  color: #999;
  text-align: center; }
  #account-footer .main-info .info-item {
    margin: 0 2px; }
@charset "UTF-8";
/*
 * 注册+登录
 * 
 * @since 2018-5-22
 * @author xieyun
 */
#bodyer {
  background: url(/dist/807d472dc031a25e3cf9b927b492d777.png) no-repeat center center;
  height: 700px;
  margin: 0 0 100px 0; }

.account-content {
  margin: 90px 0 0; }

.account-wrapper {
  width: 400px;
  height: 520px;
  padding: 0 50px;
  background-color: rgba(255, 255, 255, 0.96);
  box-shadow: 0px 4px 12px 0px rgba(94, 94, 203, 0.25);
  border-radius: 1px;
  position: relative; }

.account-form .form-error {
  height: 30px;
  line-height: 30px; }

.account-form .form-group .input-group-errTip {
  display: block;
  height: 30px;
  line-height: 30px; }

/*注册*/
.register-header {
  margin-bottom: 25px; }

.register-header .header-info {
  color: #999;
  margin-top: 2px; }
  .register-header .header-info a {
    color: #5e5ecb; }

.account-form .form-check {
  font-size: 0;
  color: #999;
  margin-bottom: 20px; }
  .account-form .form-check input {
    margin-top: 2px;
    outline: none; }
  .account-form .form-check a {
    color: #5e5ecb; }

/*登录*/
.login-header {
  padding: 0;
  margin-bottom: 25px;
  text-align: center; }

.login-header .tab-item,
.login-header .tab-line {
  display: inline-block;
  vertical-align: middle; }

.login-header .tab-item a {
  color: #999; }

.login-header .tab-item.active a {
  font-weight: bold;
  color: #333; }

.login-header .tab-line {
  width: 1px;
  height: 18px;
  margin: 0 70px;
  background-color: #ddd; }

.account-form .forget-pwd {
  text-align: right;
  margin-top: -10px; }
  .account-form .forget-pwd a {
    color: #999;
    text-decoration: underline; }
    .account-form .forget-pwd a:hover {
      color: #5e5ecb; }

.account-form .form-third {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 40px; }

.form-third .third-info {
  padding-left: 50px; }
  .form-third .third-info .info-title {
    display: block;
    font-weight: normal;
    color: #999;
    margin-bottom: 5px; }
  .form-third .third-info .info-img {
    font-size: 0; }
    .form-third .third-info .info-img img {
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px;
      cursor: pointer; }

.form-third .third-action {
  padding-right: 50px;
  position: relative;
  top: 40px;
  color: #999; }
  .form-third .third-action a {
    color: #5e5ecb; }

/*登录-内嵌C5登录*/

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