﻿.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
    clear: both;
}

a {
    text-decoration: inherit;
}

/*IE/7/6*/
/*导航菜单*/
.custom-div {
    overflow: hidden;
    background-color: #f1f5f7;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 10px;
}

.custom-nav {
    width: 207px;
    border: 1px solid #a9acad;
    border-top: 1px solid transparent;
    position: fixed;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    z-index: 10;
    padding: 6px 0px;
    box-sizing: border-box;
    top: 40px;
    left: 42px;
}

    .custom-nav span {
        cursor: pointer;
        display: block;
        height: 40px;
        padding-left: 50px;
        line-height: 40px;
        color: #222;
        font-size: 12px;
    }

        .custom-nav span:hover {
            background-color: #f9f9f9;
            color: #5a6e86;
        }

    .custom-nav .narrate {
        background: url(images/custom-nav.png) 5px 0 no-repeat;
    }

        .custom-nav .narrate:hover {
            background: #f9f9f9 url(images/custom-nav.png) 5px -40px no-repeat;
            transition: none;
        }

    .custom-nav .nav-menu {
        background: url(images/custom-nav.png) 5px -81px no-repeat;
    }

        .custom-nav .nav-menu:hover {
            background: #f9f9f9 url(images/custom-nav.png) 5px -120px no-repeat;
            transition: none;
        }

    .custom-nav .question {
        background: url(images/custom-nav.png) 5px -160px no-repeat;
    }

        .custom-nav .question:hover {
            background: #f9f9f9 url(images/custom-nav.png) 5px -200px no-repeat;
            transition: none;
        }

    .custom-nav .approve {
        background: url(images/custom-nav.png) 5px -240px no-repeat;
    }

        .custom-nav .approve:hover {
            background: #f9f9f9 url(images/custom-nav.png) 5px -280px no-repeat;
            transition: none;
        }

    .custom-nav .msg {
        background: url(images/custom-nav.png) 5px -320px no-repeat;
    }

        .custom-nav .msg:hover {
            background: #f9f9f9 url(images/custom-nav.png) 5px -360px no-repeat;
            transition: none;
        }

    .custom-nav .cockpit {
        background: url(images/custom-nav.png) 5px -400px no-repeat;
    }

        .custom-nav .cockpit:hover {
            background: #f9f9f9 url(images/custom-nav.png) 5px -440px no-repeat;
            transition: none;
        }

    /*外部链接*/
    .custom-nav .outlink {
        background: url(images/custom-nav.png) 5px -560px no-repeat;
    }

        .custom-nav .outlink:hover {
            background: #f9f9f9 url(images/custom-nav.png) 5px -600px no-repeat;
            transition: none;
        }
    /*提醒*/
    .custom-nav .remind {
        background: url(images/custom-nav.png) 5px -480px no-repeat;
    }

        .custom-nav .remind:hover {
            background: #f9f9f9 url(images/custom-nav.png) 5px -520px no-repeat;
            transition: none;
        }
    /*我的资料*/
    .custom-nav .mydata {
        background: url(images/custom-nav.png) 5px -640px no-repeat;
    }

        .custom-nav .mydata:hover {
            background: #f9f9f9 url(images/custom-nav.png) 5px -680px no-repeat;
            transition: none;
        }
/*模块设置*/
.custom-setbtn {
    background: url(images/custom-setbtn.png)0 0 no-repeat;
    width: 32px;
    height: 32px;
    cursor: pointer;
    position: fixed;
}

    .custom-setbtn:hover {
        background: url(images/custom-setbtn.png)0 -32px no-repeat;
    }

.custom-modules {
    background-color: #fff;
    border: 1px solid #ffffff;
    box-shadow: 0 1px 4px rgba(0,0,0,0.25);
    padding: 20px;
    padding-top: 0px;
    position: absolute;
    z-index: 4;
}

    .custom-modules * {
        box-sizing: border-box;
    }

.custom-modules-current {
    border: 1px solid #ffa200 !important;
}

.custom-modules:hover {
}

