
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@300;400;500;600;700&display=swap');


body.guide-page .text-image-section {
    background: url("../images/51.jpg") no-repeat center center;
    background-size: cover;
    margin-top: 0;
    z-index: 1;
    position: relative;
}


@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@300;400;500;600;700&display=swap');


.banner {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
    padding: 0;
    box-sizing: border-box;
}


.banner-full {
    margin: 0 !important;
    width: 100vw !important;
    position: relative !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    overflow: hidden !important;
    display: block !important;
    max-width: none !important;
    padding: 0 !important;
    z-index: 10 !important;
    box-sizing: border-box !important;
    clear: both !important;
}

.banner-full img {
    display: block !important;
    vertical-align: middle !important;
    width: 100% !important;
    height: auto !important;
    border: none !important;
    outline: none !important;
    line-height: 0 !important;
}

.banner-cc {
    z-index: 20 !important;
    position: relative !important;
}

.banner-move-up {
    margin-top: -100px !important;
    z-index: 2 !important;
    position: relative !important;
    display: block !important;
    width: 100vw !important;
    overflow: hidden !important;
}

@media (max-width: 768px) {
    .banner-move-up {
        margin-top: 0 !important;
    }
}

@media (max-width: 576px) {
    .banner-move-up {
        margin-top: 0 !important;
    }
}

.banner-move-up-2 {
    margin-top: -100px !important;
    z-index: 1 !important;
    position: relative !important;
    display: block !important;
    width: 100vw !important;
    overflow: hidden !important;
}

.t1-image {
    position: absolute !important;
    top: 50% !important;
    right: 10% !important;
    transform: translateY(-50%) !important;
    z-index: 3 !important;
    max-width: 150px !important;
    height: auto !important;
}

.banner-with-button {
    position: relative !important;
    display: block !important;
    padding: 0 !important;
}

.banner-with-button img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
}

.banner-with-button .banner-button {
    position: absolute !important;
    top: 60% !important;
    right: 20% !important;
    transform: translateY(-50%) !important;
    padding: 12px 36px !important;
    font-size: 16px !important;
    font-weight: bold !important;
    border: none !important;
    border-radius: 30px !important;
    cursor: pointer !important;
    transition: background-color 0.3s ease !important;
    z-index: 20 !important;
}

.banner-with-button .banner-button-green {
    background-color: #0A795C !important;
    color: white !important;
}

.banner-with-button .banner-button-green:hover {
    background-color: #45a049 !important;
}

.banner-with-button-left {
    position: relative !important;
    display: block !important;
    padding: 0 !important;
}

.banner-with-button-left img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
}

.banner-with-button-left .banner-button {
    position: absolute !important;
    top: 65% !important;
    left: 20% !important;
    transform: translateY(-50%) !important;
    padding: 12px 36px !important;
    font-size: 16px !important;
    font-weight: bold !important;
    border: none !important;
    border-radius: 30px !important;
    cursor: pointer !important;
    transition: background-color 0.3s ease !important;
    z-index: 20 !important;
}

.banner-with-button-left .banner-button-green {
    background-color: #3498db !important;
    color: white !important;
}

.banner-with-button-left .banner-button-green:hover {
    background-color: #2980b9 !important;
}


header .banner-full,
nav .banner-full,
section .banner-full {
    position: static !important;
    transform: none !important;
    left: 0 !important;
    width: 100% !important;
}


.banner.banner-full img[src="../images/home_img3.png"] {
    max-width: 90% !important;
    margin: 0 auto !important;
    display: block !important;
    object-fit: contain !important;
    height: auto !important;
    max-height: none !important;
}


.banner.banner-full:has(img[src="../images/home_img3.png"]) {
    margin-top: 60px !important;
    max-height: none !important;
}


.story-section .story-content h2 {
    color: #0A795C !important;
}




.banner-full img {
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    display: block !important;
    max-width: 100% !important;
    max-height: none !important;
    margin: 0 !important;
}


@media (max-width: 1200px) {
    .banner {
        margin: 15px 0;
    }
}

@media (max-width: 768px) {
    .banner {
        margin: 10px 0;
    }
    
    .banner img {
        min-height: 100px; 
    }
}

@media (max-width: 480px) {
    .banner {
        margin: 8px 0;
    }
    
    .banner img {
        min-height: 80px;
    }
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

header {
    background-image: url('../images/header_banner.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    color: #fff;
    padding: 0 20px;
    position: relative;
    height: 1186px;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    z-index: 2;
}
.banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
    max-width: 1200px;
}


@media (max-width: 768px) {
    header {
        background-image: url('../images/header_banner.png');
        background-size: cover;
        background-position: center center;
        background-attachment: scroll;
        min-height: 400px;
    }
}

@media (min-width: 769px) and (max-width: 1399px) {
    header {
        background-size: cover;
        background-position: center center;
        background-attachment: scroll;
    }
}

@media (min-width: 1400px) {
    header {
        background-size: cover;
        background-position: center center;
        background-attachment: scroll;
    }
}

body {
    font-family: 'Dosis', sans-serif;
    line-height: 1.6;
    color: #333;
    
}


.index_bg{
    background-image: url('../images/64.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 1300px;
    z-index: 3;
    margin-top: -150px;
    position: relative;
}

@media (max-width: 1024px) {
    .index_bg{
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        height: 900px;
    }
}

@media (max-width: 768px) {
    .index_bg{
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        margin-top: -100px;
        height: auto;
        min-height: 1000px;
    }
}

@media (min-width: 1920px) {
    .index_bg{
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        margin-top: -200px;
        height: 1200px;
    }
}

.guide_bg{
    background-image: url('../images/51.png');
    background-size: 100%  100%;
    background-repeat: no-repeat;
    min-height: 1163px;
    z-index: 14;
    margin-top: -100px;
    position: relative;
}
@media (min-width: 1920px) {
    .index_bg{
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        margin-top: -200px;
        height: 1200px;
    }
}
.guide_bg .shared-background-container {
    padding-top: 150px;
}



/* Article page guide_bg */
body.article-page .guide_bg {
    background-image: url('../images/article.png');
    background-size: 100%;
    background-repeat: no-repeat;
    height: auto;
    min-height: 1163px;
    z-index: 4;
    margin-top: -150px;
    position: relative;
}

@media (max-width: 1024px) {
    .guide_bg{
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        z-index: 4;
        margin-top: -150px;
        padding-bottom: 200px;
    }
}

@media (max-width: 768px) {
    .guide_bg{
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        margin-top: -100px;
        height: auto;
        z-index: 4;
        position: relative;
        padding-bottom: 0;
    }
}

@media (min-width: 1920px) {
    .guide_bg{
        background-image: url('../images/51.png') !important;
        background-size: 100% !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        margin-top: -300px !important;
        height: 1927px !important;
        z-index: 4 !important;
        position: relative !important;
        padding-bottom: 300px;
    }
}

.small-image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 30px 0; 
}

.small-image-container img {
    width: 100%;
    max-width: 1000px; 
    height: auto;
    display: block;
    margin: 0 auto;
}


@media (min-width: 769px) and (max-width: 1024px) {
    .small-image-container img {
        max-width: 700px;
    }
}


@media (max-width: 768px) {
    .small-image-container {
        padding: 15px 10px; 
    }
    
    .small-image-container img {
        max-width: 100%; 
        max-height: none; 
        object-fit: contain; 
    }
}

.container {
    margin: 0 auto;
    padding: 0 20px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}




@media (max-width: 768px) {
    header {
        background-size: cover;
        background-position: center center;
        background-attachment: scroll;
    }
}

@media (min-width: 769px) and (max-width: 1399px) {
    header {
        background-size: cover;
        background-position: center center;
        background-attachment: scroll;
    }
}

@media (min-width: 1400px) {
    header {
        background-image: url('../images/head_banner.jpg');
        background-size: 100% 100%;
        background-position: center center;
        background-attachment: scroll;
    }
}



.banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
    max-width: 1200px;
}

.banner-text h1 {
    color: white;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-family: 'Dosis', sans-serif;
}

.banner-text p {
    color: white;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 20px 0 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-family: 'Dosis', sans-serif;
}


@media (max-width: 1399px) {
    .banner-text h1 {
        font-size: 2.5rem;
    }
    .banner-text p {
        font-size: 1.3rem;
    }
}

@media (max-width: 1199px) {
    .banner-text h1 {
        font-size: 2.2rem;
    }
    .banner-text p {
        font-size: 1.2rem;
    }
}

@media (max-width: 991px) {
    .banner-text h1 {
        font-size: 2rem;
    }
    .banner-text p {
        font-size: 1.1rem;
    }
}

@media (max-width: 768px) {
    .banner-text {
        width: 90%;
    }
    .banner-text h1 {
        font-size: 1.8rem;
        line-height: 1.2;
    }
    .banner-text p {
        font-size: 1rem;
        line-height: 1.3;
    }
}

@media (max-width: 576px) {
    .banner-text h1 {
        font-size: 1.5rem;
    }
    .banner-text p {
        font-size: 0.9rem;
    }
}

.navbar {
    position: relative;
    z-index: 2; 
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 65px 20px 20px;
    transition: all 0.3s ease;
    background-color: transparent;
    width: 100%;
    box-sizing: border-box;
}




.nav-links {
    display: flex;
    list-style: none;
    gap: 80px;
    margin: 0 auto;
}

.nav-links li {
    display: inline;
}

.nav-links a {
    color: white;
    text-decoration: none;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 1.6;
    padding: 8px 12px;
    transition: all 0.3s ease;
    border-radius: 4px;
}


@media (max-width: 1399px) {
    .nav-links {
        gap: 70px;
    }
    .nav-links a {
        font-size: 22px;
        line-height: 1.5;
    }
}

@media (max-width: 1199px) {
    .nav-links {
        gap: 60px;
    }
    .nav-links a {
        font-size: 20px;
        line-height: 1.5;
    }
}

@media (max-width: 991px) {
    .nav-links {
        gap: 50px;
    }
    .nav-links a {
        font-size: 18px;
        line-height: 1.4;
    }
}

@media (max-width: 768px) {
    .nav-links {
        gap: 40px;
    }
    .nav-links a {
        font-size: 16px;
        line-height: 1.4;
    }
}

@media (max-width: 576px) {
    .nav-links {
        gap: 30px;
    }
    .nav-links a {
        font-size: 14px;
        line-height: 1.3;
    }
}

.nav-links a:hover {
    background-color: rgba(255, 255, 255, 0.2);
}


.nav-links a[aria-current="page"] {
    background-color: transparent;
    text-decoration: underline;
    text-underline-offset: 8px;
    text-decoration-thickness: 2px;
    text-decoration-color: white;
}


.menu-toggle {
    display: none;
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    margin-left: auto;
}


.story-section {
    padding: 120px 0; 
    background-image: url('../images/66.png');
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    margin-top: -100px;
    z-index: 4;
}

@media (max-width: 768px) {
    .story-section {
        margin-top: -20px;
    }
}

.story-section .container {
    
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
}

