.move-touch {
    -webkit-overflow-scrolling: touch
}

.auto-center ul li .pict {
    display: table;
    width: 100%;
    text-align: center
}

.auto-center ul li .pict i {
    vertical-align: middle;
    display: table-cell
}

.vague {
    -webkit-filter: blur(2px);
    transition: .3s;
    -webkit-transition: .3s
}

.rogate {
    transition: .3s;
    -webkit-transition: .3s
}

.rogate:hover {
    transform: rotate(90deg)
}

.arrow {
    position: relative;
    line-height: 1;
    margin-left: .1rem
}

.arrow:before {
    content: "";
    position: absolute;
    top: -.02rem;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: .08rem solid;
    border-right: .08rem solid transparent;
    border-top: .08rem solid transparent;
    border-left: .08rem solid transparent
}

.arrow:after {
    content: "";
    position: absolute;
    top: .18rem;
    left: 0;
    width: 0;
    height: 0;
    border-top: .08rem solid;
    border-right: .08rem solid transparent;
    border-bottom: .08rem solid transparent;
    border-left: .08rem solid transparent
}

.arrow.one:before {
    display: none
}

.arrow.one:after {
    top: .14rem
}

.border-top:before {
    background: #dadada;
    content: "";
    position: absolute;
    height: 1px;
    transform-origin: 0 0;
    transform: scale(.5, .5);
    -webkit-transform: scale(.5, .5);
    -moz-transform: scale(.5, .5);
    width: 200%;
    top: 0;
    left: 0
}

.border-bottom:after {
    background: #dadada;
    content: "";
    position: absolute;
    height: 1px;
    transform-origin: 0 0;
    transform: scale(.5, .5);
    -webkit-transform: scale(.5, .5);
    -moz-transform: scale(.5, .5);
    width: 200%;
    bottom: -1px;
    left: 0
}

.flex-slide {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.flex-slide>* {
    flex-shrink: 0
}

.box-space-between {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between
}

.box-space-between>* {
    flex-shrink: 0
}

.touch-state {
    position: relative
}

.touch-state label {
    position: relative;
    background: #fff;
    display: block;
    width: .9rem;
    height: .45rem;
    border: 1px solid #ccc;
    border-radius: .3rem;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.touch-state label:after {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    width: .41rem;
    height: .41rem;
    background: #fff;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, .4);
    border-radius: 50%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.touch-state input {
    position: absolute;
    z-index: 0;
    opacity: 0;
    left: 45%;
    top: 20%
}

.touch-state input:checked+label {
    background: #47b92c;
    border-color: #47b92c
}

.touch-state input:checked+label:after {
    left: calc(100% - .41rem)
}

.swiper-wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    display: -webkit-box;
    position: relative
}

.swiper-slide {
    flex-shrink: 0;
    position: relative
}

.mohu {
    filter: blur(1px);
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=1, MakeShadow=false)
}

.fixed-top {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 2;
    background: #fff
}

.fixed-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background: #fff
}

.column {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
}

.column>* {
    column-count: 1;
    flex-grow: 1;
    flex-shrink: 0;
    text-align: center
}

a,
body,
button,
dd,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
i,
img,
input,
li,
p,
select,
span,
strong,
textarea,
ul {
    margin: 0;
    padding: 0
}

b,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-weight: 400
}

table {
    border-spacing: 0
}

body {
    font-family: "microsoft yahei", Arial;
    font-size: .26rem;
    line-height: 1;
    color: #333;
    -webkit-user-select: none;
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important;
    background: #0f1419 !important;
}

