body {
  background: #fff;
}
.guide .use-section {
  width: 838px;
  margin: 0 auto 90px;
}
.guide .banner {
  width: 100%;
  margin-bottom: 60px;
}
.guide .banner img {
  width: 100%;
}
.guide .guide-fixed {
  z-index: 99;
  position: fixed;
  bottom: 140px;
  left: 80px;
  width: 109px;
  height: 205px;
  background: url('/fe/www/img/guide/fixed.png') no-repeat;
}
.guide .guide-fixed a {
  display: block;
  width: 100%;
  height: 45px;
  margin-bottom: 12px;
}
.guide .guide-fixed a:last-child {
  margin-bottom: 0;
}