.story-content {
    flex: 1;
    margin-left: 100px;
    padding: 100px;
}

@media (max-width: 768px) {
    .story-content {
        padding: 20px;
    }
}

@media (max-width: 576px) {
    .story-content {
        padding: 10px;
    }
}

.story-content img {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
    object-fit: contain;
}

@media (max-width: 992px) {
    .story-content {
        margin-left: 0;
        text-align: center;
    }
    
    .story-content img {
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .story-content img {
        padding: 0 10px;
    }
}

@media (max-width: 576px) {
    .story-content img {
        padding: 0 5px;
    }
}

.story-content h2 {
    font-size: 2.2rem;
    color: #2c3e50;
}
.title_2{
    color: #0A795C;
}
.story-content p {
    
    color: #666;
    line-height: 1.8;
    margin-bottom: 20px;
    text-align: justify;
}

.story-image {
    flex: 1;
    margin-left: 40px;
    text-align: right;
    padding-right: 20px;
}

.story-image img {
    width: auto;
    max-width: calc(100% - 20px);
    height: auto;
    border-radius: 10px;
    display: inline-block;
    margin-right: 0;
}


.story-divider {
    width: 100%;
    height: 1px;
    background-color: #111111;
    margin: 30px 0;
}
.title_4{
    color: #282929;
    font-size: 0.8rem;
}

.story-content a {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 24px;
    color: #0A795C;
    padding: 5px 35px;
    border-radius: 24px;
    border: 2px solid #0A795C;
    display: inline-block;
    margin: 20px 0;
    text-decoration: none;
    transition: all 0.3s ease;
    background-color: transparent;
}

.story-content a:hover, .banner.banner-full a:hover {
    background-color: #0A795C;
    color: white;
}

   .banner banner-full a{width: 240px;
    height: 50px;
    background: #85BFE8;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-weight: 500;
    position: absolute;
    left: 11%;
    top: 54%;}


.banner.banner-full {
    position: relative;
}

.banner.banner-full a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}


.banner-content-right {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 40%; 
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 5%; 
    z-index: 10;
}

.banner-text-right {
    text-align: right;
    color: white;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.banner-text-right button {
    margin-top: 30px;
}

.banner-text-right h3 {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 25px;
    color: white;
}

.banner-text-right p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: white;
}

.banner-button {
    background-color: #85BFE8;
    color: white;
    border: none;
    padding: 12px 36px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.banner-button:hover {
    background-color: #6ba3d8;
}

/* 通栏广告2自适应样式 */
@media (min-width: 1440px) {
    .banner-text-right button {
        margin-top: 50px !important;
    }
    
    .banner-text-right h3 {
        white-space: nowrap !important;
        margin-bottom: 25px !important;
    }
    
    .banner-text-left h3 {
        white-space: nowrap !important;
        margin-bottom: 25px !important;
    }
}

@media (max-width: 1024px) {
    .banner-content-right {
        width: 50% !important;
        padding-right: 3% !important;
    }
    
    .banner-text-right h3 {
        font-size: 36px !important;
        margin-bottom: 20px !important;
    }
    
    .banner-button {
        padding: 10px 30px !important;
        font-size: 14px !important;
    }
}

@media (max-width: 768px) {
    .banner-content-right {
        width: 100% !important;
        padding: 0 15px !important;
        text-align: center !important;
        justify-content: center !important;
    }
    
    .banner-text-right {
        text-align: center !important;
        align-items: center !important;
    }
    
    .banner-text-right h3 {
        font-size: 18px !important;
        margin-bottom: 8px !important;
        line-height: 1.2 !important;
    }
    
    .banner-text-right button {
        margin-top: 15px !important;
        padding: 5px 12px !important;
        font-size: 9px !important;
    }
}

@media (max-width: 576px) {
    .banner-text-right h3 {
        font-size: 16px !important;
        margin-bottom: 6px !important;
        line-height: 1.1 !important;
    }
    
    .banner-text-right button {
        margin-top: 10px !important;
        padding: 4px 10px !important;
        font-size: 8px !important;
    }
}


.banner-button-green {
    background-color: #85BFE8;
}

.banner-button-green:hover {
    background-color: #73a3d8;
}


.banner-button-brown {
    background-color: #784932;
}

.banner-button-brown:hover {
    background-color: #5a3521;
}


.banner-content-left {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 40%; 
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 5%; 
    z-index: 10;
}

.banner-text-left {
    text-align: left;
    color: white;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.banner-text-left button {
    margin-top: 30px;
}

.banner-text-left h3 {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 25px;
    color: white;
}

.banner-text-left p {
    font-size: 28px;
    line-height: 1.5;
    margin-bottom: 30px;
    color: white;
}


@media (min-width: 1200px) {
    .banner-text-left h3 {
        font-size: 54px;
    }
    
    .banner-text-left p {
        font-size: 32px;
    }
    
    .banner-text-right h3 {
        font-size: 54px;
    }
}


@media (min-width: 992px) and (max-width: 1199px) {
    .banner-text-left h3 {
        font-size: 42px;
    }
    
    .banner-text-left p {
        font-size: 24px;
    }
    
    .banner-text-right h3 {
        font-size: 42px;
    }
}


@media (min-width: 769px) and (max-width: 991px) {
    .banner-text-left h3 {
        font-size: 36px;
    }
    
    .banner-text-left p {
        font-size: 20px;
    }
    
    .banner-text-right h3 {
        font-size: 36px;
    }
}


@media (max-width: 768px) {
    .banner-content-right {
        width: 90%; 
        padding-right: 5%;
        padding-left: 5%;
    }
    
    .banner-text-right h3 {
        font-size: 20px; 
        margin-bottom: 15px; 
    }
    
    .banner-text-right p {
        font-size: 14px; 
        line-height: 1.3; 
        margin-bottom: 15px; 
    }
    
    .banner-button {
        padding: 10px 30px; 
        font-size: 14px;
    }
    
    
    .banner-content-left {
        width: 90%; 
        padding-left: 5%;
        padding-right: 5%;
    }
    
    .banner-text-left h3 {
        font-size: 20px; 
    }
    
    .banner-text-left p {
        font-size: 14px; 
        line-height: 1.3;
    }
}

@media (max-width: 576px) {
    .banner-content-right {
        width: 95%; 
        padding-right: 2.5%;
        padding-left: 2.5%;
    }
    
    .banner-text-right h3 {
        font-size: 18px; 
    }
    
    .banner-text-right p {
        font-size: 13px; 
    }
    
    
    .banner-content-left {
        width: 90%; 
        padding-left: 5%;
        padding-right: 5%;
    }
    
    .banner-text-left h3 {
        font-size: 20px; 
    }
    
    .banner-text-left p {
        font-size: 14px; 
        line-height: 1.5;
    }
}
 #text-image-1{
        background: url('../images/home_bg10.jpg') no-repeat center center;
        background-size: 100% 100%;
        min-height: 600px;
        padding: 40px 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
}
body.about-page  #text-image-1{
        background: url('../images/about_02.jpg') no-repeat center center;
        background-size: 100% 100%;
        min-height: 600px;
        padding: 40px 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
}
.tit{
    text-align: center;
    font-weight: 600;
    font-size: 48px;
    line-height: 1.2;
    color: #2d1a11;
    padding-top: 40px;
    padding-bottom: 20px;
    margin-bottom: 40px;
    margin-top: 20px;
}

.text-left{
    padding: 0 20px 0 170px;
    max-width: 800px;
    margin: 0;
    text-align: left;
    color: #3D3C3C;
    line-height: 1.6;
    font-style: italic;
    font-size: 31.2px;
}

.text-left p {
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 1.6;
    color: #2d1a11;
}

.subTitle{font-weight: 600;
    color: #000;
    font-size: 29.6px;
    padding: 0 20px 80px 170px;
    margin: 160px 0 0 0;
    text-align: left;
}

/* 响应式设计 */
@media (max-width: 1200px) {
    #text-image-1 {
        min-height: 500px;
        padding: 30px 15px;
    }
    
    .tit {
        font-size: 42px;
        padding-top: 30px;
        padding-bottom: 15px;
        margin-bottom: 30px;
        margin-top: 15px;
    }
    
    .subTitle {
        padding: 0 20px 60px 120px;
        font-size: 26px;
        margin-top: 45px;
    }
    
    .text-left {
        padding: 0 20px 0 120px;
        font-size: 26px;
    }
    
    .text-left p {
        font-size: 16px;
        margin-bottom: 12px;
    }
}

/* Image loading effect */
img {
    position: relative;
    overflow: hidden;
    transition: opacity 0.3s ease;
}

img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
    z-index: -1;
}

@keyframes shimmer {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

/* Ensure the effect is only applied when image is loading */
img[src] {
    background: none;
}

/* iPad Pro specific styles */
@media (max-width: 1366px) and (min-width: 1025px) {
    #text-image-1 {
        min-height: 450px;
        padding: 20px 20px;
    }
    
    .tit {
        padding-top: 20px;
        margin-top: 0;
    }
    
    /* Reduce whitespace below content2 */
    .content2 {
        min-height: auto;
        padding: 60px 70px;
    }
    
    /* Make home_dog.png smaller on iPad Pro */
    .text-image-1-mobile-image,
    .content31-mobile-image {
        max-width: 60%;
        margin: 20px auto 0;
    }
}

@media (max-width: 992px) {
    #text-image-1 {
        min-height: 450px;
        padding: 25px 15px;
    }
    
    .tit {
        font-size: 36px;
        padding-top: 25px;
        padding-bottom: 12px;
        margin-bottom: 25px;
        margin-top: 12px;
    }
    
    .subTitle {
        padding: 0 20px 50px 80px;
        font-size: 24px;
        margin-top: 35px;
    }
    
    .text-left {
        padding: 0 20px 0 80px;
        font-size: 22px;
    }
    
    .text-left p {
        font-size: 15px;
        margin-bottom: 10px;
    }
}

@media (max-width: 768px) {
    #text-image-1 {
        min-height: 400px;
        padding: 20px 10px;
        background: none;

    }
    
    .tit {
        font-size: 30px;
        padding-top: 20px;
        padding-bottom: 10px;
        margin-bottom: 20px;
        margin-top: 10px;
        text-align: center;
        padding-left: 0;
    }
    
    .subTitle {
        padding: 0 20px 20px 20px;
        font-size: 22px;
        text-align: center;
        margin-top: 15px;
        margin-bottom: 10px;
    }
    
    .text-left {
        padding: 0 20px;
        margin: 0 auto;
        text-align: center;
        font-size: 18px;
    }
    
    .text-left p {
        font-size: 18px;
        margin-bottom: 12px;
    }
}

@media (max-width: 576px) {
    #text-image-1 {
        min-height: 350px;
        padding: 15px 10px;
        background: none;

    }
    
    .tit {
        font-size: 24px;
        padding-top: 15px;
        padding-bottom: 8px;
        margin-bottom: 15px;
        margin-top: 8px;
        text-align: center;
        padding-left: 0;
    }
    
    .subTitle {
        padding: 0 20px 15px 20px;
        font-size: 20px;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 5px;
    }
    
    .text-left {
        padding: 0 15px;
        margin: 0 auto;
        text-align: center;
        font-size: 16px;
    }
    
    .text-left p {
        font-size: 16px;
        margin-bottom: 10px;
    }
}






