<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.side-bar .nv a.none{
	display:none;
}
.side-bar{
  position: fixed;
  /*left: 50%;*/
  /*margin-left: 605px;*/
  margin-right: 5px;
  right: 0;
  z-index: 2;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
.side-bar .nv {
  width: 40px;
}
.side-bar .nv a {
  float: left;
  display: inline-block;
  margin-top: 10px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  overflow: hidden;
  border-radius:20px;
  background-color: rgba(50,50,50,0.5);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F323232,endColorstr=#7F323232);
  font-size:30px;
  color: #fff;
  text-align: center;
  text-indent: 0;
  text-decoration: none;
}
.side-bar .nv a.qq{
	/*display:none;*/
}
.side-bar .nv a.wechat{
	/*display:none;*/
}
.side-bar .nv a.weibo{
	/*display:none;*/
}
.side-bar .nv a.leyu{
	/*display:none;*/
}
.side-bar .nv a.mobile{
	/*display:none;*/
}
.side-bar .nv a.backTop{
	
}
.side-bar .nv a:hover{
	 background-color: rgba(0,173,216,0.8);
}
.side-bar .nv .iconfont {
  display: block;
  font-size: 22px;
  line-height: 38px;
}
.side-bar .bar {
  display: none;
  position: absolute;
  right: 60px;
  border: 1px solid #b7aea9;
  border-radius: 3px;
  background: #fcfcfc;
  width: 110px;
  padding: 0px 18px;
  height: 156px;
}
.side-bar .bar:before, .side-bar .bar:after {
  content: ' ';
  position: absolute;
  top: 22px;
  width: 0;
  height: 0;
  border: 7px solid transparent;
}
.side-bar .bar:before {
  right: -14px;
  border-left-color: #fff;
  z-index: 101;
}
.side-bar .bar:after {
  right: -15px;
  border-left-color: #b7aea9;
  z-index: 100;
}

.side-bar .detail-wechat{
	top: 50px;
}
.side-bar .detail-weibo{
	top: 100px;
}
.side-bar .detail-mobile{
	top: 200px;
	width:190px;
    height: auto;
    min-height:74px;
	padding: 0 20px;
}
.side-bar .bar a{
	color: #00add8;
	text-decoration: none; 
}
.side-bar .bar a p{
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
}
.side-bar .bar.detail-mobile a h1{
  display: none;
}
.side-bar .bar.detail-mobile a p{
  text-align: left;
  margin-top: 0px;
}
.side-bar .bar a img{
  width:110px;
  height:110px;
  border: none;
  margin-top: 8px;
}

.side-bar .detail-mobile a{
	padding: 5px 10px;
}

.side-bar-fixed {
  bottom: 70px !important;
}
.launchBtn{
	display:none !important;
}
.body-iframe&gt;iframe{
	display:none !important;
}

.side-bar .bar.detail-mobile a p span{
  display: inline-block;
  color: #333;
}</pre></body></html>