.page-banner {
    background: linear-gradient(135deg, rgba(var(--simple-color)) 0%, #3242b6 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.08);
    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 {
    display: grid;
    margin-top: -120px;
    position: relative;
    grid-auto-flow: column;
    gap: 25px;
}

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

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

.support-way-item {
    flex-direction: column;
    padding: 50px 100px;
    background-color: rgba(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);
    cursor: pointer;
}

.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: rgba(var(--simple-color))!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: rgba(var(--simple-color))!important;
}

/*
 * ------------------------------------------------------------------------------
 * 关于我们页面
 * ------------------------------------------------------------------------------
 */
.us-info {
    margin-top: -120px;
    position: relative;
    border-radius: var(--simple-border-radius-l);
    background-color: rgba(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: rgba(var(--simple-color));
}
.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: rgba(var(--simple-color),.2);
    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: rgba(var(--simple-card-bg-color));
    color: rgba(var(--simple-color));
    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: rgba(var(--simple-color));
}

/*
 * ------------------------------------------------------------------------------
 * 默认页面
 * ------------------------------------------------------------------------------
 */
.page-head {
    background-color: rgba(var(--simple-card-bg-color));
    min-height: 100px;
    border-radius: 4px 4px 0 0;
    border-top: 4px solid #283593;
}
.page-title {
    top: 0;
    background-color: rgba(var(--simple-color));
    border-radius: 0 0 var(--simple-border-radius-xl) var(--simple-border-radius-xl);
    color: #FFFFFF;
    font-size: 20px;
}
.page-content{
    background-color: rgba(var(--simple-card-bg-color));
    border-radius: 0 0 var(--simple-border-radius-m) var(--simple-border-radius-m);
}
.page-content {
    min-height: 200px;
}

.page-content h2 {
    margin-bottom: 10px;
    font-weight: 700;
    padding: 5px 0;
    font-size: 18px;
    position: relative;
}

.page-content h2::before {
    content: '';
    height: 20px;
    width: 8px;
    background: rgba(var(--simple-color));
    position: absolute;
    left: -24px;
    bottom: 7px;
}

.page-content h2::after {
    content: '';
    height: 20px;
    width: 8px;
    background: rgba(var(--simple-color));
    position: absolute;
    left: -19px;
    bottom: 7px;
    transform: skewX(-10deg);
}

.page-content p {
    line-height: 1.875;
    font-size: 16px;
    color: #444;
    margin-bottom: 1.5rem;
    word-wrap: break-word;
    text-align: justify;
}

.page-content a {
    position: relative;
    font-family: "icon" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.page-content a:before {
    content: "\e6ef";
    margin-right: 4px;
}
.page-content strong{
    color: rgba(var(--simple-color));
}