 * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        body {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
            color: #333333;
                    }
        .about-hero-area {
	background-position: center center;
	background-size: cover;
	position: relative;
	height: 450px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	
}
.xy80 {
    background-image: url('/plugins/img/client/80-2.jpg');
}
.zs {
    background-image: url('/plugins/img/client/zs-1.jpg');
}
.ccfe {
    background-image: url('/plugins/img/client/jz-1.jpg');
}
.cctb {
    background-image: url('/plugins/img/client/jz-3.jpg');
}
.sy1 {
    background-image: url('/plugins/img/client/sy-1.jpg');
}
.lt1 {
    background-image: url('/plugins/img/client/lt-1.jpg');
}
.hr {
    background-image: url('/plugins/img/client/hr-x.jpg');
}
.jhfood {
    background-image: url('/plugins/img/client/jh-1.jpg');
}
.case9 {
    background-image: url('/plugins/img/plantop-jh.jpg');
}

        .about-hero-video {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            z-index: 0;
        }
        .about-hero-area::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 1;
        }
        .about-hero-content {
	position: relative;
	z-index: 2;
	max-width: 1520px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
	text-align: left;
}
        .about-hero-content h1 {
	font-size: 48px;
	margin-bottom: 30px;
	font-weight: 700;
	font-family: 'Work Sans', sans-serif;
}
        .about-hero-btn {
            display: inline-block;
            padding: 12px 30px;
            background-color: rgb(255, 255, 255);
            color: #000000;
            border: 1px solid #ffffff;
            border-radius: 25px;
            text-decoration: none;
            font-size: 16px;
            font-weight: 500;
            transition: all 0.3s ease;
        }
        .about-hero-btn:hover {
            background-color: #ffffff;
            color: #333333;
        }
        .news-detail-area {
	padding: 20px 20px 60px 20px;
	background-color: #f5f5f5;
}
        .news-detail-wrapper {
            max-width: 1520px;
            margin: 0 auto;
        }
        .news-detail-container {
	display: flex;
	gap: 30px;
	padding-top: 30px;
}
        .news-main {
            flex: 1;
            min-width: 0;
        }
        .news-card {
            background-color: #ffffff;
            border-radius: 12px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            padding: 50px;
        }
        .news-sidebar {
            max-width: 360px;
            flex-shrink: 0;
        }
        .news-sidebar .sidebar-image {
            width: 100%;
            height: auto;
            border-radius: 12px;
            margin-bottom: 20px;
        }
        .news-header {
            padding-bottom: 30px;
            border-bottom: 1px solid #eeeeee;
            margin-bottom: 30px;
        }
        .news-title {
            font-size: 28px;
            color: #333333;
            font-weight: 600;
            line-height: 1.4;
            margin-bottom: 20px;
        }
        .news-meta {
            display: flex;
            align-items: center;
            gap: 20px;
            font-size: 14px;
            color: #999999;
        }
        .news-meta .date {
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .news-meta .date svg {
            width: 16px;
            height: 16px;
        }
        .news-content {
            font-size: 16px;
            color: #666666;
            line-height: 1.9;
        }
        .news-content p {
            margin-bottom: 24px;
            text-align: justify;
        }
        .news-content p:last-child {
            margin-bottom: 0;
        }
        .news-content h3 {
            font-size: 20px;
            color: #333333;
            font-weight: 600;
            margin: 30px 0 20px;
        }
        .news-content img {
            max-width: 100%;
            height: auto;
            border-radius: 8px;
            margin: 20px 0;
        }
        .copy-section {
            margin-top: 40px;
            padding: 24px;
            background-color: #f8f9fa;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 15px;
        }
        .copy-label {
            font-size: 14px;
            color: #666666;
        }
        .copy-url {
            flex: 1;
            min-width: 200px;
            max-width: 500px;
            padding: 10px 15px;
            background-color: #ffffff;
            border: 1px solid #e9ecef;
            border-radius: 6px;
            font-size: 14px;
            color: #333333;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        .copy-btn {
            padding: 10px 24px;
            background-color: #007bff;
            color: #ffffff;
            border: none;
            border-radius: 6px;
            font-size: 14px;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        .copy-btn:hover {
            background-color: #0069d9;
        }
        .copy-btn.copied {
            background-color: #28a745;
        }
        .back-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 30px;
	font-size: 16px;
	color: #666666;
	text-decoration: none;
	transition: color 0.3s ease;
}
        .back-link:hover {
            color: #007bff;
        }
        .back-link svg {
            width: 14px;
            height: 14px;
        }
        @media screen and (max-width: 1100px) {
            .news-sidebar {
                display: none;
            }
            }
        @media screen and (max-width: 768px) {
            .about-hero-area {
                height: 300px;
                background-position: center center;
                background-repeat: no-repeat;
                background-size: cover;
            }
            .case1 {
    background-image: url('img/plantop-jh.jpg');
}
.case2 {
    background-image: url('img/plantop-jh.jpg');
}
.case3 {
    background-image: url('img/plantop-jh.jpg');
}
.case4 {
    background-image: url('img/plantop-jh.jpg');
}
.case5 {
    background-image: url('img/plantop-jh.jpg');
}
.case6 {
    background-image: url('img/plantop-jh.jpg');
}
.case7 {
    background-image: url('img/plantop-jh.jpg');
}
.case8 {
    background-image: url('img/plantop-jh.jpg');
}
.case9 {
    background-image: url('img/plantop-jh.jpg');
}
            .about-hero-video {
                display: none;
            }
            .about-hero-content h1 {
                font-size: 28px;
                margin-bottom: 20px;
            }
            .about-hero-btn {
                padding: 10px 24px;
                font-size: 14px;
            }
            .news-detail-area {
                padding: 40px 15px;
            }
            .news-card {
                padding: 30px 20px;
                min-width: 0;
            }
            .news-title {
                font-size: 22px;
            }
            .news-meta {
                flex-direction: column;
                gap: 10px;
                align-items: flex-start;
            }
            .news-content {
                font-size: 15px;
            }
            .copy-section {
                flex-direction: column;
                align-items: stretch;
            }
            
            .copy-url {
                max-width: 100%;
                min-width: 0;
            }
            .copy-btn {
                width: 100%;
            }
        }
        @media screen and (max-width: 480px) {
            .about-hero-content h1 {
                font-size: 22px;
            }
            .news-title {
                font-size: 20px;
            }
        }
.fff {
	color: #FFFFFF;
}
