.message-wrapper {
    margin-top: 1rem;
    padding: 3rem 2rem;
    background: #ffffff;
    min-height: 45rem;
}

.message-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: #eeeeee 1px solid;
    padding-bottom: 2.5rem;
}

.message-top > div {
    display: flex;
    align-items: center;
}

.message-wrapper input[type="checkbox"] {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 0.2rem;
    margin-right: 1rem;
    cursor: pointer;
}

.message-wrapper label span {
    font-size: 1.5rem;
    margin-right: 0.3rem;
}

.message-num {
    font-size: 1.4rem;
}

.message-top button {
    background: none;
    border: none;
    font-size: 1.3rem;
    cursor: pointer;
}

.message-wrapper .line {
    width: 1px;
    height: 1.4rem;
    background: #999999;
    margin-right: 2rem;
}

.message-top button:first-of-type {
    margin-right: 2rem;
}

.message-wrapper ul li {
    margin-top: 2.5rem;
    border-bottom: #e3e3e3 1px dotted;
    padding-bottom: 2.5rem;
}

.message-wrapper ul li:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
}

.message-wrapper ul li div {
    display: flex;
    align-items: center;
}

.message-wrapper ul li p {
    font-size: 1.5rem;
}

.message-wrapper ul li a {
    display: flex;
}

.message-wrapper ul li > span {
    margin-top: 1rem;
    font-size: 1.3rem;
    color: #999999;
    margin-left: 2.5rem;
    display: block;
}

.message-badge {
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    display: inline-block;
    background: #FF7200;
    margin-top: 0;
    margin-left: 0.5rem;
}

/* 兼容不同分辨率样式 */
@media screen and (max-width: 1919px) and (min-width: 1680px) {
    .user-wrapper {
        padding: 0 18rem;
    }
}

@media screen and (max-width: 1679px) and (min-width: 1600px) {
    .user-wrapper {
        padding: 0 18rem;
    }
}

@media screen and (max-width: 1599px) and (min-width: 1440px) {
    .user-wrapper {
        padding: 0 14rem;
    }

    .user-left-wrapper {
        width: 17%;
    }

    .user-right-wrapper {
        width: 82%;
    }
}

@media screen and (max-width: 1439px) and (min-width: 1280px) {
    .user-wrapper {
        padding: 0 8rem;
    }

    .user-left-wrapper {
        width: 17%;
    }

    .user-right-wrapper {
        width: 82%;
    }
}