* {
	padding: 0;
	margin: 0;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	-webkit-tap-highlight-color: transparent;
	box-sizing: border-box;
	cursor: none;
}
body,html {
	font-family: Microsoft YaHei;
	-webkit-font-smoothing: antialiased;
	color: #fff;
	font-size: 14px;
	overflow-x: hidden;
	position: relative;
}
#sence{
	height: 100vh;
	width: 100vw;
	position: fixed;
	z-index: -1;
}
#background{
	width: 140%;
	filter: brightness(0.6);
	background-image: url(https://jsd.cdn.zzko.cn/gh/rcy1314/my-photo@master/20230418/09.45yi39hb3xo0.jpg); /* 默认背景图片URL */
    background-size: 100%;
	height: 140%;
	position: absolute;
	top: -10vw !important;
	left: -160px !important;
}
#bg{
	width: 120%;
	filter: brightness(0.7);
	background-image: url(https://noise-images.efficiencyfollow.repl.co); /* 默认前景图片URL */
    background-size: cover;
	height: 120%;
	position: absolute;
	left:6.5vw !important;
}
/* 画布尺寸 */
.main{
	width: 990px;
    padding: 30px 330px 5px 20px;
    background: linear-gradient(to right, rgba(34, 34, 34, 0.849), rgba(34, 34, 34, 0) 600px,rgba(34, 34, 34, 0));
}
body::-webkit-scrollbar {display: none;}
.chtitle {
    padding-bottom: 15px;
    font-size: 18px;
    letter-spacing: .2em;
    color: hsla(0, 0%, 100%, .5)
}
.chtitle span {
    color: #fff
}
.chtitle:after {
    content: "";
    display: block;
    width: 10%;
    height: 5px;
    background-color: hsla(0, 0%, 100%, .5);
    margin-top: 20px;
}
#clear {
    background-color: #222222;
    border-radius: 20px;
    height: 200px;
    overflow: hidden;
	position: relative;
	margin-bottom:30px;
	border: 1px #3c3c3c solid;
}
#avatar {
    height: 200px;
    width: 340px;
    background-size: cover;
    background-position: center;
	background-image: linear-gradient(to right,rgba(34,34,34,0) 0%,rgba(34,34,34,0) 180px,rgba(34,34,34) 340px),url(../../static/img/avatar.jpg);
}
#persontag {
    padding: 14px 28px 18px 80px;
    line-height: 36px;
    font-size: 15.5px;
	position: absolute;
	right: 0;
	top: 0;
	background-image: linear-gradient(to right,rgba(0,0,0,0),rgba(34, 34, 34, 0.6) 80px);
	width: 420px;
	box-sizing: border-box;
	color: rgba(255, 255, 255, 0.8);
}
#persontag .line{
	white-space: normal;
	overflow-wrap: anywhere;
}
.contact-line{
	display: flex;
	flex-wrap: wrap;
	column-gap: 16px;
	row-gap: 0;
	line-height: 28px;
	padding-top: 2px;
}
.contact-line span{
	white-space: nowrap;
}
.find a {
    color: #fff;
    text-decoration: none;
	flex-basis: 150px;
	margin: 0 20px 20px 0;
	position: relative;
	flex-grow: 1;
	transition: 0.3s;
}
.find a:hover{
	flex-grow: 10;
	transition: 0.6s;
}
a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}
.find{
	width: calc(100% + 20px);
	margin-bottom: 10px;
}
#linkbox{
	display: flex;
	flex-wrap: wrap;
}
.find .item {
    position: relative;
    height: 80px;
    line-height: 80px;
    transition: all .2s;
    overflow: hidden;
    opacity: 1;
    border-radius: 10px;
	box-shadow: 0 6px 12px -3px var(--color);
}
.item span{
	position: absolute;
	left: 30px;
	letter-spacing:.1em;
	font-weight: bold;
}
.find .item .inner {
    position: relative;
    z-index: 5;
	height: 100%;
}
.find .item .bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    transition: all .15s;
    height: 100%;
}
.find .item i {
    font-size: 80px;
    position: absolute;
    right: 10px;
    bottom: -20px;
    color: rgba(255, 255, 255, 0.35);
    transition: 0.6s;
	filter: blur(10px);
}
.find a:hover i{
	bottom: 0;
	font-size: 35px;
	color: #fff;
	right: 20px;
	filter: blur(0px);
}
.find .item span {
    display: inline-block;
    width: 80px;
    font-size: 20px;
	color: rgba(255, 255, 255, 0.6);
	transition: 0.3s;
}
.find .item:hover span{
	color: white;
	transition: 0.6s;
}
#persontag .tag{
	display: inline-block;
	transition: 0.3s;
}
#persontag .tag:hover{
	margin: 0 5px;
	transition: 0.6s;
}
#morelink{
	right: 20px;
	bottom: 20px;
	background-color: rgba(255, 255, 255, 0.15);
	z-index: 5;
}
.bt{
	border-radius: 32px;
	height: 32px;
	width: 32px;
	text-align: center;
	line-height: 32px;
	position: absolute;
	transition: 0.1s;
}
.bt:hover{
	transition: 0.1s;
	transform: scale(1.1);
}
.bt i:hover{color: white;}
.bt i{display: block;font-size: 20px;color: rgba(255, 255, 255, 0.5);}
.workbox{
	height: 200px;
	border-radius: 20px;
	width: 100%;
	white-space: nowrap;
	background-color: #222222;
	overflow: hidden;
	box-shadow: inset 0 0 30px rgba(18, 18, 18);
	overflow-x: scroll;
}
.workbox::-webkit-scrollbar {display: none;}
#first,#last{
	width: 60px;
	height: 160px;
	display: inline-block;
	margin: 20px 18px 20px 0;
	background-color: #272727;
	border: 1px #292929 solid;
	position: relative;
	border: 1px #2e2e2e solid;
}
#first{border-radius: 0 20px 20px 0;border-left: none;}
#last{border-radius: 20px 0 0 20px;margin-right: 0;border-right: none;}
#first i,#last i{
	color: transparent;
	transition: 0.3s;
	font-size: 30px;
	line-height: 160px;
	width: 58px;
	text-align: center;
	display: block;
}
#first:hover i,#last:hover i{
	color: rgba(255, 255, 255, 1);
	transition: 0.6s;
}
.project{
	height: 150px;
	width: 228px;
	background-color: #272727;
	border-radius: 20px;
	display: inline-block;
	margin: 20px 18px 20px 0;
	border: 1px #2e2e2e solid;
	position: relative;
	padding: 20px;
	vertical-align: top;
	box-sizing: border-box;
	overflow: hidden;
	white-space: normal;
}
.project i{
	display: block;
	font-size: 20px;
	color: rgba(255, 255, 255, 0.6);
	position: absolute;
	top: 20px;
	right: 20px;
}
.project h3{
	color: rgba(255, 255, 255, 0.8);
	display: -webkit-box;
	width: calc(100% - 24px);
	margin: 0;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 1.35;
	font-size: 16px;
}
.project h3:hover{
	text-decoration: underline;
	color: white;
}
.project p{
	color: rgba(255, 255, 255, 0.6);
	display: -webkit-box;
	margin: 14px 0 0;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 1.5;
	font-size: 13px;
}
.language{
	position: absolute;
	bottom: 20px;
	left: 15px;
	right: 15px;
	color: rgba(255, 255, 255, 0.6);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.language div{
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 13px;
}
.language div::before{
	content: '';
	background-color: var(--color);
	height: 10px;
	width: 10px;
	border-radius: 10px;
	display: inline-block;
	margin: 0 5px;
}
.workbox span{
	position: absolute;
	top: 0;
	left: 0;
	letter-spacing: .2em;
    font-weight: bold;
	font-size: 18px;
	color: rgba(255, 255, 255, 0.5);
	writing-mode:vertical-lr;
	line-height: 56px;
	text-align: center;
	height: 160px;
	transition: 0.3s;
}
#first:hover span,#last:hover span{
	color: transparent;
	transition: 0.6s;
}
@media screen and (max-width:1400px) {
	#background{background-size: 240vh;}
}
@media screen and (max-width:720px) {
	.main{
		width: 100vw;
		padding: 20px;
		background: rgba(32, 32, 32, 0.4);
	}
	.find a {flex-basis: calc(33vw - 55px);}
	.workbox{
		border-radius: 0;
		width: 100vw;
		left: -20px;
		position: relative;
	}
	@keyframes op2{
		0%{opacity: 0;}
		100%{opacity: 0.1;}
	}
	#background{
		filter: brightness(0.5);
		background-position: center;
		background-size: cover;
		width: 100%;
		height: 100%;
		top:0 !important;
		left:0 !important;
	}
	#bg{
		filter: brightness(0.5);
		background-position: center;
		background-size: cover;
		width: 100%;
		height: 100%;
		left:0 !important;
	}
}
@media screen and (max-width: 570px) {
	#persontag{
		width: 100%;
		background-image: linear-gradient(to right,rgba(0,0,0,0.4),rgba(34, 34, 34, 0.4) 100%);
		padding: 20px 20px 20px calc(100vw - 340px);
	}
	.item span{left: 20px;}
	#persontag{z-index: 3;opacity: 1;}
	.find a {flex-basis: calc(50vw - 60px);}
}
@media screen and (max-width: 360px) {
	.find .item span{
		font-size: calc(8vw - 10px);
	}
	#persontag{
		font-size: calc(5.5vw - 4px);
		padding-left: 20px;
	}
}
@keyframes op1{
    0%{opacity:auto}
    100%{opacity: 0;}
}
@keyframes op2{
    0%{opacity: 0;}
    100%{opacity: auto;}
}
.ap{animation: op2 0.4s;}
.dap{animation: op1 0.4s;}
#terminal{
	display: none;
	width: 100%;
	height: 100%;
	position: relative;
}
.cursor {
	pointer-events: none;
	position: fixed;
	z-index: 10;
	display: block;
	transition: opacity .3s linear;
	opacity: 0;
	width: 12px;
	height: 12px;
	transform: translate(1px,1px);
  }
  
  .cursor.moving {
	opacity: 1;
  }
  
  .cursor::before {
	content: ' ';
	height: 100%;
	width: 100%;
	position: absolute;
	background-color: #000000;
	border-radius: 50%;
	top: 0;
	left: 0;
  
	opacity: 1;
	transition: opacity .3s linear;
	box-shadow: rgba(0, 0, 0, 0.35) 0 0 18px;
	transition: opacity 250ms linear, transform 300ms linear, border 300ms linear;
  }
  
  
  .cursor.expand::before {
	transform: scale(3);
	opacity: 0;
  }
  
  
   /* 鼠标样式 */
  .node {
	pointer-events: none;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	display: block;
  
	transition: opacity .3s linear;
	opacity: 0;
  
	
	width: 16px;
	height: 16px;

  }
 
  .node.moving {
	opacity: 1;
	z-index: 9999; /* 显示在所有图层最上层 */
  }
  @media screen and (max-width: 768px), (display-mode: standalone) {
	* {
	  cursor: pointer;
	}
	
	a {
	  cursor: crosshair;
	}
	
	.button {
	  cursor: pointer;
	}
  }
  
  .node::before {
	content: ' ';
	height: 100%;
	width: 100%;
	position: absolute;
	background-color: transparent;
	border-radius: 50%;
	top: 0;
	left: 0;
	border: 1px solid #000000;
	transform: scale(1);
	opacity: 1;
	transition: opacity 150ms linear, transform 300ms cubic-bezier(0.68, -0.55, 0.27, 1.55), border 300ms linear, background-color 150ms linear;
  }
  

  .node.expand::before {
	transform: scale(1.0);
	background-color: #000000;
	opacity: 0.16;
  }
  /* 向下滑动提示 */
  .scroll-down {
	display: none;
	position: fixed;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 500;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	opacity: 0.7;
}

