.cat-vue-header {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 64px;
    width: 100%;
    background: #fff;
    z-index: 2;
}

.cat-vue-header .logo {
    display: inline-block;
    line-height: 64px;
    width: 240px;
    font-size: 24px;
    font-weight: bold;
}

.cat-vue-hor-nav-ul {
    float: right;
}

.cat-vue-hor-nav-ul-li-span {
    line-height: 64px;
}

.cat-vue-body {
    width: 90%;
    margin: auto;
    margin-top: 72px;
}

.h1,
.h4 {
    text-align: center;
    margin: 0px;
}

.h1 {
    font-size: 32px;
    margin-bottom: 8px;
}

.h4 {
    font-size: 20px;
    font-weight: 600;
    color: #a19f9f;

}

#cat-vue-basecomponent-left-nav {
    width: 240px;
    position: fixed;
    top: 0;
    bottom: 0;
    margin-top: 80px;
}

.cat-vue-basecomponent-body {
    margin-left: 260px;
}

.cat-vue-basecomponent-body iframe {
    outline: none;
    border: none;
    width: 100%;
}

::-webkit-scrollbar {
    width: 4px;
    height: 10px;
    background-color: #F5F5F5;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    background-color: #ffffff;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .2);
    background-color: #F5F5F5;
}

.cat-vue-hor-nav-li {
    float: left;
}
.separator{
    margin: 12px 0px;
    width: 100%;
    height: 1px;
    background: #eee;
    display: block;
}