/* 内容区块样式 */
#product-intro {
	padding: 30px 0 30px 0;
}

#product-intro p {
	line-height: 1.8;
}

/* Product Advantages Styles */
#product-advantages {
    padding: 40px 0;
}

#product-advantages .row {
    margin-bottom: 30px;
}

.advantage-row {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
    height: 100%;
}

.advantage-row:hover {
    transform: translateY(-5px);
}

.advantage-header {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 15px;
}

.advantage-header i {
    margin-right: 15px;
    font-size: 28px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.advantage-header h3 {
    margin: 0;
    color: #333;
    font-size: 24px;
    font-weight: 600;
}

.advantage-list {
    position: relative;
    min-height: 335px;
}

.advantage-list p {
    color: #666;
    line-height: 2.5;
    margin: 0;
    text-align: justify;
    font-size: 15px;
}

.advantage-list img {
    float: right;
    width: 45%;
    max-width: 280px;
    height: auto;
    margin: 0 0 15px 20px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.advantage-list img:hover {
    transform: scale(1.02);
}

@media (max-width: 767px) {
    .advantage-row {
        padding: 20px;
        margin-bottom: 20px;
    }

    .advantage-header {
        margin-bottom: 20px;
    }

    .advantage-header i {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .advantage-header h3 {
        font-size: 20px;
    }

    .advantage-list img {
        float: none;
        width: 100%;
        max-width: 100%;
        margin: 0 0 15px 0;
        display: block;
    }

    .advantage-list p {
        font-size: 14px;
        line-height: 1.6;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .advantage-list img {
        width: 40%;
        margin: 0 0 10px 15px;
    }
}

/* 产品页面样式 */
.function {
    padding: 30px 0;
    background: #fff;
}

.function .TiTle {
    text-align: center;
    margin-bottom: 50px;
}

.function .TiTle .name {
    font-size: 28px;
    color: #333;
    margin-bottom: 20px;
}

.function .TiTle .infor {
    font-size: 16px;
    color: #666;
    margin-bottom: 15px;
}

.function .list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.function .list li {
    width: calc(20% - 30px);
    margin: 15px;
    text-align: center;
    background: #fff;
    border-radius: 8px;
    padding: 30px 20px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.function .list li:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.function .list .pictrue {
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin: 0 auto 20px;
    font-size: 40px;
    color: #dd4a49;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(221, 74, 73, 0.15);
    transition: all 0.3s ease;
}

.function .list li:hover .pictrue {
    background: #dd4a49;
    color: #fff;
}

.function .list .name {
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
    font-weight: 600;
}

.function .list .infor {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    height: 66px;
    overflow: hidden;
}

@media (max-width: 768px) {

    .function .list li {
        width: 50%;
    }

    .function .TiTle .name {
        font-size: 24px;
    }

    .function .TiTle .infor {
        font-size: 14px;
        line-height: 1.6;
    }
}

@media (max-width: 480px) {
    .function {
        padding: 20px 0;
    }

    .function .list li {
        width: 100%;
    }

    .function .list .pictrue {
        font-size: 36px;
    }

    .function .list .name {
        font-size: 18px;
        margin: 10px 0;
    }

    .function .list .infor {
        font-size: 14px;
        line-height: 1.5;
    }
}

/* 移动端响应式调整 */
@media screen and (max-width: 768px) {
	#product-intro {
		padding: 0;
	}

	#product-intro .container {
		flex-direction: column;
	}

	#product-intro .col-md-6 {
		width: 100%;
		padding: 15px;
	}

	#product-intro p {
		font-size: 14px;
		line-height: 1.6;
	}

	.advantage-row {
		padding: 15px;
	}

	.advantage-header h3 {
		font-size: 18px;
	}

	.advantage-list {
		padding-left: 20px;
	}

	.advantage-list li {
		font-size: 14px;
		line-height: 1.5;
		margin-bottom: 10px;
	}

	div#section_header {
		padding: 1px 0;
	}

	#section_header h2 {
		font-size: 24px;
		margin: 15px 0 15px;
	}

	.contact-form-area {
		padding: 20px 15px;
	}

	.contact-block {
		padding: 15px;
	}
}

@media screen and (max-width: 480px) {
	#product-intro {
		padding: 15px 0 0 0;
	}

	#product-intro p {
		font-size: 13px;
	}

	.advantage-header h3 {
		font-size: 16px;
	}

	.advantage-list li {
		font-size: 13px;
	}

	div#section_header {
		padding: 1px 0;
	}

	#section_header h2 {
		font-size: 20px;
		margin: 15px 0 15px;
	}

	.process-item {
		width: calc(100% / 2);
		margin: 10px 0;
	}

	.process-icon {
		width: 50px;
		height: 50px;
	}

	.process-icon i {
		font-size: 20px;
	}

	.process-content h4 {
		font-size: 13px;
        /* min-height: 32px; */
	}

	.process-content p {
		font-size: 11px;
		min-height: 30px;
	}
}

/* 服务流程样式 */
.process-section {
	padding: 40px 0;
	background: #fff;
}

.process-timeline {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 60px 0;
	max-width: 1200px;
	margin: 0 auto;
	min-height: 120px;
}

/* 连接线样式 */
.process-timeline::before {
	content: '';
	position: absolute;
	top: 45%;
	left: 50px;
	right: 50px;
	height: 2px;
	background: #eee;
	z-index: 1;
	transform: translateY(-50%);
}

