.haha-mm-toolbar {
  height: 3.125rem;
  position: fixed;
  bottom: 0;
  width: 100%;
  -webkit-box-shadow: 0 2px 10px 3px #ddd;
  box-shadow: 0 2px 10px 3px #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff; }
  .haha-mm-toolbar .haha-mm-toolbar-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 5.0rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.625rem;
    color: #333; }
    .haha-mm-toolbar .haha-mm-toolbar-item > img {
      width: 1rem;
      padding-bottom: 0.375rem; }
  .haha-mm-toolbar .haha-mm-toolbar-btn {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background: #db2932;
    font-size: 1.125rem; }
    .haha-mm-toolbar .haha-mm-toolbar-btn.hasBuy {
      background: #5aace9; }
