
/*首页-----index.html样式---541----------------------------------------------------------*/
body {
	-webkit-overflow-scrolling: touch;
}
/*外层容器 */
.wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	display: box;
	display: -webkit-box;
	-webkit-box-orient:vertical;
			box-orient:vertical;
}
.top-wrap {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
/*头部样式---header*/
.header {
	position: relative;
	width: 100%;
	height: 4rem;
	line-height: 4rem;
	padding: 0.5rem 0;
	overflow: hidden;
	background: #fff;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
}
.logo {
	display: block;
	width: 3rem;
	height: 3rem;
	margin-left: 1rem;
	background: url("../images/icon58.png") no-repeat center center;
	background-size: cover;
	float: left;
}
.logo-msg {
	height: 4rem;
	margin-left: .5rem;
	float: left;
}
.logo-msg p {
	line-height: 1.5rem;
}
.logo-name {
	color: #703ec5;
	font-size: 1.1rem;
}
.logo-intro {
	color: #222;
	font-size: .9rem;
}
.btn1 {
	position: absolute;
	top: 50%;
	right: 1rem;
	display: inline-block;
	width: 6.5rem;
	height: 2rem;
	line-height: 2rem;
	text-align: center;
	margin-top: -1rem;
	box-sizing: border-box;
	border-radius: 2rem;
	color: #FFF;
	font-size: 0.8rem;
}
.btn-download {
	background: #6872d9;
}

/*MV区域样式*/
.module-video {
	position: relative;
	width: 100%;
	height: 100%;
}
.video-box {
	display: block;
	overflow: hidden;
	min-height: 320px;
	background: #000;
}
.video-box img {
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}
.module-video video {
    width: 100%;
    min-height: 320px;
    text-align: center;
    vertical-align: middle;
}
.lyric-box {
	display: none;
	color: #fff;
}
.lyric-name {
	line-height: 2rem;
	margin-bottom: 10px;
}
.lyric-line {
	line-height: 2rem;
	font-size: 1rem;
}

/*android---ios兼容*/
.mvlayer-ios {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	background: rgba(0,0,0,0.5);
}
.btn-play {
    position: absolute;
    left: 50%;
    top: 50%;
	width: 68px;
    height: 68px;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    box-sizing: border-box;
    border-radius: 68px;
    border: 2px solid #fff;
    overflow: hidden;
    z-index: 4;
    background: rgba(0,0,0,.5);
}
.play-icon {
	position: absolute;
    left: 50%;
    top: 50%;
	display: block;
	width: 0;
    height: 0;
    transform: translate(-35%, -50%);
    -ms-transform: translate(-35%, -50%);
    -webkit-transform: translate(-35%, -50%);
    font-size: 0;
    line-height: 0;
    border-width: 12px 0 12px 20px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #fff;
}
.progress-box {
	display: none;
	position: absolute;
	z-index: 3;
	bottom: 0;
	left: 0;
	right: 0;
	height: 50px;
	overflow: hidden;
	background: rgba(0,0,0,.8);
}
.progress-wrap {
	display: box;
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -moz-box;
}
.time-flex {
	box-flex: 1;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	flex: 1;
}
.begin-time, .end-time {
	display: block;
	line-height: 50px;
	text-align: center;
	color: #fff;
}
.progress-bar {
	position: relative;
	height: 50px;
	box-flex: 8;
	-webkit-box-flex: 8;
	-moz-box-flex: 8;
	flex: 8;
}
.bar-body {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 4px;
	margin-top: -2px;
	background: #626262;
	border-radius: 5px;
}
.bar-point {
	position: absolute;
	top: -10px;
	right: -12px;
	display: block;
	width: 24px;
	height: 24px;
	border-radius: 24px;
	background: transparent;
}
.bar-point em {
	display: block;
	width: 14px;
	height: 14px;
	margin-left: 5px;
	margin-top: 5px;
	background: #fff;
	border-radius: 14px;
}
.bar-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 4px;
	border-radius: 4px;
	background: #fff;
}

	/*歌词显示-----------*/
