@charset "utf-8";
@font-face {
  font-family: 'icomoon';
  src: ;
  src:  format("embedded-opentype"),  format("truetype"),  format("woff"),  format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* better font rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-phone2:before {
  content: "\e900"; }

.icon-phone:before {
  content: "\e942"; }

.icon-quill:before {
  content: "\e907"; }

.icon-mobile:before {
  content: "\e958"; }

.icon-bubbles:before {
  content: "\e96c"; }

.icon-arrow-up2:before {
  content: "\ea3a"; }

.icon-qq:before {
  content: "\e901"; }

.toolbar-item, .toolbar-btn, .toolbar-icon, .toolbar-text {
  width: 52px;
  height: 52px; }

.toolbar-icon, .toolbar-text {
  position: absolute;
  left: 0;
  color: #fff;
  text-align: center;
  -webkit-transition: top 0.6s;
  -moz-transition: top 0.6s;
  -ms-transition: top 0.6s;
  -o-transition: top 0.6s;
  transition: top 0.6s; }

.toolbar {
  position: fixed;
  right: 0;
  bottom: 40%;
  z-index: 999;
  margin-left: -26px; }

.toolbar-item {
  position: relative;
  display: block;
  margin-top: 1px;
  cursor: pointer; }
  .toolbar-item:hover .toolbar-icon {
    top: -52px; }
  .toolbar-item:hover .toolbar-text {
    top: 0; }
  .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); }

.toolbar-btn {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden; }

.toolbar-icon {
  top: 0;
  background-color: #d0d6d9;
  /*图标字体可以像文字一样处理*/
  font-size: 30px;
  line-height: 52px; }

.toolbar-text {
  top: 52px;
  background-color: #98a1a6;
  padding-top: 12px;
  font-size: 12px;
  line-height: 1.2; }

.toolbar-layer {
  position: absolute;
  right: 52px;
  bottom: 0;
  width: 172px;
  background-image: ;
  background-repeat: no-repeat;
  opacity: 0;
  filter: alpha(opacity=0);
  -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-transform: scale(0.01);
  -moz-transform: scale(0.01);
  -ms-transform: scale(0.01);
  -o-transform: scale(0.01);
  transform: scale(0.01);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s; }

.toolbar-layer-weixin {
  height: 172px;
  background-position: 0 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  border: #ddd solid 1px; }

.toolbar-layer-phone {
  height: 52px;
  background: #ddd;
  right: 52px;
  line-height: 52px;
  bottom: 0px;
  font-size: 20px;
  text-align: center; }

.toolbar-layer-app {
  height: 194px;
  background-position: 0 -222px; }

/*# sourcemappingurl=indextoolbar.css.map */
