.container {
	/* align-self:center;
	justify-self:center; */
	color:#fff;
	font-size:6rem;
	letter-spacing:8px;
	font-family:fira code;
	font-weight:500;
	text-transform:uppercase;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 26.5625rem;
  /* width: 425px; */
}
.container::before,.container::after {
	content:attr(data-content);
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
}
.container::before {
	color:#ff00c1;
	animation:tik-tok 0.5s infinite;
	animation-delay:0.1s;
}
.container::after {
	color:#3498db;
	animation:tik-tok 0.5s infinite;
}
@keyframes tik-tok {
	0% {
	left:-8px;
	top:-8px;
}
25% {
	left:8px;
	top:0px;
}
50% {
	left:-4px;
	top:8px;
}
75% {
	left:4px;
	top:-4px;
}
100% {
	left:0;
	top:-4px;
}
}

.my-bg {
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  overflow: hidden;
  background-color: #000000;
}

#title {
  font-size: 45px;
  letter-spacing: 10px;
  font-family: hwhp;
  transition: all 1s linear;
}

.navsss {
  position: fixed;
  left: 20%;
  top: 30px;
  width: 60%;
  text-align: center;
  font-size: 22px;
  padding: 20px 0px;
  line-height: 36px;
  background: rgba(93, 158, 191, 0.5);
  border-radius: 10px;
  z-index: 1;
}

.navsss>a {
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  /* color: #fff; */
  /* font-family: "宋体"; */
  /* color: #ccd2d5; */
}

/* .navsss>a:hover {
  color: #fff;
} */

.record_info {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 12px;
  color: #999;
}

.record_info p {
  line-height: 22px;
  text-align: center;
}

.record_info a:hover span {
  color: #f40;
  text-decoration: none;
}