/* article-content-video.html */

.in-banner {
	padding: 10px 0 !important;
	padding-bottom: 10px;
}

.in-banner .small-nav {
	padding-left: 0 !important;
}

.video-nr {
	position: relative;
	padding: 30px 0;
	display: flex;
	justify-content: space-between;
	gap: 100px;
	margin-bottom: 95px;
}

.video-nr .v-content {
	width: 100%;
	height: 100%;
	overflow: auto;
}

.video-nr .v-content::-webkit-scrollbar {
	display: none;
}

.video-nr .v-content .v-video {
	position: relative;
	width: 100%;
	aspect-ratio: 16/9;
	line-height: 0;
	background: #000;
	border-radius: 8px;
	overflow: hidden;
}

.video-nr .v-content .v-video lite-youtube {
	background-color: #000;
	position: absolute;
	inset: 0;
	display: block;
	contain: content;
	background-position: center center;
	background-size: cover;
	cursor: pointer;
	width: 100%;
	height: 100%;
	max-width: none;
}

.video-nr .v-content .v-video lite-youtube::before {
	content: attr(data-title);
	display: block;
	position: absolute;
	top: 0;
	background-image: linear-gradient(180deg, rgb(0 0 0 / 67%) 0%, rgb(0 0 0 / 54%) 14%, rgb(0 0 0 / 15%) 54%, rgb(0 0 0 / 5%) 72%, rgb(0 0 0 / 0%) 94%);
	height: 72px;
	width: 100%;
	font-size: 16px;
	line-height: 1.3;
	color: hsl(0deg 0% 93.33%);
	text-shadow: 0 0 2px rgba(0, 0, 0, .5);
	padding: 16px 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	box-sizing: border-box;
	z-index: 1;
}

.video-nr .v-content .v-video lite-youtube:hover::before {
	color: #fff;
}

.video-nr .v-content .v-video lite-youtube::after {
	display: none;
}

.video-nr .v-content .v-video lite-youtube > iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}

.video-nr .v-content .v-video lite-youtube > .lty-playbtn {
	display: block;
	width: 100%;
	height: 100%;
	background: no-repeat center/68px 48px;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 68 48"><path d="M66.52 7.74c-.78-2.93-2.49-5.41-5.42-6.19C55.79.13 34 0 34 0S12.21.13 6.9 1.55c-2.93.78-4.63 3.26-5.42 6.19C.06 13.05 0 24 0 24s.06 10.95 1.48 16.26c.78 2.93 2.49 5.41 5.42 6.19C12.21 47.87 34 48 34 48s21.79-.13 27.1-1.55c2.93-.78 4.64-3.26 5.42-6.19C67.94 34.95 68 24 68 24s-.06-10.95-1.48-16.26z" fill="red"/><path d="M45 24 27 14v20" fill="white"/></svg>');
	position: absolute;
	cursor: pointer;
	z-index: 2;
	filter: grayscale(100%);
	transition: filter .1s cubic-bezier(0, 0, 0.2, 1);
	border: 0;
}

.video-nr .v-content .v-video lite-youtube:hover > .lty-playbtn,
.video-nr .v-content .v-video lite-youtube .lty-playbtn:focus {
	filter: none;
}

.video-nr .v-content .v-video lite-youtube.lyt-activated {
	cursor: unset;
}

.video-nr .v-content .v-video lite-youtube.lyt-activated::before,
.video-nr .v-content .v-video lite-youtube.lyt-activated > .lty-playbtn {
	opacity: 0;
	pointer-events: none;
}

.video-nr .v-content .v-video lite-youtube.lyt-gdpr-blocked > .lty-playbtn {
	filter: grayscale(100%);
}

.video-nr .v-content .v-video lite-youtube .lty-gdpr-notice {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px;
	background: rgba(0, 0, 0, .75);
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
	z-index: 3;
}