.scroll-down span {
	display: block;
	margin-bottom: 5px;
}

.scroll-down svg {
	width: 24px;
	height: 24px;
	fill: #fff;
}

@media (max-width: 768px) {
	.scroll-down {
		display: block;
	}
}
/* 数字时钟 */
.clock {
	display: none;
	position: fixed;
	top: 3%;
	right: 32%;
	text-align: center;
	font-size: 20px;
	color: #fbf7f7;
	background-color: #1514140c;
	padding: 10px;
	border-radius: 10px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.198);
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
  }
  
  .clock.show {
	opacity: 1;
  }
  
  
  @media (min-width: 768px) {
	.clock {
	  display: block;
	}
  }
 /* footer */
 #footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 10px;
	color: #f1ebeb;
	text-align: center;
	display: none; /* 初始时隐藏 */
  }

/* White theme polish */
body {
	color: #1f2937;
	background: #f8fafc;
}

#background{
	filter: brightness(1);
	background-image: linear-gradient(rgba(247, 250, 252, 0.78), rgba(247, 250, 252, 0.92)), url(../../static/img/premium-architecture.jpg);
	background-size: cover;
	background-position: center;
	left: 0 !important;
	top: 0 !important;
	width: 100%;
	height: 100%;
}

#bg{
	display: none;
}

