/* ============================================
   全局样式 & 重置
   ============================================ */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



body {
    color: #333333;
    background-color: #FFFFFF;
    line-height: 1.6;
    font-size: 14px;
}

#jp2026 .pc {
    display: block !important;
}

#jp2026 .mo {
    display: none !important;
}

#jp2026 a {
    text-decoration: none;
    transition: all 0.3s ease;
}


#jp2026 .container {
    max-width: 62.5vw;
    margin: 0 auto;
    padding: 0 1.041667vw;
}

/* ============================================
   模块1: Hero Banner
   ============================================ */
#jp2026 .hero-banner {
    width: 100%;
    overflow: hidden;
}

#jp2026 .hero-banner picture {
    display: block;
    width: 100%;
}

#jp2026 .hero-banner img {
    display: block;
    width: 100%;
    height: auto;
}

/* ============================================
   模块2: 活动导语区
   ============================================ */
#jp2026 .intro-section {
    background-color: #FFFFFF;
    padding: 4.6875vw 1.041667vw 0vw;
    text-align: center;
}

#jp2026 .intro-subtitle {
    font-size: 1.875vw;
    color: #000;
    margin-bottom: 0.520833vw;
    font-weight: 400;
    text-align: center;
}

#jp2026 .intro-title {
    font-size: 2.5vw;
    font-weight: 700;
    color: #000000;
    margin-bottom: 2.083333vw;
    line-height: 1.4;
    text-align: center;
}

#jp2026 .intro-description {
    font-size: 1.25vw;
    color: #000;
    margin: 0 auto;
    line-height: 1.8;
    text-align: center;
}

#jp2026 .intro-description a{
    color: #1A73E8;
   
}


/* ============================================
   模块3: 活动概要区
   ============================================ */
#jp2026 .overview-section {
    padding: 2.604167vw 1.041667vw;
    text-align: center;
}

#jp2026 .overview-header {
    margin-bottom: 2.083333vw;
    text-align: center;
}

#jp2026 .overview-title {
    display: inline-block;
    background-color: #7F5F4C;
    color: #FFFFFF;
    padding: 0.625vw 4.427083vw;
    border-radius: 2.34375vw;
    font-size: 2.083333vw;
    font-weight: 600;
    margin-bottom: 1.5625vw;
    position: relative;
}

/* 添加正下方小三角 */
#jp2026 .overview-title::after {
    content: "";
    position: absolute;
    bottom: -0.625vw;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 1.041667vw solid transparent;
    border-right: 1.041667vw solid transparent;
    border-top: 1.145833vw solid #7F5F4C;
}

#jp2026 .overview-content {

    margin: 0 auto;
    text-align: left;
}

#jp2026 .overview-item {

    padding: 1.5625vw 0;
    display: flex;
    gap: 0.78125vw;
}

#jp2026 .overview-icon {
    font-size: 1.458333vw;
    flex-shrink: 0;
    min-width: 2.083333vw;
    text-align: center;
}

#jp2026 .overview-text {
    flex: 1;
}

#jp2026 .overview-subtitle {
    font-size: 1.5625vw;
    font-weight: 600;
    color: #000;
    margin-bottom: 0.416667vw;
}

#jp2026 .overview-item p {
    font-size: 1.25vw;
    color: #000;
    line-height: 1.6;
}

#jp2026 .btn-outline {
    display: inline-block;
    background-color: #7F5F4C;
    color: #FFFFFF;
    padding: 0.625vw 1.5625vw;
    border-radius: 1.302083vw;
    font-size: 0.729167vw;
    font-weight: 600;
    border: 0.104167vw solid #7F5F4C;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 1.041667vw;
}

#jp2026 .btn-outline:hover {
    background-color: #7A5D52;
    box-shadow: 0 0.25rem 0.75rem rgba(141, 110, 99, 0.3);
    transform: translateY(-0.125rem);
}

/* ============================================
   模块4: 产品与折扣展示区
   ============================================ */
#jp2026 .products-section {
    background-color: #FFFFFF;
    padding: 0 1.041667vw 3.125vw;
}

#jp2026 .section-title {
    font-size: 2.5vw;
    font-weight: 600;
    text-align: left;
    margin-bottom: 1.041667vw;
}