::-webkit-scrollbar {
    width: 0;
    height: 0
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

li {
    list-style-type: none;
    float: left
}

a {
    text-decoration: none;
    color: #333;
    outline: 0
}

img {
    border: none;
    vertical-align: middle
}

em,
i,
var {
    font-style: normal
}

button {
    font-family: "microsoft yahei", Arial;
    outline: 0;
    cursor: pointer;
    font-size: .26rem;
    border: none
}

iframe {
    border: none
}

input,
select,
textarea {
    outline: 0;
    font-family: "microsoft yahei", Arial;
    font-size: .26rem;
    border-radius: 0;
    border: none;
    background: 0 0
}

input:disabled {
    opacity: 1;
    color: #333
}

button,
input[type=button],
input[type=date],
input[type=number],
input[type=password],
input[type=reset],
input[type=submit],
input[type=text],
textarea {
    -webkit-appearance: none;
    border: none;
    background: 0 0
}

textarea {
    resize: none
}

.ico {
    display: inline-block;
    vertical-align: middle
}

.fl {
    float: left
}

.fr {
    float: right
}

.clear {
    clear: both
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    zoom: 1
}

.hide {
    display: none !important
}

.mobile-wrap {
    position: relative;
    min-height: 100vh;
    width: 100%;
    float: left;
    background-color: #02091d
}

body,
html {
    width: 100%;
    height: 100%
}

.head {
    width: 100%;
    height: 1rem;
    background-color: #13182b;
    padding: 0 .18rem;
    display: flex;
    justify-content: space-between
}

.head .logo {
    height: 1rem;
    display: flex;
    justify-content: center;
    align-items: center
}

.head .logo img {
    height: 1rem
}

.head .txts {
    line-height: 1rem;
    font-size: .26rem;
    color: #fff
}

.banner {
    width: 100%
}

.banner img {
    width: 100%
}

.notice {
    width: 100%;
    height: .5rem;
    background-color: #171d2e;
    display: flex;
    justify-content: space-between
}

.notice .ico {
    width: .62rem;
    height: .5rem;
    display: flex;
    justify-content: center;
    align-items: center
}

.notice .ico img {
    width: .3rem
}

.notice .txt {
    width: calc(100% - .62rem);
    line-height: .5rem;
    color: #fff;
    height: .5rem
}

.notice .txt marquee {
    width: 100%;
    height: .5rem;
    line-height: .5rem;
    display: inline-block
}

.product {
    width: 100%;
    background-color: #02091d;
    float: left;
    padding-top: .3rem
}

.product .title {
    width: 100%;
    text-align: center;
    height: 1.12rem;
    display: flex;
    justify-content: center;
    align-items: center
}

.product .title img {
    width: 4.56rem
}

.product .list {
    width: 100%;
    padding: 0 .18rem
}

.product .list ul {
    width: 100%
}

.product .list ul li {
    width: 100%;
    padding: .13rem 0;
    position: relative;
    float: left
}

.product .list ul li:after {
    content: "";
    position: absolute;
    right: -.04rem;
    top: .08rem;
    width: .88rem;
    height: .88rem;
    background-size: .88rem .88rem
}

.product .list ul li .cont {
    width: 100%;
    background-color: #171d2e;
    border-radius: .06rem;
    border-left: .06rem solid #77c8b7;
    padding: .18rem;
    display: flex;
    justify-content: space-between
}

.product .list ul li .cont .image {
    width: 1.6rem;
    height: 1.6rem
}

.product .list ul li .cont .image img {
    width: 100%;
    height: 100%;
    border-radius: .3rem;
    margin-top: 7px;
}

.product .list ul li .cont .text {
    width: calc(100% - 1.6rem);
    padding-left: .2rem;
    display: flex;
    justify-content: space-between
}

.product .list ul li .cont .text .btns {
    width: 1.56rem;
    height: 1.6rem;
    display: flex;
    justify-content: center;
    align-items: center
}

.product .list ul li .cont .text .btns button {
    display: inline-block;
    width: 100%;
    height: .6rem;
    margin-top: 15px;
    background-color: #77c8b7;
    text-align: center;
    line-height: .6rem;
    color: #333;
    border-radius: .06rem;
    letter-spacing: .04rem;
    -webkit-animation: myfirst 1s infinite;
    animation: myfirst 1s infinite
}

.product .list ul li .cont .text .intr {
    width: calc(100% - 1.56rem)
}

.product .list ul li .cont .text .intr .tits {
    width: 100%;
    line-height: .44rem;
    font-size: .32rem;
    color: #fff
}

.product .list ul li .cont .text .intr .score {
    width: 100%;
    height: .36rem;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.product .list ul li .cont .text .intr .score img {
    width: 1.14rem;
    margin: 0 .1rem
}

.product .list ul li .cont .text .intr .score span {
    color: #fff;
    font-size: .2rem
}

.product .list ul li .cont .text .intr .score em {
    font-size: .26rem;
    color: #f6ff6e;
    position: relative;
    top: .02rem
}

.product .list ul li .cont .text .intr .nums {
    width: 100%;
    line-height: .3rem;
    font-size: .22rem;
    color: #fff
}

.product .list ul li .cont .text .intr .txts {
    color: #7b7e86;
    font-size: .2rem;
    line-height: .34rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.product .list ul li .imgs {
    width: 100%
}

.product .list ul li .imgs img {
    width: 100%
}

.footer {
    width: 100%;
    text-align: center;
    line-height: 1.44rem;
    font-size: .26rem;
    color: #fff;
    font-family: arial
}

@-webkit-keyframes myfirst {
    from {
        transform: scale(1)
    }

    50% {
        transform: scale(.8)
    }

    to {
        transform: scale(1)
    }
}

@keyframes myfirst {
    from {
        transform: scale(1)
    }

    50% {
        transform: scale(.8)
    }

    to {
        transform: scale(1)
    }
}

/* ========== 统一响应式根字体大小（以 430px 手机宽度为设计基准） ========== */
html {
    font-size: 13.333vw;
}

@media screen and (min-width:430px) {
    html {
        /* 430 / 7.5 = 57.333px，标准手机屏幕比例 */
        font-size: 57.333px;
    }
}

/* ========== 深色主题覆盖 ========== */
body {
    background: #1a1a1a !important; /* PC端灰色背景 */
    margin: 0;
    padding: 0;
}

/* ========== PC端显示手机框架效果（类似真实手机设备） ========== */
@media screen and (min-width: 768px) {
    body {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        padding: 0 !important; /* 移除顶部padding，框架紧贴顶部 */
        margin: 0 !important;
        min-height: 100vh;
    }

    /* 所有body的直接子元素都约束在430px宽度内（排除fixed/absolute定位的全屏元素） */
    body > *:not(.page-loading-overlay):not(.modal-mask):not(.announcement-modal-overlay):not(.user-center-popup):not(.floating-service-container):not([style*="position: fixed"]):not([style*="position:fixed"]) {
        max-width: 430px !important;
        width: 430px !important;
        margin: 0 !important; /* 移除margin，确保紧贴 */
    }

    /* 只给.head添加顶部间距 */
    body > .head {
        margin-top: 20px !important;
    }

    /* 核心容器宽度约束 */
    #root,
    #app,
    .page,
    .page.active,
    .page-container,
    .mobile-wrap,
    .center {
        max-width: 430px !important;
        width: 430px !important;
        margin: 0 !important; /* 移除所有margin */
        padding: 0 !important; /* 移除所有padding */
        box-sizing: border-box !important;
    }

    /* 主容器样式（只应用到最外层容器，添加手机框架效果） */
    body > #root {
        background: #0f1419 !important;
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.1);
        border-radius: 0 !important; /* 移除圆角，让内容从顶部开始 */
        overflow-x: hidden; /* 横向隐藏，纵向允许滚动 */
        overflow-y: auto; /* 允许纵向滚动 */
        position: relative;
        margin-top: 0 !important; /* #root紧贴.head，无间距 */
        /* 移除max-height限制，让容器根据内容自动增长，但限制在视口高度内可滚动 */
        height: calc(100vh - 20px - 1rem); /* 固定高度，确保可以滚动 */
    }

    /* 内部容器不需要阴影和圆角，确保宽度100% */
    #app,
    .page,
    .page-container,
    .centent,
    .sh-main,
    .sh-nrbk,
    .sh-content,
    .discover-page,
    .discover-content {
        box-shadow: none !important;
        border-radius: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    /* #app移除圆角，只保持#root的圆角效果 */
    #app {
        border-radius: 0 !important; /* 移除圆角，避免裁剪内部内容 */
        overflow: visible; /* 允许内容溢出，让#root来处理滚动 */
        height: auto !important; /* 高度自适应内容 */
        min-height: 100% !important; /* 至少填满父容器 */
    }

    /* 确保内部容器高度自适应 */
    .page-container {
        min-height: 0 !important; /* 移除最小高度限制 */
        height: auto !important;
    }

    /* 固定定位元素调整（如悬浮按钮） */
    .fixed-right {
        right: calc((100vw - 430px) / 2);
    }

    /* 悬浮客服按钮PC端适配 - 相对于430px内容框定位 */
    .floating-service-container {
        /* 计算：(100vw - 430px) / 2 是左右灰色区域宽度，加上15px边距 */
        position: fixed !important;
        right: calc((100vw - 430px) / 2 + 15px) !important;
        left: auto !important; /* 明确排除左侧定位 */
        bottom: 80px !important;
        /* 强制重置可能影响定位的属性 */
        margin-left: 0 !important;
        margin-right: 0 !important;
        transform: none !important;
        float: none !important;
    }

    /* 底部导航栏PC端适配 - 移除圆角 */
    .bottom-nav {
        max-width: 430px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        border-radius: 0 !important; /* 移除圆角 */
    }

    /* 头部适配 - 添加顶部圆角，固定宽度 */
    .head {
        border-radius: 20px 20px 0 0 !important; /* 框架顶部圆角在header上 */
        max-width: 430px !important;
        width: 430px !important;
        box-sizing: border-box !important;
        margin-bottom: 0 !important; /* 移除底部margin，与#root紧贴 */
        overflow: hidden; /* 隐藏溢出内容 */
    }
}

/* ========== 移动端（<768px）：全屏显示，无框架效果 ========== */
@media screen and (max-width: 767px) {
    body {
        background: #0f1419 !important; /* 移动端保持深色 */
        display: block;
        padding: 0;
    }

    body > *:not(.floating-service-container) {
        max-width: 100% !important;
        width: 100% !important;
    }
    
    /* 移动端悬浮客服按钮确保在右侧 */
    body > .floating-service-container {
        position: fixed !important;
        right: 15px !important;
        left: auto !important;
        bottom: 80px !important;
        top: auto !important;
        width: auto !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    /* 移动端悬浮客服按钮确保在右侧 */
    .floating-service-container {
        position: fixed !important;
        right: 15px !important;
        left: auto !important;
        bottom: 80px !important;
        top: auto !important;
        /* 强制重置可能影响定位的属性 */
        margin: 0 !important;
        padding: 0 !important;
        transform: none !important;
        float: none !important;
        width: auto !important;
        max-width: none !important;
    }

    #root,
    #app,
    .page,
    .page-container,
    .discover-page-wrapper,
    .mobile-wrap,
    .center {
        max-width: 100% !important;
        width: 100% !important;
        box-shadow: none !important;
        border-radius: 0 !important;
    }

    .bottom-nav {
        max-width: 100% !important;
        left: 0 !important;
        transform: none !important;
        border-radius: 0 !important;
    }

    .head {
        border-radius: 0 !important;
        max-width: 100% !important;
        width: 100% !important;
    }

    /* 移动端内容容器也无padding/margin */
    .centent,
    .sh-main {
        padding: 0 !important;
        margin: 0 !important;
    }
}

/* ========== Loading 动画样式 ========== */
.page-loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0f1419;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.page-loading-overlay.hidden {
    opacity: 0;
    visibility: hidden;
}

.page-loading-logo {
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 0.32rem;
    box-shadow: 0 0.16rem 0.6rem rgba(119, 200, 183, 0.3);
    animation: pulse-logo 1.5s ease-in-out infinite;
    margin-bottom: 0.4rem;
    object-fit: contain;
}

@keyframes pulse-logo {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.05); opacity: 0.8; }
}

