﻿h1,
h2,
h3,
p {
    margin: 0;
}

.feePublicity .feePublicity-banner .container {
    display: flex;
    justify-content: center;
}

.feePublicity .feePublicity-banner .container img {
    width: 800px;
    max-width: 800px;
}

.feePublicity-box {
    padding-bottom: 20px;
}

.charge-title {
    margin-top: 60px;
}

.charge-title h2 {
    font-size: 40px;
    
    text-align: center;
    line-height: 48px;
    font-weight: 700;
}

.charge-title p {
    font-size: 16px;
    
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 400;
    margin-top: 30px;
}

.charges-public-remark {
    color: #e02020;
    font-weight: 400;
}

.charges-public-table {
    border-left: 1px solid #dcdde6;
    width: 100%;
}

.charges-public-table__th {
    background: #2856F0;
    height: 56px;
    padding: 0 10px;
    text-align: center;
    color: #fff;
}

.charges-public-table__td {
    padding: 20px;
    color: #555f73;
}

.charges-public-table__th,
.charges-public-table__td {
    border-right: 1px solid #dcdde6;
    border-bottom: 1px solid #dcdde6;
}

.charges-public-table .name {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
}

.pay-charges-public-container {
    padding: 30px 0;
}

.pay-charges-public-container .title {
    font-size: 30px;
    text-align: center;
    margin-top: 0;
}

.pay-charges-public-container p {
    text-align: center;
    font-size: 14px;
}