@charset "utf-8";
/* CSS Document */
.btnFloat {
       display:flex;
       width:40px;
       height:40px;
       color:#fff;
       position: fixed;
       right:30px;
       bottom:120px;
       text-align:center;
       z-index:999;
	   align-items: center;
	   justify-content: center;
		box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  		transition:.3s;
}
.imgBtn{
	max-width:70px;
	width: 70px;
}