.bg{
    width: 3072px;
    height: 1275px;
    background: url("../images/bg3.png") no-repeat center;
    background-size: 100%;
    position: absolute;
    left: 50%;
    bottom: 50%;
	margin-left: -1536px;
    margin-bottom: -638px;
	z-index: -3;
    overflow:hidden;
}
@media screen and (max-width: 1200px) {
    .bg{
    width: 2048px;
    height: 850px;
    background: url("../images/bg3.png") no-repeat center;
    background-size: 100%;
    position: absolute;
    left: 50%;
    bottom: 50%;
	margin-left: -1024px;
    margin-bottom: -425px;
	z-index: -3;
    overflow:hidden;
}
}
@media screen and (min-width: 2400px) {
    .bg{
    width: 4096px;
    height: 1700px;
    background: url("../images/bg3.png") no-repeat center;
    background-size: 100%;
    position: absolute;
    left: 50%;
    bottom: 50%;
	margin-left: -2048px;
    margin-bottom: -850px;
	z-index: -3;
    overflow:hidden;
}
}
.logodiv{
	text-align:center;
	position: relative;
}
.logo{
	width: 300px;
    height: 120px;
    background: url("../images/logo.png") no-repeat center;
	background-size: 100%;
	margin-top: 0px;
	margin-bottom: -10px;
	z-index: 4;
	position: relative;
	left: 50%;
	margin-left: -150px;
}
@media screen and (max-width: 1200px) {
    .logo{
	width: 200px;
    height: 80px;
    background: url("../images/logo.png") no-repeat center;
	background-size: 100%;
	margin-top: 0px;
	margin-bottom: -10px;
	z-index: 4;
	position: relative;
	left: 50%;
	margin-left: -100px;
}
}
@media screen and (min-width: 2400px) {
    .logo{
	width: 450px;
    height: 180px;
    background: url("../images/logo.png") no-repeat center;
	background-size: 100%;
	margin-top: 0px;
	margin-bottom: -10px;
	z-index: 4;
	position: relative;
	left: 50%;
	margin-left: -225px;
}
}
.logobg{
	width: 900px;
    height: 600px;
    background: url("../images/bgfade.png") no-repeat center;
    position: absolute;
    left: 50%;
    top: 75%;
	margin-left: -450px;
    margin-top: -300px;
	z-index: 0;
    opacity: 0.5;
	overflow:hidden;
}
@media screen and (max-width: 1200px) {
    .logobg{
	width: 600px;
    height: 400px;
    background: url("../images/bgfade.png") no-repeat center;
    background-size: 100%;
    position: absolute;
    left: 50%;
    top: 75%;
	margin-left: -300px;
    margin-top: -200px;
	z-index: 0;
    opacity: 0.5;
	overflow:hidden;
}
}
@media screen and (min-width: 2400px) {
    .logobg{
	width: 1350px;
    height: 900px;
    background: url("../images/bgfade.png") no-repeat center;
    background-size: 100%;
    position: absolute;
    left: 50%;
    top: 75%;
	margin-left: -675px;
    margin-top: -450px;
	z-index: 0;
    opacity: 0.5;
	overflow:hidden;
}
}
.skycom{
	width: 300px;
    height: 96px;
    background: url("../images/skycom.png") no-repeat center;
	background-size: 100%;
    overflow:hidden;
	margin-top: -10px;
	margin-bottom: -20px;
	z-index: 3;
	position: relative;
	left: 50%;
	margin-left: -150px;
}
@media screen and (max-width: 1200px) {
    .skycom{
	width: 200px;
    height: 64px;
    background: url("../images/skycom.png") no-repeat center;
	background-size: 100%;
    overflow:hidden;
	margin-top: -10px;
	margin-bottom: -20px;
	z-index: 3;
	position: relative;
	left: 50%;
	margin-left: -100px;
}
}
@media screen and (min-width: 2400px) {
    .skycom{
	width: 450px;
    height: 144px;
    background: url("../images/skycom.png") no-repeat center;
	background-size: 100%;
    overflow:hidden;
	margin-top: -10px;
	margin-bottom: -20px;
	z-index: 3;
	position: relative;
	left: 50%;
	margin-left: -225px;
}
}
.bottom{
    font-size: 9pt;
    color: #ddd;
    padding: 5px;
    position: absolute;
    bottom:0px;
    width: 100%;
    text-align:center;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 5px 5px 0px 0px;
    background:rgba(0,0,0,0.2); 
	z-index: 1;
}

