    

  @media screen and (min-width:320px)and (max-width:768px) {
     html {
        font-size:18px;
    }
}
/* //这里表示屏幕可视宽度最大为768px，就是宽度小于768px时，使用此样式； */
 @media screen and (min-width: 768px) {
 
    html {
        font-size:540px;
    }
}
/* @media screen and (max-width: 996px) and (max-width:996px) {
    .container {
      width: 800px;
      height: 100%; 
    }
    html {
        font-size:75px;
    }
}  */   
 
body,html {
    padding: 0;
    margin: 0;
    /*max-width: 800px;*/
    margin: 0 auto;
    font-family: -apple-system,Helvetica,sans-serif;
    color: #fff
}
p{
    padding: 0;
    margin: 0;
}
img{
    width: 100%;
    height: 100%;
}
body,html {
    width: 100%;
    height: 100%;
    background-color: darkseagreen;
    -webkit-overflow-scrolling: touch
}
 
a {
    text-decoration: none;
    color: #fff;
    display: block; 
    text-decoration: underline
}

a,a .game_icon {
    width: 100%;
    height: 100%
}

.van-swipe__indicators>i {
    width: 1.5894039735rem!important;
    border-radius: 0;
    height: 4px
}
 
.header{ 
    position: fixed;
    top: 0;
    background-color: #F07C82;
    width: 100%; 
    z-index: 1; 
    display: flex;
    font-size: 1rem;
    justify-content: space-between;
    height: 3.5rem;
    /*max-width: 800px; */
    line-height: 3.5rem;
    box-sizing: border-box;
    padding: 0 1rem;
    max-height:140px; 
}
.search{
    width: 2rem;
    height: 2rem;
    margin-top: 0.3rem;
}
.center-main{
    padding: 5.7rem 1rem 4.5rem;
}
.similar_list{ 
    padding: 1rem 0;
    display: grid;
    grid-template-columns: repeat(3,4.875rem);
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
} 
.sim_game_item{ 
    box-sizing: border-box;
    width: 1.82rem;
    height:2.3rem; 
    text-align: center;
    font-size: 0.28rem; 
}
.game-img{ 
    border-radius: 0.3rem;
    overflow: hidden;
    width: 2.3rem;
    height:2.3rem;
    margin-bottom:0.15rem;
}
.cop{
    margin-top: 0.8rem;
    text-align: center;
    font-size: 0.7rem; 
}
.footer{
        position: fixed;
        bottom: 0;
        background-color: #F07C82;
        width: 100%;
        display: flex;
        /*max-width: 800px;*/
        /*font-size: .7rem;*/
        /*height: 3.5rem;*/
        justify-content: space-between;
        box-sizing: border-box;
        padding: 0 1rem;
        margin: auto;
}

@media screen and (max-width: 2560px) {
    .footer{
        font-size: .3rem;
        height: 2.5rem;
    }

    .similar_list {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .similar_list .sim_game_item {
        width: 4rem;
        height: 2.5rem;
    }

    .similar_list .sim_game_item>a>img{
        border-radius: .2rem;
    }

    #back_top {
        width: 2rem;
        height: 2rem;
        line-height: 3rem;
    }

}

@media screen and (min-width: 768px) {
    body,html {
        font-size: 25px;
    }

    .cop {
        font-size: 0.3rem;
    }
}
@media screen and (max-width: 768px) {
    .footer{
        max-width: 800px;
        font-size: .7rem;
        height: 3.5rem;
    }

    .similar_list {
        grid-template-columns: repeat(3,4.875rem);
    }

    .similar_list .sim_game_item {
        width: 4.875rem;
        height: 4.875rem;
    }

    .similar_list .sim_game_item>a>img{
        border-radius: 1rem;
    }

    #back_top {
        width: 3rem;
        height: 3rem;
        line-height: 4rem;
    }

}

.tab{
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.flag-img{
    width: 1.8rem;
    height: 1.8rem;
    margin-bottom: 0.08rem;
}
.search_box{
    display: none;
    position:fixed;
    top:4.2rem;
    width: 100%;
    height: 0.8rem;
    justify-content: center;
    align-items: center;
}
.title {
    margin: 5px;
    font-weight: 900;
    text-shadow: 0.1rem 0 rgba(176,174,174,.83);
    font-size: .85rem;
}
.search-block{
    width:0.68rem;
    height: 0.68rem;
}


.search_box>input {
    width: 80%;
    text-indent: 1.5em;
    border-radius: 10px;
    color: #000;
    height: 1.25rem;
    margin-right: 2px;
    box-sizing: content-box
}
.similar_list {
    padding: 1rem 0;
    display: grid;
    /*grid-template-columns: repeat(3,4.875rem);*/
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding-top: 0
}

.similar_list .sim_game_item {
    border-radius: 1rem;
    box-sizing: border-box;
    /*width: 4.875rem;*/
    /*height: 4.875rem;*/
    margin-bottom: .5rem
}

.similar_list .sim_game_item>a>img {
    display: block;
    width: 100%;
    height: 100%;
    /*border-radius: 1rem; */
}

.similar_list .sim_game_item>a>span {
    display: inline-block;
    font-size: .7rem;
    width: 100%;
    text-align: center;
    margin-top: 5px;
    -webkit-text-emphasis: inherit;
    text-emphasis: inherit;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.loadingWrap {
    position: fixed;
    top: 45%;
    left: 47%
}

.loadingWrap .van-popup {
    background-color: rgba(0,0,0,.7)
}
#back_top{
    position: fixed;
    right: 1rem;
    bottom: 6rem;
    text-align: center;
    /*width: 3rem;*/
    /*height: 3rem;*/
    /*line-height: 4rem;*/
    color: #fff;
    border-radius: 50%;
    display: none;
    cursor: pointer;
}
.default_back_top {
    background-color: #007eff
}

.back_top_1,.back_top_4,.back_top_5,.back_top_7 {
    background-color: #fff
}

.back_top_4,.back_top_5,.back_top_7 {
    line-height: 60px
}

.back_top_3 {
    color: #fff
}
.van-icon, .van-icon:before {
    display: inline-block;
}
.fade-enter-active,.fade-leave-active {
    transition: opacity .5s
}

.fade-enter,.fade-leave-to {
    opacity: 0
}

  .adBox {
      width: calc(100% + 2rem - 20px);
      margin-left: calc(-1rem + 10px);
      border-radius: 8px;
      margin-top: 30px;
      margin-bottom: 30px;
      height: auto;
      display: flex;
      justify-content: center;
      background-color: #CCCCCC;
      color:#000;
  }

  .adBox0 {
      width: 90%;
      overflow: hidden;
      height: auto;
      display: flex;
      align-items: center;
      flex-direction: column;
      position: relative;
      padding: 15px 0 15px 0;
  }
