input {
appearance: none;
-webkit-appearance: none;
width: 14px;
height: 14px;
vertical-align: middle;
background: url("../assets/images/3/not-select.png") no-repeat;
background-size: cover;
&:checked {
background: url("../assets/images/3/select.png") no-repeat;
background-size: cover;
}
}