.index-slide-item{
	max-width:1560px;
	width:96%;
	height:auto;
	margin:15px auto 0 auto;
	overflow:hidden;
}
.index-slide-item .swiper-container{
	width:100%;
	max-width: 100%;
	height:100%;
	max-height: 100%;
}
.index-slide-item .swiper-slide {
	display:block;
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position:relative;
}
.index-slide-item .swiper-slide img{
	width:100%;
}
.index-slide-item .swiper-container-horizontal>.swiper-pagination-bullets, .index-slide-item .swiper-pagination-custom, .index-slide-item .swiper-pagination-fraction{
	bottom:10px;
}
.index-slide-item .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin:0 0px;
}



.index-slide-item .swiper-pagination-bullet {
    width:4%;
    height:4px;
    display: inline-block;
    /*  */border-radius:0%;
    background: #fff;
    opacity: .2;
	transition-duration:1s;
}
.index-slide-item .swiper-pagination-bullet-active {
    opacity: 1;
	width:6%;
	height:6px;
    background:#09CC57;
}


.index-title{
	width:96%;
	max-width:1560px;
	height:auto;
	overflow:hidden;
	font-size:25px;
	line-height:48px;
	color:#333;
	margin:30px auto 30px auto;
	font-weight: normal;
}
.index_zhuanji_slide{
	display:block;
	max-width:1560px;
	width:96%;
	height:auto;
    margin:0 auto 0 auto;
	overflow: hidden;
}

.index_zhuanji_slide .swiperbut{
	width:120px;
	height:50px;
	position:relative;
	margin:20px -20px 0px auto;
	border-radius:5px;
	padding:0 20px;
	float:right;
}
.index_zhuanji_slide .swiperbut .swiper-button-prev {
    background-image: url(img/per-button-prev1.png);
    left:0px;
    left: auto;
	transition-duration:0.5s;
	background-color:rgba(0,0,0, 0.1);
}
.index_zhuanji_slide .swiperbut .swiper-button-prev:hover {
    background-image: url(img/per-button-prev2.png);
    left:0px;
    left: auto;
	transition-duration:0.5s;
	background-color:#09CC57;
}

.index_zhuanji_slide .swiperbut .swiper-button-next {
    background-image: url(img/swiper-button-next1.png);
    left:88px;
    right: auto;
	transition-duration:0.5s;
   	background-color:rgba(0,0,0, 0.1);
}
.index_zhuanji_slide .swiperbut .swiper-button-next:hover{
 background-image: url(img/swiper-button-next2.png);
    left:88px;
    right: auto;
    background-color:#09CC57;
}
.index_zhuanji_slide .swiper-slide{
	display:block;
	width:100%;
	/*height: calc((100% - 30px) / 2);*/
	height:100%;
	overflow:hidden;
	border-radius:0px;
	text-align:center;
}
.index_zhuanji_slide .swiperbut .swiper-button-next, .index_zhuanji_slide .swiperbut .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 49px;
    height: 30px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 49px 30px;
    -webkit-background-size: 49px 30px;
    background-size: 49px 30px;
    background-position: center;
    background-repeat: no-repeat;
}
.index_zhuanji_slide .swiper-slide .item{
	display:inline-block;
	vertical-align: middle;
	width:100%;
	height:100%;
	background-color:#fff;
	overflow:hidden;
	position:relative;
}
.index_zhuanji_slide .swiper-slide .item .toum{
	display:block;
	width:100%;
	height:200px;
}
.index_zhuanji_slide .swiper-slide .item .pic{
	display:block;
	width:100%;
	position:absolute;/*绝对定位*/top:0px;left:0px;
	z-index:1;
}