.process-item {
	position: relative;
	width: calc(100% / 9);
	text-align: center;
	z-index: 2;
	padding: 0 5px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.process-icon {
	position: relative;
	width: 60px;
	height: 60px;
	margin: 0 auto 12px;
	background: #fff;
	border: 2px solid #dd4a49;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
}

.process-icon i {
	color: #dd4a49;
	font-size: 24px;
	transition: all 0.3s ease;
}

.process-number {
	position: absolute;
	top: -8px;
	right: -8px;
	width: 22px;
	height: 22px;
	background: #dd4a49;
	color: #fff;
	border-radius: 50%;
	font-size: 11px;
	font-weight: 600;
	line-height: 22px;
}

.process-content {
	padding: 0;
}

.process-content h4 {
	color: #333;
	font-size: 14px;
	font-weight: 600;
	margin: 0;
	line-height: 1.3;
}

/* 悬停效果 */
.process-item:hover .process-icon {
	background: #dd4a49;
	transform: translateY(-3px);
	box-shadow: 0 5px 15px rgba(221, 74, 73, 0.3);
}

.process-item:hover .process-icon i {
	color: #fff;
}

/* 响应式调整 */
@media (max-width: 1200px) {
	.process-timeline {
		padding: 40px 15px;
		min-height: 100px;
	}

	.process-item {
		width: calc(100% / 5);
		margin-bottom: 20px;
	}

	.process-timeline::before {
		display: none;
	}
}

@media (max-width: 767px) {
	.process-timeline {
		padding: 40px;
		min-height: 90px;
	}

	.process-item {
		width: calc(100% / 3);
		margin-bottom: 15px;
	}

	.process-icon {
		width: 50px;
		height: 50px;
	}

	.process-icon i {
		font-size: 20px;
	}

	.process-content h4 {
		font-size: 13px;
	}
}

@media (max-width: 480px) {
	.process-timeline {
		padding: 20px 40px;
		min-height: 80px;
	}

	.process-item {
		width: calc(100% / 3);
		margin-bottom: 12px;
	}

	.process-icon {
		width: 45px;
		height: 45px;
		margin-bottom: 8px;
	}

	.process-icon i {
		font-size: 18px;
	}

	.process-content h4 {
		font-size: 12px;
	}

	.process-number {
		width: 18px;
		height: 18px;
		font-size: 10px;
		line-height: 18px;
		top: -6px;
		right: -6px;
	}
}

/* 轮播图样式 */
.swiper-container {
    width: 100%;
    min-height: 75vh;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide video {
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: cover;
}

.video-play-btn {
    width: 68px;
    height: 68px;
    background: rgba(0, 0, 0, 0.35);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 100;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)  scale(1.5);
    backdrop-filter: blur(2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.video-play-btn i {
    color: rgba(255, 255, 255, 0.95);
    font-size: 24px;
    margin-left: 5px;
}

.video-play-btn:hover {
    background: rgba(0, 0, 0, 0.5);
}

/* Responsive styles */
@media (max-width: 768px) {
    .swiper-container {
        width: 100%;
        min-height: 32vh;
    }

    .swiper-slide video {
        height: 32vh;
    }

    .video-play-btn {
        transform: translate(-50%, -50%) scale(1);
        width: 50px;
        height: 50px;
    }
}


/* 服务器环境要求样式 */

.download-btn {
    display: inline-flex;
    align-items: center;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease;
    border: none;
    cursor: pointer;
    outline: none;
}

.download-btn:hover {
    opacity: 0.9;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.download-btn:focus {
    outline: none;
    box-shadow: none;
}

/* 按钮样式 */
.btn-emerald {
    background-color: #10b981;
    color: #fff;
}

.requirements-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    padding: 60px 0;
}

.section-header {
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.section-title {
    font-size: 2.25rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 0.75rem;
}

.section-subtitle {
    font-size: 1rem;
    color: #718096;
    max-width: 500px;
    margin: 0 auto;
}

.requirement-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
    max-width: 1200px;
    margin: 0 auto;
}

.requirement-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.card-icon {
    position: absolute;
    top: 1.75rem;
    right: 1.75rem;
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #4299e1 0%, #667eea 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    box-shadow: 0 4px 6px -1px rgba(66, 153, 225, 0.2);
}

.card-content {
    position: relative;
    z-index: 1;
}

.card-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 1.75rem;
    padding-right: 70px;
}

.requirements-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
}

.requirement-group {
    background: #f8fafc;
    border-radius: 12px;
    padding: 1.25rem;
}

.group-title {
    font-size: 1.125rem;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e2e8f0;
}

.requirement-list.horizontal {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
}

.requirement-item {
    background: #ffffff;
    border-radius: 8px;
    padding: 1rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.requirement-header {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.requirement-header i {
    color: #4299e1;
    font-size: 1rem;
}

.requirement-header span {
    font-weight: 600;
    color: #4a5568;
    font-size: 0.95rem;
}

.requirement-value {
    color: #4a5568;
    font-size: 0.95rem;
    padding-left: 1.75rem;
}

.extension-list.horizontal {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 0.75rem;
}

.extension-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: #ffffff;
    padding: 0.75rem;
    border-radius: 6px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.extension-item.required {
    background: #ebf8ff;
}

.extension-item.required i {
    color: #4299e1;
}

.extension-item span {
    color: #4a5568;
    font-size: 0.875rem;
}

@media (max-width: 768px) {
    .requirement-list.horizontal {
        grid-template-columns: 1fr;
    }

    .extension-list.horizontal {
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    }
}
