html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

button {
	margin: 0;
	font-family: inherit;
	font-size: 100%
}

button {
	line-height: normal
}

button {
	text-transform: none
}

button {
	-webkit-appearance: button;
	cursor: pointer
}

button::-moz-focus-inner {
	padding: 0;
	border: 0
}

table {
	border-spacing: 0;
	border-collapse: collapse
}

*,
:after,
:before {
	box-sizing: border-box
}

html {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

button {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

img {
	max-width: 100%;
	vertical-align: middle
}

@-moz-document url-prefix() {
}

@media (min-width:768px) {
	::-webkit-scrollbar {
		width: 10px;
		height: 10px
	}

	::-webkit-scrollbar-button {
		width: 0;
		height: 0
	}

	::-webkit-scrollbar-button:end:increment,
	::-webkit-scrollbar-button:start:decrement {
		display: block
	}

	::-webkit-scrollbar-button:vertical:end:decrement,
	::-webkit-scrollbar-button:vertical:start:increment {
		display: none
	}

	::-webkit-scrollbar-thumb:horizontal,
	::-webkit-scrollbar-thumb:vertical,
	::-webkit-scrollbar-track:horizontal,
	::-webkit-scrollbar-track:vertical {
		border-color: transparent;
		border-style: solid
	}

	::-webkit-scrollbar-track:vertical::-webkit-scrollbar-track:horizontal {
		background-color: #fff;
		-webkit-background-clip: padding-box;
		background-clip: padding-box
	}

	::-webkit-scrollbar-thumb {
		min-height: 28px;
		background-color: rgba(0, 0, 0, .2);
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
		border-radius: 5px;
		-webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1), inset 0 -1px 0 rgba(0, 0, 0, .07)
	}

	::-webkit-scrollbar-thumb:hover {
		background-color: rgba(0, 0, 0, .4);
		-webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .25)
	}

	::-webkit-scrollbar-thumb:active {
		background-color: rgba(0, 0, 0, .5);
		-webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, .35)
	}

	::-webkit-scrollbar-thumb:horizontal,
	::-webkit-scrollbar-thumb:vertical,
	::-webkit-scrollbar-track:horizontal,
	::-webkit-scrollbar-track:vertical {
		border-width: 0
	}

	::-webkit-scrollbar-track:hover {
		background-color: rgba(0, 0, 0, .05);
		-webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .1)
	}

	::-webkit-scrollbar-track:active {
		background-color: rgba(0, 0, 0, .05);
		-webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .14), inset -1px -1px 0 rgba(0, 0, 0, .07)
	}
}

.pager {
	display: flex;
	padding-left: 0;
	margin: 12px 0;
	gap: 8px;
	list-style: none;
	overflow-x: auto
}

.pager>li {
	display: flex
}

.pager>li>a {
	position: relative;
	float: left;
	padding: 4px 12px;
	margin-left: -1px;
	line-height: 1.53846154;
	text-decoration: none;
	background-color: transparent;
	border: 1px solid transparent
}

.pager .pager-item-left .pager-item,
.pager .pager-item-right .pager-item {
	padding-top: 6px;
	padding-bottom: 6px;
	flex-shrink: 0
}

.pager .pager-item-left {
	left: 0
}

.pager .pager-item-right {
	right: 0
}

.pager>li:first-child>a {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}

.pager>li:last-child>a {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}

.pager>li>a:focus,
.pager>li>a:hover {
	z-index: 2;
	opacity: 0.8
}

.pager-item-left>a {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}

.pager-item-right>a {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}

*,:after,:before {
    box-sizing: inherit;
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent
}

body,html {
    width: 100%;
    direction: ltr
}

body,html {
    margin: 0;
    box-sizing: border-box
}

aside,footer,header,main {
    display: block
}

img {
    border-style: none
}

button {
    font: inherit;
    font-family: inherit;
    margin: 0
}

button {
    overflow: visible;
    text-transform: none
}

button::-moz-focus-inner {
    border: 0;
    padding: 0
}

button:-moz-focusring {
    outline: 1px dotted ButtonText
}

.q-editor__content:empty:not(:focus):before {
    content: attr(placeholder);
    opacity: .7
}

:root {
    --q-color-primary: #1976d2;
    --q-color-secondary: #26a69a;
    --q-color-accent: #9c27b0;
    --q-color-positive: #21ba45;
    --q-color-negative: #c10015;
    --q-color-info: #31ccec;
    --q-color-warning: #f2c037;
    --q-color-dark: #1d1d1d
}

.text-white {
    color: #fff !important
}

.bg-black {
    background: #000 !important
}

.flex {
    display: flex;
    flex-wrap: wrap
}

.flex-center,.justify-center {
    justify-content: center
}

.flex-center,.items-center {
    align-items: center
}

:root {
    --q-size-xs: 0;
    --q-size-sm: 600px;
    --q-size-md: 1024px;
    --q-size-lg: 1440px;
    --q-size-xl: 1920px
}

body {
    min-width: 100px;
    min-height: 100%;
    font-family: Roboto,-apple-system,Helvetica Neue,Helvetica,Arial,sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    line-height: 1.5;
    font-size: 14px
}

h2 {
    font-weight: 300
}

h2 {
    font-size: 3.75rem;
    line-height: 3.75rem;
    letter-spacing: -0.00833em
}

small {
    font-size: 80%
}

sup {
    top: -0.5em
}

.overflow-hidden {
    overflow: hidden !important
}

@supports(-ms-ime-align:auto) {
}

::-ms-clear {
    display: none
}

:root {
    --gold: #e1b355
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/MaterialIcons-Regular.eot);
    src: local('Material Icons'),local('MaterialIcons-Regular'),url(/static/fonts/MaterialIcons-Regular.woff2) format('woff2'),url(/static/fonts/MaterialIcons-Regular.woff) format('woff'),url(/static/fonts/MaterialIcons-Regular.ttf) format('truetype')
}

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

.ml-auto {
    margin-left: auto !important
}

.lazy {
    -webkit-transition: opacity 500ms ease-in-out;
    -moz-transition: opacity 500ms ease-in-out;
    -o-transition: opacity 500ms ease-in-out;
    transition: opacity 500ms ease-in-out;
    max-width: 100%;
    opacity: 0
}

@media (max-width: 960px) {

    .player-container {
        padding-left: 0;
        padding-right: 0
    }

    ::-webkit-scrollbar {
        display: none
    }
}

@media (max-width: 960px) {

    .player-container {
        padding-left: 0;
        padding-right: 0
    }

    ::-webkit-scrollbar {
        display: none
    }
}








.list-title {
    white-space: nowrap;   /* 禁止换行 */
    overflow: hidden;      /* 隐藏溢出内容 */
    text-overflow: ellipsis; /* 显示省略符号 */
}

.MacPlayer {
	background: #000000;
	font-size: 14px;
	color: #F6F6F6;
	margin: 0px;
	padding: 0px;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	min-height: 100px;
}

.MacPlayer table {
	width: 100%;
	height: 100%;
}

.MacPlayer #playleft {
	position: inherit;
	width: 100%;
	height: 100%;
}