html, body {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font-family: Microsoft YaHei;
}

/* 主框架 */
.M__rank_container {
    margin: auto;
    max-width: 768px;
    font-size: 15px;
    /* background-color: #f2f2f2; */
    background-color: #d6dce5b5;
}


/* 最顶部盒子下载 */
.appbtn {

    max-width: 768px;
    background-color: #21a08d;
    padding: 7px 10px;
    display: flex;
    flex-flow:nowrap;
    align-items: center;
    border-bottom: 1px  solid #fff;

}

.appbtn  .icon img {
    width: 50px;
}
.appbtn .tagline {
    
    flex: 1;
    padding-left: 10px;
    
}
.appbtn .tagline .title{
    font-size: 17px;
    color: #fff;
    font-weight: 600;
}
.appbtn .tagline .info{
    font-size: 14px;
    color: #fff;
}

.appbtn .dbtn{
    cursor: pointer;
    margin-top: 10px;
    display: flow;
    align-content: center;
    align-items: center;
    justify-content: center;
    justify-items: center;
    padding: 8px 14px;
    background-color: #21a08d;
    border:2px solid  #fff;
    border-radius: 50px;
    line-height: 1;
}
.appbtn .dbtn::before {
    content: "下载";
    color: #fff;

}

/*  */
.topbg{
    background: url(images/bg.png) top center no-repeat;
    background-size: 100% auto;
}
.nva{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 5px;
}
.nva .item{
    width: 25%;
    margin-top: 10px;
    border-radius: 8px;
    cursor: pointer;
    transition: all .25s;
}
.nva .item.active{
    background-color: rgba(255,255,255,0.29);
}
.nva .item .icon{
    padding: 0 15px;
}
.nva .item .icon img{
    display: block;
    width: 100%;
}
.nva .item .text{
    transition: all .25s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 3.5px;
    /* font-weight: 600; */
    text-align: center;
    color: #fff;
    font-size: 15px;
}

