html,
body {
    overflow-x: hidden;
}

.index-container {
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 1rem;
}

.index_hero {
    position: relative;
    width: 100%;
    height: 40rem;
    overflow: hidden;
}

.index_hero .hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.index_hero .hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.index_hero .index-container {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    align-items: flex-start;
    padding-top: 12rem;
}

.index_hero .hero-content {
    max-width: 50%;
}

.index_hero .hero-content .hero-title {
    color: #008F63;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 2rem;
    text-transform: lowercase;
    word-break: break-word;
}

.index_hero .hero-content .hero-desc {
    color: #222222;
    font-size: 1rem;
    line-height: 1.6;
    max-width: 40rem;
    margin-bottom: 2.5rem;
}

.index_hero .hero-content .hero-btn {
    background-color: #008F63;
    color: #f8faf9;
    border: none;
    text-decoration: none;
    padding: 1rem 2.5rem;
    border-radius: 2rem;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    font-family: inherit;
}

.index_hero .hero-content .hero-btn:hover {
    background-color: #007050;
}

.index_about {
    padding: 6rem 0;
    background-color: #ffffff;
}

.index_about .about-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 4rem;
    margin-bottom: 6rem;
}

.index_about .about-text {
    flex: 1;
    max-width: 50%;
}

.index_about .about-text .about-title {
    font-size: 2rem;
    font-weight: 700;
    color: #333333;
    line-height: 1.4;
    margin-bottom: 1.5rem;
}

.index_about .about-text .about-divider {
    width: 4rem;
    height: 0.25rem;
    background-color: #008F63;
    margin-bottom: 2rem;
}

.index_about .about-text .about-desc {
    font-size: 1rem;
    color: #666666;
    line-height: 1.8;
}

.index_about .about-image {
    flex: 1;
    max-width: 50%;
}

.index_about .about-image img {
    width: 100%;
    height: auto;
    display: block;
}

.index_about .about-stats {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
}

.index_about .about-stats .stat-item {
    text-align: center;
    flex: 1;
}

.index_about .about-stats .stat-item .stat-value {
    font-size: 2.5rem;
    font-weight: 700;
    color: #008F63;
    margin-bottom: 0.5rem;
}

.index_about .about-stats .stat-item .stat-label {
    font-size: 0.875rem;
    color: #999999;
}

.index_products {
    padding: 6rem 0;
    background-color: #ffffff;
}

.index_products .products-title {
    width: 30rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.75rem;
    font-weight: 500;
    color: #333333;
    text-align: center;
    margin-bottom: 4rem;
    line-height: 1.6;
}

.index_products .products-grid {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
}

.index_products .products-grid .product-card {
    flex: 1;
    max-width: calc(33.333% - 1.333rem);
    display: flex;
    flex-direction: column;
    border: 2px solid transparent;
    transition: border-color 0.3s ease;
}

.index_products .products-grid .product-card img {
    width: 100%;
    height: auto;
    display: block;
}

.index_products .products-grid .product-card .product-name {
    background-color: #E3EFE3;
    padding: 4rem;
    text-align: center;
    color: #008F63;
    font-size: 0.875rem;
    font-weight: 500;
}

.index_products .products-grid .product-card-active {
    border-color: #04825B;
    border-width: 0 1rem 1rem 0;
}

/* ===== Our Advantages ===== */
.index_advantages {
    padding: 6rem 0;
    background-color: #FFFFFF;
}

.index_advantages .advantages-title {
    font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 2rem;
    font-weight: 500;
    color: #333333;
    text-align: center;
    margin-bottom: 3rem;
}

/* Tab 导航栏 */
.index_advantages .advantages-tabs {
    display: flex;
    justify-content: stretch;
    border-bottom: 2px solid #E8E8E8;
    margin-bottom: 0;
}

.index_advantages .advantages-tabs .tab-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
    background-color: #FFFFFF;
    cursor: pointer;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
    position: relative;
}

