#totop{
	display: none;
	position: fixed;
	right: .1rem;
    bottom: 1.2rem;
    
	background-image:url(../images/up2.png) ;	
	background-size: cover;
    background-color: rgba(136, 136, 136, 0.6);
	color: #FFFFFF;
	width: .46rem;
	height: .46rem;
	text-align: center;
	line-height: .46rem;
	font-size: .14rem;
	z-index: 20;
	transition: 1s;
}
#totop:hover{
	/* background-image:url(../images/up2.png); */
	background-color: #666666;
	border-radius: 0.04rem 0 0 0.04rem;
}
#totop img{
	width: .46rem;
	height: .46rem;
}

#totop1{
	position: fixed;
	right: .1rem;
    bottom: 1.7rem;
    
	background:url(../images/tel2.png) no-repeat;	
	background-size: cover;
    background-color: rgba(136, 136, 136, 0.6);
	width: .46rem;
	height: .46rem;
	text-align: center;
	line-height: .46rem;
	font-size: .14rem;
	z-index: 20;
	transition: 0.5s;	
}
#totop1 a{
	opacity: 0;
	color: #faf5ff;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	transition: 0.5s;
}
#totop1:hover{
	/* background:url(../images/tel2.png) no-repeat; */
	background-color: #666666;
	width: 1.54rem;
	border-radius: 0.04rem 0 0 0.04rem;
}
#totop1:hover a{
	opacity: 1;	
}

#totop2{
	position: fixed;
	right: .1rem;
    bottom: 2.2rem;
    
	background:url(../images/kefu2.png) no-repeat;	
	background-size: cover;
    background-color: rgba(136, 136, 136, 0.6);
	width: .46rem;
	height: .46rem;
	text-align: center;
	line-height: .46rem;
	font-size: .14rem;
	z-index: 20;
	transition: 0.5s;	
}
#totop2 a{
	opacity: 0;
	color: #faf5ff;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	transition: 0.5s ;
}
#totop2:hover{
	/* background:url(../images/kefu2.png) no-repeat; */
	background-color: #666666;
	width: 1.54rem;
	border-radius: 0.04rem 0 0 0.04rem;
}
#totop2:hover a{
	opacity: 1;	
}

