* {
	margin: 0;
	padding: 0;
}

div {
	border: 0px solid red;
}

body {
	font-size: 12px;
	font-family: "微软雅黑";
	color: #666;
}

a {
	text-decoration: none;
	text-align: right;
	white-space: nowrap;
	cursor: pointer;
}