/* 页面公共scss */
.container {
	background-color: $custom-bg-color;
  margin: 0;
  padding: 0;
	box-sizing: border-box;
	height: 100%;
}