
html {
    line-height: 1
}
main{
    background-color: #f5f5f5;
    padding-left:1em;
    padding-right:1em;
    padding-top:2em;
}
body{
    overflow-x: hidden;
}
ol,ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption,th,td {
    text-align: left;
    font-weight: 400;
    vertical-align: middle
}

q,blockquote {
    quotes: none
}

q:before,q:after,blockquote:before,blockquote:after {
    content: "";
    content: none
}

a img {
    border: none
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
    display: block
}
ul.games {
    list-style: none;
    padding: 0;
    margin-left: -20px;
    margin-top: -20px;
    margin-bottom: 20px
}

ul.games:before,ul.games:after {
    content: " ";
    display: table
}

ul.games:after {
    clear: both
}

ul.games:last-child {
    margin-bottom: 0
}

ul.games li {
    position: relative;
    float: left;
    margin-top: 20px;
    padding-left: 20px;
    width: 20%;
    
}

ul.games li a {
    display: block;
    border: 3px solid rgba(255, 255, 255, 0.5);
    box-shadow: rgb(0 0 0 / 7%) 0px 1px 1px, rgb(0 0 0 / 7%) 0px 2px 2px, rgb(0 0 0 / 7%) 0px 4px 4px, rgb(0 0 0 / 7%) 0px 8px 8px, rgb(0 0 0 / 7%) 0px 16px 16px;
    border-radius: 15%;
}

ul.games li .icon {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding-bottom: 1px;
    overflow: hidden;
    border-radius: 15%;
    
}

ul.games li .icon img {
    position: absolute;
    left: 0;
    top: 0;
}
ul.games li .name-container{
    height: 30px;
    padding: 0 6px;
    line-height: 30px;
    background: #463838;
    font-size: 0.8em;
    color: #fff;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
}

* {
    -webkit-tap-highlight-color: rgba(255,255,255,0)!important;
    outline: none!important
}

img {
    display: block;
    max-width: 100%
}

ul.games li .name {
    color: #00596d;
    font-size: 16px;
    line-height: 18px;
    text-align: center
}

ul.games li .btn-block {
    height: 42px
}

ul.games a {
    text-decoration: none
}

.clamp {
    display: block;
    height: 0;
    width: 100%;
    margin-bottom: 100%
}

@media only screen and (min-width: 200px) {
    ul.games li {
        width:33.33%;
    }
}

@media only screen and (min-width: 750px) {
    ul.games li {
        width:25%
    }
}

@media only screen and (min-width: 1000px) {
    ul.games li {
        width:20%
    }
}

@media only screen and (min-width: 200px) {
    main {
        padding-left: 0;
        padding-right: 0;
        padding-top:4px;
    }
}

