@font-face {
  font-family: 'Arial Narrow';
  src: url('../font/arial-narrow.ttf');
  font-display: fallback;
  font-weight: normal;
  font-style: normal;
}

body {
  background: #f2f2f2;
  color: #333;
  margin: 0;
  font-family: 'Arial Narrow';
}

a {
  color: #3e3e3e;
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #000;
}

.search {
  padding: 1px 12px;
  margin: 0;
  border: 1px #ddd solid;
  border-radius: 16px;
  color: #999;
  line-height: 28px;
  outline: 0;
  width: 100%;
  background-color: #fff;
  resize: none;
  appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
}

/*
.search {
  border: none;
  outline: none;
  resize: none;
  appearance: none;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 0 16px;
  font-size: 14px;
  line-height: 40px;
  color: #333;
  border-radius: 20px;
  background-color: #EAEAEA;
} */

nav {
  box-pack: justify;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
}

nav a {
  display: block;
  flex: 1;
}

nav div {
  width: 72%;
  height: 0;
  margin: 0 auto;
  padding: 36% 0;
  border-radius: 50%;

  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;

  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: transparent;
  /*
  background-color: #04A7FD;
  color: #fff;
  */
}

nav b {
  display: block;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  line-height: 22px;
  text-align: center;
  font-weight: normal;
}

#more {
  display: block;
  background: #04A7FD;
  color: #fff;
  padding: 6px 0;
  text-align: center;
  margin: 0 25%;
  border-radius: 17px;
}

.nomore {
  display: none;
  padding: 6px 0;
  text-align: center;
  margin: 0 25%;
  color: #999;
}

#up {
  position: fixed;
  bottom: 70px;
  right: 24px;
  z-index: 9999;
  display: none;
  color: #fff;
  background: #04A7FD;
  width: 48px;
  height: 48px;

  background-image: url(../img/up.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: transparent;
}

footer {
  text-align: center;
  padding: 12px 0;
  line-height: 22px;
  font-size: 12px;
  color: #666;
}

footer a {
  color: #666;
  padding: 0 2px;
}

.games {
  padding: 14px 0 10px 0;
}

.game-row {
  box-pack: justify;
  display: flex;
  justify-content: space-between;
  padding: 0 6px;
}

.game-row a {
  display: block;
  flex: 1;
}

.game-row b {
  display: block;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  line-height: 20px;
  text-align: center;
  font-weight: normal;
}

.game-row div {
  width: 88%;
  height: 0;
  margin: 0 auto;
  padding: 32% 0;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: transparent;
}

body>section {
  margin: 12px;
  padding: 12px;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 12%);
}

.recommended {
  font-weight: 650;
  /* font-size: 16px;
  line-height: 28px;
  height: 28px; */
  padding-bottom: 8px;
  border-bottom: 1px #f2f2f2 solid;
  /* margin-top: -12px;
  margin-bottom: 12px; */
  color: #000;
}


main a {
  display: flex;
  flex-direction: row;
  border-bottom: 1px #eee solid;
  padding: 12px 0;
}

main a:visited {
  color: #7EBCFE;
}

main a:last-child {
  border-bottom: 0;
}

main p {
  margin: 0;
  padding: 0;
  flex: 1;
  min-height: 160px;
  /* border-radius: 4px; */

  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: transparent;

  box-shadow: 4px 4px 8px #999;
}

main aside {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 0 8px 8px;
  flex: 2;
}

main div {
  color: #000;
  margin-top: -3px;
  line-height: 20px;
  overflow: hidden;
  word-break: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

main summary {
  margin-bottom: -12px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

main summary b {
  font-weight: 500;
  font-size: 12px;
  color: #666;
}

main time {
  font-size: 11px;
  color: #a2a2a2;
}


@media screen and (max-width: 768px) {
  section {
    margin: 12px 0;
    width: auto;
  }

  main p {
    min-height: 80px;
  }
}

#loading {
  display: none;
  text-align: center;
  margin: 16px 0;
  padding: 16px;
  height: 0;
  background-image: url(../img/loading.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: transparent;
}

ins.adsbygoogle[data-ad-status='unfilled'] {
  height: auto !important;
}
ins.adsbygoogle[data-ad-status='unfilled'] > * {
  display: none !important;
}