/*
	Identity by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/* Reset */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

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

body {
	-webkit-text-size-adjust: none;
}

/* Box Model */

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

/* Basic */

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

	html,
	body {
		min-width: 320px;
	}

}

body.is-loading *,
body.is-loading *:before,
body.is-loading *:after {
	-moz-animation: none !important;
	-webkit-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
}

html {
	height: 100%;
}

body {
	height: 100%;
	background: -moz-linear-gradient(60deg, rgba(253, 158, 240, 0.8), rgba(129, 208, 253, 0.8)) no-repeat fixed center/cover, url(https://cartoon.heheda.top/url.php) no-repeat fixed center/130%;
	background: -webkit-linear-gradient(60deg, rgba(253, 158, 240, 0.8), rgba(129, 208, 253, 0.8)) no-repeat fixed center/cover, url(https://cartoon.heheda.top/url.php) no-repeat fixed center/130%;
	background: -ms-linear-gradient(60deg, rgba(253, 158, 240, 0.8), rgba(129, 208, 253, 0.8)) no-repeat fixed center/cover, url(https://cartoon.heheda.top/url.php) no-repeat fixed center/130%;
	background: linear-gradient(60deg, rgba(253, 158, 240, 0.8), rgba(129, 208, 253, 0.8)) no-repeat fixed center/cover, url(https://cartoon.heheda.top/url.php) no-repeat fixed center/130%;
	animation: rlactivity 10s infinite;
}

body:after {
	content: '';
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: inherit;
	opacity: 0;
	z-index: 1;
	background: -moz-linear-gradient(60deg, rgba(253, 158, 240, 0.8), rgba(129, 208, 253, 0.8)) no-repeat center/cover, url(../image/loader.gif) no-repeat center/20%;
	background: -webkit-linear-gradient(60deg, rgba(253, 158, 240, 0.8), rgba(129, 208, 253, 0.8)) no-repeat center/cover, url(../image/loader.gif) no-repeat center/20%;
	background: -ms-linear-gradient(60deg, rgba(253, 158, 240, 0.8), rgba(129, 208, 253, 0.8)) no-repeat center/cover, url(../image/loader.gif) no-repeat center/20%;
	background: linear-gradient(60deg, rgba(253, 158, 240, 0.8), rgba(129, 208, 253, 0.8)) no-repeat center/cover, url(../image/loader.gif) no-repeat center/20%;
	-moz-transition: opacity 2s ease-out;
	-webkit-transition: opacity 2s ease-out;
	-ms-transition: opacity 2s ease-out;
	transition: opacity 2s ease-out;
}

@media screen and (max-width: 1100px) {
	body {
		background-size: cover, cover !important;
		animation: rlactivity 20s infinite;
	}

	body::after {
		background-size: cover, 30% !important;
	}
}

body.is-loading:after {
	opacity: 1;
}

/* Type */

body,
input,
select,
textarea {
	color: #000000;
	font-family: Youyuan, Kaiti, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: 300;
	line-height: 2;
	letter-spacing: 0.2em;
}

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

	body,
	input,
	select,
	textarea {
		font-size: 11pt;
	}

}

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

	body,
	input,
	select,
	textarea {
		font-size: 10pt;
		line-height: 1.75;
	}

}

a {
	-moz-transition: color 0.5s ease, border-color 0.5s ease;
	-webkit-transition: color 0.5s ease, border-color 0.5s ease;
	-ms-transition: color 0.5s ease, border-color 0.5s ease;
	transition: color 0.5s ease, border-color 0.5s ease;
	color: inherit;
	text-decoration: none;
}

a:before {
	-moz-transition: color 0.5s ease, text-shadow 0.5s ease;
	-webkit-transition: color 0.5s ease, text-shadow 0.5s ease;
	-ms-transition: color 0.5s ease, text-shadow 0.5s ease;
	transition: color 0.5s ease, text-shadow 0.5s ease;
}

a:hover {
	color: #ff7496;
}

strong,
b {
	color: #000000;
}

em,
i {
	font-style: italic;
}

p {
	margin: 0 0 1.5em 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000000;
	line-height: 1.5;
	margin: 0 0 0.75em 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
	text-decoration: none;
}

h1 {
	font-size: 1.85em;
	font-weight: bold;
	letter-spacing: 0.22em;
	margin-bottom: 10px;
}

h2 {
	font-size: 1em;
	color: white;
}

h3 {
	font-size: 1em;
}

h4 {
	font-size: 1em;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: 1em;
}

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

	h1 {
		font-size: 1.65em;
	}

}

sub {
	font-size: 0.8em;
	position: relative;
	top: 0.5em;
}

sup {
	font-size: 0.8em;
	position: relative;
	top: -0.5em;
}

hr {
	border: 0;
	border-bottom: solid 1px #c8cccf;
	margin: 3em 0;
}

/* Form */

form {
	margin: 0 0 1.5em 0;
}

form>.field {
	margin: 0 0 1.5em 0;
}

form>.field> :last-child {
	margin-bottom: 0;
}

label {
	color: #313f47;
	display: block;
	font-size: 0.9em;
	margin: 0 0 0.75em 0;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
select,
textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	border-radius: 4px;
	border: solid 1px #c8cccf;
	color: inherit;
	display: block;
	outline: 0;
	padding: 0 1em;
	text-decoration: none;
	width: 100%;
}

input[type="text"]:invalid,
input[type="password"]:invalid,
input[type="email"]:invalid,
input[type="tel"]:invalid,
select:invalid,
textarea:invalid {
	box-shadow: none;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
select:focus,
textarea:focus {
	border-color: #ff7496;
}

.select-wrapper {
	text-decoration: none;
	display: block;
	position: relative;
}

.select-wrapper:before {
	color: #c8cccf;
	display: block;
	height: 2.75em;
	line-height: 2.75em;
	pointer-events: none;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 2.75em;
}

.select-wrapper select::-ms-expand {
	display: none;
}

input[type="text"],
input[type="password"],
input[type="email"],
select {
	height: 2.75em;
}

textarea {
	padding: 0.75em 1em;
}

input[type="checkbox"],
input[type="radio"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	display: block;
	float: left;
	margin-right: -2em;
	opacity: 0;
	width: 1em;
	z-index: -1;
}

input[type="checkbox"]+label,
input[type="radio"]+label {
	text-decoration: none;
	color: #414f57;
	cursor: pointer;
	display: inline-block;
	font-size: 1em;
	font-weight: 300;
	padding-left: 2.4em;
	padding-right: 0.75em;
	position: relative;
}

input[type="checkbox"]+label:before,
input[type="radio"]+label:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
}

input[type="checkbox"]+label:before,
input[type="radio"]+label:before {
	border-radius: 4px;
	border: solid 1px #c8cccf;
	content: '';
	display: inline-block;
	height: 1.65em;
	left: 0;
	line-height: 1.58125em;
	position: absolute;
	text-align: center;
	top: 0.15em;
	width: 1.65em;
}

input[type="checkbox"]:checked+label:before,
input[type="radio"]:checked+label:before {
	color: #ff7496;
	content: '\f00c';
}

input[type="checkbox"]:focus+label:before,
input[type="radio"]:focus+label:before {
	border-color: #ff7496;
}

input[type="checkbox"]+label:before {
	border-radius: 4px;
}

input[type="radio"]+label:before {
	border-radius: 100%;
}

::-webkit-input-placeholder {
	color: #616f77 !important;
	opacity: 1;
}

:-moz-placeholder {
	color: #616f77 !important;
	opacity: 1;
}

::-moz-placeholder {
	color: #616f77 !important;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #616f77 !important;
	opacity: 1;
}

.formerize-placeholder {
	color: #616f77 !important;
	opacity: 1;
}

/* Icon */

.icon {
	text-decoration: none;
	position: relative;
	border-bottom: none;
}

.icon:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
}

