body {
	background: #fff;
	background: url(../../../public/images/pics/bgCon1.png) no-repeat center center;
    background-size: 100% 100%;
}

/* 简介弹窗 */
.popBox {
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 999;
}

.popBox .popDiv {
	width: 800px;
	left: 50%;
	margin-left: -400px;
	top: 15%;
	padding: 0 20px 40px 30px;
	background-color: #fff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	box-sizing: border-box;
}

.popBox .popDiv .popTitle {
	width: 715px;
	height: 80px;
	line-height: 80px;
}

.popBox .popDiv .popDate {
	width: 740px;
	max-height: 300px;
	overflow-y: scroll;
	overflow-x: hidden;
	box-sizing: border-box;
	padding: 15px 20px;
	background-color: #f1f2f3;
	color: #4c4c4c;
	line-height: 24px;
}

.popBox .popDiv .popDate::-webkit-scrollbar {
	width: 5px;
	height: 4px;
}

.popBox .popDiv .popDate::-webkit-scrollbar-thumb {
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background-color: #ccd0d4;
}

.popBox .popDiv .popDate:S:-webkit-scrollbar-track {
	border-radius: 0;
}

/* 头部底部 start */
.headerBtm{
    height: 160px;
    background: url(../../../public/images/common/headerBottom_bg01.png) no-repeat top center;
    background-size: 100% 100%;
    overflow: hidden;
}
.headerBtm .titPic {
    margin-top: 38px;
    margin-left: -72px;
    width: 370px;
    height: 84px;
    background: url(../../../public/images/common/headerBg_wh01.png) no-repeat center center;
    background-size: 100% 100%;
}

.headerBtm .titPic img{
    margin-top: 24px;
    display: block;
    margin-right: 46px;
}

.headerBtm .titCont{
    margin-left: 15px;
    font-size: 20px;
    color: #d9f0ff;
    line-height: 160px;
}

.titNav {
	margin-top: 25px;
}

.titNav li {
	width: 390px;
	height: 45px;
	line-height: 45px;
}

.titNav li a {
	display: block;
	text-align: center;
	color: #7a8ba6;
	font-size: 18px;
	font-weight: bold;
	background-color: #ffffff;
	border-radius: 3px;
}

.titNav li .on {
	color: #ffffff;
	background: url(../images/titNav_on.png) no-repeat center center;
	background-size: 100% 100%;
}

/* 头部底部 end */


.filterContainer{
	overflow: hidden;
}

.title .playerBox {
	cursor: move;
}

.grid-music-container .m-now-info .playerTitle {
	display: block;
}

.box {
	right: 50%;
	margin-right: -430px;
}

.title {
	width: 320px;
	text-align: center;
	position: absolute;
	top: -0;
	left: -165px;
	/* padding-bottom: 10px; */
}

.title .playerBox {
	display: block;
	width: 125px;
	height: 125px;
	border-radius: 50%;
	margin: 0 auto;
	overflow: hidden;
	background: url(../images/player01.png);
}
.title .playerBox.on{
	-webkit-animation: move 2500ms linear infinite;
	-moz-animation: move 2500ms linear infinite;
	-ms-animation: move 2500ms linear infinite;
	animation: move 2500ms linear infinite;
}

