.spear-I{
position: absolute;
  width: 60px;
  aspect-ratio: 1;
  /* background: #000000; */
    /* clip-path: polygon(50% 0%, 69% 93%, 50% 100%, 30% 93%); */
    /* clip-path: polygon(50% 0%, 50% 93%, 50% 100%, 50% 100%, 40% 93%); */
    clip-path: polygon(
  50% 0%,   /* 顶点 */
  60% 92%,  /* 右侧 */
  55% 100%, /* 右下 */
  45% 100%, /* 左下 */
  40% 92%   /* 左侧 */
);
}
.spear-body-I{
position: absolute;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
}
.spear-body-II{
position: absolute;
  width: 2px;
  height:2px;
  transform: rotate(45deg);
}
.spear-body-line-I{
position: absolute;
  width: 1px;
  height:150px;
}

.face{
position: absolute;
  width: 60px;
  aspect-ratio: 1;
    clip-path: polygon(77% 23%, 72% 47%, 75% 76%, 63% 74%, 57% 96%, 23% 72%, 39% 80%, 18% 39%, 35% 45%);
}