@charset "UTF-8";
.right-fixed {
  right: unset!important;
  left: 0!important;
}
.right-fixed .fixed-After-sale .fixed-phone {
  left: unset!important;
  right: 100%!important;
}
.right-fixed-ul > li .bounceInLeft {
  right: unset!important;
  left: 110%;
}
.right-fixed-ul .fixed-form.fixed-form {
  left: 70px;
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
