.adm-popup-body, .popup_main {
    -webkit-touch-overflow: scroll
}
@media (prefers-color-scheme: dark) {
    /*body {*/
    /*    background-color: #ffffff !important;*/
    /*    color: #000000 !important;*/
    /*}*/

    /*a {*/
    /*    color: #0000ee !important;*/
    /*}*/

    /* 其他需要强制覆盖的样式 */
}
.popup_main {
    display: flex;
    touch-action: pan-y;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    padding: 0 1rem;
    height: calc(100% - 6rem);
    -webkit-user-select: text;
    -moz-user-select: text;
    user-select: text;
    pointer-events: auto
    touch-action: none;
    overflow: hidden;
}

.popup_main .popup_main_title {
    font-size: 2rem;
    font-weight: 600
}

.back {
    display: flex;
    align-items: center;
    gap: .5rem;
    background-color: #fff;
    padding: 1.5rem 0 1rem;
    font-size: 1.4rem;
    width: -moz-fit-content;
    width: fit-content
}

.back, .back svg {
    color: var(--adm-color-primary)
}

.back svg {
    width: 2rem;
    height: 2rem
}

.content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 20px;
    min-height: calc(100% - 10rem)
}
.Version_item__E7Jrx.Version_all__w10I2 {
    padding: 2rem 0;
    border-bottom: 1px solid hsla(240, 2%, 78%, .34)
}

.Version_pop_head__wEG0v {
    display: flex;
    align-items: center;
    gap: .5rem;
    background-color: #fff;
    padding: 1.5rem 0 1rem;
    font-size: 1.4rem;
    color: var(--adm-color-primary);
    width: -moz-fit-content;
    width: fit-content
}

.Version_pop_head__wEG0v svg {
    width: 2rem;
    height: 2rem;
    color: var(--adm-color-primary)
}

.Version_pop_wrapper__so5pc {
    height: calc(100% - 4.5rem);
    padding: 0 1rem;
    overflow-y: auto
}

.Version_pop_wrapper__so5pc .Version_title__NPVy3 {
    font-size: 2rem;
    font-weight: 600;
    padding-bottom: 2rem;
    border-bottom: 1px solid hsla(240, 2%, 78%, .34)
    touch-action: none;
    overflow: hidden;
}


.modal_overlay {
    bottom: 0;
    width: 100%;
    border-radius: 2rem 2rem 0 0;
    background-color: #f2f3f5;
    display: flex;
    justify-content: center
}

.slide_content {
    width: 100%
}

.slide_content .content_header {
    border-bottom: 1px solid #c9c3cd;
    padding: 2rem;
    display: flex;
    flex-direction: column
}

.slide_content .content_header .content_header_dom {
    display: flex;
    flex-direction: row
}

.slide_content .content_header .content_header_dom img {
    width: calc((100% - 6rem) / 4);
    height: calc((100% - 6rem) / 4);
    border-radius: 1.5rem;
    margin-right: 1rem
}

.slide_content .content_header .content_header_dom .content_header_logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 1.8rem;
    color: #151515;
    font-weight: 500
}

.slide_content .content_header .content_header_dom .content_header_logo span {
    font-size: 1.25rem;
    color: #86909c
}

.slide_content .content_header svg {
    width: 2.5rem;
    height: 2.5rem;
    background-color: #e5e6eb;
    padding: 5px;
    border-radius: 50%
}

.slide_content .contnet_option {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    background: #fff;
    border-radius: 8px;
    margin: 2rem;
    padding: 1rem;
    font-size: 1.5rem;
    color: #151515
}
.slide_content .content_code {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 2rem 2rem 5rem;
    gap: 1.25rem;
    font-size: 1.25rem;
    font-weight: 500;
    color: #151515
}
.slide_content .contnet_option svg {
    width: 20px;
    height: 20px;
    color: #4e5969
}



@keyframes loading {
    to {
        transform: rotate(0)
    }
    0% {
        transform: rotate(1turn)
    }
}

