body #shared-sidebar {
    width: 224px;
}
body.without-second-sidebar #shared-sidebar {
    width: 92px;
}
#shared-sidebar {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 92px;
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,Arial,PingFang SC,Hiragino Sans GB,Microsoft Yahei,STHeiti,SimSun,sans-serif;
    z-index: 11;
}
#shared-first-sidebar {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 92px;
    background-color: #444;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    overflow: hidden;
    z-index: 2;
}
#shared-first-sidebar-nav {
    margin-top: 56px;
    padding-right: 20px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    flex: 1 1 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}
#shared-first-sidebar-nav li {
    width: 92px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}
#shared-team-logo {
    position: fixed;
    top: 0;
    bottom: 0;
    height: 56px;
    width: 92px;
    word-break: break-word;
    background: #444;
    z-index: 1002;
}
#shared-team-logo .shared-team-logo-wrap {
    display: block;
    margin: 0 16px;
    height: 56px;
    overflow: hidden;
}
#shared-team-logo .team-logo {
    margin: 12px auto 0;
    width: 32px;
    height: 32px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-size: cover;
    background-position: 50% 50%;
    background-color: #fff;
    border: 1px solid #fff;
}
#shared-team-logo .team-logo, .shared-team-info {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


#shared-first-sidebar-nav li {
    width: 92px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}

#shared-first-sidebar-nav li.active {
    background: #fff;
}

#shared-first-sidebar-nav li.hover {
    background: #666;
}

#shared-first-sidebar-nav li.active a {
    color: #333;
}
#shared-first-sidebar-nav li a {
    color: #c8c9cc;
    display: block;
    padding-left: 18px;
}
#shared-first-sidebar-nav li.active a {
    color: #333;
}

#shared-first-sidebar-nav li .sidebar-icon {
    background: url(../img/sidebar-icon-20190428.png) no-repeat;
}
#shared-first-sidebar-nav li .sidebar-icon, #shared-first-sidebar-nav li .sidebar-icon-svg {
    position: relative;
    top: -1px;
    display: inline-block;
    margin-right: 4px;
    width: 18px;
    height: 18px;
    vertical-align: middle;
}
#shared-first-sidebar-nav li .sidebar-icon-dashboard {
    background-position: 0 0;
}
@media not all, only screen and (-webkit-min-device-pixel-ratio: 1.5), not all, not all{
    #shared-first-sidebar-nav li .sidebar-icon {
        background-image: url(../img/sidebar-icon-20190428@2x.png);
        background-size: 72px 324px;
    }
}

#shared-first-sidebar-nav li .sidebar-icon-shop {
    background-position: 0 -18px;
}

#shared-first-sidebar-nav li .sidebar-icon-goods {
    background-position: 0 -36px;
}
#shared-first-sidebar-nav li .sidebar-icon-order {
    background-position: 0 -54px;
}
#shared-first-sidebar-nav li .sidebar-icon-fans {
    background-position: 0 -72px;
}
#shared-first-sidebar-nav li .sidebar-icon-stat {
    background-position: 0 -90px;
}
#shared-first-sidebar-nav li .sidebar-icon-asset {
    background-position: 0 -108px;
}
#shared-first-sidebar-nav li .sidebar-icon-app {
    background-position: 0 -126px;
}
#shared-first-sidebar-nav li .sidebar-icon-setting {
    background-position: 0 -144px;
}
#shared-first-sidebar-nav li.active .sidebar-icon-dashboard {
    background-position: -18px 0;
}
#shared-first-sidebar-nav li.active .sidebar-icon-shop {
    background-position: -18px -18px;
}
#shared-first-sidebar-nav li.active .sidebar-icon-goods {
    background-position: -18px -36px;
}
#shared-first-sidebar-nav li.active .sidebar-icon-order {
    background-position: -18px -54px;
}
#shared-first-sidebar-nav li.active .sidebar-icon-fans {
    background-position: -18px -72px;
}
#shared-first-sidebar-nav li.active .sidebar-icon-stat {
    background-position: -18px -90px;
}
#shared-first-sidebar-nav li.active .sidebar-icon-asset {
    background-position: -18px -108px;
}
#shared-first-sidebar-nav li.active .sidebar-icon-setting {
    background-position: -18px -144px;
}

/*二级导航*/
.shared-second-sidebar {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    width: 132px;
    height: 100%;
    margin-left: 92px;
    padding-bottom: 40px;
    background-color: #fff;
    border-right: 1px solid #ebedf0;
    z-index: 1;
    position: relative;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,Arial,PingFang SC,Hiragino Sans GB,Microsoft Yahei,STHeiti,SimSun,sans-serif;
}
body .shared-second-sidebar {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
}
.shared-second-sidebar .second-sidebar-title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 56px;
    -moz-box-flex: 0;
    flex: 0 0 56px;
    padding-left: 28px;
    width: 100%;
    height: 56px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #ebedf0;
    font-size: 14px;
    color: #323233;
    line-height: 56px;
    font-weight: 500;
}
.shared-second-sidebar #shared-second-sidebar-nav, .shared-second-sidebar .shared-second-sidebar-nav {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding-right: 20px;
    padding-left: 12px;
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}
/*.second-group-nav[data-pc-shared], .second-group-nav[data-pc-shared] .second-group-title[data-pc-shared] .dashboard-arrow-icon[data-pc-shared] {*/
    /*-webkit-transition: all .2s ease;*/
    /*-moz-transition: all .2s ease;*/
    /*transition: all .2s ease;*/
