@charset "utf-8";

.zz-v2-player {
	background: #f6f6f6;
	color: #222;
	font-family: "Microsoft YaHei", Arial, sans-serif;
	padding-bottom: 50px;
}

.zz-v2-player__head,
.zz-v2-player__layout {
	width: 1200px;
	margin: 0 auto;
}

.zz-v2-player__head {
	padding: 36px 0 24px;
}

.zz-v2-back {
	display: inline-block;
	margin-bottom: 16px;
	color: #e7393c;
	font-size: 14px;
}

.zz-v2-eyebrow {
	margin: 0 0 8px;
	color: #e7393c;
	font-size: 14px;
	font-weight: 700;
}

.zz-v2-player__head h1 {
	margin: 0;
	color: #222;
	font-size: 30px;
	line-height: 1.35;
	font-weight: 700;
}

.zz-v2-player__head p {
	margin: 12px 0 0;
	color: #777;
	font-size: 15px;
	line-height: 1.8;
}

.zz-v2-player__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 24px;
	align-items: start;
}

.zz-v2-video {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	background: #111;
}

.zz-v2-player__meta,
.zz-v2-player__side {
	margin-top: 18px;
	padding: 24px;
	background: #fff;
	border: 1px solid #eee;
}

.zz-v2-player__side {
	margin-top: 0;
}

.zz-v2-player__meta h2,
.zz-v2-player__side h2 {
	margin: 0 0 14px;
	color: #222;
	font-size: 22px;
	line-height: 1.4;
}

.zz-v2-player__meta p {
	margin: 0;
	color: #666;
	font-size: 15px;
	line-height: 1.9;
}

.zz-v2-section-link {
	display: block;
	margin-top: 10px;
	padding: 12px 14px;
	background: #f8f8f8;
	border: 1px solid #eee;
	color: #333;
}

.zz-v2-section-link:hover,
.zz-v2-section-link.is-active {
	background: #fff5f5;
	border-color: #e7393c;
	color: #e7393c;
}

.zz-v2-section-link span,
.zz-v2-section-link em {
	display: block;
	font-style: normal;
}

.zz-v2-section-link span {
	font-size: 14px;
	line-height: 1.5;
	font-weight: 700;
}

.zz-v2-section-link em {
	margin-top: 4px;
	color: #888;
	font-size: 12px;
	line-height: 1.4;
}

.kech_list .swiper-wrapper .swiper-slide .kech_info .kech_jg {
	display: none !important;
}

.kech_list .swiper-wrapper .swiper-slide .kech_info .kech_more {
	bottom: 18px !important;
}

.top_nav .top_nav_login,
.mHeader_main > .log_btn,
.log_kuang {
	display: none !important;
}

@media (min-width: 769px) {
	.kech {
		padding-top: 26px !important;
		padding-bottom: 18px !important;
	}

	.kech_list {
		margin-top: 16px !important;
		margin-bottom: 0 !important;
	}

	.kech_list .swiper-wrapper .swiper-slide {
		height: 330px !important;
		padding-top: 18px !important;
		padding-bottom: 18px !important;
	}
}

.zz-trial-modal {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 200000;
}

.zz-trial-modal.is-open {
	display: block;
}

.zz-trial-modal__shade {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .62);
}

.zz-trial-modal__panel {
	position: absolute;
	left: 50%;
	top: 50%;
	width: min(980px, calc(100vw - 40px));
	max-height: calc(100vh - 50px);
	transform: translate(-50%, -50%);
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, .28);
	overflow: hidden;
}

.zz-trial-modal__close {
	position: absolute;
	right: 14px;
	top: 10px;
	z-index: 2;
	width: 34px;
	height: 34px;
	border: 0;
	border-radius: 50%;
	background: rgba(0, 0, 0, .06);
	color: #333;
	font-size: 28px;
	line-height: 32px;
	cursor: pointer;
}

.zz-trial-modal__title {
	padding: 18px 58px 16px 24px;
	border-bottom: 1px solid #eee;
	color: #222;
	font-size: 20px;
	line-height: 1.45;
	font-weight: 700;
}

.zz-trial-modal__body {
	position: relative;
	background: #111;
}

.zz-trial-modal__loading {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	background: #111;
	color: #fff;
	font-size: 15px;
}

.zz-trial-modal.is-loading .zz-trial-modal__loading {
	display: flex;
}

.zz-trial-modal__video {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	background: #111;
}

.zz-trial-modal-open {
	overflow: hidden;
}

.news_main .rdgz .fdzl_con {
	display: block;
	margin-top: 10px;
}

