﻿@charset "utf-8";

/* ========================================================================== */
/*一级菜单样式*/


.one {
	width: 46px;
	height: 87px;
	position: absolute;
	bottom: -17px;
	overflow: hidden;
	display: block;
	font-size: 12px;
	float: right;
	z-index: 99999;
}
.one li {
	display: block;
	float: right;
	z-index: 99999;
}

.one li i {
	background: url(../img/mu.png) no-repeat;
	/*横竖坐标为png宽高的一半*/
	width: 46px;
	height: 35px;
	display: block;
	margin: 0 auto;
	transform: scale(0.8);
	z-index: 99999;
}


.one .music i {
	background-position: -11px -9px;
}

.one .music.action i {
	background-position: -11px -55px;
}

