
.message_title {
    width: 100%;
    height: .93rem;
    line-height: .93rem;
    text-align: center;
}

.cont_title {
    font-size: .17rem;
    font-family: PingFangSC-Medium;
}

.cont_time {
    font-size: .15rem;
    color: #999;
    margin-top: .066rem;
}

.submitmain {
    width: 100%;
    padding: .2rem .33rem;
    margin-bottom: .5rem;
}

.content {
    width: 100%;
    margin-top: .3rem;
    height: 2.16rem;
}

.list {
    width: 100%;
    display: flex;
    line-height: .18rem;
    height: .36rem;
    font-size: .15rem;
    justify-content: center;
    align-items: center;
}

.list_key {
    width: 25%;
    color: #666;
    margin-right: 2%;
}

.list_value {
    width: 73%;
    flex: 1 1 auto;
    word-break: break-all;
}