#toast,
.load-more,
.lrb-carousel .item,
.modal .bt-save,
.modal .link-text,
.modal-top,
.nav dd,
.no-data,
.user-info,
.user-info .info,
header .pop-user li {
	text-align: center
}

.owl-carousel,
.owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative
}

.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
	display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}

.owl-carousel.owl-hidden {
	opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab
}

.owl-carousel.owl-rtl {
	direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
	float: right
}

.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
	z-index: 0
}

.owl-carousel .owl-animated-out {
	z-index: 1
}

.owl-carousel .fadeOut {
	animation-name: fadeOut
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

.owl-height {
	transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
	max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none
}

.flex,
.flex-center,
header {
	display: flex
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%
}

blockquote,
body,
dd,
dl,
dt,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
iframe,
legend,
li,
ol,
p,
pre,
textarea,
ul {
	margin: 0;
	padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: 400
}

ul {
	list-style: none
}

button,
input,
select {
	margin: 0
}

html {
	box-sizing: border-box
}

*,
::after,
::before {
	box-sizing: inherit
}

img,
video {
	height: auto;
	max-width: 100%
}

iframe {
	border: 0
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td,
th {
	padding: 0
}

:root {
	--primary-100: #1f3a5f;
	--primary-200: #4d648d;
	--primary-300: #acc2ef;
	--accent-100: #3d5a80;
	--accent-200: #cee8ff;
	--text-100: #ffffff;
	--text-200: #e0e0e0;
	--text-300: #b6b6b6;
	--text-yellow: yellow;
	--text-red: #FE5454;
	--bg-100: #000000;
	--bg-200: #1D1D1D;
	--bg-300: #242424;
	--bg-400: #979797;
	--bg-500: #353535;
	--border-100: #454545;
	--header-bg-100: rgb(29, 29, 29);
	--header-bg-200: rgb(68, 68, 68);
	color: var(--text-200)
}

a {
	color: #fff;
	text-decoration: none;
	outline: 0;
	cursor: pointer
}

.text-yellow {
	color: var(--text-yellow)
}

.text-red {
	color: var(--text-red)
}

.flex-center {
	align-items: center
}

.ic-24 {
	width: 24px;
	height: 24px
}

.ic-14 {
	width: 14px;
	height: 14px
}

.mr-1 {
	margin-right: 5px
}

.mr-2 {
	margin-right: 10px
}

.mr-3 {
	margin-right: 15px
}

.mt-1 {
	margin-top: 5px
}

.mt-2 {
	margin-top: 10px
}

.mt-3 {
	margin-top: 15px
}

.container-pad {
	padding: 10px
}

body {
	background-color: var(--bg-100);
	max-width: 768px;
	margin: 0 auto;
	font-size: 12px;
	color: #fff
}

header {
	align-items: center;
	padding: 15px 10px;
	font-size: 12px;
	position: relative
}

header .logo img {
	width: 100px;
}

header .right {
	flex: 1;
	justify-content: flex-end
}

header .ic-user {
	margin-left: 15px
}

header .pop-user {
	position: absolute;
	width: 70px;
	right: 10px;
	top: 100%;
	background: var(--bg-100);
	z-index: 99;
	border-radius: 0 0 4px 4px;
	display: none
}

#toast,
.carousel-banner .item img,
.modal,
.nv-banner li img,
.nv-mlist .cover img {
	top: 50%;
	transform: translate(-50%, -50%)
}

header .pop-user li {
	padding: 10px 0
}

.carousel-banner .item {
	position: relative;
	padding-top: calc(100% * 180 / 750);
	cursor: pointer
}

.carousel-banner .item img {
	position: absolute;
	left: 50%;
	width: 100%;
	height: 100%;
}

.nv-banner {
	display: flex;
	justify-content: space-between
}

.nv-banner li {
	width: calc(50% - 3px);
	position: relative;
	padding-top: calc((50% - 3px) * 160 / 350);
	border-radius: 4px;
	overflow: hidden;
	background: #404040;
	cursor: pointer
}

.nv-banner li img {
	border-radius: 6px;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 50%;
}

.sticky-top .owl-banner {
	height: 25vw
}

.sticky-top .owl-banner img {
	width: 100vw;
	height: 25vw
}

.sticky-top .nv-cat {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-top: 10px
}

.sticky-top .nv-cat li a {
	background: #363846;
	border-radius: 4px;
	padding: 3px 10px;
	color: #fff;
	font-size: 12px;
	color: var(--text-yellow)
}

.nv-top-link,
.sticky-top .nv-cat li:nth-child(2n+1) a {
	color: var(--text-red)
}

.nav dl {
	display: flex;
	align-items: center;
	margin-bottom: 10px
}

.nav dt {
	width: 54px;
	font-size: 13px
}

.nav dd {
	background: var(--bg-200);
	border: 1px solid var(--border-100);
	border-radius: 4px;
	width: calc((100% - 54px)/ 4 - 10px);
	flex-shrink: 0;
	padding: 4px 0;
	margin-left: 10px;
	font-size: 12px
}

.nv-mgrid {
	display: flex;
	flex-wrap: wrap;
	align-items: center
}

.nv-mgrid-cell {
	width: 16.66666%;
	padding: 6px;
	cursor: pointer
}

.nv-mgrid-cell .cover {
	position: relative;
	padding-top: 100%;
	border-radius: 4px;
	overflow: hidden;
	background: #404040
}

.nv-labels li,
.nv-top {
	background: var(--bg-300)
}

.nv-mgrid-cell span {
	font-size: 12px;
	white-space: nowrap
}

.nv-mgrid-cell img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0
}

.nv-top {
	padding: 10px
}

.nv-top-title {
	flex: 1
}

.nv-top-link {
	border: 1px solid var(--text-red);
	border-radius: 30px;
	font-size: 12px;
	padding: 2px 10px;
	margin-left: 15px
}

.load-more,
.nv-contact,
.nv-labels li,
.nv-mlist .cover,
.nv-mlist .cover .time,
.nv-mlist .cover img,
.pagination a,
.pagination input,
.search-bar {
	border-radius: 4px
}

.nv-mlist {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -2.5px
}

.nv-mlist li {
	width: calc(50% - 5px);
	margin: 10px 2.5px 0;
	cursor: pointer
}

.nv-mlist .cover {
	position: relative;
	padding-top: calc(100% * 9 / 16);
	background: #404040;
	overflow: hidden
}

.nv-mlist .cover img {
	display: block;
	font-size: 0;
	position: absolute;
	left: 50%
}

.nv-mlist .cover .time {
	position: absolute;
	bottom: 5px;
	right: 5px;
	padding: 0 5px;
	font-size: 12px;
	background: rgba(0, 0, 0, .4);
	z-index: 2
}

.load-more,
.nv-contact {
	background: rgba(151, 151, 151, .45);
	font-size: 12px
}

.nv-mlist p {
	font-size: 12px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	white-space: normal;
	margin: 8px 0
}

.lrb-carousel,
.nv-contact {
	margin-top: 10px
}

.load-more {
	padding: 10px 0;
	cursor: pointer
}

.lrb-carousel span {
	font-size: 12px;
	white-space: nowrap
}

.fav-list li .title,
.play-con .title {
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	white-space: normal
}

.nv-contact {
	padding: 10px;
	display: flex;
	align-items: center
}

.nv-contact span,
.pagination {
	display: flex;
	align-items: center
}

.nv-contact span {
	margin-right: 20px;
	justify-content: center
}

.sticky-top {
	position: sticky;
	top: 0;
	background: var(--bg-100);
	z-index: 97
}

.pagination {
	justify-content: center
}

.pagination .total,
footer {
	display: flex;
	align-items: center
}

.pagination a {
	background: #404040;
	padding: 7px 20px
}

.pagination .input-page {
	position: relative;
	margin: 0 10px
}

.pagination input {
	background-color: #404040;
	padding: 7px 16px;
	width: 112px;
	color: #fff;
	border: 0;
	outline: 0
}

#artPlayer,
.modal-bg {
	width: 100%;
	height: 100%
}

.pagination .total {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	padding-right: 12px;
	color: #979797;
	font-weight: 700
}

footer {
	padding: 10px 0;
	justify-content: center
}

#dplayer {
	margin: 0 -10px
}

