@charset "UTF-8";
/*
 * 找回密码
 * 
 * @since 2018-5-22
 * @author xieyun
 */
.findPwd-title {
  padding: 35px 0;
  text-align: center;
  color: #5e5ecb; }

.findPwd-content {
  background-color: #fff;
  border-radius: 1px;
  text-align: center;
  padding-bottom: 100px; }

.findPwd-process {
  font-size: 0;
  padding: 60px 0 30px; }

.findPwd-process .process-item {
  display: inline-block;
  vertical-align: middle;
  color: #999; }

.findPwd-process .process-item i,
.findPwd-process .process-item span {
  display: inline-block;
  vertical-align: middle; }

.findPwd-process .process-item i.icon {
  font-size: 20px;
  line-height: 1;
  margin-right: 10px; }

.findPwd-process .process-item i.branch {
  padding: 0 40px; }

.findPwd-process .process-current {
  color: #333; }

.findPwd-process .process-branch {
  padding: 0 40px; }

.findPwd-form {
  width: 300px;
  margin: 0 auto; }

.findPwd-form .form-title {
  margin: 40px 0 10px; }

.findPwd-form .form-error {
  height: 30px;
  line-height: 30px;
  text-align: left; }
@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; }

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