.toolbar-item,.toolbar-layer{background:url("../images/toolbar.png");}/*背景图像*/
#toolbar{position:fixed;right:0px;top:256px;right:30px;}/*定义右侧悬浮条的位置，上为200PX，右为150PX*/
.toolbar-item{display:block;width:52px;height:52px;margin-top:1px;position:relative;
-moz-transition:background-position 1s;
-ms-transition:background-position 1s;
-o-moz-transition:background-position 1s;
-webkit-moz-transition:background-position 1s;transition:background-position 1s;} /*设定每个框架为52*52，并设定框架平滑过渡效果*/
.toolbar-item:hover .toolbar-layer{opacity:1;filter:alpha(opacity=100);transform:scale(1);
-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);}/*设定每个框架为52*52，并设定鼠标移动过去的效果*/
.toolbar-item-weixin{background-position:0 -372px;}/*定位微信图标位置*/
.toolbar-item-weixin:hover{background-position:0 -434px;}/*定位微信文字位置*/
.toolbar-item-weixin .toolbar-layer{height:175px;background-position:0 -628px;}/* 定位弹出二维码位置*/
.toolbar-item-feedback{background-position:0 0px;}/*定位微博图标位置*/
.toolbar-item-feedback:hover{background-position:0 -62px;}/*定位微博文字位置*/
.toolbar-item-feedback .toolbar-layer{height:175px;background-position:0 -805px;}/* 定位弹出二维码位置*/
.toolbar-item-jqr{background-position:0 -496px;}/*定位机器人图标位置*/
.toolbar-item-jqr:hover{background-position:0 -559px;}/*定位机器人文字位置*/
.toolbar-item-app{background-position:0 -124px;}/*定位手机APP图标位置*/
.toolbar-item-app:hover{background-position:0 -186px;}/*定位手机APP文字位置*/
/*.toolbar-item-app .toolbar-layer{height:316px;background-position:0 -983px;}/* 定位弹出二维码位置 两个二微码*/
.toolbar-item-app .toolbar-layer{height:170px;background-position:0 -1108px;}
.toolbar-item-fs{background-position:0 -1299px; cursor:pointer;}/*定位分享图标位置*/
.toolbar-item-fs:hover{background-position:0 -1361px;}/*定位分享文字位置*/
.toolbar-item-fs .toolbar-layer{ padding:9px 0 0 15px; background:#FFF;color:#000; width:100px; margin-bottom:10px; height:43px; line-height:52px;}/*分享图标盒子*/
.toolbar-item-top{background-position:0 -248px;}/*定位返回顶部图标位置*/
.toolbar-item-top:hover{background-position:0 -310px;}/*定位返回顶部文字位置*/
.toolbar-layer{position:absolute;right:52px;bottom:-10px;width:172px;opacity:0;filter:alpha(opacity=0);
transform-origin: 95% 95%;-moz-transform-origin: 95% 95%;-ms-transform-origin: 95% 95%;-o-transform-origin: 95% 95%;-webkit-transform-origin: 95% 95%;transform:scale(0.01);
-moz-transform:scale(0.01);-ms-transform:scale(0.01);-o-transform:scale(0.01);-webkit-transform:scale(0.01);transition:all 1s;-moz-transition:all 1s;-ms-transition:all 1s;-o-transition:all 1s;-webkit-transition:all 1s;}
.closess {display: block;color: #fff;line-height: 1.6;background-color: #288bde; font-size:14px; text-align:center;}