.icon>.label {
	display: none;
}

/* List */

ol {
	list-style: decimal;
	margin: 0 0 1.5em 0;
	padding-left: 1.25em;
}

ol li {
	padding-left: 0.25em;
}

ul {
	list-style: disc;
	margin: 0 0 1.5em 0;
	padding-left: 1em;
}

ul.alt {
	list-style: none;
	padding-left: 0;
}

ul.alt li {
	border-top: solid 1px #c8cccf;
	padding: 0.5em 0;
}

ul.alt li:first-child {
	border-top: 0;
	padding-top: 0;
}

ul.icons {
	cursor: default;
	list-style: none;
	padding-left: 0;
	margin: 0 auto;
}

ul.icons li {
	display: inline-block;
	color: #000000;
	font-weight: bold;
}

ul.icons li a {
	text-decoration: none;
	position: relative;
	display: block;
	width: 3.75em;
	height: 3.75em;
	border-radius: 100%;
	border: solid 1px #7700ff;
	line-height: 3.75em;
	overflow: hidden;
	text-align: center;
	text-indent: 3.75em;
	white-space: nowrap;
}

ul.icons li a:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
}

ul.icons li a:before {
	color: #ffffff;
	text-shadow: 1.25px 0px 0px #c8cccf, -1.25px 0px 0px #c8cccf, 0px 1.25px 0px #c8cccf, 0px -1.25px 0px #c8cccf;
}