.products-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.products-section h2 {
    font-size: 71px;
    padding-top: 220px;
    margin-bottom: 50px;
    color: #005691;
    font-weight: 700;
    padding-bottom: 80px;
}

@media (max-width: 1200px) {
    .products-section h2 {
        font-size: 56px;
        margin-top: 20px;
        margin-bottom: 40px;
    }
}

@media (max-width: 992px) {
    .products-section h2 {
        font-size: 48px;
        margin-top: 20px;
        margin-bottom: 35px;
    }
}

@media (max-width: 768px) {
    .products-section h2 {
        font-size: 36px;
        margin-top: 20px;
        margin-bottom: 30px;
    }
}

@media (max-width: 576px) {
    .products-section h2 {
        font-size: 28px;
        margin-top: 20px;
        margin-bottom: 25px;
    }
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 216px;
    margin-top: 40px;
}

.product-item {
    background-color: transparent;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.product-img {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-img img {
    width: 100%;
    height: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.product-item:hover .product-img img {
    transform: scale(1.05);
}

.product-info {
    padding: 25px;
    text-align: center;
}

.product-info h6 {
    font-size: 1rem;
    color: #666;
    margin-bottom: 10px;
}

.product-info h3 {
    font-size: 1.5rem;
    color: #2c3e50;
    margin-bottom: 15px;
}

.product-info p {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
}


.science-section {
    padding: 240px  0;
    background-image: url('../images/68.png');
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    text-align: left;
    min-height: auto;
    height: auto;
    z-index: 15;
    margin-top: -40px;
}

.science-section img {
    width: auto;
    height: auto;
    max-width: calc(100% - 217px);
    display: block;
    object-fit: contain;
    margin: 0 217px 0 0;
}

@media (max-width: 768px) {
    .science-section img {
        padding: 0 10px;
        max-width: calc(100% - 40px);
        margin: 0 20px 0 0;
    }
}

@media (max-width: 576px) {
    .science-section img {
        padding: 0 5px;
        max-width: calc(100% - 20px);
        margin: 0 10px 0 0;
    }
}

.science-section .container {
    margin: 0 auto;
    padding: 0 20px;
}

.science {
    width: 100%;
    text-align: left;
}

.science img {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
    object-fit: contain;
    margin: 0;
}

@media (max-width: 768px) {
    .science img {
        padding: 0 10px;
    }
}

@media (max-width: 576px) {
    .science img {
        padding: 0 5px;
    }
}


@media (max-width: 768px) {
    .science-section .container {
        padding: 0 10px;
    }
}

@media (max-width: 576px) {
    .science-section .container {
        padding: 0 5px;
    }
}

.science-content {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.science-image {
    flex: 0 0 auto;
    max-width: 45%;
}

.science-image img {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
    object-fit: cover;
}


@media (max-width: 992px) {
    .science-image {
        max-width: 100%;
        margin-bottom: 30px;
    }
    
    .science-content {
        flex-direction: column;
        align-items: center;
    }
}

.science-details {
    flex: 1;
}

.science-details .title1 {
    color: #85bfe8;
    margin-bottom: 20px;
    font-size: 48px;
    font-weight: bold;
    line-height: 1.3;
}

.science-details .title3 {
    width: 100%;
    max-width: 80%;
    margin: 0 0 20px 0;
    text-align: justify;
    font-size: 24px;
    color: #666;
    line-height: 1.2;
}


@media (max-width: 768px) {
    .science-details .title3 {
        max-width: 100%;
        padding: 0;
        margin: 0;
        text-align: left;
        font-size: 15px; 
        line-height: 1.5; 
    }
    .science-details .title1 {
        font-size: 32px; 
        padding: 0;
    }
}

@media (max-width: 576px) {
    .science-details .title3 {
        max-width: 100%;
        padding: 0;
        margin: 0;
        text-align: left;
        font-size: 14px; 
        line-height: 1.5; 
    }
    .science-details .title1 {
        font-size: 24px; 
        padding: 0;
    }
}

.science-details h2 {
    font-size: 2.2rem;
    margin-bottom: 20px;
    color: #2c3e50;
}

.science-details p {
    font-size: 1.4rem;
    color: #666;
}

.title3 a {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 24px;
    color: #85bfe8;
    padding: 5px 35px;
    border-radius: 24px;
    border: 2px solid #85bfe8;
    float: right;
    margin-top: 30px;
    display: inline-block;
    line-height: 1.5;
    text-decoration: none;
    transition: all 0.3s ease;
}


@media (max-width: 768px) {
    .title3 a {
        float: none;
        margin-top: 20px;
        display: block;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        font-size: 20px;
        padding: 5px 25px;
    }
}

.science-details ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.science-details li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 15px;
    font-size: 1.1rem;
    color: #666;
    line-height: 1.6;
}

.science-details li:before {
    content: '?';
    position: absolute;
    left: 0;
    color: #27ae60;
    font-weight: bold;
}


.text-image-section {
    position: relative;
    background: url('../images/0.png') no-repeat center center;
    background-size: 100%   100%;
    background-attachment: scroll;
    height: auto;
    min-height: 400px;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 40px;
    padding-top: 50px;
    margin-top: -50px;
    z-index: 5;
}

.image-container {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.image-container img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .image-container {
        flex-direction: column;
        gap: 10px;
    }
}

.text-image-1-mobile-image {
    display: none;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-top: 20px;
}

.text-image-1-mobile-image-gstp {
    display: none;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-top: 20px;
}

@media (max-width: 768px) {
    .text-image-1-mobile-image-gstp {
        display: block;
    }
}

/* iPad responsive styles */
@media (max-width: 1024px) and (min-width: 769px) {
    #text-image-1 {
        background: none;
    }
    
    .text-image-1-mobile-image,
    .text-image-1-mobile-image-gstp,
    .content31-mobile-image {
        display: none;
    }
}
.content31 {
    background: url(../images/home_bg11.png) no-repeat center center;
    background-size: cover;
    min-height: 933px;
    padding: 20px 0;
    margin-bottom: 0;
}
.title5 {
    text-align: center;
    font-weight: bold;
    font-size: 56px;
    line-height: 1.2;
    color: #3d3c3c;
    padding-top: 50px;
    margin-bottom: 30px;
}
.content12Left {
    width: 100%;
    max-width: 800px;
    padding: 60px 150px 0 20px;
    margin: 0 0 0 auto;
    text-align: left;
}

.content12Left p {
    font-size: 26px;
    line-height: 1.2;
    color: #3d3c3c;
    text-align: left;
    margin-bottom: 15px;
}

.article-quote {
    font-size: 24px;
    margin: 20px 0;
    text-align: center;
    color: #3d3c3c;
}

.content31-mobile-image {
    display: none;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-top: 20px;
}

@media (max-width: 1024px) {
    /* content31 iPad Air styles */
    .content31 {
        background: none;
    }
    
    .content31 .title5 {
        font-size: 40px;
    }
    
    .content12Left {
        max-width: 100%;
        padding: 40px 20px 0;
        margin: 0 auto;
    }
    
    .content12Left p {
        font-size: 18px;
        text-align: center;
    }
    
    /* Hide all images on mobile and iPad */
    .content31-mobile-image,
    .text-image-1-mobile-image,
    .text-image-1-mobile-image-gstp {
        display: none;
    }
}

@media (max-width: 768px) {
    .article-quote {
        font-size: 18px;
        margin: 15px 0;
    }
    
    /* content31 mobile styles */
    .content31 {
        min-height: auto;
        padding: 20px 15px;
    }
    
    .content31 .title5 {
        font-size: 36px;
        text-align: center;
    }
    
    .content12Left {
        max-width: 100%;
        padding: 40px 20px 0;
        margin: 0 auto;
    }
    
    .content12Left p {
        font-size: 18px;
        text-align: center;
        margin-bottom: 12px;
    }
}

@media (max-width: 576px) {
    .article-quote {
        font-size: 16px;
        margin: 10px 0;
    }
    
    /* content31 mobile styles */
    .content31 {
        padding: 15px 10px;
    }
    
    .content31 .title5 {
        font-size: 28px;
    }
    
    .content12Left {
        padding: 30px 15px 0;
    }
    
    .content12Left p {
        font-size: 16px;
        margin-bottom: 10px;
    }
}

@media (max-width: 1440px) {
    .text-image-section {
        min-height: 450px;
        padding: 50px 0;
    }
}

@media (max-width: 1200px) {
    .text-image-section {
        min-height: 400px;
        padding: 40px 0;
    }
}

@media (max-width: 992px) {
    .text-image-section {
        min-height: 350px;
        padding: 30px 0;
    }
}

@media (max-width: 768px) {
    .text-image-section {
        min-height: 300px;
        padding: 20px 0;
    }
}

@media (max-width: 576px) {
    .text-image-section {
        min-height: 250px;
        padding: 10px 0;
    }
}


.combined-background-section {
    background: url('../images/64.jpg') no-repeat center center;
    background-size: cover;
    background-attachment: fixed; 
    margin-right: auto;
    padding: 0;
    position: relative;
    min-height: 100vh; 
}

.content2 {
    position: relative;
    overflow: hidden;
    padding: 80px 70px; 
    min-height: 70vh; 
}


.shared-background-section {
    background: none;
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: auto;
}


.shared-background-section > * {
    background: none;
}

    #text-image-2 .text-image-content {
        flex-direction: column;
        text-align: center;
    }
    
    
    .text-content,
    #text-image-2 .text-content {
        margin-bottom: 15px; 
    }
    
     .image-content,#text-image-2 .image-content {
        width: 100%;
        max-width: 350px; 
        margin: 0 auto;
    }
    
    
     .image-content img {
        width: 100%; 
    }


.text-image-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.text-image-section .container {
    position: relative;
    z-index: 2;
}

.text-image-section .container img {
    width: auto;
    height: auto;
    max-width: 80%;
    display: block;
    object-fit: contain;
    margin: 0 0 30px 5%;
}

@media (max-width: 768px) {
    .text-image-section .container img {
        padding: 0 10px;
    }
}

@media (max-width: 576px) {
    .text-image-section .container img {
        padding: 0 5px;
    }
}

.text-image-section h2 {
    text-align: center;
    margin-bottom: 60px;
    font-size: 36px;
    color: #2c3e50;
    
}


@media (max-width: 992px) {
    .text-image-section h2 {
        font-size: 30px;
        margin-bottom: 40px;
        padding: 15px 0 40px 0; 
    }
}

@media (max-width: 768px) {
    .text-image-section h2 {
        font-size: 24px;
        margin-bottom: 30px;
        padding: 10px 0 30px 0; 
    }
}

@media (max-width: 576px) {
    .text-image-section h2 {
        font-size: 20px;
        margin-bottom: 20px;
        padding: 5px 0 20px 0; 
    }
}

