.home_container .shop_title h3 {
    color: #602538;
    margin-top: 10px;
    font-size: 1.5rem;
    font-weight:bold;
}

.home_container .shop_title h1 {
    color: #602538;
    margin-top: 10px;
    font-size: 2.0rem;
    font-weight:bold;
}

.home_container .shop_title h4 {
    color: #602538;
    margin-top: 10px;
    font-size: 1.0rem;
    font-weight:bold;
}

.image-container2 {
    display: flex;
    padding: 0px 15% 0px 15%;
    flex-direction: column;
}

.image-container2 img {
    width: 100%;
}

.tag-image img {
    width: 80%;
}

.image-container {
    display: flex;
    /* width: 100%; */
    justify-content: center;
    gap: 80px; /* 图片间隔为100px */
    flex-wrap: wrap;
    padding: 30px;
    max-width: 1400px;
    margin: 0 auto;
}

.image-card {
    width: 150px;
    height: 225px;
}

.image-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
}


.image {
    position: absolute;
    width: 100%;
    height: 100%;
    /* backface-visibility: hidden; */
    border-radius: 15px;
    overflow: hidden;
    /* box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3); */

    background: #2c3e50;
    display: flex;
    /* align-items: center; */
    /* justify-content: center; */
}

/* 主要内容布局 */
.text-container {
    display: flex;
    /* padding: 40px; */
    position: relative;
    width:100%;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    /* gap: 80px; */
}

.text-container .card {
    /* background: white; */
    /* border-radius: 16px; */
    /* box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12); */
    /* overflow: hidden; */
    /* margin-bottom: 40px; */
    position: relative;
    width: 200px;
    /* height: 100px; */
    margin-left: 50px;
}

.text-container .content-wrapper {
    display: flex;
    /* padding: 40px; */
    position: relative;
}

.text-container .vertical-line {
    /* position: absolute;
    left: 35px;
    top: 40px;
    bottom: 40px; */
    height: 50px;
    width: 1px;
    background: linear-gradient(to bottom, #602538, #602538);
    /* border-radius: 4px; */
    /* box-shadow: 0 3px 8px rgba(52, 152, 219, 0.4); */
}

.text-container .content {
    display: flex;
    /* gap: 35px; */
    /* margin-left: 55px; */
    width: 100%;
}

.text-container .text-image-container {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
    position: relative;
}

.text-container .text-image-container img {
    width: 100%;
    height: 100%;
}

.text-container .text-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-left: 10px;
}

/* .text-container .text-top, .text-bottom {
    padding: 25px;
    border-radius: 12px;
    background: #f8f9fa;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
} */


.text-container .text-content p {
    color: #602538;
    font-size: 12px;
    line-height: 1.8;
}

.text-container .text-content .text-top p {
    color: #602538;
    font-size: 20px;
}

.company-about-us {
    display: flex;
    align-content: space-between;
    padding: 20px;
    /* height: 450px; */
    flex-direction: column;
}

.company-about-us .left {
    color:#6A0F2E;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    /* height: 100%; */
}

.company-about-us .left .tag-image {
    width: 100%;
}

.company-about-us .left .tag-image img {
    width: 100%;
}

.company-about-us .left > :last-child {
    margin-top: auto;
}

.company-about-us .left .about-us .zh {
    font-size: 2.5rem;
}

.company-about-us .left .about-us .en {
    font-size: 1.5rem;
}

.company-about-us .left .about-us-desc {
    font-size: 1.3rem;
    margin-top:20px;
    width: 100%;
}

.company-about-us .right {
    width: 100%;
}
.company-about-us .right img {
    width: 100%;
}

.company-about-us .about-us-tag {
    justify-content: center;
    align-items: center;
    display: flex;
    color: white;
    width: 100px;
    height: 30px;
    background: #6A0F2E;
}

.company-about-farm {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    /* margin-top: 50px; */
    /* height: 450px; */
    padding: 10px;
    background: #FFEAE9;
}

.company-about-farm .farm-image {
    width: 100%;
}

.company-about-farm .farm-image img {
    width: 100%;
}