ul.icons li a:hover:before {
	text-shadow: 1.25px 0px 0px #ff7496, -1.25px 0px 0px #ff7496, 0px 1.25px 0px #ff7496, 0px -1.25px 0px #ff7496;
}

ul.icons li a:before {
	position: absolute;
	top: 0;
	left: 0;
	width: inherit;
	height: inherit;
	font-size: 1.85rem;
	line-height: inherit;
	text-align: center;
	text-indent: 0;
}

ul.icons li a:hover {
	border-color: #ff7496;
}

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

	ul.icons li a:before {
		font-size: 1.5rem;
	}

}

ul.actions {
	cursor: default;
	list-style: none;
	padding-left: 0;
}

ul.actions li {
	display: inline-block;
	padding: 0 0.75em 0 0;
	vertical-align: middle;
}

ul.actions li:last-child {
	padding-right: 0;
}

dl {
	margin: 0 0 1.5em 0;
}

dl dt {
	display: block;
	margin: 0 0 0.75em 0;
}

dl dd {
	margin-left: 1.5em;
}

/* Button */

input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-moz-transition: background-color 0.5s ease-in-out, border-color 0.5s ease-in-out, color 0.5s ease-in-out;
	-webkit-transition: background-color 0.5s ease-in-out, border-color 0.5s ease-in-out, color 0.5s ease-in-out;
	-ms-transition: background-color 0.5s ease-in-out, border-color 0.5s ease-in-out, color 0.5s ease-in-out;
	transition: background-color 0.5s ease-in-out, border-color 0.5s ease-in-out, color 0.5s ease-in-out;
	display: inline-block;
	height: 2.75em;
	line-height: 2.75em;
	padding: 0 1.5em;
	background-color: transparent;
	border-radius: 4px;
	border: solid 1px #c8cccf;
	color: #414f57 !important;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover,
.button:hover {
	border-color: #ff7496;
	color: #ff7496 !important;
}

input[type="submit"].icon,
input[type="reset"].icon,
input[type="button"].icon,
button.icon,
.button.icon {
	padding-left: 1.35em;
}

input[type="submit"].icon:before,
input[type="reset"].icon:before,
input[type="button"].icon:before,
button.icon:before,
.button.icon:before {
	margin-right: 0.5em;
}

input[type="submit"].fit,
input[type="reset"].fit,
input[type="button"].fit,
button.fit,
.button.fit {
	display: block;
	width: 100%;
	margin: 0 0 0.75em 0;
}

