/* 着重符css */

.wavy {
  position: relative;
}

.wavy:before {
  content: "·" !important;
  position: absolute !important;
 
  text-align: center !important;
  width: 100% !important;
  bottom: -0.6em!important;
  line-height: 1 !important;
}