html,
body,
ul,
p,
dd,
dl,
ul,
li {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
.right-float-bar {
  background-color: #fff;
  position: fixed;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 344px;z-index:1000;
}
.right-float-bar li {
  padding: 5px;
  width: 58px;
  height: 58px;
  text-align: center;
  border: 1px solid #ccc;
  border-bottom: none;
}
.right-float-bar li span {
  display: inline-block;
  width: 36px;
  height: 36px;
}
.right-float-bar li span img {
  width: 100%;
  height: 100%;
}
.right-float-bar li p {
  color: #999;
  font-size: 13px;
}
.right-float-bar li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.right-float-bar > li:last-child {
  border-bottom: 1px solid #ccc;
}
/**
         * spacial design
     */
.right-float-bar > li:nth-of-type(1) {
  background-color: #ea3300;
}
.right-float-bar > li:nth-of-type(1) p {
  color: #fff !important;
}
.right-float-bar > li:nth-of-type(4) {
  background-color: #ea3300;
}
.right-float-bar > li:nth-of-type(4) p {
  color: #fff !important;
}
/*# sourceMappingURL=rightbar.css.map */