.page_app_container__gCjao {
    letter-spacing: .05rem
}

.page_app_container__gCjao .page_app_main__sfTie {
    padding: 2rem
}

.page_app_container__gCjao .page_app_info__uAqHP {
    display: flex;
    align-content: stretch;
    padding-bottom: 2rem
}

.page_app_container__gCjao .page_app_info__uAqHP > img {
    width: 12rem;
    height: 12rem;
    border-radius: 3rem;
    margin-right: 2rem;
    object-fit: cover
}

.page_app_container__gCjao .page_app_info__uAqHP .page_right__mOhP6 {
    display: flex;
    flex-direction: column;
    flex: 1 1;
    gap: 1rem
}

.page_app_container__gCjao .page_app_info__uAqHP .page_right__mOhP6 > h1, .page_app_container__gCjao .page_app_info__uAqHP .page_right__mOhP6 > p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.4rem;
    color: #8e8e92;
    font-weight: 400
}

.page_app_container__gCjao .page_app_info__uAqHP .page_right__mOhP6 > h1 {
    font-size: 2rem;
    color: #000;
    font-weight: 600
}

.page_app_container__gCjao .page_app_info__uAqHP .page_app_buttons__mICL2 {
    display: flex;
    align-items: center;
    margin-top: auto;
    justify-content: space-between
}

.page_app_container__gCjao .page_app_info__uAqHP .page_app_button__30hoi {
    height: 3rem;
    line-height: 3rem;
    border-radius: 2rem;
    padding: 0 2.2rem;
    outline: none;
    border: none;
    background-color: var(--adm-color-primary);
    color: #fff;
    font-size: 1.5rem
}

.page_app_container__gCjao .page_app_info__uAqHP .page_share__DGkjX {
    margin-left: auto
}

.page_app_container__gCjao .page_app_details__LUVCF::-webkit-scrollbar {
    display: none
}

.page_app_container__gCjao .page_app_details__LUVCF {
    display: flex;
    align-items: center;
    overflow-x: auto;
    padding-block: 2rem;
    gap: 1rem;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    border: 1px solid hsla(240, 2%, 78%, .5);
    border-right: none;
    border-left: none;
    margin-bottom: 2rem
}

.page_app_container__gCjao .page_app_details__LUVCF > .page_detail_item__d7J_V {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .5rem;
    width: calc((100% - 5rem) / 3);
    font-size: 1rem;
    color: #8e8e92;
    flex: none;
    text-align: center;
    font-weight: 500
}

.page_app_container__gCjao .page_app_details__LUVCF > .page_detail_item__d7J_V > div:first-of-type {
    color: #b2b2b5
}

.page_app_container__gCjao .page_app_details__LUVCF > .page_detail_item__d7J_V > div:nth-of-type(2) {
    font-weight: 700;
    font-size: 1.4rem;
    color: #8e8e92
}