.text-image-content {
    display: flex;
    align-items: center;
    gap: 40px;
    max-width: 1440px;
    padding: 0 40px;
}

.text-image-content-a{
     display: flex;
    align-items: center;
    gap: 40px;
    max-width: 1440px;
    padding: 20px 0;
    margin: 0 auto;
    width: 100%;
}

/* .text-image-content-a */
@media (max-width: 768px) {
    .text-image-content-a {
        flex-direction: column;
        gap: 20px;
        padding: 20px 15px;
    }
    
    .text-image-content-a .text-content {
        width: 100%;
        text-align: center;
    }
    
    .text-image-content-a .image-content {
        width: 100%;
        text-align: center;
    }
    
    .text-image-content-a .image-content img {
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 576px) {
    .text-image-content {
        padding: 0 10px;
        gap: 20px;
    }
    
    .text-image-content-a {
        padding: 15px 10px;
        gap: 15px;
    }
}

.text-content {
    flex: 1;
}

.text-content h2 {
    font-size: 48px;
  
    margin-bottom: 30px;
    color: #784932;
}

.text-content p {
    font-size: 24px;
    color: #666;
    line-height: 1.2;
    margin-bottom: 20px;
    text-align: justify;
}

.tw-btn {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.6rem;
    color: #784932;
    padding: 2px 35px;
    border-radius: 24px;
    border: 2px solid #784932;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.tw-btn:hover {
    color: #fff;
    background-color: #784932;
    text-decoration: none;
}

.footerBg {  
  background:url('../images/footer_bg2.jpg') no-repeat;
  background-size: cover;
  position: relative;
}
.footer1 {
  padding: 390px 30px 0 0;

}
.footer1 .footer-logo {
  position: absolute;
  top: 10px;
  left: 30px;
}
.footer1 .footer-logo img {
  max-width: 45%;
  height: auto;
  margin-top: 15%;
}


@media (max-width: 768px) {
  .footer1 .footer-logo img {
    max-width: 120px;
  }
  .footer1 .footer-logo {
    left: 20px;
    top: 15px;
  }
}

@media (max-width: 480px) {
  .footer1 .footer-logo img {
    max-width: 100px;
  }
  .footer1 .footer-logo {
    left: 15px;
    top: 20px;
  }
}
.footer1 .nav {
  padding-top: 32%;
}
.footer1 .nav a {
  font-size: 1.8rem;
  font-family: Dosis;
  font-weight: 500;
  margin: 0 30px;
  color: #fff;
  line-height: 1.5;
  text-decoration: none;
}


@media (max-width: 768px) {
    .footer1 .nav a {
        font-size: 1.4rem;
        margin: 0 15px;
    }
}

@media (max-width: 576px) {
    .footer1 .nav a {
        font-size: 1.2rem;
        margin: 0 10px;
    }
}

@media (max-width: 480px) {
    .footer1 .nav a {
        font-size: 1.1rem;
        margin: 0 8px;
    }
}
.footer1 .note {
  padding-top: 170px;
  text-align: center;
  color: #fff;
  font-size: 1.4rem; 
  line-height: 1.6;
}


@media (max-width: 768px) {
    .footer1 .note {
        font-size: 1.2rem;
    }
}

@media (max-width: 576px) {
    .footer1 .note {
        font-size: 1.0rem;
        padding-top: 100px; 
    }
}
.floatr {
    display: inline;
    float: right;
}


@media (max-width: 768px) {
    .text-content a {
        float: none;
        margin-top: 20px;
        display: block;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        font-size: 20px;
        padding: 5px 25px;
    }
    
    
    .text-content p {
        font-size: 1.2rem;
        line-height: 1.6;
    }
}

@media (max-width: 576px) {
    
    .text-content p {
        font-size: 1rem;
        line-height: 1.5;
    }
}

.text-content ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.text-content li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 15px;
    font-size: 1.1rem;
    color: #666;
    line-height: 1.6;
}

.text-content li:before {
   content: '?';
    position: absolute;
    left: 0;
    color: #27ae60;
    font-weight: bold;
}

.image-content {
    flex: 1;
}

.image-content img {
    width: 90%;
    height: auto;
    border-radius: 10px;
}


.faq-section {
    padding: 80px 0;
    background: url('../images/home_bg12.png') no-repeat center center fixed;
    background-size: cover;
    position: relative;
    text-align: center;
    background-color: #f5f5f5;
}

.faq-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.faq-section > * {
    position: relative;
    z-index: 2;
}

.faq-title {
    margin-bottom: 60px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.faq-title blockquote {
    font-size: 24px;
    line-height: 1.6;
    color: white;
    font-style: italic;
    margin: 0;
    padding: 0;
    font-weight: 500;
}


.faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}


.faq-card {
    background-image: url('../images/qa.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    font-family: Dosis-Medium;
}



.faq-question {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    border-top: 1px solid #e0e0e0;
    padding-top: 20px;
    margin-top: 20px;
}

.faq-answer {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-top: 15px;
}

.faq-question h3,
.faq-answer h3 {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin: 0;
    min-width: 30px;
    font-family: Dosis-Medium;
}

.faq-question p {
    font-size: 1.4rem;
    line-height: 1.2;
    color: #555;
    margin: 0;
    font-weight: bold;
    text-align: left;
    font-family: Dosis-Medium;
}

.faq-answer p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin: 0;
    text-align:justify;
    font-family: Dosis-Medium;
}


.faq-conclusion {
    margin-top: 40px;
}

.faq-conclusion p {
    font-size: 20px;
    color: white;
    font-style: italic;
    margin: 0;
}


@media (max-width: 1200px) {
    .story-section .container,
    .science-content,
    .text-image-content {
        max-width: 100%;
        padding: 0 30px;
    }
    
    .story-content h2,
    .science-details h2 {
        font-size: 2rem;
    }
    
    .text-content h2 {
        font-size: 2.2rem;
    }
}

@media (max-width: 992px) {
    
    .menu-toggle {
        display: block;
    }
    
    .nav-links {
        position: fixed;
        top: 0;
        right: -100%;
        width: 250px;
        height: 100vh;
        background-color: rgba(255, 255, 255, 0.95);
        flex-direction: column;
        padding: 80px 20px;
        transition: right 0.3s ease;
        z-index: 1000;
    }
    
    .nav-links.active {
        right: 0;
    }
    
    .nav-links a {
        color: #333;
    }
    
    
    .story-section .container {
        flex-direction: column;
        text-align: center;
    }
    
    .story-content {
        margin-left: 0;
    }
    
    .story-image {
        margin-left: 0;
        margin-top: 40px;
        text-align: center;
        padding-right: 0;
    }
    
    .story-image img {
        width: 100%;
        max-width: 100%;
        display: block;
        margin-right: 0;
    }
    
    
    .products-section .container {
        padding: 0 30px;
    }
    
    
    .science-content {
        flex-direction: column;
        text-align: center;
    }
    
    
    .text-image-content {
        flex-direction: column;
        text-align: center;
        padding-top: 0;
        margin-top: 0;
    }
    
    .text-content h2 {
        margin-top: 0;
    }
    
    
    .faq-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
}

@media (max-width: 768px) {
    
    .navbar {
        padding: 20px 15px;
    }
    
    
    .story-section {
        padding: 90px 0; 
    }
    
    
    .products-grid {
        gap: 40px;
        padding: 0 15px;
    }
    
    
    .science-section {
        padding: 60px 0;
    }
    
    
    .text-image-section {
        padding: 60px 0;
        background-attachment: scroll;
        min-height: auto;
    }
    
    
    .faq-title blockquote {
        font-size: 18px;
        line-height: 1.5;
    }
    
    .faq-title {
        margin-bottom: 40px;
    }
    
    .faq-card {
        padding: 30px 20px;
    }
}

