/*内容 开始*/
	/*音乐盒分享弹框 开始*/
.playerPop{
	position: fixed;
    overflow: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1000;
    outline: 0;
	 z-index: 1000;
	background: url(../images/bg_Pop.png) repeat;
}		
.PopupBox{
	width: 320px;
	height: 110px;
	background-color: #fff;
	border-radius: 3px;
	top: 50%;
	left: 50%;
	margin-left: -180px;
	margin-top: -75px;
}
.PopupBox .titleShare span{
	width: 300px;
}
.PopupBox .titleShare a{
	width: 20px;
}
.PopupBox .buttonShare{
	margin-top: 27px;
}
.PopupBox .buttonShare a{
	width: 40px;
	height: 40px;
    color: #fff;
    border: none;
	margin-left: 30px;
}
.PopupBox .buttonShare .icon-qq{
	background: url(../images/qqShare.png) no-repeat left center;
}
.PopupBox .buttonShare .social-share .icon-qzone{
	background: url(../images/zoneShare.png) no-repeat left center;
}
.PopupBox .buttonShare .icon-wechat{
	background: url(../images/wechatShare.png) no-repeat left center;
}
.PopupBox .buttonShare .icon-weibo{
	background: url(../images/wbShare.png) no-repeat left center;
}
/*鼠标滑过效果*/
.PopupBox .buttonShare .icon-qq:hover{
	background: url(../images/qqShareOn.png) no-repeat left center;
}
.PopupBox .buttonShare .icon-qzone:hover{
	background: url(../images/zoneShareOn.png) no-repeat left center;
}
.PopupBox .buttonShare .icon-wechat:hover{
	background: url(../images/wechatShareOn.png) no-repeat left center;
}
.PopupBox .buttonShare .icon-weibo:hover{
	background: url(../images/wbShareOn.png) no-repeat left center;
}



/*音乐盒分享弹框 结束*/
/*左侧盒子*/
	/*侧边菜单栏 开始*/
.benefit_main .hd{
width: 164px;
}
.benefit_main .hd .title_hd{
	height: 50px;
	width: 150px;
	line-height: 50px;
	padding-left: 50px;
	background:#0676c9 url(../images/xwdt_title.png) no-repeat 10px center;
	font-size: 20px;
}
.benefit_main .hd ul li ul, .benefit_main .hd ul li ul{
	width: 124px;
	margin-bottom: 30px;
}
.benefit_main .hd ul li ul, .benefit_main .hd ul li ul{
	margin-left: -40px;
}
.benefit_main .hd ul li,.benefit_main .hd ul li ul li{
	width: 124px;
	height: 50px;
	line-height: 50px;
	padding-left: 40px;
	color: #666666;
	margin-top: 5px;
	font-size: 16px;
	background:#f6f6f6 url(../images/xwdt_li.png) no-repeat 16px center;
}
.benefit_main .hd ul{
	/*width: 198px;*/
	margin-bottom: 30px;
}
.benefit_main .hd ul li ul li:hover{
	color: cornflowerblue;
}
.benefit_main .hd ul li.on, .benefit_main .hd ul li.father:hover{
	font-size: 18px;
	background: #308bd8 url(../images/xwdt_liOn.png) no-repeat 16px center;
	color: #FFFFFF;
}
	/*列表 开始*/
.benefit_main .list{
	width: 706px;
}
.benefit_main .list ul{
	border-top: 1px solid #ededed;
}
.benefit_main .list li{
	height: 60px;
	line-height: 60px;
	padding: 0 10px 0 10px;
	border-top: #ededed;
	border-bottom: 1px solid #ededed;
}
.benefit_main .list li .playPic{
	width: 30px;
	height: 60px;
	background: #eee;
	background: url(../images/play.png) no-repeat left center;
}
.benefit_main .list li .on{
	background: url(../images/playOn.png) no-repeat left center;
}
.benefit_main .list li .playTitle{
	width: 510px;
}
.benefit_main .list li .playTitle:hover{
	color: #308bd8;
}
/*右侧盒子 开始*/
.benefit_main .rightBox .jrzcList ul{
	width: 218px;
	/*max-height: 158px;*/
	border: 1px solid #ededed;
	background-color: #fafafa;
	overflow: hidden;
}
.benefit_main .rightBox .jrzcList ul li{
	height: 32px;
	line-height: 32px;
	background: url(../images/liSquare.png) no-repeat left center;
	padding-left: 12px;
}
.benefit_main .rightBox .jrzcList ul li a{
	width: 100%;
}
.benefit_main .rightBox ul li:hover{
	background-color: #eee;
}
.benefit_main .zct_WeChat{
	width: 150px;
	height: 200px;
	padding: 10px 10px;
	background: url(../images/zct_wchat.jpg) no-repeat left center;
	margin: 20px 35px 0;
}
.benefit_main .zct_WeChat p{
	line-height: 17px;
}

.box{
	right: 50%;
	margin-right: -430px;
}
.box .con{
	width: 320px;
	height: 166px;
    background: #424646;
}
.title .playerBox{
	cursor: move;
}
.grid-music-container .m-now-info .playerTitle {
    display: block;
    height: 42px !important;
}
