@charset "utf-8";
/* CSS Document */

#toTop {
  display: none;
  position: fixed;
  bottom: 72px;
  right: 25px;
  overflow: hidden;
  border: none;
  z-index: 999;
  width: 80px;
  height: 36px;
  border-radius: 25px;
  background: #c50f0f;
  text-align: left;
  opacity: 0.8;
}
#toTop i {
  font-size: 18px;
  line-height: 18px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  margin-top: 8px;
  margin-left: 8px;
 color: #c50f0f;
 display: inline-block;
 background: #fff; 
 text-align: center;  
}
#toTop span {
  color: #fff;
  display: inline-block;
  font-size: 15px;
  padding-left: 4px;
}