.main{
	background: linear-gradient(to right, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.5) 620px, rgba(255, 255, 255, 0));
}

.chtitle {
	color: rgba(15, 23, 42, 0.58);
}

.chtitle span {
	color: #0f172a;
}

.chtitle:after {
	background-color: rgba(15, 23, 42, 0.24);
}

#clear,
.workbox,
.project,
#first,
#last {
	background: rgba(255, 255, 255, 0.74);
	border-color: rgba(148, 163, 184, 0.22);
	box-shadow: 0 18px 44px rgba(15, 23, 42, 0.1);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
}

#avatar {
	background-image: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 180px,rgba(255,255,255,0.95) 340px),url(../../static/img/avatar.jpg);
}

#persontag {
	background-image: linear-gradient(to right,rgba(255,255,255,0),rgba(255,255,255,0.82) 80px);
	color: #334155;
}

.find .item {
	background: #ffffff;
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.find .item .bg {
	background-color: #ffffff !important;
	border: 1px solid rgba(148, 163, 184, 0.22);
	border-radius: 10px;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
}

.find .item span,
.find .item:hover span {
	color: #334155;
}

.find .item i {
	color: transparent;
	filter: none;
}

.find a:hover i {
	color: transparent;
	filter: none;
}

a {
	color: #334155;
}

.project i {
	color: rgba(15, 118, 110, 0.48);
}

.project h3,
.project h3:hover {
	color: #0f172a;
}

.project p,
.language,
.workbox span {
	color: #475569;
}

#first:hover i,
#last:hover i {
	color: #0f766e;
}

