
:root {
    --tx-color: #ff5b82;
    --tx-color2: #f7d0bf;
    --tx-border: #eee;
    --tx-bg2: #242424;
    --tx-bg3: #2e2e2e;
}

body {
    background-color: #1e1e1e;
    color: #909090;
}

.img-box[data-ratio="13"] {
    padding-top: 13%;
}
.img-box[data-ratio="13"] img{
    object-fit: fill!important;
}
.img-box[data-ratio="75"] {
    padding-top: 68%;
}

a,
.tx-c2 {
    color: var(--tx-color2);
}

.tx-c1 {
    color: var(--tx-color);
}

.tx-bg {
    background-color: var(--tx-color);
}

.tx-bg2 {
    background-color: var(--tx-bg2);
}

.tx-bg3 {
    background-color: var(--tx-bg3);
}

.tx-bg4 {
    background-color: #7378b2;
}

.bo-r5 {
    border-radius: 5px;
    overflow: hidden;
}
.img-box:hover img {
    transform: none;
}

.tx-wide {
    max-width: 1920;
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
}

.header {
    padding: 20px 0;
}

.logo * {
    line-height: 1;
    height: 50px;
    width: auto;
}

.nav {
    padding: 0 3em;
}

.nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav a {
    padding: 0 1em;
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
}

.nav a>i,
.nav a .portrait-box,
.nav a img {
    width: 1em;
    height: 1em;
    line-height: 1;
    font-size: 2em;
}

.search form {
    width: 400px;
    position: relative;
    background-color: var(--tx-bg2);
    border-radius: 3px;
    padding: 0 80px 0 30px;
}

.search form>* {
    line-height: 46px;
    height: 46px;
    color: var(--tx-color2);
}

.search form>i {
    position: absolute;
    left: 0;
    top: 0;
    width: 2em;
    font-size: 1.6em;
    text-align: center;
}

.search form>button {
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    background-color: #3a3636;
    text-align: center;
}

.search form>input,
.search form>input:focus {
    border: 0;
}

.header-user {
    justify-content: flex-end;
}

.header-user>a .portrait-box,
.header-user>img,
.header-user>a img {
    display: inline-flex;
    line-height: 1;
    width: 3.6em;
    height: 3.6em;
    border-radius: 50%;
    margin: 0 0.5em 0 0;
}

.header-user .portrait-box strong {
    font-size: 2em;
}

.header-user a {
    margin-left: 0.5em;
}

.home-imgleft li>* {
    display: flex;
    align-items: center;
    padding: 15px;
}

.home-imgleft li>* i {
    background-image: url(../images/homeico.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    flex: none;
    margin-right: 15px;
}

.home-imgleft li>* section {
    flex: auto;
}

.home-imgleft li>* h2 {
    margin-bottom: 5px;
}

.home-imgleft li>* p {
    line-height: 1.5;
    height: 3em;
    overflow: hidden;
}

.home-ico1 {
    width: 80px;
    height: 100px;
    background-position: -12px bottom;
    margin-bottom: -15px;
}

.home-ico2 {
    width: 120px;
    height: 85px;
    background-position: -90px bottom;
}

.home-ico3 {
    width: 80px;
    height: 90px;
    background-position: -218px bottom;
}

.home-ico4 {
    width: 120px;
    height: 90px;
    background-position: -320px bottom;
}

.home-flash .swiper-slide img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.swiper-pagination-bullet-active {
    background-color: var(--tx-color);
}

.home-tab .tab-hd>*,
.tab-hd-t>* {
    line-height: 3;
    border-radius: 5px;
}

.home-tab .tab-hd>*.on,
.tab-hd-t>*.on {
    background-color: var(--tx-bg3);
    color: var(--tx-color);
}

.item-auxiliary {
    position: absolute;
    bottom: 5px;
    left: 5px;
    display: flex;
    align-items: center;
    z-index: 11;
}

.item-auxiliary>* {
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    border-radius: 3px;
    margin-right: 2px;
    line-height: 1.8;
    height: 1.8em;
    padding: 0 4px;
    display: inline-flex;
    overflow: hidden;
}

.item-auxiliary>* img {
    height: 100%;
    width: auto;
    position: static;
    margin: 0 2px 0 -4px;
}

.more-a {
    background-color: var(--tx-bg3);
    padding: 0 1em;
    line-height: 2;
    border-radius: 2px;
}

.tx-flash-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.list-flash .swiper-wrapper,
.list-flash .swiper-container,
.list-flash .swiper-slide {
    height: 100%!important;
}

.list-flash .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer {
    padding: 3em 10% 1em 10%;
    color: var(--tx-color2);
    line-height: 1.7;
}

.fixed-right {
    position: fixed;
    right: 2em;
    bottom: 2em;
    z-index: 99;
    display: flex;
    flex-direction: column;
}

.fixed-right>a {
    display: inline-flex;
    width: 4em;
    height: 4em;
    margin-top: 5px;
    background-color: var(--tx-bg3);
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    padding: 0 1em;
    position: relative;
}

.fixed-right>a:hover,
.fixed-right>a.on {
    background-color: var(--tx-color);
    color: #fff;
}

/* 资源缺失：取消 kefu.png 请求
.kefu-on::before {
    content: "";
    position: absolute;
    top: -4em;
    left: 0;
    width: 98%;
    height: 4em;
    background: url(../images/kefu.png) no-repeat center 0;
    background-size: cover;
}
*/

.kefu-box {
    position: absolute;
    bottom: 0;
    right: 6em;
    width: 400px;
    background-color: var(--tx-bg2);
    border: 1px solid #3a3636;
    border-radius: 5px;
    overflow: hidden;
    transition: all .35s ease 0s;
    visibility: hidden;
    opacity: 0;
}

.kefu-title {
    background-color: #3a3636;
}

.kefu-box-on {
    visibility: visible;
    opacity: 1;
    right: 4.5em;
}

.kefu-off {
    display: inline-flex;
    align-items: center;
    background-color: #242424;
    color: var(--tx-color2);
    border-radius: 10px;
    padding: 0 1em;
    line-height: 2;
}

.kefu-qq {
    position: relative;
    padding: 0.3em 0 0 0;
    display: block;
    height: 3em;
    margin-bottom: 6px;
}

.kefu-qq span {
    background-color: #fff;
    color: #333;
    padding: 0 1em 0 1em;
    border-radius: 0 5px 5px 0;
    line-height: 2.4;
    height: 2.4em;
    display: block;
    width: 100%;
    position: relative;
    z-index: 5;
}

.kefu-qq img {
    width: 3em;
    height: 3em;
    line-height: 1;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

.kefu-box input,
.kefu-box textarea {
    border: 1px solid #2c2c2c;
    background-color: #2c2c2c;
    border-radius: 5px;
    color: #fff;
}

.kefu-box button {
    position: absolute;
    right: 6px;
    bottom: 6px;
}

.auxiliary-ico1 {
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 11;
    background-color: var(--tx-color);
    color: #fff;
    display: inline-flex;
    align-items: center;
    padding: 0.7em 1.3em;
    border-radius: 40px 0 0 40px;
    line-height: 1;
}

.auxiliary-ico1 .iconfont {
    font-size: 1.6em;
    margin: 0 5px 0 0;
}

a.auxiliary-ico1:hover {
    opacity: 0.9;
    color: #fff;
}

.img-box[data-ratio="65"] {
    padding-top: 65%
}

.w4em {
    width: 40px;
}

.w7em {
    width: 80px;
}

.info-auxiliary-txt li {
    display: flex;
    align-items: stretch;
    margin-bottom: 0.8em;
}

.info-auxiliary-txt li>span {
    margin: 0 1em 0 0;
    flex: none;
    color: #bebebe;
    min-width: 2em;
}

.info-btn-com {
    padding-left: 3em;
    margin-top: 2em;
}

.tags-box {
    display: flex;
    flex-wrap: wrap;
    height: 2em;
    overflow: hidden;
}

.tags-box a {
    display: inline-flex;
    background-color: #434343;
    color: #c0b2b2;
    padding: 0 1em;
    line-height: 2;
    height: 2em;
    margin: 0 0.5em 0.5em 0;
    border-radius: 3px;
    align-items: center;
    overflow: hidden;
}

.tags-box a:hover {
    background-color: var(--tx-color);
    color: #fff;
}

.info-down-btn {
    display: inline-flex;
    align-items: center;
    margin-right: 1.5em;
}

.info-down-btn img {
    width: auto;
    height: 1.3em;
    margin-right: 4px;
}

.info-tips {
    padding: 3em 1em;
    position: relative;
    margin-top: -16em;
    z-index: 11;
}

.info-tips>* {
    position: relative;
    z-index: 2;
}

.info-tips::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(200, 200, 200, 0.9) 0%, #454545 100%);
    z-index: 1;
}

.video-tips {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 11;
}

.info-down-box section {
    display: flex;
    flex-direction: column;
}

.info-video-txt,
.info-video-txt .swiper-container {
    line-height: 2;
    height: 2em;
    overflow: hidden;
}

.video-info {
    line-height: 1.8;
    height: 1.8em;
    overflow: hidden;
}

.video-info-h {
    height: auto;
}

.video-info-on {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #1e1e1e;
    padding: 0 0 0 1.5em;
    z-index: 11;
}

.column-box li section {
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
}

.column-box li section>* {
    width: calc(100%);
    position: relative;
}

.bo-r10 {
    border-radius: 10px;
}

.page-tags-box {
    display: flex;
    flex-wrap: wrap;
}

.page-tags-box>* {
    display: inline-flex;
    flex-direction: column;
    border: 2px solid var(--tx-bg2);
    background-color: var(--tx-bg2);
    color: var(--tx-color2);
    align-items: center;
    padding: 0.5em 0;
    border-radius: 5px;
    margin: 0 1em 1em 0;
    overflow: hidden;
}

.page-tags-box>a:hover {
    border: 2px solid var(--tx-color);
    color: var(--tx-color);
}

.page-tags-box>*>* {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 1.5em;
    width: 100%;
    text-align: center;
}

.vip-wide {
    width: 100%;
    max-width: 980px;
    margin: 2em auto;
}

.vip-ul li {
    margin-bottom: 2.4em;
}

.vip-ul li p {
    margin-bottom: 0.6em;
}

.vip-ul li i.iconfont {
    font-size: 1.3em;
    line-height: 1;
    display: inline-flex;
}

.bg-blue1 {
    background-color: #787ddf;
}

.bg-yellow1 {
    background-color: #f0c568;
}

.bg-yellow2 {
    background-color: #bca094;
}

.vip-wide .bo-r5 .tx-btn-big {
    background-color: rgba(0, 0, 0, .3);
}

.page-nav li a {
    display: flex;
    align-items: center;
    background-color: var(--tx-bg2);
    padding: 0.7em 1em;
    border-radius: 5px;
    margin-bottom: 1em;
    color: var(--tx-color2);
}

.page-nav li a:hover,
.page-nav li.on a {
    background-color: var(--tx-color);
    color: #fff;
}

.page-nav li a i {
    font-size: 3.6em;
    line-height: 1;
    flex: none;
    margin-right: 10px;
}

.page-nav li a span {
    display: inline-flex;
    flex-direction: column;
    font-size: 0.85em;
    flex: auto;
}

.page-nav li a span strong {
    font-size: 1.5em;
}

.say-list li {
    display: flex;
    position: relative;
}

.say-list li>i {
    flex: none;
    color: var(--tx-color2);
    font-size: 2.4em;
    line-height: 1;
}

.say-list li>i:last-child {
    align-self: flex-end;
    margin-bottom: 20px;
}

.say-list li>div {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--tx-color2);
}

