@charset "utf-8";

*,
:after,
:before {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}

input,
button {
	outline: none;
	resize: none;
	border: none;
	-webkit-appearance: none;
	appearance: none;
	background: 0 0;
	color: inherit;
	font: inherit
}

body,
input,
button {
	-webkit-touch-callout: none;
	-webkit-font-smoothing: antialiased;
	font-family: -apple-system-font, BlinkMacSystemFont, helvetica neue, pingfang sc, hiragino sans gb, microsoft yahei ui, microsoft yahei, Arial, sans-serif
}

body,
html {
	color: #ffffffde;
	background: rgb(132, 100, 97);
	line-height: 1.6;
	font-size: 14px;
}

img {
	border: none
}

em {
	font-style: normal
}

button {
	cursor: pointer;
	background: 0 0
}

button,
video {
	border: none;
	outline: none
}

ul,
li {
	list-style: none
}

h1,
h2 {
	font-weight: 600
}

a {
	text-decoration: none;
	color: rgba(255, 255, 255, .87);
	outline: none
}

a:hover {
	text-decoration: none;
	color: #ff2a14
}

input[type=text]::-ms-clear {
	display: none
}

.vv-content {
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
	max-width: 1200px;
}

.none {
	display: none !important
}

.shortcuts-mobile-overlay {
	transition: background-color .3s ease
}

.drop-content-box {
	transition-duration: 300ms
}

#footer,
#friendlink {
	position: relative;
	text-align: center;
}

#footer::after,
#friendlink::after {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 1px;
	background-color: #eaedf1
}



.panel-tier-bar {
	margin: 5px 10px;
	width: 2px;
	border-radius: 5px;
	background: #c2c6d0;
	float: left;
	height: 13px
}





.vv-module-blocklist a,
.module-item-title,
.module-item-text {
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}




.vv-video-info-aux .vv-tag-link {
	padding: 5px 12px;
	font-size: 14px;
	border-radius: 14px;
	display: inline-block;
	color: #ffffff99;
	background: #32323c;
	margin-right: 16px;
	margin-bottom: 8px;
}

.vv-search-tag a,
.vv-module-blocklist a {
	padding: 0 20px;
	line-height: 35px;
	font-size: 14px;
	display: inline-block;
	border-radius: 10px
}

.vv-page-number {
	padding: 0 15px;
	line-height: 40px;
	font-size: 13px;
	display: inline-block;
	border-radius: 50px;
	background: #25252b;
	color: rgb(255 255 255 / 60%);
	margin-bottom: 8px;
	margin-right: 8px;
}

.vv-module-blocklist a:hover,
.vv-video-info-aux .vv-tag-link:hover,
.vv-page-number:hover {
	background: #efefef
}

.vv-video-info-aux .vv-tag-link:hover a {
	color: #ffffff99;
}

.vv-share-box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 20px;
}

.vv-share-input {
	BACKGROUND: #343a40;
	color: #b7b7b7;
	padding: 5px 8px;
	border-radius: 8px;
	margin-right: 10px;
	margin-bottom: 10px;
	word-wrap: break-word;
	word-break: normal;
	width: 100%;
}

.vv-share-btn {
	color: #ffffff99;
	background: linear-gradient(90deg, #2eb5c3, #673AB7);
	display: inline-block;
	font-size: 14px;
	border-radius: 4px;
	padding: 4px 30px;
	cursor: pointer;
}

@media only screen and (max-width:559px) {

	.vv-search-tag a,
	.vv-module-blocklist a {
		font-size: 12px
	}
}



#footer {
	background: #343a40;
	font-size: 12px;
	color: rgba(255, 255, 255, .6);
	padding: 10px 20px;
}

#footer p {
	margin-bottom: 16px;
}



.drop-content {
	position: absolute;
	top: 38px;
	padding: 10px 10px 25px;
	font-size: 0;
	right: 0;
	margin: -5px -35% 0;
	min-width: 210px;
	max-width: 330px;
	pointer-events: none;
	height: auto;
	overflow: hidden;
	z-index: 10
}

.drop-content-box {
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	opacity: 0;
	background: #fff;
	border-radius: 10px;
	border-top-right-radius: 7px
}

.drop-content-box::after {
	border-radius: 10px
}

.list-item::after {
	background-color: #f3f5f7
}

.list-item-title {
	padding: 0 0 5px 3px;
	font-size: 12px
}

.list-item-title strong {
	color: rgba(255, 255, 255)
}

.list-item-title .playlist {
	float: right;
	font-size: 12px
}

.list-item-title .playlist:hover {
	background: 0 0
}

.list-item-title .playlist i {
	margin-right: 5px
}



.vv-zan {
	display: flex;
	font-size: 14px;
	flex-wrap: wrap;
	margin: 12px 0;
}

.vv-zan li {
	margin-right: 16px;
}

.vv-zan li a {
	color: #ffffffde
}

.vv-zan li i {
	color: #d7dae1;
	font-size: 18px;
}

.vv-zan li em {
	font-style: normal;
}

.vv-module-blocklist h3 {
	font-size: 18px;
}

.vv-module-blocklist a {
	background: #32323c;
	color: #ffffff99;
	margin: 5px;
	padding: 1px 10px;
	text-align: center;
	position: relative
}

.vv-module-blocklist a:hover {
	background: #1C1C20;
	color: #ff2a14
}

.vv-module-blocklist .selected,
.vv-module-blocklist .selected:hover {
	color: #ff2a14;
	font-weight: 700
}

.video-player-handle .handle-btn {
	margin-left: 8px;
	color: #8f8f8f
}

