﻿@charset "UTF-8";

/*左侧4合1：头像、在线状态、人名、在线人数（大尺寸）*/
.account4in1 {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.accountWrapper {
    margin: 25px 15px;
    height: 65px;
    overflow: hidden;
}

.account4in1:after {
    content: "";
    display: block;
    left: 10px;
    right: 10px;
    height: 1px;
    position: absolute;
    bottom: 0;
    opacity: 0.1;
    filter: alpha(opacity=10);
}

.headLeft {
    width: 45px;
    height: 45px;
    margin-top: 10px;
    float: left;
    position: relative;
}

    .headLeft .largeHead {
        width: 100%;
        height: 100%;
    }

        .headLeft .largeHead img {
            max-width: 100%;
            max-height: 100%;
            border-radius: 50%;
        }

    .headLeft .onlineStatus {
        width: 16px;
        height: 16px;
        line-height: 16px;
        text-align: center;
        position: absolute;
        bottom: 0;
        right: 0;
        border-radius: 50%;
    }

        .headLeft .onlineStatus i {
            font-size: 16px;
        }

.headRight {
    width: 85px;
    height: 65px;
    float: right;
    overflow: hidden;
}

    .headRight .accountNameArea {
        margin: 3px 0;
    }

        .headRight .accountNameArea p {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

    .headRight .accountName {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .headRight .onlineNum {
        font-size: 14px;
    }




/*-- 门户、空间图标 --*/
.space_ico {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-left: 30px;
    font-size: 20px;
}

    .space_ico img {
        width: 20px;
        height: 20px;
    }


/*--菜单的动画效果--*/
@keyframes nav-upbit {
    from {
        transform: translate3d(0,50px,0);
        opacity: 0.1;
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1;
    }
}

@keyframes nav-downbit {
    from {
        transform: translate3d(0,-50px,0);
        opacity: 0.1;
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1;
    }
}

@keyframes nav-leftbit {
    from {
        transform: translate3d(-50px,0,0);
        opacity: 0.1;
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1;
    }
}

@keyframes nav-rightbit {
    from {
        transform: translate3d(50px,0,0);
        opacity: 0.1;
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1;
    }
}

/*动态创建的子菜单*/
.activeSubNav {
    position: absolute;
    width: 190px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fff;
    display: none;
    z-index: 55;
}

.activeSubNavInner .lev3Title {
    text-indent: 20px;
}

    .activeSubNavInner .lev3Title span {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

/*我的快捷和菜单共有的样式*/
ul.leftNavContainer li {
    position: relative;
    clear: both;
}

ul.leftNavContainer .lev1Li:hover .lev1Title, ul.leftNavContainer .lev1Li.current .lev1Title {
    background-image: url("../../images/opacity/black10.png");
}

ul.leftNavContainer li:hover .lev1Title::before, ul.leftNavContainer li.current .lev1Title::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 4px;
    content: " ";
    display: block;
}

.leftNavContainer .lev1Li:hover .lev2, .leftNavContainer .lev2Li:hover .lev3, .leftNavContainer .lev3Li:hover .lev4 {
    /*display: block;*/
}

ul.leftNavContainer .navTitleName {
    font-size: 14px;
    cursor: pointer;
}

ul.leftNavContainer .lev2Title {
    position: relative;
}

    ul.leftNavContainer .lev2Title .arrow {
        position: absolute;
        right: 0;
        top: 0;
        width: 15px;
        bottom: 0;
        text-align: left;
        overflow: hidden;
    }

        ul.leftNavContainer .lev2Title .arrow i {
            width: 15px;
            font-size: 10px;
        }

ul.leftNavContainer .lev2 {
    position: absolute;
    top: -1px;
    font-size: 15px;
    display: none;
}

    ul.leftNavContainer .lev2 ul.lev2Ul li {
        cursor: pointer;
    }

        ul.leftNavContainer .lev2 ul.lev2Ul li:hover {
            background-image: url("../../images/opacity/white10.png");
            background-repeat: repeat;
        }

.needScroll {
    overflow-y: hidden;
}

ul.leftNavContainer .lev2.needScroll ul.lev2Ul, ul.leftNavContainer .lev3.needScroll ul.lev3Ul {
    position: absolute;
    width: 100%;
    top: 20px;
    bottom: 20px;
}

ul.leftNavContainer .lev3, ul.leftNavContainer .lev4 {
    position: absolute;
    top: -1px;
    font-size: 14px;
    display: none;
}


    ul.leftNavContainer .lev3 ul.lev3Ul li:hover {
        background-image: url("../../images/opacity/white10.png");
        background-repeat: repeat;
    }

ul.leftNavContainer .navIcon {
    width: 20px;
    height: 100%;
    margin-left: 20px;
    display: block;
    float: left;
}

    ul.leftNavContainer .navIcon img {
        width: 20px;
        height: 20px;
        position: relative;
        top: 2px;
    }

ul.leftNavContainer i.vportal {
    font-size: 20px;
    position: relative;
    vertical-align: middle;
    height: 20px;
    width: 20px
}

ul.leftNavContainer .navText {
    display: block;
    float: left;
}

.collapse .lev1Title .navIcon {
    margin-left: 0;
}

.collapse .lev1Title .navText {
    display: none;
}

ul.leftNavContainer .lev1Title .navText, ul.leftNavContainer .lev2Title .navText {
    margin-left: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

ul.leftNavContainer .lev1Title .navText {
    width: 115px;
}

ul.leftNavContainer .lev2Title .navText {
    width: 125px;
}

ul.leftNavContainer .lev3Title,
ul.leftNavContainer .lev4Title,
ul.leftNavContainer .lev5Title {
    text-indent: 20px;
}

    ul.leftNavContainer .lev3Title .navText,
    ul.leftNavContainer .lev4Title .navText,
    ul.leftNavContainer .lev5Title .navText {
        width: 170px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

ul.leftNavContainer .navScrollUp,
ul.leftNavContainer .navScrollDown {
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    position: absolute;
    display: none;
    text-align: center;
    background-color: #e2e2e2;
    cursor: pointer;
    z-index: 4;
}

    ul.leftNavContainer .navScrollUp i.vportal,
    ul.leftNavContainer .navScrollDown i.vportal {
        margin-left: 0;
        color: #333;
    }

ul.leftNavContainer .navScrollUp {
    top: 0;
    left: 0;
}

ul.leftNavContainer .navScrollDown {
    bottom: 0;
    left: 0;
}

/*翻页*/
.leftMenuNav .pageArea, .leftNav .pageArea {
    height: 20px;
    line-height: 20px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    overflow: hidden;
}

    .leftMenuNav .pageArea li, .leftNav .pageArea li {
        width: 50%;
        float: left;
        text-align: center;
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

        .leftMenuNav .pageArea li:hover, .leftNav .pageArea li:hover {
            opacity: 1;
            filter: alpha(opacity=100);
        }

        .leftMenuNav .pageArea li i, .leftNav .pageArea li i {
            cursor: pointer;
            font-size: 16px;
        }

        .leftMenuNav .pageArea li.disabled, .leftNav .pageArea li.disabled {
            cursor: not-allowed;
        }

            .leftMenuNav .pageArea li.disabled i, .leftNav .pageArea li.disabled i {
                opacity: 0.2;
            }

/*顶部的菜单和导航*/
.menuNavArea {
    width: 100%;
    height: 48px;
    z-index: 53;
}

/*空间导航（在顶部中间）：topCenterNav和miniNav*/
.topCenterNav {
    margin-right: 5px;
    padding-right: 10px;
    position: relative;
    float: right;
}

    .topCenterNav:after {
        content: "";
        position: absolute;
        top: 15px;
        right: 0;
        bottom: 15px;
        width: 1px;
        display: block;
        opacity: 0.3;
    }

.noRightTopCenterNav.topCenterNav {
    margin-right: 10px;
}

    .noRightTopCenterNav.topCenterNav:after {
        display: none;
    }

.topCenterNav {
    padding-right: 10px;
    position: relative;
    float: right;
}

    .topCenterNav .showedSpaceNav {
        height: inherit;
        line-height: inherit;
    }

        .topCenterNav .showedSpaceNav li {
            height: inherit;
            line-height: inherit;
            transform: translateY(5px);
            -webkit-transform: translateY(5px);
            -moz-transform: translateY(5px);
            -o-transform: translateY(5px);
        }

.isDesigner .topCenterNav .showedSpaceNav li {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
}

.topCenterNav .moreSpaceNav {
    height: inherit;
}

    .topCenterNav .moreSpaceNav .moreSpaceNavArrow {
        height: inherit;
        line-height: inherit;
    }

.showedSpaceNav {
    float: left;
    height: inherit;
}

    .showedSpaceNav:after {
        content: " ";
        display: block;
        height: 0;
        visibility: hidden;
        clear: both;
    }

    .showedSpaceNav li {
        opacity: 0.7;
        height: inherit;
        float: left;
        font-size: 14px;
        text-align: center;
        position: relative;
        cursor: pointer;
        margin: 0 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .showedSpaceNav li.current {
            opacity: 1;
        }

            .showedSpaceNav li.current:after {
                content: "";
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
                height: 3px;
                display: block;
                transform: translateY(-5px);
                -webkit-transform: translateY(-5px);
                -moz-transform: translateY(-5px);
                -o-transform: translateY(-5px);
            }

.isDesigner .showedSpaceNav li.current:after {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
}

.moreSpaceNav {
    position: relative;
    width: 20px;
    float: left;
    z-index: 56;
}

.moreSpaceNavArrow {
    width: 100%;
    text-align: center;
    cursor: pointer;
    transform: translateY(5px);
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -o-transform: translateY(5px);
}

    .moreSpaceNavArrow i {
        font-size: 14px;
    }

.moreSpaceNavList {
    width: 350px;
    position: absolute;
    right: -150px;
    padding: 10px 0;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 4px;
    border-left-width: 1px;
    display: none;
}

    .moreSpaceNavList ul {
        width: 100%;
        min-height: 175px;
        max-height: 350px;
        overflow-x: hidden;
        overflow-y: auto;
    }

        .moreSpaceNavList ul li {
            width: 165px;
            float: left;
            height: 42px;
            line-height: 41px;
            text-indent: 22px;
            font-size: 14px;
            cursor: pointer;
        }

    .moreSpaceNavList .navIcon {
        width: 20px;
        height: 20px;
        margin: 11px 5px 0;
        float: left;
        vertical-align: top;
        text-align: center;
        font-size: 20px;
        line-height: 20px;
    }

        .moreSpaceNavList .navIcon i {
            vertical-align: top;
        }

        .moreSpaceNavList .navIcon img {
            width: 20px;
            height: 20px;
        }

    .moreSpaceNavList .navName {
        width: 130px;
        float: left;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .moreSpaceNavList .square {
        position: absolute;
        content: "";
        top: -6px;
        left: 50%;
        margin-left: 10px;
        width: 10px;
        height: 10px;
        display: block;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
    }



/*logo和单位名称区（中等尺寸）*/
.wideLogo, .mediumLogo {
    max-width: 600px;
    overflow: hidden;
    cursor: pointer;
}

.isDesigner .wideLogo, .isDesigner .mediumLogo {
    width: 400px;
    max-width: 400px;
    min-height: 40px;
}

.wideLogo .logo, .mediumLogo .logo {
    float: left;
    margin-right: 10px;
}

    .wideLogo .logo img, .mediumLogo .logo img {
        vertical-align: middle;
        position: relative;
        top: -1px;
    }

.wideLogo .companyNames, .mediumLogo .companyNames {
    float: left;
    overflow: hidden;
}

.companyNames {
    line-height: 17px;
}

.cnName {
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
}

.enName {
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    opacity: 0.6;
}

.groupName {
    margin-right: 10px;
}


/* 兼职单位 */
.concurrentAccount {
    z-index: 55;
    text-align: center;
}

    .concurrentAccount .concurrentArrow {
        width: 100%;
        height: 100%;
        cursor: pointer;
    }

        .concurrentAccount .concurrentArrow i {
            font-size: 12px;
            font-weight: normal;
        }

    .concurrentAccount ul {
        padding: 5px 0;
        border: solid 1px #ddd;
        border-radius: 4px;
        background-color: #fff;
        box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
        display: none;
        top: 55%;
        left: 0;
        min-width: 50px;
        max-width: 200px;
    }

        .concurrentAccount ul li {
            padding: 0 20px;
            min-height: 30px;
            line-height: 30px;
            color: #666;
            text-align: left;
            cursor: pointer;
            word-break: break-all;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }


/*系统操作按钮区*/
.topRightsystemOperation {
    width: auto;
    margin-right: 10px;
    float: right;
}

    .topRightsystemOperation .topIco li {
        min-width: 34px;
        float: left;
        text-align: center;
        position: relative;
        height: inherit;
        line-height: inherit;
    }

        .topRightsystemOperation .topIco li em {
            content: "";
            position: absolute;
            height: 16px;
            width: 1px;
            top: 7px;
            right: 0;
            display: block;
        }

        .topRightsystemOperation .topIco li i {
            font-size: 20px;
            line-height: 20px;
            vertical-align: middle;
            height: 20px;
            width: 20px;
            cursor: pointer;
        }

    .topRightsystemOperation .personContainer {
        display: none;
        right: -8px;
        padding-top: 15px;
        min-width: 100px;
        height: auto;
        position: absolute;
        z-index: 1000;
        font-size: 12px;
    }

        .topRightsystemOperation .personContainer::before {
            position: absolute;
            top: 9px;
            content: "";
            right: 18px;
            width: 10px;
            height: 10px;
            display: block;
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
        }

    .topRightsystemOperation .topIco {
        height: inherit;
        line-height: inherit;
    }

        .topRightsystemOperation .topIco li.account3in1 {
            padding-right: 10px;
            padding-left: 5px;
        }

            .topRightsystemOperation .topIco li.account3in1 div {
                display: inline-block;
                /*vertical-align: middle;*/
            }

            .topRightsystemOperation .topIco li.account3in1 .smallHead {
                width: 28px;
                height: inherit;
                line-height: inherit;
                position: relative;
                cursor: pointer;
                vertical-align: middle;
            }

                .topRightsystemOperation .topIco li.account3in1 .smallHead img {
                    position: relative;
                    top: -3px;
                    border-radius: 50%;
                    vertical-align: middle;
                }

            .topRightsystemOperation .topIco li.account3in1 .onlineStatus {
                -webkit-text-size-adjust: none;
                width: 10px;
                height: 10px;
                position: absolute;
                right: 0;
                top: 50%;
                margin-top: -1px;
                background-color: #fff;
                line-height: 12px;
                border-radius: 50%;
            }

                .topRightsystemOperation .topIco li.account3in1 .onlineStatus i {
                    font-size: 12px;
                    line-height: 12px;
                    color: #76da38;
                }

        .topRightsystemOperation .topIco li.settingIco {
            position: relative;
        }

            .topRightsystemOperation .topIco li.settingIco:hover .personContainer {
                display: block;
            }

.themeShow .topRightsystemOperation .topIco li.settingIco:hover .personContainer {
    display: none;
}

.topRightsystemOperation .personContainer .pushdownSecond {
    padding: 10px 0;
}

    .topRightsystemOperation .personContainer .pushdownSecond li {
        cursor: pointer;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: left;
        padding: 0 20px;
        height: 30px;
        cursor: pointer;
        float: none;
        width: inherit;
        line-height: 30px;
        position: relative;
        font-size: 12px;
    }


.topRightsystemOperation .searchContainer {
    display: none;
    right: -40px;
    width: 400px;
    height: auto;
    position: absolute;
    z-index: 1;
    padding: 1px;
    font-size: 12px;
    line-height: 50px;
    cursor: default;
    text-align: center;
}

    .topRightsystemOperation .searchContainer .common_button {
        cursor: pointer;
        vertical-align: top;
        margin-top: 10px;
    }

    .topRightsystemOperation .searchContainer input {
        line-height: 28px;
        height: 28px;
        width: 200px;
        margin-right: 10px;
        vertical-align: top;
        margin-top: 10px;
        padding: 0 5px 0 10px;
        border-radius: 14px;
        outline: none;
    }

.topRightsystemOperation .topIco li.searchIco {
    /*position: relative;*/
}

/*.topRightsystemOperation  .topIco li.searchIco:hover .searchContainer{
display: block;
}*/
.topRightsystemOperation .topIco li i.searchClose {
    top: -8px;
    right: -8px;
    z-index: 2;
    cursor: pointer;
    position: absolute;
    border-radius: 50%;
    font-size: 12px;
    width: 16px;
    text-align: center;
    height: 16px;
    line-height: 16px;
    color: #666;
    background-color: #fff;
}

.common_button.topRightSearchButton:hover {
    opacity: 0.7;
    filter: alpha(opacity=70)
}

.blankDiv {
    width: 150px;
    float: right;
    height: 1px;
}


/*头像区：头像*/
.largeHead {
    cursor: pointer;
}

/*顶部快捷菜单*/
.topShortcutNav {
    position: absolute;
    top: 0;
    width: 100px;
    height: 48px;
    background-image: url("/seeyon/portal/images/opacity/black10.png");
}

.topShortcutNavContainer {
    width: inherit;
    height: 48px;
    float: left;
}

.topShortcutNav .lev1Li {
    height: 48px;
    float: left;
    position: relative;
    display: block;
    width: 100%;
}

.topShortcutNav .navTitleName .navText {
    font-size: 14px;
}

.topShortcutNav .lev1Title {
    height: 48px;
    line-height: 48px;
    text-align: center;
}

    .topShortcutNav .lev1Title i.vportal {
        line-height: 48px;
        font-size: 26px;
        cursor: pointer;
    }

.topShortcutNav .navScrollUp, .topShortcutNav .navScrollDown {
    display: none;
}

.topShortcutNav .lev2 {
    position: absolute;
    width: 150px;
    z-index: 53;
    display: none;
}

.topShortcutNav .lev2 {
    top: 48px;
    left: 0;
}

.topShortcutNav .lev2Li {
    height: 50px;
    line-height: 50px;
    position: relative;
}

    .topShortcutNav .lev2Li:hover .lev2Title {
        cursor: pointer;
    }

.topShortcutNav .lev2Title {
    height: 50px;
    clear: both;
}

    .topShortcutNav .lev2Title i {
        width: 20px;
        height: 20px;
        font-size: 20px;
        display: block;
        float: left;
        margin: 15px 10px;
    }

    .topShortcutNav .lev2Title span.navText {
        line-height: 50px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 98px;
        display: block;
        float: left;
    }


/*顶部菜单导航*/
.topMenuNav {
 /*   position: absolute;*/
    top: 0;
    right: 0;
    height: 48px;
    line-height: 48px;
    z-index: 53;
}

.topNavContainer {
    height: 48px;
    float: left;
}

.topMenuNav .lev1Li {
    height: 48px;
    float: left;
    position: relative;
    margin: 0;
}

.topMenuNav .lev2Title .navIcon {
    width: 20px;
    height: 100%;
    margin: 0 10px;
    display: block;
    float: left;
}

    .topMenuNav .lev2Title .navIcon img {
        width: 20px;
        height: 20px;
        position: relative;
        top: 2px;
    }

.topMenuNav .lev2Title .navText {
    display: block;
    float: left;
}

.topMenuNav .navTitleName .navText {
    font-size: 14px;
}

.topMenuNav .lev1Title {
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
}

    .topMenuNav .lev1Title .navText {
        color: #fff;
        cursor: pointer;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        min-width: 30px;
    }

.navScrollUp, .navScrollDown {
    height: 20px;
    line-height: 20px;
    text-align: center;
    display: none;
    background-color: #e2e2e2;
}

.topMenuNav .lev2, .topMenuNav .lev3, .topMenuNav .lev4 {
    /*position: absolute;*/
    width: 180px;
    z-index: 53;
    background-color: #fff;
    display: none;
}

.topMenuNav .lev2 {
    top: 48px;
    left: 0;
}

.topMenuNav .lev3, .topMenuNav .lev4, .topMenuNav .lev5 {
    top: -1px;
    left: 179px;
}

.topMenuNav .lev > ul {
    -moz-box-shadow: 0px 0px 9px 1px rgba(176, 181, 199, 0.4);
    -webkit-box-shadow: 0px 0px 9px 1px rgba(176, 181, 199, 0.4);
    box-shadow: 0px 0px 9px 1px rgba(176, 181, 199, 0.4);
}

.topMenuNav .lev2Li, .topMenuNav .lev3Li, .topMenuNav .lev4Li, .topMenuNav .lev5Li {
    height: inherit;
    line-height: inherit;
    background-color: #fff;
    position: relative;
}

    .topMenuNav .lev2Li:hover .lev2Title, .topMenuNav .lev3Li:hover .lev3Title, .topMenuNav .lev4Li:hover {
        cursor: pointer;
    }

.topMenuNav .lev2Title {
    height: inherit;
    clear: both;
    position: relative;
}

    .topMenuNav .lev2Title .arrow {
        position: absolute;
        right: 0;
        top: 0;
        width: 15px;
        bottom: 0;
        text-align: left;
        overflow: hidden;
    }

        .topMenuNav .lev2Title .arrow i {
            width: 15px;
            font-size: 10px;
        }

.lev3Title, .lev4Title {
    text-indent: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.topMenuNav .lev2Title i {
    line-height: 20px;
    font-size: 20px;
    vertical-align: middle;
    display: inline-block;
    height: 20px;
    width: 20px;
}

.topMenuNav .lev2Title .navText {
    line-height: inherit;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 128px;
    display: block;
    float: left;
}

.topMenuNav .pageArea {
    width: 60px;
    height: 48px;
    line-height: 48px;
    float: right;
}

    .topMenuNav .pageArea li {
        width: 30px;
        float: left;
        text-align: left;
        cursor: pointer;
    }

        .topMenuNav .pageArea li i {
            font-size: 16px;
        }

        .topMenuNav .pageArea li.disabled {
            cursor: auto;
        }

            .topMenuNav .pageArea li.disabled i {
                color: #ccc;
                color: rgba(255, 255, 255, 0.3);
            }

.needScroll .navScrollUp {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.needScroll .navScrollDown {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.needScroll .lev2Ul, .needScroll .lev3Ul, .needScroll .lev4Ul {
    position: absolute;
    width: 100%;
    top: 20px;
    z-index: 1;
}


/*消息盒子(底部弹出)*/
.messageBlock {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 55;
    cursor: pointer;
    -moz-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.2);
    text-align: center;
    line-height: 48px;
    opacity: 0.6;
    filter: alpha(opacity=60);
    /*display: none;*/
}

    .messageBlock:hover {
        opacity: 1;
        filter: alpha(opacity=100);
    }

.msg_remind {
    width: 11px;
    height: 11px;
    background: url(../../images/message/hasMessageUnreadIco.png) no-repeat;
    display: none;
    position: absolute;
    top: 11px;
    right: 12px;
}

.messageBlock .vp-remind {
    font-size: 26px;
    color: #fff;
    vertical-align: middle;
    display: inline-block;
    width: 30px;
    height: 30px;
}

.messageBottom {
    background: #fff;
    -moz-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.2);
    width: 302px;
    height: auto;
    z-index: 54;
    position: absolute;
    right: 15px;
    bottom: 0;
}

    .messageBottom .vportal {
        vertical-align: middle;
        cursor: pointer;
    }

    .messageBottom .messageBottomTitle {
        color: #666666;
        font-size: 12px;
        color: #676767;
        padding: 15px 12px 15px 16px;
    }

.messageUl {
    width: 100%;
    max-height: 280px;
    overflow-x: hidden;
    overflow-y: hidden;
    *overflow-y: auto;
    _overflow-y: auto;
    position: relative;
}

    .messageUl:hover {
        overflow-y: auto;
    }

.messageLi {
    width: 270px;
    /**减去40 padding**/
    height: auto;
    padding: 8px 16px;
    overflow: hidden;
    height: auto;
}

    .messageLi:hover {
        background-color: #d4e8fc;
    }

.msgTypeIcon {
    width: 28px;
    height: 28px;
    display: inline-block;
    float: left;
}

    .msgTypeIcon img {
        width: 28px;
        height: 28px;
        border-radius: 50%;
    }

.messageBottom .msgTypeIcon .vportal {
    border-radius: 14px;
    overflow: hidden;
    width: 28px;
    height: 28px;
    background: #3EA9F7;
    display: inline-block;
    line-height: 28px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}
    /** 智能消息 不可穿透 **/
    .messageBottom .msgTypeIcon .vportal.vp-aiMsgType0 {
        background-color: #F8903D;
    }

.messageLiRight {
    width: 230px;
    height: auto;
    float: left;
    margin-left: 10px;
    color: #111;
    font-size: 12px;
}

.messageLiRightMain {
    width: 230px;
    height: auto;
    position: relative;
    overflow: hidden;
    table-layout: fixed;
    word-break: break-word;
    word-wrap: normal;
    overflow: hidden;
    line-height: 18px;
}

.messageLiRightInfo {
    width: 230px;
    height: 14px;
    text-align: right;
    color: #999;
    margin-top: 5px;
}

.msgIgnore {
    display: none;
    width: 16px;
    height: 14px;
    position: absolute;
    top: 1px;
    right: 0px;
    cursor: pointer;
    background-color: #d4e8fc;
    /*background-color:rgba(31,133,236,0.5);*/
    padding: 0 3px;
    text-align: center;
    border: 1px solid #d4e8fc;
    border-radius: 4px;
}

    .msgIgnore:before {
        vertical-align: middle;
        line-height: 14px;
    }

    .msgIgnore:hover {
        border: 1px solid #2490f8;
        color: #2490f8;
        /*background-color:rgba(31,133,236,1);*/
    }

.messageLi:hover .msgIgnore,
.msgExpansionBoxMain:hover .msgIgnore {
    display: block;
}

.msgExpansion {
    text-align: center;
    width: 302px;
    height: 30px;
    background: #68aff4;
    cursor: pointer;
    line-height: 30px;
    color: #fff;
}



.msgExpansionBox {
    height: auto;
    overflow: hidden;
    padding: 7px 0 7px 18px;
}

.msgExpansionBoxMain {
    width: 120px;
    height: 25px;
    line-height: 25px;
    color: #787878;
    font-size: 12px;
    text-shadow: 1px 1px 1px #fff;
    cursor: pointer;
    float: left;
    padding-left: 10px;
    position: relative;
}

    .msgExpansionBoxMain span {
        font-size: 12px;
        color: #e54100;
        font-weight: bold;
        margin: 0 5px;
    }

    .msgExpansionBoxMain .msgIgnore {
        background-color: transparent;
        right: 10px;
    }

    .msgExpansionBoxMain:hover {
        background: #d4e8fc;
    }

.msgSetting {
    padding: 10px 0 10px 20px;
    height: 20px;
    background-color: rgb( 243, 244, 248 );
}

    .msgSetting i {
        font-size: 18px;
        color: #666;
    }

    .msgSetting .msgSettingMenu {
        color: #666;
        font-size: 12px;
        margin: 0 0 0 40px;
        width: 70px;
        line-height: 20px;
        cursor: pointer;
        display: inline-block;
        text-align: right;
        text-shadow: 1px 1px 1px #fff;
    }

.messgaeTab {
    border-bottom: 1px solid #ccc;
}

    .messgaeTab span {
        display: inline-block;
        border: 1px solid #ccc;
        padding: 0 5px;
        line-height: 30px;
    }

        .messgaeTab span.current {
            border-bottom: #3892ee;
        }




/*******下面是消息盒子前面的图标，摘自  /main/common/css/frame-common.css ********/

/*协同*/
.msg_ca_1 {
    background: url("../../../main/common/css/images/icon24.png?V=V7_0_2018_06_30") no-repeat;
    background-position: 0px -192px;
}
/*表单*/
.msg_ca_2 {
    background: url("../../../main/common/css/images/icon24.png?V=V7_0_2018_06_30") no-repeat;
    background-position: -24px -192px;
}
/*公文*/
.msg_ca_4, .msg_ca_16, .msg_ca_19, .msg_ca_20, .msg_ca_21, .msg_ca_22, .msg_ca_23, .msg_ca_24, .msg_ca_34 {
    background: url("../../../main/common/css/images/icon24.png?V=V7_0_2018_06_30") no-repeat;
    background-position: -48px -192px;
}
/*会议*会议室*/
.msg_ca_6, .msg_ca_29 {
    background: url("../../../main/common/css/images/icon24.png?V=V7_0_2018_06_30") no-repeat;
    background-position: -72px -192px;
}
/*文化建设 7：公告 8新闻 9讨论 10调查*/
.msg_ca_7, .msg_ca_8, .msg_ca_9, .msg_ca_10 {
    background: url("../../../main/common/css/images/icon24.png?V=V7_0_2018_06_30") no-repeat;
    background-position: -96px -192px;
}
/*综合办公*/
.msg_ca_26 {
    background: url("../../../main/common/css/images/icon24.png?V=V7_0_2018_06_30") no-repeat;
    background-position: -120px -192px;
}
/*留言板*/
.msg_ca_31 {
    background: url("../../../main/common/css/images/icon24.png?V=V7_0_2018_06_30") no-repeat;
    background-position: -168px -192px;
}
/*信息报送*/
.msg_ca_32 {
    background: url("../../../main/common/css/images/icon24.png?V=V7_0_2018_06_30") no-repeat;
    background-position: -192px -192px;
}
/*u8*/
.msg_ca_u8 {
    background: url("../../../main/common/css/images/icon24.png?V=V7_0_2018_06_30") no-repeat;
    background-position: -216px -192px;
}
/*nc*/
.msg_ca_nc {
    background: url("../../../main/common/css/images/icon24.png?V=V7_0_2018_06_30") no-repeat;
    background-position: -240px -192px;
}
/*知识社区*/
.msg_ca_3 {
    background: url("../../../main/common/css/images/icon24.png?V=V7_0_2018_06_30") no-repeat;
    background-position: -264px -192px;
}
/*目标管理--11:日程事件 14:项目5计划 30工作任务*/
.msg_ca_11, .msg_ca_30 {
    background: url("../../../main/common/css/images/icon24.png?V=V7_0_2018_06_30") no-repeat;
    background-position: -288px -192px;
}

.msg_ca_5, .msg_ca_14 {
    background: url("../../../main/common/css/images/icon24.png?V=V7_0_2018_06_30") no-repeat;
    background-position: -288px -192px;
}
/*系统类-- 12:邮件 13:组织模型 15:关联人员17:hr 27：代理设置 35公示版*/
.msg_ca_12, .msg_ca_13, .msg_ca_15, .msg_ca_17, .msg_ca_27, .msg_ca_35 {
    background: url("../../../main/common/css/images/icon24.png?V=V7_0_2018_06_30") no-repeat;
    background-position: 0px -216px;
}
/*--36移动签到--*/
.msg_ca_36 {
    background: url("../../../main/common/css/images/icon24.png?V=V7_0_2018_06_30") no-repeat;
    background-position: -96px -216px;
}
/*秀吧--40:秀*/
.msg_ca_40 {
    background: url("../../../main/common/css/images/icon24.png?V=V7_0_2018_06_30") no-repeat;
    background-position: -24px -216px;
}
/*协同驾驶仓--41:流程绩效*/
.msg_ca_41 {
    background: url("../../../main/common/css/images/icon24.png?V=V7_0_2018_06_30") no-repeat;
    background-position: -48px -216px;
}
/*协同驾驶仓--42:行为绩效*/
.msg_ca_42 {
    background: url("../../../main/common/css/images/icon24.png?V=V7_0_2018_06_30") no-repeat;
    background-position: -72px -216px;
}
/*消息--99:其它类消息*/
.msg_ca_99 {
    background: url("../../../main/common/css/images/icon24.png?V=V7_0_2018_06_30") no-repeat;
    background-position: -120px -216px;
}


#tab_messageBottomTab {
    padding: 0 0 0 15px;
    text-align: left;
}

/**  换肤面板 **/

.skin_set_contaner {
    position: fixed;
    height: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    /*background:#fff;*/
    z-index: 100;
    font-size: 12px;
    -moz-box-shadow: 0px 0px 10px #333;
    -webkit-box-shadow: 0px 0px 10px #333;
    box-shadow: 0px 0px 10px #333;
}

.skin_top_bar {
    position: relative;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    background: rgb(0,0,0);
    background: rgba(0,0,0,.85);
    color: #DCDBDB;
    padding: 0 160px;
    overflow: hidden;
}

    .skin_top_bar .skin_top_bar_left {
        padding-left: 15px;
        float: left;
    }

        .skin_top_bar .skin_top_bar_left span {
            vertical-align: top;
            display: inline-block;
            width: 80px;
            text-align: center;
            color: #fff;
            color: rgba(255,255,255,0.7);
        }

        .skin_top_bar .skin_top_bar_left .choosed {
            background: rgba(36, 144, 248, 0.15);
            height: 37px;
            line-height: 37px;
            border-bottom: 3px solid rgba(36, 144, 248);
            color: #fff;
            color: rgba(255,255,255,1);
        }

    .skin_top_bar .skin_top_bar_right {
        position: relative;
        float: right;
    }

        .skin_top_bar .skin_top_bar_right span {
            background: rgba(0,0,0,.4);
            color: rgba(255,255,255,.7);
            border-radius: 10px;
            padding-top: 3px;
            padding-bottom: 3px;
        }

        .skin_top_bar .skin_top_bar_right .moreModifyLine {
            position: absolute;
            width: 1px;
            height: 30px;
            top: 5px;
            background: rgba(255,255,255,.7);
            right: 135px;
        }

        .skin_top_bar .skin_top_bar_right .moreModify {
            margin-left: 20px;
            margin-right: 40px;
        }

    .skin_top_bar span:hover {
        color: #fff;
    }

.skin_set_close {
    float: right;
    width: 30px;
    height: 50px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}

.skin_content {
    margin: auto;
    margin-bottom: 15px;
}

#skin_content {
    padding: 0 160px;
    background: #0f1012;
}

.closeSkinSet {
    font-size: 16px;
}
