.right-suspended{
  width:112px;
  position: fixed;
  top:30%;
  right:19px;
  background: #F22955;
  color:#FFFFFF;
  text-align: center;
  font-weight:bold;
  line-height: 18px;
}

.right-suspended::before , .right-suspended .go-top::before{
  content: "";
  width: 100%;
  position: absolute;
  top: -12px;
  left: 0;
  z-index: -1;
  box-sizing: border-box;
  border-bottom: 12px solid #D5153F;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}

.right-suspended .dance{
  width: 146px;
  height: 107px;
  position: absolute;
  top:-92px;
  left: -17px;
}

.right-suspended .dance{
  width: 146px;
  height: 107px;
  position: absolute;
  top:-92px;
  left: -17px;
}

.right-suspended .qr-code-block{
  padding: 7px 7px 5px; 
}

.right-suspended .qr-code-block img{
  width: 100%; 
  display: block;
}

.right-suspended .qr-code-block p:first-of-type{
  font-size:12px;
  margin-top: 5px;
}

.right-suspended .qr-code-block p:last-of-type{
  font-size:13px;
}

.right-suspended .qr-code-block p:last-of-type span{
  color:#FFF71B;
}

.right-suspended ul{
  position: relative;
}

.right-suspended ul li{
  line-height:26px;
  border-top: 1px solid #D5153F;
  text-indent: -3px;
  width: 100%;
  background: #F22955;
}

.right-suspended ul li.go-top{
  position: absolute;
  bottom: -87px;
  opacity: 0;
  transition: all .4s linear;
  z-index: -1;
  display: none;
}

.right-suspended ul li.go-top.show{
  bottom: -27px;
  opacity: 1;
  display: list-item;
}

.right-suspended ul li{
  line-height:26px;
  border-top: 1px solid #D5153F;
  text-indent: -3px;
}

.right-suspended ul li a{
  display: block;
  color: #FFFFFF;
  text-decoration: none;
}

.right-suspended ul li a.icon-course::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right:3px;
  background: url('https://y.taofen8.com/8118063c97734c2b8d88d980af7d617b.jpg') no-repeat center / 100%;
  vertical-align: -3px;
}

.right-suspended ul li a.icon-service::before{
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right:3px;
  background: url('https://y.taofen8.com/c81e8e920afd4f2f8c26924d03206f46.jpg') no-repeat center / 100%;
  vertical-align: -3px;
}

.right-suspended ul li a.icon-triangle::before{
  content:"";
  display: inline-block;
  border-bottom: 5px solid #fff;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  vertical-align: 2px;
  margin-right:2px;
}