.video-player-handle .handle-btn:hover i,
.video-player-handle .handle-btn:hover {
	color: #ff2a14
}

.video-player-handle .handle-btn:hover i,
.video-player-handle .handle-btn:hover .block-name {
	position: relative;
	z-index: 2
}

.video-player-handle .handle-btn:hover::after {
	z-index: 1
}

.vv-player-block {
	background: #25252b;
	margin-bottom: 30px;
	border-radius: 0 0 6px 6px;
}

.vv-player-info {
	padding: 15px;
	color: #ffffff99;
}

.vv-player-info .vv-video-info-aux {
	margin-top: 10px
}

.vv-video-info-aux .vv-tag-link:hover {
	background: #1C1C20;
}

.vv-player-info .vv-page-title {
	line-height: 1.38;
}

.vv-player-info em {
	color: #ffffffde;
}

#friendlink {
	padding: 15px 0;
	word-break: break-all
}

#friendlink a {
	margin-right: 10px;
	color: #8f8f8f
}

.card-body-unit {
	font-size: 12px;
	float: right
}

.card-body-unit .panel-tier-bar {
	float: none;
	display: inline-block;
	width: 1px;
	margin: 0 5px;
	height: 8px
}

.vv-juiqng {
	font-size: 14px;
	margin: 10px 0;
}

.shortcuts {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999999;
	width: 100%;
	height: 100%;
}

.shortcuts-info {
	position: absolute;
	width: 280px;
	height: auto;
	padding: 25px;
	top: 50%;
	left: 50%;
	margin: -50px 0 0 -140px;
	text-align: center;
	color: #fff;
	background-color: rgba(7, 7, 10, .92);
	border-radius: 10px;
}

@media(max-width:559px) {

	.vv-content {
		padding: 0 15px
	}

	.vv-hidden-xs {

	}

	.list-item {
		position: relative
	}

	.list-item-title {
		padding: 0 0 7px;
		margin-bottom: 5px;
		position: relative
	}

	.list-item-title:before {
		content: " ";
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 1px;
		background-color: #e3e6eb;
		transform: scaleY(.5)
	}

	.vv-video-info-aux .vv-tag-link {
		font-size: 12px
	}

	.vv-player-info {
		padding: 15px
	}

	.vv-player-info .vv-page-title {
		font-size: 20px
	}

	#friendlink {
		padding: 10px 0
	}

	.card-body-unit,
	#footer {
		font-size: 12px
	}
}




@media(min-width:559px) {

	
}

@media(min-width: 560px) and (max-width: 767px) {

	.vv-content {
		padding: 0 20px
	}

	.vv-hidden-xs {
		display: none
	}

	#footer p, #friendlink {
		font-size: 14px;
	}
}



@media(min-width: 768px) and (max-width: 1239px) {
	.card-body-unit, #footer p, #friendlink {
		font-size: 14px;
	}
	
	.header-module {
		display: none;
	}
}

@media(min-width:1240px) {

	.vv-player-info .vv-page-title {
		font-size: 24px;
		color: #c2c6d0;
		display: inline
	}

	.vv-player-info .vv-video-info-aux .vv-tag-link a {
		color: #8f8f8f
	}
	.vv-content {
		padding: 0 30px
	}

	.header-module {
		display: none;
	}

	.vv-player-info .vv-page-title {
		font-size: 26px;
		display: inline;
		margin-right: 5px
	}

	#footer p, #friendlink {
		font-size: 16px;
	}

}


/* 广告 */
/* 确保内容不被悬浮广告遮挡 */
.vv-top-ad-active {
	padding-top: 65px;
}

.top-floating-icons {
	position: fixed;
	top: 0;
	left: 50%;
	width: 100%;
	transform: translateX(-50%);
	display: flex;
	justify-content: space-around;
	padding: 0 10px;
	padding-top: 5px;
	border-radius: 10px;
	z-index: 999999;
}

.vv-top-icon {
	flex: 1;
	margin: 0 5px;
	display: flex;
	justify-content: center;
}

.vv-top-icon img {
	width: 65px;
	height: 65px;
	border-radius: 10px;
	border: solid 2px red;
}

.bottom-floating-icons {
	position: fixed;
	bottom: 5px;
	left: 0;
	right: 0;
	display: flex;
	justify-content: space-around;
	padding: 0 10px;
	z-index: 999999;
	border-radius: 10px;
}

.dot-footer {
	flex: 1;
	max-width: 65px;
	text-align: center;
}

.dot-footer img {
	width: 65px;
	height: 65px;
	display: block;
	margin: 0 auto;
	border-radius: 10px;
}

#topad {
	max-width: 1110px;
	text-align: center;
	margin-left: auto;
	margin-right: auto
}

#topad img {
	height: 100px;
	width: 100%;
	margin-bottom: 1px
}

#topad img:hover {
	transition-duration: 0.3s;
	transition-property: box-shadow;
	box-shadow: 0 0 10px #0370e5;
	cursor: pointer;
	filter: alpha(Opacity=80);
	-moz-opacity: 0.9;
	opacity: 0.9
}

@media screen and (max-width:768px) {
	#topad {}

	#topad img {
		width: 100%;
		height: 75px
	}
}

#tags {
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 10px
}

#tags a {
	display: inline-block;
	border-radius: 2px;
	padding: 0.8rem;
	line-height: 0.5rem;
	margin-bottom: 5px;
	padding-left: 0.4rem;
	padding-right: 0.4rem;
	font-weight: 500;
	font-size: 14px;
	margin-right: 0.2rem;
	border: 1px solid;
	color: #999
}

#tags a:hover {
	color: #ddd;
	background-color: #00b9ec
}

