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

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

:root {
  --kk-color: #01875f;
  --vh: 1vh;
}

html, body {
  width: 100%;
  height: 100%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

button {
  border: none;
  background: none;
  cursor: pointer;
  font-family: inherit;
}

input, textarea {
  font-family: inherit;
  font-size: inherit;
  border: none;
  outline: none;
}

body {
  background: #100f14;
}

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

.container {
  max-width: 750px;
  margin: 0 auto;
  min-height: 100vh;
  background-color: #100f14;
  color: #fff;
  padding: 0 20px;
}
.container .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
.container .fa {
  display: flex;
  align-items: center;
}
.container .game-icon {
  width: 36px;
  height: 36px;
}
.container .game-logo {
  width: 168px;
  margin-left: 10px;
}
.container .signup {
  width: 80px;
  height: 36px;
}
.container .login {
  width: 80px;
  height: 38px;
  background: #fff;
  border-radius: 4px;
  color: #1d1d1d;
}
.container .tab-con {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container .tab-item {
  color: rgba(255, 255, 255, 0.5019607843);
  padding: 0 16px;
  height: 34px;
  border-radius: 4px;
  line-height: 34px;
}
.container .active {
  color: #fff;
  background-color: #2e2f33;
}
.container .search {
  background: #201f24;
  width: 336px;
  height: 48px;
  border-radius: 24px;
}
.container .search-icon {
  width: 24px;
  margin-left: 20px;
}
.container .img-con {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.container .img-box {
  width: 32%;
  margin-bottom: 20px;
}
.container .img-box img {
  width: 100%;
}
.container .img-box .bottom-btn {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.container .img-box .down-icon {
  width: 12px;
  height: 12px;
  margin-right: 10px;
}