* {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	transition: 0.2s ease-in-out;
	color: var(--text);
	text-decoration: none;
}

a {
	-webkit-tap-highlight-color: transparent;
	/* 移动设备点击高亮效果 */
	outline: none;
	/* 移动设备点击时的轮廓 */
	background: transparent;
	/* 移动设备点击时的背景 */
	touch-action: manipulation;
	/* 处理触摸行为，减少点击高亮 */
}

@font-face {
	font-family: time;
	src: url('../font/UnidreamLED.woff');
}

.title {
	display: block;
	margin: 40px auto 20px;
	text-align: center;
}

.alignment,
#contact a,
#friends ul,
#skill-progress li {
	display: flex;
	align-items: center;
	justify-content: center;
}

.alignment-wrap,
#friends ul {
	flex-wrap: wrap;
}

body {
	background: linear-gradient(var(--background-color), var(--background-color)), url("../img/images/wall.png");
	background-position: center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height: 100%;
	width: 100%;
}

#header {
	width: 100%;
	height: 65px;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 999;
}

.box-shadow {
	box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.15);
}


.filter,
#content-main li {
	-webkit-backdrop-filter: blur(15px) brightness(125%) saturate(80%);
	backdrop-filter: blur(15px) brightness(125%) saturate(80%);
}

#content-main li:hover {
	background-color: rgba(178, 99, 131, 0.2);
	transform: scale(0.95);
}

.card {
	width: 100%;
	height: 100%;
}

#marquee {
	width: 800px;
	height: 50px;
	font-size: 18px;
	border-radius: 50px;
	margin: auto;
	margin-top: 10px;
	line-height: 50px;
	font-family: "华文彩云";
	/*设置字体大小*/
	font-weight: bolder;
	/*设置字体粗细*/
	-webkit-text-stroke: 1px;
	/*文字描边*/
	-webkit-text-fill-color: transparent;
	overflow: hidden;
	position: relative;
	white-space: nowrap;
	box-sizing: border-box;
}

.marquee-content {
	display: inline-block;
	white-space: nowrap;
	padding-left: 100%;
	/* 确保内容从视窗外开始 */
	animation: marquee 10s linear infinite;
}

@keyframes marquee {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-100%);
	}
}

#marquee svg {
	height: 20px;
	width: 20px;
}


#banner {
	max-width: 1000px;
	width: 90%;
	height: 300px;
	margin: 20px auto;
	overflow: hidden;

}

#banner-left {
	width: 65%;
	overflow: hidden;
}

#banner-right {
	width: 30%;
}

#skill-progress {
	width: 100%;
	height: 100%;
	overflow: hidden;


}

#skill-progress li {
	width: 48%;
	height: 75px;
	margin: auto;
}

#skill-progress li p {
	display: block;
	width: 30%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 20px;
}

.progress {
	width: 65%;
	height: 30px;
	background-color: var(--background-color);
	border-radius: 40px;
	margin-left: 5%;
}

.progress-line {
	display: block;
	height: 30px;
	background-color: var(--body);
	border-radius: 40px;
}

.progress-line1 {
	width: 40%;
}

.progress-line2 {
	width: 35%;
}

.progress-line3 {
	width: 40%;
}

.progress-line4 {
	width: 20%;
}

.progress-line5 {
	width: 50%;
}

.progress-line6 {
	width: 20%;
}


#banner-left,
#banner-right {
	margin: auto;
	border-radius: 30px;
	height: 100%;
	overflow: hidden;
}

#line {
	width: 100%;
	height: 100%;
	font-size: 13px;
	padding-left: 8px;
	scroll-snap-type: y mandatory;
	overflow-y: scroll;
}


.focus {
	width: 8px;
	height: 8px;
	border-radius: 22px;
	background-color: rgb(255 255 255);
	border: 2px solid #fff;
	position: absolute;
	left: -6px;
	top: 50%;
}

#line li {
	list-style: none;
	position: relative;
	padding: 15px 0px 0px 15px;
	border-left: 2px solid #d5d5d5;
	border-radius: 0;
	scroll-snap-align: end;
	text-indent: 1em;
}


#logo {
	width: auto;
	height: 60%;
	float: left;
	margin: auto;
}

#button {
	width: 40px;
	height: 40px;
	float: right;
	margin: auto;
	border-radius: 40px;
}

#button-mode {
	width: 40px;
	height: 40px;
	margin: auto;
	border-radius: 40px;
	background-image: var(--mode);
	background-size: 90%;
	background-repeat: no-repeat;
	background-position: center;
	border: none;
	background-color: rgba(0, 0, 0, 0);
}

