/* 分享回到顶部 start */
.totop {
	position: fixed;
	bottom: 50px;
	right: 10px;
	z-index: 10;
}
.totop>div{
	position: relative;
}
.totop .gototop{
	display: block;
	width: 50px;
	height: 50px;
	background: #fff url(../../images/community/up02.png) 0 0 no-repeat;
	background-size: 50px 50px;
}
.totop .service{
	display: block;
	width: 50px;
	height: 50px;
	background: #fff url(../../images/event/business_event/service.png) 0 0 no-repeat;
	background-size: 50px 50px;
}
.totop .gotoshare{
	display: block;
	width: 50px;
	height: 50px;
	background: #fff url(../../images/community/share02.png) 0 0 no-repeat;
	background-size: 50px 50px;
}
.totop .erweima{
	display: block;
	width: 50px;
	height: 50px;
	background: #fff url(../../images/community/code02.png) 0 0 no-repeat;
	background-size: 50px 50px;
}
.totop .gototop:hover {
	background: #fff url(../../images/community/up.png) 0 0 no-repeat;
	background-size: 50px 50px;
}
.totop .service:hover {
	background: #fff url(../../images/event/business_event/service_active.png) 0 0 no-repeat;
	background-size: 50px 50px;
}
.totop .gotoshare:hover {
	background: #fff url(../../images/community/share01.png) 0 0 no-repeat;
	background-size: 50px 50px;
}
.totop .erweima:hover {
	background: #fff url(../../images/community/code.png) 0 0 no-repeat;
	background-size: 50px 50px;
}
.totop .gotoshare ul{
	position: absolute;
	bottom: -1px;
	right: 50px;
	width: 208px;
	background: #fff;
	border: 1px solid #ddd;
	height: 50px;
	overflow: hidden;
	box-sizing: border-box;
	display: none
}
.totop .gotoshare:hover ul{
	display: block;
}
.totop .gotoshare ul li{
	display: inline-block;
	width:50px;
	height: 50px;
	float: left;
	cursor: pointer;
}
.totop .gotoshare ul li.l1{
	background: url(../../images/community/qzone.png) 10px 10px no-repeat;
	background-size:30px 30px; 
}
.totop .gotoshare ul li.l2{
	background: url(../../images/community/weibo.png) 10px 10px no-repeat;
	background-size:30px 30px; 
}
.totop .gotoshare ul li.l3{
	background: url(../../images/community/wechat.png) 10px 10px no-repeat;
	background-size:30px 30px; 
}
.totop .gotoshare ul li.l4{
	background: url(../../images/community/qq.png) 10px 10px no-repeat;
	background-size:30px 30px; 
}
.totop .service .service_info{
	position: absolute;
	bottom: -1px;
	right: 50px;
	background: #fff url("../../images/event/business_event/service_info3.jpg") 0 0 no-repeat;
	width: 240px;
	height: 465px;
	background-size: 100% 100%;
	/*width: 300px;*/
	/*background: #fff url("../../images/event/business_event/service_info.png?v=1") 0 0 no-repeat;*/
	display:none;
	/*height: 360px;*/
	overflow: hidden;
	box-sizing: border-box;
}
.totop .service:hover .service_info{
	display: block;
}
.totop .service .service_info_new {
	background: none;
	height: auto;
}
.service_info_new .advisory_content {
	border: 1px solid #dfdfdf;
	padding: 22px 0;
	background-color: #FFF;
}
.service_info_new .advisory_content h6 {
	text-align: center;
    color: #000;
    font-size: 22px;
}
.service_info_new .advisory_content .time {
	font-size: 12px;
    color: #999;
    text-align: center;
	margin-top: 5px;
}

.advisory_item .wechat,
.advisory_item .telphone,
.advisory_item .mobile {
    padding: 0 27px;
    margin: 13px 38px;
}
.advisory_item .wechat {
    background: url(../../images/2bulu_app/icon_wechat.png) no-repeat center left;
    background-size: 22px;
}
.advisory_item .telphone {
    background: url("../../images/2bulu_app/icon_telphone.png") no-repeat center left;
    background-size: 22px;
}
.advisory_item .mobile {
    background: url("../../images/2bulu_app/icon_mobile.png") no-repeat center left;
    background-size: 22px;
}
.advisory_item .wechat a,
.advisory_item .telphone a,
.advisory_item .mobile a {
    display: block;
    width: 100%;
    color: #23B929;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #23B929;
    padding: 0 13px;
}
.service_info_new .advisory_content hr {
    line-height: 0;
    margin: 10px 0;
    padding: 0;
    border: none!important;
    border-bottom: 1px solid #eee!important;
    clear: both;
    background: 0 0;
}


.totop .erweima .erwei{
	position: absolute;
	bottom: -1px;
	right: 50px;
	width: 344px;
	background: #fff url("../../images/community/code03.jpg?v=1") 0 0 no-repeat;
	display:none;
	height: 150px;
	overflow: hidden;
	box-sizing: border-box;
	background-size: 344px 150px;
}
.totop .erweima:hover .erwei{
	display: block;
}
/* 分享回到顶部 end */