@-webkit-keyframes move {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@-moz-keyframes move {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@-ms-keyframes move {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@-o-keyframes move {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes move {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.title .headset {
	width: 65px;
	height: 65px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1000;
	background: url(../images/headset01.png) no-repeat;
}

.title .playerBox img {
	width: 100%;
}

.title .headset1 {
	width: 94px;
	height: 94px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 99;
	background: url(../images/headset02.png) no-repeat;
}

.title .headset1.on{
	-webkit-animation: move1 2500ms linear infinite;
	-moz-animation: move1 2500ms linear infinite;
	-ms-animation: move1 2500ms linear infinite;
	animation: move1 2500ms linear infinite;
}

@-webkit-keyframes move1 {
	0% {
		transform: rotate(360deg);
	}

	100% {
		transform: rotate(0deg);
	}
}

@-moz-keyframes move1 {
	0% {
		transform: rotate(360deg);
	}

	100% {
		transform: rotate(0deg);
	}
}

@-ms-keyframes move1 {
	0% {
		transform: rotate(360deg);
	}

	100% {
		transform: rotate(0deg);
	}
}

@-o-keyframes move1 {
	0% {
		transform: rotate(360deg);
	}

	100% {
		transform: rotate(0deg);
	}
}

@keyframes move1 {
	0% {
		transform: rotate(360deg);
	}

	100% {
		transform: rotate(0deg);
	}
}

.box .con {
	position: relative;
	top: 140px;
    left: -102px;
	width: 320px;
	height: 166px;
	background: #424646;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}

.box .con .playerBTBox a.aIcon {
	width: 20px;
	height: 20px;
	background: url(../images/playerCollect.png) no-repeat left center;
}

.playShare .shareUlBox {
	z-index: 10;
	top: 27px;
    left: -61px;
}

.playShare:hover .shareUlBox {
	display: block;
}


.box .con .playerBTBox .collect.on {
	background: url(../images/playerCollectOn.png) no-repeat left center;

}

.box .con .playerBTBox a.aIcon.share {
	background: url(../images/playerShare.png) no-repeat left center;
}

#changeArea {
	display: inline-block
}

.HeaderWrap .RightWrap ul .siteNav .title {
	top: 0;
	left: 0;
	margin: 0;
	padding-bottom: 0;
}
.mryt_Search .sortBox{
	margin-left: 0;
}
/* 左 开始 */

ul.dataList{
	min-height: 440px;
}
ul.dataList li {
	/* width: 588px; */
	width: 100%;
	box-sizing: border-box;
	padding: 19px 0 19px 24px;
	border-radius: 6px;
	/* border: 1px solid #ededed; */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	margin-right: 24px;
	background: url(../images/dyLiBg1.png) no-repeat center center;
	background-size: 100% 100%;
}

ul.dataList li:hover {
	/* border: 1px solid #1578f1; */
	background: url(../images/dyLiHoverBg1.png) no-repeat center center;
	background-size: 100% 100%;
	box-shadow: 0px 0px 8px 1px rgba(55,69,103,0.2);
}

ul.dataList li:hover .leftLi a{
	color: #1578f1;
}

ul.dataList li:hover .liDetail{
	background: url(../images/dyLiDetailHoverBg.png) no-repeat center center;
	color: #1578f1;
	border-radius: 5px;
}

ul.dataList li:hover .liDetail i{
	background: url(../images/dsIcon033.png) no-repeat center center;
}

ul.dataList li.on {
	/* border: 1px solid #1578f1; */
	background: url(../images/dyLiOnBg1.png) no-repeat center center;
	background-size: 100% 100%;
	box-shadow: 0px 0px 8px 1px rgba(55,69,103,0.2);
}

ul.dataList li.on .leftLi a{
	color: white;
}

ul.dataList li.on .leftLi a:hover{
	color: white;
}

ul.dataList li.on .leftLi p{
	color: white;
}

ul.dataList li.on .liDetail{
	background: url(../images/dyLiDetailOnBg.png) no-repeat center center;
	color: white;
	border-radius: 5px;
}

ul.dataList li.on .liDetail:hover {
	background: url(../images/dyLiDetailOnBg.png) no-repeat center center;
	color: white;
	border-radius: 5px;
}

ul.dataList li.on .liDetail i{
	background: url(../images/dsIconOn.png) no-repeat center center;
}

ul.dataList li:nth-child(2n) {
	margin-right: 0;
}


ul.dataList li .play {
	height: 59px;
	width: 59px;
	background: url(../images/dsIcon01.png) no-repeat left center;
	margin-top: 8px;
}

ul.dataList li.listTitle.on .play {
	background: url(../images/dsIcon022.png) no-repeat left center;
}

ul.dataList li .listTitle {
	width: 750px;
}

ul.dataList li .leftLi {
	/* width: 352px; */
	width: 910px;
	margin-left: 12px;
	box-sizing: border-box;
	padding: 10px 15px 10px 0;
	border-right: 1px solid #ededed;
}

ul.dataList li .leftLi a {
	height: 19px;
	line-height: 19px;
}

.text-787b80 {
	color: #787b80;
}

ul.dataList li.on a {
	color: white;
}

ul.dataList li a:hover {
	color: #1578f1;
}

ul.dataList li .liDetail {
	width: 110px;
	height: 75px;
	box-sizing: border-box;
	/* padding-top: 52px; */
	text-align: center;
	color: #787b80;
	/* background: url(../images/dsIcon03.png) no-repeat center 11px; */
	margin: 0 15px;
	margin-left: 44px;
	margin-right: 40px;
}

ul.dataList li .liDetail i{
	width: 20px;
	height: 24px;
	background: url(../images/dsIcon03.png) no-repeat center center;
	margin: auto;
	margin-top: 11px;
}

ul.dataList li .liDetail span{
	margin-top: 13px;
}

ul.dataList li .liDetail:hover {
	background: url(../images/dyLiDetailHoverBg.png) no-repeat center center;
	color: #1578f1;
	border-radius: 5px;
}

ul.dataList li .text-red {
	color: #fa2515;
}

.paraoverflow1 {
	display: -webkit-box !important;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

ul.dataList li .spanIcon {
	height: 27px;
	line-height: 27px;
}

ul.dataList li .pListJj {
	height: 50px;
	line-height: 25px;
}

.shareBox {
	position: absolute;
	right: -50px;
	top: 0px;
}

/* 左 结束 */

/* tabList start */
.tabList{
    height: 69px;
    line-height: 69px;
    border-bottom: 1px solid #e6e7ed;
    box-sizing: border-box;
}

.tabList li {
   margin-right: 40px;
   line-height: 69px;
   height: 69px;
}

.tabList li a{
    height: 60px;
    color: #808080;
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
    padding-left: 5px;
}

.tabList li a span i {
    font-style: italic;
}

.tabList li.on a{
    font-size: 24px;
    color: #333333;
}

.tabList li.on a  span i{
    color: #1578f1;
}

.tabList li.on a:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 48px;
    width: 100%;
    height: 2px;
    background: #1578f1;
}
/* tabList end */