html {
    overflow-x:hidden;
}
.topRankingUl-down-right .down {
    right: 10px;
}

/* 广告位 */
.guanggao-container{
    position: relative;
}

.guanggao-container .guanggao-img {
    width: 100vw;
    
}

.guanggao-container .guanggao-img img {
    width: 100%;
}

.guanggao-container .guanggao-text{
    position: absolute;
    right: 0px;
    bottom: 0px;
    padding: 1px 3px;
    background-color: #999;
    color: white;
    font-size: 11px;
}

.game-Artising{padding:0px;margin: 0px; height: 60px;background-color: #fff; position: relative;overflow: hidden;width: 100%;}
.game-pic{width: 100%; height: 60px;padding: 0px;margin: 0px; background: #eee; display: block; position: relative;overflow: hidden;}
.Close-Button{width: 64px;height: 21px;position: absolute;right: 0;bottom: 0;overflow: hidden;color: #fff;}


.xapk-container {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    font-size: 11px;
    text-align: left;
    color: #666;
    background-color: #f5f5f5;
    padding: 10px auto;
    border-radius: 5px;
    /* letter-spacing: 0.5px; */
}
.xapk-left {
    width: 26%;
}
.xapk-left img {
    width: 100%;
}
.xapk-right-first {
    color: black;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 0;
}




/*热门标签*/
.hot-soft-label {display: block;overflow: hidden;margin-top: 20px;}
.hot-soft-label a{ color:#fff; border:none; font-size: 12px; float: left; margin:0 10px 10px 0; padding: 0 15px; text-align: center; border-radius: 2px; transition: opacity .3s ease; height: 28px; line-height: 28px; overflow: hidden; }
.hot-soft-label a:hover{ opacity:.7; }
.hot-soft-label a:nth-of-type(6n+1){ background: #ffa958; }
.hot-soft-label a:nth-of-type(4n+2){ background: #67b4ff; }
.hot-soft-label a:nth-of-type(5n+1){ background: #ffa958; }
.hot-soft-label a:nth-of-type(3n){ background: #61e0c4; }
.hot-soft-label a:nth-of-type(7n+3){ background: #ffa9a8; }
.hot-soft-label a:nth-of-type(4n+4){ background: #61e0c4; }
.hot-soft-label a:nth-of-type(4n+5){ background: #ff7f7d; }





/*警告提示*/
.warning {
    background: #FFFED9;
    border: 1px solid #FFD79D;
    color: #FF7F27;
    display: block;
    padding: 8px;
    font-size: 12px;
    margin-bottom: 10px;
}