﻿body
{
    margin: 0;
    padding: 0;
}
/*动画基础*/

@keyframes myCDRotate
{
    from {transform:rotate(0);}
    to {transform:rotate(360deg);}
}

@-moz-keyframes myCDRotate /* Firefox */
{
    from {transform:rotate(0);}
    to {transform:rotate(360deg);}
}

@-webkit-keyframes myCDRotate /* Safari 和 Chrome */
{
    from {transform:rotate(0);}
    to {transform:rotate(360deg);}
}

@-o-keyframes myCDRotate /* Opera */
{
    from {transform:rotate(0);}
    to {transform:rotate(360deg);}
}

@font-face
{
    font-family: 'iconfont';
    src: url('../fonts/iconfont.eot'); /* IE9*/
    src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/iconfont.woff') format('woff'), /* chrome、firefox */
    url('../fonts/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('../fonts/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont
{
    font-family:"iconfont" !important;
    font-size:20px;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
.iconfontPlayMode
{
    font-family:"iconfont" !important;
    font-size:16px;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}


#cdPlayer
{
    width: 500px;
    height: 500px;
    position: absolute;
    top: 47%;
    left: 47%;
    margin-top: -250px;
    margin-left: -250px;
}

#CD
{
    width: 100%;
    height: 100%;
    background: url("../imgs/cdbk.png") no-repeat;
    background-size: cover;
    z-index: 2000;
    position: absolute;
}
#cdDisk
{
    width: 100%;
    height: 100%;
    text-align: center;
    background: url("../imgs/cddisk2.png") no-repeat;
    background-size: cover;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2000;
}
#cdCover
{
    width: 75.5%;
    height:75.5%;
    /*border-radius: 60px;*/
    background: url("http://dv.mfdx.org/xiquyishu/cover48.png") no-repeat;
    background-size: cover;
    position: absolute;
    top: 33%;
    left: 30%;
    margin-top: -18%;
    margin-left: -18%;
    z-index: 3;
    transition:all 0.5s;
}
.cdStart
{
    animation:myCDRotate 5s infinite linear;
}
.cdPause
{
    /*animation:myCDRotate 1s 2 alternate;*/
    /*animation:myCDRotate 2s infinite linear;*/
    animation-play-state:paused;
}
#cdControllerArm
{
    width: 30%;
    height: 60%;
    /*border-radius: 60px;*/
    background: url("../imgs/controllerArm.png") no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 2001;
    top: 108px;
    left: -133px;
    -moz-transform-origin: top right;
    -webkit-transform-origin: top right;
    -o-transform-origin: top right;
    transition:all 1s;
    transform:rotate(-125deg);
}

#controllerButton
{
    width: 125px;
    height: 220px;
    position: absolute;
    top: 312px;
    right: -55px;
    margin-top: -250px;
    z-index: 1;
}
#controllerButton .button
{
    width: 100px;
    height: 38px;
    text-align: right;
    line-height: 37px;
    color: #b1b9c6;
    font-size: 30px;
    font-family: '黑';
    background: url("../imgs/controllBtn.png") no-repeat;
    background-size: contain;
    margin:10px 0;
    cursor: pointer;
}
#controllerButton .button:hover
{
    color: #ffffff;
}

#playMode
{
    width: 120px;
    height: 30px;
    text-align: center;
    position: absolute;
    right: 25px;
    bottom: 20px;
    z-index: 2001;
}
#playMode .mode
{
    width: 26px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    float: left;
    color: #b1b9c6;
    font-size: 16px;
    margin: 0 2px;
    padding-left: 4px;
    cursor: pointer;
}
#playMode .mode:hover
{
    color: #e74d3c;
}
#jp-audio .jp-prev {width:40px;height:40px;position:absolute;left:32px;top:406px;background:url(./images/jplayer-prev.png) 0 0px no-repeat;padding-left:16px}
#jp-audio .jp-next {width:40px;height:40px;position:absolute;left:16px;top:468px;background:url(./images/jplayer-next.png) 100% 1px no-repeat;padding-right:16px}
#jp-audio .jp-more-songs {width:40px;height:65px;position:absolute;left:423px;top:366px;background:url(./images/index.png)}
#jp-audio .jp-songs {width:38px;height:62px;position:absolute;left:425px;top:242px;background:url(./images/songs.png)}
#jp-audio .jp-artists {width:38px;height:62px;position:absolute;left:425px;top:180px;background:url(./images/artists.png)}
#jp-audio .jp-soulsky {width:37px;height:59px;position:absolute;left:425px;top:306px;background:url(./images/soulsky.png)}
#jp-audio .jp-playlists {width:40px;height:64px;position:absolute;left:423px;top:116px;background:url(./images/playlists.png)}
#myConsole
{
    width: 500px;
    height: 30px;
    font-family: 'Verdana';
    font-size: 20px;
    color:  #e74d3c;
    position: absolute;
    left:5px;
    top: 28px;
    bottom: 10px;
    z-index: 2001;
}
