 .songPlayer,
 .songPlayer-mask {
 	position: fixed;
 	top: 0;
 	left: 0;
 	right: 0;
 	bottom: 0;

 	z-index: 999;
 }
.songPlayer-back{
	 
	cursor: pointer;
	padding: 5px;
	margin: 5px;
	color: #fff;
}
 .songPlayer-body {
 	border: 0;
 	width: 100%;
 	position: absolute;
 	right: 0;
 	max-width: 600px;
 	height: 100%;
 	background-color: #1788de;
	z-index: 999;
 }

 .cl-gold {
 	color: #ffeb3b;
 }

 .geImg {
 	position: fixed;
 	right: 10px;
 	top: 50px;
 	width: 200px;
 	height: 200px;
 	border-radius: 50%;
 	z-index: 0;
 }

 .skcl-1 {
 	color: #fff;
 }

 .skcl-2 {
 	color: #fff;
 }

 .geciBox {

 	padding: 20px;
 	height: 300px;
 	overflow-y: auto;
 	margin-bottom: 10px;
 	z-index: 1;
 }

 .btn-sq {
 	background-color: #189d91;
 }

 .gcItem {
 	margin-bottom: 10px;
 	cursor: pointer;
 	color: #fff;
 }

 .gcItem-active {
 	color: #03e1cd;
 	font-size: 18px;
 }

 .zaudio {
 	position: absolute;
 	bottom: 0px;
 	left: 0;
 	right: 0;
 	background-color: #067fdc;
 	padding-bottom: 20px;
 	height: 190px;
 	box-sizing: border-box;
 }

 .zaudio-slider {
 	position: relative;
 	margin: 10px 10px;
 }

 .zaudio-slider-bg,
 .zaudio-slider-progress {
 	position: absolute;
 	top: 0;
 	left: 0;

 	height: 2px;
 	border-radius: 5px;

 }

 .zaudio-slider-bg {
 	background-color: #ccc;
 	right: 0;
 }

 .zaudio-slider-progress {
 	background-color: #fff;
 }

 .zaudio-slider-ball {
 	position: absolute;
 	width: 12px;
 	height: 12px;
 	border-radius: 50%;
 	top: -5px;
 	left: 0;
 	background-color: #fff;
 }

 .zaudio-time {
 	display: flex;
 	flex-direction: row;
 	align-items: center;
 	margin-bottom: 20px;
 }

 .left-arrow {
 	position: relative;
 	display: inline-block;
 	width: 0;
 	height: 0;
 	border-top: 10px solid transparent;
 	border-bottom: 10px solid transparent;
 	border-right: 20px solid #fff;
 }

 .right-arrow {
 	position: relative;
 	display: inline-block;
 	width: 0;
 	height: 0;
 	border-top: 10px solid transparent;
 	border-bottom: 10px solid transparent;
 	border-left: 20px solid #fff;
 }
 
 .kg-btn{
	 cursor: pointer;
	 position: fixed;
	 z-index: 999;
	 right: 30px;
	 bottom: 300px;
	 width: 30px;
	 height: 30px;
	 text-align: center;
	 border-radius: 50%;
	 line-height: 30px;
	 font-size: 12px;
	 background-color: #eee;
	 color:#000;
 }
 .kg-btn-active{
	background-color: #189d91;
	color: #fff;
	 
 }