.hide{
    display: none;
}

.hidden:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}

.hidden > * {
    float: left;
}

.translate {
    color: #f3f3f3;
}

.translate.login{
    margin-right: 34px;
    margin-top: 23px;
    line-height: 40px;
    position: absolute;
    right: 0;
}

.translate.shop {
    color: black;
}

.translate.has_login{
    top: 11px;
    line-height: 32px;
}

.translate.shop_has_login{
    margin-top: 16px;
    line-height: 32px;
}

.translate > li {
    margin-right: 32px;
    cursor: pointer;
    border-bottom: 2px solid transparent;
}

.translate.login .on {
    border-bottom-color: #4685fd;
}

.translate.has_login .on ,.translate.shop_has_login .on{
    border-bottom-color: #989a9f;
}