.history-nav{
    display: flex;
    flex-direction: row;
    width: 1200px;
    margin: 20px auto;
    color: #949494;
    font-size: 12px;
}

.history-nav a{
    color: #949494;
}




.living-header{
    width: 100%;
    border-radius: 8px 8px 0 0;
    background-color: #31363C;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px 15px;
    margin-top: 10px;
}

.living-header img{
    width: 16px;
}

.living-header p{
    line-height: 26px;
    font-size: 12px;
    color: #FF1B25;
    font-weight: 600;
}