#signcontainer {
	background: #eee;
}
#image {
	img {
		display: block;
		width: 300px;
		height: 200px;
	}
}

.hidden {
	display: none !important;
}

.error-msg {
	font-size: 12px;
	color: #e53e3e;
	/* margin-top: 4px; */
	margin-bottom: 10px;
	min-height: 16px; /* 佔位，避免版面跳動 */
	display: block;
}

.nodata {
	background-color: #fafafa;
	color: #888;
	letter-spacing: 1px;
	font-weight: 700;
	width: calc(100% - 16px);
	padding: 8px;
	font-size: 14px;
	margin-top: 8px;
	text-align: center;
}
