* {
  margin: 0;
  padding: 0;
}

:root {
  --bgimg: url("./imgs/images/a22.png");
}

@keyframes dropstar {
  0% {
    opacity: 0;
    top: 0;
  }
  20%, 70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 300rem;
  }
}
@keyframes upstar {
  0% {
    opacity: 0;
    top: 340rem;
  }
  20%, 70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 40rem;
  }
}
@keyframes updown {
  0%, 100% {
    transform: translateY(-8px);
  }
  50% {
    transform: translateY(8px);
  }
}
@keyframes translateleft {
  0% {
    opacity: 0;
    left: 0;
  }
  20%, 70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    left: 1920rem;
  }
}
@keyframes translateright {
  0% {
    opacity: 0;
    right: 0;
  }
  20%, 70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    right: 1920rem;
  }
}
@keyframes rotateright {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotateleft {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
html {
  overflow: hidden;
  font-size: 0.0520833333vw;
}
html body {
  font-size: 16rem;
  height: 100vh;
  background-image: var(--bgimg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
html body > .header {
  height: 99rem;
  background: url(./imgs/images/a1.png) center/cover no-repeat;
  display: flex;
  justify-content: space-between;
}
html body > .header > div {
  flex: 1;
  flex-shrink: 0;
}
html body > .header > .left > .top {
  margin: 25rem 0;
}
html body > .header > .left > .top > span {
  padding-left: 20rem;
  vertical-align: middle;
}
html body > .header > .left > .top .date {
  color: yellow;
  font-size: 24rem;
}
html body > .header > .left > .top .time {
  color: #00d8ff;
  font-size: 16rem;
}
html body > .header > .left .wc {
  color: white;
  font-size: 18rem;
  padding-left: 30rem;
}
html body > .header .title {
  font-size: 40rem;
  color: #fff;
  text-align: center;
  line-height: 92rem;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.3), 0 0 20px rgba(255, 255, 255, 0.3), 0 0 30px rgba(255, 255, 255, 0.3), 0 0 40px rgba(255, 255, 255, 0.3);
}
html body > .header .right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 10rem;
  padding-bottom: 20rem;
}
html body > .header .right > .menu {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  column-gap: 20rem;
}
html body > .header .right > .menu a {
  text-decoration: none;
  display: block;
}
html body > .header .right > .menu img {
  flex-shrink: 0;
  height: 34rem;
  width: 34rem;
}
html body > .header .right > .notice {
  flex-shrink: 0;
  line-height: 30rem;
  color: #fff;
  font-size: 16rem;
  padding-right: 20rem;
}
html body > .layout-effct {
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
}
html body > .layout-effct > img {
  position: absolute;
}
html body > .layout-effct > img:nth-of-type(1) {
  top: 138rem;
  width: 156rem;
  animation: translateright linear 10s infinite;
}
html body > .layout-effct > img:nth-of-type(2) {
  bottom: 87rem;
  left: 1238rem;
  width: 86rem;
  animation: rotateleft linear 10s infinite;
}
html body > .layout-effct > img:nth-of-type(3) {
  bottom: 38rem;
  left: 1360rem;
  width: 560rem;
}
html body > .layout-effct > img:nth-of-type(4) {
  top: 168rem;
  width: 156rem;
  animation: translateleft linear 10s infinite;
}
html body > .layout-effct > img:nth-of-type(5) {
  bottom: 97rem;
  left: 373rem;
  width: 122rem;
  animation: rotateright linear 10s infinite;
}
html body > .layout-effct > img:nth-of-type(6) {
  bottom: 73rem;
  left: 0;
  width: 947rem;
}
html body > .layout-effct > img:nth-of-type(7) {
  top: 46%;
  left: 0;
  width: 100rem;
  z-index: 1;
  display: block;
}
html body > .layout-effct > img:nth-of-type(7):hover {
  filter: brightness(1.6);
}
html body > .layout-effct > img:nth-of-type(8) {
  top: 46%;
  right: 0;
  width: 100rem;
  z-index: 1;
  display: block;
}
html body > .layout-effct > img:nth-of-type(8):hover {
  filter: brightness(1.6);
}
html body > main {
  display: flex;
  padding-top: 42rem;
  margin: 0 54rem;
  margin-top: calc(20vh - 200rem);
  overflow: auto hidden;
  scrollbar-width: 0;
  transform: scale(0.92);
}
html body > main::-webkit-scrollbar {
  display: none;
}
html body > main > .area {
  flex-shrink: 0;
  display: flex;
}
html body > main > .area:hover .area-menus {
  display: grid;
}
html body > main > .area:hover .area-main {
  transform: scale(1.05);
}
html body > main > .area:hover .area-main .area-title {
  font-size: 36rem;
  color: yellow;
}
html body > main > .area:hover .area-main .little-icon .a2 {
  animation: rotateright linear 2s infinite;
}
html body > main > .area:hover .area-main .little-icon .a3 {
  animation: rotateleft linear 2s infinite;
}
html body > main > .area:hover .area-main .base > img:nth-of-type(1) {
  filter: brightness(1.4);
}
html body > main > .area:hover .area-main .base > img:nth-of-type(2) {
  filter: brightness(1.6);
}
html body > main > .area > div {
  flex-shrink: 0;
}
html body > main > .area > .area-main {
  transition: all 0.3s;
  background: url("./imgs/areas/a13.png") no-repeat;
  background-size: 120% 108%;
  background-position: 48% center;
  width: 450rem;
  height: 732rem;
  position: relative;
  left: 0;
}
html body > main > .area > .area-main .area-title {
  font-size: 30rem;
  transition: all 0.3s;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto 0;
  top: 78%;
}
html body > main > .area > .area-main .little-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto 0;
  top: -24rem;
}
html body > main > .area > .area-main .little-icon img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto 0;
}
html body > main > .area > .area-main .little-icon .a1 {
  top: 67rem;
  width: 46rem;
}
html body > main > .area > .area-main .little-icon .a2 {
  animation: rotateright linear 10s infinite;
  top: 42rem;
  width: 100rem;
}
html body > main > .area > .area-main .little-icon .a3 {
  top: 27rem;
  width: 130rem;
  animation: rotateleft linear 10s infinite;
}
html body > main > .area > .area-main .little-icon .a4 {
  top: 48rem;
  width: 84rem;
}
html body > main > .area > .area-main .drops {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto 0;
  transform: scale(0.8);
  top: 10rem;
  text-align: center;
}
html body > main > .area > .area-main .drops img {
  position: relative;
  left: 0;
  width: 35rem;
}
html body > main > .area > .area-main > .main-effect {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto 0;
  top: 188rem;
  height: 100%;
}
html body > main > .area > .area-main > .main-effect .base {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto 0;
  top: 120rem;
}
html body > main > .area > .area-main > .main-effect .base > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto 0;
  transition: all 0.3s;
}
html body > main > .area > .area-main > .main-effect .base > img:nth-of-type(1) {
  top: 74rem;
  width: 87rem;
}
html body > main > .area > .area-main > .main-effect .base > img:nth-of-type(2) {
  top: -4rem;
  width: 177rem;
}
html body > main > .area > .area-main > .main-effect .base > img:nth-of-type(3) {
  top: 40rem;
  width: 226rem;
}
html body > main > .area > .area-main > .main-effect .bottom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto 0;
  top: 174rem;
}
html body > main > .area > .area-main > .main-effect .bottom > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto 0;
  width: 226rem;
}
html body > main > .area > .area-main > .main-effect .bottom > .line-1 {
  top: 10rem;
}
html body > main > .area > .area-main > .main-effect .bottom > .line-2 {
  top: 20rem;
}
html body > main > .area > .area-main > .main-effect .bottom > .line-3 {
  top: 30rem;
}
html body > main > .area > .area-main > .main-effect .bottom > .line-4 {
  top: 40rem;
}
html body > main > .area > .area-main > .main-effect .main-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto 0;
  top: 60rem;
  width: 90rem;
  animation: updown linear 2s infinite;
}
html body > main > .area .area-menus {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 86%;
  display: none;
  grid-template-rows: repeat(3, 1fr);
  padding: 100rem 20rem 60rem;
}
html body > main > .area .area-menus > .func {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
}
html body > main > .area .area-menus > .func:hover img {
  transform: scale(1.2);
}
html body > main > .area .area-menus > .func:hover .label {
  color: yellow;
}
html body > main > .area .area-menus > .func img {
  filter: brightness(1.3);
  transition: all 0.3s;
  width: 80rem;
  height: 90rem;
  display: block;
  margin: auto;
}
html body > main > .area .area-menus > .func .label {
  margin-top: 20rem;
  font-size: 14rem;
  background: url(./imgs/box/text.png) center/100% no-repeat;
}

/*# sourceMappingURL=style.css.map */