@media(max-width:450px) {
	#tags {
		margin: 15px
	}

	#tags h5 {
		font-weight: 800;
		font-size: 15px
	}

	#tags a {
		display: inline-block;
		border-radius: 2px;
		padding: 0.8rem;
		line-height: 0.1rem;
		padding-left: 0.4rem;
		padding-right: 0.4rem;
		font-weight: 500;
		margin-bottom: 0.3rem;
		font-size: 14px;
		margin-right: 0.5rem;
		border: 1px solid;
		border-radius: 4px;
		color: #999
	}

	#tags a:hover {
		color: #ddd;
		background-color: #00b9ec
	}
}

#text-ad-container {
	max-width: 1185px;
	text-align: center;
	margin: auto;
}

.text-ad {
	width: 47%;
	display: inline-block;
	background-color: #282f28;
	line-height: 35px;
	height: 35px;
	border-radius: 3px;
	font-size: 14px;
	margin: .25rem !important
}

.text-ad:hover {
	background-color: #FFB90F
}

@media (max-width:600px) {
	#text-ad-container {
		text-align: center;
		margin: auto;
	}

	.text-ad {
		width: 47%;
		display: inline-block;
		background-color: #bdbdbd;
		line-height: 35px;
		height: 35px;
		border-radius: 3px;
		font-size: 14px;
		margin: .25rem !important
	}
}

#app-ad-ico {
	margin: 0 auto
}

.vv-bba-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(66px, 1fr));
	gap: 4px;
	max-width: 1135px;
	margin: 2px auto;
	padding: 5px;
	background-color: #282f28;
	border-radius: 8px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1)
}

@media screen and (max-width: 750px) {
	.vv-bba-grid {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(67px, 67px));
		gap: 6px;
		max-width: 85%;
		margin: 2px 0;
		padding: 5px;
		background-color: #282f28;
		border-radius: 8px;
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0)
	}
}

.vv-bba-item {
	margin: 2px;
	text-align: center;
	border-radius: 8px;
	transition: transform 0.3s ease, box-shadow 0.3s ease
}

.vv-bba-item img {
	width: 80%;
	object-fit: contain;
	border-radius: 10px;
	max-width: 80px
}

.vv-bba-item div {
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
	color: #212121;
	background-image: -webkit-linear-gradient(92deg, #ffffff, #ffffff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-animation: hue 10s infinite linear
}

.vv-bba-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2)
}

@media (max-width: 768px) {
	.vv-bba-item img {
		width: 100%
	}
}

.top-floating-icons {
	position: fixed;
	top: 0;
	left: 50%;
	width: 100%;
	transform: translateX(-50%);
	display: flex;
	justify-content: space-around;
	padding: 0 10px;
	padding-top: 5px;
	border-radius: 10px;
	z-index: 999999;
}

.top-icon {
	flex: 1;
	margin: 0 5px;
	display: flex;
	justify-content: center;
}

.top-icon img {
	width: 65px;
	height: 65px;
	border-radius: 10px;
	border: solid 2px red;
}

.bottom-floating-icons {
	position: fixed;
	bottom: 5px;
	left: 0;
	right: 0;
	display: flex;
	justify-content: space-around;
	padding: 0 10px;
	z-index: 999999;
	border-radius: 10px;
}

.dot-footer {
	flex: 1;
	max-width: 65px;
	text-align: center;
}

.bottom-icon img {
	width: 65px;
	height: 65px;
	display: block;
	margin: 0 auto;
	border-radius: 10px;
}

/* 广告end */
/* 播放器 */
#player {
	/* height: 14rem; */
	width: 100%;
	padding-bottom: 60%;
	position: relative;
}

#player::after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#player iframe {
	position: absolute;
	top: 0;
	left: 0;
}

#changeButton {
	display: none;
	position: fixed;
	bottom: 5%;
	left: 57%;
	transform: translateX(-50%);
	padding: 0;
	/* 设置为0 */
	font-size: 12px;
	/* 调整字体大小 */
	height: 25px;
	/* 设置高度 */
	width: 60px;
	/* 设置宽度 */
	line-height: 1;
	/* 调整行高 */
	background-color: #007bff;
	color: white;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	z-index: 1002;
}

#changeButton1 {
	display: none;
	position: fixed;
	bottom: 5%;
	left: 41%;
	transform: translateX(-50%);
	padding: 0;
	font-size: 12px;
	height: 25px;
	width: 60px;
	line-height: 1;
	background-color: #007bff;
	color: white;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	z-index: 1002;
}

#changeButton:hover {
	background-color: #0056b3;
}

#changeButton1:hover {
	background-color: #0056b3;
}

.fullscreen-iframe {
	border: none;
	overflow: hidden;
}

@media (min-width: 1024px) {
	.fullscreen-iframe {
		display: none;
	}

	#changeButton {
		display: none;
	}

	#changeButton1 {
		display: none;
	}
}


/* 播放器end */

/* 新头部样式 */
.inner-hero-fixed {
	position: relative;
	margin-bottom: 0;
	padding: 0 15px;
	width: 100%;
	background: rgb(132, 100, 97);
	height: 80px;
	z-index: 1000;
}

.inner-hero-fixed::after {
	content: '';
	position: absolute;
	width: 100%;
	left: 0;
	top: 100%;
	z-index: -1;
	background: #eaedf1
}

.btn-dot-row {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 40px;
}

.title-main {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0;
	flex-wrap: nowrap;
	width: 100%;
}

.vv-nav-toggle {
	background: none;
	border: none;
	cursor: pointer;
	padding: 10px 5px;
	margin-right: 15px;
	white-space: nowrap;
}

