
        body {
        margin: 0;
        padding: 0;
        font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', Meiryo, sans-serif;
        background: linear-gradient(180deg, #e29578 0%, rgb(251, 196, 171) 100%);
        /*color: #f8f9fa;*/
        position: relative;
        overflow-x: hidden;
        min-height: 100vh;
        font-size: 14px;
        -webkit-text-size-adjust: 100%;
        -webkit-font-smoothing: antialiased;
    }

    .mnshgatqe {
        position: relative;
        z-index: 1;
        max-width: 480px;
        margin: 0 auto;
        padding: 15px;
    }

    @media (min-width: 768px) {
        .mnshgatqe {
            max-width: 600px;
            padding: 20px;
        }
    }

    .gfhewtwt {
        text-align: center;
        padding: 15px 0;
		color: white;
    }

    .ewrerwqmnshgatqe {
        margin-bottom: 10px;
    }

    .q9iyiyty {
        width: 80px;
        height: 80px;
        margin-bottom: 10px;
        display: inline-block;
        background: linear-gradient(180deg, #e29578 0%, rgb(251, 196, 171) 100%);
        padding: 10px;
        border-radius: 50%;
        animation: pulse 3s ease-in-out infinite;
        border: 2px solid rgb(231, 156, 110);
    }

    @keyframes pulse {
        0% {
            transform: scale(1);
        }
        50% {
            transform: scale(1.05);
        }
        100% {
            transform: scale(1);
        }
    }

    .gfhewtwt h1 {
        margin: 10px 0 5px 0;
        font-size: 1.8rem;
        font-weight: bold;
    }

    .bghyryry {
        margin: 0;
        font-size: 14px;
        color: rgb(231, 156, 110);
        font-weight: 300;
    }

    .bn7utyrty {
                background: linear-gradient(180deg, #e29578 0%, rgb(251, 196, 171) 100%);
        color: white;
        padding: 16px;
        border-radius: 12px;
        margin-bottom: 18px;
        /*box-shadow: 0 6px 20px rgb(255, 159, 28);*/
        border: 1px solid rgba(126, 95, 70, 0.4);
        backdrop-filter: blur(15px);
    }

    .bn7utyrty-gfhewtwt {
        margin-bottom: 12px;
        text-align: center;
    }

    .bn7utyrty-gfhewtwt h3 {
        margin: 0;
        font-size: 16px;
        /*color: rgba(126, 95, 70, 0.4);*/
        font-weight: bold;
    }

    .iu7rgfg {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .nbfhhsdf5tegitem {
        display: flex;
        align-items: center;
        background: rgba(166, 118, 77, 0.4);
        border-radius: 10px;
        padding: 12px;
        backdrop-filter: blur(10px);
        border: 1px solid rgba(166, 118, 77, 0.4);
        transition: all 0.3s ease;
        cursor: pointer;
    }

    .nbfhhsdf5tegitem:hover {
        background: rgba(166, 118, 77, 0.4);
        transform: translateY(-1px);
        border-color: rgba(162, 159, 115, 0.14);
        box-shadow: 0 4px 12px rgba(121, 68, 23, 0.4);
    }

    .nbfhhsdf5tegrank {
        width: 24px;
        height: 24px;
        background: rgba(162, 159, 115, 0.14);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        font-weight: bold;
        color: #ffffff;
        margin-right: 12px;
        flex-shrink: 0;
    }

    .nbfhhsdf5teginfo {
        flex: 1;
        min-width: 0;
    }

    .nbfhhsdf5tegname {
        font-size: 14px;
        font-weight: bold;
        color: white;
        margin-bottom: 4px;
    }

    .nbfhhsdf5tegdetails {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 8px;
    }

    .nbfhhsdf5teglevel {
        font-size: 10px;
        color: rgba(255, 255, 255, 0.7);
        flex-shrink: 0;
    }

    .dsfrtgsert {
        font-size: 10px;
        color: #e79c6e;
        background: rgba(166, 118, 77, 0.4);
        padding: 2px 6px;
        border-radius: 8px;
        white-space: nowrap;
    }

    .dar4gbnfhf {
        display: flex;
        justify-content: center;
        margin: 15px 0;
        flex-wrap: wrap;
        gap: 12px;
    }

    .eqwfsfsdff {
        display: flex;
        align-items: center;
        font-size: 12px;
        background: linear-gradient(135deg, rgba(121, 68, 23, 0.4), rgba(162, 159, 115, 0.14));
        padding: 6px 10px;
        border-radius: 15px;
        backdrop-filter: blur(10px);
        border: 1px solid rgb(121, 87, 60);
    }

    .eqwfsfsdff span {
        margin-right: 5px;
    }

    .bv5ryhf {
        display: flex;
        margin: 18px 0;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    }

    .zcxd4tgrg {
        flex: 1;
        padding: 14px 12px;
        border: none;
        font-size: 15px;
        outline: none;
        background: white;
        font-family: inherit;
    }

    .zcxd4tgrg::placeholder {
        color: #9ca3af;
        font-size: 14px;
    }

    .cvf5yyjtr {
        background: linear-gradient(135deg, rgba(242, 112, 89, 0.4) 0%, #e79c6e 100%);
        /*background: rgba(121, 68, 23, 0.4); background: rgba(242, 112, 89, 0.67);*/
        color: white;
        border: none;
        padding: 14px 20px;
        font-size: 13px;
        cursor: pointer;
        transition: all 0.3s;
        font-weight: 600;
        min-width: 80px;
        /*border: 1px solid rgb(124, 120, 87);*/
    }

    .cvf5yyjtr:hover {
        background: linear-gradient(135deg, rgba(121, 68, 23, 0.4) 0%, #79573c 100%);
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(121, 68, 23, 0.4);
    }

    .cvf5yyjtr:disabled {
        background-color: #7c7857;
        cursor: not-allowed;
        transform: none;
    }

    .qweq34sdfd {
        background: rgba(242, 112, 89, 0.67);
        border-radius: 12px;
        padding: 16px;
        margin: 20px 0;
        border: 1px solid rgba(162, 159, 115, 0.14);
    }

    .qweq34sdfd h4 {
        margin: 0 0 10px 0;
        color: #fff2f2;
        font-size: 16px;
    }

    .qweq34sdfd p {
        margin: 0;
        font-size: 13px;
        line-height: 1.5;
        color: #fff2f2;
    }
.qweq34sdfdimg {
    background: rgba(231, 156, 110, 0.37);
    border-radius: 12px;
    /*padding: 16px;*/
    margin: 20px 0;
    border: 1px solid rgba(162, 159, 115, 0.14);

    width: 100%;
    /*height: 300px;   !* 示例固定高度 *!*/
    display: flex;   /* 居中图片 */
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.qweq34sdfdimg img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 保持比例并填满 */
    border-radius: 12px; /* 如果也想圆角 */
    display: block;
}
    .bvbfhty6y {
        margin-top: 25px;
        padding: 15px;
        font-size: 12px;
        line-height: 1.5;
        color: #ffffff;
background: rgba(242, 112, 89, 0.67);
        border-radius: 8px;
        border-left: 3px solid #ff0000;
    }

    /* Modal Styles */
    .wewe4yty {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        z-index: 9999;
        display: flex;
        align-items: center;
        justify-content: center;
    }
/*background: rgba(242, 112, 89, 0.67);*/
    .ewe67yjk {
        background: rgb(121, 87, 60);
        border-radius: 12px;
        padding: 32px 18px;
        max-width: 340px;
        width: 90%;
        color: white;
    }

    .modal-title {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 18px;
        font-size: 20px;
        font-weight: bold;
    }

    .vbgtsfsff-item {
        margin-bottom: 16px;
    }

    .vbgtsfsff-title {
        font-size: 15px;
        margin-bottom: 8px;
    }

    .vbgtsfsff-bar {
        background: #eee;
        border-radius: 8px;
        height: 16px;
        overflow: hidden;
    }

    .vbgtsfsff-fill {
        background: #e7a772;
        height: 100%;
        border-radius: 8px;
        transition: width 0.3s ease;
        width: 0%;
    }

    .qrwrqq {
        background: #8d3905;
        color: #fff;
        padding: 25px 0;
        font-size: large;
        border-radius: 8px;
        text-align: center;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 20px auto 0;
        animation: breath 1.6s infinite;
        border: none;
    }

    @keyframes breath {
        0%, 100% {
            opacity: 1;
            transform: scale(1);
        }
        50% {
            opacity: 0.9;
            transform: scale(1.03);
        }
    }

    .hidden {
        display: none;
    }
