.user_stage {
    color:#fff;
    position: absolute;
    top: 27px;
    right: 0px;
    font-size: 9pt;
    font-weight: 600;
    padding: 0 3px;
    border-radius: 27%; }

.user_item { border-bottom:1px solid #ededed; }


.sysname { 
    color:#fff; 
    background:#a703dc; 
    padding:3px 10px; 
    display:inline-block; 
    line-height:1em; 
    margin-top:2px; 
    border-radius:20px; 
    font-weight:normal; }

.bcell_mid_dedar {
    display: table-cell;
    vertical-align: middle;
}


.marquee-container {
  width: 200px;
 marquee-speed: 12;
 overflow: hidden;
  white-space: nowrap;
  display: inline-block;
 
}

.marquee-container b {
marquee-speed: 12;
  display: inline-block;
  padding-left: 100%; 
  animation: marquee 10s linear infinite;
}

@keyframes marquee {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
