a:link {text-decoration:none;color:#fff;}
a:visited {text-decoration:none;color:#fff;}
a:hover {text-decoration:none;color:#fff;}
a:active {text-decoration:none;color:#fff;}
.H3{
	font-size:16px;
}
.H4{
	font-size:14px;
}
.C4{
	color:#a1a1a1;
}
h1,h2{
	padding:0;
	margin:0;
	-webkit-margin-before:0;
	-webkit-margin-after:0;
	font-weight:normal;
}
html{
	width:100%;

}
body {
    top: 0; bottom: 0; left: 0; right: 0;
	margin:0;
	font-family: 'arial', 'sans-serif';
	width:100%;
	background-color:#000000;
	min-height: 480px;
	padding-bottom:60px;
}

body.android #bg,
body.android #top{
	top: 72px;
}
body.android #content
{
	margin-top: 127px;
}

body.android #content.PAT{
	margin-top: 72px;
}

body.android #cover.an {
	margin:16px auto 16px auto;
}

#bg {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -2;
	width:100%;
	height:216px;
	background:url(../../images/background.png) ;
	background-size:cover;
}


#top{
	height:55px;
	text-align:center;
	color:#fff;
	font-size:28px;
	position: fixed;
	width:100%;
	padding:0 16px;
	cursor:pointer;
	top:0;
	background:url(../../images/top_bg.png) repeat-x;
	z-index:1000;
	border-bottom:0px;
}
#top .bg{
	width:100%;
	height:55px;
	background-color:#000;
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	border-bottom:0px;
}

#logo{
	float: left;
	margin-top:15px;
	position:relative;
	margin-left: -56px;

}
#dl{


	float: right;
	margin-right:52px;
	font-size:18px;
	margin-top:17px;
	color:#39d1b3;
	position:relative;
}

#dl a:after{
	content:"";
	width:12px;
	height:20px;
	background-image:url(../../images/arrow.png);
	background-size:cover;
	position:absolute;
	margin-left:8px;
}


@media screen and (min-width:657px){

}

@media screen and (max-width: 656px){

}

#smartBanner, #top, #content{
	min-width: 320px;
}

#smartBanner{


	background-color: #fff;
	height:72px;
	z-index:100000;
	position: fixed;
	top: 0;
	width: 100%;

}

#smartBanner .appicon,
#smartBanner .cancel,
#smartBanner .android{
	float: left;
}

#smartBanner .install{
	float: right;
}

#smartBanner .android{
	line-height: 20px;
	margin: 14px 0px;
}

#smartBanner .android .apptitle{
	font-size: 14px;
	color: #555555;
	font-weight: 900;
	/*font-family: 'Roboto', sans-serif;*/
}

#smartBanner .android .appdesc{
	font-size: 12px;
	color: #a1a1a1;
}

#smartBanner .cancel{
	margin: 28px 8px 28px 8px;
}
#smartBanner .appicon{
	margin: 4px 8px 4px 0px;
}

#smartBanner .install{
	margin: 18px 16px 18px 0px;
	height: 36px;
	width:60px;
	line-height: 36px;
	background-color: #39d1b3;
	color: #fff;
	font-size: 18px;
	text-align: center;
	border-radius: 2px;
}

#top .left{

	float:left;
	font-size:0.7em;
	margin-top:15px;
	position: fixed;
	z-index: 1001;
}

#top .right{
	float:right;
	font-size:18px;
	margin-top:17px;
	margin-right:32px;
	color:#39d1b3;
	position: fixed;
	z-index: 1001;
	right: 0;

}

#top .right a{
	color:#39d1b3;
}

#top h2 a{
	color:#39d1b3;
}


#top h2 a:after {
    content: "";
    width: 12px;
    height: 20px;
	background:url(../../images/arrow.png) repeat-x ;
	background-size:cover;
	position:absolute;
	margin-left:8px;
}

#loading{
	margin-top: 100px;
	text-align:center;
	color:#fff;
}



#content{
	margin-top: 16px;
	text-align:center;
	color:#fff;
	font-size:30px;
	min-height:90%;
	overflow:hidden;
}

#content.PAT{
	margin-top:0;
}

