/* 背景 */
body {
	background-color: #fff;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

img {
	pointer-events: none;
}

.bg {
	display: none;
}

.top {
	background-color: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	padding: 16px 0;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
}

.top-1 {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 30px;
}

.logo {
	font-size: 22px;
	font-weight: bold;
	color: #409eff;
	height: 30px;
}

.appapp {
  display: flex;
  gap: 24px;
}
.appapp a {
  color: #333;
  text-decoration: none;
}
.appapp a:hover {
  color: #409eff;
}

.card {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  margin-bottom: 24px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
  border-left: 4px solid #409eff;
}

.通知 {
	margin-top: 86px;
	border-radius: 15px;
	color: #409eff;
	font-size: 18px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
}

/* 时间 */
.clock{
	margin-top: 86px;
}

.time {
	color: #409eff;
	font-size: 66px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.date {
	color: #409eff;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* 第一行按钮 */
.a {
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
	margin-top: 10px;
}

.a-1 {
	text-align: center;
	width: 75px;
	height: 95px;
	border-radius: 15px;
	line-height: 10px;
	display: inline-block;
	border: none;
	font-size: 20px;
	color: #fff;
	transition: all 0.3s linear;
}

h2{
	color: #409eff;
}

svg:hover {
	border-radius: 15px;
	box-shadow: 0 0 20px #fff;
}

.a-2 {
	margin-top: 5px;
	color: #000;
	font-size: 15px;
}

/* 计时 */
.timer-card {
	  font-size: 20px;
	  font-weight: bold;
	  color: #409eff;
	  }


#timer {
	margin-top:  20px;
	font-size: 1.5rem;
	font-weight: bold;
	color: #ff4757;
}

.unit {
	color: #777;
	font-size: 0.9rem;
	margin: 0 5px;
}

.app{
	display: none;
}

.刷新{
	display: none;
}