a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
a:focus{
    text-decoration:none;
}
.header-top{
    height: 30px;
    background: #1c1c1c;
    line-height: 30px;
}
.top-left{
    color: #8b8b8b;
    float: left;
}
.top-right{
    float: right;
}
.login a{
    color: #ffb901;
    display: inline-block;
    padding: 0 5px;
}
.goback a{
    color: #8b8b8b;
    margin-left: 10px;
}
@media all and (min-width:320px) and (max-width:480px){
    .top-left{
        display: none;
    }
    .top-right{
        float: none !important;
    }
    .login{
        float: left;
    }
    .goback{
        float: right;
    }
}