body {
	background: #fff;
	color: #666666;
	font-family: "Meiryo";
	cursor: url('../image/11.ico'),auto;
}
#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	overflow: visible;
	background: url("../image/preloader.svg") no-repeat center center;
}
#hero {
	display: table;
	width: 100%;
	height: 100vh;
	background: url("https://pic.ziyuan.wang/2023/10/15/HK-7_ca39934f9b979.png") top center;
	background-size: cover;
}
#clock {
	font-family: 'Share Tech Mono', monospace;
	background-color: rgba(77,157,255, 0.2);
	border-radius: 55px;
	font-weight: 600;
	font-size: 55px;
	line-height: 50px;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #daf6ff;
	text-shadow: 0 0 5px #0ff;
	-webkit-animation: headneon 2s ease-in-out infinite alternate;
	-moz-animation: headneon 2s ease-in-out infinite alternate;
	animation: headneon 2s ease-in-out infinite alternate;
}
@media (max-width: 520px) {
	#clock {
		font-size: 35px;
	}
}
@-webkit-keyframes headneon {
	from {
		box-shadow: 0 0 1px #0ff, 0 0 2px #fff, 0 0 3px #0ff, 0 0 4px #fff;
	}
	to {
		box-shadow: 0 0 5px #0ff, 0 0 10px #0ff, 0 0 15px #0ff, 0 0 20px #0ff;
	}
}
@-moz-keyframes headneon {
	from {
		box-shadow: 0 0 1px #0ff, 0 0 2px #fff, 0 0 3px #0ff, 0 0 4px #fff;
	}
	to {
		box-shadow: 0 0 5px #0ff, 0 0 10px #0ff, 0 0 15px #0ff, 0 0 20px #0ff;
	}
}
@media (min-width: 1024px) {
	#hero {
		background-attachment: fixed;
	}
}
.rotating > .animated {
	display: inline-block;
}
.sy {
	text-shadow: 0 0 0.5px #fff;
	border: 2px solid rgba(50,153,204, 0.8);
	width: auto;
	height: auto;
	background: rgba(217,217,243, 0.5);
	color: #FF6EC7;
	position: fixed;
	left: 15px;
	top: 15px;
	margin: 0;
	border-radius: 12px;
	text-align: center;
	font-weight: 550;
	font-size: 18px;
	z-index: 77777;
}
.sy:hover {
	background: rgba(255,192,205, 0.6);
	cursor: url(https://cdn.jsdelivr.net/gh/moezx/cdn@3.1.9/img/Sakura/cursor/ayuda.cur), auto;
}
.dmx {
	content: url(https://pic2.ziyuan.wang/user/HK-7/2025/07/2_091959cbea9c6.gif);
	width: 15rem;
	height: 15rem;
	position: fixed;
	bottom: 0rem;
	left: 0.6rem;
	z-index: 9;
	cursor: url(https://cdn.jsdelivr.net/gh/moezx/cdn@3.1.9/img/Sakura/cursor/ayuda.cur), auto;
}
@media(max-width: 764px) {
	.dmx {
		width: 8rem;
		height: 8rem;
		bottom: 0.7rem;
		left: 2.5rem;
	}
}
.cl {
	content: url("https://pic.ziyuan.wang/2023/10/15/HK-7_60a2e964849ec.gif");
	width: 5.3rem;
	height: 5.2rem;
	position: fixed;
	bottom: 1rem;
	right: 0.2rem;
	z-index: 8;
}
.sx img {
	position: fixed;
	width: 5rem;
	height: 5rem;
	right: 0.2rem;
	z-index: 9;
	transform: rotate(0);
	transition: all ease 1s;
}
.sx img:hover {
	transform: rotate(360deg);
	cursor: url(https://cdn.jsdelivr.net/gh/moezx/cdn@3.1.9/img/Sakura/cursor/ayuda.cur), auto;
}
.zsm {
	position: fixed;
	right: 1px;
	top: 1px;
	z-index: 10;
	width: 45px;
	height: 480px;
	content: url("../image/scroll.png");
	animation: jumpBoxHandler 2s infinite;
	cursor: url(https://cdn.jsdelivr.net/gh/moezx/cdn@3.1.9/img/Sakura/cursor/ayuda.cur), auto;
}
@keyframes jumpBoxHandler {
	0% {
		transform: translate(0px, 0px);
	}

	50% {
		transform: translate(0px, 30px);
	}

	100% {
		transform: translate(0px, 0px);
	}
}
#header {
  transition: all 0.5s;
  z-index: 997;
  height: 50px;
}
@media (max-width: 992px) {
  #header {
    height: 60px;
  }
}
#header.fixed-top {
  background: rgba(0, 0, 0, 0.5);
}
.scrolled-offset {
  margin-top: 70px;
}

@media (max-width: 992px) {
  .scrolled-offset {
    margin-top: 60px;
  }
}
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
  text-shadow: 0 0 0.5px #fff;
  font-weight:800;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  color: #b142ef;
  white-space: nowrap;
  transition: 0.3s;
  cursor: url(https://cdn.jsdelivr.net/gh/moezx/cdn@3.1.9/img/Sakura/cursor/ayuda.cur), auto;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover{color:#03c4eb;background:  rgba(225, 225, 225, 0.3);border-radius:15px;}
.navbar img{width: 100px;height: 40px;}
.navbar .active, .navbar .active:focus{color: #ea6ed6;}
.navbar .active:hover {color: #ff0000;}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  border-radius:17px;
  visibility: hidden;
  background:  rgba(255, 255, 255, 0.5);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
  transition: 0.3s;
}
.navbar .dropdown ul li {
  min-width: 100px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
  color: #333333;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #03C4EB;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}
.mobile-nav-toggle {
  color: #fff;
  font-size: 35px;
  cursor: url(https://cdn.jsdelivr.net/gh/moezx/cdn@3.1.9/img/Sakura/cursor/ayuda.cur), auto;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  border-radius: 20px;
  top: 55px;
  right: 30px;
  bottom: 177px;
  left: 30px;
  padding: 10px 0;
  background-color:  rgba(255, 255, 255, 0.7);
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a {
  padding: 10px 20px;
  font-size: 20px;
  color: #333333;
}
.navbar-mobile .active:hover{color:#ff0000}
.navbar-mobile .active,.navbar-mobile .active:focus{color: #ea6ed6;}
.navbar-mobile a:hover, .navbar-mobile li:hover > a {
  color: #03C4EB;background:  rgba(0, 0, 0, 0.1);border-radius:15px;
}
.navbar-mobile .getstarted {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #03C4EB;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}