html {
	-webkit-user-select: none;
	/* webkitæµè§ˆå™¨ */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* IE10+ */
	user-select: none;
	/* æ ‡å‡†è¯­æ³• */
}

.bg-image,
.bg-cover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
	width: 100%;
	height: 100%;
	transition: all 1s;
}

.bg-cover {
	background-color: rgba(0, 0, 0, .5);
	backdrop-filter: blur(50px)
}

.nav-bar {
	text-align: center;
	flex: 1;
	color: red;
	margin-top: 10px;
}

.nav-bar div {
	display: inline-block;
}

.nav-bar p {
	color: red;
}

.tab .divider {
	margin: 0 10px;
}

.tab {
	display: flex;
	font-size: 18px;
	color: #999;
}

.tab div[select] {
	color: white;
}

.music-detail,
.music-lyric {
	margin-top: 15px;
}

.music-detail {
	position: relative;
	color: white;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 30px 68px;
}

.music-detail .album {
	display: flex;
	align-items: center;
	flex: 4;
}

.music-detail .album img {
	border-radius: 100%;
}

img[class=rotatea] {
	animation: mrotate 25s infinite linear;
	width: 20%;
	height: 20%;
	left: 40%;
	position: relative;
	animation-play-state: paused;
}

img[class=rotate] {
	animation: mrotate 25s infinite linear;
	height: 100%;
	width: 100%;
	animation-play-state: paused;
}

@keyframes mrotate {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.music-detail .info {
	margin-top: 10px;
	max-width: 20px 0;
}

.music-detail .info .title {
	font-size: 28px;
	font-weight: 700;
}

.music-detail .info .singer {
	font-size: 20px;
	color: #ccc;
	margin: 16px 0;
}

.music-detail .lyric {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
}

.music-detail {
	margin-top: 15px;
}

.music-detail .time {
	display: flex;
	justify-content: space-between;
	color: #ccc;
	font-size: 12px;
}

.music-detail .time .current {
	margin-left: 1px;
}

.music-detail .progress-bar {
	widows: 100%;
	height: 3px;
	background-color: #cccaca;
	border-radius: 10px;
	margin-top: 3px;
}

.music-detail .progress-bar .progress-line {
	width: 0%;
	height: 100%;
	background-color: blue;
}

.music-detail .operation {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	margin: 20px 0 30px;
}

.music-detail .operation .btn {
	width: 80px;
	height: 40px;
	padding: 0;
	background-color: green;
}

.music-detail .info .timestyle {
	position: absolute;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-shadow: none;
	right: 10px;
	top: 15px;
	font-size: 12px;
	width: 90px;
}

.music-detail .playing {
	margin-top: -17px;
}


.music-detail .foot .playprogress {
	/*cursor: url(/link.cur),pointer;*/
	float: left;
	margin-left: 33px;
	width: calc(100% - 100px);
}

.music-detail .foot .playprogress .progressbg {
	position: relative;
	width: 100%;
	top: 8px;
	height: 5px;
	background-color: #b0aeb2;
	border-radius: 90px;
}

.music-detail .foot .playprogress .progressbg .progressbg1 {
	position: absolute;
	height: 5px;
	left: 0;
	top: 0;
	width: 0;
	background-color: #23b7e5;
	z-index: 2;
	border-radius: 90px;
}

.music-detail .foot .playprogress .progressbg .progressbg2 {
	position: absolute;
	height: 5px;
	left: 0;
	top: 0;
	width: 0;
	background-color: #818680;
	z-index: 1;
	border-radius: 90px;
}

.music-detail .foot .playprogress .progressbg .ts {
	width: 10px;
	height: 10px;
	position: absolute;
	top: -2px;
	left: 0;
	background-color: #fff;
	border-radius: 50%;
	z-index: 2;
	margin-left: -8px;
}



.music-detail .foot .button .status {
	/*cursor: url(/link.cur),pointer;*/
	position: relative;
	display: inline-block;
	overflow: hidden;
	box-sizing: initial;
	vertical-align: middle;
	bottom: 70px;
	text-align: center;
	left: 30px;
	width: 35px;
	height: 35px;
	margin-left: 1px;
	border-radius: 50%;
	background-color: rgba(56, 52, 62, 0.58);
	border: 3px solid rgba(255, 255, 255, 0.5);
}

.music-detail .foot .button:hover .status {
	opacity: 1;
}

.music-detail .foot .button .status {
	/*cursor: url(/link.cur),pointer;*/
	position: relative;
	display: inline-block;
	overflow: hidden;
	box-sizing: initial;
	vertical-align: middle;
	text-align: center;
	width: 15px;
	height: 15px;
}

.music-detail .foot .button .status .fa:hover {
	color: #f30;
}

.music-detail .foot .button .status .play {
	color: #f30;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	transition: .5s;
}

.music-detail .foot .button .status .play:hover {
	color: #23b7e5
}

.music-detail .foot .button .status .pause {
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	transition: .5s;
}

.music-detail .foot .button .status .pause:hover {
	color: #23b7e5;
}

.music-detail .foot .button .status .fa {
	display: block;
	width: 15px;
	height: 15px;
	line-height: 15px;
	color: rgb(72, 76, 76);
}



#Ksc .line {
	position: absolute;
	font-size: 1em;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	transition: .5s;
	opacity: 0;
	-webkit-transform: scale(1.01);
	-moz-transform: scale(1.01);
	-ms-transform: scale(1.01);
	transform: scale(1.01);
	height: 40px;
	line-height: 40px;
	text-shadow: 0px 1px 2px #000;
	background: unset;
	margin: unset;
	width: unset
}
#Ksc {
    font-size: 16px;
    color: white;
    line-height: 1.5;
    text-align: center;
    margin-top: 20px;
    height: 300px; /* 固定容器高度 */
    overflow-y: auto; /* 开启滚动 */
    white-space: pre-wrap;
    position: relative;
}

