* {
  margin: 0;
}
a {
  text-decoration: none;
  color: inherit;
}
i {
  font-style: normal;
}
body {
  width: 100vw;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex-wrap: nowrap;
  justify-content: space-between;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAMAAAAoyzS7AAAAAXNSR0IArs4c6QAAAANQTFRFAAAAp3o92gAAAAF0Uk5TQtg0+NoAAAAKSURBVAiZY2AAAAACAAH0cWSmAAAAAElFTkSuQmCC), url(https://api.imlcd.cn/bg/high.php) center center, #000e;
  background-size: cover;
  color: #fff;
  font-family: sans-serif;
}
:-webkit-scrollbar {
  display: none;
}
header {
  width: 84%;
  height: 50px;
  margin: 20px 8% 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  word-break: keep-all;
}
header a {
  transition: 0.6s;
  box-shadow: 0 4px 16px #0001;
  font-weight: bold;
  background-color: #fff4;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
header a:hover {
  transform: scale(1.1);
  filter: brightness(1.3);
}
header .left {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  font-size: 19pt;
  font-weight: bold;
  padding: 0 18px;
  width: auto;
  border-radius: 5px;
}
header .left img {
  height: 35px;
  width: 35px;
  margin-right: 10px;
}
header .right {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
}
header .right a {
  height: 40px;
  padding: 0 1.5em;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16pt;
}
section {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  text-align: center;
}
section > * {
  padding: 0 24px;
}
section .title {
  font-size: clamp(25pt, 8vw, 40pt);
  font-weight: bolder;
  word-break: keep-all;
  margin-top: 2vw;
}
section .describe {
  font-size: 12pt;
  color: #fffb;
}
section .tip {
  margin-top: 32px;
  font-size: clamp(16pt, 5vw, 20pt);
  font-weight: bold;
}
section #lines {
  margin: 50px 0;
  width: 80vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
}
section #lines > div {
  width: 250px;
  margin: 5px 1px;
  position: relative;
}
section #lines > div > div {
  cursor: pointer;
  width: 220px;
  margin: 0 15px;
  font-size: 16pt;
  font-weight: bold;
  word-break: keep-all;
  outline: #fff 0 solid;
  color: #1d1d1f;
  border-radius: 16px;
  transition: 0.3s;
  overflow: hidden;
  box-shadow: 0 0 24px #000a;
  backdrop-filter: blur(5px) saturate(2);
  background-color: #fffa;
  -moz-user-select: none;
  /*火狐*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -ms-user-select: none;
  /*IE10*/
  -khtml-user-select: none;
  /*早期浏览器*/
  user-select: none;
}
section #lines > div > div > .img {
  width: calc(100% - 10px);
  height: 100px;
  margin: 5px;
  border-radius: 11px;
  background: center #0001;
  background-size: cover;
}
section #lines > div > div > i {
  display: block;
  font-weight: lighter;
  font-size: 7pt;
  opacity: 0.6;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 5px;
}
section #lines > div::after {
  content: '已复制';
  display: block;
  position: absolute;
  top: 3px;
  left: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: calc(100% - 6px);
  border-radius: 13px;
  color: #fff0;
  pointer-events: none;
  font-weight: bold;
  font-size: 25pt;
  transition: 0.3s;
}
section #lines > div:hover > div {
  width: 100%;
  margin: 0;
  box-shadow: 0 0 24px #000;
  z-index: 1;
  filter: brightness(1.2);
}
section #lines > div:hover::after {
  left: 3px;
  width: calc(100% - 6px);
}
section #lines .copied > div {
  width: 100%;
  margin: 0;
  box-shadow: 0 0 24px #000;
  z-index: 1;
}
section #lines .copied::after {
  left: 3px;
  width: calc(100% - 6px);
  color: #fff;
  background-color: #0009;
  backdrop-filter: blur(5px) saturate(2);
  outline: solid 1px #fff1;
}
footer {
  height: 1.4em;
  margin-bottom: 20pt;
  display: flex;
  justify-content: center;
}
footer .content {
  padding: 0 1em;
  line-height: 1.4em;
  background-color: #fff4;
  border-radius: 0.7em;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
footer a {
  font-weight: bold;
}
footer .maker {
  font-size: 10pt;
  text-align: center;
}
footer .maker::before {
  content: "The website design by";
}
.info {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
}
.info > .bg {
  z-index: 1;
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #58529790;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
.info > .window {
  position: relative;
  border: 1.5px solid #fff;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow: 0 0 128px #58529780;
  border-radius: 20px;
  z-index: 2;
  padding: 20px 10px;
  background-color: #fffe;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.info > .window > .close {
  cursor: pointer;
  position: absolute;
  right: 18px;
  top: 18px;
  font-size: larger;
  opacity: 0.3;
  transition: 1s;
}
.info > .window > .close:hover {
  transition: 0.3s;
  opacity: 0.6;
  transform: scale(0.95);
}
.info > .window > h1 {
  margin-bottom: 0;
}
.info > .window > span {
  margin: 1em 0;
  font-size: small;
  opacity: 0.8;
}
.info > .window > .divider {
  width: 100%;
  height: 2px;
  box-shadow: 0 0 15px #fff;
}
.info > .window > .main {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: auto;
  max-height: calc(90vh - 300px);
  padding: 0 20px 48px;
  width: 100%;
}
.info > .window > .main > h3 {
  margin: 2em auto 0.5em;
}
.info > .window > .main > .copy-tip {
  font-size: smaller;
  opacity: 0.5;
}
.info > .window > .main > #shower {
  width: 100%;
  text-align: center;
}
.info > .window > .main > #shower > .list {
  margin: 6px 0 10px;
}
.info > .window > .main > #shower > .list > .title {
  background-color: #8e88ec;
  color: white;
  padding: 1px 5px;
  border-radius: 2px;
  font-size: small;
}
.info > .window > .main > #shower > .list > .ip {
  margin-top: 4px;
}
.info > .window > .main > #shower > .list > .ip > span {
  display: inline-block;
  opacity: 0.7;
  margin-left: 10px;
  cursor: pointer;
}
.info > .window > .main > #shower > .list > .ip > span::after {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-copy' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2zm2-1a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1zM2 5a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-1h1v1a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h1v1z'/%3E%3C/svg%3E");
}
body > .hidden {
  display: none;
}
@media screen and (max-width: 470px) {
  header .left i {
    display: none;
  }
  header .left img {
    margin: 0;
  }
}
@media screen and (max-width: 712px) {
  header .right .hidden {
    display: none;
  }
}
@media screen and (max-width: 440px) {
  footer .maker::before {
    content: "Design by";
  }
}
/*# sourceMappingURL=style.css.map */