.container,
.scroll-down,
.clock,
#footer {
	color: #334155;
}

.scroll-down svg {
	fill: #334155;
}

.node::before {
	border-color: #000000;
}

.node.expand::before {
	background-color: #000000;
}

.aplayer.aplayer-fixed .aplayer-body {
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(148, 163, 184, 0.22);
	box-shadow: 0 -12px 36px rgba(15, 23, 42, 0.12);
}

.aplayer .aplayer-info .aplayer-music .aplayer-title,
.aplayer .aplayer-info .aplayer-music .aplayer-author,
.aplayer .aplayer-list ol li,
.aplayer .aplayer-time {
	color: #1f2937;
}

.aplayer .aplayer-list ol li.aplayer-list-light {
	background: rgba(15, 118, 110, 0.1);
}

.aplayer .aplayer-list ol li:hover {
	background: rgba(15, 118, 110, 0.08);
}

.aplayer .aplayer-list {
	background: rgba(255, 255, 255, 0.96);
}

.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar {
	background: rgba(148, 163, 184, 0.34);
}

.aplayer .aplayer-icon path {
	fill: #334155;
}

.aplayer {
	background: rgba(255, 255, 255, 0.96) !important;
	color: #1f2937 !important;
	border: 1px solid rgba(148, 163, 184, 0.22) !important;
	box-shadow: 0 -12px 36px rgba(15, 23, 42, 0.12) !important;
}