#jp2026 .section-title.blue {
    color: #1A73E8;

}

#jp2026 .product-category {
    margin-bottom: 2.604167vw;
}

#jp2026 .category-name {
    display: flex;
    align-items: center;
    gap: 1.041667vw;
    font-size: 1.25vw;
    font-weight: 600;
    color: #7F5F4C;
    margin-bottom: 1.5625vw;
    position: relative;
    padding-right: 0;
}

/* 右边添加横线 */
#jp2026 .category-name::after {
    content: "";
    flex: 1;
    height: 0.104167vw;
    background-color: #7F5F4C;
    margin-left: 0.520833vw;
}

/* Tab 容器 */
#jp2026 .tab-container {
    display: flex;
    gap: 0.520833vw;
    margin-bottom: 1.5625vw;
    flex-wrap: wrap;
    justify-content: space-around;
}

#jp2026 .tab-btn {
    padding: 0.520833vw 1.041667vw;
    border: none;
    background-color: #E8E8E8;
    color: #666666;
    font-size: 1.5625vw;
    font-weight: 600;
    border-radius: 0.260417vw;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 24%;
    text-align: center;
}

#jp2026 .tab-btn.active {
    background-color: #7F5F4C;
    color: #FFFFFF;
}

#jp2026 .tab-btn:hover {
    background-color: #D0D0D0;
}

#jp2026 .tab-btn.active:hover {
    background-color: #7A5D52;
}

/* Tab 内容 */
#jp2026 .tab-content {
    display: block;
}

#jp2026 .tab-pane {
    display: none;
    animation: fadeIn 0.3s ease;
}

#jp2026 .tab-pane.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(0.520833vw);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 产品网格 */
#jp2026 .products-grid {
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: space-between;
    margin-bottom: 1.5625vw;
    gap: 0.520833vw;

}

#jp2026 .products-grid.single-product {
    display: flex;
}

#jp2026 .products-grid.single-product .product-card {
    display: flex;
    width: 100%;
    padding: 2.083333vw 0;
    background: #F7F7F7;
}

#jp2026 .products-grid.single-product .product-card .btn-discount {
    width: 70%;
}

#jp2026 .products-grid.single-product .product-info,
#jp2026 .products-grid.single-product .product-image {
    width: 50% !important;
}

#jp2026 .products-grid.single-product .product-image img {
    width: 80%;
}

/* 产品卡片 */
#jp2026 .product-card {
    background-color: #F5F5F5;
    border: 0.104167vw solid #E0E0E0;
    border-radius: 0.625vw;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.05);
    width: 49%;
    margin-bottom: 1.041667vw;
}

#jp2026 .tab-content .product-info {
    align-items: center;
    padding: 2.083333vw 0.8vw;
}

#jp2026 .tab-content .product-name {
    margin-bottom: 0;
}

#jp2026 .tab-content .product-desc {
    text-align: center;
}







#jp2026 .product-card:hover {
    border-color: #1A73E8;
    box-shadow: 0 0.25rem 1rem rgba(26, 115, 232, 0.2);
    transform: translateY(-0.25rem);
}

#jp2026 .product-image {
    width: 100%;

    background-color: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
}

#jp2026 .product-image a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    text-align: center;
}

#jp2026 .product-image img {
    width: 70%;
    height: auto;
    transition: transform 0.3s ease;
}

#jp2026 .product-card:hover .product-image img {
    transform: scale(1.05);
}

#jp2026 .product-info {
    padding: 2.083333vw;
    text-align: center;
    background-color: #F5F5F5;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
}

#jp2026 .product-name {
    font-size: 1.354167vw;
    font-weight: 600;
    color: #000;
    margin-bottom: 1.458333vw;
    line-height: 1.4;
    text-align: center;
}

#jp2026 .products-grid.single-product .product-name {
    font-size: 1.875vw;
    text-align: left;
}

#jp2026 .product-desc {
    font-size: 0.9375vw;
    color: #666;
    margin-bottom: 1.458333vw;
    line-height: 1.5;
    text-align: left;
}

#jp2026 .btn-discount {
    width: 100%;
    padding: 0.520833vw;
    background-color: #1A73E8;
    color: #FFFFFF;
    border: none;
    border-radius: 0.833333vw;
    font-size: 1.875vw;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

