@charset "utf-8";
/* CSS Document */

.c-fixed--footer {
  position: fixed;
  bottom: 0;
  top: 30%;
  right: 0%;
  //right: 0;
  //left: 0;
  //width: 100%;
  //z-index: 90;
  //float:right;
}

.c-quicktool .gotop {
  display: block;
  border: 0;
  padding: 8px;
  width: 100%;
  background: #FFF;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.33);
  margin-bottom: 10px;
}