console
<svg class="huamao" viewBox="0 0 100 100">
<rect width="45" height="10" x="16" y="4" rx="3" ry="2" fill="none" stroke="deeppink" stroke-width="4"/>
<path d="M25 15 V70 M40 15 V70"stroke="deeppink" stroke-width="4"/>
<rect width="55" height="10" x="13" y="70" rx="3" ry="2" fill="none" stroke="deeppink" stroke-width="4"/>
<path d="M55 16 L55 45"fill="none" stroke="#ffcc33" stroke-width="4"/>
<circle r=4 cx="55" cy="45" fill="white"stroke="#ffcc33" stroke-width="3"/>
<path d="M27 35 H38 M27 58 H38"fill="none" stroke="#ffcc33" stroke-width="4"/>
<path d="M32 25 H38 M32 45 H38"fill="none" stroke="#ffcc33" stroke-width="4"/>
<circle r=2 cx="32" cy="25" fill="#ffcc33" />
<circle r=2 cx="32" cy="45" fill="#ffcc33" /> -->
</svg>
.huamao{
width: 1000px;
height:600px;
background-color: lightgoldenrodyellow
}