.love-app {
  width: 1236px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -1236px;
}

#love-content {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
}
#loveHeart {
  width: 670px;
  height: 625px;
  position: relative;
  z-index: 2;
}


#love-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#garden {
  width: 100%;
  height: 100%;
}

#elapseClock {
  text-align: right;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#words {
  font-family: "sans-serif";
  width: 500px;
  font-size: 24px;
  color: #666;
}

.love-text {
  padding: 0;
  margin: 0;
}

#messages {
  display: none;
}

#elapseClock .digit {
  font-family: "digit";
  font-size: 36px;
}

#loveu {
  padding: 5px;
  font-size: 22px;
  margin-top: 80px;
  margin-right: 120px;
  text-align: right;
  display: none;
}

#loveu .signature {
  margin-top: 10px;
  font-size: 20px;
  font-style: italic;
}

#clickSound {
  display: none;
}

#code {
  width: 500px;
  height: 400px;
  color: #333;
  font-family: "Consolas", "Monaco", "Bitstream Vera Sans Mono", "Courier New",
    "sans-serif";
  font-size: 12px;
  position: relative;
  z-index: 2;
}

#code .string {
  color: #2a36ff;
}

#code .keyword {
  width: 400px;
  color: #7f0055;
  padding: 5px;
  font-size: 16px;
  margin-right: 100px;
  display: none;
}

#code .placeholder {
  margin-left: 15px;
}

#code .space {
  margin-left: 7px;
}

#code .comments {
  color: #3f7f5f;
}

#copyright {
  margin-top: 10px;
  text-align: center;
  width: 100%;
  color: #666;
}

#errorMsg {
  width: 100%;
  text-align: center;
  font-size: 24px;
  position: absolute;
  top: 100px;
  left: 0px;
}

#copyright a {
  color: #666;
}



/* 流星雨容器 */
.meteor-shower {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
}
