﻿
.sidebar {display: block;opacity: 0;overflow: hidden;position: fixed;_position: absolute;z-index: 1000;right: 20px;bottom: 60px;_bottom: auto;_position: absolute;_top: expression(eval(document.documentElement.scrollTop + 300 ));width: 50px;}
.sidebar a .sidebar-overlay{display:block;position:absolute;top:0;left:0;z-index:-1;background:#000;opacity: 0.7;filter: alpha(opacity=70);width:50px;height:50px;}
.sidebar a{position:relative;display:block;text-align: center;height: 26px;color:white;font-size: 12px;font-family: "Microsoft YaHei","微软雅黑",SimHei,helvetica,arial,verdana,tahoma,sans-serif;padding: 12px 0;}
.sidebar a:hover{color:#fff;}
.sidebar a:hover .sidebar-overlay{display:block;position:absolute;top:0;left:0;z-index:-1;background:#000;opacity:0.60;filter: alpha(opacity=60);}
.sidebar a .sidebar-on{background: #06a7e1;}

.sidebar bshare-custom a .sidebar-overlay{display:block;position:absolute;top:0;left:0;z-index:-1;background:#000;opacity: 0.7;filter: alpha(opacity=70);width:50px;height:50px;}
.sidebar bshare-custom a{position:relative;display:block;text-align: center;height: 26px;color:white;font-size: 12px;font-family: "Microsoft YaHei","微软雅黑",SimHei,helvetica,arial,verdana,tahoma,sans-serif;padding: 12px 0;}
.sidebar bshare-custom a:hover{color:#fff;}
.sidebar bshare-custom a:hover .sidebar-overlay{display:block;position:absolute;top:0;left:0;z-index:-1;background:#000;opacity:0.60;filter: alpha(opacity=60);}
.sidebar bshare-custom a .sidebar-on{background: #06a7e1;}


.sidebar i{width:24px;height: 24px;display:inline-block;*display:inline;*zoom:1}
.sidebar .ico-gotop,
.sidebar .ico-feedback,
.sidebar .ico-mobi,
.sidebar .ico-qrcode,
.sidebar .ico-lightOn,
.sidebar .ico-lightOff {vertical-align: middle;background: url("../images/sidebar.8.png") no-repeat;}
.sidebar .ico-gotop{background-position: -7px -4px;height:26px;}
.sidebar .ico-feedback{background: url("../images/backtohome2.png") no-repeat;}
.sidebar .ico-lightOn{background-position: -3px -176px;}
.sidebar .ico-lightOff{background-position: -3px -142px;}
.sidebar .ico-mobi{background-position: -3px -74px;}
.sidebar .feedBack{margin: 1px 0;padding: 6px 0;height: 37px;height: 38px;}
.sidebar  .mobi{padding: 6px 0 18px;display: none;}
.sidebar .scanQrcode{margin-top:1px;padding:7px 0;height:36px; }
.sidebar .ico-qrcode{height:30px; width:30px; vertical-align:middle;background-position:1px -102px; }





.qwindow{z-index:30000;position:fixed;top:10%;left:0;padding:10px;visibility:hidden;display: none;}
.qwindow .winbox{z-index:2;position:relative;border:1px solid #cacaca;height: 610px;top: 220px;}


.qwindow .winbg{position:absolute;top:220px;left:0px;width:100%;height:500px;z-index:1;background:#545454;opacity:0.2;filter:alpha(opacity=20);border-radius:3px;box-shadow:0 0 5px #395680;_width:expression(this.parentNode.scrollWidth +"px");_height:expression(this.parentNode.scrollHeight +"px");}
.qwindow .winhead{z-index:2;position:relative;background:#fff;}
.qwindow .winhead .wintitle{display:none;height:30px;line-height:30px;padding-left:10px;font-size:14px;color:#555;font-weight:bold;border-bottom:1px solid #c5c5c5;overflow:hidden;}
.qwindow .winhead .winclose{position:absolute;top:0;right:0;display:none;width:30px;height:30px;cursor:pointer;background:url(../images/master.png) no-repeat -288px -320px;}
.qwindow .winbody{z-index:1;position:relative;background:#fff;overflow:hidden;}
.qwindow .winbody iframe{width:100%;height:100%;}
.qwindow_mask{z-index:30000;position:absolute;top:0;left:0;display:none;background:#545454;width:100%;height:100%;opacity:0.50;filter:alpha(opacity=50);}
	
	
	.black_overlay{
display: none;
position: fixed;
width: 100%;
height: 100%;
background-color: black;
z-index:1001;
-moz-opacity: 0.1;
opacity:0.1;
filter: alpha(opacity=80);
left:expression(documentElement.scrollLeft+documentElement.clientWidth-this.offsetWidth);
top:expression(documentElement.scrollTop+documentElement.clientHeight-this.offsetHeight);
