* {
  margin: 0;
  padding: 0;
}

div {
  position: relative;
  box-sizing: border-box;
}

div::-webkit-scrollbar {
  display: none;
}

img {
  width: 100%;
  object-fit: contain;
}

a {
  text-decoration: none;
}

.app-container {
  width: 100vw;
  min-width: 875px;
  height: 100vh;
  background: url(/resource/overseas/images/indie_games_website/cxz/bg.jpg)
  no-repeat center/cover;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  min-width: 875px;
  height: 70px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: flex;
  justify-content: center;
}

.header .container {
  width: 875px;
  height: 100%;
  display: flex;
  justify-content: space-between;
}

.header .header-btn {
  flex: 1;
  cursor: pointer;
  text-align: center;
}

.header .header-btn .text {
  display: inline-block;
  width: 100%;
  color: #fff;
  line-height: 70px;
  font-size: 28px;
}

.header .header-btn .text:hover {
  color: #47b3ff;
}

.header .community-wrapper {
  display: flex;
  flex-direction: column;
  padding: 0 10px;
  width: 100%;
  height: 100%;
}

.header .community-wrapper a {
  color: #fff;
}

.header .community-wrapper a:hover {
  opacity: .7;
}

.header .community-container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 70px;
  width: 200px;
  font-size: 28px;
  line-height: 50px;
  background-color: rgba(0, 0, 0, 0.5);
}

.logo {
  margin-top: 200px;
  width: 446px;
  height: 245px;
  background: url(/resource/overseas/images/indie_games_website/cxz/logo.png)
  no-repeat center/contain;
}

.content {
  margin-bottom: 80px;
  width: 780px;
  height: 197px;
  background: url(/resource/overseas/images/indie_games_website/cxz/content.png)
  no-repeat center/contain;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content .top-up {
  width: 228px;
  height: 100%;
}

.content .wrapper {
  flex: 1;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}

.content .wrapper a {
  height: 50%;
  width: 50%;
}