.index_zhuanji_slide .swiper-slide .item .text{
	display:block;
	width:80%;
	padding:6% 10%;
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:2;
	background: rgba(0,0,0, 0.5);
	transition-duration:1s;
}
.index_zhuanji_slide .swiper-slide .item:hover .text{
	bottom:-200px;
}
.index_zhuanji_slide .swiper-slide .item .text h2{
	display:block;
	width:100%;
	height:36px;
	line-height:36px;
	font-size:20px;
	padding-bottom:10px;
	color:#fff;
	text-align:left;
	font-weight: normal;
	text-overflow:ellipsis;overflow:hidden;white-space: nowrap;
}
.index_zhuanji_slide .swiper-slide .item .text p{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	padding-top:10px;
}
.index_zhuanji_slide .swiper-slide .item .text p span{
	display:block;
	float:left;
	font-size:15px;
	color:#ECECEC;
	line-height:26px;
}
.index_zhuanji_slide .swiper-slide .item .text p em{
	display:block;
	float:right;
	font-size:15px;
	color:#ECECEC;
	line-height:26px;
}
.index_zhuanji_slide .swiper-slide .item .text p em strong{
	font-style:italic;
	font-size:18px;
}
.index_zhuanji_slide .swiper-slide .item .plays{
	display: flex;
    flex-flow: row wrap;
    align-content:space-around;
	width:100%;
	height:100%;
	position:absolute;
	top:-200px;
	left:0px;
	z-index:2;
	background: rgba(0,0,0, 0.5);
	transition-duration:0.5s;
}
.index_zhuanji_slide .swiper-slide .item:hover .plays{
	top:0px;
}
.index_zhuanji_slide .swiper-slide .item .plays img{
	display:block;
	width:80px;
	margin:-40px 0 0 -40px ;
	position:absolute;  
    left:50%;  
    top:50%; 
}
.new-song-list{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	width:98%;
	max-width:1560px;
	height:auto;
	overflow:hidden;
	margin:0px auto 0px auto;
}
@media all and (min-width:1400px){
.new-song-list .item{
	width: calc(94% / 2 - 2%);
	height:80px;
	background-color:#FAFAFA;
	margin: 0 1% 20px;
	float:left;
	padding-right:3%;
	transition-duration:0.2s;
}
}
@media all and (max-width:1400px){
.new-song-list .item{
	width: 100%;
	height:80px;
	background-color:#FAFAFA;
	margin: 0 1% 20px;
	float:left;
	padding-right:3%;
	transition-duration:0.2s;
}
}
.new-song-list .item.cur{
	background-color:#ECF5F0;
}
.new-song-list .item:hover{
	background-color:#ECF5F0;
}
.new-song-list .lst{
	width: 97%;
	margin: 0 0% 20px 0%;
	padding-right: 3%;
}
.new-song-list .item .pic{
	display:block;
	width:80px;
	height:80px;
	overflow:hidden;
	float:left;
}
.new-song-list .item .pic img{
	display:block;
	width:100%;
	height:100%;
	transition-duration:0.5s;
}
.new-song-list .item:hover .pic img{
	transform: scale(1.1);
}
.new-song-list .item h2{
	display:block;
	max-width:200px;
	height:80px;
	float:left;
	font-size:16px;
	line-height:80px;
	color:#222;
	margin-left:4%;
	font-weight: normal;
	transition-duration:1s;
	white-space: nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
}
.new-song-list .item:hover h2{
	margin-left:6%;
}
.new-song-list .item .rc{
	display:block;
	float:right;
	height:80px;
	width:60%;
}
.new-song-list .item .rc h3{
	display:block;
	float:right;
	width:30%;
	font-size:15px;
	line-height:80px;
	color:#222;
	font-weight: normal;
	margin-right:30px;
	margin-left:10px;
}
.new-song-list .item .rc h4{
	display:block;
	width:40%;
	float:right;
	font-size:15px;
	line-height:80px;
	color:#222;
	font-weight: normal;
	text-align:center;
}
.new-song-list .item .rc em{
	display:block;
	float:right;
	font-size:15px;
	line-height:80px;
	color:#666;
}
.new-song-list .item .rc .ico-itemPlay{
	cursor:pointer;
	display:block;
	float:right;
	width:32px;
	height:32px;
	margin:24px 20px 0 0;
	background: url('img/itemPlay1.svg');
	background-size: 32px 32px;	
	transition-duration:0.2s;
}
.new-song-list .item .rc .ico-itemPlay.PlayLinear{
	cursor:pointer;
	display:block;
	float:right;
	width:32px;
	height:32px;
	margin:24px 20px 0 0;
	background: url('img/PlayLinear1.svg');
	background-size: 32px 32px;	
	transition-duration:0.2s;
	animation: rotate 3s linear infinite;
}
.new-song-list .item .rc .ico-itemPlay:hover{
	cursor:pointer;
	display:block;
	float:right;
	width:32px;
	height:32px;
	margin:24px 20px 0 0;
	background: url('img/itemPlay2.svg');
	background-size: 32px 32px;
}
.new-song-list .item .rc .ico-itemDown{
	cursor:pointer;
	display:block;
	float:right;
	width:32px;
	height:32px;
	margin:24px 20px 0 0;
	background: url('img/itemDown1.svg');
	background-size: 32px 32px;	
	transition-duration:0.2s;
}
.new-song-list .item .rc .ico-itemDown:hover{
	cursor:pointer;
	display:block;
	float:right;
	width:32px;
	height:32px;
	margin:24px 20px 0 0;
	background: url('img/itemDown2.svg');
	background-size: 32px 32px;	
}


