@media (min-width:770px) {
    .section-header {
        height: 0.4688rem;
    }

    .section-banner {
        width: 100%;
        height: 2.6rem;
        background: #fff;
    }

    .section-banner .banner-main {
        width: 7.6rem;
        height: 100%;
        margin: 0 auto;
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        background: #ffffff;
    }
    .banner-main-left {
        height: 2.2rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .banner-main-right {

        display: flex;
        align-items: flex-end;
    }
    .banner-main-left .banner-main-text1 {
        font-family: HarmonyOS Sans SC;
        font-weight: 900;
        font-size: 0.28rem;
        color: #000000;
    }
    .banner-main-left .banner-main-text1 span {
        color: #E7402A;
    }
    .banner-main-left .banner-main-text2 {
        margin-top: -0.05rem;
        font-family: HarmonyOS Sans SC;
        font-weight: 900;
        font-size: 0.28rem;
        color: #000000;

    }
    .banner-main-left .banner-main-text3 {
        margin-top: 0.06rem;
        font-family: HarmonyOS Sans SC;
        font-weight: 400;
        font-size: 0.13rem;
        color: #999999;
    }

    .banner-main-left .banner-main-text4 {
        margin-top: 0.15rem;
        width: 0.85rem;
        height: 0.35rem;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #FFFFFF;
        border-radius: 0.2rem;
        border: 1px solid #666666;
        font-family: HarmonyOS Sans SC;
        font-weight: 400;
        font-size: 0.1rem;
        color: #333333;
        cursor: pointer;
    }
    .banner-main-right img {
        width: 3.5rem;
        height: 2.2rem;
    }

    .section-content {
        /*height: fit-content;*/
        /*-webkit-height: fit-content;*/
        width: 100%;
        box-sizing: border-box;
        padding: 0.42rem 0;
        background: #F5F6F9;
    }

    .fee-main {
        width: 7.6rem;

        margin: 0 auto;
    }

    .fee-main .fee-main-title {
        width: 100%;
        text-align: center;

        font-family: HarmonyOS Sans SC;
        font-weight: bold;
        font-size: 0.18rem;
        color: #111111;
    }

    .fee-main .fee-main-line {
        margin: 0.1rem auto 0.15rem;
        width: 0.9rem;
        height: 0.035rem;
        background: linear-gradient(90deg, #FF1702, rgba(255,23,2,0.14));
        border-radius: 4px;
    }

    .fee-main .fee-main-info {
        width: 100%;
        margin-bottom: 0.15rem;
        text-align: center;
        font-family: HarmonyOS Sans SC;
        font-weight: 400;
        font-size: 0.09rem;
        color: #9FA3AA;
    }

    .fee-list .fee-li {
        width: 100%;
        padding: 0.175rem 0.15rem;
        margin-bottom: 0.15rem;
        box-sizing: border-box;
        background: #FFFFFF;
        box-shadow: 0px 0px 0.45rem 0px rgba(64,89,136,0.15);
        border-radius: 0.09rem;
    }

    .fee-list .fee-li .fee-li-title {
        margin-bottom: 0.125rem;
        font-family: HarmonyOS Sans SC;
        font-weight: bold;
        font-size: 0.14rem;
        color: #111111;
    }

    .fee-table .table-header {
        display: flex;
        align-items: center;
    }



    .fee-table .table-header > p {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 0.3rem;
        width: 1rem;
        font-family: HarmonyOS Sans SC;
        font-weight: 400;
        font-size: 0.08rem;
        color: #FFFFFF;
        background: linear-gradient(90deg, #FF7366, #F7B66F);
        margin-right: 6px;
        border-radius: 6px;
        text-align: center;

    }

    .fee-table .table-header > p:last-child {
        margin-right: 0;
        flex: 1;
    }

    .fee-table .table-data-li {
        display: flex;
        position: relative;
    }

    .fee-table .table-data-li:nth-child(odd) > p {
        background: #fff;
    }

    .fee-table .table-data-li:nth-child(even) > p {
        background: #F0F1F4;
    }

    .fee-table .table-data-li > p {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 0.3rem;
        width: 1rem;
        margin-right: 6px;
        font-family: HarmonyOS Sans SC;
        font-weight: 540;
        font-size: 0.07rem;
        color: #333333;
        border-radius: 6px;
        text-align: center;
    }

    .fee-table .table-data-li > p:last-child {
        padding: 0 0.2rem;
        box-sizing: border-box;
        flex: 1;
        margin-right: 0;
    }

    .fee-table1 .table-header > p , .fee-table1 .table-data-li > p {
        width: 1.3rem;
    }

    .fee-table2 .table-header > p , .fee-table2 .table-data-li > p {
        width: 0.55rem;
    }
    .fee-table3 .table-header > p , .fee-table3 .table-data-li > p {
        width: 0.825rem;
    }

    .fee-example .example-main {
        display: none;
        padding: 0.075rem 0 0 0;
        border-top: 1px solid #E1E2E7;

    }

    .fee-example .fee-example-link {
        width: 100%;
        text-align: center;
        margin: 0.075rem 0 0 0;
        padding: 0.075rem 0 0 0;
        border-top: 1px solid #E1E2E7;

        font-family: HarmonyOS Sans SC;
        font-weight: 540;
        font-size: 0.07rem;
        color: #067BFF;
        cursor: pointer;
    }

    .example-main .example-title {
        margin-bottom: 0.075rem;
        font-family: HarmonyOS Sans SC;
        font-weight: bold;
        font-size: 0.1rem;
        color: #111111;
    }

    .example-main .example-tips {
        font-family: HarmonyOS Sans SC;
        font-weight: 400;
        font-size: 0.07rem;
        color: #666666;
    }

    .example-main .example-table .table-header {
        display: flex;
        background: #E1E3E6;
        border-radius: 7px 7px 0px 0px;
    }

    .example-table .table-header > p {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 0.24rem;
        font-family: HarmonyOS Sans SC;
        font-weight: 400;
        font-size: 0.07rem;
        color: #333333;
        border-right: 1px solid #CFD1D5;
    }

    .example-table .table-header > p:last-child {
        border-right: none;
    }

    .example-table .table-data .table-data-li {
        display: flex;
    }

    .example-table .table-data .table-data-li > p {
        flex: 1;
        height: 0.24rem;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: HarmonyOS Sans SC;
        font-weight: 400;
        font-size: 0.07rem;
        color: #666666;
        border: 1px solid #CFD1D5;
        margin-left: -1px;
        margin-top: -1px;
    }

    .example-table .table-data .table-data-li:nth-child(even) > p {
        background: #F0F1F4;
    }

    .example-table .table-remark {
        width: 100%;
        height: 0.24rem;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: HarmonyOS Sans SC;
        font-weight: 400;
        font-size: 0.07rem;
        color: #666666;
        border: 1px solid #CFD1D5;
        margin-top: -1px;
    }

    .example-table {
        width: 100%;
        margin: 0.075rem 0;
    }

    .fee-example {

    }

    .example-table1 .table-header1 {
        height: 0.37rem;
    }

    .example-table1 .table-header1 > p {
        height: 100%;
        text-align: center;
    }

    .table-header1 .new-column {
        display: flex;
        flex-direction: column;
        flex: 2;
        border-right: 1px solid #CFD1D5;

    }

    .table-header1 .new-column  .new-column-li {
        height: 50%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: HarmonyOS Sans SC;
        font-weight: 400;
        font-size: 0.07rem;
        color: #333333;
        border-bottom: 1px solid #CFD1D5;

    }

    .table-header1 .new-column  .new-column-li p {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .example-table1 .table-header1 > p:last-child , .example-table1 .table-data-li > p:last-child {
        flex: 2.5;
    }

    .example-main .example-date {
        margin: 0.1rem 0 0.075rem;
        font-family: HarmonyOS Sans SC;
        font-weight: 400;
        font-size: 0.08rem;
        color: #FE3624;
    }
}

@media (max-width:768px){
    .section-banner-h5 .banner-main-h5 {
        width: 100%;
        padding: 1.25rem 0.5rem 0;
    }
    .banner-main-h5 .banner-main-text1 {
        font-family: HarmonyOS Sans SC;
        font-weight: 900;
        font-size: 0.875rem;
        color: #000000;
    }

    .banner-main-h5 .banner-main-text1 span {
        color: #E7402A;
    }

    .banner-main-h5 .banner-main-text2 {
        margin-top: -0.1rem;
        font-family: HarmonyOS Sans SC;
        font-weight: 900;
        font-size: 0.875rem;
        color: #000000;
    }

    .banner-main-h5 .banner-main-text3 {
        margin-top: 0.1rem;
        font-family: HarmonyOS Sans SC;
        font-weight: 400;
        font-size: 0.55rem;
        color: #999999;
    }

    .banner-main-h5 .banner-main-text4 {
        display: inline-block;
        padding: 0 0.5rem;
        height: 1.15rem;
        margin-top: 0.5rem;
        text-align: center;
        line-height: 1.15rem;
        margin-bottom: 0.375rem;
        background: #FFFFFF;
        border-radius: 0.6rem;
        border: 1px solid #333333;
        font-family: HarmonyOS Sans SC;
        font-weight: 500;
        font-size: 0.375rem;
        color: #333333;
        text-decoration: none;
    }

    .banner-main-h5 img {
        width: 100%;
        margin-top: 0.75rem;
    }

    .section-fee-h5 {
        width: 100%;
        padding: 1.25rem 0.35rem;
        background: #F5F6F9;
    }

    .section-fee-h5 .fee-title {
        width: 100%;
        text-align: center;
        font-family: HarmonyOS Sans SC;
        font-weight: bold;
        font-size: 0.55rem;
        color: #111111;
    }

    .section-fee-h5 .fee-line {
        margin: 0.3rem auto;
        width: 2.75rem;
        height: 0.1rem;
        background: linear-gradient(90deg, #FF1702, rgba(255,23,2,0.14));
        border-radius: 1px;
    }

    .section-fee-h5 .fee-tips {
        width: 100%;
        text-align: center;
        font-family: HarmonyOS Sans SC;
        font-weight: 400;
        font-size: 0.35rem;
        color: #9FA3AA;
    }
    .fee-tab-list {
        margin-top: 1rem;
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
        margin-bottom: 0.5rem;
    }

    .fee-tab-list .tab-li {
        position: relative;
        display: inline-block;
        margin-right: 0.7rem;
        font-family: HarmonyOS Sans SC;
        font-weight: 400;
        font-size: 0.4rem;
        color: #4D4D4D;
        padding-bottom: 0.375rem;
    }

    .fee-tab-list .tab-li-select {
        color: #E7402A;
    }

    .fee-tab-list .tab-li-select::before {
        content: " ";
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 0.625rem;
        height: 0.075rem;
        transform: translateX(-50%);
        background: #E7402A;
        border-radius: 0.05rem;

    }

    .fee-tab-list .tab-li:last-child {
        margin-right: 0;
    }

    .fee-tab-list::-webkit-scrollbar {
        display: none;
    }

    .fee-tab-content {
        width: 100%;
        background: #ffffff;
        box-sizing: border-box;
        padding: 0.7rem 0.6rem;
        box-shadow: 0px 0px 0.7rem 0px rgba(64,89,136,0.15);
        border-radius: 0.4rem;
    }

    .fee-tab-content .tab-content-title {
        font-family: HarmonyOS Sans SC;
        font-weight: 550;
        font-size: 0.4rem;
        color: #333333;
        margin-bottom: 0.45rem;
    }

    .fee-tab-content .fields-li {
        display: flex;
        justify-content: space-between;
        margin-bottom: 0.4rem;
    }

    .fee-tab-content .fields-li .label {
        font-family: HarmonyOS Sans SC;
        font-weight: 400;
        font-size: 0.35rem;
        color: #838383;
    }

    .fee-tab-content .fields-li .value {
        font-family: HarmonyOS Sans SC;
        font-weight: 540;
        font-size: 0.35rem;
        color: #444444;
    }

    .fee-tab-content .fields-note {
        width: 100%;
        font-family: HarmonyOS Sans SC;
        font-weight: 400;
        font-size: 0.325rem;
        color: #666666;
        background: #EFF0F4;
        border-radius: 0.2rem;
        padding: 0.35rem;
    }

    .fee-tab-content .fields-line {
        height: 1px;
        background:  #D5D7DC;
        margin: 0.75rem 0;
    }

    .fee-tab-content .fields-tips {
        width: 100%;
        padding: 0 0.5rem;
        text-align: center;
        font-family: HarmonyOS Sans SC;
        font-weight: 400;
        font-size: 0.35rem;
        color: #EA6C5D;
    }
}