/* 全局重置 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Source Han Serif CN', serif;
    color: #333;
    overflow-x: hidden;
    /*background: url("/{ms:global.style/}ui/zu_01_2x.png") no-repeat top center;*/
    /*background-size: 100% auto;*/
}

/* 颜色变量 */
:root {
    --primary: #1bbab8;
    /* 这里的青绿色 */
    --dark-bg: #1a1a1a;
    --text-gray: #666;
}

/* 通用 Flex 类 */
.flex-row {
    display: flex;
    flex-direction: row;
    gap: calc(16/1920*100vw);
}

.flex-col {
    display: flex;
    flex-direction: column;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tag-capsule-img {
    width: calc(123/1920 * 100vw);
    height: calc(136/1920 * 100vw);
    transform: translateX(calc(-80 / 1920 * 100vw));
}

.flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex-start {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

/* 通用标题样式 */
.section-title {
    margin: 0 auto;
    margin-top: calc(6 / 1920 * 100vw);
    margin-bottom: calc(50 / 1920 * 100vw);

    width: calc(354 / 1920 * 100vw);
    height: calc(51 / 1920 * 100vw);
    font-family: 'Source Han Serif CN', serif;
    font-weight: 800;
    font-size: calc(52 / 1920 * 100vw);
    color: #000000;
    line-height: calc(56 / 1920 * 100vw);
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-top: 26px;
}

.section-title span {
    color: var(--primary);
}

.numbers-section-image {
    width: 100vw;
    height: calc(988/1920*100vw);
    display: flex;
    flex-direction: row;
    gap: 0;
    line-height: 0;
    font-size: 0;
    position: relative;
}

.numbers-section-image img {
    height: 100%;
    flex: 1;
    object-fit: fill;
    display: block;
}



/* ---------------- BANNER ---------------- */
.banner {
    width: 100%;
    height: calc(500 / 1920 * 100vw);
    background-size: 100%;
    /* 模拟背景 */
    position: relative;
    color: white;
}

.banner-text {
    position: absolute;
    left: calc(160 / 1920 * 100vw);
    top: 40%;
}

.banner h1 {
    font-size: calc(48 / 1920 * 100vw);
    border-left: calc(5 / 1920 * 100vw) solid white;
    padding-left: calc(20 / 1920 * 100vw);
    line-height: 1.2;
}

/* ---------------- SECTION 1: 品质密码 (NUMBERS) ---------------- */
.numbers-section {
    /*background-color: #000;*/
    color: white;
    /*padding-bottom: calc(80 / 1920 * 100vw);*/
}

.numbers-section .section-title {
    color: white;
    padding-top: calc(60 / 1920 * 100vw);
}

.num-container {
    width: calc(1200 / 1920 * 100vw);
    margin: 0 auto;
}

.num-item {
    flex: 1;
    position: relative;
    height: calc(400 / 1920 * 100vw);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0 calc(20 / 1920 * 100vw);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2));
    /* 模拟图片遮罩 */
}

.text-xtys{
    height: 100%;
    font-family: 'Source Han Serif CN', serif;
    font-weight: bold;
    font-size: calc(28/1920*100vw);
    color: #FFFEFE;
    text-align: center;
    font-style: normal;
    text-transform: none;
    display: flex;
    align-items: center;
    position: absolute;
    justify-content: center;
    width: 100%;
    left: 0;
    bottom: 0;
    white-space: normal;
}

.num-item:last-child {
    border: none;
}

