.t-ballbet{margin-bottom:20px;}

.ballbet-h2{
    font-weight:500;font-size:22px;line-height:28px;text-align:center;padding:0;margin:0;
    padding:8px 0;display:block;width:100%;color:#666;
}

.ballbet-box{
    float:left;width:49.5%;padding:0;background:#434343;border:12px solid #434343;
    border-top:none;padding-top:5px;
    border-radius:8px;-khtml-border-radius:8px;-moz-border-radius:8px;
}
.ballbet-box.r{float:right;}
.ballbet-box .ballbet-match{
    background:#fff;padding:6px;border-radius:4px;-khtml-border-radius:4px;-moz-border-radius:4px;
}
.ballbet-box .ballbet-zean{
    background:none;padding:0 6px 6px 6px;text-align:center;
    position:relative;font-size:18px;font-weight:500;color:#fff;
    border-top-left-radius:8px;-khtml-border-top-left-radius:8px;-moz-border-top-left-radius:8px;
    border-top-right-radius:8px;-khtml-border-top-right-radius:8px;-moz-border-top-right-radius:8px;
}
.ballbet-box .ballbet-zean .zean-img{
    display:inline-block;padding:0;height:80px;width:80px;overflow:hidden;
    position:absolute;left:-30px;top:-30px;border:3px solid #ddd;
    border-radius:50%;-khtml-border-radius:50%;-moz-border-radius:50%;
    -webkit-box-shadow: 4px 2px 17px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 4px 2px 17px -10px rgba(0,0,0,0.75);
    box-shadow: 4px 2px 17px -10px rgba(0,0,0,0.75);
}
.ballbet-box.r .ballbet-zean .zean-img{left:auto;right:-30px;}
.ballbet-box .ballbet-row{text-align:center;padding:4px 5px;}
.ballbet-box .ballbet-row.pg-name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.ballbet-box .ballbet-row.ponballed{font-weight:500;}
.ballbet-box .ballbet-row .bet-teams{float:left;width:40%;font-weight:500;}
.ballbet-box .ballbet-row .bet-teams .team-logo{
    display:inline-block;vertical-align:middle;overflow:hidden;
    width:70px;height:70px;line-height:70px;border:1px solid #eee;
    border-radius:50%;-khtml-border-radius:50%;-moz-border-radius:50%;
}
.ballbet-box .ballbet-row .bet-teams .team-logo img{max-height:95px;}
.ballbet-box .ballbet-row .bet-scores{
    float:left;width:20%;padding-top:20px;
    font-size:24px;font-weight:600;text-align:center;color:#be1b06;
}
.ballbet-box .ballbet-row .bet-scores.rater{font-size:14px;color:#999;padding-top:0;}
.ballbet-box .ballbet-row .team-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.ballbet-box .ballbet-row .bg-text{
    background:#15825f;display:inline-block;vertical-align:middle;padding:3px 20px;
    font-weight:500;color:#fff;
    border-radius:20px;-khtml-border-radius:20px;-moz-border-radius:20px;
}

@media screen and (min-width: 590px) and (max-width: 889px){
    .ballbet-box .ballbet-zean{font-size:16px;}
    .ballbet-box .ballbet-row .bet-scores{font-size:20px;}
}

@media screen and (min-width:280px) and (max-width:589px){
    .ballbet-h2{font-size:18px;line-height:22px;}

    .ballbet-box{
        float:none;width:100%;border:8px solid #434343;margin-bottom:8px;padding-top:0px;
    }
    .ballbet-box.r{float:none;}
    .ballbet-box .ballbet-zean{font-size:16px;}
    .ballbet-box .ballbet-zean .zean-img{left:-10px;top:-20px;right:auto;height:60px;width:60px;}
    .ballbet-box.r .ballbet-zean .zean-img{left:-10px;right:auto;}
    .ballbet-box .ballbet-row .bet-scores{font-size:20px;}
}