.page-banner {
    background: linear-gradient(135deg, #ae1e23 0%, #e84e49 100%);
    height: 420px;
    width: 100%;
    position: relative;
    clip-path: ellipse(120% 100% at 50% 0%);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 60px;
    color: var(--simple-color);
}

.floating-left {
    background: rgba(255, 255, 255, 0.05);
    width: 256px;
    height: 256px;
    top: -80px;
    left: -80px;
    position: absolute;
    border-radius: 50%;
}

.floating-right {
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    z-index: 0;
    width: 128px;
    height: 128px;
    right: 80px;
    bottom: 50px;
}

.page-info {
    text-align: center;
    margin-top: 50px;
    color: #FFF;
}

/*
 * ------------------------------------------------------------------------------
 * 赞赏支持页面
 * ------------------------------------------------------------------------------
 */

.support-main,.about-mian {
    max-width: 1200px;
    margin: auto;
}

.support-way {
    justify-content: space-around;
    margin-top: -120px;
    position: relative;
}

.support-way-img {
    width: 160px;
}

.support-way-img img {
    width: 100%;
}

.support-way-item {
    flex-direction: column;
    padding: 50px 100px;
    background-color: var(--simple-card-bg-color);
    border-radius: var(--simple-border-radius-l);
    align-items: center;
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.05), 0 10px 10px -5px rgba(0, 0, 0, 0.02);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.support-way-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 30px -5px rgba(79, 70, 229, 0.15);
}

.support-way-item h3 {
    font-size: 16px;
}

.support-way-item p {
    font-size: 12px;
    color: var(--simple-grey-color);
    font-weight: 600;

}

.support-item {
    align-items: center;
    max-width: 1200px;
    margin: 0px auto;
}

.support-item-title {
    text-align: center;
}

.support-item-title p {
    color: var(--simple-grey-color);
    font-size: 16px;
}

.support-item-content {
    border-radius: var(--simple-border-radius-l);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.02);
    transition: box-shadow 0.2s ease;
    overflow: hidden;
}

.wp-block-table {
    margin: 0!important;
}

.support-item-content table {
    width: 100%!important;
    border-collapse: collapse!important;
    line-height: 1.5!important;
    margin: 0!important;
    background: #fff!important;
}

.support-item-content thead {
    background: #e84e49!important;
    border-bottom: 0!important;
    color: #ffffff!important;
}

.support-item-content th,
.support-item-content td {
    padding: 1rem 1rem!important;
    vertical-align: middle!important;
    border: none!important;
}


.support-item-content td {
    border-bottom: 1px solid #f0f2f5!important;
}

.support-item-content tbody tr:hover td {
    background-color: #f1f5f9 !important;
    transition: background-color 0.15s ease!important;
}


.support-item-content th,
.support-item-content td {
    text-align: center!important;
}

.support-item-content td:nth-child(4) {
    font-weight: 500!important;
    color: #e84e49!important;
}

/*
 * ------------------------------------------------------------------------------
 * 关于我们页面
 * ------------------------------------------------------------------------------
 */

.us-info {
    margin-top: -120px;
    position: relative;
    border-radius: var(--simple-border-radius-l);
    background-color: var(--simple-card-bg-color);
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.05), 0 10px 10px -5px rgba(0, 0, 0, 0.02);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.us-info-item {
    flex: 1;
    text-align: center;
}
.us-info-item p {
    font-size: 28px;
    font-weight: 600;
    color: #ae1e23;
}
.us-info-item span {
    color: var(--simple-grey-color);
}

.about-mian
.contact-info {
    text-align: center;
}
.contact-info h2{
    position: relative;
    z-index: 1;
}
.contact-info h2:before {
    content: "CONTACT US";
    position: absolute;
    left: 50%;
    bottom: 25px;
    transform: translate(-50%, 100%);
    font-size: 29px;
    color: #e84e4940;
    z-index: -1;
}
.contact-info p {
    color: var(--simple-grey-color);
    font-size: 16px;
}
.contact-content{
    margin-top: 40px;
}
.contact-wrap{
    width: 25%;
}
.contact-item {
    background-color: var(--simple-card-bg-color);
    color: #e84e49;
    border-radius: var(--simple-border-radius-l);
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.05), 0 10px 10px -5px rgba(0, 0, 0, 0.02);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.contact-right h3 {
    font-size: 20px;
    font-weight: 400;
}
.contact-left i {
    font-size: 50px;
    color: #e84e49;
}