.page-user-password {
    margin: auto;
    padding: 41px 98px;
    width: 600px;
    height: 400px;
    font-size: 16px;
    line-height: 1;
    color: #363636;
    background: #FFFFFF;
    margin-top: 66px;
}

.page-user-password .page-user-password-head {
    margin-bottom: 65px
}

.page-user-password .page-user-password-head>div:first-child {
    margin-bottom: 14px;
    font-size: 25px;
    font-weight: 700
}

.page-user-password .page-user-password-item {
    position: relative;
    height: 57px;
    line-height: 56px;
    border-bottom: 1px solid #dcdcdc
}

.page-user-password .page-user-password-item input {
    display: block;
    height: 56px;
    width: 100%;
    border: none;
    outline: none
}

.page-user-password .page-user-password-item span {
    color: #ff6b6b;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.page-user-password .page-user-password-item span.disabled {
    color: #363636;
    cursor: default
}

.page-user-password .page-user-password-item a {
    color: #ff6b6b
}

.page-user-password .page-user-password-btn {
    margin-top: 42px
}

.page-user-password .page-user-password-btn button {
    outline: none;
    border: none;
    display: block;
    width: 375px;
    height: 44px;
    background: #E63F4F;
    border-radius: 5px;
    color: #fff
}

.page-user-password .page-user-password-code input {
    width: 208px
}