.all_game_classify {
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 8px;
}

.all_game_classify span {
    cursor: pointer;
    font-size: 16px;
    color: #999999;
    margin-right: 40px;
}

.all_game_classify .all_game_classify_no {
    color: #FF6136
}

.all_game {
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
}

.all_game_item {
    width: 180px;
    height: 160px;
    margin-top: 24px;
}

.all_game_item img {
    width: 180px;
    height: 120px;
}

.all_game_item_info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px;
    height: 40px;
    box-sizing: border-box;
    background-color: #fff;
    cursor: pointer;
}

.all_game_item_info span {
    display: block;
}

.all_game_item_info .span1 {
    font-size: 14px;
    color: #333333;
}

.all_game_item_info .span2 {
    font-size: 12px;
    color: #999999;
    width: 56px;
    height: 24px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #999999;
    text-align: center;
    line-height: 24px;
}

.all_game_item_info .span2:hover {
    border: 1px solid #FF6136;
    color: #FF6136;
}


/* 搜索页面 */

.search_game_box {
    padding: 35px 25px;
    margin-bottom: 35px;
    background-color: #FFFFFF;
    margin-top: 26px;
}

.search_game {
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
}

.search_game_items:hover .qr_code{
    display: flex;
    height: 120px;
    transition: all .4s;
}
.search_game_items:hover img{
    transform: scale(1.1);
}
.search_game_item {
    width: 180px;
    height: 160px;
    margin-top: 24px;
    margin-right: 11px;
    overflow: hidden;
    position: relative;
}
.qr_code .qr_code_img{
    width: 90px;
    height: 90px;
    transition: all .4s;
}
.qr_code{
    position: absolute;
    display: none;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 0;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.3);
    transition: all .4s;
    z-index: 10;
}

.search_game_item img {
    width: 180px;
    height: 120px;
    transition: all 0.4s;
}

.search_game_item_info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px;
    height: 40px;
    box-sizing: border-box;
    background-color: #fff;
    cursor: pointer;
}

.search_game_item_info span {
    display: block;
}

.search_game_item_info .span1 {
    font-size: 14px;
    color: #333333;
}

.search_game_item_info .span2 {
    font-size: 12px;
    color: #999999;
    width: 56px;
    height: 24px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #999999;
    text-align: center;
    line-height: 24px;
}

.search_game_item_info .span2:hover {
    border: 1px solid #FF6136;
    color: #FF6136;
}

.search_game_box h1 {
    font-size: 16px;
}

.search_game_box h1 span {
    color: #FF6136;
}

.sorry {
    width: 100%;
    color: #b6b6b6;
    font-weight: bold;
    text-align: center;
    justify-content: center;
    margin: 45px 0;
    font-size: 14px;
}