@media (max-width: 576px) {
    
    .navbar {
        padding: 15px 10px;
        
    }
    
    
    .story-section {
        padding: 60px 0; 
        margin-top: -20px;
    }
    
    
    .science-section {
        padding: 40px 0;
    }
    
    
    .text-image-section {
        padding: 40px 0;
    }
    
    
    .faq-section {
        padding: 60px 0;
    }
    
    .faq-title blockquote {
        font-size: 16px;
        padding: 0 15px;
    }
    
    .faq-card {
        padding: 20px 15px;
    }
    
    .faq-question h3,
    .faq-answer h3 {
        font-size: 20px;
    }
    
    .faq-question p {
        font-size: 16px;
    }
    
    .faq-answer p {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .faq-question h3,
    .faq-answer h3 {
        font-size: 18px;
    }
    
    .faq-question p {
        font-size: 14px;
    }
    
    .faq-answer p {
        font-size: 13px;
    }
    
    .faq-title blockquote {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .faq-question h3,
    .faq-answer h3 {
        font-size: 16px;
    }
    
    .faq-question p {
        font-size: 13px;
    }
    
    .faq-answer p {
        font-size: 12px;
    }
    
    .faq-title blockquote {
        font-size: 16px;
    }
}




.home-73-section {
    background-image: url('../images/73.png');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    position: relative;
    width: 100%;
    height: auto;
    min-height: 100vh;
    margin: -50px auto 0;
    padding: 50px 0;
    overflow: hidden;
    z-index: 12;
}


.home-73-section h2 {
    position: relative;
    z-index: 2;
    text-align: center;
    font-size: 71px;
    font-weight: bold;
    color: #333;
    margin-top: 60px;
    margin-bottom: 0px;
}


.home-73-section img {
    position: relative;
    z-index: 2;
    display: block;
    max-width: calc(100% - 214px); 
    height: auto;
    margin: 100px auto 140px; 
    padding: 0 50px; 
}

.home-73-section p {
    position: relative;
    z-index: 2;
    text-align: center;
    font-size: 24px;
    color: #333;
    margin: 20px auto 60px;
    max-width: 800px;
    line-height: 1.5;
}


@media (max-width: 1920px) {
    .home-73-section {
        width: 100%;
        height: auto;
        min-height: 100vh;
    }
    
    .title5 {
        padding-top: 60px;
        margin-bottom: 40px;
    }
}


@media (max-width: 768px) {
    
    .home-73-section h2 {
        font-size: 36px;
        margin-top: 40px;
    }
    
    
    .home-73-section img {
        max-width: calc(100% - 40px); 
        margin: 60px auto 40px; 
        padding: 0 20px; 
    }
    
    .home-73-section p {
        font-size: 18px;
        margin: 15px auto 40px;
        max-width: calc(100% - 40px);
    }
    
    
    .home-73-section {
        padding: 20px 0;
    }
}


@media (max-width: 480px) {
    
    .home-73-section h2 {
        font-size: 28px;
        margin-top: 30px;
    }
    
    
    .home-73-section img {
        margin: 40px auto 30px; 
    }
    
    .home-73-section p {
        font-size: 16px;
        margin: 10px auto 30px;
    }
}







.link a {
    margin: 0 15px;
}


@media (max-width: 768px) {
    .footer-content {
        flex-direction: column;
        gap: 20px;
    }
    
    .footer-links ul {
        gap: 15px;
        flex-direction: column;
    }
    
    footer .container {
        padding: 20px 0;
    }
    
    footer .footer-logo img {
        max-width: 120px;
    }
    
    .footer-copyright p {
        font-size: 0.8rem;
    }
    
    footer .banner-full img {
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 480px) {
    footer {
        padding: 20px 0;
    }
    
    footer .container {
        padding: 15px 0;
    }
    
    .footer-content {
        gap: 15px;
    }
    
    .footer-links a {
        font-size: 0.9rem;
    }
    
    footer .footer-logo img {
        max-width: 100px;
    }
    
    .footer-copyright p {
        font-size: 0.75rem;
        text-align: center;
        padding: 0 20px;
    }
}


.content2 {
    position: relative;
    padding: 70px;
    background-image: url('../images/tybg.png');
    background-size: 100% 100%;
    background-repeat:repeat;
}

.content2Left {
    width: 600px;
    position: absolute;
    top: 20%;
    left: 10%;
    display: flex;
    align-items: center;
    gap: 50px;
}

.content2Left1 {
    font-size: 50px;
    color: #000;
    font-weight: 500;
    font-family: "Dosis", sans-serif;
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 500px;
}

.content2Left2 {
    flex: 0 0 auto;
    text-align: center;
    margin: 40px 0 20px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.content2Left1 li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.content2Left1 a {
    display: inline-block;
    margin-top: 20px;
}

.title-row {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: flex-end;
}

.tell-me {
    font-family: "Dosis", sans-serif;
    font-weight: 500;
    font-size: 40px;
    color: #000;
}

.your-story {
    font-family: "Dosis", sans-serif;
    font-weight: 500;
    font-size: 40px;
    color: #000;
    margin: 0;
    padding: 0;
    line-height: 1.2;
    text-align: right;
}


.content2Left2 {
    text-align: center;
    margin: 20px 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.content2Left2 .scroll-arrow {
    display: inline-block;
    margin-right: 0;
    margin-top: 0;
}

.content2Left2 .scroll-arrow img {
    cursor: pointer;
    transition: transform 0.3s ease;
    display: inline-block;
}

.content2Left2 .scroll-arrow img:hover {
    transform: scale(1.1);
}

.content2Right {
    width: 65%;
    float: right;
 
    text-transform: uppercase;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

#scrollable-list {
    display: flex;
    transition: transform 0.5s ease;
    margin: 0;
    padding: 0;
    list-style: none;
}

#scrollable-list li {
    margin-left: 75px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

#scrollable-list li:hover {
    transform: translateY(-5px);
}

#scrollable-list img {
    display: block;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
}

#scrollable-list li:hover img {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.content2Right .title_1,
.content2Right .title1 {
    font-size: 0.8rem;
    padding: 0.94rem 0 0.31rem;

    margin: 0;
    line-height: 1.6;
}

.content2Right .title2 {
    font-size: 1.125rem;
    font-weight: bold;
    color: #2d1a11;
    line-height: 1.5;
    padding-bottom: 10px;
}


@media (min-width: 1600px) {
    .content2Right {
        width: 90%;
        margin-right: -300px;
    }
    
    #scrollable-list li {
        margin-left: 40px;
    }
    
    #scrollable-list img {
        width: auto;
        height: 350px;
    }
}

@media (max-width: 1400px) {
    .content2 {
        padding: 80px 0 80px 100px;
        background-size: auto 100%;
    }
    
    .content2Left {
        width: auto;
        gap: 40px;
    }
    
    .content2Left1 {
        max-width: 400px;
        font-size: 45px;
    }
    
    .title-row {
        margin: 80px 0 0 120px;
        gap: 15px;
        justify-content: flex-end;
    }
    
    .tell-me,
    .your-story {
        font-size: 35px;
        text-align: right;
    }
    
    .content2Right {
       
        margin-right: 2%;
    }
    
    #scrollable-list li {
        margin-left: 50px;
    }
    

    
 
    .text-image-section {
        padding: 80px 0;
    }
}

@media (max-width: 1200px) {
    .content2 {
        padding: 60px 0 60px 80px;
        background-size: auto 100%;
        min-height: auto;
    }
    
    .content2Left {
        width: auto;
        gap: 30px;
    }
    
    .content2Left1 {
        max-width: 350px;
        font-size: 40px;
    }
    
    .title-row {
        margin: 80px 0 0 100px;
        gap: 15px;
        justify-content: flex-end;
    }
    
    .tell-me,
    .your-story {
        font-size: 35px;
        text-align: right;
    }
    
    .content2Right {
        
        margin-right: 2%;
    }
    
    #scrollable-list li {
        margin-left: 50px;
    }
    
    #scrollable-list img {
        width: 200px;
        height: auto;
    }
    

    

    .text-image-section {
        padding: 30px 0;
    }
    
    
    .combined-background-section {
        background-size: cover;
        background-position: center center;
        background-attachment: scroll;
    }
}

@media (max-width: 992px) {
    .content2 {
        padding: 40px;
        text-align: center;
        background-attachment: scroll;
        min-height: 400px;
        display: block;
    }
    
    .content2Left,
    .content2Left1,
    .content2Left2,
    .content2Right {
        float: none;
        width: 100%;
        margin: 0;
        position: static;
    }
    
    .content2Left {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    
    .content2Left1 {
        text-align: center;
        max-width: 100%;
        font-size: 35px;
    }
    
    .title-row {
        margin: 20px 0 0 0;
        gap: 10px;
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .tell-me,
    .your-story {
        font-size: 28px;
        text-align: center;
    }
    
    .your-story {
        margin-top: 10px;
        margin-bottom: 30px;
    }
    
    .content2Left2 {
        margin: 30px 0 10px;
    }
    
    .content2Right {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        margin-top: 30px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
    }
    
    #scrollable-list {
        display: inline-flex;
        padding-bottom: 10px;
    }
    
    #scrollable-list li {
        margin-left: 50px;
    }
    
    
    .content2Right::-webkit-scrollbar {
        display: none;
    }
    
    .content2Right {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    

    

    .text-image-section {
        padding: 60px 0;
    }
    
    
    .combined-background-section {
        background-attachment: scroll;
        background-size: cover;
        background-position: center center;
    }
}


@media (max-width: 576px) {
    .combined-background-section {
        background-size: cover;
        background-position: center top;
        background-attachment: scroll;
        min-height: 600px; 
    }
    
    .shared-background-section {
        padding: 0;
    }
    
    .text-image-section,
    #text-image-2.text-image-section {
        background: none;
        padding: 20px 0;
    }
}


@media (max-width: 768px) {
    .content2 {
        padding: 30px 20px;
        background-attachment: scroll;
        min-height: 400px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .content2Left {
        width: 100%;
        position: relative;
        left: 0;
        top: 0;
        text-align: center;
        margin-bottom: 30px;
    }
    
    .content2Left1 {
        font-size: 32px;
        max-width: 100%;
    }
    
    .content2Left1 .title {
        margin: 10px 0 20px 0;
        font-size: 28px;
    }
    
    .content2Left2 {
        margin: 10px 0;
        justify-content: center;
    }
    
    .content2Left2 .scroll-arrow {
        margin-right: 0;
        text-align: center;
        margin-top: 0;
    }
    
    .content2Left2 .scroll-arrow img {
        width: 35px;
        height: 35px;
    }
    
    .content2Right {
        width: 100%;
        margin-top: 20px;
        overflow-x: auto;
        white-space: nowrap;
    }
    
    #scrollable-list {
        display: flex;
        transition: transform 0.5s ease;
        margin: 0;
        padding: 0;
        list-style: none;
    }
    
    #scrollable-list li {
        margin-left: 30px;
        flex-shrink: 0;
    }
    
    #scrollable-list img {
        width: 160px;
        height: auto;
    }
    
    .content2Right p.title1 {
        font-size: 1rem;
        padding: 10px 0 3px;
        font-weight: bold;
        line-height: 1.3;
    }
    
    .content2Right .title2 {
        font-size: 16px;
    }
}


@media (max-width: 480px) {
    .content2 {
        padding: 20px 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .content2Left {
        width: 100%;
        position: relative;
        left: 0;
        top: 0;
        text-align: center;
        margin-bottom: 20px;
    }
    
    .content2Left1 {
        font-size: 28px;
        max-width: 100%;
    }
    
    .content2Left1 .title {
        font-size: 24px;
    }
    
    .content2Left2 {
        margin: 10px 0;
        justify-content: center;
    }
    
    .content2Right {
        width: 100%;
        margin-top: 20px;
        overflow-x: auto;
        white-space: nowrap;
    }
    
    #scrollable-list li {
        margin-left: 20px;
        flex-shrink: 0;
    }
    
    #scrollable-list img {
        width: 130px;
        height: auto;
    }
}


.article-title img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    max-height: 500px;
    object-fit: contain;
}


@media (max-width: 768px) {
    .article-title img {
        max-height: 300px;
        padding: 0 10px;
    }
}


.article-summary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 60px 20px;
    margin: 20px 0;
}


.summary-left {
    writing-mode: horizontal-tb;
    text-orientation: initial;
    display: flex;
    align-items: center;
    justify-content: center;
}

.summary-left h3 {
    font-size: 48px;
    font-weight: bold;
    color: #333;
    margin: 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1.2;
}


.summary-right {
    flex: 1;
    max-width: 800px;
}

.summary-right p {
    font-size: 24px;
    line-height: 1.8;
    color: #666;
    text-align: justify;
    margin: 0;
}


.article-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

/* ?*/
@media (max-width: 768px) {
    /* ?*/
    .article-summary {
        flex-direction: column;
        gap: 20px;
        padding: 40px 20px;
    }
    
    /*  */
    .summary-left {
        writing-mode: horizontal-tb;
        text-orientation: initial;
    }
    
    .summary-left h3 {
        font-size: 20px;
        letter-spacing: normal;
    }
    
    .summary-right p {
        font-size: 16px;
        line-height: 1.6;
    }
    
    .article-content {
        padding: 20px 15px;
        font-size: 15px;
    }
}

/*  */
@media (min-width: 769px) and (max-width: 1024px) {
    .article-summary {
        gap: 30px;
        padding: 50px 20px;
    }
    
    .summary-left h3 {
        font-size: 22px;
    }
    
    .summary-right p {
        font-size: 17px;
    }
}

/*  */
.article-text-image {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
}

/*  */
.text-image-title {
    font-size: 32px;
    font-weight: bold;
    color: #333;
    text-align: left;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/*  */
.text-image-text {
    margin-bottom: 30px;
}

.text-image-text p {
    font-size: 24px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 15px;
    text-align: justify;
}


/*  */
.text-image-picture {
    text-align: center;
    margin: 30px 0;
}

.text-image-picture img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    max-height: 500px;
    object-fit: contain;
}

