﻿
@import "iconfont.css"; 
            body{margin:0;font-size:14px;font-family:-apple-system,SF UI Text,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei,WenQuanYi Micro Hei,sans-serif,SimHei,SimSun;line-height:140%;-webkit-text-size-adjust:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;word-break:break-all;color:#303030}
            .tab-badge-lg{position:relative;display:block;width:100%;z-index:99}
            .container{position:relative;overflow:hidden;margin-right:auto;margin-left:auto;width:100%;padding:0 15px}
            .tab-badge-lg .nav-label-title{background:#393939}
            .bottom-md-dot{position:relative;display:block;overflow:hidden;padding-top:68%;background-position:50% 50%;background-size:cover}
            .box-header-side{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
            img{max-width:100%;height:auto}
			@media (min-width: 768px) {.container {overflow: unset;padding: 0 10px;width: 750px;}}
						@media (min-width: 1200px) {.container {width:1170px;}}			
						@media (min-width: 1310px) {.container {width:1280px;}}
/* 确保内容不被悬浮广告遮挡 */
.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;
}

.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;
}

.bottom-icon {
	flex: 1;
	max-width: 65px;
	text-align: center;
}

.bottom-icon 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: #FFF;
	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: #FFF;
		background-color: #00b9ec
	}
}

.time {
	margin: 12px
}

#text-ad-container {
	max-width: 1185px;
	text-align: center;
	margin: auto;
}

.text-ad {
	width: 47%;
	display: inline-block;
	background-color: #F2B727;
	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
}

.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) {
	.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)
	}
}

.bba-item {
	margin: 2px;
	text-align: center;
	border-radius: 8px;
	transition: transform 0.3s ease, box-shadow 0.3s ease
}

.bba-item img {
	width: 80%;
	object-fit: contain;
	border-radius: 10px;
	max-width: 80px
}

.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
}

.bba-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2)
}

@media (max-width: 768px) {
	.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;
}

.bottom-icon {
	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 ;
}

#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;
	}

	#player {
		position: relative;
		bottom: auto;
		height: 40rem;
	}

	#changeButton {
		display: none;
	}

	#changeButton1 {
		display: none;
	}
}


@media (min-width: 576px) {
	#player {
		height: 20rem ;
	}
}

@media (min-width: 577px) and (min-width: 768px) {
	#player {
		height: 28rem ;
	}
}

@media (min-width: 1200px) {
    #player {
    	height: 40rem ;
    }
}

.yu-pop-msg,.mac_pop_msg {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999999!important;
    padding: 10px;
    width: auto!important;
    height: auto!important;
    min-width: 160px;
    border-radius: 32px;
    background: rgba(0,0,0,.6);
    color: #fff;
    transform: translate(-50%,-50%);
}

.yu-pop-msg .yu-pop-tip,.mac_pop_msg .pop-msg {
    padding: 0 15px;
    height: 28px;
    text-align: center;
    line-height: 28px;
}

.tab-badge-lg .yyj-menus {
	background: #fff;
}

.tab-badge-lg .item-pop-bottom .main-label-panel {
	background-color: #fff;
}

.menu-cell-link .pop-active-col .thumb-tab-head a {
	background: #7c7b7b40;
}

.tier-panel-page .col-md-icon {
	border-color: #ececec;
}

.hero-cover {
	color: #a1a1a1;
}

.label-stack-tip .thumb-label .flex-outer-item li {
	background: #f0f0f0;
}

.yu-alert-box {
	background: #ffffff;
	box-shadow: 0px 2px 4px #929292;
}

.col-md-icon .mast-card-cover {
	background: #e3e3e3;
}

.label-stack-tip .cell-show-wrap .yu-vod-data .yu-data-sm {
	background: #f0f0f0;
} 

/* hot */

.inner-label {
    background-color: #fff;
    border-radius: 10px;
    padding: 8px 10px;
    position: relative;
    float: right;
	display: none;
}

.inner-label a {
    line-height: 1.6;
    font-size: 14px;
    margin: 6px 10px;
    color: #2d2d2d;	
}

body, html {
    width: 100%;
}

body {
    margin: 0;
    font-size: 14px;
    font-family: -apple-system,SF UI Text,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei,WenQuanYi Micro Hei,sans-serif,SimHei,SimSun;
    line-height: 140%;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-break: break-all;
	color: #303030;
}

div,form,h2,h3,h4,ul,li,table,p,span,a {
    border: 0;
}

ul,li {
    margin: 0;
    padding: 0;
    list-style: none;
}

a,a:link,a:visited,a:active,a:hover,button {
    outline: none;
    text-decoration: none;
    cursor: pointer;
}

a:focus {
    text-decoration: none;
}

a {
    color: inherit;
	user-select: none;
}

p {
    word-wrap: break-word;
	user-select: none;
}

i,em {
    font-style: normal;
}

input {
    appearance: button;
    -moz-appearance: button;
    -webkit-appearance: button;
}