#cover{
	width:186px;
	height:186px;
	margin:55px auto 16px auto;
	background-position: center;
	background-size: cover;
	position:relative;
	text-align:center;
	display: block;
	overflow: hidden;
}

.PAT #cover{

    margin: 0;
    width: 100%;
	height:auto;
}

#cover:before {
    border: 1px solid rgba(255,255,255,0.2);
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
	z-index: 100;
	background-image: url('../../images/play.png');
	background-repeat: no-repeat;
	background-size: 48px;
	background-position: 124px 124px;
}

#content.PAT #cover:before{
	border: 0px;
	background-image: none;

}

#cover #coverImg{
	display: block;
	width:100%;
	position:absolute;
	top:0;
}


#content.PAT #cover #coverImg{
	display: block;
}

#content.PAT #cover #coverBigImg{
	display: none;
}

#cover:after {
    content: "";
    width: 150px;
    height: 1px;
    margin-left: -75px;
    display: block;
    position: absolute;
	margin-top:-1px;
    left: 50%;
    z-index: -1;
    -webkit-box-shadow: 0px 0px 50px 10px #000000;
    -moz-box-shadow: 0px 0px 50px 10px #000000;
    box-shadow: 0px 0px 50px 10px #000000;
}
#cover .play{
	display:none;
	top:200px;
	position:absolute;
	cursor:pointer;
}

#profile{
	padding:0px 16px 20px 16px;
	position: static;
	color:#fff;
	text-align:left;
}

.PAT #profile{
	padding:20px 16px 20px 16px;
}

#title{
	font-size:24px;
	margin-bottom:8px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

#content.PAT #title{
	width:50%;
	float: left;
	line-height: 53px;
}

#content.PAT #follow{

	float: right;
}

#artist{
	font-size:18px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	/*height: 20px;*/
	/*padding-bottom:16px;*/
}

.pic {
	height: 36px;
}

.name {
	height: 20px;
}

#artist a  img {
    width: 30px;
    /* border: 1px solid #ffffff; */
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 12px;
    position: relative;
}
#artist span{
	position:relative;
	top: -10px;
}

#artist span img{
	width:36px;
	border: 2.5 solid #ffffff;
	border-radius: 50%;
	margin-right: 12px;
	position: relative;
	top: -2px;
}

#profile.singleVideo #artist span,
#profile.singleSong #artist span{
	/* top: 0px; */
}


#desc{
	font-size:16px;
	word-wrap: break-word;
	height:90px;
	text-align:justify;
}

#share{
	background-color:#262626;
	padding:16px 0px;
	width:100%;
	float:left;
	color:#fff;
	position: relative;
	margin-top: 32px;
}

#share #btn-o{
	margin: 0 auto;
    position: relative;
	width:198px;
	color:#fff;

}

#share .btn{
	float:left;
	margin:0px 16px;
	width:34px;
}

#share .btn.r{

	margin-right:0px;
}


#share .btn img{
	width:34px;
}

#footer{
	width:100%;
	float:left;
	color:#fff;
	padding:20px 0px;
	font-size:0.7em;
	text-align:center;
	display:none;
}


#desc.opened
{
	height: auto;
}
#desc .toggle .open, #desc .toggle .close{
	color:#39d1b3;
	width:100%;
	text-align:right;
}

#desc .close,
#desc.opened .toggle .open
{
	display: none;
}
#desc .opened,
#desc.opened .toggle .close
{
	display: block;
}

#desc .toggle {
	text-align:right;

}


.module{
	padding:0 16px;
	margin-bottom:32px;

}

.module >div{
	float: left;	position: static;
	width:100%;
	text-align:left;
	margin-bottom:16px;
}


.list a{
	width:100%;
	color:#fff;
	position:relative;
}

.list .title,
.grid .title{
	font-size: 18px;
	margin-bottom: 8px;
	margin-top: 32px;
	color: #ffffff;
}

.block{
	border-bottom:1px solid rgba(255, 255, 255, .2);
	float:left;
	width:100%;
	color:#fff;
	position:relative;
	height: 60px;
}

.block.T1{
	border-bottom: 0px;
}

.block .num, .block .cover{

	font-size:12px;
	color:#fff;
	font-family: 'arial', sans-serif;
	text-align:center;
	position: relative;
	width: 60px;
	overflow: hidden;
	float:left;
}