/* 播放器大小 */
.music-player {
    font-family: 'iconfont';
    width: 100%;
	overflow: hidden;
}

/* 播放器位置 */
.music-player {
    position: relative;
    margin: 0px auto;
}

/* 播放器主体 */
.music-player__main {
    height: 100%;
	width: 100%;
	padding: 0px;
	position: fixed;
    overflow: hidden;
	z-index: -1;
}

/* 播放器主体模糊背景 */
.music-player__blur {
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(rgba(0, 102, 170, 0.5), rgba(212, 234, 255, 0.5)),  no-repeat fixed;
    background-size: 100%;
    left: 0;
    top: 0;
    z-index: -4;
    -webkit-filter: blur(68px)opacity(0.5);
    filter: blur(68px);
    opacity:0.5;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
    -moz-filter: blur(68px);
    -o-filter: blur(68px);
    -ms-filter: blur(68px);
    overflow:hidden;
}

/* 播放器唱片效果 */
.music-player__disc {
    width: 65px;
    height: 65px;
    background: url(../images/cd.png) no-repeat center;
    background-size: 100%;
    position: relative;
    left:50%;
	z-index: 2;
}
/* 唱片歌曲图片 */
.music-player__image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    overflow: hidden;
    left: 0px;    
	right: 0px;
    top: 0px;
	bottom: 0px;
    margin: auto;
	z-index: 2;
}
/* 播放器控件 */

.music-player__controls {
    float: left;
    font-size: 9pt;
    color: #ddd;
    padding: 10px 0px 4px 0px;
    position: absolute;
    top:0px;
    width: 100%;
    text-align:center;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 0px 0px 5px 5px;
    background:rgba(0,0,0,0.2); 
	z-index: 1;
}

.music__info {
    float: right;
    margin: 0 5px 0 0;
    overflow: hidden;
}
.music__info--title,
.music__info--singer{
    float: right;
    margin: 0 5px;
    font-size: 9pt;
    overflow: hidden;
}
.p1{
    float: right;
    font-size: 9pt;
}
.p2{
    float: left;
    font-size: 9pt;
}

/* 控件 */

.player-control {
    width: 100%;

}

.player-control__content {
	width:100%;
    float: left;
    overflow: hidden;
}
.player-control__time {
    float: left;
    margin: 0 0 0 5px;
    overflow: hidden;
}

/* 播放暂停按钮 */
.player-control__btns {
	float: left;
	position: relative;
    overflow: hidden;
}

.player-control__btn {
    float: left;
    margin: 0 5px;
    font-weight: bolder;
    cursor: pointer;
}

.player-control__volume {
	position: relative;
}

.control__volume--progress {
    float: left;
    width: 100px;
    margin: 0 5px;
    position: relative;
    top: 5px;
}

.player__song--timeProgess{

}

.nowTime{
    float: left;
    margin: 0 5px;
}
.totalTime{
    float: left;
    margin: 0 5px;
}

.progress {
    background: rgba(0, 0, 0, 0);
    height: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) inset;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
}

.progress .back {
    width: 0px;
    height: 100%;
    border-radius: 5px;
    background: rgb(255, 255, 255,0.5);
}

.progress .pointer {
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    position: absolute;
    top: -1px;
    left: 0;
}

.progress:hover .pointer {
    opacity: 1;
}


/* 播放 画片 动画 */

@-webkit-keyframes disc {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes disc {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.music-player__image.play {
    -webkit-animation: disc 5s linear 0s infinite;
    animation: disc 5s linear 0s infinite;
}

/*  播放进度  */

.player__song--progress {
    width: 100%;
    position:absolute;
    top:0px;
}