﻿/*漂浮按钮*/
.fixedBar {width: 80px;position: fixed;right: 0;bottom:15%;z-index: 99;display:none;}
.fixedBar .aClick {display: block;width: 33px;height: 33px;margin: 0 auto;background: url(/images/fanhui.png) no-repeat;background-size: 33px 33px}
.fixedBar .SubLinks {background: #333;width: 100%;position: relative;margin-bottom: 10px;display: none}
.fixedBar .SubLinks ul li {border-bottom: 1px solid #999;padding: 10px 0;text-align:center;}
.fixedBar .SubLinks ul li a {color: #fff;}
.fixedBar .triangle {position: absolute;left: 34px;bottom: -7px;}
.fixedBar .triangle {display: inline-block;width: 0;height: 0;overflow: hidden;line-height: 0;font-size: 0;vertical-align: middle;border-top: 7px solid #333;border-bottom: 0 none;border-left: 7px solid transparent;border-right: 7px solid transparent;_color: #333;_filter: chroma(color=#333);}