.card-block {
	display: block;
	width: 22px;
	height: 16px;
	position: relative;
}

.card-block span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #b9b9b9;
	border-radius: 3px;
	opacity: 1;
	left: 0;
	transition: all 0.3s ease;
}

.card-block span:nth-child(1) {
	top: 0px;
}

.card-block span:nth-child(2) {
	top: 8px;
}

.card-block span:nth-child(3) {
	top: 16px;
}

.wrap-line {
	display: flex;
	align-items: center;
	gap: 15px;
	position: relative;
	white-space: nowrap;
}

.vv-contact-info {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #ecf0f1;
	font-size: 16px;
	font-weight: 600;
}

.vv-phone-icon {
	font-size: 20px;
	color: #3498db;
}

.vv-phone-number {
	color: #ecf0f1;
}

.vv-login-btn {
	padding: 8px 16px;
	background: #3498db;
	color: #fff;
	border-radius: 4px;
	text-decoration: none;
	font-size: 14px;
}

.vv-login-btn:hover {
	background: #2980b9;
	color: #fff;
}

.banner-wrap-bottom {
	display: inline-block;
}

.wrap-md-left {
	font-size: 26px;
	line-height: 30px;
	color: #fff;
	margin: 0;
	padding: 0;
	background-color: #fff;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
	width: auto;
	white-space: nowrap;
}

.vv-search-toggle {
	background: none;
	border: none;
	color: #ecf0f1;
	font-size: 30px;
	cursor: pointer;
	padding: 5px;
	z-index: 100;
}

.vv-search-container {
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%);
	width: 0;
	background: rgba(132, 100, 97, .95);
	padding: 0;
	z-index: 99;
	display: none;
	border-radius: 10px;
	overflow: hidden;
	transition: width 0.3s ease, padding 0.3s ease;
}

.vv-search-container.active {
	display: block;
	width: 600px;
	padding: 5px;
}

.active-chunk-inner {
	width: 100%;
}

.vv-side-nav {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	min-height: 200px;
	background: rgba(2, 2, 15, 0.9);
	z-index: 1001;
	transition: all 0.3s ease;
	display: none;
}

.vv-side-nav.active {
	display: block;
}

.block-row-header {
	padding: 10px 40px;
	max-width: 1200px;
	margin: 0 auto;
}

.nav-link-cover {
	display: none;
}

.nav-chunk-item {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.vv-side-nav-item {
	flex: 0 0 calc(25% - 15px);
	max-width: calc(25% - 15px);
	margin-bottom: 0;
}

.vv-side-nav-link {
	display: block;
	padding: 10px 15px;
	color: #ffffff;
	text-decoration: none;
	font-size: 16px;
	border-radius: 4px;
	transition: background-color 0.3s ease;
	font-weight: 600;
}

.vv-side-nav-item.vv-active .vv-side-nav-link {
	/* background-color: #3498db; */
	color: #fff;
}

.vv-side-nav-link:hover {
	background-color: rgba(52, 152, 219, 0.1);
	color: #3498db;
}

.vv-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 998;
	display: none;
}

.vv-overlay.active {
	display: block;
}

.active-chunk-inner {
	position: relative;
	display: flex;
	align-items: center;
	background: #ffffff;
	border-radius: 30px;
	padding: 0;
	overflow: hidden;
	width: 100%;
}

.vv-search-field {
	flex: 1;
	padding: 14px 20px;
	font-size: 14px;
	color: #333;
	background: transparent;
	border: none;
	outline: none;
	height: 44px;
}

.vv-search-suggest {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #34495e;
	color: #ecf0f1;
	padding: 15px;
	border-radius: 10px;
	box-shadow: 0px 1px 4px #7f7f7f;
	z-index: 10;
	margin-top: 5px;
	display: none;
}

.vv-suggest-title {
	margin-bottom: 10px;
	font-size: 14px;
}

