.main {
    position: relative;
}
.content .left {
    display: none;
}
#resetPwd{
    padding-top:25px;
}
    #resetPwd .tit {
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 30px;
        margin-top: 15px;
    }
#resetPwd .err {
    position: absolute;
    top: -10px;
    left: 10px;
    height: 22px;
    line-height: 22px;
    font-size: 11px;
    color: #fe2020;
}
#resetPwd .input {
    position: relative;
    padding-left: 42px;
    padding-right: 15px;
    box-sizing: border-box;
}
#resetPwd input {
    border: none;
    font-size: 15px;
    color: #999;
}
#resetPwd .clear {
    display:block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
    background: url(../image/new/icon_clear.png) no-repeat;
    background-size: 18px;
    cursor:pointer;
}
#resetPwd .input.phone {
    background: #fff url(../image/new/icon_phone.png) 15px center no-repeat;
    background-size: 18px 22px;
}
    #resetPwd .input.pwd {
        background: #fff url(../image/new/icon_pwd.png) 15px center no-repeat;
        background-size: 18px 22px;
    }
    #resetPwd .input.code {
        background: #fff url(../image/new/icon_code.png) 15px center no-repeat;
        background-size: 18px 22px;
        margin-bottom: 10px;
    }
    #resetPwd .input.code input {
        width: 102px;
    }
    #resetPwd .input.code .clear {
        right: 100px;
    }
#resetPwd .get-code {
    position: absolute;
    top: 50%;
    right: 15px;
    font-size: 14px;
    line-height: 14px;
    padding-left: 10px;
    transform: translateY(-50%);
    color: #0099ff;
    border-left: 1px solid #cccccc;
    cursor:pointer;
}
#resetPwd .agreement {
    font-size: 12px;
    line-height: 18px;
    padding-left: 28px;
    margin-top: 15px;
    margin-bottom: 28px;
    background: url(../image/new/sy-weixuanzhong_icon.png) left center no-repeat;
}
    #resetPwd .agreement.active {
        background: url(../image/new/sy-yixuanzhong_icon.png) left center no-repeat;
    }
#resetPwd .cl {
    color: #0099ff;
}
    #resetPwd .btn {
        display: block;
        width: 100%;
        height: 41px;
        line-height: 41px;
        text-align: center;
        font-size: 16px;
        color: #fff;
        background: rgba(204, 204, 204, 1);
        border-radius: 21px;
        margin-top: 30px;
        margin-bottom: 36px;
    }
    #resetPwd .btn.active {
        background: #13ba81;
    }
.btn-login {
    display: block;
    color: #666;
    line-height: 22px;
    text-align: center;
    cursor: pointer;
}
.btn-login.system{
    display:none;
}