.user-wide {
    width: 100%;
    max-width: 980px;
    margin: 50px auto;
}

.user-title {
    display: flex;
    align-items: stretch;
    border-bottom: 1px solid var(--tx-border);
}

.user-title>strong {
    line-height: 2;
    border-bottom: 3px solid var(--tx-color);
    color: var(--tx-color);
}

.user-nav-box {
    padding: 1em;
    background-color: var(--tx-bg2);
    border-radius: 5px;
}

.user-nav li a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5em;
}

.user-nav li i {
    font-size: 1.4em;
    margin-right: 0.3em;
}

.user-nav li.on a,
.user-nav li.on a i {
    color: var(--tx-color);
}

.login-wide {
    width: 100%;
    max-width: 450px;
    margin: 5em auto;
    padding: 0 3vw;
}

.login-input input[type="text"],
.login-input input[type="password"] {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid var(--tx-color2);
    color: #909090;
    box-shadow: inset 0 0 0 1000px #1e1e1e !important;
    -webkit-text-fill-color: #909090;
}

.input-i input {
    padding-left: 2em;
}

.input-i>i {
    position: absolute;
    left: 0;
    top: 0;
    color: var(--tx-color2);
    height: 100%;
    display: inline-flex;
    align-items: center;
    font-size: 1.2em;
    z-index: 11;
}

.place a {
    color: #909090;
}

.TXDiggoff {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1888
}

#TXDiggTip {
    position: fixed;
    top: 50%;
    left: 50%;
    background-color: #fff;
    padding: 1.5rem 3rem;
    display: none;
    text-decoration: none;
    border-radius: 4px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1999
}

ins {
    text-decoration: none
}

.page-zan-btn {
    display: inline-flex;
    align-items: center;
    background-color: var(--tx-color);
    padding: 0.5em 1.5em;
    border-radius: 50px;
    color: #fff;
}

.page-zan-btn i {
    font-size: 1.6em;
    margin-right: 8px;
}

a.page-zan-btn:hover {
    background-color: var(--tx-color);
    color: #fff;
}

.info-bottom {
    display: none;
}

.vip-ico-box img {
    height: 1.4em;
    width: auto;
    margin-right: 6px;
}

.img-box .portrait-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.portrait-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
}

.portrait-box strong {
    font-size: 0.6em;
}

.portrait-1 {
    background-color: #e48181;
}

.portrait-2 {
    background-color: #fe4c4c;
}

.portrait-3 {
    background-color: #fe4c86;
}

.portrait-4 {
    background-color: #ff3eb9;
}

.portrait-5 {
    background-color: #be62e5;
}

.portrait-6 {
    background-color: #8762e5;
}

.portrait-7 {
    background-color: #6265e5;
}

.portrait-8 {
    background-color: #629de5;
}

.portrait-9 {
    background-color: #5aafc1;
}

.portrait-10 {
    background-color: #5ac199;
}

.portrait-11 {
    background-color: #679a73;
}

.portrait-12 {
    background-color: #698049;
}

.portrait-13 {
    background-color: #e9d41f;
}

.portrait-14 {
    background-color: #ffaf3d;
}

.portrait-15 {
    background-color: #ff6b3d;
}

.portrait-16 {
    background-color: #ff0000;
}

.portrait-17 {
    background-color: #745555;
}

.portrait-18 {
    background-color: #555874;
}

.portrait-19 {
    background-color: #695574;
}

.portrait-20 {
    background-color: #a47575;
}

.portrait-21 {
    background-color: #38606a;
}

.portrait-22 {
    background-color: #3c493b;
}

.portrait-23 {
    background-color: #362679;
}

.portrait-24 {
    background-color: #ff8dcb;
}

.portrait-25 {
    background-color: #ff8d92;
}

.portrait-26 {
    background-color: #ff4784;
}

.portrait-27 {
    background-color: #0600ff;
}

.portrait-28 {
    background-color: #00aeff;
}

.portrait-29 {
    background-color: #5bc49e;
}

.portrait-30 {
    background-color: #8887bc;
}


/* 分页条 */

.pagebar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pagebar>* {
    padding: 0 1em;
    line-height: 2.4;
    background-color: var(--tx-bg2);
    margin: 0 0.3em 0.3em 0;
    border-radius: 2px;
    color: var(--tx-color2);
}

.pagebar a:hover,
.pagebar .now-page {
    color: #fff;
    background-color: var(--tx-color);
}


/* 评论 */

.msgname .portrait-box {
    width: 3em;
    height: 3em;
    border-radius: 50%;
    margin-right: 1em;
}

.msgname .portrait-box strong {
    font-size: 1.6em;
}

.msgname {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.msgusername {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.msg .msg {
    padding: 1em 1.2em;
    margin: 0.8em 0 0 4em;
    background-color: var(--tx-bg2);
    border-radius: 5px;
}

.msg .tx-btn-mini {
    line-height: 1.3;
    padding: 0 5px;
}

.tx-comment-textarea {
    position: relative;
    width: 100%;
}

.tx-comment-textarea .tx-textarea {
    background-color: var(--tx-bg2);
    border: 0;
    border-radius: 5px;
    color: #909090;
}

.reply-frm {
    padding: 1em;
    background-color: var(--tx-bg3);
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, .04);
    margin: 1em 0 0 0;
    position: relative;
}

.reply-frm #cancel-reply {
    position: absolute;
    right: 0;
    top: -2em;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.08);
    border-radius: 50%;
    opacity: 0.5;
}

.info-video-waptxt {
    display: none;
}


/**弹出提示文字框**/

@keyframes tx_animation_size {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes tx_animation_display {
    0% {
        opacity: 0;
        visibility: hidden;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}

.tx-tips {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease 0s;
}

.tx-tips-on {
    opacity: 1;
    visibility: visible;
}

.tx-tips>span {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0.8em 2em;
    background-color: #fff;
    color: var(--tx-color);
    border-radius: 3px;
    z-index: 2;
    border: 2px solid var(--tx-color);
    position: relative;
    transform: scale(0);
    transition: all .35s ease 0s;
}

.tx-tips-on>span {
    animation: tx_animation_size 0.3s ease 1;
    transform: scale(1);
}

.tx-tips>span del {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9em;
    position: absolute;
    top: -1.6em;
    right: -0.2em;
    width: 1.2em;
    height: 1.2em;
    line-height: 1;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    cursor: pointer;
}

.tx-pop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-animation: tx_animation_display 0.2s ease 1;
    animation: tx_animation_display 0.2s ease 1;
}

.tx-tips::after,
.tx-pop>.tx-pop-off {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
}

.tx-pop-txt {
    width: 420px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .24);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .24);
    position: relative;
    z-index: 10;
    border-radius: 3px;
    overflow: hidden;
    transform: scale(1);
    transition: all .3s ease 0s;
    -webkit-animation: tx_animation_size 0.3s ease 1;
    animation: tx_animation_size 0.3s ease 1;
}