input,button,select {
    outline: medium none;
    font-weight: inherit;
    font-style: inherit;
    font-size: inherit;
    font-family: inherit;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,textarea {
    border-radius: 0;
    -webkit-appearance: none;
}

/* container */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:after,:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.container {
    position: relative;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    padding: 0 15px;
}

.container:before,.container:after,.modal-chunk-mast:before,.modal-chunk-mast:after,.page-grid:before,.page-grid:after {
    clear: both;
    display: table;
    content: " ";
}

.modal-chunk-mast {
    position: relative;
    margin: 0 -4px;
    padding: 0;
}

.modal-chunk-mast [class*=yu-col-] {
    padding: 0 4px;
}

/* text */

.box-header-side {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.row-form {
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.row-form {
    -webkit-line-clamp: 2;
}

/* cols */
.yu-col-md-2, .yu-col-lg-2, .yu-col-sm-3, .yu-col-xs-4, .yu-col-sm-4, .yu-col-xs-6, .yu-col-sm-6, .yu-col-xs-12 {
    position: relative;
    min-height: 1px;
}

.yu-col-xs-4, .yu-col-xs-6, .yu-col-xs-12 {
    float: left;
}

.yu-col-xs-12 {
    width: 100%;
}

.yu-col-xs-6 {
    width: 50%;
}

.yu-col-xs-4 {
    width: 33.33333333%;
}

@media (min-width: 768px) {
    .yu-col-sm-3, .yu-col-sm-4, .yu-col-sm-6 {
        float: left;
    }

    .yu-col-sm-6 {
        width: 50%;
    }

    .yu-col-sm-4 {
        width: 33.33333333%;
    }

    .yu-col-sm-3 {
        width: 25%;
    }
}

@media (min-width: 992px) {
    .yu-col-md-2, .yu-col-md-20w {
        float: left;
    }

    .yu-col-md-2 {
        width: 16.66666667%;
    }

    .yu-col-md-20w {
        width: 20%;
    }
}

@media (min-width: 1200px) {
    .yu-col-lg-2 {
        float: left;
    }

    .yu-col-lg-2 {
        width: 19.66666667%;
    }
}

/* other */

.right-active-wrap {
    overflow: hidden !important;
}

.foot-box {
    float: right !important;
}

.yu-text-center {
    text-align: center !important;
}

.yu-disad {
    cursor: not-allowed;
    pointer-events: none;
}

.yu-tran5 {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -ms-transition: .5s;
}

.row-label-text {
    position: relative;
    height: 100%;
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.yu-fadeIn {
    line-height: 1.4;
    -webkit-animation-name: content;
    animation-name: content;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

@-webkit-keyframes content {
    from {
        opacity: 0;
        -webkit-transform: translateY(-5%);
        transform: translateY(-5%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@keyframes content {
    from {
        opacity: 0;
        -webkit-transform: translateY(-5%);
        transform: translateY(-5%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

/* color */
@keyframes rectangle {
    0%,100%,80% {
        height: 6px;
        -webkit-box-shadow: 0 0 #f50;
        box-shadow: 0 0 #f50;
    }

    40% {
        height: 6px;
        -webkit-box-shadow: 0 -4px #f50;
        box-shadow: 0 -4px #f50;
    }
}

.tab-badge-lg .yyj-menus ul>li>a.active,.tab-badge-lg .yyj-menus ul>li>a.active>i,.cell-hero {
    color: #f50;
}

.label-stack-tip .thumb-label .flex-outer-item li>a>em::after,.label-stack-tip .thumb-label .flex-outer-item li>a>em::before,.label-stack-tip .section-main-bar .icon-drop-ribbon span,.menu-cell-link .pop-active-col .thumb-tab-head a span,.yu-bg-conch {
    background: #f50;
}

.pill-thumb-label {
    background: #f80;
}

.tab-badge-lg .nav-label-title {
    background: #393939;
/*    background: -webkit-gradient(linear,left top,right top,from(#483c36),to(#f80));
    background: -webkit-linear-gradient(left,#483c36,#f80);
    background: -o-linear-gradient(left,#483c36 0,#f80 100%);
    background: linear-gradient(90deg,#483c36,#f80); */
}

.label-stack-tip .section-main-bar .icon-drop-ribbon span,.pill-thumb-label {
    color: #fff;
}

.tab-badge-lg .nav-label-title .yu-nav-item>a,.tab-badge-lg .nav-label-title .yu-nav-more>a {
    color: rgba(255,255,255,.8);
}

/* header */

.tab-badge-lg {
    position: relative;
    display: block;
    width: 100%;
    z-index: 99;
}

.tab-badge-lg .panel-main-row {
    float: left;
    margin: 10px 0;
    padding: 4px 0 4px 15px;
}

.tab-badge-lg .panel-main-row .chip-slot {
    font-size: 22px;
    font-weight: 800;
}

.tab-badge-lg .item-row-input {
    position: relative;
    float: left;
    display: block;
    margin-bottom: 10px;
    width: 100%;
    font-size: 16px;
    line-height: 28px;
}

.tab-badge-lg .item-row-input .nav-cover-chunk {
	display: flex;
}

.tab-badge-lg .item-row-input .cover-tag {
    margin-right: 40px;
    overflow: hidden;
}

.tab-badge-lg .item-row-input .yu-nav-item {
    float: left;
    display: block;
    padding: 0 10px;
}

.tab-badge-lg .item-row-input .yu-nav-item:first-child {
    padding-left: 15px;
}

.tab-badge-lg .item-row-input .yu-nav-item:last-child {
    margin-right: 45px;
}

.tab-badge-lg .item-row-input a {
    display: block;
}

.tab-badge-lg .item-row-input .yu-nav-more {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
}

.tab-badge-lg .item-row-input .yu-nav-more .tab-box {
    float: left;
    width: 15px;
    height: 28px;
    margin-right: -4px;
}

.tab-badge-lg .nav-label-title .item-row-input .yu-nav-more .tab-box {
    display: none!important;
}

.tab-badge-lg .item-row-input .yu-nav-more a {
    float: left;
    padding: 0 17px 0 10px;
}

.tab-badge-lg .item-row-input .yu-nav-item a.active {
    font-weight: 700;
    font-size: 20px;
}

.tab-badge-lg .item-pop-bottom {
    /* position: absolute; */
    /* right: 85px;
    left: 120px;
    z-index: 99; */
    display: block;
    margin: 10px 0;
    width: auto;
    /* height: 32px; */
    border-radius: 64px;
    float: right;
    width: 80%;
	margin-right: 15px;
}

.tab-badge-lg .item-pop-bottom .main-label-panel {
    /* position: absolute; */
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    padding: 0 40px 0 15px;
    width: 100%;
    height: 32px;
    border: 0;
    border-radius: 64px;
    line-height: 32px;
}

.tab-badge-lg .item-pop-bottom .drop-nav-wrap {
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 3;
    display: block;
    width: 40px;
    height: 32px;
    border: 0;
    border-radius: 64px;
    background: 0 0;
    line-height: 32px;
}

.tab-badge-lg .yyj-menus {
    position: fixed;
    top: 0;
    left: -240px;
    z-index: 99999;
    width: 240px;
    height: 100%;
	background: #fff;
}

.tab-badge-lg .yyj-menus.active {
    -webkit-box-shadow: 15px 0 30px rgba(0, 0, 0, .2);
    box-shadow: 15px 0 30px rgba(0, 0, 0, .2);
	left: 0;
}

.tab-badge-lg .yyj-menus .panel-main-row {
    margin: 0;
    padding: 4px 0;
}

.yyj-menus .yyj-ms-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    visibility: hidden;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.tab-badge-lg .yyj-menus.active .yyj-ms-overlay {
    visibility: visible;
}

.tab-badge-lg .yyj-menus .yyj-ms-header {
    position: relative;
    display: block;
    margin: 10px 0;
    padding: 0 24px;
    height: 32px;
}

.tab-badge-lg .yyj-menus .section-footer-list {
    padding: 0 0 15px;
    height: auto;
}

.tab-badge-lg .yyj-menus .zone-center-end {
    position: relative;
    overflow: hidden;
    height: calc(100% - 52px);
}

.zone-center-end .box-text-sm {
    top: calc(1% + 70px);
    height: calc(98% - 70px);
}

.zone-center-end .box-text-sm {
    display: none;
    background: 0 0;
}

.tab-badge-lg .yyj-menus ul>li.unit-card-banner a {
    position: relative;
    display: block;
    padding: 10px 24px;
    font-size: 16px;
    line-height: 24px;
}

.tab-badge-lg .yyj-menus ul>li>a.active span {
    font-weight: 700;
}

.tab-badge-lg .yyj-menus ul>li>a>i {
    display: inline-block;
    vertical-align: bottom;
    font-size: 22px;
}

.tab-badge-lg .yyj-menus ul>li>a>span {
    margin-left: 5px;
}

/* banner */

/* contentwrap */
.label-stack-tip .row-label-tab {
    padding-top: 25px;
}

/* smallnav */

/* notice */

/* rowbox */
.label-stack-tip .section-main-bar {
    position: relative;
}

.label-stack-tip .section-main-bar .tab-lg-tab {
    margin-bottom: 15px;
}

.label-stack-tip .section-main-bar .row-dot-list {
    float: left;
    display: block;
    line-height: 28px;
}

.label-stack-tip .section-main-bar h2.row-dot-list {
    font-weight: 700;
    font-size: 20px;
}

.label-stack-tip .section-main-bar .grid-header-row {
    float: right;
    margin-left: 20px;
    line-height: 28px;
}

/* vodlist */
.label-stack-tip .section-main-bar .tab-panel {
    margin-bottom: 15px;

}

.label-stack-tip .section-main-bar .bottom-md-dot {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 68%;
    background-position: 50% 50%;
    background-size: cover;
}

.label-stack-tip .section-main-bar .alert-ribbon-wrap {
    position: absolute;
    top: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    opacity: 0;
    -webkit-transition: all ease-out .35s;
    transition: opacity .3s linear;
    transition: all ease-out .35s;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    -ms-transform: scale(1.5);
}

.label-stack-tip .section-main-bar .alert-ribbon-wrap i {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    padding-left: 2px;
    margin-top: -20px;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: rgba(0,0,0,.5);
    color: #fff;
    text-align: center;
    font-size: 24px;
    line-height: 40px;
    transition: inherit;
}

.label-stack-tip .section-main-bar .icon-drop-ribbon {
    position: absolute;
    top: 4px;
    right: 4px;
    display: block;
}

.label-stack-tip .section-main-bar .icon-drop-ribbon span {
    float: left;
    display: block;
    padding: 0 3px;
    font-size: 12px;
    line-height: 18px;
    border-radius: 2px;
    margin-left: 5px
}

.label-stack-tip .section-main-bar .top-body {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    overflow: hidden;
    padding: 0 10px;
    line-height: 30px;
    width: 100%;
    background-image: linear-gradient(transparent,rgba(0,0,0,.5));
    background-repeat: no-repeat;
    color: #fff;
}

.label-stack-tip .section-main-bar .top-body .icon-border-hidden {
    font-size: 12px;
    text-align: right;
}

.label-stack-tip .section-main-bar .hidden-foot-pop {
    margin-top: 10px;
}

.label-stack-tip .section-main-bar .footer-dot-flex .hidden-foot-pop {
    height: 40px;
}

.label-stack-tip .section-main-bar .cover-bottom-pop {
    font-size: 15px;
    line-height: 20px;
}

/* listswiper */

/* vodrank */

/* playlist */

.label-stack-tip .thumb-label .flex-outer-item li {
    margin-bottom: 15px;
	margin-right: 15px;
}

.label-stack-tip .thumb-label .flex-outer-item li>a {
    position: relative;
    display: block;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
}

.label-stack-tip .thumb-label .flex-outer-item li>a>em {
    position: absolute;
    bottom: 6px;
    left: 12px;
    width: 2px;
    height: 6px;
    -webkit-animation: rectangle infinite 1s ease-in-out -.2s;
    -moz-animation: rectangle infinite 1s ease-in-out -.2s;
    -o-animation: rectangle infinite 1s ease-in-out -.2s;
    animation: rectangle infinite 1s ease-in-out -.2s;
}

.label-stack-tip .thumb-label .flex-outer-item li>a>em::before {
    left: -4px;
    -webkit-animation: rectangle infinite 1s ease-in-out -.4s;
    -moz-animation: rectangle infinite 1s ease-in-out -.4s;
    -o-animation: rectangle infinite 1s ease-in-out -.4s;
    animation: rectangle infinite 1s ease-in-out -.4s;
}

.label-stack-tip .thumb-label .flex-outer-item li>a>em::after {
    right: -4px;
    -webkit-animation: rectangle infinite 1s ease-in-out;
    -moz-animation: rectangle infinite 1s ease-in-out;
    -o-animation: rectangle infinite 1s ease-in-out;
    animation: rectangle infinite 1s ease-in-out;
}

.label-stack-tip .thumb-label .flex-outer-item li>a>em::after,.label-stack-tip .thumb-label .flex-outer-item li>a>em::before {
    position: absolute;
    width: 2px;
    height: 6px;
    content: '';
}

.label-stack-tip .thumb-label .flex-outer-item {
    position: relative;
    display: block;
    overflow: hidden;
	margin-right: -16px;
}

.label-stack-tip .thumb-label .flex-outer-item li>a.active {
    font-weight: 700;
}

/* play */
.label-stack-tip .left-cover .cell-show-wrap {
    margin-top: 15px;
}

/* detail */

.label-stack-tip .yu-vod-data li {
    margin-bottom: 5px;
    padding-left: 42px;
}

.label-stack-tip .yu-vod-data li em.hero-cover {
    margin-left: -42px;
}

.label-stack-tip .yu-data-sm,.label-stack-tip .yu-data-sm li i:last-of-type {
    display: none;
}

.label-stack-tip .yu-data-sm li a:not(:last-of-type),.label-stack-tip .yu-data-sm li i:not(:last-of-type) {
    margin-right: 4px;
}

.label-stack-tip .yu-tool-icon li {
    position: relative;
    /* float: right; */
}

.label-stack-tip .yu-tool-icon a {
    position: relative;
    height: 30px;
    font-size: 24px;
    line-height: 30px;
	display: flex;
	align-items: center;
}

.label-stack-tip .yu-tool-icon li.grid-label-start {
    float: left;
	margin-right: 10px;
}

.label-stack-tip .yu-tool-icon li i {
	font-size: 22px;
}

.label-stack-tip .yu-tool-icon a>em {
    /* position: absolute;
    top: 0;
    left: 24px;
    z-index: 9; */
    height: 14px;
    font-size: 12px;
    line-height: 14px;
    word-break: normal;
}

/* down */

/* downlist */

/* vod */
.label-stack-tip .cell-show-wrap .grid-card {
    margin-bottom: 10px;
}

.label-stack-tip .cell-show-wrap .grid-card h2 {
    line-height: 26px;
    float: left;
	width: 80%;
}

.label-stack-tip .cell-show-wrap .grid-card h2>span {
    position: relative;
    margin-right: 10px;
}

.label-stack-tip .cell-show-wrap .yu-infos-more {
    float: right;
    margin-left: 10px;
    font-size: 16px;
    line-height: 26px;
}

.label-stack-tip .cell-show-wrap .pill-line-drop {
    margin-bottom: 15px;
}

.label-stack-tip .cell-show-wrap .inner-cell-icon {
    margin-bottom: 20px;
}

.label-stack-tip .cell-show-wrap .inner-cell-icon i {
	color: #f50;
}

.label-stack-tip .cell-show-wrap .inner-cell-icon a {
    height: 20px;
    line-height: 20px;
	color: #666;
}

.label-stack-tip .cell-show-wrap .inner-cell-icon a:not(:last-of-type),.label-stack-tip .cell-show-wrap .inner-cell-icon i:not(:last-of-type) {
    margin-right: 4px;
}

.label-stack-tip .cell-show-wrap .inner-cell-icon i:last-of-type {
    display: none;
}

/* search */

/*.label-stack-tip .yu-search-form .header-label-start .main-label-panel{padding:0 50px 0 84px;}*/

/* onelist */

/* topic */

/* art */

/* plot */

/* actor */

/* rank */

/* new */

/* links */
.label-stack-tip .section-main-bar .bg-show-zone li {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

.label-stack-tip .section-main-bar .bg-show-zone a,.label-stack-tip .section-main-bar .bg-show-zone span {
    display: block;
    line-height: 24px;
	font-weight: 600;
}

/* foot */
.menu-cell-link .tab-outer {
    position: relative;
    z-index: 11;
    padding: 40px 0;
}

.menu-cell-link .pop-active-col {
    position: fixed;
    right: 5px;
    bottom: 30px;
    z-index: 9999;
}

.menu-cell-link .pop-active-col .thumb-tab-head li {
    position: relative;
    margin-top: 10px;
    padding: 0 10px;
}

.menu-cell-link .pop-active-col .thumb-tab-head a {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    line-height: 36px;
}

.menu-cell-link .pop-active-col .thumb-tab-head a span {
    position: absolute;
    top: 0;
    right: 35px;
    overflow: hidden;
    padding: 0;
    height: 36px;
    max-width: 0;
    border-radius: 18px 0 0 18px;
    text-align: right;
    white-space: nowrap;
    font-size: 14px;
    line-height: 36px;
}

.menu-cell-link .pop-active-col .thumb-tab-head .top-form-wrap a {
    display: none;
}

.menu-cell-link .icon-box-drop {
    margin-bottom: 20px;
    text-align: center;
    font-size: 10px;
    line-height: 16px;
}

.menu-cell-link .icon-box-drop p:first-child {
    margin: 0 20px;
}

.menu-cell-link .tier-bar {
    margin-top: 4px;
    text-align: center;
    font-size: 10px;
}

/* smlist */

/* bread-crumb */

/* comment */

/* filter */

/* history */

/* share */
.col-md-icon {
    padding: 25px 20px;
}

.col-md-icon .icon-alert-md {
    display: block;
    margin-bottom: 15px;
    text-align: center;
}

.col-md-icon .mast-card-cover {
    display: block;
    overflow-y: scroll;
    padding: 15px 10px;
    max-height: 68px;
    border-radius: 4px;
}

.box-chunk-head {
    display: block;
    margin: 15px auto 0;
    width: 65%;
    border-radius: 32px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

/* alert */
.yu-alert-box {
    position: absolute;
    z-index: 99;
    display: none;
    border-radius: 4px;
}

.yu-alert-box::after {
    position: absolute;
    top: -4px;
    left: 50%;
    z-index: -1;
    display: none;
    margin-left: -4px;
    width: 8px;
    height: 8px;
    border-radius: 0 0 2px 0;
    content: "";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.yu-full-title {
    margin-bottom: 15px;
    padding: 0 20px;
    font-size: 20px;
    line-height: 24px;
}

.yu-full-box {
    position: relative;
}

.yu-pops-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999995;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    opacity: 0;
}

.yu-pops-bg.yu-pops-bg-active {
    display: block;
    opacity: 1;
}

/* page */
.yu-page-wrap {
    display: block;
    overflow: hidden;
    margin: 25px 0;
    font-size: 0;
}

.yu-page-wrap li {
    display: inline-block;
    padding: 0 4px;
    width: 17.5%;
	margin-bottom: 10px;
}

.yu-page-wrap li a {
    display: inline-block;
    width: 100%;
    height: 38px;
    border: 1px solid #999;
    border-radius: 2px;
    font-size: 14px;
    line-height: 36px;
	color: #636363;
}

.label-stack-tip .yu-data-show .yu-vod-data .yu-data-sm {
	display: block;
	margin-bottom: 25px;
		padding: 20px;
		border-radius: 4px;
}

@media (max-width: 600px) {
	.yu-page-wrap li {
		margin-bottom: 0;
	}
	
	.yu-page-wrap li {
		width: 10%;
	}
}

/* member */

/* 演员角色 */

/*剧情*/

/* jump */

/* user */

/* ads */

@media (min-width: 768px) {
    /* other */ .show-mast-outer {
        display:none!important;
    }

    .form-start {
        line-height: 1.4;
        -webkit-animation-name: content;
        animation-name: content;
        -webkit-animation-direction: normal;
        animation-direction: normal;
        -webkit-animation-duration: .3s;
        animation-duration: .3s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }

    /* container */
    .container {
        overflow: unset;
        padding: 0 10px;
        width: 750px;
    }

    .modal-chunk-mast {
        margin: 0 -10px;
    }

    .modal-chunk-mast [class*=yu-col-] {
        padding: 0 10px;
    }

    /* color */
    .menu-cell-link .pop-active-col .thumb-tab-head a:hover,.tab-badge-lg .nav-label-title .yu-nav-item>a:hover,.tab-badge-lg .nav-label-title .yu-nav-more>a:hover,.yu-bg-conch:hover,.pill-thumb-label:hover {
        color: #fff;
    }

    .label-stack-tip .section-main-bar .tab-panel:hover .cover-bottom-pop a,.tab-badge-lg .yyj-menus ul>li>a:hover>i,.tab-badge-lg .nav-label-title .item-pop-bottom .drop-nav-wrap:hover,.yu-alert-items:hover>a,a:active,a:focus,a:hover {
        color: #f50;
    }

    .label-stack-tip .section-main-bar .alert-ribbon-wrap i:hover,.menu-cell-link .pop-active-col .thumb-tab-head a:hover,.pill-thumb-label:hover {
        background: #f50;
    }

    .yu-page-wrap li a:hover {
        border-color: #f50;
    }

    /* hover */

    .zone-center-end:hover .box-text-sm {
        opacity: 1!important;
    }

    .yu-bg-conch:hover {
        opacity: .8;
    }

    .label-stack-tip .section-main-bar .bottom-md-dot:hover .alert-ribbon-wrap {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -ms-transform: scale(1);
    }

    .label-stack-tip .thumb-label .flex-outer-item li>a:hover {
        font-weight: 700;
    }

    .menu-cell-link .pop-active-col .thumb-tab-head a:hover span {
        padding-left: 17px;
        max-width: 200px;
        transition: max-width .2s ease;
    }

    .menu-cell-link .pop-active-col .thumb-tab-head a:hover {
        border-radius: 0 50% 50% 0;
        box-shadow: none;
    }

    /* header */

    .tab-badge-lg .panel-main-row {
        margin: 15px 0;
        padding: 5px 0;
    }

    .tab-badge-lg .panel-main-row .chip-slot {
        font-size: 26px;
    }

    .tab-badge-lg .item-row-input {
        margin: 15px 0;
        padding-left: 25px;
        width: auto;
        font-size: 15px;
        line-height: 40px;
    }

    .tab-badge-lg .item-row-input .cover-tag {
        float: left;
        margin: 0;
    }

    .tab-badge-lg .item-row-input .yu-nav-item {
        display: none;
        margin-right: 0;
        padding: 0 12px;
    }

    .tab-badge-lg .item-row-input .yu-nav-item:first-child {
        padding-left: 0;
    }

    .tab-badge-lg .item-row-input .yu-nav-more {
        position: relative;
        right: auto;
        float: left;
        display: block;
    }

    .tab-badge-lg .item-row-input .yu-nav-more a {
        padding: 0 12px;
    }

    .tab-badge-lg .item-row-input .yu-nav-item a.active {
        font-weight: 700;
        font-size: 17px;
    }

    .tab-badge-lg .item-pop-bottom {
        position: relative;
        right: 0;
        left: 0;
        float: right;
        margin: 15px 0;
        width: 320px;
        /* height: 40px; */
    }
	
	.inner-label {
		/* margin-top: 40px;; */
	}

    .tab-badge-lg .item-pop-bottom .main-label-panel {
        padding: 0 90px 0 15px;
        height: 40px;
        line-height: 40px;
    }

    /*.tab-badge-lg .item-pop-bottom .header-label-start .main-label-panel{padding:0 90px 0 80px;}*/
    .tab-badge-lg .item-pop-bottom .drop-nav-wrap {
        width: 80px;
        height: 40px;
        line-height: 40px;
		top: 0;
    }

    .tab-badge-lg .yyj-menus .yyj-ms-header {
        margin: 15px 0;
        height: 40px;
    }

    .tab-badge-lg .yyj-menus .zone-center-end {
        height: calc(100% - 70px);
    }

    .zone-center-end .box-text-sm {
        display: block;
    }

    /* banner */

    /* contentwrap */
    .label-stack-tip .row-label-tab {
        padding-top: 35px;
    }

    /* smallnav */

    /* notice */

    /* rowbox */
    .label-stack-tip .section-main-bar .tab-lg-tab {
        margin-bottom: 25px;
    }

    .label-stack-tip .section-main-bar h2.row-dot-list {
        font-size: 24px;
    }

    .label-stack-tip .section-main-bar .grid-header-row {
        float: left;
    }

    /* listswiper */

    /* vodlist */
    .label-stack-tip .section-main-bar .tab-panel {
        margin-bottom: 25px;
    }

     .label-stack-tip .section-main-bar .hidden-foot-pop {
        margin-top: 15px;
    }

    .label-stack-tip .section-main-bar .icon-drop-ribbon {
        top: 6px;
        right: 6px;
    }

    .label-stack-tip .section-main-bar .icon-drop-ribbon span {
        padding: 0 4px;
        line-height: 20px;
    }

    /* vodrank */

    /* onelist */

    /* playlist */

    /* downlist */

    /* detail */

    .label-stack-tip .yu-vod-data li {
        display: block;
        /* overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; */
    }

    .label-stack-tip .yu-score-wrap .lg-pop {
        background: 0 0;
    }

    .label-stack-tip .yu-tool-icon {
        height: 40px;
    }

    .label-stack-tip .yu-tool-icon a {
        height: 40px;
        line-height: 40px;
    }

    .label-stack-tip .yu-score-box {
        top: 100%;
        left: -20px;
        padding: 20px;
        width: 320px;
    }

    .label-stack-tip .yu-score-box.yu-alert-box::after {
        display: none;
    }

    .label-stack-tip .yu-tool-icon li.grid-label-start {
        /* float: right; */
    }

    .label-stack-tip .cell-show-wrap .yu-vod-data ul {
        display: block;
    }

    /* play */
    .label-stack-tip .left-cover .cell-show-wrap {
        margin-top: 25px;
    }

    /* vod */
    .label-stack-tip .cell-show-wrap .grid-card {
        margin-bottom: 5px;
    }

    .label-stack-tip .cell-show-wrap .grid-card h2 {
        float: left;
        font-size: 24px;
    }

    .label-stack-tip .cell-show-wrap .yu-infos-more {
        float: none;
        font-size: 14px;
    }

    .label-stack-tip .cell-show-wrap .inner-cell-icon {
        float: left;
        margin-bottom: 0;
    }

    .label-stack-tip .cell-show-wrap .inner-cell-icon a {
        height: 40px;
        line-height: 40px;
    }

    .label-stack-tip .cell-show-wrap .yu-tool-icon {
        float: left;
		width: 100%
    }
	
	.flex-body-label {
		float: left;
	}

    /* search */

    /*.label-stack-tip .yu-search-form .header-label-start .main-label-panel{padding:0 80px 0 84px;}*/

    /* topic */

    /* art */

    /* actor */

    /* rank */

    /* foot */
	.menu-cell-link {
		background: #e1e1e1;
	}
	
    .menu-cell-link .pop-active-col {
        right: 20px;
    }

    .menu-cell-link .icon-box-drop {
        font-size: 13px;
        line-height: 20px;
    }

    .menu-cell-link .icon-box-drop p:first-child {
        margin: 0;
    }

    .menu-cell-link .tier-bar {
        margin-top: 8px;
        font-size: 13px;
    }

    /* comment */

    /* hot */
	
	

    /* share */
    .tier-panel-page {
        top: 100%;
        left: -68px;
        padding: 30px;
        width: 420px;
    }

    .tier-panel-page .col-md-icon {
        /* float: left; */
        display: block;
        /* margin-left: 30px; */
        /* padding: 0 0 0 30px; */
        /* width: 230px; */
        /* border-left: 1px solid; */
    }

    .tier-panel-page .icon-alert-md {
        margin-bottom: 10px;
    }

    .tier-panel-page .mast-card-cover {
        padding: 10px;
        max-height: 50px;
    }

    .tier-panel-page .box-chunk-head {
        margin: 10px auto 0;
        width: 100%;
        line-height: 36px;
    }

    /* filter */

    /* alert */
    .flex-body-label .yu-alert-box::after {
        left: auto;
        margin-left: 0;
    }

    .flex-body-label .yu-alert-box::after {
        left: 76px;
    }

    .yu-alert-items .yu-alert-box::after {
        display: block;
    }

    /* page */
    .yu-page-wrap li {
        padding: 0 5px;
        width: auto;
    }

    .yu-page-wrap li a {
        padding: 0 15px;
        width: auto;
    }

    /* user */

    /* jump */

    /*角色*/
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }

    /* other */

    /* banner */

    /* rowbox */

    /* detail */

    /* play */

    /* art */

    /* smlist */
}

@media (min-width: 1200px) {
    .container {
        width:1170px;
    }
}

@media (min-width: 1310px) {
    .container {
        width:1280px;
    }
}

@media (max-width: 570px) {
	video {
		height: 320px;
	}
	
	.yu-full-box {
		padding: 0 10px;
		padding-bottom: 0;
	}
}

@media (max-width: 767px) {

    .wrap-top-menu {
        display: none!important;
    }

    /* color */

    /* container */
    .tab-badge-lg .container {
        padding: 0;
    }
	
	.tab-badge-lg .item-pop-bottom {
		width: 60%;
	}

    /* header */

    /* smallnav */

    /* vodlist */

    /* playlist */

    /* detail */

    /* play */

    .label-stack-tip .yu-vod-data li:nth-child(-n+5) {
        width: calc(100% - 100px);
    }

    .label-stack-tip .yu-vod-data li.blurb {
        padding-left: 0;
        line-height: 1.6;
    }

    .label-stack-tip .yu-vod-data li.blurb em {
		margin-left: 0;
    }

    /* search */

    /* topic */

    /* alert */

    .yu-full-box {
        overflow-x: hidden;
        overflow-y: auto;
        padding: 0 10px;
        /* height: calc(100% - 85px); */
        -webkit-overflow-scrolling: touch;
    }

    .yu-half-alert {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 999998;
        display: block!important;
        border-radius: 15px 15px 0 0;
    }

    .yu-half-y100 {
        -webkit-transition: -webkit-transform .3s;
        transition: transform .3s;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        -ms-transform: translateY(100%);
    }
	
	 .yu-half-y100 {
		-webkit-transition: -webkit-transform .3s;
		transition: transform .3s;
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		-ms-transform: translateY(100%);
	}
	
	.yu-half-y100.yu-half-y0 {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-ms-transform: translateY(0);
	}

    .yu-score-wrap .yu-half-alert {
        padding: 20px 25px 50px;
    }

    /* links */
    .label-stack-tip .section-main-bar .tab-panel.bg-bar-end {
        width: 100%;
        font-size: 16px;
    }

    /* foot */
    .menu-cell-link .tab-outer.menu-page-chunk {
        padding: 20px 0 20px 0;
    }

    .menu-cell-link .menu-page-chunk .pop-active-col {
        bottom: 70px;
    }

    /* user */

    /* ads */

    /*角色*/

    /*分页*/
    .yu-page-wrap li.yu-page-tips {
        width: 30%;
    }

    .inner-label {
		margin: 0 15px 15px 15px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {

    /* header */
    .tab-badge-lg .item-pop-bottom {
        width: 50%;
    }

    .tab-badge-lg .item-row-input .yu-nav-item:nth-child(1) {
        display: block;
    }

    /* banner */

    /* smallnav */

    /* vodlist */

    /* weekday */

    /* listswiper */

    /* detail */
}

@media (min-width: 992px) and (max-width: 1199px) {

    /* header */
    .tab-badge-lg .item-pop-bottom {
        width: 60%;
    }

    .tab-badge-lg .item-row-input .yu-nav-item:nth-child(-n+3) {
        display: block;
    }

    /* banner */

    /* rowbox */

    /* vodlist */

    /* listswiper */

    /* detail */
}

@media (min-width: 1200px) {

    .tab-badge-lg .item-row-input .yu-nav-item:nth-child(-n+5) {
        display: block;
    }

    /* rowbox */

    /* vodlist */

    /* detail */
}

@media (min-width: 1310px) {
    .tab-badge-lg .item-row-input .yu-nav-item:nth-child(-n+6) {
        display: block;
    }

    /* rowbox */
}
/* ========== 原有分页样式保持不变 ========== */
/* Pagination Component Styles */
.foot-main-row {
    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) */
.grid-card-unit::before {
    content: "‹";
    font-size: 18px;
    font-weight: bold;
}

/* Next icon (right arrow) */
.col-cover::before {
    content: "›";
    font-size: 18px;
    font-weight: bold;
}
.col-cover {
    margin-left: 5px;
}
.grid-card-unit {
    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;
    }
    
    .grid-card-unit::before,
    .col-cover::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.border-ribbon {
        border: none;
        background: transparent;
        cursor: default;
    }
    
    .page-list li .page-item.border-ribbon:hover {
        background-color: transparent;
        border-color: transparent;
        color: #8c8c8c;
    }
    
    /* PC端隐藏下拉箭头 */
    .page-list li.active .page-item::after {
        display: none;
    }
}

/* ========== 移动端竖向菜单样式（完美居中，只显示数字页码，最多10个） ========== */
/* 弹窗遮罩层 - 完全居中 */
.right-tag {
    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;
}

.right-tag.show {
    visibility: visible;
    opacity: 1;
}

/* 弹窗内容容器 */
.block-text-card {
    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);
    }
}

/* 菜单头部 */
.section-tier {
    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;
}

.fixed-input {
    font-size: 16px;
    font-weight: 500;
    color: #2c3e44;
}

.dot-tier {
    background: none;
    border: none;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    color: #999999;
    padding: 0 6px;
    transition: color 0.2s;
}

.dot-tier:hover {
    color: #ff8c00;
}

/* 菜单列表容器 */
.badge-section-row {
    max-height: 60vh;
    overflow-y: auto;
    padding: 8px 0;
}

.cover-wrap {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cover-wrap 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;
}

/* 滚动条美化 */
.badge-section-row::-webkit-scrollbar {
    width: 4px;
}

.badge-section-row::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.badge-section-row::-webkit-scrollbar-thumb {
    background: #ffb45e;
    border-radius: 10px;
}

/* 移动端底部安全区适配 */
@media (max-width: 768px) {
    .badge-section-row {
        padding-bottom: env(safe-area-inset-bottom, 10px);
    }
    
    /* 增强移动端居中保障 */
    .right-tag {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .block-text-card {
        margin: 0 20px;
    }
}
.thumb-body{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-footer{display:contents;font-style:normal;font-family:inherit;font-size:inherit;color:inherit;line-height:inherit;text-decoration:none;background:none;unicode-bidi:normal}
.chip-unit{display:contents;font-style:normal;font-family:inherit;font-size:inherit;color:inherit;line-height:inherit;text-decoration:none;background:none;unicode-bidi:normal}
.row-alert-wrap{display:contents;font-style:normal;font-family:inherit;font-size:inherit;color:inherit;line-height:inherit;text-decoration:none;background:none;unicode-bidi:normal}
.tip-col-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}
.tip-md{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-wrap-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}
.bg-section-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}
.grid-outer-pop{display:contents;font-style:normal;font-family:inherit;font-size:inherit;color:inherit;line-height:inherit;text-decoration:none;background:none;unicode-bidi:normal}
.list-bar-md{display:contents;font-style:normal;font-family:inherit;font-size:inherit;color:inherit;line-height:inherit;text-decoration:none;background:none;unicode-bidi:normal}
.wrap-show-start{display:contents;font-style:normal;font-family:inherit;font-size:inherit;color:inherit;line-height:inherit;text-decoration:none;background:none;unicode-bidi:normal}
.side-line-form{display:contents;font-style:normal;font-family:inherit;font-size:inherit;color:inherit;line-height:inherit;text-decoration:none;background:none;unicode-bidi:normal}
.slot-thumb-inner{display:contents;font-style:normal;font-family:inherit;font-size:inherit;color:inherit;line-height:inherit;text-decoration:none;background:none;unicode-bidi:normal}
.panel-wrap-block{display:contents;font-style:normal;font-family:inherit;font-size:inherit;color:inherit;line-height:inherit;text-decoration:none;background:none;unicode-bidi:normal}
.bg-list-grid{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-bar-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}
.item-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}
.bar-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}
.fixed-item{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-body-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}
.bar-badge-thumb{display:contents;font-style:normal;font-family:inherit;font-size:inherit;color:inherit;line-height:inherit;text-decoration:none;background:none;unicode-bidi:normal}
.pill-head-card{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-tip{display:contents;font-style:normal;font-family:inherit;font-size:inherit;color:inherit;line-height:inherit;text-decoration:none;background:none;unicode-bidi:normal}
.bar-right-col{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-foot{display:contents;font-style:normal;font-family:inherit;font-size:inherit;color:inherit;line-height:inherit;text-decoration:none;background:none;unicode-bidi:normal}
.stack-body{display:contents;font-style:normal;font-family:inherit;font-size:inherit;color:inherit;line-height:inherit;text-decoration:none;background:none;unicode-bidi:normal}
