/* 夏季场景样式 */

/* 夏季场景背景 */
.summer-bg {
    background-image: url('https://www.chinanews.com.cn/fileftp/2025/11/2025-11-29/U947P4T47D55833F29949DT20251201144835.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/* 环卫工人样式 */
.sanitation-worker {
    position: absolute;
    width: 293px;
    height: 509px;
    right: 20%;
    bottom: -20px;
    z-index: 2;
    background-image: url('https://www.chinanews.com.cn/fileftp/2025/12/2025-12-08/U947P4T47D55853F24534DT20251209094053.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

/* 环卫工人眨眼动画 */
@keyframes sanitationWorkerBlink {
    0%, 90%, 100% {
        background-image: url('https://www.chinanews.com.cn/fileftp/2025/12/2025-12-08/U947P4T47D55853F24533DT20251209094053.png');
    }
    95% {
        background-image: url('https://www.chinanews.com.cn/fileftp/2025/12/2025-12-08/U947P4T47D55853F24534DT20251209094053.png');
    }
}

/* 应用眨眼动画 */
.sanitation-worker {
    animation: sanitationWorkerBlink 4s infinite;
    transition: background-image 0.1s ease-in-out;
}

/* 对话气泡样式 */
.sanitation-worker-bubble {
    position: absolute;
    width: 108px;
    height: 38px;
    left: 5%;
    top: 40%;
    z-index: 3;
    background-image: url('https://www.chinanews.com.cn/fileftp/2025/11/2025-11-29/U947P4T47D55833F29953DT20251201145044.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

/* 热浪点容器 */
.heat-spots {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
}

/* 热浪点样式 */
.heat-spot {
    position: absolute;
    width: 60px;
    height: 60px;
    background-image: url('https://www.chinanews.com.cn/fileftp/2025/12/2025-12-01/U947P4T47D55836F24532DT20251201145412.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    animation: heatSpotPulse 2s infinite ease-in-out;
    transition: transform 0.3s ease;
    border-radius: 50%; /* 使背景变成圆形 */
    overflow: hidden; /* 隐藏超出圆形的部分 */
}

/* 光点变成叶子 */
.heat-spot.leaf {
    background-image: url('https://www.chinanews.com.cn/fileftp/2025/12/2025-12-01/U947P4T47D55836F24533DT20251201145412.png');
    animation: none;
    transform: scale(1.1);
}

/* 热浪点位置 */
.spot1 {
    top: 30%;
    left: 16%;
}

.spot2 {
    top: 22%;
    left: 45%;
}

.spot3 {
    top: 35%;
    right: 13%;
}

/* 热浪点脉动动画 */
@keyframes heatSpotPulse {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

/* 叶子样式 */
.leaf {
    position: absolute;
    width: 60px;
    height: 60px;
    background-image: url('https://www.chinanews.com.cn/fileftp/2025/12/2025-12-01/U947P4T47D55836F24533DT20251201145412.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 5;
    transition: all 1.5s ease-in-out;
    pointer-events: none;
}

/* 叶子汇聚动画 */
.leaf.converging {
    transform: scale(0.8);
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

/* 叶子消失动画 */
.leaf.disappearing {
    opacity: 0;
    transform: scale(0.3);
}

/* 茶容器样式 */
.tea-container {
    position: absolute;
    width: 120px;
    height: 160px;
    top: 20%;
    right: 33%;
    z-index: 4;
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.5s ease-in-out;
}

/* 茶杯显现动画 */
.tea-container.appearing {
    opacity: 1;
    transform: scale(1);
}

/* 茶样式 */
.tea {
    width: 100%;
    height: 100%;
    background-image: url('https://www.chinanews.com.cn/fileftp/2025/12/2025-12-08/U947P4T47D55853F29947DT20251209094053.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

/* 引导提示容器 */
.summer-hint {
    position: absolute;
    top: 25%;
    left: 66%;
    transform: translateX(-50%);
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 1;
    transition: opacity 0.5s ease;
}

/* 手指图标 */
.summer-finger {
    width: 40px;
    height: 50px;
    background-image: url('https://www.chinanews.com.cn/fileftp/2025/12/2025-12-10/U947P4T47D55863F29952DT20251212150027.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    animation: fingerMoveLeftRight 2s infinite;
}

/* 引导词 */
.summer-hint-text {
    width: 80px;
    height: 40px;
    background-image: url('https://www.chinanews.com.cn/fileftp/2025/11/2025-11-29/U947P4T47D55833F29952DT20251201145657.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

/* 手指移动动画 */
@keyframes fingerMoveLeftRight {
    0%, 100% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-10px);
    }
}

/* 场景文本和服务信息 */
.scene-text {
    position: absolute;
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 18px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    z-index: 5;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.service-info {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 15px;
    border-radius: 10px;
    z-index: 5;
    opacity: 0;
    transition: opacity 0.5s ease;
    text-align: center;
}

.service-icon {
    width: 30px;
    height: 30px;
    margin: 0 auto 10px;
    background-color: #0066cc;
    border-radius: 50%;
}

.service-text {
    font-size: 14px;
    color: #333;
}

/* 动态海报样式 */
.summer-poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f9f7f2;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.5s ease;
}

/* 海报背景 */
.poster-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(https://www.chinanews.com.cn/fileftp/2025/12/2025-12-09/U947P4T47D55854F24531DT20251209102712.jpg) no-repeat top center;
    background-size: 100% 100%;
}

/* 相框 */
.summer-poster .poster-frame {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 100%;
    background-image: url(https://www.chinanews.com.cn/fileftp/2025/12/2025-12-09/U947P4T47D55854F29947DT20251209102712.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

/* 环卫工人喝水 */
.summer-poster .poster-worker {
    position: absolute;
    top: 39%;
    left: 66%;
    transform: translateX(-50%);
    width: 200px;
    height: 300px;
    background-image: url('https://www.chinanews.com.cn/fileftp/2025/12/2025-12-09/U947P4T47D55854F24532DT20251209102712.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transform-origin: center bottom;
    animation: workerSway 4s ease-in-out infinite;
    z-index: 99;
}

/* 环卫工人晃动动画 */
@keyframes workerSway {
    0%, 100% {
        transform: translateX(-50%) rotate(0deg);
    }
    50% {
        transform: translateX(-50%) rotate(2deg);
    }
}

/* 文案 */
.summer-poster .poster-text {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 187px;
    background-image: url('https://www.chinanews.com.cn/fileftp/2025/12/2025-12-09/U947P4T47D55854F24534DT20251209102712.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    animation: fadeIn 1s ease-in-out forwards;
    animation-delay: 0.5s;
}

/* 贴纸 */
.summer-poster .poster-sticker {
    position: absolute;
    bottom: 13%;
    left: 35%;
    transform: translateX(-50%);
    width: 70%;
    height: 111px;
    background-image: url('https://www.chinanews.com.cn/fileftp/2025/12/2025-12-09/U947P4T47D55854F24533DT20251209102712.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    animation: fadeIn 1s ease-in-out forwards;
    animation-delay: 1s;
    z-index: 100;
}


/* 叶子飘落效果 */
.falling-leaves {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    pointer-events: none;
}

.falling-leaf {
    position: absolute;
    width: 100px;
    height: 100px;
    background-image: url('https://www.chinanews.com.cn/fileftp/2025/12/2025-12-09/U947P4T47D55855F29952DT20251209111730.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    animation: leafFall 2s ease-in forwards;
}

@keyframes leafFall {
    0% {
        transform: translateY(-100px) rotate(0deg) scale(0.5);
        opacity: 0;
    }
    10% {
        opacity: 0.8;
    }
    90% {
        opacity: 0.8;
    }
    100% {
        transform: translateY(calc(100vh + 100px)) rotate(360deg) scale(1.5);
        opacity: 0;
    }
}