/*VIP*/
.mainbox {
    color: #7a90ff;
    position: relative;
    -webkit-font-smoothing: antialiased;
	margin:50px 0 0 0;
	padding-bottom:50px;
}

.pricing {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto 3em;
}

.pricing-item {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    align-items: stretch;
    text-align: center;
    -webkit-flex: 0 1 330px;
    flex: 0 1 330px;
}

.pricing-action {
    color: inherit;
    border: none;
    background: none;
}

.pricing-action:focus {
    outline: none;
}

.pricing-feature-list {
    text-align: left;
}

.pricing-palden .pricing-item {
    font-family: 'Open Sans', sans-serif;
    cursor: default;
    color: #222;
    background: #fff;
    box-shadow: 0 0 10px #c1c6c3;
    border-radius: 20px 20px 10px 10px;
    margin: 1em;
	height: 490px;
}

@media screen and (min-width: 66.25em) {
    .pricing-palden .pricing-item {
        margin: 1em -0.5em;
    }

    .pricing-palden .pricing__item--featured {
        margin: 0;
        z-index: 10;
        box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
    }
}

.pricing-palden .pricing-deco {
    border-radius: 10px 10px 0 0;
   background: #09CC57;
    padding: 4em 0 9em;
    position: relative;
}

.pricing-palden .pricing-deco-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 160px;
}

.pricing-palden .pricing-title {
    font-size: 1.75em;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #fff;
}

