* {
	margin: 0;
	padding: 0;
}


#footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    min-height: 48px;
    z-index: 1000;
    background: rgba(247, 247, 247, 0.96);
    backdrop-filter: saturate(150%) blur(6px);
    clear: both;
    border-top: 1px solid rgba(0,0,0,0.06);
}
#footer a{
text-decoration:none;
}

#footer a:hover{
text-decoration:none;
}

.hao123-footer {
    max-width: 1200px;
    height: auto;
    min-height: 48px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    gap: 12px;
    flex-wrap: wrap;
}
.hao123-footer .item {
    margin-right: 0;
    height: 32px;
    font: 500 13px/32px "Microsoft YaHei";
    color: #666;
    white-space: nowrap;
}

.hao123-footer .item:hover {
    color: #111;
}

/* prevent content underlap for pages with fixed backgrounds or when sticky unsupported */
body { 
    padding-bottom: 60px;
}

@media (max-width: 768px){
    .hao123-footer{justify-content: flex-start;}
    .hao123-footer .item{font-size: 12px; line-height: 28px; height: 28px;}
    body{padding-bottom: 80px;}
}


.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);
	}
}