.tx-pop-out .tx-pop-txt {
    transform: scale(0);
}

.tx-pop-txt>h2 {
    line-height: 2.8;
    padding: 0 1em;
    border-bottom: 1px solid var(--tx-border);
    background-color: rgba(0, 0, 0, .04);
}

.tx-pop-txt>button {
    position: absolute;
    right: 0;
    top: 0;
    width: 3em;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 2.8em;
    color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.tx-pop-btn {
    padding: 1em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 0.9em;
}

.tx-pop-btn button:not(:last-child) {
    margin-right: 1em;
}

@media screen and (max-width: 1198px) {
    .footer {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 920px) {
    .tx-wide {
        padding-left: 2.4vw;
        padding-right: 2.4vw;
    }
    .header {
        padding: 2.4vw 0;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .logo * {
        height: 9vw;
    }
    .nav {
        padding: 0;
    }
    .nav a {
        padding: 0 1.2vw;
    }
    .nav a>i,
    .nav a .portrait-box,
    .nav a>img {
        font-size: 1.6em;
    }
    .nav a .portrait-box,
    .nav a>img {
        border-radius: 50%;
    }
    .nav a .portrait-box strong {
        font-size: 0.6em;
    }
    .search {
        align-self: flex-end;
        width: 100%;
        margin-top: 2vw;
    }
    .search form {
        width: 100%;
    }
    .search form>* {
        line-height: 10vw;
        height: 10vw;
    }
    .home-flash .swiper-slide img {
        height: auto;
    }
    .home-imgleft li>* {
        padding: 2vw;
        font-size: 0.8em;
    }
    .home-imgleft li>* h2 {
        font-size: 1.2em;
    }
    .home-imgleft li>* i {
        margin-right: 2vw;
    }
    .home-ico1,
    .home-ico2,
    .home-ico3,
    .home-ico4 {
        width: 40px;
        height: 60px;
        margin-bottom: 0;
    }
    .home-ico2 {
        width: 60px;
        background-position: -70px bottom;
    }
    .home-ico3 {
        background-position: -150px bottom;
    }
    .home-ico4 {
        width: 60px;
        background-position: -225px bottom;
    }
    .msg img.avatar {
        width: 10vw;
        height: 10vw;
    }
    .msg .msg {
        margin: 1.5vw 0 0 0;
        padding: 2vw;
    }
    .nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer {
        padding: 2vw 0;
    }
    .footer>* {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .footer>*>a {
        order: 10;
        text-align: center;
    }
    .footer>*>a img {
        height: 8vw;
        width: auto;
    }
    .copy {
        text-align: center;
    }
    .tx-pop-txt {
        width: 80%;
    }
    .info-thumbnail,
    .wap-100 {
        margin-left: -2.4vw;
        margin-right: -2.4vw;
    }
    .info-btn-com {
        padding-left: 0;
    }
    .wap-column2 {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .wap-column2>* {
        width: calc(50% - 1.5vw);
        margin-left: 0;
        margin-right: 0;
    }
    .info-down-box ul {
        padding-left: 1em;
        margin-bottom: 3vw;
    }
    .info-down-box ul li {
        line-height: 1.8;
        height: 1.8em;
    }
    .info-down-box section {
        flex-direction: row;
        justify-content: center;
    }
    .info-down-box section>* {
        margin: 0 1vw;
    }
    .info-xg-box,
    .info-tj {
        overflow-y: hidden;
        overflow-x: scroll;
    }
    .info-xg-box>* {
        width: 180%;
    }
    .fixed-right {
        right: 2vw;
        bottom: 15vw;
    }
    .kefu-box-on {
        position: fixed;
        right: 2vw;
        width: calc(100% - 4vw);
    }
    .column-box li section {
        padding: 2vw;
    }
    .page-tags-box {
        justify-content: space-between;
    }
    .page-tags-box>* {
        width: calc(25% - 1vw);
        margin: 0 0 2vw 0;
    }
    .page-nav {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .page-nav>* {
        width: calc(50% - 1vw);
    }
    .page-nav li a {
        margin-bottom: 2vw;
    }
    .say-list li {
        margin-bottom: 5vw;
    }
    .say-list li>i {
        font-size: 1em;
    }
    .say-list li .img-box[data-ratio="60"] {
        padding-top: 7em;
    }
    .say-list li>div {
        border-bottom: 0;
        padding-bottom: 5vw;
    }
    .say-list li::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: -2.4vw;
        height: 1px;
        width: calc(100% + 4.8vw);
        border-bottom: 1px solid var(--tx-color2);
    }
    .user-wide {
        margin: 0 auto;
    }
    .user-nav-box {
        background: linear-gradient(to left, #ff799e 0%, #ff528b 100%);
        color: #fff;
        padding: 3vw;
    }
    .user-nav {
        display: flex;
        align-items: center;
        font-size: 0.9em;
        border-top: 1px dashed #fff;
        padding-top: 3vw;
    }
    .user-nav li {
        flex: 1;
    }
    .user-nav li a {
        flex-direction: column;
        align-items: center;
        color: #fff;
    }
    .user-nav li i {
        font-size: 2em;
        color: #fff;
        margin: 0 0 3px 0;
        line-height: 1;
    }
    .user-nav li.on a,
    .user-nav li.on a i {
        color: #fff;
    }
    .user-nav-img {
        padding: 0;
        margin-bottom: 3vw;
    }
    .user-nav-img>a {
        position: absolute;
        right: 0;
        top: 0;
        display: inline-flex;
        line-height: 2;
        color: #fff;
        padding: 0 1.4em;
        background-color: #ff81a5;
        border: 2px solid #fff;
        border-radius: 40px;
        font-size: 0.85em;
    }
    .user-nav-img .tx-c2 {
        color: #fff;
    }
    .user-nav-img .w7em {
        width: 5.4em;
    }
    .wap-user-box {
        background-color: var(--tx-bg2);
        border-radius: 5px;
        padding: 3vw;
    }
    .vip-bottom-dw {
        height: calc(3em + 2vw);
    }
    .vip-bottom {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 1vw;
        z-index: 98;
    }
    .vip-bottom>a {
        display: flex;
        line-height: 3;
        align-items: flex-end;
        justify-content: center;
        color: #fff;
        position: relative;
    }
    .vip-bottom>a span {
        position: relative;
        z-index: 2;
        line-height: 3em;
    }
    /* 资源缺失：取消 kefu.png 请求
    .vip-bottom>a::before {
        content: "";
        background: url(../images/kefu.png) no-repeat 0 bottom;
        background-size: cover;
        width: 5em;
        height: 5em;
        display: inline-flex;
        z-index: 2;
        margin-right: 2vw;
    }
    */
    .vip-bottom>a::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 3em;
        display: block;
        background-color: var(--tx-color);
        z-index: 1;
        border-radius: 5px;
    }
    .info-bottom-dw {
        height: calc(3.6em + 4vw);
    }
    .info-bottom {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 98;
        background-color: var(--tx-bg2);
        padding: 2vw 3vw;
        display: flex;
    }
    .info-bottom>a.tx-btn {
        padding: 0 1em;
    }
    .info-bottom>a.tx-bg {
        padding-right: 1em;
    }
    .info-bottom>a img {
        height: 2em;
        width: auto;
        margin-right: 4px;
    }
    .fixed-right>a {
        display: none;
    }
    .wapflex {
        display: flex;
    }
}

@media screen and (max-width: 420px) {
    .page-tags-box>* {
        width: calc(33.3333% - 1vw);
    }
    .vip-wide .bo-r5 {
        font-size: 0.8em;
    }
    .vip-wide .f-30 {
        font-size: 1.6em;
    }
    .vip-wide .f-16 {
        font-size: 1em;
    }
    .item-auxiliary {
        font-size: 0.85em;
        bottom: 5px;
        left: 5px;
    }
}
.linear{
    width:100%;
    height:2px;
    background: linear-gradient( 
    to right, 
    rgba(0,0,0,0) 0%, 
    rgba(0,0,0,0) 0%, 
    rgba(254,91,130,0.3) 20%, 
    rgba(254,91,130,0.4) 30%, 
    rgba(254,91,130,0.5) 40%, 
    rgba(254,91,130,0.8) 50%,
    rgba(254,91,130,0.5) 60%, 
    rgba(254,91,130,0.4) 70%, 
    rgba(254,91,130,0.3) 80%, 
    rgba(0,0,0,0) 100%,
    rgba(0,0,0,0) 100%)
} 
.popup-box {
    position: fixed;
    z-index: 9999;
    margin: auto;
    left: 0;
    top: 200px; 
    right: 0;
    padding-left: 0px;
    padding-right: 0px;
    bottom: auto;
    visibility: visible;opacity: 1;
    width: 400px;
    background-color: var(--tx-bg2);
    border: 1px solid #3a3636;
    border-radius: 5px;
    overflow: hidden;
    transition: all .35s ease 0s;
    display: none;
}
.popup-close{
    right: 0;
    left: 25%;
    width:50%;
}
@media screen and (max-width: 920px){
.popup-box {
    position: fixed;
    width: calc(100% - 4vw);
}
}

/* ---------- 站点公告 #popup_mask：与页面底色拉开层次，延续主题粉 ---------- */
#popup_mask.popup-box {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    background: linear-gradient(165deg, #2f282c 0%, #1f1d22 45%, #252328 100%);
    border: 2px solid var(--tx-color);
    box-shadow:
        0 0 0 9999px rgba(0, 0, 0, 0.58),
        0 16px 48px rgba(0, 0, 0, 0.75),
        0 0 36px rgba(255, 91, 130, 0.2);
}
#popup_mask .kefu-title {
    background: linear-gradient(
        90deg,
        rgba(255, 91, 130, 0.28) 0%,
        rgba(36, 32, 36, 0.92) 45%,
        rgba(255, 91, 130, 0.18) 100%
    );
    border-bottom: 1px solid rgba(255, 91, 130, 0.5);
}
#popup_mask .kefu-title .tx-c2 {
    color: #fffef9;
}
#popup_mask .kefu-title .tx-c2 h2 {
    color: var(--tx-color);
    letter-spacing: 0.06em;
    text-shadow: 0 0 24px rgba(255, 91, 130, 0.35);
}
#popup_mask .kefu-title a {
    color: var(--tx-color2) !important;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
}
#popup_mask .kefu-title a:hover {
    color: #fff !important;
}
#popup_mask .pd15 .tx-bg3.bo-r5 {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 91, 130, 0.28);
    color: var(--tx-color2);
    line-height: 1.55;
}
#popup_mask #popup_close.tx-btn {
    border: 1px solid rgba(255, 91, 130, 0.6);
    box-shadow: 0 4px 14px rgba(255, 91, 130, 0.25);
}

