﻿
/* --------------------------------- */
/* 全局设定 */

* {
    margin: 0;
    padding: 0;
    list-style-type: none;
    letter-spacing: 0.6px;
    font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
}

body {
    margin: 0;
    padding: 0;
    background-color: #fff;
}

hr {
    margin: 10px 0;
    border: none;
    height: 1px;
    background-color: #ccc;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.no-select {
    user-select: none;
}

.div-pagemg {
    min-width: 1260px;
}

.div-pagemg2 {
    min-width: 1400px;
}

.ftag {
    background-color: #409EFF;
    font-weight: 400;
    font-size: 12px !important;
    color: #eee;
    border-radius: 50px;
    padding: 2px;
}

.ftag2 {
    background-color: #E6A23C;
    font-weight: 400;
    font-size: 12px !important;
    color: #eee;
    border-radius: 50px;
    padding: 2px;
}

.ftag3 {
    background-color: #F56C6C;
    font-weight: 400;
    font-size: 12px !important;
    color: #eee;
    border-radius: 50px;
    padding: 2px;
}
/* --------------------------------- */
/* 字体粗体 */
.fw5 {
    font-weight: 500;
}

.fw6 {
    font-weight: 600;
}

.tal {
    text-align: left;
}

.tar {
    text-align: right;
}

.tac {
    text-align: center;
}

/* 字体大小 */
.fz12 {
    font-size: 12px;
}

.fz14 {
    font-size: 14px;
}

.fz16 {
    font-size: 16px;
}

.fz18 {
    font-size: 18px;
}

.fz20 {
    font-size: 20px;
}

.fz22 {
    font-size: 22px;
}

.fz24 {
    font-size: 24px;
}

.fz26 {
    font-size: 26px;
}

.fz28 {
    font-size: 28px;
}

.fz30 {
    font-size: 30px;
}

.sl5 {
    margin-left: 5px;
}

.sl10 {
    margin-left: 10px;
}

.sl20 {
    margin-left: 20px;
}

.sl30 {
    margin-left: 30px;
}

.sl40 {
    margin-left: 40px;
}

.sl50 {
    margin-left: 50px;
}

/* span宽度 */
.sp10 {
    padding: 1px 5px;
}

.sp20 {
    padding: 1px 10px;
}

.sp30 {
    padding: 1px 15px;
}

.sp40 {
    padding: 1px 20px;
}

.sp50 {
    padding: 1px 25px;
}

.sh10 {
    padding: 5px 1px;
}

.sh20 {
    padding: 10px 1px;
}

.sh30 {
    padding: 15px 1px;
}

.sh40 {
    padding: 20px 1px;
}

.sh50 {
    padding: 25px 1px;
}

.sh60 {
    padding: 30px 1px;
}

.sh70 {
    padding: 35px 1px;
}

.sh80 {
    padding: 40px 1px;
}

.sh90 {
    padding: 45px 1px;
}

.sh100 {
    padding: 50px 1px;
}

.sp-cur {
    cursor: pointer;
}

.sp-hv:hover {
    color: #409EFF !important;
    font-size: 16px;
    border-bottom: 1px dotted #999;
}

/* 颜色 */
.f3 {
    color: #333;
}

.f4 {
    color: #444;
}

.f5 {
    color: #555;
}

.f6 {
    color: #666;
}

.f7 {
    color: #777;
}

.f8 {
    color: #888;
}

.f9 {
    color: #999;
}

.fb {
    color: #bbb;
}

.fc {
    color: #ccc;
}

.fd {
    color: #ddd;
}

.fe {
    color: #eee;
}

.fprimary {
    color: #409EFF;
}

.fbrand {
    color: #409EFF;
}

.fsuccess {
    color: #67C23A;
}

.fwarning {
    color: #E6A23C;
}

.fdanger {
    color: #F56C6C !important;
}

.finfo {
    color: #909399;
}

.sp-hover-primary {
    color: #bbb;
}

    .sp-hover-primary:hover {
        color: #409EFF !important;
    }

.sp-hover-warning {
    color: #bbb;
}

    .sp-hover-warning:hover {
        color: #E6A23C !important;
    }

.sp-hover-danger {
    color: #bbb;
}

    .sp-hover-danger:hover {
        color: #F56C6C !important;
    }

/* 宽度 */
.wd20 {
    width: 20px;
}

.wd30 {
    width: 30px;
}

.wd40 {
    width: 40px;
}

.wd50 {
    width: 50px;
}

.wd60 {
    width: 60px;
}

.wd70 {
    width: 70px;
}

.wd80 {
    width: 80px;
}

.wd100 {
    width: 100px;
}

.wd120 {
    width: 120px;
}

.wd140 {
    width: 140px;
}

.wd160 {
    width: 160px;
}

.wd180 {
    width: 180px;
}

.wd200 {
    width: 200px;
}

.wd300 {
    width: 300px;
}

.wd400 {
    width: 400px;
}

.wd500 {
    width: 500px;
}

.wd1000 {
    width: 1000px;
}

.div-space1 {
    width: 100%;
    height: 100px;
}

.div-space2 {
    width: 100%;
    height: 200px;
}

.div-space3 {
    width: 100%;
    height: 300px;
}

.bgf5 {
    background-color: #F5F7FA;
}

.bgee {
    background-color: #eee;
}

.bgff {
    background-color: #fff;
}

.svgicon {
    width: 1em;
    height: 1em;
    margin-right: 8px;
    color: #eee;
    font-size: 16px;
}