.news_main .rdgz .fdzl_con .zz-resource-row {
	display: flex;
	align-items: center;
	min-height: 34px;
	padding: 6px 0;
	border-bottom: 1px solid #f0f0f0;
	color: #222;
	box-sizing: border-box;
}

.news_main .rdgz .fdzl_con .zz-resource-row:last-child {
	border-bottom: 0;
}

.news_main .rdgz .fdzl_con .zz-resource-row span {
	flex: 0 0 auto;
	min-width: 44px;
	margin-right: 10px;
	padding: 0 8px;
	border-radius: 10px;
	background: #f26f2a;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}

.news_main .rdgz .fdzl_con .zz-resource-row strong {
	flex: 1 1 auto;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #222;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
}

.news_main .rdgz .fdzl_con .zz-resource-row em {
	flex: 0 0 auto;
	margin-left: 10px;
	color: #f26f2a;
	font-size: 12px;
	font-style: normal;
}

.news_main .rdgz .fdzl_con .zz-resource-row:hover strong {
	color: #f26f2a;
}

.news_main .rdgz .fdzl_con .zz-resource-card:nth-of-type(n+3) {
	display: none !important;
}

.zz-entry-page {
	width: 1300px;
	margin: 0 auto 48px;
}

.zz-entry-hero {
	margin: 28px 0 22px;
	padding: 36px 40px;
	border-radius: 8px;
	background: linear-gradient(135deg, #fff7ef 0%, #fff 58%, #eef5ff 100%);
}

.zz-entry-eyebrow {
	margin-bottom: 8px;
	color: #f26f2a;
	font-size: 15px;
	font-weight: 700;
}

.zz-entry-hero h1 {
	color: #1f1f1f;
	font-size: 30px;
	line-height: 1.35;
	font-weight: 700;
}

.zz-entry-hero p {
	width: 660px;
	max-width: 100%;
	margin-top: 10px;
	color: #666;
	font-size: 16px;
	line-height: 1.8;
}

.zz-condition-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.zz-condition-card {
	display: block;
	min-height: 180px;
	padding: 28px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(0, 0, 0, .06);
	color: #222;
	box-sizing: border-box;
}

.zz-condition-card:hover {
	transform: translateY(-3px);
	transition: transform .2s ease;
}

.zz-condition-card span {
	display: inline-block;
	margin-bottom: 16px;
	padding: 0 12px;
	border-radius: 12px;
	background: #f26f2a;
	color: #fff;
	font-size: 13px;
	line-height: 24px;
	font-weight: 700;
}

.zz-condition-card h2 {
	color: #222;
	font-size: 20px;
	line-height: 1.45;
	font-weight: 700;
}

.zz-condition-card p {
	margin-top: 10px;
	color: #666;
	font-size: 15px;
	line-height: 1.7;
}

.zz-condition-card em {
	display: inline-block;
	margin-top: 18px;
	color: #f26f2a;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
}

.hezuo .hezuo_con {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 18px 22px;
}

.hezuo .index_tit .zz-display-note {
	display: none !important;
}

.hezuo .hezuo_con li {
	display: flex;
	align-items: center;
	justify-content: center;
	float: none;
	width: auto;
	height: 86px;
	margin: 0;
	background: #fff;
	box-shadow: 0 8px 20px rgba(0, 0, 0, .04);
	cursor: default;
}

.hezuo .hezuo_con li img {
	width: auto;
	max-width: 78%;
	max-height: 58px;
	min-height: 0;
	object-fit: contain;
}

.hezuo .hezuo_con li:hover img {
	transform: none;
}

.in_tyk_main {
	padding: 24px 0 40px;
}

.in_tyk_main .tyk_ys {
	display: flex;
	align-items: center;
	width: 1300px;
	margin: 0 auto 24px;
	padding: 16px 0;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .12);
}

.in_tyk_main .tyk_ys li {
	width: 33.333%;
	margin: 0;
	text-align: center;
}

.in_tyk_main .tyk_ys li:nth-child(1),
.in_tyk_main .tyk_ys li:nth-child(2),
.in_tyk_main .tyk_ys li:nth-child(3) {
	margin-left: 0;
	width: 33.333%;
}

.in_tyk_main .tyk_ys li span {
	font-size: 17px;
	line-height: 42px;
	letter-spacing: 0;
}

.in_tyk_list {
	margin-top: 0;
}

.in_tyk_list .tyk_type_tit {
	scroll-margin-top: 110px;
}

.zz-signup-modal {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 22000;
}

.zz-signup-modal.is-open {
	display: block;
}

.zz-signup-modal__mask {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .52);
}

