@import url(icon.css);

@font-face {
	font-display: fallback;
	font-family: YesheHeiTi;
	src: url(https://g.alicdn.com/uctoutiao-fe/uc-website/0.0.18/csr/assets/AlimamaShuHeiTi-Bold.07ba6d.woff2)
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

::marker {
	content: none;
}

body {
	color: #ffffff;
	background: radial-gradient(circle at 50% -10%, rgba(46, 82, 255, .16), transparent 35%), #05070d;
}

img[loading=lazy] {
	background-color: rgba(255, 255, 255, .1);
	background-image: url(https://imguiu.clawstatic.com:59800/static/yeshe/images/load.gif);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center
}

button,
input,
select,
textarea {
	outline: 0;
	resize: none;
	border: 0;
	-webkit-appearance: none;
	appearance: none;
	background: 0;
	color: inherit;
	font: inherit;
}

body,
button,
input,
select,
textarea {
	-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;
}

a {
	outline: 0;
	color: #282828;
}

a,
a:hover {
	text-decoration: none;
}

.container {
	width: 1180px;
	max-width: calc(100% - 40px);
	margin: auto;
}

.header {
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	position: sticky;
	background-color: rgba(5, 7, 13, .75);
	border-bottom: 1px solid rgba(255, 255, 255, .06);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.header-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 60px;
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
}

.header-box .logo {
	display: flex;
	align-items: center;
	height: 100%;
}

.header-box .logo .menu {
	font-size: 25px;
	display: none;
	align-items: center;
	justify-content: flex-start;
	height: 100%;
	width: 40px;
}

.header-box .logo .menu i {
	transition: all .3s;
}

.header-box .logo img {
	height: 45px;
	width: auto;
}

.header-box .navs {
	display: flex;
	align-items: center;
	flex: 1;
	min-width: 0;
	height: 100%;
	padding-left: 40px;
}

.header-box .navs .item {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	margin: 0 9px;
	position: relative;
}

.header-box .navs .item .links {
	height: 35px;
	display: flex;
	align-items: center;
	font-size: 15px;
	min-width: 60px;
	justify-content: center;
	color: #b6bccb;
	border-radius: 20px;
	padding: 0 15px;
}

.header-box .navs .item .links span {
	padding-left: 4px;
}

.header-box .navs .active .links {
	color: #ffffff;
	background-color: #ff3444;
}

.header-box .linfo {
	display: flex;
	align-items: center;
	height: 100%;
}

.search-box {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex: 1;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.searchbar-main {
	width: 100%;
	max-width: 200px;
	height: 35px;
	position: relative;
}

.searchbar {
	display: flex;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	transition: background .2s;
	background: #1e1e1e;
	height: 35px;
	border-radius: 30px;
	padding: 0 5px;
}

.searchbar-main.open .searchbar,
.searchbar:hover {
	position: relative;
	z-index: 9;
}

.search-input {
	width: 100%;
	flex: 1;
	display: flex;
	height: 100%;
	padding: 0 10px;
	font-size: 14px;
}

.search-btn,
.search-input {
	height: 100%;
	padding: 0 10px;
}

.search-btn i {
	color: rgba(255, 255, 255, .4);
}

.cancel-btn {
	display: none;
}

.search-recommend-box {
	display: none;
	width: 100%;
	position: absolute;
	min-width: 350px;
	right: 0;
	top: 48px;
}

.search-recommend {
	position: relative;
	z-index: -1;
	width: 100%;
	left: 0;
	padding: 20px;
	border-radius: 15px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, .15);
}

.search-recommend-title {
	font-size: 14px;
	color: #fff;
	padding-bottom: 5px;
	position: relative;
}

.search-recommend-title .close {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}

.search-tag {
	font-size: 0;
	margin: 0 -5px;
}

.search-tag a {
	background: #15171b;
	margin: 3px;
	font-size: 12px;
	color: rgba(255, 255, 255, .85);
	display: inline-flex;
	align-items: center;
	height: 30px;
	padding: 0 15px;
	border-radius: 50px;
}

.search-tag a:hover,
.header-box .navs .item .links:hover {
	color: #ff3444;
	background: rgba(255, 52, 68, .1);
}

.search-tag .hot {
	color: #ffffff !important;
	background: #ff3444 !important;
}

.searchbar-main.open .search-recommend-box {
	display: inline-block;
}

.searchbar-main.open .search-recommend {
	position: absolute;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	background: #161616;
	border: 1px solid rgba(255, 255, 255, .07);
}

.module-heading-tab {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	position: sticky;
	top: 61px;
	z-index: 5;
	border-bottom: 1px solid rgba(255, 255, 255, .06);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	padding-left: 20px;
	background: linear-gradient(90deg, transparent, rgba(9, 16, 39, .75), rgba(9, 16, 39, .75) 50%, rgba(9, 16, 39, .75), transparent);
}

.module-heading-tab-link {
	position: relative;
	font-size: 18px;
	color: rgba(255, 255, 255, .55);
	background: 0 0;
	border: 0;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	font-weight: 500;
}

.module-heading-tab-link.active {
	color: #ff3444;
	font-weight: 600;
}

.module-heading-tab-link.active::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 2px;
	background: #ff3444;
	border-radius: 2px;
}

.content-module {
	padding-top: 20px;
}

.ys-channel-page-head {
	padding-top: 25px;
}

.ys-channel-page-head h1 {
	font-family: YesheHeiTi;
	font-size: 28px;
	font-weight: 600;
	color: #fff;
}

.ys-channel-page-head p {
	margin: 5px 0 15px;
	font-size: 15px;
	line-height: 25px;
	color: rgba(255, 255, 255, .6);
	max-width: 1280px;
}

.header-op {
	display: flex;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
	-ms-flex-pack: flex-end;
	flex: 0 auto;
	height: 100%;
}

.header-op-list {
	display: flex;
	align-items: center;
	font-size: 14px;
}

.header-op-list-btn {
	color: rgba(255, 255, 255, .75);
	display: none;
	padding: 0 15px;
	font-size: 22px;
	height: 100%;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.header-op-user {
	height: 35px;
	font-size: 15px;
	font-weight: 500;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 80px;
	cursor: pointer;
	border-radius: 30px;
	color: #fff !important;
	background: linear-gradient(135deg, #ff3444, #d9182c);
	box-shadow: 0 12px 35px rgba(255, 30, 50, .25);
}

.module-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 15px;
}

.module-title {
	flex: 1;
	min-width: 0;
}

.module-title .name {
	color: #fff;
	font-size: 22px;
	font-family: YesheHeiTi;
}

.module-heading-more {
	display: flex;
	align-items: center;
	color: #fff;
	opacity: .8;
	font-size: 15px;
}

.module-video-list {
	display: grid;
	justify-content: space-evenly;
	grid-template-columns: repeat(auto-fill, minmax(15%, 1fr));
	grid-gap: 15px;
	min-width: 0;
}

.module-item-pic {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 10px;
}

.module-item-pic img {
	width: 100%;
	height: 280px;
	object-fit: cover;
	transition: transform .3s ease-in-out;
	border-radius: 10px;
	object-position: top;
}

.module-item-pic .type {
	position: absolute;
	left: 10px;
	top: 10px;
	padding: 3px 8px;
	border-radius: 999px;
	font-size: 12px;
	background: linear-gradient(135deg, #ff3444, #d9182c);
	color: #fff;
	box-shadow: 0 12px 35px rgba(255, 30, 50, .25);
}

.module-item-pic .time {
	position: absolute;
	right: 8px;
	bottom: 8px;
	padding: 0 7px;
	border-radius: 6px;
	background: rgba(0, 0, 0, .55);
	border: 1px solid rgba(255, 255, 255, .14);
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	line-height: 22px;
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
}

.module-item-pic .time .txt {
	font-weight: normal;
	opacity: .6;
	border-right: 1px solid rgba(255, 255, 255, .3);
	padding-right: 5px;
	margin-right: 5px;
}

.module-item-top {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	color: #fff;
	font-size: 15px;
	width: 60px;
	height: 60px;
	text-indent: 4px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .2);
	font-weight: 500;
	font-family: YesheHeiTi;
	padding-top: 5px;
}

.module-item-top::after {
	content: '';
	position: absolute;
	left: -60%;
	top: -40%;
	z-index: -1;
	background: #d1d1d1;
	height: 100%;
	width: 100%;
	transform: rotateZ(35deg);
}

.module-item-top.top1::after {
	background: #ff3444
}

.module-item-top.top2::after {
	background: #ffd65a
}

.module-item-top.top3::after {
	background: #eeb27b
}

.module-tab-items-box {
	padding: 5px 0;
	border-radius: 6px;
	background: #161616;
	border: 1px solid rgba(255, 255, 255, .07);
}

.module-tab-items-box .tab-item {
	padding: 3px 6px;
	font-size: 14px;
	display: inline-block;
	border-radius: 4px;
	transition: all .3s;
	margin: 0 5px;
	cursor: pointer;
	color: rgba(255, 255, 255, .6);
	background-color: transparent;
}

.module-tab-items-box .tab-item.active {
	background-color: #ff3444;
	color: #fff;
}

.module-screen-class {
	display: flex;
	flex-direction: column;
	padding-top: 15px;
}

.module-class-items {
	padding: 0;
	margin: 0;
	display: flex;
}

.module-item-title {
	position: relative;
	font-size: 16px;
	font-weight: 700;
	display: inline-block;
	width: 45px;
	white-space: nowrap;
	min-height: 40px;
	line-height: 44px;
	margin-right: 20px;
}

.module-item-title i {
	margin-left: 10px;
	vertical-align: initial;
	font-size: 12px;
	color: rgba(255, 255, 255, .3);
}

.module-item-box {
	display: inline-block;
	margin-left: -5px;
}

.module-item-box a {
	padding: 6px 12px;
	font-size: 13px;
	margin: 5px;
	white-space: nowrap;
	display: inline-block;
	border-radius: 8px;
	position: relative;
	color: #d1d1d1;
	background-color: rgba(255, 255, 255, .06);
}

.module-item-box a.active {
	color: #ff3444;
	background: #ffddd5;
	font-weight: 700;
}

.module-poster-item-title {
	color: #fff;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-top: 5px;
}

.module-poster-item-intro {
	color: rgba(255, 255, 255, .6);
	font-size: 12px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	padding-top: 3px;
}

.tab-more {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	margin-bottom: 20px;
	margin-top: 15px;
	border-radius: 8px;
	font-size: 14px;
	color: #fff;
	background: #161616;
	border: 1px solid rgba(255, 255, 255, .07);
}

.tab-more i {
	opacity: .3;
	padding-left: 5px;
}

.float-tools {
	position: fixed;
	right: -75px;
	top: 65%;
	transform: translateY(-50%);
	z-index: 9;
	transition: all .35s ease;
}

.float-tools.show {
	right: 5px;
}

.float-tools .float-trigger {
	position: absolute;
	left: -40px;
	top: 50%;
	transform: translateY(-50%);
	width: 25px;
	height: 40px;
	border-radius: 10px 0 0 10px;
	background: linear-gradient(135deg, #ff3444, #d9182c);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	box-shadow: 0 8px 25px rgba(255, 45, 85, .35);
	font-size: 20px;
	transition: .3s;
}

.float-tools.show .float-trigger {
	left: -20px;
	width: 20px;
	height: 30px;
}

.float-tools .float-trigger i {
	transition: .3s;
	transform: rotate(180deg);
}

.float-tools.show .float-trigger i {
	transform: rotate(0);
}

.float-tools .toolbar {
	width: 60px;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	background: #161616;
	border: 1px solid rgba(255, 255, 255, .07);
}

.float-tools .tool-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 10px 0;
	cursor: pointer;
	transition: .25s;
	position: relative;
}

.float-tools .tool-item:hover {
	transform: scale(1.05);
}

.float-tools .tool-item:not(:last-child)::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 20%;
	width: 60%;
	height: 1px;
	background: rgba(255, 255, 255, .1);
}

.float-tools .tool-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 3px;
}

.float-tools .tool-icon i {
	font-size: 22px;
	color: #ffffff;
}

.float-tools .tool-text {
	font-size: 12px;
	color: #ffffff;
}

.float-tools .float-trigger {
	animation: breathing 2s infinite;
}

.footer {
	border-top: 1px solid rgba(255, 255, 255, .05);
	margin-top: 30px;
	padding-top: 30px;
}

.footer-content {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 65px;
}

.footer-brand {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	flex: 1 1 auto;
	max-width: 989px;
	min-width: 0;
}

.foot-logo .logo {
	display: block;
	width: 120px !important;
	max-width: none !important;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: left center;
	object-position: left center;
}

.footer-domains {
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
	font-size: 12px;
	line-height: 16.5px;
	letter-spacing: .06px;
}

.footer-domains p {
	margin: 0;
	white-space: nowrap;
}

.footer-domains a {
	color: #ff3444;
	font-weight: 500;
}

.footer-cols {
	display: flex;
	align-items: flex-start;
	gap: 180px;
	flex: 0 0 auto;
	width: 570px;
}

#page {
	padding: 25px 0 0;
	text-align: center;
}