.inner-banner-inner {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.start-list {
	padding: 6px 12px;
	font-size: 12px;
	background: rgb(132, 100, 97);
	color: #ecf0f1;
	border-radius: 10px;
	text-decoration: none;
}

.start-list:hover {
	background: #1a252f;
	color: #3498db;
}

.vv-search-submit {
	background: #3498db;
	border: none;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	padding: 0;
	border-radius: 50%;
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
}

.vv-main-nav {
	flex: 1;
	margin: 0 20px;
}

.link-body {
	display: flex;
	/* gap: 15px; */
	padding: 0;
	margin: 0;
	list-style: none;
	flex-wrap: wrap;
}

.vv-nav-item {
	white-space: nowrap;
	width: 70px;
margin-right:5px;margin-left:5px;

}

.vv-nav-link {
	display: inline-block;
	padding: 10px 12px;
	color: #ecf0f1;
	text-decoration: none;
	font-size: 13px;
	position: relative;
}

.vv-nav-item.vv-active .vv-nav-link {
	color: #3498db;
	/* border-bottom: 2px solid #3498db; */
}

.vv-nav-link:hover {
	color: #3498db;
}

/* 响应式设计 */
@media (max-width: 767px) {
	.inner-hero-fixed {
		height: 45px;
	}
	
	.btn-dot-row {
		padding: 0;
	}
	
	.title-main {
		padding: 5px 0px;
		align-items: center;
		gap: 10px;
	}
	
	.wrap-md-left {
		font-size: 18px;
	}
	
	.vv-search-toggle {
		font-size: 24px;
		white-space: nowrap;
	}
	
	.vv-nav-toggle {
		font-size: 16px;
		padding: 5px;
	}
	
	.vv-side-nav {
		width: 100%;
	}
	
	/* 隐藏移动端导航栏 */
	.vv-main-nav {
		display: none;
	}
	
	/* 确保搜索按钮不换行 */
	.wrap-line {
		display: flex;
		align-items: center;
		gap: 10px;
		white-space: nowrap;
	}
	
	/* 调整搜索容器位置 */
	.vv-search-container {
		right: 0;
	}
	
	.vv-search-container.active {
		width: 280px;
		margin-right: 15px;
	}
	
	/* 移动端导航栏横向分布 */
	.nav-chunk-item {
		gap: 10px;
	}
	
	.vv-side-nav-item {
		flex: 0 0 calc(50% - 5px);
		max-width: calc(50% - 5px);
	}
	
	.vv-side-nav-link {
		padding: 8px 12px;
		font-size: 12px;
	}
}

@media (min-width: 768px) and (max-width: 1239px) {
	.title-main {
		padding: 12px 0;
	}
	
	.wrap-md-left {
		font-size: 24px;
	}
	
	.vv-side-nav-item {
		flex: 0 0 calc(33.333% - 13.333px);
		max-width: calc(33.333% - 13.333px);
	}
}

@media(min-width: 1240px) {
	.title-main {
		/* padding: 20px 0; */
	}
	
	.wrap-md-left {
		font-size: 30px;
	}
	
	.vv-nav-link {
		font-size: 16px;
	}
	
	.vv-side-nav-item {
		flex: 0 0 calc(25% - 15px);
		max-width: calc(25% - 15px);
	}
}

/* 新 main 内容样式 */
.chip-list-row {
	width: 100%;
	/* padding: 0 15px; */
	margin: 0 auto;
	max-width: 1200px;
}

.link-active {
	margin-bottom: 30px;
}
@media (max-width: 767px) {
	.link-active {
		padding: 0 15px;
	}
}
.start-flex-left {
		margin-bottom: 15px;
	font-size: 0;
	vertical-align: baseline;
	position: relative;
}

.text-alert-card {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.3;
	color: #ffffffde;
}

.center-cell-drop {
	display: inline-block;
	width: 100%;
}

.icon-drop-left {
	width: calc(50% - 5px);
	margin: 0 10px 20px 0;
	float: left;
}

.label-side-inner {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 5px;
	aspect-ratio: 16/9;
}

.label-side-inner .bottom-right-foot {
	background: rgba(0, 0, 0, .51);
	color: #c2c6d0;
	padding: 2px 6px;
	position: absolute;
	bottom: 4px;
	right: 4px;
	font-size: 10px;
}




.label-side-inner img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.label-side-inner:hover {
	opacity: .8;
}

.mast-tag {
	font-weight: 700;
	margin-top: 10px;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin-left:10px;
	margin-right:10px;
}

.mast-tag a {
	font-size: 13px;
	color: rgba(255, 255, 255, .87);
	text-decoration: none;
}

.mast-tag a:hover {
	color: #ff2a14;
}

.alert-text {
	margin-top: 3px;
	color: rgb(255 255 255 / 40%);
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.vv-pagination-container {
	text-align: center;
	padding: 0 0 30px;
}

.vv-pagination {
	display: inline-block;
}

.vv-page-link {
	padding: 0 15px;
	line-height: 40px;
	font-size: 13px;
	display: inline-block;
	border-radius: 50px;
	background: #0fb5de;
	color: #fff;
	margin-bottom: 8px;
	margin-right: 8px;
	text-decoration: none;
}

.vv-page-link:hover {
	background: #0d9ed9;
	color: #fff;
}

.vv-page-prev,
.vv-page-next {
	padding: 0 18px;
}

/* 响应式设计 */
@media (max-width: 559px) {
	.text-alert-card {
		font-size: 18px;
		margin: 0;
		line-height: 1.6;
	}

	.icon-drop-left:nth-of-type(2n + 1) {
		margin-right: 0;
	}

	.vv-page-link {
		min-width: 35px;
		line-height: 35px;
		font-size: 12px;
		margin-right: 0px;
	}
}

@media (min-width: 560px) and (max-width: 767px) {
	.chip-list-row {
		padding: 0 20px;
	}

	.text-alert-card {
		font-size: 20px;
		line-height: 1.1;
	}

	.icon-drop-left:nth-of-type(2n + 1) {
		margin-right: 0;
	}

	.mast-tag {
		font-size: 16px;
	}

	.alert-text {
		font-size: 14px;
	}
}

@media (min-width: 768px) and (max-width: 1239px) {
	.icon-drop-left {
		width: calc(33.3% - 14px);
		margin: 0 20px 20px 0;
		float: left;
	}

	.center-cell-drop > .icon-drop-left:nth-of-type(3n + 1) {
		margin-right: 0;
	}

	.mast-tag {
		font-size: 18px;
	}

	.alert-text {
		font-size: 16px;
	}
}

@media (min-width: 1240px) {
	.chip-list-row {
		padding: 0 30px;
	}

	.icon-drop-left {
		width: calc(25% - 15px);
		margin: 0 20px 20px 0;
	}

	.icon-drop-left:nth-child(4n+1) {
		margin-right: 0;
	}

	.text-alert-card {
		font-size: 24px;
	}

	.mast-tag {
		font-size: 14px;
	}

	.alert-text {
		font-size: 12px;
	}

	.vv-page-link {
		font-size: 14px;
	}
}

/* 视频详情页样式 */
.body-bar-lg {
	/* background: #000000; */
	border-radius: 10px;
	/* padding: 20px; */
	margin-bottom: 30px;
}

.body-bar-lg .mast-tag {
	font-size: 18px;
	font-weight: 700;
	color: #ffffffde;
	margin-bottom: 20px;
	white-space: normal;
	line-height: 1.3;
}

.video-actions {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 20px 0;
}

.like-dislike {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 15px;
}

.like-btn, .dislike-btn {
	font-size: 24px;
	color: #ff6b35;
	cursor: pointer;
	transition: all 0.3s ease;
}

.dislike-btn {
	color: #666;
}

.like-percentage {
	display: flex;
	flex-direction: column;
	flex: 1;
}

.percentage {
	font-size: 18px;
	font-weight: 600;
	color: #ff6b35;
	margin-bottom: 5px;
}

.progress-bar {
	width: 100%;
	height: 4px;
	background: #333;
	border-radius: 2px;
	overflow: hidden;
	margin-bottom: 5px;
}

.progress-fill {
	height: 100%;
	background: #ff6b35;
	border-radius: 2px;
	transition: width 0.3s ease;
}

.total-count {
	font-size: 12px;
	color: #999;
}
.icon-zan {
	font-size: 24px!important;
}
.detail-btn, .vv-share-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 15px;
	border-radius: 50px;
	cursor: pointer;
	font-size: 16px;
	transition: all 0.3s ease;
	width: 100%;
	margin: 10px 0;
}

.detail-btn {
	background: #ff6b35;
	color: #fff;
	font-weight: 600;
}

.vv-share-btn {
	background: #333;
	color: #fff;
}

.detail-btn:hover {
	background: #ff8e53;
}

.vv-share-btn:hover {
	background: #444;
}

.video-info {
	background: #000000;
	border-radius: 10px;
	/* padding: 20px; */
	margin: 20px 0;
	display: none;
}

.video-info.active {
	display: block;
}

.video-stats {
	display: flex;
	gap: 20px;
	margin-bottom: 15px;
	color: #ffffff99;
}

.video-stats span {
	display: flex;
	align-items: center;
	gap: 5px;
}

.vv-video-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 20px;
}

