.fees-notice-container {
    background: url('/images/fees-notice/bg-notice.png') no-repeat center center;
    height: 944px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fees-notice-container .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 1080px;
    height: 736px;
    border-radius: 8px;
    background-color: #fff;
    padding: 64px 150px 0;
    overflow: auto;
}

.fees-notice-container .content .title {
    font-size: 28px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    margin-bottom: 40px;
    color: rgba(0, 0, 0, 0.85) !important;
}

.fees-notice-container .content p {
    margin-bottom: 16px !important;
    margin-top: 0px !important;
    text-indent: 32px;
    font-size: 16px !important;
    line-height: 32px !important;
    text-align: left !important;
    width: 100%;
    color: rgba(0, 0, 0, 0.65);
}

.fees-notice-container .content .p-bold {
    font-weight: bold !important;
    text-indent: 0;
    color: rgba(0, 0, 0, 0.85) !important;
}

.fees-notice-container .content p a {
    color: #1a6eff !important;
    cursor: pointer;
}

@media (max-width: 1080px) {
    .fees-notice-container .content {
        width: calc(100% - 32px);
        padding: 64px 50px 0;
    }
}

table {
    width: 100%;
    margin: 16px 0;
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-spacing: 0; /*去掉单元格间隙*/
    table-layout: fixed;
}
table th,
table td {
    width: 30%;
    padding: 8px 20px;
    color: rgba(0, 0, 0, 0.85);
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}
table td {
    line-height: 2;
}
table th {
    font-size: 16px;
    padding: 16px 20px;
    font-weight: bold;
}
table td p {
    margin: 16px 0;
}