.top {
    height: 36px;
    color: #737372;
    margin: 30px 0;
}

.top>div:last-child {
    height: 100%;
    width: 100px;
    background: #eb2830;
    color: white;
}

.bottom {
    margin-top: 20px;
    padding: 0 30px;
}

.bottom>div:first-child {
    width: 28px;
    font-size: 18px;
    font-weight: 600;
    margin-right: 40px;
}

.bottom>div:last-child>a {
    font-size: 14px;
    color: #666;
    margin-right: 20px;
}

.menu {
    margin-top: 30px;
    border-top: 2px solid #eb2830;
    padding-top: 15px;
}

.menu>a {
    padding: 0 15px;
    border-right: 1px solid #666;
    color: #666;
    font-size: 12px;
}

.menu>a:last-child {
    border-right: none;
}