html,
body {
    background-color: #F7F7F7;
}

.wrap-header {
    position: relative;
    width: 100%;
    height: 17.2rem;
    background: linear-gradient(135deg, #668BBE 0%, #496D9D 100%);
    overflow: hidden;
}

.header-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 3.4rem 1.5rem 0 3rem;
}

.header-img {
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
    overflow: hidden;
}

.header-nickname {
    width: 61%;
    margin-left: 2rem;
    box-sizing: border-box;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
}

.header-link {
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header-icon {
    display: block;
    width: 2rem;
    height: auto;
}

.header-other {
    padding: 2.5rem 0 0 1.5rem;
}

.header-other a {
    color: #fff;
    font-size: 1.6rem;
    margin-right: 4rem;
}

/* 菜单栏 */
.wrap-mine-list {
    margin-top: 1.5rem;
    width: 100%;
    height: auto;
    padding: 0 1.5rem;
    box-sizing: border-box;
}

.mine-list {
    width: 100%;
    height: auto;
    padding: 1rem 1.5rem;
    box-sizing: border-box;
    background-color: #FFFFFF;
    border-radius: 5px;
}

.mine-list-item {
    width: 100%;
    height: 3rem;
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #333;
}

.mine-list-item-zhishi{
    display: none;
}

.mine-list-item:last-child {
    margin-bottom: 0;
}

.mine-list-item-text {
    display: block;
    width: 90%;
    font-size: 1.4rem;
}

.mine-list-item-icon {
    width: auto;
    height: 16px;
}

.mine-list-item-right {
    width: auto;
    height: 13px;
}
.logout-btn-wrap{
    width: 28.6rem;
    margin: 8.7rem auto 0;
}
.logout-btn {
    display: none;
    width: 28.6rem;
    height: 4.4rem;
    line-height: 4.4rem;
    background: linear-gradient(135deg, #3586F9 0%, #4784ff 100%);
    border-radius: 5px;
    text-align: center;
    border: none;
    outline: none;
    color: #fff;
    font-size: 1.4rem;
}