.nav-dpdown {
    margin-left: 36px
}

.nav-dpdown .el-dropdown-link {
    cursor: pointer;
    opacity: .9;
    font-size: 14px;
    color: #555;
    text-align: right;
    line-height: 14px;
    outline: none
}

.nav-dpdown .el-dropdown-link span {
    display: inline-block;
    margin-right: 10px
}

.nav-dpdown .el-dropdown-link span.user-name-span {
    display: inline-block;
    max-width: 100px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: middle
}

.nav-dpdown .icon-down {
    font-size: 14px
}

.nav-dpdown #msg-sdk {
    font-size: 16px;
    color: #333
}

.nav-dpdown #msg-sdk:hover {
    color: #1690ff
}

.nav-activity-tooltip {
    padding: 0;
    border-radius: 4px;
    background: rgba(64,64,64,.9)!important
}

.nav-activity-tooltip-content {
    width: 206px;
    border-radius: 4px;
    position: relative;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.2)
}

.nav-activity-tooltip-content:before {
    content: "";
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    border-bottom-color: rgba(64,64,64,.9);
    position: absolute;
    top: -4px;
    left: 50%;
    transform: translateX(-50%)
}

.nav-activity-tooltip-content p {
    line-height: 1em
}

.nav-activity-tooltip-content-title {
    text-align: center;
    padding-bottom: 8px;
    border-bottom: 1px solid hsla(0,0%,100%,.1)
}

.nav-item .el-tabs__nav-wrap:after {
    background: none
}

.nav-item .el-tabs__active-bar {
    display: none;
    left: -2px
}

.nav-item .el-tabs__item {
    padding: 0 18px!important;
    line-height: 52px;
    font-size: 14px;
    height: 54px;
    color: #555;
    position: relative
}

.nav-item .el-tabs__item.is-active {
    color: #1690ff
}

.nav-item .el-tabs__item.is-active:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    width: 60px;
    height: 2px;
    background-color: #1690ff;
    bottom: 1px
}

.notice-popup {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,.42);
    z-index: 999999
}

.notice-popup .popup {
    width: 396px;
    margin-left: 50%;
    margin-left: 50vw;
    margin-top: 50%;
    margin-top: 50vh;
    transform: translate(-50%,-50%);
    padding: 40px 32px;
    border-radius: 15px;
    position: fixed;
    transition: opacity .3s ease-in-out;
    opacity: 0;
    visibility: hidden
}

.notice-popup .popup.is-visible {
    opacity: 1;
    visibility: visible
}

.notice-popup .popup .pop-close {
    position: absolute;
    top: -52px;
    right: 0
}

.notice-popup .popup .decro {
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.notice-popup .popup .decro .suona {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #ebf8ff;
    border: 4px solid #fff;
    position: absolute;
    left: 50%;
    top: -40px;
    margin-left: -40px;
    display: flex;
    justify-content: center;
    align-items: center
}

.notice-popup .popup .decro:before {
    top: 0;
    left: 0;
    width: 118px;
    height: 163px;
    background-image: url(../img/notice-popup-top-left.25ca9f80.png)
}

.notice-popup .popup .decro:after,.notice-popup .popup .decro:before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 118px 163px
}

.notice-popup .popup .decro:after {
    bottom: 0;
    right: 0;
    width: 90px;
    height: 152px;
    background-image: url(../img/notice-popup-bottom-right.ce45e88b.png)
}

.notice-popup .popup .popup-wrap {
    width: 100%
}

.notice-popup .popup .popup-wrap h1 {
    line-height: 62px
}

.notice-popup .popup .popup-wrap p {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #333;
    text-align: justify;
    line-height: 30px
}

.notice-popup .customBg {
    background-size: 100% auto;
    background-position: 0 0;
    background-repeat: no-repeat;
    border-radius: 0;
    background-color: transparent;
    box-sizing: border-box
}

.notice-popup .customBg .decro .suona,.notice-popup .customBg .decro:after,.notice-popup .customBg .decro:before {
    display: none
}

.notice-popup font[size="1"] {
    font-size: 12px
}

.notice-popup font[size="2"] {
    font-size: 14px
}

.notice-popup font[size="3"] {
    font-size: 16px
}

.notice-popup font[size="4"] {
    font-size: 18px
}

.notice-popup font[size="5"] {
    font-size: 24px
}

.notice-popup font[size="6"] {
    font-size: 26px
}

.notice-popup font[size="7"] {
    font-size: 32px
}

.la-nav-info-warning {
    width: 100%
}

.la-nav-info-warning .notice-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-right: 8px;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    background-color: #ffbf00;
    text-align: center
}

.la-nav-info-warning .el-alert__content {
    padding: 0 14px
}

.la-nav-info-warning a,.la-nav-info-warning a:active,.la-nav-info-warning a:hover,.la-nav-info-warning a:link,.la-nav-info-warning a:visited,.la-nav-info-warning span {
    color: #333
}

.la_act_dialog__container[data-v-1b024cd0] {
    position: relative;
    z-index: 200004;
    transition: all .3s ease
}

.la_act_dialog__container .la_act_dialog__mask[data-v-1b024cd0] {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    background-color: rgba(0,0,0,.6)
}

.la_act_dialog__container .la_act_dialog__content[data-v-1b024cd0] {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}

.select-site {
    z-index: 999999
}

.select-site.el-select .el-input input {
    border: 0;
    border-bottom: 1px solid #e3e6e9;
    border-radius: 0;
    font-size: 12px
}

.my-unique-class {
    z-index: 10002!important
}

.my-unique-class-nav {
    z-index: 100000!important
}

