.icon-succes .i,
.icon-error .i,
.icon-box .i,
.icon-box img {
    width: 60px;
    height: 60px;
    background-position: center;
    background-size: cover;
    margin:auto;
}
.icon-succes .i{
}
@keyframes sc {
    0% {
        background-image: url(https://cdn.teyes.cn/cc4/gw/success/065.png);
    }
    3% {
        background-image: url(https://cdn.teyes.cn/cc4/gw/success/066.png);
    }
    100% {
        background-image: url(https://cdn.teyes.cn/cc4/gw/success/099.png);
    }
}