#jp2026 .btn-discount:hover {
    background-color: #1557B0;
    box-shadow: 0 0.25rem 0.75rem rgba(26, 115, 232, 0.3);
}

#jp2026 .btn-discount:active {
    transform: scale(0.98);
}

/* ============================================
   模块5: 申请表单区
   ============================================ */
#jp2026 .form-section {
    background-color: #F5F5F5;
    padding: 3.125vw 1.041667vw;
}

#jp2026 .form-subtitle {
    text-align: left;
    color: #666666;
    font-size: 1.25vw;
    margin: 0 auto 2.083333vw;
    line-height: 1.6;
}

#jp2026 .campaign-form {

    margin: 0 auto;
    background-color: #FFFFFF;
    padding: 2.083333vw;
    border-radius: 0.625vw;
    border: 0.052083vw solid #E0E0E0;
}

#jp2026 .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.041667vw;
    margin-bottom: 1.041667vw;
}

#jp2026 .form-group {
    display: flex;
    flex-direction: column;
}

#jp2026 .form-group.full-width {
    grid-column: 1 / -1;
}

#jp2026 .form-row:last-of-type {
    margin-bottom: 0;
}

#jp2026 label {
    font-size: 1.5625vw;
    font-weight: 600;
    color: #333333;
    margin-bottom: 0.416667vw;
}

#jp2026 label span {
    font-size: 1.041667vw;
}

#jp2026 .required {
    color: #E63946;
    font-weight: 700;
    margin-left: 0.260417vw;
    font-size: 0.9375vw;
    background: #F7CCD4;
    border-radius: 0.977083vw;
    padding: 0.20833vw 0.520833vw;
}

#jp2026 input[type="text"],
#jp2026 input[type="email"],
#jp2026 textarea,
#jp2026 select {
    padding: 0.625vw 0.78125vw;
    border: 0.052083vw solid #DACBC2;
    border-radius: 1.302083vw;
    font-size: 1.25vw;
    color: #666666;
    font-family: inherit;
    transition: border-color 0.3s ease;
    background-color: #fff;
}

#jp2026 input[type="text"]:focus,
#jp2026 input[type="email"]:focus,
#jp2026 textarea:focus,
#jp2026 select:focus {
    outline: none;
    border-color: #1A73E8;
    background-color: #FFFFFF;
    box-shadow: 0 0 0 0.15625vw rgba(26, 115, 232, 0.1);
}

#jp2026 input[type="text"]::placeholder,
#jp2026 input[type="email"]::placeholder,
#jp2026 textarea::placeholder {
    color: #CCCCCC;
}

#jp2026 textarea {
    resize: vertical;
    min-height: 5.208333vw;
}

/* 文件上传 */
#jp2026 .file-upload {
    position: relative;
    margin-bottom: 0.78125vw;
}

#jp2026 .file-upload input[type="file"] {
    display: none;
}

#jp2026 .file-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.5625vw;
    border: 0.104167vw dashed #678450;
    border-radius: 0.416667vw;
    cursor: pointer;
    transition: all 0.3s ease;
}

#jp2026 .file-label:hover {
    background-color: #E8F0FF;
    border-color: #1557B0;
}

#jp2026 .file-btn {
    display: inline-block;
    background-color: #F78F1E;
    color: #FFFFFF;
    padding: 0.416667vw 1.041667vw;
    border-radius: 0.3125vw;
    font-size: 1.25vw;
    font-weight: 600;
    margin-bottom: 0.520833vw;
}

#jp2026 .file-hint {
    font-size: 0.9375vw;
    color: #666666;
    text-align: left;
    line-height: 1.5;
    margin-top: 0.520833vw;
}

/* 提交按钮 */
#jp2026 .btn-submit {
    width: 100%;
    padding: 0.78125vw;
    background-color: #0086DE;
    color: #FFFFFF;
    border: none;
    border-radius: 1.979167vw;
    font-size: 1.5625vw;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 1.041667vw;
    margin-bottom: 0.78125vw;
    text-align: center;
}