.pricing-palden .deco-layer {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.pricing-palden .pricing-item:hover .deco-layer--1 {
    -webkit-transform: translate3d(15px, 0, 0);
    transform: translate3d(15px, 0, 0);
}

.pricing-palden .pricing-item:hover .deco-layer--2 {
    -webkit-transform: translate3d(-15px, 0, 0);
    transform: translate3d(-15px, 0, 0);
}

.pricing-palden .icon {
    font-size: 2.5em;
}

.pricing-palden .pricing-price {
    font-size: 5em;
    font-weight: bold;
    padding: 0;
    color: #fff;
    margin: 0 0 0.25em 0;
    line-height: 0.75;
}

.pricing-palden .pricing-currency {
    font-size: 0.15em;
    vertical-align: top;
}

.pricing-palden .pricing-period {
    font-size: 0.15em;
    padding: 0 0 0 0.5em;
    font-style: italic;
}

.pricing-palden .pricing__sentence {
    font-weight: bold;
    margin: 0 0 1em 0;
    padding: 0 0 0.5em;
}

.pricing-palden .pricing-feature-list {
    margin: 0;
    padding: 0.25em 0 2.5em;
    list-style: none;
    text-align: center;
}

.pricing-palden .pricing-feature {
    padding: 1em 0;
}

.pricing-palden .pricing-action {
    font-weight: bold;
    margin: 10px 3em 4em 3em;
    padding: 1em 2em;
    color: #fff;
    border-radius: 30px;
    background: #09CC57;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    cursor: pointer;
}

.pricing-palden .pricing-action:hover,
.pricing-palden .pricing-action:focus {
    background-color: #F5221D;
}

.pricing-palden .pricing-item--featured .pricing-deco {
    padding: 5em 0 8.885em 0;
}

.album-list{
	max-width:1560px;
	width:98%;
	height:auto;
	overflow:hidden;
	margin:0 auto 30px auto;
}
.album-list .item{
	display:inline-block;
	vertical-align: middle;
	width: calc(100% / 4 - 2%);
	height:auto;
	background-color:#FAFAFA;
	margin: 0 1% 30px;
	float:left;
	background-color:#fff;
	overflow:hidden;
	position:relative;
}
.album-list .item .toum{
	display:block;
	width:100%;
	height:200px;
}
.album-list .item .pic{
	display:block;
	width:100%;
	position:absolute;/*绝对定位*/top:0px;left:0px;
	z-index:1;
}

.album-list .item .text{
	display:block;
	width:80%;
	padding:6% 10%;
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:2;
	background: rgba(0,0,0, 0.5);
	transition-duration:1s;
}
.album-list .item:hover .text{
	bottom:-200px;
}
.album-list .item .text h2{
	display:block;
	width:100%;
	height:36px;
	line-height:36px;
	font-size:20px;
	padding-bottom:10px;
	color:#fff;
	text-align:left;
	font-weight: normal;
	text-overflow:ellipsis;overflow:hidden;white-space: nowrap;
}
.album-list .item .text p{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	padding-top:10px;
}
.album-list .item .text p span{
	display:block;
	float:left;
	font-size:15px;
	color:#ECECEC;
	line-height:26px;
}
.album-list .item .text p em{
	display:block;
	float:right;
	font-size:15px;
	color:#ECECEC;
	line-height:26px;
}
.album-list .text p em strong{
	font-style:italic;
	font-size:18px;
}
.album-list .item .plays{
	display: flex;
    flex-flow: row wrap;
    align-content:space-around;
	width:100%;
	height:100%;
	position:absolute;
	top:-200px;
	left:0px;
	z-index:2;
	background: rgba(0,0,0, 0.5);
	transition-duration:0.5s;
}
.album-list .item:hover .plays{
	top:0px;
}
.album-list .item .plays img{
	display:block;
	width:80px;
	margin:-40px 0 0 -40px ;
	position:absolute;  
    left:50%;  
    top:50%; 
}
.album-info{
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
}
.album-info .mp{
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:-1;
	background-size: 100%;
    -webkit-filter: blur(20px);
    filter: blur(21px);
}
.album-info .mp img{
	display:block;
	width:100%;
}
@media (orientation: landscape) {
  #visual{
    height: 100%;
    width: 30%;
	float:left;
  }
}

@media (orientation: portrait) {
  #visual{
    height: 100%;
    width: 30%;
	float:left;
  }
}
.album-info .muinfo{
	width:58%;
	height:auto;
	overflow:hidden;
	margin-top:8%;
	float:right;
	margin-left:2%;
}
.album-info .text{
	width:84%;
	height:auto;
	overflow:hidden;
	background: rgba(255,255,255, 0.8);
	padding:40px 8%;
	border-radius:5px;
}
.album-info .text h1{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:32px;
	line-height:48px;
	color:#333;
	font-weight: normal;
}
.album-info .text em{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#333;
	font-weight: normal;
	margin-top:8px;
}
.album-info .text dl{
	display:block;
	width:100%;
	height:1px;
	margin:15px auto 15px auto;
	background-color:#E0E0E0;
}
.album-info .text p{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
}
.album-info .text p span{
	display:block;
	width:40%;
	height:auto;
	overflow:hidden;
	float:left;
	margin-right:5%;
	font-size:14px;
	line-height:40px;
	color:#666;
}
.album-info .butl{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:15px;
}
.album-info .butl .but1{
	display:block;
	padding:0 40px;
	line-height:42px;
	font-size:14px;
	color:#666;
	background-color:#FBFBFB;
	border:1px solid #C9C9C9;
	float:left;
	margin-right:15px;
}
.album-info .butl .but1:hover{
	background-color:#09CC57;
	border:1px solid #09CC57;
	color:#fff;
}
.album-info .butl .cur1{
	background-color:#09CC57;
	border:1px solid #09CC57;
	color:#fff;
}

.music_box{
	max-width:1560px;
	width:96%;
	height:auto;
	margin:15px auto 4% auto;
	overflow:hidden;
}
.music_box .fms{
	width:260px;
	height:260px;
	border-radius:150px;
	overflow:hidden;
	float:left;
	border:12px solid #222;
}
.music_box .fms img{
	width:100%;
}
.music_box .music_main{
	width:60%;
	height:auto;
	overflow:hidden;
	float:left;
	margin-left:6%;
	margin-top:20px;
}
.music_box .music_main h1{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:26px;
	line-height:48px;
	color:#333;
	font-weight: normal;
}
.music_box .music_main .tl{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:10px auto;
}
.music_box .music_main .tl em{
	display:block;
	float:left;
	margin-right:4%;
	font-size:14px;
	line-height:26px;
	color:#666;
}

