.taobao {
    color: #FF5000;
}

@keyframes icon {
    0%, 40%, 80%, 100% {
        transform: scale(1);
    }
    20%, 60% {
        transform: scale(1.15);
    }
}
.icon {
    color: rgb(132, 132, 132);
}