#jp2026 .btn-submit:hover {
    background-color: #1557B0;
    box-shadow: 0 0.25rem 1rem rgba(26, 115, 232, 0.3);
    transform: translateY(-0.125rem);
}

#jp2026 .btn-submit:active {
    transform: translateY(0);
}

#jp2026 .form-privacy {
    font-size: 0.625vw;
    color: #999999;
    text-align: center;
    line-height: 1.6;
    margin-top: 0.78125vw;
}

#jp2026 .form-privacy a {
    color: #1A73E8;
}

/* ============================================
   模块6-8: FAQ + 注意事项
   ============================================ */
#jp2026 .faq-section {
    padding: 5.208333vw 0.520833vw 1.5625vw;

}

#jp2026 .faq-notice-panel {
    max-width: 64.0625vw;
    margin: 0 auto;
    background-color: #fff;
    border: 0.052083vw solid #B78A6F;
    padding: 2.083333vw 1.5625vw 2.604167vw;
    max-height: 58vh;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: rgba(120, 120, 120, 0.58) rgba(0, 0, 0, 0.08);
}

#jp2026 .faq-title {
    font-size: 2.5vw;
    font-weight: 700;
    color: #1889D9;
    margin-bottom: 1.822917vw;
}

#jp2026 .faq-notice-panel::-webkit-scrollbar {
    width: 0.46875vw;
}

#jp2026 .faq-notice-panel::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, rgba(125, 125, 125, 0.78) 0%, rgba(105, 105, 105, 0.72) 100%);
    border-radius: 5.208333vw;
    border: 0.104167vw solid rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
}

#jp2026 .faq-notice-panel::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.07);
    border-radius: 5.208333vw;
}

#jp2026 .faq-notice-panel::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, rgba(95, 95, 95, 0.9) 0%, rgba(78, 78, 78, 0.86) 100%);
}

#jp2026 .faq-list {
    margin-bottom: 1.822917vw;
}

#jp2026 .faq-item {
    margin-bottom: 1.5625vw;
}

#jp2026 .faq-item:last-child {
    margin-bottom: 0;
}

#jp2026 .faq-question {
    font-size: 1.25vw;
    line-height: 1.45;
    font-weight: 600;
    color: #111111;
    margin-bottom: 0.46875vw;
}

#jp2026 .faq-answer {
    font-size: 0.9375vw;
    line-height: 1.6;
    color: #2D2D2D;
}

#jp2026 .notice-title {
    font-size: 1.875vw;
    font-weight: 700;
    color: #111111;
    margin-top: 2.083333vw;
    margin-bottom: 1.041667vw;
}

#jp2026 .notice-list {
    max-width: 100%;
    margin: 0;
    list-style: none;
    padding: 0;
}

#jp2026 .notice-list p {
    font-size: 0.9375vw;
    color: #222222;
    line-height: 1.75;
    margin-bottom: 0.520833vw;
    padding-left: 1.145833vw;
    position: relative;
}

#jp2026 .notice-list p::before {
    content: "・";
    position: absolute;
    left: 0;
    color: #111111;
    font-weight: 700;
}

#jp2026 .notice-list a {
    color: #222222;
    text-decoration: underline;
}

/* ============================================
   模块9: 底部行动号召区
   ============================================ */
#jp2026 .contact-section {
    padding: 0 0.520833vw 2.083333vw;
}

#jp2026 .contact-panel {
    max-width: 64.0625vw;
    margin: 0 auto;
    background: #E5E5E5;
    border-radius: 0.520833vw;
    padding: 2.083333vw 1.5625vw 2.1875vw;
    text-align: center;
}

#jp2026 .contact-text {
    font-size: 1.25vw;
    font-weight: 600;
    color: #000;
    margin-bottom: 1.25vw;
    text-align: center;
}
#jp2026 .contact-text a{
    color: #1A73E8;
}

#jp2026 .contact-btn {
    display: block;
    width: 100%;
    max-width: 40.625vw;
    margin: 0 auto;
    background-color: #1588D6;
    color: #FFFFFF;
    border-radius: 2.604167vw;
    font-size: 1.875vw;
    font-weight: 700;
    line-height: 1.2;
    padding: 1.25vw 1.666667vw;
}