/* ?*/
@media (max-width: 768px) {
    .article-text-image {
        padding: 0 15px;
    }
    
    .text-image-title {
        font-size: 24px;
        margin-bottom: 15px;
    }
    
    .text-image-text p {
        font-size: 16px;
        line-height: 1.6;
    }
    
    .text-image-picture img {
        max-height: 300px;
    }
}


.fishbone-section {
    padding: 80px 20px;
    background-color: #f5f5f5;
    position: relative;
    overflow: hidden;
}

.content33 {
  background:url('../images/home_bg13.png') no-repeat;
  background-size: cover;
  height: 1314px;
  position: relative;
}
.content33 .title {  
  font-size: 53px;
  text-align: center;
  color: #2d1a11;
  font-weight: bold;
  padding: 80px 0;
}
.content33 .number {
  font-weight: 300;
  font-size: 115px;
  color: #2D1A11;
  line-height: 1.1;
}
.content33 .subContent1 {
  width: auto;
  position: absolute;
  top: 20%;
  left: 10%;
  display: flex;
  align-items: flex-start;
  text-align: left;
  justify-content: flex-start;
  flex-wrap: nowrap;
}

.content33 .subContent1-01 {
  margin-right: 20px;
  text-align: left;
  flex-shrink: 0;
  margin-top: 20px;
  position: relative;
  width: auto;
}

.content33 .subContent1-01 > img:first-child {
  width: auto;
  height: auto;
  display: block;
  margin: 0;
  padding: 0;
  max-width: 200px;
}


.content33 .subContent1 .number-text-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0;
  margin-top: 0;
}

.content33 .subContent1 .number {
  margin-left: 0;
  text-align: left !important;
  color: #2D1A11;
  display: block;
  margin-bottom: 10px;
  margin-top: 0;
}

.content33 .subContent1 .text {
  margin-left: 0;
  text-align: left !important;
  color: #2D1A11;
  font-weight: bold;
  line-height: 1.5;
  font-size: 19.2px;
  display: block;
  margin-top: 0;
  margin-bottom: 0;
}
.content33 .subContent2 {
  width: 350px;
  position: absolute;
  top: 70%;
  left: 10%;
}
.content33 .subContent3 {
  width: 259px;
  position: absolute;
  top: 75.5%;
  left: 65.5%;
}

.content33 .subContent2 .number,
.content33 .subContent3 .number {
  margin-bottom: 20px;
}

.content33 .subContent2 .text,
.content33 .subContent3 .text {
  font-size: 19.2px;
  line-height: 1.5;
  font-weight: bold;
  color: #2D1A11;
}


.photo-wall-section {
    padding: 80px 0;
    background-color: #f9f9f9;
    text-align: center;
}

.photo-wall-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.photo-wall-section .section-title {
    font-size: 2.5rem;
    color: #2c3e50;
    margin-bottom: 50px;
    font-family: 'Dosis', sans-serif;
}

.photo-gallery {
    max-width: 100%;
    margin: 0 auto;
}

.gallery-row {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
    justify-content: center;
    flex-wrap: wrap;
}

.gallery-item {
    flex: 1;
    min-width: 280px;
    max-width: 400px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.gallery-item:hover {
    transform: translateY(-5px);
}

.gallery-item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 8px;
    display: block;
    transition: transform 0.3s ease;
}

.gallery-item:hover img {
    transform: scale(1.05);
}


@media (max-width: 1200px) {
    .gallery-row {
        gap: 20px;
        margin-bottom: 20px;
    }
    
    .gallery-item img {
        height: 250px;
    }
}

@media (max-width: 768px) {
    .photo-wall-section {
        padding: 60px 0;
    }
    
    .photo-wall-section .section-title {
        font-size: 2rem;
        margin-bottom: 40px;
    }
    
    .gallery-row {
        gap: 20px;
        margin-bottom: 20px;
    }
    
    .gallery-item {
        min-width: 100%;
        max-width: 100%;
    }
    
    .gallery-item img {
        height: 200px;
    }
}

@media (max-width: 576px) {
    .gallery-item img {
        height: 180px;
    }
}


.title-image-section {
    margin-top: -20px;
    padding: 40px 0 0;

    text-align: center;
}

.title-image-section .container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

.title-image-section .section-title {
    font-size: 2.5rem;
    color: #2c3e50;
    margin-bottom: 20px;
    font-family: 'Dosis', sans-serif;
    padding: 0 20px;
}

.title-image-section .image-container {
    width: 100%;
    max-width: 1486px;
    margin: 0 auto;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
}

.title-image-section img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 0;
    object-fit: contain;
    max-height: 742px;
    max-width: 1486px;
}


