
#fa_back{
  transform:rotateX(180deg);
}

.fa_ani * {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

@media only screen and (max-width: 768px) {
  .fa_Float {
    display: none!important;
  }
}
@media only screen and (min-width: 769px) {
  .fa_Float {
    position: fixed;
    z-index: 999;
    right: 5px;
    top: 30%;
  }
  .fa_Float>* {
    display: block;
    margin-bottom: 5px;
    padding: 10px;
    height: 50px;
    position: relative;
    width: 50px;
    border-radius: 50%;
    background: var(--main-color);
    text-align: center;
    cursor: pointer;
    opacity: 0.6;
  }
  .fa_Float>*:hover {
    background: var(--main-color);
    opacity: 1;
  }
  .fa_Float_icon {
    color: #fff;
    text-align: center;
    overflow: hidden;
    float: left;
  }
  .fa_Float_icon i {
    font-size: 30px;
	line-height:1;
  }
  .fa_Float_icon p {
    font-size: 12px;
    margin-top: 5px;
  }
  .fa_Float_info {
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    float: left;
    position: absolute;
    right: 55px;
    background: var(--main-color);
    top: 0;
    bottom: 0;
    height: 50px;
    line-height: 50px;
    max-width: 0;
    white-space: nowrap;
    font-weight: 300;
  }
  .fa_Float>a:hover .fa_Float_info {
    max-width: 1000px;
    padding: 0 30px;
    border-radius: 500px;
  }
  .fa_Float_img {
    position: absolute;
    width: 100px;
    left: -120px;
    bottom: 0;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
  }
  .fa_Float>a:hover .fa_Float_img {
    max-height: 200px;
    opacity: 1;
  }
  .fa_Float>a .fa_Float_img img {
    width: 100%;
  }
  .fa_Float_qq .fa_Floatqq_info {
    position: absolute;
    top: 0;
    right: 60px;
    background: var(--main-color);
    color: #fff;
    overflow: hidden;
    opacity: 0;
    width: 150px;
    z-index: -88;
  }
  .fa_Floatqq_info a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 20px;
    display: block;
  }
  .fa_Floatqq_info a:last-child {
    border: none;
  }
  .fa_Floatqq_info a p {
    color: #fff;
    font-size: 14px;
    line-height: 30px;
  }
  .fa_Floatqq_info a p:first-child {
    font-size: 18px;
  }
  .fa_Float_qq:hover .fa_Floatqq_info {
    opacity: 1;
    transform: translateX(00%);
    z-index: 2;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

.a_icon{
  font-family: 'iconfont1' !important;
  font-style:normal !important;
}