.block .cover:after,
.grid .cover div:after{
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	border: 1px solid rgba(255, 255, 255, .2);
	content: "";
}

.grid .item[data-type="PAT"] .cover div:after{
	border-radius: 50%;
}

.block.T1 .cover:after{
	border: 0px;
}

.VDO .block .cover{
	width:80px;
	height:60px:
}

 .block .cover .coverImg, .coverImg{
	position:absolute;
	top:0;
	left:0;
	right: 0;
	bottom: 0;
	margin: auto;
 }
.num:before{
    content: "";
    display: block;
    padding-top: 100%;
}
.num .txt{
    position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: white;
}
.num .txt div {
   display: table;
   width: 100%;
   height: 100%;
}
.num .txt span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: white;
	font-size:16px;
}

.num .txt span img{
	width: 16px;
}

.block .desc{
	padding:12px 0px 12px 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-left:60px;
    text-align: left;
}
.CL .block .desc{
	/*margin-left:120px;*/
	margin-left:88px;

}
.VDO .block .desc{
	/*margin-left:80px;*/
}

.block .desc div{
    display: table-cell;
    vertical-align: middle;
}

.block .desc span{
}

.block .desc .song{
	padding-top:4px;
	color:#fff;
	font-size:16px;
}


.block .desc .singer{
	padding-bottom:12px;
	font-size:14px;
	color:#a1a1a1;
}

.total{
	padding:8px 0px 0px 0px;
	float:left;
	width:100%;
	color:#fff;
	font-size:12px;
}

.module.grid{
	padding:0 8px;
}

.grid .title{
	margin-left: 8px;
	color: #ffffff;
}

.item{

	width:33%;
	position:relative;
	float:left;
}

.item .cover{
	margin-bottom: 8;
}

.item .cover, .item .name{
    padding: 0 8px;
}
.item .cover div{
    width:100%;
	position:relative;
}

.item .name {
	text-align:left;
	height:60px;

}

.item .name .H4{
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}

.item .album{
	max-height:40px;
	overflow:hidden;
}

.PAT .name{
	text-align:left;
}

.grid.PAT .name{
	text-align: center;
}

.item[data-type="PAT"] img{
	border-radius: 50%;
}

.module.list.VDO .cover{
	width:80px;
	height: 60px;
}

.module.TC .tc{
	font-size: 16px;
	line-height: 22px;
	height: 80px;
	overflow: hidden;
}

.module.TC .tc.opened{
	height: auto;
	white-space:pre-line;
	margin-top:-41px;
}

.module.TC .tc .open,
.module.TC .tc .close{
	font-size: 12px;
	color: #39D1B3;
	text-align: right;
}

.module.TC .tc .close{
	display: none;
}
.module.TC .tc.opened .close{
	display: block;
}

.module.TC .tc.opened .open{
	display: none;
}
.module.TC .tc .open{
	display: block;
}

.item.T1, .item.T2{
	display: none;
}

.T1, .T2{
	display: none;
}

#artist a{
	margin-right: 24px;
}

#shadow{
	display: none;
}

#bottom {
	display: block;
	position: absolute;
	height:60px;
	bottom:0px;
	/*background:url(../../images/artist_bottom.png) repeat-x ;
	background-size:cover;*/
	overflow:hidden;
}

