@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Share+Tech+Mono");

html,
body {
  height: 100%;
}

/*body {
  background: #0f3854;
  background: radial-gradient(ellipse at center, #0a2e38 0%, #000000 70%);
  background-size: 100%;
}*/

body {
  height: 100%;
  width: 100%;
  background: url('/static/shizhong/index_bg.jpg');
  background-size: cover;
  overflow-x: hidden;
  overflow-y: hidden;
}

p {
  margin: 0;
  padding: 0;
}

.bodybox {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#clock {
  /*  padding-top: 30px;*/
  /*font-family: "Share Tech Mono", monospace;*/
  color: #ffffff;
  text-align: center;
  /*position: absolute;*/
  /*left: 50%;*/
  /*  top: 150px;*/
  /*transform: translate(-50%, -50%);*/
  /*color: #daf6ff;*/
  /*text-shadow: 0 0 20px #0aafe6, 0 0 20px rgba(10, 175, 230, 0);*/
  /*  height: 150px;*/
}

#clock .time {
  letter-spacing: 0.05em;
  font-size: 130px;
  /*  padding: 5px 0;*/
}

#clock .date {
  letter-spacing: 0.1em;
  font-size: 40px;
}

#clock .text {
  display: none;
  letter-spacing: 0.1em;
  font-size: 20px;
  padding: 5px 0 0;
}

/*之前文字大小*/
/*#clock .time {
  letter-spacing: 0.05em;
  font-size: 60px;
  padding: 5px 0;
}
#clock .date {
  letter-spacing: 0.1em;
  font-size: 15px;
}
#clock .text {
  letter-spacing: 0.1em;
  font-size: 10px;
  padding: 5px 0 0;
}*/
/*tp隐藏调试内容*/
#think_page_trace_open {
  display: none;
}