/* ===================================================================
   新增样式：重构顶栏（任务一 & 任务二）
   =================================================================== */

/*
 * 说明：旧版 main.min.css 曾包含
 *   @media (min-width:920px) and (max-width:1333px) { .search { display:none; } }
 * 导致常见「非全屏桌面窗口 / 笔记本默认宽度」落在 920~1333px 时顶栏搜索整块消失，
 * 而手机端（视口宽度小于 920px）不受影响。该段已从 main.min.css 删除，搜索在各宽度下均保留。
 */

/* ---------- 第一行顶栏：logo + 搜索框 + APP下载按钮 ---------- */
.header-row1 {
    flex-wrap: nowrap;
    gap: 12px;
}

/* 第一行搜索框：flex:auto 撑满中间空间，按钮改为纯图标正方形 */
.header-row1 .search {
    min-width: 0;
}

.header-row1 .search form {
    width: 100%;
    padding: 0 46px 0 10px; /* 右侧留给图标按钮，左侧减小（已移除左侧装饰图标） */
}

.header-row1 .search .search-icon-btn {
    width: 46px;
    font-size: 1.4em;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.header-row1 .search .search-icon-btn i {
    line-height: 1;
}

/* APP下载按钮容器 */
.app-download-btn {
    flex: none;
    display: flex;
    align-items: center;
}

/* APP下载图片 */
.app-download-img {
    height: 38px;
    width: auto;
    display: block;
    cursor: pointer;
    border-radius: 6px;
    transition: opacity 0.2s;
}

.app-download-img:hover {
    opacity: 0.85;
}

/* ---------- 第二行：横向可滑动菜单 ---------- */
.header-nav-row2 {
    background-color: var(--tx-bg2);
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;       /* Firefox */
}

.header-nav-row2::-webkit-scrollbar {
    display: none;               /* Chrome / Safari */
}

/* 菜单列表：inline-flex 实现超出后横向滚动，position:relative 供指示条定位 */
.nav-scroll-list {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0 2%;
    white-space: nowrap;
    position: relative;   /* 供 .nav-indicator 绝对定位 */
}

/* 每个菜单项链接 */
.nav-scroll-list li a {
    display: block;
    padding: 10px 14px;
    color: var(--tx-color2);
    white-space: nowrap;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 4px;
    transition: color 0.25s, transform 0.25s, background 0.25s, box-shadow 0.25s;
}

.nav-scroll-list li a:hover {
    color: var(--tx-color);
}

/* 当前选中项：胶囊背景 + 上浮 + 发光阴影 */
.nav-scroll-list li.on a {
    color: var(--tx-color);
    font-weight: 700;
    background: rgba(255, 91, 130, 0.13);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 91, 130, 0.25);
}

/* 滑动指示条：贴底，随 JS 平滑移动 */
.nav-indicator {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 0;
    background: var(--tx-color);
    border-radius: 3px 3px 0 0;
    pointer-events: none;
    transition: left 0.35s cubic-bezier(0.4, 0, 0.2, 1),
                width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ---------- 移动端（≤920px）适配 ---------- */
@media screen and (max-width: 920px) {
    .header-row1 {
        padding: 2.4vw 0;
        gap: 2vw;
    }

    .app-download-img {
        height: 9vw;
        max-height: 42px;
    }

    /* 搜索框在移动端高度跟 logo 保持一致，更紧凑 */
    .header-row1 .search form {
        padding: 0 10vw 0 2vw;
    }

    .header-row1 .search .search-icon-btn {
        width: 10vw;
        max-width: 42px;
        font-size: 1.2em;
    }

    .nav-scroll-list li a {
        padding: 2.5vw 3vw;
        font-size: 3.2vw;
    }
}

/* ---------- 首页广告展示区（方形圆角小图标，移动端 6 列起） ---------- */
.ads-grid {
    display: grid;
    /* minmax(0, 1fr) 防止长文字撑大单元格，保证所有列宽度严格一致 */
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px 6px;
    width: 100%;
    text-align: center;
}

.ads-card {
    display: block;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 0.45s ease, transform 0.25s ease;
    min-width: 0;
}

.ads-card.show {
    opacity: 1;
    transform: translateY(0);
}

.ads-card:hover .ads-card-img img {
    transform: scale(1.05);
}

/* 方形容器：1:1 比例，圆角 */
.ads-card-img {
    position: relative;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
    border-radius: 8px;
    background: #f5f5f5;
}

.ads-card-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease, opacity 0.3s ease;
}

.ads-card-name {
    font-size: 12px;
    line-height: 1.35;
    margin: 5px 0 0;
    padding: 0;
    color: #fff;
    font-weight: 400;
    /* 单行显示 + 字符压缩，让 5 字能完整 1 行 */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: -0.5px;
    /* 视觉缩放：让 5 字在窄列中也能完整显示 */
    transform: scale(0.95);
    transform-origin: center top;
}

/* 平板：5 列（容器为半宽 col-12，约 380px） */
@media screen and (min-width: 768px) {
    .ads-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 16px 10px;
    }
    .ads-card-name {
        font-size: 13px;
        transform: none;
        letter-spacing: 0;
    }
}

/* PC：6 列（容器约 500px） */
@media screen and (min-width: 1024px) {
    .ads-grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
        gap: 18px 12px;
    }
    .ads-card-name { font-size: 13px; }
}

/* 大屏：7 列（容器约 620px） */
@media screen and (min-width: 1280px) {
    .ads-grid {
        grid-template-columns: repeat(7, minmax(0, 1fr));
        gap: 18px 12px;
    }
    .ads-card-name { font-size: 13px; }
}

/* 超大屏：8 列（容器约 700px） */
@media screen and (min-width: 1440px) {
    .ads-grid {
        grid-template-columns: repeat(8, minmax(0, 1fr));
        gap: 20px 14px;
    }
    .ads-card-name { font-size: 14px; }
}

/* ============================================================
 * 首页自动弹窗（Modal Popup） mp- 命名空间避免冲突
 * 数据来源 /upload/data/ads2.json
 * ============================================================ */
.mp-modal {
    display: none;
    position: fixed;
    z-index: 9998;
    left: 0; top: 0; right: 0; bottom: 0;
    width: 100%; height: 100%;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .28s ease;
}
.mp-modal.show { opacity: 1; }
.mp-mask {
    position: absolute;
    left: 0; top: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.65);
}
.mp-box {
    position: relative;
    z-index: 1;
    max-width: 92vw;
    max-height: 86vh;
    transform: scale(0.94);
    transition: transform .28s ease;
}
.mp-modal.show .mp-box { transform: scale(1); }
.mp-link {
    display: block;
    line-height: 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.35);
    -webkit-tap-highlight-color: transparent;
}
.mp-image {
    display: block;
    max-width: 92vw;
    max-height: calc(86vh - 8px);
    width: auto;
    height: auto;
    object-fit: contain;
    background: #000;
    opacity: 1;
    transition: opacity .22s ease;
}
.mp-image.mp-img-loading {
    opacity: 0;
}
.mp-close {
    position: absolute;
    top: -52px;
    left: 50%;
    right: auto;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.6);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-50%);
    transition: background .2s ease, transform .2s ease;
    z-index: 2;
}
.mp-close:hover { background: rgba(0, 0, 0, 0.85); transform: translateX(-50%) rotate(90deg); }
.mp-close:focus { outline: 2px solid rgba(255, 255, 255, 0.4); outline-offset: 2px; }
.mp-close svg {
    display: block;
    width: 62%;
    height: 62%;
}
.mp-box { padding-top: 8px; }

