@media screen and (min-width: 768px) {
    .section-1 {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 100vh;
        color: white;
        padding: 40px;
        position: relative;
    }

    .section-1-content {
        display: flex;
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
        gap: 60px;
        box-sizing: border-box;
        justify-content: center;
        align-items: center;
    }

    .section-1-image {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .enzo-image {
        width: 100%;
        height: auto;
        border-radius: 8px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.7);
        transition: transform 0.3s ease;
    }

    .enzo-image:hover {
        transform: scale(1.02);
    }

    .section-1-text {
        flex: 1;
        padding: 20px;
        text-align: left;
    }

    .section-1-text h2 {
        font-size: 2rem;
        margin-bottom: 20px;
        font-weight: 700;
        line-height: 2;
    }

    .section-1-text p {
        font-size: 18px;
        line-height: 2;
        opacity: 0.9;
    }





    .section-2 {
        text-align: center;
        color: white;
        min-height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .text-container {
        width: 70%;
        margin-left: 15%;
        margin-right: 15%;
        font-size: 18px;
        line-height: 2;
        color: white;
        text-align: center;
        opacity: 0.9;
    }

    .text-container h3{
        font-weight: 700;
    }

    .text-container p {
        font-size: 18px;
    }

    .image-container {
        width: 80%;
        max-height: 900px;
        margin-bottom: 30px;
        margin-top: 50px;
        margin-left: 10%;
        margin-right: 10%;
        overflow: hidden;
    }

    .main-image {
        width: 100%;
        height: auto;
        object-fit: cover;
        border-radius: 8px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    }






    .section-3 {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 100vh;
        color: white;
        padding: 40px;
        position: relative;
    }

    .section-3-content {
        display: flex;
        width: 70%;
        margin-left: 15%;
        margin-right: 15%;
        gap: 60px;
        box-sizing: border-box;
        justify-content: center;
        align-items: center;
    }

    .section-3-text {
        flex: 1;
        text-align: left;
    }

    .section-3-text h2 {
        font-size: 1.3rem;
        padding: 20px 50px;
        margin: 0;
        background-image: url('../img/hiro_text_bg.png');
        background-size: cover;
        color: #fff;
        font-weight: 700;
        flex: 1;
        border-radius: 4px;
        min-height: 200px; /* 确保最小高度以完整显示背景 */
        display: flex;
        align-items: center; 
    }

    .section-3-text p {
        font-size: 18px;
        line-height: 2;
        opacity: 0.9;
        margin-top: 50px;
    }

    .section-3-image {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .studio-image {
        width: 100%;
        border-radius: 8px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.7);
        transition: transform 0.3s ease;
    }

    .studio-image:hover {
        transform: scale(1.02);
    }





    .section-4 {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 100vh;
        color: white;
        padding: 40px;
        position: relative;
    }

    .section-4-content {
        display: flex;
        width: 70%;
        margin-left: 15%;
        margin-right: 15%;
        gap: 60px;
        box-sizing: border-box;
        justify-content: center;
        align-items: center;
    }

    .section-4-image {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .hero-image {
        width: 100%;
        height: auto;
        border-radius: 8px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.7);
        transition: transform 0.3s ease;
    }

    .hero-image:hover {
        transform: scale(1.02);
    }

    .section-4-text {
        flex: 1;
        text-align: left;
    }

    .section-4-text h2 {
        font-size: 1.3rem;
        padding: 20px 50px;
        margin: 0;
        background-image: url('../img/hiro_text_bg.png');
        background-size: cover;
        color: #fff;
        font-weight: 700;
        flex: 1;
        border-radius: 4px;
        min-height: 200px; /* 确保最小高度以完整显示背景 */
        display: flex;
        align-items: center; 
    }

    .section-4-text p {
        font-size: 18px;
        line-height: 2;
        opacity: 0.9;
        margin-top: 50px;
    }




    .section-add-1 {
        display: flex;
        min-height: 100vh;
        color: white;
        padding: 40px;
        flex-direction: column;
    }

    .section-add-1-content {
        display: flex;
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
        gap: 60px;
        box-sizing: border-box;
        justify-content: center;
        align-items: center;
    }

    .section-add-1-image {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .enzo-add-1-image {
        width: 100%;
        height: auto;
        border-radius: 8px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.7);
        transition: transform 0.3s ease;
    }

    .enzo-add-1-image:hover {
        transform: scale(1.02);
    }

    .section-add-1-text {
        flex: 1;
        text-align: left;
    }

    .section-add-1-text h2 {
        font-size: 1.3rem;
        padding: 20px 50px;
        margin: 0;
        background-image: url('../img/hiro_text_bg.png');
        background-size: cover;
        color: #fff;
        font-weight: 700;
        flex: 1;
        border-radius: 4px;
        min-height: 200px; /* 确保最小高度以完整显示背景 */
        display: flex;
        align-items: center; 
    }

    .section-add-1-text p {
        font-size: 18px;
        line-height: 2;
        opacity: 0.9;
        margin-top: 50px;
    }

    .section-add-2-content {
        display: flex;
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
        margin-top: 50px;
        gap: 60px;
        box-sizing: border-box;
        justify-content: center;
        align-items: center;
    }

    .section-add-2-text {
        flex: 1;
        text-align: left;
    }

    .section-add-2-text h2 {
        font-size: 1.3rem;
        padding: 20px 50px;
        margin: 0;
        background-image: url('../img/hiro_text_bg.png');
        background-size: cover;
        color: #fff;
        font-weight: 700;
        flex: 1;
        border-radius: 4px;
        min-height: 200px; /* 确保最小高度以完整显示背景 */
        display: flex;
        align-items: center; 
    }


    .section-add-2-image {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .enzo-add-2-image {
        width: 100%;
        border-radius: 8px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.7);
        transition: transform 0.3s ease;
    }

    .enzo-add-2-image:hover {
        transform: scale(1.02);
    }


     .section-add-3 {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 100vh;
        color: white;
        padding: 40px;
        position: relative;
    }

    .section-add-3-content {
        display: flex;
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
        gap: 60px;
        box-sizing: border-box;
        justify-content: center;
        align-items: center;
    }

    .section-add-3-text {
        flex: 1;
        text-align: left;
    }

    .section-add-3-text h2 {
        font-size: 1.3rem;
        padding: 20px 50px;
        margin: 0;
        background-image: url('../img/hiro_text_bg.png');
        background-size: cover;
        color: #fff;
        font-weight: 700;
        flex: 1;
        border-radius: 4px;
        min-height: 200px; /* 确保最小高度以完整显示背景 */
        display: flex;
        align-items: center; 
    }

    .section-add-3-text p {
        font-size: 18px;
        line-height: 2;
        opacity: 0.9;
        margin-top: 50px;
    }

    .section-add-3-image {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .enzo-add-3-image {
        width: 100%;
        border-radius: 8px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.7);
        transition: transform 0.3s ease;
    }

    .enzo-add-3-image:hover {
        transform: scale(1.02);
    }

    .section-add-4 {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 100vh;
        color: white;
        padding: 40px;
        position: relative;
    }

    .section-add-4-content {
        display: flex;
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
        gap: 60px;
        box-sizing: border-box;
        justify-content: center;
        align-items: center;
    }

    .section-add-4-image {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .enzo-add-4-image {
        width: 100%;
        height: auto;
        border-radius: 8px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.7);
        transition: transform 0.3s ease;
    }

    .enzo-add-4-image:hover {
        transform: scale(1.02);
    }

    .section-add-4-text {
        flex: 1;
        text-align: left;
    }

    .section-add-4-text h2 {
        font-size: 1.3rem;
        padding: 20px 50px;
        margin: 0;
        background-image: url('../img/hiro_text_bg.png');
        background-size: cover;
        color: #fff;
        font-weight: 700;
        flex: 1;
        border-radius: 4px;
        min-height: 200px; /* 确保最小高度以完整显示背景 */
        display: flex;
        align-items: center; 
    }

    .section-add-4-text p {
        font-size: 18px;
        line-height: 2;
        opacity: 0.9;
        margin-top: 50px;
    }


    /* section-5 样式 */
    .section-5 {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 100vh;
        color: white;
        padding: 40px;
        position: relative;
    }

    .section-5-content {
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
        box-sizing: border-box;
        text-align: center;
    }

    /* 文字样式 */
    .section-5-text {
        margin-bottom: 40px;
        font-size: 18px;
        line-height: 2;
        opacity: 0.9;
    }

    /* 图片网格容器 */
    .image-grid {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    /* 图片行容器（用于下排图片） */
    .image-row {
        display: flex;
        gap: 20px;
        width: 100%;
    }

    /* 图片项容器 */
    .image-item {
        flex: 1;
        position: relative;
        overflow: hidden;
        border-radius: 8px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.7);
        transition: transform 0.3s ease;
    }

    /* 图片样式 */
    .grid-image {
        width: 100%;
        height: auto;
        display: block;
        transition: transform 0.3s ease;
    }

    /* 鼠标悬停效果 */
    .image-item:hover {
        transform: translateY(-10px) rotate(2deg);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.8);
    }

    .grid-image:hover {
        transform: scale(1.05) rotate(-2deg);
        filter: brightness(1.1);
    }
    /* 添加渐变遮罩 */
    .image-item::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5));
        z-index: 1;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .image-item:hover::before {
        opacity: 1;
    }

    /* 下排图片调整 */
    .image-row .image-item {
        flex: 1;
    }
    .image-row:first-child .image-item {
        flex: 1;
    }

    /* 下排两张图的特殊处理 */
    .image-row:last-child .image-item {
        flex: 1;
    }






    .section-6 {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 100vh;
        background-color: #000;
        color: white;
        padding: 40px;
        position: relative;
    }

    .section-6-content {
        width: 100%;
        max-width: 1200px;
        box-sizing: border-box;
    }

    .section-title {
        text-align: center;
        font-size: 2rem;
        margin-bottom: 40px;
        color: white;
        font-weight: 700;
    }

    .pixel-pitch-select {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0;
        margin-bottom: 40px;
        flex-wrap: wrap;
    }

    .pitch-btn {
        display: flex;
        align-items: center;
        padding: 10px 20px;
        background-color: transparent;
        border: none;
        color: white;
        font-size: 1rem;
        cursor: pointer;
        transition: all 0.3s ease;
        position: relative;
    }

    .pitch-btn:not(:last-child)::after {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 60%;
        width: 1px;
        background-color: #666;
    }

    .pitch-btn:hover {
        background-color: rgba(0, 0, 0, 0.2);
    }

    .pitch-btn.active {
        color: #0f52ba;
    }

    .pitch-icon {
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }

    .pitch-icon svg {
        width: 100%;
        height: 100%;
    }

    .pitch-text {
        font-weight: 500;
    }

    .spec-table {
        width: 100%;
        overflow-x: auto;
        margin-bottom: 40px;
    }

    .spec-table table {
        width: 100%;
        border-collapse: collapse;
        font-size: 0.95rem;
    }

    .pitch-title {
        text-align: center;
        font-size: 1.5rem;
        margin-bottom: 20px;
        color: white;
        font-weight: 600;
    }

    .spec-table th,
    .spec-table td {
        padding: 12px 15px;
        text-align: left;
        border-bottom: 1px solid #333;
    }

    .spec-table th {
        background-color: rgba(0, 0, 0, 0.8);
        color: #0f52ba;
        font-weight: 600;
    }

    .spec-table tr:hover {
        background-color: rgba(0, 0, 0, 0.7);
    }

    .spec-table tbody tr:nth-child(odd) {
        background-color: #000; /* 更深的灰色 */
    }

    .spec-table tbody tr:nth-child(even) {
        background-color: #2d2d2d; /* 稍浅的灰色 */
    }
    
    

    /* 下载按钮样式 */
    .download-buttons {
        display: flex;
        justify-content: center;
        margin-top: 30px;
        margin-bottom: 50px;
    }

    .download-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        background-color: #1e2460; /* 蓝色背景 */
        color: white;
        padding: 15px 30px;
        font-size: 1.1rem;
        font-weight: 600;
        text-decoration: none;
        border-radius: 8px;
        border: 2px solid #1e2460;
        transition: all 0.3s ease;
        box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
        cursor: pointer;
    }

    .download-btn:hover {
        background-color: #0056b3; /* 深蓝色背景 */
        border-color: #0056b3;
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(0, 123, 255, 0.4);
    }

    .download-btn:active {
        transform: translateY(0);
        box-shadow: 0 2px 10px rgba(0, 123, 255, 0.3);
    }

    .btn-icon {
        font-size: 1.2rem;
    }

}




