<span class="dli-box-out"><span></span></span>
.dli-box-out {
display: inline-block;
vertical-align: middle;
color: #333;
line-height: 1;
position: relative;
width: 1.15em;
height: 1.15em;
}
.dli-box-out::before {
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 0.46em;
border: 0.1em solid currentColor;
border-top: 0;
border-radius: 0 0 0.15em 0.15em;
box-sizing: border-box;
}
.dli-box-out > span {
position: relative;
width: 0.1em;
height: 0.625em;
background: currentColor;
position: absolute;
left: 0;
right: 0;
bottom: 0.353em;
margin: auto;
}
.dli-box-out > span::before {
content: '';
width: 0.40625em;
height: 0.40625em;
border: 0.1em solid currentColor;
border-left: 0;
border-bottom: 0;
transform: rotate(-45deg);
transform-origin: top right;
position: absolute;
top: -0.05em;
right: 50%;
box-sizing: border-box;
}