input[type="submit"].small,
input[type="reset"].small,
input[type="button"].small,
button.small,
.button.small {
	font-size: 0.8em;
}

input[type="submit"].big,
input[type="reset"].big,
input[type="button"].big,
button.big,
.button.big {
	font-size: 1.35em;
}

input[type="submit"].disabled,
input[type="submit"]:disabled,
input[type="reset"].disabled,
input[type="reset"]:disabled,
input[type="button"].disabled,
input[type="button"]:disabled,
button.disabled,
button:disabled,
.button.disabled,
.button:disabled {
	-moz-pointer-events: none;
	-webkit-pointer-events: none;
	-ms-pointer-events: none;
	pointer-events: none;
	opacity: 1;
}

/* Main */

#main {
	position: relative;
	max-width: 56em;
	min-width: 27em;
	width: 48em;
	padding: 3em 2.5em;
	border-radius: 40px;
	background-color: rgba(155, 89, 255, 0.08);
	cursor: default;
	text-align: center;
	box-shadow: none;
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	-moz-transform-origin: 50% 50%;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-moz-transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	transform: rotateX(0deg);
	-moz-transition: opacity 2s ease, -moz-transform 2s ease;
	-webkit-transition: opacity 2s ease, -webkit-transform 2s ease;
	-ms-transition: opacity 2s ease, -ms-transform 2s ease;
	transition: opacity 2s ease, transform 2s ease;
}

#main .avatar {
	position: relative;
	display: block;
	margin-bottom: 25px;
}

#main .avatar img {
	display: block;
	margin: 0 auto;
	border-radius: 100%;
	border: 5px solid rgba(155,89,255,0.6);
	box-shadow: 0 0 15px rgba(155,89,255,0.4), 0 0 30px rgba(0,229,255,0.25);
	width: 100px;
	height: 100px;
	transition: all 1s linear;
}

#main .avatar img:hover {
	transform: rotate(360deg);
	transition: all 1s linear;
}

#main .avatar:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: -0.5em;
	width: calc(100% + 0.9em);
	height: 2px;
	z-index: -1;
	background: linear-gradient(to right, white, red, orange, indigo, yellow, green, blue, purple, black) no-repeat center/500%;
	animation: rlactivity 10s infinite;
}

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

	#main {
		width: auto;
		min-width: 0;
		padding: 2em 1.5em;
	}

	#main .avatar:before{
		left: -1em;
		width: calc(100% + 1.9em);
	}
}

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

	#main {
		min-width: 0;
		width: 100%;
		padding: 0em 1em 1em 1em;
	}

	#main .avatar:before{
		left: -1em;
		width: calc(100% + 1.9em);
	}
}

body.is-loading #main {
	opacity: 0;
	-moz-transform: rotateX(360deg);
	-webkit-transform: rotateX(360deg);
	-ms-transform: rotateX(360deg);
	-o-transform: rotate(360deg);
	transform: rotateX(360deg);
}

/* Footer */

#footer {
	-moz-align-self: -moz-flex-end;
	-webkit-align-self: -webkit-flex-end;
	-ms-align-self: -ms-flex-end;
	-o-transform: -o-flex-end;
	align-self: flex-end;
	width: 100%;
	padding: 0 0 0 0;
	color: #ffffff;
	cursor: default;
	text-align: center;
}

ul.copylaft,
#footer .copyright {
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	list-style: none;
}

ul.copylaft li {
	margin: 10px 0;
	padding: 0 0 0 0.9em;
	display: inline-block;
	border-left: double 5px rgb(0, 0, 0);
}

ul.copylaft li:first-child {
	border-left: none;
}

#footer .copyright li {
	margin: 0 0 0 0.45em;
	padding: 0 0 0 0.85em;
	display: block;
	line-height: 1.5;
}

/* Wrapper */

