.fx {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: right;}

.fx span {
    display: inline-block;
    font-size: 16px;
    line-height: 32px;
    color: #999999;
    margin: 0 15px;}

.fx span a {
    color: #999999;}

@media (max-width: 480px) {
.fx span {
    margin: 0 10px;}
}
