/*积分规则 start*/
.rules p{
    height: 68px;
}
.rules p span{
    display: block;
    float: left;
    text-align: center;
    height: 68px;
    line-height: 68px;
}
.rank_s{
    width: 859px;
    color: #FFF;
}
.kills_s{
    width: 325px;
    color: #f2e0b4;
    margin-left: 16px;
}
.rules_box{
    height: 254px;
}
.rb_l{
    width: 790px;
    height: 254px;
    float: left;
    background: rgba(191,191,191,.3);
    border: 1px solid #bfbfbf;
    padding-left: 65px;
}
.rb_r{
    width: 325px;
    height: 254px;
    float: left;
    margin-left: 16px;
    background: rgba(242,224,180,.3);
    border: 1px solid #f2e0b4;
    text-align: center;
    line-height: 254px;
    font-size: 24px;
    color: #f2e0b4;
}
.rb_l span{
    display: block;
    float: left;
    width: 180px;
    margin-top: 32px;
    color: #FFF;
    text-align: center;
}
/*积分规则 over*/