.Game_list {
    background: #fff;
}

.open_mor {
    display: block;
    overflow: hidden;
    margin: 20px auto;
    height: 36px;
    width: 50%;
    line-height: 36px;
    border-radius: 25px;
    text-align: center;
    font-size: 14px;
    color: #999;
    background: #f5f5f5;
}

.open_mor:after {
    display: inline-block;
    content: '';
    width: 12px;
    height: 8px;
    background: url("../images/icon-opmor.png") no-repeat;
    background-size: 100%;
    margin: 0 8px;
}

.infor {
    padding: 0 12px;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.04);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.04);
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}

.infor ul li {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    margin: 6px 24px 24px 0;
}

.infor ul li .img {
    width: 57.5px;
    margin: 0 auto;
}

.infor ul li .img img {
    width: 57.5px;
    height: 57.5px;
    border-radius: 10px;
}

.infor ul li .img .name {
    height: 35px;
    line-height: 35px;
    color: #333333;
    overflow: hidden;
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.infor ul li .btn {
    margin: 0 auto;
    height: 28px;
    width: 57.5px;
    border: 1px solid #9bc4fa;
    line-height: 28px;
    color: #599bf9;
    display: block;
    margin-top: 3px;
    border-radius: 5px;
}

.search_label {
    overflow: hidden;
    background: #fff;
    padding: 6px 12px;
}

.search_label li {
    width: 25%;
    height: 26px;
    margin: 10px 0;
    text-align: center;
    float: left;
}

.search_label li a {
    width: 80%;
    margin: 0 auto;
    height: 26px;
    line-height: 26px;
    font-size: 13px;
    color: #fff;
    overflow: hidden;
    background: #ddd;
    border-radius: 4px;
    display: inline-block;
}

.search_label li .color_1 {
    background: #99bbff;
}

.search_label li .color_2 {
    background: #ffc68c;
}

.search_label li .color_3 {
    background: #ccb2ff;
}

.search_label li .color_4 {
    background: #ff9999;
}
.se_ke{
    color: red;
    padding-left: 3px;
    padding-right: 3px;
}
.se_re{
    color: red;
}