.lyric-for-ios {
	position: absolute;
	top: 2.5rem;
	left: 0;
	bottom: 50px;
	z-index: 3;
	width: 100%;
	overflow-y: auto;
	text-align: center;	
}
.lyric-for-only {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 3;
	width: 100%;
	border-bottom: 1px solid #ccc;
	overflow-y: auto;
	text-align: center;	
	background: url(../images/bg-lyric.png) no-repeat 20px 0;	
	background-size: 25px;
}

/*歌手信息条BAR--版权--首页*/
.module-singer {
	position: relative;
	width: 100%;
	height: 4rem;
	overflow: hidden;
	background: #f1f2f6;
}
.singer-photo {
	position: absolute;
	top: 0.5rem;
	left: 1rem;
	display: block;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 100%;
}
.singer-row {
	position: absolute;
	top: 0.5rem;
	left: 4.5rem;
	width: 35%;
}
.singer-name {
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #232323;
}
.publish-time {
	position: absolute;
	top: 2rem;
	left: 4.5rem;
	font-size: 0.8rem;
	color: #8a8a8a;
}
.copyright {
	position: absolute;
	top: 2px;
	right: -3.5rem;
	display: block;
	width: 3rem;
	height: 1.5rem;
	margin-left: 1rem;
	background: url(../images/btn-copyright.png) no-repeat center top;
	background-size: contain;
}

.btn-home {
	padding-left: 1rem;
	background:url(../images/btn-home2.png) no-repeat center top;
	background-size: contain;
}

/*工具模块样式，包含心情文字、分享和点赞等*/
.module-tools {
	width: 100%;
	padding: 1rem 0 .9rem;
	background: #f1f2f6;
	border-bottom: 1px solid #bebfc2;
	box-sizing: border-box;
	overflow: hidden;
}
.mood-text {
	padding: 0 1.2rem;
	padding-bottom: 0.8rem;
	line-height: 1.5rem;
	background: #f1f2f6;
	color: #3a3a3a;
}
.mt0 {
	margin-top: 0;
}
.toolsbox {
	width: 100%;
	height: 2rem;
	display: box;
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -moz-box;
}
.btn-wrap {
	box-flex: 1;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	flex: 1;
}
.btn-wrap:nth-child(2) {
	box-flex: 4;
	-webkit-box-flex: 4;
	-moz-box-flex: 4;
	flex: 4;
}
.btn-wrap:nth-child(4),.btn-wrap:nth-child(5) {
	box-flex: 2;
	-webkit-box-flex: 2;
	-moz-box-flex: 2;
	flex: 2;
}
.btn2 {
	height: 1.8rem;
	padding: 0 1rem;
	border-radius: 1.8rem;
	font-size: 0.8rem;
	white-space: nowrap;
	background: #819ef0;
	color: #fff;
}

.btn-tools {
	width: 1.6rem;
	height: 1.6rem;
	line-height: 1.6rem;
	margin-right: 10px;
	white-space: nowrap;
	font-size: 0.9rem;
}
.btn-lyric {
	margin-left: 1rem;
	
}
.btn-share {
	background: url(../images/btn-share.png) no-repeat center center;
	background-size: 70%;
}
.btn-comment {
	background: url(../images/btn-comment.png) no-repeat center center;
	background-size: 70%;
}
.btn-praise {
	background: url(../images/btn-like.png) no-repeat center center;
	background-size: 70%;
}
.num-comment, .num-praise {
	display: block;
	width: 100%;
	text-align: center;
	margin-left: 1.5rem;
}