/* PC 端：图片更大，按钮再大一些 */
@media screen and (min-width: 768px) {
    .mp-box { max-width: 520px; max-height: 80vh; padding-top: 10px; }
    .mp-image { max-width: 520px; max-height: calc(80vh - 10px); }
    .mp-close { width: 54px; height: 54px; top: -58px; }
}
@media screen and (min-width: 1280px) {
    .mp-box { max-width: 600px; }
    .mp-image { max-width: 600px; }
}

/* 移动端：按钮紧贴图片顶部 */
@media screen and (max-width: 480px) {
    .mp-box { padding-top: 6px; }
    .mp-close { top: -48px; width: 44px; height: 44px; }
}

/* ========== 全站底部主导航 ========== */
body.has-tabbar {
    padding-bottom: calc(68px + env(safe-area-inset-bottom, 0px));
}
.md-tabbar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10001;
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    min-height: 60px;
    padding: 8px 6px calc(8px + env(safe-area-inset-bottom, 0px));
    background: linear-gradient(180deg, #2a2a2a 0%, #1e1e1e 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.35);
}
.md-tabbar__item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: #909090;
    text-decoration: none;
    font-size: 14px;
    -webkit-tap-highlight-color: transparent;
    transition: color 0.2s ease;
}
.md-tabbar__item--on,
.md-tabbar__item:hover {
    color: var(--tx-color);
}
.md-tabbar__ico {
    font-size: 28px;
    line-height: 1;
}
.md-tabbar__ico-svg {
    display: flex;
    align-items: center;
    justify-content: center;
    color: inherit;
}
.md-tabbar__ico-svg svg {
    display: block;
    width: 28px;
    height: 28px;
}
.md-tabbar__txt {
    line-height: 1.2;
    max-width: 4.5em;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 福利页 */
.fuli-page {
    margin-bottom: 8px;
}
.fuli-search-bar {
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--tx-bg2);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 10px;
    padding: 10px 14px;
    margin-bottom: 16px;
}
.fuli-search-bar__ico {
    color: var(--tx-color);
    font-size: 18px;
    flex-shrink: 0;
}
.fuli-search-bar__input {
    flex: 1;
    border: none;
    background: transparent;
    color: var(--tx-color2);
    font-size: 15px;
    outline: none;
}
.fuli-search-bar__input::placeholder {
    color: rgba(247, 208, 191, 0.45);
}
.fuli-result {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.fuli-row {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    background: var(--tx-bg2);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.06);
}
.fuli-row__pic {
    width: 64px;
    height: 64px;
    flex-shrink: 0;
    border-radius: 12px;
    overflow: hidden;
    background: #111;
}
.fuli-row__pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fuli-row__meta {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.fuli-row__title {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}
.fuli-row__dl {
    font-size: 13px;
    color: var(--tx-color);
}
.fuli-row__slogan {
    font-size: 13px;
    color: var(--tx-color2);
    opacity: 0.9;
}
.fuli-row__btn {
    flex-shrink: 0;
    padding: 8px 14px;
    border-radius: 20px;
    font-size: 13px;
    white-space: nowrap;
    text-decoration: none;
    color: #fff !important;
    background: var(--tx-color);
    border: none;
    cursor: pointer;
}
.fuli-row__btn--disabled {
    opacity: 0.4;
    pointer-events: none;
}

/* 福利应用全屏页 */
.fuliapp-page-body .fuliapp-main {
    padding: 0 12px 24px;
    max-width: 960px;
    margin: 0 auto;
}
.fuliapp-search {
    margin-top: 8px;
}
/* 福利：公告下方横向分类，栅格与首页 ads-grid 一致 */
.fuliapp-tab-strip {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}
.fuliapp-tab-strip .fuliapp-tab {
    flex: 0 0 auto;
    margin: 0;
    padding: 12px 20px;
    border: none;
    border-radius: 8px;
    background: transparent;
    color: var(--tx-color2, #ddd);
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    line-height: 1.35;
    font-family: inherit;
}
.fuliapp-tab-strip .fuliapp-tab.on {
    background-color: var(--tx-bg3);
    color: var(--tx-color);
}
.fuliapp-panel {
    display: none;
}
.fuliapp-panel--active {
    display: block;
}
body.fuliapp-page-body {
    background-color: #131313;
}
.fuliapp-page-body .fuliapp-main {
    position: relative;
    z-index: 2;
}
.fuliapp-home-grid.ads-grid {
    margin-bottom: 14px;
    /* 福利：每行固定 4 个，间隙适中 */
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 16px 12px !important;
}
@media screen and (min-width: 520px) {
    .fuliapp-home-grid.ads-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
        gap: 20px 16px !important;
    }
}
@media screen and (min-width: 900px) {
    .fuliapp-home-grid.ads-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
        gap: 22px 18px !important;
    }
}
.fuliapp-home-grid .ads-card-name {
    font-size: 13px;
    transform: none;
    letter-spacing: 0;
    margin-top: 8px;
}
.fuliapp-home-grid .ads-card-img {
    border-radius: 10px;
}
.fuliapp-marquee {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    padding: 12px 14px;
    background: linear-gradient(105deg, rgba(247, 208, 191, 0.22) 0%, rgba(180, 90, 70, 0.12) 45%, rgba(40, 40, 40, 0.85) 100%);
    border: 1px solid rgba(247, 208, 191, 0.45);
    border-radius: 10px;
    box-shadow: 0 0 24px rgba(247, 208, 191, 0.08);
}
.fuliapp-marquee__tag {
    flex-shrink: 0;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
    color: #1a1a1a;
    background: var(--tx-color, #f7d0bf);
}
.fuliapp-marquee__viewport {
    flex: 1;
    min-width: 0;
    overflow: hidden;
}
.fuliapp-marquee__viewport--center .fuliapp-marquee__track {
    justify-content: center;
}
.fuliapp-marquee__track {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    gap: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}
.fuliapp-marquee__viewport--scroll .fuliapp-marquee__track {
    animation: fuliapp-marquee-x 22s linear infinite;
}
@keyframes fuliapp-marquee-x {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
.fuliapp-block__title {
    font-size: 18px;
    font-weight: 700;
    color: var(--tx-color2, #eee);
    margin: 12px 0 12px 2px;
    padding-left: 10px;
    border-left: 3px solid var(--tx-color, #f7d0bf);
}
.fuliapp-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(108px, 1fr));
    gap: 14px 12px;
}
.fuliapp-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-decoration: none;
    color: inherit;
    padding: 12px 8px;
    border-radius: 12px;
    background: var(--tx-bg2);
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: transform 0.15s ease, border-color 0.15s ease;
}
.fuliapp-card:hover {
    transform: translateY(-2px);
    border-color: rgba(247, 208, 191, 0.35);
}
.fuliapp-card--disabled {
    opacity: 0.45;
    pointer-events: none;
}
.fuliapp-card__pic {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    overflow: hidden;
    background: #111;
    margin-bottom: 8px;
}
.fuliapp-card__pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fuliapp-card__meta {
    width: 100%;
    min-width: 0;
}
.fuliapp-card__name {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.fuliapp-card__sub {
    display: block;
    font-size: 12px;
    color: var(--tx-color2);
    opacity: 0.85;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 2px;
}
.fuliapp-search-result {
    margin-bottom: 24px;
}
.fuliapp-search-result[hidden] {
    display: none !important;
}

@media screen and (min-width: 768px) {
    .md-tabbar {
        max-width: 720px;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 14px 14px 0 0;
    }
    .fuli-row__pic {
        width: 72px;
        height: 72px;
    }
    .fuliapp-grid {
        grid-template-columns: repeat(auto-fill, minmax(128px, 1fr));
    }
    .fuliapp-card__pic {
        width: 64px;
        height: 64px;
    }
}

/* ========== 全屏沉浸式页（短视频 / 福利应用）：隐藏站点顶栏 ========== */
body.md-page-fullscreen .header-row1,
body.md-page-fullscreen .header-nav-row2,
body.md-page-fullscreen .footer {
    display: none !important;
}
body.md-page-fullscreen .linear {
    display: none !important;
}
body.md-page-fullscreen.has-tabbar .fuliapp-fullscreen {
    min-height: calc(100vh - 68px - env(safe-area-inset-bottom, 0px));
    padding-bottom: 8px;
    box-sizing: border-box;
}
.fuliapp-fullscreen {
    padding: 0 12px;
}

/* 与短视频页 body 配对，保证 height:100% 链条在 iOS 上有效 */
html.md-svfeed-html {
    height: 100%;
    height: -webkit-fill-available;
}

/* 短视频竖屏流：全端同一套布局 — 手机满宽，宽屏两侧留黑、中间一条与手机同逻辑 */
body.md-page-svfeed {
    overflow: hidden;
    margin: 0;
    min-height: 100vh;
    min-height: 100dvh;
    min-height: -webkit-fill-available;
    height: 100vh;
    height: 100dvh;
    background: #0a0608;
}
body.md-page-svfeed.has-tabbar {
    padding-bottom: 0;
}
body.md-page-svfeed.has-tabbar .sv-device-outer {
    height: calc(100vh - 68px - env(safe-area-inset-bottom, 0px));
    height: calc(100dvh - 68px - env(safe-area-inset-bottom, 0px));
    min-height: calc(100vh - 68px - env(safe-area-inset-bottom, 0px));
    min-height: calc(100dvh - 68px - env(safe-area-inset-bottom, 0px));
}
body.md-page-svfeed .popup-box {
    z-index: 12000;
}
.sv-device-outer {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    min-height: 100%;
    display: flex;
    align-items: stretch;
    justify-content: center;
    background: #0a0608;
}
.sv-feed-shell {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 100%;
    max-width: 430px;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    z-index: 1;
    background: radial-gradient(ellipse 80% 60% at 50% 40%, rgba(90, 28, 60, 0.35) 0%, #0a0608 55%, #000 100%);
    display: flex;
    flex-direction: column;
}
.sv-feed-tabs-bar {
    flex: 0 0 auto;
    position: relative;
    z-index: 40;
    margin: 0;
    padding: 0 6px;
    background: linear-gradient(180deg, rgba(14, 6, 10, 0.92) 0%, rgba(14, 6, 10, 0.55) 75%, transparent 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.sv-feed-tabs-bar .nav-scroll-list.sv-feed-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    padding: 6px 8px;
    max-width: 100%;
}
.sv-feed-tabs-bar .sv-feed-tabs .sv-tab-spacer {
    flex: 1 1 0;
    min-width: 20px;
    max-width: 140px;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 1px;
    pointer-events: none;
}
.sv-feed-tabs-bar .sv-feed-tabs li[data-tab] {
    flex: 0 0 auto;
}
.sv-feed-tabs-bar .sv-feed-tabs li[data-tab] a {
    display: inline-block;
    padding: 8px 20px;
    letter-spacing: 0.12em;
}
.sv-feed-tabs-bar .nav-scroll-list li a {
    color: rgba(255, 220, 230, 0.78);
    font-weight: 600;
}
.sv-feed-tabs-bar .nav-scroll-list li.on a {
    color: #ffb7c5;
}
.sv-feed-main {
    flex: 1;
    min-height: 0;
    position: relative;
    display: flex;
    flex-direction: column;
}
/* 主推荐流：flex 子项占满剩余高度（比 absolute 更稳，避免与 Swiper 计算高度冲突） */
.sv-feed-main > .sv-feed-swiper {
    flex: 1 1 0%;
    min-height: 0;
    width: 100%;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}
.sv-likes-view {
    position: absolute;
    inset: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 15;
    padding: 12px 12px 72px;
    box-sizing: border-box;
}
.sv-likes-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
.sv-likes-card {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    line-height: 1.35;
}
.sv-likes-card img {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    border-radius: 10px;
    background: #1a1216;
    vertical-align: middle;
}
.sv-likes-card .sv-likes-card__tit {
    display: block;
    margin-top: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.sv-likes-guest {
    text-align: center;
    padding: 48px 20px;
    color: rgba(255, 245, 248, 0.95);
}
.sv-likes-guest__t {
    margin: 0;
    font-size: 16px;
    line-height: 1.65;
}
.sv-likes-guest__btn {
    display: inline-block;
    margin-top: 24px;
    padding: 12px 40px;
    border-radius: 999px;
    background: linear-gradient(145deg, #ffb7c5, #ff6d8b);
    color: #1a0a0e;
    font-weight: 700;
    text-decoration: none;
    font-size: 15px;
    box-shadow: 0 6px 28px rgba(255, 80, 120, 0.45), 0 0 0 0 rgba(255, 120, 150, 0.55);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
    animation: sv-guest-btn-glow 2.4s ease-in-out infinite;
}
@keyframes sv-guest-btn-glow {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 6px 28px rgba(255, 80, 120, 0.45), 0 0 0 0 rgba(255, 120, 150, 0.4);
    }
    50% {
        transform: scale(1.03);
        box-shadow: 0 10px 36px rgba(255, 95, 135, 0.55),                                          0 0 0 10px rgba(255, 120, 150, 0);
    }
}
.sv-likes-guest__btn:active {
    transform: scale(0.97);
    animation: none;
}
.sv-likes-empty {
    text-align: center;
    color: rgba(255, 200, 210, 0.55);
    padding: 32px 16px;
    margin: 0;
}
.sv-likes-end {
    text-align: center;
    color: rgba(255, 200, 210, 0.45);
    font-size: 13px;
    padding: 16px;
    margin: 0;
}
/* 喜欢全屏层：fixed 挂到 body 下，避免与主竖滑争布局 */
.sv-likes-player[hidden] {
    display: none !important;
    pointer-events: none;
}
.sv-likes-player {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: calc(68px + env(safe-area-inset-bottom, 0px));
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
    z-index: 10000;
    display: flex;
    flex-direction: column;
    background: #050304;
    box-sizing: border-box;
}
.sv-likes-player__hd {
    flex: 0 0 auto;
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    padding-top: calc(10px + env(safe-area-inset-top, 0px));
    background: linear-gradient(180deg, rgba(10, 4, 8, 0.95) 0%, rgba(10, 4, 8, 0.2) 85%, transparent 100%);
}
.sv-likes-player__back {
    appearance: none;
    border: 0;
    margin: 0;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 18px;
    line-height: 1;
    color: #ffe8ee;
    background: rgba(255, 255, 255, 0.08);
    cursor: pointer;
}
.sv-likes-player__title {
    font-size: 15px;
    font-weight: 600;
    color: rgba(255, 232, 240, 0.9);
    letter-spacing: 0.06em;
}
/* 喜欢层竖滑：必须与主 Feed 一样给 slide 明确高度，否则 slide 高度为 0 → 只有声音、画面全黑 */
.sv-likes-player .sv-likes-player__swiper {
    flex: 1 1 0%;
    min-height: 0;
    width: 100%;
    height: 100%;
    position: relative;
}
.sv-likes-player .sv-likes-player__swiper .swiper-wrapper {
    height: 100%;
}
.sv-likes-player .sv-likes-player__swiper .swiper-slide {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}
.sv-publish-form {
    text-align: left;
    margin-top: 12px;
}
.sv-publish-form__lb {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: 4px 12px;
    margin: 12px 0 6px;
    font-size: 13px;
    color: rgba(255, 228, 235, 0.88);
}
.sv-publish-form__cnt {
    margin-left: auto;
    font-weight: 600;
    font-size: 12px;
    color: rgba(255, 210, 220, 0.75);
}
.sv-publish-form__cnt.sv-publish-form__cnt--warn {
    color: #ffb3c1;
}
.sv-publish-form__inp,
.sv-publish-form__ta,
.sv-publish-form__file {
    width: 100%;
    box-sizing: border-box;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(0, 0, 0, 0.25);
    color: #fff;
    font-size: 14px;
}
.sv-publish-form__inp {
    padding: 10px 12px;
}
.sv-publish-form__ta {
    padding: 10px 12px;
    resize: vertical;
    min-height: 72px;
}
.sv-publish-form__file {
    padding: 10px;
}
.sv-publish-form__meta {
    margin: 8px 0 0;
    font-size: 12px;
    color: rgba(255, 200, 215, 0.65);
}
.sv-publish-file-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 4px;
}
.sv-publish-file-native {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    border: 0;
    opacity: 0;
}
.sv-publish-file-btn {
    flex-shrink: 0;
    padding: 8px 14px;
    border-radius: 10px;
    border: 1px solid rgba(255, 140, 170, 0.45);
    background: rgba(255, 110, 150, 0.2);
    color: #ffe4ec;
    font-size: 13px;
    cursor: pointer;
}
.sv-publish-file-txt {
    flex: 1;
    min-width: 0;
    font-size: 13px;
    color: rgba(255, 230, 240, 0.9);
    word-break: break-all;
}
.sv-feed-swiper {
    width: 100%;
    height: 100%;
}
.sv-feed-swiper .swiper-wrapper {
    height: 100%;
}
.sv-feed-swiper .swiper-slide {
    height: 100%;
    position: relative;
    overflow: hidden;
}
.sv-media {
    position: absolute;
    inset: 0;
    background: #050304;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sv-media--iframe,
.sv-slide--iframe .sv-media {
    display: block;
}
.sv-v {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
    background: #000;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.sv-slide--iframe .sv-v {
    display: none;
}
.sv-iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    background: #111;
}
.sv-pause-badge {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.22s ease;
    z-index: 4;
}
.sv-media--paused .sv-pause-badge {
    opacity: 1;
    pointer-events: auto;
}
.sv-pause-badge__ring {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.38);
    border: 3px solid rgba(255, 183, 197, 0.9);
    box-shadow: 0 0 32px rgba(255, 80, 120, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.sv-pause-badge__bars {
    display: inline-block;
    width: 8px;
    height: 34px;
    background: linear-gradient(180deg, #fff, #ffb7c5);
    border-radius: 2px;
    box-shadow: 0 0 12px rgba(255, 120, 160, 0.6);
}
.sv-left-meta {
    position: absolute;
    left: 12px;
    right: 86px;
    bottom: calc(52px + env(safe-area-inset-bottom, 0px));
    z-index: 11;
    color: #fff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.85);
    pointer-events: none;
}
.sv-at {
    font-size: 18px;
    font-weight: 800;
    color: #ffb7c5;
    letter-spacing: 0.02em;
    margin-bottom: 8px;
}
.sv-story {
    pointer-events: auto;
}
.sv-story__text {
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.96);
    white-space: normal;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sv-story__title {
    font-weight: 800;
    color: rgba(255, 255, 255, 0.99);
}
.sv-story__text.sv-story__text--open {
    display: block;
    -webkit-line-clamp: unset;
    overflow: visible;
}
.sv-story__expand {
    margin: 6px 0 0;
    padding: 0;
    border: none;
    background: none;
    color: rgba(255, 183, 197, 0.95);
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.7);
}
.sv-bottom-bar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 13;
    padding: 6px 8px calc(6px + env(safe-area-inset-bottom, 0px));
    background: linear-gradient(0deg, rgba(8, 3, 6, 0.92) 0%, rgba(8, 3, 6, 0.45) 55%, transparent 100%);
    pointer-events: auto;
}
.sv-slide--iframe .sv-bottom-bar {
    display: none;
}
.sv-prog-row {
    display: flex;
    align-items: center;
    gap: 8px;
}
.sv-time {
    flex: 0 0 auto;
    font-size: 11px;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
    color: rgba(255, 240, 245, 0.88);
    min-width: 2.6em;
    text-align: center;
}
.sv-time--tot {
    color: rgba(255, 220, 230, 0.65);
}
.sv-prog {
    flex: 1;
    min-width: 0;
    height: 6px;
    -webkit-appearance: none;
    appearance: none;
    background: rgba(255, 255, 255, 0.18);
    border-radius: 4px;
    outline: none;
}
.sv-prog::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: linear-gradient(145deg, #ffb7c5, #ff6d8b);
    box-shadow: 0 0 10px rgba(255, 90, 130, 0.65);
    cursor: pointer;
}
.sv-prog::-moz-range-thumb {
    width: 14px;
    height: 14px;
    border: 0;
    border-radius: 50%;
    background: linear-gradient(145deg, #ffb7c5, #ff6d8b);
    cursor: pointer;
}
.sv-vol-wrap {
    position: relative;
    flex: 0 0 auto;
}
.sv-vol-pop {
    display: none;
    position: absolute;
    bottom: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    padding: 14px 10px;
    border-radius: 12px;
    background: rgba(12, 4, 8, 0.92);
    border: 1px solid rgba(255, 183, 197, 0.35);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.45);
    z-index: 30;
}
.sv-vol-pop--open {
    display: flex;
    align-items: center;
    justify-content: center;
}
.sv-vol-vert {
    width: 28px;
    height: 112px;
    margin: 0;
    -webkit-appearance: slider-vertical;
    appearance: slider-vertical;
    writing-mode: vertical-lr;
    direction: rtl;
    cursor: pointer;
    accent-color: #ffb7c5;
}
.sv-vol-vert::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: linear-gradient(145deg, #ffb7c5, #ff6d8b);
    box-shadow: 0 0 8px rgba(255, 90, 130, 0.55);
    cursor: pointer;
}
.sv-vol-vert::-moz-range-thumb {
    width: 14px;
    height: 14px;
    border: 0;
    border-radius: 50%;
    background: #ffb7c5;
    cursor: pointer;
}
.sv-btn-vol {
    flex: 0 0 auto;
    width: 36px;
    height: 34px;
    padding: 0;
    border: none;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
}
.sv-slide__side {
    position: absolute;
    right: 8px;
    bottom: calc(120px + env(safe-area-inset-bottom, 0px));
    z-index: 12;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
.sv-act {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    color: #fff;
    cursor: pointer;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.65);
    user-select: none;
}
.sv-act__ico {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(40, 12, 24, 0.45);
    backdrop-filter: blur(6px);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    border: 1px solid rgba(255, 183, 197, 0.35);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
}
.sv-heart--on .sv-act__ico {
    background: rgba(255, 60, 110, 0.55);
    border-color: rgba(255, 140, 170, 0.65);
    box-shadow: 0 0 20px rgba(255, 80, 120, 0.45);
}
.sv-act__num,
.sv-act__txt {
    font-size: 12px;
    max-width: 56px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sv-loading {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100px;
    text-align: center;
    color: rgba(255, 183, 197, 0.75);
    z-index: 6;
    font-size: 14px;
    pointer-events: none;
}

/* 短视频 · 发布提示弹层 */
.sv-modal {
    position: fixed;
    inset: 0;
    z-index: 11000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
}
.sv-modal.sv-modal--open {
    display: flex;
}
.sv-modal__mask {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(3px);
}
.sv-modal__box {
    position: relative;
    width: 100%;
    max-width: 320px;
    padding: 22px 20px 18px;
    border-radius: 16px;
    background: linear-gradient(165deg, rgba(36, 14, 26, 0.96) 0%, rgba(12, 6, 10, 0.98) 100%);
    border: 1px solid rgba(255, 183, 197, 0.35);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5), 0 0 40px rgba(255, 80, 120, 0.15);
}
.sv-modal__title {
    margin: 0 0 10px;
    font-size: 17px;
    font-weight: 700;
    color: #ffb7c5;
}
.sv-modal__txt {
    margin: 0 0 18px;
    font-size: 14px;
    line-height: 1.55;
    color: rgba(255, 240, 245, 0.88);
}
.sv-modal__actions {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}
.sv-modal__btn {
    padding: 10px 16px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.08);
    color: #eee;
    font-size: 14px;
    cursor: pointer;
}
.sv-modal__btn--primary {
    border-color: rgba(255, 140, 170, 0.55);
    background: linear-gradient(145deg, rgba(255, 110, 150, 0.55), rgba(200, 40, 90, 0.45));
    color: #fff;
    font-weight: 600;
}

.sv-comment-scrim {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 10049;
    background: rgba(0, 0, 0, 0.45);
    -webkit-tap-highlight-color: transparent;
}
.sv-comment-scrim.sv-comment-scrim--open {
    display: block;
}

.sv-panel {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 55vh;
    max-height: 480px;
    background: #1a1a1a;
    border-radius: 14px 14px 0 0;
    z-index: 10050;
    transform: translateY(105%);
    transition: transform 0.25s ease;
    display: flex;
    flex-direction: column;
    box-shadow: 0 -8px 32px rgba(0,0,0,0.4);
}
.sv-panel--open {
    transform: translateY(0);
}
.sv-panel__hd {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    color: #fff;
    font-weight: 600;
}
.sv-panel__close {
    background: none;
    border: none;
    color: #fff;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
    padding: 0 4px;
}
.sv-panel__list {
    flex: 1;
    overflow-y: auto;
    padding: 8px 14px;
}
.sv-cmt {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    color: #ddd;
    font-size: 14px;
}
.sv-cmt strong {
    color: var(--tx-color, #f7d0bf);
    font-size: 13px;
}
.sv-panel__foot {
    flex-shrink: 0;
    display: flex;
    gap: 8px;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
    border-top: 1px solid rgba(255,255,255,0.08);
}
.sv-panel__input {
    flex: 1;
    border-radius: 20px;
    border: none;
    padding: 10px 14px;
    background: #2a2a2a;
    color: #fff;
    outline: none;
}
.sv-panel__send {
    border: none;
    border-radius: 20px;
    padding: 0 18px;
    background: var(--tx-color, #f7d0bf);
    color: #1a1a1a;
    font-weight: 600;
    cursor: pointer;
}

/* 短视频评论底部抽屉（近似抖音风格） */
.sv-panel.sv-cmt-dy {
    height: 62vh;
    max-height: 560px;
    background: linear-gradient(180deg, #1e1e22 0%, #121214 38%);
    border-radius: 16px 16px 0 0;
    border: 1px solid rgba(255,255,255,0.06);
    border-bottom: none;
    box-shadow: 0 -12px 40px rgba(0,0,0,0.55);
}
.sv-cmt-dy__handle {
    width: 36px;
    height: 4px;
    border-radius: 2px;
    background: rgba(255,255,255,0.18);
    margin: 8px auto 4px;
}
.sv-cmt-dy__hd {
    border-bottom: none;
    padding: 4px 14px 10px;
    justify-content: center;
    position: relative;
}
.sv-cmt-dy__title {
    font-size: 15px;
    letter-spacing: 0.02em;
    color: #f3f3f5;
    font-weight: 600;
}
.sv-cmt-dy__count {
    font-style: normal;
    font-weight: 500;
    color: rgba(255,255,255,0.45);
    margin-left: 6px;
    font-size: 13px;
}
.sv-cmt-dy__close {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.06);
    border: none;
    color: #ddd;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
}
.sv-cmt-dy__list {
    padding: 4px 14px 12px;
    -webkit-overflow-scrolling: touch;
}
.sv-cmt-dy__loading,
.sv-cmt-dy__empty {
    text-align: center;
    padding: 28px 12px;
    color: rgba(255,255,255,0.38);
    font-size: 14px;
}
.sv-cmt-dy__row {
    display: flex;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}
.sv-cmt-dy__row:last-child {
    border-bottom: none;
}
.sv-cmt-dy__avatar {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(145deg, #ff6b9d, #c94b7c);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.35);
}
.sv-cmt-dy__body {
    flex: 1;
    min-width: 0;
}
.sv-cmt-dy__nick {
    font-size: 13px;
    font-weight: 600;
    color: rgba(199, 210, 254, 0.95);
    margin-bottom: 4px;
}
.sv-cmt-dy__text {
    font-size: 14px;
    line-height: 1.45;
    color: rgba(245,245,250,0.92);
    word-break: break-word;
}
.sv-cmt-dy__foot {
    background: rgba(0,0,0,0.35);
    border-top: 1px solid rgba(255,255,255,0.07);
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
    gap: 10px;
}
.sv-cmt-dy__input {
    flex: 1;
    border-radius: 22px;
    border: 1px solid rgba(255,255,255,0.1);
    padding: 10px 16px;
    background: rgba(40,40,44,0.95);
    color: #fff;
    font-size: 14px;
    outline: none;
}
.sv-cmt-dy__send {
    flex-shrink: 0;
    border: none;
    border-radius: 22px;
    padding: 10px 20px;
    background: linear-gradient(135deg, #fe2c55, #ff1744);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(254, 44, 85, 0.35);
}

.sv-sheet {
    position: fixed;
    inset: 0;
    z-index: 10060;
    pointer-events: none;
}
.sv-sheet--open {
    pointer-events: auto;
}
.sv-sheet__mask {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
    opacity: 0;
    transition: opacity 0.2s;
}
.sv-sheet--open .sv-sheet__mask {
    opacity: 1;
}
.sv-sheet__box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2a2a2a;
    border-radius: 16px 16px 0 0;
    padding: 16px 16px calc(20px + env(safe-area-inset-bottom));
    transform: translateY(100%);
    transition: transform 0.28s ease;
}
.sv-sheet--open .sv-sheet__box {
    transform: translateY(0);
}
.sv-sheet__title {
    text-align: center;
    color: #aaa;
    font-size: 13px;
    margin-bottom: 12px;
}
.sv-sheet__btn {
    display: block;
    width: 100%;
    padding: 14px;
    margin-bottom: 8px;
    border: none;
    border-radius: 10px;
    background: #3d3d3d;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}
.sv-sheet__cancel {
    display: block;
    width: 100%;
    margin-top: 8px;
    padding: 12px;
    border: none;
    border-radius: 10px;
    background: transparent;
    color: #aaa;
    cursor: pointer;
}

.sv-qr-modal {
    position: fixed;
    inset: 0;
    z-index: 10070;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s;
}
.sv-qr-modal--open {
    pointer-events: auto;
    opacity: 1;
}
.sv-qr-modal__mask {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.6);
}
.sv-qr-modal__box {
    position: relative;
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    max-width: 90vw;
}
.sv-qr-modal__tip {
    margin: 0 0 12px;
    color: #333;
}
#svQrHost img {
    display: block;
    margin: 0 auto;
}

/* 长视频 / 短视频付费遮罩 — 高饱和渐变风 */
.md-vod-pay-wall {
    position: absolute;
    inset: 0;
    z-index: 2147483646;
    display: none;
    align-items: center;
    justify-content: center;
    background: radial-gradient(ellipse 80% 60% at 50% 40%, rgba(255, 20, 147, 0.18), rgba(0, 0, 0, 0.88));
    pointer-events: auto;
    backdrop-filter: blur(4px);
}
.md-vod-pay-wall__inner {
    max-width: 90%;
    padding: 28px 24px;
    border-radius: 16px;
    text-align: center;
    background: linear-gradient(145deg, #2a0a3a 0%, #4a1a4a 35%, #1a1a3e 70%, #0d2137 100%);
    border: 1px solid rgba(255, 105, 180, 0.45);
    box-shadow:
        0 0 0 1px rgba(255, 20, 147, 0.15) inset,
        0 12px 40px rgba(138, 43, 226, 0.35),
        0 0 60px rgba(255, 105, 180, 0.12);
    color: #fff5f8;
}
.md-vod-pay-wall__tit {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.02em;
    background: linear-gradient(90deg, #ffb6c1, #ff69b4, #da70d6, #fff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 0 0 24px rgba(255, 105, 180, 0.4);
}
.md-vod-pay-wall__tip {
    margin: 0 0 20px;
    font-size: 13px;
    color: rgba(255, 228, 240, 0.85);
}
.md-vod-pay-wall__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}
.md-vod-pay-wall__btn {
    min-width: 122px;
    padding: 11px 20px;
    border: none;
    border-radius: 999px;
    background: linear-gradient(180deg, #444 0%, #2a2a2a 100%);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.md-vod-pay-wall__btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(255, 105, 180, 0.25);
}
.md-vod-pay-wall__btn--primary {
    background: linear-gradient(135deg, #ff1493 0%, #ff69b4 40%, #9370db 100%);
    color: #fff;
    box-shadow: 0 4px 20px rgba(255, 20, 147, 0.45);
}
.md-vod-pay-wall__btn--primary:hover {
    box-shadow: 0 6px 28px rgba(255, 105, 180, 0.55);
}
.md-vod-pay-wall__btn--wx {
    background: linear-gradient(180deg, #2aae67 0%, #1e8e52 100%);
    color: #fff;
    box-shadow: 0 4px 18px rgba(46, 174, 103, 0.45);
}
.md-vod-pay-wall__btn--wx:hover {
    box-shadow: 0 6px 24px rgba(46, 174, 103, 0.55);
}
.md-vod-pay-wall__msg {
    margin: 16px 0 0;
    font-size: 12px;
    color: rgba(255, 200, 230, 0.75);
}

/* 长视频试看条：可点「购买」 */
.md-vod-pay-countdown {
    display: none;
    margin-top: 8px;
    padding: 10px 14px;
    border-radius: 12px;
    font-size: 13px;
    line-height: 1.55;
    text-align: center;
    background: linear-gradient(90deg, rgba(74, 26, 74, 0.92), rgba(26, 26, 62, 0.92), rgba(42, 10, 58, 0.92));
    color: #ffe8f5;
    border: 1px solid rgba(255, 105, 180, 0.35);
    box-shadow: 0 4px 20px rgba(147, 112, 219, 0.2);
}
.md-vod-pay-countdown__inner {
    pointer-events: auto;
    display: inline-block;
}
.md-vod-pay-countdown__buy {
    margin: 0 2px;
    padding: 2px 10px;
    border: none;
    border-radius: 999px;
    font-size: inherit;
    font-weight: 700;
    cursor: pointer;
    color: #1a0520;
    background: linear-gradient(135deg, #ffcbdc, #ff69b4, #dda0dd);
    box-shadow: 0 0 12px rgba(255, 105, 180, 0.7);
    vertical-align: baseline;
}
.md-vod-pay-countdown__buy:active {
    transform: scale(0.97);
}
.po-r > .md-vod-pay-countdown--overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100001;
    margin-top: 0;
    pointer-events: none;
}

.sv-pay-wall {
    position: absolute;
    inset: 0;
    z-index: 2147483645;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: radial-gradient(ellipse at center, rgba(255, 20, 147, 0.12), rgba(0, 0, 0, 0.82));
    pointer-events: auto;
    backdrop-filter: blur(3px);
}
.sv-pay-wall__inner {
    max-width: 88%;
    padding: 24px 18px;
    border-radius: 16px;
    text-align: center;
    background: linear-gradient(145deg, #2a0a3a 0%, #3d1a4a 40%, #15152e 100%);
    border: 1px solid rgba(255, 105, 180, 0.4);
    box-shadow: 0 10px 36px rgba(138, 43, 226, 0.3);
    color: #fff5f8;
}
.sv-pay-wall__tit {
    margin: 0 0 14px;
    font-size: 17px;
    font-weight: 700;
    background: linear-gradient(90deg, #ffb7c5, #ff69b4, #e6b3ff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.sv-pay-wall__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}
.sv-pay-wall__btn {
    min-width: 108px;
    padding: 10px 16px;
    border: none;
    border-radius: 999px;
    background: linear-gradient(180deg, #4a4a5a, #2d2d3a);
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}
.sv-pay-wall__btn--ali {
    background: linear-gradient(135deg, #ff1493, #ff69b4, #ba55d3);
    box-shadow: 0 4px 16px rgba(255, 20, 147, 0.35);
}
.sv-pay-wall__btn--wx {
    background: linear-gradient(180deg, #2aae67, #1e8e52);
    box-shadow: 0 4px 14px rgba(46, 174, 103, 0.35);
}
.sv-pay-wall__msg {
    margin: 12px 0 0;
    font-size: 12px;
    color: rgba(255, 210, 235, 0.8);
}

/* 短视频：试看说明条 */
.sv-trial-hint {
    position: absolute;
    left: 8px;
    right: 8px;
    top: 10px;
    z-index: 10;
    padding: 10px 12px;
    border-radius: 12px;
    font-size: 13px;
    line-height: 1.45;
    color: #1a0a12;
    background: linear-gradient(110deg, rgba(255, 182, 193, 0.95), rgba(255, 105, 180, 0.92), rgba(221, 160, 221, 0.9));
    border: 1px solid rgba(255, 255, 255, 0.35);
    box-shadow: 0 4px 18px rgba(255, 20, 147, 0.25);
    pointer-events: none;
    text-align: center;
    font-weight: 600;
}

/* 仅隐藏右侧「客服 / 回顶」悬浮条，保留 Logo、搜索与主导航 */
body .fixed-right {
    display: none !important;
}
