﻿body {
	font-family: "Noto Sans SC";
	font-weight:bold;
}

.floating_window {
	position: fixed;
	top: 40%;
	right: 0px;
	border-radius: 5px;
	width:90px;
	box-shadow: 4px 0px 4px 4px #eaf2ff;
	font-size: 14px;
	background: #FFFFFF;
	opacity: 0.9;
	
}
.floating_window div{
	text-align: center;
	font-weight:500;
	letter-spacing: 2px;
	line-height: 40px;
	padding: 10px;
	height:90px;
	width:90px;
	color: #333333;
	border-bottom:1px solid #f3f3f3;
}