.play-con .title {
	font-size: 12px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	margin-top: 10px
}

.nv-labels {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px
}

.nv-labels li {
	padding: 2px 6px;
	margin: 8px 8px 0 0;
	font-size: 12px
}

#artPlayer {
	position: absolute;
	left: 0;
	top: 0
}

.search-bar {
	display: flex;
	align-items: center;
	background: rgba(255, 255, 255, .2);
	padding: 2px
}

.search-bar input {
	border: 0;
	background: 0 0;
	flex: 1;
	outline: 0;
	color: #fff;
	padding: 10px
}

.search-bar .bt-search {
	border-radius: 4px;
	background: #fff;
	color: var(--text-red);
	border: 0;
	padding: 8px 16px
}

.no-data {
	padding: 50px 0
}

.no-data img {
	width: 50px;
	height: 50px
}

.no-data p:last-child {
	color: #7E7E7E;
	font-size: 13px
}

.user-info {
	padding-bottom: 20px
}

.user-info .avatar-con {
	position: relative;
	padding-bottom: 30px
}

.user-info .avatar {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	width: 60px;
	height: 60px;
	border-radius: 50%
}

.user-info .user-name {
	font-size: 14px
}

.user-info .user-id {
	color: #979797
}

.user-info .info {
	display: flex;
	justify-content: space-around
}

