@charset "UTF-8";

/*================================================================
player
================================================================*/

/*
01,play
----------------------------------------------------------------*/
#play ol {
	text-align: center;
}
#play ol li {
	position: relative;
	display: inline-block;
	width: 33%;
	margin: 0 0 3px;
	padding-top: 10px;
	min-height: 130px;
	cursor: pointer;
	list-style: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	vertical-align: top;
}
#play ol li#music07,
#play ol li#music08,
#play ol li#music09,
#play ol li#music10,
#play ol li#music35,
#play ol li#music36,
#play ol li#music37,
#play ol li#music38 {
	width: 24.66%;
}

#play ol li:hover,
#play ol li.playing {
	background: #FFF;
	/*background-color: rgba(255,255,255,0.9);*/
	color: #999;
}
#play ol li:hover dt a,
#play ol li.playing dt a {
	color: #111;
}
#play ol li span.trackNum {
	display: block;
	padding: 0 10px;
	text-align: left;
}
#play ol li span.junre {
	display: block;
	margin-bottom: -30px;
}
#play ol li dl {
	padding-top: 30px;
	line-height: 1.25;
	z-index: 100;
}
#play ol li dl dt {
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: normal;
}
#play ol li dl dt a {
	color: #fff;
	text-decoration: none;
}
#play ol li dl dd {
	display: inline-block;
	font-size: 1.0em;
}
#play ol li dl dd.type {
	margin-bottom: 5px;
	padding: 1px 10px;
	background-color: #2798c7;
	color: #FFF;
	border-radius: 15px;
	line-height: 1.4;
	border: none;
	font-size: 8px;
}
#play ol li dl dd.remix {
	background-color: #F22;
}
#play ol li dl dd.arrange {
	background-color: #1A3;
}
#play ol li dl dd.artistName {
	display: block;
	font-size: 1.2em;
}

/* audio */
.audiojs {
	position: fixed;
	left: 0;
	bottom: 11px;
	width: 160px;
	height: 50px;
	margin: 0;
	padding: 0;
	border: none;
	box-shadow: none;
	z-index: 10;
	background: #FFF;
	text-align: left;
}
.audiojs .play-pause {
	position: absolute;
	top: 5px;
	left: 100px;
	border: none;
}
.audiojs p.play,
.audiojs p.loading,
.audiojs p.error,
.audiojs p.pause {
	width: 40px;
	height: 40px;
	z-index: 800;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 20px;
	text-indent: -9999px;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.audiojs .play	 { background-image: url(../img/player_btn_play.png); }
/* .audiojs .loading { background-image: url(../img/player_btn_loading.gif); } */
/* .audiojs .error	 { background-image: url(../img/player_btn_error.png); } */
.audiojs .pause	 { background-image: url(../img/player_btn_stop.png); }

.audiojs .play-pause .error {
	display: block;
	width: 40px;
	margin: 0 auto;
	padding: 0;
}
.audiojs .scrubber {
	width: 100%;
	height: 10px;
	margin: 0 auto;
	padding: 0;
	border: none;
	background-color: #DDD;
	cursor: pointer;
	z-index: 500;
}
.audiojs .scrubber .progress {
	height: 10px;
	background: none;
	background-color: #000;
}
.audiojs .scrubber .loaded {
	height: 10px;
	background: none;
	background-color: #666;
}
.audiojs .time {
	padding-top: 2px;
	color: #000 !important;
	text-shadow:none;
	border: none;
	font-family: "Montserrat";
	font-size: 12px;
}
.audiojs .time em.played {
	color: #000;
}
.cwrap {
	display: none;
	overflow: hidden;
}
.artistSec,
.movieSec,
.lyricsSec {
	padding: 0 40px;
	color: #333;
	overflow: hidden;
	z-index: 3000;
	font-size: 14px;
}

.artistSec .artistInfo {
	float: left;
	width: 380px;
}
.artistSec .artistInfo p {
	margin-bottom: 1em;
}
.artistSec p.photo {
	float: right;
	width: 120px;
	text-align: right;
}

.lyricsSec h3 {
	margin-bottom: 20px;
	font-size: 1.5em;
	text-align: center;
}
.lyricsSec pre {
	width: 500px;
	font-size: 14px;
	line-break: 1.4;
	white-space: pre-wrap;
}
.lyricsSec .preWrap {
	width: 600px;
	max-height: 200px;
	overflow-y: scroll;
	text-align: left;
}
.artistModal {
	position: absolute;
	display: block;
	bottom: 0;
	width: 100%;
	z-index: 1000;
	overflow: hidden;
}
.artistModal a {
	display: block;
	padding: 5px 0 !important;
	background-color: rgba(0,0,0,0.2);
	color: #FFF !important;
	text-decoration: none !important;
}
.artistModal a:hover {
	background: #333;
}
.artistModal a.col2 {
	float: left;
	width: 50%;
}
.artistModal a.col2:first-child{
	width: 49.5%;
	margin-right: 0.5%;
}
.artistModal a.col3 {
	float: left;
	width: 33.3%;
}
.artistModal a.col3:nth-child(n+1) {
	width: 32.9%;
	margin: 0 0.2%;
}