@charset "UTF-8";
.pagetop {
	display: none;
	position: fixed;
	bottom: 0px;
	right: 30px;
	z-index: 50;
}
.pagetop a {
    display: block;
    text-align: center;
    color: #222;
    font-size: 12px;
    text-decoration: none;

}
 
.pagetop a:hover {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    opacity: 0.7;

}
