.float-bar {
    opacity: 0;
    cursor: default;
    border-radius: 4px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
  }
  .float-bar-show {
    opacity:1;
    cursor:pointer;
    -webkit-transition:1s;
    -moz-transition:1s;
    -o-transition:1s;
    transition:1s
  }
  .ent-float-bar {
    position:fixed;
    top:100px;
    left:50%;
    min-width:60px;
    margin-left:620px;
    z-index:100;
    box-shadow:0 2px 10px #d0d9e6
  }
  .ent-float-bar ul li {
    position:relative;
    width:60px;
    height:60px;
    text-align:center;
    background-color:#fff;
    -webkit-transition:.3s;
    -moz-transition:.3s;
    -o-transition:.3s;
    transition:.3s
  }
  .ent-float-bar ul li:first-child {
    border-top-left-radius:4px;
    border-top-right-radius:4px
  }
  .ent-float-bar ul li:last-child {
    border-bottom-left-radius:4px;
    border-bottom-right-radius:4px
  }
  .ent-float-bar ul li>img {
    display:none
  }
  .ent-float-bar ul li>img:first-child {
    display:block
  }
  .ent-float-bar ul li.tel .content {
    width:205px;
    height:60px
  }
  .ent-float-bar ul li.join .content {
    width:283px;
    font-size:14px;
    padding:14px 14px 8px 20px;
    text-align:left
  }
  .ent-float-bar ul li.join .content .item {
    margin-bottom:8px
  }
  .ent-float-bar ul li.join .content p {
    color:#505e6c;
    line-height:1.6
  }
  .ent-float-bar ul li.join .content a {
    font-size:14px;
    line-height:1.8
  }
  .ent-float-bar ul li.join .content a:hover {
    color:#333
  }
  .ent-float-bar ul li.app .content {
    width:120px;
    height:120px
  }
  .ent-float-bar ul li.wechat .content {
    width:120px;
    height:120px
  }
  .ent-float-bar ul li:hover {
    background-color:#0055b8
  }
  .ent-float-bar ul li:hover>img {
    display:block
  }
  .ent-float-bar ul li:hover>img:first-child {
    display:none
  }
  .ent-float-bar ul li:hover .content {
    display:block
  }
  .ent-float-bar ul li .content {
    position:absolute;
    top:0;
    right:60px;
    display:none;
    background-color:#fff;
    box-shadow:0 2px 10px #d0d9e6
  }
  .ent-float-bar ul li .content .phone {
    color:#333;
    font-size:20px;
    font-weight:bold;
    margin-top:6px
  }
  .ent-float-bar ul li .content p {
    color:#505e6c;
    font-size:12px
  }