.page_app_container__gCjao .page_app_details__LUVCF > .page_detail_item__d7J_V > div:nth-of-type(3) {
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.page_app_container__gCjao .page_app_details__LUVCF .page_divider__coBrG {
    height: 3rem;
    flex: none;
    width: 1px;
    background-color: hsla(240, 2%, 78%, .34)
}

.page_comments__p8QiS {
    border-bottom: 1px solid hsla(240, 2%, 78%, .5);
    margin-bottom: 2rem;
    padding-bottom: 2rem
}

.page_divider__coBrG > div:last-child {
    border-bottom: none !important
}

.page_guide__3YIaA {
    padding: 12px;
    border-radius: 8px;
    background: rgba(243, 45, 45, .05);
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px
}

.page_guide_box__tGP0v {
    line-height: 1.4rem
}

.page_guide_des__SJSGj {
    color: #f32d2d
}

.page_guide_book__63Mvs, .page_guide_des__SJSGj {
    font-family: PingFang SC;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400
}

.page_guide_book__63Mvs {
    color: var(--adm-color-primary);
    text-decoration: underline
}

.page_score_container__lf5nO {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    color: #8e8e92;
    font-weight: 500;
    font-feature-settings: "liga" off, "clig" off;
    font-family: PingFang SC
}

.page_score_container__left__VBPok {
    display: flex;
    flex-direction: column;
    align-items: center
}

.page_score_container__left__VBPok .page_score__pRm8Z {
    font-size: 4.8rem;
    font-weight: 700;
    color: #000;
    height: 6rem;
    line-height: 6rem;
    font-family: SF Pro
}

.page_score_container__right__z28CH {
    flex: 1 1;
    display: flex;
    flex-direction: column
}

.page_score_container__right__z28CH .page_score_detail__4FUMG {
    display: flex;
    align-items: center;
    height: 6rem
}

.page_stars__4ercK .page_stars_item__ebwk4 {
    width: 8rem;
    gap: .2rem
}

.page_stars__4ercK > div {
    display: flex;
    flex-direction: row-reverse
}

.page_stars__4ercK span {
    width: 1rem
}

.page_progress_item__wVkSp {
    width: 100%
}

.page_progress_item__wVkSp > div {
    display: flex;
    align-items: center;
    gap: 10px
}

.page_progress__H_agO {
    width: 100%;
    height: .2rem;
    border-radius: .2rem .2rem 0 0;
    position: relative;
    background-color: #e5e5ea
}

.page_progress_inner__TDSVb {
    position: absolute;
    left: 0;
    height: .2rem;
    border-radius: .2rem .2rem 0 0;
    background-color: #8e8e92
}

.page_score_comments__Q4QXV {
    font-size: 2rem;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    color: #000;
    margin-bottom: 2rem
}

.page_score_comments__Q4QXV span {
    font-size: 1.5rem;
    color: var(--adm-color-primary);
    font-weight: 400
}

.Version_wrapper__mGD1w {
    margin-bottom: 2rem
}

.Version_item__E7Jrx {
    list-style: none
}

.Version_item__head__pu6uk {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1.5rem;
    color: #8e8e92
}

.Version_commonH_head__F8QdR {
    font-size: 2rem;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 2rem;
    color: #000
}

.Version_commonH_head__F8QdR .Version_commonH_head__more__o5dRz {
    font-size: 1.5rem;
    color: var(--adm-color-primary);
    font-weight: 400
}

body {
    -webkit-overflow-scrolling: touch
}

.main {
    overflow-y: auto
}

.adm-popup, .adm-popup-body {
    -webkit-overflow-scrolling: touch;
    -webkit-user-select: text;
    -moz-user-select: text;
    user-select: text;
    pointer-events: auto;
    touch-action: auto
}

.adm-popup-body {
    -webkit-touch-overflow: scroll
}

.page_modal__X42_S {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5)
}

.page_modal_main__zAw9L {
    position: fixed;
    top: 25rem;
    left: 4rem;
    right: 4rem;
    border: 1px solid #f7f8fa;
    border-radius: 20px;
    z-index: 999;
    display: inline-block;
    font-size: 1.6rem;
    color: #000;
    font-weight: 400;
    background: #fff;
    background-blend-mode: color-dodge, normal;
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px)
}

.page_modal_main_dom__37Ykm, .page_modal_main_dom_title__xjDlf {
    display: flex;
    flex-direction: column
}

.page_modal_main_dom_title__xjDlf {
    padding: 2.5rem 1.5rem;
    text-align: center;
    font-weight: 500;
    grid-gap: .5rem;
    gap: .5rem;
    font-size: 1.8rem
}

.page_modal_main_dom_btn__vT2DN {
    border: none;
    background-color: transparent;
    border-top: .333px solid var(--miscellaneous-alert-menu-action-sheet-separators, hsla(0, 0%, 50%, .55));
    padding: 1.2rem 0;
    font-size: 1.8rem;
    color: var(--adm-color-primary)
}

/* Make sure these elements have transitions */
.adm-popup-body {
    /* ... your existing styles ... */
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out; /* Adjust timing as needed */
}
