.suspend-window {
  position: fixed;
  right: 5px;
  bottom: 50%;
  transform: translate(0, 50%);
  z-index: 996;
}
@media screen\0 {
  .suspend-window {
    position: fixed;
    right: 28px;
    bottom: 50%;
    transform: translate(0, 50%);
  }
}
.suspend-window .suspend-nav li {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  margin-bottom: 2px;
  position: relative;
  list-style: none;
  border:#ddd solid 1px;
}
.suspend-window .suspend-nav li,
.suspend-window .suspend-nav .up {
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.suspend-window .suspend-nav .qq {
  background: #eeeeee7a  url(/_statics/pc/images/index_new/53kf_icon1.png) no-repeat center center;
}
.suspend-window .suspend-nav .qq:hover {
  background: #4899EB url(/_statics/pc/images/index_new/53kf_icon2.png) no-repeat center center;
}
.suspend-window .suspend-nav .weixin {
  background: #eeeeee7a url(/_statics/pc/images/index_new/erwei1.png) no-repeat center center;
}
.suspend-window .suspend-nav .weixin:hover {
  background: #4899EB url(/_statics/pc/images/index_new/erwei2.png) no-repeat center center;
}
.suspend-window .suspend-nav .telephone {
  background: #eeeeee7a url(/_statics/pc/images/index_new/telephone1.png) no-repeat center center;
}
.suspend-window .suspend-nav .telephone:hover {
  background: #4899EB url(/_statics/pc/images/index_new/telephone2.png) no-repeat center center;
}
.suspend-window .suspend-nav .note {
  background: #eeeeee7a url(/_statics/pc/images/index_new/note1.png) no-repeat center center;
}
.suspend-window .suspend-nav .note:hover {
  background: #4899EB url(/_statics/pc/images/index_new/note2.png) no-repeat center center;
}
.suspend-window .suspend-nav .up {
  display: none;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  margin-bottom: 2px;
  background: #eeeeee7a url(/_statics/pc/images/index_new/top1.png) no-repeat center center;
}
.suspend-window .suspend-nav .up:hover {
  background: #4899EB url(/_statics/pc/images/index_new/top2.png) no-repeat center center;
}
.suspend-window .qq-area,
.suspend-window .weixin-area,
.suspend-window .hot-line,
.suspend-window .to-advice {
  background: #fff;
  padding: 20px 15px;
  border-radius: 10px;
  margin-bottom: 12px;
  text-align: center;
  display: none;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(3, 3, 3, 0.1);
  box-shadow: 2px 2px 5px 0px rgba(3, 3, 3, 0.1);
  position: absolute;
  font-size: 13px;
  z-index: 999;
}
.suspend-window .qq-area {
  left: -160px;
  top: 0;
}
.qq-area .kf-content {
  width: 120px;
  height: 110px;
  background: url(/_statics/pc/images/index_new/53kf_icon3.png) no-repeat;
  line-height: 180px;
  color: #fff;
  cursor: pointer;
}
.suspend-window .qq-area a {
  display: block;
  width: 149px;
  height: 54px;
  margin: 0 auto;
  background: url(/_statics/pc/images/index_new/qq_link.png) no-repeat;
  background-size: 149px auto;
}
.suspend-window .qq:hover .qq-area {
  display: block;
}
.suspend-window .weixin-area {
  position: absolute;
  left: -180px;
  top: 0;
  font-size: 13px;
}
.suspend-window .weixin:hover .weixin-area {
  display: block;
}
.suspend-window .hot-line {
  left: -169px;
  top: 0;
  text-align: left;
}
.suspend-window .hot-line h4 {
  margin: 0;
  line-height: 18px;
  font-size: 14px;
  font-weight: bold;
}
.suspend-window .hot-line .phone-number {
  font-size: 20px;
  color: #F60101;
  font-weight: bold;
}
.suspend-window .hot-line .phone-number:last-child {
  margin: 0;
}
.suspend-window .telephone:hover .hot-line {
  display: block;
}
.suspend-window .telephone .hot-line p {
  margin: 0;
  padding: 10px 0;
}
.suspend-window .to-advice {
  left: -133px;
  top: 0;
}
.suspend-window .to-advice a {
  color: #4899EB;
}
.suspend-window .note:hover .to-advice {
  display: block;
}
