}
.fcmusic .items-group {
	width: 100%;
	position: relative;
}
.fcmusic .items-group .item {
	top: 0;
	left: 0;
	bottom: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	visibility: hidden;
	position: relative;
	position: absolute;
	/*-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;*/
	
	box-sizing: border-box;
	opacity: 1;
	visibility: visible;
}
.fcmusic .items-group .item:hover .bg {
	opacity: 0.1;
}

/*.fcmusic .items-group .item:hover .block {
	box-shadow: 0px 0px 30px #333;
}*/
.fcmusic .items-group .item .blur {
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 14rem;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-filter: blur(5px);
	filter: blur(5px);
	position: absolute;
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}
.fcmusic .items-group .item .block {
	width: 100%;
	padding: 0px 10px;
	color: #ffffff;
	-webkit-transition: box-shadow 0.5s;
	transition: box-shadow 0.5s;
	max-width: 640px;
	overflow: hidden;
	height: 13.8rem;
	border-radius: 10px;
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
	box-sizing: border-box;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	box-shadow: none;
	z-index: 1000;
}
.fcmusic .items-group .item .block .circleLight {
	top: 0;
	left: 0;
	opacity: 0;
	content: '';
	width: 100%;
	height: 14rem;
	display: block;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	position: absolute;
	border-radius: 10px;
	/*background: -webkit-radial-gradient(80px 40px, circle, #ffffff, rgba(0, 0, 0, 0));
	background: radial-gradient(circle at 80px 40px, #ffffff, rgba(0, 0, 0, 0));*/
}
.fcmusic .items-group .item .block .text {
	width: 100%;
	height: 14rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-position: center;
	background-attachment: fixed;
}
.songtext {
	line-height: 25px;
	height: 25px
}
.songtext .songname {
	font-weight: bold;
	font-family: "Microsoft Yahei";
	background: linear-gradient(to right, #88ada6, #2e4e7e);
	-webkit-background-clip: text;
	color: transparent;
}
.music_div {
	overflow: hidden;
	word-wrap: break-word;
	text-align: center;
	color: #999;
	font-size: 0.6rem;
	height: 6.2rem;
	width: 6rem;
	max-width: 100%;
}
.music_div img {
	width: 3.8rem;
	height: 3.8rem;
	border-radius:1.9rem;
}

/*
.LycText{
  font-size:12px;
  -webkit-background-clip: text;
  color: transparent;
}
*/
.fcmusic .items-group .item .block span {
	font-family: sans-serif;
	margin-bottom: 35px;
	z-index: 999;
	color: #FFF;
}
.fcmusic .items-group .item .block p {
	font-family: sans-serif;
	font-size: 16px;
	background: linear-gradient(to right, #DDD, #888);
	-webkit-background-clip: text;
	color: transparent;
}
.fcmusic .items-group .item .block {
	/*box-shadow: 0px 0px 70px #111;*/
}
.fcmusic .items-group .item .block .circleLight {
	opacity: 0.4;
}
.round_icon {
	width: 110px;
	height: 110px;
	display: flex;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.play-tx {
	animation: ripple 1.2s linear infinite;
	border-radius: 50%;
}
.play-tx2 {
	animation: icon_rotate 20s linear infinite, ripple 1.2s linear infinite;
	border-radius: 50%;
}
#tools {
	width: 92%;
	margin: 0 auto;
}
.topicon {
	margin: 5px auto;
	padding-bottom: 5px;
	text-align: center;
	opacity: 1;
	z-index: 999;
}
.play-left {
	float: left;
	display: -webkit-box;
	font-size: 30px;
	margin-top: 8px;
}
.play-right {
	float: right;
	display: -webkit-box;
	font-size: 30px;
	margin-top: 8px;
	color: #FFF;
}
.play {
	font-size: 45px;
	color: #FFF;
}

/** 进度条css */
.slice {
	width: 0;
	height: 0;
	border-radius: 20px;
	border-width: 20px;
	border-style: solid;
	border-color: red transparent transparent transparent;
	overflow: hidden;
	cursor: pointer;
}
@keyframes ripple {
	0% {
		box-shadow: 0 0 0 0 rgba(248, 248, 255, 0.1), 0 0 0 20px rgba(248, 248, 255, 0.1), 0 0 0 40px rgba(248, 248, 255, 0.1), 0 0 0 60px rgba(248, 248, 255, 0.1);
	}
	
	100% {
		box-shadow: 0 0 0 20px rgba(230, 230, 250, 0.1), 0 0 0 40px rgba(230, 230, 250, 0.1), 0 0 0 60px rgba(230, 230, 250, 0.1), 0 0 0 70px rgba(230, 230, 250, 0);
	}
}
@keyframes icon_rotate {
	0% {
		-webkit-transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(360deg);
	}
}
.scale_panel {
	font-size: 10px;
	max-width: 450px;
	position: absolute;
	line-height: 12px;
	top: 0;
	left: 0;
	right: 0;
}
.scale_panel .r {
	float: right;
}
.scale span {
	width: 5px;
	height: 12px;
	position: absolute;
	left: 0px;
	right: 0px;
	top: -5px;
	cursor: pointer;
}
.scale {
	background-repeat: repeat-x;
	background-position: 0 100%;
	background-color: #000;
	border-left: 1px #000 solid;
	height: 2px;
	left: 0px;
	right: 0px;
	position: relative;
	font-size: 0px;
	border-radius: 2px;
}
.scale div {
	background-repeat: repeat-x;
	background-color: #F1F1F1;
	width: 0px;
	position: absolute;
	height: 2px;
	left: 3px;
	right: 3px;
	bottom: 0;
}
li {
	font-size: 12px;
	line-height: 20px;
	position: relative;
	height: 20px;
	list-style: none;
}
input[type=range] {
	outline: none;
	-webkit-appearance: none;
	/*清除系统默认样式*/
	
	width: 100% !important;
	background: -webkit-linear-gradient(rgba(250, 240, 230, 0.2), rgba(250, 240, 230, 0.2)) no-repeat, rgba(0, 0, 0, 0.2);
	background-size: 0% 100%;
	/*设置左右宽度比例*/
	
	height: 2px;
	/*横条的高度*/
	
	-webkit-appearance: none;
	/*清除系统默认样式*/
	
	z-index: 1000;
}
input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	/*清除系统默认样式*/
	
	height: 13px;
	/*拖动块高度*/
	
	width: 13px;
	/*拖动块宽度*/
	
	background: rgba(250, 240, 230, 0.5);
	/*拖动块背景*/
	
	border-radius: 50%;
	/*外观设置为圆形*/
}
.search {
	width: 100%;
	height: 50px;
	color: #4d5a5e;
	background: white;
	border: 1px solid #cfdfe3;
	border-bottom-color: #d2e2e7;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05), 0 1px rgba(255, 255, 255, 0.2);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05), 0 1px rgba(255, 255, 255, 0.2);
}
#nav {
	border-bottom: 1px solid #ebebeb;
}
#nav .swiper-slide span {
	margin: 0 5px;
	text-align: center;
	display: block;
	line-height: 2.5;
	font-size: 14px;
	color: #333333;
}
#nav .bar {
	width: 8rem;
	height: 3px;
	position: absolute;
	bottom: 0px;
}
#nav .bar .color {
	width: 36px;
	margin: 0 auto;
	height: 3px;
	background: #01C5AF;
}
#page {
	margin-bottom: 50px;
	height: 100%;
}
#page .slidepage {
	height: 100%;
}
.scroll {
	height: 100%;
}
.slidescroll {
	height: auto;
}
body {
	background: #FFF;
}
.topmusic {
	height: 14rem;
	color: #FFF;
	text-align: center;
	border: none;
}
.topmusic_bottom {
	height: 5rem;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
	border: none;
}
#music_pic {
	width: 30%;
	max-width: 5rem;
	margin: 0 auto;
	padding-top: 1.5rem;
}
#music_pic img {
	width: 100%;
}
#music_time {
	font-size: 0.7rem;
}
#music_btn {
	margin: 0 auto;
}

.music_list {
	padding: 1.1rem 1% ;
	font-size: 0.7rem;
}
.catelist div {
	border-bottom: solid #ccc 1px;
	text-align: center;
	line-height: 2rem;
}
.musicdiv {
	text-align: center;
	margin: 0.3rem 0;
	font-size: 0.6rem;
}
.content-block {
	margin: 0;
}
.audiodiv {
	width: 50%;
}
.buttons-tab .button {
	font-size: 0.7rem;
}
.buttons-tab .button.active {
	color: #01C5AF;
	border-color: #01C5AF;
}