.la-nav-info-warning {
    padding: 15px 16px
}

.la-nav-info-warning .el-alert__title span {
    font-size: 14px
}

.la-nav-info-warning .el-alert__closebtn {
    top: 18px
}

.nav-notice-container[data-v-7d7b5dea] {
    position: fixed;
    top: 60px;
    z-index: 99999;
    width: 100%
}

.header-wrapper[data-v-7d7b5dea] {
    height: 54px;
    position: fixed;
    width: 100%;
    z-index: 99999;
    background-color: hsla(0,0%,100%,.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 3px 5px 0 hsla(0,0%,83.9%,.22)
}

.header-nav[data-v-7d7b5dea] {
    width: 100%;
    height: 54px;
    display: flex
}

.header-nav.application[data-v-7d7b5dea] {
    max-width: 1280px;
    margin: 0 auto
}

.header-nav.application .pull-center[data-v-7d7b5dea] {
    margin: 0!important
}

.header-nav.application .pull-right[data-v-7d7b5dea] {
    position: static;
    margin-left: auto;
    margin-right: 28px
}

.header-nav.application .logo[data-v-7d7b5dea],.header-nav .logo[data-v-7d7b5dea] {
    width: auto;
    min-width: fit-content!important
}

.header-nav .logo[data-v-7d7b5dea] {
    margin-left: 20px;
    color: #fe7900;
    line-height: 54px;
    font-size: 12px;
    vertical-align: bottom
}

.header-nav .logo .icon-logo[data-v-7d7b5dea] {
    font-size: 114px
}

.header-nav .logo .logo-image[data-v-7d7b5dea] {
    width: 94px;
    height: 20px
}

.header-nav .logo span[data-v-7d7b5dea] {
    position: relative;
    top: 2px;
    left: 2px
}

.header-nav.application .logo.nav-min-250[data-v-7d7b5dea] {
    margin-right: 0
}

.header-nav.application .nav-min-250[data-v-7d7b5dea] {
    min-width: 260px
}

.header-nav .select-site[data-v-7d7b5dea] {
    width: 160px;
    margin-top: 12px
}

.header-nav .select-site .el-select__caret[data-v-7d7b5dea] {
    color: #999
}

.header-nav .select-site[data-v-7d7b5dea] .el-input {
    margin-left: 20px
}

.header-nav .select-site[data-v-7d7b5dea] .el-input input {
    border-bottom: none;
    background: rgba(241,246,250,.6);
    border-radius: 4px
}

.header-nav .select-site .el-select[data-v-7d7b5dea] {
    height: 30px
}

.header-nav .select-site .el-select .el-input__inner[data-v-7d7b5dea] {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #d9d9d9;
    height: 30px;
    line-height: 30px;
    padding-left: 8px;
    padding-right: 10px
}

.header-nav .pull-right[data-v-7d7b5dea] {
    display: flex;
    position: static;
    margin-left: auto;
    margin-right: 28px;
    line-height: 54px;
    font-size: 14px;
    color: #666
}

.header-nav .pull-right a[data-v-7d7b5dea] {
    color: #333;
    margin-left: 20px
}

.header-nav .pull-right a.text-black[data-v-7d7b5dea] {
    color: #333!important
}

.header-nav .nav-min-250[data-v-7d7b5dea] {
    min-width: 250px
}

.footer-panel {
    position: absolute;
    bottom: 0;
    left: 200px;
    right: 0;
    font-size: 14px;
    color: hsla(0,0%,40%,.6);
    padding: 28px 0 28px 0;
    text-align: center;
    background-color: #f7f9fa
}

.footer-panel.mini {
    left: 64px
}

.footer-panel.full,.footer-panel.user {
    left: 0
}

.footer-panel ul.link li {
    text-align: center;
    display: inline-block;
    margin-right: 38px
}

.footer-panel .copyright,.footer-panel ul.link li a {
    color: hsla(0,0%,40%,.6);
    font-size: 14px
}

.footer-panel .copyright a {
    color: hsla(0,0%,40%,.6)
}

@media (max-width: 768px) {
    .h5[data-v-2df0739e] {
        background-color:#eef2f6
    }

    .h5 .footer-bottom[data-v-2df0739e] {
        padding: 24px 42px
    }

    .h5 .footer-bottom a[data-v-2df0739e],.h5 .footer-bottom span[data-v-2df0739e] {
        font-size: 12px;
        font-family: PingFang SC-Regular,PingFang SC;
        font-weight: 400;
        color: #717887;
        line-height: 20px
    }

    .h5 .footer-bottom a.record-item[data-v-2df0739e],.h5 .footer-bottom span.record-item[data-v-2df0739e] {
        margin-right: 12px
    }

    .h5 .footer-bottom .footer-btn-wrapper[data-v-2df0739e] {
        display: flex;
        justify-content: center;
        margin-bottom: 14px
    }

    .h5 .footer-bottom .footer-btn-wrapper .footer-btn[data-v-2df0739e] {
        display: inline-block;
        height: 33px;
        color: #1690ff;
        line-height: 33px;
        padding: 0 16px;
        border-radius: 4px;
        border: 1px solid #1690ff
    }

    .h5 .footer-bottom .footer-nav[data-v-2df0739e] {
        display: flex;
        justify-content: center
    }

    .h5 .footer-bottom .footer-link[data-v-2df0739e] {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .h5 .footer-bottom .footer-link a[data-v-2df0739e] {
        display: inline-flex;
        align-items: center
    }

    .h5 .footer-bottom .footer-link a .police-icon[data-v-2df0739e] {
        width: 14px;
        height: 14px;
        margin-right: 6px
    }
}