#Ksc .lyric-line {
    margin: 5px 0;
    transition: color 0.3s;
}

#Ksc .lyric-line.active {
    color: #FFD700; /* 高亮颜色 */
    font-weight: bold;
}

#Ksc .line span {
	margin-right: 5px;
	display: inline-block;
	white-space: nowrap;
	word-break: keep-all;
	word-break: break-word;
	word-wrap: break-word;
	-moz-hyphens: auto;
	hyphens: auto
}

#Ksc .line span.blank {
	width: 40px
}

#Ksc .line span em {
	font-weight: 700;
	font-style: normal;
	display: block;
	text-align: left
}

#Ksc .line .bg {
	bottom: 0;
	left: 0;
	color: #fff;
	background-color: unset
}

#Ksc .line .lighter {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 40px;
	line-height: 40px;
	width: 100%;
	overflow: hidden
}

#Ksc .line .lighter em {
	width: 0;
	overflow: hidden
}

#Ksc .b {
	border: unset
}

#Ksc .line.g .lighter {
	color: red
}

#Ksc .line.t .lighter {
	color: #f0f
}

#Ksc .line.m .lighter {
	color: #00f
}

#Ksc .line.current {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	visibility: visible
}

#Ksc .line1 {
	bottom: 0;
	text-align: left;
	right: 53%
}

#Ksc .line2 {
	bottom: 0;
	text-align: left;
	left: 53%
}

#Ksc.showPlayer {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

#Ksc.hidePlayer {
	-webkit-transform: translate3d(0, 200%, 0);
	-moz-transform: translate3d(0, 200%, 0);
	-ms-transform: translate3d(0, 200%, 0);
	transform: translate3d(0, 200%, 0)
}

@media screen and (max-width:680px) {
	#Ksc .line span {
		margin-right: 2px
	}


	#Ksc .line {
		position: absolute;
		font-size: .8em;
		-webkit-transition: .5s;
		-moz-transition: .5s;
		-ms-transition: .5s;
		transition: .5s;
		opacity: 0;
		-webkit-transform: scale(1.01);
		-moz-transform: scale(1.01);
		-ms-transform: scale(1.01);
		transform: scale(1.01);
		height: 20px;
		line-height: 20px
	}

	#Ksc .line .lighter {
		position: absolute;
		bottom: 0;
		left: 0;
		height: 20px;
		line-height: 20px;
		width: 100%;
		overflow: hidden
	}
}
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow-x: hidden; /* 防止横向滚动条 */
}


