@charset "UTF-8";

.main-container .m-body {
    width: 1200px;
    margin: 30px auto 0;
    background-color: #fff;
    height: 520px;
    position: relative;
}

.m-body .in-body {
    position: absolute;
    text-align: center;
    left: 50%;
    width: 780px;
    height: 100%;
    margin-left: -390px;
    padding: 24px 0;
}

.m-body .in-body header {
    font-size: 26px;
    color: #323232;
}

.in-body .reset-steps ul,.in-body .reset-steps  li {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 5px 0;
}

.in-body .reset-steps li {
    padding: 0 14px;
}

.reset-steps li:nth-child(odd) {
    font-size: 48px;
    color: #e8e8e8;
    font-family: fantasy;
}

.reset-steps li em {
    font-size: 26px;
    position: relative;
    top: -10px;
    font-style: normal;
    font-family: Helvetica,"Noto Sans S Chinese","Microsoft YaHei",sans-serif!important;
}

.reset-steps li:nth-child(even) {
    font-size: 55px;
    color: #e8e8e8;
}

.reset-steps li.current {
    color: #5e5e5e;
}

.in-body .panel-body {
    margin: 0 24px;
    padding: 34px 0;
    border: solid 1px #e8e8e8;
}

.in-body .panel-body>div {
    width: 556px;
    margin: 0 auto;
}

.in-body .panel-body .form-group {
    margin-left: 0;
    margin-right: 0;
}

.in-body .panel-body input {
    border-radius: 0;
    height: 44px;
    font-size: 16px;
}

.in-body .panel-body h2 {
    margin-top: 4px;
}
.in-body .panel-body hr {
    margin: 18px 0;
}

.in-body .panel-body h2 i {
    color: #00cc99;
    font-size: 24px;
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.panel-body form .n-sub {
    border-radius: 0;
    color: #fff;
    padding: 10px 50px;
}

.panel-body form .n-sub:hover {
    background-color: #ff063f;
}

.filed-set .encode {
    float: left;
    width: 75%;
}

button[name="regcode"] {
    float: left;
    border-radius: 0;
    height: 44px;
    width: 140px;
    border: solid 1px #ccc;
    margin-left: -1px;
}

.sys-tips {
    margin: 3px 0;
}

.error-tips {
    color: #ff006a;
    margin-top: 10px;
}

.successTips {
    color: #00cc99;
    margin-top: 10px;
}

.shownest-btn-grey[disabled] {
    background-color: #fff;
}