.onlinefixed {
  position: fixed;
  right: 0;
  bottom: 150px;
  z-index: 99;
  transition: 500ms; }
  .onlinefixed .item {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    margin: 5px 0;
    border-radius: 2px;
    background-color: #1f5eab;
    color: #fff;
    position: relative;
    width: 70px;
    height: 70px;
    transition: 500ms;
    cursor: pointer; }
    .onlinefixed .item::before {
      position: relative;
      z-index: 3;
      text-align: center;
      font-size: 30px;
      line-height: 1em;
      display: block;
      color: #fff;
      text-indent: 0;
      font-family: iconfont; }
    .onlinefixed .item:hover .contentBox {
      transform: translateX(-70px); }
  .onlinefixed a {
    color: #fff;
    width: 100%;
    display: block; }
  .onlinefixed .title {
    font-size: 12px;
    line-height: 1em;
    text-align: center; }
  .onlinefixed .contentBox {
    display: flex;
    align-items: center;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    min-height: 100%;
    border-right: 10px solid transparent;
    padding: 0 20px;
    transform: translateX(100%);
    transition: all 500ms linear;
    white-space: nowrap; }
  .onlinefixed .item.img .contentBox {
    flex-direction: column;
    padding: 20px; }
    .onlinefixed .item.img .contentBox .qr_img {
      display: block;
      width: 120px;
      min-width: 120px; }
    .onlinefixed .item.img .contentBox .imgTxt {
      margin-top: 10px;
      display: block;
      text-align: center; }

/*# sourceMappingURL=onlinefixed.css.map */