@media only screen and (min-width: 750px) {
    main {
        padding-top:16px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.ftcn{
    background-color: #BC986A;
}

ul.menu {
    list-style: none;
    justify-content: space-between;
}
.ftcn li{
    display: block;   
        text-align: -webkit-match-parent;
    float:left;
    width:25%;
}

.ftcn .lst-social {
    margin-top: 15px;
  }
  .ftcn .lst-social a:before {
    font-size: 16px;
  }
  .ftcn .menu > li li {
    padding-left: 20px;
  }
  .ftcn .menu > li > a {
    color: #FFF;
    position: relative;
    padding-left: 20px;
    line-height: 30px;
    display: block;
  }
  .ftcn .menu > li > a:before {
    width: 10px;
    height: 10px;
    line-height: 10px;
    top: 0;
    position: absolute;
    left: 5px;
    bottom: 0;
    margin: auto;
    opacity: 0.5;
  }
  .ftcn .menu > li > a:hover:before {
    left: 10px;
    opacity: 1;
  }
  .ftcn p{
      color: #fff;
      text-align: center;
  }


.navtop {
    line-height: 18px;
    padding: 18px 0;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.navtop a{
    text-decoration: none;
    color:#00596d !important;
}


.material-icons{
    vertical-align: middle;
}
@media only screen and (min-width: 751px) and (max-width: 1000px) {
    html {
        font-size:100%;
        line-height: 1.375em
    }
}

.btn,.btn-highlight,.btn-primary,.btn-neutral,.btn-transparent,.btn-pri {
    display: inline-block;
    box-sizing: border-box;
    background-color: #eee;
    color: #333;
    padding: 10px 20px;
    border: 0;
    cursor: pointer;
    margin: 0;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    box-shadow: inset 0 -2px 0 rgba(0,0,0,0.2)
}
.btn-pri{
    background-color: #374785;
    color:#fff;
}
.btn-pri:hover{
    color:#fff;
    background-color: #28a745;
    text-decoration: none;
}


.btn-group .btn,.btn-group .btn-highlight,.btn-group .btn-primary,.btn-group .btn-neutral,.btn-group .btn-transparent {
    margin-left: 5px
}

.btn.btn-block,.btn-block.btn-highlight,.btn-block.btn-primary,.btn-block.btn-neutral,.btn-block.btn-transparent {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.btn[disabled],[disabled].btn-highlight,[disabled].btn-primary,[disabled].btn-neutral,[disabled].btn-transparent {
    opacity: .7
}

.btn-highlight {
    background-color: #e44c25;
    color: #FFF;
    
}
.btn-highlight:hover{
    color:#fff;
    text-decoration: none;
}

.btn-primary {
    background-color: #00596d;
    color: #FFF
}

.btn-neutral {
    background-color: #ececec;
    color: #00596d
}

.btn-transparent {
    background-color: transparent;
    color: #333
}

.btn-container {
    padding: 20px 0 60px;
    text-align: center
}

.btn-container .btn,.btn-container .btn-highlight,.btn-container .btn-primary,.btn-container .btn-neutral,.btn-container .btn-transparent {
    padding: 10px 60px
}
.main-section {
    box-sizing: border-box;
    padding: 0 20px
}
.game  {
    margin-bottom: 40px;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}

.game  .background {
    position: relative;
    background-size: cover;
    overflow: hidden;
    background-position: center center;
    text-align: center
}

.game  .background .backgroundDarken {
    padding: 1em 0;
    background-color: rgba(0,0,0,0.3)
}

.game  .background .backgroundDarken .main-section {
    margin-top: 0;
    margin-bottom: 0
}

.game  .icon {
    display: block;
    width: 150px;
    max-width: 100%;
    overflow: hidden;
}
.game .icon img{
    
    border-radius: 15%;
    border: 3px solid #fff;
    box-shadow: 0 0 1px rgb(0 0 0 / 30%);
}

.game  h1 {
    margin-bottom: 0
}

.game .play-btn-container {
    position: relative;
    height: 50px;
    margin: 20px 0 0
}

.game .play-btn-container:before,.game .play-btn-container:after {
    position: absolute;
    box-sizing: border-box;
    content: '';
    border-bottom: 1px solid rgba(255,255,255,0.2);
    top: 50%;
    left: 0;
    width: 25%
}

.game .play-btn-container:after {
    padding-right: 0;
    left: auto;
    right: 0
}

.game .play-btn-container .play-btn {
    display: block;
    margin: 0 auto;
    width: 40%;
    height: 50px;
    font-size: 22px;
    line-height: 30px
}

.game .game-infos {
    margin-left: -10px;
    margin-right: -10px
}
.game_content h6{
    font-weight: 700;
    margin-top: 0.5em;
    font-size: 24px;
}
.game_content span{
    display: block;
}
.game_content .play-btn{
    min-width: 120px;
    margin-top: 14px;
    margin-left: 12px;
    color:#fff !important;
}
.backgroundDarken .desc{
    height:48px;
    overflow: hidden;
    margin-bottom:0;
}
.down_promotion{
    background-color: #fff;
    border-radius: 6px;
    padding:4px;
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 1px 3px 1px rgb(60 64 67 / 15%);
}
.down_promotion .star{
    color:#FFAC2D;
}

.rank_div{
    background-color: #fff;
    min-height: 200px;
    border-radius: 6px;
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 1px 3px 1px rgb(60 64 67 / 15%);
}
.score-content{
    max-height: 600px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.rank_list_title{
    font-size:24px;
    font-weight: 500;
    vertical-align: middle;
    text-align: center;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.score-content .score_item{
    position: relative;
    height:64px;
    display: flex;
    padding-top:8px;
    margin-top:8px;
    border:1px solid #F0F4F7;
    box-shadow: 5px 5px 5px #E9F2F9;
    border-radius: 8px;
  }
  .score_item .headImg{
    width: 48px;
    height:48px;
    margin-left:1em;
    border-radius: 25%;
  }
  .score_item .prizeImg{
    height:48px;
    position: absolute;
    right:4px;
  }
  .score_item .score_text{
    color: #359DFE;
    position: absolute;
    right:48px;
    line-height: 48px;
    font-size: 18px;
    font-weight: bold;
  }
  .score_item .username{
    color:#7BB5F4;
    font-size:18px;
    font-weight: 500;
  }

  
  
  
  [v-cloak] > * { display:none; }
  [v-cloak]::before {
    content: " ";
    display: block;
    position: absolute;
    width: 80px;
    height: 80px;
    background-image: url(/static/loading.gif);
    background-size: cover;
    left: 50%;
    top: 50%;
  }

  .search-item{
      display:flex;
      margin-bottom:1.2em;
      width:100%;
  }
  .search-item img{
      width:9em;
      border-radius: 15%;
      min-width: 9em;
  }
  .search-item p{
      width: 90%;
      height:45px;
      overflow: hidden;
  }
  .search-item .game_content{
      margin-left:0.5em;
  }
  .search-item a{
    text-decoration: none;
    color: #00596d !important;
  }
  .bottom_filter_bar{
    box-shadow: 5px 5px 5px #E9F2F9;
    
  }
  .bottom_filter_bar span{
      margin-right:0.5em;
      vertical-align: center;
  }
  .related-item{
      display:flex;
      margin-bottom:1em;
  }
  .related-item img{
      width:5em;
      border-radius: 15%;
      min-width: 5em;

  }
  .related-item h6{
      max-width: 100px;
      min-width: 100px;
      overflow: hidden;
      max-height: 20px;
      font-size: 16px;
      font-weight: 400;

  }
  .related-item .game_content{
      margin-left:4px;
  }
  .related-item .cat{
      max-width:80px;
      width:80px;
      height:20px;
      overflow: hidden;
  }
  .game_content a{
    text-decoration: none;
    color: #00596d !important;
  }
  .sb-title{
      padding-bottom: 0.5em;
      padding-top:0.5em;

  }
  .btn-group .active svg{
      fill:#fff;
  }