html, body {
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #eee;
}

a {
    font-size: 18px;
    color: #666666 !important;
}

    a:hover {
        text-decoration: none !important;
        outline-style: none;
        color: #666666 !important;
    }
/* 头部 */
header {
    width: 100%;
    height: 110px;
    background-color: #fff;
    position: fixed;
    top: 0;
    z-index: 999;
    border-bottom: 1px solid #ccc;
}

.top {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.top_left {
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.title {
    padding-left: 15px;
    white-space: nowrap;
}

    .title h1 {
        font-weight: 700;
        letter-spacing: 5px;
    }

    .title h5 {
        font-size: 13px;
        font-weight: 700;
    }

.top_right {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%,-50%);
    text-align: right;
}

.backHome {
    color: #1ba65c !important;
    border-bottom: 1px solid #1ba65c;
}

    .backHome:hover {
        color: #1ba65c !important;
    }

.content {
    width: 100%;
    height: 80%;
    background-color: #fff;
    display: flex;
    align-items: center;
}

.con {
    width: 960px;
    border: 1px solid #ddd;
    margin: 130px auto;
}

.login_box_layout {
    width: 90%;
    height: 100%;
    margin: 0 auto;
}

.zhaohuiPassword {
    float: left;
    font-size: 24px;
    color: #333;
    font-weight: 700;
}

.backLogin {
    float: right;
    font-size: 18px;
    font-weight: 700;
    color: #1ba65c;
}



/* 密码强度 */
.passwordStrength {
    width: 100%;
    margin-top: 20px;
}

    .passwordStrength span {
        width: 30%;
        display: inline-block;
        text-align: center;
        margin-left: 2%;
        color: #666;
        font-size: 16px;
        padding-top: 10px;
    }

    .passwordStrength .ruo {
        border-top: 5px solid #0070c0;
    }

    .passwordStrength .zhong {
        border-top: 5px solid #ffb84e;
    }

    .passwordStrength .qiang {
        border-top: 5px solid #ff5555;
    }

.row {
    margin-top: 20px;
    margin-right: 0;
    margin-left: 0;
}

.control-label {
    text-align: right;
    margin-left: -50px;
    margin-right: -20px;
    font-size: 16px;
    line-height: 40px;
}

.form-group input {
    height: 40px;
}

.Goods {
    margin-left: -85px;
}

.duanxinMsg {
    margin-top: 0;
    height: 40px;
    width: 160px;
    background: #1ba65c;
    outline: none;
    border: none;
}

.anniu {
    width: 150px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #d7d7d7;
    border: none;
    outline: none;
    padding: 0;
    border-radius: 2px;
    font-size: 16px;
    margin-right: 220px;
    margin-top: 130px;
    margin-bottom: 30px;
}

    .anniu:hover {
        background: #d7d7d7;
        margin-top: 0px;
        margin-top: 130px;
        margin-bottom: 30px;
    }

#footer {
    width: 100%;
    border-top: 1px solid #ccc;
    background-color: #fff;
    height: 100px;
    margin-top: 10px;
}

.pos_foot {
    position: absolute;
    bottom: 0;
    overflow: hidden;
    word-spacing: 3px;
    zoom: 1;
}

.UserPassTip {
    background: url('../../../../Content/FindPass/userpassTip.png') no-repeat;
    background-size: 100% 100%;
    width: 335px;
    position: absolute;
    right: 8px;
    top: -2px;
    z-index: 999;
    display: none;
}

    .UserPassTip img {
        width: 20px;
        height: 20px;
        margin-left: 25px;
    }

    .UserPassTip span {
        margin-left: 5px;
        font-size: 12px;
        color: #333;
    }

.inputTip {
    /*background: url('../../../../Content/FindPass/tip_bg.png') no-repeat;*/
    background: url('../../../../Content/FindPass/userpassTip.png') no-repeat;
    background-size: 100% 97%;
    width: 335px;
    position: absolute;
    right: 8px;
    top: -2px;
    z-index: 999;
    display: none;
}

    .inputTip img {
        width: 20px;
        height: 20px;
        margin-left: 25px;
    }

    .inputTip span {
        margin-left: 5px;
        font-size: 12px;
        color: #333;
    }

.SMSTip {
    /*background: url('../../../../Content/FindPass/tip_bg.png') no-repeat;*/
    background: url('../../../../Content/FindPass/userpassTip.png') no-repeat;
    background-size: 100% 97%;
    width: 335px;
    position: absolute;
    right: 8px;
    top: -2px;
    z-index: 999;
    display: none;
}

    .SMSTip img {
        width: 20px;
        height: 20px;
        margin-left: 25px;
    }

    .SMSTip span {
        margin-left: 5px;
        font-size: 12px;
        color: #333;
    }