.page_tip {
	padding: 5px 0 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.page_tip .selest {
	position: relative;
	padding: 0 10px;
	border-radius: 5px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	background: #161616;
	border: 1px solid rgba(255, 255, 255, .07);
}

.page_tip .selest select {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	left: 0;
}

.page-link {
	font-size: 14px;
	border-radius: 6px;
	min-width: 34px;
	position: relative;
	margin: 5px;
	height: 33px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: rgba(255, 255, 255, .1);
	border: 1px solid rgba(255, 255, 255, .15);
}

.page-next,
.page-previous {
	padding: 0 18px;
}

.page-link:hover {
	background-color: rgba(229, 9, 20, .4);
}

.page-current,
.page-current:hover {
	color: #fff;
	background: linear-gradient(135deg, #ff3444, #d9182c);
	box-shadow: 0 10px 12px -4px rgba(229, 9, 20, .25);
	font-weight: 700;
}

.ys-footer__col {
	width: 70px;
	flex-shrink: 0;
}

.ys-footer__col div {
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	white-space: nowrap;
	line-height: 19.5px;
	margin: 0 0 12px;
}

.ys-footer__col a {
	display: block;
	font-size: 14px;
	line-height: 18px;
	color: rgba(255, 255, 255, .35);
	margin-top: 12px;
	white-space: nowrap;
}

.footer-copy {
	border-top: 1px solid rgba(255, 255, 255, .05);
	padding: 20px 0;
	margin-top: 20px;
	color: rgba(255, 255, 255, .7);
	text-align: center;
	font-size: 14px;
}

.ys-age-modal {
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	position: fixed;
	z-index: 999999;
	display: none;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: radial-gradient(circle at 50% -10%, rgba(46, 82, 255, .16), transparent 35%), #05070d;
}

.ys-age-modal__panel {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: min(500px, calc(100vw - 48px));
	gap: 40px;
	text-align: center;
}

.ys-age-modal__logo {
	display: block;
	width: min(200px, 50vw);
	height: auto;
	aspect-ratio: 200/50;
	object-fit: contain;
}

.ys-age-modal__notice {
	margin: 0;
	width: 100%;
	color: #fff;
	font-size: clamp(18px, 4.8vw, 22px);
	font-weight: 500;
	line-height: 2;
}

.ys-age-modal__actions {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	gap: 16px;
}

.ys-age-modal__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 18px 20px;
	border: 0;
	border-radius: 30px;
	font-size: clamp(14px, 4vw, 16px);
	line-height: 1.375;
	text-align: center;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	transition: opacity .15s ease, transform .15s ease;
}

.ys-age-modal__legal {
	margin: 0;
	width: 100%;
	color: rgba(255, 255, 255, .4);
	font-size: clamp(12px, 3.2vw, 14px);
	line-height: 1.5;
}

.ys-age-modal__btn--enter {
	color: #fff;
	font-weight: 600;
	background: linear-gradient(135deg, #ff3444, #d9182c);
}

.ys-age-modal__btn--leave {
	border: 1px solid rgba(255, 52, 68, .07);
	background: #130809;
	color: rgba(255, 255, 255, .8);
	font-weight: 500;
	box-shadow: none;
}

.ys-web-detail__hero {
	display: flex;
	padding: 25px;
	border-radius: 20px;
	background: rgba(255, 255, 255, .07);
	margin-top: 20px;
	gap: 25px;
}

.ys-web-detail__poster {
	position: relative;
	width: 190px;
	flex-shrink: 0;
}

.ys-web-detail__poster img {
	width: 100%;
	height: 290px;
	object-fit: cover;
	object-position: top;
	border-radius: 12px;
	display: block;
}

.ys-web-detail__info {
	flex: 1;
	min-width: 0;
}

.ys-web-detail__info h1 {
	margin: 10px 0 15px;
	font-size: 33px;
	line-height: 1.2;
	color: #fff;
	font-family: YesheHeiTi;
}

.ys-web-detail__meta {
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 20px;
	color: rgba(255, 255, 255, .3);
	font-size: 13px;
	display: flex;
}

.ys-web-detail__meta a {
	color: rgba(255, 255, 255, .5);
}

.ys-web-detail__cate {
	margin-bottom: 10px;
	font-size: 14px;
}

.ys-web-detail__section-title {
	margin: 0 0 8px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	color: #fff;
}

.ys-web-detail__desc-wrap {
	position: relative;
	margin: 0 0 20px;
}

.ys-web-detail__actions {
	display: flex;
	align-items: center;
	gap: 15px;
}

.ys-web-detail__play,
.ys-web-detail__share {
	padding: 0 26px;
	color: #fff;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	cursor: pointer;
	font-size: 15px;
	font-weight: 500;
	background: linear-gradient(135deg, #ff3444, #d9182c);
}

.ys-web-detail__play i,
.ys-web-detail__share i {
	padding-right: 5px;
}

.ys-web-detail__share {
	background: rgba(255, 255, 255, .07);
	border: 1px solid rgba(255, 255, 255, .1);
}

.ys-web-detail__episodes {
	display: flex;
	padding: 25px;
	border-radius: 20px;
	margin-top: 15px;
	flex-direction: column;
	gap: 18px;
	background: rgba(255, 255, 255, .07);
	margin-bottom: 15px;
}

.ys-web-detail__ep-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
}

.ys-web-detail__ep-title {
	margin: 0;
	font-size: 18px;
	color: #fff;
}

.ys-web-detail__ep-text {
	margin: 6px 0 0;
	color: rgba(255, 255, 255, .5);
	font-size: 13px;
}

.ys-web-detail__ep-tip {
	color: #ff3444;
	font-size: 14px;
	text-decoration: none;
	white-space: nowrap;
}

.ys-ep-ranges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 12px;
}

.ys-ep-range {
	height: 32px;
	padding: 0 14px;
	border-radius: 8px;
	border: 1px solid rgba(255, 255, 255, .12);
	background: rgba(255, 255, 255, .04);
	color: rgba(255, 255, 255, .6);
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	white-space: nowrap;
}

.ys-ep-range.active {
	border-color: #ff3444;
	color: #ff3444;
	background: rgba(255, 210, 28, .08);
}

.ys-web-detail__ep-grid {
	display: grid;
	grid-template-columns: repeat(10, minmax(0, 1fr));
	gap: 10px;
}

.ys-web-detail__ep-grid a {
	display: flex;
	border-radius: 10px;
	background: rgba(255, 255, 255, .06);
	color: #fff;
	font-size: 14px;
	height: 45px;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

.ys-web-detail__ep-grid a[hidden] {
	display: none;
}

.ys-web-detail__ep-grid a:hover,
.ys-web-detail__ep-grid a.active {
	background: #ff3444;
	color: #fff;
	font-weight: 600;
}

.ys-web-play__comments {
	display: flex;
	padding: 25px 25px 10px;
	border-radius: 20px;
	margin-top: 25px;
	flex-direction: column;
	gap: 18px;
	background: rgba(255, 255, 255, .07);
}

.comment_content {
	height: 80px;
	width: 100%;
	padding: 10px;
	border-radius: 10px;
	font-size: 15px;
	color: #fff;
	background: #161616;
	border: 1px solid rgba(255, 255, 255, .07);
}

.comment_face_box {
	padding: 5px 0;
}

.comment_face_box img {
	width: 25px;
	height: 25px;
}

.comment_code_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.comment_code_box .code_box {
	display: flex;
	align-items: center;
}

.comment_code_box .code_box input {
	width: 100px;
	height: 35px;
	border-radius: 5px;
	margin: 0 5px;
	padding: 0 10px;
	color: #fff;
	background: #161616;
	font-size: 14px;
	border: 1px solid rgba(255, 255, 255, .07);
}

.comment_code_box .code_box img {
	height: 35px;
	border-radius: 5px;
}

.comment_code_box .comment_submit {
	width: 120px;
	height: 35px;
	background: linear-gradient(135deg, #ff3444, #d9182c);
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	border-radius: 5px;
}

.mac_comment .cmt_wrap .smt_wrap {
	font-size: 15px;
	font-weight: 700;
	padding: 25px 0 20px;
}

.mac_comment .cmt_wrap .cmt_item {
	display: flex;
	padding-bottom: 15px;
	gap: 15px;
}

.mac_comment .cmt_wrap .cmt_item:last-child .item_con {
	border-bottom: none;
	padding-bottom: 0;
}

.mac_comment .cmt_wrap .cmt_item .face {
	width: 40px;
	height: 40px;
	border-radius: 100%;
}

.mac_comment .cmt_wrap .cmt_item .item_con {
	flex: 1;
	min-width: 0;
	border-bottom: 1px dashed rgba(255, 255, 255, .1);
	padding-bottom: 5px;
}

.mac_comment .cmt_wrap .cmt_item .item_con .top .name {
	font-size: 15px;
	font-weight: 700;
}

.mac_comment .cmt_wrap .cmt_item .item_con .top .fr {
	color: rgba(255, 255, 255, .5);
	font-size: 12px;
	padding-left: 10px;
}

.mac_comment .cmt_wrap .cmt_item .item_con .con {
	padding-top: 10px;
	font-size: 15px;
}

.mac_comment .cmt_wrap .cmt_item .item_con .gw-action {
	font-size: 13px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.mac_comment .cmt_wrap .cmt_item .item_con .gw-action a {
	color: rgba(255, 255, 255, .5);
	border-right: 1px solid rgba(255, 255, 255, .1);
	padding-right: 8px;
	margin-right: 8px;
}

.mac_comment .cmt_wrap .cmt_item .item_con .gw-action a:nth-child(2) {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}

.ys-faq__item {
	background: #161616;
	border: 1px solid rgba(255, 255, 255, .07);
	box-shadow: none;
	margin-bottom: 10px;
	border-radius: 10px;
}

.ys-faq__item[open] {
	background: #130809;
	border-color: rgba(255, 52, 68, .07);
}

.ys-faq__item summary {
	padding: 12px 15px;
	font-size: 13px;
	font-weight: 500;
	color: #fff;
	pointer-events: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.ys-faq__item summary i {
	color: #999;
	transition: all .3s;
}

.ys-faq__item[open] summary i {
	transform: rotate(180deg);
}

.ys-faq__body {
	border-top: 1px solid rgba(255, 255, 255, .05);
	padding: 10px 15px;
}

.ys-faq__body p {
	font-size: 15px;
	line-height: 25px;
	color: rgba(255, 255, 255, .5);
}

.faq-page__content {
	background: rgba(255, 255, 255, .05);
	border-radius: 12px;
	overflow: hidden;
	margin-top: 30px;
}

.faq-page__title {
	border-radius: 12px 12px 0 0;
	align-items: center;
	gap: 8px;
	padding: 32px 48px 8px;
	display: flex;
	font-family: YesheHeiTi;
	font-size: 18px;
}

.faq-page__title i {
	font-size: 30px;
}

.faq-page__list {
	padding: 0 48px 32px;
}

.faq-page__item {
	padding: 15px 0;
}

.faq-page__item h2 {
	color: #fff;
	padding-left: 13px;
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
	position: relative;
}

.faq-page__item h2:before {
	content: "";
	background: #ff3444;
	border-radius: 50%;
	width: 5px;
	height: 5px;
	position: absolute;
	top: 12px;
	left: 0;
}

.faq-page__item p {
	color: #999;
	margin-top: 15px;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
}

.popup {
	overflow: hidden;
	padding: 0 25px;
	width: 380px;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 999999;
	transform: translateX(-50%) translateY(-50%);
	margin: 0 auto;
	border-radius: 15px;
	background: #161616;
	border: 1px solid rgba(255, 255, 255, .07);
}

.popup-header {
	text-align: center;
	padding: 30px 0 15px;
}

.popup-title {
	position: relative;
	font-size: 25px;
	font-weight: 900;
	display: inline-block;
	font-family: YesheHeiTi;
}

.input-list {
	margin-bottom: 2rem;
}

.input-list .mac_login_form li {
	padding: 10px;
}

.mac_login_form .form-control {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	height: 42px;
	padding: 0 15px 0 15px;
	border-radius: 100px;
	background: rgba(255, 255, 255, .1);
	border: 1px solid rgba(255, 255, 255, .1);
	box-sizing: border-box;
}

.popup-btn {
	width: 100%;
	height: 42px;
	position: relative;
	overflow: hidden;
	border-radius: 40px;
	font-weight: 700;
	padding: 0 30px;
	font-size: 15px;
	background: #ff3444;
	color: #fff;
}

.input-list .mac_login_form .user-code-li {
	padding: 0 10px;
	margin-bottom: 10px;
}

.input-list .mac_login_form .user-code-li .popup-btn {
	background-color: #fff;
	border: 1px solid #ff000050;
	color: #ff3444;
	line-height: 38px;
	font-weight: normal;
	font-size: 14px;
	width: 100%;
}

.authcode-box {
	display: none;
}

.authcode-box .upload-box {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 150px;
	justify-content: center;
	align-items: center;
	border: 1px dashed #ccc;
	border-radius: 15px;
	color: #acacac;
	margin-bottom: 5px;
	cursor: pointer;
	background-color: #f9f9f9;
	transition: .2s;
}

.input-list .mac_login_form .center {
	text-align: center;
	padding: 10px 0 0;
}

.input-list .mac_login_form a {
	text-align: center;
	margin: 0 15px;
	font-size: 14px;
	color: rgba(255, 255, 255, .5);
}

.close-popup {
	position: absolute;
	right: calc(8% - 20px);
	top: 10px;
	line-height: 34px;
	text-align: center;
	cursor: pointer;
	z-index: 1;
	width: 35px;
	height: 35px;
	border-radius: 35px;
	background: rgba(255, 255, 255, .06);
	border: 1px solid rgba(255, 255, 255, .08);
	box-shadow: 0 7px 21px rgb(149 157 165 / 22%);
	display: flex;
	align-items: center;
	justify-content: center;
}

.shortcuts-mobile-overlay,
.transition-bg {
	transition: background .3s;
}

.shortcuts-mobile-overlay {
	pointer-events: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: transparent;
	content: "";
	z-index: 19;
}

.open~.shortcuts-mobile-overlay,
.popupShow~.shortcuts-mobile-overlay {
	background-color: rgb(25 25 25 / 50%);
	pointer-events: auto;
	z-index: 101;
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
}

.member_group {
	position: relative;
	margin-left: 10px;
	height: 100%;
	display: flex;
	align-items: center;
}

.member_group .useimg {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	cursor: pointer;
	vertical-align: middle;
}

.user_list_drop {
	position: absolute;
	top: 51px;
	right: 0;
	display: none;
	padding-top: 8px;
}

.drop_content {
	width: 130px;
	overflow: hidden;
	border-radius: 10px;
	padding: 5px;
	background: #161616;
	border: 1px solid rgba(255, 255, 255, .07);
}

.user_list_drop ul {
	padding-bottom: 8px;
	border-bottom: 1px solid rgba(12, 13, 15, .06);
}

.user_list_drop .logout a,
.user_list_drop li a {
	display: flex;
	align-items: center;
	width: fit-content;
	height: 40px;
	line-height: 40px;
	border-radius: 10px;
	margin: auto;
	padding: 0 15px;
	cursor: pointer;
	color: rgba(255, 255, 255, .85);
}

.user_list_drop a:hover {
	color: #ff3444;
}

.user_list_drop .logout a i,
.user_list_drop li a i {
	margin-right: 10px;
	line-height: 18px;
}

.user_list_drop .logout {
	padding-top: 5px;
	border-top: 1px solid rgba(255, 255, 255, .06);
}

.member_group:hover .user_list_drop {
	display: block;
}

.nonelist {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 200px;
}

.nonelist i {
	color: rgba(255, 255, 255, .07);
	font-size: 70px;
}

.nonelist span {
	color: #999;
	padding-top: 10px;
}

.mobile-bg {
	background-color: rgba(0, 0, 0, .1);
	pointer-events: auto;
	z-index: 10;
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	position: fixed;
	width: 100%;
	height: calc(100vh - 50px);
	bottom: 0;
	display: none;
	transition: all .2s;
}

.modal-body {
	position: relative;
	padding: 10px 15px 0;
}

.pop-user-authcode .popup {
	padding: 0
}

.pop-user-authcode .modal-body .show-auth-code-box {
	display: none
}

.pop-user-authcode .modal-body .top-tips {
    border-radius: 10px;
    padding: 10px;
    font-size: 12px;
    color: #ffffff;
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .07);
}

.pop-user-authcode .modal-body .code-box .make-box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center
}

.pop-user-authcode .modal-body .code-box .button {
	background-color: #ff3444;
	color: #fff;
	width: 100%;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 40px;
	margin-top: 15px;
	cursor: pointer
}

.pop-user-authcode .modal-body .code-box .button i {
	padding-right: 5px
}

.pop-user-authcode .modal-body .code-box .tips {
	color: #999;
	font-size: 12px;
	padding-top: 15px
}

.pop-user-authcode .modal-body .code-box .err-tips {
	text-align: center;
	padding-top: 5px
}

.pop-user-authcode .code-box {
	padding-bottom: 20px
}

.pop-user-authcode .code-box .auth-code-box {
    background-color: #ff000010;
    padding: 10px;
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
    border-radius: 15px;
}

.pop-user-authcode .code-box .auth-code-box .auth-code {
	border: 1px solid #ff000030;
	border-radius: 10px;
	padding: 15px 10px
}

.pop-user-authcode .code-box .auth-code-box .auth-code .head {
	padding: 15px 0 25px;
	display: flex;
	align-items: center;
	justify-content: center
}

.pop-user-authcode .code-box .auth-code-box .auth-code .head .info {
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 1px solid rgba(255, 255, 255, .07);
	padding-right: 10px;
	margin-right: 10px;
	height: 22px
}

.pop-user-authcode .code-box .auth-code-box .auth-code .head .info img {
	height: 20px
}

.pop-user-authcode .code-box .auth-code-box .auth-code .head .info h1 {
	font-size: 20px;
	padding-left: 5px
}

.pop-user-authcode .code-box .auth-code-box .auth-code .head .text {
	color: #999;
	font-size: 14px;
	text-align: center
}

.pop-user-authcode .code-box .auth-code-box .auth-code .code {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	background-color: #ff000008;
	width: 215px;
	height: 230px;
	margin: 0 auto;
	border: 1px solid #ff000010;
	border-radius: 10px
}

.pop-user-authcode .code-box .auth-code-box .auth-code .code canvas,
.pop-user-authcode .code-box .auth-code-box .auth-code .code img {
	width: 180px;
	height: 180px;
	background-color: #fff;
	padding: 10px
}

.pop-user-authcode .code-box .auth-code-box .auth-code .code .time {
	color: #b0acac;
	font-size: 12px;
	padding-top: 2px
}

.pop-user-authcode .code-box .auth-code-box .auth-code .help {
	padding: 20px 0 0
}

.pop-user-authcode .code-box .auth-code-box .auth-code .help .label {
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, .07);
    color: rgba(255, 255, 255, .5);
    padding: 6px;
    font-size: 12px;
    border-radius: 6px;
    margin-bottom: 5px;
}

.pop-user-authcode .code-box .auth-code-box .auth-code .help .label.#ff3444 {
	background-color: #ff000010;
	color: #ff3444
}

@media screen and (max-width:750px) {
	.header-op-list-btn {
		display: flex;
	}

	.header-box .logo img {
		height: 35px;
	}

	.header-box {
		height: 55px;
	}

	.searchbar-main.open {
		position: absolute;
		height: 100vh;
		left: 0;
		top: 0;
		max-width: initial;
		display: block;
		z-index: 10;
		overflow-y: scroll;
		padding-bottom: 50px;
		background: radial-gradient(circle at 50% -10%, rgba(46, 82, 255, .16), transparent 35%), #05070d;
		border: 1px solid rgba(255, 255, 255, .07);
	}

	.searchbar-main.open .searchbar {
		margin: 15px 15px 0 15px;
		border-radius: 8px;
		background: #161616;
		border: 1px solid rgba(255, 255, 255, .07);
		height: 40px;
	}

	.searchbar-main.open .search-recommend-box {
		position: inherit;
	}

	.searchbar-main.open .search-recommend {
		width: 100%;
		left: 0;
		z-index: 9;
		padding: 0 15px;
		background: 0;
		box-shadow: none;
		border: none;
	}

	.search-recommend-title {
		font-size: 15px;
		padding-bottom: 10px;
	}

	.searchbar,
	.search-recommend-title .close {
		display: none;
	}

	.searchbar-main.open .searchbar {
		display: flex;
		margin: 15px 55px 0 15px;
	}

	.searchbar .cancel-btn {
		display: inline-block;
		margin: 0 15px 0 0;
		background: 0;
		pointer-events: auto;
		position: absolute;
		right: -60px;
		font-weight: 700;
		font-size: 15px;
	}

	.search-tag a {
		font-size: 14px;
		height: 35px;
	}

	.header-box .navs {
		position: absolute;
		top: 55px;
		left: -70%;
		width: 65%;
		height: calc(100vh - 55px);
		flex-direction: column;
		padding: 10px 0 0;
		display: flex;
		transition: all .3s;
		background: rgba(5, 7, 13, .95);
		backdrop-filter: blur(5px);
		-webkit-backdrop-filter: blur(5px);
	}

	.header-box .navs .item {
		width: 85%;
		height: 45px;
		margin: 5px auto;
	}

	.header-box .navs .item .links {
		background-color: transparent;
		padding: 0 10px;
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		border-radius: 10px;
		justify-content: flex-start;
	}

	.header-box .navs .item.active .links {
		background: rgba(255, 52, 68, .07);
		color: #ff3444;
		font-weight: 600;
	}

	.header-box .navs .item.active .links::after {
		content: '';
		position: absolute;
		width: 3px;
		height: 20px;
		background-color: #ff3444;
		right: 10px;
	}

	.header-box .navs .item .links span {
		padding-left: 10px;
	}

	.header-box .logo .menu.open i {
		transform: rotate(90deg);
	}

	.header-box .logo .menu {
		display: flex;
	}

	.header-box .navs.open {
		left: 0;
	}

	.container {
		max-width: 95%;
	}

	.module-video-list {
		grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
		grid-gap: 10px;
	}

	.module-item-pic img {
		height: 160px;
	}

	.module-item-pic .type {
		padding: 2px 6px;
		border-radius: 5px;
		top: 5px;
		left: 5px;
		zoom: .8;
	}

	.module-item-pic .time {
		right: 5px;
		bottom: 5px;
		padding: 0 5px;
		zoom: .8;
		font-weight: normal;
	}

	.module-poster-item-title {
		font-size: 15px;
	}

	.module-poster-item-intro {
		-webkit-line-clamp: 1
	}

	.footer-content {
		flex-direction: column;
		gap: 30px;
	}

	.footer-cols {
		justify-content: space-between;
		gap: 24px;
		width: 100%;
	}

	.module-title .name {
		font-size: 20px;
	}

	.module-heading-tab {
		top: 55px;
		gap: 20px;
		justify-content: center
	}

	.ys-web-detail__hero,
	.ys-web-detail__episodes,
	.ys-web-play__comments {
		flex-direction: column;
		flex-wrap: wrap;
		padding: 15px;
		gap: 5px;
	}

	.ys-web-detail__info {
		flex: auto;
		width: 100%;
	}

	.ys-web-detail__info h1 {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		font-size: 25px;
		margin: 10px 0 5px;
	}

	.ys-web-detail__poster {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.ys-web-detail__poster img {
		width: 150px;
		height: 200px;
		display: inline;
	}

	.ys-web-detail__meta {
		margin-bottom: 10px;
	}

	.ys-web-detail__actions {
		gap: 10px;
	}

	.ys-web-detail__play,
	.ys-web-detail__share {
		padding: 0 15px;
		font-size: 14px;
		height: 35px;
	}

	.ys-ep-ranges {
		gap: 5px;
		margin-bottom: 10px;
	}

	.ys-web-detail__ep-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 8px;
	}

	.ys-web-detail__ep-grid a {
		height: 40px;
	}

	.module-heading-tab-link {
		font-size: 16px;
		height: 45px;
	}

	.pop-user-authcode .popup {
		width: 90%
	}
}