.big-num {
    font-size: calc(120 / 1920 * 100vw);
    font-family: serif;
    color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.num-desc {
    margin-top: calc(140 / 1920 * 100vw);
    text-align: center;
    z-index: 2;
}

.num-desc h3 {
    font-size: calc(24 / 1920 * 100vw);
    margin-bottom: calc(15 / 1920 * 100vw);
}

.num-desc p {
    font-size: calc(14 / 1920 * 100vw);
    line-height: 1.6;
    color: #ccc;
}

/* ---------------- SECTION 2: 道地原料 (INGREDIENTS) ---------------- */
.ingredients-tags {
    gap: calc(20 / 1920 * 100vw);
    margin-bottom: calc(40 / 1920 * 100vw);
    position: relative;
}

.tag-capsule {
    padding: calc(10 / 1920 * 100vw) calc(30 / 1920 * 100vw);
    color: var(--primary);
    font-size: calc(16 / 1920 * 100vw);

    display: flex;
    justify-content: space-between;
    align-items: center;


    width: calc(640 / 1920 * 100vw);
    height: calc(126 / 1920 * 100vw);
    background: #FCFCFA;
    border: 5px solid #32BAB7;


    font-family: 'Source Han Serif CN', serif;
    font-weight: bold;
    font-size: calc(20/1920 * 100vw);
    color: #32BAB7;
    line-height: calc(36/1920 * 100vw);
    text-align: left;
    font-style: normal;
    text-transform: none;
    position: relative;
}


.wine-tabs {
    width: calc(1200 / 1920 * 100vw);
    margin: 0 auto calc(40 / 1920 * 100vw) auto;
    height: calc(71 / 1920 * 100vw);

}

.tab {
    width: 50%;
    text-align: center;
    padding: calc(15 / 1920 * 100vw);
    font-size: calc(24 / 1920 * 100vw);
    cursor: pointer;
    height: calc(71 / 1920 * 100vw);
    background: #00A9A5;
    border: 1px solid #C6F1E7;

    font-weight: bold;
    color: #FFFFFF;
    /*line-height: 56px;*/
    font-style: normal;
    text-transform: none;

    display: flex;
    align-items: center;
    justify-content: start;
}

.tab.active {
    background-color: var(--primary);
    color: white;
}

.tab.inactive {
    background-color: #eaf8f8;
    /*color: #666;*/

    /*width: 72px;*/
    /*height: 24px;*/
    font-family: 'Source Han Serif CN', serif;
    font-weight: bold;
    /*font-size: 24px;*/
    color: #00A9A5;
    /*line-height: 56px;*/
    text-align: left;
    font-style: normal;
    text-transform: none;
    background: #C6F1E7;
    border: 1px solid #00A9A5;
}

.cards-wrapper {
    /*width: calc(1200 / 1920 * 100vw);*/
    margin: 0 auto;
    gap: calc(28 / 1920 * 100vw);
}

.ing-card {
    flex: 0 0 calc(25% - 11.25px); /* 一行4个，减去间距的均分 */
    box-sizing: border-box;

    border: 1px solid #eee;
    padding: calc(20 / 1920 * 100vw);
    text-align: left;
    position: relative;

    width: calc(327 / 1920 * 100vw);
    height: calc(630 / 1920 * 100vw);
    border: 1px solid #E0C99C;
}

.ing-title {
    color: #00A9A5;
    font-size: calc(36 / 1920 * 100vw);
    /*margin-bottom: calc(10 / 1920 * 100vw);*/

    /*width: 70px;*/
    /*height: 34px;*/
    font-family: 'Source Han Serif CN', serif;
    font-weight: bold;
    /*font-size: 36px;*/
    /*color: #00A9A5;*/
    /*line-height: 36px;*/
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.ing-sub {
    font-size: calc(20 / 1920 * 100vw);
    color: #32BAB7;
    float: right;
    /*margin-top: calc(10 / 1920 * 100vw);*/

    width: calc(130 / 1920 * 100vw);
    height: calc(20 / 1920 * 100vw);
    font-family: 'Source Han Serif CN', serif;
    font-weight: bold;
    /*font-size: 20px;*/
    /*color: #32BAB7;*/
    line-height: calc(36 / 1920 * 100vw);
    text-align: right;
    font-style: normal;
    text-transform: none;
}

.ing-text {
    font-size: calc(20 / 1920 * 100vw);
    color: #956B39;
    line-height: 1.8;
    margin-top: calc(20 / 1920 * 100vw);

    height: calc(163 / 1920 * 100vw);
    font-family: 'Source Han Serif CN', serif;
    font-weight: bold;
    /*font-size: 20px;*/
    /*color: #956B39;*/
    /*line-height: 36px;*/
    text-align: left;
    font-style: normal;
    text-transform: none;


    font-weight: bold;
    font-size: calc(20 / 1920 * 100vw);
    color: #956B39;
    line-height: calc(36 / 1920 * 100vw);
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.ing-img {
    width: calc(247 / 1920 * 100vw);
    height: calc(271 / 1920 * 100vw);
    /*background-color: #eee;*/
    /*border-radius: 50%;*/
    /* 圆形图片效果模拟 */
    /*background-image: radial-gradient(circle, #d9a878, #fff);*/
    transform: translateY(calc(58 / 1920 * 100vw))
}

/* ---------------- SECTION 3: 基地 (BASE) ---------------- */
.base-section-bg {
    width: 100%;
    height: calc(500 / 1920 * 100vw);
    background-color: #4CAF50;
    /* 绿色农田占位 */
    background-image: linear-gradient(to bottom, #87CEEB, #228B22);
    position: relative;
    margin-top: calc(40 / 1920 * 100vw);
}

.base-section-bg-img {
    width: 100vw;
    height: calc(882/1920*100vw);
}

.base-info-box {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(29, 188, 185, 0.9);
    /*color: white;*/
    padding: calc(0 / 1920* 100vw) calc(155 / 1920* 100vw) 0 calc(41 / 1920* 100vw);
    width: calc(972 / 1920 * 100vw);
    height: calc(224 / 1920 * 100vw);

    /*width: 665px;*/
    /*height: 56px;*/
    font-family: 'Source Han Serif CN', serif;
    font-weight: bold;
    font-size: calc(22 / 1920 * 100vw);
    color: #FFFFFF;
    line-height: calc(35 / 1920 * 100vw);
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: flex;
    align-items: center;
}

.roles-section-title {
    width: calc(438 / 1920 * 100vw);
    height: calc(50 / 1920 * 100vw);
    font-family: 'Source Han Serif CN', serif;
    font-weight: 800;
    font-size: calc(52 / 1920 * 100vw);
    color: #00A9A5;
    line-height: calc(56 / 1920 * 100vw);
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin: calc(20/1920*100vw) auto;
    margin-top: calc(50/1920*100vw);
}

.out-sise {
    border: 6px solid #32BAB7;
    position: absolute;
    top: 14%;
    right: 47.5%;
    width: calc(95 / 1920* 100vw);
    height: calc(95 / 1920* 100vw);
    z-index: 100;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    background-color: #fff;
    align-items: center;
}


.out-sise::before {
    content: '';
    position: absolute;
    top: -13px;
    left: 37%;
    background-color: #fff;
    width: calc(20 / 1920* 100vw);
    height: calc(20 / 1920* 100vw);
}

.out-sise::after {
    content: '';
    position: absolute;
    bottom: -9px;
    left: 36%;
    background-color: #fff;
    width: calc(20 / 1920* 100vw);
    height: calc(20 / 1920* 100vw);
}

.inner-sise {
    border: 1px solid #32BAB7;
    background-color: #32BAB7;
    width: calc(55 / 1920* 100vw);
    height: calc(55 / 1920* 100vw);
    border-radius: 50%;

}

.roles-section-desc {
    width: calc(845/1920*100vw);
    height: calc(23/1920*100vw);
    font-family: 'Source Han Serif CN', serif;
    font-weight: 800;
    font-size: calc(20/1920*100vw);
    color: #956B39;
    line-height: calc(36/1920*100vw);
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin: calc(50/1920*100vw) auto;
    margin-bottom: calc(3/1920*100vw);
}

/*.base-info-box p {*/
/*    font-size: calc(20 / 1920 * 100vw);*/
/*    line-height: 1.5;*/
/*}*/

/* ---------------- SECTION 4: 君臣佐使 (ROLES) ---------------- */
.roles-container {
    width: calc(1400 / 1920 * 100vw);
    margin: 0 auto;
    gap: calc(30 / 1920 * 100vw);
    padding: calc(40 / 1920 * 100vw) 0;
}

.role-card {
    flex: 1;
    /*border: 2px solid var(--primary);*/
    height: calc(584 / 1920 * 100vw);
    width: calc(325 / 1920 * 100vw);
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: calc(120/1920*100vw) calc(40/1920*100vw);
}

.jy-img {
    
    background-size: 100%;
}

.sy-img {
    
    background-size: 100%;
}

/*.experiment-box {
    width: calc(1400/1920*100vw);
    height: calc(579/1920*100vw);
    background: #FCFCFA;
    margin: 0 auto;
    background: url("/{ms:global.style/}ui/qiepian/pinzhibaozhang/zu 3@2x.png") center center no-repeat;
    background-size: 100%;
    position: relative;
}*/

/*.cy-img {*/
/*    background:url('/{ms:global.style/}ui/qiepian/pinzhibaozhang/zu 2@2x(1).png') center center no-repeat;*/
/*    background-size: 100%;*/
/*}*/

.cy-img {
    
    background-size: 100%;
}

.zy-img {
    
    background-size: 100%;
}

.role-card-img {
    width: 100%;
    height: 100%;
}

/* 装饰角标模拟 */
/*.role-card::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 5px;*/
/*    left: 5px;*/
/*    right: 5px;*/
/*    bottom: 5px;*/
/*    !*border: 1px solid var(--primary);*!*/
/*}*/

.role-title {
    font-family: 'Source Han Serif CN', serif;
    font-weight: bold;
    font-size: calc(40 / 1920 * 100vw);
    color: #956B39;
    line-height: calc(36 / 1920 * 100vw);
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-bottom: calc(36 / 1920 * 100vw);
}

.role-desc {
    /*width: 219px;*/
    /*height: 56px;*/
    font-family: 'Source Han Serif CN', serif;
    font-weight: bold;
    font-size: calc(20 / 1920 * 100vw);
    color: #956B39;
    line-height: calc(36 / 1920 * 100vw);
    text-align: center;
    font-style: normal;
    text-transform: none;
}

/*.role-img {*/
/*    margin-top: auto;*/
/*    width: calc(100 / 1920 * 100vw);*/
/*    height: calc(100 / 1920 * 100vw);*/
/*    background-color: #f0f0f0;*/
/*    border-radius: 50%;*/
/*}*/

/* ---------------- SECTION 5: 动物实验 (EXPERIMENTS) ---------------- */
.exp-container {
    width: calc(1200 / 1920 * 100vw);
    margin: 0 auto;
    gap: calc(40 / 1920 * 100vw);
}

.exp-box {
    flex: 1;
    /*border: 2px solid var(--primary);*/
    border-radius: calc(20 / 1920 * 100vw);
    padding: calc(20 / 1920 * 100vw);
    min-height: calc(400 / 1920 * 100vw);
}

.exp-box h4 {
    color: var(--primary);
    font-size: calc(20 / 1920 * 100vw);
    margin-bottom: calc(20 / 1920 * 100vw);
    text-align: center;
    border: 1px solid var(--primary);
    display: inline-block;
    padding: 5px 20px;
    border-radius: 20px;
}

.chart-placeholder {
    width: 100%;
    height: calc(300 / 1920 * 100vw);
    background-color: #f9f9f9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: calc(14 / 1920 * 100vw);
}

/* ---------------- SECTION 6: 药食同源 (HOMOLOGY) ---------------- */
.homology-section {
    width: 100%;
    height: calc(1070 / 1920 * 100vw);
    background: #a0522d;
    /* 褐色背景 */
    /*background-image: linear-gradient(to right, #a0522d, #f4a460);*/
    position: relative;
    margin-top: calc(80 / 1920 * 100vw);
    display: flex;
    align-items: center;
    /*border: 1px solid red;*/
}

.homology-text-box {
    background-color: rgb(27 186 184 / 93%);
    width: calc(972 / 1920 * 100vw);
    height: calc(540 / 1920 * 100vw);
    color: white;
    /*margin-left: calc(360 / 1920 * 100vw);*/
    /*position: relative;*/
    z-index: 10;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: calc(100 / 1920* 100vw);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-right: calc(68 / 1920* 100vw);
    padding-left: calc(257 / 1920* 100vw);
}

.homology-text-style {
    height: calc(212 / 1920 * 100vw);
    font-family: 'Source Han Serif CN', serif;
    /*font-weight: 800;*/
    font-size: calc(36 / 1920 * 100vw);
    color: #FFFFFF;
    line-height: calc(100 / 1920 * 100vw);
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: calc(80 / 1920 * 100vw);
    /* padding: 0 calc(22 / 1920 * 100vw); */
    /* margin-left: calc(40 / 1920 * 100vw); */
}

.homology-text-box h3 {
    font-size: calc(24 / 1920 * 100vw);
    margin-bottom: calc(20 / 1920 * 100vw);
}

.homology-text-box p {
    font-size: calc(14 / 1920 * 100vw);
    line-height: 2;
}

/* ---------------- FOOTER ---------------- */
footer {
    padding: 40px 0 20px;
    width: 100%;
}

.footer-content {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 30px;
    border-bottom: 1px solid #f0f0f0;

    gap: 40px;
}

.footer-left {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: calc(694 / 1920 * 100vw);

}

.footer-logos {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.footer-logos img {
    max-width: 100%;
    height: auto;
    max-height: 68px;
}

.footer-links {
    height: auto;
    font-family: 'Source Han Serif CN', serif;
    font-weight: 800;
    font-size: 20px;
    color: #85663F;
    letter-spacing: 1px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 14px;
    color: #78552B;
    font-weight: bold;
    font-family: Source Han Serif CN, serif;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    height: auto;
    font-family: 'Source Han Serif CN', serif;
    font-weight: 800;
    font-size: 16px;
    color: #85663F;
    letter-spacing: 1px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    /*flex-wrap: wrap;*/
}

.contact-item img.icon {
    width: 25px;
    height: 24px;
    object-fit: contain;
    flex-shrink: 0;
}

.footer-right {
    display: flex;
    gap: 20px;

}

.qr-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.qr-item img {
    width: 80px;
    height: 80px;
    border: 1px dashed #ccc;
    padding: 2px;
}

.qr-item span {
    font-family: NotoSansHans, NotoSansHans;
    font-weight: bold;
    font-size: calc(20/1920*100vw);
    color: #6D6D6D;
    line-height: calc(46/1920*100vw);
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.footer-bottom {
    padding-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    height: auto;
    font-family: 'Source Han Serif CN', serif;
    font-weight: 800;
    font-size: 16px;
    color: #956B39;
    letter-spacing: 1px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    line-height: 1.5;
}

.police-icon {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    vertical-align: middle;
}




/* --- Header 头部 --- */
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: calc(15/1920*100vw) 3vw;
    border-bottom: 1px solid #eee;
    background: #fff;
    width: 100%;
    height: calc(100/1920*100vw);
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 20px;
}

.search-container {
    position: relative;
}

.search-container input {
    padding: calc(8/1920*100vw) calc(10/1920*100vw);
    padding-right: calc(35/1920*100vw);
    border-radius: calc(20/1920*100vw);
    border: 1px solid #ddd;
    font-size: 14px;
    width: calc(135/1920*100vw);
    outline: none;
    transition: border-color 0.3s;
}

.search-container input:focus {
    border-color: var(--primary);
}

.search-icon {
    position: absolute;
    right: 12px;
    top: 57%;
    transform: translateY(-50%);
    color: #999;
    cursor: pointer;
}

nav ul {
    display: flex;
    list-style: none;
    gap: calc(14/1920*100vw);
    align-items: center;
    font-size: 14px;
    flex-wrap: nowrap;
}

nav li {
    display: flex;
    align-items: center;
    position: relative;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 5px 0;
    z-index: 1000;
    min-width: 120px;
}

.dropdown-menu a {
    display: block;
    padding: 8px 15px;
    color: #333;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    width: 100%;
    font-weight: 400;
    height: auto;
    line-height: normal;
}

.dropdown-menu a:hover {
    background-color: #f5f5f5;
    color: var(--primary);
}

.dropdown-menu.show {
    display: block;
}

nav a {
    text-decoration: none;
    color: #333;
    font-weight: normal;
    display: block;
}

nav a.menu-item-box {
    width: 100px;
    height: 40px;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    color: #333;
    text-decoration: none;
    font-weight: 800;
}

nav a.active {
    background-color: var(--primary);
    color: white;
    border-radius: 20px;
    width: 100px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

.logo-area {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-left: 5.4vw;
    flex-shrink: 0;
}

.logo-area img {
    height: calc(68/1920*100vw);
    width: calc(362/1920*100vw);
}

.fake-logo {
    font-weight: bold;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
}


/* 动物实验内部图表样式 */
.chart-item {
    width: 100%;
    margin-bottom: calc(10 / 1920 * 100vw);
}

.chart-item.wide {
    width: 100%;
}

.chart-label {
    display: block;
    font-size: calc(16 / 1920 * 100vw);
    color: #000000;
    margin-bottom: calc(5 / 1920 * 100vw);
    /*border: 1px solid var(--primary);*/
    border-radius: 10px;
    padding: 2px 10px;
    width: fit-content;

    /*width: 98px;*/
    /*height: 17px;*/
    font-family: 'Source Han Serif CN', serif;
    font-weight: bold;
    /*font-size: 16px;*/
    /*color: #000000;*/
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.chart-label-1 {
    position: absolute;
    top: 1.3vw;
    left: 2.4vw;
}

.chart-label-2 {
    position: absolute;
    top: 21.3vw;
    left: 3.0vw;
}

.chart-label-3 {
    position: absolute;
    top: 1.3vw;
    left: 20.4vw;
}

.chart-label-4 {
    position: absolute;
    top: 21.4vw;
    left: 20.8vw;
}

.chart-label-5 {
    position: absolute;
    top: 4.9vw;
    left: 37.8vw;
}

.chart-label-6 {
    position: absolute;
    top: 5vw;
    left: 57.8vw;
}

.chart-label-7 {
    position: absolute;
    top: 26.7vw;
    left: 57.3vw;
}

/*.chart-placeholder-img {*/
/*    width: 100%;*/
/*    height: calc(100 / 1920 * 100vw);*/
/*    background: #f5f5f5;*/
/*    background-image: linear-gradient(45deg, #eee 25%, transparent 25%, transparent 75%, #eee 75%, #eee),*/
/*        linear-gradient(45deg, #eee 25%, transparent 25%, transparent 75%, #eee 75%, #eee);*/
/*    background-size: 20px 20px;*/
/*    background-position: 0 0, 10px 10px;*/
/*    border: 1px dashed #ccc;*/
/*}*/

.chart-placeholder-img.wide {
    height: calc(80 / 1920 * 100vw);
}

/* 药食同源背景图特殊处理 */
.homology-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    /* 模拟背景图 */
    background-size: cover;
    background-position: center;
    z-index: 1;
}

/* 底部链接样式 */
.links a:hover {
    color: var(--primary) !important;
}

/* 新增 Slider 样式 */
.slider-window {
    width: calc(1420 / 1920 * 100vw);
    /* 调整宽度以适应两边的箭头 */
    overflow: hidden;
}

.slider-track {
    display: flex;
    width: 100%;
    transition: transform 0.5s ease-in-out;
}

/* 卡片列表样式 */
.list-one, .list-two {
    display: flex;
    gap: 15px; /* 卡片之间的间距 */
    min-width: 100%; /* 每个列表占满容器宽度 */
    box-sizing: border-box;
}

.list-two {
    display: none;
}

.styled-section {
    margin: 0 auto;
    
    background-size: 100% 140%;
    /* padding-top: calc(50 / 1920 * 100vw); */
    padding-bottom: calc(50 / 1920 * 100vw);
}

.styled-section .section-title {
    margin-top: 0 !important;
    padding-top: 0;
}