/* 湖北省宣传周 - 全局样式 */

/* 重置和基础样式 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Microsoft YaHei', 'PingFang SC', 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #7bc5f9;
}

/* Hero区域样式 */
.hero-section {
    width: 100%;
    overflow: hidden;
}

.hero-image {
    width: 100%;
    height: auto;
    display: block;
}

/* 通用容器样式 */
.container {
    max-width: 1200px;
}

/* 卡片样式 */
.card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0,0,0,0.2);
}

/* 按钮样式 */
.btn {
    border-radius: 25px;
    padding: 10px 30px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-primary {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
}

.btn-primary:hover {
    background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

/* 图片样式 */
img {
    max-width: 100%;
    height: auto;
}

/* 页脚样式 */
footer {
}

/* 响应式调整 */
@media (max-width: 768px) {
    .s-content {
        padding: 30px 0;
    }
    
    .s-content .row {
        min-height: auto;
    }

    .s-content .col-md-5,
    .s-content .col-md-7 {
        margin-bottom: 20px;
    }
    
    .content-box {
        padding: 20px;
    }
    
    .content-box p {
        font-size: 14px;
    }

    .photo-item img {
        aspect-ratio: auto;
        height: auto;
    }

    .font_item {
        position: static;
        background-color: rgba(158, 107, 81, 0.8);
        text-align: center;
    }
}

/* 动画效果 */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in {
    animation: fadeIn 0.8s ease-in;
}

/* 工具类 */
.text-gradient {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section-padding {
    padding: 60px 0;
}

.yellow-bg {
    background-color: #ffbf00;
    height: 100%;
}

.s-content {
    padding: 40px 0;
    background-image: url('top2.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.content-box {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
}

.content-box p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    text-align: justify;
}

/* 第三屏样式 */
.third-screen {
    padding: 30px 0;
}

.section-title-img {
    max-width: 200px;
    width: 100%;
    height: auto;
}

.photo-row {
    margin-left: -5px;
    margin-right: -5px;
}

.photo-row > div {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}

.photo-item {
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    position: relative;
}

.photo-item img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.font_item {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(158, 107, 81, 0.614);
    
    color: #fff;
    padding: 8px 10px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}

.photo-item:hover {
    transform: tra
nslateY(-5px);
    box-shadow: 0 8px 15px rgba(0,0,0,0.2);
}

.photo-item:hover img {
    transform: scale(1.1);
}
.release-title {
    padding-right: 30px;
}
.release-title h2 {
    font-size: 36px;
    color: #ffd700;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.2;
}

.release-title p {
    color: #bbb;
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 1.8;
}

.release-title .divider {
    width: 60px;
    height: 3px;
    background-color: #ffd700;
    margin-top: 30px;
}

.release-item {
    background-color: #fff;
    padding: 30px 20px;
    border-radius: 0;
    color: #333;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.release-item:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    z-index: 1;
}

.release-item .icon-box {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #f8f9fa;
    text-align: center;
    line-height: 60px;
    margin-bottom: 20px;
}

.release-item .icon-box i {
    font-size: 50px;
    color: #ffd700;
}

.release-item h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #333;
    font-weight: bold;
}

.release-item p {
    color: #666;
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
}

/* 第五屏 - 地市州活动地图 */
.map-screen {
    padding: 30px 0 30px;
    background-color: #0494fa;
    margin-top: 30px;
}

.activity-card {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.activity-card-title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
    line-height: 1.4;
}

.activity-card-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 25px;
}

.activity-card-btn {
    display: inline-block;
    padding: 10px 30px;
    background: linear-gradient(135deg, #ffbf00 0%, #ff9500 100%);
    color: #fff;
    text-decoration: none;
    border-radius: 25px;
    font-size: 14px;
    font-weight: bold;
    transition: all 0.3s ease;
    text-align: center;
}

.activity-card-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 149, 0, 0.4);
    color: #fff;
    text-decoration: none;
}

.book-link {
    display: block;
    text-align: center;
}

.book-cover {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    cursor: pointer;
}

.book-cover:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.map-container {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.map-bg {
    width: 100%;
    height: auto;
    display: block;
}

.map-buttons {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.map-btn {
    position: absolute;
    padding: 8px 16px;
    background: linear-gradient(135deg, #ffbf00 0%, #ff9500 100%);
    border: none;
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    pointer-events: auto;
    white-space: nowrap;
    transform: translate(-50%, -50%);
    text-decoration: none;
    display: inline-block;
}

.map-btn:hover {
    transform: translate(-50%, -50%) scale(1.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    background: linear-gradient(135deg, #ffc107 0%, #ff9800 100%);
    color: #fff;
    text-decoration: none;
}

.map-btn:active {
    transform: translate(-50%, -50%) scale(0.95);
}

@media (max-width: 768px) {
    .map-btn {
        padding: 5px 10px;
        font-size: 11px;
        border-radius: 15px;
    }
    
    .map-container {
        max-width: 100%;
    }
    
    .activity-card {
        margin-bottom: 20px;
        padding: 20px;
    }
    
    .activity-card-title {
        font-size: 18px;
    }
    
    .book-cover {
        max-width: 80%;
        margin-top: 20px;
    }
}

@media (max-width: 480px) {
    .map-btn {
        padding: 4px 8px;
        font-size: 10px;
        border-radius: 12px;
    }
    
    .map-screen {
        padding: 20px 0 40px;
    }
    
    .activity-card {
        padding: 15px;
    }
    
    .activity-card-title {
        font-size: 16px;
    }
    
    .activity-card-desc {
        font-size: 13px;
    }
}