/*tab导航条---评论、更多和推荐*/
.tabnav-box {
	width: 100%;
	height: 52px;
	overflow: hidden;
	margin-top: 10px;
	border-top: 1px solid #bebfc2;
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box;
}
.tabnav {
	width: 100%;
	height: 50px;
	background: #fff;
	border-bottom: 1px solid #bebfc2;
	box-sizing:border-box;
}
.tabnav li {
	width: 33.3%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	float: left; 
}
.tabnav .active {
	color: #4852b3;
	border-bottom: 2px solid #4852b3;
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box; 
}
.tabfixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
}

#moduleWrap { background: #fff;}
/*评论模块样式*/
.module-comment {
	display: none;
	width: 100%;
	min-height: 10rem;
	padding-bottom: 3.5rem;
	background: #fff; 
}
.comment-wrap {
	min-height: 3rem;
	padding: 0.5rem 0;
	padding-left: 1rem;
	overflow: hidden;
}
.comment-photo {
	display: block;
	width: 2.5rem;
	height: 2.5rem;
	float: left;
	border-radius: 3rem;
}
.comment-msg {
	-float: left;
	margin-left: 3.5rem;
	border-bottom: 1px solid #e2e2e2;
}
.comment-name {
	color: #2b57a8;
}
.comment-time {
	font-size: 0.8rem;
	color: #8a8a8a;
}
.comment-content {
	margin: 0.5rem 0;
	padding-right: 1rem;
	color: #333;
}

/*发送评论框样式*/
.comment-send {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3.5rem;
	line-height: 3.5rem;
	background: #fff;
	border-top: 1px solid #ccc;
}
.txt-comment {
	-webkit-appearance:none;
	width: 75%;
	height: 2rem;
	margin-left: 1rem;
	padding-left: 0.5rem;
	border: 0;
	border: 1px solid #bebfc2;
	border-radius: 5px;
	background: #fff;
	font-size: 0.8rem;
	box-sizing: border-box;
}
.btn-send {
	-webkit-appearance:none;
	width: 15%;
	height: 2rem;
	border: 0;
	font-size: 0.8rem;
	color: #fff;
	background: #6872d9;
	border-radius: 5px;
}

