.toolbar {
    position: relative;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 18px;
    color: #333;
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
}

.toolbar .back {
    position: absolute;
    left: 14px;
    top: 13px;
    width: 16px;
    height: 16px;
    border-left: 2px solid #666;
    border-bottom: 2px solid #666;
    transform: rotate(45deg);
}

.game-classify {
    padding: 10px 12px 4px;
    border-bottom: 1px solid #eee;
    background: #fff;
}

.classify-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.classify-list a {
    min-width: 22%;
    height: 30px;
    padding: 0 8px;
    line-height: 30px;
    text-align: center;
    color: #555;
    border-radius: 3px;
    background: #f4f4f4;
    box-sizing: border-box;
}

.classify-list a.active,
.classify-list a:hover {
    color: #fff;
    background: #54a83d;
}

.list {
    margin-top: 8px;
    background: #fff;
}

#infocon {
    padding: 0 12px;
}

#infocon li {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 76px;
    padding: 10px 62px 10px 0;
    border-bottom: 1px solid #eee;
}

#infocon .img {
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    margin-right: 10px;
}

#infocon .img img {
    width: 58px;
    height: 58px;
    border-radius: 10px;
}

#infocon p {
    min-width: 0;
    flex: 1;
}

#infocon p > a {
    display: block;
    overflow: hidden;
    margin-bottom: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #333;
}

#infocon p span {
    display: block;
    overflow: hidden;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
    color: #999;
}

#infocon p span u {
    margin: 0 8px;
    text-decoration: none;
}

.cir_btn {
    position: absolute;
    right: 0;
    top: 50%;
    width: 52px;
    height: 30px;
    margin-top: -15px;
    line-height: 30px;
    text-align: center;
    color: #54a83d;
    border: 1px solid #54a83d;
    border-radius: 3px;
}

.d_icon {
    display: block;
    height: 42px;
    margin: 12px;
    line-height: 42px;
    text-align: center;
    color: #555;
    border: 1px solid #ddd;
    border-radius: 3px;
    background: #fafafa;
}
