/**
 * 跨境代运营页 (/daiyunying/)
 */
.page-template-page-daiyunying-php .top-banner {
	display: none;
}

.page-template-page-daiyunying-php .ed-daiyunying-hero {
	position: relative;
	min-height: 560px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	padding: 7rem 1rem 4rem;
	margin-top: 0;
}

@media (min-width: 768px) {
	.page-template-page-daiyunying-php .ed-daiyunying-hero {
		min-height: 620px;
		padding-top: 8rem;
		padding-bottom: 5rem;
	}
}

.page-template-page-daiyunying-php .ed-daiyunying-hero .ed-dyy-hero__canvas-wrap {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.page-template-page-daiyunying-php #ed-daiyunying-hero-canvas {
	display: block;
	width: 100%;
	height: 100%;
	vertical-align: top;
}

.page-template-page-daiyunying-php .ed-daiyunying-hero .ed-dyy-hero__scrim {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background: linear-gradient(
		180deg,
		rgba(14, 0, 24, 0.72) 0%,
		rgba(34, 0, 65, 0.35) 42%,
		rgba(14, 0, 24, 0.55) 100%
	);
}

.page-template-page-daiyunying-php .ed-daiyunying-hero .ed-dyy-hero__inner {
	position: relative;
	z-index: 2;
	text-align: center;
	max-width: 56rem;
	margin: 0 auto;
	padding: 0 1rem;
}

.page-template-page-daiyunying-php .ed-daiyunying-hero .ed-dyy-hero__badge {
	display: inline-block;
	margin-bottom: 1rem;
	padding: 0.375rem 1rem;
	border-radius: 999px;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	color: #ede9fe;
	background: rgba(130, 0, 250, 0.25);
	border: 1px solid rgba(180, 94, 255, 0.5);
	box-shadow: 0 10px 15px -3px rgba(130, 0, 250, 0.2);
}

.page-template-page-daiyunying-php .ed-daiyunying-hero .ed-dyy-hero__title {
	margin: 0 0 1.5rem;
	font-size: 2.25rem;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: -0.02em;
	color: #fff;
	text-shadow: 0 4px 24px rgba(14, 0, 24, 0.45);
}

@media (min-width: 768px) {
	.page-template-page-daiyunying-php .ed-daiyunying-hero .ed-dyy-hero__title {
		font-size: 3rem;
	}
}

@media (min-width: 1024px) {
	.page-template-page-daiyunying-php .ed-daiyunying-hero .ed-dyy-hero__title {
		font-size: 3.75rem;
	}
}

.page-template-page-daiyunying-php .ed-daiyunying-hero .ed-dyy-hero__lead {
	margin: 0 auto;
	font-size: 1.125rem;
	line-height: 1.625;
	color: rgba(237, 233, 254, 0.95);
	max-width: 48rem;
	text-shadow: 0 2px 12px rgba(14, 0, 24, 0.35);
}

@media (min-width: 768px) {
	.page-template-page-daiyunying-php .ed-daiyunying-hero .ed-dyy-hero__lead {
		font-size: 1.25rem;
	}
}

@media (min-width: 1024px) {
	.page-template-page-daiyunying-php .ed-daiyunying-hero .ed-dyy-hero__lead {
		font-size: 1.5rem;
	}
}

.page-template-page-daiyunying-php #main-content.main-content.ed-dyy-page {
	padding: 2.5rem 0 3rem;
	max-width: 100%;
	box-sizing: border-box;
	overflow-x: clip;
}

.page-template-page-daiyunying-php .ed-dyy-page__inner.container {
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
}

.ed-dyy-intro {
	margin: 0 0 2rem;
	text-align: center;
}

.ed-dyy-intro__title {
	margin: 0 0 0.65rem;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.375;
	color: #1c1917;
}

.ed-dyy-intro__subtitle {
	margin: 0;
	font-size: clamp(1rem, 1.2vw, 1.125rem);
	line-height: 1.6;
	color: #888;
	letter-spacing: 0.02em;
}