.index_advantages .advantages-tabs .tab-item img {
    width: 2.5rem;
    height: 2.5rem;
    margin-bottom: 0.75rem;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

/* 图四参数：Tab标签文字 */
.index_advantages .advantages-tabs .tab-item p {
    font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #222222;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

/* Tab 激活状态 */
.index_advantages .advantages-tabs .tab-active {
    background-color: #008F63;
    border-bottom-color: #008F63;
}

.index_advantages .advantages-tabs .tab-active img {
    opacity: 1;
    filter: brightness(0) invert(1);
}

.index_advantages .advantages-tabs .tab-active p {
    color: #ffffff;
}

/* Tab 箭头图标 */
.index_advantages .advantages-tabs .tab-item .tab-arrow {
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.75rem;
    color: #ffffff;
    opacity: 0;
    transition: opacity 0.3s ease;
    line-height: 1;
    pointer-events: none;
}

.index_advantages .advantages-tabs .tab-active .tab-arrow {
    opacity: 1;
}

/* 内容区：默认隐藏所有panel，激活的显示 */
.index_advantages .advantages-content {
    position: relative;
    min-height: 380px;
}

.index_advantages .advantages-panel {
    display: none;
    flex-direction: row;
    align-items: stretch;
    gap: 0;
}

.index_advantages .advantages-panel.advantages-panel-active {
    display: flex;
}

/* 左侧图片：约50%宽度 */
.index_advantages .advantages-image {
    flex: 1;
    max-width: 50%;
    min-width: 50%;
}

.index_advantages .advantages-image img {
    width: 100%;
    height: 100%;
    min-height: 380px;
    object-fit: cover;
    display: block;
}

/* 右侧文字区 */
.index_advantages .advantages-text {
    flex: 1;
    max-width: 50%;
    min-width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3rem 4rem;
    background-color: #FFFFFF;
}

/* 图二参数：标题 */
.index_advantages .advantages-text .advantages-subtitle {
    font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 64px;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 1rem;
}

/* 绿色分隔线 */
.index_advantages .advantages-text .advantages-divider {
    width: 4rem;
    height: 0.25rem;
    background-color: #008F63;
    margin-bottom: 1.5rem;
}

/* 图三参数：描述文字 */
.index_advantages .advantages-text .advantages-desc {
    font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #666666;
    text-align: left;
}

/* 切换动画 */
.index_advantages .advantages-panel {
    animation: fadeInAdvantage 0.4s ease;
}

@keyframes fadeInAdvantage {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.index_subscribe {
    background-color: #008F63;
    padding: 6rem 0;
    position: relative;
}

.index_subscribe .container,
.index_subscribe .index-container {
    position: relative;
    z-index: 1;
}

.index_subscribe .subscribe-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.index_subscribe .subscribe-bg-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.6;
}

.index_subscribe .subscribe-content {
    text-align: center;
}

.index_subscribe .subscribe-content .subscribe-title {
    font-size: 1.75rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 1rem;
}

.index_subscribe .subscribe-content .subscribe-desc {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 2rem;
}

.index_subscribe .subscribe-content .subscribe-form {
    position: relative;
    max-width: 35rem;
    width: 100%;
    margin: 0 auto;
}

.index_subscribe .subscribe-content .subscribe-input {
    width: 100%;
    height: 3rem;
    padding: 0 160px 0 24px;
    border: none;
    border-radius: 999px;
    background-color: #ffffff;
    color: #333333;
    font-size: 0.875rem;
    outline: none;
    box-sizing: border-box;
}

.index_subscribe .subscribe-content .subscribe-input::placeholder {
    color: #999999;
}

.index_subscribe .subscribe-content .subscribe-btn {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    width: 9rem;
    height: 2.5rem;
    padding: 0 1rem;
    border: none;
    border-radius: 2rem;
    background-color: #008F63;
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.index_subscribe .subscribe-content .subscribe-btn:hover {
    background-color: #008F63;
}

.index_subscribe .subscribe-content .subscribe-btn span {
    font-size: 1rem;
    line-height: 1;
}

/* ==========================
   Subscribe Form (CMS) — 参考 qw.css .footer-subscribe 写法
   ========================== */
.index_subscribe .contact__form {
    max-width: 35rem;
    width: 100%;
    margin: 0 auto;
}

.index_subscribe .contact__form .form-horizontal {
    display: flex;
    align-items: center;
    max-width: 35rem;
    margin: 0 auto;
    border-radius: 999px;
    background: #FFFFFF;
    height: 3.5rem;
    overflow: hidden;
}

/* 隐藏 {$form} 输出的隐藏字段 */
.index_subscribe .contact__form .form-horizontal > * {
    display: none !important;
}

/* 输入框区域：占满剩余宽度 */
.index_subscribe .contact__form .form-horizontal .fc-form-body {
    display: flex !important;
    flex: 1;
    padding: 0;
    margin: 0;
    order: 1;
    height: 100%;
}

.index_subscribe .contact__form .form-horizontal .fc-form-body > div {
    width: 100% !important;
    height: 100%;
}

.index_subscribe .contact__form .form-horizontal .fc-form-body .form-group {
    margin: 0 !important;
    padding: 0 !important;
    height: 100%;
}

/* 隐藏字段标签 */
.index_subscribe .contact__form .form-horizontal .fc-form-body .form-group .control-label {
    display: none !important;
}

.index_subscribe .contact__form .form-horizontal .fc-form-body .form-group .col-md-10 {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    height: 100%;
}

/* 输入框样式 — 选择器需足够具体以覆盖 Contact Us.css 中隐藏最后一个 input 的规则 */
.index_subscribe .contact__form .form-horizontal .fc-form-body .form-group .col-md-10 input[type="text"],
.index_subscribe .contact__form .form-horizontal .fc-form-body .form-group .col-md-10 input[type="email"] {
    display: block !important;
    width: 100% !important;
    padding: 0 1.5rem !important;
    border: none !important;
    background: #FFFFFF !important;
    font-size: 0.875rem !important;
    color: #333333 !important;
    outline: none !important;
    font-family: inherit !important;
    box-sizing: border-box !important;
    height: 100%;
    line-height: 3.5rem;
}

.index_subscribe .contact__form .form-horizontal .fc-form-body .form-group .col-md-10 input[type="text"]::placeholder,
.index_subscribe .contact__form .form-horizontal .fc-form-body .form-group .col-md-10 input[type="email"]::placeholder {
    color: #999999 !important;
}

/* 按钮区域：紧贴输入框右侧 */
.index_subscribe .contact__form .form-horizontal .portlet-body.form.myfooter {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    background: transparent;
    order: 2;
    flex-shrink: 0;
    height: 100%;
}

.index_subscribe .contact__form .form-horizontal .form-actions {
    padding: 0;
    margin: 0;
    text-align: left;
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.index_subscribe .contact__form .form-horizontal .form-actions > div {
    height: 3.5rem;
    min-width: 8rem;
    padding: 0 1.5rem;
    border-radius: 999px;
    background: #008F63 ;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s ease;
    flex-shrink: 0;
}

.index_subscribe .contact__form .form-horizontal .form-actions > div:hover {
    background: #008F63;
}

.index_subscribe .contact__form .form-horizontal .form-actions > div a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #FFFFFF;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
}

.index_ourproduct {
    padding: 6rem 0;
    background-color: #ffffff;
}

.index_ourproduct .ourproduct-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 4rem;
}

.index_ourproduct .ourproduct-title-wrap {
    flex: 1;
}

.index_ourproduct .ourproduct-subtitle {
    color: #008F63;
    font-size: 0.75rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.index_ourproduct .ourproduct-title {
    font-size: 2rem;
    font-weight: 700;
    color: #333333;
    line-height: 1.2;
    margin: 0;
    white-space: nowrap;
}

.index_ourproduct .ourproduct-btn {
    background-color: #008F63;
    color: #ffffff;
    border: none;
    text-decoration: none;
    padding: 1rem 2rem;
    border-radius: 2rem;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    white-space: nowrap;
}

.index_ourproduct .ourproduct-btn:hover {
    background-color: #007050;
}

.index_ourproduct .ourproduct-grid {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
}

.index_ourproduct .ourproduct-card {
    flex: 1;
    max-width: calc(33.333% - 1.333rem);
    background-color: #ffffff;
    border: 1px solid #f0f0f0;
}

.index_ourproduct .ourproduct-card-img {
    overflow: hidden;
}

.index_ourproduct .ourproduct-card-img img {
    width: 100%;
    height: auto;
    display: block;
}

.index_ourproduct .ourproduct-card-title {
    font-size: 0.9375rem;
    font-weight: 600;
    color: #333333;
    margin: 1rem 1rem 0.5rem;
    line-height: 1.4;
}

.index_ourproduct .ourproduct-card-desc {
    font-size: 0.75rem;
    color: #666666;
    line-height: 1.5;
    margin: 0 1rem;
    margin-bottom: 0.75rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.index_ourproduct .ourproduct-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1rem;
    border-top: 1px solid #f0f0f0;
}

.index_ourproduct .ourproduct-card-link {
    display: inline-block;
    color: #008F63;
    font-size: 0.75rem;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
    border-bottom: 1px solid #008F63;
    padding-bottom: 2px;
}

.index_ourproduct .ourproduct-card-link:hover {
    color: #007050;
}

.index_ourproduct .ourproduct-card-date {
    display: flex;
    align-items: center;
    gap: 0.375rem;
}

.index_ourproduct .ourproduct-card-date img {
    width: 0.875rem;
    height: 0.875rem;
    opacity: 0.6;
}

.index_ourproduct .ourproduct-card-date span {
    font-size: 0.75rem;
    color: #999999;
}

@media (max-width: 1024px) {
    .index-container {
        width: 92%;
        padding: 0 0.75rem;
    }

    .index_hero {
        height: 30rem;
    }

    .index_hero .index-container {
        padding-top: 8rem;
    }

    .index_hero .hero-content .hero-title {
        font-size: 2.5rem;
    }

    .index_hero .hero-content {
        max-width: 70%;
    }

    .index_about .about-content {
        gap: 3rem;
    }

    .index_about .about-stats .stat-item .stat-value {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .index-container {
        width: 95%;
        padding: 0 0.5rem;
    }

    .index_hero {
        height: 22rem;
    }

    .index_hero .index-container {
        padding-top: 4rem;
    }

    .index_hero .hero-content {
        max-width: 100%;
    }

    .index_hero .hero-content .hero-title {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

    .index_hero .hero-content .hero-desc {
        font-size: 0.75rem;
        margin-bottom: 1.5rem;
    }

    .index_hero .hero-content .hero-btn {
        padding: 0.75rem 1.5rem;
        font-size: 0.875rem;
    }

    .index_about {
        padding: 3rem 0;
    }

    .index_about .about-content {
        flex-direction: column;
        gap: 2rem;
    }

    .index_about .about-text,
    .index_about .about-image {
        max-width: 100%;
    }

    .index_about .about-text .about-title {
        font-size: 1.25rem;
    }

    .index_about .about-text .about-desc {
        font-size: 0.75rem;
    }

    .index_about .about-stats {
        flex-wrap: wrap;
        gap: 1.5rem;
    }

    .index_about .about-stats .stat-item {
        flex-basis: 50%;
    }

    .index_about .about-stats .stat-item .stat-value {
        font-size: 1.5rem;
    }

    .index_products {
        padding: 3rem 0;
    }

    .index_products .products-title {
        width: 100%;
        font-size: 1.25rem;
        margin-bottom: 2rem;
    }

    .index_products .products-grid {
        flex-direction: column;
        gap: 1.5rem;
    }

    .index_products .products-grid .product-card {
        max-width: 100%;
    }

    .index_products .products-grid .product-card .product-name {
        padding: 2rem;
        font-size: 0.75rem;
    }

    .index_advantages {
        padding: 3rem 0;
    }

    .index_advantages .advantages-title {
        font-size: 1.25rem;
        margin-bottom: 2rem;
    }

    .index_advantages .advantages-tabs {
        flex-direction: row;
        overflow-x: auto;
        gap: 0;
        border-bottom: 2px solid #E8E8E8;
        padding-bottom: 0;
    }

    .index_advantages .advantages-tabs .tab-item {
        flex-shrink: 0;
        min-width: 7rem;
        padding: 1rem 0.5rem;
        border-bottom: 2px solid transparent;
        margin-bottom: -2px;
    }

    .index_advantages .advantages-tabs .tab-item img {
        width: 1.75rem;
        height: 1.75rem;
        margin-bottom: 0.5rem;
    }

    .index_advantages .advantages-tabs .tab-item p {
        font-size: 14px;
        line-height: 24px;
    }

    .index_advantages .advantages-tabs .tab-item .tab-arrow {
        display: none;
    }

    .index_advantages .advantages-tabs .tab-active {
        background-color: transparent;
        border-bottom-color: #008F63;
    }

    .index_advantages .advantages-tabs .tab-active img {
        filter: none;
        opacity: 1;
    }

    .index_advantages .advantages-tabs .tab-active p {
        color: #008F63;
    }

    .index_advantages .advantages-panel.advantages-panel-active {
        flex-direction: column;
    }

    .index_advantages .advantages-image,
    .index_advantages .advantages-text {
        max-width: 100%;
        min-width: 100%;
    }

    .index_advantages .advantages-image img {
        height: 15rem;
        object-fit: cover;
    }

    .index_advantages .advantages-text {
        padding: 2rem 1.5rem;
    }

    .index_advantages .advantages-text .advantages-subtitle {
        font-size: 24px;
        line-height: 40px;
    }

    .index_advantages .advantages-text .advantages-divider {
        margin-bottom: 1rem;
    }

    .index_advantages .advantages-text .advantages-desc {
        font-size: 14px;
        line-height: 28px;
    }

    .index_subscribe {
        padding: 3rem 0;
    }

    .index_subscribe .subscribe-content .subscribe-title {
        font-size: 1.25rem;
    }

    .index_subscribe .subscribe-content .subscribe-desc {
        font-size: 0.75rem;
    }

    .index_subscribe .subscribe-content .subscribe-input {
        padding: 0 120px 0 1rem;
    }

    .index_subscribe .subscribe-content .subscribe-btn {
        width: 7rem;
        font-size: 0.75rem;
        padding: 0 0.5rem;
    }

    .index_ourproduct {
        padding: 3rem 0;
    }

    .index_ourproduct .ourproduct-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;
    }

    .index_ourproduct .ourproduct-title-wrap .ourproduct-title {
        font-size: 1.25rem;
        white-space: normal;
        line-height: 1.4;
    }

    .index_ourproduct .ourproduct-grid {
        flex-direction: column;
        gap: 1.5rem;
    }

    .index_ourproduct .ourproduct-card {
        max-width: 100%;
    }

    .index_ourproduct .ourproduct-card-img img {
        height: 10rem;
        object-fit: cover;
    }

    .index_ourproduct .ourproduct-card-title {
        font-size: 0.875rem;
    }

    .index_ourproduct .ourproduct-card-desc {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .index_hero {
        height: 18rem;
    }

    .index_hero .index-container {
        padding-top: 3rem;
    }

    .index_hero .hero-content .hero-title {
        font-size: 1.25rem;
    }

    .index_hero .hero-content .hero-desc {
        font-size: 0.6875rem;
    }

    .index_hero .hero-content .hero-btn {
        padding: 0.625rem 1.25rem;
        font-size: 0.75rem;
    }

    .index_about .about-text .about-title {
        font-size: 1.125rem;
    }

    .index_about .about-stats .stat-item .stat-value {
        font-size: 1.25rem;
    }

    .index_about .about-stats .stat-item .stat-label {
        font-size: 0.7rem;
    }

    .index_products .products-title {
        font-size: 1.125rem;
    }

    .index_advantages .advantages-title {
        font-size: 1.125rem;
    }

    .index_advantages .advantages-tabs .tab-item {
        min-width: 6.5rem;
        padding: 0.75rem;
    }

    .index_advantages .advantages-tabs .tab-item img {
        width: 2rem;
        height: 2rem;
    }

    .index_advantages .advantages-tabs .tab-item p {
        font-size: 0.7rem;
    }

    .index_advantages .advantages-text .advantages-subtitle {
        font-size: 1.125rem;
    }

    .index_subscribe .subscribe-content .subscribe-title {
        font-size: 1.125rem;
    }

    .index_subscribe .subscribe-content .subscribe-input {
        padding: 0 100px 0 0.75rem;
    }

    .index_subscribe .subscribe-content .subscribe-btn {
        width: 6rem;
        font-size: 0.6875rem;
    }

    .index_ourproduct .ourproduct-title-wrap .ourproduct-title {
        font-size: 1.125rem;
    }

    .index_ourproduct .ourproduct-card-img img {
        height: 8rem;
    }

    .index_ourproduct .ourproduct-card-title {
        font-size: 0.8125rem;
    }

    .index_ourproduct .ourproduct-card-desc {
        font-size: 0.65rem;
    }
}