.st-container input:checked + a:after{
content: " ";
width: 0;
height: 0;
overflow: hidden;
border: 20px solid transparent;
border-bottom: #821134;
position: absolute;
bottom: 100%;
left: 50%;
margin-left:-20px;
}
正确:border-bottom-color: #821134;