.jp-audio{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
}
.jp-controls{
	float:left;
	height:80px;
	overflow:hidden;
	margin:14px auto 0 auto;
}
.jp-controls .jp-play{
	cursor:pointer;
	display:block;
	float:left;
	width:60px;
	height:60px;
	margin:20px 20px 0 0;
	background: url('img/play1.svg');
	background-size: 60px 60px;	
	transition-duration:0.2s;
}
.jp-controls .jp-pause{
	cursor:pointer;
	display:block;
	float:left;
	width:60px;
	height:60px;
	margin:20px 20px 0 0;
	background: url('img/play2.svg');
	background-size: 60px 60px;	
	transition-duration:0.2s;
}
.jp-controls .jp-stop{
	cursor:pointer;
	display:block;
	float:left;
	width:40px;
	height:40px;
	margin:38px 20px 0 0;
	background: url('img/Playstop1.svg');
	background-size: 40px 40px;	
	transition-duration:0.2s;
}
.jp-progress{
	width:60%;
	height:auto;
	overflow:hidden;
	float:left;
}
.jp-progress .jp-seek-bar{
	display:block;
	width:100%;
	height:10px;
	background-color:#CCC;
	border-radius:2px;
}
.jp-progress .jp-play-bar{
	height:10px;
	background-color:#09CC57;
}
.jp-progress  #canvas{
	display:block;
	width:100%;
	height:60px;
	margin-bottom:6px;
}
.jp-sound-control{
	width:100%;
	height:40px;
}
.jp-sound-control .jp-mute{
	cursor:pointer;
	display:block;
	float:right;
	width:28px;
	height:28px;
	margin:0px 0px 0 0;
	background: url('img/Playmute0.svg');
	background-size: 28px 28px;	
	transition-duration:0.2s;
}
.jp-sound-control .jp-unmute{
	cursor:pointer;
	display:block;
	float:right;
	width:28px;
	height:28px;
	margin:0px 0px 0 0;
	background: url('img/Playmute1.svg');
	background-size: 28px 28px;	
	transition-duration:0.2s;
}
.jp-sound-control .jp-volume-max{
	cursor:pointer;
	display:block;
	float:right;
	width:28px;
	height:28px;
	margin:0px 0px 0 0;
	background: url('img/Playmute2.svg');
	background-size: 28px 28px;	
	transition-duration:0.2s;
}
.jp-sound-control .jp-volume-bar{
	display:block;
	float:right;
	width:130px;
	height:8px;
	background-color:#CCC;
	margin:9px 18px;
}
.jp-sound-control .jp-volume-bar-value{
	display:block;
	float:left;
	height:8px;
	background-color:#09F;
}

