.content {
    padding: 0.4rem;
    margin-bottom: 1.1rem;
}

.content .block {
    background: #FFFFFF;
    box-shadow: 0px 2px 8px 0px rgba(51, 51, 51, 0.2);
    border-radius: 0.4rem;
    margin-bottom: 1.1rem;
}

.content .block .title {
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    font-size: 0.4rem;
    padding: 0.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content .block .title .open {
    width: 0.8rem;
}

.content .block .list .item {
    padding: 0.25rem 0.6rem;
    position: relative;
}

.content .block .list .item:last-child {
    border-bottom-left-radius: 0.4rem;
    border-bottom-right-radius: 0.4rem;
}

.content .block .list .item:nth-child(odd) {
    background: #FAFAF9;
}

.content .block .list .item .info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.content .block .list .item .info .headerimg {
    border-radius: 50%;
    width: 1.1rem;
}

.content .block .list .item .info .username {
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    font-size: 0.35rem;
    padding-left: 0.35rem;
}

.content .block .list .item .msg {
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    font-size: 0.35rem;
    position: absolute;
    right: 0.5rem;
    top: 0.6rem;
}

.content .block .list .item .msg.novip {
    color: #999999;
}

.menu {
    border-top-left-radius: 0.4rem;
    border-top-right-radius: 0.4rem;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 2000;
    background-color: #fff;
    display: none;
}

.menu .item.split {
    border-bottom: 1px solid #E5E5E5;
}

.menu .item {
    padding: 0.5rem;
    text-align: center;
    font-size: 0.45rem;
    display: block;
    color: #333333;
}

.menu .blank {
    background: #F5F5F5;
    height: 0.2rem;
}

.newbox {
    display: none;
    position: fixed;
    top: 23%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3000;
    text-align: center;
}

.newbox .box {
    position: relative;
}

.newbox .box .bg {
    display: block;
    width: 7rem;
}

.newbox .box .txt {
    position: absolute;
    top: 2.1rem;
    left: 50%;
    transform: translateX(-50%);
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    font-size: 0.55rem;
    width: 100%;
    text-align: center;
}

.newbox .box .btn {
    background: #333333;
    border-radius: 0.2rem;
    padding: 0.25rem 0rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    letter-spacing: 0.05rem;
    font-size: 0.45rem;
    position: absolute;
    bottom: 0.5rem;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 6rem;
    text-align: center;
}

.newbox .close {
    display: inline-block;
    margin-top: 0.6rem;
}

.newbox .close img {
    width: 0.65rem;
}