@charset "UTF-8";

/** 回到顶部 **/
.fd_box{position:fixed;right:60px;bottom:50px;width:48px;height:96px;z-index:9999;}
.weixin{width:48px;height:48px;position:relative;cursor:pointer;z-index:99999;}
.weixin .ewm{position:absolute;width:122px;height:113px;left:-123px;top:-32px;display:none;z-index:99999;}
#goTop{cursor:pointer;z-index:99999;position:relative;}
#goTop img,.wx_hover img{width:48px;height:48px;}
/** 回到顶部 **/
.fd_box_xs{}
.weixin_xs{position:relative;cursor:pointer;}
.weixin_xs .ewm_xs{position:absolute;left:-70px;top:-185px;display:none;width:168px;height:182px;}
.fd_box_xs #goTop{cursor:pointer;}
.fd_box_xs #goTop img{width:auto;height:auto;}

.fd_box{
				bottom:86px;
  				right:30px;
}
/*返回顶部修改代码*/
.fd_box{
    width:76px;
      height:255px;
      background: url(../images/floater_bg.png) no-repeat;
}
#goTop{
         position: absolute;
          bottom: 0;
          width: 100%;
          text-align: center;
        padding-bottom:5px;
    }
#goTop img{
  width:19px;
    height:12px;
}
/*2017.07.11修改返回和二维码样式*/
.fd_new_box{
	bottom:86px;
  	right:30px;
	width:82px;
	height:400px;
	background:#fff;
}
.fd_new_box .base-show{
	position: relative;
    z-index: 10000;
}
.fd_new_box .back-top{
	position:relative!important;
	padding:0!important;
}
.fd_new_box .back-top img{
	width:100%important;
	height:auto!important;
}
.fd_new_box .more-wx{
	position: absolute;
	opacity:0;
    top: 28px;
    right:0;
    width:0;
	z-index:999;
	height:345px;
	overflow: hidden;
  	overflow-x:auto;
}
.wx-clearfix:after{
	content:''; 
	overflow:hidden; 
	width:100%; 
	height:0px; 
	font-size:0px; 
	display:block; 
	clear: both;
}
.fd_new_box .more-wx::-webkit-scrollbar {
    height: 0;
}
.fd_new_box .more-wx-con{
	width: 164px;
}
.fd_new_box div{
	line-height: 0;
}
.fd_new_box .wx-item{
	width:82px;
	float: left;
}
.fd_new_box img{
	width:100%!important;
	vertical-align: middle;
}

@media (max-width: 767px){	
	.hidden-xs {
		display: none!important;
	}
}
