

.search-Header{
    background: #00c26e;
}
.search-Header .headerSearch{
    width: 5.5rem;
}
.search-Header .headerSearch input{
    width: 4.5rem;
}

.search-Header .quxiao span{
    color: #fff;
    font-size: .28rem;
}

.back a img{
    width: .26rem;
    height: .44rem;
}





/*搜索菜单*/

.game-main-list-top{
    height: .7rem;
    line-height: .7rem;
    padding: .2rem .3rem;
}
.game-main-list-top ul{
    justify-content: space-around;
}
.game-main-list-top ul li{
    text-align: center;
    font-size: .3rem;
}
.game-main-list-top ul li+li{
    /*margin-left: .2rem;*/
}
.game-main-list-top ul li.game-main-list-top-menu label,
.game-main-list-top ul li.game-main-list-top-menu a{
    display: block;
    color: #333333;
    font-size: .3rem;
}
.game-main-list-top ul li label span{
    color: #00c26e;
}
.game-main-list-top ul li.game-main-list-top-menu:first-child{
    border-right: none;
    border-radius: .1rem 0 0 .1rem;
}
.game-main-list-top ul li:last-child{
    border-left: none;
    border-radius: 0 .1rem .1rem 0;
}
.game-main-list-top ul li:last-child label{
    display: flex;
    justify-content: center;
}
.game-main-list-top ul li:last-child img{
    width: .22rem;
    height: .24rem;
    margin-left: .1rem;
    transition: all .3s;
}

.game-main-list-top ul li.game-main-list-top-menu.active{
    /*background: #3399ff;*/
}
.game-main-list-top ul li.game-main-list-top-menu.active label,
.game-main-list-top ul li.game-main-list-top-menu.active a{
    color: #00c26e;
}
.game-main-list-top ul li.active label span{
    color: #00c26e;
    font-size: .3rem;
}

.search-res{
    min-height: 11rem;
}

.search-res .game-main-list-top ul li.active label {
    color: #00c26e !important;
    font-size: .3rem !important;
}



.search-res-news > li > a img {
    width: 2.4rem;
    height: 1.5rem;
}



.div{
    width: 100px;
    height: 100px;
}