#wrapper {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-moz-perspective: 1000px;
	-webkit-perspective: 1000px;
	-ms-perspective: 1000px;
	perspective: 1000px;
	position: relative;
	min-height: 100%;
	padding: 2em;
	z-index: 2;
}

#wrapper>* {
	z-index: 1;
}

#wrapper:before {
	content: '';
	display: block;
}

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

	#wrapper {
		padding: 0.75em;
	}

}

body.is-ie #wrapper {
	height: 100%;
}

/*分享按钮*/
#cd-top {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 2px;
	border-radius: 16px;
	height: 56px;
	width: 56px;
	position: fixed;
	top: 10px;
	right: 10px;
	box-shadow: 0 4px 18px rgba(155,89,255,0.35), 0 1px 4px rgba(0,229,255,0.3);
	overflow: hidden;
	cursor: pointer;
	z-index: 99;
	color: #fff;
	background: rgba(255,255,255,0.2);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border: 1px solid rgba(255,255,255,0.35);
	transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}
#cd-top:hover {
	transform: scale(1.08);
	box-shadow: 0 8px 28px rgba(155,89,255,0.45), 0 2px 8px rgba(0,229,255,0.35);
	background: rgba(255,255,255,0.35);
}
#cd-top svg {
	width: 22px;
	height: 22px;
}
#cd-top span {
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 0.15em;
	text-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

/* ========== APlayer 抽屉 + 毛玻璃 ========== */
#player3-drawer {
	position: fixed;
	bottom: 24px;
	left: 0;
	z-index: 99;
	overflow: visible;
	width: 5px;
	transition: width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
/* 彩条：z-index:0 在 player3 下面，展开时 display:none */
#player3-drawer::after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 5px;
	border-radius: 3px;
	background: linear-gradient(180deg, rgba(253,158,240,0.5), rgba(129,208,253,0.5), rgba(253,158,240,0.5));
	opacity: 1;
	animation: drawer-glint 2s ease-in-out infinite;
	pointer-events: none;
	z-index: 0;
}
#player3-hotzone:hover ~ #player3-drawer::after,
#player3-drawer:hover::after,
#player3-drawer.pinned::after {
	display: none;
}
/* 触发热区 */
#player3-hotzone {
	position: fixed;
	bottom: 24px;
	left: 0;
	z-index: 98;
	width: 5px;
	height: 180px;
}
/* 展开 */
#player3-hotzone:hover ~ #player3-drawer,
#player3-drawer:hover,
#player3-drawer.pinned {
	width: 300px;
	box-shadow: 0 0 18px rgba(155, 89, 255, 0.55), 0 0 42px rgba(0, 229, 255, 0.35), inset 0 0 6px rgba(0, 229, 255, 0.15);
	border-radius: 0 16px 16px 0;
	background: url(https://t.mwm.moe/pc) center/cover no-repeat;
	background-color: rgba(255,255,255,0.25);
	background-blend-mode: overlay;
}
/* 展开时 player3 撑满 */
#player3-hotzone:hover ~ #player3-drawer #player3,
#player3-drawer:hover #player3,
#player3-drawer.pinned #player3 {
	width: 300px !important;
}
@keyframes drawer-glint {
	0%, 100% { opacity: 0.85; }
	50% { opacity: 1; box-shadow: 0 0 12px rgba(253,158,240,0.5); }
}