.company-about-farm .farm-text {
    padding: 20px;
    color:#6A0F2E;
}

.company-about-farm .farm-text .en {
    font-size: 1.2rem;
}

.company-about-farm .farm-text .zh {
    font-size: 2.2rem;
}

.company-about-farm .farm-text .content {
    font-size: 1.08rem;
}

.company-about-farm .farm-text .content {
    font-size: 1.08rem;
}

.company-base-desc .advance {
    justify-content: center;
    align-items: center;
    display: flex;
    color: white;
    width: 150px;
    height: 40px;
    background: #6A0F2E;
    border-radius: 5px;
    font-size: 1.2rem;
}


.company-base-desc {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    /* margin-top: 50px; */
    /* height: 450px; */
    padding: 10px;
}

.company-base-desc .base-text {
    margin-top: 20px;
    width: 100%;
    font-size: 1.2rem;
    color:#6A0F2E;
}
.company-base-desc .base-text p {
    padding-top: 10px;
}

.company-base-desc .advance p {
    padding-top: 0;
}

.company-base-desc .base-image {
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
    width: 100%;
    /* gap: 10px; */
}

.company-base-desc .base-image img {
    width: 30%;
}

.contact-us {
    padding: 20px;
    display: flex;
    justify-self: center;
    flex-direction: column;
}

.contact-us img {
    width: 100%;
}

.contact-us .contact-us-text {
    margin-top: 20px;
    /* padding: 20px; */
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    color:#6A0F2E;
}

.contact-us .contact-us-text .qr-code {
    margin: auto;
    width: 80%;
}

.news-container {
    padding: 10px 10px 50px 10px;
    color:#6A0F2E;
}

.news-container .news-title {
    font-size: 2.2rem;
}

