body {
	margin: 0;
	padding: 0;
	background: #ffc0cb;
	font-size: 20px;
	font-family: '微软雅黑', '宋体', sans-serif;
	color: #000000;
	overflow: auto
}

a {
	color: #000;
	font-size: 14px;
}

#main {
	width: 100%;
}

#wrap {
	position: relative;
	margin: 0 auto;
	width: 1100px;
	height: 680px;
	margin-top: 10px;
}

#text {
	width: 400px;
	height: 425px;
	left: 60px;
	top: 80px;
	position: absolute;
}

#code {
	display: none;
	font-size: 20px;
}

#clock-box {
	position: absolute;
	/* left: 60px; */
	top: 700px;
	font-size: 28px;
	display: none;
}

#clock-box a {
	font-size: 28px;
	text-decoration: none;
}

#clock {
	margin-left: 48px;
}

#clock .digit {
	font-size: 64px;
}

#canvas {
	margin: 0 auto;
	width: 1100px;
	height: 680px;
}

#error {
	margin: 0 auto;
	text-align: center;
	margin-top: 60px;
	display: none;
}

.hand {
	cursor: pointer;
}

.say {
	margin-left: 5px;
}

.space {
	margin-right: 150px;
}

.circle-image {
	border-radius: 50%;

	/* 以下是可选的样式 */
	/* width: 250px; 图片宽度 */
	height: 250px;
	overflow: hidden; /* 如果图片不是正方形，可以隐藏超出圆形部分的内容 */
	/* border: 4px solid #fff; 可选的边框 */
	box-shadow: 0 4px 8px rgba(0,0,0,0.1); /* 可选的阴影 */
}

.pic_list {
	display: flex; /* 使用 Flexbox 布局 */
    justify-content: center; /* 水平居中 */
    align-items: center; /* 垂直居中 */
    gap: 20px; /* 图片之间的间隔 */
}
