body {
	max-width: 800px;
	margin: 0 auto;
}

.content {
	display: flex;
	flex-direction: column;
	height: 100%;
}

/* 超出省略 */
.ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}/***/

/* 主题色 */

* {
	/* --background: #46d39f; */
	/* --itemblock: #4de8af; */
	--background: #1d4686;
	--itemblock: #285491;
	--text: #fff;
	--datanum: #efb72e;
	--icon-on: linear-gradient(to bottom right, #ecb632, #f16d0b);
	--icon-off: #939393;
	--item-theme: #ffb800;

	--item-error: #ff6000;
}/*****/

/* 页面底部logo */
.copyright {
	width: 180px;
	margin: 0 auto;
	padding: 15px 0;
}