
.middle-banner {
    position: relative;
    overflow: hidden;
    height: 22rem;
    background-image: url(/images/headerbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 1.5rem;
}

    .middle-banner h1 {
        padding: 1rem 3rem;
        font-size: 3rem;
        background: linear-gradient(0deg, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        -webkit-text-fill-color: transparent;
    }

.page-wrap {
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 1.3rem;
}

.donate-inner .tip{font-size:1.6rem;}
.result-content-ul{width:100%;line-height:3rem;margin-top:2rem;margin-bottom:2rem;text-align:center}
.result-content-ul .result-content-title{background:#f7f7f7;font-size:1.5rem;line-height:5rem;border-top:1px solid #ddd;border-bottom:1px solid #ddd}
.result-content-ul tbody td{border-bottom:1px solid #dfdfdf;line-height:4.5rem;font-size:1.4rem;}
.result-content-ul tbody td.no-data{text-align:center;border-bottom:none;color:gray;}