.u-toolbal-icon {
  position: fixed;
  right: 2%;
  bottom: 50px;
  z-index: 100;
  background-color: #ffffff; }
  @media (max-width: 640px) {
    .u-toolbal-icon {
      -webkit-transform: scale(0.8);
      -moz-transform: scale(0.8);
      -ms-transform: scale(0.8);
      -o-transform: scale(0.8);
      transform: scale(0.8); } }
  .u-toolbal-icon .toolbar-item,
  .u-toolbal-icon .toolbal-btn,
  .u-toolbal-icon .toolbar-icon,
  .u-toolbal-icon .toolbar-text {
    width: 52px;
    height: 52px; }
  .u-toolbal-icon .toolbar-item {
    display: block;
    margin-top: 1px;
    position: relative;
    color: #d0d6d9;
    text-decoration: none; }
    @media (min-width: 980px) {
      .u-toolbal-icon .toolbar-item:hover .toolbar-icon {
        top: -52px; }
      .u-toolbal-icon .toolbar-item:hover .toolbar-text {
        top: -0; }
      .u-toolbal-icon .toolbar-item:hover .toolbar-layer {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); } }
    @media (max-width: 980px) {
      .u-toolbal-icon .toolbar-item.toolbar-item-download {
        display: none; } }
  .u-toolbal-icon .toolbal-btn {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden; }
  .u-toolbal-icon .toolbar-icon,
  .u-toolbal-icon .toolbar-text {
    position: absolute;
    left: 0;
    color: #ffffff;
    text-align: center;
    -webkit-transition: top 0.3s;
    -moz-transition: top 0.3s;
    -ms-transition: top 0.3s;
    -o-transition: top 0.3s;
    transition: top 0.3s; }
  .u-toolbal-icon .toolbar-icon {
    top: 0;
    background-color: #d0d6d9;
    font-size: 30px;
    line-height: 52px; }
    .u-toolbal-icon .toolbar-icon.toolbar-icon-kefu {
      background-image: url(../images/aside/toolbar_kefu.png);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 25px auto; }
  .u-toolbal-icon .toolbar-text {
    top: 52px;
    background-color: #98a1a6;
    font-size: 12px;
    line-height: 1.2;
    padding-top: 12px; }
  .u-toolbal-icon .toolbar-layer {
    position: absolute;
    right: 52px;
    bottom: 0;
    width: 160px;
    background-image: url(../images/aside/toolbar_img.png);
    background-repeat: no-repeat;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.01);
    -moz-transform: scale(0.01);
    -ms-transform: scale(0.01);
    -o-transform: scale(0.01);
    transform: scale(0.01);
    -webkit-transform-origin: 95% 95%;
    -moz-transform-origin: 95% 95%;
    -ms-transform-origin: 95% 95%;
    -o-transform-origin: 95% 95%;
    transform-origin: 95% 95%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .u-toolbal-icon .toolbar-layer-weixin {
    height: 160px;
    background-position: 0 0; }
  .u-toolbal-icon .toolbar-layer-app {
    height: 160px;
    background-position: 0 0; }

/*# sourceMappingURL=toolbar.css.map */
