*{
	padding: 0;
	margin:0;
	border:0;
	font-family: "microsoft yahei";
	box-sizing: border-box;
}
body{
	background-color: #dc3b43;
}
#box_left{
	width: 220px;
	height: 220px;
	font-size: 22px;
	border-radius: 110px;
	background-color: white;
	font-weight: bold;
	color: #dc3b43;
	padding: 100px 0px 0px 80px;
	margin-left: 10vw;
	margin-top: 10vh;
	float: left;
}
#box_right{
	width: 600px;
	color: white;
	font-size: 14px;
	font-weight: lighter;
	margin-left: 20px;
	float: left;
	padding-top: calc(10vh + 110px);
}
#box_right h3{
	display: block;
}
.page{
	width: 300px;
	float: left;
}
#footer{
	color: white;
	font-size: 12px;
	font-weight: lighter;
	width: 100%;
	height: 60px;
	line-height: 30px;
	text-align: center;
}
#footer a{
	color: white;
}
#top{
	width: 100%;
	height: calc(100vh - 60px);
}