        /* 版本1样式 */
		.version1{ width: 100%; }
        .version1 .gallery-group {
            border-radius: 12px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        }

        .version1 .main-container {
            display: flex; width: 100%; justify-content: center; margin-bottom: 20px;
        }

        .version1 .main-image {
            max-width: 100%; height: 500px; object-fit: cover; cursor: zoom-in; transition: transform 0.3s ease;
        }

        .version1 .thumbnails {
            display: flex; width: 100%; flex-wrap: wrap; gap: 10px; padding: 15px;
        }

        .version1 .thumbnail {
            width: 80px;
            height: 80px;
            object-fit: cover;
            border-radius: 4px;
            cursor: pointer;
            opacity: 0.6;
            transition: all 0.3s ease;
            border: 2px solid transparent;
        }

        .version1 .thumbnail.active {
            opacity: 1;
            border-color: #2196F3;
            transform: scale(1.05);
        }

        /* 版本2样式 */
.index_wedo_right .version2{ display: flex; width: 100%; }
.index_wedo_right .version2 .thumbnail-list{ display: flex; width: 100%; justify-content: space-between; }
.index_wedo_right img{ transition: all 0.3s; cursor: pointer; }
.index_wedo_right .version2 .thumbnail-item{ border-radius: 6px; overflow: hidden; }
.index_wedo_l{ display: flex; flex-direction: column; width: 49%; }
.index_wedo_t1{ width: 100%; height: 220px; overflow: hidden; margin-bottom: 15px; }
.index_wedo_t1 img{ border: 0px; width: 100%; height: 100%; }
.index_wedo_t1:hover img { transform: scale(1.05); transition: all 0.3s; }

.index_wedo_b1{ display: flex; justify-content: space-between; }
.index_wedo_b1 div{ display: flex; width: 48%; }
.index_wedo_b1 img{ border: 0px; width: 100%; height: 100%; }
.index_wedo_b1 .thumbnail-item:hover img { transform: scale(1.05); transition: all 0.3s; }

.index_wedo_r{ display: flex; flex-direction: column; width: 49%; }
.index_wedo_t2{ display: flex; justify-content: space-between; margin-bottom: 15px; }
.index_wedo_t2 div{ display: flex; width: 48%; }
.index_wedo_t2 img{ border: 0px; width: 100%; height: 100%; }
.index_wedo_t2 .thumbnail-item:hover img { transform: scale(1.05); transition: all 0.3s; }

.index_wedo_b2{ display: flex; }
.index_wedo_b2 img{ border: 0px; width: 100%; height: 100%; }
.index_wedo_b2:hover img { transform: scale(1.05); transition: all 0.3s; }


.index_wedo_r{ display: flex; flex-direction: column; width: 49%; }
		
		
		
.index_changjing .version2{ display: flex; width: 1200px; margin: 0px auto; flex-wrap: wrap; justify-content: space-between; }
.index_changjing .version2 .thumbnail-list{ display: flex; width: 1200px; margin: 0px auto; flex-wrap: wrap; justify-content: space-between; }
.index_changjing .version2 .thumbnail-list .thumbnail-item{ cursor: pointer; display: flex; width: 32%; height: 240px; overflow: hidden; margin-bottom: 25px; position: relative; transition: all 0.3s; }
.index_changjing .version2 .thumbnail-list .thumbnail-item p{ margin: 0px; padding: 0px; }
.index_changjing .version2 .thumbnail-item span{ display: flex; width: 100%; height: 100%; color: rgba(255,255,255,0); justify-content: center; align-items: center; position: absolute; font-weight: bold; background: rgba(0,0,0,0); }
.index_changjing .version2 .thumbnail-item:hover span{ transition: all 0.3s; color: rgba(255,255,255,1); background: rgba(0,0,0,0.4); font-size: 16px; }
.index_changjing  .version2 .thumbnail-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s; display: flex; border: 0px; }
.index_changjing  .version2 .thumbnail-item:hover img { transform: scale(1.05); }

        /* 公共样式 */
        .fullscreen-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.95);
            display: none;
            justify-content: center;
            align-items: center;
            z-index: 999;
            animation: fadeIn 0.3s;
        }

        .fullscreen-overlay.active {
            display: flex;
        }

        .fullscreen-image {
            max-width: 90%;
            max-height: 90%;
            transform-origin: center;
            transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .controls-container {
            position: fixed;
            top: 20px;
            right: 20px;
            display: flex;
            gap: 15px;
            z-index: 1000;
        }

        .nav-container {
            position: fixed;
            top: 50%;
            left: 0;
            right: 0;
            display: flex;
            justify-content: space-between;
            padding: 0 20px;
            transform: translateY(-50%);
            z-index: 1000;
        }

        .control-btn {
            width: 44px;
            height: 44px;
            border: none;
            border-radius: 50%;
            background: rgba(255,255,255,0.9);
            color: #333;
            font-size: 24px;
            cursor: pointer;
            transition: all 0.3s;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .control-btn:hover {
            background: #fff;
            transform: scale(1.1);
        }

        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }

        @media (max-width: 900px) {
            .version1 .thumbnail {
                width: 20%;
                height: 70px;
				box-sizing: border-box;
            }

            .version2 .thumbnail-item {
                width: 120px;
                height: 80px;
            }

            .control-btn {
                width: 36px;
                height: 36px;
                font-size: 20px;
            }
			
			
			.index_changjing .version2 .thumbnail-list{ width: 100%; flex-direction: column; }
			.index_changjing .version2 .thumbnail-list .thumbnail-item{ width: 100%; margin-bottom: 15px; }
			.version1 .main-image{ height: 330px; }
			.version1 .thumbnails{ box-sizing: border-box; }
			.version1 .main-container{ margin-bottom: 0px; }
			
        }