.game-list{
    width: 100%;
    height: 1280px;
    background: rgba(248, 248, 248, 0.39);
    opacity: 1;
    padding-top: 40px;
}
.game_list_menu1 {
    width: 1220px;
    height: 42px;
    background: rgba(238, 242, 255, 0.39);
    opacity: 1;
}

.game_list_menu3 {
    font-size: 18px;
    width: 1220px;
    height: 42px;
    background: rgba(238, 242, 255, 0.39);
    opacity: 1;
}

.all_game_type {
    float: left;
    margin-left: 20px;
    height: 42px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 42px;
    color: #1C1C1C;
    opacity: 1;
}

.jieru_numbers {
    float: right;
    margin-right: 20px;
    height: 42px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 42px;
    color: #1C1C1C;
    opacity: 1;
}

.game_list_name {
    float: left;
    position: relative;
    width: 90px;
    height: 32px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 32px;
    color: #1C1C1C;
    opacity: 1;
}

.game_list_lanmu {
    float: left;
    width: 1000px;
    margin-left: 8px;
}

.game_list_lanmu .on {
    font-size: 18px;
    height: 32px;
    background: linear-gradient(90deg, #0088FF 0%, #5FB2FC 100%);
    border-radius: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 32px;
    color: #FFFFFF;
    opacity: 1;
}
.game_list_lanmu a{
    height: 32px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 32px;
    color: #666666;
    opacity: 1;
}
.serach_input {
    display: flex;
    width: 320px;
    float: right;
    margin: 0;
}

.pingtai_gamelist_ul {
    width: 1220px;
    border-bottom: none;
}

.pingtai_gamelist_li {
    margin: 15px 22px;
    width: 200px;
    height: 181px;
    background: rgba(255, 255, 255, 0.39);
    opacity: 1;
    border-radius: 8px;
}

.pingtai_gamelist_li a img {
    width: 80px;
    height: 80px;
    background: rgba(0, 0, 0, 0);
    opacity: 1;
    border-radius: 16px;
}

.pingtai_gamelist_li a .title {
    height: 24px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 24px;
    color: #1C1C1C;
    opacity: 1;
    text-overflow: unset;
}

.push_text {
    margin-top: 12px;
    margin-right: 8px;
    width: 28px;
    height: 19px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 19px;
    color: #0088FF;
    opacity: 1;
}


.game_type {
    margin-top: 12px;
    width: 28px;
    height: 19px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 19px;
    color: #666666;
    opacity: 1;
}

.pingtai_lamu_youxi{
    margin-bottom: 30px;
    max-width: 1220px;
}

/*搜索框颜色*/
.gamename,.search-submit {
    border: 1px solid #0088FF;
    height: 42px;
}
.serach_input span{
    height: 42px;
}
