<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
*{margin:0; padding: 0;}
ul{list-style: none;}
.wuyou-waiter{position: fixed; right: 0px; top:80%; margin-top: -90px; width: 50px; box-shadow: 0px 0px 20px rgba(0,0,0,.3); z-index: 999;}
.waiter-ul li{position: relative; height: 50px; line-height: 50px; border-bottom: 1px solid #fff;}
.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: 24px;}
.waiter-title{position: absolute; left: 0px; bottom: 1px; color: #fff; width:150px; height: 50px; line-height: 50px; text-align: center;-webkit-transition:all 0.6s;-ms-transition:all 0.6s;-moz-transition:all 0.6s; background-color: #fff; box-shadow: 0px 0px 10px rgba(0,0,0,.3); z-index: 1; opacity: 0;font-size:16px;}
.waiter-title:before{content: ''; display: block; width: 10px; height: 10px; position: absolute; right: -5px; top: 25px; background-color:#fff; transform:rotate(45deg);}
.waiter-ul li:hover .waiter-title{left: -160px; opacity: 1;}

.waiter-ul li.wuyou-shop a{
	background:#333 url(/images/images/waiter_1.png) no-repeat center center;
}
.waiter-ul li.wuyou-shop .waiter-title{
	background-color:#20255d;
	height:150px;
}

.waiter-ul li.wuyou-shop .waiter-title img{
	height:130px;
	width:130px;
	float:left;
	margin:10px;
}
.waiter-ul li.wuyou-shop .waiter-title:before{
	background-color:#20255d;
	top:auto;
	bottom:25px;
}

.waiter-ul li.wuyou-contact a{
	background:#333 url(/images/images/waiter_2.png) no-repeat center center;
}
.waiter-ul li.wuyou-contact .waiter-title{background-color:#20255d; }
.waiter-ul li.wuyou-contact .waiter-title:before{background-color:#20255d; }

.waiter-ul li.wuyou-top a{
	background:#333 url(/images/images/waiter_3.png) no-repeat center center;
}
.waiter-ul li.wuyou-top .waiter-title{background-color:#20255d; }
.waiter-ul li.wuyou-top .waiter-title:before{background-color:#20255d; }
.waiter-ul li.wuyou-top{border-bottom:0;}</pre></body></html>