/* 四模块通栏条带 */
.page-template-page-daiyunying-php .ed-dyy-cards-band {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-bottom: 2.75rem;
	padding: clamp(2rem, 4vw, 3rem) clamp(1rem, 2.5vw, 2.5rem);
	box-sizing: border-box;
	background: linear-gradient(180deg, #f9f7fc 0%, #f3f0f8 50%, #f9f7fc 100%);
	border-top: 1px solid rgba(130, 0, 250, 0.08);
	border-bottom: 1px solid rgba(130, 0, 250, 0.08);
}

.page-template-page-daiyunying-php .ed-dyy-cards-band__inner {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}

.page-template-page-daiyunying-php .ed-dyy-cards {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.25rem;
	margin: 0;
}

@media (min-width: 768px) {
	.page-template-page-daiyunying-php .ed-dyy-cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1.35rem;
	}
}

@media (min-width: 992px) {
	.page-template-page-daiyunying-php .ed-dyy-cards {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: clamp(1rem, 1.4vw, 1.75rem);
		align-items: stretch;
	}
}

.page-template-page-daiyunying-php .ed-dyy-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	margin: 0;
	padding: clamp(1.75rem, 2vw, 2.25rem) clamp(1.25rem, 1.5vw, 1.75rem) clamp(1.5rem, 1.8vw, 2rem);
	background: #fff;
	border: 1px solid rgba(130, 0, 250, 0.12);
	border-radius: 14px;
	box-shadow: 0 8px 28px rgba(14, 0, 24, 0.06);
	box-sizing: border-box;
	transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.ed-dyy-card:nth-child(even) {
	background: linear-gradient(180deg, #faf8fc 0%, #fff 100%);
}

.ed-dyy-card:hover {
	border-color: rgba(130, 0, 250, 0.28);
	box-shadow: 0 12px 36px rgba(130, 0, 250, 0.12);
	transform: translateY(-2px);
}

.page-template-page-daiyunying-php .ed-dyy-card__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 8rem;
	height: 8rem;
	margin: 0 auto 1.25rem;
	border-radius: 50%;
	background: linear-gradient(135deg, rgba(130, 0, 250, 0.12), rgba(240, 36, 246, 0.1));
	color: #8200fa;
	flex-shrink: 0;
}

.page-template-page-daiyunying-php .ed-dyy-card__icon .fa {
	font-size: 2.5rem;
	line-height: 1;
}

.page-template-page-daiyunying-php .ed-dyy-card__title {
	margin: 0 0 0.85rem;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.4;
	color: #2c3e50;
	text-align: center;
}

.page-template-page-daiyunying-php .ed-dyy-card__intro {
	margin: 0 0 1rem;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.6;
	color: #333;
	text-align: left;
}

.page-template-page-daiyunying-php .ed-dyy-card__list {
	margin: 0;
	padding: 0 0 0 1.25rem;
	list-style: disc;
	flex: 1 1 auto;
}

.page-template-page-daiyunying-php .ed-dyy-card__list li {
	margin: 0 0 0.65rem;
	font-size: 12px;
	line-height: 1.75;
	color: #555;
	text-align: left;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.ed-dyy-card__list li:last-child {
	margin-bottom: 0;
}

.ed-dyy-form {
	width: 100%;
	overflow: hidden;
	border-radius: 12px;
	background: #fafafa;
}

.ed-dyy-form__iframe {
	display: block;
	width: 100%;
	min-width: 100%;
	min-height: 1000px;
	border: none;
	overflow: auto;
	background: #fff;
}

@media (max-width: 991px) {
	.page-template-page-daiyunying-php .ed-dyy-card__list li {
		font-size: 1rem;
	}
}

@media (max-width: 767px) {
	.page-template-page-daiyunying-php #main-content.main-content.ed-dyy-page {
		padding: 1.5rem 0 2rem;
	}
}