.vv-video-tags .tag {
	padding: 6px 12px;
	background: #000000;
	color: #ffffff99;
	border-radius: 15px;
	text-decoration: none;
	font-size: 12px;
	transition: all 0.3s ease;
}

.vv-video-tags .tag:hover {
	background: #000000;
	color: #ff2a14;
}

.video-plot {
	margin-bottom: 20px;
}

.video-plot h3 {
	font-size: 18px;
	color: #ffffffde;
	margin-bottom: 10px;
}

.video-plot p {
	color: #ffffff99;
	line-height: 1.6;
}

.play-lines {
	margin-top: 20px;
}

.play-lines h3 {
	font-size: 18px;
	color: #ffffffde;
	margin-bottom: 15px;
}

.line-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.line-item {
	padding: 8px 16px;
	background: #000000;
	color: #ffffff99;
	border-radius: 15px;
	text-decoration: none;
	font-size: 14px;
	transition: all 0.3s ease;
}

.line-item:hover {
	background: #000000;
	color: #ff2a14;
}

.share-panel {
	background: #000000;
	border-radius: 10px;
	padding: 20px;
	margin: 20px 0;
	display: none;
}

.share-panel.active {
	display: block;
}

.share-url {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 15px;
}

.vv-share-input {
	width: 100%;
	padding: 10px;
	background: #000000;
	color: #ffffff99;
	border-radius: 4px;
	border: 1px solid #333;
	outline: none;
}

.copy-btn {
	padding: 10px 20px;
	background: orange;
	color: #fff;
	border-radius: 4px;
	cursor: pointer;
	font-size: 14px;
	transition: all 0.3s ease;
}

.copy-btn:hover {
	background: #ffb300;
}

