@font-face {
font-family: Myriad;
src: url('images/framd.ttf');
}
@font-face {
font-family: Myriad;
src: url('images/myriad.ttf');
}
body {
font-family: Myriad;
font-size: 16px;
margin: 0;
padding: 0 5px;
background: #46bef9;
color: #fff;
}
body::-webkit-scrollbar {
background: #46bef9;
width: 10px;
}
body::-webkit-scrollbar-thumb {
background: #ffc91b;
}
p {
margin: 0;
}
img {
border: 0;
display: block;
}
a {
color: #fff;
text-decoration: none;
}
a:hover {
text-decoration: none;
color: #ffc91b;
filter: brightness(115%);
}
div {
margin: 0;
padding: 0;
box-sizing: border-box;
}
input, textarea, select {
font-family: Myriad;
color: #fff;
font-size: 16px;
padding-left: 2px;
border: 0;
}
form {
margin: 0;
}
h1, h2, h3, h4, h5, h6 {
font-family: Myriad;
font-size: 24px;
color: #fff;
margin: 5px 10px;
text-align: left;
padding: 0;
font-weight: normal;
white-space: nowrap;
}

#tit {
  display: none;
}
#all {
  padding: 0 10px;
}
#top {
  height: 80px;
  width: 100%;
  background: #0092d9;
  border-radius: 0 0 25px 25px;
  margin: 0 0 10px 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  padding: -5px 0 0 0;
}
#top .logo {
  transform: scale(0.77);
}
#menu {
  width: 40%;
  text-transform: uppercase;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
  font-size: 20px;
}
#menu a {
  margin: 0 10px;
}
#menu a:hover {
  color: #ffc91b;
}
.logo {
  background: url('images/logo.png') no-repeat;
  display: block;
  width: 209px;
  height: 83px;
}
#search {
  margin: 0 15px 0 0;
}
.search {
  width: 180px;
  border-radius: 25px;
  background: #fff;
  border: 2px solid #ffc91b;
  color: #0092d9;
  padding: 10px;
}
.find {
  width: 24px; height: 25px;
  background: url('images/find.png') no-repeat;
  position: absolute;
  margin: 10px 0 0 147px;
}
#bottom {
  height: 200px;
  width: 100%;
  background: #0092d9;
  border-radius: 25px 25px 0 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: flex-start;
  text-align: left;
  line-height: 160%;
  padding: 40px 10px 10px 10px;
  margin: 20px 0 0 0;
}
.hv {
  height: 90px;
  width: 1px;
  background: #fff;
}
.botex {
  width: 300px;
}
.botmen p:nth-child(1) {
  font-size: 24px;
  color: #ffc91b;
}

