.container[data-v-0767e15d] {
    position: relative;
    top: 80px
}

.container .header[data-v-0767e15d] {
    background: #d9d9d9;
    display: flex;
    height: 80px;
    justify-content: space-between
}

.container .header-logo[data-v-0767e15d] {
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    min-height: 480px
}

.container .header-logo .title[data-v-0767e15d] {
    font-family: SourceHanSansCN-Bold;
    font-size: 40px;
    line-height: 58px;
    margin-bottom: 24px
}

.container .header-logo .explain[data-v-0767e15d] {
    font-family: SourceHanSansCN-Light;
    font-size: 16px;
    line-height: 22px;
    line-height: 24px
}

.container .nav-container[data-v-0767e15d] {
    align-items: center;
    border-bottom: 1px solid #ededed;
    display: flex;
    height: 66px;
    justify-content: space-between;
    line-height: 66px
}

.container .nav-container .nav-title[data-v-0767e15d] {
    align-items: baseline;
    color: #000;
    display: flex;
    font-family: SourceHanSansCN-Bold;
    overflow: hidden
}

.container .nav-container .nav-title .title-en[data-v-0767e15d] {
    font-size: 24px;
    margin-right: 12px
}

.container .nav-container .nav-title .title-zh[data-v-0767e15d] {
    font-size: 16px
}

.container .nav-container .nav[data-v-0767e15d] {
    display: flex;
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    height: 100%;
    justify-content: space-around;
    overflow: hidden
}

.container .nav-container .nav .nav-item[data-v-0767e15d] {
    color: #9e9e9e;
    cursor: pointer;
    margin-left: 28px;
    padding: 0 16px;
    white-space: nowrap
}

.container .nav-container .nav .nav-item-click[data-v-0767e15d] {
    color: #000;
    position: relative
}

.container .nav-container .nav .nav-item-click[data-v-0767e15d]:after {
    background: #000;
    bottom: 0;
    content: "";
    height: 2px;
    left: 8px;
    position: absolute;
    width: calc(100% - 16px)
}

.container .crumbs[data-v-0767e15d] {
    margin-top: 36px
}

.container .crumbs .crumbs-item[data-v-0767e15d] {
    color: #8d8d8d;
    cursor: pointer;
    font-family: SourceHanSansCN-Regular;
    font-size: 20px;
    margin-right: 30px;
    position: relative;
    text-decoration: underline
}

.container .crumbs .crumbs-item[data-v-0767e15d]:last-child {
    color: #000;
    cursor: default;
    text-decoration: none
}

.container .crumbs .crumbs-item[data-v-0767e15d]:last-child:after {
    display: none
}

.container .crumbs .crumbs-item[data-v-0767e15d]:after {
    border-right: 2px solid #8d8d8d;
    border-top: 2px solid #8d8d8d;
    content: "";
    height: 6px;
    position: absolute;
    right: -15px;
    top: 10px;
    transform: rotate(45deg);
    width: 6px
}

@media screen and (max-width:1200px) {
    .container .nav-container .nav .nav-item[data-v-0767e15d] {
        margin-left: 0
    }
}

@media screen and (max-width:768px) {
    .container[data-v-0767e15d] {
        top: 58px
    }

    .container .header-logo .title[data-v-0767e15d] {
        font-size: 30px;
        line-height: 43px
    }

    .container .nav-container[data-v-0767e15d] {
        display: block;
        height: 55px;
        line-height: 55px
    }

    .container .nav-container .nav-title[data-v-0767e15d] {
        display: none
    }

    .container .nav-container .nav[data-v-0767e15d] {
        font-size: 14px;
        margin: auto
    }

    .container .nav-container .nav .nav-item[data-v-0767e15d] {
        margin-left: 0;
        padding: 0 4px
    }

    .container .crumbs .crumbs-item[data-v-0767e15d] {
        font-size: 16px
    }

    .container .crumbs .crumbs-item[data-v-0767e15d]:after {
        right: -15px;
        top: 5px;
        transform: rotate(45deg)
    }
}

@media screen and (max-width:390px) {
    .container[data-v-0767e15d] {
        min-width: var(--c2137eb8);
        top: 58px
    }

    .container .nav-container .nav[data-v-0767e15d] {
        font-size: 13px
    }

    .container .crumbs[data-v-0767e15d] {
        display: flex;
        flex-direction: column
    }

    .container .crumbs .crumbs-item[data-v-0767e15d] {
        max-width: 100%;
        width: -moz-max-content;
        width: max-content;
        word-wrap: break-word
    }

    .container .crumbs .crumbs-item[data-v-0767e15d]:after {
        right: -15px;
        top: 7px;
        transform: rotate(45deg)
    }
}