.jp-volume-time{
	width:100%;
	height:30px;
}
.jp-volume-time .jp-current-time{
	display:block;
	float:left;
	font-size:14px;
	line-height:30px;
	color:#666;
}
.jp-volume-time .jp-duration{
	display:block;
	float:right;
	font-size:14px;
	line-height:30px;
	color:#555;
}
.jp-time-holder{
	display:block;
	float:left;
	height:80px;
	background-color:#CCC;
}
.jp-toggles{
	display:block;
	float:left;
	width:30px;
	height:30px;
	margin:56px 0 0 18px;
}
.jp-toggles .jp-repeat{
	cursor:pointer;
	display:block;
	float:left;
	width:30px;
	height:30px;
	background: url('img/Playrepeat1.svg');
	background-size: 30px 30px;	
	transition-duration:0.2s;
}
.jp-toggles .jp-repeat-off{
	cursor:pointer;
	display:block;
	float:left;
	width:30px;
	height:30px;
	background: url('img/Playrepeat2.svg');
	background-size: 30px 30px;	
	transition-duration:0.2s;
	animation: rotate 3s linear infinite;
    border-radius: 50%;
    -webkit-user-drag: none;
}
.butlist{
	width:100%;
	height:auto;
	overflow:hidden;
	padding-top:15px;
}
.butlist span{
	display:block;
	float:left;
}
.butlist a{
	display:block;
	padding:0 40px;
	line-height:42px;
	font-size:14px;
	color:#666;
	background-color:#FBFBFB;
	border:1px solid #C9C9C9;
	float:left;
	margin-right:15px;
	    cursor: pointer;
}
.butlist a{
	display:block;
	padding:0 40px;
	line-height:42px;
	font-size:14px;
	color:#666;
	background-color:#FBFBFB;
	border:1px solid #C9C9C9;
	float:left;
	margin-right:15px;
	    cursor: pointer;
}
.butlist a:hover{
	background-color:#09CC57;
	border:1px solid #09CC57;
	color:#fff;
}
.butlist a.cur1{
	background-color:#09CC57;
	border:1px solid #09CC57;
	color:#fff;
}
.butlist .likebut{
	display:block;
	float:left;
	margin-right:15px;
	    cursor: pointer;
}
.butlist .likebut img{
	display:block;
	width:32px;
	height:32px;
	margin:5px 0;
}
.butlist .likebut em{
	display:block;
	padding:0 40px;
	line-height:42px;
	font-size:14px;
	color:#fff;
	background-color:#222322;
	border:1px solid #1A1A1A;
}
.butlist .likebut em.cur{
	display:block;
	padding:0 40px;
	line-height:42px;
	font-size:14px;
	color:#666;
	background-color:#F84621;
	border:1px solid #EC3F1A;
	color:#fff;
}


.music_lrc{
	max-width:1560px;
	width:88%;
	height:480px;
	margin:0 auto 0 auto;
	overflow:hidden;
	padding:60px 4%;
	background-color:#333;
	/*background: url(img/bj.jpg) top center no-repeat;background-size: 100%;*/
	background: #000 url(img/bj.jpg) center/contain no-repeat;
}

.lrc_content{
	clear:both;
	display:block;
	max-width:1560px;
	width:100%;
	height:400px;
	overflow:hidden;
	margin:60px auto 60px auto;
}
.lrc_content #lrc_list{
	width:100%;
}
.lrc_content #lrc_list li{
	font-size:16px;
	line-height:42px;
	text-align:center;
	transition-duration:0.2s;
	color:#fff;
}
.lrc_content #lrc_list li.hover {
	color:#FF0;
	font-size:26px;
	line-height:60px;
}