#jp2026 .contact-note {
    font-size: 0.9375vw;
    color: #333333;
    margin-top: 1.041667vw;
    text-align: center;
}



/* ============================================
   响应式设计 - 平板和手机
   ============================================ */
@media (max-width: 768px) {
    #jp2026 {
        padding: 0;
    }

    #jp2026 .pc {
        display: none !important;
    }

    #jp2026 .mo {
        display: block !important;
    }

    #jp2026 .container {
        max-width: 100%;
        padding: 0 1.5625vw;
    }

    #jp2026 .intro-section,
    #jp2026 .overview-section,
    #jp2026 .products-section,
    #jp2026 .form-section {
        padding-left: 0;
        padding-right: 0;
    }

    #jp2026 .intro-subtitle {
        font-size: 2.34375vw;
    }

    #jp2026 .intro-title {
        font-size: 3.645833vw;
        margin-bottom: 2.34375vw;
    }

    #jp2026 .intro-description {
        font-size: 1.822917vw;
        line-height: 1.7;
    }

    #jp2026 .overview-header {
        margin-bottom: 2.083333vw;
    }

    #jp2026 .overview-title {
        font-size: 2.864583vw;
        padding: 1.302083vw 3.125vw;
        border-radius: 130.078125vw;
    }

    #jp2026 .overview-title::after {
        bottom: -1.041667vw;
        border-left-width: 1.302083vw;
        border-right-width: 1.302083vw;
        border-top-width: 1.302083vw;
    }

    #jp2026 .overview-item {
        padding: 1.5625vw 0;
        gap: 1.302083vw;
    }

    #jp2026 .overview-icon {
        min-width: 3.645833vw;
    }

    #jp2026 .overview-subtitle {
        font-size: 2.213542vw;
        margin-bottom: 0.520833vw;
    }

    #jp2026 .overview-item p {
        font-size: 1.822917vw;
    }

    #jp2026 .section-title {
        font-size: 3.125vw;
        margin-bottom: 2.604167vw;
    }

    #jp2026 .category-name {
        font-size: 2.34375vw;
        margin-bottom: 1.822917vw;
        gap: 1.041667vw;
    }

    #jp2026 .tab-container {
        justify-content: flex-start;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        gap: 1.041667vw;
        flex-wrap: nowrap;
        margin-bottom: 1.822917vw;
    }

    #jp2026 .tab-btn {
        width: auto;
        min-width: 12.5vw;
        flex-shrink: 0;
        white-space: nowrap;
        padding: 1.041667vw 1.822917vw;
        font-size: 1.822917vw;
        border-radius: 0.78125vw;
    }

    #jp2026 .products-grid {
        display: flex;
        flex-direction: column;
        gap: 1.822917vw;
        margin-bottom: 1.822917vw;
    }

    #jp2026 .product-card {
        width: 100%;
        margin-bottom: 0;
        border-radius: 1.302083vw;
        border-width: 0.130208vw;
    }

    #jp2026 .tab-content .product-info {
        padding: 2.083333vw 1.822917vw;
    }

    #jp2026 .product-info {
        padding: 2.083333vw 1.822917vw;
    }

    #jp2026 .product-name {
        font-size: 2.213542vw;
        margin-bottom: 1.302083vw;
    }

    #jp2026 .product-desc {
        font-size: 1.692708vw;
        margin-bottom: 1.302083vw;
    }

    #jp2026 .btn-discount {
        padding: 1.171875vw;
        font-size: 2.34375vw;
        border-radius: 1.302083vw;
    }

    #jp2026 .products-grid.single-product .product-card {
        padding: 1.5625vw 0;
        flex-direction: column;
    }

    #jp2026 .products-grid.single-product .product-info,
    #jp2026 .products-grid.single-product .product-image {
        width: 100% !important;
    }

    #jp2026 .products-grid.single-product .product-name {
        font-size: 2.473958vw;
    }

    #jp2026 .products-grid.single-product .product-card .btn-discount {
        width: 100%;
    }

    #jp2026 .form-subtitle {
        font-size: 1.822917vw;
        margin-bottom: 2.083333vw;
    }

    #jp2026 .campaign-form {
        padding: 2.34375vw 1.822917vw;
        border-radius: 1.302083vw;
    }

    #jp2026 .form-row {
        grid-template-columns: 1fr;
        gap: 1.5625vw;
        margin-bottom: 1.5625vw;
    }

    #jp2026 label {
        font-size: 1.822917vw;
        margin-bottom: 0.78125vw;
    }

    #jp2026 label span {
        font-size: 1.5625vw;
    }

    #jp2026 .required {
        font-size: 1.432292vw;
        padding: 0.390625vw 1.041667vw;
        border-radius: 2.604167vw;
    }

    #jp2026 input[type="text"],
    #jp2026 input[type="email"],
    #jp2026 textarea, #jp2026 select {
        padding: 1.432292vw 1.5625vw;
        border-width: 0.130208vw;
        border-radius: 2.34375vw;
        font-size: 1.822917vw;
    }

    #jp2026 .file-label {
        padding: 2.604167vw 1.822917vw;
        border-width: 0.130208vw;
        border-radius: 1.302083vw;
    }

    #jp2026 .file-btn {
        font-size: 1.822917vw;
        padding: 0.911458vw 2.34375vw;
        border-radius: 0.78125vw;
    }

    #jp2026 .file-hint {
        font-size: 1.5625vw;
    }

    #jp2026 .btn-submit {
        padding: 1.5625vw;
        font-size: 2.864583vw;
        border-radius: 130.078125vw;
        margin-top: 1.822917vw;
    }

    #jp2026 .form-privacy {
        font-size: 1.432292vw;
        margin-top: 1.302083vw;
    }

    #jp2026 .faq-section {
        padding: 2.083333vw 0 1.5625vw;
    }

    #jp2026 .faq-notice-panel {
        max-width: 100%;
        padding: 2.083333vw 1.5625vw 2.34375vw;
        border-width: 0.130208vw;
    }

    #jp2026 .faq-title {
        font-size: 3.90625vw;
        margin-bottom: 1.822917vw;
    }

    #jp2026 .faq-item {
        margin-bottom: 1.822917vw;
    }

    #jp2026 .faq-question {
        font-size: 2.604167vw;
        margin-bottom: 0.78125vw;
    }

    #jp2026 .faq-answer {
        font-size: 1.822917vw;
    }

    #jp2026 .notice-title {
        font-size: 3.385417vw;
        margin-top: 2.34375vw;
        margin-bottom: 1.302083vw;
    }

    #jp2026 .notice-list p {
        font-size: 1.822917vw;
        padding-left: 1.822917vw;
        margin-bottom: 1.041667vw;
    }

    #jp2026 .contact-section {
        padding: 0 0 2.34375vw;
    }

    #jp2026 .contact-panel {
        max-width: 100%;
        padding: 2.34375vw 1.5625vw 2.604167vw;
        border-radius: 1.302083vw;
    }

    #jp2026 .contact-text {
        font-size: 2.604167vw;
        margin-bottom: 1.822917vw;
    }

    #jp2026 .contact-btn {
        max-width: 100%;
        width: 100%;
        font-size: 3.90625vw;
        padding: 1.5625vw 2.083333vw;
        border-radius: 130.078125vw;
    }

    #jp2026 .contact-note {
        font-size: 1.692708vw;
        margin-top: 1.302083vw;
    }

    #jp2026 .footer {
        padding: 2.34375vw 1.5625vw;
        font-size: 1.5625vw;
    }
}

