﻿/*意见反馈*/
/*右侧悬浮icon*/
.side-bar {
	/*width: 66px;*/
	position: fixed;
	bottom: 40px;
	right: 25px;
	font-size: 0;
	line-height: 0;
	
	background:#fff;
	border:1px solid #d7d7d7;
	width:50px;
	height:50px;
	text-align:center;
}
.side-bar a{ text-decoration:none;}
 .side-bar a:hover
 {
     text-decoration:none;
     color: #fff;
     } 
/*.reader-feedback{ background-color:#fff; border:1px solid #d7d7d7; color:#b5b6bb; display::block; font-size:16px; height:33px; line-height:1.1; margin-bottom:10px; padding:10px; text-align:center; white-space:normal; width:33px; word-break:break-all;}*/
.reader-feedback{     background-color: #f00; color: #fff; display:block; font-size:20px; line-height:25px; white-space:normal; word-break:break-all;}
.testBg{ position:fixed; top:0; background-color:#888; filter:alpha(opacity=80); /* IE */ -moz-opacity:0.8; /* Moz + FF */ opacity: 0.97; /* 支持CSS3的浏览器（FF 1.5也支持）*/ display:none ;}
.testBg .testCont{ position: absolute; background-color:#ddd; top: 0; left: 0; border: 1px #ffc700 solid; color: #000; padding-left:10px; padding-right:10px; padding-bottom:10px;}
.testBg .caption{ text-align:right; margin:5px; font-weight:bold;}
.testBg .tjwb{ text-align:center; margin-top:10px; margin-bottom:5px;}
.closeyj{ margin-left: 350px;
    color: #00f;
    cursor: pointer;}
.yjfktj{ width:50px; height:30px; font-weight:bold;}


