@font-face {
    font-family: "FamilySBTH";
    src: url("familysbth.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* 根字体大小设置 - 设计稿 1519px，基准 1rem = 100px */
html {
    font-size: 100px; /* 默认值，会被 JS 动态覆盖 */
}

/* 媒体查询备用方案（当 JS 未加载时） */
@media screen and (min-width: 1920px) {
    html {
        font-size: 126.4px;
    } /* 1920/1519 * 100 */
}
@media screen and (max-width: 1920px) and (min-width: 1519px) {
    html {
        font-size: 100px;
    }
}
@media screen and (max-width: 1519px) and (min-width: 1366px) {
    html {
        font-size: 90px;
    } /* 1366/1519 * 100 */
}
@media screen and (max-width: 1366px) and (min-width: 1024px) {
    html {
        font-size: 67.4px;
    } /* 1024/1519 * 100 */
}
@media screen and (max-width: 1024px) {
    html {
        font-size: 50px;
    } /* 最小限制 */
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family:
        -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei",
        "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333;
    line-height: 1.6;
    overflow-x: hidden;
}

.containerGoneneng {
    padding-left: 1.27rem;
    padding-right: 1.27rem;
}
.caozuoliucbox {
    padding-top: 0.84rem;
}
/* Header */
.header {
    transition: all 0.3s ease;
    background: linear-gradient(177.77deg, #f1f1ff 19.48%, #eef5ff 45.69%, #ffffff 107.29%);
}
.logo {
    display: flex;
    align-items: center;
    gap: 0.1rem;
    font-size: 0.24rem;
    font-weight: bold;
}

.logo-icon {
    width: 0.32rem;
    height: 0.32rem;
}
.logoImg {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.logo-text {
    font-weight: 600;
    font-size: 0.21rem;
    color: #333333;
}
.header.scrolled .header-container {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 0.04rem 0.2rem rgba(0, 0, 0, 0.15);
}
.chanpinjianjie {
}
.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    gap: 1.14rem;
    z-index: 999;
    transition: all 0.3s ease;
    padding: 0.22rem 1.27rem;
    border-bottom: 0.01rem solid #D9D9E6;
}
.barCOntentainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.38rem;
    position: relative;
    padding-top: 0.8rem;
    padding-left: 1.27rem;
    padding-right: 1.27rem;

}
.barCOntentainer .barLeft {
    width: 3.8rem;
}
.barLeft .barlabel {
    font-weight: 600;
    font-size: 0.38rem;
    color: #333333;
}
.barRight img {
    margin-top: 0.86rem;
    width: 8.31rem;
    height: 5.16rem;
    position: relative;
    z-index: 10;
}
.barLeft .tips {
    font-weight: 500;
    font-size: 0.21rem;
    color: #333333;
    margin-bottom: 0.42rem;
}
.barLeft .msg {
    font-weight: 400;
    font-size: 0.19rem;
    color: #333333;
}
.sys {
    font-size: 0.38rem;
    font-weight: 600;
    background: linear-gradient(90deg, #b671ff, #20a6ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.nav {
    display: flex;
    gap: 0.39rem;
}
.nav .navItem {
    font-weight: 400;
    font-size: 0.17rem;
    color: #333333;
}
.nav a {
    color: #333;
    text-decoration: none;
    font-size: 0.17rem;
    transition: color 0.3s ease;
    position: relative;
}
.nav a.active {
    font-weight: 600;
}
.linght1 {
    position: absolute;
    top: 0;
    right: 1.31rem;
    width: 543px;
    height: 543px;
    background: rgba(210, 163, 255, 0.22);
    border-radius: 0px 0px 0px 0px;
    filter: blur(100px);
}
.linght2 {
    position: absolute;
    width: 543px;
    height: 543px;
    background: rgba(207, 249, 255, 0.6);
    border-radius: 0px 0px 0px 0px;
    filter: blur(100px);
    right: 0.54rem;
    top: 0.35rem;
}
.nav a:hover {
    color: #333;
}

.nav a::after {
    content: "";
    position: absolute;
    bottom: -0.1rem;
    left: 0;
    width: 0;
    height: 0.02rem;
    border-radius: 2.11rem;
    background: #333;
    transition: width 0.3s ease;
}

.nav a:hover::after {
    width: 50%;
    text-align: center;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}
.nav a.active::after {
    width: 50%;
    text-align: center;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0.1rem;
}

.amrginB97 {
    margin-bottom: 0.97rem !important;
}

/* Section Titles */
.section-title {
    font-weight: 600;
    font-size: 0.38rem;
    color: #333333;
    text-align: center;
    margin-bottom: 0.84rem;
}
.chanpingtese {
    background: linear-gradient(90deg, #f7faff 0%, #fef8ff 100%);
    padding: 0 1.27rem;
    padding-top: 0.84rem;
}

.picBox {
    column-count: 3;
    column-gap: 0.2rem;
    max-width: 12rem;
    margin: 0 auto;
}

.picBox .caozuoliuchengtupian {
    display: block;
    margin-bottom: 0.2rem;
    border-radius: 0.15rem;
    box-shadow: 0 0.04rem 0.15rem rgba(0, 0, 0, 0.1);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
    break-inside: avoid;
    page-break-inside: avoid;
}

.picBox .caozuoliuchengtupian:hover {
    transform: translateY(-0.05rem);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.chanpingbiaotimiaoshu {
    font-weight: 400;
    font-size: 0.21rem;
    color: #333333;
    text-align: center;
    margin-bottom: 0.84rem;
}
.section-title .xijie {
    font-size: 0.38rem;
    font-weight: 600;
    background: linear-gradient(90deg, #b671ff, #20a6ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.gongnengmiaoshu {
    background-color: #fff;
    padding: 0.11rem;
    margin: 0.13rem;
    border-radius: 0.08rem;
    font-weight: 400;
    font-size: 0.13rem;
    color: #333333;
}
.jiagebanbenBox {
    padding-top: 0.84rem;
}
.sectionTitle {
    font-weight: 600;
    font-size: 0.38rem;
    color: #333333;
    text-align: center;
    margin-bottom: 0.20rem;
}

.sectionTitle .caozuoliucheng {
    font-size: 0.36rem;
    font-weight: 600;
    background: linear-gradient(90deg, #b671ff, #20a6ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.gongnengjieshao {
    font-weight: 600;
    font-size: 0.19rem;
    color: #333333;
}

.section-title .anli {
    font-size: 0.36rem;
    font-weight: 600;
    background: linear-gradient(90deg, #b671ff, #20a6ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.imgContent {
    display: flex;
    justify-content: center;
}

.imgContent .caozuoliuchengtupian {
    width: 100%;
    height: 100%;
}

/* 无缝轮播图样式 */
.carousel-container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.carousel-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    will-change: transform;
}

.carousel-slide {
    min-width: 100%;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-slide .caozuoliuchengtupian {
    width: 1000px;
    height: auto;
    display: block;
    object-fit: contain;
}

.carousel-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.1rem;
    margin-top: 0.2rem;
}

.carousel-dots .dot {
    width: 0.12rem;
    height: 0.12rem;
    border-radius: 50%;
    background-color: #d0d0d0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.carousel-dots .dot.active {
    background-color: #733185;
    width: 0.3rem;
    border-radius: 0.06rem;
}

.carousel-dots .dot:hover {
    background-color: #9d4edd;
}

/* 轮播图左右按钮 */
.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-container:hover .carousel-btn {
    opacity: 1;
}

.carousel-btn:hover {
    opacity: 1 !important;
}

.carousel-btn img {
    width: 100%;
    height: 100%;
    display: block;
}

.carousel-btn-prev {
    left: 0.2rem;
    width: 0.4rem;
    height: 0.8rem;
}

.carousel-btn-next {
    right: 0.2rem;
    width: 0.4rem;
    height: 0.8rem;
}

.carousel-btn:active {
    transform: translateY(-50%) scale(0.95);
}

.biaotimiaoshu {
    font-weight: 400;
    font-size: 0.21rem;
    color: #333333;
    text-align: center;
}

.section-subtitle {
    font-weight: 400;
    font-size: 0.2rem;
    color: #333333;
    line-height: 0.2rem;
    text-align: center;
}
.liansuojiubaBox {
    margin-bottom: 0.84rem !important;
}
.shiyongfanweiBox {
    padding-top: 0.84rem;
    margin-bottom: 0.25rem;
}
.xuanzherenshu {
    font-size: 0.48rem;
    font-weight: 600;
    background: linear-gradient(90deg, #b671ff, #20a6ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.tab-btn {
    padding: 12px 30px;
    border: 2px solid #733185;
    background: white;
    color: #733185;
    border-radius: 25px;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.3s ease;
}

.tab-btn:hover {
    background: #f5f0ff;
}

.tab-btn.active {
    background: #733185;
    color: white;
}

/* Detailed Features */
.detailed-features {
    margin-bottom: 0.84rem;
    /* background: linear-gradient(to bottom, #ffffff 0%, #f8f9ff 100%); */
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.42rem;
    padding: 0 1.27rem;
}
.featuresgridItem {
    padding: 0.32rem;
    border-radius: 0.11rem;
}
.features-grid .headerTitle {
    display: flex;
    align-items: center;
    margin-bottom: 0.32rem;
}
.features-grid .headerTitle img {
    width: 0.21rem;
    height: 0.21rem;
    margin-right: 0.06rem;
}
.features-grid .headerTitle span {
    font-weight: 600;
    font-size: 0.21rem;
    color: #333333;
}
.featuresImg {
    display: flex;
    justify-content: center;
    margin-bottom: 0.32rem;
}
.features-grid .featuresIcon {
    width: 0.53rem;
    height: 0.53rem;
    margin: 0 auto;
}
.features-grid .features-description {
    font-weight: 400;
    font-size: 0.17rem;
    color: #263238;
}
.bgc1 {
    background: #f5f0fe;
}
.bgc2 {
    background: #f0f4ff;
}
.bgc3 {
    background-color: #f1fafd;
}
.bgc4 {
    background-color: #f0f4ff;
}
.fanwei1 {
    width: 3.93rem;
    height: 2.65rem;
}
.fanwei3 {
    width: 3.93rem;
    height: 481px;
}
.fanwei2 {
    width: 3.93rem;
    height: 481px;
}
.fanwei4 {
    width: 3.93rem;
    height: 2.65rem;
}
.fanwei5 {
    width: 3.93rem;
    height: 2.65rem;
}
.fanwei6 {
    width: 3.93rem;
    height: 481px;
}
.jiagebanbenContent {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.42rem;
    padding: 0 1.27rem;
}
.jiagebanbenContent .itemBnbenBox {
    display: flex;
    align-items: center;
    margin-right: 0.42rem;
}
.jiagebanbenContent .itemBnbenBox .itemBnben {
    display: flex;
    align-items: center;
    margin-right: 0.21rem;
}
.jiagebanbenContent .itemBnbenBox .itemBnben img {
    width: 0.21rem;
    height: 0.21rem;
}
.jiagebanbenContent .itemBnbenBox .itemBnben span {
    font-weight: 400;
    font-size: 0.3rem;
    color: #333333;
    font-family: "FamilySBTH";
    flex-shrink: 0;
}
.jiagebanbenContent .itemBnbenBox .itemBaojia {
    width: 2.58rem;
    height: 0.92rem;
    border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
    border: 0.01rem solid #777777;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 0.42rem;
}
.jiagebanbenContent .itemBnbenBox .itemBaojia .itemBaojiaText {
    font-weight: 400;
    font-size: 0.19rem;
    color: #333333;
}
.jiagebanbenContent .itemBnbenBox .itemBaojia .itemBaojiaText2 {
    font-weight: 600;
    font-size: 0.23rem;
    color: #333333;
}

.jiagebanbenSHuoming {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.63rem;
}
.jiagebanbenSHuoming .shuoming {
    font-weight: 600;
    font-size: 0.19rem;
    color: #333333;
}
.jiagebanbenSHuoming .shuomingText {
    font-weight: 400;
    font-size: 0.19rem;
    color: #333333;
}
.youdianquedian {
    display: flex;
    justify-content: center;
    margin-bottom: 0.81rem;
}
.youdianquedianPic {
    width: 9.63rem;
    height: 3.78rem;
}
.datingluodanPic {
    width: 7.17rem;
    height: 5.8rem;
}

/* UI Examples */
.ui-examples {
    padding: 0 1.27rem;
    position: relative;
}
.bjBox {
    position: absolute;
    background: linear-gradient(0deg, #ffffff 0%, #eff0fe 100%);
    top: 0;
    left: 0;
    width: 100%;
    height: 5.09rem;
    z-index: -1;
}
.ui-example-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.69rem;
}

.ui-example-item.reverse {
    direction: rtl;
}

.ui-example-item.reverse > * {
    direction: ltr;
}
.laobanshoujizhushou {
    display: flex;
    align-items: flex-start;
}
.laobanjishoujizhushouBox {
    width: 403px;
    margin-bottom: 169px;
}

.gongnengjianjie {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 3.76rem;
    background: #ffffff;
    border-radius: 0.21rem 0.21rem 0.21rem 0.21rem;
    border: 0.01rem solid #e2d2ff;
    padding: 0.33rem;
    gap: 0.2rem 0.46rem;
}
.gongnengItemLeft {
    display: flex;
    flex-direction: column;
    gap: 0.26rem;
}
.gongnengItem {
    display: flex;
    align-items: center;
    gap: 0.18rem;
}
.gongnengtubiao {
    width: 0.29rem;
    height: 0.29rem;
}
.gongnengbiaoti {
    font-weight: 400;
    font-size: 0.21rem;
    color: #333333;
}

.gongnengItemRight {
    display: flex;
    flex-direction: column;
    gap: 0.27rem;
}
.saomadiandan {
    grid-template-columns: repeat(2, 1fr) !important;
}
.yingxiaoBox {
    gap: 3.46rem;
}
.zongjingli {
    gap: 0.5rem;
}
.zongjiliGrid {
    display: flex;
    background: #ffffff;
    border-radius: 0.21rem 0.21rem 0.21rem 0.21rem;
    border: 0.01rem solid #e2d2ff;
    padding: 0.33rem;
    gap: 0.26rem;
}
.ui-features {
}
.yingxiaobiaoti {
    font-weight: 600;
    font-size: 0.3rem;
    color: #333333;
    margin-bottom: 0.3rem;
    margin-top: 1.05rem;
}
.ui-features ul {
    list-style: none;
}

.ui-features li {
    padding: 0.15rem 0;
    font-size: 0.18rem;
    color: #333;
    display: flex;
    align-items: center;
    gap: 0.15rem;
}

.ui-screenshot {
    display: flex;
    justify-content: center;
    align-items: center;
}
.jianjieView {
    width: 5.2rem;
    height: 7.13rem;
}
.zongjinglicaiwuchaxun {
    width: 6.86rem;
    height: 5.8rem;
}
.ipaddiandan {
    width: 7.17rem;
    height: 5.8rem;
}
.screenshot-placeholder {
    border-radius: 0.15rem;
    box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 0.18rem;
}

.screenshot-placeholder.desktop {
    width: 100%;
    max-width: 6rem;
    height: 4rem;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    border: 0.03rem solid #733185;
}

.screenshot-placeholder.mobile {
    width: 3rem;
    height: 6rem;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    border: 0.03rem solid #733185;
    border-radius: 0.3rem;
}

/* Product Architecture */
.product-architecture {
    padding: 1rem 0;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.product-architecture .section-title,
.product-architecture .section-subtitle {
    color: white;
}

/* Benefits */
.benefits {
    padding-top: 0.84rem;
    background: white;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0.3rem;
}

.benefit-card {
    width: 2.33rem;
    height: 2.37rem;
    background: #f8f4ff;
    border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
    border: 0.01rem solid #f8f4ff;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 0.3rem;
}

.benefit-card .gongnengmiaoshuIcon {
    width: 0.53rem;
    height: 0.53rem;
    margin-bottom: 0.25rem;
}

.benefit-card:hover {
    transform: translateY(-0.1rem);
    border-color: #733185;
    box-shadow: 0 0.15rem 0.4rem rgba(115, 49, 133, 0.2);
}

.benefit-icon {
    font-size: 0.48rem;
    margin-bottom: 0.2rem;
}

.benefit-card h3 {
    font-size: 0.18rem;
    color: #733185;
    margin-bottom: 0.15rem;
    font-weight: bold;
}

.benefit-card p {
    color: #666;
    font-size: 0.14rem;
    line-height: 1.6;
}

/* Footer */
.footer {
    background: #1f2328;
    color: #ffffff;
}

.footer-container {
    height: 2.43rem;
    gap: 3.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lineBox {
    height: 0.01rem;
    background: #1f2328;
    box-shadow: inset 0px 0.01rem 0px 0px rgba(255, 255, 255, 0.2);
}

.footer-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer-item .zixunIcon {
    width: 1rem;
    height: 1rem;
    margin-bottom: 0.24rem;
}

.footer-center {
    width: 0.02rem;
    height: 1rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 0.07rem 0.07rem 0.07rem 0.07rem;
}

.footer-item .zixun-text {
    font-weight: 400;
    font-size: 0.12rem;
    color: #ffffff;
}

.footer-icon {
    font-size: 0.24rem;
    margin-top: 0.05rem;
}

.footer-right {
    display: flex;
    justify-content: center;
}

.qr-code {
    text-align: center;
}

.qr-placeholder {
    width: 1rem;
    height: 1rem;
    background: white;
    border-radius: 0.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    margin-bottom: 0.15rem;
    font-size: 0.14rem;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    height: 0.9rem;
}

.footer-bottom .footeritems {
    font-weight: 400;
    font-size: 0.14rem;
    color: #ffffff;
    text-decoration: none;
}

.hezuoanli {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(178.52deg, #ffffff -12.89%, #e9effe 40.43%, #f4f0fe 98.87%);
}

.hezuoanli .hezuoanliPic {
    width: 9.19rem;
    height: 2.43rem;
    margin-top: 0.63rem;
    margin-bottom: 0.84rem;
}

/* 右下角固定悬浮二维码卡片 */
.floating-qrcodes {
    position: fixed;
    right: 0.24rem;
    bottom: 0.24rem;
    width: 2.7rem;
    background: linear-gradient(180deg, #ffffff 0%, #f7f5f2 100%);
    border-radius: 0.08rem;
    box-shadow: 0 0.12rem 0.3rem rgba(0, 0, 0, 0.28);
    overflow: hidden;
    z-index: 1000;
    font-size: 0.14rem;
    opacity: 1;
    transform: translateX(0);
    transition:
        opacity 0.25s ease,
        transform 0.25s ease;
}

.floating-qrcodes-header {
    padding: 0.1rem 0.16rem;
    background: linear-gradient(90deg, #b671ff, #20a6ff);
    border-bottom: 0.01rem solid rgba(0, 0, 0, 0.06);
    text-align: center;
    font-weight: 600;
    font-size: 0.16rem;
    color: #fff;
    letter-spacing: 0.01rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    user-select: none;
}

.floating-qrcodes-header span {
    flex: 1;
}

.floating-qrcodes-toggle {
    background: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 0;
    width: 0.2rem;
    height: 0.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.floating-qrcodes-toggle:hover {
    opacity: 0.8;
}

.toggle-icon {
    font-size: 0.12rem;
    line-height: 1;
    transition: transform 0.3s ease;
}

.floating-qrcodes-body {
    padding: 0.1rem 0.12rem 0.12rem;
    max-height: 10rem;
    overflow: hidden;
    transition:
        max-height 0.3s ease,
        opacity 0.3s ease,
        padding 0.3s ease;
}

.floating-qrcodes.collapsed .floating-qrcodes-body {
    max-height: 0;
    padding: 0 0.12rem;
    opacity: 0;
}

.floating-qrcode-row {
    display: flex;
    align-items: center;
    padding: 0 0.04rem;
    border-radius: 0.04rem;
    transition: background-color 0.2s ease;
    margin-bottom:0.1rem;
}

.floating-qrcode-row + .floating-qrcode-row {
    margin-top: 0.04rem;
}

.floating-qrcode-row:hover {
    background-color: rgba(0, 0, 0, 0.03);
}

.floating-qrcode-img {
    width: 1rem;
    height: 1rem;
    border-radius: 0.04rem;
    border: 0.01rem solid rgba(0, 0, 0, 0.06);
    object-fit: cover;
    background: #ffffff;
}

.floating-qrcode-text {
    margin-left: 0.1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.floating-qrcode-title {
    font-weight: 600;
    font-size: 0.14rem;
    color: #333333;
}

.floating-qrcode-desc {
    margin-top: 0.02rem;
    font-size: 0.12rem;
    color: #8a8a8a;
}

@media (max-width: 768px) {
    .floating-qrcodes {
        right: 0.1rem;
        bottom: 0.1rem;
        width: 2.4rem;
        box-shadow: 0 0.1rem 0.24rem rgba(0, 0, 0, 0.25);
    }

    .floating-qrcode-img {
        width: 0.6rem;
        height: 0.6rem;
    }
}

/* 悬浮二维码大图预览弹层 */
.qrcode-modal {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1200;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
}

.qrcode-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

.qrcode-modal-content {
    position: relative;
    z-index: 1;
    background: #ffffff;
    border-radius: 0.1rem;
    padding: 0.16rem 0.18rem 0.14rem;
    box-shadow: 0 0.18rem 0.4rem rgba(0, 0, 0, 0.35);
    max-width: 3.6rem;
    text-align: center;
}

.qrcode-modal-img {
    max-width: 100%;
    height: auto;
    display: block;
}

.qrcode-modal-caption {
    margin-top: 0.1rem;
    font-size: 0.13rem;
    color: #555555;
}

.qrcode-modal-close {
    position: absolute;
    top: 0.06rem;
    right: 0.1rem;
    border: none;
    background: transparent;
    font-size: 0.2rem;
    line-height: 1;
    cursor: pointer;
    color: #999999;
    padding: 0;
}

.qrcode-modal-close:hover {
    color: #666666;
}

.qrcode-modal.open {
    opacity: 1;
    pointer-events: auto;
}
.zixunrexian {
    border-top: 0.01rem solid #444444;
    text-align: center;
    font-weight: bold;
}
.hezuorenshu {
    font-weight: 500;
    font-size: 25px;
    color: #333333;
    display: flex;
    align-items: center;
    margin-top: 0.89rem;
}
.numberBar {
    font-size: 0.51rem;
    font-weight: 600;
    background: linear-gradient(90deg, #b671ff, #20a6ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    margin-right: 0.17rem;
}
