:root {
    --c-ffffff: #fff;
    --c-000000: #000;
    --c-333333: #333;
    --c-508cee: #508cee;
    --c-f5f7fb: #f5f7fb;
    --c-e5e6f2: #e5e6f2;
    --c-9a9ead: #9a9ead;
    --c-808595: #808595;
    --c-fd4331: #fd4331;
    --c-05aa3b: #05aa3b;
    --c-fb2f3b: #fb2f3b;
    --c-1bc07d: #1bc07d;
    --b-ffffff: #fff;
}

:root {
    --ft-font-size12: 0.24rem;
    --ft-font-family: PingFangSC-Regular;
}

html *:not(body)::-webkit-scrollbar {
    height: 0 !important;
    width: 0 !important;
}

html *:not(body) {
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

body {
    font-family: PingFang SC, Microsoft YaHei, Arial, helvetica neue;
    font-size: 0.28rem;
    background-color: var(--c-ffffff);
    color: var(--c-333333);
}

.sft-after {
    position: relative;
}

.sft-after:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    transform: scaleY(0.5);
    background-color: var(--c-e5e6f2);
}

.sft-active-after {
    position: relative;
}

.sft-active-after:after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 20%;
    width: 60%;
    height: 3px;
    background-color: var(--c-508cee);
    z-index: 999;
}

:root {
    --page-max-width: 1240px;
    --root-font-size-mobile: 13.3333333333vw;
    --root-font-size-desktop: 60px;
    --root-font-size-breakpoint: 450px;
}

* {
    margin: 0;
    padding: 0;
}

html {
    font-size: 13.3333333333vw;
}

body {
    max-width: var(--page-max-width);
    margin: 0 auto;
}

@media (min-width: 450px) {
    html {
        font-size: 60px;
    }
}

.-flex {
    display: flex;
    display: -webkit-flex;
}

.-fdc {
    flex-direction: column;
}

.-fac {
    align-items: center;
}

.-fjc {
    justify-content: center;
}
.-fgrow {
    flex-grow: 1;
}
.-fshrik {
    flex-shrink: 0;
}

.p-r {
    position: relative;
}

.plist {
    padding: 0 0.28rem;
    background-color: var(--b-ffffff);
}

.l-item-th {
    color: var(--c-9a9ead);
    font-family: PingFangSC-Medium;
    font-size: 0.24rem;
}
.l-item {
    padding: 0.28rem 0;
    font-size: 0.28rem;
}

.l-item .name {
    font-size: 0.28rem;
    line-height: 0.28rem;
    padding-bottom: 0.08rem;
}

.l-item img {
    width: 0.48rem;
    vertical-align: middle;
}

.l-item .imgw {
    padding-right: 0.14rem;
}

.l-item .medium {
    font-family: PingFangSC-Medium;
}

.l-item .date {
    width: 2rem;
}

.l-item .bottle {
    width: 1.54rem;
    /* text-align: center; */
}

.l-item .price {
    width: 1.8rem;
    /* text-align: center; */
}

.l-item .prev {
    width: 1.8rem;
    /* text-align: center; */
}

.th-h {
    color: var(--c-9a9ead);
    font-size: 0.24rem;
}

.tt-gray {
    color: var(--c-9a9ead);
}

.tt-m {
    font-family: PingFangSC-Medium;
}

.tt-b {
    font-size: 0.34rem;
}

.tt-r {
    text-align: right;
}

.tt-c {
    text-align: center;
}

/* header start */
.hhead {
    position: fixed;
    top: 0;
    width: 100%;
    max-width: var(--page-max-width);
    height: 1.32rem;
    background-color: var(--b-ffffff);
    z-index: 99999;
}