/*专辑播放器*/
.musicPlay{
	width:100%;
	height:auto;
	overflow:hidden;
	padding-bottom:20px;
}
.musicPlay #player{
  width: 100%;
  height:auto;
  overflow:hidden;
  padding:10px 0;
  background-color:#16181C;
  position: relative;
  margin:0 auto;
}
.musicPlay #player .ctrl{
	width:96%;
	height:60px;
	margin:0 auto;
	text-align:center;
}
.musicPlay #player .ctrl .cover{
	float:left;
	width:60px;
	height:60px;
	overflow:hidden;
	border-radius:5px;
}
.musicPlay #player .ctrl .cover img{
	display:block;
	width:100%;
	height:100%;
}
.musicPlay #player .ctrl .cover .aa{
	display:inline-block;
	vertical-align: middle;
	height:60px;
}
.musicPlay #player .ctrl .progress{
	float:left;
	width:46%;
	background-color:#191B1F;
	position: relative;
    cursor: pointer;
	margin-left:10px;
}
.musicPlay #player .ctrl .progress .loaded{
	position: absolute;
    height: 100%;
    opacity: 0.7;
	background-color:#0D060E;
}
.musicPlay #player .ctrl .progress .pace{
	position: absolute;
    height: 100%;
    opacity: 0.7;
	background-color:#09CC57;
	top:0;
	left:0;
	z-index:2;
}
.musicPlay #player .ctrl .progress .a{
	width:0px;
	height:60px;
	background-color:#6C3;
}
.musicPlay #player .ctrl .progress .tag{
	display:block;
	width:100%;
	line-height:60px;
	font-size:16px;
	text-align:center;
	color:#fff;
	top:0;
	left:0;
	z-index:3;
	position: absolute;
}
.musicPlay #player .ctrl .progress .tag strong{
	color:#fff;
	font-weight: normal;
}
.musicPlay #player .ctrl .timer{
	line-height:60px;
	font-size:14px;
	color:#EFEFEF;
	margin-left:1.5%;
	float:left;
}
.musicPlay #player .ctrl .control{
	float:left;
	width:350px;
	height:60px;
	padding-right:2%;
}
.musicPlay #player .ctrl .control .playback{
	cursor:pointer;
	display:block;
	float:left;
	width:50px;
	height:50px;
	background: url('img/vpaly1.svg');
	background-size: 50px 50px;
	margin:5px 4px;
}
.musicPlay #player .ctrl .control .rewind{
	cursor:pointer;
	display:block;
	float:left;
	width:50px;
	height:50px;
	background: url('img/vs1.svg');
	background-size: 50px 50px;
	margin:5px 4px;
}
.musicPlay #player .ctrl .control .fastforward{
	cursor:pointer;
	display:block;
	float:left;
	width:50px;
	height:50px;
	background: url('img/vx1.svg');
	background-size: 50px 50px;
	margin:5px 4px;
}
.musicPlay #player .ctrl .control .playback.playing{
	cursor:pointer;
	display:block;
	float:left;
	width:50px;
	height:50px;
	background: url('img/vpaly2.svg');
	background-size: 50px 50px;
	margin:5px 4px;
}
.musicPlay #player .ctrl .control .volume{
	float:left;
	width:140px;
	height:60px;
	margin-left:10px;
}
.musicPlay #player .ctrl .control .volume .mute{
	cursor:pointer;
	display:block;
	float:left;
	width:30px;
	height:30px;
	background: url('img/vmute1.svg');
	background-size: 30px 30px;	
	margin-top: 15px;
	margin-right:10px;
}
.musicPlay #player .ctrl .control .volume .mute.enable{
	cursor:pointer;
	display:block;
	float:left;
	width:30px;
	height:30px;
	background: url('img/vmute2.svg');
	background-size: 30px 30px;	
	margin-top: 15px;
	margin-right:10px;
}
.musicPlay #player .ctrl .control .volume .shengyin{
	float:left;
	width:100px;
	height:10px;
	background-color:#AEAEAF;
	margin-top:25px;
}
.musicPlay #player .ctrl .control .volume .shengyin .pace{
	height: 100%;
    opacity: 0.7;
	background-color:#09CC57;
}
.musicPlay #player .ctrl .rbut{
	float:right;
	height:60px;
}
.musicPlay #player .ctrl .rbut .repeat{
	cursor:pointer;
	display:block;
	float:left;
	width:30px;
	height:30px;
	background: url('img/vrepeat1.svg');
	background-size: 30px 30px;
	margin:15px 6px;
}
.musicPlay #player .ctrl .rbut .repeat.once{
	cursor:pointer;
	display:block;
	float:left;
	width:30px;
	height:30px;
	background: url('img/vrepeat2.svg');
	background-size: 30px 30px;
	margin:15px 6px;
}
.musicPlay #player .ctrl .rbut .shuffle{
	cursor:pointer;
	display:block;
	float:left;
	width:30px;
	height:30px;
	background-color:#444;
	background: url('img/vshuffle1.svg');
	background-size: 30px 30px;
	margin:15px 6px;
}
.musicPlay #player .ctrl .rbut .shuffle.enable{
	cursor:pointer;
	display:block;
	float:left;
	width:30px;
	height:30px;
	background-color:#444;
	background: url('img/vshuffle2.svg');
	background-size: 30px 30px;
	animation: rotate 3s linear infinite;
	margin:15px 6px;
}


@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.geci{
	background-color:#222;
	width:100%;
	height:auto;
	overflow:hidden;
}
.geci textarea{
	border:0;outline:none;
	width:100%;
	min-height:600px;
	height:auto;
	overflow:hidden;
	font: 16px/40px 'microsoft yahei';
	margin:0 auto;
	color:#fff;
	background-image: url(/public/1.jpg);
	text-align:center;
	overflow-y:scroll;
	overflow-x:hidden;
	resize:none;
    vertical-align:top;
	white-space: pre-line;
background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.geci textarea.cur{
	color:#FF0;
}
.geci textarea::-webkit-scrollbar{
    width: 6px;
    background-color: rgb(232,193,113);
}
.geci textarea::-webkit-scrollbar-thumb{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #000;
}
