.ball_d {
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    background: #1089e0;
    color: #FFFFFF;
    font-size: 14px;
    border-radius: 8%;
    background-color: #ea644a;
}
.ball_a {
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    background: #1089e0;
    color: #000;
    font-size: 14px;
    border-radius: 8%;
    background-color: #fff;
    border: 1px solid #ddd;
}
.label-badge {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;

    color: #FFFFFF;
    font-size: 14px;
    border-radius: 100%;
    background-color: #ea644a;
}

.s{
    width: 60px;
    border-radius:5%;
}

.label-danger {
    background-color: #E34040;
}
.label-primary {
    background-color: #0094E0;
}
.ad img{height: 85px;}
/*下面是对联广告的css代码border:#CCC solid 1px;*/
.duilian{top:260px;position:absolute; width:122px; overflow:hidden; display:none;}
.duilian_left{ left:6px;}
.duilian_right{right:6px;}
.duilian_con{ width:120px; height:320px; overflow:hidden;}
.duilian_con img{ width:100%; height:100%;}
.duilian_close{ width:100%; height:24px; line-height:24px; text-align:center; display:block; font-size:13px; color:#555555; text-decoration:none;}
/* 28游戏切换样式 */
.kdtabs {
    margin-top: 10px;
}
.kdtabs_nav {
    list-style: none;
    padding-left: 0;
}
.kdtabs_nav_item {
    float: left;
    width: 9%;
    display: block;
    text-align: center;
    padding: 5px 0;
    cursor: pointer;
    font-weight: 600;
}
.kdtabs_nav_item:hover,
.kdtabs_nav_item.active {
    color: #09f;
}
.kdtabs_nav_item:hover {
    background: #ccc;
}
.kdtabs_panels {
    overflow: hidden;
}
.kdtabs_panels_inner {
    width: 600%;
}