#reciteMe > .reciteme {
    display: inline-block;
    position: fixed;
    bottom: 0;
    right: 20px;
    z-index: 999;
    isolation: isolate;
    border: 1px solid #e8e8e8;
    background: #fff;
    padding: 5px 12px;
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 14px;
  }
  #reciteMe > .reciteme i {
    margin-right: 5px;
  }