.icon-arrow-line-down {
    vertical-align: middle;
    cursor: pointer;
}

.icon-arrow-line-up {
    vertical-align: middle;
    cursor: pointer;
}

.customer-detail {
    max-width: 1200px;
    min-height: calc(100vh - 299px);
    position: relative;
    margin: 0 auto;
    font-size: 0;
}

.customer-detail-nav {
    display: inline-block;
    width: 250px;
    border-right: 1px solid #e9e9e9;
}

.detail-nav-top {
    height: 56px;
    line-height: 56px;
    padding-right: 46px;
    position: relative;
    font-size: 14px;
    color: #555;
    box-sizing: border-box;
    margin-right: 20px;
    border-bottom: 1px solid #dddddd;
}

.detail-nav-top span.active {
    font-size: 20px;
    line-height: 27px;
    color: #1875f0;
    display: inline-block;
    vertical-align: middle;
}

.detail-nav-top .nav-top-icon {
    cursor: pointer;
    position: absolute;
    width: 16px;
    height: 18px;
    top: 20px;
    right: 12px;
    background: #fff url(${Global_ResourceDomain}/res/images/open_menu.png) no-repeat center center;
    z-index: 999;
}

.nav-hover-content {
    position: absolute;
    left: 250px;
    top: 0;
    width: 742px;
    min-height: 300px;
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
    display: none;
    padding: 24px;
    background: #fff;
    z-index: 99;
}

.nav-hover-content:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: -35px;
    width: 35px;
    height: 100%;
    background: transparent;
}

.nav-hover-content.active {
    display: block;
}

.detail-nav-top .nav-top-icon:hover {
    background: #fff url(${Global_ResourceDomain}/res/images/close_menu.png) no-repeat center center;
}

.detail-nav-top .nav-top-icon:hover + .nav-hover-content, .nav-hover-content:hover {
    display: block;
}

.nav-hover-content > div {
    max-width: calc(33% - 22px);
    width: 210px;
    float: left;
    margin-right: 32px;
}

.nav-hover-content > div.column-third {
    margin-right: 0;
}

.nav-hover-content li {
    width: 100%;
    height: 21px;
    line-height: 21px;
    margin-top: 12px;
    color: #555;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nav-hover-content li:hover {
    color: #1875f0;
}

.nav-hover-content li.column-title {
    height: 32px;
    font-size: 16px;
    line-height: 24px;
    color: #222222;
    margin-top: 0px;
    border-bottom: 1px solid #ddd;
}

.detail-nav-title {
    height: 56px;
    line-height: 56px;
    font-size: 17px;
    color: #555555;
    box-sizing: border-box;
    margin-right: 20px;
    border-bottom: 1px solid #dddddd;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.detail-nav-title:last-child {
    border-top: 1px solid #dddddd !important;
}

.detail-nav-content {
    margin: 20px 0;
    position: relative;
    max-height: 600px;
    overflow-y: auto;
}

.customer-detail-content {
    display: inline-block;
    vertical-align: top;
    padding-top: 30px;
    padding-left: 40px;
    max-width: 950px;
}

/* 重置左侧导航栏 */
.open-sidebar .sidebar-box .second-nav, .open-sidebar .sidebar-box .third-nav {
    background: #fff;
}

ul.first-nav {
    margin-left: 20px;
}

.sidebar-box > ul.first-nav {
    margin-left: 0px;
}

.sidebar-box .first-nav > li > a > i {
    margin-left: -4px;
}

.sidebar-box a {
    height: 40px;
    line-height: 40px;
}

.breadcrumb {
    padding: 15px 0px;
    margin-bottom: 0;
}

/* .detail-nav-top > span {
     display: none;
 }*/
@media (max-width: 768px) {
    iframe {
        width: 100% !important;
    }

    /*.detail-nav-top > span {
        display: inline-block;
    }*/
    .customer-detail-nav {
        position: static;
    }

    .customer-detail {
        padding-left: 0;
        margin-top: 0px;
    }

    .customer-detail-nav {
        width: 100%;
        padding-left: 0;
    }

    .detail-nav-top {
        padding-right: 0;
        height: auto;
        text-align: center;
        margin-right: 0;
    }

    .detail-nav-title {
        margin-right: 0;
        padding-left: 17px;
    }

    .nav-hover-content {
        position: relative;
        min-height: auto;
        left: unset;
        top: unset;
        width: 100%;
    }

    .nav-hover-content > div {
        width: calc(33% - 22px);
    }

    .sidebar-switch {
        position: absolute;
        left: 0;
        top: 0;
        width: 56px;
        height: 56px;
        cursor: pointer;
        background: #fff url(${Global_ResourceDomain}/res/images/close_menu.png) no-repeat center center;
    }

    .sidebar-switch-close{
        transform: rotate(90deg);
    }

    .sidebar-switch.active {
        background: #fff url(${Global_ResourceDomain}/res/images/open_menu.png) no-repeat center center;
    }

    .customer-detail-content {
        max-width: 100vw;
        padding: 15px;
    }
}