#main {
	max-width: 1000px;
	width: 90%;
	height: 300px;
	margin: auto;
	margin-top: 100px;
}

#currenttime {
	font-size: 80px;
	font-family: "time";
	margin: 30px auto;
}

#tp-weather-widget {
	position: fixed;
	z-index: 9999999;
}

#title {
	color: var(--text);
	letter-spacing: 0.25em;
}

#title::before {
	content: attr(data-text);
	position: absolute;
	left: -2px;
	width: 100%;
	text-shadow: 2px 0 rgb(238, 162, 162);
	animation: animation-before 1s infinite linear alternate-reverse;
}

#title::after {
	content: attr(data-text);
	position: absolute;
	left: 2px;
	width: 100%;
	text-shadow: -2px 0 rgb(180, 159, 218);
	animation: animation-after 1s infinite linear alternate-reverse;
}

@keyframes animation-before {
	0% {
		clip-path: inset(0 0 0 0);
	}

	100% {
		clip-path: inset(.62em 0 .29em 0);
	}
}

@keyframes animation-after {
	0% {
		clip-path: inset(0 0 0 0);
	}

	100% {
		clip-path: inset(.29em 0 .62em 0);
	}
}

#introduce-time {
	max-width: 400px;
	width: 35%;
	height: 260px;
	margin: auto;
	border-radius: 20px;
	text-align: center;

}

#time-entry {
	margin-top: 20px;
}

#todayHoursPassed,
#todayHoursRemaining,
#todayPercentage {
	background-color: var(--body);
	font-weight: bold;
	border-radius: 5px;
}

#introduce {
	width: 60%;
	height: 280px;
	margin: auto;
	text-align: center;
	border-radius: 10px;

}

#avatar {
	width: 100px;
	height: 100px;
	border-radius: 100px;
	border: 8px solid var(--background-color);
	margin: 10px auto;
}

#avatar:hover {
	transform: scale(1.2);
}

#text {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: -webkit-linear-gradient(135deg,
			#0eaf6d,
			#ff6ac6 25%,
			#147b96 50%,
			#e69625 55%,
			#2cc4e0 60%,
			#8b2ce0 80%,
			#ff6384 95%,
			#08dfb4);
	/* 文字颜色填充设置为透明 */
	-webkit-text-fill-color: transparent;
	/* 背景裁剪，即让文字使用背景色 */
	-webkit-background-clip: text;
	/* 背景图放大一下，看着柔和一些 */
	-webkit-background-size: 200% 100%;
	/* 应用动画flowCss 12秒速度 无限循环 线性匀速动画*/
	-webkit-animation: flowCss 12s infinite linear;
}

@-webkit-keyframes flowCss {
	0% {
		/* 移动背景位置 */
		background-position: 0 0;
	}

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

#contact {
	width: 100%;
	height: 50px;
}

#contact a {
	width: 100%;
	height: 100%;
	margin: auto;
	border-radius: 50px;
	text-decoration: none;
	overflow: hidden;
}

#contact a svg {
	height: 80%;
	margin: auto;
}


#content {
	max-width: 1000px;
	width: 90%;
	height: auto;
	margin: 20px auto;
}

#content-main {
	width: 100%;
	height: auto;
	margin: auto;
}

#content-main li {
	width: 300px;
	height: 350px;
	margin: 10px auto;
	border-radius: 25px;
	overflow: hidden;
}

#content-main li a {
	display: block;
	text-decoration: none;
	width: 100%;
	height: 100%;
}

#content-main li:hover {
	transform: scale(0.95);
	border-radius: 40px;
}

.border {
	width: 100%;
	height: 50%;
	overflow: hidden;
}

.border img {
	width: 100%;
}

#content-main li:hover img {
	transform: scale(1.05);
}

.content-main-introduce {
	width: 100%;
	height: 50%;
	position: relative;
}

.content-main-introduce svg {
	width: 20px;
	height: 20px;
}

.post-title {
	width: 80%;
	height: 30px;
	margin: 10px auto;
	justify-content: flex-start;
	font-size: 90%;
	font-weight: bold;
	color: var(--post-title);
}

.post-title svg {
	margin-right: 5px;
	height: 60%;
}

.border-title {
	width: 80%;
	margin: 10px auto;
	word-wrap: break-word;
	position: relative;
}

.border-title-h3::before {
	content: '';
	height: 4px;
	background-color: var(--body);
	/* 伪元素默认样式 display: inline;所以需要转成inline-block宽高才会生效 */
	display: inline-block;
	/* 通过定位使下划线在最低层 */
	position: absolute;
	bottom: -6px;
	width: 0;
	/* 加上一个过渡效果，使之丝滑一些 */
	transition: width 0.36s;
}