/*更多原创和推荐mv列表样式*/
.wesing-list {
	position: relative;
	width: 100%;
	min-height: 10rem;
	padding-bottom: 50px;
	overflow: hidden;
	background: #000;
}
.wesing-item {
	width: 50%;
	min-height: 160px;
	float: left;
	background: #000;
	box-sizing: border-box;
	padding: 0 1px;
	margin-top: 1px;
}
.wesing-bg  {
	width: 100%;
	overflow: hidden;
	text-align: center;
	background: #000;
}
.img-wrap {
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.wesing-bg  img {
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}
.wesing-info {
	position: relative;
	height: 48px;
}
.wesing-photo {
	position: absolute;
	left: .5rem;
	top: -50%;
	display: block;
	width: 2.6rem;
	height: 2.6rem;
	border-radius: 100%;
}
.wesing-nickname {
	position: absolute;
	top: 5px;
	left: 3.5rem;
	width: 40%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #FFF;
	font-size: 0.9rem;
}
.wesing-like {
	position: absolute;
	top: 5px;
	right: 1rem;
	color: #8a8a8a;
}
.wesing-like::before {
	content: "";
	display: inline-block;
	width: 1rem;
	height: 1rem;
	margin-right: 5px;
	background: url(../images/btn-like.png) no-repeat center bottom;
	background-size: contain;
}
.wesing-songname {
	position: absolute;
	bottom: 5px;
	left: .5rem;
	width: 95%;
	height: 1rem;
	color: #acacac;
	font-size: 0.9rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.loadmore {
	position: absolute;
	left: 0;
	bottom: 1rem;
	display: inline-block;
	width: 100%;
	text-align: center;
	color: #6b6b6b;
}

/*分享到模块样式*/
.cover-wrap {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9998;
	width: 100%;
	background: rgba(0,0,0,0.5);
}
.module-share {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9999;
	width: 94%;
	height: 240px;
	padding: 0 3%;
	text-align: center;
	background: #fff;
}
.tit-share {
	position: relative;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	border-bottom: 1px solid #666;
}
.btn-cancel {
	position: absolute;
	top: 14px;
	right: 14px;
	display: block;
	width: 22px;
	height: 22px;
	background: url(../images/btn-cancel.png) no-repeat center center;
	background-size: contain;
}
.icon-share-box {
	position: relative;
	width: 100%;
}
.icon-share {
	display: inline-block;
	position: absolute;
	top: 10px;
	width: 50px;
	height: 50px;
	line-height: 130px;
}
.icon-fr {
	left: 10%;
	background: url(../images/icon-fr.png) no-repeat 0 0;
	background-size: cover;
}
.icon-wx {
	left: 42%;
	background: url(../images/icon-wx.png) no-repeat 0 0;
	background-size: cover;
}
.icon-wb {
	left: 75%;
	background: url(../images/icon-wb.png) no-repeat 0 0;
	background-size: cover;
}
.icon-qz {
	top: 100px;
	left: 10%;
	background: url(../images/icon-qz.png) no-repeat 0 0;
	background-size: cover;
}
.icon-qq {
	top: 100px;
	left: 42%;
	background: url(../images/icon-qq.png) no-repeat 0 0;
	background-size: cover;
}
.warn-share {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 94%;
	padding: 15px 3%;
	text-align: center;
	background: #fff;
}

/*个人主页样式---------------------------------------------------------------------------------*/

.module-personal {
	text-align: center;
	background: #fff;
} 
.personal-info {
	position: relative;
	padding-top: 30px;
	overflow: hidden;
}
.info-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	-webkit-filter: blur(3px);
	filter: blur(3px);
/*	opacity: .9; 
	filter:alpha(opacity=60)*/
}
.info-box {
	position: relative;
	z-index: 2;
}
.btn-focus {
	position: absolute;
	top: 0;
	right: 20px;
	display: block;
	width: 4rem;
	height: 2rem;
	line-height: 2rem;
	border-radius: 2rem;
	background: #ccc;
}
.personal-avatar {
	position: relative;
	left: 50%;
	width: 70px;
	height: 70px;
	margin-left: -35px;
	border-radius: 70px;
}
.personal-name {
	line-height: 3rem;
	font-size: 1.2rem;
	font-weight: 900;
	color: #fff;
}
.personal-signature {
	width: 70%;
	height: 3rem;
	padding: 0 15%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #fff;
}
.personal-data {
	display: box;
	display: -webkit-box;
	border-bottom: 1px solid #bebfc2;
	box-sizing: border-box;
}
.info-flex {
	position: relative;
	box-flex: 1;
	-webkit-box-flex: 1;
	padding: 5px 0;
}
.info-num {
	line-height: 26px;
}
.info-name {
	line-height: 26px;
}
.arrow {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #bebfc2;
}
.arrow span {
	display: block;
	position: absolute;
    top: 1px;
    left: -8px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
}
.works-box {
	margin-bottom: 10px; 
	background: #fff;
	border-top: 1px solid #b5b5b8;
}
.works-box:first-child {
	border: 0;
}
.works-box .module-singer {
	background: #fff;
}
.works-box .mood-text {
	background: #fff;
}
.works-box .module-tools {
	background: #fff;
}
.lyric-show {
	position: relative;
	width: 100%;
	height: 100%;
	margin-top: 10px;
	padding-top: 20px;
	padding-bottom: 30px;
	overflow: hidden;
	border-top: 1px dashed #bebfc2;
}
.lyric-row {
	line-height: 25px;
	padding-left: 1rem; 
}
.lyric-icon {
	position: absolute;
	top: -15px;
	left: 1.5rem;
	display: block;
	width: 50px;
	height: 50px;
	background:#f1f2f6 url(../images/btn-lyric.png) no-repeat center center;
	background-size: 60%;
}
.scan-more {
	position: absolute;
	bottom: 5px;
	left: 1rem;
	color: #0a71c9;
	text-decoration: underline;
}