.app-container {
    background-color: #ececec;
    min-width: 1366px;
    width: 100vw;
}

.app-content-c {
    padding-top: 60px;
    margin-left: 50px;
    min-height: 100vh;
    height: 100vh;
}

.app-content {
    padding-top: 60px;
    margin-left: 189px;
    min-height: 100vh;
}

* {
    margin: 0;
    padding: 0;
}

body, button, input, select, textarea {
    font: 12px/1.5 tahoma;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, SimSun, sans-serif
}

.app-header {
    position: fixed;
    z-index: 10;
    width: 100vw;
    min-width: 1336px;
    background: linear-gradient(to right, #1278ff, #00b4aa);
    color: white;
    left: 0;
    height: 60px;
    display: flex;
    top: 0;
    align-items: center;
}

.app-header-logo {
    width: 268px;
    display: flex;
    align-items: center;
    height: 60px;
}

.app-header-logo-img {
    margin-left: 20px;
    width: 208px;
    height: 60px
}

.app-header-menus {
    height: 60px;
    display: flex;
    margin-left: 30px;
    flex: 1;
}

.app-header-menu {
    display: flex;
    align-items: center;
    font-size: 14px;
    /*cursor: pointer;*/
    height: 60px;
    margin-right: 20px;
    flex-direction: column;
}

.app-header-menu-name {
    height: 56px;
    line-height: 56px;
    font-size: 14px;
    color: #D0EAE9;
    margin-left: 10px;
    margin-right: 10px
}

.app-header-menu-n {
    color: #D0EAE9;
}

.app-header-menu-s div {
    font-weight: bold;
    color: #fff;
    font-size: 18px !important;
}

.app-header-menu-line {
    height: 4px;
    width: 100%;
    background-color: white;
}

.app-header-menu-line-n {
    height: 4px;
    width: 100%;
    background-color: transparent;
}


.cs-container {
    background-color: #FBFBFB;
    padding-top: 60px;
    padding-bottom: 30px;
    left: 0;
    top: 0;
    position: fixed;
    height: 100vh;
    z-index: 1;
    font-size: 12px;
    border-right: 1px solid #E1E3E4;
}

.cs-container-n {
    width: 189px;
}

.cs-container-c {
    width: 50px;
}

.cs-nav {
    background-color: #F2F3F4;
    display: flex;
    border-bottom: 1px solid #E1E3E4;
    align-items: center;
    justify-content: center;
    height: 39px;
    cursor: pointer;
}

.cs-nav-t {
    flex: 1;
}

.cs-nav-t-t {
    margin-left: 44px;
    color: #787A7D;
}

.cs-nav-img {
    width: 16px;
    height: 16px;
}

.cs-nav-img-r {
    margin-right: 18px;
}

.cs-menu {
    height: 100%;
}

.cs-menu-scrool {
    overflow-y: auto;
    padding-bottom: 20px;
}

.cs-menu-item {
    display: flex;
    flex: 1;
    align-items: center;
    height: 40px;
    cursor: pointer;
    color: #000000;
}

.cs-menu-item:hover {
    background-color: #f3f4f4;
    color: #000000;
}

.cs-menu-item-c {
    justify-content: center;
    position: relative;
}

.cs-menu-item-c:hover {
    background-color: #f3f4f4;
}

.cs-menu-item-icon {
    width: 16px;
    height: 16px;
}

.cs-menu-item-icon-c {
    margin-left: 20px;
}

.cs-menu-item-icon-s {
    color: #1276e5 !important;
}

.cs-menu-item-icon-s:hover {
    color: #1276e5 !important;
}

.cs-menu-item-text {
    font-size: 12px;
    margin-left: 8px;
    color: #787A7D;
    line-height: 16px;
    flex: 1;
}
.cs-menu-item-has-child{
    background-color: #F4F4F4;
}

.cs-menu-item-text-child {
    font-size: 12px;
    margin-left: 44px;
    flex: 1;
}

.cs-drop {
    position: absolute;
    left: 49px;
    background-color: white;
    z-index: 999;
    width: 150px;
    top: -1px;
    border: 1px solid #ddd;
    display: flex;
    flex-direction: column;
}

.cs-drop-item {
    height: 40px;
    display: flex;
    align-items: center;
    text-indent: 10px;
    color: #787a7d;
}

.cs-drop-item:hover {
    background-color: #f3f4f4;
    color: #323437;
}

.cs-drop-item-s {
    margin-left: -1px;
    padding-left: 1px;
    background-color: #f3f4f4;
}

[v-cloak]{
    opacity: 0;
}
/*
.ant-form-item-label{
     line-height: 25px !important
 }*/