.main{
    padding: 10px;
    padding-bottom: 60px;
}
 .disnone
{
    display: none;
}
.main .top3{
    display: flex;
    background: url(images/q3.png) center 2.5px no-repeat;
    background-size: 100% 100%;
    padding-bottom: 10px;
}
.main .top3 .game:nth-child(1){
    width: 32%;
}
.main .top3 .game:nth-child(2){
    width: 36%;
}
.main .top3 .game:nth-child(3){
    width: 32%;
}
.main .top3 .game{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.main .top3 .game .icon{
    display: block;
    height: 85px;
    cursor: pointer;
}
.main .top3 .game:nth-child(1) .icon,
.main .top3 .game:nth-child(1) .name
{
    padding-top: 8px;
}
.main .top3 .game:nth-child(3) .icon,
.main .top3 .game:nth-child(3) .name
 {
    padding-top: 12px;
}

.main .top3 .game .icon img{
    display: block;
    width: 65px;
    height: 65px;
}
.main .top3 .game:nth-child(2) .name{
    margin-top: 35px;
}
.main .top3 .game:nth-child(1) .name{
    margin-top: 30px;
}
.main .top3 .game:nth-child(3) .name{
    margin-top: 25px;
}

.main .top3 .game .name{
    max-width: 100%;
    height: 35px;
}
.main .top3 .game .name .named{
    padding: 5px 12.5px;
    font-size: 16px;
    line-height: 22.5px;
    height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
    color: #000;
}
.main .top3 .game .branch{
    /* margin-top: 10px; */
    max-width: 90%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    border: 1px solid #d1a017;
    padding: 2.5px 5px;
    line-height: 1;
    border-radius: 7px;
    color: #d1a017;
    font-size: 13px;
}
.main .top3 .game .score{
    margin-top: 5px;
}

.main .top3 .game .opt{
    cursor: pointer;
    margin-top: 10px;
    display: flow;
    align-content: center;
    align-items: center;
    justify-content: center;
    justify-items: center;
    padding: 10px 17.5px;
    background-color: #21a08d;
    border-radius: 50px;
    line-height: 1;
}

.main .top3 .game .opt::before{
    content: "下载";
    color: #fff;
}

.main .rest{
    margin-top: 10px;
}

.main .rest .game{
    padding: 10px;
    background-color: #fff;
    border-radius: 13px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    position: relative;
}
.main .rest .game .index{
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
}
.main .rest .game .index img{
    display: block;
    width: 100%;
}

.main .rest .game .icon{
    display: block;
    width: 65px;
    height: 65px;
    margin-right: 10px;
    cursor: pointer;
}
.main .rest .game .icon img{
    border: 0;
    max-width: 100%;
}
.main .rest .game .data{
    flex: 1;
    width: 0;
}
.main .rest .game .data .name{
    display: flex;
    align-items: center;
}
.main .rest .game .data .name .named{
    max-width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 5px;
    font-weight: 600;
    font-size: 16px;
    color: #000;
}

.main .rest .game .data .name .branch {
    max-width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 1px solid #d1a017;
    padding: 2.5px 5px;
    line-height: 1;
    border-radius: 7px;
    color: #d1a017;
    font-size: 12px;
}
.main .rest .game .data .info{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    padding: 4px 0;
    color: #999999;
}
.main .rest .game .data .tags{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.main .rest .game .data .tags .tag{
    display: inline-block;
    margin-right: 5px;
    font-size: 13px;
}
.main .rest .game .data .tags .tag:nth-child(1){
    color: #ff4200;
}
.main .rest .game .data .tags .tag:nth-child(2){
    color: #75d100;
}
.main .rest .game .data .tags .tag:nth-child(3){
    color: #2893ff;
}

.main .rest .game .opt{
    cursor: pointer;
    display: flow;
    align-content: center;
    align-items: center;
    justify-content: center;
    justify-items: center;
    padding: 10px 17.5px;
    background-color: #21a08d;
    border-radius: 50px;
    line-height: 1;
}
.main .rest .game .opt::before{
    content: "下载";
    color: #fff;
}

.main .rest .ad{
    margin-top: 10px;
    cursor: pointer;
}
.main .rest .ad img{
    display: block;
    width: 100%;
    border-radius: 13px;
}
/*  */
.bottom{
    position: fixed;
    bottom: 8px;
    margin: auto;
    width: 70%;
    max-width: 537px;
    left: 0;
    right: 0;
    align-items: center;
    align-content: center;
}
.bottom .container{

    padding: 10px 17.5px;
    background-color: #21a08d;
    border-radius: 50px;
    text-align: center;
}
.bottom span{
    color: #fff;
    font-size: 16px;
}

/* 手机扫码 */

.tips-side {
    position: fixed;
    z-index: 999;
    left: 60%;
    top: 50%;
    width: 200px;
    margin-top: -225px;
    margin-left: 320px;
    background-color: #21a08d;
    border: #21a08d 2px solid;
    padding: 15px;
    border-radius: 20px;
    text-align: center;
  }
 
  .tips-side h1 {
    font-size: 20px;
    letter-spacing: 1px;
    color: #fff;
    margin-top: 10px;
 
  }
 
  .tips-side .h1_title {
    background-color: rgb(79, 193, 41);
    border-radius: 10px;
    padding-bottom: 2px;
  }
 
  .qrcode_div {
    width: 150px;
    height: 130px;
    border: #000 2px solid;
    border-radius: 10px;
    margin: 20px 20px;
    padding-bottom: 20px;
    background-color: #fff;
  }
 
  .tips-side img {
    margin-top: 15px;
  }
 
 
  .tips-side span {
    display: block;
    margin-top: 20px;
    height: 50px;
    line-height: 50px;
    color: #000000;
    font-size: 18px;
    border-radius: 25px;
    background-repeat: no-repeat;
    background-position: 20% center;
    background-size: auto 65%;
    padding-left: 20%;
  }