.page-loading-spinner {
    width: 0.8rem;
    height: 0.8rem;
    border: 0.06rem solid rgba(119, 200, 183, 0.2);
    border-top: 0.06rem solid #77c8b7;
    border-radius: 50%;
    animation: spin-loading 1s linear infinite;
    margin-bottom: 0.24rem;
}

@keyframes spin-loading {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.page-loading-text {
    font-size: 0.28rem;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 0.24rem;
}

.page-loading-progress-container {
    width: 4rem;
    height: 0.08rem;
    background: rgba(119, 200, 183, 0.2);
    border-radius: 0.08rem;
    overflow: hidden;
}

.page-loading-progress-bar {
    height: 100%;
    background: linear-gradient(135deg, #77c8b7 0%, #5fa897 100%);
    width: 0%;
    transition: width 0.3s ease;
    border-radius: 0.08rem;
}

.page-loading-percent {
    font-size: 0.24rem;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 0.16rem;
}

/* ========== 统一容器样式 ========== */
.mobile-wrap {
    max-width: 750px;
    margin: 0 auto;
    background: #0f1419;
}

.center {
    position: relative;
}

/* ========== 客服悬浮按钮和弹窗样式 ========== */
.floating-service-container {
    position: fixed !important;
    right: 15px !important; /* 确保在右侧 */
    left: auto !important; /* 明确排除左侧定位 */
    bottom: 80px !important;
    top: auto !important; /* 明确排除顶部定位 */
    z-index: 9999 !important;
    /* 强制重置可能影响定位的属性 */
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
    float: none !important;
    width: auto !important; /* 让内容决定宽度 */
    max-width: none !important; /* 移除最大宽度限制 */
}

.floating-service-wrapper {
    position: relative; /* 让关闭按钮相对于这个wrapper定位 */
    width: 60px;
    height: 60px;
}

.floating-service-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: transparent;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
    display: block;
    cursor: pointer;
    overflow: hidden;
    padding: 0;
    text-decoration: none;
}

.floating-service-btn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

.service-close-btn {
    position: absolute;
    top: -5px; /* 在图标右上角外侧 */
    right: -5px; /* 在图标右上角外侧 */
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #ff5252;
    color: white;
    font-size: 16px;
    line-height: 24px; /* 与高度一致 */
    text-align: center;
    display: block;
    cursor: pointer;
    z-index: 10001; /* 比父容器高 */
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
    border: 2px solid #fff; /* 白色边框更明显 */
}

.shake-animation {
    animation: shake 1.5s ease-in-out infinite;
}

@keyframes shake {
    0%, 100% { transform: rotate(0deg); }
    20% { transform: rotate(8deg); }
    40% { transform: rotate(-8deg); }
    60% { transform: rotate(4deg); }
    80% { transform: rotate(-4deg); }
}

/* 确保动画只影响按钮本身，不影响容器定位 */
.floating-service-container .shake-animation {
    transform-origin: center center; /* 动画围绕中心旋转 */
}

/* ========== APP分类筛选样式 ========== */
.app-category-filter {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.2rem;
    padding: 0.3rem;
    background: #0f1419;
}

.app-category-item {
    padding: 0.16rem 0.2rem;
    text-align: center;
    background: #1a2028;
    color: #ffffff;
    border-radius: 0.08rem;
    font-size: 0.28rem;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.app-category-item:hover {
    background: #252d38;
}

.app-category-item.active {
    background: linear-gradient(135deg, #77c8b7 0%, #5fa897 100%);
    color: #ffffff;
    font-weight: bold;
    border-color: #77c8b7;
}

.app-item {
    display: block;
}

.app-item.hidden {
    display: none !important;
}

/* ========== 模拟器列表样式 ========== */
.simulator-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
    padding: 0.3rem;
}

.simulator-item {
    aspect-ratio: 1/1;
    border-radius: 0.12rem;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 0.04rem 0.12rem rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.simulator-item:hover {
    transform: scale(1.05);
}

.simulator-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.simulator-loading {
    text-align: center;
    padding: 0.6rem;
    color: #ffffff;
    font-size: 0.28rem;
    grid-column: 1 / -1;
}

/* ========== APP列表样式优化 ========== */
.product .list {
    width: 100%;
    padding: 0 0.18rem;
    box-sizing: border-box;
}

.product .list ul {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.product .list ul li {
    width: 100%;
    float: left;
    padding: 0.13rem 0;
    list-style: none;
    box-sizing: border-box;
}

.product .list ul li .cont {
    width: 100%;
    background-color: #171d2e;
    border-radius: 0.06rem;
    border-left: 0.06rem solid #77c8b7;
    padding: 0.18rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.2rem;
    box-sizing: border-box;
}

.product .list ul li .cont .image {
    width: 1.6rem;
    height: 1.6rem;
    min-width: 1.6rem;
    flex-shrink: 0;
    box-sizing: border-box;
}

.product .list ul li .cont .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.3rem;
    display: block;
    margin-top: 0.07rem;
}

.product .list ul li .cont .text {
    flex: 1;
    min-width: 0;
    padding-left: 0.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}

.product .list ul li .cont .text .intr {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.05rem;
    box-sizing: border-box;
}

.product .list ul li .cont .text .intr .tits {
    font-size: 0.32rem;
    font-weight: normal;
    color: #ffffff;
    line-height: 0.44rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    padding: 0;
}

.product .list ul li .cont .text .intr .score {
    display: flex;
    align-items: center;
    gap: 0.1rem;
    height: 0.36rem;
    line-height: 0.36rem;
}

.product .list ul li .cont .text .intr .score span {
    font-size: 0.2rem;
    color: #ffffff;
    white-space: nowrap;
}

.product .list ul li .cont .text .intr .score img {
    width: 1.14rem;
    height: auto;
    display: block;
    flex-shrink: 0;
}

.product .list ul li .cont .text .intr .score em {
    font-size: 0.26rem;
    font-style: normal;
    color: #f6ff6e;
    white-space: nowrap;
}

.product .list ul li .cont .text .intr .nums {
    font-size: 0.22rem;
    color: #ffffff;
    line-height: 0.3rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product .list ul li .cont .text .intr .txts {
    font-size: 0.2rem;
    color: #7b7e86;
    line-height: 0.34rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
}

.product .list ul li .cont .text .btns {
    width: 1.56rem;
    min-width: 1.56rem;
    height: 1.6rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.product .list ul li .cont .text .btns button {
    width: 100%;
    height: 0.6rem;
    background-color: #77c8b7;
    color: #333333;
    font-size: 0.26rem;
    font-weight: normal;
    text-align: center;
    line-height: 0.6rem;
    border: none;
    border-radius: 0.06rem;
    letter-spacing: 0.04rem;
    cursor: pointer;
    margin-top: 0.15rem;
    padding: 0;
    box-sizing: border-box;
    white-space: nowrap;
    -webkit-animation: myfirst 1s infinite;
    animation: myfirst 1s infinite;
}

/* ========== Banner 轮播图样式优化 ========== */
.banner {
    width: 100%;
    height: 4rem;
    overflow: hidden;
    border-radius: 0.12rem;
    margin-bottom: 0.2rem;
}

.banner .swiper-container {
    width: 100%;
    height: 100%;
}

.banner .swiper-wrapper {
    height: 100%;
}

.banner .swiper-slide {
    height: 100%;
}

.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.banner a {
    display: block;
    width: 100%;
    height: 100%;
}

.banner a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner .swiper-pagination {
    bottom: 0.2rem;
}

.banner .swiper-pagination-bullet {
    width: 0.16rem;
    height: 0.16rem;
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
}

.banner .swiper-pagination-bullet-active {
    background: #77c8b7;
    width: 0.32rem;
    border-radius: 0.08rem;
}

/* ========== 公告弹窗样式 ========== */
.announcement-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100000;
}

.announcement-modal-overlay.hidden {
    display: none;
}

.announcement-modal {
    width: 86%;
    max-width: 6rem;
    background: #171d2e;
    border-radius: 0.24rem;
    box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(119, 200, 183, 0.2);
    padding: 0.5rem 0.5rem 0.4rem;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}

.announcement-modal-logo {
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 0.24rem;
    margin: 0 auto 0.3rem;
    overflow: hidden;
    box-shadow: 0 0.16rem 0.6rem rgba(119, 200, 183, 0.3);
}

.announcement-modal-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.announcement-modal-title {
    font-size: 0.3rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0.24rem;
}

.announcement-modal-content {
    font-size: 0.26rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    text-align: left;
    margin: 0 auto 0.3rem;
    max-height: 3.2rem;
    overflow-y: auto;
}

.announcement-modal-footer {
    font-size: 0.24rem;
    color: rgba(255, 255, 255, 0.5);
    text-align: right;
    margin-bottom: 0.32rem;
}

.announcement-modal-btn {
    width: 100%;
    height: 0.72rem;
    border-radius: 0.12rem;
    border: none;
    outline: none;
    background: linear-gradient(135deg, #77c8b7 0%, #5fa897 100%);
    color: #0f1419;
    font-size: 0.28rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.announcement-modal-btn:hover {
    transform: translateY(-0.02rem);
    box-shadow: 0 0.08rem 0.16rem rgba(119, 200, 183, 0.3);
}

.announcement-modal-close {
    position: absolute;
    right: 0.2rem;
    top: 0.18rem;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background: transparent;
    border: none;
    font-size: 0.36rem;
    line-height: 0.4rem;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.6);
    transition: color 0.2s ease;
}

.announcement-modal-close:hover {
    color: #ffffff;
}

/* ========== 广告样式 ========== */
.site-ad-slot {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.site-ad-item {
    display: block;
    width: 100%;
    border-radius: 0.12rem;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.site-ad-item:hover {
    transform: scale(1.02);
}

.site-ad-media {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.site-ad-media img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* ========== 抽奖页面样式 ========== */
.lottery-container {
    padding: 0.32rem 0.3rem 0.4rem;
    min-height: calc(100vh - 1.4rem);
}

.remain-card {
    background: radial-gradient(circle at top left, rgba(119, 200, 183, 0.25), rgba(23, 29, 46, 0.95));
    border-radius: 0.14rem;
    padding: 0.4rem;
    margin-bottom: 0.3rem;
    border-left: 0.06rem solid #77c8b7;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 0.14rem 0.4rem rgba(0, 0, 0, 0.45);
}

.remain-left {
    display: flex;
    align-items: center;
    gap: 0.2rem;
}

.remain-icon {
    font-size: 0.64rem;
}

.remain-content {
    display: flex;
    flex-direction: column;
}

.remain-label {
    font-size: 0.24rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.08rem;
}

.remain-value {
    font-size: 0.48rem;
    color: #77c8b7;
    font-weight: bold;
}

.remain-more-btn {
    padding: 0.2rem 0.4rem;
    background: linear-gradient(135deg, #77c8b7 0%, #5fa897 100%);
    color: #333;
    border: none;
    border-radius: 0.08rem;
    font-size: 0.24rem;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
}

.lottery-warning {
    background: rgba(255, 193, 7, 0.1);
    border-left: 0.06rem solid #ffc107;
    border-radius: 0.08rem;
    padding: 0.24rem;
    margin-bottom: 0.3rem;
    color: #ffc107;
    font-size: 0.24rem;
    text-align: center;
}

.no-prizes-notice {
    background: #171d2e;
    border-radius: 0.12rem;
    padding: 0.8rem;
    text-align: center;
}

.no-prizes-notice .icon {
    font-size: 1.28rem;
    margin-bottom: 0.3rem;
}

.no-prizes-notice .title {
    font-size: 0.36rem;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 0.2rem;
}

.no-prizes-notice .message {
    font-size: 0.28rem;
    color: rgba(255, 255, 255, 0.6);
}

.lottery-wrapper {
    background: #171d2e;
    border-radius: 0.14rem;
    padding: 0.4rem;
    border-left: 0.06rem solid #77c8b7;
    box-shadow: 0 0.16rem 0.48rem rgba(0, 0, 0, 0.6);
}

.lottery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.16rem;
    margin-bottom: 0.3rem;
}

.lottery-cell {
    aspect-ratio: 1;
    background: rgba(119, 200, 183, 0.1);
    border: 0.04rem solid rgba(119, 200, 183, 0.3);
    border-radius: 0.12rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.2rem;
    transition: all 0.3s ease;
}

.lottery-cell.active {
    background: linear-gradient(135deg, #77c8b7 0%, #5fa897 100%);
    border-color: #77c8b7;
    transform: scale(1.05);
    box-shadow: 0 0 0.4rem rgba(119, 200, 183, 0.5);
}

.prize-icon {
    width: 60%;
    height: 60%;
    object-fit: contain;
    margin-bottom: 0.16rem;
}

.prize-text {
    font-size: 0.22rem;
    color: #ffffff;
    text-align: center;
    word-break: break-all;
}

.start-cell {
    background: linear-gradient(135deg, #77c8b7 0%, #5fa897 100%);
    border: none;
}

.start-btn {
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    color: #333;
    font-size: 0.36rem;
    font-weight: bold;
    cursor: pointer;
    animation: pulse-btn 2s ease-in-out infinite;
}

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

.start-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    animation: none;
}

.result-tip {
    font-size: 0.28rem;
    color: #77c8b7;
    text-align: center;
    min-height: 0.4rem;
    margin-top: 0.2rem;
}

/* ========== Modal样式 ========== */
.modal-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.modal-mask[style*="display: flex"] {
    display: flex !important;
}

.modal {
    background: #171d2e;
    border-radius: 0.16rem;
    width: 90%;
    max-width: 5rem;
    overflow: hidden;
}

.modal-hd {
    padding: 0.32rem;
    background: rgba(119, 200, 183, 0.1);
    border-bottom: 1px solid rgba(119, 200, 183, 0.2);
    font-size: 0.32rem;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-hd span {
    font-size: 0.32rem;
    color: #ffffff;
    font-weight: bold;
}

.modal-close {
    background: none;
    border: none;
    font-size: 0.48rem;
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    padding: 0;
    line-height: 1;
}

.modal-bd {
    padding: 0.4rem;
    font-size: 0.28rem;
    color: #ffffff;
    text-align: center;
    line-height: 1.6;
}

.form-group {
    margin-bottom: 0.32rem;
}

.form-label {
    display: block;
    font-size: 0.28rem;
    color: #ffffff;
    margin-bottom: 0.16rem;
}

.form-input {
    width: 100%;
    padding: 0.24rem;
    background: rgba(119, 200, 183, 0.1);
    border: 1px solid rgba(119, 200, 183, 0.3);
    border-radius: 0.08rem;
    color: #ffffff;
    font-size: 0.28rem;
    box-sizing: border-box;
}

.form-error {
    font-size: 0.22rem;
    color: #f44336;
    margin-top: 0.08rem;
    display: none;
}

.form-error.show {
    display: block;
}

.modal-ft {
    padding: 0.32rem;
    display: flex;
    gap: 0.2rem;
    border-top: 1px solid rgba(119, 200, 183, 0.1);
}

.btn {
    flex: 1;
    padding: 0.28rem;
    border: none;
    border-radius: 0.08rem;
    font-size: 0.28rem;
    font-weight: bold;
    cursor: pointer;
}

.btn-secondary {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.btn-primary {
    background: linear-gradient(135deg, #77c8b7 0%, #5fa897 100%);
    color: #333;
}

/* ========== 用户中心页面样式 ========== */
.user-container {
    padding: 0.3rem;
    min-height: calc(100vh - 1.4rem);
}

.user-card {
    background: #171d2e;
    border-radius: 0.14rem;
    padding: 0.4rem 0.38rem;
    margin-bottom: 0.32rem;
    border-left: 0.06rem solid #77c8b7;
    box-shadow: 0 0.16rem 0.48rem rgba(0, 0, 0, 0.6);
}

.user-info {
    display: flex;
    align-items: center;
    margin-bottom: 0.4rem;
}

.user-avatar {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    background: linear-gradient(135deg, #77c8b7 0%, #5fa897 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.48rem;
    font-weight: bold;
    color: #fff;
    margin-right: 0.3rem;
}

.user-details {
    flex: 1;
}

.user-name {
    font-size: 0.36rem;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 0.1rem;
}

.user-uid {
    font-size: 0.24rem;
    color: rgba(255, 255, 255, 0.6);
}

.stat-box {
    display: flex;
    align-items: center;
    padding: 0.3rem;
    background: radial-gradient(circle at top left, rgba(119, 200, 183, 0.25), rgba(23, 29, 46, 0.95));
    border-radius: 0.12rem;
    margin-bottom: 0.3rem;
    box-shadow: 0 0.14rem 0.4rem rgba(0, 0, 0, 0.45);
}

.stat-icon {
    font-size: 0.64rem;
    margin-right: 0.2rem;
}

.stat-content {
    flex: 1;
}

.stat-label {
    font-size: 0.24rem;
    color: rgba(255, 255, 255, 0.6);
    display: block;
    margin-bottom: 0.08rem;
}

.stat-value {
    font-size: 0.48rem;
    color: #77c8b7;
    font-weight: bold;
}

.stat-btn {
    padding: 0.22rem 0.36rem;
    margin-left: 0.24rem;
    background: linear-gradient(135deg, #77c8b7 0%, #5fa897 100%);
    border-radius: 0.08rem;
    font-size: 0.26rem;
    color: #0f1419;
    text-decoration: none;
    font-weight: bold;
    white-space: nowrap;
    box-shadow: 0 0.08rem 0.18rem rgba(119, 200, 183, 0.45);
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.stat-btn:active {
    transform: translateY(0.02rem) scale(0.98);
    box-shadow: 0 0.04rem 0.12rem rgba(0, 0, 0, 0.5);
    opacity: 0.9;
}

.share-section {
    margin-bottom: 0.3rem;
}

.section-title {
    font-size: 0.28rem;
    color: #ffffff;
    margin-bottom: 0.2rem;
}

.share-box {
    display: flex;
    gap: 0.2rem;
    margin-bottom: 0.16rem;
}

.share-input {
    flex: 1;
    padding: 0.24rem;
    background: rgba(119, 200, 183, 0.1);
    border: 1px solid rgba(119, 200, 183, 0.3);
    border-radius: 0.08rem;
    color: #ffffff;
    font-size: 0.24rem;
}

.copy-btn {
    padding: 0.24rem 0.4rem;
    background: linear-gradient(135deg, #77c8b7 0%, #5fa897 100%);
    color: #333;
    border: none;
    border-radius: 0.08rem;
    font-size: 0.24rem;
    font-weight: bold;
    cursor: pointer;
    white-space: nowrap;
}

.copy-btn.copied {
    background: #4caf50;
    color: #fff;
}

.help-text {
    font-size: 0.22rem;
    color: rgba(255, 255, 255, 0.5);
}

.action-buttons {
    display: flex;
    gap: 0.2rem;
}

.action-btn {
    flex: 1;
    padding: 0.28rem;
    background: rgba(119, 200, 183, 0.1);
    border: 1px solid rgba(119, 200, 183, 0.3);
    border-radius: 0.08rem;
    color: #ffffff;
    font-size: 0.28rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.action-btn:hover {
    background: rgba(119, 200, 183, 0.2);
}

.logout-btn {
    border-color: rgba(244, 67, 54, 0.5);
    background: rgba(244, 67, 54, 0.1);
}

.logout-btn:hover {
    background: rgba(244, 67, 54, 0.2);
}

/* ========== 客服页面样式 ========== */
.service-container {
    padding: 0.3rem;
    min-height: calc(100vh - 1.4rem);
}

.service-card {
    background: #171d2e;
    border-radius: 0.14rem;
    padding: 0.4rem 0.38rem;
    margin-bottom: 0.32rem;
    border-left: 0.06rem solid #77c8b7;
    box-shadow: 0 0.16rem 0.48rem rgba(0, 0, 0, 0.6);
}

.service-header {
    display: flex;
    align-items: center;
    margin-bottom: 0.3rem;
}

.service-logo {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 0.12rem;
    object-fit: cover;
    margin-right: 0.3rem;
    flex-shrink: 0;
    border: 1px solid rgba(119, 200, 183, 0.3);
}

.service-header-text {
    flex: 1;
}

.service-title {
    font-size: 0.36rem;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 0.1rem;
}

.service-desc {
    font-size: 0.24rem;
    color: rgba(255, 255, 255, 0.6);
}

.service-account-box {
    display: flex;
    align-items: center;
    gap: 0.2rem;
    background: rgba(119, 200, 183, 0.1);
    border: 1px solid rgba(119, 200, 183, 0.3);
    border-radius: 0.12rem;
    padding: 0.24rem;
    margin-bottom: 0.24rem;
}

.service-account-input {
    flex: 1;
    background: transparent;
    border: none;
    border-radius: 0.08rem;
    padding: 0.2rem 0.24rem;
    font-size: 0.28rem;
    color: #ffffff;
    outline: none;
}

.service-copy-btn {
    background: linear-gradient(135deg, #77c8b7 0%, #5fa897 100%);
    color: #0f1419;
    border: none;
    border-radius: 0.08rem;
    padding: 0.2rem 0.32rem;
    font-size: 0.26rem;
    font-weight: bold;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.2s ease;
}

.service-copy-btn:hover {
    opacity: 0.9;
}

.service-copy-btn.copied {
    background: #4caf50;
    color: #fff;
}

.service-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.2rem;
}

.service-action-btn {
    background: linear-gradient(135deg, #77c8b7 0%, #5fa897 100%);
    color: #0f1419;
    border: none;
    border-radius: 0.12rem;
    padding: 0.28rem;
    font-size: 0.28rem;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.16rem;
    transition: all 0.2s ease;
}

.service-action-btn:hover {
    transform: translateY(-0.02rem);
    box-shadow: 0 0.08rem 0.16rem rgba(119, 200, 183, 0.3);
}

.service-action-btn.secondary {
    background: rgba(119, 200, 183, 0.1);
    color: #77c8b7;
    border: 1px solid rgba(119, 200, 183, 0.3);
}

.service-action-btn.secondary:hover {
    background: rgba(119, 200, 183, 0.2);
}

.empty-state {
    background: #171d2e;
    border-radius: 0.14rem;
    padding: 1.2rem;
    text-align: center;
    border-left: 0.06rem solid #77c8b7;
}

.empty-icon {
    font-size: 1.6rem;
    margin-bottom: 0.4rem;
}

.empty-text {
    font-size: 0.28rem;
    color: rgba(255, 255, 255, 0.6);
}

/* ========== 预测页面样式 ========== */
.page-container {
    background: #0f1419;
    min-height: 100vh;
    padding: 0; /* 移除padding，避免顶部间距 */
    margin: 0; /* 移除margin */
}

.discover-page {
    background: #0f1419;
    min-height: calc(100vh - 2rem);
    padding: 0.2rem;
}

.discover-content {
    background: #171d2e;
    border-radius: 0.24rem;
    overflow: hidden;
    box-shadow: 0 0.08rem 0.16rem rgba(0, 0, 0, 0.3);
    min-height: calc(100vh - 2.6rem);
}

.iframe-full {
    width: 100%;
    height: 100%;
    min-height: calc(100vh - 2.6rem);
    border: none;
    display: block;
}

.discover-content > div {
    min-height: calc(100vh - 2.6rem);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.28rem;
}

/* ========== 朋友圈特定样式优化 ========== */
.discover-page-wrapper {
    min-height: 100vh;
}

/* PC端：body.discover-page-wrapper 特殊处理 */
@media screen and (min-width: 768px) {
    body.discover-page-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 !important;
        margin: 0 !important;
    }

    body.discover-page-wrapper > *:not(.page-loading-overlay):not(.modal-mask):not(.announcement-modal-overlay):not(.user-center-popup):not([style*="position: fixed"]):not([style*="position:fixed"]) {
        max-width: 430px !important;
        width: 430px !important;
        box-sizing: border-box !important;
        margin: 0 !important; /* 移除margin */
    }

    /* 只给.head添加顶部间距 */
    body.discover-page-wrapper > .head {
        margin-top: 20px !important;
        margin-bottom: 0 !important;
    }

    body.discover-page-wrapper > #root {
        background: #0f1419 !important;
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.1);
        border-radius: 0 !important; /* 移除圆角，让朋友圈背景从顶部开始 */
        overflow-x: hidden; /* 横向隐藏，纵向允许滚动 */
        overflow-y: auto; /* 允许纵向滚动 */
        margin-top: 0 !important; /* #root紧贴.head */
        padding: 0 !important;
        /* 固定高度，确保可以滚动到底 */
        height: calc(100vh - 20px - 1rem);
    }

    /* 确保discover页面内所有内容宽度100%，无padding/margin */
    body.discover-page-wrapper .centent,
    body.discover-page-wrapper .sh-main,
    body.discover-page-wrapper .sh-nrbk,
    body.discover-page-wrapper .page {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    /* page-container高度自适应 */
    body.discover-page-wrapper .page-container {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
        min-height: 0 !important; /* 移除最小高度限制 */
        height: auto !important;
    }

    /* #app高度自适应内容 */
    body.discover-page-wrapper #app {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
        height: auto !important;
        min-height: 100% !important;
    }

    /* sh-content保留内边距0.3rem，但确保宽度填满 */
    body.discover-page-wrapper .sh-content {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        box-sizing: border-box !important;
    }
}

.centent {
    background: #0f1419;
    padding: 0; /* 移除所有padding */
    margin: 0; /* 移除所有margin */
    width: 100%;
}

.sh-main {
    background: #0f1419;
    width: 100%;
    padding: 0; /* 移除padding */
    margin: 0; /* 移除margin */
}

.sh-content {
    width: 100%;
    box-sizing: border-box;
}

.sh-main-head {
    background: #171d2e;
    border-radius: 0; /* 移除圆角，与顶部菜单贴合 */
    overflow: hidden;
    box-shadow: 0 0.08rem 0.16rem rgba(0, 0, 0, 0.3);
}

.sh-content {
    background: #171d2e !important;
    border-radius: 0.12rem;
    margin-bottom: 0;
    padding: 0.3rem;
    box-shadow: 0 0.04rem 0.12rem rgba(0, 0, 0, 0.2);
    border-bottom: none !important;
}

.sh-zanp {
    background: transparent !important;
    border-radius: 0.08rem;
    padding: 0.2rem;
}

.sh-zanp-zan {
    background: rgba(119, 200, 183, 0.08) !important;
    border-radius: 0.08rem;
    padding: 0.16rem 0.2rem;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 0.12rem;
    flex-wrap: wrap;
}

.sh-zanp-pl {
    margin-top: 0 !important;
    padding-top: 0.12rem !important;
    border-top: none !important;
    position: relative;
    z-index: 1;
    background: transparent !important;
    list-style: none;
    padding-left: 0;
}

/* 评论列表项样式 - 排除隐藏和控制按钮 */
.sh-zanp-pl > li:not(.sh-comment-hidden):not(.sh-zanp-pl-more):not(.sh-zanp-pl-collapse) {
    display: block !important;
    width: 100% !important;
    margin-bottom: 0.08rem;
    list-style: none;
}

.sh-zanp-pl > li:last-child:not(.sh-comment-hidden) {
    margin-bottom: 0;
}

/* 隐藏的评论 - 使用最高优先级 */
.sh-zanp-pl > li.sh-comment-hidden {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0 !important;
}

/* "查看全部"按钮 */
.sh-zanp-pl-more {
    list-style: none !important;
}

/* "收起"按钮 - 初始状态隐藏 */
.sh-zanp-pl-collapse {
    list-style: none !important;
    display: none;
}

/* "收起"按钮显示状态 */
.sh-zanp-pl-collapse[style*="display: block"],
.sh-zanp-pl-collapse[style*="display:block"] {
    display: block !important;
}

.sh-zanp-zan-left {
    display: flex;
    align-items: center;
    margin: 0;
    flex-shrink: 0;
}

.sh-zanp-zan-left i {
    font-size: 0.32rem;
    color: #ff6b9d !important;
    margin: 0;
}

.sh-zanp-zan-right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.08rem;
    margin: 0;
    padding: 0;
    list-style: none;
    flex: 1;
}

.sh-zanp-zan-right li {
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 0.24rem;
    padding: 0.04rem 0.12rem;
    background: rgba(119, 200, 183, 0.15);
    border-radius: 0.12rem;
    transition: all 0.2s ease;
    cursor: default;
    white-space: nowrap;
}

.sh-zanp-zan-right li:hover {
    background: rgba(119, 200, 183, 0.25);
    transform: translateY(-1px);
}

.sh-zanp-zan-right li:not(:last-child)::after {
    content: '' !important;
}

.sh-pinglun-s textarea {
    background: rgba(119, 200, 183, 0.1) !important;
    border: 1px solid rgba(119, 200, 183, 0.3) !important;
    color: #ffffff !important;
    border-radius: 0.08rem;
}

.sh-pinglun-fs-right-fs {
    background: linear-gradient(135deg, #77c8b7 0%, #5fa897 100%) !important;
    color: #333 !important;
    font-weight: bold;
}

.sh-pinglun-fs-right-fs:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(119, 200, 183, 0.3);
}

.sh-pinglun {
    position: static !important;
    z-index: auto !important;
    background: rgba(26, 32, 40, 0.6) !important;
    border-radius: 0.08rem;
    padding: 0.2rem;
    margin-top: 0.2rem !important;
    margin-bottom: 0.2rem !important;
    width: 100% !important;
    clear: both !important;
    display: none !important;
    float: none !important;
}

.sh-content-right > .sh-pinglun {
    margin-top: 0.2rem !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0.2rem !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
}

.sh-zanp + .sh-pinglun {
    margin-top: 0.2rem !important;
}

.sh-zanp-pl + .sh-pinglun,
.sh-zanp + .sh-pinglun {
    margin-top: 0.2rem !important;
    position: relative !important;
}

.sh-zanp-zan + .sh-zanp-pl {
    margin-top: 0 !important;
    padding-top: 0.12rem !important;
}

.sh-pinglun[style*="display: block"] {
    animation: slideDown 0.2s ease-out;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-0.1rem);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 头像容器样式 - 放大头像 */
.sh-content-left {
    width: 60px !important;
    height: 60px !important;
    margin-right: 0.2rem !important;
    flex-shrink: 0 !important;
}

.sh-content-left > img,
.sh-content-left > div {
    width: 60px !important;
    height: 60px !important;
    border-radius: 12px !important;
}

/* 发布者名称样式 - 在视觉上与内容区分开 */
.sh-content-right-head-title {
    margin-bottom: 0.12rem;
}

.sh-content-right-head-title p {
    color: #ffffff !important;
    font-size: 0.32rem !important;
    font-weight: 600 !important;
    margin: 0 0 0.08rem 0 !important;
    padding: 0 !important;
    line-height: 1.4 !important;
}

.sh-content-right span,
.sh-zanp-pl-n,
.sh-zanp-zan-right li {
    color: rgba(255, 255, 255, 0.9) !important;
}

.sh-content-right-time-left span {
    color: rgba(255, 255, 255, 0.5) !important;
}

.sh-main-head-headimg-tx h4 {
    color: #ffffff !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.sh-main-head-headimg {
    background: #171d2e !important;
}

.sh-pinglun-biao {
    background: #1a2028 !important;
    border: 1px solid rgba(119, 200, 183, 0.2) !important;
    border-radius: 0.08rem;
}

.emoji-item {
    transition: transform 0.2s ease, background 0.2s ease;
    border-radius: 0.08rem;
}

.emoji-item:hover {
    transform: scale(1.2);
    background: rgba(119, 200, 183, 0.2);
}

.sh-content-right-time-right-left {
    background: rgba(119, 200, 183, 0.1) !important;
    border-radius: 0.08rem;
    border: 1px solid rgba(119, 200, 183, 0.2);
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: #0f1419;
}

::-webkit-scrollbar-thumb {
    background: rgba(119, 200, 183, 0.3);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(119, 200, 183, 0.5);
}

.sh-content-right-img {
    border-radius: 0.08rem;
    overflow: hidden;
}

.sh-content-right-img-pic img {
    border-radius: 0.08rem;
}

.sh-video {
    border-radius: 0.08rem;
    overflow: hidden;
}

.sh-zanp-pl-n-nc {
    color: #77c8b7 !important;
    font-weight: 500;
}

.sh-zanp-pl-n-nc:hover {
    text-decoration: underline;
}

.sh-content-right-head-title-ad {
    background: linear-gradient(135deg, #77c8b7 0%, #5fa897 100%) !important;
    color: #333 !important;
    font-weight: 500 !important;
    border-radius: 0.04rem !important;
    padding: 0.01rem 0.06rem !important;
    font-size: 0.14rem !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    white-space: nowrap !important;
    width: auto !important;
    height: auto !important;
    margin-left: 0.08rem !important;
    line-height: 1.2 !important;
}

.sh-content-right-head-title-ad p {
    margin: 0 !important;
    padding: 0 !important;
    display: inline !important;
    white-space: nowrap !important;
    writing-mode: horizontal-tb !important;
    text-orientation: mixed !important;
}

.comment-reply {
    margin-left: 0.4rem;
    padding-left: 0.2rem;
    border-left: 2px solid rgba(119, 200, 183, 0.3);
}

.sh-content-right-time {
    margin-top: 0.2rem;
}

.ri-sxdzlikehs {
    animation: heartBeat 0.3s ease;
}

@keyframes heartBeat {
    0%, 100% { transform: scale(1); }
    25% { transform: scale(1.3); }
    50% { transform: scale(1.1); }
}

.footer-text {
    font-size: 0.24rem;
    color: rgba(255, 255, 255, 0.4);
    padding: 0.4rem 0;
    letter-spacing: 0.02rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
}

#footer-text-zt {
    color: rgba(255, 255, 255, 0.4);
    padding: 0.4rem 0;
    font-size: 0.24rem;
    letter-spacing: 0.02rem;
    position: relative;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
}

#footer-text-zt.no-more {
    color: rgba(119, 200, 183, 0.6);
    font-size: 0.22rem;
}

#footer-text-zt.no-more::before,
#footer-text-zt.no-more::after {
    content: '';
    position: relative;
    width: 1.2rem;
    height: 1px;
    background: rgba(119, 200, 183, 0.2);
    display: block;
}

.footer-text.loading::before,
.footer-text.loading::after {
    content: '';
    position: relative;
    width: 0.4rem;
    height: 0.04rem;
    background: rgba(119, 200, 183, 0.4);
    animation: loading-line 1.5s infinite ease-in-out;
    display: block;
}

.footer-text.loading::before {
    animation-delay: 0s;
}

.footer-text.loading::after {
    animation-delay: 0.75s;
}

@keyframes loading-line {
    0% { transform: scaleX(0); opacity: 0; }
    50% { transform: scaleX(1); opacity: 1; }
    100% { transform: scaleX(0); opacity: 0; }
}

#footer-text-zt.loading {
    color: rgba(119, 200, 183, 0.7);
}

#footer-text-zt.loading::before,
#footer-text-zt.loading::after {
    content: '';
    position: relative;
    width: 0.4rem;
    height: 0.04rem;
    background: rgba(119, 200, 183, 0.4);
    animation: loading-line 1.5s infinite ease-in-out;
    display: block;
}

#footer-text-zt.loading::before {
    animation-delay: 0s;
}

#footer-text-zt.loading::after {
    animation-delay: 0.75s;
}