.games {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.games .gsmall {
  width: 130px; height: 130px;
}
.games a {
  width: 145px; height: 145px;
  display: block;
  border-radius: 15px;
  border: 3px solid #fff;
  margin: 10px 0 0 0;
}
.games a img {
  width: 100%; height: auto;
  border-radius: 12px;
}
.games a .gad {
  display: none;
  position: absolute;
  width: 145px; height: 40px;
  background: #fff;
  color: #0092d9;
  font-size: 16px;
  border-radius: 0 0 10px 10px;
  margin: -38px 0 0 0;
  z-index: 1;
  overflow: hidden;
  text-align: center;
}
.games a:hover div {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.star {
  position: absolute;
  margin: -20px 0 0 45px;
  width: 61px; height: 63px;
  background: url('images/star.png') no-repeat;
  font-size: 24px;
  font-weight: bold;
  display: none;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.games a:hover .star {
  display: flex;
  color: #c87c02;
}
#main {
  width: 100%;
  max-width: 970px;
}
.h, .hy {
  width: 100%;
  border-radius: 15px;
  background: #0092d9;
  text-align: left;
  padding: 5px 0 5px 10px;
  margin: 15px 0 0 0;
}
.hy {
  background: #ffc91b;
}
#bigprevs {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
#bigprevs a {
  width: 310px; height: 200px;
  margin: 15px 0 0 0;
  display: block;
  border-radius: 15px;
  border: 3px solid #fff;
}
#bigprevs a img {
  width: 100%; height: 100%;
  border-radius: 12px;
}
#bigprevs a div {
  display: none;
  position: absolute;
  width: 310px; height: 40px;
  background: #ffc91b;
  color: #fff;
  font-size: 20px;
  border-radius: 0 0 10px 10px;
  margin: -40px 0 0 0;
  z-index: 1;
  overflow: hidden;
}
#bigprevs a:hover div {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.smallprevs {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  height: 173px; overflow: hidden;
}
.smallprevs a {
  width: 112px; height: 150px;
  margin: 15px 0 0 0;
  display: block;
  border-radius: 15px;
  border: 3px solid #fff;
  flex-shrink: 0;
}
.smallprevs a img {
  width: 112px; height: 112px;
  border-radius: 12px 12px 0 0;
}
.smallprevs a div {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  width: 112px; height: 40px;
  background: #fff;
  color: #0092d9;
  font-size: 16px;
  border-radius: 0 0 10px 10px;
  z-index: 1;
  overflow: hidden;
  text-align: center;
}
.lineprevs {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.lineprevs a {
  width: 310px; height: 85px;
  margin: 15px 0 0 0;
  display: block;
  border-radius: 15px;
  border: 3px solid #fff;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  background: #fff;
  color: #0092d9;
  font-size: 18px;
}
.lineprevs a img {
  width: 85px; height: 85px;
  border-radius: 12px;
  margin: 0 10px 0 0;
}
.lineprevs a > div {
  text-align: left;
  line-height: 150%;
}
.gamesmini {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.gamesmini a {
  width: 90px; height: 90px;
  display: block;
  border-radius: 15px;
  border: 3px solid #fff;
  margin: 3px;
}
.gamesmini a img {
  width: 100%; height: auto;
  border-radius: 12px;
}
.lpd {
  width: 210px;
  height: 45px;
  overflow: hidden;
  line-height: 120%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin: 3px 0;
}
.ratingbar {
width: 97px; height: 18px;
background: url('images/stars_off.png') no-repeat;
text-align: left;
}
.ratingbar div {
height: 18px;
background: url('images/stars_on.png') no-repeat;
}
.rat {
  width: 210px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  color: #ffc91b;
  font-weight: bold;
}
.text {
  border-radius: 15px;
  background: #fff;
  color: #0092d9;
  text-align: justify;
  padding: 15px;
  margin: 15px 0 0 0;
}

.h5 {
  background: url('images/h5.png') no-repeat;
  position: absolute;
  width: 60px;
  height: 40px;
  z-index: 2;
  margin: 5px 0 0 -7px;
}

.block1 {
  width: 100%;
  max-width: 990px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
.gameinfo {
  background: #0092d9;
  border-radius: 15px;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
  margin: 15px 0 0 0;
}
.ad {
  color: #fff;
  min-width: 336px;
}
.ad div {
  width: 100%;
  height: 100%;
  min-height: 280px;
  background: #fff;
}
.ad2 {
  max-width: 1000px;
  min-height: 300px;
  margin: 10px 0;
}
.ad3 {
  width: 300px;
  min-height: 630px;
  margin: 10px 0;
}
.ad4 {
  width: 300px;
  min-height: 300px;
  margin: 10px 0;
}
.ad p {
  text-transform: uppercase;
  color: #999;
  font-size: 14px;
  text-align: center;
}
.ad2 p,.ad3 p,.ad4 p {
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.green {
  color: #5ea93e;
}
.blue {
  color: #0092d9;
}
.orange {
  color: #ffc91b;
}
.black {
  color: #333;
}
.info {
  width: 430px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.wider {
  width: 580px;
}
.info1 {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.infoimg {
  width: 90px; height: auto;
  border: 3px solid #fff;
  border-radius: 15px;
  margin: 0 10px 0 0;
}
.info2 {
  text-align: left;
  line-height: 200%;
}
.ptitle {
  color: #fff;
  font-size: 24px;
  line-height: 110%;
}
.info3 {
  width: 100%;
  margin: 15px 0 0 0;
  min-height: 98px;
  border-radius: 15px;
  background: #fff;
  color: #0092d9;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10px;
  line-height: 160%;
}
.info3 div:nth-child(1) {
  text-align: left;
}
.info3 div:nth-child(2) {
  text-align: right;
}
.info4 {
  width: 100%; min-height: 188px;
  margin: 15px 0 0 0;
  border-radius: 15px;
  background: #fff;
  color: #0092d9;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  line-height: 160%;
}
.sufle {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.tags {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 50px;
  overflow: hidden;
}
.tags a {
  display: block;
  border-radius: 15px;
  background: #46bef9;
  color: #fff;
  font-size: 16px;
  padding: 7px 15px;
  margin: 10px 15px 10px 0;
}
.tags a:hover {
  background: #ffc91b;
}
.block3 {
  width: 150px;
  display: flex;
  flex-flow: column nowrap;
  justify-content:  space-between;
  align-items: center;
  margin: 0 0 0 10px;
}
.lay1 {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: flex-start;
}
.block2 {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
}
.block4 {
  width: 100%;
  max-width: 990px;
}
.white {
  background: #fff;
  border-radius: 5px;
  width: 100%;
  padding: 20px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
}
.white p {
  text-align: justify;
}
.screenshots {
  height: 290px;
  width: 985px;
  overflow-x: scroll;
  overflow-y: hidden;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.screenshots img {
  height: 270px; width: auto;
  border-radius: 10px;
  margin: 0 5px;
}
.screenshots::-webkit-scrollbar {
  background: #0092d9;
  height: 10px;
}
.screenshots::-webkit-scrollbar-thumb {
	background: #ffc91b;
}
.arrow_l {
  width: 49px; height: 49px;
  background: url('images/arrow_l.png') no-repeat;
  position: absolute;
  margin: 120px 0 0 -480px;
}
.arrow_r {
  width: 49px; height: 49px;
  background: url('images/arrow_r.png') no-repeat;
  position: absolute;
  margin: 120px 0 0 440px;
}
.infoline {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
.infoline div:nth-child(1) p:nth-child(2) {
  color: #777;
}
.infoline div:nth-child(2) {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
}
#fsgame {
  width: 840px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: center;
}
#gameplay {
  width: 100%;
  height: 100%;
  min-height: 570px;
  background: #0092d9;
  padding: 10px 10px 0 10px;
  border-radius: 15px 15px 0 0;
  margin: 15px 0 0 0;
}
#gameplay iframe, #gameplay div {
  height: 100%;
  min-height: 570px;
}
#mobplay {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: center;
}
.iframev {
  width: 100%;
  height: calc(100vh - 120px);
}
.iframeh {
  width: 100vw;
  height: 100vh;
}
.mobmoreh {
  flex-flow: row nowrap;
  height: 120px;
  overflow-x: scroll;
}
.mobmorev {
  flex-flow: column nowrap;
  width: 130px;
  height: 100vh;
  overflow-y: scroll;
}
#mobmore {
  display: none;
}
#mobmore a {
  flex-shrink: 0;
}
#mobmore::-webkit-scrollbar {
background: #46bef9;
height: 5px; width: 5px;
}
#mobmore::-webkit-scrollbar-thumb {
background: #ffc91b;
}
#back {
  position: absolute;
  display: none;
  width: 61px; height: 68px;
  background: url('images/back.png') no-repeat;
  margin: 10px;
}
.install {
  display: block;
  border-radius: 15px;
  background: #ffc91b url('images/install.png') no-repeat 5% 50%;
  padding: 10px 10px 10px 40px;
  margin: 0 10px 0 0;
}
.install:hover {
  color: #fff;
}
#installBut, #installBut2 {
  display: none;
}
.fs {
  display: block;
  width: 38px; height: 38px;
  background: url('images/fs.png') no-repeat;
  margin: 0 10px 0 0;
}
.pgmen {
  min-height: 50px; width: 100%;
  background: #0092d9;
  border-radius: 0 0 15px 15px;
  padding: 0 2px 0 5px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.pgmen div {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.hideh {
  max-width: 390px;
  overflow: hidden;
}
.block5 {
  max-width: 850px;
}
.lay {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
  margin: -5px 0 0 0;
}
.blockside {
  width: 300px;
  margin: 0 0 0 8px;
}
.blocksidel {
  width: 150px;
  margin: 0 10px 0 0;
}
.bsl {
  margin: 0 10px 0 0;
}
#stick, #stickl {
  top: 0;
}
.ild {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  width: 790px;
}
.moreside {
  width: 280px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: flex-start;
}
.moreside a {
  margin: 5px;
}
.notad {
  width: 350px;
  color: #fff;
  font-size: 16px;
}
.notad div {
  width: 100%;
  min-height: 280px;
  border-radius: 15px;
  background: #fff;
  text-align: center;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-around;
  align-items: center;
  padding: 20px 20px 10px 20px;
}
.notad p:nth-child(1) {
  color: #111;
  font-size: 24;
}
.notad p:nth-child(2) {
  color: #666;
  font-size: 20;
}
.notad p:nth-child(3) {
  color: #999;
  font-size: 16;
}
.bluebut {
  border-radius: 15px;
  padding: 10px 15%;
  background: #0092d9;
  color: #fff;
}
.yellowbut {
  border-radius: 15px;
  padding: 10px 15%;
  background: #ffc91b;
  color: #fff;
}
#like {
  display: block;
  width: 40px;
  height: 40px;
  background: url('images/like.png') no-repeat;
  margin: 0 10px 0 0;
}
#dislike {
  display: block;
  width: 40px;
  height: 40px;
  background: url('images/dislike.png') no-repeat;
  margin: 0 10px 0 0;
}
#mark {
  font-size: 20px;
  margin: 0 10px 0 0;
}
#p404 {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 310px);
  border-radius: 0 25px 25px 0;
}
#p404c {
  text-align: center;
  line-height: 110%;
  width: 100%;
  max-width: 970px;
  padding: 60px 0 40px 0;
  display: flex; flex-flow: column nowrap; justify-content: center; align-items: center;
  flex-shrink: 0;
  background: #fff;
  border-radius: 50px;
}
.psuperbig {
  font-family: Impact;
  color: #0494ca;
  font-size: 60px;
}
.pbb {
  color: #0f6180;
  font-size: 25px;
}
.pe2 {
  color: #00aff0;
  font-size: 15px;
}
.close {
  width: 49px; height: 49px;
  background: url('images/close.png') no-repeat;
  position: absolute;
  margin: -45px 0 0 -25px;
}
#wait {
  display: none;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  position: fixed; top: 0; left: 0;
  padding: 10px 15px 0 5px;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