.share-friend-btn {
	width: 100%;
	padding: 12px;
	background: linear-gradient(90deg, #2eb5c3, #673AB7);
	color: #fff;
	border-radius: 4px;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	transition: all 0.3s ease;
}

.share-friend-btn:hover {
	background: linear-gradient(90deg, #673AB7, #2eb5c3);
}

/* 响应式设计 */
@media (max-width: 767px) {
	.body-bar-lg {
		/* padding: 15px; */
	}

	.body-bar-lg .mast-tag {
		font-size: 14px;
	}

	.video-actions {
		flex-direction: column;
		align-items: stretch;
		gap: 15px;
	}

	.like-btn {
		justify-content: center;
	}

	.action-buttons {
		justify-content: center;
	}

	.share-url {
		flex-direction: column;
	}
}

@media (min-width: 768px) and (max-width: 1239px) {
	.body-bar-lg .mast-tag {
		font-size: 22px;
	}
}
.time{margin-left:10px;margin-top:10px;}
/* Pagination Component Styles */
.col-right-tier {
    margin: 20px 0;
    text-align: center;
}

.page-list {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 8px;
    flex-wrap: wrap;
}

/* Pagination item base style */
.page-list .page-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0 8px;
    background-color: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    color: #8c8c8c;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.2s ease;
    cursor: pointer;
    box-sizing: border-box;
}

/* Link style reset */
.page-list a {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: inherit;
}

/* Icon styles */
.page-list i {
    font-style: normal;
    font-size: 14px;
    font-weight: normal;
}

/* Previous icon (left arrow) */
.cell-section::before {
    content: "‹";
    font-size: 18px;
    font-weight: bold;
}

/* Next icon (right arrow) */
.img-hidden-outer::before {
    content: "›";
    font-size: 18px;
    font-weight: bold;
}
.img-hidden-outer {
    margin-left: 5px;
}
.cell-section {
    margin-right: 5px;
}

/* Hover effect */
.page-list .page-item:hover {
    border-color: #ff8c00;
    color: #ff8c00;
    background-color: #fff7e8;
}

.page-list a:hover .page-item {
    border-color: #ff8c00;
    color: #ff8c00;
    background-color: #fff7e8;
}

/* Active (highlighted) state */
.page-list li.active .page-item {
    background-color: #ff8c00;
    border-color: #ff8c00;
    color: #ffffff;
}

.page-list li.active .page-item:hover {
    background-color: #e67e00;
    border-color: #e67e00;
    color: #ffffff;
}

/* Ellipsis without link - not clickable */
.page-list li:not(:has(a)) .page-item {
    cursor: default;
}

.page-list li:not(:has(a)) .page-item:hover {
    background-color: #ffffff;
    border-color: #d9d9d9;
    color: #8c8c8c;
}

/* ========== 移动端样式：只显示 上一页、当前激活页码、下一页 ========== */
@media (max-width: 768px) {
    /* 隐藏所有列表项 */
    .page-list li {
        display: none;
    }
    
    /* 始终显示：上一页、当前激活页、下一页 */
    .page-list li:first-child,   /* 上一页容器 */
    .page-list li:last-child,    /* 下一页容器 */
    .page-list li.active {       /* 当前激活页码 */
        display: block;
    }
    
    /* 确保没有其他li显示 */
    .page-list li:first-child ~ li:not(.active):not(:last-child) {
        display: none;
    }
    
    /* 移动端尺寸微调 */
    .page-list .page-item {
        min-width: 42px;
        height: 42px;
        padding: 0 12px;
        font-size: 15px;
    }
    
    .cell-section::before,
    .img-hidden-outer::before {
        font-size: 22px;
    }
    
    /* 为激活页码增加一个下拉箭头视觉提示（表示可点击展开） */
    .page-list li.active .page-item {
        position: relative;
        cursor: pointer;
    }
    
    .page-list li.active .page-item::after {
        content: "⌵";
        font-size: 16px;
        margin-left: 6px;
        opacity: 0.9;
        display: inline-block;
        transform: translateY(-1px);
        font-weight: normal;
    }
    
    /* 激活页码悬浮效果保持橙色风格 */
    .page-list li.active .page-item:hover {
        background-color: #ff8c00;
        border-color: #ff8c00;
        color: #ffffff;
    }
}

/* PC端：显示所有页码，并且移除激活页码的下拉箭头 */
@media (min-width: 769px) {
    .page-list li {
        display: block;
    }
    
    .page-list li .page-item.tag-badge-page {
        border: none;
        background: transparent;
        cursor: default;
    }
    
    .page-list li .page-item.tag-badge-page:hover {
        background-color: transparent;
        border-color: transparent;
        color: #8c8c8c;
    }
    
    /* PC端隐藏下拉箭头 */
    .page-list li.active .page-item::after {
        display: none;
    }
}

/* ========== 移动端竖向菜单样式（完美居中，只显示数字页码，最多10个） ========== */
/* 弹窗遮罩层 - 完全居中 */
.input-group-border {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(3px);
    z-index: 10000;
    display: flex;
    align-items: center;      /* 垂直居中 */
    justify-content: center;  /* 水平居中 */
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.2s ease, opacity 0.2s ease;
}

.input-group-border.show {
    visibility: visible;
    opacity: 1;
}

/* 弹窗内容容器 */
.dot-outer-label {
    width: 85%;
    max-width: 320px;
    background: #ffffff;
    border-radius: 28px;
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    animation: menuFadeUp 0.25s ease-out;
    margin: 0 auto;           /* 确保水平居中 */
}

@keyframes menuFadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 菜单头部 */
.body-ribbon-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 20px;
    background: #ffffff;
    border-bottom: 1px solid #f0f0f0;
    font-weight: 500;
    font-size: 16px;
    color: #333333;
}

.bottom-inner {
    font-size: 16px;
    font-weight: 500;
    color: #2c3e44;
}

.footer-drop {
    background: none;
    border: none;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    color: #999999;
    padding: 0 6px;
    transition: color 0.2s;
}

.footer-drop:hover {
    color: #ff8c00;
}

/* 菜单列表容器 */
.right-title-side {
    max-height: 60vh;
    overflow-y: auto;
    padding: 8px 0;
}

.col-icon-line {
    list-style: none;
    margin: 0;
    padding: 0;
}

.col-icon-line li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #f5f5f5;
}

/* 每个菜单项 */
.menu-page-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px;
    font-size: 16px;
    font-weight: 500;
    color: #2c3e44;
    background: white;
    transition: background 0.15s;
    cursor: pointer;
    text-decoration: none;
}

.menu-page-item:active {
    background-color: #fff0e0;
}

.menu-page-item .page-num {
    font-weight: 500;
}

.menu-page-item .jump-hint {
    font-size: 12px;
    color: #ff8c00;
    background: #fff0e0;
    padding: 2px 8px;
    border-radius: 20px;
}

/* 当前页码在菜单中高亮 */
.menu-page-item.current-in-menu {
    background-color: #ff8c00;
    color: white;
}

.menu-page-item.current-in-menu .jump-hint {
    background: rgba(255,255,255,0.3);
    color: white;
}

/* 滚动条美化 */
.right-title-side::-webkit-scrollbar {
    width: 4px;
}

.right-title-side::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.right-title-side::-webkit-scrollbar-thumb {
    background: #ffb45e;
    border-radius: 10px;
}