.zz-signup-modal__panel {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 520px;
	max-width: calc(100vw - 32px);
	max-height: calc(100vh - 40px);
	overflow: auto;
	transform: translate(-50%, -50%);
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 18px 60px rgba(0, 0, 0, .22);
}

.zz-signup-modal__close {
	position: absolute;
	right: 16px;
	top: 14px;
	width: 34px;
	height: 34px;
	border: 0;
	border-radius: 50%;
	background: #f4f4f4;
	color: #555;
	font-size: 24px;
	line-height: 32px;
	cursor: pointer;
}

.zz-signup-modal__head {
	padding: 28px 34px 18px;
	border-bottom: 1px solid #f1f1f1;
}

.zz-signup-modal__head h3 {
	margin: 0 42px 8px 0;
	font-size: 24px;
	font-weight: 700;
	color: #1f2430;
	letter-spacing: 0;
}

.zz-signup-modal__head p {
	margin: 0;
	font-size: 14px;
	color: #777;
	line-height: 1.7;
}

.zz-signup-form {
	padding: 22px 34px 28px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px 18px;
}

.zz-signup-form__row {
	min-width: 0;
}

.zz-signup-form__row--full,
.zz-signup-form__submit,
.zz-signup-form__tip {
	grid-column: 1 / -1;
}

.zz-signup-form label {
	display: block;
	margin-bottom: 8px;
	font-size: 14px;
	color: #333;
	line-height: 1.2;
}

.zz-signup-form input,
.zz-signup-form select,
.zz-signup-form textarea {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #ddd;
	border-radius: 4px;
	background: #fff;
	color: #222;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0;
	outline: none;
}

.zz-signup-form input,
.zz-signup-form select {
	height: 42px;
	padding: 0 12px;
}

.zz-signup-form textarea {
	height: 88px;
	padding: 10px 12px;
	resize: vertical;
}

.zz-signup-form input:focus,
.zz-signup-form select:focus,
.zz-signup-form textarea:focus {
	border-color: #ff6a2a;
	box-shadow: 0 0 0 2px rgba(255, 106, 42, .12);
}

.zz-signup-form__submit {
	height: 44px;
	border: 0;
	border-radius: 4px;
	background: #ff6a2a;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
}

.zz-signup-form__submit:disabled {
	opacity: .7;
	cursor: default;
}

.zz-signup-form__tip {
	margin-top: -4px;
	font-size: 12px;
	color: #999;
	line-height: 1.6;
}

@media (max-width: 1220px) {
	.zz-v2-player__head,
	.zz-v2-player__layout,
	.zz-entry-page,
	.in_tyk_main .tyk_ys {
		width: calc(100% - 30px);
	}
}

@media (max-width: 768px) {
	.zz-v2-player__layout {
		display: block;
	}
	.zz-v2-player__head {
		padding-top: 22px;
	}
	.zz-v2-player__head h1 {
		font-size: 22px;
	}
	.zz-v2-player__side {
		margin-top: 18px;
	}
	.kech_list .swiper-wrapper .swiper-slide .kech_info .kech_more {
		bottom: 32px !important;
	}
	.zz-trial-modal__panel {
		width: calc(100vw - 18px);
		max-height: calc(100vh - 18px);
		border-radius: 6px;
	}
	.zz-trial-modal__title {
		padding: 14px 48px 12px 16px;
		font-size: 16px;
	}
	.zz-condition-grid {
		grid-template-columns: 1fr;
	}
	.zz-entry-hero {
		padding: 24px 20px;
	}
	.zz-entry-hero h1 {
		font-size: 24px;
	}
	.hezuo .hezuo_con {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}
	.hezuo .hezuo_con li {
		height: 72px;
	}
	.in_tyk_main .tyk_ys {
		display: block;
		padding: 12px 0;
	}
	.in_tyk_main .tyk_ys li,
	.in_tyk_main .tyk_ys li:nth-child(1),
	.in_tyk_main .tyk_ys li:nth-child(2),
	.in_tyk_main .tyk_ys li:nth-child(3) {
		width: 100%;
	}
	.in_tyk_main .tyk_ys li span {
		font-size: 15px;
		line-height: 38px;
	}
	.zz-signup-form {
		grid-template-columns: 1fr;
		padding: 18px 20px 22px;
	}
	.zz-signup-modal__head {
		padding: 22px 20px 14px;
	}
	.zz-signup-modal__head h3 {
		font-size: 21px;
	}
}
