/** start common styles */
a {
  text-decoration: none;
  color: inherit;
}

.flex {
  display: flex;
}

.justify-center {
  justify-content: center;
}

.justify-start {
  justify-content: start;
}

.justify-end {
  justify-content: end;
}

.justify-between {
  justify-content: space-between;
}

.aligns-center {
  align-items: center;
}

.aligns-start {
  align-items: start;
}

.aligns-end {
  align-items: end;
}

.aligns-stretch {
  align-items: stretch;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.center-all {
  display: flex;
  align-items: center;
  justify-content: center;
}

.h-center {
  display: flex;
  justify-content: center;
}

.v-center {
  display: flex;
  align-items: center;
}

.text-nowrap {
  white-space: nowrap;
}

.tct {
  text-align: center;
}

.img {
  width: 100%;
}

/** end common styles */
.imgh {
  height: 100%;
}

* {
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: sans-serif;
}

.inx-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
}

.main-container {
  max-width: 638px;
  width: 100%;
  margin: 0 auto;
}

.nav {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
}

.appbar {
  align-items: center;
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 12px;
  background-color: #8A0C05;
}

@keyframes z00m2 {
  0% {
    transform: scale(1);
  }
  12.5% {
    transform: scale(1.05);
  }
  25% {
    transform: scale(1);
  }
  37.5% {
    transform: scale(1.05);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.zzzz {
  animation: z00m2 1.4s infinite linear;
}

.vsdxx {
  background: linear-gradient(0deg, rgb(146, 0, 0) 9%, rgb(249, 111, 103) 100%);
  box-shadow: -2px 2px 41px 3px rgba(33, 33, 33, 0.75);
}

.bscx {
  background-image: url(assets/bscx.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.flex1 {
  flex: 1;
}

.footer {
  background-image: url(assets/BJ03.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.sdtx {
  letter-spacing: 1px;
  color: #CC251E;
  font-weight: bold;
  text-shadow: 1px 0 #fff, -1px 0 #fff, 0 1px #fff, 0 -1px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}/*# sourceMappingURL=style.css.map */