.s2{
    width: 10.8rem;
    box-sizing: border-box;
    padding: 0.3rem 0.1rem;
}
.s2 .title{
    font-size: .48rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: .3rem;
    line-height: .6rem;
}
.s2 .tb{
    width: 100%;
    border:1px solid #ddd; 
}
.s2 .tb .tit{
    width: 100%;
    height: .9rem;
    font-size: .4rem;
    font-weight: bold;
    line-height: .88rem;
    text-align: center;
    border-bottom:1px solid #ddd; 
}
.s2 .tb .content .group{
    width: 50%;
    height: .9rem;
    font-size: .24rem;
    line-height: .88rem;
    text-align: center;
    float: left;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    /* cursor: pointer; */
}
.borderRN{
    border-right: none !important;
}
.borderBN{
    border-bottom: none !important;
}
.bgH{
    background-color: #eeeeee !important;
}
/* .s2 .cont{
    font-size: .36rem;
    line-height: .48rem;
    text-indent: .72rem;
    margin-bottom: .2rem;
} */