#wait > div {
  width: 100%; height: 100%;
  max-width: 700px;
  max-height: 550px;
  background: #46bef9;
  border-radius: 25px;
  border: 3px solid #fff;
  padding: 20px 2%;
  text-align: center;
}
#wait .wf {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  align-items: flex-start;
}
#wait .wf > div {
  text-align: center;
  max-width: 250px; width: 48%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
.hp {
  font-size: 30px;
}
.wg {
  width: 100%; height: 165px;
  overflow: hidden;
}
#ginst {
  width: 140px; height: 140px;
  background-size: 140px 140px;
  border-radius: 15px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-end;
}
#ginst a {
  margin: 0;
}



@media (max-width:1500px){
  .blockside {
    display: none;
  }
}
@media (max-width:1180px){
  .blocksidel {
    display: none;
  }
}
@media (max-width:1000px){
  .whiteinfo {
    flex-flow: row wrap;
  }
  .info {
    width: 100%;
  }
  .ad, .notad {
    width: 100%;
  }
  .block3, .info3, .sufle, .tags {
    display: none;
  }
  .arrow_l {
    margin: 120px 0 0 0;
    left: 20px;
  }
  .arrow_r {
    margin: 120px 0 0 0;
    right: 20px;
  }
  .screenshots {
    width: 95vw;
  }
  .ild {
    width: 100%;
  }
  #gameplay, #fsgame {
    width: 100%;
  }
  #bigprevs {
    justify-content: space-around;
  }
}
@media (max-width:980px){
  .whiteinfo {
    flex-flow: row wrap;
  }
  .info {
    width: 100%;
  }
  .ad, .notad {
    width: 100%;
  }
  .block3, .info3, .sufle, .tags {
    display: none;
  }
  .arrow_l {
    margin: 120px 0 0 0;
    left: 20px;
  }
  .arrow_r {
    margin: 120px 0 0 0;
    right: 20px;
  }
  .screenshots {
    width: 95vw;
  }
  .ild {
    width: 100%;
  }
}
@media (max-width:800px){
  #menu, .botex {
    display: none;
  }
  .pgmen {
    justify-content: center;
    padding: 10px 0;
  }
  .info4 {
    justify-content: center;
  }
  #bottom .logo {
    transform: scale(0.85);
  }
  .hv {display: none;}
  #gameplay, #gameplay iframe {min-height: 730px;}
}
