﻿input::-ms-clear {
    display: none;
}

input::-ms-reveal {
    display: none;
}

.layui-form-select dl {
    max-height: 150px;
}

* {
    padding: 0px;
    margin: 0px;
    font-size: 9pt;
}

@charset "UTF-8";

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
}

body {
    font-family: "微软雅黑";
    background: #f5f5f5;
    -webkit-text-size-adjust: 100%;
    color: #4c4c4c;
}

    body div {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
        /*z-index:1;*/
    }

.layui-table-tool {
    z-index: 8;
    padding: 0 15px;
    min-height: 26px;
    line-height: 18px;
}

    .layui-table-tool .layui-inline[lay-event] {
        height: 20px;
        line-height: 10px;
    }

label {
    cursor: pointer;
}

    label input {
        margin-top: -2px;
        vertical-align: middle;
        margin-right: 2px;
    }

.tip_container {
    display: none;
    z-index: 9999;
    position: fixed;
    top: 0;
    text-align: left;
    width: auto;
    _width: auto;
}

.mtip.success .mclose {
    background-position: -16px 0;
}

.mtip.error .mclose {
    background-position: -8px 0;
}

.mtip.warning .mclose {
    background-position: 0 0;
}

.mtip.success .mclose:hover {
    background-position: -16px -8px;
}

.mtip.error .mclose:hover {
    background-position: -8px -8px;
}

.mtip.warning .mclose:hover {
    background-position: 0 -8px;
}

.mtip .micon {
    background-image: url("../Background/images/micon.png");
    background-repeat: no-repeat;
    display: inline-block;
    width: 20px;
    height: 16px;
    padding-right: 10px;
    margin-top: 0px;
}

.mtip.error .micon {
    background-position: 0 0;
    vertical-align: top;
}

.mtip.success .micon {
    background-position: 0 -66px;
    vertical-align: top;
}

.mtip.warning .micon {
    background-position: 0 -132px;
    vertical-align: top;
}

.mtip > span {
    vertical-align: 3px;
    line-height: 1;
    display: inline-block;
    width: auto;
    font-size: 16px;
}

