* {
	margin: 0;
	padding: 0;
}


#footer {
    position: fixed;
    width: 100%;
    height: 40px;
    bottom: 0;
    z-index: 201;
    background: #f7f7f7;
    clear: both;
}
#footer a{
text-decoration:none;
}

#footer a:hover{
text-decoration:none;
}

.hao123-footer {
    width: 955px;
    height: 40px;
    margin: 0 auto;
}
.hao123-footer .item {
    margin-right: 20px;
    height: 40px;
    font: 400 12px/40px "Microsoft YaHei";
    /*float: left;*/
    color: #9195A3;
}

.hao123-footer .item:hover {
    color: #333;
}


.box2 {
	width: 65px;
	height: 100px;
	position: fixed;
	z-index: 500;
	top: 12px;
	left: 50%;
	cursor: pointer;
	margin-left: 823px
}

.tubioa {
	width: 43px;
	height: 43px;
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: 0px;
}

.tubiao1,
.tubiao2 {
	width: 43px;
	height: 43px;
	position: absolute;
	top: 0px;
	right: 0px;
}

.tubiao1 {
	background: url(css/images/musicstop.png) 0px 0px no-repeat;
}

.tubiao2 {
	background: url(css/images/musicplay.png) 0px 0px no-repeat;
	animation: TuBiao 3s linear infinite;
}

@keyframes TuBiao {
	0% {
		transform: rotate(0deg);
	}

	50% {
		transform: rotate(180deg);
	}

	100% {
		transform: rotate(360deg);
	}
}
