.qizhe{
    position: relative;
}
.qizhe::after{
  content:"";
  position: absolute;
  padding:0 0 0 30px;
  font-size:16px;
  height: 80px;
  width: 80px;
  z-index: 15;
  top: -8px;
  right: -92px;
  transform: translate(-50%,0);
  background-size:66%;
  background-image:url("../../img/default/qizhe.png");
  background-repeat:no-repeat;
  background-position:left center;
  color:#ff0000;
}