/* 【走进悠然】核心布局 */
.enter-youran {
    position: relative;
    display: grid;
    grid-template-columns: 0.4fr 0.6fr;
    align-items: center;
    margin: 40px 0;
    padding: 0 20px;
    gap: -40px;
}

/* 左侧图片（40%覆盖） */
.enter-youran-left {
    position: relative;
    z-index: 1;
}

.enter-youran-left img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
}

/* 右侧文字+虚线边框 */
.enter-youran-right {
    border: 2px dashed #e5e5e5;
    border-radius: 8px;
    background-color: #fff;
    z-index: 0;
    margin-left: -20%;
    padding-top: 5%;
    padding-left: 29%;
    padding-right: 5%;
    padding-bottom: 5%;
}

.enter-youran-title {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    color: #486c8c;
}

.zoujin {
    display: flex;
    color: #486C8C;
}

.zoujinzhong {
    font-size: 32px;
}

.zoujinying {
    margin-top: 5%;
    margin-left: 3px;
}

.enter-youran-title img {
    width: 36px;
    height: 36px;
    margin-right: 10px;
}



.enter-youran-desc {
    line-height: 1.6;
    margin-bottom: 25px;
    color: #666;
}

/* 特色列表 */
.enter-youran-feature {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 12px;
}

.feature-item {
    /* display: flex; */
    align-items: flex-start;
}

.feature-item img {
    width: 28px;
    height: 28px;
    margin-right: 10px;
    flex-shrink: 0;
    margin-top: 4%;
}

.feature-item p {
    /* line-height: 1.7; */
    margin-top: 5px;
}
.acb{
    color: #486c8c;
    font-size: 15px;
    font-weight: 600;
}
.bca{
    color: #555555;
    font-size: 13px;
}

/* 数据统计模块样式 */
.stats-module {
    display: flex;
    justify-content: space-around;
    margin-top: 55px;
}

.stats-item {
    /* text-align: center; */
}

.stats-item img {
    width: 189px;
    height: 124px;
}

.stats-item span {
    font-size: 20px;
    font-weight: bold;
    display: block;
}

.stats-item p {
    color: #666;
}

/* 现代农业模块样式 */
.modern-agriculture {
    margin: 60px 0;
}

.section-title {
    display: flex;
}

.section-title h2 {
    color: #333;
    font-size: 28px;
    font-weight: bold;
}

.section-title h2 span {
    color: #999;
    font-size: 18px;
    margin-left: 10px;
    font-weight: normal;
}

.agri-cards {
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
}

.agri-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.agri-card img {
    height: 255px;
    margin-left: 4%;
}

.card-content {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.agri-card h3 {
    color: #333;
    margin-bottom: 15px;
    font-size: 18px;
}

.agri-card p {
    color: #666;
    line-height: 1.6;
    flex-grow: 1;
}

/* 大地之子模块样式 */
.earth-son-module {
    width: 100%;
    margin: 50px 0;
    text-align: center;
    /* 标题居中 */
}

/* 标题样式 - 位于背景板外部 */
.earth-son-title {
    display: inline-flex;
    align-items: center;
    margin-bottom: 20px;
    color: #486c8c;
}

.earth-son-title img {
    width: 36px;
    height: 36px;
    margin-right: 10px;
}

.earth-son-title h2 {
    font-size: 22px;
    color: #333;
    margin: 0;
}

.earth-son-title h2 span {
    font-size: 16px;
    color: #666;
    margin-left: 8px;
    font-weight: normal;
}

/* 蓝色背景板 */
.blue-bg-container {
    background-color: #486C8C;
    padding: 30px 20px;
    width: 100%;
    height: 200px;
    border-radius: 30px;
    margin-top: 10%;
}

/* 白色背景板 - 仅在高度上覆盖蓝色背景板 */
.white-bg-content {
    background-color: #f6f8f9;
    border-radius: 36px;
    padding: 25px;
    width: 80%;
    margin-top: -11%;
    margin-left: 9%;
}

/* 图片行布局 */
.img-row {
    display: flex;
    justify-content: space-between;
    gap: 25px;
}

/* 单个图片项样式 */
.img-item {
    flex: 1;
    text-align: left;
}

.img-item img {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 15px;
    height: 220px;
    object-fit: cover;
}

.img-item h3 {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}

.img-item p {
    font-size: 12px;
    color: #666;
    line-height: 1.5;
    margin: 0;
}

/* 甄选平台板块样式 */

.section-titleTwo {
    display: flex;
    justify-content: center;
    color: #486c8c;
}

.selection-platform {
    margin: 110px 0;
}

.platform-cards {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 30px;
}

.platform-card {
    flex: 1;
    border-radius: 8px;
    padding: 20px;
    transition: box-shadow 0.3s ease;
}

.platform-card:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.platform-card img {
    width: 100%;
    border-radius: 15px;
    margin-bottom: 15px;
    height: 200px;
    object-fit: cover;
}

.platform-card h3 {
    color: #333;
    margin-bottom: 10px;
    font-size: 18px;
}

.platform-card p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
    font-size: 12px;
}

.buy-btn {
    background-color: #486C8C;
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.buy-btn:hover {
    background-color: #3a5870;
}

.subtitle {
    text-align: center;
    color: #999;
}


.qrcode-group {
    display: flex;
    gap: 20px;
}

.qrcode-item img {
    width: 80px;
    height: 80px;
    border-radius: 4px;
}

.qrcode-item p {
    text-align: center;
    margin-top: 6px;
}

.copyright {
    text-align: center;
    margin-top: 20px;
    font-size: 12px;
    color: #ccc;
}

/* 响应式适配 */
@media (max-width: 992px) {
    .enter-youran {
        grid-template-columns: 1fr;
        align-items: flex-start;
    }

    .enter-youran-left {
        transform: none;
        margin-bottom: 20px;
    }

    .enter-youran-right {
        margin-left: 0;
        padding-left: 5%;
    }

    .stats-module {
        flex-direction: column;
        align-items: center;
    }

    .stats-item {
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .nav-menu a {
        padding: 15px 10px;
    }

    .agri-cards {
        grid-template-columns: 1fr;
    }
}


/* 悠然趣览模块样式 */
.leisurely-browsing {
    /* margin: 80px 0; */
    position: relative; /* 为绝对定位的箭头提供参考 */
    overflow: hidden; /* 隐藏超出部分，实现滑动效果 */
    width: 100%;
    margin-top: -45px;
  }
  
  .browsing-cards {
    display: flex;
    gap: 20px;
    transition: transform 0.5s ease; /* 添加过渡动画，让切换更平滑 */
    width: 100%;
    margin-top: 15px;
  }
  
  .browsing-card {
    min-width: calc(25% - 18px); /* 假设一行显示4张，可根据需求调整 */
  }
  
  .browsing-card img {
    width: 100%;
    border-radius: 8px;
  }
  
  /* 左右箭头样式 */
  .browse-arrow {
    position: absolute;
    top: 63%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 10; /* 确保箭头在图片上层 */
  }
  
  .browse-arrow-left {
    left: 20px;
  }
  
  .browse-arrow-right {
    right: 20px;
  }