#float_btn {
    //position: absolute;
    position: fixed;
    top: 350px;
    width: 28px;
    right: 0px;
 }	

/*#float_btn a {
    background: url(/vendor/float_btn/gotop.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    height: 60px;
    width: 60px;
    display: block;
    text-indent: -9999px;
}*/


#float_btn :hover{
	opacity: .6;  
}
#float_btn a {
	position: fixed;
	background: url(/vendor/float_btn/gotop.png);
	background-repeat: no-repeat;
	display: block;
	height: 28px;
    width: 28px;
    text-indent: -9999px;
}

#float_btnp a {
	width: 108px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#float_btn a:hover {
	color: #000;
}

.srv_btn {
	position: fixed;
    top: 200px;
    right: 0px;
	width: 28px;
	padding: 5px;
	
	color: #000000;
	text-align: center;
	
	border-radius: 10px 0px 0px 10px;
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-right-style: none;
	border-color: #6c757d;
	
	cursor: pointer;	
}

.gotop_btn {
	position: fixed;
    top: 330px;
    right: 0px;
	width: 28px;
	padding: 5px;
	
	color: #000000;
	text-align: center;
	
	border-radius: 10px 0px 0px 10px;
	background-color: #FFFFFF;	
	border-width: 1px;
	border-style: solid;
	border-right-style: none;
	border-color: #6c757d;
	
	cursor: pointer;
}

.leave_color {
	color: #000000;
	background-color: #FFFFFF;
}
.over_color {
	color: #FFFFFF;
	background-color: #6c757d;
}
