body
{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #E4F3E6;
}
/*动画基础*/

@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);}
}



.iconfont
{
	font-family: iconfont !important;
	font-size: 14px;
	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: 14px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}


#cdPlayer
{
	width: 163px;
	height: 111px;
	position: absolute;
	top: 261px;
	left: 238px;
	margin-top: -250px;
	margin-left: -250px;
}

#CD
{
	width: 105px;
	height: 105px;
	background: url("fgbfq/b003/cdbk1.png") no-repeat;
	background-size: cover;
	z-index: 2000;
	position: absolute;
	left: 21px;
	top: -2px;
}
#cdDisk
{
	width: 75px;
	height: 75px;
	text-align: center;
	background: url("fgbfq/b003/cddisk1.png") no-repeat;
	background-size: cover;
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 2000;
}
#cdCover
{
	width: 55%;
	height: 55%;
	/*border-radius: 100px;*/
	background: url("fgbfq/b003/logo1.png") no-repeat;
	background-size: cover;
	position: absolute;
	top: 42px;
	left: 42px;
	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: 20%;
	height: 50%;
	/*border-radius: 100px;*/
	background: url("fgbfq/b003/controllerArm1.png") no-repeat;
	background-size: contain;
	position: absolute;
	z-index: 2001;
	top: 20px;
	left: -3px;
	-moz-transform-origin: top right;
	-webkit-transform-origin: top right;
	-o-transform-origin: top right;
	transition: all 0.8s;
	transform: rotate(-130deg);
}

#controllerButton
{
	width: 79px;
	height: 84px;
	position: absolute;
	top: 242px;
	right: -20px;
	margin-top: -250px;
	z-index: 2002;
}
#controllerButton .button
{
	width: 40px;
	height: 15px;
	text-align: right;
	line-height: normal;
	color: #FFFFFF;
	font-size: 12px;
	font-family: "华文新魏";
	background-size: contain;
	cursor: pointer;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	background-repeat: no-repeat;
}
#controllerButton .button:hover
{
	color: #FFFFFF;
}

#playMode
{
    width: 120px;
    height: 30px;
    text-align: center;
    position: absolute;
    right: 2px;
    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;
}

#myConsole
{
	width: 98px;
	height: 20px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	color: #333333;
	position: absolute;
	left: 26px;
	bottom: -13px;
	z-index: 2001;
	text-align: center;
}
