* {
	  	padding: 0;
	  	margin: 0;
	
	  }


	  html{
		  font-size: 62.5%;
		 
	  }
	  *{
		 cursor: url(../x2.cur),auto;
		 
	  }
	  .fade-in{

	  }
	  .j-fade-in{
		  transform: scale(0.01);
		  opacity: 0;
		  transition: opacity 2s ease-in-out,transform 2s ease-in-out;
	  }
.d-fade-in{
	opacity: 1;
	 transform: scale(1);
}
*{
	
	scrollbar-width: thin;
	scrollbar-color: rgb(156,158,246) white;
}


*::-webkit-scrollbar-thumb {
  background-color: rgb(156, 158, 246); /* 滚动滑块的颜色 */
  border-radius: 2px; /* 可选，设置滚动滑块圆角 */
}

*::-webkit-scrollbar-track {
  background-color: white; /* 滚动条轨道颜色 */
}
	@keyframes hover-shake {
	 0% {
	         -webkit-transform: scale(1);
	         transform: scale(1)
	     }
	 
	     10%,20% {
	         -webkit-transform: scale(.9) rotate(-8deg);
	         transform: scale(.9) rotate(-8deg)
	     }
	 
	     30%,50%,70% {
	         -webkit-transform: scale(1.3) rotate(8deg);
	         transform: scale(1.3) rotate(8deg)
	     }
	 
	     40%,60% {
	         -webkit-transform: scale(1.3) rotate(-8deg);
	         transform: scale(1.3) rotate(-8deg)
	     }
	 
	     100%,80% {
	         -webkit-transform: scale(1) rotate(0);
	         transform: scale(1) rotate(0)
	     }
	}
	@font-face {
	    font-family:'nav-ttf';
	    src: url('/font/HYTangMeiRen55W.woff2') format("woff2"),url('/font/HYTangMeiRen55W.woff2') format('truetype');
	}

aplayer .aplayer-lrc p.aplayer-lrc-current {
	opacity: 1;
	overflow: visible;
	height: auto!important;
	min-height: 16px;
}
.aplayer .aplayer-lrc p.aplayer-lrc-current {
	color: pink;
	font-family: 'nav-ttf', sans-serif;
	font-size: 1.6rem;
}
.aplayer .aplayer-lrc p{
	font-family: 'nav-ttf', sans-serif;
	font-size: 1.4rem;
}