.slider-icon {
  position: fixed;
  right: 6%;
  bottom: 1%;
  z-index: 99;
}
.slider-icon > div {
  margin-bottom: 5px;
  cursor: pointer;
}
.slider-icon .callNum {
  display: none;
  position: absolute;
  left: -150px;
  top: 15px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #2ba8fa;
  width: 136px;
  height: 47px;
  text-align: center;
  line-height: 47px;
  font-size: 16px;
  color: #2ba8fa;
}
.slider-icon .arrowBorder,
.slider-icon .arrowBg {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  font-size: 0;
}
.slider-icon .arrowBorder {
  top: 14px;
  right: -6px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #2ba8fa;
}
.slider-icon .arrowBg {
  top: 14px;
  right: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #fff;
}
.footer {
  height: 356px;
  background:#2b2f33 url("../../images/footer.png") 0 0 no-repeat;
  padding-top: 48px;
  width: 100%;
}
.footer .content h5 {
  font-size: 18px;
  color: #c2c7cc;
}
.footer .content ul {
  margin: 0;
  padding: 10px 0;
}
.footer .content li {
  padding: 8px 0;
}
.footer .content li a {
  font-size: 14px;
  color: #c2c7cc;
  opacity: 0.65;
  text-decoration: none;
  letter-spacing: normal;
}
.footer .content .QRcode-box {
  margin-top: 30px;
}
.footer .content .col-md-4 {
  padding-left: 40px;
  height: 240px;
}
.footer .content .col-md-4:first-child {
  border-right: 1px solid #34383d;
}
.footer .copy-right {
  margin-top: 25px;
  color: #c2c7cc;
  opacity: 0.65;
  letter-spacing: normal;
  font-size: 12px;
}
.footer-bottom {
  color: #fff;
  text-align: center;
  margin-top: 13%;
}
