.pwd-wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;

    -webkit-user-select: none;

       -moz-user-select: none;

        -ms-user-select: none;

            user-select: none;
}
.pwd-top {
    width: 100%;
    height: 100px;
    padding-left: 60px;
    padding-top: 50px;
    text-align: left;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}
.pwd-center {
    position: relative;

    width: 100%;
    height: -webkit-calc(100% - 125px);
    height: -moz-calc(100% - 125px);
    height: calc(100% - 125px);
    overflow: hidden;
}
.pwd-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 99;

    width: 555px;
    height: 480px;
}
.pwd-box-top {
    width: 100%;
    height: 42px;
    overflow: hidden;
}
.top-table-box {
    float: left;

    width: -webkit-calc(100% / 3);

    width: -moz-calc(100% / 3);

    width: calc(100% / 3);
    height: 100%;

    font-size: 20px;
    color: #a1a1a1;
    text-align: center;
    line-height: 36px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}
.top-table-on {
    border-bottom: 5px solid #3895fe;
    color: #3895fe;
}
.top-table-on .top-num {
    background: #3895fe;
}
.top-table-box p {
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.top-line1 {
    width: 112px;
}
.top-line2 {
    width: 110px;
}
.top-line3 {
    width: 68px;
}
.top-table-box span {
    float: left;
    display: block;
}
.top-table-box .top-text {
    font-size: 17px;
    font-weight: 550;
}
.top-num {
    width: 16px;
    height: 16px;
    margin-top: 10px;
    margin-right: 6px;

    line-height: 16px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    background: #a1a1a1;
    border-radius: 50%;
}
.update-success-icon {
    float: left;
    display: block;

    width: 16px;
    height: 16px;
    margin-top: 10px;
    margin-right: 6px;

    background: url('/public/images/login/pwd-sus.png') no-repeat center;
    -o-background-size: cover;
       background-size: cover;
}
.pwd-box-center {
    width: 430px;
    height: 430px;
    margin: 0 auto;
}
.pwd-content {
    width: 100%;
    height: 100%;
}
.pwd-error-text {
    display: block;

    width: 100%;
    height: 25px;
    margin-top: 20px;

    line-height: 25px;
    font-size: 18px;
    color: #f00;
    text-align: center;
}
.pwd-msg-line {
    width: 100%;
    height: 50px;
    margin-top: 25px;

    border: 1px solid #696969;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    border-radius: 5px;
    overflow: hidden;
}
.name-line,.pwd-frst-line {
    margin-top: 5px;
}
.pwd-error-line {
    border: 1px solid #f00!important;
}
.pwd-msg-icon {
    display: block;
    float: left;

    width: 20px;
    height: 20px;
    margin-left: 14px;
    margin-top: 14px;
}
.name-icon {
    background: url('/public/images/login/user.png') no-repeat center;
    -o-background-size: cover;
       background-size: cover;
}
.pwd-icon {
    background: url('/public/images/login/pwd.png') no-repeat center;
    -o-background-size: cover;
       background-size: cover;
}
.phone-icon {
    background: url('/public/images/login/phone.png') no-repeat center;
    -o-background-size: cover;
       background-size: cover;
}
.mail-icon {
    background: url('/public/images/login/mail.png') no-repeat center;
    -o-background-size: cover;
       background-size: cover;
}
.code-icon {
    background: url('/public/images/login/code.png') no-repeat center;
    -o-background-size: cover;
       background-size: cover;
}
.pwd-msg-ipt {
    display: block;
    float: left;

    width: -webkit-calc(100% - 34px);

    width: -moz-calc(100% - 34px);

    width: calc(100% - 34px);
    height: 100%;
    padding-left:10px;
    
    border: none;
    -moz-box-sizing: border-box;
         box-sizing: border-box; 
    line-height: 50px;
    font-size: 16px;
    color: #555;
}

.pwd-code-line {
    width: 100%;
    height: 50px;
    margin-top: 25px;

    overflow: hidden;
}
.pwd-code-box {
    float: left;

    width: 240px;
    height: 100%;

    border: 1px solid #696969;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    border-radius: 5px;
    overflow: hidden;
}
.pwd-code-wrap {
    float: right;
    
    width: 164px;
    height: 100%;
    margin-left: 15px;

    border: 1px solid #696969;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    border-radius: 5px;
    padding: 3px;

    cursor: pointer;
}
.code-img {
    display: block;

    width: 100%;
    height: 100%;

    cursor: pointer;
}
.pwd-get-code {
    float: right;
    
    width: 164px;
    height: 100%;
    margin-left: 15px;

    background: #109fff;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    overflow: hidden;
}

.pwd-confirm-btn {
    display: block;

    width: 100%;
    height: 50px;
    margin-top: 20px;

    line-height: 50px;
    text-align: center;
    font-size: 18px;
    background: #109fff;
    color: #fff;
    border-radius: 5px;

    overflow: hidden;
    cursor: pointer;
}
.reset-btn {
    margin-top: 60px;
}

.pwd-bottom {
    width: 100%;
    height: 25px;
}
.pwd-bottom img {
    display: block;
    margin: 0 auto;
}


/* 密码强度样式 */
.pwd-strength-line {
    position: relative;
}
.pwd-strength {
    display: none;
    position: absolute;
    top: 105px;
    right: -130px;
    z-index: 99;

    width: 180px;
    height: 20px;
    overflow: hidden;

    border-radius: 4px;
    font-size: 14px;
    color: #a1a1a1;
    background: #eaeaea;
}
.pwd-strength-text3,.pwd-strength-text2,.pwd-strength-text1 {
    display: block;
    float: left;

    width: 60px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
    border-left: 1px solid #a1a1a1;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}
.pwd-strength-text3 {
    border-left: none;
}
.security3 {
    color: #fff;
    background: #f00;
    border-left: 1px solid #f00;
}
.security2 {
    color: #fff;
    background: #eaa700;
    border-left: 1px solid #eaa700;
}
.security1 {
    color: #fff;
    background: #00e109;
    border-left: 1px solid #00e109;
}

/* 修改成功样式 */
.pwd-success-img {
    display: block;
    margin: 0 auto;
    margin-top: 70px;
}
.pwd-success-box {
    width: 174px;
    height: 40px;
    margin: 0 auto;
    margin-top: 50px;

    text-align: center;
    font-size: 12px;
    color: #999;
}
a:hover{
    color: #fff;
}