#player3 {
	position: relative;
	z-index: 1;
	font-family: Youyuan, Kaiti, Helvetica, sans-serif;
	background: transparent !important;
	border: none !important;
	border-radius: 0 16px 16px 0 !important;
	box-shadow: none !important;
}
#player3 .aplayer-body {
	background-color: transparent !important;
}
#player3 .aplayer-body .aplayer-controller {
	background-color: transparent !important;
}
#player3 .aplayer-pic {
	background-color: transparent !important;
}
#player3 .aplayer-info {
	border-top: 1px solid rgba(255,255,255,0.18) !important;
	background-color: transparent !important;
}
#player3 .aplayer-music {
	color: rgba(0,0,0,0.7) !important;
}
#player3 .aplayer-music .aplayer-title {
	color: rgba(255,255,255,0.92) !important;
	text-shadow: 0 1px 3px rgba(0,0,0,0.5) !important;
}
#player3 .aplayer-music .aplayer-author {
	color: rgba(255,255,255,0.72) !important;
	text-shadow: 0 1px 2px rgba(0,0,0,0.4) !important;
}
#player3 .aplayer-lrc {
	background-color: transparent !important;
}
#player3 .aplayer-lrc p {
	color: rgba(255,255,255,0.8) !important;
	text-shadow: 0 1px 3px rgba(0,0,0,0.45) !important;
}
#player3 .aplayer-time {
	color: rgba(255,255,255,0.7) !important;
	text-shadow: 0 1px 2px rgba(0,0,0,0.4) !important;
}
#player3 .aplayer-button {
	color: rgba(255,255,255,0.8) !important;
	text-shadow: 0 1px 2px rgba(0,0,0,0.4) !important;
}
#player3 .aplayer-button:hover {
	color: rgba(155,89,255,0.9) !important;
	text-shadow: 0 0 8px rgba(155,89,255,0.55) !important;
}
#player3 .aplayer-list {
	border-radius: 0 0 16px 16px !important;
	background: rgba(255,255,255,0.12) !important;
	backdrop-filter: blur(16px) !important;
	-webkit-backdrop-filter: blur(16px) !important;
}
#player3 .aplayer-list ol li {
	border-top: 1px solid rgba(255,255,255,0.1) !important;
	color: rgba(0,0,0,0.7) !important;
}
#player3 .aplayer-list ol li:hover {
	background: rgba(155,89,255,0.12) !important;
}
#player3 .aplayer-list ol li.aplayer-list-light {
	background: rgba(155,89,255,0.2) !important;
}
#player3 .aplayer-bar-wrap {
	margin: 0 10px;
}
#player3 .aplayer-bar {
	background: rgba(255,255,255,0.35) !important;
	height: 3px !important;
	border-radius: 2px !important;
}
#player3 .aplayer-played {
	background: linear-gradient(90deg, rgba(155,89,255,0.85), rgba(0,229,255,0.85)) !important;
	height: 3px !important;
	border-radius: 2px !important;
}
#player3 .aplayer-thumb {
	background: rgba(155,89,255,0.85) !important;
	border: 2px solid rgba(255,255,255,0.8) !important;
	margin-top: -7px !important;
}
#player3 .aplayer-button {
	color: rgba(0,0,0,0.5) !important;
}
#player3 .aplayer-button:hover {
	color: #fd9ef0 !important;
}
#player3 .aplayer-time {
	color: rgba(0,0,0,0.45) !important;
}

@media screen and (max-width: 680px) {
	#cd-top {
		top: 8px;
		right: 8px;
		height: 48px;
		width: 48px;
		border-radius: 14px;
	}
	#cd-top svg {
		width: 19px;
		height: 19px;
	}
	#cd-top span {
		font-size: 9px;
	}
	#player3-drawer {
		bottom: 16px;
	}
	#player3-hotzone {
		bottom: 16px;
	}
}

/* 一言 */
#hitokoto {
	color: #000000;
	text-shadow: 1px 1px 1px #ffffff;
	font-weight: bold;
	margin: 0;
}

/* 左右晃动效果 */
@keyframes rlactivity {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}
}

/* gradient border glow */
#main::before {
  content: '';
  position: absolute;
  inset: -4px;
  z-index: -1;
  border-radius: 43px;
  background: linear-gradient(135deg, #84caf5, #b48cff, #ff96c8, #84caf5);
  background-size: 300% 300%;
  animation: gradient-border-spin 4s linear infinite;
  filter: blur(8px);
  opacity: 0.7;
}
@keyframes gradient-border-spin {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
