@charset "utf-8";

/* 새글 스킨 (latest) */
.game_con{clear:both;position:relative;margin-bottom: 10px;width: 100%;padding: 0;border: 1px solid #e5e5e5;}
.game_con_div{width: 100%;padding: 0 10px;height: auto;border-top: 0;background: #fff;overflow: hidden;}



.game_box .game_box_li {
    width: 100%;
    height: auto;
    border-bottom: solid 5px #dddbdb;
    margin: 10px 0;
    overflow: hidden;
}
.m_info {position: relative;width: 100%;height: 40px;line-height: 40px;/* padding: 0 0 0 10px; */overflow:hidden;}
.m_info .cur_time {
    float: right;
    padding: 0 10px;
    background: #a92a2a;
    font-size: 14px;
}
.time_box {float: right;}
#progress-bar {position: absolute;bottom: 3px;left:0;width: 100%;height: 3px;background-color: #03A9F4;}
#progress-bar .progress {height: 100%;background-color:#ff6a6a;}

.m_result {
    width: 100%;
    height: auto;
    padding: 5px 0;
    overflow: hidden;
}
.m_result ul {
}
.Round {
    float: left;
    width: 90px;
    height: 40px;
    line-height: 40px;
}
.result {
    display: flex;
    float: left;
    width: calc(100% - 90px);
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: brown;
    justify-content: flex-start;
    align-items: center;
}

.result span {
    display: flex;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: red;
    text-align: center;
    color: #fff !important;
    font-size: 12px;
    margin: 0 3px;
    justify-content: center;
    align-items: center;
}
.result span.blue {
    background: #2196F3;
}
.result span.red {
    background: #F44336;
}
.result span.pball::before {
    position: absolute;
    content: 'p';
    font-size: 10px;
    background: #ffb400;
    background: -webkit-linear-gradient(45deg, #ffb400, #f0cc77);
    background: linear-gradient(45deg, #ffb400, #f0cc77);
    width: 13px;
    height: 14px;
    margin-top: -26px;
    margin-right: -26px;
    line-height: 12px;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 6px;
    font-weight: 400;
    display: block;
    text-align: center;
    font-weight: 600;
    border: 1px solid rgba(0, 0, 0, 0.5);
    text-shadow: 0 0 0;
    z-index: 1;
    color: #424242;
}