<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.flex {
  display: flex;
}

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

.flex.aic {
  align-items: center;
}

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

.flex.jsa {
  justify-content: space-around;
}

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

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

.header {
  width: 100%;
  height: 80px;
  background: #1d1d1e;
}

.header-main {
  width: 1398px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  text-align: left;
  align-items: center;


}

.game-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: rgba(50, 50, 50, 0.70);
  backdrop-filter: blur(7px);
  z-index: 999;
}

.game-header .game-header-main {
  width: 1450px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

.game-header .game-header-main .game-header-logo {
  display: flex;
  align-items: center;
}

.game-header .game-header-main .game-header-logo-img {
  position: relative;
  margin-right: 34px;
}

.game-header .game-header-main .game-header-logo-img::after {
  position: absolute;
  right: -17px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 1px;
  height: 23.046px;
  background-color: #B6B6B6;
}


.game-header .game-header-main .game-header-logo-title {
  color: #FFF;
  font-size: 18.93px;
  font-style: normal;
  font-weight: 480;
  line-height: normal;
  text-transform: uppercase;
}

.game-header .game-header-main .game-header-btn {
  width: 179px;
  height: 42px;
  cursor: pointer;
}

.game-header .game-header-main .game-header-btn img {
  width: 100%;
  height: 100%;
}

.footer {
  width: 100%;
  background: #050505;
  padding: 20px 0;
  box-sizing: border-box;
}

.footer p {
  color: #666;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 330;
  line-height: normal;
}

.footer .footer-main {
  width: 1200px;
  margin: 0 auto;
}

.footer .footer-nav {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  color: #9c9c9c;
  font-family: "MiSans VF";
  font-size: 14px;
  font-style: normal;
  font-weight: 330;
  line-height: 16px;
  /* 133.333% */
}

.footer .footer-nav li {
  margin-right: 20px;
  margin-bottom: 10px;
}

.footer .footer-nav a {
  color: #9c9c9c;
}

.footer .footer-friendlink {
  color: #9c9c9c;
  text-align: left;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}</pre></body></html>