/* 全局 */
html{height: 100%;}
body {font-family:'Microsoft Yahei',Arial,Simsun,sans-serif;min-height: 100%;margin: 0;padding: 0;background-color: #efeff4;}
.hide{display: none !important;visibility: hidden;}

/* 弱提示 */
.hintBox{
	position: fixed;
	top: 25%;
	left: 50%;
	text-align: center;
	font-size: 1rem;
	width: 240px;
	margin-left: -120px;
	background: #404040;
	color: #fff;
	line-height: 40px;
	border-radius: 5px;
}