.help-config {
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 70px;
}
.help-config-box {
  position: relative;
  transition-duration: 0.8s;
  z-index: 2000;
}
.spin-icon {
  background: #a0a2a2 none repeat scroll 0 0;
  border-radius: 20px 0 0 20px;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 16px;
  left: 0;
  padding: 7px 10px 7px 13px;
  top: 0;
  width: 40px;
}