/*右边按钮样式*/
/* fast */
.fast{ position:fixed; z-index:222; right:20px; top: 8%;}
.fast ul{}
.fast ul li{ padding-bottom:10px;}
.fast ul li a{ overflow:hidden; border:1px solid #1196DB; width:72px; height:72px; -webkit-border-radius: 10px; -moz-border-radius:10px;border-radius: 10px; behavior: url(js/PIE.htc); position:relative; display:block;background-color: #1196db;}
.fast ul li a i{ display:block; margin:7px auto 0px; overflow:hidden; width:35px; height:35px; background:url(../img/fasticon.png) no-repeat;    background-size: 32px;} 
.fast ul li a span{ display:block; text-align:center; font-size:14px; color:#C6E2FF;}
.fast ul li.fast01 a i{ background-position:0px 3px;}
.fast ul li.fast02 a i{ background:url(../img/advisory.png) top center no-repeat; margin-top: 1px;background-size:36px;}
.fast ul li.fast02 a span{ font-size: 12px; padding: 0 5px;}
.fast ul li a:hover{ background:#53A8FF;border-color: #53A8FF;}

.fast ul li.fast_yd a i{ background:url(../img/icon_yd.png) top center no-repeat; background-size: 40px;}
.fast ul li.fast_dl a i{ background:url(../img/icon_dl.png) top center no-repeat; background-size: 40px;}
.fast ul li.tsjg a i{ background:url(../img/tsjg.png) top center no-repeat; background-size: 28px;background-position-y: 4px;}
.fast ul li.fast04 a i{ background:url(../img/lxwm.png) top center no-repeat;background-size: 27px;background-position-y: 4px;}
.fast ul li.fast05 a i{ background:url(../img/listenbook.png) top center no-repeat; text-align:center; font-size:12px; }

@media (max-width:1023px){
	.fast{left:5px; top:48px; right:5px;}
	.fast ul li{ float:left; margin:0 2px;}
	.fast ul li a i{display:none;}
	.fast ul li a{ width:72px; height:28px; line-height:28px; width:auto; padding:0 4px;border-radius: 10px;}
	.fast ul li.fast01 a{width:54px;}
}

@media (max-width:374px){
	.fast ul li.fast01 a{
		width:45px;
		overflow:hidden;
	}

	.fast ul li a span{
		font-size:12px;
	}
	.fast ul li a{
		padding: 0px 3px;
		webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
	}
}
	.fast ul li.fast05 a span{font-size: 12px; padding: 0 5px;}
	.fast ul li.fast05 a i{ margin-top:1px;background: url(../img/listenbook.png) center no-repeat;-o-background-size:30px; -ms-background-size:30px; -moz-background-size:30px; -webkit-background-size:30px; background-size:30px;}

@media (max-width: 1023px){
	.fast.absolute {
	  position: absolute;
	  top: 10px;
	  left: 5px;
	  z-index: 999;
	  right: 50px;
	}
}