body {
    margin: 0;
    font-family: 'PingFang SC', 'Microsoft YaHei', '氓戮庐猫陆炉茅鈥衡γ┞烩', 'Tahoma', sans-serif;
    background-color: #fff;
    color: #282f38;
}

p,
ul,
ol {
    font-size: 15px;
    line-height: 26px;
    word-break: break-word;
    margin-block-start: 28px;
    margin-block-end: 28px;
}

a {
    text-decoration: none;
    color: #3370ff;
}

strong {
    font-weight: 700;
}

.protocol-container {
    max-width: 960px;
    margin: 0 auto;
    padding: 60px 30px;
    box-sizing: content-box;
}

@media screen and (max-width: 750px) {
    .protocol-container {
        padding: 20px 16px;
    }
}

.f-w-b {
    font-weight: 500;
}

.t-d-u {
    text-decoration: underline;
}

h1 {
    font-size: 20px;
    font-weight: 500;
    margin-block-start: 28px;
    margin-block-end: 28px;
}

h2 {
    font-size: 18px;
    font-weight: 500;
    margin-block-start: 28px;
    margin-block-end: 28px;
}

.table-box {
    width: 100%;
    overflow: auto;
}

.table {
    font-size: 13px;
    min-height: 25px;
    line-height: 1.5;
    text-align: left;
    border-collapse: collapse;
    word-break: break-all;
}

.table th,
.table td,
.permission-table th,
.permission-table td {
    padding: 12px 16px;
}

.table th,
.permission-table th {
    min-width: 120px;
}

.table th:nth-of-type(4),
.table th:nth-of-type(5) {
    min-width: 250px;
}

.permission-table {
    font-size: 13px;
    min-height: 25px;
    line-height: 1.5;
    text-align: left;
    border-collapse: collapse;
    word-break: break-all;
}

.permission-table th,
.permission-table td {
    min-width: 150px;
}

.permission-table td:nth-of-type(1) {
    min-width: 200px;
}


table,
table tr th,
table tr td {
    border: 1.8px solid #EDEFF1;
}

table {
    font-size: 13px;
    width: 100%;
    min-height: 25px;
    line-height: 35px;
    text-align: left;
    border-collapse: collapse;
}
<!--0.00015616416931152-->