/**组件样式*/
.bmjj p {
    color: #999999 !important;
    font-size: 18px;
    line-height: 36px;
    text-indent: 2em;
        margin-top: 20px;}
.bmjj{    height: 28rem;
    overflow-y: auto;    margin-top: 30px;padding-right: 20px;}
    
    
    /* 滚动条样式 */
@media screen and (min-width:1024px) {
   .bmjj::-webkit-scrollbar {
        width: 6px;
        height: 9px;}

   .bmjj::-webkit-scrollbar-track {
        width: 3px;
       
       
        background: rgba(0, 0, 0, .2);
        -webkit-border-radius: 2em;
        -moz-border-radius: 2em;
        border-radius: 2em;}

    .bmjj::-webkit-scrollbar-thumb {
        background-color: #178481;
        background-clip: padding-box;
        min-height: 28px;
        -webkit-border-radius: 2em;
        -moz-border-radius: 2em;
        border-radius: 2em;}

    .bmjj::-webkit-scrollbar-thumb:hover {
        background-color: #178481
    ;}
}