/*}*/
.shared-second-sidebar #shared-second-sidebar-nav .second-group-title, .shared-second-sidebar #shared-second-sidebar-nav li, .shared-second-sidebar .shared-second-sidebar-nav .second-group-title, .shared-second-sidebar .shared-second-sidebar-nav li {
    position: relative;
    width: 108px;
    min-height: 30px;
    line-height: 30px;
    padding: 5px 0;
    color: #323233;
    cursor: pointer;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
}
.shared-second-sidebar #shared-second-sidebar-nav .second-group-nav, .shared-second-sidebar .shared-second-sidebar-nav .second-group-nav {
    padding: 0;
}
.shared-second-sidebar #shared-second-sidebar-nav .second-group-nav .second-group-title, .shared-second-sidebar .shared-second-sidebar-nav .second-group-nav .second-group-title {
    position: relative;
    cursor: pointer;
    padding-left: 16px;
}
.shared-second-sidebar #shared-second-sidebar-nav .second-group-title, .shared-second-sidebar #shared-second-sidebar-nav li, .shared-second-sidebar .shared-second-sidebar-nav .second-group-title, .shared-second-sidebar .shared-second-sidebar-nav li {
    position: relative;
    width: 108px;
    min-height: 30px;
    line-height: 30px;
    padding: 5px 0;
    color: #323233;
    cursor: pointer;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
}
.second-group-nav[data-pc-shared].collapsed[data-pc-shared] {
    max-height: 40px;
    overflow: hidden;
}
.shared-second-sidebar #shared-second-sidebar-nav .second-group-title a, .shared-second-sidebar #shared-second-sidebar-nav li a, .shared-second-sidebar .shared-second-sidebar-nav .second-group-title a, .shared-second-sidebar .shared-second-sidebar-nav li a {
    position: relative;
    display: block;
    color: #323233;
    text-align: left;
    padding-left: 16px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 14px;
}
.shared-second-sidebar #shared-second-sidebar-nav .second-group-nav a, .shared-second-sidebar .shared-second-sidebar-nav .second-group-nav a {
    text-align: left;
    padding-left: 24px;
}

.shared-second-sidebar #shared-second-sidebar-nav .second-group-title.active a, .shared-second-sidebar #shared-second-sidebar-nav li.active a, .shared-second-sidebar .shared-second-sidebar-nav .second-group-title.active a, .shared-second-sidebar .shared-second-sidebar-nav li.active a {
    color: #323233;
    background-color: #ebedf0;
}
.shared-second-sidebar #shared-second-sidebar-nav li:not(.second-group-nav):hover a, .shared-second-sidebar .shared-second-sidebar-nav li:not(.second-group-nav):hover a {
    color: #3773da;
}
.shared-second-sidebar #shared-second-sidebar-nav .dashboard-arrow-icon, .shared-second-sidebar .shared-second-sidebar-nav .dashboard-arrow-icon {
    display: inline-block;
    width: 4px;
    height: 4px;
    border: solid #878787;
    border-width: 1px 1px 0 0;
    -webkit-transform: scale(1.25) rotate(45deg);
    -moz-transform: scale(1.25) rotate(45deg);
    transform: scale(1.25) rotate(45deg);
    background: none;
}
.shared-second-sidebar #shared-second-sidebar-nav .second-group-nav .dashboard-arrow-icon, .shared-second-sidebar .shared-second-sidebar-nav .second-group-nav .dashboard-arrow-icon {
    position: absolute;
    top: 16px;
    left: -8px;
    margin-left: 12px;
    margin-right: 12px;
    -webkit-transform: scale(1.25) rotate(135deg);
    -moz-transform: scale(1.25) rotate(135deg);
    transform: scale(1.25) rotate(135deg);
}
.second-group-nav[data-pc-shared], .second-group-nav[data-pc-shared] .second-group-title[data-pc-shared] .dashboard-arrow-icon[data-pc-shared] {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.second-group-nav[data-pc-shared].collapsed[data-pc-shared] .second-group-title[data-pc-shared] .dashboard-arrow-icon[data-pc-shared] {
    top: 18px;
    left: -10px;
    -webkit-transform: scale(1.25) rotate(45deg);
    -moz-transform: scale(1.25) rotate(45deg);
    transform: scale(1.25) rotate(45deg);
}
.shared-second-sidebar #shared-second-sidebar-nav .has-more-indicator, .shared-second-sidebar .shared-second-sidebar-nav .has-more-indicator {
    display: none;
}
.shared-second-sidebar #shared-second-sidebar-nav .has-more-indicator.visible, .shared-second-sidebar .shared-second-sidebar-nav .has-more-indicator.visible {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    cursor: pointer;
}

.shared-second-sidebar #shared-second-sidebar-nav .has-more-indicator.visible:after, .shared-second-sidebar .shared-second-sidebar-nav .has-more-indicator.visible:after {
    content: " ";
    position: relative;
    top: -2px;
    width: 8.485px;
    height: 8.485px;
    border: solid #878787;
    border-width: 1px 1px 0 0;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
}
.hover-second-slide{
    position: fixed;
    left: 92px;
    top: 0;
    z-index: 12;
    height: 100%;
    width: 132px;
    background-color: transparent;
    display: none;
}
.hover-second-slide .shared-second-sidebar{
    margin-left:0;
}
#shared-first-sidebar-nav li a{
    display: flex;
    align-items: center;
}
.first-sidebar-nav-item-icon{
    font-size: 22px;
    margin-right: 2px;
}