.spline {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 菜单区域-顶部 */
.div-menu-top {
    position: fixed;
    min-width: 1200px;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    background-color: #2F4056;
}

.div-menu-top-i {
    float: left;
    width: 70px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #d2d2d2;
    font-size: 30px;
}

    .div-menu-top-i i {
        font-weight: 500;
    }

    .div-menu-top-i img {
        width: 30px;
        padding: 15px;
    }

.div-menu-top-l {
    float: left;
    min-width: 200px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    color: #d2d2d2;
    font-size: 16px;
    font-weight: 500;
}

.div-menu-top-c {
    float: left;
    height: 60px;
    line-height: 60px;
    color: #d2d2d2;
    font-size: 12px;
    padding: 0 30px;
}

    .div-menu-top-c i {
        font-size: 16px;
        padding: 2px;
    }

.div-menu-top-r {
    float: right;
    height: 60px;
    line-height: 60px;
    margin-right: 30px;
    color: #d2d2d2;
}

    .div-menu-top-r span {
        cursor: pointer;
    }

    .div-menu-top-r .div-menu-top-r-item {
        display: inline-block;
        height: 15px;
        line-height: 15px;
        margin-top: 15px;
        align-items: center;
        cursor: pointer;
    }

/*  */
.page-setting {
    position: absolute;
    top: 0;
    right: 20px;
    width: 30px;
    height: 30px;
    overflow: hidden;
}
/* 菜单区域-左侧菜单 */
.div-menu-left {
    position: fixed;
    top: 60px;
    width: 200px;
    left: 0;
    bottom: 0;
    background-color: #2F4056;
    overflow: hidden;
    z-index: 999;
}

    .div-menu-left .div-menu-left-div {
        width: 216px;
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
    }

        .div-menu-left .div-menu-left-div .div-menu-left-div-h {
            width: 200px;
            height: 100%;
        }

            .div-menu-left .div-menu-left-div .div-menu-left-div-h .div-menu-left-li {
                width: 200px;
            }

                .div-menu-left .div-menu-left-div .div-menu-left-div-h .div-menu-left-li i {
                    font-size: 18px;
                    padding-right: 4px;
                    color: #eee;
                }

.div-menu-left-collapse {
    position: fixed;
    top: 60px;
    width: 70px;
    left: 0;
    bottom: 0;
    background-color: #2F4056;
    overflow: hidden;
    z-index: 999;
}

    .div-menu-left-collapse .div-menu-left-div {
        width: 88px;
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
    }

        .div-menu-left-collapse .div-menu-left-div .div-menu-left-div-h {
            width: 70px;
            height: 100%;
        }

            .div-menu-left-collapse .div-menu-left-div .div-menu-left-div-h .div-menu-left-li {
                width: 70px;
            }

                .div-menu-left-collapse .div-menu-left-div .div-menu-left-div-h .div-menu-left-li i {
                    font-size: 20px;
                    color: #eee;
                }

.tab-div {
    margin: 5px 20px;
}

/* 菜单区域-主体显示区 */
.div-iframe-center {
    position: fixed;
    top: 70px;
    left: 210px;
    right: 10px;
    bottom: 10px;
    overflow: hidden;
}

.div-iframe-center-collapse {
    position: fixed;
    top: 70px;
    left: 80px;
    right: 10px;
    bottom: 10px;
    overflow: hidden;
}

.iframe-title {
    text-align: center;
    height: 40px;
    line-height: 40px;
    background-color: #d2d2d2;
    color: #555;
    font-size: 12px;
    font-weight: 500;
}



.iframe-body {
    position: fixed;
    width: 94%;
    height: 83%;
    border: none;
}

.iframe-body2 {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    height: 100%;
    border: none;
}

.iframe-body-drawer {
    width: 100%;
    min-height: 740px;
    border: none;
}

.iframe-body-dialog {
    width: 100%;
    min-height: 550px;
    border: none;
}

/* 页面主体区域 */
.div-center {
    margin: 0;
    padding: 0;
}

.div-center-tab {
}

/* 组件 搜索 弹窗区 */
.div-search {
    padding: 10px;
    background-color: #fff;
    min-height: 90px;
}

    .div-search ul li {
        float: left;
        height: 40px;
        line-height: 40px;
    }

    .div-search .div-form-btn {
        text-align: center;
        width: 300px;
        height: 40px;
        line-height: 40px;
    }

    .div-search .div-form-item {
        display: block;
        height: 36px;
        line-height: 36px;
    }

        .div-search .div-form-item .div-form-item-lable {
            width: 80px;
            float: left;
        }

        .div-search .div-form-item .div-form-item-input {
            width: 200px;
            float: left;
        }

        .div-search .div-form-item .div-form-item-lable p {
            font-size: 12px;
            color: #666;
            padding: 0 10px;
            text-align: right;
        }

/* 组件 增/改 弹窗区 */
.div-form {
    padding: 10px 20px;
    background-color: #fff;
}

    .div-form ul li {
        line-height: 38px;
        margin: 1px 0;
    }

    .div-form .div-form-btn {
        height: 40px;
        line-height: 40px;
        text-align: center;
    }

    .div-form .div-form-item {
        min-height: 38px;
        line-height: 38px;
    }

        .div-form .div-form-item .div-form-item-lable {
            width: 20%;
            float: left;
        }

        .div-form .div-form-item .div-form-item-input {
            float: left;
            width: 70%;
        }

        .div-form .div-form-item .div-form-item-lable p {
            font-size: 12px;
            color: #666;
            padding: 0 10px;
            text-align: right;
        }

.div-list {
    padding: 0;
    background-color: #fff;
}

.div-pop {
    display: none;
}

/* 组件 自定义 表单控件 表区 */
.template-input {
}

/* 组件 数据列表区 */
.template-table {
    min-width: 1200px;
    max-width: 1600px;
}

.template-table-body {
    width: auto;
    min-height: 500px;
}

/* 登录 注册 页面*/
.div-login-header {
    width: 100%;
    height: 100px;
}

    .div-login-header .div-login-header-i {
        position: absolute;
        left: 60px;
        line-height: 100px;
        font-size: 36px;
        color: #ccc;
    }

        .div-login-header .div-login-header-i i {
        }

    .div-login-header .div-login-header-img {
    }

    .div-login-header .div-login-header-txt {
        position: absolute;
        left: 120px;
    }

        .div-login-header .div-login-header-txt p {
            line-height: 100px;
            font-size: 32px;
            font-weight: 500;
            color: #337ecc;
        }


.div-login-footer {
    width: 100%;
    height: 80px;
    margin-top: 30px;
}

    .div-login-footer h4 {
        text-align: center;
        line-height: 40px;
        color: #444;
        font-size: 16px;
    }

    .div-login-footer p {
        text-align: center;
        line-height: 20px;
        color: #666;
        font-size: 12px;
    }

.div-login-center {
    position: relative;
    width: 100%;
    height: 570px;
    background-image: url("/images//login.jpg");
    background-repeat: no-repeat;
    background-position: center 0px;
    background-size: 100% 560px;
}

    .div-login-center .div-login {
        position: absolute;
        top: 70px;
        right: 16%;
        width: 450px;
        height: 410px;
        border-radius: 10px;
        background-color: #fff;
        border: 1px solid #aaa;
        overflow: hidden;
    }

        .div-login-center .div-login .div-login-title {
            text-align: center;
            font-size: 20px;
            padding-top: 30px;
            height: 60px;
            line-height: 60px;
            color: #333;
        }

        .div-login-center .div-login .div-login-form {
            padding: 20px 30px;
        }

            .div-login-center .div-login .div-login-form label {
                color: #333 !important;
            }

        .div-login-center .div-login .div-login-link {
            padding: 10px;
        }

            .div-login-center .div-login .div-login-link .div-login-link h4 {
                text-align: center;
                line-height: 40px;
                color: #fff;
                font-size: 16px;
            }

            .div-login-center .div-login .div-login-link .div-login-link p {
                text-align: center;
                color: #666;
                font-size: 12px;
            }

.div-login2 {
    position: absolute;
    top: 120px;
    right: 15%;
    width: 400px;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #aaa;
}

    .div-login2 .div-login-title {
        text-align: center;
        font-size: 20px;
        padding-top: 30px;
        height: 60px;
        line-height: 60px;
        color: #333;
    }

    .div-login2 .div-login-form {
        padding: 20px 30px;
    }

        .div-login2 .div-login-form label {
            color: #333 !important;
        }

    .div-login2 .div-login-link {
        padding: 10px;
    }

        .div-login2 .div-login-link .div-login-link h4 {
            text-align: center;
            line-height: 40px;
            color: #fff;
            font-size: 16px;
        }

        .div-login2 .div-login-link .div-login-link p {
            text-align: center;
            color: #666;
            font-size: 12px;
        }

.info-pre-div {
    width: 900px;
}

    .info-pre-div h2 {
    }

    .info-pre-div info-pre-div-1 {
        width: 900px;
        word-break: break-all;
        white-space: pre-wrap;
    }

        .info-pre-div info-pre-div-1 p {
            height: 34px;
            padding: 2px;
            line-height: 30px;
            margin: 0;
            padding: 0;
            border: 0;
            background-color: #F2F6FC;
        }

    .info-pre-div info-pre-div-2 {
        margin-top: 20px;
        height: 30px;
        padding: 2px;
        line-height: 26px;
        background-color: #F2F6FC;
    }

/*编辑窗口 img字段的编辑样式*/
.table-img {
    width: 100%;
    height: 232px;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
}

    .table-img img {
        width: 100%;
        height: 200px;
    }

.hr-title {
    width: 100%;
    line-height: 30px;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 600;
    color: #79bbff;
}

.card-bar-3 {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 5px;
}

    .card-bar-3 h4 {
        position: relative;
        width: 100%;
        height: 70px;
        line-height: 70px;
        text-align: left;
    }

        .card-bar-3 h4 .bar-icon {
            position: absolute;
            width: 40px;
            left: 10px;
            top: 5px;
        }

            .card-bar-3 h4 .bar-icon i {
                font-size: 24px;
                color: #555;
            }

        .card-bar-3 h4 .bar-title {
            position: absolute;
            left: 45px;
            top: 2px;
            font-size: 18px;
        }

        .card-bar-3 h4 .bar-number1 {
            position: absolute;
            right: 20px;
            top: 3px;
            font-size: 16px;
            color: #ccc;
        }

        .card-bar-3 h4 .bar-number2 {
            position: absolute;
            right: 20px;
            top: 3px;
            font-size: 20px;
            color: #409EFF;
        }



    .card-bar-3 h5 {
        float: left;
        font-size: 20px;
        color: #444;
    }

    .card-bar-3 h6 {
        float: right;
        width: 80px;
        font-size: 20px;
        text-align: left;
        color: cornflowerblue;
    }

.card-bar-2 {
    min-height: 300px;
    line-height: 60px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 10px 5px;
    padding: 10px;
}

.card-bar-1 {
    min-height: 40px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 10px 5px;
    padding: 10px;
}

/* 表格内 单元格 样式 */
.div-table-au {
    width: 100%;
    max-height: 600px;
    overflow: auto;
}

.v-table-au {
    width: 100%;
}

    .v-table-au thead tr .th-sel {
        text-align: center;
        width: 30px;
    }

    .v-table-au thead tr .th-index {
        text-align: center;
        width: 40px;
    }

    .v-table-au thead tr td {
        padding: 6px 8px;
    }

    .v-table-au thead tr th {
        text-align: left;
        color: #666;
        font-size: 12px;
        vertical-align: middle;
        padding: 6px 8px;
        background-color: #EBEEF5;
        border: 1px solid #ddd;
    }

    .v-table-au tbody tr td {
        text-align: left;
        color: #333;
        font-size: 12px;
        vertical-align: middle;
        padding: 6px 8px;
        border: 1px solid #ddd;
    }

    .v-table-au tbody tr:hover > td {
        background-color: #DCDFE6;
    }

    .v-table-au tbody .current-row > td {
        background-color: aquamarine;
    }

    .v-table-au tbody tr:nth-child(2n) {
        background-color: #FAFAFA;
    }

.v-div-form {
    margin: 10px 0 0 0;
}

.v-div-table-body {
}

.v-option-left {
    float: left;
    padding-right: 10px;
}

.v-option-right {
    float: right;
    color: #8492a6;
    font-size: 12px;
    padding-left: 10px;
}

.v-div-btns {
}

.col-pre {
    max-height: 300px;
    word-break: break-all;
    white-space: pre-wrap;
    overflow-y: auto;
}

.code-pre {
    padding: 10px;
    background-color: #eee;
    font-size: 14px;
    color: #444;
}

.col-p {
    max-width: 300px;
}

.col-img {
    width: auto;
    height: 40px;
}

.col-datetime {
}

.col-checkbox {
    width: 14px;
    height: 14px;
}


/*弹窗Form 超高可滚动样式 */
.div-dialog-body {
    margin-right: 40px;
}

    .div-dialog-body .div-dialog-form {
        padding: 10px;
        max-height: 540px;
        overflow-y: auto;
    }

    .div-dialog-body .div-dialog-footer {
        padding: 10px;
        text-align: right;
        align-items: self-end;
    }

/*
    图片 字段 编辑 组件 
    大、小 两种规格 
    大 avatar-uploader
    小 avatar-uploader-s
*/
.avatar-uploader .avatar {
    width: 178px;
    height: 178px;
    display: block;
}

.avatar-uploader .el-upload {
    border: 1px dashed var(--el-border-color);
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: var(--el-transition-duration-fast);
}

    .avatar-uploader .el-upload:hover {
        border-color: var(--el-color-primary);
    }

.avatar-uploader .el-icon.avatar-uploader-icon {
    font-size: 28px;
    color: #8c939d;
    width: 178px;
    height: 178px;
    text-align: center;
}

.avatar-uploader-s .avatar {
    width: 40px;
    height: 40px;
    display: block;
}

.avatar-uploader-s .el-upload {
    border: 1px dashed var(--el-border-color);
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: var(--el-transition-duration-fast);
}

    .avatar-uploader-s .el-upload:hover {
        border-color: var(--el-color-primary);
    }

.avatar-uploader-s .el-icon.avatar-uploader-icon {
    font-size: 28px;
    color: #8c939d;
    width: 40px;
    height: 40px;
    text-align: center;
}

/* iframe 弹窗 */
.my-dialog {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999;
}

.my-dialog-btn {
    position: absolute;
    top: 30px;
    right: 60px;
}

/*VUE 组件 <Transition> 统一过度动画样式,已按顺序排列*/
.v-enter-from {
}

.v-enter-active {
    animation: bounce01 0.1s ease-in;
}

.v-enter-to {
    animation: bounce01 0.1s;
}

.v-leave-from {
    animation: bounce01 0.1s;
}

.v-leave-active {
    animation: bounce01 0.1s ease-out;
}

.v-leave-to {
    opacity: 0;
}

@keyframes bounce01 {
    0% {
        transform: scale(0);
    }

    25% {
        transform: scale(0.2);
    }

    50% {
        transform: scale(0.4);
    }

    75% {
        transform: scale(0.6);
    }

    100% {
        transform: scale(0.8);
    }
}

/******************************************************************/
.div-center-chat {
    width: 100%;
    padding-top: 46px;
    padding-bottom: 80px;
    min-height: 300px;
    background-color: #eee;
}

.div-footer-chat {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 70px;
    z-index: 999;
    overflow: hidden;
    border-top: 1px solid #ccc;
}

.div-chat {
    height: 640px;
    padding: 10px;
    margin-bottom: 5px;
    overflow: auto;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.div-chat-l {
    padding: 60px 10px;
}

    .div-chat-l .div-chat-icon {
        float: left;
        width: 60px;
        text-align: center;
    }

        .div-chat-l .div-chat-icon img {
            width: 40px;
            height: 40px;
            border-radius: 10px;
        }

        .div-chat-l .div-chat-icon p {
            font-size: 12px;
            color: #666;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

    .div-chat-l .div-chat-info {
        position: relative;
        float: left;
    }

        .div-chat-l .div-chat-info pre {
            text-align: left;
            max-width: 700px;
            padding: 10px;
            border-radius: 10px;
            background-color: #fff;
            word-break: break-all;
            white-space: pre-wrap;
            overflow: hidden;
        }

.div-chat-r {
    padding: 60px 10px;
}

    .div-chat-r .div-chat-icon {
        float: right;
        width: 60px;
        text-align: center;
    }

        .div-chat-r .div-chat-icon img {
            width: 40px;
            height: 40px;
            border-radius: 10px;
        }

        .div-chat-r .div-chat-icon p {
            font-size: 12px;
            color: #666;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

    .div-chat-r .div-chat-info {
        float: right;
    }

        .div-chat-r .div-chat-info pre {
            text-align: left;
            max-width: 700px;
            padding: 10px;
            border-radius: 10px;
            background-color: #fff;
            word-break: break-all;
            white-space: pre-wrap;
            overflow: hidden;
        }

/******************************************************************/
/*专利*/
.patent-dialog {
    height: 540px;
    overflow: auto;
}

.patent-search-c {
    text-align: center;
    margin-top: 20px;
}

.patent-search-l {
    text-align: left;
    padding: 5px 0 10px 0;
}

.patent-search-r {
    text-align: right;
    padding: 0 60px 0 0;
}

.patent-table-p {
    padding: 2px 0;
    text-align: left;
}

    .patent-table-p .v-span {
        padding: 0 4px;
    }

    .patent-table-p .v-span2 {
        font-weight: 600;
        color: #409EFF;
        cursor: pointer;
    }

    .patent-table-p .v-span3 {
        font-size: 16px;
        font-weight: 500;
        color: #666;
        padding-left: 5px;
        cursor: pointer;
    }

    .patent-table-p .v-span4 {
        font-size: 14px;
        font-weight: 500;
        cursor: pointer;
    }

    .patent-table-p .v-price-1 {
        font-weight: 500;
        color: #aaa;
        font-size: 12px;
    }

    .patent-table-p .v-price-2 {
        font-weight: 600;
        color: #F56C6C;
        font-size: 16px;
    }

.page-header {
    padding: 0 0 10px 0;
}

    .page-header .v-span1 {
        font-size: 16px;
        font-weight: 600;
        padding: 0 10px;
    }

    .page-header .v-span2 {
        font-size: 14px;
        font-weight: 500;
        padding: 0 10px;
    }

.keyword {
    color: red;
    font-weight: 600;
}

.p-synonyms {
    position: absolute;
    top: 0px;
    left: 30px;
    right: 30px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    font-size: 12px;
    color: #999;
    text-align: center;
}
/******************************************************************/
.table-from {
    width: 98%;
}

    .table-from tr {
    }

        .table-from tr td {
            padding: 4px 8px;
        }

            .table-from tr td:nth-child(2n+1) {
                width: 150px;
                text-align: right;
                color: #777;
            }

            .table-from tr td:nth-child(2n) {
                width: 25%;
                text-align: left;
            }
/******************************************************************/
.from-table {
    margin: 0 auto;
}

    .from-table tbody tr td {
        padding: 2px;
    }

        .from-table tbody tr td input {
            font-weight: 500;
            font-size: 14px;
            color: #409EFF;
        }
/******************************************************************/
/* element ui 覆盖样式 */
.el-table-headrs {
    background-color: #EBEEF5 !important;
    color: #666 !important;
}

.el-select {
    min-width: 150px !important;
}

.msg-pre {
    width: 100%;
    word-break: break-all;
    white-space: pre-wrap;
}
/******************************************************************/
.div-main {
    width: 100%;
}

    .div-main .v-hide {
        display: none;
    }

    .div-main .v-show {
        display: block;
    }

    .div-main .div-left {
        float: left;
        width: 300px;
        height: 700px;
    }

        .div-main .div-left .div-left-t {
            height: 33px;
        }

        .div-main .div-left .div-left-c {
            width: 100%;
            height: 636px;
            overflow-x: hidden;
            overflow-y: auto;
            padding: 5px 0 30px 0;
        }

            .div-main .div-left .div-left-c .v-icon {
                float: left;
                left: 0;
                line-height: 30px;
                color: #ccc;
                cursor: pointer;
            }

                .div-main .div-left .div-left-c .v-icon:hover {
                    color: #fab6b6 !important;
                }

            .div-main .div-left .div-left-c .v-active2 {
                color: #F56C6C !important;
            }

            .div-main .div-left .div-left-c .v-txt1 {
                width: 250px;
                line-height: 20px;
                word-break: break-all;
                white-space: pre-wrap;
                text-align: left;
                font-size: 12px;
                border-bottom: 1px dashed #bbb;
                cursor: pointer;
                padding: 6px 2px;
                margin-left: 20px;
            }

                .div-main .div-left .div-left-c .v-txt1:hover {
                    background-color: #eee;
                }

            .div-main .div-left .div-left-c .v-active {
                background-color: #409EFF !important;
                color: #fff !important;
            }

        .div-main .div-left .div-left-b {
            height: 33px;
        }

    .div-main .v-fold {
        margin-left: 1px;
    }

    .div-main .v-expand {
        margin-left: 310px;
        border-left: 1px solid #bbb;
    }

    .div-main .div-center {
        min-width: 1200px;
        min-height: 600px;
        padding: 0 0 0 10px;
    }

        .div-main .div-center .div-center-h {
            width: 100%;
            height: 30px;
            line-height: 30px;
            background-color: #337ecc;
            margin-bottom: 4px;
            border-radius: 4px;
        }

            .div-main .div-center .div-center-h .v-txt1 {
                padding: 5px 10px;
                font-size: 12px;
                color: #fff;
            }

        .div-main .div-center .div-center-t {
            width: 100%;
            height: 33px;
        }

        .div-main .div-center .div-center-c {
            width: 100%;
            height: 600px;
            overflow-x: hidden;
            overflow-y: auto;
            padding-bottom: 30px;
        }

        .div-main .div-center .div-center-c2 {
            width: 100%;
            height: 606px;
            overflow-x: hidden;
            overflow-y: auto;
            padding-bottom: 30px;
        }

        .div-main .div-center .div-center-b {
            padding-left: 30px;
            height: 33px;
        }
/******************************************************************/
.v-tree {
    min-width: 600px;
}

    .v-tree .v-txt1 {
        font: 20px;
        font-weight: 600;
    }
/******************************************************************/
.v-card-body {
    min-height: 300px;
}

.v-collapse {
    display: block;
    width: 100%;
}

    .v-collapse .v-collapse-item {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        border-bottom: 1px dotted #fff;
    }

        .v-collapse .v-collapse-item:hover {
            border-bottom: 1px dotted #ccc !important;
        }

        .v-collapse .v-collapse-item .v-title {
            text-align: left;
        }

        .v-collapse .v-collapse-item .v-icon {
            text-align: right;
        }
/******************************************************************/
/* 只有下划线的原生输入框 */
.m-input {
    border: none; /* 移除默认边框 */
    border-bottom: 1px solid #666; /* 添加下划线 */
    outline: none; /* 移除聚焦时的轮廓 */
    background: transparent; /* 透明背景 */
    padding: 5px; /* 移除内边距 */
    margin: 0; /* 移除外边距 */
    min-width: 30px; /* 设置宽度 */
    appearance: none; /* 移除浏览器默认样式 */
    -moz-appearance: textfield; /* Firefox 特定 */
    text-align: left;
}

    .m-input::-webkit-inner-spin-button,
    .m-input::-webkit-outer-spin-button {
        -webkit-appearance: none; /* 移除 Chrome 和 Safari 的上下箭头 */
        margin: 0;
    }
/******************************************************************/
.calendar-table {
}

    .calendar-table thead tr {
        height: 50px;
        background-color: #eee;
        border-top: 2px dotted #fff;
    }

        .calendar-table thead tr th {
        }

    .calendar-table tbody tr {
    }

        .calendar-table tbody tr td {
            text-align: center;
        }

.calendar-txt {
    position: relative;
    height: 78px;
    width: 98px;
    border: 1px solid #ddd;
}

    .calendar-txt .v-icon1 {
        margin-top: 5px;
    }

    .calendar-txt .v-txt1 {
        font-size: 12px;
        color: #A8ABB2;
        position: absolute;
        left: 4px;
        bottom: 4px;
    }

    .calendar-txt .v-txt-today {
        width: 100%;
        height: 34px;
        line-height: 34px;
    }

        .calendar-txt .v-txt-today .v-txt2 {
            width: 34px;
            margin: 0 32px;
            background-color: #E6A23C;
            font-size: 16px;
            font-weight: 600;
            color: #fff;
            border-radius: 60px;
        }

    .calendar-txt .v-txt-active {
        line-height: 30px;
        font-size: 20px;
        font-weight: 600;
        color: rgb(51.2, 126.4, 204);
    }

    .calendar-txt .v-txt-past {
        line-height: 30px;
        font-size: 16px;
        color: #409EFF;
    }

    .calendar-txt .v-txt-notmonth {
        line-height: 30px;
        font-size: 14px;
        color: #aaa;
    }

.calendar-hover:hover {
    background-color: rgb(216.8, 235.6, 255) !important;
    color: #eee !important;
}
/******************************************************************/
.p-hover-show {
}

    .p-hover-show .p-hover-item .v-txt9 {
        color: #ccc;
    }

    .p-hover-show .p-hover-item:hover .v-txt9 {
        color: #409EFF !important;
        font-weight: 600;
    }

    .p-hover-show:hover .p-hover-item {
    }

    .p-hover-show .p-hover-item {
    }
/******************************************************************/
.div-card {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 10px;
    box-shadow: 1px 1px 1px #ccc;
}

    .div-card h2 {
        line-height: 26px;
    }

    .div-card h4 {
        line-height: 26px;
    }

    .div-card p {
        line-height: 20px;
    }

.div-aside-top {
    width: 310px;
    border: 1px solid #eee;
    border-radius: 4px;
    box-shadow: 1px 1px 2px #ccc;
    margin: 20px 0 4px 0;
}

    .div-aside-top p {
        color: #666;
        font-size: 12px;
        margin: 10px;
    }

.div-aside {
    width: 310px;
    height: 590px;
    overflow-x: hidden;
    overflow-y: auto;
    border-right: 2px solid #eee;
}

.div-card-000 {
}

    .div-card-000:hover .div-card-001 {
        background-color: #eee;
    }

.div-card-001 {
    width: 276px;
    padding: 6px 4px;
    border-left: 4px solid #fff;
    border-bottom: 2px solid #ddd;
    cursor: pointer;
}

    .div-card-001 .txt1 {
        font-size: 12px;
        height: 20px;
        line-height: 20px;
        max-width: 260px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .div-card-001 .txt2 {
        font-size: 12px;
        height: 20px;
        line-height: 20px;
        max-width: 260px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.card-active {
    border-left: 4px solid rgb(51.2, 126.4, 204) !important;
}

.truncated {
    height: 20px;
    line-height: 20px;
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/******************************************************************/
/*菜单 样式 强制 替换*/
.el-sub-menu__title {
    display: block !important;
    text-align: center !important;
    height: 60px !important;
    line-height: 20px !important;
    padding: 8px 0 !important;
}

    .el-sub-menu__title .iconfont {
        font-size: 18px !important;
    }

    .el-sub-menu__title .v-txt1 {
        text-align: center;
        font-size: 12px !important;
        color: #aaa !important;
        overflow: hidden;
    }

.el-menu--collapse {
    width: 70px !important;
}
/******************************************************************/
/* 时钟1 样式 */
.clock {
    width: 310px;
    height: 310px;
    border-radius: 10px;
    padding: 10px;
}

.time {
    font-family: 'Orbitron', sans-serif;
    font-size: 4.5rem;
    color: #fff;
    text-shadow: 0 0 10px #0ff;
    letter-spacing: 2px;
}

/* 添加数字刻度样式 */
.hour-number {
    position: absolute;
    width: 30px;
    height: 30px;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 1.2rem;
    text-align: center;
    line-height: 30px;
    transform: translateX(-50%);
}

.hour-12 {
    left: calc(50%);
    top: 10px;
}

.hour-6 {
    left: calc(50%);
    top: calc(50% + 110px);
}

.hour-1 {
    left: calc(50% + 65px);
    top: calc(50% - 120px);
}

.hour-11 {
    left: calc(50% - 65px);
    top: calc(50% - 120px);
}

.hour-2 {
    left: calc(50% + 110px);
    top: calc(50% - 80px);
}

.hour-10 {
    left: calc(50% - 110px);
    top: calc(50% - 80px);
}

.hour-3 {
    left: calc(50% + 130px);
    top: calc(50% - 15px);
}

.hour-9 {
    left: calc(50% - 130px);
    top: calc(50% - 15px);
}

.hour-4 {
    left: calc(50% + 110px);
    top: calc(50% + 50px);
}

.hour-8 {
    left: calc(50% - 110px);
    top: calc(50% + 50px);
}

.hour-5 {
    left: calc(50% + 65px);
    top: calc(50% + 95px);
}

.hour-7 {
    left: calc(50% - 65px);
    top: calc(50% + 95px);
}

/* 新增指针式时钟样式 */
.analog-clock {
    position: relative;
    width: 300px;
    height: 300px;
}

.clock-dial {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #222;
    border: 4px solid #444;
}

.hour-hand {
    position: absolute;
    width: 4px;
    height: 60px;
    background: #fff;
    left: 50%;
    bottom: 50%;
    transform-origin: bottom center;
}

.minute-hand {
    position: absolute;
    width: 3px;
    height: 80px;
    background: #0ff;
    left: 50%;
    bottom: 50%;
    transform-origin: bottom center;
}

.second-hand {
    position: absolute;
    width: 2px;
    height: 90px;
    background: #f00;
    left: 50%;
    bottom: 50%;
    transform-origin: bottom center;
}

.clock-center {
    position: absolute;
    width: 8px;
    height: 8px;
    background: #f00;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
/******************************************************************/
.div-pagination {
    position: fixed;
    height: 60px;
    width: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    z-index: 99999;
}
/******************************************************************/
.my-iframe {
    width: 100%;
    height: 670px;
    border: none;
}
/******************************************************************/
.div-main {
    margin: 0 auto;
    width: 800px;
}

.div-out-show {
    position: absolute;
    top: 0;
    bottom: 114px;
    width: 100%;
    max-width: 900px;
    background-color: #eee;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 2px;
    overflow: hidden;
}

    .div-out-show .div-out-body {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: -11px;
        overflow-x: hidden;
        overflow-y: auto;
    }

        .div-out-show .div-out-body .div-out-center {
            margin: 0 0 60px 0;
        }

            .div-out-show .div-out-body .div-out-center .txt0 {
                padding: 10px;
                background-color: #409EFF;
                color: #fff;
            }

            .div-out-show .div-out-body .div-out-center .txt1 {
                text-align: left;
            }

            .div-out-show .div-out-body .div-out-center .txt2 {
                text-align: left;
            }

            .div-out-show .div-out-body .div-out-center .txt3 {
                text-align: right;
            }


            .div-out-show .div-out-body .div-out-center .div-out-chat-full {
                margin-top: 10px;
                margin-bottom: 10px;
                margin-right: 20px;
                margin-left: 10px;
            }

                .div-out-show .div-out-body .div-out-center .div-out-chat-full .div-out-chat {
                    padding: 10px;
                    background-color: #fff;
                    border-radius: 10px;
                }

            .div-out-show .div-out-body .div-out-center .div-out-chat-left {
                margin-top: 10px;
                margin-bottom: 10px;
                margin-right: 20%;
                margin-left: 10px;
            }

                .div-out-show .div-out-body .div-out-center .div-out-chat-left .div-out-chat {
                    padding: 10px;
                    background-color: #fff;
                    border-radius: 10px;
                }

            .div-out-show .div-out-body .div-out-center .div-out-chat-right {
                margin-top: 10px;
                margin-bottom: 10px;
                margin-right: 20px;
                margin-left: 20%;
            }

                .div-out-show .div-out-body .div-out-center .div-out-chat-right .div-out-chat {
                    padding: 10px;
                    background-color: #fff;
                    border-radius: 10px;
                }

            .div-out-show .div-out-body .div-out-center .div-out-table1 {
                width: 100%;
            }

                .div-out-show .div-out-body .div-out-center .div-out-table1 .tr1 {
                }

                    .div-out-show .div-out-body .div-out-center .div-out-table1 .tr1 td {
                    }

                .div-out-show .div-out-body .div-out-center .div-out-table1 .tr2 {
                }

                    .div-out-show .div-out-body .div-out-center .div-out-table1 .tr2 td {
                    }

.div-in-show {
    position: absolute;
    height: 110px;
    width: 100%;
    max-width: 900px;
    bottom: 0px;
    background-color: #eee;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 2px;
    overflow: hidden;
}

    .div-in-show .div-in-body {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        overflow-x: hidden;
        overflow-y: auto;
    }

        .div-in-show .div-in-body .div-in-center {
            padding: 0 1px;
        }



            .div-in-show .div-in-body .div-in-center .div-in-search {
            }

                .div-in-show .div-in-body .div-in-center .div-in-search .div-in-chat {
                    margin-right: 51px;
                }

                .div-in-show .div-in-body .div-in-center .div-in-search .div-in-but {
                    position: absolute;
                    right: 0;
                    top: 0;
                    cursor: pointer;
                    background-color: #409EFF;
                    padding: 11px;
                    -moz-border-radius: 2px;
                    -webkit-border-radius: 2px;
                    border-radius: 2px;
                    color: #eee;
                }

            .div-in-show .div-in-body .div-in-center .div-in-criteria {
                margin: 6px 0 0 0;
            }
/******************************************************************/
.div-main2 {
    margin: 0 auto;
    max-width: 1200px;
}

.div-out-show2 {
    position: absolute;
    top: 0;
    bottom: 112px;
    width: 100%;
    max-width: 1200px;
    background-color: #eee;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 2px;
    overflow: hidden;
}

    .div-out-show2 .div-out-body {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: -11px;
        overflow-x: hidden;
        overflow-y: auto;
    }

        .div-out-show2 .div-out-body .div-out-center {
            margin: 0 0 60px 0;
            max-width: 1200px;
        }

            .div-out-show2 .div-out-body .div-out-center .div-out-title {
                position: fixed;
                top: 0;
                left: 0;
                right: 0;
                height: 60px;
                overflow: hidden;
            }

                .div-out-show2 .div-out-body .div-out-center .div-out-title .div-out-title-h {
                    margin: 0 auto;
                    height: 60px;
                    line-height: 60px;
                    font-size: 16px;
                    color: #fff;
                    text-align: center;
                    background-color: #409EFF;
                }

            .div-out-show2 .div-out-body .div-out-center .div-out-list {
                margin-top: 80px;
            }

            .div-out-show2 .div-out-body .div-out-center .txt0 {
                padding: 10px;
                background-color: #409EFF;
                color: #fff;
            }

            .div-out-show2 .div-out-body .div-out-center .txt1 {
                text-align: left;
            }

            .div-out-show2 .div-out-body .div-out-center .txt2 {
                text-align: left;
                font-size: 14px;
                color: #666;
                padding: 2px 0;
            }

            .div-out-show2 .div-out-body .div-out-center .txt3 {
                text-align: right;
            }


            .div-out-show2 .div-out-body .div-out-center .div-out-chat-full {
                margin-top: 10px;
                margin-bottom: 10px;
                margin-right: 20px;
                margin-left: 10px;
            }

                .div-out-show2 .div-out-body .div-out-center .div-out-chat-full .div-out-chat {
                    padding: 10px;
                    background-color: #fff;
                    border-radius: 10px;
                }

            .div-out-show2 .div-out-body .div-out-center .div-out-chat-left {
                margin-top: 30px;
                margin-bottom: 10px;
                margin-right: 20px;
                margin-left: 10px;
            }

                .div-out-show2 .div-out-body .div-out-center .div-out-chat-left .div-out-chat-title {
                }

                .div-out-show2 .div-out-body .div-out-center .div-out-chat-left .div-out-chat {
                    margin: 0 24px;
                    padding: 10px;
                    background-color: #fff;
                    border-radius: 6px;
                }

            .div-out-show2 .div-out-body .div-out-center .div-out-chat-right {
                margin-top: 10px;
                margin-bottom: 10px;
                margin-right: 20px;
                margin-left: 20%;
            }

                .div-out-show2 .div-out-body .div-out-center .div-out-chat-right .div-out-chat {
                    padding: 10px;
                    background-color: #fff;
                    border-radius: 10px;
                }

            .div-out-show2 .div-out-body .div-out-center .div-out-table1 {
                width: 100%;
            }

                .div-out-show2 .div-out-body .div-out-center .div-out-table1 .tr1 {
                }

                    .div-out-show2 .div-out-body .div-out-center .div-out-table1 .tr1 td {
                    }

                .div-out-show2 .div-out-body .div-out-center .div-out-table1 .tr2 {
                }

                    .div-out-show2 .div-out-body .div-out-center .div-out-table1 .tr2 td {
                    }

.div-in-show2 {
    position: absolute;
    height: 110px;
    width: 100%;
    max-width: 1200px;
    bottom: 0px;
    background-color: #eee;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 2px;
    overflow: hidden;
}

    .div-in-show2 .div-in-body {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        overflow: hidden;
    }

        .div-in-show2 .div-in-body .div-in-center {
            padding: 0 1px;
        }



            .div-in-show2 .div-in-body .div-in-center .div-in-search {
            }

                .div-in-show2 .div-in-body .div-in-center .div-in-search .div-in-chat {
                }

                .div-in-show2 .div-in-body .div-in-center .div-in-search .div-in-but {
                    height: 34px;
                    line-height: 34px;
                    text-align: right;
                }

                    .div-in-show2 .div-in-body .div-in-center .div-in-search .div-in-but .btn1 {
                        cursor: pointer;
                        background-color: #409EFF;
                        padding: 10px 20px;
                        border-radius: 2px;
                        color: #eee;
                    }

            .div-in-show2 .div-in-body .div-in-center .div-in-criteria {
                margin: 6px 0 0 0;
            }
/******************************************************************/
/*社交中心*/

.zj-pagemg {
    min-width: 1200px;
    overflow: auto;
}

.zj-header {
    width: 100%;
    height: 40px;
    background-color: rgb(50.8, 116.6, 184.5);
}

    .zj-header .zj-header-l {
    }

    .zj-header .zj-header-c {
    }

    .zj-header .zj-header-r {
    }

        .zj-header .zj-header-r .zj-header-rl {
            position: absolute;
            right: 20px;
            height: 40px;
            line-height: 40px;
        }

            .zj-header .zj-header-r .zj-header-rl .zj-header-rl-item {
                display: inline-block;
                height: 15px;
                line-height: 15px;
                margin-top: 15px;
                align-items: center;
                cursor: pointer;
            }


.zj-memu {
    position: fixed;
    width: 60px;
    top: 40px;
    left: 0;
    bottom: 10px;
    background-color: #eee;
}

    .zj-memu .zj-memu-top {
        height: 101px;
        background-color: #eee;
        border-bottom: 2px solid #ddd;
    }

        .zj-memu .zj-memu-top .img3 {
            width: 46px;
            height: 46px;
            margin: 20px 7px 5px 7px;
            border: 1px solid #eee;
            border-radius: 50%;
        }

        .zj-memu .zj-memu-top .txt3 {
            display: none;
            text-align: center;
            font-size: 12px;
            color: #999;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .zj-memu .zj-memu-top .txt1 {
            text-align: center;
            padding-top: 25px;
            font-size: 30px;
            color: #999;
        }

        .zj-memu .zj-memu-top .txt2 {
            text-align: center;
            font-size: 14px;
            color: #999;
        }

    .zj-memu .zj-memu-center {
    }

    .zj-memu .zj-memu-bottom {
        position: absolute;
        bottom: 1px;
        width: 60px;
    }

.zj-memu-item {
    height: 70px;
    color: #666;
    cursor: pointer;
}

    .zj-memu-item .txt1 {
        text-align: center;
        padding-top: 18px;
    }

    .zj-memu-item .txt2 {
        text-align: center;
        font-size: 12px;
        padding: 4px 0;
    }

.zj-memu-item-active {
    background-color: #fff !important;
    color: #409EFF !important;
    font-weight: 600;
}

.zj-user {
    position: fixed;
    width: 280px;
    top: 40px;
    left: 60px;
    bottom: 0;
    background-color: #fff;
    border-left: 1px solid #eee;
    overflow: hidden;
}

.zj-user-search {
    padding: 14px 6px;
    border-bottom: 1px solid #eee;
}

    .zj-user-search .txt1 {
        width: 215px;
        height: 20px;
        line-height: 20px;
        font-size: 14px;
        padding: 5px;
        border: 1px solid #ddd !important;
        border-radius: 4px;
        color: #999;
    }

    .zj-user-search .btn1 {
        position: absolute;
        top: 14px;
        right: 10px;
        width: 40px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        border: 1px solid #ddd;
        border-radius: 4px;
        background-color: #eee;
        color: #999;
        cursor: pointer;
    }

.zj-user-tab {
    height: 40px;
}

    .zj-user-tab .zj-user-tab-items {
        font-size: 14px;
    }

        .zj-user-tab .zj-user-tab-items .txt1 {
            height: 40px;
            line-height: 40px;
            text-align: center;
            color: #666;
            border-bottom: 2px solid #eee;
            cursor: pointer;
        }

        .zj-user-tab .zj-user-tab-items .tab-active {
            font-weight: 600 !important;
            color: #409EFF !important;
            border-bottom: 2px solid #409EFF !important;
        }

.zj-user-list {
    position: absolute;
    top: 110px;
    left: 0;
    right: -11px;
    bottom: 31px;
    overflow-x: hidden;
    overflow-y: auto;
}

    .zj-user-list .zj-user-item-active {
        background-color: #E5EAF3 !important;
    }
    /* 消息 */
    .zj-user-list .zj-user-h {
    }

        .zj-user-list .zj-user-h :hover {
            background-color: #E5EAF3;
        }

    /* 通讯录 */
    .zj-user-list .zj-user-groups {
        padding: 0;
    }

        .zj-user-list .zj-user-groups .zj-user-g {
            width: 100%;
        }

            .zj-user-list .zj-user-groups .zj-user-g .zj-user-g-title {
                height: 40px;
                line-height: 40px;
                background-color: #fff;
                cursor: pointer;
            }

                .zj-user-list .zj-user-groups .zj-user-g .zj-user-g-title .txt1 {
                    color: #333;
                }

                .zj-user-list .zj-user-groups .zj-user-g .zj-user-g-title .txt2 {
                    color: #666;
                    padding: 0 4px;
                }

                .zj-user-list .zj-user-groups .zj-user-g .zj-user-g-title .txt3 {
                    color: #666;
                    padding: 0 4px;
                }
/******************************************************************/
.zj-user-item {
    height: 60px;
    cursor: pointer;
}

    .zj-user-item .zj-user-img {
        position: absolute;
        left: 2px;
        width: 44px;
        height: 60px;
        text-align: center;
    }

        .zj-user-item .zj-user-img .img1 {
            margin-top: 12px;
            width: 36px;
            height: 36px;
            border: 1px solid #ddd;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
        }

    .zj-user-item .zj-user-txt {
        position: absolute;
        left: 48px;
        right: 14px;
        height: 60px;
    }

        .zj-user-item .zj-user-txt .txt1 {
            height: 30px;
            line-height: 30px;
            font-size: 14px;
            color: #555;
        }

            .zj-user-item .zj-user-txt .txt1 .txt-title {
                width: 120px;
                text-align: left;
                padding-top: 6px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

            .zj-user-item .zj-user-txt .txt1 .txt-time {
                position: absolute;
                width: 68px;
                right: 4px;
                top: 4px;
                font-size: 12px;
                color: #bbb;
                text-align: right;
                overflow: hidden;
            }

        .zj-user-item .zj-user-txt .txt2 {
            height: 18px;
            line-height: 18px;
            font-size: 12px;
            color: #999;
            text-align: left;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

            .zj-user-item .zj-user-txt .txt2 img {
                width: 18px;
                height: 18px;
            }
/******************************************************************/
.zj-user-unit {
    background-color: #fff;
    padding-bottom: 30px;
}

    .zj-user-unit .zj-user-l {
    }

        .zj-user-unit .zj-user-l:hover {
            background-color: #E5EAF3 !important;
        }

        .zj-user-unit .zj-user-l .txt01 {
            height: 20px;
            line-height: 20px;
            font-size: 12px;
            color: #999;
            text-align: left;
            padding-left: 10px;
        }

        .zj-user-unit .zj-user-l .txt0 {
            height: 46px;
        }

            .zj-user-unit .zj-user-l .txt0 .img1 {
                position: absolute;
                left: 0;
                width: 29px;
                height: 29px;
                margin: 7px 0 0 8px;
                border: 1px solid #ddd;
                border-radius: 50%;
            }

            .zj-user-unit .zj-user-l .txt0 .txt1 {
                position: absolute;
                left: 42px;
                width: 198px;
                height: 46px;
                line-height: 46px;
                color: #333;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                font-size: 14px;
                text-align: left;
            }

            .zj-user-unit .zj-user-l .txt0 .btn1 {
                position: absolute;
                right: 10px;
                padding: 15px 12px;
                font-size: 14px;
                color: #ccc;
                cursor: pointer;
            }

                .zj-user-unit .zj-user-l .txt0 .btn1 .icon1 {
                    color: #999;
                }
/******************************************************************/
.zj-user-bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    height: 30px;
}

    .zj-user-bottom .zj-user-bottom-btn {
    }

        .zj-user-bottom .zj-user-bottom-btn .btn1 {
            text-align: center;
            height: 28px;
            line-height: 28px;
            border-top: 1px solid #ddd;
            border-bottom: 1px solid #ddd;
            background-color: #409EFF;
            color: #eee;
            cursor: pointer;
        }

/******************************************************************/
.zj-chat {
    position: fixed;
    top: 40px;
    left: 341px;
    right: 310px;
    bottom: 10px;
    background-color: #fff;
    border-left: 1px solid #eee;
}

.zj-chat-user {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    background-color: #fff;
    border-bottom: 1px solid #fff;
}


    .zj-chat-user .zj-chat-user-info {
        height: 60px;
    }

        .zj-chat-user .zj-chat-user-info .img1 {
            position: absolute;
            top: 10px;
            left: 20px;
            width: 36px;
            height: 36px;
            border: 1px solid #ddd;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
        }

        .zj-chat-user .zj-chat-user-info .txt1 {
            position: absolute;
            left: 64px;
            height: 60px;
            line-height: 60px;
        }

            .zj-chat-user .zj-chat-user-info .txt1 .tag1 {
                border: 1px solid #eee;
                border-radius: 50%;
                font-size: 14px;
                padding: 3px;
                color: #fff;
                background-color: #67C23A;
            }

            .zj-chat-user .zj-chat-user-info .txt1 .tag2 {
                margin: 0 2px;
                font-size: 16px;
                font-weight: 600;
                padding: 2px 0;
                color: #333;
            }

            .zj-chat-user .zj-chat-user-info .txt1 .tag3 {
                font-size: 14px;
                color: #409EFF;
                padding: 4px 0;
            }


        .zj-chat-user .zj-chat-user-info .btn1 {
            position: absolute;
            right: 20px;
            height: 60px;
            line-height: 60px;
            font-size: 14px;
            color: #666;
            cursor: pointer;
        }

/******************************************************************/
.zj-chat-info {
    position: absolute;
    top: 61px;
    left: 0px;
    right: 0px;
    bottom: 200px;
    background-color: #eee;
    border: 1px solid #eee;
    overflow: hidden;
}

    .zj-chat-info .zj-chat-list {
        position: absolute;
        top: 0;
        left: 0;
        right: -15px;
        bottom: 0;
        overflow-x: hidden;
        overflow-y: auto;
    }

        .zj-chat-info .zj-chat-list .zj-chat-item {
            padding: 5px 10px;
        }

            .zj-chat-info .zj-chat-list .zj-chat-item .zj-chat-left {
                margin: 2px 10px;
            }

                .zj-chat-info .zj-chat-list .zj-chat-item .zj-chat-left .txt0 {
                    height: 18px;
                    text-align: center;
                    font-size: 12px;
                }

                    .zj-chat-info .zj-chat-list .zj-chat-item .zj-chat-left .txt0 .txt0-name {
                        position: absolute;
                        left: 65px;
                        color: #666;
                        cursor: pointer;
                    }

                    .zj-chat-info .zj-chat-list .zj-chat-item .zj-chat-left .txt0 .txt0-time {
                        padding: 2px 5px;
                        background-color: #ccc;
                        color: #fff;
                    }

                .zj-chat-info .zj-chat-list .zj-chat-item .zj-chat-left .txt1 {
                }

                    .zj-chat-info .zj-chat-list .zj-chat-item .zj-chat-left .txt1 .img1 {
                        width: 35px;
                        height: 35px;
                        border: 1px solid #ccc;
                        -moz-border-radius: 50%;
                        -webkit-border-radius: 50%;
                        border-radius: 50%;
                    }

                .zj-chat-info .zj-chat-list .zj-chat-item .zj-chat-left .chat2 {
                    display: flex;
                    justify-content: flex-start;
                    margin-top: -35px;
                    margin-left: 4px;
                    margin-bottom: 20px;
                }

                    .zj-chat-info .zj-chat-list .zj-chat-item .zj-chat-left .chat2 .txt2 {
                        max-width: 60%;
                        margin-left: 40px;
                        padding: 10px 20px;
                        background-color: #fff;
                        border-radius: 10px;
                    }

                        .zj-chat-info .zj-chat-list .zj-chat-item .zj-chat-left .chat2 .txt2 .card-title {
                            display: none;
                        }

                        .zj-chat-info .zj-chat-list .zj-chat-item .zj-chat-left .chat2 .txt2 pre {
                            width: 100%;
                            word-break: break-all;
                            white-space: pre-wrap;
                            color: #666;
                            font-size: 14px;
                            line-height: 24px;
                        }

                            .zj-chat-info .zj-chat-list .zj-chat-item .zj-chat-left .chat2 .txt2 pre img {
                                max-width: 300px;
                                max-height: 300px;
                            }

                        .zj-chat-info .zj-chat-list .zj-chat-item .zj-chat-left .chat2 .txt2 .img2 {
                            max-width: 300px;
                            max-height: 300px;
                        }

                        .zj-chat-info .zj-chat-list .zj-chat-item .zj-chat-left .chat2 .txt2 .img3 {
                            width: 60px;
                            height: 60px;
                        }

            .zj-chat-info .zj-chat-list .zj-chat-item .zj-chat-right {
                margin: 2px 20px 2px 10px;
            }

                .zj-chat-info .zj-chat-list .zj-chat-item .zj-chat-right .txt0 {
                    height: 18px;
                    text-align: center;
                    font-size: 12px;
                }

                    .zj-chat-info .zj-chat-list .zj-chat-item .zj-chat-right .txt0 .txt0-name {
                        position: absolute;
                        right: 75px;
                        color: #666;
                        cursor: pointer;
                    }

                    .zj-chat-info .zj-chat-list .zj-chat-item .zj-chat-right .txt0 .txt0-time {
                        padding: 2px 5px;
                        background-color: #ccc;
                        color: #fff;
                    }

                .zj-chat-info .zj-chat-list .zj-chat-item .zj-chat-right .txt1 {
                    text-align: right;
                    height: 40px;
                    line-height: 40px;
                }

                    .zj-chat-info .zj-chat-list .zj-chat-item .zj-chat-right .txt1 .img1 {
                        width: 35px;
                        height: 35px;
                        border: 1px solid #ccc;
                        -moz-border-radius: 50%;
                        -webkit-border-radius: 50%;
                        border-radius: 50%;
                    }

                .zj-chat-info .zj-chat-list .zj-chat-item .zj-chat-right .chat2 {
                    display: flex;
                    justify-content: flex-end;
                    margin-top: -35px;
                    margin-right: 4px;
                    margin-bottom: 20px;
                }

                    .zj-chat-info .zj-chat-list .zj-chat-item .zj-chat-right .chat2 .txt2 {
                        max-width: 60%;
                        margin-right: 40px;
                        padding: 10px 20px;
                        background-color: #fff;
                        border-radius: 10px;
                    }

                        .zj-chat-info .zj-chat-list .zj-chat-item .zj-chat-right .chat2 .txt2 .card-title {
                            display: none;
                        }

                        .zj-chat-info .zj-chat-list .zj-chat-item .zj-chat-right .chat2 .txt2 pre {
                            width: 100%;
                            word-break: break-all;
                            white-space: pre-wrap;
                            color: #666;
                            font-size: 14px;
                            line-height: 24px;
                        }

                            .zj-chat-info .zj-chat-list .zj-chat-item .zj-chat-right .chat2 .txt2 pre img {
                                max-width: 300px;
                                max-height: 300px;
                            }

                        .zj-chat-info .zj-chat-list .zj-chat-item .zj-chat-right .chat2 .txt2 .img2 {
                            max-width: 300px;
                            max-height: 300px;
                        }

                        .zj-chat-info .zj-chat-list .zj-chat-item .zj-chat-right .chat2 .txt2 .img3 {
                            width: 60px;
                            height: 60px;
                        }

            .zj-chat-info .zj-chat-list .zj-chat-item .zj-chat-center {
                margin: 0 10px 0 0;
            }

                .zj-chat-info .zj-chat-list .zj-chat-item .zj-chat-center .txt0 {
                    height: 18px;
                    text-align: center;
                    font-size: 12px;
                }

                    .zj-chat-info .zj-chat-list .zj-chat-item .zj-chat-center .txt0 .txt0-time {
                        padding: 2px 5px;
                        background-color: #ccc;
                        color: #fff;
                    }

                .zj-chat-info .zj-chat-list .zj-chat-item .zj-chat-center .chat1 {
                }

                    .zj-chat-info .zj-chat-list .zj-chat-item .zj-chat-center .chat1 .txt1 {
                        padding: 2px 20px;
                        background-color: #eee;
                        color: #888;
                        text-align: center;
                        font-size: 12px;
                    }

/******************************************************************/
.zj-qiugou {
    position: fixed;
    top: 40px;
    right: 10px;
    width: 299px;
    bottom: 10px;
    border-left: 1px solid #eee;
    z-index: -1;
}
/******************************************************************/
/******************************************************************/
.zj-chat-in {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 160px;
    background-color: #fff;
}


    .zj-chat-in .zj-chat-in-txt {
        height: 155px;
        margin: 0;
    }

        .zj-chat-in .zj-chat-in-txt .zj-chat-input {
            box-sizing: border-box;
            width: 100%;
            height: 145px;
            padding: 10px;
            border: 1px solid #eee;
            border-radius: 5px;
            background-color: #eee;
            resize: none;
            color: #444;
        }

        .zj-chat-in .zj-chat-in-txt .editor-box {
            height: 130px;
            border: 1px solid #eee;
            background-color: #eee;
            padding: 10px;
            margin-bottom: 10px;
            overflow-y: auto;
        }

            .zj-chat-in .zj-chat-in-txt .editor-box img {
                max-width: 200px;
                max-height: 200px;
            }

            .zj-chat-in .zj-chat-in-txt .editor-box:focus {
                outline: none;
                border-color: #ccc;
            }

            .zj-chat-in .zj-chat-in-txt .editor-box:empty::before {
                content: "输入消息（拖入图片/文件、Ctrl+回车换行）";
                color: #999;
            }

        .zj-chat-in .zj-chat-in-txt .zj-chat-submit {
            position: absolute;
            right: 40px;
            bottom: 30px;
        }

/******************************************************************/
.zj-chat-tools {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 160px;
    height: 40px;
}

    .zj-chat-tools .zj-chat-btn-list {
        height: 40px;
        line-height: 40px;
        margin: 0 30px;
    }

        .zj-chat-tools .zj-chat-btn-list .btn1 {
            margin-right: 16px;
            color: #777;
            font-size: 16px;
            font-weight: 500;
            cursor: pointer;
        }

        .zj-chat-tools .zj-chat-btn-list .btn2 {
            margin-right: 16px;
            color: #ccc;
            font-size: 16px;
            font-weight: 500;
            cursor: pointer;
        }

.zj-chat-seting {
    position: absolute;
    top: 40px;
    left: 65px;
    right: 0;
    bottom: 0;
    background-color: #fff;
}
/******************************************************************/
.zj-drawer {
}

.zj-drawer-member {
    width: 320px;
    height: 200px;
    margin-bottom: 0;
    background-color: #eee;
    overflow: hidden;
}

    .zj-drawer-member .zj-drawer-member-s {
        width: 333px;
        height: 200px;
        background-color: #eee;
        overflow-x: hidden;
        overflow-y: auto;
    }

        .zj-drawer-member .zj-drawer-member-s .zj-drawer-member-item {
            float: left;
            width: 61px;
            height: 61px;
            margin: 5px 0;
        }

            .zj-drawer-member .zj-drawer-member-s .zj-drawer-member-item .img1 {
                width: 36px;
                height: 36px;
                margin: 2px 10px;
                border: 1px solid #ddd;
                border-radius: 50%;
                overflow: hidden;
            }

            .zj-drawer-member .zj-drawer-member-s .zj-drawer-member-item .img2 {
                width: 40px;
                height: 40px;
                margin: 0 10px;
                border: 1px solid #ddd;
                border-radius: 50%;
                overflow: hidden;
                cursor: pointer;
            }

            .zj-drawer-member .zj-drawer-member-s .zj-drawer-member-item .txt1 {
                width: 60px;
                height: 20px;
                line-height: 20px;
                text-align: center;
                font-size: 12px;
                color: #666;
                overflow: hidden;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

            .zj-drawer-member .zj-drawer-member-s .zj-drawer-member-item .txt2 {
                width: 60px;
                height: 20px;
                line-height: 20px;
                text-align: center;
                font-size: 12px;
                color: #409EFF;
                overflow: hidden;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

            .zj-drawer-member .zj-drawer-member-s .zj-drawer-member-item .btn1 {
            }


.zj-drawer-member-form {
}

    .zj-drawer-member-form .zj-drawer-member-item {
    }

        .zj-drawer-member-form .zj-drawer-member-item input {
        }

        .zj-drawer-member-form .zj-drawer-member-item .txt1 {
        }

.zj-drawer-setting {
}

    .zj-drawer-setting .img1 {
        width: 38px;
        height: 38px;
        border: 1px solid #eee;
        border-radius: 50%;
        margin-right: 10px;
    }

    .zj-drawer-setting .img2 {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        margin: 5px;
    }

    .zj-drawer-setting .txt1 {
    }
/******************************************************************/
.table-form {
    width: 100%;
}

    .table-form tbody tr {
        height: 40px;
        line-height: 40px;
    }

        .table-form tbody tr td {
            padding: 5px;
        }

            .table-form tbody tr td:first-child {
                width: 80px;
            }

            .table-form tbody tr td .txt1 {
                text-align: right;
                color: #999;
            }
/******************************************************************/
.msg-search {
    width: 100%;
}

    .msg-search .txt1 {
        width: 650px;
        height: 20px;
        line-height: 20px;
        font-size: 14px;
        padding: 5px;
        border: 1px solid #ddd !important;
        border-radius: 4px;
        color: #999;
    }


.zj-chat-info-his {
    position: absolute;
    top: 133px;
    left: 2px;
    right: 2px;
    bottom: 40px;
    background-color: #eee;
    border: 1px solid #eee;
    border-radius: 5px;
    overflow: hidden;
}

    .zj-chat-info-his .zj-chat-list {
        position: absolute;
        top: 0;
        left: 0;
        right: -15px;
        bottom: 0;
        overflow-x: hidden;
        overflow-y: auto;
    }

        .zj-chat-info-his .zj-chat-list .zj-chat-item {
            padding: 10px;
            margin-bottom: 10px;
            border-bottom: 1px solid #ddd;
        }

            .zj-chat-info-his .zj-chat-list .zj-chat-item .zj-chat-left {
                margin: 2px 10px;
            }

                .zj-chat-info-his .zj-chat-list .zj-chat-item .zj-chat-left .txt1 {
                }

                    .zj-chat-info-his .zj-chat-list .zj-chat-item .zj-chat-left .txt1 .img1 {
                        width: 35px;
                        height: 35px;
                        border: 1px solid #ccc;
                        -moz-border-radius: 50%;
                        -webkit-border-radius: 50%;
                        border-radius: 50%;
                    }

                    .zj-chat-info-his .zj-chat-list .zj-chat-item .zj-chat-left .txt1 .name {
                        position: absolute;
                        margin-top: -13px;
                        left: 65px;
                        font-size: 12px;
                        color: #999;
                    }

                    .zj-chat-info-his .zj-chat-list .zj-chat-item .zj-chat-left .txt1 .tm {
                        position: absolute;
                        margin-top: -13px;
                        right: 30px;
                        font-size: 12px;
                        color: #999;
                    }

                .zj-chat-info-his .zj-chat-list .zj-chat-item .zj-chat-left .chat2 {
                    display: flex;
                    justify-content: flex-start;
                    margin-top: -30px;
                    margin-left: 4px;
                    margin-bottom: 20px;
                }

                    .zj-chat-info-his .zj-chat-list .zj-chat-item .zj-chat-left .chat2 .txt2 .card-title {
                        display: none;
                    }

                    .zj-chat-info-his .zj-chat-list .zj-chat-item .zj-chat-left .chat2 .txt2 {
                        max-width: 60%;
                        margin-left: 40px;
                        padding: 10px 20px;
                        background-color: #fff;
                        border-radius: 10px;
                    }

                        .zj-chat-info-his .zj-chat-list .zj-chat-item .zj-chat-left .chat2 .txt2 pre {
                            width: 100%;
                            word-break: break-all;
                            white-space: pre-wrap;
                            color: #666;
                            font-size: 14px;
                            line-height: 24px;
                        }

                            .zj-chat-info-his .zj-chat-list .zj-chat-item .zj-chat-left .chat2 .txt2 pre img {
                                max-width: 200px;
                                max-height: 200px;
                            }

                        .zj-chat-info-his .zj-chat-list .zj-chat-item .zj-chat-left .chat2 .txt2 .img2 {
                            max-width: 200px;
                            max-height: 200px;
                        }

                        .zj-chat-info-his .zj-chat-list .zj-chat-item .zj-chat-left .chat2 .txt2 .img3 {
                            max-width: 60px;
                            max-height: 60px;
                        }
/******************************************************************/
.emoImg {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
/******************************************************************/
/******************************************************************/
/******************************************************************/
/******************************************************************/
/******************************************************************/
/******************************************************************/
/******************************************************************/
/******************************************************************/
