*{margin:0; padding: 0;}
ul{list-style: none;}
.wuyou-waiter{
	position: fixed;
	right: 0px;
	top: 50%;
	margin-top: -90px;
	width: 120px;
	box-shadow: 0px 0px 20px rgba(0,0,0,.3);
	z-index: 999;
	height: 135px;
}
.waiter-ul li{
	position: relative;
	height: 133px;
	line-height: 80px;
	border-bottom: 1px solid #fff;
	width: 120px;
}
.waiter-ul li a{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	display: block;
	width: 120px;
	height: 133px;
	line-height: 60px;
	text-align: center;
	-webkit-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-moz-transition: all 0.6s;
	text-decoration: none;
	font-size: 24px;
}
.waiter-title{
	position: absolute;
	left: 0px;
	bottom: 1px;
	width: 80px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	-webkit-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-moz-transition: all 0.6s;
	box-shadow: 0px 0px 10px rgba(0,0,0,.3);
	z-index: 1;
	opacity: 0;
	color: #FFF;
}
.waiter-title:before{
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	right: -5px;
	top: 14px;
	transform: rotate(45deg);
}
.waiter-ul li:hover .waiter-title{
	left: -100px;
	opacity: 1;
}

.waiter-ul li.wuyou-shop a{
	background-image: url(../image/1061115/images/111.png);
	background-repeat: repeat;

}
.waiter-ul li.wuyou-shop .waiter-title{
	background-color: #DA251D;
}
.waiter-ul li.wuyou-shop .waiter-title:before{
	background-color: #DA251D;
}

.waiter-ul li.wuyou-contact a{background-image: -webkit-linear-gradient(left, #00b7ee, #55d8ff);background-image: -moz-linear-gradient(left, #00b7ee, #55d8ff);background-image: -ms-linear-gradient(left, #00b7ee, #55d8ff);}
.waiter-ul li.wuyou-contact .waiter-title{background-color:#00b7ee; }
.waiter-ul li.wuyou-contact .waiter-title:before{background-color:#00b7ee; }

.waiter-ul li.wuyou-top a{background-image: -webkit-linear-gradient(left, #333, #666);background-image: -moz-linear-gradient(left, #333, #666);background-image: -ms-linear-gradient(left, #333, #666);}
.waiter-ul li.wuyou-top .waiter-title{background-color:#333; }
.waiter-ul li.wuyou-top .waiter-title:before{
	background-color: #333;
	outline-style: dashed;
}
