﻿@charset "utf-8";
	.dingbu{
		position: fixed;
		height: 50px;
		background: rgba(95, 82, 82, 0.2);
		width: 50px;
		right: 10px;
		bottom: 20px;
		border-radius: 50%;
	}
	.dingbu p{
		font-size: 14px;
		color: rgb(241, 234, 234);
		padding: 5px 10px;
		font-weight: bold;
	}
	.dingbu:hover{background:rgba(95, 82, 82, 0.2);}
    .dingbu a:hover{
		text-decoration: none;
	}