.video-nr .v-content .v-video .lyt-visually-hidden {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.video-nr .v-content .v-title {
	font-size: 34px;
	line-height: 48px;
	font-weight: 600;
	color: #333333;
	margin-top: 30px;
}

.video-nr .v-content .v-text {
	margin-top: 25px;
}

.video-nr .v-content .v-desc {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 35px;
}

.video-nr .v-content .v-desc .left {
	font-size: 16px;
	color: #999999;
	font-weight: 500;
	width: 58%;
	display: flex;
	justify-content: space-between;
}

.video-nr .v-content .v-desc .left i {
	margin-left: 20px;
	margin-right: 10px;
}

.video-nr .v-content .v-desc .left i:first-child {
	margin-left: 0;
}

.video-nr .v-content .v-desc .right .v-ly {
	background: var(--public-color);
	border: 1px solid var(--public-color);
	display: inline-flex;
	padding: 5px 20px;
	align-items: center;
	color: #fff;
}

.video-nr .v-content .v-desc .right .v-ly i {
	margin-right: 8px;
}

.video-nr .v-content .v-desc .right .v-ly:hover {
	box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
	background-color: #ffffff;
}

.video-nr .v-content .v-desc .right .v-fx {
	background: #fff;
	border: 1px solid var(--public-color);
	display: inline-flex;
	margin-left: 15px;
	padding: 5px 20px;
	align-items: center;
	color: var(--public-color);
}

.video-nr .v-content .v-desc .right .v-fx i {
	margin-right: 8px;
}

.video-nr .v-content .v-desc .right .v-fx:hover {
	background: var(--public-color);
	border-color: var(--public-color);
	color: #fff !important;
}

.video-nr .v-content .v-nr {
	padding: 20px 0;
	font-size: 14px;
	line-height: 20px;
	margin-top: 70px;
}

.video-nr .v-content .v-nr ul {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.video-nr .v-content .v-nr ul li {
	margin-left: 20px;
}

.video-nr .v-content .v-nr ul li:first-child {
	margin-left: 0;
}

.video-nr .v-content .v-nr a {
	color: var(--public-color);
}

.video-nr .v-content .v-nr a:hover {
	text-decoration: underline;
}

.video-nr .v-content .v-title2 {
	border-top: 1px solid #ddd;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 22px;
	font-weight: bold;
	line-height: 32px;
	margin-bottom: 35px;
	padding-bottom: 10px;
	margin-top: 10px;
	padding-top: 40px;
}

.video-nr .v-content .v-title2 .left {
	font-size: 34px;
	color: #333333;
	font-weight: 500;
	position: relative;
}

.video-nr .v-content .v-title2 .right {
	font-size: 16px;
	line-height: 24px;
	color: var(--public-color);
	cursor: pointer;
	font-weight: initial;
}

.video-nr .v-content .v-title2 .right:hover {
	color: var(--public-color);
}

.video-nr .v-content .v-massage {
	font-size: 16px;
	line-height: 24px;
}

.video-nr .v-content .v-massage p {
	position: relative;
	display: flex;
	align-items: center;
}

.video-nr .v-content .v-massage p:before {
	content: "\f406";
	font-family: cmsfont;
	width: 40px;
	height: 40px;
	text-align: center;
	color: #fff;
	line-height: 40px;
	font-size: 20px;
	background: var(--public-color);
	border-radius: 50%;
	display: inline-block;
	margin-right: 10px;
}

.video-nr .v-content .v-massage ul {
	padding: 10px 10px 10px 50px;
}

.video-nr .v-content .v-massage ul li {
	position: relative;
	display: flex;
	margin-bottom: 10px;
}

.video-nr .v-content .v-massage ul li:before {
	content: "\f406";
	font-family: cmsfont;
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	color: #fff;
	background: rgba(182, 14, 26, .5);
	border-radius: 50%;
	display: inline-block;
	margin-right: 10px;
}

.video-nr .v-content .v-massage strong {
	margin-right: 0px;
}

.video-nr .v-side {
	height: 100%;
	max-width: 330px;
	width: 100%;
}

.video-nr .v-side::-webkit-scrollbar {
	display: none;
}

.video-nr .v-side .v-pro {
	background: #fff;
	box-shadow: 0px 1px 46px 0px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	padding: 20px 10px 25px 30px;
	margin-bottom: 20px;
}

.video-nr .v-side .v-pro .box {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.video-nr .v-side .v-pro .img a {
	background-color: #f8f8f8;
	border-radius: 8px;
}

.video-nr .v-side .v-pro .img a img {
	mix-blend-mode: darken;
}

.video-nr .v-side .v-pro .t1 {
	font-size: 16px;
	line-height: 24px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.video-nr .v-side .v-pro .text {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.video-nr .v-side .v-pro .d-flex {
	margin-top: 20px;
}

.video-nr .v-side .v-pro .d-flex a {
	display: inline-block;
	margin-right: 10px;
	padding: 5px 15px;
	border: 1px solid var(--public-color);
	border-radius: 50px;
	font-size: 14px;
	line-height: 20px;
}

.video-nr .v-side .v-pro .d-flex a:last-child {
	margin-right: 0p;
}

.video-nr .v-side .v-pro .d-flex a:hover {
	background: var(--public-color);
	color: #fff;
}

.video-nr .v-side .v-pro .d-flex a:first-child {
	background: var(--public-color);
	color: #fff;
}

.video-nr .v-side .v-pro .d-flex a:first-child:hover {
	box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
}

.video-nr .v-side .v-pro-box {
	display: grid;
	grid-template-columns: 120px auto;
	gap: 20px;
	margin-bottom: 30px;
}

.video-nr .v-side .v-rel .big-t1 {
	font-size: 20px;
	line-height: 28px;
	font-weight: 500;
	margin-bottom: 15px;
	color: #333;
}

.video-nr .v-side .v-rel .v-video-item {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.video-nr .v-side .v-rel .v-video-item .left {
	width: 54%;
	aspect-ratio: 16/9;
	line-height: 0;
	border-radius: 8px;
	overflow: hidden;
}

.video-nr .v-side .v-rel .v-video-item .left .v-thumb {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	overflow: hidden;
	background: #000;
}

.video-nr .v-side .v-rel .v-video-item .left .v-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: opacity .3s ease;
}

.video-nr .v-side .v-rel .v-video-item .left .v-thumb:hover img {
	opacity: .85;
}

.video-nr .v-side .v-rel .v-video-item .right {
	width: 42%;
}

.video-nr .v-side .v-rel .v-video-item .t1 {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 8px;
}

.video-nr .v-side .v-rel .v-video-item .t1 a {
	color: #333333;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.video-nr .v-side .v-rel .v-video-item .t2 {
	font-size: 12px;
	color: #999;
	line-height: 20px;
}

.v-feed-box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.v-feed-box .pro {
	width: 30%;
}

.v-feed-box .pro a {
	transition: none;
}

.v-feed-box .right {
	width: 68%;
}

.v-feed-box .right .title {
	text-align: left;
}

.v-feed-box .pro .text p {
	font-size: 15px;
	line-height: 22px;
	color: #666;
	position: relative;
	padding-left: 35px;
	margin-bottom: 0;
}

.v-feed-box .pro .text p::before {
	content: "";
	font-family: 'cmsfont';
	line-height: 32px;
	font-size: 14px;
	position: absolute;
	left: 0;
	top: 0px;
	color: var(--public-color);
	font-weight: bold;
}

.v-feed-box .pro h5 {
	font-size: 15px;
	line-height: 22px;
	color: #666666;
	font-family: 'Rubik';
	font-weight: 400;
	margin-top: 15px;
	margin-bottom: 15px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}

.v-share_bot {
	margin-top: 30px;
	border: 1px solid var(--public-color);
	border-radius: 30px;
	padding: 6px;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}

.v-share_bot input {
	border: 0;
	color: #666;
	font-size: 14px;
	padding-left: 10px;
	width: 100%;
	box-sizing: border-box;
	outline: 0;
	overflow: hidden;
	text-overflow: ellipsis;
}

.v-share_bot button {
	width: 114px;
	height: 42px;
	line-height: 42px;
	color: #fff;
	border: 0;
	background: var(--public-color);
	border-radius: 20px;
	flex-shrink: 0;
	cursor: pointer;
}

.reveal-modal#mb-share {
	left: 60%;
	margin-left: -30%;
	width: 40%;
}

.v-share-box .share {
	display: flex;
	margin-top: 30px;
	font-size: 0;
	transition: all .3s ease-in-out;
	justify-content: space-between;
}

.v-share-box .share_cell {
	font-size: 16px;
	color: #333;
	text-align: center;
}

.v-share-box .share_cell p {
	margin-bottom: 0;
}

.v-share-box .share_cell .icon {
	width: 55px;
	height: 55px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 6px;
	background: url(../../images/vc-sprite.webp) no-repeat -3px -180px;
	background-size: 300px;
	border-radius: 50%;
}

.v-share-box .share_cell .icon.wa {
	background-position: -3px -180px;
}

.v-share-box .share_cell .icon.fb {
	background-position: -185px -235px;
}

.v-share-box .share_cell .icon.tw {
	background-position: -124px -177px;
}

.v-share-box .share_cell .icon.em {
	background-position: -64px -237px;
}

.v-share-box .share_cell .icon.li {
	background-position: -241px -204px;
}

.v-share-box .share_cell .icon:hover {
	box-shadow: 0 2px 6px rgb(0 0 0 / 25%);
}

@media (max-width: 1430px) {
	.video-nr .v-content .v-title {
		font-size: 28px;
		line-height: 38px;
	}
}

@media (max-width: 1260px) {
	.video-nr {
		gap: 60px;
	}
}

@media (max-width: 768px) {
	.reveal-modal#mb-share {
		left: 10%;
		margin-left: -5%;
		width: 90%;
	}

	.video-nr .v-side .v-pro .d-flex a {
		padding: 5px 10px;
	}

	.v-feed-box .pro {
		display: none;
	}

	.v-feed-box .right {
		width: 100%;
	}

	.video-nr {
		height: auto;
		padding: 0px;
		flex-direction: column;
		gap: 25px;
		margin-bottom: 30px;
	}

	.video-nr .v-content {
		width: 100%;
	}

	.video-nr .v-side {
		width: 100%;
		min-width: 100%;
	}

	.video-nr .v-content .v-desc .right {
		width: 100%;
	}

	.video-nr .v-content .v-nr ul li {
		margin-left: 0;
		margin-right: 10px;
	}

	.video-nr .v-content .v-massage ul {
		padding-left: 17px;
	}

	.video-nr .v-content .v-massage p {
		display: block;
	}

	.video-nr .v-content .v-massage ul li {
		display: block;
	}

	.video-nr .v-content iframe {
		height: auto;
	}

	.video-nr .v-content .v-title {
		font-size: 20px !important;
		line-height: 28px !important;
	}

	.video-nr .v-content .v-desc {
		gap: 20px 0;
	}

	.video-nr .v-content .v-desc .left {
		flex-direction: column;
		gap: 10px 0;
	}

	.video-nr .v-content .v-title2 {
		flex-wrap: wrap;
		gap: 10px;
		padding-top: 24px;
	}

	.video-nr .v-content .v-title2 .left {
		font-size: 20px;
	}

	.video-nr .v-content .v-title2 .left::before {
		width: 5px;
		height: 18px;
		margin-right: 10px;
	}

	.video-nr .v-side .v-pro {
		padding: 20px 10px;
	}

	.video-nr .v-side .v-pro-box {
		display: flex;
		flex-direction: column;
		gap: 25px 0;
		margin-bottom: 16px;
	}

	.in-banner {
		padding: 12px 0 !important;
		padding-bottom: 12px !important;
	}

	.in-banner .small-nav {
		padding-left: 0 !important;
		position: static;
	}

	.in-banner .small-nav ol {
		flex-wrap: wrap;
		gap: 6px 10px;
	}

	.in-banner .small-nav ol li a {
		font-size: 13px;
		line-height: 1.4;
		color: #275daa;
	}

	.in-banner .small-nav ol li:not(:last-child)::after {
		margin-left: 8px;
		font-size: 14px;
		color: #275daa;
	}

	.in-banner .small-nav ol li:first-child a img {
		width: 18px;
		height: auto;
		margin-right: 6px;
	}

	.video-nr .v-content .v-video {
		position: relative;
		width: 100%;
		aspect-ratio: 16/9;
		line-height: 0;
		background: #000;
		border-radius: 8px;
		overflow: hidden;
	}

	.video-nr .v-content .v-video lite-youtube {
		width: 100%;
		height: 100%;
	}

	.video-nr .v-content .v-title {
		margin-top: 20px;
	}

	.video-nr .v-content .v-text {
		font-size: 14px;
		line-height: 1.6;
		margin-top: 15px;
	}

	.video-nr .v-content .v-desc {
		margin-top: 20px;
	}

	.video-nr .v-content .v-desc .left {
		width: 100%;
		font-size: 13px;
	}

	.video-nr .v-content .v-desc .left p {
		display: flex;
		align-items: center;
		gap: 6px;
	}

	.video-nr .v-content .v-desc .right {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
		width: 100%;
	}

	.video-nr .v-content .v-desc .right .v-ly,
	.video-nr .v-content .v-desc .right .v-fx {
		margin-left: 0;
		padding: 10px 16px;
		font-size: 14px;
		flex: 1;
		min-width: 140px;
		justify-content: center;
		box-sizing: border-box;
	}

	.video-nr .v-content .v-nr {
		margin-top: 30px;
		font-size: 14px;
		line-height: 1.6;
	}

	.video-nr .v-content .v-nr img {
		max-width: 100%;
		height: auto;
	}

	.video-nr .v-side .v-pro .v-pro-box {
		align-items: flex-start;
	}

	.video-nr .v-side .v-pro .img a {
		display: block;
		line-height: 0;
	}

	.video-nr .v-side .v-pro .img a img {
		width: 100%;
		max-width: 120px;
		height: auto;
	}

	.video-nr .v-side .v-pro .cont .text {
		font-size: 14px;
		line-height: 1.6;
		color: #666;
		margin-bottom: 15px;
	}

	.video-nr .v-side .v-pro .cont .a a.songsheng {
		display: block;
		width: 100%;
		text-align: center;
		padding: 12px 20px;
		background: var(--public-color);
		color: #fff;
		border-radius: 6px;
		font-size: 15px;
		line-height: 1.4;
		box-sizing: border-box;
	}

	.video-nr .v-side .v-rel .big-t1 {
		font-size: 18px;
		line-height: 1.4;
		margin-bottom: 20px;
	}

	.video-nr .v-side .v-rel .v-video-item {
		flex-direction: column;
		align-items: stretch;
		gap: 12px;
		margin-bottom: 25px;
	}

	.video-nr .v-side .v-rel .v-video-item .left,
	.video-nr .v-side .v-rel .v-video-item .right {
		width: 100%;
	}

	.video-nr .v-side .v-rel .v-video-item .left {
		aspect-ratio: 16/9;
		line-height: 0;
		border-radius: 8px;
		overflow: hidden;
	}

	.video-nr .v-side .v-rel .v-video-item .t1 {
		font-size: 14px;
		line-height: 1.4;
	}

	.video-nr .v-side .v-rel .v-video-item .t2 {
		font-size: 12px;
		line-height: 1.5;
	}

	.v-share-box .t1 {
		font-size: 18px;
		line-height: 1.4;
		margin-bottom: 10px;
	}

	.v-share-box .share {
		flex-wrap: wrap;
		gap: 15px 10px;
		justify-content: center;
		margin-top: 20px;
	}

	.v-share-box .share_cell .icon {
		width: 48px;
		height: 48px;
		background-size: 260px;
	}

	.v-share-box .share_cell .text {
		font-size: 13px;
	}

	.v-share_bot {
		margin-top: 20px;
	}

	.v-share_bot button {
		width: 90px;
		height: 36px;
		line-height: 36px;
		font-size: 13px;
	}

	.reveal-modal#mb-feedback-video {
		padding: 20px 15px;
	}
}