.hhome{
    position: absolute;
    left: 0.1rem;
    z-index: 10;
    background-image: url(//n.sinaimg.cn/finance/ad5a274c/20251110/hhome.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 0.44rem;
    height: 0.44rem;
    margin-left: 0.3rem;
}

.hback {
    position: absolute;
    left: 0.1rem;
    z-index: 10;
    background-image: url(//n.sinaimg.cn/finance/2023/common/icon/back_gray.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 0.32rem;
    height: 0.32rem;
    margin-left: 0.3rem;
}

.htext {
    font-size: 0.32rem;
    line-height: .24rem;
    width: 100%;
    text-align: center;
}

.htitle{
    line-height: .32rem;
}

.haleft {
    position: relative;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    height: 0.88rem;
    width: 0.6rem;
    justify-content: center;
}

.haright {
    position: relative;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    height: 0.88rem;
    width: 0.6rem;
}

.haicon {
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    width: 0.24rem;
    height: 0.2rem;
}

.haiconl {
    background-image: url(//n.sinaimg.cn/finance/2022/cncw/cfg/l1.png);
}

.haiconr {
    background-image: url(//n.sinaimg.cn/finance/2022/cncw/cfg/r1.png);
}

.hshare {
    position: absolute;
    right: 0;
    z-index: 10;
    margin-right: 0.32rem;
    height: 1rem;
}

.hshare-icon {
    background-image: url(https://n.sinaimg.cn/finance/2023/common/icon/share_gray.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 0.44rem;
    height: 0.44rem;
}

/* infomation */
.i-wrap {
    padding: 0.2rem 0.28rem;
    /* background-color: var(--b-ffffff); */
}

.i-price {
    font-size: 0.6rem;
    line-height: 0.48rem;
    font-weight: 500;
}

.i-desc {
    padding-top: 0.2rem;
    font-size: 0.28rem;
    line-height: 0.28rem;
    color: var(--c-808595);
}

/* 主轮播样式 */
.thumb-slider {
    width: 2rem;
    /* width: 3rem; */
    /* height: 2.6rem; */
    overflow: hidden;
}

.thumb-slider .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.thumb-slider .swiper-slide:hover {
    /* transform: scale(1.02); */
}

.thumb-slider .swiper-slide img {
    display: block;
    width: 100%;
    /* vertical-align: middle; */
    height: 100%;
    object-fit: cover;
}

.thumb-slider img {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    /* height: 100%; */
    /* object-fit: cover; */
}

/* 全屏模态框样式 */
.fullscreen {
    display: none;
    position: fixed;
    /* position: absolute; */
    top: 0;
    /* inset: 0; */
    /* margin: auto; */
    left: 0;
    width: 100%;
    height: 100vh;/*calc(100vh - 1rem);*/
    background-color: rgba(0, 0, 0, 0.95);
    z-index: 999999;
    /* backdrop-filter: blur(8px); */
    /* -webkit-backdrop-filter: blur(8px); */

    /* top: 50%; */
    /* left: 50%;  */
    /* transform:  scale(0); */
    /* -webkit-transform: scale(0); */
    /* transform-origin: 50% 50%; */
    animation: growUp 0.3s ease-in-out;
}

.fullscreen.active {
    display: block;
}

.fullscreen-slider {
    width: 100%;
    height: 100%;
}

.fullscreen-slider .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fullscreen-slider .swiper-slide img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
}

/* 关闭按钮 */
.close-btn {
    position: absolute;
    top: 0.6rem;
    right: 0.24rem;
    width: 0.6rem;
    height: 0.6rem;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(0.2rem);
    -webkit-backdrop-filter: blur(0.2rem);
    border-radius: 0.06rem;
    cursor: pointer;
    z-index: 1001;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.close-btn:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: rotate(90deg);
}

.close-btn::before,
.close-btn::after {
    content: "";
    position: absolute;
    width: 0.3rem;
    height: 0.02rem;
    background-color: var(--c-ffffff);
}

.close-btn::before {
    transform: rotate(45deg);
}

.close-btn::after {
    transform: rotate(-45deg);
}

/* Swiper 自定义样式 */
.swiper-button-next,
.swiper-button-prev {
    color: white;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: rgba(0, 0, 0, 0.5);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 0.2rem;
    font-weight: bold;
}

.swiper-pagination-bullet {
    background: #ffffff;
    opacity: 0.3;
    width: 0.16rem;
    height: 0.16rem;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #ffffff;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 1rem !important;
}

/* 关键帧：定义“从小到大”的变化 */
@keyframes growUp {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}

.f-line {
    z-index: 999;
    position: absolute;
    width: 1px;
    /* height: 132px; */
    background-color: var(--c-808595);
}

.f-line-time {
    position: absolute;
    background-color: #000000;
    color: #ffffff;
    line-height: 0.26rem;
    width: 1.4rem;
    font-size: 0.23rem;
    height: 0.26rem;
    margin-left: -0.7rem;
    border-radius: 0.03rem;
    text-align: center;
}

.f-up {
    top: 3px;
}

.f-bot {
    bottom: 34px;
}

.lg-txt {
    font-size: 0.2rem;
}

.pd-r {
    padding-right: 0.24rem;
}

.-loading {
    position: fixed;
    top: 50%;
    width: 100%;
    height: 50vh;
}

.-loading-ul {
    position: relative;
    margin: auto;
    width: 0.12rem;
    height: 0.12rem;
}

.arrow {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 0.08rem solid transparent;
    border-right: 0.08rem solid transparent;
    transition: all 0.3s ease;
}

.arrow-up {
    border-bottom: 0.1rem solid #fb2f3b;
}

.arrow-down {
    border-top: 0.1rem solid #05aa3b;
}

/* tab */

.gap {
    width: 100%;
    height: 0.2rem;
    background-color: var(--c-f5f7fb);
}

.p-tab {
    position: relative;
    height: 0.8rem;
    background-color: var(--b-ffffff);
}

.p-tab .p-tab-item {
    margin: 0 0.32rem;
    font-size: 0.32rem;
    height: 0.8rem;
}

.p-tab .tab-active {
    color: var(--c-333333);
}

/* news */
.news {
    position: relative;
    padding: 0.3rem 0.2rem;
}

.news-down {
    padding-top: 0.22rem;
}

.news-txt {
    font-size: 0.24rem;
    color: var(--c-9a9ead);
}

.n-more {
    position: relative;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    height: 1rem;
    text-align: center;
    font-size: 0.28rem;
    color: var(--c-808595);
}

/* notice */
.n-line {
    font-size: 0.36rem;
    color: var(--c-9a9ead);
}
.n-line-title {
    width: 100%;
    height: 0.32rem;
    line-height: 0.32rem;
    margin: 0.4rem 0;
    text-align: center;
    position: relative;
}
/* .n-line-title div:after,
.n-line-title div:before {
    position: absolute;
    background: var(--c-e5e6f2);
    content: "";
    height: 1px;
    top: 50%;
    width: 30%;
}

.n-line-title-2 div:after,
.n-line-title-2 div:before {
    width: 24%;
}

.n-line-title div:before,
.n-line-title-2 div:before {
    left: 0;
}

.n-line-title div:after,
.n-line-title-2 div:after {
    right: 0;
} */
.n-text {
    font-size: 0.24rem;
    line-height: 0.34rem;
    text-align: justify;
    color: var(--c-9a9ead);
}

/* share wap*/
.sharewap {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
}

.sharewapimg {
    object-fit: contain;
    max-height: 70vh;
    line-height: 0.4rem;
}

.sharewaptxt {
    color: #ffffff;
    margin-bottom: 1.6rem;
}

.moveabc {
    max-width: 70vw;
    height: 100vh;
    margin: 0 auto;
    justify-content: flex-end;
    transform: translateY(-8rem);
    animation: moveUp 0.3s ease-out forwards;
}

@keyframes moveUp {
    from {
        transform: translateY(8rem);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.floating-arrow {
    width: 0.4rem;
    padding-bottom: 0.2rem;
    animation: float 0.5s ease-in-out infinite;
}

@keyframes float {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-0.1rem);
    }
}


/* view-guba start */

.-v-guba-wrap {
    position: relative;
    min-height: 100vh;
    font-family: PingFangSC-Regular;
    font-size: .32rem;
}

.-v-guba-item {
    position: relative;
    justify-content: flex-start !important;
    align-items: flex-start !important;
}

.-v-guba-icon {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0;
    width: .8rem;
    height: .8rem;
    border-radius: .4rem;
}

.-v-guba-user {
    font-size: .3rem;
    line-height: .31rem;
    color: var(--c-808595)
}

.-v-guba-cont {
    flex: 1;
}

.-v-guba-cont img{
    width: 5.2rem;
}

.-v-guba-foot {
    height: .73rem;
}

.-v-guba-text {
    position: relative;
    line-height: .52rem;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-align: justify;
}

.-v-guba-text-2 {
    position: relative;
    line-height: .52rem;
    width: clac( 100% - .28rem);
    text-align: justify;
}


/* .-v-guba-text::after {
    content: "全文"
} */

.-v-guba-blue {
    color: var(--c-508cee);
}

.-v-guba-cmt {
    position: relative;
    background-color: var(--c-f5f7fb);
}

.-v-guba-other {
    font-family: PingFangSC-Regular;
    font-size: .26rem;
    font-weight: 400;
    color: var(--c-9a9ead);
    line-height: .27rem;
}

.-v-guba-addwrap {
    background-color: var(--c-f5f7fb);
    border-radius: 3px;
    height: .6rem;
    padding: 0 .16rem;
}

.-v-guba-adddoc {
    color: var(--c-508cee);
    font-size: .26rem;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    padding-left: 3px;
}

.-v-guba-addicon {
    background-image: url(https://n.sinaimg.cn/finance/2023/common/icon/add_blue.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: .2rem;
    height: .2rem;
}

.-v-guba-like-icon {
    /* https://n.sinaimg.cn/finance/2023/common/icon/icon-like-gray.png */
    /* https://n.sinaimg.cn/finance/2023/common/icon/parise-select.png */
    background-image: url(https://n.sinaimg.cn/finance/2023/common/icon/icon-like-gray.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: .4rem;
    height: .4rem;
}

.-v-guba-commit {
    position: fixed;
    bottom: 2rem;
    right: .24rem;
    z-index: 2334;
}

.-v-guba-send {
    position: relative;
    background-image: url(https://n.sinaimg.cn/finance/2023/common/icon/send-commit.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.08rem;
    height: 1.08rem;
}

.-v-guba-foot-doc {
    margin-left: .06rem;
    font-size: .28rem;
    color: var(--c-808595);
    min-width: 1rem;
}

.-v-guba-img {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.-v-guba-row {
    margin: .1rem 0;
    padding: 0 .28rem;
}

.-v-guba-gap {
    padding-top: .1rem;
}

.-v-guba-rol {
    position: relative;
}

.-v-guba-rol-1 {
    flex-basis: calc( 2 * 100% / 3)
}

.-v-guba-rol-2 {
    flex-basis: calc( 100% / 2)
}

.topic {
    color: var(--c-508cee);
}

.stock {
    color: var(--c-508cee);
}


/* view-guba end */

.icon-face {
    width: .34rem !important; 
    height: .32rem;
    vertical-align: middle;
    transform: translateY(-1px);
}
.icon-info {
    background-repeat: no-repeat;
    background-size: contain;
    width: .44rem;
    height: .44rem;
}

.icon-share {
    background-image: url(https://n.sinaimg.cn/finance/2023/common/icon/share_gray.png);
}

.icon-like {
    background-image: url(https://n.sinaimg.cn/finance/2023/common/icon/icon-like-gray.png);
}

.icon-buble {
    background-image: url(https://n.sinaimg.cn/finance/2023/common/icon/buble-select.png);
}

:root{
    --mg-normal: .28rem;
}
.pd-tlbr{
    padding: var(--mg-normal);
}
.pd-tb{
    padding: var(--mg-normal) 0;
}
.mg-lr{
    margin: 0 var(--mg-normal);
}
.pd-tb-12{
    padding: .24rem 0;
}
.mg-l{
    margin-left: var(--mg-normal);
}
.mg-r-10{
    margin-right: .2rem;
}

.vip-icon {
    position: absolute;
    width: .3rem;
    height: .3rem;
    bottom: 0;
    right: 0;
}

.vip-date {
    height: .8rem;
    line-height: .8rem;
    font-size: .24rem;
    color: var(--c-9a9ead);
}

.-gap {
    height: .2rem;
    width: 100%;
    background: var(--c-f5f7fb);
}


.sft-more {
    position: relative;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    height: 1rem;
    text-align: center;
    font-size: .28rem;
    color: var(--c-808595);
}

.sft-more-arrow {
    display: inline-block;
    width: 0.44rem;
    height: 0.44rem;
    background-image: url(//n.sinaimg.cn/finance/2023/common/icon/arrow-blue.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.sft-more-icon {
    display: inline-block;
    width: .3rem;
    height: .33rem;
    background: url(//n.sinaimg.cn/finance/wap_futures20161101/dist/images/refresh.png) no-repeat;
    background-size: .28rem .33rem;
    margin-right: .1rem;
    margin-bottom: .05rem;
    -webkit-animation: circle 1s infinite linear;
    animation: circle 1s infinite linear
}