.aplayer.aplayer-fixed .aplayer-body {
	background: rgba(255, 255, 255, 0.96) !important;
	border: 1px solid rgba(148, 163, 184, 0.22) !important;
	box-shadow: 0 -12px 36px rgba(15, 23, 42, 0.12) !important;
}

.aplayer .aplayer-pic {
	background-color: #e6f3f1 !important;
}

.aplayer .aplayer-info {
	border-bottom-color: rgba(148, 163, 184, 0.18) !important;
}

.aplayer .aplayer-info .aplayer-music .aplayer-title,
.aplayer .aplayer-info .aplayer-music .aplayer-author,
.aplayer .aplayer-info .aplayer-controller .aplayer-time,
.aplayer .aplayer-list ol li,
.aplayer .aplayer-list ol li .aplayer-list-title,
.aplayer .aplayer-list ol li .aplayer-list-author {
	color: #1f2937 !important;
}

.aplayer .aplayer-info .aplayer-music .aplayer-author,
.aplayer .aplayer-info .aplayer-controller .aplayer-time,
.aplayer .aplayer-list ol li .aplayer-list-author {
	color: #475569 !important;
}

.aplayer .aplayer-list {
	background: rgba(255, 255, 255, 0.96) !important;
	border-top: 1px solid rgba(148, 163, 184, 0.2) !important;
}

.aplayer .aplayer-list ol li {
	background: rgba(255, 255, 255, 0.96) !important;
	border-top-color: rgba(148, 163, 184, 0.14) !important;
}

.aplayer .aplayer-list ol li.aplayer-list-light,
.aplayer .aplayer-list ol li:hover {
	background: rgba(15, 118, 110, 0.1) !important;
}

.aplayer .aplayer-list ol li.aplayer-list-light .aplayer-list-cur {
	background-color: #0f766e !important;
}

.aplayer .aplayer-icon path {
	fill: #334155 !important;
}

.aplayer .aplayer-miniswitcher {
	background: rgba(241, 245, 249, 0.96) !important;
	border-left: 1px solid rgba(148, 163, 184, 0.22) !important;
}

.aplayer .aplayer-miniswitcher .aplayer-icon path {
	fill: #0f766e !important;
}

.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar,
.aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap .aplayer-volume-bar-wrap .aplayer-volume-bar {
	background: rgba(148, 163, 184, 0.34) !important;
}

.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-loaded,
.aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap .aplayer-volume-bar-wrap .aplayer-volume-bar .aplayer-volume {
	background: rgba(15, 118, 110, 0.28) !important;
}

.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-played {
	background: #0f766e !important;
}

.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-played .aplayer-thumb {
	background: #0f766e !important;
	border-color: #ffffff !important;
	box-shadow: 0 2px 10px rgba(15, 118, 110, 0.28) !important;
}

@media screen and (max-width:720px) {
	.main{
		background: rgba(255, 255, 255, 0.76);
	}

	#background{
		filter: brightness(1);
		background-image: linear-gradient(rgba(247, 250, 252, 0.86), rgba(247, 250, 252, 0.94)), url(../../static/img/premium-architecture.jpg);
	}
}

@media screen and (max-width: 570px) {
	#persontag{
		background-image: linear-gradient(to right,rgba(255,255,255,0.82),rgba(255,255,255,0.82) 100%);
	}
}