/* 移动端底部安全区适配 */
@media (max-width: 768px) {
    .right-title-side {
        padding-bottom: env(safe-area-inset-bottom, 10px);
    }
    
    /* 增强移动端居中保障 */
    .input-group-border {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .dot-outer-label {
        margin: 0 20px;
    }
}
/* 更新时间标签样式 - 左下角 */
.icon-block {
    position: absolute;
    bottom: 4px;
    left: 4px;
    background-color: rgba(0, 0, 0, 0.6); /* 半透明黑色背景 */
    color: #ffffff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: normal;
    line-height: 1;
    z-index: 1;
    /* 可选：添加文字阴影提高可读性 */
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    /* 可选：添加字体样式 */
    font-family: inherit;
}

/* 确保图片容器是相对定位（如果.label-side-inner不是相对定位） */
.label-side-inner {
    position: relative;
    display: block;
}
/* 容器样式 */
.icon-fixed {
	margin:10px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 10px 0;
}

/* 标签行 - 单独一行 */
.icon-fixed .alert-dot {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px; /* 标签之间的间距 */
}


/* 标签链接样式 */
.icon-fixed .alert-dot a {
    color: #409eff;
    font-size: 12px;
}

.icon-fixed .alert-dot a:hover {
    background-color: #e6e9f0;
    color: #66b1ff;
}

/* 播放线路行 - 单独一行 */
.icon-fixed .foot-group-inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
    gap: 12px;
}

/* 播放线路标题 */
.icon-fixed .foot-group-inner b {
    font-weight: 600;
    white-space: nowrap;
}

/* 线路列表容器样式 */
.icon-fixed .card-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px; /* 线路按钮之间的间距 */
    margin: 0;
    padding: 0;
    list-style: none;
}

/* 线路列表项样式 */
.icon-fixed .card-box li {
    display: inline-block;
}

/* 线路链接样式 - 方框效果 */
.icon-fixed .card-box a {
    display: inline-block;
    padding: 4px 10px;
    background-color: #ffffff;
    border: 1px solid #dcdfe6;
    border-radius: 6px;
    color: #606266;
    text-decoration: none;
    font-size: 13px;
    transition: all 0.3s;
    cursor: pointer;
}

/* 线路链接悬停效果 */
.icon-fixed .card-box a:hover {
    border-color: #409eff;
    color: #409eff;
    background-color: #ecf5ff;
}
.wrap-panel-outer{display:contents;font-style:normal;font-family:inherit;font-size:inherit;color:inherit;line-height:inherit;text-decoration:none;background:none;unicode-bidi:normal}
.nav-banner-cover{display:contents;font-style:normal;font-family:inherit;font-size:inherit;color:inherit;line-height:inherit;text-decoration:none;background:none;unicode-bidi:normal}
.card-stack{display:contents;font-style:normal;font-family:inherit;font-size:inherit;color:inherit;line-height:inherit;text-decoration:none;background:none;unicode-bidi:normal}
.section-left-active{display:contents;font-style:normal;font-family:inherit;font-size:inherit;color:inherit;line-height:inherit;text-decoration:none;background:none;unicode-bidi:normal}
.line-chip-tier{display:contents;font-style:normal;font-family:inherit;font-size:inherit;color:inherit;line-height:inherit;text-decoration:none;background:none;unicode-bidi:normal}
.form-pill{display:contents;font-style:normal;font-family:inherit;font-size:inherit;color:inherit;line-height:inherit;text-decoration:none;background:none;unicode-bidi:normal}
.text-col-active{display:contents;font-style:normal;font-family:inherit;font-size:inherit;color:inherit;line-height:inherit;text-decoration:none;background:none;unicode-bidi:normal}
.dot-foot-main{display:contents;font-style:normal;font-family:inherit;font-size:inherit;color:inherit;line-height:inherit;text-decoration:none;background:none;unicode-bidi:normal}
.mast-unit-label{display:contents;font-style:normal;font-family:inherit;font-size:inherit;color:inherit;line-height:inherit;text-decoration:none;background:none;unicode-bidi:normal}
.col-chip{display:contents;font-style:normal;font-family:inherit;font-size:inherit;color:inherit;line-height:inherit;text-decoration:none;background:none;unicode-bidi:normal}
.icon-side-banner{display:contents;font-style:normal;font-family:inherit;font-size:inherit;color:inherit;line-height:inherit;text-decoration:none;background:none;unicode-bidi:normal}
.text-title-zone{display:contents;font-style:normal;font-family:inherit;font-size:inherit;color:inherit;line-height:inherit;text-decoration:none;background:none;unicode-bidi:normal}
.head-link{display:contents;font-style:normal;font-family:inherit;font-size:inherit;color:inherit;line-height:inherit;text-decoration:none;background:none;unicode-bidi:normal}
.show-main-text{display:contents;font-style:normal;font-family:inherit;font-size:inherit;color:inherit;line-height:inherit;text-decoration:none;background:none;unicode-bidi:normal}
.tier-chunk-title{display:contents;font-style:normal;font-family:inherit;font-size:inherit;color:inherit;line-height:inherit;text-decoration:none;background:none;unicode-bidi:normal}
.pop-header-bar{display:contents;font-style:normal;font-family:inherit;font-size:inherit;color:inherit;line-height:inherit;text-decoration:none;background:none;unicode-bidi:normal}
.col-row-main{display:contents;font-style:normal;font-family:inherit;font-size:inherit;color:inherit;line-height:inherit;text-decoration:none;background:none;unicode-bidi:normal}
.footer-block-nav{display:contents;font-style:normal;font-family:inherit;font-size:inherit;color:inherit;line-height:inherit;text-decoration:none;background:none;unicode-bidi:normal}