.custom-modules *:hover {
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.custom-modules .nav-title {
    height: 48px;
    line-height: 48px;
}

    .custom-modules .nav-title .banner-title, .custom-modules .nav-title .qr-title {
        font-weight: normal;
        font-size: 16px;
        color: #5a6e86;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        max-width: 99%;
        display: block;
    }

.custom-modules .content {
}

.custom-modules .nav-title-listitem {
    height: 32px;
    line-height: 32px;
    color: #777;
    cursor: pointer;
}

    .custom-modules .nav-title-listitem:hover {
        background-color: #f9f9f9;
    }

    .custom-modules .nav-title-listitem .icon {
        width: 24px;
        height: 32px;
        cursor: pointer;
        float: left;
        background: url(images/custom-modules.png) -5px -405px no-repeat;
    }

.custom-modules .txt {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    max-width: 91%;
}

.custom-modules .nav-title .qr-title {
    background: url(images/custom-modules.png) -4px 14px no-repeat;
    padding-left: 24px;
    color: #a98a56;
    height: 48px;
}

.custom-modules .qr-listitem {
    color: #222;
    height: 32px;
    line-height: 32px;
    cursor: pointer;
}

    .custom-modules .qr-listitem:hover {
        background-color: #f9f9f9;
    }

    .custom-modules .qr-listitem .icon {
        width: 24px;
        height: 24px;
        cursor: pointer;
        float: left;
        background: url(images/custom-modules.png) -5px -21px no-repeat;
    }

.custom-modules .blue-title {
    color: #2aaad4;
    font-size: 16px;
    max-width: 50%;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.custom-modules .recount-listitem {
    cursor: pointer;
    padding: 10px 0;
    line-height: 18px;
}

    .custom-modules .recount-listitem:hover {
        background-color: #f9f9f9;
    }

    .custom-modules .recount-listitem span {
        color: #a0a0a0;
        display: block;
        height: 24px;
        line-height: 20px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        max-width: 99%;
    }

        .custom-modules .recount-listitem span:nth-child(1) {
            color: #222;
        }

.custom-modules .approve-listitem {
    margin-top: 15px;
}

    .custom-modules .approve-listitem .approve-avater {
        width: 32px;
        height: 32px;
        border-radius: 100px;
        float: left;
        position: relative;
        margin-right: 10px;
        display: none;
    }

        .custom-modules .approve-listitem .approve-avater .mask {
            width: 32px;
            height: 32px;
            position: absolute;
            background: url(images/custom-avater.png) 0 0 no-repeat;
        }

        .custom-modules .approve-listitem .approve-avater img {
            width: 100%;
            min-height: 32px;
        }

    .custom-modules .approve-listitem .approve-txt {
        overflow: hidden;
    }

        .custom-modules .approve-listitem .approve-txt span:nth-child(1) {
            color: #222;
            display: block;
        }

        .custom-modules .approve-listitem .approve-txt span:nth-child(2) {
            color: #777;
            display: block;
            margin-top: 8px;
        }

    .custom-modules .approve-listitem .approve-script {
        padding: 15px 0px;
        color: #222;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        max-width: 99%;
    }

    .custom-modules .approve-listitem .approve-btn {
        padding-bottom: 10px;
        border-bottom: 1px solid #ededed;
    }

        .custom-modules .approve-listitem .approve-btn span:nth-child(2), .custom-modules .approve-listitem .approve-btn span:nth-child(1) {
            cursor: pointer;
            color: #777;
            width: 68px;
            height: 25px;
            line-height: 25px;
            text-align: center;
            font-size: 12px;
            float: right;
            margin-left: 5px;
            background-color: #f7f7f7;
            border: 1px solid #e0e0e0;
            border-radius: 2px;
        }

        .custom-modules .approve-listitem .approve-btn span:nth-child(1) {
            color: #fff;
            background-color: #6982a0;
            border: 1px solid #6982a0;
        }

            .custom-modules .approve-listitem .approve-btn span:nth-child(2):hover, .custom-modules .approve-listitem .approve-btn span:nth-child(1):hover {
                font-weight: bold;
            }

.custom-modules .notice-listitem {
    padding: 10px 0;
    border-bottom: 1px solid #ededed;
}

    .custom-modules .notice-listitem .title {
        display: block;
        margin-bottom: 5px;
    }

.custom-modules .notice-personalbtn {
    min-height: 24px;
    overflow: hidden;
    line-height: 24px;
}

.notice-listitem .details {
    color: #777;
    max-height: 38px;
    overflow: hidden;
    display: block;
    line-height: 1.5;
}

.custom-modules .notice-listitem .personalbtn {
    color: #bbbbbb;
    float: left;
    text-decoration: none;
    margin-right: 15px;
}

    .custom-modules .notice-listitem .personalbtn:hover {
        color: #222;
    }

/*.custom-modules .approve-line { background-color: #fff; height: 1px; margin-top: -1px; }*/

.custom-modules .del-btn {
    display: none;
}

.custom-modules:hover .del-btn {
    background: url(images/custom-modules.png)0 -624px no-repeat;
    width: 24px;
    height: 24px;
    cursor: pointer;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

    .custom-modules:hover .del-btn:hover {
        background-position: 0 -72px;
        transition: none;
    }

.custom-modules .nav-title .morebtn {
    width: 31px;
    height: 18px;
    cursor: pointer;
    float: right;
    margin-top: 16px;
    background: url(images/index_icon.png) -1px -66px no-repeat;
}

    .custom-modules .nav-title .morebtn:hover {
        background-position: -1px -87px;
        transition: none;
    }

.custom-modules-ds .nav-title .morebtn:hover {
    background: url(images/index_icon.png) -1px -66px no-repeat;
    transition: none;
}

.custom-modules-ds *:hover {
    font-weight: normal !important;
    cursor: default !important;
}

.custom-modules-ds a:hover {
}

.custom-modules-ds .del-btn {
    cursor: pointer !important;
}

.custom-modules-ds .custom-modules:hover {
    border: 1px solid #ffa200;
    transition: all .2s ease-in;
}

.custom-modules-ds .qr-listitem:hover, .custom-modules-ds .nav-title-listitem:hover, .custom-modules-ds .recount-listitem:hover {
    background-color: transparent;
}

.custom-modules .img-list {
    margin-right: -2%;
}

.custom-modules .img-list-item {
    width: 32%;
    float: left;
    overflow: hidden;
    height: 187px;
    margin-bottom: 2px;
    position: relative;
    border: 1px solid #dedede;
    margin: 0 0.666666666666%;
    margin-bottom: 1%;
}

    .custom-modules .img-list-item .img-table-cell {
        display: table-cell;
        height: 187px;
        text-align: center;
        vertical-align: middle;
    }

    .custom-modules .img-list-item img {
        max-width: 100%;
        height: auto;
    }

    .custom-modules .img-list-item .txt {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

        .custom-modules .img-list-item .txt .title {
            font-size: 16px;
            color: #fff;
            margin-top: 118px;
            display: block;
            text-shadow: 0 1px 1px rgba(0,0,0,0.5);
            padding: 0 10px;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            margin-bottom: 8px;
        }

        .custom-modules .img-list-item .txt .fs {
            font-size: 12px;
            color: #fff;
            margin-top: 0px;
            display: block;
            text-shadow: 0 1px 1px rgba(0,0,0,0.5);
            padding: 0 10px;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }

    .custom-modules .img-list-item:hover .txt {
        display: none;
    }

    .custom-modules .img-list-item .hover-txt {
        display: none;
    }

.custom-modules-ds .img-list-item .hover-txt {
    display: none !important;
}

.custom-modules-ds .img-list-item:hover .txt {
    display: block !important;
}

.custom-modules .img-list-item:hover .hover-txt {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.2);
    padding: 10px;
}

    .custom-modules .img-list-item:hover .hover-txt .title {
        font-size: 16px;
        color: #fff;
        margin-top: 20px;
        display: block;
        text-align: center;
        margin-bottom: 15px;
        text-shadow: 0 1px 1px rgba(0,0,0,0.5);
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .custom-modules .img-list-item:hover .hover-txt .fs {
        margin-top: 3px;
        font-size: 12px;
        color: #fff;
        display: block;
        text-align: center;
        text-shadow: 0 1px 1px rgba(0,0,0,0.5);
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .custom-modules .img-list-item:hover .hover-txt .check {
        border: 2px solid #fff;
        height: 32px;
        text-align: center;
        line-height: 28px;
        color: #fff;
        display: block;
        font-size: 12px;
        width: 80%;
        margin: 0 auto;
        margin-top: 20px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

        .custom-modules .img-list-item:hover .hover-txt .check:hover {
            background-color: rgba(255,255,255,0.3);
        }

/*弹出层属性*/
.custom-popup {
    background-color: #ecedf0;
    border: 1px solid #898c99;
    border-radius: 5px;
    box-shadow: 0 0 7px rgba(0,0,0,0.75);
    position: fixed;
    right: 20px;
    top: 50px;
    z-index: 9;
}

    .custom-popup * {
        box-sizing: border-box;
    }

        .custom-popup *:hover {
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

    .custom-popup .detail {
    }

    .custom-popup .nav {
        background-color: #d3d3d3;
        height: 29px;
        border-bottom: 1px solid #bbbbbb;
    }

        .custom-popup .nav a {
            cursor: pointer;
            background-color: #dddedf;
            color: #666;
            width: 55px;
            height: 24px;
            display: block;
            text-decoration: none;
            text-align: center;
            line-height: 24px;
            float: left;
            margin-top: 5px;
            margin-left: 3px;
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
            border: 1px solid #bbbbbb;
        }

            .custom-popup .nav a:hover {
                color: #222;
                background-color: #ecedf0;
                border: 1px solid #bbbbbb;
                border-bottom: 1px solid transparent;
            }

    .custom-popup .layout_content, .custom-popup .substance_content, .custom-popup .filter_content {
        width: 100%;
        position: relative;
    }

    .custom-popup .layout_content {
        width: 256px;
    }

.custom-popup-packup {
    background: url(images/custom-modules.png) 0 -216px no-repeat;
    float: right;
    cursor: pointer;
    width: 24px;
    height: 24px;
    margin-top: 3px;
}

.input-box input {
    border: 1px solid #d2d2d2;
    outline: none;
    height: 24px;
    padding: 0 5px;
    color: #222;
    font-family: "Microsoft Yahei";
    font-size: 12px;
    width: 100%;
}

.custom-popup .icon-width, .custom-popup .icon-height,
.custom-popup .icon-x, .custom-popup .icon-y {
    width: 24px;
    height: 24px;
    background: url(images/custom-modules.png)0 -96px no-repeat;
    display: block;
    float: left;
    margin-right: 5px;
    margin-top: 10px;
}

.custom-popup .icon-height {
    background-position: 0 -120px;
}

.custom-popup .icon-x {
    background-position: 0 -168px;
}

.custom-popup .icon-y {
    background-position: 0 -144px;
}

.custom-popup .input-box {
    overflow: hidden;
}

.custom-popup .layout_content .data input {
    width: 100%;
    margin-top: 1px;
    margin-top: 10px;
    background-color: #fafafa
}

    .custom-popup .layout_content .data input:focus {
        background-color: #fff;
    }

.custom-popup .layout_content .data {
    width: 50%;
    float: left;
    padding: 2px 15px;
    height: 83px;
    border-bottom: 1px solid #d2d2d2;
}

.custom-popup .nav-current {
    color: #222 !important;
    background-color: #ecedf0 !important;
    border: 1px solid #bbbbbb !important;
    border-bottom: 1px solid transparent !important;
}

.custom-popup .substance_content .head {
    padding: 10px 15px;
    border-bottom: 1px solid #d2d2d2;
    position: relative;
}

    .custom-popup .substance_content .head span {
        float: left;
        height: 24px;
        line-height: 24px;
        margin-right: 10px;
    }

.custom-popup .substance_content .detail {
    padding: 10px 15px;
}

.split-line {
    position: absolute;
    left: 50%;
    width: 1px;
    background-color: #d2d2d2;
    height: 64px;
    top: 10px;
}

.custom-popup .open-popup {
    height: 24px;
    border: 1px solid #d2d2d2;
    line-height: 24px;
    overflow: hidden;
    background-color: #fff;
    cursor: pointer;
    margin-top: 8px;
}

.custom-popup .mt8 {
    margin-top: 8px;
}

.custom-popup .open-popup .arrow-down-btn {
    width: 25px;
    height: 24px;
    border-left: 1px solid #d2d2d2;
    float: right !important;
    cursor: pointer;
    background: url(images/custom-modules.png) 0 -240px no-repeat;
    margin-right: 0px !important;
}

.custom-popup .open-popup .tips {
    color: #222;
    margin-left: 5px;
}

.custom-popup .highset {
    color: #4c6788;
    float: right;
    cursor: pointer;
}

    .custom-popup .highset:hover {
        text-decoration: underline;
    }

.custom-popup .substance_content .show-record-box {
    height: 120px;
    line-height: 55px;
    color: #222;
}

    .custom-popup .substance_content .show-record-box .operate {
        overflow: hidden;
    }

    .custom-popup .substance_content .show-record-box .title {
        float: left;
        margin-right: 20px;
    }

    .custom-popup .substance_content .show-record-box .minus, .custom-popup .substance_content .show-record-box .plus {
        width: 28px;
        height: 24px;
        background: url(images/custom-modules.png) 1px -289px no-repeat;
        background-color: #fff;
        border: 1px solid #bebebe;
        display: block;
        margin-top: 15px;
        cursor: pointer;
        float: left;
        border-right: 1px solid transparent;
    }

        .custom-popup .substance_content .show-record-box .minus:hover, .custom-popup .substance_content .show-record-box .plus:hover {
            background-color: #e8e8e8;
        }

    .custom-popup .substance_content .show-record-box .plus {
        background: #fff url(images/custom-modules.png) 1px -312px no-repeat;
        border-left: 1px solid transparent;
        border-left: 1px solid #bebebe;
        float: right;
    }

    .custom-popup .substance_content .show-record-box .input-box input {
        border: 1px solid #bebebe;
        text-align: center;
    }

.custom-popup .popup-savebtn {
}

    .custom-popup .popup-savebtn input[type="file"] {
        opacity: 0;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        cursor: pointer;
    }

    .custom-popup .popup-savebtn span {
        border-radius: 2px;
        height: 30px;
        line-height: 30px;
        background-color: #637fa4;
        cursor: pointer;
        color: #fff;
        display: block;
        text-align: center;
        font-size: 12px;
        margin: 10px 15px;
    }

        .custom-popup .popup-savebtn span:hover {
            background-color: #546D90;
        }

.custom-popup .substance_content .show-record-box .plus {
    margin-left: -1px;
    border-right: 1px solid #bebebe;
}
/*菜单设置弹出层*/
.custom-menu-popup {
    min-width: 256px;
    min-height: 318px;
}

    .custom-menu-popup .substance_content .nav-list {
        padding: 10px 0;
        height: 160px;
        overflow: auto;
    }

        .custom-menu-popup .substance_content .nav-list span {
            height: 24px;
            border: 1px solid #c3c3c3;
            background-color: #d8d8d8;
            margin-bottom: 5px;
            line-height: 24px;
            padding: 0 5px;
            display: block;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            max-width: 99%;
            display: block;
        }

    .custom-menu-popup .substance_content .nav-list-addbtn {
        cursor: pointer;
        background-color: #798da6;
        height: 24px;
        border-radius: 1px;
    }

        .custom-menu-popup .substance_content .nav-list-addbtn span {
            background: url(images/custom-modules.png)0 -192px no-repeat;
            display: block;
            height: 24px;
            color: #fff;
            padding-left: 24px;
            line-height: 24px;
            width: 76px;
            margin: 0 auto;
        }

        .custom-menu-popup .substance_content .nav-list-addbtn:hover {
            background-color: #6b839f;
        }

    .custom-menu-popup .addbtn {
        background: url(images/custom-modules.png)0 -360px;
        width: 24px;
        height: 24px;
        float: right;
        cursor: pointer;
    }

        .custom-menu-popup .addbtn:hover {
            background-position: 0 -384px;
            transition: none;
        }

    .custom-menu-popup .title {
        margin-top: 2px;
        float: left;
    }

    .custom-menu-popup .filter_content {
        width: 969px;
        height: 501px;
        position: relative;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .custom-menu-popup .filter_content iframe {
            position: absolute;
            top: 36px;
            bottom: 0;
            left: 0;
            right: 0;
            width: 100%;
            height: 100%;
            border: none;
        }

        .custom-menu-popup .filter_content .subnav {
            border-bottom: 1px solid #c7c8ca;
            background-color: #ecedf1;
            position: relative;
            z-index: 3
        }

            .custom-menu-popup .filter_content .subnav a {
                height: 36px;
                line-height: 36px;
                padding: 0 20px
            }

            .custom-menu-popup .filter_content .subnav .title {
                position: relative;
                cursor: pointer;
                float: initial;
            }

                .custom-menu-popup .filter_content .subnav .title:after {
                    content: "";
                    border-style: solid;
                    border-width: 4px 4px 0 4px;
                    border-color: #676767 transparent transparent transparent;
                    position: absolute;
                    right: 5px;
                    top: 7px;
                }

                .custom-menu-popup .filter_content .subnav .title:hover {
                    font-weight: bold;
                }

            .custom-menu-popup .filter_content .subnav ul li {
                float: left;
                position: relative;
            }

                .custom-menu-popup .filter_content .subnav ul li ul {
                    display: none;
                }

                .custom-menu-popup .filter_content .subnav ul li:hover ul {
                    display: block;
                    background-color: #fff;
                    position: absolute;
                    box-shadow: 0 0 6px rgba(0,0,0,0.2);
                    min-width: 100px;
                }

                    .custom-menu-popup .filter_content .subnav ul li:hover ul li {
                        float: inherit;
                        cursor: pointer;
                        text-overflow: ellipsis;
                        overflow: hidden;
                        white-space: nowrap;
                    }

                        .custom-menu-popup .filter_content .subnav ul li:hover ul li:hover {
                            background-color: #f1f1f1;
                            font-weight: bold
                        }

/*叙事簿弹出层*/
.custom-narrate-popup {
    min-width: 256px;
    min-height: 358px;
}

    .custom-narrate-popup .substance_content .textarea-box {
        height: 120px;
        border: 1px solid #d2d2d2;
        background-color: #fff;
        margin-top: 10px;
    }

        .custom-narrate-popup .substance_content .textarea-box textarea {
            width: 100%;
            height: 100%;
            resize: none;
            outline: none;
            border: none;
            font-family: "Microsoft Yahei";
            font-size: 12px;
            padding: 5px;
        }

            .custom-narrate-popup .substance_content .textarea-box textarea[readonly] {
                background-color: #f5f6f8;
                color: #bbb;
            }

    .custom-narrate-popup .graybtn span {
        cursor: pointer;
        border: 1px solid #c3c3c3;
        line-height: 22px;
        color: #666;
        margin-top: 10px;
        display: block;
        background-color: #d8d8d8;
        height: 24px;
    }

    .custom-narrate-popup .graybtn {
        border-bottom: 1px solid #d2d2d2;
        padding-bottom: 10px;
        margin: 0 -15px;
        padding-left: 15px;
        padding-right: 15px;
    }

        .custom-narrate-popup .graybtn span:hover {
        }

    .custom-narrate-popup .hightsearch span:nth-child(1) {
        background-color: #e2e3e5;
        color: #bbb;
        border: 1px solid #d8d8d8;
        cursor: auto;
    }

    .custom-narrate-popup .hightsearch span:nth-child(3) {
        background-color: #e2e3e5;
        color: #bbb;
        border: 1px solid #d8d8d8;
        cursor: auto;
    }

    .custom-narrate-popup .insert-field-btn {
        width: 78px;
        float: left;
        background: #d8d8d8 url(images/custom-modules.png) right -240px no-repeat;
        padding-left: 5px;
        position: relative;
        transition: none;
    }

    .custom-narrate-popup .small-btn {
        width: 43px;
        text-align: center;
        float: right;
        margin-left: 8px;
    }

    .custom-narrate-popup .insert-field {
        float: left;
        position: relative;
    }

    .custom-narrate-popup .insert-field-popup {
        position: absolute;
        width: 210px;
        max-height: 195px;
        border: 1px solid #d2d2d2;
        background-color: #fff;
        top: 31px;
        padding: 4px;
        color: #222;
        overflow: auto;
        z-index: 9
    }

        .custom-narrate-popup .insert-field-popup span {
            font-size: 12px;
            display: block;
            height: 24px;
            line-height: 24px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            color: #222;
            background-color: #fff;
            border: 1px solid transparent;
            margin-top: 0px;
            padding: 0 3px;
        }

            .custom-narrate-popup .insert-field-popup span:hover {
                background-color: #ecedf0;
                font-weight: bold;
            }

    .custom-narrate-popup .open .insert-field-btn {
        background: #d8d8d8 url(images/custom-modules.png) right -265px no-repeat;
        color: #fff;
        background-color: #a8a8a8;
        border: 1px solid #a8a8a8;
    }

    .custom-narrate-popup .insert-field .insert-field-popup {
        display: none;
    }

    .custom-narrate-popup .open .insert-field-popup {
        display: block;
    }

    .custom-narrate-popup .hightsearch .insert-field-popup {
        display: none;
    }

    .custom-narrate-popup .hightsearch .insert-field-btn {
        background-image: none;
        width: 62px;
    }

    .custom-narrate-popup .layout_content, .custom-narrate-popup .substance_content {
        width: 257px;
    }

    .custom-narrate-popup .filter_content {
        width: 969px;
        height: 501px;
        position: relative;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .custom-narrate-popup .filter_content iframe {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            width: 100%;
            height: 100%;
            border: none;
        }

    .custom-narrate-popup .insert-field-popup .notice {
        color: #888;
        text-align: center;
        font-size: 13px;
        line-height: 32px;
    }

        .custom-narrate-popup .insert-field-popup .notice:hover {
            font-weight: normal;
            background-color: #fff;
        }

    .custom-narrate-popup .show-record-box {
        height: 55px !important;
    }
/*调查问卷*/
.custom-qr-popup {
    min-width: 257px;
    min-height: 245px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .custom-qr-popup .substance_content .detail {
        padding: 0 15px;
    }

    .custom-qr-popup .layout_content, .custom-qr-popup .substance_content {
        width: 257px;
    }

    .custom-qr-popup .filter_content {
        width: 969px;
        height: 501px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .custom-qr-popup .filter_content iframe {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            width: 100%;
            height: 100%;
            border: none;
        }
/*添加菜单弹出层*/
.custom-addnav-popup {
    padding: 25px;
}

    .custom-addnav-popup * {
        box-sizing: border-box;
    }

    .custom-addnav-popup .nav {
        width: 33.3%;
        padding-right: 10px;
        float: left;
        margin-bottom: 8px;
    }

        .custom-addnav-popup .nav span {
            background-color: #f8f8f8;
            height: 24px;
            border: 1px solid #e2e2e2;
            display: block;
            color: #888;
            line-height: 24px;
            cursor: pointer;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            padding: 0 8px;
        }

            .custom-addnav-popup .nav span:hover {
                background-color: #7391b5;
                color: #fff;
                border: 1px solid #6280a4;
            }
/*遮盖层*/
.custom-modules-mask {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    color: #222;
    text-align: center;
    vertical-align: middle;
}

    .custom-modules-mask img {
        vertical-align: -0.5ex;
    }

    .custom-modules-mask .loading {
        width: 100px;
        position: fixed;
        left: 50%;
        height: 24px;
        line-height: 24px;
        margin-top: -12px;
        top: 50%;
        margin-left: -50px;
    }

    .custom-modules-mask .loading-img {
        background: url(images/ui-anim_basic_16x16.gif) center no-repeat;
        height: 24px;
        display: inline-block;
        width: 24px;
        vertical-align: -1ex;
    }
/*选择性关联弹出层*/
.custom-relative-popup {
    position: relative;
    width: 100%;
    height: 100%;
}

    .custom-relative-popup * {
        box-sizing: border-box;
    }

    .custom-relative-popup .head {
        height: 32px;
        line-height: 32px;
        font-size: 16px;
        padding: 0 20px;
        margin-top: 12px;
        padding-bottom: 12px;
    }

        .custom-relative-popup .head .options {
            float: left;
            margin-right: 30px;
            color: #7f7f7f;
            border-bottom: 2px solid transparent;
            cursor: pointer;
        }

            .custom-relative-popup .head .options:hover {
                border-bottom: 2px solid #4083c9;
                color: #222;
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

    .custom-relative-popup .current {
        border-bottom: 2px solid #4083c9 !important;
        color: #222 !important;
    }

    .custom-relative-popup .options-img {
        width: 24px;
        height: 24px;
        display: inline-block;
        vertical-align: -0.5ex;
        margin-right: 5px;
    }

    .custom-relative-popup .form {
        display: table;
    }

    .custom-relative-popup .form-item {
        display: table-cell;
        overflow: hidden;
        padding-right: 20px;
        height: 352px;
    }

        .custom-relative-popup .form-item ul {
            -webkit-padding-start: 0px;
        }

        .custom-relative-popup .form-item .li-title {
            font-weight: bold;
            color: #676685;
        }

        .custom-relative-popup .form-item .li-title-img {
            width: 24px;
            height: 24px;
            display: inline-block;
            float: left;
            margin-right: 5px;
            margin-top: 4px;
        }

        .custom-relative-popup .form-item .li-title .li-title-img {
            background: url(images/custom-modules.png) 0 -432px no-repeat;
        }

        .custom-relative-popup .form-item ul li {
            cursor: pointer;
            list-style: none;
            height: 32px;
            border-bottom: 1px solid #e1e2f6;
            line-height: 32px;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            color: #222;
            width: 175px;
        }

            .custom-relative-popup .form-item ul li:hover {
                background-color: #f7f7f7;
            }

            .custom-relative-popup .form-item ul li .empty {
                width: 24px;
                height: 24px;
                display: inline-block;
                float: left;
                margin-right: 5px;
                margin-top: 4px;
            }

    .custom-relative-popup .form-auto {
        overflow-x: auto;
        overflow-y: hidden;
        padding: 10px 20px;
        position: absolute;
        left: 0;
        right: 0;
        top: 56px;
        bottom: 41px;
    }

    .custom-relative-popup .form-btn {
        height: 41px;
        background-color: #d9e1ee;
        border-top: 1px solid #c8d2de;
        padding: 0 20px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    }

        .custom-relative-popup .form-btn span {
            display: block;
            width: 82px;
            height: 30px;
            line-height: 30px;
            border-radius: 3px;
            margin-left: 5px;
            background-color: #f2f6f9;
            float: right;
            border: 1px solid #b6b9be;
            text-align: center;
            margin-top: 5px;
            color: #777;
            cursor: pointer;
        }

            .custom-relative-popup .form-btn span:hover {
                background-color: #fff;
                color: #222;
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

    .custom-relative-popup .choose .cross {
        background: url(images/custom-modules.png) 0 -336px no-repeat;
        width: 24px;
        height: 24px;
        float: right !important;
        margin-top: 5px;
        margin-left: 10px;
    }

    .custom-relative-popup .li-stair-title {
        background-color: #dde5f0;
        font-weight: bold;
    }

        .custom-relative-popup .li-stair-title:hover {
            background-color: #dde5f0 !important;
        }

    .custom-relative-popup .img-hrm {
        background: url(images/custom-icon.png) 0 0 no-repeat;
    }

    .custom-relative-popup .img-erp {
        background: url(images/custom-icon.png) 0 -24px no-repeat;
    }

    .custom-relative-popup .img-crm {
        background: url(images/custom-icon.png) 0 -48px no-repeat;
    }

    .custom-relative-popup .img-mdm {
        background: url(images/custom-icon.png) 0 -72px no-repeat;
    }

    .custom-relative-popup .img-adm {
        background: url(images/custom-icon.png) 0 -96px no-repeat;
    }

    .custom-relative-popup .img-cap {
        background: url(images/custom-icon.png) 0 -120px no-repeat;
    }
/*头部按钮*/
.custom-modules-top {
    text-decoration: none;
    height: 22px;
    line-height: 22px;
    color: #fff;
    border: 1px solid transparent;
    padding-right: 5px;
    padding-left: 5px;
    display: block;
    float: left;
}

    .custom-modules-top:hover {
        border: 1px solid #fff;
        border-radius: 2px;
        display: block;
        float: left;
    }

    .custom-modules-top span {
        font-family: 微软雅黑, Verdana, Helvetica, Sans-Serif;
        font-size: 12px;
        float: left;
        color: #fff !important;
    }

    .custom-modules-top .icon-top-save, .custom-modules-top .icon-top-insert, .custom-modules-top .icon-top-public {
        font-family: "icomoon";
        color: #000;
        font-size: 18px;
        text-decoration: none;
        display: inline-block;
        float: left;
        color: #fff;
        min-width: 25px;
    }

.icon-top-save:before {
    content: "\e635";
}

.icon-top-public:before {
    content: "\e62e";
}

.icon-top-insert:before {
    content: "\e900";
}

.custom-modules-top .icon-top-insert {
    font-size: 22px;
    margin-right: 3px;
}

.custom-div a:hover {
    color: #777;
}

.custom-green a, .custom-green p, .custom-green span {
    color: #8fbd72;
}

    .custom-green a:hover, .custom-green p:hover, .custom-green span:hover {
        color: #8fbd72;
    }

.custom-readed a, .custom-readed span, .custom-readed p {
    color: #777777;
}

    .custom-readed a:hover, .custom-readed span:hover, .custom-readed p:hover {
        color: #777777;
    }

/*20151116新增驾驶舱*/

.custom-cockpit {
    margin-right: -3%;
    font-family: "Arial","Microsoft Yahei";
}
/*2017.06.21去掉 height: 158px;*/

.custom-cockpit-modules {
    width: 31%;
    margin-right: 2%;
    background-color: #f2f6f9;
    float: left;
    border: 1px solid #dfe0e2;
    height: 158px;
    padding: 15px;
    box-sizing: border-box;
}

    .custom-cockpit-modules span {
        display: block;
    }

        .custom-cockpit-modules span:nth-child(1) {
            font-size: 14px;
        }

        .custom-cockpit-modules span:nth-child(2) {
            font-size: 12px;
            color: #808080;
            margin-top: 5px;
        }

        .custom-cockpit-modules span:nth-child(3) {
            font-size: 30px;
            color: #000;
            text-align: center;
            margin: 3% auto;
            margin-top: 20px;
        }

        .custom-cockpit-modules span:nth-child(4) {
            font-size: 12px;
            color: #808080;
            text-align: center;
        }

    .custom-cockpit-modules .icon-dataup,
    .custom-cockpit-modules .icon-datadown,
    .custom-cockpit-modules .icon-datausual {
        display: inline-block;
        vertical-align: -0.5ex;
        width: 16px;
        height: 16px;
        background: url(images/custom-cockpit.png) 0 0 no-repeat;
    }

    .custom-cockpit-modules .icon-dataup {
        background-position: 0 0;
    }

    .custom-cockpit-modules .icon-datadown {
        background-position: 0 -16px;
    }

    .custom-cockpit-modules .icon-datausual {
        background-position: 0 -32px;
    }

    .custom-cockpit-modules .record span {
        display: inline-block !important;
    }

/*20151117驾驶舱弹出层*/
.custom-cockpit-popup {
    width: 257px;
    height: 288px;
}

    .custom-cockpit-popup .substance_content .head .pulldown-list {
        background-color: #fff;
        border: 1px solid #dedede;
        position: absolute;
        max-height: 180px;
        width: 181px;
        left: 61px;
        margin-top: -1px;
        overflow: auto;
        z-index: 2;
    }

        .custom-cockpit-popup .substance_content .head .pulldown-list span {
            display: block;
            height: 32px;
            line-height: 32px;
            cursor: pointer;
            padding: 0 5px;
            box-sizing: border-box;
            width: 100%;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }

            .custom-cockpit-popup .substance_content .head .pulldown-list span:hover {
                background-color: #f9f9f9;
                font-weight: bold;
            }

.custom-modules .nav-title .cockpit-date {
    overflow: hidden;
    text-align: right;
    margin-top: 12px;
}

    .custom-modules .nav-title .cockpit-date span {
        float: right;
        text-align: center;
        padding: 0 10px;
        background-color: #f7f7f7;
        border: 1px solid #dedede;
        height: 22px;
        line-height: 20px;
        color: #222;
        margin-left: -1px;
    }

        .custom-modules .nav-title .cockpit-date span:hover {
            background-color: #6a80a5;
            color: #fff;
            border: 1px solid #6a80a5;
        }

.custom-modules-ds .nav-title .cockpit-date span:hover {
    border: 1px solid #dedede;
    background-color: #f7f7f7;
    color: #222;
}

.custom-modules .nav-title .cockpit-date .current {
    background-color: #6a80a5;
    color: #fff;
    border: 1px solid #6a80a5;
}

/*每个模块加载层*/
.custom-modules-loading {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    color: #222;
    background-color: rgba(255,255,255,0.5);
    z-index: 1;
}

    .custom-modules-loading .loading {
        width: 100px;
        position: absolute;
        left: 50%;
        height: 24px;
        line-height: 24px;
        margin-top: -12px;
        top: 50%;
        margin-left: -50px;
    }

    .custom-modules-loading .loading-img {
        background: url(images/ui-anim_basic_16x16.gif) center no-repeat;
        height: 24px;
        display: inline-block;
        width: 24px;
        vertical-align: -1ex;
    }

/*20151209修改了背景层*/
.custom-grid-bg {
    width: 100%;
    top: 39px;
    bottom: 0;
    left: 0px;
    right: 0px;
    position: absolute;
    background-color: #f1f5f7;
    overflow: auto;
}

.custom-topMenu-input {
    background-color: #8492a3;
    border: 1px solid #afbccc;
    color: #fff;
    padding: 0 5px;
    box-sizing: border-box;
    outline: none;
    height: 21px;
    width: 64px;
}

    .custom-topMenu-input:focus {
        background-color: #738191;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

.custom-topMenu-edit {
    color: #fff;
    display: inline-block;
    margin-left: 6px;
    height: 21px;
    line-height: 21px;
    margin-top: 1.5px;
}

    .custom-topMenu-edit span:nth-of-type(2) {
        margin-left: 10px;
    }

.custom-modules-ds * {
    -moz-user-select: none;
    -webkit-user-select: none;
}

.custom-modules-ds {
    background: url(images/grid.png) 0 0 repeat;
    padding-top: 12px;
    top: 39px;
}

    .custom-modules-ds .custom-div {
        box-shadow: 0 1px 5px rgba(0,0,0,.75);
        background-color: #f1f5f7;
        position: relative;
        z-index: 2;
        padding: 4px;
    }

        .custom-modules-ds .custom-div:before {
            content: "";
            position: absolute;
            z-index: 1;
            border: 1px dashed #8492a3;
            left: 3px;
            right: 3px;
            bottom: 3px;
            top: 3px;
            border-radius: 3px;
        }

    .custom-modules-ds .personalbtn:hover {
        color: #bbb !important;
    }




/*----------2017.05.03 书香门地----------*/

/*门户框架*/
.s-portal-bigbox {
    margin-left: 10px;
    margin-right: 10px;
    height: 100%;
}

.s-portal-bigbox-edit .s-portal-border {
    border: 1px solid #fff;
}



.s-portal-bigbox-edit .s-portal-bottom-nav {
    left: 10px;
    right: 10px;
}

    .s-portal-bigbox-edit .s-portal-bottom-nav .del-btn {
        display: none
    }

    .s-portal-bigbox-edit .s-portal-bottom-nav:hover .del-btn {
        background: url(images/custom-modules.png)0 -624px no-repeat;
        width: 24px;
        height: 24px;
        cursor: pointer;
        display: block;
        position: absolute;
        right: 0;
        top: -24px;
        z-index: 2;
    }

.s-portal-head-box, .s-portal-bottom-box {
    padding-top: 5px;
    padding-bottom: 5px;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0 1px 5px rgba(0,0,0,.75);
    margin-bottom: 10px;
    position: relative;
}

    .s-portal-head-box .s-portal-head {
        border: 1px dashed rgba(0,0,0,.2);
        margin: 0 auto;
        position: relative;
    }

.s-portal-bottom-nav {
    height: 38px;
    background-color: #f5f5f5;
    border-top: 1px solid #e6e6e6;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 20px;
    z-index: 0;
    display: flex;
    align-items: center;
}

.s-portal-logo {
    position: absolute;
    top: 0;
    left: 0;
}

.s-portal-head .custom-navgroup > a {
    margin-top: 17px;
}

.s-portal-head .custom-navgroup .member-name {
    line-height: inherit;
    margin-top: 22px;
}

.s-portal-logo {
    background-color: #fff;
}

.s-portal-head-box .s-portal-logo img {
    height: 100%;
    width: auto;
    float: left;
}

.s-portal-head-box .s-portal-logo .logo-title {
    float: left;
    color: #222;
    padding-left: 10px;
    font-size: 14px;
    line-height: 52px;
}

.s-portal-check {
    border: 1px solid #ffa200 !important;
}

.s-portal-head-box .s-portal-module {
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0,0,0,0.25);
    padding: 20px;
    padding-top: 0px;
    position: absolute;
    z-index: 4;
}

.s-portal-label-horizontal {
    position: absolute;
    left: 200px;
    top: 0;
    background-color: #fff;
}

    .s-portal-label-horizontal > ul > li {
        position: relative;
        float: left;
    }

    .s-portal-label-horizontal .label-nav {
        display: block;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 14px;
        color: #222;
        line-height: 52px;
        cursor: pointer;
    }

        .s-portal-label-horizontal .label-nav:hover,
        .s-portal-label-horizontal .label-nav-current {
            color: #637fa4;
        }

        .s-portal-label-horizontal .label-nav a {
            max-width: 250px;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            display: block;
        }

    .s-portal-label-horizontal .portal-label-selectdown {
        display: none;
    }

    .s-portal-label-horizontal > ul > li:hover .portal-label-selectdown {
        display: block;
    }

    .s-portal-label-horizontal .portal-label-selectdown {
        position: absolute;
        top: 55px;
        left: 0;
        box-shadow: 0 1px 4px rgba(0,0,0,0.25);
        background-color: #fff;
        z-index: 5;
    }

        .s-portal-label-horizontal .portal-label-selectdown:before {
            content: "";
            position: absolute;
            top: -9px;
            left: 15px;
            border-style: solid;
            border-width: 0 10px 10px 10px;
            border-color: transparent transparent #92a2b6 transparent;
        }

        .s-portal-label-horizontal .portal-label-selectdown:after {
            content: "";
            position: absolute;
            top: -7px;
            left: 17px;
            border-style: solid;
            border-width: 0 8px 8px 8px;
            border-color: transparent transparent #fff transparent;
        }

        .s-portal-label-horizontal .portal-label-selectdown > ul {
            width: 180px;
            height: 336px;
            overflow: auto;
            padding: 12px 0;
            box-sizing: border-box;
            border: 1px solid #92a2b6;
        }

.portal-label-selectdown .selectdown-item {
    height: 34px;
    padding-left: 15px;
    padding-right: 10px;
    color: #222;
    line-height: 34px;
    cursor: pointer;
}

.s-portal-label-horizontal .selectdown-item {
    padding-right: 20px;
}

    .s-portal-label-horizontal .selectdown-item a {
        max-width: 120px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

.portal-label-selectdown > ul > li:hover .selectdown-item {
    color: #fff;
    background-color: #92a2b6;
}

.portal-label-selectdown .selectdown-more {
    font-family: "宋体";
    font-size: 14px;
}

.s-portal-label-horizontal .selectdown-more-box {
    position: absolute;
    left: 170px;
    top: 0;
    width: 590px;
    height: 336px;
    overflow: auto;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #92a2b6;
    background-color: #fff;
    box-shadow: 2px 2px 4px rgba(0,0,0,.25);
    display: none;
}

.s-portal-label-horizontal .portal-label-selectdown > ul > li:hover .selectdown-more-box {
    display: block;
}

.selectdown-more-box .selectdown-more-list {
    margin-bottom: 35px;
}

.selectdown-more-box .selectdown-more-title {
    position: relative;
    color: #222;
    padding-bottom: 10px;
    padding-left: 10px;
}

    .selectdown-more-box .selectdown-more-title:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 2px;
        height: 12px;
        background-color: #92a2b6;
        margin-right: 8px;
    }

.selectdown-more-content span {
    color: #777;
    margin-right: 10px;
    line-height: 20px;
    cursor: pointer;
}

    .selectdown-more-content span:hover {
        color: #637fa4;
        text-decoration: underline;
    }

.s-portal-label-horizontal .s-portal-spread,
.s-portal-label-horizontal .s-portal-shrink {
    display: none;
}

.s-portal-label-horizontal .selectdown-item-icon {
    display: none;
}

.l-portal-content {
    padding: 6px;
    background-color: #f3f3f3;
    box-shadow: 0 1px 5px rgba(0,0,0,.75);
}

.s-portal-content {
    border: 1px dashed rgba(0,0,0,.2);
    position: relative;
    padding: 5px;
    margin: 0 auto;
    box-sizing: border-box;
}

.s-portal-content-left {
    position: relative;
    float: left;
    width: 180px;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
}

.s-portal-content-right {
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
    position: relative;
}

.s-portal-content-main {
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
    position: relative;
}

.s-portal-label-vertical {
    position: absolute;
    border: 1px solid #fff;
    float: left;
    width: 180px;
    box-sizing: border-box;
    background-color: #fff;
    margin-top: 15px;
}

    .s-portal-label-vertical > ul > li .label-nav {
        display: block;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 14px;
        color: #222;
        height: 34px;
        line-height: 34px;
        position: relative;
        cursor: pointer;
    }

        .s-portal-label-vertical > ul > li .label-nav a {
            display: block;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            margin-right: 10px;
        }

    .s-portal-label-vertical .s-portal-spread,
    .s-portal-label-vertical .s-portal-shrink {
        position: absolute;
        right: 5px;
        top: 6px;
        display: block;
        width: 20px;
        height: 20px;
        cursor: pointer;
    }

        .s-portal-label-vertical .s-portal-spread:before {
            content: "";
            position: absolute;
            top: 5px;
            left: 9px;
            width: 2px;
            height: 10px;
            background-color: #888;
        }

        .s-portal-label-vertical .s-portal-spread:after {
            content: "";
            position: absolute;
            top: 9px;
            left: 5px;
            width: 10px;
            height: 2px;
            background-color: #888;
        }

        .s-portal-label-vertical .s-portal-shrink:before {
            content: "";
            position: absolute;
            top: 9px;
            left: 5px;
            width: 10px;
            height: 2px;
            backgroung-color: #888;
        }

    .s-portal-label-vertical > ul > li .label-nav:hover,
    .s-portal-label-vertical > ul > li .label-nav-current {
        color: #637fa4;
    }

    .s-portal-label-vertical .selectdown-item-icon {
        display: block;
        width: 16px;
        height: 16px;
        background: url(./images/ui-door-design-icon.png) 0 0 no-repeat;
        float: left;
        margin-top: 9px;
        margin-right: 8px;
    }

    .s-portal-label-vertical .selectdown-item a {
        display: block;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        float: inherit;
        margin-right: 20px;
    }

    .s-portal-label-vertical .selectdown-more {
        position: absolute;
        top: 0;
        right: 10px;
    }

    .s-portal-label-vertical .portal-label-selectdown > ul > li:hover .selectdown-item-icon {
        background-position: 0 -16px;
    }

    .s-portal-label-vertical .portal-label-selectdown > ul > li {
        position: relative;
    }

    .s-portal-label-vertical .selectdown-more-box {
        display: none;
    }

    .s-portal-label-vertical .portal-label-selectdown > ul > li:hover .selectdown-more-box {
        display: block;
    }

    .s-portal-label-vertical .selectdown-more-box {
        position: absolute;
        left: 170px;
        top: 0;
        width: 590px;
        height: 336px;
        overflow: auto;
        padding: 20px;
        box-sizing: border-box;
        border: 1px solid #92a2b6;
        background-color: #fff;
        box-shadow: 2px 2px 4px rgba(0,0,0,.25);
        z-index: 5;
    }

.s-portal-bigbox-preview {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    overflow: auto;
    height: auto;
    background-color: #f3f3f3;
}

    .s-portal-bigbox-preview .l-portal-content {
        box-shadow: none;
        padding: 0;
        padding-top: 20px;
    }

    .s-portal-bigbox-preview .s-portal-head-box {
        box-shadow: none;
        margin-bottom: 0;
        padding: 0;
    }

    .s-portal-bigbox-preview .s-portal-head {
        border: none;
        background-color: transparent;
    }

    .s-portal-bigbox-preview .s-portal-content {
        border: none;
        padding: 0;
        background-color: transparent;
    }

    .s-portal-bigbox-preview .s-portal-head-box .s-portal-logo:hover,
    .s-portal-bigbox-preview .s-portal-label-vertical:hover,
    .s-portal-bigbox-preview .s-portal-label-horizontal:hover {
        border-color: #fff;
    }

    .s-portal-bigbox-preview .s-portal-content-main {
    }

    .s-portal-bigbox-preview .custom-navgroup {
        margin-right: 10px;
    }

    .s-portal-bigbox-preview .s-portal-label-vertical {
        margin-top: 0;
    }

/*内容弹出层*/
.s-custom-pop .substance_content .head input {
    float: left;
    transition: none;
    margin-top: 5px;
    margin-right: 6px;
    margin-left: 10px;
}

.s-custom-pop .substance_content .groupcheck {
    float: right;
    margin-left: 8px;
    margin-top: 6px;
    transition: none;
}

.s-custom-pop .substance_content .filterbtn {
    background: url(images/custom-modules.png) 0 -672px no-repeat;
    width: 24px;
    height: 24px;
    float: right;
}

.s-custom-pop .custom-operation-box {
    padding-left: 13px;
    padding-top: 10px;
    position: absolute;
    background-color: #ecedf0;
    right: 10px;
    left: 0;
    top: 0;
    z-index: 1;
}

.custom-operation-box-empty {
    padding-top: 35px;
}

.s-custom-pop .custom-operation {
    width: 24px;
    height: 24px;
    background: url(images/custom-modules.png) 0 -696px no-repeat;
    display: inline-block;
    margin-right: 6px;
    transition: none;
}

.s-custom-pop .custom-operation-add:hover {
    background-position: 0 -720px;
}

.s-custom-pop .custom-operation-reduce {
    background-position: 0 -744px;
}

    .s-custom-pop .custom-operation-reduce:hover {
        background-position: 0 -768px;
    }

.s-custom-pop .custom-operation-moveup {
    background-position: 0 -792px;
}

    .s-custom-pop .custom-operation-moveup:hover {
        background-position: 0 -816px;
    }

.s-custom-pop .custom-operation-movedown {
    background-position: 0 -840px;
}

    .s-custom-pop .custom-operation-movedown:hover {
        background-position: 0 -864px;
    }


.custom-popup .layout_content .s-pop-line-set .data {
    height: 120px;
}

.s-custom-pop .select-box {
    float: left;
    width: 50%;
    margin-right: 10px;
    margin-top: 10px;
}

.s-custom-pop .input-box-half {
    width: 50%;
    margin-right: 10px;
    float: left;
}

    .s-custom-pop .input-box-half input {
        text-align: center;
    }

.s-custom-pop .input-box input:disabled {
    background-color: #ecedf0;
}

.s-custom-pop .s-layout-color-div {
    float: left !important;
}

.custom-popup .s-custom-pop .color-popup {
    top: 33px;
}

.s-layout-color-div .color-popup ul li span {
    float: left;
    height: 24px;
    line-height: 24px;
    margin-right: 10px;
}

.s-layout-color-div .line-color-btn {
    border: 1px solid #d2d2d2;
    width: 24px;
    height: 24px;
    margin-top: 10px;
}

.custom-popup .icon-line-hgclr {
    width: 24px;
    height: 24px;
    background: url(images/custom-modules.png)0 -912px no-repeat;
    display: block;
    float: left;
    margin-right: 5px;
    margin-top: 10px;
}

.custom-popup .icon-line-distance {
    width: 24px;
    height: 24px;
    background: url(images/custom-modules.png)0 -888px no-repeat;
    display: block;
    float: left;
    margin-right: 5px;
    margin-top: 10px;
}

.s-custom-one-four .input-box {
    width: 21.555%;
    float: left;
}

.s-custom-half-box {
    float: left;
    width: 50%;
}

.s-portal-second-tab {
    margin-bottom: 10px;
}

    .s-portal-second-tab .tabbox-del-btn {
        float: right;
        width: 24px;
        height: 24px;
        background: url(images/24px.png) 0 -264px no-repeat;
        cursor: pointer;
    }

    .s-portal-second-tab .second-tab-nav {
        float: left;
    }

        .s-portal-second-tab .second-tab-nav a {
            float: left;
            height: 24px;
            padding-right: 10px;
            padding-left: 15px;
            border-radius: 12px;
            background-color: #fff;
            line-height: 24px;
            color: #555;
            cursor: pointer;
            margin-right: 10px;
            margin-bottom: 5px;
        }

            .s-portal-second-tab .second-tab-nav .current,
            .s-portal-second-tab .second-tab-nav a:hover {
                background-color: #555;
                color: #fff;
            }

            .s-portal-second-tab .second-tab-nav a .second-tab-nav-delbtn {
                float: right;
                width: 16px;
                height: 16px;
                margin-top: 5px;
                margin-left: 5px;
            }

                .s-portal-second-tab .second-tab-nav a .second-tab-nav-delbtn:before {
                    content: "\e90f";
                    display: block;
                    width: 16px;
                    height: 24px;
                    font-family: 'protalicon' !important;
                    font-size: 18px;
                    margin-top: -4px;
                }

.l-portal-content-screen {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 5px;
    top: 90px;
}

.l-portal-content-left-screen {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 5px;
    top: 90px;
}

.l-portal-content-right-screen {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 5px;
    top: 90px;
}

    .l-portal-content-screen .s-portal-content,
    .l-portal-content-left-screen .s-portal-content,
    .l-portal-content-right-screen .s-portal-content {
        height: 100%;
    }

.s-portal-content-right-screen {
    position: absolute;
    left: 5px;
    top: 5px;
    right: 5px;
    bottom: 5px;
    height: auto !important;
    overflow: auto;
}

.s-portal-content-left-screen {
    position: absolute;
    left: 5px;
    top: 5px;
    bottom: 5px;
    height: auto !important;
}

.s-portal-bigbox-preview .l-portal-content-screen,
.s-portal-bigbox-preview .l-portal-content-left-screen,
.s-portal-bigbox-preview .l-portal-content-right-screen {
    left: 0;
    right: 0;
    bottom: 39px !important;
    height: auto;
    padding-bottom: 20px;
    overflow: hidden;
}

.s-portal-bigbox-preview .s-portal-content-right-screen {
    top: 0;
    right: 0;
    bottom: 0;
}

.s-portal-bigbox-preview .s-portal-content-left-screen {
    top: 0;
    bottom: 0;
    left: 0;
}


/*书香门第（第三模板）*/
.s-thirdModul-line:before {
    content: "";
    position: absolute;
    height: 50px;
    width: 100%;
    background-color: #fbfbfb;
    top: -5px;
    border-bottom: 1px solid #eaeaea;
}

.s-thirdModul-navbox {
    padding-top: 5px;
    padding-bottom: 5px;
    box-sizing: border-box;
    background-color: #4c5a65;
    box-shadow: 0 1px 5px rgba(0,0,0,.75);
    margin-bottom: 10px;
}

.s-thirdModul-nav {
    position: relative;
    border: 1px dashed rgba(0,0,0,.2);
    margin: 0 auto;
}

.s-thirdModul-navleft {
    float: left;
    padding-left: 5px;
}

    .s-thirdModul-navleft > a {
        display: block;
        width: 186px;
        background-color: #384651;
        line-height: 40px;
        padding-left: 10px;
        color: #fff;
        font-size: 14px;
    }

.s-thirdModul-navright {
    float: left;
    margin-left: 10px;
}

    .s-thirdModul-navright li {
        float: left;
    }

.s-thirdModul-nav-item {
    display: block;
    line-height: 40px;
    padding: 0 12px;
    color: #fff;
    font-size: 14px;
}

.s-thirdModul-nav-l {
    position: absolute;
    border: 1px solid transparent;
}

    .s-thirdModul-nav-l li {
        float: left;
    }

    .s-thirdModul-nav-l .s-thirdModul-nav-item {
        line-height: 38px;
    }

.s-thirdModul-top {
    height: 40px;
    line-height: 40px;
    color: #666;
    opacity: .5;
}

.clrf00 {
    color: red;
}

.s-thirdModul-collect-btn, .s-thirdModul-trolley-btn {
    position: relative;
    padding-left: 30px;
    float: right;
    padding-right: 25px;
    cursor: pointer;
}

    .s-thirdModul-collect-btn:before {
        content: "";
        position: absolute;
        top: 14px;
        left: 0;
        width: 25px;
        height: 18px;
        background: url(images/bg_list.png) -5px -334px no-repeat;
    }

    .s-thirdModul-trolley-btn:before {
        content: "";
        position: absolute;
        top: 11px;
        left: 0;
        width: 25px;
        height: 18px;
        background: url(images/bg_list.png) -5px -454px no-repeat;
    }

.s-thirdModul-caret {
    display: block;
    width: 16px;
    height: 16px;
    background: url(images/16px.png) -48px -32px no-repeat;
    float: left;
    margin-top: 12px;
    margin-left: 2px;
}

.s-thirdModul-message-box {
    position: relative;
    float: left;
    margin-left: 30px;
    padding-left: 30px;
}

    .s-thirdModul-message-box:before {
        content: "";
        position: absolute;
        top: 11px;
        left: 0;
        width: 25px;
        height: 18px;
        background: url(images/bg_list.png) -5px -380px no-repeat;
    }

.s-thirdModul-order-btn {
    display: block;
    width: 110px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    background-color: #f89d3b;
    border-color: #f79122;
    margin-right: 8px;
    font-size: 16px;
    margin-top: 30px;
    cursor: pointer;
}

    .s-thirdModul-order-btn span {
        position: relative;
        padding-left: 20px;
    }

        .s-thirdModul-order-btn span:before {
            content: "";
            position: absolute;
            top: -4px;
            left: -11px;
            width: 28px;
            height: 28px;
            background: url(images/bg_list.png) 0 -218px no-repeat;
        }

.s-thirdModul-input-box {
    float: right;
    margin-top: 30px;
    margin-right: 15px;
}

.s-thirdModul-input-div {
    overflow: hidden;
    width: 354px;
    float: left;
    border: 2px solid #e62d28;
    height: 40px;
    box-sizing: border-box;
    padding-left: 30px;
    background: url( images/logo_search.png) 10px center no-repeat;
}

    .s-thirdModul-input-div input {
        width: 100%;
        border: none;
        height: 36px;
    }

        .s-thirdModul-input-div input:disabled {
            background: transparent;
        }

.s-thirdModul-input-box .top-search-btn {
    float: left;
    display: block;
    width: 72px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background-color: #e62d28;
    text-align: center;
    cursor: pointer;
}

.s-thirdModul-opacity5 {
    opacity: .5;
}

.s-thirdModul-title-box {
    position: absolute;
    border: 1px solid transparent;
    padding: 10px;
}

    .s-thirdModul-title-box span {
        font-size: 18px;
    }

    .s-thirdModul-title-box p {
        padding-top: 5px;
    }

.s-thirdModul-content-left {
    width: 182px;
    min-height: 300px;
    overflow: hidden;
    float: left;
    position: inherit;
    border: 1px solid #d2d2d2;
    margin-top: 0;
    padding-top: 10px;
    background-color: #f4f5f6;
}

    .s-thirdModul-content-left:hover {
        overflow: visible;
    }

.s-thirdModul-content-right {
    overflow: hidden;
    background-color: #fff;
}

.s-portal-bigbox-preview .s-thirdModul-navbox {
    padding: 0;
    margin-bottom: 0;
}

.s-portal-bigbox-preview .s-thirdModul-top {
    opacity: 1;
}

.s-portal-bigbox-preview .s-thirdModul-nav {
    border: none;
}

.s-portal-bigbox-preview .s-thirdModul-content-left:hover {
    border-color: #d2d2d2;
}

.s-portal-bigbox-preview .s-thirdModul-line:before {
    content: "";
    position: absolute;
    height: 40px;
    width: 100%;
    background-color: #fbfbfb;
    top: 0;
    border-bottom: 1px solid #eaeaea;
}

.s-portal-bigbox-preview .s-thirdModul-navleft {
    padding-left: 0;
}

.s-portal-bigbox-preview .s-thirdModul-opacity5 {
    opacity: 1;
}

















ul, li, p {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.o-modulesmanage-input input {
    border: none;
}

/*颜色*/
.clr4068 {
    color: #40688e;
}

.clra0 {
    color: #a0a0a0
}

/*距离*/
.ui-mr15 {
    margin-right: 15px;
}

.ui-mr10 {
    margin-right: 10px;
}

.ui-mt5 {
    margin-top: 5px
}

.ui-mr20 {
    margin-right: 20px;
}

.ui-mt10 {
    margin-top: 10px;
}

.ui-ml10 {
    margin-left: 10px;
}

.ui-mb15 {
    margin-bottom: 15px;
}

/*padding*/
.ui-p10 {
    padding: 10px;
}

/**/
.cursor {
    cursor: pointer;
}

.hover-line:hover {
    text-decoration: underline;
}

/*布局*/
/*标题栏*/
.navbar-wrapper {
}
/*主体布局*/
.main-fluid {
}
/*底部导航条*/
.foot-wrapper {
}
/*二级导航条*/
.subnav-wrapper {
}
/*主体布局主体*/
.main-content {
}
/*整体弹出层*/
.main-popview-bg {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(88,101,120,.3);
    z-index: 4
}
/*2017.06.07将z-index:2改为z-index:4;*/
.main-popview {
    border: 1px solid #516580;
    position: fixed;
    left: 50%;
    top: 50%;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
    z-index: 4
}
    /*2017.06.07增加z-index:4;*/
    .main-popview .head {
        height: 31px;
        background-color: #d9e1ed;
        border-bottom: 1px solid #c7d1df;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        padding: 0 10px;
        line-height: 30px;
    }

        .main-popview .head .title {
            font-size: 12px;
            font-weight: bold;
            color: #5a6e86;
        }

        .main-popview .head .closebtn {
            background: url(images/16px.png) 0 -16px no-repeat;
            cursor: pointer;
            width: 16px;
            height: 16px;
            margin-top: 7px;
        }

            .main-popview .head .closebtn:hover {
                background-position: -16px -16px;
            }

    .main-popview .content {
    }

        .main-popview .content .subnav {
            height: 30px;
            background-color: #f4f5f9;
            position: relative;
        }

            .main-popview .content .subnav:after {
                content: "";
                position: absolute;
                left: 0;
                right: 0;
                bottom: 0;
                background-color: #d3dbe8;
                height: 1px;
            }

            .main-popview .content .subnav .subnav-title {
                color: #222222;
                padding-top: 6px;
                margin-left: 10px;
            }

        .main-popview .content .sub-content {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
        }
        /*2017.05.23修改了top数值变成0px*/
        .main-popview .content .left-part .sub-content {
            top: 30px;
        }
        /* 2017.07.13添加*/
        .main-popview .content .right-part .sub-content {
            top: 30px;
        }
    /* 2017.07.13添加*/
    .main-popview .bottom {
    }

/*布局结束*/


/*基本插件*/
/*tabs*/
.widgets-tab {
}

    .widgets-tab ul {
    }

        .widgets-tab ul li {
        }

            .widgets-tab ul li a {
                text-decoration: none;
            }

            .widgets-tab ul li .close:before {
                content: "";
                font-family: "宋体";
                cursor: pointer;
            }
/*btn*/
.widgets-btn {
}
/*图片*/
.img-16 {
    background: url(images/16px.png) 0 0 no-repeat;
    display: block;
}

.img-24 {
    background: url(images/24px.png) 0 0 no-repeat;
    display: block;
}

.img-20 {
    background: url(images/20px.png) 0 0 no-repeat;
    display: block;
}
/*图标*/
.i-more {
    background-position: 0 0px;
}

.i-file {
    background-position: 0px -48px;
}

.i-save {
    background-position: 0 -72px;
}

.i-public {
    background-position: 0 -96px;
}

.i-insert-modules {
    background-position: 0 -120px;
}

.i-modules-manage {
    background-position: 0 -144px;
}

.i-install {
    background-position: 0 0;
}

.i-modules-on {
    background-position: 0 -40px;
}

.i-modules-off {
    background-position: 0 -60px;
}

.i-search {
    background-position: 0 -80px;
}

.i-del {
    background-position: 0 -20px;
}

.i-task {
    background-position: 0 -100px;
}

.i-notice {
    background-position: 0 -120px;
}
/*输入框*/
.widgets-input {
}

    .widgets-input .title {
    }

    .widgets-input .input-div {
        overflow: hidden;
    }

        .widgets-input .input-div input {
            background: transparent;
            width: 100%;
            outline: none;
            border: none;
            font-size: 12px;
            padding: 0 5px;
            box-sizing: border-box;
            font-family: "微软雅黑"
        }
/*下拉列表*/
.widgets-dropdown {
}

/*列表*/
.widgets-list {
}

    .widgets-list ul {
    }

        .widgets-list ul li {
        }
/*基本插件结束*/


/*整个主体内容*/
.o-all-navbar {
    background-color: #e0e7f1;
    height: 31px;
}

.o-all-main {
    position: absolute;
    top: 31px;
    bottom: 29px;
    left: 0;
    right: 0;
}

.o-all-subnav {
    height: 39px;
    background-color: #92a2b6;
    position: relative;
}

    .o-all-subnav:before {
        content: "";
        position: absolute;
        height: 1px;
        background-color: #788da8;
        left: 0;
        right: 0;
    }

    .o-all-subnav:after {
        content: "";
        position: absolute;
        height: 1px;
        background-color: #788da8;
        left: 0;
        right: 0;
        bottom: 0;
    }

.o-all-foot {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #e0e7f1;
    height: 28px;
}

    .o-all-foot:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        background-color: #d3dbe9;
        height: 1px;
    }

.o-all-maincontent {
    position: absolute;
    top: 69px;
    bottom: 28px;
    left: 0;
    right: 0;
}

.o-personal-navtab {
    background-color: #8492a3;
    overflow: hidden;
    border-bottom: 1px solid #788da6
}

    .o-personal-navtab .widgets-tab ul li {
        float: left;
        background-color: #8492a3;
        color: #fff;
        box-sizing: border-box;
        padding: 0 10px;
        height: 20px;
        line-height: 20px;
        border-right: 1px solid #72859c;
        width: 133px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

        .o-personal-navtab .widgets-tab ul li a {
            color: rgba(255,255,255,0.6);
            overflow: hidden;
            white-space: nowrap;
        }

    .o-personal-navtab .widgets-tab ul .current {
        background-color: #92a2b6;
    }

        .o-personal-navtab .widgets-tab ul .current a {
            color: rgba(255,255,255,1)
        }

    .o-personal-navtab .widgets-tab ul li .close {
        content: "";
        width: 16px;
        height: 16px;
        background: url(images/16px.png) 0 0 no-repeat;
        display: block;
        float: right;
        cursor: pointer;
        margin-right: -8px;
        margin-top: 2px;
        margin-left: 3px;
    }

    .o-personal-navtab .widgets-tab ul li:hover {
        background-color: #92a2b6;
        cursor: pointer;
    }

        .o-personal-navtab .widgets-tab ul li:hover a {
            color: rgba(255,255,255,1)
        }

    .o-personal-navtab .add-btn {
        height: 20px;
        padding: 0 18px;
        cursor: pointer;
        position: relative;
        background-position: 5px -26px;
        float: left;
    }

        .o-personal-navtab .add-btn:after {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            width: 1px;
            background-color: #72859c
        }

        .o-personal-navtab .add-btn:hover {
            background-color: #92a2b6;
        }

.o-all-subnav-icon {
    background-position-x: 2px;
    float: left;
    color: #fff;
    height: 24px;
    line-height: 24px;
    padding-left: 25px;
    padding-right: 6px;
    font-family: "微软雅黑";
    cursor: pointer;
    border: 1px solid transparent;
}

.o-subnav-p {
    margin-top: 6px;
    margin-left: 2px;
    margin-right: 2px;
}

.o-all-subnav-icon:hover {
    border: 1px solid #fff;
    border-radius: 2px;
    text-decoration: none;
    color: #fff;
}

.o-all-subnav .line-s {
    height: 16px;
    width: 1px;
    background-color: #fff;
    margin: 0 12px;
    margin-top: 11px;
    float: left;
    display: block;
}

    .o-all-subnav .line-s + [class*="i-"] {
        margin-right: 0px;
        margin-left: 0px;
    }

.o-all-subnav-popview {
    position: fixed;
    left: 60px;
    top: 69px;
    width: 180px;
    max-height: 210px;
    z-index: 1;
}

.o-all-subnav-popbox {
    background-color: #fff;
    padding: 10px 0;
    box-shadow: 0 0 5px rgba(0,0,0,.4);
    max-height: 300px;
    overflow: auto;
}

    .o-all-subnav-popbox ul li a {
        display: block;
        height: 26px;
        line-height: 26px;
        padding: 0 10px;
        cursor: pointer;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #222
    }

        .o-all-subnav-popbox ul li a:hover {
            background-color: #ecedf0;
            text-decoration: none;
            font-weight: bold;
        }

.o-modulesmanage-popview .main-popview {
    width: 818px;
    height: 510px;
    margin-left: -409px;
    margin-top: -255px;
}

.o-modulesmanage-popview .content {
    position: absolute;
    top: 62px;
    bottom: 0px;
    left: 0;
    right: 0;
    overflow: hidden;
}
/*2017.05.24修改了top数值变成62px*/
.main-popview-bg .o-modulesmanage-popview .content {
    top: 32px;
}
/* 2017.07.13添加*/
.o-modulesmanage-popview .content .left-part {
    width: 412px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    overflow: auto;
}

.o-modulesmanage-popview .content .right-part {
    width: 406px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

    .o-modulesmanage-popview .content .right-part:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 1px;
        background-color: #dadae4;
        z-index: 1;
    }

.o-modulesmanage-list {
    padding: 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
}

    .o-modulesmanage-list ul li {
        height: 30px;
        background-color: #f2f6f9;
        border: 1px solid #dddddf;
        margin-bottom: 2px;
        padding: 0 8px;
        line-height: 30px;
    }

        .o-modulesmanage-list ul li:hover {
            background-color: #dde5f0;
            -webkit-transition: all .2s ease-in;
        }

        .o-modulesmanage-list ul li p {
            margin-left: 10px;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            color: #222
        }

.o-modulesmanage-popview .left-part .o-modulesmanage-list ul li [class*="i-"] {
    width: 20px;
    height: 20px;
    margin-top: 5px;
}

.o-modulesmanage-popview .right-part .o-modulesmanage-list ul li p {
    margin-left: 0px;
}

.o-modulesmanage-input {
    margin-bottom: 10px;
}

    .o-modulesmanage-input .i-search {
        width: 20px;
        height: 20px;
        margin-top: -3px;
    }

    .o-modulesmanage-input input {
    }

    .o-modulesmanage-input .all-choose {
        color: #395f84;
        margin-right: 8px;
        cursor: pointer;
    }

        .o-modulesmanage-input .all-choose:hover {
            font-weight: bold;
        }

.o-modulesmanage-popview .left-part .o-modulesmanage-list ul li .i-install, .o-modulesmanage-popview .left-part .o-modulesmanage-list ul li .i-del {
    display: none
}

.o-modulesmanage-popview .left-part .o-modulesmanage-list ul li:hover .i-install, .o-modulesmanage-popview .left-part .o-modulesmanage-list ul li:hover .i-del {
    display: block;
    cursor: pointer;
}

.o-all-foot .img-20 {
    height: 20px;
    padding-left: 20px;
    margin-top: 4px;
    margin-right: 20px;
    line-height: 20px;
    cursor: pointer
}

    .o-all-foot .img-20:hover {
        text-decoration: none;
    }

.o-all-subnav-input {
    margin-right: 15px;
}

    .o-all-subnav-input .widgets-input .title {
        color: #fff;
        margin-top: 5px;
    }

    .o-all-subnav-input .widgets-input .input-div {
        width: 64px;
        height: 21px;
        border: 1px solid #afbccc;
        background-color: #8492a3;
        margin-top: 8px;
    }

        .o-all-subnav-input .widgets-input .input-div input {
            color: #fff;
            margin-top: 3px;
        }

.o-personal-navtab + .custom-grid-bg {
    top: 59px;
}

.o-modulesmanage-list ul .current {
    background-color: #dde5f0
}

/*提醒消息*/
.custom-modules .remind-msg {
    /*display:table;
    width:100%;*/
    overflow: hidden;
    /*margin-top: -10px*/
}

    .custom-modules .remind-msg .item-cell {
        /*display:table-cell;*/
        float: left;
        box-sizing: border-box;
        min-width: 80px;
        padding-right: 10px;
        margin-top: 10px;
        width: 33.3333%;
    }

        .custom-modules .remind-msg .item-cell p {
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

        .custom-modules .remind-msg .item-cell .divcell {
            width: 100%;
            height: 100%;
            padding: 23px;
            box-sizing: border-box;
            text-align: Center;
        }

    .custom-modules .remind-msg .blue {
        background-color: #b7e2f8;
        color: #109fe9
    }

    .custom-modules .remind-msg .orange {
        background-color: #ffd0c2;
        color: #fa6934
    }

    .custom-modules .remind-msg .cyan {
        background-color: #cdeeed;
        color: #50b6b0
    }

    .custom-modules .remind-msg .green {
        background-color: #cbeac7;
        color: #52bb45
    }

.ui-fs24 {
    font-size: 24px
}
/*我的资料*/
.custom-modules .personal-msg img {
    margin: 10px 0;
    max-width: 100%;
}

.custom-modules .personal-msg .msg-item {
    margin-top: 10px;
}

    .custom-modules .personal-msg .msg-item strong {
        color: #222;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .custom-modules .personal-msg .msg-item p {
        color: #777;
        margin-top: 5px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

.custom-modules-mainnav .custom-logoset .logo {
    height: 66px;
    float: left;
    margin-right: 10px;
}

    .custom-modules-mainnav .custom-logoset .logo img {
        height: 100%;
        width: auto;
    }

.custom-modules-mainnav .custom-logoset {
    border: 1px solid transparent;
    float: left;
    margin-left: 40px;
    height: 66px;
}

.custom-modules-ds .custom-modules-mainnav .custom-logoset:hover {
    border: 1px solid #ffa200;
    box-shadow: 0 1px 5px rgba(0,0,0,0.75);
}

.custom-modules-mainnav {
    line-height: 68px;
}

    .custom-modules-mainnav .title {
        font-size: 16px;
        float: left;
        margin-right: 20px;
    }

/*logo设置*/
.custom-logo-popup {
    width: 256px;
    height: 245px;
}

.custom-popup .color-div {
    position: relative;
    float: right;
    margin-top: 0px !important;
}

.custom-popup .color-btn {
    cursor: pointer;
    position: relative;
    margin-top: 3px;
}

    .custom-popup .color-btn .a {
        display: block;
        color: #222;
        font-size: 15px;
        width: 26px;
        text-align: center;
        cursor: pointer !important;
    }

    .custom-popup .color-btn .color-line {
        display: block;
        height: 5px !important;
        width: 16px;
        margin-left: 5px !important;
        margin-right: 0 !important;
        margin-top: -3px;
        position: absolute;
    }

.custom-popup .color-popup {
    z-index: 2;
    box-shadow: 0 0 6px rgba(0,0,0,0.2);
    background-color: #fff;
    position: absolute;
    right: 0px;
    border: 1px solid #a8a8a8;
    padding: 7px;
    top: 28px;
    padding-top: 5px;
    padding-bottom: 7px;
    width: 90px;
}

    .custom-popup .color-popup ul li {
        padding-left: 24px;
        position: relative;
        display: block;
        overflow: hidden;
    }

        .custom-popup .color-popup ul li span {
            float: left;
        }

        .custom-popup .color-popup ul li:hover {
            cursor: pointer;
        }

            .custom-popup .color-popup ul li:hover:after {
                position: absolute;
                left: 3px;
                content: "";
                width: 6px;
                height: 1px;
                background-color: #666666;
                transform: rotate(38deg);
                top: 12px;
            }

            .custom-popup .color-popup ul li:hover:before {
                position: absolute;
                left: 7px;
                content: "";
                width: 10px;
                height: 1px;
                background-color: #666666;
                transform: rotate(132deg);
                top: 10px;
            }

        .custom-popup .color-popup ul li .color-square {
            width: 16px;
            height: 16px;
            display: block;
            margin-right: 0px;
            margin-top: 5px;
            margin-left: -5px;
        }

.custom-logo-popup .detail .company-logo {
    height: 60px;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 20px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

    .custom-logo-popup .detail .company-logo form {
        opacity: 0;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        cursor: pointer;
    }

        .custom-logo-popup .detail .company-logo form input[type="file"] {
            width: 100%;
            height: 100%;
            cursor: pointer;
        }

    .custom-logo-popup .detail .company-logo img {
        height: 100%;
    }

.custom-logo-popup .popup-savebtn {
    border-top: 1px solid transparent;
}

.custom-qr-popup .substance_content .detail .color-btn .a {
    line-height: 24px;
    margin-top: 12px;
}

.custom-qr-popup .substance_content .detail .color-popup {
    top: 36px;
}

.custom-qr-popup .color-popup ul li span {
    float: left;
    height: 24px;
    margin-right: 10px;
    line-height: 24px;
}
/*提醒信息*/
.custom-remindmsg-popup {
    min-width: 256px;
    min-height: 290px;
}

.custom-popup .detail .addrelativebtn {
    float: left;
    color: #4c6788;
    cursor: pointer;
    position: relative;
    padding-left: 3px;
    margin-left: 12px;
    height: 24px;
    line-height: 24px;
}

    .custom-popup .detail .addrelativebtn:after {
        position: absolute;
        content: "";
        width: 2px;
        height: 10px;
        background-color: #4c6788;
        left: -6px;
        top: 7px;
    }

    .custom-popup .detail .addrelativebtn:before {
        position: absolute;
        content: "";
        width: 10px;
        height: 2px;
        background-color: #4c6788;
        left: -10px;
        top: 11px;
    }

    .custom-popup .detail .addrelativebtn:hover {
        text-decoration: underline;
    }

.custom-popup .lightcolor-div {
    float: right;
    position: relative;
}

    .custom-popup .lightcolor-div .colorbtn {
        cursor: pointer;
        width: 21px;
        height: 22px;
        text-align: center;
        line-height: 22px;
        display: block;
        margin-left: 5px;
        font-size: 14px;
    }

    .custom-popup .lightcolor-div .color-square {
        width: 46px !important;
        text-align: center;
    }

    .custom-popup .lightcolor-div .blue {
        background-color: #b7e2f8;
        color: #109fe9
    }

    .custom-popup .lightcolor-div .orange {
        background-color: #ffd0c2;
        color: #fa6934
    }

    .custom-popup .lightcolor-div .cyan {
        background-color: #cdeeed;
        color: #50b6b0
    }

    .custom-popup .lightcolor-div .green {
        background-color: #cbeac7;
        color: #52bb45
    }

    .custom-popup .lightcolor-div .purple {
        background-color: #ccc1da;
        color: #8064a2
    }

.custom-popup .i-consult {
    cursor: pointer;
    width: 24px;
    height: 16px;
    background: url(images/custom-modules.png) 0 -532px no-repeat;
    margin-bottom: 4px;
}

.custom-remindmsg-popup .substance_content .detail .input-box {
    background-color: #fff;
    border: 1px solid #d2d2d2;
    margin-bottom: 5px;
}

.custom-remindmsg-popup .substance_content .detail .add-iconbtn {
    width: 26px;
    height: 26px;
    border: 1px solid #d2d2d2;
    display: block;
    margin-right: 2px;
    background-color: #fff;
    position: relative;
    cursor: pointer;
}

    .custom-remindmsg-popup .substance_content .detail .add-iconbtn:after {
        content: "";
        width: 2px;
        height: 10px;
        background-color: #b1b1b1;
        position: absolute;
        left: 50%;
        margin-left: -1px;
        top: 50%;
        margin-top: -5px;
    }

    .custom-remindmsg-popup .substance_content .detail .add-iconbtn:before {
        content: "";
        width: 10px;
        height: 2px;
        background-color: #b1b1b1;
        position: absolute;
        left: 50%;
        margin-left: -5px;
        top: 50%;
        margin-top: -1px;
    }

.custom-remindmsg-popup .substance_content .detail .input-box input {
    border: 1px solid transparent;
}

.custom-remindmsg-popup .substance_content .detail .linkbtn {
    background: url(images/custom-modules.png) 0 -456px no-repeat;
    width: 24px;
    height: 24px;
    float: left;
}

.custom-popup .substance_content .detail .widgets-icon-list ul {
    height: 200px;
    overflow: auto;
    padding-bottom: 33px;
}

.ui-relative {
    position: relative;
}

.ui-mt5 {
    margin-top: 5px;
}

.ui-mb5 {
    margin-bottom: 5px;
}

.ui-mt10 {
    margin-top: 10px;
}

.custom-remindmsg-popup .lightcolor-div .colorbtn {
    width: 17px;
    height: 17px;
    line-height: 17px;
    margin-right: 5px;
    margin-top: 4px;
}

.custom-remindmsg-popup .detail .substance_content .detail .maincontent {
    height: 300px;
    overflow: auto;
    width: 258px;
    margin: 0 -15px;
    padding: 0 15px;
    margin-top: -10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.custom-remindmsg-popup .detail .substance_content .detail {
    padding-bottom: 0px
}

    .custom-remindmsg-popup .detail .substance_content .detail .grouplist {
        padding-right: 24px;
        position: relative;
    }

        .custom-remindmsg-popup .detail .substance_content .detail .grouplist:after {
            content: "";
            position: absolute;
            right: -1px;
            top: 32px;
            bottom: 12px;
            background-color: #d2d2d2;
            width: 1px;
            right: 0;
            display: block;
        }

        .custom-remindmsg-popup .detail .substance_content .detail .grouplist:before {
            content: "";
            position: absolute;
            right: -1px;
            top: 32px;
            bottom: 12px;
            border-top: 1px solid #d2d2d2;
            border-bottom: 1px solid #d2d2d2;
            width: 24px;
            right: 0;
            display: block;
        }

        .custom-remindmsg-popup .detail .substance_content .detail .grouplist .closebtn {
            width: 24px;
            height: 24px;
            position: relative;
            cursor: pointer;
            border: none;
            background: #ecedf1 url(images/custom-modules.png) 0 -480px no-repeat;
            position: absolute;
            top: 50%;
            margin-top: 0px;
            right: -12px;
            z-index: 1
        }
/*导航设置*/
.custom-nav-popup {
    min-width: 258px;
    min-height: 235px;
}

    .custom-nav-popup .addbtn {
        background: url(images/custom-modules.png)0 -360px;
        width: 24px;
        height: 24px;
        float: right !important;
        cursor: pointer;
        margin-right: 0px !important;
    }

        .custom-nav-popup .addbtn:hover {
            background-position: 0 -384px;
            transition: none;
        }

    .custom-nav-popup .input-title {
        float: left;
        margin-right: 10px;
        height: 24px;
        line-height: 24px;
    }

    .custom-nav-popup .substance_content .detail .input-box {
        background-color: #fff;
        border: 1px solid #d2d2d2;
        margin-bottom: 5px;
    }

        .custom-nav-popup .substance_content .detail .input-box input {
            border: 1px solid transparent;
        }

    .custom-nav-popup .substance_content .detail .linkbtn {
        background: url(images/custom-modules.png) 0 -456px no-repeat;
        width: 24px;
        height: 24px;
        float: left;
    }

.custom-popup .substance_content .detail .cleanbtn {
    float: right;
    width: 24px;
    height: 24px;
    position: relative;
    cursor: pointer;
    border: none;
    background: url(images/custom-modules.png) 0 -480px no-repeat;
}

    .custom-popup .substance_content .detail .cleanbtn:hover {
        background-position: 0 -504px;
        transition: none;
    }

.left {
    float: left;
}

.right {
    float: right;
}

.overflow-h {
    overflow: hidden;
}

.custom-nav-popup .substance_content .detail {
    padding: 0
}

    .custom-nav-popup .substance_content .detail .maincontent {
        height: 192px;
        overflow: auto;
        padding: 10px 15px;
    }

    .custom-nav-popup .substance_content .detail .popup-savebtn {
        margin: 0px;
    }

.custom-nav-popup .filter_content {
    width: 969px;
    height: 501px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .custom-nav-popup .filter_content iframe {
        position: absolute;
        top: 36px;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        border: none;
    }

    .custom-nav-popup .filter_content .subnav {
        border-bottom: 1px solid #c7c8ca;
        background-color: #ecedf1;
        position: relative;
        z-index: 3
    }

        .custom-nav-popup .filter_content .subnav a {
            height: 36px;
            line-height: 36px;
            padding: 0 20px
        }

        .custom-nav-popup .filter_content .subnav .title {
            position: relative;
            cursor: pointer;
        }

            .custom-nav-popup .filter_content .subnav .title:after {
                content: "";
                border-style: solid;
                border-width: 4px 4px 0 4px;
                border-color: #676767 transparent transparent transparent;
                position: absolute;
                right: 5px;
                top: 7px;
            }

            .custom-nav-popup .filter_content .subnav .title:hover {
                font-weight: bold;
            }

        .custom-nav-popup .filter_content .subnav ul li {
            float: left;
            position: relative;
        }

            .custom-nav-popup .filter_content .subnav ul li ul {
                display: none;
            }

            .custom-nav-popup .filter_content .subnav ul li:hover ul {
                display: block;
                background-color: #fff;
                position: absolute;
                box-shadow: 0 0 6px rgba(0,0,0,0.2);
                min-width: 100px;
                overflow: auto;
                max-height: 400px;
            }
                /*2017.06.26 添加 overflow: auto; max-height: 400px;*/
                .custom-nav-popup .filter_content .subnav ul li:hover ul li {
                    float: inherit;
                    cursor: pointer;
                    ;
                    text-overflow: ellipsis;
                    overflow: hidden;
                    white-space: nowrap;
                }

                    .custom-nav-popup .filter_content .subnav ul li:hover ul li:hover {
                        background-color: #f1f1f1;
                        font-weight: bold
                    }
/*选择模板*/
.custom-chooseitem {
    padding-top: 60px;
    padding-left: 70px;
}

    .custom-chooseitem input {
        width: 240px;
        height: 26px;
        border: 1px solid #dddddd;
        outline: none;
        padding: 0 5px;
        box-sizing: border-box;
    }

    .custom-chooseitem label {
        width: 100px;
        text-align: left;
        height: 26px;
        line-height: 26px;
        display: inline-block;
        float: left;
    }

    .custom-chooseitem .modules-a, .custom-chooseitem .modules-b, .custom-chooseitem .modules-c {
        width: 40px;
        height: 40px;
        background: url(images/custom-moduleschoose.png) 0 -40px no-repeat;
        display: block;
        cursor: pointer;
        margin-right: 10px;
        border: 1px solid transparent;
    }

        .custom-chooseitem .modules-a:hover {
            border: 1px solid #788da6
        }

    .custom-chooseitem .modules-b {
        background-position: -40px -40px;
    }

        .custom-chooseitem .modules-b:hover {
            border: 1px solid #788da6
        }

    .custom-chooseitem .modules-c {
        background-position: 0px -80px;
    }

        .custom-chooseitem .modules-c:hover {
            border: 1px solid #788da6
        }

    .custom-chooseitem .selected {
        border: 1px solid #788da6
    }

    .custom-chooseitem .dialog-content {
        width: auto !important;
        height: auto !important;
        padding: 40px !important
    }

.clrred {
    color: red;
}

.custom-chooseitem .clrred {
    font-weight: bold;
    line-height: 20px;
}
/*右上角按钮*/
.custom-navgroup {
    margin-right: 40px;
}

    .custom-navgroup .i-quitbtn, .custom-navgroup .i-t1btn, .custom-navgroup .i-msgbtn, .custom-navgroup .i-pswbtn, .custom-navgroup .i-default-off, .custom-navgroup .i-default-on {
        /*background: url(images/custom-navbtn.png) 0 0 no-repeat;*/
        width: 24px;
        height: 24px;
        display: block;
        cursor: pointer;
        margin-top: 22px;
        margin-left: 15px;
        font-size: 24px;
        color: #b4b4b4
    }

        .custom-navgroup .i-quitbtn:hover, .custom-navgroup .i-t1btn:hover, .custom-navgroup .i-msgbtn:hover, .custom-navgroup .i-pswbtn:hover, .custom-navgroup .i-default-off:hover, .custom-navgroup .i-default-on:hover {
            color: #34c0e2
        }

        .custom-navgroup .i-pswbtn:before {
            content: "\e90d";
            font-family: 'protalicon' !important;
        }

        .custom-navgroup .i-quitbtn:before {
            content: "\e90e";
            font-family: 'protalicon' !important;
        }

        .custom-navgroup .i-t1btn:before {
            content: "\e900";
            font-family: 'protalicon' !important;
        }

        .custom-navgroup .i-msgbtn:before {
            content: "\e909";
            font-family: 'protalicon' !important;
        }



    .custom-navgroup .member-name {
        line-height: 68px;
        color: #222;
        cursor: pointer;
        margin-right: 15px;
    }

        .custom-navgroup .member-name:after {
            content: '';
            border-style: solid;
            border-width: 4px 4px 0px 4px;
            border-color: #919191 transparent transparent transparent;
            display: inline-block;
            margin-left: 8px;
            vertical-align: 0.5ex;
        }

.custom-modules-ds .custom-modules-mainnav .custom-navgroup {
    display: none;
}

/*我的资料*/
.custom-mydata-pop {
    min-width: 258px;
}

    .custom-mydata-pop .detail .substance_content .detail .maincontent {
        height: 200px;
        overflow: auto;
        width: 258px;
        margin: 0 -15px;
        padding: 0 15px;
        margin-top: -10px;
        padding-top: 10px;
        padding-bottom: 5px;
    }

    .custom-mydata-pop .substance_content .detail {
        padding-bottom: 0px;
    }
/*进洁样式*/
.custom-modules-mainnav .custom-modules-current {
    border: 1px solid #ffa200;
    box-shadow: 0 1px 5px rgba(0,0,0,0.75);
}

.custom-popup .substance_content .detail .cleanbtn {
    float: right;
    width: 24px;
    height: 24px;
    position: relative;
    cursor: pointer;
    border: none;
    background: url(images/custom-modules.png) 0 -480px no-repeat;
    margin-top: 2px;
}

.custom-checkbox[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    background: url(images/custom-checkbox.png) 0 -15px no-repeat;
    cursor: pointer;
    vertical-align: -0.5ex;
    outline: none;
    transition: none
}

    .custom-checkbox[type="checkbox"]:checked {
        width: 15px;
        height: 15px;
        background: url(images/custom-checkbox.png) 0 0px no-repeat;
        cursor: pointer;
        outline: none;
        transition: none
    }
/*帮助*/
.custom-help-popview {
    padding: 10px;
    background-color: #fff;
    border: 1px solid #a8a8a8;
    width: 160px;
    line-height: 20px;
    position: absolute;
    right: 0;
    z-index: 2;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    top: 20px;
    word-break: break-all;
}

.ui-relative {
    position: relative;
}
/*主体架构*/
.custom-modules-wrapper {
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden
}

.custom-modules-ds .custom-modules-wrapper {
    position: absolute;
    width: 100%;
    height: -webkit-calc(100% - 88px);
    height: calc(100% - 88px);
    height: -webkit-calc(100% - 88px);
    top: 0px;
    box-sizing: border-box;
    top: 80px;
    bottom: 0;
    left: 0;
    right: 0;
}
/*加载中架构*/
.custom-loading-div {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255,.6);
    text-align: center
}

.custom-loading-p {
    padding: 10px 40px;
    font-size: 14px;
    border-radius: 100px;
    display: inline-block;
    color: #222;
    position: absolute;
    top: 50%;
    margin-top: -20px;
}

    .custom-loading-p img {
        vertical-align: -0.5ex;
    }

/*t1css扣过来*/
.users-dropdown {
    position: absolute;
    top: 54px;
    right: -3px;
    width: 260px;
    border: 1px solid #DADADA;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    background: #fff;
    z-index: 2;
    line-height: 20px;
}

    .users-dropdown:before {
        position: absolute;
        z-index: 1;
        content: '';
        right: 14px;
        top: -8px;
        border-style: solid;
        border-width: 0 8px 8px 8px;
        border-color: transparent transparent #cacaca transparent;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform;
        transition-property: transform;
    }

    .users-dropdown:after {
        position: absolute;
        z-index: 2;
        content: '';
        right: 14px;
        top: -7px;
        border-style: solid;
        border-width: 0 8px 8px 8px;
        border-color: transparent transparent #fff transparent;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform;
        transition-property: transform;
    }

.users-dropdown-content {
    padding: 16px;
}

.content-box {
    word-break: break-all;
    line-height: 18px;
}

.users-title-box {
    color: #222;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 16px;
}

    .users-title-box p {
        font-size: 14px;
        font-weight: bold;
        padding-bottom: 12px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

.users-message .message {
    color: #222;
    line-height: 24px;
    padding-top: 10px;
}

    .users-message .message .sprit {
        color: #a0a0a0;
    }

    .users-message .message .widgets-btn {
        background-color: #fff;
        color: #222;
        padding: 0;
        border-radius: 0px;
        height: 24px;
        border: none;
        cursor: pointer;
    }

    .users-message .message .message-ellipsis {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 14px;
        color: #a0a0a0;
    }

    .users-message .message .down {
        background-position: -48px -16px;
        margin-top: 2px;
        display: block;
    }

        .users-message .message .down:hover {
            background-position: -48px -32px;
        }

.users-second-dropdown {
    border-top: 1px solid #e0e0e0;
    padding: 16px 0;
    overflow: auto;
    max-height: 126px;
}

    .users-second-dropdown .users-search {
        border: 1px solid #c9c9c9;
        border-radius: 2px;
        margin: 0 16px;
        padding: 4px 6px;
    }

        .users-second-dropdown .users-search .ic-clear {
            background-position: 0 -48px;
            margin-top: 2px;
        }

        .users-second-dropdown .users-search .ic-search {
            background-position: -16px -48px;
            margin-top: 2px;
            margin-right: 5px;
        }

        .users-second-dropdown .users-search .users-input input {
            width: 100%;
            font-size: 12px;
            outline: none;
            border: none;
            height: 100%;
            font-family: "微软雅黑";
        }

.users-second-content {
    margin-top: 16px;
}

    .users-second-content .users-list {
        line-height: 24px;
        padding: 2px 16px;
        height: 24px;
        display: block;
        text-decoration: none;
    }

        .users-second-content .users-list .users-list-title {
            color: #222;
            display: block;
            padding-right: 5px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            width: 68px;
        }

        .users-second-content .users-list .users-list-detail {
            color: #a0a0a0;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            width: 145px;
            display: block;
        }

        .users-second-content .users-list:hover {
            background-color: #f2f2f2;
            transition: all .2s ease-in
        }

.img_16 {
    background: url(./images/16px.png) 0 0 no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
}
/*t1css新*/
.ui-top-bn-t1default-on, .ui-top-bn-t1default-off, .ui-top-bn-gateway {
    width: 21px;
    height: 20px;
    background-color: #f3f5f9;
    border: 1px solid #d4dae0;
    background: #f3f5f9 url(images/16px.png) -29px -46px no-repeat;
    cursor: pointer;
    outline: none;
}

.ui-top-bn-t1default-off {
    background-position: 2px -62px;
}

.ui-top-bn-gateway {
    background-position: -46px -47px;
}



/*20160912自定义首页*/
.custom-modules-mainnav {
    height: 69px;
    background-color: #fff;
    border: 1px solid #e9ebec;
}

.custom-modules-ds .custom-modules-mainnav {
    box-shadow: 0 1px 5px rgba(0,0,0,0.75);
    margin: 0 8px;
}

    .custom-modules-ds .custom-modules-mainnav:hover {
    }

.custom-modules-rightpart {
    overflow: hidden;
    height: 100%;
    border-left: 1px solid #ededed;
    background-color: #f1f5f8;
}

.custom-modules-ds .custom-modules-rightpart {
    position: absolute;
    top: 10px;
    bottom: 8px;
    left: 8px;
    right: 8px;
    border: none;
    background-color: transparent;
    overflow: auto;
    height: calc(100% - 12px);
    height: -webkit-calc(100% - 12px);
    height: -moz-calc(100% - 12px);
}

    .custom-modules-ds .custom-modules-rightpart iframe {
        display: none;
    }

.custom-modules-rightpart .iframe-div {
    width: 100%;
    height: calc(100% - 10px);
}

    .custom-modules-rightpart .iframe-div iframe {
        width: 100%;
        height: 100%;
        border: none;
    }

.custom-modules-ds .custom-modules-leftnav {
    display: none;
}

.custom-modules-buildleftbar .custom-modules-leftnav {
    display: block;
}

.custom-modules-buildleftbar .custom-modules-rightpart {
    left: 240px;
    display: block;
    overflow: auto;
}


/*导航条*/
/*普通状态（侧边栏）*/
.custom-modules-leftnav {
    z-index: 2;
    width: 220px;
    padding: 20px 0px;
    overflow: auto;
    float: left;
    height: calc(100% - 40px);
    height: -webkit-calc(100% - 40px);
    height: -moz-calc(100% - 40px);
}

    .custom-modules-leftnav .custom-modules-nav {
    }

        .custom-modules-leftnav .custom-modules-nav li {
            line-height: 40px;
            cursor: pointer;
        }

        .custom-modules-leftnav .custom-modules-nav .navtitle {
            position: relative
        }

            .custom-modules-leftnav .custom-modules-nav .navtitle:before {
                position: absolute;
                content: ">";
                font-family: "宋体";
                font-size: 14px;
                left: 12px;
                font-weight: blod;
                transform: rotate(0deg);
                transition: all .3s ease;
            }

        .custom-modules-leftnav .custom-modules-nav .open {
            position: relative
        }

            .custom-modules-leftnav .custom-modules-nav .open:before {
                position: absolute;
                content: ">";
                font-family: "宋体";
                font-size: 14px;
                left: 12px;
                font-weight: blod;
                transform: rotate(90deg);
                transition: all .3s ease;
            }

        .custom-modules-leftnav .custom-modules-nav .navtitle + ul {
            display: none
        }

        .custom-modules-leftnav .custom-modules-nav .open + ul {
            display: block;
        }

        .custom-modules-leftnav .custom-modules-nav > ul li a {
            font-size: 14px;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            display: block;
            padding-left: 30px;
            padding-right: 20px;
        }

        .custom-modules-leftnav .custom-modules-nav ul li ul li:hover {
            position: relative;
            transition: all 0.3s ease;
        }
            /*--二级ul--*/
            .custom-modules-leftnav .custom-modules-nav ul li ul li:hover:after {
                content: "";
                width: 5px;
                position: absolute;
                top: 0;
                height: 100%;
                right: 0;
            }

        .custom-modules-leftnav .custom-modules-nav ul li ul li a {
            font-weight: normal;
            font-size: 12px;
            padding-left: 50px;
            position: relative;
        }

            .custom-modules-leftnav .custom-modules-nav ul li ul li a:before {
                content: "";
                background: url(images/custom-modules.png) 0 -408px no-repeat;
                display: inline-block;
                width: 24px;
                height: 24px;
                position: absolute;
                left: 23px;
                top: 8px;
            }

        .custom-modules-leftnav .custom-modules-nav .selected, .custom-modules-leftnav .custom-modules-nav .current {
            position: relative;
        }

            .custom-modules-leftnav .custom-modules-nav .selected:after, .custom-modules-leftnav .custom-modules-nav .current:after {
                content: "";
                width: 5px;
                position: absolute;
                top: 0;
                height: 100%;
                right: 0;
            }

/*编辑状态（侧边栏）*/
.custom-modules-ds .custom-modules-leftnav {
    z-index: 2;
    box-shadow: 0 0 0 rgba(255,255,255,1);
    width: 220px;
    padding: 20px 0px;
    background-color: #fff;
    border-right: 1px solid #ededed;
    overflow: auto;
    border: 1px solid transparent;
    box-shadow: 0 1px 5px rgba(0,0,0,0.75);
    position: absolute;
    top: 10px;
    bottom: 0;
    left: 8px;
    height: -webkit-calc(100% - 54px);
    height: calc(100% - 54px);
    height: -webkit-calc(100% - 54px);
    height: -moz-calc(100% - 54px);
}

    .custom-modules-ds .custom-modules-leftnav:hover {
        border: 1px solid #ffa200
    }

/*普通状态（横向栏）*/
/*一级*/
.custom-modules-mainnav .custom-modules-nav {
    position: relative;
    z-index: 3;
    float: left;
    border: 1px solid transparent;
    min-height: 68px;
    min-width: 100px;
}

.custom-modules-ds .custom-modules-mainnav .custom-modules-nav:hover {
    border: 1px solid #ffa200;
    box-shadow: 0 1px 5px rgba(0,0,0,0.75);
}

.custom-modules-mainnav .custom-modules-nav ul li {
    float: left;
    margin: 0 10px
}

    .custom-modules-mainnav .custom-modules-nav ul li a {
        float: left;
        position: relative;
        display: block;
        padding: 0 25px;
        font-size: 14px;
        color: #222;
        cursor: pointer;
    }

        .custom-modules-mainnav .custom-modules-nav ul li a:hover {
            color: #34c0e2;
            transition: all .3s ease-in;
        }
/*.custom-modules-mainnav  .custom-modules-nav  ul li a:hover:after{content:"";height:4px;position:absolute;bottom:-1px;left:0;width:100%;background-color:#34c0e2;transition:all .3s ease-in;}*/
.custom-modules-mainnav .custom-modules-nav .navtitle {
    position: relative;
}

    .custom-modules-mainnav .custom-modules-nav .navtitle:before {
        position: absolute;
        content: ">";
        font-family: "宋体";
        font-size: 14px;
        right: 8px;
        font-weight: normal;
        transform: rotate(90deg);
        transition: all .3s ease;
    }

    .custom-modules-mainnav .custom-modules-nav .navtitle:hover:before {
        position: absolute;
        content: ">";
        font-family: "宋体";
        font-size: 14px;
        right: 8px;
        font-weight: normal;
        transform: rotate(-90deg);
        transition: all .3s ease;
    }

/*二级*/
.custom-modules-mainnav .custom-modules-nav ul li {
    position: relative;
}

    .custom-modules-mainnav .custom-modules-nav ul li ul {
        display: none;
        overflow: hidden;
        clear: both;
        position: absolute;
        top: 56px;
        min-width: 138px;
        transition: all .3s ease-in;
        max-height: 200px;
        overflow: auto;
    }

    .custom-modules-mainnav .custom-modules-nav ul li:hover ul {
        display: block;
        border: 1px solid #d2d2d2;
        background-color: #fff
    }

    .custom-modules-mainnav .custom-modules-nav ul li ul li {
        float: none;
        font-size: 12px;
        line-height: 32px;
    }

        .custom-modules-mainnav .custom-modules-nav ul li ul li a {
            font-size: 12px;
            position: relative;
            padding: 0px 13px;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            width: 100%;
            box-sizing: border-box;
        }

            .custom-modules-mainnav .custom-modules-nav ul li ul li a:hover {
                color: #34c0e2;
                transition: all .3s ease-in;
            }

                .custom-modules-mainnav .custom-modules-nav ul li ul li a:hover:after {
                    display: none;
                }

/*编辑状态（横向栏）*/


/*添加色块*/
.custom-clr-btnblock {
    width: 34px;
    height: 24px;
    display: block;
    cursor: pointer;
    margin-right: 4px;
    margin-bottom: 4px;
    position: relative;
}

    .custom-clr-btnblock:hover:after {
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.2)url(images/white-cross.png) center no-repeat;
        display: inline-block;
        position: absolute;
        transition: all .2s ease-in;
    }

.custom-clr-btndiv {
    padding: 14px;
}

    .custom-clr-btndiv .flakewhite_pattern {
        border: 1px solid #c6c6c6;
    }

    .custom-clr-btndiv .title {
        margin-bottom: 14px;
    }

    .custom-clr-btndiv .white_pattern {
        border: 1px solid #c6c6c6;
    }

    .custom-clr-btndiv .selected:after {
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.2)url(images/white-cross.png) center no-repeat;
        display: inline-block;
        position: absolute;
        transition: all .2s ease-in;
    }
/*颜色模板*/

/*--藏青色--*/
.navy_pattern {
    background-color: #464e78
}

    .navy_pattern .custom-modules-leftnav {
        background-color: #464e78 !important;
    }

        .navy_pattern .custom-modules-leftnav .custom-modules-nav a {
            color: #fff
        }

        .navy_pattern .custom-modules-leftnav .custom-modules-nav > ul li:hover a {
            color: #fff;
        }
        /*--一级ul--*/
        .navy_pattern .custom-modules-leftnav .custom-modules-nav ul li ul li:hover {
            background-color: #3b4267;
        }
            /*--二级ul--*/
            .navy_pattern .custom-modules-leftnav .custom-modules-nav ul li ul li:hover:after {
                background-color: #34c0e2;
            }

        .navy_pattern .custom-modules-leftnav .custom-modules-nav .selected:after {
            background-color: #34c0e2;
        }

        .navy_pattern .custom-modules-leftnav .custom-modules-nav .current:after {
            background-color: #34c0e2;
        }

        .navy_pattern .custom-modules-leftnav .custom-modules-nav .selected {
            background-color: #3b4267;
        }

        .navy_pattern .custom-modules-leftnav .custom-modules-nav .current {
            background-color: #3b4267;
        }

    /*横向*/
    .navy_pattern .custom-modules-mainnav .custom-modules-nav a {
        color: #222
    }

        .navy_pattern .custom-modules-mainnav .custom-modules-nav a:hover {
            color: #222
        }

    .navy_pattern .custom-modules-mainnav .custom-modules-nav ul li a:hover:after {
        background-color: #34c0e2
    }


/*--乌黑色--*/
.jetblack_pattern {
    background-color: #32323a
}

    .jetblack_pattern .custom-modules-leftnav {
        background-color: #32323a !important;
    }

        .jetblack_pattern .custom-modules-leftnav .custom-modules-nav a {
            color: #fff
        }

        .jetblack_pattern .custom-modules-leftnav .custom-modules-nav > ul li:hover a {
            color: #fff;
        }
        /*--一级ul--*/
        .jetblack_pattern .custom-modules-leftnav .custom-modules-nav ul li ul li:hover {
            background-color: #29282e;
        }
        /*--二级ul--*/
        .jetblack_pattern .custom-modules-leftnav .custom-modules-nav .selected {
            background-color: #29282e;
        }

        .jetblack_pattern .custom-modules-leftnav .custom-modules-nav .current {
            background-color: #29282e;
        }

        .jetblack_pattern .custom-modules-leftnav .custom-modules-nav ul li ul li:hover:after {
            background-color: #1fb5ac;
        }

        .jetblack_pattern .custom-modules-leftnav .custom-modules-nav .selected:after {
            background-color: #1fb5ac;
        }

        .jetblack_pattern .custom-modules-leftnav .custom-modules-nav .current:after {
            background-color: #1fb5ac;
        }

/*--浅白色--*/
.flakewhite_pattern {
    background-color: #ececec !important
}

    .flakewhite_pattern .custom-modules-leftnav {
        background-color: #ececec !important;
    }

        .flakewhite_pattern .custom-modules-leftnav .custom-modules-nav a {
            color: #222
        }

        .flakewhite_pattern .custom-modules-leftnav .custom-modules-nav ul li ul li:hover {
            background-color: #ffffff;
        }
        /*--二级ul--*/
        .flakewhite_pattern .custom-modules-leftnav .custom-modules-nav .selected {
            background-color: #ffffff;
            color: #5bb74d
        }

        .flakewhite_pattern .custom-modules-leftnav .custom-modules-nav .current {
            background-color: #ffffff;
        }

            .flakewhite_pattern .custom-modules-leftnav .custom-modules-nav .current a {
                color: #5bb74d
            }

        .flakewhite_pattern .custom-modules-leftnav .custom-modules-nav ul li ul li:hover:after {
            background-color: #73bf67;
        }

        .flakewhite_pattern .custom-modules-leftnav .custom-modules-nav .selected:after {
            background-color: #73bf67;
        }

        .flakewhite_pattern .custom-modules-leftnav .custom-modules-nav .current:after {
            background-color: #73bf67;
        }

        .flakewhite_pattern .custom-modules-leftnav .custom-modules-nav ul li ul li:hover a {
            color: #5bb74d
        }

/*--暖白色--*/
.warmwhite_pattern {
    background-color: #dcd9c6 !important
}

    .warmwhite_pattern .custom-modules-leftnav {
        background-color: #dcd9c6 !important;
    }

        .warmwhite_pattern .custom-modules-leftnav .custom-modules-nav a {
            color: #6b6857
        }

        .warmwhite_pattern .custom-modules-leftnav .custom-modules-nav ul li ul li:hover {
            background-color: #7a7768;
        }
        /*--二级ul--*/
        .warmwhite_pattern .custom-modules-leftnav .custom-modules-nav .selected {
            background-color: #7a7768;
            color: #5bb74d
        }

        .warmwhite_pattern .custom-modules-leftnav .custom-modules-nav .current {
            background-color: #7a7768;
        }

            .warmwhite_pattern .custom-modules-leftnav .custom-modules-nav .current a {
                color: #fff
            }

        .warmwhite_pattern .custom-modules-leftnav .custom-modules-nav ul li ul li:hover:after {
            background-color: #73bf67;
        }

        .warmwhite_pattern .custom-modules-leftnav .custom-modules-nav .selected:after {
            background-color: #73bf67;
        }

        .warmwhite_pattern .custom-modules-leftnav .custom-modules-nav .current:after {
            background-color: #73bf67;
        }

        .warmwhite_pattern .custom-modules-leftnav .custom-modules-nav ul li ul li:hover a {
            color: #fff
        }

/*花青色*/
.anthocyanic_pattern {
    background-color: #1570a6 !important;
}

    .anthocyanic_pattern .custom-modules-leftnav {
        background-color: #1570a6 !important;
    }

        .anthocyanic_pattern .custom-modules-leftnav .custom-modules-nav a {
            color: #fff
        }

        .anthocyanic_pattern .custom-modules-leftnav .custom-modules-nav > ul li:hover a {
            color: #fff;
        }
        /*--一级ul--*/
        .anthocyanic_pattern .custom-modules-leftnav .custom-modules-nav ul li ul li:hover {
            background-color: #115e8c;
        }
        /*--二级ul--*/
        .anthocyanic_pattern .custom-modules-leftnav .custom-modules-nav .selected {
            background-color: #115e8c;
        }

        .anthocyanic_pattern .custom-modules-leftnav .custom-modules-nav .current {
            background-color: #115e8c;
        }

        .anthocyanic_pattern .custom-modules-leftnav .custom-modules-nav ul li ul li:hover:after {
            background-color: #ffcd11;
        }

        .anthocyanic_pattern .custom-modules-leftnav .custom-modules-nav .selected:after {
            background-color: #ffcd11;
        }

        .anthocyanic_pattern .custom-modules-leftnav .custom-modules-nav .current:after {
            background-color: #ffcd11;
        }

/*--橘黄色--*/
.croci_pattern {
    background-color: #f5ac29 !important
}

    .croci_pattern .custom-modules-leftnav {
        background-color: #f5ac29 !important;
    }

        .croci_pattern .custom-modules-leftnav .custom-modules-nav a {
            color: #222
        }

        .croci_pattern .custom-modules-leftnav .custom-modules-nav ul li ul li:hover {
            background-color: #ad762f;
        }
        /*--二级ul--*/
        .croci_pattern .custom-modules-leftnav .custom-modules-nav .selected {
            background-color: #ad762f;
            color: #5bb74d
        }

        .croci_pattern .custom-modules-leftnav .custom-modules-nav .current {
            background-color: #ad762f;
        }

            .croci_pattern .custom-modules-leftnav .custom-modules-nav .current a {
                color: #fff
            }

        .croci_pattern .custom-modules-leftnav .custom-modules-nav ul li ul li:hover:after {
            background-color: #ffe930;
        }

        .croci_pattern .custom-modules-leftnav .custom-modules-nav .selected:after {
            background-color: #ffe930;
        }

        .croci_pattern .custom-modules-leftnav .custom-modules-nav .current:after {
            background-color: #ffe930;
        }

        .croci_pattern .custom-modules-leftnav .custom-modules-nav ul li ul li:hover a {
            color: #fff
        }


/*--苍色--*/
.horizonblue_pattern {
    background-color: #6a6a6a !important;
}

    .horizonblue_pattern .custom-modules-leftnav {
        background-color: #6a6a6a !important;
    }

        .horizonblue_pattern .custom-modules-leftnav .custom-modules-nav a {
            color: #fff
        }

        .horizonblue_pattern .custom-modules-leftnav .custom-modules-nav ul li ul li:hover {
            background-color: #616161;
        }
        /*--二级ul--*/
        .horizonblue_pattern .custom-modules-leftnav .custom-modules-nav .selected {
            background-color: #616161;
            color: #9be425
        }

        .horizonblue_pattern .custom-modules-leftnav .custom-modules-nav .current {
            background-color: #616161;
        }

            .horizonblue_pattern .custom-modules-leftnav .custom-modules-nav .current a {
                color: #9be425
            }

        .horizonblue_pattern .custom-modules-leftnav .custom-modules-nav ul li ul li:hover:after {
            background-color: #9be425;
        }

        .horizonblue_pattern .custom-modules-leftnav .custom-modules-nav .selected:after {
            background-color: #9be425;
        }

        .horizonblue_pattern .custom-modules-leftnav .custom-modules-nav .current:after {
            background-color: #9be425;
        }

        .horizonblue_pattern .custom-modules-leftnav .custom-modules-nav ul li ul li:hover a {
            color: #9be425
        }

/*中紫色*/
.mediumpurple_pattern {
    background-color: #7e79cd !important;
}

    .mediumpurple_pattern .custom-modules-leftnav {
        background-color: #7e79cd !important;
    }

        .mediumpurple_pattern .custom-modules-leftnav .custom-modules-nav a {
            color: #fff
        }

        .mediumpurple_pattern .custom-modules-leftnav .custom-modules-nav > ul li:hover a {
            color: #fff;
        }
        /*--一级ul--*/
        .mediumpurple_pattern .custom-modules-leftnav .custom-modules-nav ul li ul li:hover {
            background-color: #6c65a8;
        }
        /*--二级ul--*/
        .mediumpurple_pattern .custom-modules-leftnav .custom-modules-nav .selected {
            background-color: #6c65a8;
        }

        .mediumpurple_pattern .custom-modules-leftnav .custom-modules-nav .current {
            background-color: #6c65a8;
        }

        .mediumpurple_pattern .custom-modules-leftnav .custom-modules-nav ul li ul li:hover:after {
            background-color: #9be425;
        }

        .mediumpurple_pattern .custom-modules-leftnav .custom-modules-nav .selected:after {
            background-color: #9be425;
        }

        .mediumpurple_pattern .custom-modules-leftnav .custom-modules-nav .current:after {
            background-color: #9be425;
        }

/*军校蓝*/
.cadetblue_pattern {
    background-color: #5890ae !important
}

    .cadetblue_pattern .custom-modules-leftnav {
        background-color: #5890ae !important;
    }

        .cadetblue_pattern .custom-modules-leftnav .custom-modules-nav a {
            color: #fff
        }

        .cadetblue_pattern .custom-modules-leftnav .custom-modules-nav > ul li:hover a {
            color: #fff;
        }
        /*--一级ul--*/
        .cadetblue_pattern .custom-modules-leftnav .custom-modules-nav ul li ul li:hover {
            background-color: #3c7394;
        }
        /*--二级ul--*/
        .cadetblue_pattern .custom-modules-leftnav .custom-modules-nav .selected {
            background-color: #3c7394;
        }

        .cadetblue_pattern .custom-modules-leftnav .custom-modules-nav .current {
            background-color: #3c7394;
        }

        .cadetblue_pattern .custom-modules-leftnav .custom-modules-nav ul li ul li:hover:after {
            background-color: #d0f1f6;
        }

        .cadetblue_pattern .custom-modules-leftnav .custom-modules-nav .selected:after {
            background-color: #d0f1f6;
        }

        .cadetblue_pattern .custom-modules-leftnav .custom-modules-nav .current:after {
            background-color: #d0f1f6;
        }

/*深石板灰*/
.darkslategray_pattern {
    background-color: #3f4553 !important
}

    .darkslategray_pattern .custom-modules-leftnav {
        background-color: #3f4553 !important;
    }

        .darkslategray_pattern .custom-modules-leftnav .custom-modules-nav a {
            color: #fff
        }

        .darkslategray_pattern .custom-modules-leftnav .custom-modules-nav > ul li:hover a {
            color: #fff;
        }
        /*--一级ul--*/
        .darkslategray_pattern .custom-modules-leftnav .custom-modules-nav ul li ul li:hover {
            background-color: #2e323d;
        }
        /*--二级ul--*/
        .darkslategray_pattern .custom-modules-leftnav .custom-modules-nav .selected {
            background-color: #2e323d;
        }

        .darkslategray_pattern .custom-modules-leftnav .custom-modules-nav .current {
            background-color: #2e323d;
        }

        .darkslategray_pattern .custom-modules-leftnav .custom-modules-nav ul li ul li:hover:after {
            background-color: #31b852;
        }

        .darkslategray_pattern .custom-modules-leftnav .custom-modules-nav .selected:after {
            background-color: #31b852;
        }

        .darkslategray_pattern .custom-modules-leftnav .custom-modules-nav .current:after {
            background-color: #31b852;
        }

/*黑色*/
.black_pattern {
    background-color: #010101 !important
}

    .black_pattern .custom-modules-leftnav {
        background-color: #010101 !important;
    }

        .black_pattern .custom-modules-leftnav .custom-modules-nav a {
            color: #fff
        }

        .black_pattern .custom-modules-leftnav .custom-modules-nav > ul li:hover a {
            color: #fff;
        }
        /*--一级ul--*/
        .black_pattern .custom-modules-leftnav .custom-modules-nav ul li ul li:hover {
            background-color: #232323;
        }
        /*--二级ul--*/
        .black_pattern .custom-modules-leftnav .custom-modules-nav .selected {
            background-color: #232323;
        }

        .black_pattern .custom-modules-leftnav .custom-modules-nav .current {
            background-color: #232323;
        }

        .black_pattern .custom-modules-leftnav .custom-modules-nav ul li ul li:hover:after {
            background-color: #cb4d4e;
        }

        .black_pattern .custom-modules-leftnav .custom-modules-nav .selected:after {
            background-color: #cb4d4e;
        }

        .black_pattern .custom-modules-leftnav .custom-modules-nav .current:after {
            background-color: #cb4d4e;
        }

/*白色*/
.white_pattern {
    background-color: #fff !important
}

    .white_pattern .custom-modules-leftnav {
        background-color: #fff !important;
    }

        .white_pattern .custom-modules-leftnav .custom-modules-nav a {
            color: #222
        }

        .white_pattern .custom-modules-leftnav .custom-modules-nav > ul li:hover a {
            color: #222;
        }
        /*--一级ul--*/
        .white_pattern .custom-modules-leftnav .custom-modules-nav ul li ul li:hover {
            background-color: #fff;
        }
        /*--二级ul--*/
        .white_pattern .custom-modules-leftnav .custom-modules-nav .selected {
            background-color: #fff;
        }

        .white_pattern .custom-modules-leftnav .custom-modules-nav .current {
            background-color: #fff;
        }

        .white_pattern .custom-modules-leftnav .custom-modules-nav ul li ul li:hover:after {
            background-color: #34c0e2;
        }

        .white_pattern .custom-modules-leftnav .custom-modules-nav .selected:after {
            background-color: #34c0e2;
        }

        .white_pattern .custom-modules-leftnav .custom-modules-nav .current:after {
            background-color: #34c0e2;
        }
/*微信重要公告颜色设置*/


/*横向导航条*/

/*天蓝色*/
.deepskyblue_pattern {
    background-color: #34c0e2
}

    .deepskyblue_pattern .custom-modules-mainnav .custom-modules-nav ul li a:hover {
        color: #34c0e2
    }

        .deepskyblue_pattern .custom-modules-mainnav .custom-modules-nav ul li a:hover:after {
            background-color: #34c0e2
        }

    .deepskyblue_pattern .custom-modules-subnav ul li:last-child {
        color: #34c0e2
    }

/*碧绿色*/
.auqamarin_pattern {
    background-color: #73a238
}

    .auqamarin_pattern .custom-modules-mainnav .custom-modules-nav ul li a:hover {
        color: #73a238
    }

        .auqamarin_pattern .custom-modules-mainnav .custom-modules-nav ul li a:hover:after {
            background-color: #73a238
        }

    .auqamarin_pattern .custom-modules-subnav ul li:last-child {
        color: #73a238
    }

/*金色*/
.gold_pattern {
    background-color: #fdb96e
}

    .gold_pattern .custom-modules-mainnav .custom-modules-nav ul li a:hover {
        color: #fdb96e
    }

        .gold_pattern .custom-modules-mainnav .custom-modules-nav ul li a:hover:after {
            background-color: #fdb96e
        }

    .gold_pattern .custom-modules-subnav ul li:last-child {
        color: #fdb96e
    }

/*兰色*/
.orchid_pattern {
    background-color: #a976b9
}

    .orchid_pattern .custom-modules-mainnav .custom-modules-nav ul li a:hover {
        color: #a976b9
    }

        .orchid_pattern .custom-modules-mainnav .custom-modules-nav ul li a:hover:after {
            background-color: #a976b9
        }

    .orchid_pattern .custom-modules-subnav ul li:last-child {
        color: #a976b9
    }

/*矢车菊的蓝色*/
.crnflowerblue_pattern {
    background-color: #3897cd
}

    .crnflowerblue_pattern .custom-modules-mainnav .custom-modules-nav ul li a:hover {
        color: #3897cd
    }

        .crnflowerblue_pattern .custom-modules-mainnav .custom-modules-nav ul li a:hover:after {
            background-color: #3897cd
        }

    .crnflowerblue_pattern .custom-modules-subnav ul li:last-child {
        color: #3897cd
    }

/*番茄色*/
.tomato_pattern {
    background-color: #f15348
}

    .tomato_pattern .custom-modules-mainnav .custom-modules-nav ul li a:hover {
        color: #f15348
    }

        .tomato_pattern .custom-modules-mainnav .custom-modules-nav ul li a:hover:after {
            background-color: #f15348
        }

    .tomato_pattern .custom-modules-subnav ul li:last-child {
        color: #f15348
    }


/*橙色*/
.orange_pattern {
    background-color: #fec500
}

    .orange_pattern .custom-modules-mainnav .custom-modules-nav ul li a:hover {
        color: #fec500
    }

        .orange_pattern .custom-modules-mainnav .custom-modules-nav ul li a:hover:after {
            background-color: #fec500
        }

    .orange_pattern .custom-modules-subnav ul li:last-child {
        color: #fec500
    }

/*深岩暗蓝灰色*/
.darkslateblue_pattern {
    background-color: #3e2f98
}

    .darkslateblue_pattern .custom-modules-mainnav .custom-modules-nav ul li a:hover {
        color: #3e2f98
    }

        .darkslateblue_pattern .custom-modules-mainnav .custom-modules-nav ul li a:hover:after {
            background-color: #3e2f98
        }

    .darkslateblue_pattern .custom-modules-subnav ul li:last-child {
        color: #3e2f98
    }

/*皇军蓝*/
.royalblue_pattern {
    background-color: #276aff
}

    .royalblue_pattern .custom-modules-mainnav .custom-modules-nav ul li a:hover {
        color: #276aff
    }

        .royalblue_pattern .custom-modules-mainnav .custom-modules-nav ul li a:hover:after {
            background-color: #276aff
        }

    .royalblue_pattern .custom-modules-subnav ul li:last-child {
        color: #276aff
    }


/*紫罗兰红色*/
.palevioletred_pattern {
    background-color: #d870ad
}

    .palevioletred_pattern .custom-modules-mainnav .custom-modules-nav ul li a:hover {
        color: #d870ad
    }

        .palevioletred_pattern .custom-modules-mainnav .custom-modules-nav ul li a:hover:after {
            background-color: #d870ad
        }

    .palevioletred_pattern .custom-modules-subnav ul li:last-child {
        color: #d870ad
    }

/*深橙色*/
.darkorange_pattern {
    background-color: #fd6f49
}

    .darkorange_pattern .custom-modules-mainnav .custom-modules-nav ul li a:hover {
        color: #fd6f49
    }

        .darkorange_pattern .custom-modules-mainnav .custom-modules-nav ul li a:hover:after {
            background-color: #fd6f49
        }

    .darkorange_pattern .custom-modules-subnav ul li:last-child {
        color: #fd6f49
    }


/*深蓝色*/
.darkblue_pattern {
    background-color: #3a5999
}

    .darkblue_pattern .custom-modules-mainnav .custom-modules-nav ul li a:hover {
        color: #3a5999
    }

        .darkblue_pattern .custom-modules-mainnav .custom-modules-nav ul li a:hover:after {
            background-color: #3a5999
        }

    .darkblue_pattern .custom-modules-subnav ul li:last-child {
        color: #3a5999
    }


/*首页微信部分_设计部分*/
.custom-grid-bg .custom-wxedit-head {
    display: none;
}

.custom-wxedit .custom-wxedit-head {
    display: block;
    font-size: 15px
}

.custom-wxedit .custom-modules-rightpart {
    margin-right: 0px;
}

    .custom-wxedit .custom-modules-rightpart .custom-div {
        max-width: 480px;
        min-height: 500px;
        max-height: 800px;
        overflow: auto;
        padding: 0px;
        background-color: #f2f2f2
    }

        .custom-wxedit .custom-modules-rightpart .custom-div .custom-modules {
            position: inherit;
            padding: 15px;
        }
/*2018.12.25修改*/
.custom-wxedit .custom-modules .remind-msg {
    margin: 0 -15px;
}

    .custom-wxedit .custom-modules .remind-msg .item-cell .divcell {
        background-color: transparent;
        border-bottom: 1px solid #ececec;
        padding: 8px 0px;
        overflow: hidden;
        width: auto;
        padding-right: 32px;
    }

    .custom-wxedit .custom-modules .remind-msg .item-cell:last-child {
        margin-bottom: 0px;
    }

        .custom-wxedit .custom-modules .remind-msg .item-cell:last-child .divcell {
            border-bottom: none;
        }

    .custom-wxedit .custom-modules .remind-msg .item-cell {
        float: none;
        width: 100%;
        margin: 0px !important;
        overflow: hidden;
        position: relative;
    }

        .custom-wxedit .custom-modules .remind-msg .item-cell .divcell p {
            overflow: hidden;
            text-align: left;
            display: block;
            height: 26px;
            line-height: 26px;
            font-size: 14px;
            color: #333;
        }

        .custom-wxedit .custom-modules .remind-msg .item-cell .divcell:after {
            content: ">";
            font-family: "宋体";
            font-size: 18px;
            font-weight: bold;
            position: absolute;
            right: 0;
            top: 0;
            width: 32px;
            text-align: center;
            line-height: 43px;
            color: #ccc;
        }

        .custom-wxedit .custom-modules .remind-msg .item-cell .divcell .ui-fs24 {
            float: right;
            font-size: 12px;
            color: #fff;
            background-color: #fa7181;
            border-radius: 100px;
            padding: 0 10px;
        }

        .custom-wxedit .custom-modules .remind-msg .item-cell .icon {
            width: 48px;
            height: 32px;
            font-size: 24px;
            text-align: center;
            float: left;
            padding-top: 10px;
        }


.custom-wxedit .custom-modules .nav-title {
    position: relative;
    background-color: #f2f2f2;
    margin: 0 -15px;
    padding: 0 15px;
    margin-bottom: 15px;
    color: #222;
    height: 36px;
    line-height: 36px;
    font-size: .8125rem;
    margin-top: -15px;
}

.custom-wxedit .custom-modules .blue-title {
    color: #222;
    position: relative;
    margin-left: -15px;
    padding-left: 15px;
}

    .custom-wxedit .custom-modules .blue-title:before {
        position: absolute;
        left: 0;
        content: "";
        width: 5px;
        height: 100%;
        background-color: #ff4359
    }

.custom-wxedit .custom-modules .qrcode-icon {
    background: url(images/custom-modules.png) 0 -576px no-repeat;
    width: 24px;
    height: 24px;
    margin-right: 15px;
}

.custom-wxedit .custom-modules .member-icon {
    background: url(images/custom-modules.png) 0 -600px no-repeat;
    width: 24px;
    height: 24px;
}

.custom-wxedit .custom-modules .wx-icon-list {
    overflow: hidden
}

    .custom-wxedit .custom-modules .wx-icon-list .item {
        float: left;
        width: 25%;
        text-align: center;
        padding: 10px;
        box-sizing: border-box;
    }

    .custom-wxedit .custom-modules .wx-icon-list img {
        width: 72px;
        height: 72px;
        border-radius: 100px;
    }

    .custom-wxedit .custom-modules .wx-icon-list .name {
        display: block;
        font-size: .75rem;
        color: #777;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        margin-top: 5px;
    }

.custom-wxedit .custom-modules .personal-msg .msg-item strong {
    float: left;
}

.custom-wxedit .custom-modules .personal-msg .msg-item p {
    overflow: hidden;
    text-align: right
}

.custom-nav-popup .detail .substance_content .detail .closebtn {
    width: 24px;
    height: 24px;
    position: relative;
    cursor: pointer;
    border: none;
    background: url(images/custom-modules.png) 4px -480px no-repeat;
}

.ui-ml10 {
    margin-left: 10px
}

.wx-modules-locatediv {
    padding: 20px;
    border-bottom: 1px solid #d2d2d2;
    text-align: center
}

    .wx-modules-locatediv .move-btn {
        width: 90px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        display: inline-block;
        background-color: #637fa4;
        color: #fff;
        cursor: pointer;
        border-radius: 2px;
        margin-top: 12px;
    }

        .wx-modules-locatediv .move-btn:hover {
            background-color: #52719A
        }

        .wx-modules-locatediv .move-btn:nth-of-type(1) {
            margin-right: 5px;
        }

.clr77 {
    color: #777
}
/*下拉选项*/
.custom-popup .select-box {
    position: relative;
    height: 24px;
    line-height: 22px;
    border: 1px solid #d2d2d2;
    background-color: #fff;
    padding: 0 5px;
    padding-right: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .custom-popup .select-box:after {
        content: "";
        position: absolute;
        border-style: solid;
        border-width: 4px 4px 0 4px;
        border-color: #656565 transparent transparent transparent;
        top: 9px;
        right: 6px;
        cursor: pointer;
    }

    .custom-popup .select-box .select-popview {
        background-color: #fff;
        border: 1px solid #d2d2d2;
        width: 100%;
        line-height: 20px;
        position: absolute;
        right: 0;
        z-index: 2;
        box-shadow: 0 0 6px rgba(0,0,0,0.2);
        top: 22px;
        word-break: break-all;
    }

        .custom-popup .select-box .select-popview ul li {
            height: 24px;
            line-height: 24px;
            padding: 0 5px;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            cursor: pointer
        }

            .custom-popup .select-box .select-popview ul li:hover {
                background-color: #f2f2f2
            }

.custom-popup .select-box-nodown:after {
    content: "";
    position: absolute;
    border: none;
}
/*微信我的资料*/
.custom-mydata-pop .substance_content .detail .input-box {
    background-color: #fff;
    border: 1px solid #d2d2d2;
    margin-bottom: 5px;
}

    .custom-mydata-pop .substance_content .detail .input-box input {
        border: 1px solid transparent;
    }

.custom-mydata-pop .substance_content .detail .linkbtn {
    background: url(images/custom-modules.png) 0 -456px no-repeat;
    width: 24px;
    height: 24px;
    float: left;
}

.custom-mydata-pop .detail .substance_content .detail {
    padding-bottom: 0px
}

    .custom-mydata-pop .detail .substance_content .detail .grouplist {
        padding-right: 24px;
        position: relative;
    }

        .custom-mydata-pop .detail .substance_content .detail .grouplist:after {
            content: "";
            position: absolute;
            right: -1px;
            top: 32px;
            bottom: 12px;
            background-color: #d2d2d2;
            width: 1px;
            right: 0;
            display: block;
        }

        .custom-mydata-pop .detail .substance_content .detail .grouplist:before {
            content: "";
            position: absolute;
            right: -1px;
            top: 32px;
            bottom: 12px;
            border-top: 1px solid #d2d2d2;
            border-bottom: 1px solid #d2d2d2;
            width: 24px;
            right: 0;
            display: block;
        }

        .custom-mydata-pop .detail .substance_content .detail .grouplist .closebtn {
            width: 24px;
            height: 24px;
            position: relative;
            cursor: pointer;
            border: none;
            background: #ecedf1 url(images/custom-modules.png) 0 -480px no-repeat;
            position: absolute;
            top: 50%;
            margin-top: 0px;
            right: -12px;
            z-index: 1
        }

.custom-mydata-pop .color-popup ul li .color-square {
    width: 16px;
    height: 16px;
    display: block;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-top: 5px;
}

.custom-mydata-pop .color-popup ul li {
    margin-bottom: 5px
}
/*叙事簿列表*/
.custom-modules .custom-wx-editlist {
    margin: -15px
}

    .custom-modules .custom-wx-editlist .pic {
        float: left;
        width: 40px;
        height: 40px;
        overflow: hidden;
        margin-right: 10px
    }

        .custom-modules .custom-wx-editlist .pic img {
            max-width: 100%;
        }

    .custom-modules .custom-wx-editlist .itemlist .substance {
        overflow: hidden;
    }

    .custom-modules .custom-wx-editlist .itemlist {
        border-bottom: 1px solid #dedede;
        padding: 10px 0;
        margin-left: 15px;
    }

        .custom-modules .custom-wx-editlist .itemlist .substance .title {
            font-size: 14px;
            display: block;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden
        }

        .custom-modules .custom-wx-editlist .itemlist .substance .content {
            font-size: 12px;
            display: block;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            margin-top: 5px;
            color: #a0a0a0
        }

        .custom-modules .custom-wx-editlist .itemlist .substance .date {
            font-size: 12px;
            display: block;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            margin-top: 2px;
            color: #a0a0a0
        }
/*-------------微信背景颜色设置-------------*/

/*粉白色*/
.pinkwhite_pattern {
    background-color: #f1f1f1
}

.custom-clr-btndiv .pinkwhite_pattern {
    border: 1px solid #c6c6c6;
}

/*粉黄色*/
.pinkyellow_pattern {
    background-color: #e4f085
}

/*粉西瓜红*/
.pinkwatermelon_pattern {
    background-color: #f7b1a7
}

/*粉橙色*/
.pinkorange_pattern {
    background-color: #ebc580
}

/*粉蓝色*/
.pinkblue_pattern {
    background-color: #98aedf
}

/*粉胭脂色*/
.pinkrouge_pattern {
    background-color: #e2a4d6
}

/*粉绿色*/
.pinkgreen_pattern {
    background-color: #92d575
}

/*粉天蓝色*/
.pinkskyblue_pattern {
    background-color: #4dc3d7
}

/*粉葛色*/
.pinkarrowroot_pattern {
    background-color: #d7c2b2
}

/*粉翠绿*/
.pinkjadegreen_pattern {
    background-color: #a5decc
}

/*粉土色*/
.pinkpale_pattern {
    background-color: #bbbd8f
}

/*普通颜色*/
.custom-modules .black {
    background-color: transparent;
}

.custom-modules .gray {
    background-color: transparent;
}

.custom-modules .blue {
    background-color: transparent;
}

.custom-modules .red {
    background-color: transparent;
}

.custom-modules .green {
    background-color: transparent;
}

.custom-modules .purple {
    background-color: transparent;
}

.custom-modules .cyan {
    background-color: transparent;
}

.custom-modules .orange {
    background-color: transparent;
}

.black {
    background-color: #000
}

    .black:before {
        background-color: #000 !important;
        content: ""
    }

.gray {
    background-color: #a0a0a0
}

    .gray:before {
        background-color: #a0a0a0 !important;
        content: ""
    }

.blue {
    background-color: #5a6e86
}

    .blue:before {
        background-color: #5a6e86 !important;
        content: ""
    }

.red {
    background-color: #ee4945
}

    .red:before {
        background-color: #ee4945 !important;
        content: ""
    }

.green {
    background-color: #52bb45
}

    .green:before {
        background-color: #52bb45 !important;
        content: ""
    }

.purple {
    background-color: #8165a2
}

    .purple:before {
        background-color: #8165a2 !important;
        content: ""
    }

.cyan {
    background-color: #51b6b0
}

    .cyan:before {
        background-color: #51b6b0 !important;
        content: ""
    }

.orange {
    background-color: #fb6834
}

    .orange:before {
        background-color: #fb6834 !important;
        content: ""
    }
/*微信审批、提醒、调查问卷的面板*/
.custom-approve-popup {
    width: 256px;
    min-height: 245px;
}

.custom-modules .approve-msg-qr {
    border-top: 8px solid #f2f2f2;
    margin: -15px;
    padding: 15px;
    overflow: hidden;
}

    .custom-modules .approve-msg-qr .content {
        overflow: hidden;
    }

    .custom-modules .approve-msg-qr .num {
        font-size: 25px;
        color: #a0a0a0;
        margin-top: 8px;
        margin-left: 10px
    }

    .custom-modules .approve-msg-qr .title {
        font-size: 16px;
        color: #222;
        height: 20px
    }

    .custom-modules .approve-msg-qr .txt {
        height: 20px;
        font-size: 13px;
        color: #a0a0a0;
        margin-top: 5px;
        display: block;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

.custom-modules .approve-icon, .custom-modules .question-icon, .custom-modules .msg-icon {
    display: inline-block;
    background: url(images/custom-wxicon.png) 0 0 no-repeat;
    width: 30px;
    height: 30px;
    margin-top: 7px;
    margin-right: 10px;
}

.custom-modules .question-icon {
    background-position: 0 -60px;
}

.custom-modules .msg-icon {
    background-position: 0 -30px;
}

.custom-modules .approve-msg-qr .numred {
    color: #fe5c59
}

.custom-modules .approve-msg-qr .black {
    color: #000
}

.custom-modules .approve-msg-qr .gray {
    color: #a0a0a0
}

.custom-modules .approve-msg-qr .blue {
    color: #5a6e86
}

.custom-modules .approve-msg-qr .red {
    color: #ee4945
}

.custom-modules .approve-msg-qr .green {
    color: #52bb45
}

.custom-modules .approve-msg-qr .purple {
    color: #8165a2
}

.custom-modules .approve-msg-qr .cyan {
    color: #51b6b0
}

.custom-modules .approve-msg-qr .orange {
    color: #fb6834
}

/*滚动条*/
::-webkit-scrollbar {
    width: 10px;
    cursor: pointer;
    height: 10px;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.1);
}

    ::-webkit-scrollbar-thumb:hover {
        border-radius: 10px;
        background-color: rgba(0, 0, 0, 0.3);
    }

/*2016.12.20横向导航的时候增加了二级导航条*/
.custom-modules-subnav {
    height: 30px;
    background-color: #fff;
    border-bottom: 1px solid #e9ebec;
    padding: 0 20px;
    line-height: 30px;
}

    .custom-modules-subnav ul li {
        float: left;
        position: relative;
        color: #777
    }

        .custom-modules-subnav ul li:after {
            color: rgb(160, 160, 160);
            content: ">";
            font-family: 宋体;
            font-size: 12px;
            display: inline-block;
            padding: 0px 5px;
        }

        .custom-modules-subnav ul li:last-child:after {
            display: none;
        }

/*2017.01.22增加日程管理（v5.1）*/
.custom-nav .s-mytasks {
    background: url(images/custom-nav.png) 5px -720px no-repeat;
}

    .custom-nav .s-mytasks:hover {
        background: #f9f9f9 url(images/custom-nav.png) 5px -760px no-repeat;
        transition: none;
    }

.s-tasks-title {
    line-height: 16px;
    font-size: 16px;
    color: #2aaad4;
    max-width: 99.9%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 24px;
    display: block;
}

.s-tasks-box {
    padding: 20px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0,0,0,0.25);
}

.s-tasks-head {
    line-height: 18px;
}

.s-tasks-box .s-tasks-head .morebtn {
    width: 31px;
    height: 18px;
    cursor: pointer;
    float: right;
    margin-top: 0px;
    background: url(images/index_icon.png) -1px -66px no-repeat;
}

    .s-tasks-box .s-tasks-head .morebtn:hover {
        background-position: -1px -87px;
        transition: none;
    }

.s-tasks-main li {
    margin-top: 18px;
}

    .s-tasks-main li:before {
        content: "";
        display: inline-block;
        width: 6px;
        height: 6px;
        border-radius: 100%;
        background-color: #6982a0;
        float: left;
        margin: 6px 8px 0 0;
    }

    .s-tasks-main li div {
        color: #222;
        font-size: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 18px;
    }

.s-tasks-main-title {
    margin-left: 14px;
}

/*2017.02.05增加页签后调整iframe高度*/
.s-iframe-nav-box {
    width: 100%;
    height: calc(100% - 29px);
    height: -webkit-calc(100% - 29px);
}

/*2017.02.09自定义日程*/
.s-tasks-detail-title {
    margin: 10px 0;
    display: block;
}

    .s-tasks-detail-title > input {
        margin-left: 5px;
    }

.s-tasks-set-style {
    margin: 5px 0;
    display: block;
}

    .s-tasks-set-style input {
        display: block;
        margin: 5px 0;
    }

.s-tasks-setname {
    display: block;
    margin-top: 10px;
}

    .s-tasks-setname input {
        display: block;
        margin: 5px 0;
    }

.s-tasks-set-style input {
    border: 1px solid #d2d2d2;
    outline: none;
    height: 24px;
    padding: 0 5px;
    color: #222;
    font-family: "Microsoft Yahei";
    font-size: 12px;
    width: 100%;
}

.s-tasks-setname input {
    border: 1px solid #d2d2d2;
    outline: none;
    height: 24px;
    padding: 0 5px;
    color: #222;
    font-family: "Microsoft Yahei";
    font-size: 12px;
    width: 100%;
}
/*2017.02.14*/
.s-task-set-color {
    cursor: pointer;
    position: relative
}

    .s-task-set-color .a {
        display: block;
        color: #222;
        font-size: 15px;
        width: 26px;
        text-align: center;
        cursor: pointer !important;
    }

    .s-task-set-color .color-line {
        display: block;
        height: 5px !important;
        width: 16px;
        margin-left: 5px !important;
        margin-right: 0 !important;
        margin-top: -3px;
        background-color: #000;
    }
/*2017.02.15新增提示*/
.s-task-tips-help {
    float: right !important;
    height: 16px !important;
    margin: 0 !important;
}

.s-task-tips-word {
    position: absolute;
    top: 20px;
    right: 0;
    width: 300px;
}

/*2017.03.01新增样式*/
.ui-relative:after {
    content: "";
    display: block;
    clear: both;
}

.s-tasks-main li:first-child {
    margin-top: 0px;
}

/*2017.03.06 首页自定义 审批-内容新增选择模式*/
.s-approve-select-box {
    margin-top: 10px;
}

.s-approve-select-title {
    display: block;
    color: #222;
    line-height: 22px;
    float: left;
    margin-right: 10px;
}

.s-approve-select-main {
    width: 100%;
    background: url(images/24px.png) right no-repeat;
    height: 24px;
    background-position-y: -264px;
    outline: none;
    border-color: #C3C3C3;
    padding: 0 5px;
    color: #bbb;
}

    .s-approve-select-main option {
        color: #000;
    }

        .s-approve-select-main option:first-child {
            display: none;
        }

.s-approve-select-content:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 24px;
    width: 1px;
    background-color: #d2d2d2;
}

.s-approve-select-content {
    background-color: #fff;
    overflow: hidden;
    position: relative;
    margin-right: 2px;
}

.s-approve-select-gridbox {
    margin-top: 10px;
    margin-left: 22px;
}

.s-approve-select-grid-checkbox {
    margin-right: 10px;
}

.s-independent-approve span {
    display: inline-block;
}

.custom-nav .s-mylogo {
    background: url(images/custom-nav.png) 5px -800px no-repeat;
}

    .custom-nav .s-mylogo:hover {
        background: #f9f9f9 url(images/custom-nav.png) 5px -840px no-repeat;
        transition: none;
    }

/*2017.05.23筛选*/
.s-filtrate-content-pop {
    position: relative;
    height: 500px;
    background-color: #f5f5f5;
}

.s-filtrate-content-right {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 200px;
    padding: 15px 20px;
    box-sizing: border-box;
    border-left: 1px solid #c6c7cb;
    overflow: auto;
}

    .s-filtrate-content-right .right-list {
        display: block;
        line-height: 24px;
        cursor: pointer;
    }

        .s-filtrate-content-right .right-list:hover {
            font-weight: bold;
        }

.s-filtrate-list-del {
    float: right;
    background: url(images/ui-search-btn.png) 0 -175px no-repeat;
    width: 29px;
    height: 29px;
    cursor: pointer;
}

    .s-filtrate-list-del:hover {
        background-position: 0 -203px;
    }

.s-filtrate-content-left {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 200px;
    padding: 15px 20px;
    box-sizing: border-box;
    overflow: auto;
}

.s-filtrate-list {
    margin-bottom: 10px;
}

.s-filtrate-range {
    display: block;
    float: right;
    margin: 5px 10px 0 10px;
}

.s-filtrate-list-item {
    overflow: hidden;
    border: 1px solid #c3c3c3;
    height: 24px;
    line-height: 24px;
    background-color: #f5f6fa;
    padding: 0 5px;
}

.s-filtrate-clearbtn, .s-filtrate-savebtn {
    width: 86px;
    line-height: 30px;
    border: 1px solid #637fa4;
    cursor: pointer;
    display: inline-block;
    color: #fff;
    border-radius: 3px;
    margin: 0 10px;
    height: 30px;
    background-color: #7490b5;
}

.s-filtrate-savebtn {
    margin: 20px 20px 0 10px;
}

    .s-filtrate-clearbtn:hover,
    .s-filtrate-savebtn:hover {
        background-color: #4c6e94;
    }

/*2017.05.24首页自定义新建模板*/
.custom-modules-popview-subnav {
    height: 30px;
    background-color: #f4f5f9;
    position: relative;
}

    .custom-modules-popview-subnav:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #dbdce0;
        height: 1px;
    }

    .custom-modules-popview-subnav li {
        float: left;
        line-height: 30px;
        padding: 0 5px;
        position: relative;
    }

        .custom-modules-popview-subnav li a {
            display: block;
            color: #777;
            cursor: pointer;
            padding: 0 5px;
        }

        .custom-modules-popview-subnav li:before {
            content: "";
            position: absolute;
            right: 0;
            width: 1px;
            background-color: #cfd0d4;
            top: 0;
            bottom: 0;
        }

        .custom-modules-popview-subnav li a:hover {
            font-weight: bold;
            color: #222
        }

    .custom-modules-popview-subnav .current a {
        font-weight: bold;
        color: #222
    }

.o-modulesmanage-list ul .i-bluechoose {
    position: relative;
    display: block;
    float: left;
    width: 20px;
    height: 32px;
}

.o-modulesmanage-list ul .current .i-bluechoose:after {
    content: "";
    background: url(images/20px.png) 0 -660px no-repeat;
    width: 20px;
    height: 30px;
    display: block;
    position: absolute;
    left: 0px;
    top: 6px;
}

/*2017.05.31首页自定义新建模板修改v5.5v5.2.1*/
.homepage-popview-padding {
    margin: 75px 50px;
}

.homepage-popview-tips {
    color: red;
    position: absolute;
    left: 120px;
    top: 93px;
}

.homepage-popview-title {
    line-height: 26px;
    margin-right: 20px;
}

.homepage-popview-input {
    border: 1px solid #ddd;
    height: 26px;
}

.custom-modules-popviewcheckbox {
    margin-left: 70px;
    margin-top: 10px;
}

.homepage-popview-input input {
    width: 100%;
    padding: 0 5px;
    border: none;
    height: 100%;
}

.wxmodule-subnavtitle {
    line-height: 30px;
    cursor: pointer;
    padding: 0 10px;
    display: block;
    float: left;
    border-right: 1px solid #ced0d6;
    color: #777 !important;
    padding-top: 0px !important;
    margin-left: 0px !important;
}

    .wxmodule-subnavtitle:hover {
        font-weight: bold;
        color: #222 !important
    }

.wxmodule-subnav {
    background-color: #f3f6f8;
    overflow: hidden;
    border-bottom: 1px solid #ced0d6;
}

    .wxmodule-subnav .current {
        font-weight: bold;
        color: #222 !important;
    }

.wxmodule-radio-normal {
    float: right;
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    background-color: #f3f6f8;
    border-radius: 100px;
    border: 1px solid #d1d1d1;
    cursor: pointer;
    margin-top: 6px;
    margin-left: 15px;
}

.wxmodule-radio-on {
    position: relative;
    float: right;
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    background-color: #f3f6f8;
    border-radius: 100px;
    border: 1px solid #d1d1d1;
    cursor: pointer;
    margin-top: 6px;
    margin-left: 15px;
}

    .wxmodule-radio-on:after {
        content: "";
        width: 8px;
        height: 8px;
        border-radius: 100px;
        background-color: #596e84;
        position: absolute;
        left: 4px;
        top: 4px;
    }

.wxmodule-radio-disabled {
    background-color: #d7dbe1;
    float: right;
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 100px;
    border: 1px solid #d1d1d1;
    cursor: pointer;
    margin-top: 6px;
    margin-left: 15px;
}

/*2018.04.20 新增搜索以及树状联系人*/
.custom-treemap ul li {
    position: relative;
}

    .custom-treemap ul li a {
        display: block;
        color: #777;
    }

        .custom-treemap ul li a:hover {
            background-color: #f1f1f1
        }

.custom-treemap-openbtn, .custom-treemap-shirkbtn {
    width: 24px;
    height: 24px;
    cursor: pointer;
    float: left;
    position: relative;
    margin-top: 2px;
}

    .custom-treemap-openbtn:before, .custom-treemap-shirkbtn:before {
        content: "";
        width: 16px;
        height: 16px;
        background: url(images/treemapbtn.png) 0 0 no-repeat;
        display: block;
        position: absolute;
        top: 4px;
        left: 4px;
    }

    .custom-treemap-shirkbtn:before {
        background-position: 0 -16px;
    }

.custom-treemap-txt {
    overflow: hidden;
    line-height: 28px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-left: 24px;
    color: #777;
}

.custom-treemap ul li a:hover {
}

.custom-treemap ul li > ul {
    margin-left: 18px;
}

.custom-treemap-name {
    color: #000;
}

.custom-treemap ul li a .custom-treemap-morebtn {
    display: none;
    margin-left: 10px;
    margin-top: 2px;
}

.custom-treemap ul li a:hover .custom-treemap-morebtn {
    display: block;
}

.custom-treemap-morebtn {
    width: 24px;
    height: 24px;
    cursor: pointer;
    position: relative;
}

    .custom-treemap-morebtn:after {
        content: "";
        background: url(images/treemapbtn.png) 0 -32px no-repeat;
        width: 16px;
        height: 16px;
        display: block;
        position: absolute;
        top: 5px;
    }

.custom-treemap-morebtn-popview {
    position: absolute;
    background-color: #fff;
    box-shadow: 0 0px 5px rgba(0,0,0,0.1);
    width: 180px;
    min-height: 100px;
    background-color: #fff;
    right: 5px;
    z-index: 9;
    border-radius: 0px;
    border: 1px solid #b7b7b7;
    border-radius: 2px;
}

    .custom-treemap-morebtn-popview ul li {
        border-bottom: 1px solid #e7e7e7;
        padding: 5px 0px;
        margin: 0 10px;
        line-height: 20px;
    }

        .custom-treemap-morebtn-popview ul li .title {
            color: #888;
            min-height: 20px;
        }

        .custom-treemap-morebtn-popview ul li .value {
            color: #000;
            min-height: 20px;
        }

        .custom-treemap-morebtn-popview ul li:last-child {
            border-bottom: none;
        }

.custom-treemap {
    overflow: auto;
    position: absolute;
    top: 48px;
    bottom: 20px;
    left: 20px;
    right: 20px;
}

.custom-search {
    border-bottom: 1px solid #dfe3e4;
    height: 26px;
    box-sizing: border-box;
    margin: 10px auto;
    background-color: #fff;
    position: relative;
}

    .custom-search:before {
        content: "";
        background: url(images/treemapbtn.png) 0 -48px no-repeat;
        width: 16px;
        height: 16px;
        display: block;
        float: left;
        margin-top: 4px;
    }

    .custom-search .delbtn {
        width: 16px;
        height: 16px;
        background: url(images/treemapbtn.png) 0 -64px no-repeat;
        display: block;
        float: right;
        margin-top: 4px;
    }

.custom-search-box {
    overflow: hidden;
}

.custom-search input[type="text"] {
    padding: 0 5px;
    margin-top: 4px;
    width: 100%;
    border: none;
}



/*2018.04.23新增搜索、联系人*/
.custom-nav .s-search {
    background: url(images/custom-nav.png) 5px -880px no-repeat;
}

    .custom-nav .s-search:hover {
        background: #f9f9f9 url(images/custom-nav.png) 5px -920px no-repeat;
        transition: none;
    }

.custom-nav .s-memberlink {
    background: url(images/custom-nav.png) 5px -960px no-repeat;
}

    .custom-nav .s-memberlink:hover {
        background: #f9f9f9 url(images/custom-nav.png) 5px -1000px no-repeat;
        transition: none;
    }

.custom-nav .s-bottomnav {
    background: url(images/custom-nav.png) 5px -1040px no-repeat;
}

    .custom-nav .s-bottomnav:hover {
        background: #f9f9f9 url(images/custom-nav.png) 5px -1080px no-repeat;
        transition: none;
    }

/*2018.09.11门户设计导航菜单*/
.morenav ul {
    margin-left: 20px;
}

    .morenav ul:first-child {
        margin-left: 0px;
    }

.morenav .trangle, .morenav .first-trangle {
    padding: 7px 4px 7px 6px;
    cursor: pointer;
    float: left;
    opacity: 0.7;
}

.morenav .trangle-current {
    transform: rotate(90deg);
    display: inline-block;
    padding: 5px;
    margin-right: 3px;
    margin-top: 2px;
}

.morenav .icon:before {
    font-size: 18px;
    vertical-align: -4px;
    padding: 0 4px 0 3px;
}

.morenav ul:before, .morenav ul:after {
    clear: both;
}

.morenav .item .text {
    padding: 6px 0;
    display: block;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}

.morenav .item {
    padding: 3px 5px;
}

.morenav .item-form {
    padding: 3px 5px;
    position: relative;
}

    .morenav .item-form .selectdown-more-box {
        display: none;
        left: 140px;
        top: -1px;
    }

    .morenav .item-form:hover .selectdown-more-box {
        display: block;
    }

    .morenav .item-form .icon-icon_filter {
        font-size: 16px;
        margin-top: 5px;
        color: #888;
        margin-left: 4px;
    }

.morenav .item:hover {
    background-color: #f1f1f1;
}

.morenav .first-trangle {
    float: right;
    margin-right: -8px;
}

.morenav .first-trangle-current {
    display: inline-block;
    transform: rotate(90deg);
}

.morenav .icon {
    float: left;
    margin-top: 3px;
    margin-right: 1px;
}

.maincontent .navigroup li .item {
    margin-bottom: 4px;
}

.maincontent .navigroup li .radio, .set-radio {
    vertical-align: -4px;
    width: 16px;
    height: 16px;
}

.maincontent .navigroup li .icon, .maincontent .navigroup li .icon-dark {
    padding: 2px;
    font-size: 18px;
    border: 1px solid #d2d2d2;
    vertical-align: -4px;
    background-color: #fff;
    color: #aaa;
    cursor: pointer;
    display: inline-block;
}

.maincontent .navigroup li .icon-dark {
    color: #555;
}

.maincontent .navigroup li .icon {
    position: relative;
}

.maincontent .navigroup li .trangle-current {
    display: inline-block;
    transform: rotate(90deg);
}

.maincontent .navigroup li .content {
    display: inline-block;
    border: 1px solid #d2d2d2;
    background-color: #ffffff;
    padding-left: 5px;
}

    .maincontent .navigroup li .content .form {
        font-size: 16px;
        vertical-align: -4px;
        color: #80878f;
        cursor: pointer;
    }

        .maincontent .navigroup li .content .form:hover {
            color: #222;
        }

    .maincontent .navigroup li .content .form-link {
        color: #222;
    }

    .maincontent .navigroup li .content .text {
        border: none;
        padding: 2px 5px 4px 0px;
        width: 100px;
    }

    .maincontent .navigroup li .content .color {
        padding: 6px;
        background-color: #222;
        float: right;
        margin-top: 5px;
        margin-right: 5px;
        cursor: pointer;
    }

.maincontent .navigroup ul {
    margin-left: 28px;
}

    .maincontent .navigroup ul:first-child {
        margin-left: 0px;
    }

.morenav-h {
    min-height: 52px !important;
}

    .morenav-h ul {
        position: absolute;
        z-index: 2;
        margin-left: 0px;
        top: 0;
    }

        .morenav-h ul li {
            position: relative;
        }

        .morenav-h ul:first-child {
            margin-left: 0px;
            width: auto;
        }

    .morenav-h .first-nav {
        position: relative;
    }

        .morenav-h .first-nav .first {
            float: left;
        }

    .morenav-h ul:first-child li:after {
        clear: both;
    }

    .morenav-h ul:first-child li:before {
        clear: both;
    }

    .morenav-h ul li .item {
        width: 150px;
    }

    .morenav-h .first-nav .first > .item {
        width: auto;
        padding: 4px 5px;
    }

    .morenav-h .item .text {
        width: 70px;
    }

    .morenav-h .first-nav .first > .item .text {
        width: auto;
        display: inline-block;
    }

    .morenav-h .first-trangle {
        display: none;
    }

    .morenav-h .first-item {
        width: auto !important;
        line-height: 26px;
        font-size: 14px;
        padding-bottom: 0px;
    }

        .morenav-h .first-item .icon {
            margin-top: 4px;
            margin-right: 2px;
        }

    .morenav-h .first-nav .first > .item-form {
        padding: 12px 10px;
        font-size: 14px;
    }

        .morenav-h .first-nav .first > .item-form > .icon {
            vertical-align: 1px;
            margin-top: 3px;
        }

    .morenav-h .first-nav > .first > .item-form > .selectdown-more-box {
        left: 0;
        top: 53px;
    }

    .morenav-h .two-nav {
        top: 53px;
        margin-left: -1px;
    }

    .morenav-h .first-nav {
        border: 1px solid transparent;
        background-color: transparent;
        margin-top: -1px;
    }

    .morenav-h .two-nav {
        border: 1px solid #d2d2d2;
        background-color: #fff;
        margin-top: -1px;
    }

    .morenav-h .three-nav {
        margin-left: 140px;
        border: 1px solid #d2d2d2;
        background-color: #fff;
        margin-top: -1px;
    }

    .morenav-h .four-nav {
        margin-left: 140px;
        border: 1px solid #d2d2d2;
        background-color: #fff;
        margin-top: -1px;
    }

    .morenav-h .five-nav {
        margin-left: 140px;
        border: 1px solid #d2d2d2;
        background-color: #fff;
        margin-top: -1px;
    }

    .morenav-h .first-nav .first .two-nav {
        display: none;
    }

    .morenav-h .first-nav .first:hover .two-nav {
        display: block;
    }

    .morenav-h .first-nav .first .two-nav.hover {
        display: block;
    }

    .morenav-h .first-nav .first .two-nav .two .three-nav {
        display: none;
    }

    .morenav-h .first-nav .first .two-nav .two:hover .three-nav {
        display: block;
    }

    .morenav-h .first-nav .first .two-nav .two .three-nav.hover {
        display: block;
    }

    .morenav-h .first-nav .first .two-nav .two .three-nav .three .four-nav {
        display: none;
    }

    .morenav-h .first-nav .first .two-nav .two .three-nav .three:hover .four-nav {
        display: block;
    }

    .morenav-h .first-nav .first .two-nav .two .three-nav .three .four-nav.hover {
        display: block;
    }

    .morenav-h .first-nav .first .two-nav .two .three-nav .three .four-nav .four .five-nav {
        display: none;
    }

    .morenav-h .first-nav .first .two-nav .two .three-nav .three .four-nav .four:hover .five-nav {
        display: block;
    }

    .morenav-h .first-nav .first .two-nav .two .three-nav .three .four-nav .four .five-nav.hover {
        display: block;
    }

.morenav-v .two-nav {
    top: 0px;
    margin-left: 140px;
}

.morenav-v ul:first-child {
    margin-left: -1px;
    width: 100%;
}

.morenav-v ul li {
    position: relative;
}

.morenav-v .first-nav .first {
    float: none;
}

.morenav-v .first-item {
    width: auto !important;
    font-size: 12px;
    line-height: 14px;
    margin-top: 0px;
}

.morenav-v .first-nav .first > .item-form {
    width: auto !important;
    padding: 4px 5px;
    font-size: 12px;
    overflow: hidden;
    cursor: pointer;
}

.morenav-v .first-nav .first > .first-item > .icon {
    vertical-align: 1px;
}

.morenav-v .first-nav .first > .item .text {
    display: block;
}

.morenav-v .first-nav .first > .item-form > .icon {
}

.morenav-v .first-nav .first > .item-form > .icon-icon_filter {
    font-size: 16px;
    margin-top: 1px;
    color: #888;
    margin-left: 4px;
}

.s-custom-pop .custom-operation-files {
    background-position: 0 -936px;
}

    .s-custom-pop .custom-operation-files:hover {
        background-position: 0 -960px;
    }

.s-custom-pop .custom-operation {
    cursor: pointer;
}

.s-custom-pop .set-nav-h {
    padding: 10px 0 10px 15px;
    border-top: 1px solid #d2d2d2;
    overflow: hidden;
}

.s-portal-label-vertical {
    margin-top: 0px;
}

/*2018.10.11 门户设计工具栏*/
.o-all-subnav .ui-tool-secondMenu {
    margin-top: 0;
    margin-left: 0;
}
/*2018.10.11 门户设计模块管理*/
.main-popview-bg {
    z-index: 99;
}

/*20181130门户颜色添加*/
.custom-clr-selectbox {
    border: 1px solid #c3c3c3;
    float: right;
    width: 105px;
    height: 24px;
    background-color: #fff;
}

    .custom-clr-selectbox input[type="color"] {
        width: 20px;
        height: 20px;
        padding: 0px;
        margin: 0;
        font-size: 100%;
        background-color: transparent;
        border: none;
        margin-top: 2px;
        margin-left: 2px;
        margin-right: 3px;
    }

    .custom-clr-selectbox input[type="text"] {
        border: none; /* margin-top: 0px!important; */ /* line-height: 16px; */
    }

.custom-clr-delbtn {
    background: url(images/custom-modules.png) 0 -989px no-repeat;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.custom-clr-btndiv .title {
    line-height: 26px;
}



.s-portal-bottom-link {
    /*background: url(images/portal_icon.png) 0 0px no-repeat;*/
    display: block;
    width: 24px;
    height: 24px;
    cursor: pointer;
    margin-top: 6px;
    margin-left: 15px;
    position: relative;
}

.s-portal-bottom-refreshbtn {
    float: left;
    border: 1px solid #d7d7d7;
    background-color: #fff;
    height: 26px;
    line-height: 26px;
    text-align: center;
    margin-top: 5px;
    padding: 0 13px;
    border-radius: 4px;
    color: #000;
}

    .s-portal-bottom-refreshbtn:hover {
        font-weight: bold;
        background-color: #e8e8e8;
    }

.s-portal-bottom-currentlink {
}

.s-portal-bottom-email {
    background-position: 0 -22px;
    cursor: pointer;
    margin-left: 0px;
}

.s-portal-bottom-msg {
    background-position: 0 0px;
    cursor: pointer;
}

.s-portal-bottom-translate {
    background-position: 0 -48px;
    width: auto;
    padding-left: 28px;
    line-height: 24px
}

.s-portal-bottom-approve {
    background-position: 0 -287px;
}

.s-portal-rightbar {
    width: 336px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 38px;
    box-shadow: -3px 0 10px rgba(0,0,0,0.1);
    z-index: 9
}

    .s-portal-rightbar .head {
        margin: 20px 10px;
    }

.s-portal-rightbar-closebtn {
    background: url(images/portal_icon.png) 0 -96px no-repeat;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

    .s-portal-rightbar-closebtn:hover {
        background-position: 0 -120px;
    }

.s-portal-rightbar-msgicon {
    background: url(images/portal_icon.png) 0 -71px no-repeat;
    height: 24px;
    display: inline-block;
    line-height: 26px;
    padding-left: 28px;
    font-size: 14px;
}

.s-portal-rightbar .tabnav {
    display: flex;
    padding: 0 40px;
    position: relative;
}

    .s-portal-rightbar .tabnav:before {
        content: "";
        position: absolute;
        bottom: 0px;
        left: 0;
        background-color: #e4e4e4;
        height: 1px;
        width: 40px;
    }

    .s-portal-rightbar .tabnav:after {
        content: "";
        position: absolute;
        bottom: 0px;
        right: 0;
        background-color: #e4e4e4;
        height: 1px;
        width: 40px;
    }

    .s-portal-rightbar .tabnav .tabnav-link {
        border-top: 1px solid #e4e4e4;
        height: 36px;
        line-height: 36px;
        text-align: center;
        cursor: pointer;
        flex: 1;
        font-size: 13px;
        background-color: #edf1f8;
        border-left: 1px solid #e4e4e4;
        color: #99a8b9;
    }

    .s-portal-rightbar .tabnav .current {
        background-color: #fff;
        color: #0b7bff
    }

.s-portal-rightbar .choosebox {
    border-bottom: 1px solid #ebecee;
    overflow: hidden;
    padding: 0 10px;
}

.s-portal-rightbar .searchbox {
    overflow: hidden;
    position: relative;
    margin-top: 10px;
    height: 24px;
}

    .s-portal-rightbar .searchbox:before {
        content: "";
        position: absolute;
        width: 24px;
        height: 24px;
        background: #fff url(images/portal_icon.png) 0 -144px no-repeat;
        left: 18px;
    }

    .s-portal-rightbar .searchbox:after {
        content: "";
        width: 1px;
        height: 16px;
        background-color: #e4e4e4;
        float: left;
        position: absolute;
        top: 4px;
        left: 10px;
    }

.s-portal-rightbar .changebtn {
    font-size: 13px;
    color: #000;
    cursor: pointer;
    line-height: 42px;
}

.s-portal-rightbar .searchbox input[type="text"] {
    width: 99%;
    margin-left: 45px;
    margin-top: 3px;
}

.s-portal-rightbar .approvelist-item {
    padding: 15px;
    border-bottom: 1px solid #ebecee
}

    .s-portal-rightbar .approvelist-item .title {
        font-size: 13px;
        color: #000
    }

    .s-portal-rightbar .approvelist-item .reason {
        font-size: 12px;
        color: #000;
        line-height: 20px;
        margin-top: 5px;
    }

    .s-portal-rightbar .approvelist-item .msg {
        font-size: 12px;
        color: #9a9a9a;
        margin-top: 10px;
    }

.s-portal-rightbar .approvelist-btn {
    position: relative;
    color: #0b7bff;
    font-size: 12px;
    cursor: pointer;
    line-height: 32px;
    margin: 10px 0;
    display: inline-block;
    padding: 0 5px;
}

    .s-portal-rightbar .approvelist-btn:after {
        content: ">";
        color: #0b7bff;
        font-family: "宋体";
        margin-left: 11px;
        transform: rotate(90deg);
        height: 24px;
        display: inline-block;
        text-align: center;
        vertical-align: -0.5ex;
    }

.s-portal-rightbar .approvelist-rejectbtn {
    background-color: #e84c3d;
    border: 1px solid #d43728;
    border-radius: 4px;
    cursor: pointer;
    color: #fff;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    margin-left: 5px;
    padding: 0 10px;
}

.s-portal-rightbar .approvelist-agreebtn {
    background-color: #79b74c;
    border: 1px solid #50b308;
    border-radius: 4px;
    cursor: pointer;
    color: #fff;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    margin-left: 5px;
    padding: 0 10px;
}

.s-portal-rightbar .approvelist-rejectbtn:hover {
    background-color: #dc3929
}

.s-portal-rightbar .approvelist-agreebtn:hover {
    background-color: #6ea745
}

.s-portal-rightbar .approvelist-inputbox {
    overflow: hidden;
    border: 1px solid #ececec;
    height: 27px;
    padding: 0 5px;
    box-sizing: border-box;
}

    .s-portal-rightbar .approvelist-inputbox input[type="text"] {
        width: 100%;
        margin-top: 4px;
    }

.s-portal-rightbar .approvelist-popview {
    position: relative;
    border: 1px solid #ececec;
    margin-bottom: 15px;
    margin-top: -10px;
    box-shadow: 0 2px 5px rgba(0,0,0,.08);
}

    .s-portal-rightbar .approvelist-popview:before {
        content: "";
        height: 1px;
        background-color: #fff;
        position: absolute;
        top: -1px;
        width: 80px;
    }

.s-portal-rightbar .approvelink-btn {
    border-left: 1px solid #ececec;
    border-top: 1px solid #ececec;
    border-right: 1px solid #ececec;
}

.approvelink-btn ~ .approvelist-popview {
    display: block !important;
}

.approvelink-btn:after {
    transform: rotate(-90deg) !important;
    margin-left: 8px !important;
    margin-right: 7px;
}

.s-portal-rightbar .approvelist-item-ul {
    position: absolute;
    top: 145px;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
}

.clr9a {
    color: #9a9a9a
}

.s-portal-rightbar .approvelist-started {
    line-height: 20px;
    position: relative;
}

.approvelist-started:hover {
    background-color: #f9fafc
}

.approvelist-started-cancel {
    border: 1px solid #38adff;
    border-radius: 2px;
    display: inline-block;
    color: #38adff;
    cursor: pointer;
    width: 40px;
    text-align: center;
    bottom: 15px;
    right: 15px;
    position: absolute;
}

    .approvelist-started-cancel:hover {
        background-color: #e2f1fc
    }

.approvelist-started .approvelist-started-cancel {
    display: none;
}

.approvelist-started:hover .approvelist-started-cancel {
    display: block
}

.s-portal-rightbar-inform {
}

    .s-portal-rightbar-inform .head {
        overflow: hidden;
        margin: 10px;
    }

    .s-portal-rightbar-inform .headbtn {
        background-color: #f2f2f2;
        border: 1px solid #e2e2e2;
        display: block;
        height: 22px;
        padding: 0 5px;
        line-height: 22px;
        cursor: pointer;
        margin-left: -1px;
        width: 48px;
        text-align: center;
    }

        .s-portal-rightbar-inform .headbtn:hover {
            font-weight: bold;
            background-color: #ececec
        }

.s-portal-rightbar-inform-item {
    padding: 8px 15px;
    border-bottom: 1px solid #ececec;
    line-height: 20px;
}

    .s-portal-rightbar-inform-item .title {
        font-size: 13px;
        color: #000;
        margin-bottom: 5px;
    }

    .s-portal-rightbar-inform-item .msg {
        font-size: 12px;
        color: #9a9a9a
    }

    .s-portal-rightbar-inform-item .btngroup {
        margin-top: 10px
    }

        .s-portal-rightbar-inform-item .btngroup li a {
            color: #3ba4fd;
            cursor: pointer;
        }

        .s-portal-rightbar-inform-item .btngroup li {
            float: left;
            margin-right: 10px;
        }

            .s-portal-rightbar-inform-item .btngroup li a:hover {
                font-weight: bold;
            }

.s-portal-rightbar-inform .s-portal-rightbar-inform-itemlist {
    position: absolute;
    top: 145px;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
}

.tabnav-link-redtips {
    color: #fff;
    background-color: #ff5722;
    border-radius: 100px;
    display: inline-block;
    padding: 0 10px;
    margin-left: 5px
}

.s-portal-translatepopview {
    position: fixed;
    background-color: #fff;
    width: 128px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    bottom: 40px;
    right: 90px;
    border-radius: 2px;
    padding: 10px;
    box-sizing: border-box;
    z-index: 9
}

    .s-portal-translatepopview ul li a {
        line-height: 24px;
        cursor: pointer;
        color: #888;
        padding-left: 24px;
    }

        .s-portal-translatepopview ul li a:hover {
            color: #000
        }

    .s-portal-translatepopview ul .current:before {
        content: "";
        width: 24px;
        height: 24px;
        background: url(images/portal_icon.png) 0 -168px no-repeat;
        display: block;
        position: absolute;
        left: 8px;
    }

    .s-portal-translatepopview ul .current a {
        color: #000
    }

.s-portal-bottom-redtips:after {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    background-color: #ff5722;
    border-radius: 100px;
    right: -2px;
    top: 1px;
}

.s-portal-bottom-email-triangle {
    width: 24px;
    height: 24px;
    background: url(images/portal_icon.png) 0 -192px no-repeat;
    cursor: pointer;
    margin-top: 6px;
    margin-left: 15px;
    border: 1px solid transparent;
}

    .s-portal-bottom-email-triangle:hover {
        border: 1px solid #d4d4d4;
        background-color: #fff;
    }

.s-portal-popview-iframe {
    width: 950px;
    height: 650px;
    position: absolute;
    background-color: #fff;
    top: 50%;
    left: 50%;
    margin-left: -475px;
    margin-top: -325px;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.s-portal-popview-iframe-bg {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 999
}

.s-portal-popview-iframe .head {
    background-color: #f9fafc;
    height: 59px;
    border-bottom: 1px solid #c5d4d9;
    padding: 0 20px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

    .s-portal-popview-iframe .head .title {
        font-size: 18px;
        line-height: 59px;
    }

    .s-portal-popview-iframe .head .closebtn {
        background: url(images/portal_icon.png) 0 -216px no-repeat;
        cursor: pointer;
        width: 24px;
        height: 24px;
        margin-top: 20px;
    }

    .s-portal-popview-iframe .head .magnifybtn {
        background: url(images/portal_icon.png) 0 -240px no-repeat;
        cursor: pointer;
        width: 24px;
        height: 24px;
        margin-top: 20px;
        margin-right: 20px;
    }

    .s-portal-popview-iframe .head .shrinkbtn {
        background: url(images/portal_icon.png) 0 -264px no-repeat;
        cursor: pointer;
        width: 24px;
        height: 24px;
        margin-top: 20px;
        margin-right: 20px;
    }

.s-portal-popview-iframe .iframe {
    position: Absolute;
    top: 60px;
    bottom: 0;
    left: 0;
    right: 0;
}

    .s-portal-popview-iframe .iframe iframe {
        width: 100%;
        height: 100%;
        border: none;
    }

.s-portal-popview-iframe-boost {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: 0;
    right: 0;
    margin-top: 0px;
    left: 0px;
}
/*2019.06.04门户设计修改图标颜色*/
.set-nav-hovercolor input[type="color"] {
    width: 20px;
    height: 20px;
    padding: 0px;
    margin: 0;
    font-size: 100%;
    background-color: transparent;
    border: none;
    padding: 0;
    margin-left: 10px;
    margin-top: -3px;
    margin-right: 5px;
}

.set-nav-hovercolor {
    color: #333;
}

.s-portal-bigbox-preview .s-portal-label-vertical {
    border: none !important;
}
/*2019.06.27门户搜索下拉*/
.custom-search-resultpopview {
    position: absolute;
    top: 50px;
    width: 300px;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0,0,0,0.25);
    max-height: 150px;
    left: 0;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 3px;
    overflow: auto;
}

    .custom-search-resultpopview ul li {
        line-height: 32px;
    }

        .custom-search-resultpopview ul li:hover {
            background-color: #f2f2f2
        }

        .custom-search-resultpopview ul li a {
            display: block;
            font-size: 12px;
            color: #333;
            cursor: pointer;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }

.s-portal-bottom-pagelink {
    flex: 1;
}

    .s-portal-bottom-pagelink ul {
        margin: 0 10px;
        overflow: hidden;
    }

    .s-portal-bottom-pagelink:after {
        content: "";
        clear: both;
    }

    .s-portal-bottom-pagelink .close-btn {
        margin-top: 5px;
        margin-left: 5px;
        float: right;
    }

        .s-portal-bottom-pagelink .close-btn:before {
            content: "\e90f";
            display: block;
            width: 16px;
            height: 24px;
            font-family: 'protalicon' !important;
            font-size: 18px;
            margin-top: -3px;
        }

    .s-portal-bottom-pagelink .item {
        float: left;
        line-height: 32px;
        color: #000;
        padding: 0 10px;
        cursor: pointer;
        position: Relative;
        padding-right: 5px
    }

        .s-portal-bottom-pagelink .item:hover {
            background-color: #dadada
        }

    .s-portal-bottom-pagelink .name {
        overflow: hidden;
    }

    .s-portal-bottom-pagelink .item:before {
        content: "";
        width: 1px;
        height: 20px;
        background-color: #dadada;
        margin-right: 10px;
        position: absolute;
        left: 0;
        top: 6px
    }

.s-portal-bottom-moretabbtn {
    width: 32px;
    height: 32px;
    background: url(images/s-portal-bottommore.png) center no-repeat;
    display: block;
    cursor: pointer;
    margin-top: 4px;
    border-radius: 2px;
}

    .s-portal-bottom-moretabbtn:hover {
        background-color: #dadada
    }

.s-portal-bottom-moretabpopview {
    position: absolute;
    width: 250px;
    max-height: 300px;
    overflow: auto;
    background-color: #fff;
    border: 1px solid #eaeaea;
    bottom: 45px;
    right: 0;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    border-radius: 2px;
}

.s-portal-bottom-moretabpopview {
    margin: 0px;
}

    .s-portal-bottom-moretabpopview .item {
        float: inherit;
        margin-top: 0px;
    }

        .s-portal-bottom-moretabpopview .item .name {
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .s-portal-bottom-moretabpopview .item .close-btn {
            display: none;
        }

        .s-portal-bottom-moretabpopview .item:hover .close-btn {
            display: block;
        }

        .s-portal-bottom-moretabpopview .item:before {
            content: "";
            display: none;
        }

@font-face {
    font-family: 'protalicon';
    src: url('fonts/protalicon.eot?qjm327');
    src: url('fonts/protalicon.eot?qjm327#iefix') format('embedded-opentype'), url('fonts/protalicon.ttf?qjm327') format('truetype'), url('fonts/protalicon.woff?qjm327') format('woff'), url('fonts/protalicon.svg?qjm327#protalicon') format('svg');
    font-weight: normal;
    font-style: normal;
}

.s-portal-bottom-link:before {
    content: "";
    font-family: 'protalicon' !important;
    font-size: 24px;
    color: #444;
    color: #000;
    display: inline-block;
}

.s-portal-bottom-email:before {
    content: "\e905";
}

.s-portal-bottom-msg:before {
    content: "\e904";
    margin-top: -2px;
}

.s-portal-bottom-approve:before {
    content: "\e906";
}

.s-portal-bottom-translate:before {
    content: "\e907";
    margin-right: 5px;
    vertical-align: -0.5ex;
}

.s-portal-bottom-translate {
    margin-top: 0px;
}

.s-portal-bigbox-preview .s-portal-bottom-box {
    margin-bottom: 0;
    box-shadow: none;
    border: none !important;
    border-top: 1px solid #d7d7d7 !important;
}

/*20190727修改*/
.morenav .item .refresh-btn {
    display: none;
}

.morenav .item:hover .refresh-btn {
    line-height: 20px;
    border: 1px solid #d7d7d7;
    padding: 0 10px;
    cursor: pointer;
    display: block;
    background-color: #fff;
    float: right;
}

    .morenav .item:hover .refresh-btn:hover {
        background-color: #ddd;
        font-weight: bold;
    }

.custom-clr-box {
    border-bottom: 1px solid #d2d2d2;
    padding: 10px 14px;
    padding-bottom: 4px;
}

    .custom-clr-box .title {
        margin-bottom: 5px;
        color: #888
    }

.custom-clr-box-title {
    display: block;
    padding-bottom: 10px;
    color: #000
}

/*20190813门户设计过滤筛选*/
/*20190813门户设计过滤筛选*/
.custom-nav-popup .filter_content_second {
    width: 550px;
    height: 400px;
    padding: 20px;
}

    .custom-nav-popup .filter_content_second .leftbar, .custom-nav-popup .filter_content_second .rightbar {
        float: left;
        width: calc(50% - 10px);
        padding: 10px;
        box-sizing: border-box;
        border: 1px solid #d7d7d7;
        height: 360px;
        background-color: #fff;
        overflow: auto;
    }

    .custom-nav-popup .filter_content_second .rightbar {
        margin-left: 0px;
        width: calc(50% - 10px);
        margin-left: 10px;
    }

        .custom-nav-popup .filter_content_second .leftbar ul li:hover, .custom-nav-popup .filter_content_second .rightbar ul li:hover {
            background-color: #f2f2f2;
            cursor: pointer;
            position: relative;
        }

        .custom-nav-popup .filter_content_second .leftbar ul li a, .custom-nav-popup .filter_content_second .rightbar ul li a {
            line-height: 24px;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            display: inline-block;
            color: #000;
            width: 215px;
        }

    .custom-nav-popup .filter_content_second .leftbar ul li a {
        width: 109px
    }

        .custom-nav-popup .filter_content_second .leftbar ul li a:hover {
            background-color: #f2f2f2
        }

    .custom-nav-popup .filter_content_second .leftbar input[type="checkbox"] {
        vertical-align: 0.8ex;
        margin-right: 5px;
    }

    .custom-nav-popup .filter_content_second .title {
        color: #425f88;
        font-weight: bold;
        display: block;
        margin-bottom: 10px;
    }

.custom-approvement-popup .substance_content .detail {
    padding: 0px 15px;
}

    .custom-approvement-popup .substance_content .detail .popup-savebtn {
        margin: 0 -15px
    }

    .custom-approvement-popup .substance_content .detail .input-box {
        line-height: 24px;
        margin-top: 15px;
        overflow: hidden;
        height: 24px;
    }

.custom-nav-popup .filter_content_second .rightbar ul li a {
    position: relative
}

.custom-nav-popup .filter_content_second .rightbar ul li:hover a:after {
    content: "";
    width: 24px;
    height: 24px;
    background: url(images/ui-file-del.png) center right no-repeat;
    display: inline-block;
    position: absolute;
    right: 0px;
    background-color: #f2f2f2;
}


/*2019.06.27门户搜索下拉*/
.custom-search-resultpopview {
    position: absolute;
    top: 50px;
    width: 300px;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0,0,0,0.25);
    max-height: 150px;
    left: 0;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 3px;
    overflow: auto;
}

    .custom-search-resultpopview ul li {
        line-height: 32px;
    }

        .custom-search-resultpopview ul li:hover {
            background-color: #f2f2f2
        }

        .custom-search-resultpopview ul li a {
            display: block;
            font-size: 12px;
            color: #333;
            cursor: pointer;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }

/*2019.06.04门户设计修改图标颜色*/
.set-nav-hovercolor input[type="color"] {
    width: 20px;
    height: 20px;
    padding: 0px;
    margin: 0;
    font-size: 100%;
    background-color: transparent;
    border: none;
    padding: 0;
    margin-left: 10px;
    margin-top: -3px;
    margin-right: 5px;
}

.set-nav-hovercolor {
    color: #333;
}

.s-portal-bigbox-preview .s-portal-label-vertical {
    border: none !important;
}

.maincontent .navigroup .widgets-icon-list ul {
    height: 200px;
    overflow: auto;
    padding-bottom: 33px;
}

/*2019.08.27消息过滤*/
.custom-qr-popup .filter_content_second {
    padding: 10px 15px;
    padding-top: 0px;
}

    .custom-qr-popup .filter_content_second .filter-box {
        margin-left: 56px;
    }

        .custom-qr-popup .filter_content_second .filter-box .input-box {
            margin-top: 10px;
        }

        .custom-qr-popup .filter_content_second .filter-box .select-box {
            margin-top: 0px;
            width: 60px;
        }

        .custom-qr-popup .filter_content_second .filter-box .input-box input[type="text"] {
            width: 100%;
        }

    .custom-qr-popup .filter_content_second .filter-title {
        line-height: 24px;
        margin-top: 10px;
        margin-right: 10px;
    }

    .custom-qr-popup .filter_content_second .ul-box {
        border: 1px solid #d2d2d2;
        padding: 6px;
        box-sizing: border-box;
        background-color: #fff;
        margin-left: 56px;
        height: 134px;
        overflow: auto;
    }

        .custom-qr-popup .filter_content_second .ul-box ul li {
            line-height: 24px;
            color: #888
        }

            .custom-qr-popup .filter_content_second .ul-box ul li input[type="checkbox"] {
                margin-right: 8px;
                float: left;
                margin-top: 5px;
            }

            .custom-qr-popup .filter_content_second .ul-box ul li span {
                display: block;
                text-overflow: ellipsis;
                overflow: hidden;
                max-width: 100px;
                white-space: nowrap;
            }

            .custom-qr-popup .filter_content_second .ul-box ul li input[type="checkbox"]:checked ~ span {
                color: #000;
                font-weight: bold;
            }



/*20190511呼叫中心*/
.portal-callcenter-popview {
    background: none;
    overflow: hidden;
    box-shadow: none;
    padding: 0px;
    z-index: 888;
}

    .portal-callcenter-popview iframe {
        border: 0;
        background: transparent;
    }

    .portal-callcenter-popview .popbtn {
        width: 61px;
        height: 61px;
        display: block;
        box-shadow: 0 0 5px rgba(0,0,0,0.1);
        text-align: center;
        line-height: 63px;
        color: #5ccadd;
        font-size: 13px;
        cursor: pointer;
        background: #f2f5ff url(images/icon_callcenter.png) center no-repeat; /* float: right; */
        background-size: 29px 29px;
        border: 1px solid #d7d7d7;
        box-sizing: border-box;
        margin-left: 10px;
        margin-right: 10px;
    }

        .portal-callcenter-popview .popbtn:hover {
            background-color: #f2f5ff;
            background-image: none;
        }

            .portal-callcenter-popview .popbtn:hover:before {
                content: "呼叫中心";
                color: #738fea;
                font-size: 13px;
                width: 36px;
                display: inline-block;
                line-height: 20px;
                margin-top: 8px;
            }

    .portal-callcenter-popview .iframe-box {
        overflow: hidden;
        position: relative;
        box-sizing: border-box;
    }

        .portal-callcenter-popview .iframe-box iframe {
        }

    .portal-callcenter-popview .bottompopbtn { /*position:absolute;bottom:0px;*/
    }
/*置底btn*/
.portal-callcenter-bottombtn {
    position: absolute;
    bottom: 0;
    left: 0;
}
/*置底body*/
.portal-callcenter-bottom-body {
    position: absolute;
    bottom: 0;
    left: 80px;
}

    .portal-callcenter-bottom-body .dropdown-menu {
        margin-top: -130px;
    }

    .portal-callcenter-bottom-body .transfer-drop {
        margin-top: -100px !important
    }

    .portal-callcenter-bottom-body .drop-zj:empty {
        display: none;
    }

    .portal-callcenter-bottom-body .drop-zt {
        margin-top: -180px;
    }

/*集时呼叫中心*/
.js-callcenter-bg {
    background-color: #f2f5ff;
    padding: 10px 0;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    min-width: 600px;
    box-sizing: border-box;
    border: 1px solid #d7d7d7;
}

.js-callcenter-wrap {
}

.js-callcenter-select {
    border: 1px solid #dadada;
    height: 36px;
    border-radius: 100px;
    min-width: 120px;
    resize: none;
    padding: 0 15px;
    outline: none;
    background-color: #fff;
    position: relative;
}

    .js-callcenter-select select {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        width: calc(100% - 24px);
        border: none;
        outline: none;
        height: 100%;
        font-size: 12px;
    }

    .js-callcenter-select:after {
        content: '';
        border: 5px solid transparent;
        border-top: 5px solid #9297A3;
        position: absolute;
        right: 18px;
        top: 15px;
        cursor: pointer;
    }

.js-callcenter-input {
    overflow: hidden;
    height: 34px;
    border: 1px solid #d7d7d7;
    line-height: 34px;
    padding: 0 10px;
    background-color: #fff;
    border-radius: 100px;
}

    .js-callcenter-input input {
        width: 100%;
        border: none;
        background-color: #fff;
        font-size: 12px;
        color: #333;
        margin-top: 8px;
        outline: none;
    }

.js-callcenter-btn {
    height: 36px;
    border-radius: 2px;
    line-height: 36px;
    padding: 0 15px;
    color: #fff;
    display: inline-block;
    cursor: pointer;
    font-size: 12px;
    border-radius: 100px;
    position: relative;
    background-color: #89a5ff;
    color: #fff;
}

    .js-callcenter-btn:hover {
        background-color: #738fea
    }

.js-callcenter-hoverpopbtn {
    color: #333;
    line-height: 36px;
    font-size: 12px;
    cursor: pointer;
    position: relative;
}

.js-callcenter-item {
    padding: 0 15px;
    border-right: 1px solid #d7d7d7;
    float: left
}

.js-callcenter-item {
}

    .js-callcenter-item:last-child {
        border-right: none;
    }

    .js-callcenter-item .js-callcenter-hoverpop {
        display: none;
    }
/*.js-callcenter-item:hover  .js-callcenter-hoverpop{display:block!important;}*/
.js-callcenter-hoverpop {
    box-shadow: 0 0 5px rgba(0,0,0,0.25);
    padding: 10px;
    position: absolute;
    background-color: #fff;
    border-radius: 2px;
    top: 44px;
    min-width: 160px;
}

.js-callcenter-hoverpopbtn:after {
    content: '';
    border: 5px solid transparent;
    border-top: 5px solid #9297A3;
    float: right;
    margin-top: 16px;
    margin-left: 8px;
}

.js-callcenter-checkbox {
    font-size: 14px;
    color: #333;
    line-height: 36px;
}

    .js-callcenter-checkbox input[type="checkbox"] {
        margin-top: 10px;
        vertical-align: -0.1ex;
    }

.js-callcenter-hoverpop ul {
    padding: 0px;
    margin: 0px;
}

    .js-callcenter-hoverpop ul li {
        list-style: none;
        padding: 5px 0px;
        text-align: center;
    }

        .js-callcenter-hoverpop ul li ul li {
            padding: 0px;
            cursor: pointer;
            text-align: left;
        }

            .js-callcenter-hoverpop ul li ul li a {
                display: block;
                line-height: 36px;
                padding: 0px;
                color: #333;
                font-size: 12px;
                cursor: pointer;
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
                width: 160px;
            }

                .js-callcenter-hoverpop ul li ul li a:hover {
                    background-color: #f2f2f2
                }

.js-callcenter-hoverpop .js-callcenter-btn {
    display: block;
}

.js-callcenter-hoverpop ul li ul {
    margin: -5px 0;
}

.js-callcenter-bottom {
    bottom: 0px;
}

    .js-callcenter-bottom .js-callcenter-hoverpop {
        top: auto !important;
        bottom: 46px;
    }

.js-callcenter-morebtn {
    width: 34px;
    height: 34px;
    background: url(images/more.png) 0 0 no-repeat;
    cursor: pointer;
    display: block;
}

.js-callcenter-txt {
    line-height: 36px;
    color: #333;
    font-size: 12px;
}

.js-callcenter-bottom .js-callcenter-hoverpopbtn:after {
    content: '';
    border: 5px solid transparent;
    border-top: transparent !important;
    border-bottom: 5px solid #9297A3;
    float: right;
    margin-top: 16px;
    margin-left: 8px;
}

.js-callcenter-bottom .js-callcenter-select:after {
    content: '';
    border: 5px solid transparent;
    border-bottom: 5px solid #9297A3;
    position: absolute;
    right: 18px;
    top: 10px;
    cursor: pointer;
}

.js-callcenter-textarea {
    border: 1px solid #d7d7d7;
    border-radius: 2px;
    box-sizing: border-box;
    position: relative;
    min-height: 60px;
}

    .js-callcenter-textarea textarea {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        resize: none;
        outline: none;
        padding: 10px;
        font-size: 14px;
        color: #333;
        border: none;
        width: 100%;
        box-sizing: border-box;
    }

.custom-popup .selected-box {
    height: 24px;
    overflow: hidden;
    border: 1px solid #d7d7d7;
    background-color: #fff;
}

    .custom-popup .selected-box select {
        width: 100%;
        height: 100%;
        border: none;
        padding: 0 5px;
        background-position-y: 0px !important;
    }


/*20200319登录页设计*/
.custom-login-headbox {
    background-color: #fff;
    margin-top: 40px;
}

.custom-login-main {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.custom-login-logo {
    overflow: hidden;
    flex: 1;
}

    .custom-login-logo img {
    }

.login-link {
    cursor: pointer;
    margin-top: 30px;
    color: #9a9a9a;
    font-size: 14px;
    margin-left: 10px;
    margin-right: 10px;
}

.custom-modules-ds .custom-login-headbox, .custom-modules-ds .custom-login-banner, .custom-modules-ds .custom-login-bottom {
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0 1px 5px rgba(0,0,0,.75);
    margin-bottom: 10px;
    position: relative;
}

.custom-login-title {
    color: #000;
    font-size: 22px;
    margin-bottom: 27px;
    display: block;
}

.custom-login-banner {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 476px;
    background-position-y: center;
    background-repeat: no-repeat;
}

.custom-login-formbox {
    width: 1200px;
    position: relative;
    overflow: hidden;
    height: 476px;
    margin: 0 auto;
    background-size: cover !important;
}

.custom-login-content {
    width: 400px;
    margin-top: 53px;
    padding-right: 8%;
    background-color: #fff;
    box-shadow: 0 10px 30px 0 rgba(0,0,0,.2);
    border-radius: 4px;
    padding: 36px 30px 0 !important;
    box-sizing: border-box;
    min-height: 370px;
    padding-top: 35px !important;
    margin-right: 30px;
}

.custom-login-inputbox {
    height: 42px;
    margin-bottom: 18px;
}

    .custom-login-inputbox input[type="text"], .custom-login-inputbox input[type="password"] {
        width: 100%;
        height: 42px;
        border: 1px solid #ccc;
        padding: 0 10px;
        box-sizing: border-box;
        font-size: 13px;
    }

        .custom-login-inputbox input[type="text"]:focus, .custom-login-inputbox input[type="password"]:focus {
            border-color: #a2a2a2;
        }

.custom-login-btnbox {
    height: 48px;
    text-align: Center;
    font-size: 14px;
    display: block;
    width: 100%;
    line-height: 48px;
    cursor: pointer;
    color: #fff;
    border: none;
    background-color: #3493e0;
    border-radius: 2px;
}

.custom-login-btn {
    width: 100%;
    height: 100%;
    border: none;
    font-size: 16px;
    background-color: transparent;
    cursor: pointer;
}

    .custom-login-btn:hover {
        font-weight: bolder;
    }

.custom-login-bottomlink {
    margin-left: auto;
    margin-right: auto;
    padding-top: 59px !important;
    padding-bottom: 20px !important;
    width: 1200px;
    color: #777;
    font-size: 14px;
    text-align: center;
}

    .custom-login-bottomlink ul li a {
        padding: 0 10px;
        cursor: pointer;
        border-right: 1px solid #d7d7d7;
        line-height: 24px;
        color: #888;
    }

        .custom-login-bottomlink ul li a:hover {
            text-decoration: underline;
        }

    .custom-login-bottomlink ul li:last-child a {
        border-right: none;
    }

    .custom-login-bottomlink ul li {
        display: inline-block;
    }

    .custom-login-bottomlink ul {
        overflow: hidden;
        margin: 0 auto;
    }

.custom-login-tips {
    margin-bottom: 20px;
}

    .custom-login-tips:before {
        /*content: "";
        width: 6px;
        height: 6px;
        background-color: #b39500;
        border-radius: 100px;
        display: block;
        float: left;
        margin-top: 7px;
        margin-right: 6px;*/
    }

.custom-login-inputbox .vr-code {
    height: 40px;
    width: 70px;
    float: right;
    border: 1px solid #ccc;
    border-left: none;
}

.custom-login-valbtn {
    width: 70px;
    line-height: 40px;
    border: 1px solid #d6d6d6;
    text-align: center;
    color: #000;
    background-color: #a5a5a500;
    cursor: pointer;
    margin-left: 10px;
}

    .custom-login-valbtn:hover {
        background-color: #f2f2f2;
    }

.custom-modules-ds .custom-login-formbox, .custom-modules-ds .custom-login-content, .custom-modules-ds .custom-login-bottomlink, .custom-modules-ds .custom-login-logo, .custom-modules-ds .custom-login-headlink {
    border: 1px dashed rgba(0,0,0,.2);
    box-sizing: border-box;
}

    .custom-modules-ds .custom-login-formbox:hover, .custom-modules-ds .custom-login-content:hover, .custom-modules-ds .custom-login-bottomlink:hover, .custom-modules-ds .custom-login-logo:hover, .custom-modules-ds .custom-login-headlink:hover {
        border: 1px solid #ffa200 !important
    }

.custom-login-copyright {
    margin-top: 10px;
    padding: 0 10px;
}

.custom-login-logopop {
    min-width: 258px;
    min-height: 167px;
}

.custom-login-itemset input[type="text"] {
    height: 24px;
    background-color: #fff;
    width: 128px;
    border: 1px solid #ccc;
    padding: 0 5px;
    box-sizing: border-box;
}

.custom-login-itemset .title {
    font-size: 12px;
    color: #333;
    line-height: 24px;
    float: left;
}

.custom-login-setbox {
    padding: 15px;
    box-sizing: border-box;
}

.custom-login-itemset {
    margin-bottom: 5px;
    overflow: hidden;
}

.custom-login-selectbox {
    border: 1px solid #ccc;
    height: 24px;
    overflow: hidden;
    width: 128px;
    background-color: #fff;
}

    .custom-login-selectbox select {
        border: none;
        width: 100%;
        height: 20px;
        text-align-last: right;
        padding-right: 24px;
        background-position-y: 2px;
    }

        .custom-login-selectbox select option {
            text-align: right;
        }

.custom-login-uploadimg {
    position: relative;
    width: 128px;
    height: 80px;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #9a9a9a;
    text-align: center;
    line-height: 228px;
    overflow: hidden;
}

    /*.custom-login-uploadimg:before {
        content: "";
        width: 2px;
        height: 40px;
        background-color: #ccc;
        position: absolute;
        left: 50%;
        margin-left: -1px;
        top: 50%;
        margin-top: -20px;
    }

    .custom-login-uploadimg:after {
        content: "";
        width: 40px;
        height: 2px;
        background-color: #ccc;
        position: absolute;
        left: 50%;
        margin-left: -20px;
        top: 50%;
        margin-top: -1px;
    }*/

    .custom-login-uploadimg input[type="file"] {
        opacity: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 9;
    }

.custom-set-savebtn {
    border-radius: 2px;
    height: 30px;
    line-height: 30px;
    background-color: #637fa4;
    cursor: pointer;
    color: #fff;
    display: block;
    text-align: center;
    font-size: 12px;
    margin: 10px 15px;
    position: relative;
}

    .custom-set-savebtn:hover {
        background-color: #557094;
    }

    .custom-set-savebtn:after {
        content: "";
        height: 1px;
        background-color: #ccc;
        position: absolute;
        top: -10px;
        left: -15px;
        right: -15px;
    }

.custom-login-bannerpop {
    min-width: 296px;
    min-height: 283px;
}

.custom-login-formpop {
    min-width: 296px;
    min-height: 293px;
}

.custom-login-parttitle {
    color: #888;
    font-size: 13px;
    margin-top: 10px;
    display: inline-block;
    margin-bottom: 8px;
}

.custom-login-btnlink {
    min-width: 304px;
    min-height: 289px;
}

.custom-login-linkbox {
    border: 1px solid #ccc;
    padding: 10px;
    box-sizing: border-box;
    margin-top: 5px;
    background-color: #fff;
}

    .custom-login-linkbox input[type="text"] {
        border: none;
    }

    .custom-login-linkbox .inputbox input[type="text"] {
        height: 24px;
        width: 100%;
    }

    .custom-login-linkbox .inputbox {
        border-bottom: 1px dashed #e7e7e7;
    }

    .custom-login-linkbox ul li {
        margin-bottom: 5px;
    }

        .custom-login-linkbox ul li .surebtn, .custom-login-linkbox ul li .delbtn {
            display: none;
            margin-top: 5px;
        }

        .custom-login-linkbox ul li:hover .surebtn {
            display: block;
            width: 24px;
            height: 16px;
            background: url(images/custom-login-icon.png) center 0 no-repeat;
            cursor: pointer;
            opacity: 0.5;
        }

        .custom-login-linkbox ul li:hover .delbtn {
            position: relative;
            display: block;
            width: 24px;
            height: 16px;
            background: url(images/custom-login-icon.png) center -16px no-repeat;
            cursor: pointer;
            opacity: 0.5;
        }

            .custom-login-linkbox ul li:hover .surebtn:hover, .custom-login-linkbox ul li:hover .delbtn:hover {
                opacity: 1
            }

.custom-login-setbox .addbtn {
    display: block;
    width: 16px;
    height: 16px;
    background: url(images/custom-login-icon.png) center -32px no-repeat;
    cursor: pointer;
}

.custom-login-linkbox ul li:first-child:hover .delbtn {
    display: none;
}

.custom-login-displaybtn {
    width: 24px;
    height: 24px;
    background: url(images/custom-login-look.png) 0 0 no-repeat;
    cursor: pointer;
    float: left;
    margin-top: -5px;
    margin-right: 5px;
    opacity: 0.5;
}

.custom-login-hidebtn {
    width: 24px;
    height: 24px;
    background: url(images/custom-login-look.png) 0 -24px no-repeat;
    cursor: pointer;
    float: left;
    margin-top: -5px;
    margin-right: 5px;
    opacity: 0.5;
}

    .custom-login-displaybtn:hover, .custom-login-hidebtn:hover {
        opacity: 1;
    }

.custom-login-headlink {
    float: right;
}

    .custom-login-headlink ul li {
        float: left;
    }

        .custom-login-headlink ul li a {
            line-height: 20px;
            color: #888;
            float: left;
            font-size: 14px;
            padding: 0 10px;
            border-left: 1px solid #ccc;
        }

        .custom-login-headlink ul li:first-child a {
            border-left: none;
        }

.custom-login-headlinkpop {
    min-width: 303px;
    min-height: 215px;
}

.custom-login-logo .logotxt {
}

.custom-login-checkboxset {
    height: 24px;
    border: 1px solid #ccc;
    text-align: center;
    background-color: #fff
}

    .custom-login-checkboxset input[type="checkbox"] {
        margin-top: 4px;
    }

.custom-login-uploadimg .uploadimg-pic {
    z-index: 2;
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.validation-summary-valid ul li {
    color: #b39500;
    font-size: 12px;
    margin-top: 10px;
    background-color: #ffe60030;
    line-height: 20px;
    border: 1px solid #d2c700;
    padding: 5px;
    position: relative;
}

.validation-summary-errors ul li {
    color: #b39500;
    font-size: 12px;
    margin-top: 15px;
    background-color: #ffe60030;
    line-height: 20px;
    border: 1px solid #d2c700;
    padding: 5px;
    position: relative;
}
/*----20200905-----------自定义登录页添加忘记密码----开始*/
.custom-login-forgetpsw {
    overflow: hidden;
    margin-top: 10px;
}

    .custom-login-forgetpsw ul li a {
        float: right;
        margin-left: 10px;
        cursor: pointer;
        font-size: 13px;
    }

    .custom-login-forgetpsw ul li:first-child a:after {
        content: "";
        display: none;
    }

    .custom-login-forgetpsw ul li a:after {
        content: "";
        width: 1px;
        border-right: 1px solid #ddd;
        height: 13px;
        float: right;
        margin-left: 10px;
    }

.custom-modules-ds .custom-login-forgetpsw ul li a {
    cursor: inherit;
}

.custom-login-forgetpsw ul li a:hover {
    font-weight: bold;
}

.custom-modules-ds .custom-login-btn {
    cursor: inherit !important;
}
/*----20200905-----------自定义登录页添加忘记密码----结束*/
.custom-modules-ds .custom-login-headbox {
    margin-top: 0px
}

.custom-modules-ds .custom-login-bottomlink {
    position: relative;
    padding-bottom: 59px !important
}
