@font-face {
    font-family: "lazy";
    src: url(./font/font.ttf);
    }
@font-face {
    font-family: "youshe";
    src: url(./font/youshe.ttf);
    }
    
.msg{
      font-size: 48px;
      margin-bottom: 50px;
      /*font-family: "youshe";*/
}
.day{
    font-size: 48px;
    margin-bottom: 50px;
    font-family: "lazy";
}
.countdown{
    font-family: "lazy";
    font-size: 64px;
    display: inline-block;
}
.countdown span{
    color: #fff;
}

.words{
    font-family: "youshe";
    font-size: 64px;
    display: inline-block;
}

.saying{
    font-family: "youshe";
    font-size: 64px;
    display: inline-block;
}

.saying-text{
    font-family: "youshe";
    font-size: 64px;
    display: inline-block;
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'PingFang SC', 'sans-serif';
  -webkit-tap-highlight-color: rgba(0 0 0 / 0);
  -webkit-text-size-adjust: none;
  color: #fff;
  /*text-shadow: 0 0 5px rgba(0 0 0 / .5);*/
}

html, body {
  height: 100%;
}

.bgi {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  user-select: none;
  pointer-events: none;
  filter: brightness(.9);
  background-color: #333;
}
.bgi img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
}

.container {
  width: 100%;
  /*min-height: 100%;*/
  padding: 0 5%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.banner {
  height: 50px;
  width: 100%;
}
.banner .logo {
  text-decoration: none;
  display: inline-block;
  width: auto;
  height: 100%;
  background-color: #007bff;
  color: #fff;
  line-height: 50px;
  padding: 0 25px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 0 0 10px 10px;
  text-shadow: 0 0 5px rgba(0 0 0 / .3);
  transition: background-color .2s;
}
.banner .logo:hover {
  background-color: #3094ff;
}

main .msg {
  padding-top: 120px;
}
main .msg,
main .countdown {
  font-size: 64px;
  font-weight: 700;
  color:red;
}
main .countdown span {
  font-size: 42px;
}
main #day {
  font-size: 120px;
  color:red;
}
main .words {
  font-family: "lazy";
  width: 100%;
  padding-top: 80px;
}
main .words span {
  /*font-family: "lazy";*/
  font-size: 28px;
  font-style: italic;
  line-height: 1.6;
  color: #fff;
}

main .title {
  color: #fff;
}

footer {
  padding-bottom: 60px;
}
footer p {
  line-height: 1.5;
  font-size: 15px;
}
footer a {
  transition: color .2s;
}
footer a:hover {
  color: #3094ff;
  text-shadow: 0 0 5px rgba(0 0 0 / 0);
}



@media screen and (max-width: 1050px) {
  main .msg,
  main .countdown {
    font-size: 50px;
  }
  main .countdown span {
    font-size: 34px;
  }
  main #day {
    font-size: 100px;
  }
  main .words {
    width: 100%;
  }
  main .words span {
    font-size: 24px;
  }
}

@media screen and (max-width: 850px) {
  main .msg,
  main .countdown {
    font-size: 38px;
  }
  main .countdown span {
    font-size: 26px;
  }
  main #day {
    font-size: 80px;
  }
  main .words span {
    font-size: 20px;
  }
}

@media screen and (max-width: 650px) {
  main .msg,
  main .countdown {
    font-size: 28px;
  }
  main .countdown span {
    font-size: 20px;
  }
  main #day {
    font-size: 48px;
  }
  main .words span {
    font-size: 18px;
  }
}

@media screen and (max-width: 450px) {
  .banner {
    height: 40px;
  }
  .banner .logo {
    font-size: 15px;
    line-height: 40px;
    padding: 0 20px;
  }
  main .msg,
  main .countdown {
    font-size: 24px;
  }
  main .countdown span {
    font-size: 18px;
  }
  main #day {
    font-size: 38px;
  }
  main .words span {
    font-size: 16px;
  }
  footer {
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .countdown, .words {
    display: block;
    width: 100%;
  }
}

    .popup {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 10px;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.3);
}
.close-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 18px;
  cursor: pointer;
}

/*Lantern*/
/*Lan-END*/


#tp-weather-widget .sw-container {
  left: unset;
  right: 5px;
  top: 5px;
  bottom: unset;
}

.settings-icon {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
  z-index: 1000;
  width: 40px;
  height: 40px;
}

.settings-icon img {
  width: 100%;
  height: 100%;
}

.settings-panel {
  position: fixed;
  bottom: 60px;
  right: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 1000;
  width: 250px;
  height: auto;
}

.settings-panel h3 {
  margin-bottom: 10px;
}

.settings-panel label {
  display: block;
  margin-top: 10px;
}

.settings-panel input {
  width: 100%;
  padding: 5px;
  margin-top: 5px;
  border-radius: 4px;
  border: none;
  color: black;
}

.settings-panel button {
  margin-top: 10px;
  padding: 5px 10px;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  outline:none;
}

.settings-panel button:hover {
  background-color: #0056b3;
}

.settings-panel .close-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 18px;
  cursor: pointer;
}