/* 轮播图核心样式 */
        .banner-wrap {
            width: 100%;
            position: relative;
            overflow: hidden;
            touch-action: pan-y; /* 允许垂直滚动，拦截水平滑动 */
        }
        .carousel-track {
            display: flex;
            transition: transform 0.5s ease-in-out;
            width: 100%;
        }
        .carousel-item {
            min-width: 100%;
        }
        .carousel-item img {
            width: 100%;
            height: auto;
            display: block;
        }
        .banner-dots {
            position: absolute;
            bottom: 40px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 8px;
            z-index: 10;
        }
        .dot {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: rgba(255,255,255,0.5);
            cursor: pointer;
            transition: background 0.3s;
        }
        .dot.active {
            background: #fff;
        }

        /* 主体内容容器 */
        .content-container {
            background: #fff;
            border-radius: 20px 20px 0 0;
            margin-top: -40px;
            position: relative;
            z-index: 10;
        }

        /* 活动标题 */
        .activity-title {
            font-size: 24px;
            font-weight: bold;
            text-align: center;
            padding: 24px 16px 16px;
            line-height: 1.3;
        }

        /* 元信息行 */
        .meta-row {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0 16px 24px;
            font-size: 14px;
            color: #999;
        }
        .meta-item {
            display: flex;
            align-items: center;
            gap: 4px;
        }

        /* 信息列表 */
        .info-list {
            padding: 0 16px;
        }
        .info-item {
            margin-bottom: 16px;
            font-size: 16px;
            line-height: 1.5;
        }
        .info-label {
            font-weight: bold;
        }

        /* 详情描述 */
        .desc{
            width: 94%;
            margin-left: 3%;
            font-size: 14px;
        }
        .desc-text {
            line-height: 25px;
            text-indent: 30px;
        }
        .detail_1{
        	width: 12px;
        }
        .detail_2{
        	margin-left: 5px;
        }
        .detail_3{
        	width: 15px;
        }
        .detail_{
        	
        }
        .detail_{
        	
        }
        .detail_{
        	
        }
        .detail_{
        	
        }
        .detail_{
        	
        }
        .detail_{
        	
        }
        .detail_{
        	
        }

        