@media (max-width: 480px) {
    #jp2026 .container {
        padding: 0 3.2vw;
    }

    #jp2026 .intro-subtitle {
        font-size: 4.8vw;
    }

    #jp2026 .intro-title {
        font-size: 7.2vw;
        margin-bottom: 4vw;
    }

    #jp2026 .intro-description {
        font-size: 4vw;
    }

    #jp2026 .overview-title {
        font-size: 5.6vw;
        padding: 2.2vw 5vw;
    }

    #jp2026 .overview-subtitle {
        font-size: 4.5vw;
    }

    #jp2026 .overview-item p {
        font-size: 3.9vw;
    }

    #jp2026 .section-title {
        font-size: 6.2vw;
        margin-bottom: 4.2vw;
    }

    #jp2026 .category-name {
        font-size: 4.8vw;
        margin-bottom: 3.6vw;
    }

    #jp2026 .tab-btn {
        min-width: 21vw;
        padding: 2.1vw 3.4vw;
        font-size: 3.8vw;
        border-radius: 1.4vw;
    }

    #jp2026 .products-grid {
        gap: 3.2vw;
    }

    #jp2026 .product-card {
        border-radius: 2.4vw;
    }

    #jp2026 .tab-content .product-info,
    #jp2026 .product-info {
        padding: 3.8vw 3.2vw;
    }

    #jp2026 .product-name {
        font-size: 4.6vw;
        margin-bottom: 2.4vw;
    }

    #jp2026 .product-desc {
        font-size: 3.8vw;
        margin-bottom: 2.6vw;
    }

    #jp2026 .btn-discount {
        padding: 2.6vw;
        font-size: 4.8vw;
        border-radius: 2.4vw;
    }

    #jp2026 .products-grid.single-product .product-name {
        font-size: 5vw;
    }

    #jp2026 .form-subtitle {
        font-size: 3.9vw;
        margin-bottom: 3.6vw;
    }

    #jp2026 .campaign-form {
        padding: 4.2vw 3.2vw;
        border-radius: 2.4vw;
    }

    #jp2026 .form-row {
        gap: 2.8vw;
        margin-bottom: 2.8vw;
    }

    #jp2026 label {
        font-size: 4.1vw;
        margin-bottom: 1.4vw;
    }

    #jp2026 label span {
        font-size: 3.5vw;
    }

    #jp2026 .required {
        font-size: 3.2vw;
        padding: 0.8vw 2.1vw;
    }

    #jp2026 input[type="text"],
    #jp2026 input[type="email"],
    #jp2026 textarea, #jp2026 select {
        padding: 2.8vw 3vw;
        border-radius: 4.8vw;
        font-size: 3.9vw;
    }

    #jp2026 .file-label {
        padding: 4.6vw 3.2vw;
        border-radius: 2.4vw;
    }

    #jp2026 .file-btn {
        font-size: 3.9vw;
        padding: 1.8vw 4vw;
        border-radius: 1.6vw;
    }

    #jp2026 .file-hint {
        font-size: 3.4vw;
    }

    #jp2026 .btn-submit {
        padding: 3.1vw;
        font-size: 5.4vw;
        margin-top: 3.2vw;
    }

    #jp2026 .form-privacy {
        font-size: 3.2vw;
        margin-top: 2.4vw;
    }

    #jp2026 .faq-section {
        padding: 3.6vw 0 2.8vw;
    }

    #jp2026 .faq-notice-panel {
        padding: 4vw 3.2vw 4.2vw;
    }

    #jp2026 .faq-title {
        font-size: 7vw;
        margin-bottom: 3.4vw;
    }

    #jp2026 .faq-item {
        margin-bottom: 3.8vw;
    }

    #jp2026 .faq-question {
        font-size: 4.8vw;
        margin-bottom: 1.4vw;
    }

    #jp2026 .faq-answer {
        font-size: 3.9vw;
    }

    #jp2026 .notice-title {
        font-size: 6vw;
        margin-top: 4vw;
        margin-bottom: 2.2vw;
    }

    #jp2026 .notice-list p {
        font-size: 3.9vw;
        padding-left: 3.6vw;
        margin-bottom: 2vw;
    }

    #jp2026 .contact-section {
        padding: 0 0 4vw;
    }

    #jp2026 .contact-panel {
        padding: 4.2vw 3.2vw 4.6vw;
        border-radius: 2.4vw;
    }

    #jp2026 .contact-text {
        font-size: 4.6vw;
        margin-bottom: 3.2vw;
    }

    #jp2026 .contact-btn {
        font-size: 4.166667vw;
        padding: 3.1vw 3.6vw;
    }

    #jp2026 .contact-note {
        font-size: 3.6vw;
        margin-top: 2.2vw;
    }

    #jp2026 .footer {
        padding: 4vw 3.2vw;
        font-size: 3.4vw;
    }
}


/* ============================================
   打印样式
   ============================================ */
@media print {

    .hero-banner,
    .contact-section,
    .footer {
        display: none;
    }

    .products-grid {
        grid-template-columns: 1fr 1fr;
    }
}