﻿* {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

.wuyou-waiter {
	position: fixed;
	right: 0px;
	/*top: 75%;*/
	/* bottom:130px; */
	width: 50px;
	z-index: 999;
}

.waiter-ul li {
	position: relative;
	height: 40px;
	line-height: 40px;
	/*border-bottom: 1px solid #C0C0C0;*/
}

.waiter-ul li a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	color: #fff;
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	-webkit-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-moz-transition: all 0.6s;
	text-decoration: none;
	font-size: 0px;
}

.waiter-title {
	position: absolute;
    left: 0px;
    bottom: 1px;
    color: #fff;
    width: 120px;
    height: 120px;
    line-height: 120px;
	text-align: center;
	-webkit-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-moz-transition: all 0.6s;
	background-color: #fff;
	z-index: 1;
	opacity: 0;
}

.waiter-title:before {
	/* content: ''; */
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	right: -5px;
	top: 14px;
	background-color: #fff;
	transform: rotate(45deg);
}

/* .waiter-ul li:hover .waiter-title {
	left: -130px;
	opacity: 1;
} */

.waiter-ul li.wuyou-shop a {
	/*background-image: -webkit-linear-gradient(left, #f60, #ffb443);
	background-image: -moz-linear-gradient(left, #f60, #ffb443);
	background-image: -ms-linear-gradient(left, #f60, #ffb443);*/
	background-color: #efefef;
}

.waiter-ul li.wuyou-shop .waiter-title {
	background-color: #efefef;
	/* top: 2px; */
	top: -2px;
	border-radius: 5px;
}

.waiter-ul li.wuyou-shop .waiter-title:before {
	background-color: #efefef;
}

.waiter-ul li.wuyou-contact a {
	background-color: #efefef;
}

.waiter-ul li.wuyou-contact .waiter-title {
	/* top: 2px; */
	top: -2px;
	background-color: #efefef;
	border-radius: 5px;
}

.waiter-ul li.wuyou-contact .waiter-title:before {
	background-color: #efefef;
}

.waiter-ul li.wuyou-top a {
	background-color: #efefef;
}

.waiter-ul li.wuyou-top .waiter-title {
	background-color: #efefef;
	top: 2px;
	border-radius: 5px;
}

.waiter-ul li.wuyou-top .waiter-title:before {
	background-color: #efefef;
}