body {
    font-family: Microsoft YaHei light;
    background: #F1F3F4;
}
/*头信息*/
.l-index-container {
    position: relative;
    height: 100%;
    color: #595959;
}

.l-header {
    background-color: #fff;
    height: 80px;
    padding: 0;
    width: 100%;
}

.l-header-logo {
    float: left;
    padding-left: 20px;
    padding-top: 12px;
}

.l-header-logo > img {
    border: 0px;
    max-width: 100%;
}

.l-header-logoname {
    display: block;
    float: left;
    border-left: 1px solid #005ea1;
    margin: 26px 0 0 26px;
    padding-left: 26px;
    line-height: 34px;
    color: #005ea1;

}

.l-header-logoname span {
    float: left;
    font-size: 20px;
}

.l-logoNam-cn {
    padding-right: 10px;
}
/*尾信息*/
.l-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.l-copyright {
    font-size: 14px;
}

.l-copyright {
    line-height: 55px;
    color: #545454;
    background-color: #fff;
}
/*内容*/
.fuelux {
    width: 60%;
    margin: 0 auto;
}

/* 覆盖框架样式 */
.wizard > .actions {
    position: inherit !important;
    float: inherit !important;
    text-align: center;
    width: 100%;
}
.fuelux .wizard > .steps-container > ul.steps li{
    width:  33.3333%;
}

.actions > .btn {
    width: 40%;
}

.col-sm-10 {
    padding: 0;
}

/*.step-content {
    height: 300px;
}*/

/* 第一步相关样式 */
.step1 {
    padding-left: 45px;
}

.step1 .type-btn {
    display: block;
    padding: 15px 15px;
    margin: 25px 0 0 0;
    font-size: 1.1em;
    width: 260px;
    color: #28a3ef;
    background: #fff;
    border: 1px solid #28a3ef;
    cursor: pointer;
    line-height: 42px;
    font-weight: bold;
}

.type-btn:hover,
.type-btn:active{
    color: #fff;
    background: #28a3ef;
}

.type-btn.active-btn {
    color: #fff;
    background: #28a3ef;
}

.font-icon {
    font-size: 1.7em;
    margin-right: 15px;
    line-height: 25px;
    position: relative;
    top: 5px;
}

.step1 label {
    width: 100%;
    height: 100%;
    padding: 10px;
    cursor: pointer;
    box-sizing: content-box;
}


/* 第二部 */
.step2 .form-control {
    width: 80%;
    margin: 0px 150px;
}

.step2 .help-block2 {
    margin: 0px 150px;
}

#ac-sendMsgCode, .ac-captchaCodeImg,
#ac-sendEmailCode {
    position: absolute;
    top: 0;
    right: 0;
}

/* 去表带圆角 */
#ac-forgotpwd-inputForm .form-control {
    border-radius: 0;
}
