.side-bar .nv a.none{
	/*display:none;*/
}
.side-bar{
    position: fixed;
    right: 0px;
    margin-right: 5px;
    z-index: 2;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
}
.side-bar .nv {
    /*overflow: hidden;*/
    height: 245px;
}
.side-bar .nv>.wrap-box{
    display: inline-block;
    width: 40px;
    float: right;
    clear: both;
    overflow: hidden;
}
.side-bar .nv a{
    display:block;
    left: 65px;
    width: 105px;
    overflow: hidden;
    height: 40px;
    margin-bottom: 1px;
    clear: both;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-top-left-radius:3px;
    border-bottom-left-radius:3px;
    padding: 0px 9px;
    text-indent: -9999px;
    background-color: #cfd5d8;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F323232,endColorstr=#7F323232);
    font-size:14px;
    color: #fff;
    text-align: left;
    text-indent: 0;
    /*text-decoration: none;*/
    line-height: 0px;
}
.side-bar .nv a.qq{
    background: #c490bf;
}
.side-bar .nv a.wechat{
    background: #80c269;
}
.side-bar .nv a.weibo{
    background: #ea5755;
}
.side-bar .nv a.leyu{
    background: #EB8A22;
}
.side-bar .nv a.mobile{
    background: #f49e28;
}
.side-bar .nv a.backTop{
    background: #eb8a22;
}
/*.side-bar .nv a:nth-last-of-type(6){*/
    /*bottom:205px;*/
/*}*/
/*.side-bar .nv a:nth-last-of-type(5){*/
    /*bottom:164px;*/
/*}*/
/*.side-bar .nv a:nth-last-of-type(4){*/
    /*bottom:123px;*/
/*}*/
/*.side-bar .nv a:nth-last-of-type(3){*/
    /*bottom:82px;*/
/*}*/
/*.side-bar .nv a:nth-last-of-type(2){*/
    /*bottom:41px;*/
/*}*/
/*.side-bar .nv a:nth-last-of-type(1){*/
    /*bottom:0px;*/
/*}*/
.side-bar .nv a span{
    display: inline-block;
    margin-left: 9px;
    float: left;
    line-height: 40px;
}
.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 .iconfont {
  /*display: block;*/
  font-size: 22px;
  line-height: 38px;
    float: left;
}
.side-bar .bar {
    display: none;
    position: absolute;
    right: 106px;
    width: 110px;
    padding: 0px 18px;
    height: 156px;
    -webkit-box-shadow:0 0 6px rgba(0, 0, 0, .3);
    -moz-box-shadow:0 0 6px rgba(0, 0, 0, .3);
    box-shadow:0 0 6px rgba(0, 0, 0, .3);
    border-radius: 3px;
    background: #fcfcfc;
}
.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:134px;
    height: auto;
}
.side-bar .bar a{
	color: #949494;
	text-decoration: none;
}
.side-bar .bar a h1{
  font-size: 12px;
  color: #474747;
  text-align: center;
  font-weight: inherit;
  margin-bottom: 4px;
}
.side-bar .bar.detail-mobile a p{
    margin-top: 0px;
    margin-bottom: 6px;
    line-height: 20px;
    text-align: left;
}
.side-bar .bar.detail-mobile a p span{
    display: inline-block;
    color: #333;
}
.side-bar .bar a p{
	font-size: 12px;
    text-align: center;
    margin-top: 10px;
}
.side-bar .bar a img{
	width:110px;
	height:110px;
	border: none;
    margin-top: 8px;
}

.side-bar .detail-mobile a{
	padding: 0px 1px;
}

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