.mtip {
    border-radius: 0 0 4px 4px;
    padding-top: 7px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 5px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
    box-shadow: 0 4px 4px rgba(0,0,0,0.2);
}

    .mtip.error {
        background-color: #cd3237;
        background-image: -moz-linear-gradient(top,#e34447,#cd3237);
        background-image: -ms-linear-gradient(top,#e34447,#cd3237);
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#e34447),to(#cd3237));
        background-image: -webkit-linear-gradient(top,#e34447,#cd3237);
        background-image: -o-linear-gradient(top,#e34447,#cd3237);
        background-image: linear-gradient(top,#e34447,#cd3237);
        border: 1px solid #ca3e3e;
    }

    .mtip.success {
        background-color: #43ab00;
        background-image: -moz-linear-gradient(top,#43ab00,#388e00);
        background-image: -ms-linear-gradient(top,#43ab00,#388e00);
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#43ab00),to(#388e00));
        background-image: -webkit-linear-gradient(top,#43ab00,#388e00);
        background-image: -o-linear-gradient(top,#43ab00,#388e00);
        background-image: linear-gradient(top,#43ab00,#388e00);
        border: 1px solid #338100;
    }

    .mtip.warning {
        background-color: #0f76cd;
        background-image: -moz-linear-gradient(top,#0f76cd,#086cc1);
        background-image: -ms-linear-gradient(top,#0f76cd,#086cc1);
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#0f76cd),to(#086cc1));
        background-image: -webkit-linear-gradient(top,#0f76cd,#086cc1);
        background-image: -o-linear-gradient(top,#0f76cd,#086cc1);
        background-image: linear-gradient(top,#0f76cd,#086cc1);
        border: 1px solid #006096;
    }

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

fieldset,
img {
    border: 0;
}

em {
    font-style: normal;
}

textarea {
    resize: none;
    padding: 3px 8px;
}

input[type="text"] {
    padding-right: 8px;
    padding-left: 8px;
}

:-moz-placeholder {
    color: #b2b2b2;
    opacity: 1;
    font-size: 12px;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #b2b2b2;
    opacity: 1;
    font-size: 12px;
    top: -2px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #b2b2b2;
    opacity: 1;
    font-size: 12px;
    top: -2px;
}

input[type=checkbox],
input[type=radio] {
    padding-left: 0;
}

button {
    cursor: pointer;
}

button,
input,
select,
textarea {
    font-size: 12px;
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #b2b2b2;
}

    button.focusShadow:focus,
    input.focusShadow:focus,
    select.focusShadow:focus,
    textarea.focusShadow:focus {
        border: 1px solid #37afe4;
        box-shadow: 0 0 4px 1px rgba(0, 130, 190, 0.5);
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.textCenter {
    text-align: center;
}

.textLeft {
    text-align: left;
}

.textRight {
    text-align: right;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.clearBoth {
    clear: both;
}

.clearFloat:after {
    display: block;
    clear: both;
    content: "";
    height: 0;
    visibility: hidden;
}

.clearFloat {
    zoom: 1;
}

.textEllipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.positionA {
    position: absolute;
}

.positionR {
    position: relative;
}

.positionF {
    position: fixed;
}

.cursorP {
    cursor: pointer;
}

.cursorA {
    cursor: not-allowed;
}

.displayNone {
    display: none;
}

.displayB {
    display: block;
}

.displayIB {
    display: inline-block;
}

.borderNone {
    border: none !important;
}

.colorRed {
    color: #ff4c4c;
}

.colorDeepBlue {
    color: #0082be;
}

.colorDeepBlue2 {
    color: #37afe4;
}

.colorYellow {
    color: #e3ae29;
}

.colorGreen {
    color: #00bf28;
}

.colorBlack {
    color: #4c4c4c;
}

.colorGray {
    color: #b2b2b2;
}

.linkColor {
    color: #0082be;
}

    .linkColor:hover {
        color: #37afe4;
    }

.fb {
    font-weight: bold;
}

.marginBottom0 {
    margin-bottom: 0 !important;
}

.height30 {
    height: 30px;
    line-height: 30px;
}

.height26 {
    height: 26px;
    line-height: 26px;
}

.dh-form-item.item-width130 .dh-form-label {
    width: 130px;
}

.dh-form-item.item-width130 .dh-input-block {
    margin-left: 130px;
}

.dh-form-item.item-width100 .dh-form-label {
    width: 100px;
}

.dh-form-item.item-width100 .dh-input-block {
    margin-left: 100px;
}

.dh-form-item .dh-form-label {
    float: left;
    display: block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: right;
    font-size: 12px;
    color: #4c4c4c;
}

.dh-form-item .dh-input-block {
    position: relative;
    margin-left: 80px;
    min-height: 30px;
    margin-top: 2px;
}

    .dh-form-item .dh-input-block .character-length,
    .dh-form-item .dh-input-block .sumTips {
        position: absolute;
        bottom: 6px;
        right: 12px;
        color: #b2b2b2;
        font-size: 12px;
    }

    .dh-form-item .dh-input-block .dh-input {
        display: block;
        width: 100%;
        padding-left: 8px;
        height: 26px;
        line-height: 1.3;
        line-height: 30px \9;
        border: 1px solid #ccc;
        background-color: #fff;
        border-radius: 4px;
        color: #4c4c4c;
    }

        .dh-form-item .dh-input-block .dh-input:focus {
            border: 1px solid #37afe4;
            box-shadow: 0 0 4px 1px rgba(0, 130, 190, 0.5);
        }

        .dh-form-item .dh-input-block .dh-input.sm-input {
            width: 30%;
        }

        .dh-form-item .dh-input-block .dh-input.md-input {
            width: 67%;
        }

        .dh-form-item .dh-input-block .dh-input.gap {
            margin-left: 3%;
        }

    .dh-form-item .dh-input-block .dh-textarea {
        display: block;
        width: 100%;
        padding: 5px 8px;
        min-height: 30px;
        line-height: 1.3;
        border: 1px solid #b2b2b2;
        background-color: #fff;
        border-radius: 4px;
        color: #4c4c4c;
    }

        .dh-form-item .dh-input-block .dh-textarea:focus {
            border: 1px solid #37afe4;
            box-shadow: 0 0 4px 1px rgba(0, 130, 190, 0.5);
        }

    .dh-form-item .dh-input-block .text {
        float: left;
        height: 30px;
        line-height: 30px;
        margin: 0 10px 0 3px;
        color: #4c4c4c;
    }

.dh-form-item:after {
    content: '\20';
    clear: both;
    display: block;
    height: 0;
}

.dh-form-item.tel-row:after {
    content: '\20';
    clear: both;
    display: block;
    height: 0;
}

.dh-form-item.tel-row .dh-input {
    display: inline-block;
    float: left;
}

.dh-form-item.tel-row .select-code {
    width: 30%;
    margin-right: 3%;
}

.dh-form-item.tel-row .area-code {
    width: 24%;
    margin-right: 3%;
}

.dh-form-item.tel-row .tel-number {
    width: 40%;
}

.dh-form-item.timeSlot-row .dh-input-block .dh-input {
    float: left;
    width: 45%;
}

.dh-form-item.timeSlot-row .dh-input-block .to {
    float: left;
    display: inline-block;
    width: 10%;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.btn {
    padding: 0 10px;
    border-radius: 4px;
    margin-top: 2px;
}

.btn-sm {
    height: 22px;
    line-height: 21px;
    line-height: 21px\9;
    *line-height: 21px;
    padding: 0 8px;
}

.btn-md {
    height: 26px;
    line-height: 25px;
    line-height: 25px\9;
    *line-height: 25px;
    padding: 0 10px;
}

.color-hover-blue:hover {
    color: #0082be;
    cursor: pointer;
}

.btn-blue {
    color: #ffffff;
    background-color: #0082be;
    border: 1px solid #0082be;
}

    .btn-blue:hover {
        background-color: #37afe4;
        border: 1px solid #37afe4;
    }

.btn-default {
    background-color: #ffffff;
    border: 1px solid #b2b2b2;
    color: #4c4c4c;
}

    .btn-default:hover {
        background-color: #0082be;
        border: 1px solid #0082be;
        color: #ffffff;
        cursor: pointer;
    }

select.btn-default:hover {
    background-color: #ffffff;
    border: 1px solid #b2b2b2;
    color: #4c4c4c;
    cursor: pointer;
}

.btn-danger {
    color: #ffffff;
    background-color: #ff4c4c;
    border: 1px solid #ff4c4c;
}

    .btn-danger:hover {
        background-color: #ff6969;
        border: 1px solid #ff6969;
    }

select {
    /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
    border: 1px solid #b2b2b2;
    /*很关键：将默认的select选择框样式清除*/
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /*在选择框的最右侧中间显示小箭头图片*/
    background: url("../images/common/arrow-down-default.png") no-repeat scroll right center transparent;
    /*为下拉小箭头留出一点位置，避免被文字覆盖*/
    padding-right: 30px !important;
    cursor: pointer;
    vertical-align: middle;
}

    select::-ms-expand {
        display: none;
    }

@media screen\0 {
    select {
        padding-right: 0px !important;
    }
}


/*只对IE10有效*/

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    select {
        padding-right: 30px !important;
    }
}

.sp-input-select {
    background: url("../images/common/arrow-down-default.png") no-repeat scroll right center transparent;
}

.input-select-list {
    position: absolute;
    left: 0;
    top: 30px;
    z-index: 9;
    width: 100%;
    background: #fff;
    border: 1px solid #b2b2b2;
    border-radius: 4px;
}

    .input-select-list li {
        height: 20px;
        line-height: 20px;
        padding: 4px;
    }

        .input-select-list li:hover {
            background: #0082be;
            color: #fff;
            cursor: pointer;
        }

        .input-select-list li.active {
            background: #0082be;
            color: #fff;
        }

.layui-tab {
    margin-top: 0;
}

.layui-tab-content {
    padding: 4px;
}

.layui-tab-title {
    height: 26px;
}

    .layui-tab-title li {
        line-height: 26px;
    }

    .layui-tab-title .layui-this:after {
        height: 27px;
    }

.layui-table, .layui-table-view {
    margin: 6px 0;
}

.layui-form-radio * {
    font-size: 12px;
}

.layui-laypage select {
    position: relative;
    top: -1px;
    height: 20px;
    border-radius: 4px;
}

.layui-laypage button:hover {
    background: #0082be;
    color: #fff;
}

.layui-breadcrumb a {
    font-weight: bold;
    color: #4c4c4c !important;
}

    .layui-breadcrumb a.main-index,
    .layui-breadcrumb a.common-main-title {
        color: #0082be !important;
    }

        .layui-breadcrumb a.main-index:hover,
        .layui-breadcrumb a.common-main-title:hover {
            color: #37afe4 !important;
        }

    .layui-breadcrumb a.second-title:hover {
        color: #4c4c4c !important;
    }

.deep-red {
    color: #f00;
}

.light-red {
    color: #e74f19;
}

.deep-green {
    color: #0f0;
}

.shallow-green {
    color: #19e7b4;
}

.light-green {
    color: #2ad7a3;
}

.medium-green {
    color: #20c795;
}

.bottle-green {
    color: #07b37f;
}

.light-blue {
    color: #46a1fb;
}

.bottle-blue {
    color: #288ff3;
}

.light-purple {
    color: #7a7aef;
}

.bottle-purple {
    color: #6a6af3;
}

.light-orange {
    color: #fc8d4a;
}

.bottle-orange {
    color: #ff7624;
}

.notAllowed {
    color: #aaa;
    cursor: default;
}

    .notAllowed:hover {
        color: #aaa;
    }

.width20 {
    width: 20px;
}

.width30 {
    width: 30px;
}

.width40 {
    width: 40px;
}

.width50 {
    width: 50px;
}

.width60 {
    width: 60px;
}

.width70 {
    width: 70px;
}

.width80 {
    width: 80px;
}

.width90 {
    width: 90px;
}

.width100 {
    width: 100px;
}

.width110 {
    width: 110px;
}

.width120 {
    width: 120px;
}

.width130 {
    width: 130px;
}

.width140 {
    width: 140px;
}

.width150 {
    width: 150px;
}

.width160 {
    width: 160px;
}

.width170 {
    width: 170px;
}

.width180 {
    width: 180px;
}

.width190 {
    width: 190px;
}

.width200 {
    width: 200px;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/

select::-ms-expand {
    display: none;
}

.tag-red {
    background: #ff4c4c;
    font-size: 12px;
    color: #ffffff;
    padding: 1px 3px;
    border-radius: 2px;
}

.tag-blue {
    background: #37afe4;
    font-size: 12px;
    color: #ffffff;
    padding: 1px 3px;
    border-radius: 2px;
}

.tag-yellow {
    background: #e3ae29;
    font-size: 12px;
    color: #ffffff;
    padding: 1px 3px;
    border-radius: 2px;
}

.arrow-down-white-icon {
    background-image: url("../images/common/arrow-down-white.png");
    background-repeat: no-repeat;
    background-position: center right;
}

.search-icon {
    background-image: url("../images/common/search-icon.png");
    background-repeat: no-repeat;
    background-position: center right;
}

.search-small-icon {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url("../images/common/search-small-icon.png");
    background-repeat: no-repeat;
    background-position: center right;
    position: relative;
    top: 1px;
    left: -1px;
}

.time-icon {
    background-image: url("../images/common/time-icon.png");
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 25px !important;
}

.hover-close-icon {
    position: relative;
    padding: 0 8px;
}

    .hover-close-icon .close-icon {
        position: absolute;
        right: 8px;
        top: 0;
        vertical-align: middle;
        width: 16px;
        height: 16px;
        background-image: url("../images/common/close-icon-white.png");
        background-repeat: no-repeat;
        background-position: center;
        visibility: hidden;
        border-radius: 2px;
    }

        .hover-close-icon .close-icon:hover {
            background-color: #ffffff;
            background-image: url("../images/common/close-icon-blue.png");
            cursor: pointer;
        }

    .hover-close-icon:hover {
        cursor: pointer;
    }

        .hover-close-icon:hover .close-icon {
            visibility: visible;
        }

.hover-close-icon2 {
    position: relative;
    padding: 0 8px;
}

    .hover-close-icon2 .close-icon {
        float: right;
        vertical-align: middle;
        width: 16px;
        height: 16px;
        background-image: url("../images/common/close-icon-blue.png");
        background-repeat: no-repeat;
        background-position: center;
        visibility: hidden;
        border-radius: 2px;
    }

        .hover-close-icon2 .close-icon:hover {
            background-color: #0082be;
            background-image: url("../images/common/close-icon-white.png");
            cursor: pointer;
        }

    .hover-close-icon2:hover {
        cursor: pointer;
    }

        .hover-close-icon2:hover .close-icon {
            visibility: visible;
        }

.close-icon1 {
    float: right;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background-image: url("../images/common/close-icon-white.png");
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 2px;
    cursor: pointer;
}

    .close-icon1:hover {
        background-color: #ffffff;
        background-image: url("../images/common/close-icon-blue.png");
        cursor: pointer;
    }

.close-icon2 {
    float: right;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background-image: url("../images/common/close-icon-blue.png");
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 2px;
}

    .close-icon2:hover {
        background-color: #0082be;
        background-image: url("../images/common/close-icon-white.png");
        cursor: pointer;
    }

.hover-star-icon {
    position: relative;
    padding: 0 8px;
}

    .hover-star-icon .star-icon {
        float: right;
        vertical-align: middle;
        width: 16px;
        height: 16px;
        background-image: url("../images/common/star-icon-default.png");
        background-repeat: no-repeat;
        background-position: center;
        visibility: hidden;
    }

        .hover-star-icon .star-icon:hover {
            background-image: url("../images/common/star-icon-active.png");
        }

        .hover-star-icon .star-icon.active {
            visibility: visible;
            background-image: url("../images/common/star-icon-active.png");
        }

    .hover-star-icon:hover {
        cursor: pointer;
    }

        .hover-star-icon:hover .star-icon {
            visibility: visible;
        }

.setup-scheme {
    width: 24px;
    height: 24px;
    display: inline-block;
    background-image: url("../images/common/setup-scheme.png");
    background-repeat: no-repeat;
    background-position: top center;
    vertical-align: middle;
}

    .setup-scheme:hover {
        background-position: bottom center;
        cursor: pointer;
    }

.add-blue-icon {
    width: 20px;
    height: 20px;
    background-image: url("../images/common/add-icon-blue.png");
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    display: inline-block;
}

.dh-add-btn {
    display: inline-block;
    padding: 0 8px 0 25px;
    background-image: url("../images/common/add-icon-black.png");
    background-repeat: no-repeat;
    background-position: 8px center;
    background-color: #ffffff;
    border: 1px solid #b2b2b2;
    color: #4c4c4c;
}

    .dh-add-btn span {
        font-size: 12px;
    }

    .dh-add-btn:hover {
        background: #0082be;
        border: 1px solid #0082be;
        color: #ffffff;
        background-image: url("../images/common/add-icon-white.png");
        background-repeat: no-repeat;
        background-position: 8px center;
        cursor: pointer;
    }

.enclosure_icon {
    background-image: url("../images/common/enclosure-icon.png");
    background-repeat: no-repeat;
    background-position: 3px center;
    padding-left: 18px;
}

.lock-icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-image: url("../images/common/lock-icon.png");
    background-repeat: no-repeat;
    background-position: top center;
    vertical-align: middle;
}

    .lock-icon.close {
        background-position: bottom center;
    }

.dataTime-icon {
    background-image: url("../images/common/dataTime-icon.png");
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 25px !important;
}

.choose-icon {
    background-image: url("../images/common/choose-icon.png");
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 25px !important;
}

.position-icon {
    background-image: url("../images/common/position-icon.png");
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 25px !important;
}

.callTel-icon {
    background-image: url("../images/common/callTel-icon.png");
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 28px !important;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.showMore {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid #b2b2b2;
    border-radius: 50%;
    color: #b2b2b2;
    text-align: center;
    line-height: 0.4;
}

    .showMore:hover {
        border: 1px solid #37afe4;
        color: #37afe4;
    }

.dh-text-tag {
    background-color: #dceeff;
    color: #4c4c4c;
    font-size: 12px;
    padding: 0 3px;
    height: 20px;
    line-height: 20px;
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
    float: left;
}

    .dh-text-tag .close-icon {
        margin-top: 2px;
        margin-left: 2px;
    }

.dh-search-box {
    position: relative;
}

    .dh-search-box .dh-search-input {
        width: 100%;
        border: 1px solid #b2b2b2;
        border-radius: 4px;
    }

        .dh-search-box .dh-search-input:focus {
            border: 1px solid #37afe4;
            box-shadow: 0 0 4px 1px rgba(0, 130, 190, 0.5);
        }

    .dh-search-box .dh-search-btn {
        position: absolute;
        right: 0;
        top: 0;
        background-color: #0082be;
        color: white;
        padding: 0 10px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

        .dh-search-box .dh-search-btn:hover {
            background-color: #37afe4;
            cursor: pointer;
        }

    .dh-search-box .dh-tree-btn {
        position: absolute;
        right: 0;
        top: 0;
        color: white;
        padding: 0 10px;
        height: 24px;
        margin-top: 1px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        background-image: url("../images/common/tree-open-icon.png");
        background-repeat: no-repeat;
        background-position: right center;
        cursor: pointer;
    }

/*导航menu开始*/
.menu-list {
    display: block;
    background: rgba(39, 43, 46, 0.94);
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

    .menu-list li.menu-item {
        float: left;
        width: 110px;
        line-height: 6px;
        cursor: pointer;
        font-size: 14px;
        text-align: center;
    }

        .menu-list li.menu-item:first-child .sub-menu {
            border-bottom-left-radius: 7px;
        }

        .menu-list li.menu-item:last-child .sub-menu {
            border-bottom-right-radius: 7px;
        }

        .menu-list li.menu-item:hover .sub-menu {
            background: #4a5157;
        }

        .menu-list li.menu-item:hover > a {
            background: #fff;
            color: #0082be;
        }

        .menu-list li.menu-item a {
            display: inline-block;
            width: 100%;
            height: 40px;
            color: #fff;
            font-size: 12px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .menu-list li.menu-item > a {
            background: #0082be;
            line-height: 40px;
        }

        .menu-list li.menu-item a .iconfont {
            position: relative;
            top: 2px;
        }

    .menu-list .sub-menu {
        display: none;
    }

        .menu-list .sub-menu li {
            height: 30px;
            line-height: 30px;
        }

            .menu-list .sub-menu li a:hover {
                text-decoration: underline;
                color: #37afe4;
            }
/*导航menu结束*/

.hover-box {
    position: absolute;
    right: 0;
    top: 40px;
    display: none;
    color: #cccccc;
    background-color: rgba(39, 43, 46, 0.94);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

    .hover-box a {
        display: inline-block;
        position: relative;
        width: 74%;
        height: 96%;
        color: #cccccc;
        padding-left: 10px;
    }

    .hover-box .triangle-top:after {
        content: ' ';
        position: absolute;
        width: 0;
        height: 0;
        right: -10px;
        bottom: 20px;
        margin-right: 9px;
        border: 8px solid;
        border-color: transparent transparent rgba(39, 43, 46, 0.94) transparent;
    }

.dh-box-shadow {
    box-shadow: 8px 6px 8px rgba(0, 0, 0, 0.04);
}

.dh-page header {
    position: fixed;
    width: 100%;
    height: 40px;
    background-color: #0082be;
    z-index: 10;
}

    .dh-page header nav {
        min-width: 1100px;
        display: block;
        height: 40px;
        padding: 0 7px 0 20px;
    }

        .dh-page header nav .nav-left {
            float: left;
            padding: 5px 0;
        }

            .dh-page header nav .nav-left .logo {
                float: left;
                position: relative;
                padding: 0 12px 0 0px;
            }

                .dh-page header nav .nav-left .logo .logo-icon {
                    float: left;
                    /*width: 90px;
    background-size:90px;*/
                    width: 200px;
                    height: 30px;
                    background-image: url("../images/header/logo.svg");
                    background-repeat: no-repeat;
                    background-position: center;
                    overflow: hidden;
                }

            .dh-page header nav .nav-left .change-platform {
                float: left;
                padding: 5px 0;
                height: 34px;
            }

                .dh-page header nav .nav-left .change-platform .select-box {
                    border: 1px solid #93cce6;
                    border-radius: 12px;
                    height: 26px;
                    padding: 0px 28px 0px 12px;
                    color: #fff;
                    font-size: 12px;
                    line-height: 23px;
                    cursor: pointer;
                }

                .dh-page header nav .nav-left .change-platform .select-box-content {
                    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.16);
                    border-bottom-left-radius: 4px;
                    border-bottom-right-radius: 4px;
                    display: none;
                    border: 1px solid #e5e5e5;
                }

                    .dh-page header nav .nav-left .change-platform .select-box-content ul li {
                        height: 30px;
                        line-height: 30px;
                        padding: 0 12px;
                        background-color: #ffffff;
                        cursor: pointer;
                        font-size: 12px;
                    }

                        .dh-page header nav .nav-left .change-platform .select-box-content ul li:hover {
                            background-color: #0082be;
                            color: #ffffff;
                        }

        .dh-page header nav .nav-right {
            float: right;
            height: 40px;
        }

            .dh-page header nav .nav-right .search-box {
                float: right;
                position: relative;
                width: 170px;
                height: 40px;
                padding: 18px 0;
            }

                .dh-page header nav .nav-right .search-box .search-input {
                    width: 100%;
                    height: 100%;
                    border: none;
                    border-bottom: 1px solid #ffffff;
                    background-color: transparent;
                    font-size: 12px;
                    color: #ffffff;
                    padding-right: 20px;
                    padding-left: 0px;
                }

                .dh-page header nav .nav-right .search-box .search-icon {
                    position: absolute;
                    right: 0;
                    top: 0;
                    width: 18px;
                    height: 56px;
                    cursor: pointer;
                }

                .dh-page header nav .nav-right .search-box input:-ms-input-placeholder {
                    color: #93cce6;
                    opacity: 1;
                }

                .dh-page header nav .nav-right .search-box input::-webkit-input-placeholder {
                    color: #93cce6;
                    opacity: 1;
                }

            .dh-page header nav .nav-right .function-box {
                position: relative;
                float: right;
                height: 18px;
                margin: 0 0px 0 13px;
                border-right: 1px solid #37afe4;
                top: 13px;
            }

                .dh-page header nav .nav-right .function-box .function-list {
                    position: relative;
                    height: 40px;
                    top: -13px;
                }

                    .dh-page header nav .nav-right .function-box .function-list .function-list-li {
                        position: relative;
                        float: left;
                        height: 40px;
                        text-align: center;
                    }

                        .dh-page header nav .nav-right .function-box .function-list .function-list-li.menuItem a {
                            margin: 0 4px;
                        }

                        .dh-page header nav .nav-right .function-box .function-list .function-list-li .function-icon {
                            display: inline-block;
                            width: 36px;
                            height: 40px;
                            background-image: url("../images/header/function-icon.png");
                            background-repeat: no-repeat;
                        }

                        .dh-page header nav .nav-right .function-box .function-list .function-list-li i.iconfont,
                        .dh-page header nav .nav-right .function-box .function-list .function-list-li i.fa {
                            color: #fff;
                            width: 100%;
                            width: 36px;
                            height: 40px;
                            line-height: 40px;
                            font-size: 32px;
                        }

                        .dh-page header nav .nav-right .function-box .function-list .function-list-li:hover i.iconfont,
                        .dh-page header nav .nav-right .function-box .function-list .function-list-li:hover i.fa {
                            background: #fff;
                            color: #0082be;
                        }

                        .dh-page header nav .nav-right .function-box .function-list .function-list-li .function-icon.message-icon {
                            background-position: -51px center;
                        }

                        .dh-page header nav .nav-right .function-box .function-list .function-list-li .function-icon.collection-icon {
                            background-position: -111px center;
                        }

                        .dh-page header nav .nav-right .function-box .function-list .function-list-li .function-icon.function-manage-icon {
                            background-position: -171px center;
                        }

                        .dh-page header nav .nav-right .function-box .function-list .function-list-li .function-icon.active {
                            background-image: url("../images/header/function-hover-icon.png");
                            background-repeat: no-repeat;
                            background-color: #fff;
                        }

                            .dh-page header nav .nav-right .function-box .function-list .function-list-li .function-icon.active.communication-icon {
                                background-position: 10px center;
                            }

                            .dh-page header nav .nav-right .function-box .function-list .function-list-li .function-icon.active.message-icon {
                                background-position: -51px center;
                            }

                            .dh-page header nav .nav-right .function-box .function-list .function-list-li .function-icon.active.collection-icon {
                                background-position: -111px center;
                            }

                            .dh-page header nav .nav-right .function-box .function-list .function-list-li .function-icon.active.function-manage-icon {
                                background-position: -171px center;
                            }

                        .dh-page header nav .nav-right .function-box .function-list .function-list-li .hover-box.message-hover-box {
                            width: 305px;
                            padding: 20px 5px 20px 13px;
                        }

                            .dh-page header nav .nav-right .function-box .function-list .function-list-li .hover-box.message-hover-box .triangle-top:after {
                                right: -3px;
                            }

                            .dh-page header nav .nav-right .function-box .function-list .function-list-li .hover-box.message-hover-box .hover-box-content ul {
                                padding-right: 13px;
                            }

                                .dh-page header nav .nav-right .function-box .function-list .function-list-li .hover-box.message-hover-box .hover-box-content ul li {
                                    height: 30px;
                                    line-height: 30px;
                                    border-bottom: 1px solid #4a5157;
                                }

                                    .dh-page header nav .nav-right .function-box .function-list .function-list-li .hover-box.message-hover-box .hover-box-content ul li .dh-badge {
                                        position: absolute;
                                        top: 9px;
                                        left: 204px;
                                    }

                                    .dh-page header nav .nav-right .function-box .function-list .function-list-li .hover-box.message-hover-box .hover-box-content ul li .left-box .text {
                                        display: inline-block;
                                        max-width: 420px;
                                        overflow: hidden;
                                        text-overflow: ellipsis;
                                        white-space: nowrap;
                                        color: #b2b2b2;
                                    }

                                    .dh-page header nav .nav-right .function-box .function-list .function-list-li .hover-box.message-hover-box .hover-box-content ul li:hover .left-box .text {
                                        color: #37afe4;
                                    }

                                    .dh-page header nav .nav-right .function-box .function-list .function-list-li .hover-box.message-hover-box .hover-box-content ul li .left-box .dh-badge {
                                        position: relative;
                                        top: -2px;
                                        left: 5px;
                                    }

                                    .dh-page header nav .nav-right .function-box .function-list .function-list-li .hover-box.message-hover-box .hover-box-content ul li .showMore {
                                        display: inline-block;
                                        width: 12px;
                                        height: 12px;
                                    }

                        .dh-page header nav .nav-right .function-box .function-list .function-list-li .hover-box.collection-hover-box {
                            width: 555px;
                            padding: 20px 13px;
                        }

                            .dh-page header nav .nav-right .function-box .function-list .function-list-li .hover-box.collection-hover-box .hover-box-content ul li {
                                box-sizing: border-box;
                                float: left;
                                width: 150px;
                                height: 26px;
                                line-height: 26px;
                                background-color: #4a5157;
                                margin: 10px 13px;
                                font-size: 12px;
                                color: #cccccc;
                                text-align: left;
                                padding: 0 8px;
                                cursor: pointer;
                            }

                                .dh-page header nav .nav-right .function-box .function-list .function-list-li .hover-box.collection-hover-box .hover-box-content ul li:hover a {
                                    display: inline-block;
                                    width: 100%;
                                    height: 100%;
                                    color: #37afe4;
                                }

                                .dh-page header nav .nav-right .function-box .function-list .function-list-li .hover-box.collection-hover-box .hover-box-content ul li .close-icon {
                                    margin-top: 5px;
                                }

                        .dh-page header nav .nav-right .function-box .function-list .function-list-li .hover-box.function-hover-box {
                            width: 690px;
                        }

                            .dh-page header nav .nav-right .function-box .function-list .function-list-li .hover-box.function-hover-box .triangle-top:after {
                                right: -10px;
                                bottom: 0px;
                                margin-right: 22px;
                            }

                            .dh-page header nav .nav-right .function-box .function-list .function-list-li .hover-box.function-hover-box .hover-box-content {
                                min-height: 282px;
                            }

                                .dh-page header nav .nav-right .function-box .function-list .function-list-li .hover-box.function-hover-box .hover-box-content .left-box {
                                    float: left;
                                    width: 146px;
                                    border-right: 1px solid #4a5157;
                                }

                                    .dh-page header nav .nav-right .function-box .function-list .function-list-li .hover-box.function-hover-box .hover-box-content .left-box ul {
                                        max-height: 564px;
                                        overflow-x: hidden;
                                        overflow-y: auto;
                                    }

                                        .dh-page header nav .nav-right .function-box .function-list .function-list-li .hover-box.function-hover-box .hover-box-content .left-box ul li {
                                            position: relative;
                                            width: 100%;
                                            height: 40px;
                                            line-height: 40px;
                                            font-size: 16px;
                                            text-align: left;
                                            cursor: pointer;
                                            /*background: url("../images/header/function-nav-icon.png");*/
                                            background-repeat: no-repeat;
                                            /*padding-left: 44px;*/
                                            padding-left: 18px;
                                            box-sizing: border-box;
                                        }

                                            .dh-page header nav .nav-right .function-box .function-list .function-list-li .hover-box.function-hover-box .hover-box-content .left-box ul li.active {
                                                /*color: #37afe4;*/
                                                background-color: #4a5157;
                                            }

                                                .dh-page header nav .nav-right .function-box .function-list .function-list-li .hover-box.function-hover-box .hover-box-content .left-box ul li.active:after {
                                                    display: block;
                                                }

                                            .dh-page header nav .nav-right .function-box .function-list .function-list-li .hover-box.function-hover-box .hover-box-content .left-box ul li:after {
                                                content: ' ';
                                                position: absolute;
                                                width: 0;
                                                height: 0;
                                                right: -1px;
                                                bottom: 14px;
                                                margin-right: 0;
                                                border: 6px solid;
                                                border-color: transparent rgba(39, 43, 46, 0.5) transparent transparent;
                                                display: none;
                                            }

                                            .dh-page header nav .nav-right .function-box .function-list .function-list-li .hover-box.function-hover-box .hover-box-content .left-box ul li:hover {
                                                /*color: #37afe4;*/
                                                background-color: #4a5157;
                                            }

                                            .dh-page header nav .nav-right .function-box .function-list .function-list-li .hover-box.function-hover-box .hover-box-content .left-box ul li.icon-hro a,
                                            .dh-page header nav .nav-right .function-box .function-list .function-list-li .hover-box.function-hover-box .hover-box-content .left-box ul li.icon-part-time a,
                                            .dh-page header nav .nav-right .function-box .function-list .function-list-li .hover-box.function-hover-box .hover-box-content .left-box ul li.icon-eql a,
                                            .dh-page header nav .nav-right .function-box .function-list .function-list-li .hover-box.function-hover-box .hover-box-content .left-box ul li.icon-recruit a,
                                            .dh-page header nav .nav-right .function-box .function-list .function-list-li .hover-box.function-hover-box .hover-box-content .left-box ul li.icon-sale a,
                                            .dh-page header nav .nav-right .function-box .function-list .function-list-li .hover-box.function-hover-box .hover-box-content .left-box ul li.icon-performance a {
                                                font-weight: normal;
                                            }

                                            .dh-page header nav .nav-right .function-box .function-list .function-list-li .hover-box.function-hover-box .hover-box-content .left-box ul li:hover:after {
                                                display: block;
                                            }

                                            .dh-page header nav .nav-right .function-box .function-list .function-list-li .hover-box.function-hover-box .hover-box-content .left-box ul li.talent {
                                                background-position: left 0;
                                            }

                                            .dh-page header nav .nav-right .function-box .function-list .function-list-li .hover-box.function-hover-box .hover-box-content .left-box ul li.customer {
                                                background-position: left -40px;
                                            }

                                            .dh-page header nav .nav-right .function-box .function-list .function-list-li .hover-box.function-hover-box .hover-box-content .left-box ul li.case {
                                                background-position: left -80px;
                                            }

                                            .dh-page header nav .nav-right .function-box .function-list .function-list-li .hover-box.function-hover-box .hover-box-content .left-box ul li.invoice {
                                                background-position: left -120px;
                                            }

                                            .dh-page header nav .nav-right .function-box .function-list .function-list-li .hover-box.function-hover-box .hover-box-content .left-box ul li.count {
                                                background-position: left -160px;
                                            }

                                .dh-page header nav .nav-right .function-box .function-list .function-list-li .hover-box.function-hover-box .hover-box-content .right-box {
                                    height: 282px;
                                    position: relative;
                                    overflow-y: hidden;
                                    outline: none;
                                    float: left;
                                    width: 540px;
                                    padding: 10px;
                                }

                                    .dh-page header nav .nav-right .function-box .function-list .function-list-li .hover-box.function-hover-box .hover-box-content .right-box ul li {
                                        box-sizing: border-box;
                                        float: left;
                                        width: 153px;
                                        height: 26px;
                                        line-height: 26px;
                                        background-color: #4a5157;
                                        margin: 10px;
                                        font-size: 12px;
                                        color: #cccccc;
                                        text-align: left;
                                        padding: 0 8px;
                                        cursor: pointer;
                                    }

                                        .dh-page header nav .nav-right .function-box .function-list .function-list-li .hover-box.function-hover-box .hover-box-content .right-box ul li:hover a {
                                            color: #37afe4;
                                        }

                                        .dh-page header nav .nav-right .function-box .function-list .function-list-li .hover-box.function-hover-box .hover-box-content .right-box ul li .star-icon {
                                            margin-top: 5px;
                                        }

                        .dh-page header nav .nav-right .function-box .function-list .function-list-li .dh-badge {
                            position: absolute;
                            left: 20px;
                            top: 5px;
                            font-size: 12px;
                            color: #ffffff;
                            background-color: #ff4c4c;
                            padding: 0px 5px;
                            border-radius: 10px;
                            height: 16px;
                            line-height: 15px;
                            text-align: center;
                        }

                        .dh-page header nav .nav-right .function-box .function-list .function-list-li:hover {
                            cursor: pointer;
                        }

                            .dh-page header nav .nav-right .function-box .function-list .function-list-li:hover .function-icon {
                                background-color: #ffffff;
                                background-image: url("../images/header/function-hover-icon.png");
                            }

            .dh-page header nav .nav-right .userCenter {
                float: right;
                height: 40px;
                min-width: 40px;
            }

                .dh-page header nav .nav-right .userCenter .user-head {
                    min-width: 40px;
                    height: 40px;
                    overflow: hidden;
                    border-radius: 50%;
                    margin: 0 auto;
                    padding: 3px 13px;
                }

                    .dh-page header nav .nav-right .userCenter .user-head img {
                        float: left;
                        width: 34px;
                        height: 34px;
                        display: block;
                        border-radius: 50%;
                    }

                    .dh-page header nav .nav-right .userCenter .user-head span {
                        float: left;
                        height: 36px;
                        line-height: 36px;
                        margin-left: 10px;
                        color: #fff;
                        font-size: 14px;
                    }

                .dh-page header nav .nav-right .userCenter .user-hover-box {
                    width: 180px;
                }

                    .dh-page header nav .nav-right .userCenter .user-hover-box .triangle-top:after {
                        bottom: 0;
                        margin-right: 22px;
                    }

                    .dh-page header nav .nav-right .userCenter .user-hover-box .hover-box-content ul li {
                        height: 40px;
                        line-height: 40px;
                        cursor: pointer;
                        padding: 0 18px;
                        font-size: 12px;
                    }

                        .dh-page header nav .nav-right .userCenter .user-hover-box .hover-box-content ul li:hover {
                            color: #37afe4;
                            background-color: #4a5157;
                        }

                            .dh-page header nav .nav-right .userCenter .user-hover-box .hover-box-content ul li:hover a {
                                color: #37afe4;
                            }

                        .dh-page header nav .nav-right .userCenter .user-hover-box .hover-box-content ul li.borderB {
                            border-bottom: 1px solid #4a5157;
                        }

                .dh-page header nav .nav-right .userCenter:hover {
                    cursor: pointer;
                    background: #ffffff;
                }

                    .dh-page header nav .nav-right .userCenter:hover .user-head span {
                        color: #0082be;
                    }


                .dh-page header nav .nav-right .userCenter.active {
                    cursor: pointer;
                    background: #ffffff;
                }

                    .dh-page header nav .nav-right .userCenter.active .user-head span {
                        color: #0082be;
                    }

.dh-page {
    min-width: 1200px;
    overflow-x: hidden;
}

    .dh-page .dh-container {
        position: relative;
        padding: 40px 20px 0;
        /*padding: 40px 20px 20px;*/
    }

        .dh-page .dh-container .dh-container-title {
            height: 30px;
            line-height: 30px;
        }

            .dh-page .dh-container .dh-container-title label {
                margin-left: 15px;
                cursor: pointer;
            }

                .dh-page .dh-container .dh-container-title label input {
                    margin-right: 5px;
                }

        .dh-page .dh-container .dh-container-top-box {
            background: #fff;
            border-radius: 4px;
            margin-bottom: 6px;
        }

            .dh-page .dh-container .dh-container-top-box .btn {
                margin: 7px;
            }

            .dh-page .dh-container .dh-container-top-box .dh-container-top-box-left {
                width: 80%;
                float: left;
                padding: 7px 14px;
            }

                .dh-page .dh-container .dh-container-top-box .dh-container-top-box-left .btn {
                    float: left;
                }

            .dh-page .dh-container .dh-container-top-box .dh-container-top-box-right {
                width: 20%;
                float: right;
                padding: 14px;
            }

        .dh-page .dh-container .dh-container-screen-box {
            background: #ffffff;
            padding: 10px 14px 6px;
            margin-bottom: 6px;
        }

            .dh-page .dh-container .dh-container-screen-box .dh-form-item {
                float: left;
                /*margin-right: 30px;*/
            }

                .dh-page .dh-container .dh-container-screen-box .dh-form-item .dh-input {
                    width: 178px;
                }

                    .dh-page .dh-container .dh-container-screen-box .dh-form-item .dh-input.fixedWidthInput {
                        width: 79px;
                    }

                .dh-page .dh-container .dh-container-screen-box .dh-form-item .dh-input-block label {
                    display: inline-block;
                    padding: 5px 0;
                    vertical-align: middle;
                    margin-right: 10px;
                }

            .dh-page .dh-container .dh-container-screen-box .submit-box {
                float: left;
            }

                .dh-page .dh-container .dh-container-screen-box .submit-box button {
                    margin-left: 10px;
                }

        .dh-page .dh-container .dh-container-content {
            background: #fff;
            border-radius: 4px;
            padding: 9px 14px;
        }

            .dh-page .dh-container .dh-container-content .dh-container-content-top-box .left-box {
                float: left;
            }

            .dh-page .dh-container .dh-container-content .dh-container-content-top-box .right-box {
                float: right;
            }

                .dh-page .dh-container .dh-container-content .dh-container-content-top-box .right-box .setup-scheme {
                    margin-left: 5px;
                }

.tableHeightAuto .layui-table-view .layui-table td,
.tableHeightAuto .layui-table-view .layui-table th {
    padding: 6px 0;
}

    .tableHeightAuto .layui-table-view .layui-table td .layui-table-cell,
    .tableHeightAuto .layui-table-view .layui-table th .layui-table-cell {
        height: auto;
        line-height: 1.4;
    }

.baseSetModel {
    padding: 12px 15px;
    height: 405px;
    width: 585px;
}

    .baseSetModel .title {
        font-size: 12px;
        color: #4c4c4c;
        font-weight: bold;
    }

    .baseSetModel .notClick {
        cursor: not-allowed;
        color: #b2b2b2;
    }

    .baseSetModel .common-scheme {
        font-size: 12px;
    }

        .baseSetModel .common-scheme .add-scheme {
            padding: 10px 0;
        }

            .baseSetModel .common-scheme .add-scheme button {
                font-size: 12px;
            }

            .baseSetModel .common-scheme .add-scheme .dh-search-box {
                margin-left: 10px;
            }

                .baseSetModel .common-scheme .add-scheme .dh-search-box input {
                    width: 250px;
                }

            .baseSetModel .common-scheme .add-scheme label {
                margin-left: 20px;
                cursor: pointer;
                color: #4c4c4c;
            }

        .baseSetModel .common-scheme .existing-scheme {
            padding-bottom: 2px;
            border-bottom: 1px solid #e5e5e5;
        }

            .baseSetModel .common-scheme .existing-scheme .hover-close-icon2 {
                height: 26px;
                line-height: 26px;
                border: 1px solid #ffffff;
                float: left;
                vertical-align: middle;
                border-radius: 4px;
                margin-right: 10px;
                margin-bottom: 10px;
                color: #0082be;
            }

                .baseSetModel .common-scheme .existing-scheme .hover-close-icon2 .close-icon {
                    margin-top: 5px;
                    margin-left: 5px;
                }

                .baseSetModel .common-scheme .existing-scheme .hover-close-icon2:hover {
                    border: 1px solid #0082be;
                }

                .baseSetModel .common-scheme .existing-scheme .hover-close-icon2.active {
                    border: 1px solid #0082be;
                }

                    .baseSetModel .common-scheme .existing-scheme .hover-close-icon2.active .close-icon {
                        visibility: visible;
                    }

    .baseSetModel .query-terms {
        padding: 12px 0;
        border-bottom: 1px solid #e5e5e5;
    }

        .baseSetModel .query-terms .add-terms .add-row {
            padding: 10px 0;
        }

            .baseSetModel .query-terms .add-terms .add-row .add-btn span {
                font-size: 12px;
            }

        .baseSetModel .query-terms .add-terms .terms-area .terms-list li {
            border-bottom: 1px dashed #e5e5e5;
            padding: 5px 0 3px 0;
        }

            .baseSetModel .query-terms .add-terms .terms-area .terms-list li:last-child {
                border-bottom: none;
            }

        .baseSetModel .query-terms .add-terms .terms-select-field .dh-search-box {
            float: left;
            width: 208px;
            display: inline-block;
            margin-right: 5px;
        }

        .baseSetModel .query-terms .add-terms .terms-select-field select {
            float: left;
            margin-right: 5px;
            min-width: 100px;
        }

        .baseSetModel .query-terms .add-terms .terms-select-field button {
            float: left;
            margin-right: 5px;
        }

        .baseSetModel .query-terms .add-terms .terms-select-field .cancel {
            float: left;
            display: inline-block;
            cursor: pointer;
        }

        .baseSetModel .query-terms .add-terms .terms-select-field .search-tree-box {
            position: absolute;
            z-index: 1;
            clear: both;
            border: 1px solid #b2b2b2;
            display: none;
            background-color: #ffffff;
            border-radius: 4px;
        }

    .baseSetModel .choose-keywords .choose-area {
        margin-top: 5px;
    }

        .baseSetModel .choose-keywords .choose-area .area-box {
            float: left;
        }

            .baseSetModel .choose-keywords .choose-area .area-box .area-title {
                font-size: 12px;
                color: #4c4c4c;
                margin-bottom: 3px;
            }

            .baseSetModel .choose-keywords .choose-area .area-box .area-content {
                border: 1px solid #b2b2b2;
                border-radius: 4px;
                width: 250px;
                height: 330px;
                padding: 4px 8px 0;
            }

                .baseSetModel .choose-keywords .choose-area .area-box .area-content .content-title {
                    font-size: 12px;
                    color: #4c4c4c;
                }

                .baseSetModel .choose-keywords .choose-area .area-box .area-content.area-left {
                    padding: 2px 8px 2px 0px;
                }

                .baseSetModel .choose-keywords .choose-area .area-box .area-content.area-center .set-content {
                    padding: 8px 0 12px 0;
                    border-bottom: 1px solid #e5e5e5;
                }

                    .baseSetModel .choose-keywords .choose-area .area-box .area-content.area-center .set-content span {
                        margin-left: 5px;
                    }

                .baseSetModel .choose-keywords .choose-area .area-box .area-content.area-center .selected-list .dh-text-tag {
                    width: 106px;
                    margin: 5px 5px 0;
                }

                    .baseSetModel .choose-keywords .choose-area .area-box .area-content.area-center .selected-list .dh-text-tag span {
                        display: inline-block;
                        width: 80px;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                    }

        .baseSetModel .choose-keywords .choose-area .gap {
            float: left;
            width: 55px;
            height: 352px;
            background: url("../images/common/next-step-icon.png") no-repeat center;
        }

.postModel {
    position: relative;
    top: 0;
    width: 630px;
    min-height: 380px;
    padding: 0 18px 10px;
    font-size: 12px;
    color: #4c4c4c;
}

    .postModel .activeBox {
        background-color: #37afe4;
        color: #fff;
    }

    .postModel .postBox {
        position: relative;
    }

        .postModel .postBox .top {
            margin-top: 10px;
            min-height: 30px;
        }

            .postModel .postBox .top .postTopRight {
                float: left;
                position: relative;
                top: -5px;
                margin-left: 10px;
                background-color: #37afe4;
                border-radius: 4px;
                height: 24px;
                line-height: 24px;
                padding: 0 10px;
                color: #fff;
                font-size: 12px;
            }

        .postModel .postBox .content_title {
            position: relative;
            top: 1px;
            z-index: 2;
            width: 100%;
            line-height: 30px;
            color: #808080;
        }

            .postModel .postBox .content_title .inner {
                float: left;
                padding: 0 10px;
                border: 1px solid #e5e5e5;
                border-bottom: none;
                border-left: none;
                box-sizing: border-box;
                background-color: transparent;
                cursor: pointer;
            }

                .postModel .postBox .content_title .inner:first-child {
                    border-left: 1px solid #e5e5e5;
                }

            .postModel .postBox .content_title .active {
                background-color: #fafafa;
            }

        .postModel .postBox .content_body {
            min-height: 296px;
            border: 1px solid #e5e5e5;
            background-color: #fafafa;
            padding: 14px 10px;
        }

            .postModel .postBox .content_body .defaultDetails {
                display: inline-block;
                margin-right: 18px;
                border-radius: 3px;
                padding: 5px 10px 5px 10px;
                cursor: pointer;
            }

                .postModel .postBox .content_body .defaultDetails:hover,
                .postModel .postBox .content_body .defaultDetails .active {
                    background-color: #37afe4;
                    color: #fff;
                }

                .postModel .postBox .content_body .defaultDetails:last-child {
                    margin-right: 0;
                }

.cityModel {
    width: 630px;
    min-height: 523px;
    padding: 0 18px;
    font-size: 12px;
    color: #4c4c4c;
}

    .cityModel .activeBox {
        background-color: #37afe4;
        color: #fff;
    }

    .cityModel .cityBox {
        position: relative;
    }

        .cityModel .cityBox .top {
            width: 594px;
            margin-top: 10px;
            min-height: 31px;
        }

            .cityModel .cityBox .top .cityTopRight {
                margin-left: 10px;
                background-color: #37afe4;
                border-radius: 3px;
                padding: 6px 25px 6px 10px;
                color: #fff;
                position: relative;
                top: -5px;
                font-size: 12px;
            }

.cityTopRight .closeIcon {
    padding: 0;
    cursor: pointer;
    background: url(../../../../Content/images/common/close-icon-blue.png) no-repeat;
    display: inline-block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 11px;
    right: 5px;
}

    .cityTopRight .closeIcon:hover {
        background: url(../../../../Content/images/common/close-icon-white.png) no-repeat;
        cursor: pointer;
    }

.cityModel .cityBox .content_title {
    width: 594px;
    line-height: 30px;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 1000;
    color: #808080;
}

    .cityModel .cityBox .content_title .inner {
        padding: 0 10px;
        border: 1px solid #e5e5e5;
        border-bottom: none;
        border-left: none;
        box-sizing: border-box;
        background-color: transparent;
        cursor: pointer;
    }

        .cityModel .cityBox .content_title .inner:first-child {
            border-left: 1px solid #e5e5e5;
        }

    .cityModel .cityBox .content_title .active {
        background-color: #fafafa;
    }

.cityModel .cityBox .content_body {
    width: 594px;
    min-height: 396px;
    border: 1px solid #e5e5e5;
    background-color: #fafafa;
    margin-top: 29px;
    padding: 0 10px 10px 10px;
}

    .cityModel .cityBox .content_body .hotCity,
    .cityModel .cityBox .content_body .allProvince {
        border-bottom: 1px solid #e5e5e5;
    }

        .cityModel .cityBox .content_body .hotCity:last-child,
        .cityModel .cityBox .content_body .allProvince:last-child {
            border-bottom: none;
        }

        .cityModel .cityBox .content_body .hotCity .hotCityTitle,
        .cityModel .cityBox .content_body .hotCity .allProvinceTitle,
        .cityModel .cityBox .content_body .allProvince .hotCityTitle,
        .cityModel .cityBox .content_body .allProvince .allProvinceTitle {
            font-weight: bold;
            color: #e3ae29;
            margin: 3px 0;
        }

        .cityModel .cityBox .content_body .hotCity .hotCityBody .area .hotRegion,
        .cityModel .cityBox .content_body .hotCity .allProvinceBody .area .hotRegion,
        .cityModel .cityBox .content_body .allProvince .hotCityBody .area .hotRegion,
        .cityModel .cityBox .content_body .allProvince .allProvinceBody .area .hotRegion {
            color: #e3ae29;
        }

        .cityModel .cityBox .content_body .hotCity .hotCityBody .area .hotCityBodyInner,
        .cityModel .cityBox .content_body .hotCity .hotCityBody .area .allProvinceBodyInner,
        .cityModel .cityBox .content_body .hotCity .allProvinceBody .area .hotCityBodyInner,
        .cityModel .cityBox .content_body .hotCity .allProvinceBody .area .allProvinceBodyInner,
        .cityModel .cityBox .content_body .allProvince .hotCityBody .area .hotCityBodyInner,
        .cityModel .cityBox .content_body .allProvince .hotCityBody .area .allProvinceBodyInner,
        .cityModel .cityBox .content_body .allProvince .allProvinceBody .area .hotCityBodyInner,
        .cityModel .cityBox .content_body .allProvince .allProvinceBody .area .allProvinceBodyInner {
            display: inline-block;
            margin-right: 18px;
            border-radius: 3px;
            padding: 5px 10px 5px 10px;
            cursor: pointer;
        }

            .cityModel .cityBox .content_body .hotCity .hotCityBody .area .hotCityBodyInner:hover,
            .cityModel .cityBox .content_body .hotCity .hotCityBody .area .allProvinceBodyInner:hover,
            .cityModel .cityBox .content_body .hotCity .allProvinceBody .area .hotCityBodyInner:hover,
            .cityModel .cityBox .content_body .hotCity .allProvinceBody .area .allProvinceBodyInner:hover,
            .cityModel .cityBox .content_body .allProvince .hotCityBody .area .hotCityBodyInner:hover,
            .cityModel .cityBox .content_body .allProvince .hotCityBody .area .allProvinceBodyInner:hover,
            .cityModel .cityBox .content_body .allProvince .allProvinceBody .area .hotCityBodyInner:hover,
            .cityModel .cityBox .content_body .allProvince .allProvinceBody .area .allProvinceBodyInner:hover {
                background-color: #37afe4;
                color: #fff;
            }

            .cityModel .cityBox .content_body .hotCity .hotCityBody .area .hotCityBodyInner:last-child,
            .cityModel .cityBox .content_body .hotCity .hotCityBody .area .allProvinceBodyInner:last-child,
            .cityModel .cityBox .content_body .hotCity .allProvinceBody .area .hotCityBodyInner:last-child,
            .cityModel .cityBox .content_body .hotCity .allProvinceBody .area .allProvinceBodyInner:last-child,
            .cityModel .cityBox .content_body .allProvince .hotCityBody .area .hotCityBodyInner:last-child,
            .cityModel .cityBox .content_body .allProvince .hotCityBody .area .allProvinceBodyInner:last-child,
            .cityModel .cityBox .content_body .allProvince .allProvinceBody .area .hotCityBodyInner:last-child,
            .cityModel .cityBox .content_body .allProvince .allProvinceBody .area .allProvinceBodyInner:last-child {
                margin-right: 0;
            }

.cityModel .cityBox .cityLevel,
.cityModel .cityBox .districtLevel {
    padding: 13px 10px;
}

    .cityModel .cityBox .cityLevel .cityLevelDetails,
    .cityModel .cityBox .cityLevel .districtLevelDetails,
    .cityModel .cityBox .districtLevel .cityLevelDetails,
    .cityModel .cityBox .districtLevel .districtLevelDetails {
        display: inline-block;
        margin-right: 18px;
        border-radius: 3px;
        padding: 5px 10px 5px 10px;
        cursor: pointer;
    }

        .cityModel .cityBox .cityLevel .cityLevelDetails:hover,
        .cityModel .cityBox .cityLevel .districtLevelDetails:hover,
        .cityModel .cityBox .districtLevel .cityLevelDetails:hover,
        .cityModel .cityBox .districtLevel .districtLevelDetails:hover {
            background-color: #37afe4;
            color: #fff;
        }

        .cityModel .cityBox .cityLevel .cityLevelDetails:last-child,
        .cityModel .cityBox .cityLevel .districtLevelDetails:last-child,
        .cityModel .cityBox .districtLevel .cityLevelDetails:last-child,
        .cityModel .cityBox .districtLevel .districtLevelDetails:last-child {
            margin-right: 0;
        }

.languageModel {
    width: 550px;
    position: relative;
    max-height: 436px;
}

    .languageModel .languageBox {
        width: 100%;
        padding: 0 18px;
    }

        .languageModel .languageBox .row {
            border-bottom: 1px solid #e5e5e5;
            width: 100%;
            padding: 10px 0;
        }

            .languageModel .languageBox .row .degreeBox {
                width: 360px;
            }

                .languageModel .languageBox .row .degreeBox label {
                    margin-right: 14px;
                    font-size: 12px;
                    cursor: pointer;
                    display: inline-block;
                    line-height: 2;
                }

                    .languageModel .languageBox .row .degreeBox label .other {
                        width: 230px;
                        padding-left: 8px;
                        height: 30px;
                        line-height: 1.3;
                        line-height: 30px \9;
                        border: 1px solid #b2b2b2;
                        background-color: #fff;
                        border-radius: 4px;
                        color: #4c4c4c;
                    }

                        .languageModel .languageBox .row .degreeBox label .other:focus {
                            border: 1px solid #37afe4;
                            box-shadow: 0 0 4px 1px rgba(0, 130, 190, 0.5);
                        }

                .languageModel .languageBox .row .degreeBox:nth-child(odd) {
                    margin-left: 150px;
                }

            .languageModel .languageBox .row .language {
                width: 150px;
                line-height: 1.7;
            }

.firmNatureModel {
    width: 420px;
    position: relative;
    max-height: 356px;
    padding: 0 18px;
}

    .firmNatureModel .firmNatureBox {
        width: 420px;
    }

        .firmNatureModel .firmNatureBox .row {
            border-bottom: 1px solid #e5e5e5;
            width: 384px;
            min-height: 42px;
            line-height: 3;
        }

            .firmNatureModel .firmNatureBox .row label {
                margin-right: 14px;
                font-size: 12px;
                cursor: pointer;
            }

.developersModel {
    width: 680px;
    height: 600px;
}

    .developersModel .common-scheme .add-scheme .dh-search-box .department {
        position: absolute;
    }

    .developersModel .common-scheme .add-scheme .dh-search-box .dh-search-input {
        width: 330px;
        padding-left: 100px;
    }

    .developersModel .choose-keywords .choose-area .area-box .area-content {
        width: 297px;
    }

.reviewModel {
    width: 520px;
    padding: 18px;
    display: none;
}

    .reviewModel .dh-form-item {
        margin-bottom: 10px;
    }

        .reviewModel .dh-form-item .dh-form-label {
            width: 120px;
        }

        .reviewModel .dh-form-item .dh-input-block {
            margin-left: 120px;
        }

            .reviewModel .dh-form-item .dh-input-block textarea {
                height: 70px;
            }

        .reviewModel .dh-form-item.reviewState {
            width: 300px;
        }

        .reviewModel .dh-form-item.reason {
            display: none;
        }

.majorModel {
    width: 550px;
    position: relative;
    max-height: 356px;
    padding: 0 18px;
}

    .majorModel .majorBox {
        width: 550px;
    }

        .majorModel .majorBox .row {
            border-bottom: 1px solid #e5e5e5;
            width: 514px;
            min-height: 42px;
            line-height: 3;
        }

            .majorModel .majorBox .row label {
                margin-right: 14px;
                font-size: 12px;
                cursor: pointer;
            }

        .majorModel .majorBox .rowTitle {
            height: 40px;
            line-height: 3;
        }

        .majorModel .majorBox .rowDetails {
            margin-left: 18px;
        }

            .majorModel .majorBox .rowDetails label {
                display: block;
                margin-right: 14px;
                font-size: 12px;
                height: 26px;
                line-height: 1;
            }

.emailModel .send-email-form {
    margin-top: 20px;
}

    .emailModel .send-email-form .item-email {
        position: relative;
        margin-bottom: 6px;
    }

        .emailModel .send-email-form .item-email .item-email-text {
            display: inline-block;
            width: 90px;
            text-align: right;
        }

        .emailModel .send-email-form .item-email .item-email-input .sp-input {
            width: 678px;
        }

        .emailModel .send-email-form .item-email .item-email-input .config-template {
            position: relative;
            top: 4px;
            height: 26px;
            line-height: 26px;
            padding: 0 10px;
            background-color: #ffffff;
            border: 1px solid #b2b2b2;
            color: #4c4c4c;
            border-radius: 4px;
        }

            .emailModel .send-email-form .item-email .item-email-input .config-template:hover {
                cursor: pointer;
            }

        .emailModel .send-email-form .item-email .item-email-input .enclosure-content {
            position: absolute;
            right: 220px;
            top: 2px;
        }

            .emailModel .send-email-form .item-email .item-email-input .enclosure-content .upload-btn {
                border: none;
                background: transparent;
                color: #0082be;
            }

        .emailModel .send-email-form .item-email .item-email-input .layui-layedit {
            width: 678px;
            margin-left: 94px;
            border-radius: 4px;
            border-color: #b2b2b2;
        }

            .emailModel .send-email-form .item-email .item-email-input .layui-layedit .layui-layedit-tool {
                border-bottom-color: #b2b2b2;
            }

        .emailModel .send-email-form .item-email .item-email-input.copy {
            position: relative;
            top: -6px;
            color: #0082be;
            cursor: pointer;
        }

.passwordModel {
    padding: 35px 45px 20px 45px;
}

    .passwordModel .dh-form-item {
        margin-bottom: 10px;
    }

        .passwordModel .dh-form-item .dh-input {
            width: 258px;
        }

.setRemind {
    padding: 10px;
}

    .setRemind .dh-form-item .dh-input-block .dh-input {
        width: 218px;
    }

        .setRemind .dh-form-item .dh-input-block .dh-input.choose-icon {
            width: 100%;
        }

        .setRemind .dh-form-item .dh-input-block .dh-input.push {
            width: 85px;
        }

    .setRemind .dh-form-item .dh-input-block .dh-textarea {
        min-height: 70px;
    }

    .setRemind .dh-form-item .advance .advance-text {
        display: inline-block;
        width: 47px;
        height: 26px;
        box-sizing: border-box;
        border: 1px solid #b2b2b2;
        line-height: 25px;
        vertical-align: middle;
        text-align: center;
        border-right: none;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        position: relative;
    }

    .setRemind .dh-form-item .advance .time,
    .setRemind .dh-form-item .advance .repeat {
        width: 171px;
        display: inline-block;
    }

    .setRemind .dh-form-item .advance .time {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        margin-right: 9px;
    }

    .setRemind .creator {
        margin-left: 100px;
        width: 428px;
        color: #4c4c4c;
        font-size: 12px;
    }

        .setRemind .creator .englishName {
            max-width: 360px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

.addFavoriteModel .addFavoriteBox {
    padding-top: 12px;
}

    .addFavoriteModel .addFavoriteBox .btnBox {
        margin: 0 18px 15px 18px;
    }

        .addFavoriteModel .addFavoriteBox .btnBox .btn {
            float: left;
            margin-right: 16px;
            cursor: pointer;
        }

    .addFavoriteModel .addFavoriteBox .listBox {
        box-sizing: border-box;
        padding: 0 18px;
    }

        .addFavoriteModel .addFavoriteBox .listBox .listItem {
            width: 220px;
            height: 36px;
            line-height: 36px;
            vertical-align: middle;
            background-color: #f5f5f5;
            border-radius: 2px;
            padding-left: 14px;
            margin-right: 44px;
            margin-bottom: 10px;
        }

            .addFavoriteModel .addFavoriteBox .listBox .listItem:nth-child(2n) {
                margin-right: 0;
            }

            .addFavoriteModel .addFavoriteBox .listBox .listItem label {
                float: left;
                width: 100%;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

.favoriteModel .content-box {
    padding: 28px 57px;
}

.dh_imgCenterBox {
    position: relative;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

    .dh_imgCenterBox .dh_tabCell {
        position: relative;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
    }

        .dh_imgCenterBox .dh_tabCell img {
            display: inline-block;
            vertical-align: middle;
            max-width: 100%;
            max-height: 100%;
        }

.dh_picture_show {
    text-align: center;
    margin: 0 auto;
}

    .dh_picture_show .dh_mask_bg {
        position: absolute;
    }

    .dh_picture_show span {
        height: 100%;
        width: 0;
        overflow: hidden;
        display: inline-block;
        vertical-align: middle;
    }

    .dh_picture_show img {
        position: relative;
        vertical-align: middle;
        max-width: 980px;
        max-height: 100%;
    }

.validation-form label.error {
    display: block;
    width: 150%;
    margin-top: 4px;
    color: #ff4c4c;
    cursor: default;
}

.sp-input {
    display: inline-block;
    width: 100%;
    padding-left: 8px;
    height: 26px;
    line-height: 30px \9;
    border: 1px solid #b2b2b2;
    background-color: #fff;
    border-radius: 4px;
    color: #4c4c4c;
}

.sp-textarea {
    display: block;
    width: 100%;
    padding: 5px 8px;
    min-height: 30px;
    line-height: 1.3;
    line-height: 1.3px \9;
    border: 1px solid #b2b2b2;
    background-color: #fff;
    border-radius: 4px;
    color: #4c4c4c;
}

.Validform_wrong {
    display: block;
    color: #ff4c4c;
    margin-top: 4px;
}

.sp-input:focus,
.sp-textarea:focus {
    border: 1px solid #37afe4;
    box-shadow: 0 0 4px 1px rgba(0, 130, 190, 0.5);
}

/*.dh-page .dh-container*/ .upload-btn {
    margin-right: 10px;
    margin-left: 4px;
    float: left;
    position: relative;
    display: inline-block;
    border-radius: 4px;
    overflow: hidden;
    text-decoration: none;
    text-indent: 0;
    line-height: 26px;
    height: 26px;
    width: 76px;
    font-size: 12px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dh-page .dh-container .upload-btn:hover {
    color: #fff;
}

.dh-page .dh-container .upload-request {
    font-size: 12px;
    color: #b2b2b2;
    margin: 6px 0;
}

.dh-page .dh-container .file-name {
    display: inline-block;
    max-width: 500px;
    line-height: 2;
    color: #0082be;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dh-page .dh-container .upload-btn .upload-file {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}

.handle-container,
.handle-table-container {
    display: none;
    position: absolute;
    width: 100px;
    right: 34px;
    z-index: 9;
    background: #fff;
    text-align: center;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
}

    .handle-container .handle-container-box li a,
    .handle-table-container a {
        display: inline-block;
        width: 100px;
        height: 30px;
        line-height: 30px;
    }

        .handle-container .handle-container-box li a:hover,
        .handle-table-container a:hover {
            color: #fff;
            background: #0082be;
            cursor: pointer;
        }

    .handle-container .handle-container-arrow,
    .handle-table-container .handle-table-container-arrow {
        position: absolute;
        right: 38px;
        top: -16px;
        width: 0px;
        height: 0px;
        border-top: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #0082be;
        border-left: 8px solid transparent;
        border-radius: 4px;
    }

.dh-page .dh-container .btn-disabled {
    color: #fff;
    background: #e5e5e5;
    border: 1px solid #e5e5e5;
    cursor: default;
}

.select-language-industry,
.select-language-industry-unfixed {
    position: absolute;
    right: -29px;
    top: 0;
    z-index: 0;
    width: 29px;
    height: 24px;
    background-image: url("../images/common/choose-icon.png");
    background-repeat: no-repeat;
    background-position: right center;
    border: 1px solid #b2b2b2;
    border-left: 0;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    cursor: pointer;
}

.dh_table {
    width: 100%;
}

    .dh_table .dh_table_header {
        height: 30px;
        line-height: 30px;
        background-color: #f2f2f2;
        padding: 0 20px;
    }

        .dh_table .dh_table_header .dh_td {
            font-size: 12px;
            color: #4c4c4c;
            float: left;
            font-weight: bold;
            padding-right: 10px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

    .dh_table .dh_table_body .dh_row {
        position: relative;
    }

        .dh_table .dh_table_body .dh_row .dh_detailBox {
            position: relative;
            padding: 20px 10px 20px 60px;
            background: #f5f5f5;
        }

            .dh_table .dh_table_body .dh_row .dh_detailBox .title {
                font-size: 12px;
                color: #4c4c4c;
                margin-bottom: 10px;
            }

            .dh_table .dh_table_body .dh_row .dh_detailBox .step1 {
                position: relative;
                margin-bottom: 6px;
            }

            .dh_table .dh_table_body .dh_row .dh_detailBox .step2 {
                position: relative;
                top: -4px;
                height: 36px;
                padding-left: 16px;
            }

                .dh_table .dh_table_body .dh_row .dh_detailBox .step2 div {
                    top: 22px;
                }

            .dh_table .dh_table_body .dh_row .dh_detailBox .leftBox {
                float: left;
                width: 450px;
            }

                .dh_table .dh_table_body .dh_row .dh_detailBox .leftBox .experience {
                    font-size: 12px;
                    color: #b2b2b2;
                }

                    .dh_table .dh_table_body .dh_row .dh_detailBox .leftBox .experience .row div {
                        float: left;
                        position: relative;
                    }

                        .dh_table .dh_table_body .dh_row .dh_detailBox .leftBox .experience .row div.time {
                            width: 110px;
                            margin-right: 15px;
                        }

                        .dh_table .dh_table_body .dh_row .dh_detailBox .leftBox .experience .row div.companyName {
                            width: 105px;
                            margin-right: 15px;
                            overflow: hidden;
                            text-overflow: ellipsis;
                            white-space: nowrap;
                        }

                        .dh_table .dh_table_body .dh_row .dh_detailBox .leftBox .experience .row div.postName {
                            width: 120px;
                            margin-right: 15px;
                            overflow: hidden;
                            text-overflow: ellipsis;
                            white-space: nowrap;
                        }

            .dh_table .dh_table_body .dh_row .dh_detailBox .rightBox {
                float: right;
                width: 450px;
            }

                .dh_table .dh_table_body .dh_row .dh_detailBox .rightBox .education {
                    font-size: 12px;
                    color: #b2b2b2;
                    margin-bottom: 10px;
                }

                    .dh_table .dh_table_body .dh_row .dh_detailBox .rightBox .education div {
                        float: left;
                    }

                        .dh_table .dh_table_body .dh_row .dh_detailBox .rightBox .education div.time {
                            width: 110px;
                            margin-right: 15px;
                        }

                        .dh_table .dh_table_body .dh_row .dh_detailBox .rightBox .education div.schoolName {
                            width: 160px;
                            margin-right: 15px;
                            overflow: hidden;
                            text-overflow: ellipsis;
                            white-space: nowrap;
                        }

                        .dh_table .dh_table_body .dh_row .dh_detailBox .rightBox .education div.postName {
                            width: 120px;
                            margin-right: 15px;
                            overflow: hidden;
                            text-overflow: ellipsis;
                            white-space: nowrap;
                        }

                .dh_table .dh_table_body .dh_row .dh_detailBox .rightBox .evaluation {
                    font-size: 12px;
                    color: #b2b2b2;
                    width: 100%;
                }

        .dh_table .dh_table_body .dh_row:hover .dh_bubbleLeft_BG {
            display: inline-block;
        }

    .dh_table .dh_table_body .dh_tr {
        padding: 0 20px;
        height: 30px;
        line-height: 30px;
        border-bottom: 1px solid #f5f5f5;
        position: relative;
        border-right: 1px solid #e6e6e6;
    }

        .dh_table .dh_table_body .dh_tr:nth-child(2n-1) {
            background-color: #ffffff;
        }

        .dh_table .dh_table_body .dh_tr:nth-child(2n) {
            background-color: #f5f5f5;
        }

        .dh_table .dh_table_body .dh_tr:hover {
            background-color: #e5f0fb;
            border-bottom: 1px solid #e5f0fb;
        }

        .dh_table .dh_table_body .dh_tr .dh_td {
            float: left;
            font-size: 12px;
            color: #b2b2b2;
            padding-right: 10px;
            height: 30px;
            line-height: 30px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

.download-resume-client {
    right: 8px;
    top: -36px;
    color: #ff6969;
    font-size: 14px;
    font-weight: bold;
}

    .download-resume-client:hover {
        color: #ff6969;
    }

.fixed-container {
    bottom: 80px;
    right: 0;
    z-index: 8;
    border: 1px solid #e5e5e5;
    border-bottom-left-radius: 7px;
    border-top-left-radius: 7px;
    color: #fff;
    background: #0082be;
}

    .fixed-container .closeAdvice {
        position: absolute;
        right: 14px;
        top: 2px;
    }

        .fixed-container .closeAdvice i {
            font-size: 12px;
        }

.fixed-list {
    margin-top: 20px;
}

    .fixed-list li.fixed-item {
        width: 14px;
        padding: 6px 12px;
        border-bottom: 1px solid #fff;
    }

        .fixed-list li.fixed-item:hover {
            background: #37afe4;
        }

        .fixed-list li.fixed-item:first-child {
            border-top: 1px solid #fff;
            background: #ff6969;
        }

        .fixed-list li.fixed-item:last-child {
            border-bottom-left-radius: 7px;
            border-bottom: none;
        }

        .fixed-list li.fixed-item i {
            font-size: 40px;
        }

.tmpl-container .dh-form-item {
    margin-top: 12px;
}

    .tmpl-container .dh-form-item .dh-form-label {
        width: 100px;
    }

.tmpl-container .title-txt,
.tmpl-container .main-txt {
    width: 100px;
    text-align: right;
}

.tmpl-container .dh-input-block,
.tmpl-container .main-content {
    margin-left: 106px;
    width: 660px;
}

.fixed-list li.fixed-item .fixed-text {
    width: 14px;
}

.jsTree-box {
    position: absolute;
    z-index: 2;
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    font-size: 12px;
}

.positionCodeModel {
    width: 696px;
}

    .positionCodeModel .positionCodeBox .head-title .positionCodeTopRight {
        padding: 4px 16px;
        margin-left: 16px;
        line-height: 16px;
        background: #37afe4;
        color: #fff;
        border-radius: 4px;
    }

    .positionCodeModel .position-code-item {
        padding: 4px 8px;
        border-radius: 4px;
        margin: 6px 6px 0 0;
    }

        .positionCodeModel .position-code-item:hover,
        .positionCodeModel .position-code-item.active {
            background: #37afe4;
            color: #fff;
        }

.postModel .postBox .top .postTopRight .choosed-item {
    float: left;
    background: #37afe4;
    color: #fff;
    border-radius: 4px;
    padding: 2px 12px;
    margin: 3px 12px 4px 0;
}

    .postModel .postBox .top .postTopRight .choosed-item .del-choosed {
        right: -4px;
    }

.remarkCommonModel {
    margin-top: 10px;
}

    .remarkCommonModel .remark-title {
        margin-left: 14px;
        font-weight: bold;
    }

    .remarkCommonModel .dh-form-item {
        padding-right: 10%;
    }

.history-dialog .dh-input-block {
    position: relative;
    top: 7px;
}

.history-dialog .remark {
    margin: 0 20px;
    border-bottom: 1px solid #e5e5e5;
}

    .history-dialog .remark:last-child {
        border-bottom: none;
    }

.contactRecordModel {
    padding: 9px 14px;
}

    .contactRecordModel ul.contact-head {
        margin-bottom: 20px;
    }

    .contactRecordModel li {
        float: left;
        margin-right: 12px;
    }

.layui-table-tool-self {
    top: 2px;
}

.layui-table-page, .layui-table-total {
    border-width: 0 0 1px;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 5px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #999;
}

.toumingbtn {
    background-color: rgba(0, 0, 0, 0.3);
}

body .TableScrollControl-class .layui-layer-title {
    display: none;
}

body .TableScrollControl-class .layui-layer-btn {
    display: none;
}

body .TableScrollControl-class .layui-layer-content {
    background-color: rgba(0, 0, 0, 0);
    overflow-y: hidden;
    padding: 0;
}

body .TableScrollControl-class {
    background: rgba(0, 0, 0, 0);
    box-shadow: none;
    border: none;
    min-width: 0;
    width: 150px;
    height: 50px;
}

.dingtalk-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("../images/common/dingtalk-icon.png");
    background-repeat: no-repeat;
    background-position: center right;
    position: relative;
    top: 4px;
    left: -1px;
}

.table-header-fixed {
    top: 0px;
    position: fixed;
    z-index: 999;
    height: 40px;
}