.right {
    width: 770px;
    background: #fff;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 10%);
}
.content-table {
    width: 698px;
    margin: 20px auto 20px;
}
table td {
    text-align: center;
    font-size: 14px;
    color: #525252;
    padding: 10px;
    vertical-align: bottom;
    border: 0;
}
.content-table table {
    width: 100%;
}
.content-table .tc {
    text-align: center;
    width: 80px;
    vertical-align: middle;
}
.content-table table, .max-box .content-table table td, .content-table table tr {
    border: 1px solid #ddd;
    margin-top: 30px;
    padding: 15px;
    text-align: left;
}
.b3 {
    background: #f5f5f5;
}
.content {
    width: 100%;
    margin: 39px auto;
    float: unset;
    background: 0 0 !important;
}
.content h1 {
    font-size: 24px;
    color: #0a66a9;
    text-align: center;
    line-height: 48px;
    width: 90%;
    margin: 0 auto 12px;
    white-space: pre-wrap;
    
    font-weight: 400;
}
.content .activity-info {
    text-align: center;
    color: #595959;
    font-size: 15px;
    cursor: pointer;
    padding-bottom: 24px;
    border-bottom: 1px solid #f1f1f1;
}
.content .activity-info {
    text-align: center;
    color: #595959;
    font-size: 15px;
    cursor: pointer;
    padding-bottom: 24px;
    border-bottom: 1px solid #f1f1f1;
}
.content .inbox {
    display: inline-block;
}
.content .activity {
    padding: 30px 15px 0;
    max-height: 600px;
    overflow-y: scroll;
}
.content .activity p {
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
}

.content .activity::-webkit-scrollbar {
    background: #fff;
    border-radius: 9999rem;
    width: 6px
}

.content .activity::-webkit-scrollbar-button {
    display: rgba(0, 0, 0, .46);
    border-radius: 9999rem;
    width: 6px
}

.content .activity::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 9999rem;
    width: 6px
}

.content .activity::-webkit-scrollbar-track-piece {
    border-radius: 9999rem;
    width: 6px
}

.content .activity::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .46);
    width: 6px;
    border-radius: 9999rem
}

.content .activity::-webkit-scrollbar-corner {
    border-radius: 9999rem;
    width: 6px
}

.content .activity::-webkit-resizer {
    border-radius: 9999rem;
    width: 6px
}
.content .active {
    font-weight: 700;
}