label {
background-color: #fafafa;
border: 1px dashed #cacece;
box-shadow: 0 1px 2px silver;
padding: 9px;
border-radius: 3px;
display: inline-block;
position: relative;
}
.regular-checkbox:checked + label:after {
content: url(images/tupian5_01.png);
font-size: 36px;
position: absolute;
top: 0px;
left: 3px;
color: #5056de;
}
.regular-checkbox {
display: none;
}