html {
    width: 100vw;
    height: auto;
    overflow-x: hidden;
}
.section-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    padding-top: 50px;
    position: relative;
}

.section-1-content {
    display: flex;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    gap: 30px;
    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;
    text-align: left;
}

.section-1-text h2 {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 2;
}

.section-1-text p {
    font-size: 14px;
    line-height: 2;
    opacity: 0.9;
}





.section-2 {
    margin-top: 50px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.text-container {
    margin-left: 5%;
    margin-right: 5%;
    order: 2;
}

.text-container h3{
    font-weight: 700;
}

.text-container p {
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
}

.image-container {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.main-image {
    width: 100%;
    height: auto;
}






.section-3 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 50px;
}

.section-3-content {
    display: flex;
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    gap: 10px;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
}

.section-3-text {
    flex: 1;
    padding: 10px;
    text-align: left;
}

.section-3-text h2 {
    font-size: 14px;
    padding: 10px 20px;
    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: 40px; /* 确保最小高度以完整显示背景 */
    display: flex;
    align-items: center; 
}

.section-3-text p {
    font-size: 14px;
    line-height: 2;
    opacity: 0.9;
    margin-top: 30px;
}

.section-3-image {
    flex: 1;
    display: flex;
    justify-content: left;
    align-items: left;
    margin-left: -40%;
}

.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;
    position: relative;
    margin-top: 50px;
}

.section-4-content {
    display: flex;
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    gap: 10px;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
}

.section-4-image {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: -30%;
}

.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;
    padding: 10px;
    text-align: left;
}

.section-4-text h2 {
    font-size: 14px;
    padding: 10px 20px;
    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: 40px; /* 确保最小高度以完整显示背景 */
    display: flex;
    align-items: center; 
}

.section-4-text p {
    font-size: 14px;
    line-height: 2;
    opacity: 0.9;
    margin-top: 30px;
}



.section-add-1 {
    margin-top: 50px;
}

.section-add-1-content {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.section-add-1-image {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.enzo-add-1-image {
    width: 100%;
    height: auto;
    border-radius: 6px;
    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 {
    margin-left: 5%;
    margin-right: 5%;
    order: 2;
}

.section-add-1-text h2 {
    font-size: 14px;
    padding: 10px 20px;
    margin: 0;
    background-image: url('../../img/hiro_text_bg.png');
    background-size: 100% 100%; /* 拉伸背景图片以完全适应元素 */
    background-repeat: no-repeat;
    color: #fff;
    font-weight: 700;
    flex: 1;
    border-radius: 4px;
    min-height: 60px; /* 确保最小高度以完整显示背景 */
    display: flex;
    align-items: center; 
}

.section-add-1-text p {
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
    margin-top: 20px;
}

.section-add-2-content {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.section-add-2-text {
    margin-left: 5%;
    margin-right: 5%;
    order: 2;
}

.section-add-2-text h2 {
    font-size: 14px;
    padding: 10px 20px;
    margin: 0;
    background-image: url('../../img/hiro_text_bg.png');
    background-size: 100% 100%; /* 拉伸背景图片以完全适应元素 */
    background-repeat: no-repeat;
    color: #fff;
    font-weight: 700;
    flex: 1;
    border-radius: 4px;
    min-height: 60px; /* 确保最小高度以完整显示背景 */
    display: flex;
    align-items: center; 
}


.section-add-2-image {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.enzo-add-2-image {
    width: 100%;
    height: auto;
    border-radius: 6px;
    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 {
    margin-top: 50px;
}

.section-add-3-content {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.section-add-3-text {
    margin-left: 5%;
    margin-right: 5%;
    order: 2;
}

.section-add-3-text h2 {
    font-size: 14px;
    padding: 10px 20px;
    margin: 0;
    background-image: url('../../img/hiro_text_bg.png');
    background-size: 100% 100%; /* 拉伸背景图片以完全适应元素 */
    background-repeat: no-repeat;
    color: #fff;
    font-weight: 700;
    flex: 1;
    border-radius: 4px;
    min-height: 60px; /* 确保最小高度以完整显示背景 */
    display: flex;
    align-items: center; 
}

.section-add-3-text p {
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
    margin-top: 20px;
}

.section-add-3-image {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.enzo-add-3-image {
    width: 100%;
    height: auto;
    border-radius: 6px;
    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 {
    margin-top: 50px;
}

.section-add-4-content {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.section-add-4-image {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.enzo-add-4-image {
    width: 100%;
    height: auto;
    border-radius: 6px;
    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 {
    margin-left: 5%;
    margin-right: 5%;
    order: 2;
}

.section-add-4-text h2 {
    font-size: 14px;
    padding: 10px 20px;
    margin: 0;
    background-image: url('../../img/hiro_text_bg.png');
    background-size: 100% 100%; /* 拉伸背景图片以完全适应元素 */
    background-repeat: no-repeat;
    color: #fff;
    font-weight: 700;
    flex: 1;
    border-radius: 4px;
    min-height: 60px; /* 确保最小高度以完整显示背景 */
    display: flex;
    align-items: center; 
}

.section-add-4-text p {
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
    margin-top: 20px;
}




/* section-5 样式 */
.section-5 {
    margin-top: 50px;
}

.section-5-content {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    flex-direction: column;
}

/* 文字样式 */
.section-5-text {
    margin-top: 30px;
    font-size: 14px;
    line-height: 2;
    opacity: 0.9;
    order: 2;
}

/* 图片网格容器 */
.image-grid {
    display: flex;
    flex-direction: column;
    gap: 5px;
    order: 1;
}

/* 图片行容器（用于下排图片） */
.image-row {
    display: flex;
    gap: 5px;
    width: 100%;
}

/* 图片项容器 */
.image-item {
    flex: 1;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    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;
    padding: 10px;
    position: relative;
}

.section-6-content {
    width: 100%;
    box-sizing: border-box;
}

.section-title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: 700;
}


.spec-table {
    width: 100%;
    overflow-x: auto;
    margin-bottom: 30px;
}

.spec-table table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.pitch-title {
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
    color: white;
    font-weight: 600;
}

.spec-table th,
.spec-table td {
    padding: 8px 10px;
    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 20px;
    font-size: 14px;
    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: 14px;
    display: none;
}