@media (max-width: 768px) {
    .title-image-section {
        padding: 30px 0 0;
    }
    
    .title-image-section .section-title {
        font-size: 2rem;
        margin-bottom: 20px;
        padding: 0 15px;
    }
    
    .title-image-section img {
        max-height: 742px;
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .title-image-section .section-title {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    .title-image-section img {
        max-height: 742px;
        max-width: 100%;
    }
}



body.guide-page .text-image-section,
body.guide-page .content2 {
    background: none;
}

body.guide-page .text-content {
    width: 806px;
    height: 650px;
    margin-top: 220px;
}



.article-page header {
    background-image: url('../images/9.jpg');
}


.article-module {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 240px;
    padding-bottom: 100px;
}

/* article-page */
.article-page main {
    padding: 0;
}

.article-module {
    width: 100%;
    overflow: hidden;
}

.article_c {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/*  */
@media (max-width: 768px) {
    .article_c {
        padding: 0 15px;
    }
    
    .article-module {
        padding: 20px 0;
    }
    
    /*  */
    .article-title h2 {
        font-size: 24px !important;
        padding: 0 10px;
    }
    
    .article-title p {
        font-size: 14px;
        padding: 0 15px;
        text-align: center;
    }
    
    /*  */
    .article-summary {
        flex-direction: column;
        gap: 20px;
        padding: 30px 15px;
    }
    
    .summary-left {
        writing-mode: horizontal-tb;
        text-orientation: initial;
    }
    
    .summary-left h3 {
        font-size: 20px;
        text-align: center;
        word-spacing: normal;
    }
    
    .summary-right p {
        font-size: 16px;
        line-height: 1.6;
    }
    
    /*  */
    .article-content {
        padding: 20px 15px;
    }
    
    .article-content p {
        font-size: 16px;
        line-height: 1.6;
    }
    
    /*  */
    .article-text-image {
        padding: 0 15px;
    }
    
    .text-image-title {
        font-size: 24px;
        text-align: center;
    }
    
    .text-image-text p {
        font-size: 16px;
        line-height: 1.6;
    }
    
    .text-image-picture img {
        max-height: 300px;
    }
}

/*  */
@media (max-width: 480px) {
    .article_c {
        padding: 0 10px;
    }
    
    .article-title h2 {
        font-size: 20px !important;
    }
    
    .article-title p {
        font-size: 13px;
    }
    
    .summary-right p {
        font-size: 15px;
    }
    
    .article-content p {
        font-size: 15px;
    }
    
    .text-image-title {
        font-size: 22px;
    }
    
    .text-image-text p {
        font-size: 15px;
    }
    
    .text-image-picture img {
        max-height: 250px;
    }
}



.article-title p {
    text-align: center;
}

/* 可追溯成分模块样式 */
.ingredients-module {
    padding: 40px 0;
    background: transparent;
}

.ingredients-title {
    text-align: center;
    font-size: 48px;
    font-weight: bold;
    color: #333;
    margin-bottom: 40px;
    font-family: 'Dosis', sans-serif;
    padding:30px 0;
}

.ingredients-pages {
    position: relative;
}

.ingredients-page {
    display: none;
}

.ingredients-page.active {
    display: block;
}

.ingredients-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.ingredient-card {
    background-color: rgba(255, 255, 255, 0.95);
    border: 1px dashed #ddd;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ingredient-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.ingredient-image {
    position: relative;
    padding-top: 70%;
    overflow: hidden;
}

.ingredient-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.ingredient-card:hover .ingredient-image img {
    transform: scale(1.05);
}

.ingredient-info {
    padding: 20px;
    text-align: center;
}

.ingredient-type-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.ingredient-type {
    font-size: 14px;
    color: #0f0101;
    text-transform: uppercase;
    margin: 0;
    font-weight: bold;
}

.ingredient-name {
    font-size: 16px;
    font-weight: bold;
    color: #19528d;
    margin: 0;
}

.ingredient-origin {
    font-size: 14px;
    color: #666;
}

.percentage {
    position: absolute;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.percentage-red {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: red;
    color: white;
    font-size: 18px;
    width: 60px;
    height: 60px;
}

.percentage-big {
    position: static;
    background-color: transparent;
    color: red;
    font-size: 24px;
    margin-top: 10px;
    transform: none;
}

.ingredients-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 140px;
    gap: 10px;
}

.page-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
    cursor: pointer;
    transition: all 0.3s ease;
}

.page-dot.active {
    background-color: #333;
    width: 16px;
    height: 16px;
}

/* 响应式设计 */
@media (max-width: 1200px) {
    .ingredients-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .ingredients-title {
        font-size: 42px;
    }
}

@media (max-width: 992px) {
    .ingredients-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ingredients-title {
        font-size: 36px;
        margin-bottom: 40px;
    }
    
    .ingredients-module {
        padding: 60px 0;
    }
}

@media (max-width: 768px) {
    .ingredients-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 15px;
    }
    
    .ingredients-title {
        font-size: 28px;
        margin-bottom: 30px;
    }
    
    .ingredients-module {
        padding: 40px 0;
    }
    
    .ingredient-info {
        padding: 15px;
    }
    
    .ingredient-type {
        font-size: 12px;
    }
    
    .ingredient-name {
        font-size: 14px;
    }
    
    .ingredient-origin {
        font-size: 12px;
    }
    
    .percentage-red {
        width: 50px;
        height: 50px;
        font-size: 16px;
    }
    
    .percentage-big {
        font-size: 20px;
    }
}

@media (max-width: 576px) {
    .ingredients-title {
        font-size: 24px;
    }
    
    .ingredients-module {
        padding: 30px 0;
    }
    
    .page-dot {
        width: 10px;
        height: 10px;
    }
    
    .page-dot.active {
        width: 14px;
        height: 14px;
    }
}

/* 产品页面背景图 */
.tt {
    background-image: url('../images/749.png');
    background-size: cover;

    background-repeat: no-repeat;
    height: auto;
    padding: 200px 0;
    min-height: 4800px;
    margin-top: -150px;
    position: relative;
    z-index: 20;
    height: 6000px;
}

/* 产品页面头部背景图 */
.product-page header {
    background-image: url('../images/header_bg4.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 10;
    position: relative;
    min-height: 500px;
}

.product-page .banner-text {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
    max-width: 1200px;
    color: white;
}

/* 手机端显示 banner-text 并更换背景图片 */
@media (max-width: 768px) {
    .product-page {
        background-size: cover;
    }
    
    .tt {
        background-size: cover;
    }
    
    .product-page header {
        background-image: url('../images/product_banner.jpg');
    }
    
    .product-page .banner-text {
        display: block;
        top: 40%;
    }
}

/* 产品模块样式 */
.product-section {
    padding: 40px 0;
    background: transparent;
}

/* 用法图标样式 */
.usage-icons {
    display: flex;
    gap: 20px;
    flex-wrap: nowrap;
    margin-top: 15px;
    justify-content: center;
    align-items: center;
    overflow-x: auto;
}

.usage-img {
    width: 100px;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.usage-img:hover {
    transform: scale(1.05);
}

.product-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
}

/* 产品标题和分类 */
.product-header {
    text-align: center;
    margin: 100px 0;
}

.product-header h2 {
    font-size: 48px;
    font-weight: bold;
    color: #005691;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.product-tabs {
    display: flex;
    justify-content: center;
    gap: 20px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 15px;
    margin-bottom: 40px;
}

.product-tabs .tab {
    font-size: 14px;
    color: #666;
    cursor: pointer;
    padding: 8px 15px;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.product-tabs .tab.active {
    color: #005691;
    border-bottom-color: #005691;
    font-weight: bold;
}

.product-tabs .tab:hover {
    color: #005691;
}

/* 产品内容 */
.product-content {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

/* 产品图片 */
.product-image {
    flex: 0 0 400px;
}

.product-image img {
    max-width: 100%;
    height: auto;
    display: block;
}

.product-variants {
    display: flex;
    gap: 10px;
    margin-top: 20px;
    justify-content: center;
}

.product-variants img {
    width: 60px;
    height: auto;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    box-shadow: none;
}

.product-variants img:hover {
    border-color: #005691;
    transform: translateY(-3px);
}

/* 激活状态的变体图片 */
.product-variants img.active {
    border-color: #005691;
    box-shadow: 0 0 0 2px rgba(0, 86, 145, 0.3);
    transform: translateY(-3px);
}

/* 产品内容容器 */
.product-content-container {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    padding: 30px;
}

/* 产品内容默认隐藏，只有激活状态显示 */
.product-content {
    display: none;
}

.product-content.active {
    display: flex;
    animation: fadeIn 0.5s ease-in-out;
}

/* 淡入动画 */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* 产品详细信息 */
.product-details {
    flex: 1;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
}

/* 产品规格 */
.product-specs {
    text-align: right;
    margin-bottom: 30px;
}

.product-specs h3 {
    font-size: 18px;
    color: #005691;
    font-weight: bold;
    margin: 0;
}

/* 活性成分表格 */
.ingredients-table {
    margin-bottom: 30px;
}

.ingredients-table h4 {
    font-size: 24px;
    color: #005691;
    margin-bottom: 20px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ingredients-table table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.ingredients-table th,
.ingredients-table td {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
}

.ingredients-table th {
    background-color: #f0f0f0;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.5px;
}

.ingredients-table td {
    color: #000;
    font-weight: bold;
}

/* 非活性成分 */
.inactive-ingredients {
    margin-bottom: 30px;
}

.inactive-ingredients h4 {
    font-size: 20px;
    color: #333;
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.inactive-ingredients p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

/* 使用说明 */
.usage-instructions {
    margin-top: 30px;
}

.usage-instructions h4 {
    font-size: 20px;
    color: #333;
    margin-bottom: 20px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.instructions-grid {
    display: flex;
    gap: 40px;
    margin-bottom: 30px;
}

.instruction-column {
    flex: 1;
}

.instruction-column h5 {
    font-size: 16px;
    color: #005691;
    margin-bottom: 10px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.instruction-column p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

/* 使用图标 */
.usage-icons {
    
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.usage-item {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.usage-icon {
    font-size: 12px;
    font-weight: bold;
    color: #005691;
    text-transform: uppercase;
}

.usage-desc {
    font-size: 14px;
    color: #666;
}

/* 使用步骤 */
.usage-steps {
    display: flex;
    gap: 30px;
    justify-content: center;
    margin-top: 30px;
}

.step-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
}

.step-item img {
    width: 80px;
    height: auto;
    cursor: pointer;
    transition: all 0.3s ease;
}

.step-item img:hover {
    transform: translateY(-5px);
}

.step-item p {
    font-size: 14px;
    color: #666;
}

/* 移动端布局：两排两列 */
@media (max-width: 768px) {
    .usage-steps {
        flex-wrap: wrap;
        gap: 30px;
        justify-content: center;
    }
    
    .step-item {
        flex: 0 0 calc(50% - 15px);
        max-width: calc(50% - 15px);
        margin-bottom: 20px;
    }
    
    .step-item img {
        width: 60px;
    }
}

/* 响应式设计 */
@media (max-width: 1200px) {
    .product-container {
        padding: 0 20px;
    }
    
    .product-content {
        gap: 40px;
    }
    
    .product-image {
        flex: 0 0 350px;
    }
    
    .instructions-grid {
        flex-direction: column;
        gap: 20px;
    }
}

@media (max-width: 992px) {
    .product-content {
        flex-direction: column;
        align-items: center;
    }
    
    .product-image {
        flex: 0 0 auto;
        width: 100%;
        max-width: 400px;
    }
    
    .product-tabs {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .product-tabs .tab {
        font-size: 12px;
        padding: 6px 12px;
    }
    
    .usage-steps {
        flex-wrap: wrap;
        gap: 20px;
    }
    
    .usage-icons {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .product-section {
        padding: 40px 0;
    }
    
    .product-container {
        padding: 0 20px;
    }
    
    .product-header h2 {
        font-size: 28px;
    }
    
    .product-details {
        padding: 20px;
    }
    
    .product-variants img {
        width: 50px;
    }
    
    .usage-steps {
        flex-wrap: wrap;
        flex-direction: row;
        gap: 30px;
        justify-content: center;
    }
    
    .step-item {
        flex: 0 0 calc(50% - 15px);
        max-width: calc(50% - 15px);
        margin-bottom: 20px;
    }
    
    .step-item img {
        width: 60px;
    }
}

@media (max-width: 480px) {
    .product-header h2 {
        font-size: 24px;
    }
    
    .product-tabs {
        gap: 5px;
    }
    
    .product-tabs .tab {
        font-size: 11px;
        padding: 5px 10px;
    }
    
    .ingredients-table table {
        font-size: 12px;
    }
    
    .ingredients-table th,
    .ingredients-table td {
        padding: 8px;
    }
}

/* 新模块：Motor System Solution & Delivery Technology */
.motor-tech-module {
    padding: 40px 0;
    background: transparent;
    position: relative;
    overflow: hidden;
}

.motor-tech-titles {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    text-align: center;
    gap: 40px;
    max-width: 1400px;
    margin: 0 auto 40px;
    padding: 0 20px;
    position: relative;
    z-index: 10;
}

.tech-title {
    flex: 1;
    position: relative;
}

.tech-title h3 {
    font-size: 24px;
    color: #080000;
    margin-bottom: 10px;
    font-weight: 400;
    position: relative;
    display: inline-block;
    font-weight: bold;
}

.tech-title h3::before,
.tech-title h3::after {
    content: '"';
    color: #333;
    font-weight: bold;
}

.tech-title h2 {
    font-size: 48px;
    color: #333;
    font-weight: bold;
    margin: 0;
    padding-bottom: 50px;
}

.motor-tech-content {
    display: flex;
    gap: 40px;
    margin-bottom: 60px;
    max-width: 1400px;
    margin: 0 auto 60px;
    padding: 0 20px;
    position: relative;
    z-index: 10;
}

.tech-section {
    flex: 1;
    background-color: white;
    border: 1px dashed #ddd;
    border-radius: 8px;
    padding: 30px;
    display: flex;
    gap: 30px;
    overflow: hidden;
}

.left-section {
    flex-direction: row;
    background-image: url('../images/dog_bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
}

.right-section {
    flex-direction: row;
    background-image: url('../images/cell_matrix.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
}

.tech-list {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.tech-item {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.tech-icon {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.tech-item p {
    font-size: 14px;
    color: #666;
    margin: 0;
    line-height: 1.4;
}

.tech-description {
    flex: 1;
}

.tech-description h3 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 15px;
}

.tech-description p {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
    line-height: 1.5;
}

.tech-description ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tech-description ul li {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}

.tech-description ul li::before {
    content: '-';
    position: absolute;
    left: 0;
    color: #333;
    font-weight: bold;
}

.tech-image {
    flex: 0 0 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 8px;
}

.tech-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.tech-image img:hover {
    transform: scale(1.05);
}

.tech-labels {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    margin-top: 40px;
    max-width: 1400px;
    margin: 150px auto 0;
    padding: 0 20px;
    position: relative;
    z-index: 10;
}

.label-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
    flex: 0 0 calc(25% - 30px);
    max-width: calc(25% - 30px);
}

.label-icon {
    font-size: 32px;
    margin-bottom: 10px;
}

.label-item p {
    font-size: 14px;
    color: #666;
    margin: 0;
    text-align: center;
}

/* 响应式设计 */
@media (max-width: 1200px) {
    .motor-tech-content {
        flex-direction: column;
        gap: 30px;
    }
    
    .tech-section {
        flex-direction: column;
    }
    
    .tech-image {
        flex: 0 0 auto;
        width: 100%;
        margin-top: 20px;
    }
    
    .tech-labels {
        gap: 30px;
    }
    
    .label-item {
        flex: 0 0 calc(50% - 15px);
        max-width: calc(50% - 15px);
    }
}

@media (max-width: 768px) {
    .motor-tech-module {
        padding: 60px 0;
    }
    
    .motor-tech-titles {
        flex-direction: column;
        gap: 30px;
        margin-bottom: 40px;
    }
    
    .tech-title h2 {
        font-size: 24px;
    }
    
    .tech-section {
        padding: 20px;
    }
    
    .left-section {
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
    
    .tech-labels {
        gap: 20px;
        margin-top: 30px;
    }
    
    .label-item {
        flex: 0 0 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }
    
    .label-icon {
        font-size: 28px;
    }
    
    .label-item p {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .motor-tech-module {
        padding: 40px 0;
    }
    
    .tech-title h2 {
        font-size: 20px;
    }
    
    .tech-section {
        padding: 15px;
    }
    
    .tech-labels {
        gap: 15px;
    }
    
    .label-item {
        flex: 0 0 calc(50% - 7.5px);
        max-width: calc(50% - 7.5px);
    }
}

/* 新模块：Global Standard Production Certification */
.certification-module {
    padding: 10px 0;
    background: transparent;
    position: relative;
    overflow: hidden;
}

.certification-image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 100%;
    padding: 20px 0;
}

.certification-image img {
    max-width: 100%;
    height: auto;
    display: block;
}

.certification-title {
    font-size: 63px;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    z-index: 10;
}

.certification-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    max-width: 1400px;
    margin: 150px auto;
    padding: 0 20px;
    position: relative;
    z-index: 10;
}

.certificate-item {
    border: 1px dashed #ddd;
    border-radius: 8px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.certificate-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.certificate-image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.certificate-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
    height: 563px;
    transition: transform 0.3s ease;
}

.certificate-item:hover .certificate-image img {
    transform: scale(1.05);
}



/* 响应式设计 */
@media (max-width: 1200px) {
    .certification-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }
    
    .certification-title {
        font-size: 28px;
    }
    
    .certificate-image img {
        max-height: 220px;
    }
}

@media (max-width: 768px) {
    .certification-module {
        padding: 60px 0;
    }
    
    .certification-title {
        font-size: 24px;
        margin-bottom: 40px;
    }
    
    .certification-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 0 15px;
    }
    
    .certificate-item {
        padding: 20px;
    }
    
    .certificate-image img {
        max-height: 200px;
    }
    
    /* 隐藏装饰元素 */
    .certification-module::before {
        display: none;
    }
}

@media (max-width: 480px) {
    .certification-module {
        padding: 40px 0;
    }
    
    .certification-title {
        font-size: 20px;
        margin-bottom: 30px;
    }
    
    .certificate-item {
        padding: 15px;
    }
    
    .certificate-image img {
        max-height: 180px;
    }
}

/* 新模块：客户评价 */
.testimonials-module {
    margin-bottom: 150px;
    padding: 40px 0;
    background: transparent;
}

.testimonials-title {
    font-size: 63px;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin-bottom: 140px;
    position: relative;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.testimonial-card {
    background-color: white;
    border: 1px dashed #ddd;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.testimonial-image {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.testimonial-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.testimonial-card:hover .testimonial-image img {
    transform: scale(1.05);
}

.testimonial-content {
    padding: 30px;
}

.testimonial-rating {
    color: #ffd700;
    font-size: 18px;
    margin-bottom: 15px;
    letter-spacing: 5px;
}

.testimonial-title {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: left;
}

.testimonial-text {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}

.testimonial-author {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    text-align: right;
}

/* 响应式设计 */
@media (max-width: 1200px) {
    .testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    
    .testimonials-title {
        font-size: 28px;
    }
    
    .testimonial-image {
        height: 220px;
    }
}

@media (max-width: 768px) {
    .testimonials-module {
        padding: 60px 0;
    }
    
    .testimonials-title {
        font-size: 24px;
        margin-bottom: 40px;
    }
    
    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 15px;
    }
    
    .testimonial-image {
        height: 200px;
    }
    
    .testimonial-content {
        padding: 20px;
    }
    
    .testimonial-rating {
        font-size: 16px;
        letter-spacing: 3px;
    }
    
    .testimonial-title {
        font-size: 16px;
    }
    
    .testimonial-text {
        font-size: 13px;
    }
    
    .testimonial-author {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .testimonials-module {
        padding: 40px 0;
    }
    
    .testimonials-title {
        font-size: 20px;
        margin-bottom: 30px;
    }
    
    .testimonial-image {
        height: 180px;
    }
    
    .testimonial-content {
        padding: 15px;
    }
}

/* About Page Styles */
header.about-header {
    background-size: cover;
    background-image: url('../images/header_bg3.jpg');
}

.faq-section.about-faq-section {
    background-image: url('../images/8.jpg');
    background-size: 100% 100%;
    background-position: center center;
}

body.about-page .text-image-section {
    margin-bottom: 0;
}

.shared-background-section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 768px) {
    .shared-background-section {
        padding-top: 50px;
    }
}

.veterinary-team {
    margin-top: 60px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    background-image: url('../images/1.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 30px;
    display: block;
    padding: 20px;
    position: relative;
}

.member-info {
    color: black;
}

.veterinary-team p {
    color: black;
}

.team-row {
    display: flex;
    justify-content: space-around;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.team-member {
    width: 31%;
    text-align: left;
    padding: 0 10px;
    box-sizing: border-box;
}

.member-image {
    width: 100%;
    height: 300px;
    background-color: #f5f5f5;
    margin: 10px 0;
    background-size: cover;
    background-position: center;
}

.team-row:first-child .member-image {
    margin-top: 30px;
}

.team-row:first-child .team-member:first-child .member-image {
    background-image: url('../images/about_img1.jpg');
}

.team-row:first-child .team-member:nth-child(2) .member-image {
    background-image: url('../images/about_img2.jpg');
}

.team-row:first-child .team-member:nth-child(3) .member-image {
    background-image: url('../images/about_img3.jpg');
}

.team-row:nth-child(2) .team-member:first-child .member-image {
    background-image: url('../images/about_img4.jpg');
}

.team-row:nth-child(2) .team-member:nth-child(2) .member-image {
    background-image: url('../images/about_img5.jpg');
}

.team-row:nth-child(2) .team-member:nth-child(3) .member-image {
    background-image: url('../images/about_img6.jpg');
}

.specialization {
    font-size: 12px;
    margin-bottom: 5px;
    opacity: 0.8;
}

.specialty {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}

.name {
    font-size: 16px;
    font-weight: bold;
}

@media (max-width: 992px) {
    .team-member {
        width: 48%;
    }
}

@media (max-width: 768px) {
    .team-member {
        width: 100%;
    }
    
    .member-image {
        height: 250px;
    }
}

@media (max-width: 480px) {
    .member-image {
        height: 200px;
    }
}

.faq-conclusion .scientific-advisory-board {
    font-size: 71px;
    font-weight: bold;
    margin-bottom: 20px;
    color: white;
    font-style: normal;
}

@media (max-width: 768px) {
    .faq-conclusion .scientific-advisory-board {
        font-size: 36px;
        margin-bottom: 15px;
        color: white;
    }
}

/* Guide Page Styles */
body.guide-page .text-image-section h2 {
    color: #000000;
}

body.guide-page .tw-btn {
    color: #000000;
    border-color: #000000;
    padding: 0 35px;
}

body.guide-page .tw-btn:hover {
    color: #fff;
    background-color: #000000;
}

body.guide-page .image-content img[src="../images/49.jpg"] {
    opacity: 0.5;
}

body.guide-page .text-image-section {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

body.guide-page .text-image-section::after {
    display: none !important;
}

body.guide-page .content2 {
    padding-top: 30px;
    margin-top: 100px;
}

body.guide-page .text-content {
    height: auto;
    margin-top: 100px;
}



body.guide-page .social-icons {
    display: inline-flex;
    align-items: center;
    margin-left: auto;
    gap: 15px;
    vertical-align: middle;
}

body.guide-page .social-icon {
    display: inline-block;
}

body.guide-page .social-icon img {
    width: 30px;
    height: auto;
    vertical-align: middle;
    transition: transform 0.3s ease;
}

body.guide-page .social-icon:hover img {
    transform: scale(1.1);
}

body.guide-page .button-and-icons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

@media (max-width: 768px) {
    body.guide-page .text-image-content {
        flex-direction: column;
        gap: 20px;
        margin-top: 50px !important;
    }
    
    body.guide-page .text-content {
        width: 100% !important;
        height: auto !important;
        margin-top: 20px !important;
        padding: 0 15px !important;
        box-sizing: border-box;
    }
    
    body.guide-page .text-content h2 {
        font-size: 24px !important;
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }
    
    body.guide-page .text-content p {
        font-size: 16px !important;
        line-height: 1.4 !important;
    }
    
    body.guide-page .image-content {
        width: 100% !important;
        height: auto !important;
        margin-top: 20px !important;
        box-sizing: border-box;
    }
    
    body.guide-page .image-content img {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box;
    }
    
    body.guide-page .button-and-icons {
        flex-direction: column;
        align-items: center;
        width: 100%;
        box-sizing: border-box;
    }
    
    body.guide-page .tw-btn {
        padding: 0 25px;
        font-size: 14px !important;
        display: inline-block;
        margin: 0 auto 15px;
    }
    
    body.guide-page .social-icons {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-top: 0;
        gap: 15px;
        width: 100%;
        flex-wrap: wrap;
        box-sizing: border-box;
    }
    
    body.guide-page .social-icon img {
        width: 25px;
        height: 25px;
        max-width: none;
        box-sizing: border-box;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    body.guide-page .text-content {
        width: 100% !important;
        height: auto !important;
        margin-top: 100px !important;
    }
}

/* Page Header Backgrounds */
.guide-page header {
    background-image: url('../images/home_bg8.png');
    background-size: cover;
    background-position: center center;
}

.article-page header {
    background-image: url('../images/9.jpg');
}

/* Footer Styles */
footer {
    width: 100%;
    margin-top: auto;
    clear: both;
}

.footerBg {
    margin-top: -80px;
    background: url('../images/footer_bg1.png') no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    min-height: 400px;
    z-index: 5;
}

.footer1 {
    padding: 50px 30px 30px 30px !important;
    position: relative;
    min-height: 300px;
}

.footer1 .link {
    display: block;
    margin-bottom: 20px;
    text-align: right;
    position: absolute;
    right: 30px;
    top: 33%;
    transform: translateY(-50%);
}

.footer1 .link a {
    display: inline-block;
    margin: 0 10px;
}

.footer1 .link img {
    max-width: 35px;
    height: auto;
}

.floatr {
    position: absolute;
    right: 30px;
    top: calc(33% + 50px);
}

.footer1::after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width: 768px) {
    .footer1 {
        padding: 30px 20px 20px 20px !important;
        position: static;
        min-height: auto;
    }
    
    .footer1 .footer-logo {
        position: static;
        text-align: center;
        margin-bottom: 15px;
    }
    
    .footer1 .footer-logo img {
        max-width: 120px;
        margin-top: 0;
    }
    
    .footer1 .link {
        text-align: center;
        margin-bottom: 15px;
        position: static;
        transform: none;
    }
    
    .floatr {
        float: none;
        text-align: center;
        position: static;
    }
}

.footer1 .link {
    display: block !important;
    margin-bottom: 20px !important;
    text-align: right !important;
}

.footer1 .link a {
    display: inline-block !important;
    margin: 0 10px !important;
}

.footer1 .link img {
    max-width: 35px !important;
    height: auto !important;
}

/* 返回顶部按钮样式 */
.back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 60px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    font-size: 24px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: all 0.3s ease;
}

.back-to-top:hover {
    background-color: rgba(0, 0, 0, 0.9);
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.back-to-top.show {
    display: flex;
}

/* Home B image with overlay icons */
.home-b-with-icons {
    position: relative;
    display: inline-block;
    max-width: 100%;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}

.home-b-with-icons img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.social-icons-overlay {
    position: absolute;
    bottom: 35%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    padding: 8px 15px;
    border-radius: 5px;
    z-index: 10;

}

.social-icon {
    display: inline-block;
}

.social-icon img {
    object-fit: contain;
    transition: transform 0.3s ease;
    display: block;
}

.social-icon:hover img {
    transform: scale(1.1);
}

@media (max-width: 768px) {
    .social-icons-overlay {
        gap: 10px;
        padding: 5px 10px;
        bottom: 30%;
    }
    
    .social-icon img {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 480px) {
    .social-icons-overlay {
        gap: 8px;
        padding: 4px 8px;
        bottom: 30%;
    }
    
    .social-icon img {
        width: 18px;
        height: 18px;
    }
}
