.page_container__8PKIw {
    max-width: 600px;
    margin: 0 auto ;
    padding: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #fff;
    word-break: break-all;
}

.page_textContent__LT_8v h1,
.page_textContent__LT_8v h2,
.page_textContent__LT_8v h3 {
    font-weight: 600;
    margin-top: 1em;
    margin-bottom: 0.2em;
}

.page_textContent__LT_8v h1 {
    font-size: 0.75rem; /* 默认约 32px，基于 html font-size: 16px */
}

.page_textContent__LT_8v h2 {
    font-size: 0.6rem;
}

.page_textContent__LT_8v h3 {
    font-size: 0.5rem;
    margin-top: 0.5em;
}



.page_textContent__LT_8v p,
.page_textContent__LT_8v li {
    font-size: 16px;
    margin-bottom: 12px;
}
.page_textContent__LT_8v li {
    list-style-type: disc;
    margin-left: 20px;
}

.page_home_icon__ry6W_{
    color: #fff;
    cursor: pointer;
    background-color: rgba(0, 123, 255, 0.6); /* 半透明蓝色，60% 不透明度 */
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 10px;
    border-radius: 50%;
}


