#cc-main-view-header {
    position: fixed;
    width: 100%;
    height: 60px;
    left: 0;
    top: 0;
    border-bottom: 1px solid #e6e6e6;
    background: #fff;
    z-index: 1000;
}



#cc-main-view-header {
.logo {
    display: block;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    height: 22px;
}


















