.common-banner-btn[data-v-3fb96373] {
    width: 208px;
    height: 50px;
    font-size: 16px
}

.industry-header[data-v-3fb96373] {
    position: sticky;
    top: 0;
    z-index: 3;
    display: flex;
    height: var(--ibe-header-height);
    color: #fff;
    line-height: var(--ibe-header-height);
    background: #232323e6;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.industry-header-title[data-v-3fb96373] {
    flex: 1;
    padding: 0 20px;
    text-align: center
}

.industry-header-trigger[data-v-3fb96373] {
    flex: 2;
    padding: 0 32px;
    background-color: var(--ibe-brand-color);
    cursor: pointer
}

.industry-header-trigger[data-v-3fb96373]:after {
    position: absolute;
    top: 50%;
    right: 32px;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 1px solid;
    border-right: 1px solid;
    transform: translateY(-50%) rotate(135deg);
    content: ""
}

.industry-header-scrollbar[data-v-3fb96373] {
    width: 100vw;
    max-height: 50vh;
    overflow-y: auto
}

.industry-header-panel[data-v-3fb96373] {
    background-color: #fff
}

.industry-header-item[data-v-3fb96373] {
    display: block;
    padding: 12px 32px;
    color: #333;
    letter-spacing: .02em;
    line-height: 20px;
}

.industry-header-item.active[data-v-3fb96373] {
    color: var(--ibe-brand-color);
    font-weight: 600;
    background-color: #f2f3f5
}

.industry-main[data-v-3fb96373] {
    position: relative;
    display: flex
}

.industry-aside[data-v-3fb96373] {
    position: relative;
    padding-left: 5vw;
    border-right: 1px solid rgba(178, 178, 178, .5)
}

.industry-aside-inner[data-v-3fb96373] {
    position: sticky;
    top: var(--ibe-header-height);
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    width: 200px;
    height: calc(100vh - var(--ibe-header-height));
    padding: 20px
}

.industry-aside-title[data-v-3fb96373] {
    padding-top: 32px;
    padding-bottom: 32px;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: .02em
}

[data-v-3fb96373] .ibe-scrollbar {
    flex: 1;
    overflow: hidden
}

[data-v-3fb96373] .industry-aside-scrollbar {
    height: 100%;
    overflow-y: auto
}

.industry-aside-items[data-v-3fb96373] {
    position: relative
}

.industry-aside-ink[data-v-3fb96373] {
    position: absolute;
    left: 0;
    display: block;
    width: 4px;
    height: 60px;
    margin-left: -1px;
    background-color: #001837;
    transform: translateY(0);
    transition: transform .3s ease-in-out
}

.industry-aside-item[data-v-3fb96373] {
    position: relative;
    height: 60px;
    padding-left: 30px;
    color: #333;
    font-size: 16px;
    line-height: 60px;
    letter-spacing: .02em;
    border-left: 2px solid rgba(0, 24, 55, .3);
    cursor: pointer
}
.industry-aside-item.active::after {
    content: "";
    position: absolute;
    left: -3px;
    width: 4px;
    height: 100%;
    background: #a81e32;
    transition: 0.5s;
}
.industry-aside-item.active[data-v-3fb96373] {
    font-weight: 600
}

.industry-article[data-v-3fb96373] {
    padding-top: 50px
}

.industry-article-category[data-v-3fb96373] {
    color: #7f7f7f;
    font-size: var(--ibe-h3);
    line-height: 175%;
    letter-spacing: .02em
}

.industry-article-title[data-v-3fb96373] {
    margin-top: 10px;
    margin-bottom: 50px;
    padding-bottom: 50px;
    font-weight: 600;
    font-size: var(--ibe-h1);
    letter-spacing: .04em;
    border-bottom: 1px solid rgba(178, 178, 178, .5)
}

@media (any-hover: hover) {
    .industry-header-item[data-v-3fb96373]:hover {
        color: var(--ibe-brand-color);
        font-weight: 600;
        background-color: #f2f3f5
    }
}

@media (min-width: 1600px) {
    .industry-aside[data-v-3fb96373] {
        padding-left: 10vw
    }

    .industry-aside-inner[data-v-3fb96373] {
        width: 240px
    }
}

@media (max-width: 1199px) {
    .industry-aside[data-v-3fb96373] {
        padding-left: 0
    }
}
.industry-main .pc{
    position: relative;
    display: flex;
}
@media (max-width: 760px) {
    .industry-main .pc{
        display: none;
    }
}
@media (min-width: 760px) {
    .industry-main .wap{
        display: none;
    }
}
.industry-header-trigger .ibe-trigger-popup{
    display: none;
}