.have-blue {
    color: #1875f0 !important;
}

.text-title {
    line-height: 42px;
    font-size: 30px;
    color: #222222;
    margin-bottom: 10px;
}

.text-updata-time {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 16px;
    color: #666;
}

/*隐藏导航栏*/
.first-nav {
    display: none;
}

.sidebar-box > .first-nav {
    display: block;
    margin-left: 0;
}

.sidebar-box > .first-nav li a i {
    margin-left: -6px;
}

@media (max-width: 768px) {
    .sidebar-box > .first-nav>li {
        padding-left: 17px;
    }
    .sidebar-box > .first-nav li a i {
        margin-left: 12px;
    }
}

#htmlContent {
    font-size: 16px;
    word-wrap: break-word;
}

.customer-detail-content > div > ul {
    padding-left: 20px;
}

.detail-nav-top {
    display: none;
}

.qa-nav {
    border-top: 1px solid #dddddd;
    margin-top: 20px;
    margin-right: 20px;
}

.qa-nav > a {
    height: 56px;
    line-height: 56px;
    font-size: 17px;
}

.qa-nav > a:hover {
    color: #1875f0;
}

@media (max-width: 768px) {
    .detail-nav-top {
        display: block;
    }

    .detail-nav-content {
        margin: 0;
    }

    .customer-detail {
        padding-top: 0;
    }

    .qa-nav {
        margin-top: 0;
        margin-right: 0;
        border-top: none;
        border-bottom: 1px solid #e9e9e9;
        padding-left: 20px;
    }

    .qa-nav > a {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .mSwitch{
        display: none;
    }
}

#htmlContent p {
    min-height: 1em;
}

@media(min-width: 3840px) {
    .customer-detail {
        max-width: 2400px;
        min-height: calc(100vh - 598px);
    }

    .customer-detail-nav {
        width: 500px;
        border-right: 2px solid #e9e9e9;
    }

    .detail-nav-top {
        height: 112px;
        line-height: 112px;
        padding-right: 92px;
        font-size: 28px;
        margin-right: 40px;
        border-bottom: 2px solid #dddddd;
    }

    .detail-nav-top span.active {
        font-size: 40px;
        line-height: 54px;
    }

    .detail-nav-top .nav-top-icon {
        width: 32px;
        height: 36px;
        top: 40px;
        right: 24px;
    }

    .nav-hover-content {
        left: 500px;
        width: 1484px;
        min-height: 600px;
        box-shadow: 0px 20px 80px 0px rgba(0, 0, 0, 0.1);
        padding: 48px;
    }

    .nav-hover-content:before {
        left: -70px;
        width: 70px;
    }

    .nav-hover-content > div {
        max-width: calc(33% - 44px);
        width: 420px;
        margin-right: 64px;
    }

    .nav-hover-content li {
        height: 42px;
        line-height: 42px;
        margin-top: 24px;
    }

    .nav-hover-content li.column-title {
        height: 64px;
        font-size: 32px;
        line-height: 48px;
        border-bottom: 2px solid #ddd;
    }

    .detail-nav-title {
        height: 112px;
        line-height: 112px;
        font-size: 34px;
        margin-right: 40px;
        border-bottom: 2px solid #dddddd;
    }

    .detail-nav-title:last-child {
        border-top: 2px solid #dddddd !important;
    }

    .detail-nav-content {
        margin: 40px 0;
        max-height: 1200px;
    }

    .customer-detail-content {
        padding-top: 60px;
        padding-left: 80px;
        max-width: 1900px;
    }

    ul.first-nav {
        margin-left: 40px;
    }

    .sidebar-box .first-nav > li > a > i {
        margin-left: -4px;
    }

    .sidebar-box .first-nav > li > a{
        font-size: 28px;
    }

    .sidebar-box a {
        height: 80px;
        line-height: 80px;
    }

    .breadcrumb {
        padding: 30px 0px;
    }

    .text-title {
        line-height: 84px;
        font-size: 60px;
        margin-bottom: 20px;
    }

    .text-updata-time {
        font-size: 28px;
        line-height: 48px;
        margin-bottom: 32px;
    }

    .sidebar-box > .first-nav li a i {
        margin-left: -12px;
        padding: 24px;
    }

    #htmlContent {
        font-size: 32px;
    }

    .customer-detail-content > div > ul {
        padding-left: 40px;
    }

    .qa-nav {
        border-top: 2px solid #dddddd;
        margin-top: 40px;
        margin-right: 40px;
    }

    .qa-nav > a {
        height: 112px;
        line-height: 112px;
        font-size: 34px;
    }
}