.news-container .news-block {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.news-container .news-block .title {
    font-size: 2.2rem;
}

.news-container .news-block .news-text {
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.news-container .news-block .news-text .content {
    width: 100%;
    font-size: 1.0rem;
    margin-top: 20px;
    color: #9C7283;
}

.news-container .news-image {
    width: 100%;
}

.news-container img {
    width: 100%;
}

.news-container .news-text .learn-more {
    margin-top:30px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.news-container .news-text .learn-more .published-time {
    margin-right:auto;
}

.news-container .news-text .learn-more .learn-more-btn {
    color: black;
    border: 1px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 100px; */
    border-style: solid;
    height: 30px;
}

.news-container .news-text .learn-more .published-time {
    font-size: 1.2rem;
}

.product-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.product-container .product-image {
    padding: 20px;
}

.product-container img {
    width: 100%;
}

.footer {
    bottom: 0px;
    position: fixed;
    width: 100%;    
}

@media (min-width: 576px) { 
    .home_container .shop_title h3 {
        margin-top: 10px;
        font-size: 2.0rem;
    }
    
    .home_container .shop_title h1 {
        color: #602538;
        margin-top: 10px;
        font-size: 3.0rem;
        font-weight:bold;
    }
    
    .home_container .shop_title h4 {
        margin-top: 10px;
        font-size: 1.3rem;
    }

    .image-container2 {
        padding: 0px 10% 0px 10%;
    }
    
    .contact-us .contact-us-text {
        font-size: 2.0rem;
    }
}


@media (min-width: 768px) {
    .home_container .shop_title h3 {
        margin-top: 10px;
        font-size: 2.0rem;
    }

    .home_container .shop_title h1 {
        color: #602538;
        margin-top: 10px;
        font-size: 3.0rem;
        font-weight:bold;
    }
    
    .home_container .shop_title h4 {
        margin-top: 10px;
        font-size: 1.3rem;
    } 

    .image-container2 {
        padding: 0px 10% 0px 10%;
        flex-direction: row;
    }

    .contact-us .contact-us-text {
        font-size: 2.8rem;
    }
}

@media (min-width: 992px) {
    .home_container .shop_title h3 {
        margin-top: 10px;
        font-size: 3.0rem;
    }

    .home_container .shop_title h1 {
        color: #602538;
        margin-top: 10px;
        font-size: 4.0rem;
        font-weight:bold;
    }
    
    .home_container .shop_title h4 {
        margin-top: 10px;
        font-size: 1.5rem;
    }

    .image-container2 {
        padding: 0px 10% 0px 10%;
        flex-direction: row;
    }

    .tag-image img {
        width: 70%;
    }

    .company-about-us {
        flex-direction: row;
    }
    
    
    .company-about-farm {
        flex-direction: row;
    }

    .company-base-desc {
        margin-bottom: 5%;
    }

    .contact-us {
        margin-top: 20px;
        flex-direction: row;
        align-items: center;
        padding: 0px;
    }
    
    .contact-us .contact-us-text {
        padding: 0px;
        width: 65%;
        font-size: 2.0rem;
    }
    
    .contact-us .contact-us-text .qr-code {
        width: 60%;
    }

    .news-container {
        padding-bottom: 80px;
    }

    .news-container .news-block {
        flex-direction: row;
    }

    .news-container .news-block .news-text .content {
        font-size: 1.8rem;
    }
}

@media (min-width: 1200px) {
    .image-container {
        gap: 70px;
    }
    
    .home_container .shop_title h3 {
        margin-top: 10px;
        font-size: 3.2rem;
    }

    .home_container .shop_title h1 {
        color: #602538;
        margin-top: 10px;
        font-size: 4.5rem;
        font-weight:bold;
    }
    
    .home_container .shop_title h4 {
        margin-top: 10px;
        font-size: 1.8rem;
    }

    .image-container2 {
        padding: 0px 10% 0px 10%;
        flex-direction: row;
    }

    .tag-image img {
        width: 60%;
    }

    .contact-us {
        margin-top: 20px;
        flex-direction: row;
        align-items: center;
        padding: 0px;
    }
    
    .contact-us .contact-us-text {
        padding: 0px;
        width: 65%;
        font-size: 2.0rem;
    }
    
    .contact-us .contact-us-text .qr-code {
        width: 60%;
    }

    .news-container {
        padding-bottom: 80px;
    }


    .news-container .news-title {
        font-size: 3.0rem;
    }

    .news-container .news-block {
        flex-direction: row;
    }

    .news-container .news-block .news-text .content {
        font-size: 1.8rem;
    }

    .news-container .news-text .learn-more .learn-more-btn {
        font-size: 1.5rem;
        height: 50px;
    }

    .news-container .news-text .learn-more .published-time {
        font-size: 1.8rem;
    }

    .news-container .news-block .title {
        font-size: 2.5rem;
    }
}

@media (min-width: 1400px) {
    .home_container .shop_title h3 {
        margin-top: 10px;
        font-size: 3.0rem;
    }

    .home_container .shop_title h1 {
        color: #602538;
        margin-top: 10px;
        font-size: 4.5rem;
        font-weight:bold;
    }
    
    .home_container .shop_title h4 {
        margin-top: 10px;
        font-size: 2.0rem;
    }

    .image-container2 {
        padding: 0px 15% 0px 15%;
        flex-direction: row;
    }

    .tag-image img {
        width: 50%;
    }

    .contact-us {
        margin-top: 20px;
        flex-direction: row;
        align-items: center;
        padding: 0px;
    }
    
    .contact-us .contact-us-text {
        padding: 0px;
        width: 65%;
        font-size: 3.0rem;
    }
    
    .contact-us .contact-us-text .qr-code {
        width: 50%;
    }

    .news-container {
        padding-bottom: 80px;
    }


    .news-container .news-block {
        flex-direction: row;
    }

    .news-container .news-title {
        font-size: 3.2rem;
    }

    .news-container .news-block .news-text .content {
        font-size: 1.8rem;
    }

    .news-container .news-text .learn-more .learn-more-btn {
        font-size: 1.5rem;
        height: 50px;
    }

    .news-container .news-text .learn-more .published-time {
        font-size: 1.8rem;
    }

    .news-container .news-block .title {
        font-size: 2.5rem;
    }
}