#content-main li:hover .border-title-h3::before {
	width: 100%;
}

.date {
	width: 80%;
	margin: auto;
	font-size: 12px;
	margin-top: 13%;
}

#friends {
	max-width: 1000px;
	width: 90%;
	height: auto;
	margin: 20px auto 80px;
	overflow: hidden;
}

#friends ul {
	width: 100%;
	height: 100%;
}

.fd {
	width: 300px;
	height: 100px;
	margin: auto;
	margin-top: 20px;
	border-radius: 10px;
	overflow: hidden;
}

.fd:hover {
	background-color: rgba(178, 99, 131, 0.2);
	transform: scale(0.95);
}

.fd figure {
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 80px;
	margin-left: 20px;
	margin-top: 10px;
	position: relative;
	float: left;
}

.fd figure img {
	width: 100%;
	border-radius: 100px;
}

.online {
	width: 18px;
	height: 18px;
	border-radius: 18px;
	position: absolute;
	background-color: #24e188;
	right: 0px;
	bottom: 0px;
	border: 3px solid #fff;
}

.fd h3 {
	width: 60%;
	height: 100px;
	display: block;
	float: right;
	text-align: center;
	line-height: 100px;
}

#footer {
	width: 100%;
	height: 50px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999;
	text-align: center;
}

#notice {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: red;
	color: white;
	text-align: center;
	padding: 10px;
	z-index: 10000;
}

meting-js {
	z-index: 999999;
	position: fixed;
	left: 0;
	bottom: 0;
}

@media (max-width:800px) {
	body {
		background-size: cover;
	}

	#introduce-time {
		display: none;
	}

	#introduce,
	#main {
		width: 100%;
		overflow: hidden;
	}

	#content-main li {
		width: 400px;
		height: 400px;
	}

	#banner {
		height: auto;
	}

	#banner-right,
	#banner-left {
		width: 350px;
		height: 150px;
		margin: 10px auto;
	}

	#banner-left {
		height: auto;
	}

	#marquee {
		width: 300px;
	}

	.title {
		width: 100%;

	}

	.fd {
		width: 400px;
	}

	#skill-progress li {
		width: 90%;
	}
}

.aplayer {
	background: rgba(255, 255, 255, 0.6) !important;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.07), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
	position: relative;
}

.aplayer.aplayer-fixed .aplayer-lrc:after,
.aplayer.aplayer-fixed .aplayer-lrc:before {
	display: none;
}

.aplayer.aplayer.aplayer-fixed .aplayer-body {
	background: rgba(255, 255, 255, 0.6) !important;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.07), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
	position: fixed;
}

/* 滚动条 */
.aplayer .aplayer-list ol::-webkit-scrollbar {
	width: 5px;
}

.aplayer .aplayer-list ol::-webkit-scrollbar-thumb {
	border-radius: 3px;
	background-color: var(--theme-color) !important;
}

.aplayer .aplayer-list ol::-webkit-scrollbar-thumb:hover {
	background-color: var(--theme-color) !important;
}

/* 圆角 */
.aplayer.aplayer-fixed .aplayer-list {
	border-radius: 6px 6px 0 0 !important;
}

.aplayer.aplayer-fixed .aplayer-miniswitcher {
	border-radius: 0 6px 6px 0 !important;
}

.aplayer.aplayer-fixed.aplayer-narrow .aplayer-body {
	transition: 0.28s !important;
	border-radius: 6px !important;
}

/* 选中与播放中歌曲激活颜色 */
.aplayer .aplayer-list ol li:hover {
	background: var(--theme-color) !important;
}

.aplayer .aplayer-list ol li.aplayer-list-light {
	background: var(--theme-color) !important;
}

/* 歌词 */
.aplayer-lrc p {
	color: #ffffff !important;
	text-shadow: #000000 1px 0 0, #000000 0 1px 0, #000000 -1px 0 0, #000000 0 -1px 0 !important;
}

.separator {
	display: inline-block;
	width: 1em;
	text-align: center;
}

@media (max-width: 1600px) {

	.icp,
	.gonganbei,
	.duojiyun {
		font-size: 0;
		/* 默认情况下隐藏文字 */
	}

	.icp img,
	.gonganbei img,
	.duojiyun img {
		display: inline-block;
	}

	.icp:hover,
	.gonganbei:hover,
	.duojiyun:hover {
		font-size: initial;
		/* 当鼠标悬停时显示文字 */
	}
}

/* 全局区 */
.gradient-text {
	background: linear-gradient(to right, blue, purple, green);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