@media screen and (min-width:768px){
	.T1{
		display:block;
	}

	.block{
		border-top: 0px;
	}

	.block.T1 .cover:before{
		content:"";
		display: block;
		padding-top: 100%;
	}

	#content .last{
		margin-bottom: 75px;
	}

	#bg{
		height: 224px;
	}



	#cover{
		margin: 55px auto 16px 16px;
		height: 234px;
		width: 234px;
		float: left;
	}

	#profile{
		float: left;
		padding:81px 16px 23px 16px;
		width: 63%;
	}

	#title{
		font-size: 32px;
		line-height: 32px;
		margin-bottom: 16px;
		height: 32px;
	}

	#content.PAT #title{
		height: 53px;
	}

	#content.PAT #follow{
		float: left;
		position:absolute;
		margin-top: 53px;
	}

	#artist{
		margin-bottom: 0px;
	}

	#artist a{
		margin-right: 32px;
	}

	#artist a img{
		width: 42px;
		margin-right: 16px;

	}

	#artist span, #artist{
		top: -14px;
		font-size: 24px;
		height: 44px;
	}

	#desc{
		margin-top: 32px;
	}

	.block{
		height: 44px;
	}

	.block .num, .block .cover{
		width: 44px;
		font-size: 14px;
	}

	.block .desc .song{
		padding-top: 0px;
		width: 280px;
	}

	.PAT .block .desc .song,
	.PAT .module.PL .block .desc .song{
		padding-top: 0px;
		width: 248px;
	}

	.module.PL_G .block .song{
		width: 204px;
	}

	.PAT .block .desc .singer{
		width:168px;
	}

	.block .desc .singer,
	.block .desc .album{
		padding-top: 0px;
		width: 168px;
	}

	.block .desc .length{
		display: inline-block;
		font-size: 14px;
		color: #ffffff;
		float: right;
		width: 40px;
		text-align: center;
	}

	.block .desc .singer,
	.block .desc .song ,
	.block .desc .album	{
		display: inline-block;
		float: left;
		font-size: 14px;
		color: #ffffff;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.block .desc .singer .album{
		display: none;
	}

	.block .desc{
		line-height: 18px;
		height: 18px;
		margin-left: 44px;
	}

	.block .desc br{
		display: none;
	}


	.block .desc span{
		display: inline-block;
	}

	.item{
		width: 25%;
	}

	.PAT #cover{
		height: 214px;
		margin: 5px auto 0px 0px;
	}

	#bg.PAT{
		height: 214px !important;
	}

	#content.PAT{
		/*margin-top: -55px;*/
		margin-top: -35px;
	}

	.PAT #profile{
		padding: 98px 0px 0px 78px;
		position: absolute;
		font-size: 32px;
	}

	.item.T1{
		display: block;
	}

	.PAT .module .list,
	.PAT .module .grid{
		margin-top: 32px;
	}

	.PAT .module .title{
		font-size: 16px;
		margin-bottom:16px;
	}

	.module.PL .block .song{
		width: 224px;
	}
	.module.PL .block .singer,
	.module.PL .block .album{
		width: 168px;
	}

	.module.PL .block .singer .album{
		display: none;
	}

	.module.list.VDO .cover{
		width:56px;
		height: 42px;
	}

	#content.PAT #cover #coverImg,
	#content.PAT #cover #defaultImg{
		display: none;
	}

	#content.PAT #cover #coverBigImg{
		display: block;

	}

	#content.PAT #cover:before{
		border: 0px;
	}

	#shadow{
		display: block;
		position: absolute;
		top: 0px;
	}



	.module.TC .tc{
		width: 65%;
		float: left;
		margin-left: 16px;
		margin-top: 16px;
	}

	.module.TC .tc.opened{
	margin-top:-21px;
	}

	.module.TC .tc .open,
	.module.TC .tc .close{
		font-size: 16px;
	}

	#cover:before{
		background-size: 48px;
		background-position: 170px 170px;
	}

	#profile.chart #title{
		padding-top: 60px;
	}

	#share{
		position: relative;
		bottom: 0px;
	}

	#content{
		min-height:86.9%;
		overflow:visible;
	}

	body.android #cover.an {
		margin:16px auto 16px 16px;
	}

	body.android #profile.an{
		padding:51px 16px 23px 16px;
	}

	body.android #profile.song{
		padding:71px 16px 23px 16px;
	}

	body.android #profile.pp{
		margin-top: -6px;
	}

	#profile.pp {
		margin-top: 16px;
	}

	#profile.song{
		padding:91px 16px 23px 16px;
	}
}


@media screen and (min-width:1024px){
	.module.PL .block .song{
		width: 336px;
	}
	.module.PL .block .singer,
	.module.PL .block .album,
	.PAT .block .desc .singer{
		width: 224px;
	}


	.block .desc .song{
		padding-top: 0px;
		width: 460px;
	}

	.item{
		width: 16.66%;
	}

	#profile{
		width: 71%;
	}

	.item.T1, .item.T2{
		display: block;
	}

	.module.TC .tc{
		width: 74%;
		float: left;
		margin-left: 16px;

	}
}
