.p-ts {
    text-align: center;
    padding: 20px 0 40px;
}
.p-ts .en {
    font-size: 15px;
    color: #666;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.8;
}

.en-btn {
    margin-top: 18px;
    display: flex;
}

.en-btn .xn_donate {
    display: inline-block;
}

.xn_donate {
    margin-top: 0;
    background-color: #00a0e9 !important;
    border-radius: 4px;
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    box-shadow: none;
    border: none;
}

.donate-item {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 20px 10px;
    text-align: center;
    transition: all 0.2s;
    height: 100%;
}

.donate-item:hover {
    border-color: #ccc;
    background-color: #fafafa;
    transform: none;
    box-shadow: none;
}

.donate-item .image {
    width: 82px;
    height: 82px;
    margin: 0 auto;
    position: relative;
}

.donate-item .image img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #f0f0f0;
    display: block;
}

.donate-item .name {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.donate-item .price {
    font-size: 13px;
    color: #999;
    font-family: Arial, sans-serif;
    background: transparent;
    display: inline-block;
    padding: 0;
}

.donate-item.vip-gold {
    border-color: #fff3cd;
    background-color: #fffbf2;
}

.donate-item.vip-gold .name {
    color: #b78608;
    font-weight: 600;
}

.donate-item.vip-gold .price {
    color: #b78608;
}

.donate-item.vip-gold .image img {
    border: 1px solid #ffe58f;
}

.layui-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin: 0 !important;
}

.suport {
    display: flex;
}

@media screen and (min-width: 768px) {
    .layui-row {
        grid-template-columns: repeat(6, 1fr);
        gap: 20px;
    }
}

.layui-row:after {
    display: none;
}

.layui-col-md2 {
    float: none !important;
    width: auto !important;
    display: flex;
    flex-direction: column;
    padding: 0 !important;
}

/* donate/do.html 样式 */
.pay-container {
    padding: 14px 18px 10px 18px;
}

.order-info {
    padding-bottom: 12px;
    font-size: 16px;
    line-height: 1.4;
}

.order-info .item {
    padding: 5px 0;
    font-weight: bold;
}

.order-info .item label {
    color: #999999;
    font-weight: 400;
}

.qrcode-box {
    display: flex;
}

.qrcode-box .types {
    width: 60%;
}

.qrcode-box .types .items {
    margin-right: 16px;
    display: flex;
    gap: 10px;
}

.qrcode-box .types a {
    display: block;
    border: 3px #EEEEEE solid;
    padding: 8px;
    margin-bottom: 0;
    border-radius: 2px;
}

.qrcode-box .types a.active {
    border: 3px #52c800 solid;
}

.qrcode-box .types a img {
    height: 26px;
}

.qrcode-box .types .tip {
    margin-right: 16px;
    font-size: 12px;
    line-height: 1.45;
}

.qrcode-box .img {
    width: 40%;
}

.qrcode-box .img img {
    width: 100%;
    max-height: 260px;
    object-fit: contain;
}

.price-box {
    display: flex;
    padding-bottom: 12px;
    justify-content: space-between;
}

.price-box .item {
    width: 23%;
    text-align: center;
    padding: 10px 0 10px 0;
    box-sizing: border-box;
    border: 1px #DDDDDD solid;
    border-radius: 4px;
    cursor: pointer;
}

.price-box .item .price {
    display: block;
    font-size: 20px;
    padding-bottom: 6px;
}

.price-box .item .price b {
    font-size: 12px;
}

.price-box .item .info {
    color: #999999;
    height: 24px;
    line-height: 24px;
}

.price-box .item.active,
.price-box .item:hover {
    background: #16baaa;
    color: #ffffff;
}

.price-box .item.active .info,
.price-box .item:hover .info {
    color: #ffffff;
}

@media (max-width: 768px) {
    .pay-container {
        padding: 12px 10px 16px 10px;
    }

    .order-info {
        font-size: 16px;
        padding-bottom: 16px;
    }

    .price-box {
        flex-wrap: wrap;
        gap: 10px;
    }

    .price-box .item {
        width: 48%;
        font-size: 14px;
        padding: 10px 0;
    }

    .price-box .item .price {
        font-size: 20px;
    }

    .price-box .item .info {
        height: auto;
        line-height: 1.4;
        padding: 0 4px;
    }

    .qrcode-box {
        flex-direction: column;
        align-items: center;
    }

    .qrcode-box .types,
    .qrcode-box .img {
        width: 100%;
    }

    .qrcode-box .img {
        margin-top: 8px;
        max-width: 240px;
        margin-left: auto;
        margin-right: auto;
    }

    .layui-form {
        margin-top: 14px !important;
    }
}
.p-ts {
        text-align: center;
        padding: 20px 0 40px;
    }
    .p-ts .en {
        font-size: 15px;
        color: #666;
        max-width: 700px;
        margin: 0 auto;
        line-height: 1.8;
    }

    .en-btn {
        margin-top: 18px;
        display: flex;
    }

    .en-btn .xn_donate {
        display: inline-block;
    }

    .xn_donate {
        margin-top: 0;
        background-color: #00a0e9 !important;
        border-radius: 4px;
        padding: 0 30px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        box-shadow: none;
        border: none;
    }

    .donate-item {
        background: #fff;
        border: 1px solid #eee;
        /* 极细的边框 */
        border-radius: 8px;
        padding: 20px 10px;
        text-align: center;
        transition: all 0.2s;
        height: 100%;
    }

    .donate-item:hover {
        border-color: #ccc;
        background-color: #fafafa;
        transform: none;
        box-shadow: none;
    }

    .donate-item .image {
        width: 82px;
        height: 82px;
        margin: 0 auto ;
        position: relative;
    }

    .donate-item .image img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: 1px solid #f0f0f0;
        display: block;
    }

    .donate-item .name {
        font-size: 14px;
        font-weight: 500;
        color: #333;
        margin-bottom: 5px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .donate-item .price {
        font-size: 13px;
        color: #999;
        font-family: Arial, sans-serif;
        background: transparent;
        display: inline-block;
        padding: 0;
    }

    .donate-item.vip-gold {
        border-color: #fff3cd;
        background-color: #fffbf2;
    }

    .donate-item.vip-gold .name {
        color: #b78608;
        font-weight: 600;
    }

    .donate-item.vip-gold .price {
        color: #b78608;
    }

    .donate-item.vip-gold .image img {
        border: 1px solid #ffe58f;
    }

    .layui-row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        margin: 0 !important;
    }
    .suport{
        display: flex;
    }
    @media screen and (min-width: 768px) {
        .layui-row {
            grid-template-columns: repeat(6, 1fr);
            gap: 20px;
        }
    }

    .layui-row:after {
        display: none;
    }

    .layui-col-md2 {
        float: none !important;
        width: auto !important;
        display: flex;
        flex-direction: column;
        padding: 0 !important;
    }