.user-info .info span {
	font-size: 16px;
	display: block
}

.fav-top {
	padding: 10px;
	background: var(--bg-300);
	border-radius: 4px;
	display: flex;
	justify-content: space-between
}

.fav-clean {
	color: var(--text-red)
}

.fav-list li {
	display: flex;
	align-items: center;
	margin-top: 10px
}

.fav-list li .cover {
	width: 120px;
	height: calc(120px * 9 / 16);
	border-radius: 4px;
	margin-right: 10px
}

.fav-list li .info {
	flex: 1;
	min-width: 0
}

.fav-list li .title {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	height: 36px
}

.fav-list li .bot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 8px
}

.fav-list li .bot span {
	display: flex;
	align-items: center
}

#toast,
.modal,
.modal-bg {
	display: none
}

.fav-list li .bt-clean {
	background: var(--bg-500);
	border-radius: 4px;
	padding: 5px 15px;
	color: var(--text-red)
}

#toast {
	position: fixed;
	left: 50%;
	z-index: 9999;
	margin: auto;
	padding: 8px 15px;
	min-width: 120px;
	border-radius: 5px;
	color: #fff;
	background-color: rgba(0, 0, 0, .7)
}

.modal-bg {
	position: fixed;
	z-index: 998;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .4)
}

.modal {
	position: fixed;
	z-index: 999;
	width: 70%;
	max-width: 300px;
	background: #fff;
	left: 50%;
	border-radius: 10px
}

.modal-top {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	background: var(--text-red);
	border-radius: 10px 10px 0 0;
	height: 50px;
	padding-top: 10px;
	position: relative
}

.modal-body {
	padding: 10px;
	background: linear-gradient(to bottom, #fff, #FFE3E3)
}

.modal-notice .modal-body p,
.modal-notice .modal-body p a {
	color: var(--text-red);
	font-size: 12px;
	line-height: 2;
	margin-bottom: 10px
}

.modal .bt-save {
	padding: 10px 0;
	background: var(--text-red);
	border: 0;
	border-radius: 4px;
	color: #fff;
	width: 100%
}

.modal-top .ic-close {
	position: absolute;
	top: 10px;
	right: 10px
}

.modal .form {
	background: #fff;
	border: 1px solid var(--text-red);
	border-radius: 6px;
	margin: 20px 0
}

.modal .form-item {
	display: flex;
	align-items: center;
	border-bottom: 1px solid var(--text-red)
}

.modal .form-item:last-child {
	border: 0
}

.modal .form-item input {
	padding: 10px;
	border: 0;
	outline: 0;
	flex: 1;
	border-radius: 6px
}

.modal .link-text {
	color: var(--text-red);
	margin-top: 10px
}

.modal-fav {
	position: fixed;
	background: rgba(0, 0, 0, .4);
	z-index: 99999;
	display: block;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh
}

.modal-fav .content {
	width: 80%;
	max-width: 360px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%)
}

.modal-fav .content .pop-img {
	width: 100%
}

.modal-fav .content .close {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px
}

.bot-fav {
	height: calc(100vw * 180 / 710);
	max-height: calc(768px * 180 / 710);
	position: sticky;
	bottom: 0;
	z-index: 9999
}

.bot-fav_img {
	display: block;
	font-size: 0;
	width: 100%;
	height: 100%
}

.bot-fav .close {
	position: absolute;
	width: 20px;
	top: 0;
	right: 0
}

.right-fav {
	position: fixed;
	top: 50vh;
	right: 0;
	z-index: 9999
}

.right-fav_img {
	width: 80px;
	height: 100px
}

.right-fav .close {
	position: absolute;
	width: 14px;
	top: 0;
	right: 0
}