@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html {
    font-size: 16px;
    line-height: 1.5
}

body {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    color: #333;
    background-color: #fff
}

a {
    text-decoration: none;
    color: inherit
}

img {
    max-width: 100%;
    height: auto
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    overflow: hidden
}

.text-center {
    text-align: center
}

.mt-1 {
    margin-top: .25rem
}

.mt-2 {
    margin-top: .5rem
}

.mt-3 {
    margin-top: 1rem
}

.mt-4 {
    margin-top: 1.5rem
}

.mt-5 {
    margin-top: 3rem
}

.mb-1 {
    margin-bottom: .25rem
}

.mb-2 {
    margin-bottom: .5rem
}

.mb-3 {
    margin-bottom: 1rem
}

.mb-4 {
    margin-bottom: 1.5rem
}

.mb-5 {
    margin-bottom: 3rem
}

a, a:hover {
    cursor: pointer
}

    a:hover, body {
        -webkit-tap-highlight-color: transparent
    }

a, body {
    color: #333
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

address, caption, cite, code, em, figcaption, h1, h2, h3, h4, h5, h6, pre, strong, th {
    font-weight: 400;
    font-style: normal;
    word-wrap: break-word
}

dd, dl, dt, ul li {
    list-style: none
}

fieldset, iframe, img {
    border: 0
}

address, cite, em, i, var {
    font-style: normal
}

caption, th {
    text-align: left
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

article, aside, figcaption, figure, footer, header, hgroup, nav, section, video {
    display: block
}

a {
    text-decoration: none
}

button, input {
    outline: 0;
    border: 0
}

.fl {
    float: left
}

.fr {
    float: right
}

.clearfix:after, .clearfix:before {
    content: ".";
    height: 0;
    visibility: hidden;
    display: block
}

.clearfix:after {
    clear: both
}

button {
    border-style: none
}

body, html {
    width: 100%;
    min-width: 1200px
}

body {
    -webkit-text-size-adjust: none;
    font-family: "Microsoft Yahei",PingFangSC-Regular,"Hiragino Sans GB","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    background-color: #fff
}

a:-webkit-any-link {
    color: "#fff"
}

#app {
    display: none
}

    #app.disBlock {
        display: block
    }

.vessel-1300 {
    width: 1200px;
    margin: 0 auto;
    display: block
}

.bottom-vessel {
    width: 100%;
    height: 440px;
    background: #171b27
}

    .bottom-vessel .vessel-1300 {
        height: 440px;
        position: relative
    }

        .bottom-vessel .vessel-1300::after {
            content: "";
            position: absolute;
            background-image: url(../images/foot-x.png);
            background-size: 232px auto;
            width: 232px;
            height: 144px;
            bottom: 0;
            left: 200px
        }

    .bottom-vessel ul {
        list-style: none;
        display: flex;
        gap: 50px;
        padding: 0
    }

        .bottom-vessel ul li h6 {
            font-family: HarmonyOS Sans SC,HarmonyOS Sans SC;
            font-weight: 400;
            font-size: 24px;
            color: rgba(255,255,255,.4);
            line-height: 34px;
            text-align: left;
            font-style: normal;
            text-transform: none;
            margin: 0;
            margin-top: 61px
        }

        .bottom-vessel ul .col1 {
            width: 423px
        }

            .bottom-vessel ul .col1 p {
                font-family: HarmonyOS Sans SC,HarmonyOS Sans SC;
                font-weight: 400;
                font-size: 18px;
                color: #fff;
                line-height: 32px;
                text-align: left;
                font-style: normal;
                text-transform: none;
                margin-top: 32px
            }

            .bottom-vessel ul .col1 img {
                display: block;
                margin-top: 27px
            }

        .bottom-vessel ul .col2 {
            width: 380px
        }

            .bottom-vessel ul .col2 .friend-lnks {
                list-style: none;
                flex-direction: column;
                gap: 10px;
                margin-top: 24px
            }

                .bottom-vessel ul .col2 .friend-lnks li::before {
                    content: "";
                    width: 16px;
                    height: 16px;
                    background-image: url(../images/lnk-icon.png);
                    background-repeat: no-repeat;
                    background-size: 16px auto;
                    display: inline-block;
                    vertical-align: middle;
                    margin-right: 11px
                }

                .bottom-vessel ul .col2 .friend-lnks li a {
                    font-family: HarmonyOS Sans SC,HarmonyOS Sans SC;
                    font-weight: 400;
                    font-size: 16px;
                    color: #fff;
                    line-height: 40px;
                    text-align: left;
                    font-style: normal;
                    text-transform: none;
                    text-decoration: none
                }

        .bottom-vessel ul .col3 {
            width: 380px
        }

            .bottom-vessel ul .col3 .Qrcode {
                width: 96px;
                height: 96px;
                margin: 33px auto 0
            }

            .bottom-vessel ul .col3 .contact-list {
                flex-direction: column;
                gap: 10px;
                margin-top: 15px
            }

                .bottom-vessel ul .col3 .contact-list li i {
                    width: 16px;
                    height: 16px;
                    background-image: url(../images/foot-tel.png);
                    background-size: 16px auto;
                    background-repeat: no-repeat;
                    display: inline-block;
                    margin-right: 11px;
                    vertical-align: middle
                }

                    .bottom-vessel ul .col3 .contact-list li i.email-icon {
                        background-image: url(../images/foot-mail.png)
                    }

                .bottom-vessel ul .col3 .contact-list li a {
                    font-family: HarmonyOS Sans SC,HarmonyOS Sans SC;
                    font-weight: 400;
                    font-size: 16px;
                    color: #fff;
                    line-height: 32px;
                    text-align: left;
                    font-style: normal;
                    text-transform: none
                }

header {
    padding: 16px 40px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,.05)
}

.header {
    padding: 27px 0;
    display: flex;
    width: 1208px;
    margin: 0 auto
}

    .header.header-white {
        background-color: #fff;
        padding: 0
    }

        .header.header-white .logo {
            margin-top: 13px
        }

        .header.header-white ul li a {
            color: #09124f;
            line-height: 40px;
            text-decoration: none;
            display: inline-block;
            position: relative
        }

            .header.header-white ul li a.current::after {
                content: "";
                width: 20px;
                height: 4px;
                background: #406cff;
                border-radius: 8px 8px 8px 8px;
                position: absolute;
                top: 34px;
                left: 50%;
                transform: translateX(-50%)
            }

        .header.header-white ul li .more {
            width: 40px;
            height: 40px;
            background: url(../images/icon-black-tools.png);
            background-repeat: no-repeat;
            background-size: 40px auto
        }

    .header .logo {
        width: 344px
    }

    .header ul {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        width: 100%;
        list-style: none;
        padding: 5px 0
    }

        .header ul li a {
            color: #fff;
            text-decoration: none
        }

            .header ul li a.disabled {
                color: #ccc;
                cursor: default
            }

        .header ul li .more {
            width: 40px;
            height: 40px;
            background: url(../images/css_sprites.png) -10px -10px;
            background-size: 114px auto;
            display: block;
            position: relative;
            margin-top: 3px
        }

.bottom-blue {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #406cff;
    font-family: HarmonyOS Sans SC,HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    text-align: center;
    font-style: normal;
    text-transform: none
}

.el-button {
    height: 37px;
    line-height: 37px;
    padding: 0 20px;
    background: #406cff
}

.table-box {
    padding-bottom: 50px
}

.table {
    margin-top: 14px;
    width: 100%
}

    .table tr:last-child td {
        border-bottom: none !important
    }

    .table table tr {
        background-color: #f6f8fb;
        height: 50px;
        line-height: 50px
    }

        .table table tr th .cell {
            font-family: PingFang SC,PingFang SC;
            font-weight: 400;
            font-size: 14px;
            color: #7787ad;
            line-height: 14px;
            font-style: normal;
            text-transform: none;
            padding: 0 19px;
            height: 30px;
            line-height: 30px
        }

    .table table.el-table__body tr {
        background: #fff;
        height: 50px;
        line-height: 50px
    }

        .table table.el-table__body tr td {
            border-bottom: 1px solid #e6e8ea
        }

            .table table.el-table__body tr td .cell {
                font-family: PingFang SC,PingFang SC;
                font-weight: 400;
                font-size: 14px;
                color: #53545a;
                line-height: 20px;
                font-style: normal;
                text-transform: none;
                padding: 4px 19px
            }

.el-table th.el-table__cell > .cell {
    visibility: initial !important
}

.el-table__fixed-right::before, .el-table__fixed::before {
    background: 0 0
}

.login-btn {
    width: 60px;
    height: 32px;
    line-height: 32px !important;
    background: #406cff;
    border-radius: 20px 20px 20px 20px;
    text-align: center;
    color: #fff !important;
    display: inline-block
}

.user-info-box {
    display: flex !important;
    align-items: center
}

.user-avatar {
    margin-right: 10px !important
}

.login-out {
    color: #848587;
    margin-left: 20px
}

.action-btn {
    width: 70px;
    height: 26px;
    background-color: #f0f6ff;
    color: #4285f4;
    border: 1px solid #4285f4;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px
}

    .action-btn span {
        color: #4285f4;
        font-weight: 400
    }

.loginbox {
    width: 130px;
    height: 40px;
    display: block
}

.el-popover {
    padding: 0 !important;
    min-width: auto;
    max-width: 250px
}

.table-col .icon {
    width: 16px;
    height: 16px;
    background-image: url(../images/down-icon.png);
    background-repeat: no-repeat;
    background-size: 16px auto;
    margin-left: 3px;
    display: inline-block;
    vertical-align: -3px
}

    .table-col .icon.up {
        background-image: url(../images/up-icon.png)
    }

.filter-box {
    background-color: #fff;
    box-shadow: rgba(0,0,0,.1) 0 2px 12px 0;
    text-align: left;
    z-index: 100
}

    .filter-box .el-input__inner {
        border: none;
        border-bottom: 1px solid #ebeef5
    }

    .filter-box .filter-empty {
        width: 100%;
        padding: 5px 10px;
        text-align: center;
        padding: 10px 0;
        color: #999;
        font-size: 14px;
        display: block
    }

    .filter-box .checkbox-ul, .filter-box .single-box {
        list-style: none;
        padding: 5px 0;
        overflow-y: auto;
        max-height: 200px
    }

        .filter-box .checkbox-ul .el-checkbox, .filter-box .single-box .el-checkbox {
            padding: 2px 0;
            display: block
        }

        .filter-box .checkbox-ul li, .filter-box .single-box li {
            padding: 8px 10px;
            background: #fff
        }

            .filter-box .checkbox-ul li label, .filter-box .single-box li label {
                font-family: PingFang SC,PingFang SC;
                font-weight: 400;
                font-size: 14px;
                color: #09124f;
                text-align: left;
                display: block;
                cursor: pointer
            }

            .filter-box .checkbox-ul li:hover, .filter-box .single-box li:hover {
                background: #e8edf4
            }

            .filter-box .checkbox-ul li.disabled:hover, .filter-box .single-box li.disabled:hover {
                background: #fff
            }

            .filter-box .checkbox-ul li.disabled label, .filter-box .single-box li.disabled label {
                color: #9da0b9;
                cursor: inherit
            }

    .filter-box .checkbox-ul {
        padding: 5px 10px !important
    }

    .filter-box .single-box {
        width: 240px
    }

    .filter-box .btu {
        padding: 5px 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-top: 1px solid #ebeef5
    }

        .filter-box .btu a {
            font-size: 12px;
            color: #333;
            padding: 0 5px
        }

            .filter-box .btu a.disabled {
                color: #c0c4cc;
                cursor: not-allowed
            }

.el-table__fixed-header-wrapper {
    z-index: 80
}

.el-table th.el-table__cell {
    background-color: initial
}

.el-table .el-table__cell {
    padding: 0
}

.el-table__fixed, .el-table__fixed-right {
    z-index: 0
}

.center-align {
    padding: 10px !important;
    text-align: center
}

    .center-align .cell {
        text-align: center !important
    }

.table-col {
    position: initial
}

    .table-col .header {
        padding: 0
    }

.pagination {
    text-align: center
}

    .pagination .el-pagination {
        margin: 30px 0 0
    }

.e-tooltip h6 {
    font-size: 14px;
    color: #333
}

.e-tooltip p {
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    padding: 2px 0
}

    .e-tooltip p i {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        margin-right: 5px
    }

    .e-tooltip p span {
        margin-left: 5px
    }

.echart-empty {
    width: 100%;
    height: 360px;
    position: relative
}

    .echart-empty span {
        position: absolute;
        font-family: PingFang SC,PingFang SC;
        font-weight: 400;
        font-size: 14px;
        color: #7787ad;
        line-height: 14px;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%)
    }

[aria-hidden=true] [tabindex="0"], [aria-hidden=true] a[href], [aria-hidden=true] button, [aria-hidden=true] input, [aria-hidden=true] select, [aria-hidden=true] textarea {
    visibility: hidden !important;
    pointer-events: none !important
}

.el-dialog {
    z-index: 100 !important
}

.v-modal {
    z-index: 90 !important
}

.icon-search .el-cascader__tags {
    box-sizing: border-box
}

.icon-search .el-select .is-focus .el-input__inner {
    padding-right: 30px
}

.icon-search .is-focus .el-input__inner {
    padding-right: 50px
}

.icon-search .is-focus::before {
    content: "";
    width: 14px;
    height: 14px;
    background-image: url(../images/icon-search.png);
    background-size: 14px auto;
    background-repeat: no-repeat;
    position: absolute;
    right: 28px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 10
}

.empty-text {
    padding: 250px 0
}

.selected {
    color: #409eff !important
}

.badge {
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background-color: #409eff;
    margin-right: 5px;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 15px;
    vertical-align: 0;
    margin-left: 3px
}

.el-table__fixed {
    height: auto !important
}

.tab-nav-box {
    background-color: #f1f4f8
}

    .tab-nav-box .tab-nav {
        width: 1208px;
        height: 70px;
        margin: 0 auto;
        display: flex;
        align-items: end;
        position: relative
    }
        .tab-nav-box .tab-nav > * {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            box-sizing: border-box;
        }

        .tab-nav-box .tab-nav > :first-child {
            border-radius: 8px 0 0 0
        }

        .tab-nav-box .tab-nav > :last-child {
            border-radius: 0 8px 0 0
        }

        .tab-nav-box .tab-nav > :not(:first-child)::before {
            content: "";
            width: 1px;
            height: 100%;
            background: #fff;
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
        }

        /*.tab-nav-box .tab-nav a:nth-of-type(2)::after {
            content: "";
            width: 1px;
            height: 100%;
            background: #fff;
            position: absolute;
            top: 0;
            right: 0
        }

        .tab-nav-box .tab-nav a:last-child::after {
            width: 0
        }*/

.tab-nav a {
    text-decoration: none;
    color: #333;
    position: relative;
    width: 160px;
    height: 50px;
    background: #e8edf4;
    display: inline-block;
    line-height: 50px;
    text-align: center
}

    .tab-nav a.active {
        background: #fff;
        color: #406cff;
        font-weight: 600;
        font-size: 16px
    }

.main-content {
    width: 1208px;
    margin: 0 auto 30px
}

.section-title-box {
    height: 72px;
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center
}

    .section-title-box.start {
        justify-content: start;
        gap: 10px
    }

.section-title {
    display: inline-block;
    font-weight: 600;
    font-size: 20px
}

.search-bar {
    display: flex;
    justify-content: flex-end;
    gap: 10px
}

.search-input {
    border: 1px solid #e0e0e0;
    padding: 8px 15px;
    border-radius: 4px;
    width: 300px;
    margin-right: 10px
}

.search-btn {
    background-color: #4285f4;
    color: #fff;
    border: none;
    padding: 8px 20px;
    border-radius: 4px;
    cursor: pointer
}

.reset-btn {
    background-color: #fff;
    color: #333;
    border: none;
    border-radius: 4px;
    padding: 8px 20px;
    border: 1px solid #e0e0e0;
    cursor: pointer;
    margin-left: 5px
}

.select-container {
    display: flex;
    gap: 16px;
    align-items: center
}

    .select-container .search {
        width: 80px;
        height: 35px;
        background: #406cff;
        border-radius: 4px 4px 4px 4px;
        font-family: PingFang SC,PingFang SC;
        font-weight: 400;
        font-size: 16px;
        color: #fff;
        line-height: 16px;
        text-align: center;
        font-style: normal;
        text-transform: none;
        line-height: 35px
    }

        .select-container .search.disabled {
            background: #9da0b9
        }

.select {
    width: 250px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #dfe0e2;
    position: relative;
    cursor: pointer
}

    .select::after {
        content: "";
        width: 16px;
        height: 16px;
        background-image: url(../images/down-icon.png);
        background-size: 16px auto;
        background-repeat: no-repeat;
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -8px
    }

    .select .title {
        width: 250px;
        padding: 10px 30px 10px 10px;
        font-family: Helvetica Neue,Helvetica Neue;
        color: #09124f;
        font-weight: 400;
        font-size: 14px;
        text-align: left;
        font-style: normal;
        text-transform: none;
        white-space: nowrap;
        overflow: hidden;
        display: block;
        line-height: 17px;
        text-overflow: ellipsis;
        font-family: PingFang SC,PingFang SC
    }

        .select .title.placeholder {
            color: #9da0b9
        }

    .select .search-keyword {
        padding: 13px 10px;
        font-size: 14px;
        color: #666;
        border-bottom: 1px solid #e6e8ea;
        background-color: #fff;
        display: flex;
        align-items: center
    }

        .select .search-keyword::before {
            content: "";
            width: 14px;
            height: 14px;
            background-image: url(../images/icon-search.png);
            background-size: 14px auto;
            background-repeat: no-repeat;
            display: block
        }

        .select .search-keyword input {
            font-family: PingFang SC,PingFang SC;
            font-weight: 400;
            margin-left: 6px;
            color: #666
        }

            .select .search-keyword input:-moz-placeholder {
                color: #9da0b9
            }

            .select .search-keyword input:placeholder-shown {
                color: #9da0b9
            }

    .select .select-single {
        width: 250px;
        box-shadow: 0 9px 28px 8px rgba(0,0,0,.05),0 6px 16px 0 rgba(0,0,0,.08),0 3px 6px -4px rgba(0,0,0,.12);
        position: absolute;
        z-index: 80;
        left: 0;
        top: 40px;
        background-color: #fff
    }

        .select .select-single .select-ul {
            display: flex;
            flex-direction: column;
            justify-content: start;
            overflow-y: auto;
            max-height: 192px
        }

            .select .select-single .select-ul label {
                background-color: #fff;
                padding: 0 10px;
                font-family: PingFang SC,PingFang SC;
                font-weight: 600;
                font-size: 12px;
                color: #849ce9;
                text-align: left;
                font-style: normal;
                text-transform: none
            }

            .select .select-single .select-ul ul {
                list-style: none
            }

                .select .select-single .select-ul ul li {
                    width: 100%;
                    height: 40px;
                    background: #fff;
                    padding: 0 10px;
                    line-height: 40px;
                    position: relative
                }

                    .select .select-single .select-ul ul li a {
                        font-family: PingFang SC,PingFang SC;
                        font-weight: 400;
                        font-size: 14px;
                        color: #273142;
                        text-align: left;
                        font-style: normal;
                        text-transform: none;
                        display: block;
                        text-transform: none;
                        white-space: nowrap;
                        overflow: hidden;
                        text-overflow: ellipsis
                    }

                    .select .select-single .select-ul ul li.disabled a {
                        color: #9da0b9
                    }

                    .select .select-single .select-ul ul li.disabled:hover {
                        background: #fff
                    }

                    .select .select-single .select-ul ul li:hover {
                        background: #e8edf4
                    }

    .select .select-multiple {
        width: 250px;
        box-shadow: 0 9px 28px 8px rgba(0,0,0,.05),0 6px 16px 0 rgba(0,0,0,.08),0 3px 6px -4px rgba(0,0,0,.12);
        position: absolute;
        z-index: 80;
        left: 0;
        top: 40px;
        background-color: #fff
    }

        .select .select-multiple .select-ul {
            display: flex;
            flex-direction: column;
            justify-content: start;
            overflow-y: auto;
            max-height: 192px
        }

            .select .select-multiple .select-ul label {
                background-color: #fff;
                padding: 0 10px;
                font-family: PingFang SC,PingFang SC;
                font-weight: 600;
                font-size: 12px;
                color: #849ce9;
                text-align: left;
                font-style: normal;
                text-transform: none
            }

            .select .select-multiple .select-ul ul {
                list-style: none
            }

                .select .select-multiple .select-ul ul li {
                    width: 100%;
                    height: 40px;
                    background: #fff;
                    padding: 0 30px 0 10px;
                    line-height: 40px;
                    position: relative
                }

                    .select .select-multiple .select-ul ul li a {
                        font-family: PingFang SC,PingFang SC;
                        font-weight: 400;
                        font-size: 14px;
                        color: #273142;
                        text-align: left;
                        font-style: normal;
                        text-transform: none;
                        display: block;
                        text-transform: none;
                        white-space: nowrap;
                        overflow: hidden;
                        text-overflow: ellipsis
                    }

                    .select .select-multiple .select-ul ul li.disabled a {
                        color: #9da0b9
                    }

                    .select .select-multiple .select-ul ul li.disabled:hover {
                        background: #fff
                    }

                    .select .select-multiple .select-ul ul li:hover {
                        background: #e8edf4
                    }

                    .select .select-multiple .select-ul ul li.selected::after {
                        content: "";
                        position: absolute;
                        background-image: url(../images/selected.png);
                        background-size: 14px auto;
                        background-repeat: no-repeat;
                        width: 14px;
                        height: 14px;
                        right: 22px;
                        top: 50%;
                        margin-top: -7px
                    }

.card-box {
    width: 100%;
    background: #f7f9ff;
    border: 1px solid #9eb3f8;
    padding: 16px 23px;
    margin-top: 9px;
    line-height: 32px
}

    .card-box p {
        display: flex;
        justify-content: start
    }

        .card-box p label {
            width: 70px
        }

        .card-box p span {
            width: 1050px
        }

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000
}

.modal-container {
    background: #fff;
    border-radius: 24px;
    width: 100%;
    max-width: 480px;
    padding: 32px;
    position: relative;
    box-shadow: 0 20px 40px rgba(0,0,0,.15)
}

.close-button {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
    background: url(../images/close-icon.png) no-repeat;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #666;
    transition: all .2s
}

.header-box {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 40px;
    padding: 16px;
    border-radius: 8px;
    background-color: rgba(255,255,255,.3)
}

.logo-icon {
    width: 48px;
    height: 48px;
    background: url(../images/logo-icon.png) no-repeat;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 12px
}

.header-text {
    flex: 1
}

.header-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 4px
}

.header-subtitle {
    font-size: 16px;
    color: #5c6bc0;
    font-weight: 500
}

.form-group {
    margin-bottom: 24px
}

.input-container {
    position: relative;
    text-align: center
}

.form-input {
    width: 320px;
    height: 40px;
    padding: 16px 20px;
    font-size: 16px;
    background-color: #f8f9fa;
    transition: all .3s;
    outline: 0;
    background: #fff;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #e6e8ea
}

    .form-input:focus {
        border-color: #5c6bc0;
        background-color: #fff;
        box-shadow: 0 0 0 3px rgba(92,107,192,.1)
    }

    .form-input::-moz-placeholder {
        font-size: 16px;
        color: #9da0b9
    }

    .form-input::placeholder {
        font-size: 16px;
        color: #9da0b9
    }

.password-container {
    position: relative
}

.password-toggle {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 73px;
    top: 50%;
    transform: translateY(-50%);
    background: 0 0;
    border: none;
    cursor: pointer;
    padding: 4px;
    color: #666;
    font-size: 18px;
    background: url(../images/password-no-see-icon.png) no-repeat;
    background-size: contain
}

.password-on {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 73px;
    top: 50%;
    transform: translateY(-50%);
    background: 0 0;
    border: none;
    cursor: pointer;
    padding: 4px;
    color: #666;
    font-size: 18px;
    background: url(../images/password-see-icon.png) no-repeat;
    background-size: contain
}

.error-message {
    color: #f44336;
    font-size: 14px;
    margin-top: 8px;
    margin-left: 50px;
    text-align: left
}

.login-button {
    width: 320px;
    height: 50px;
    background: #406cff;
    border-radius: 8px;
    padding: 16px;
    color: #fff;
    border: none;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    margin: 0 auto 11px;
    display: flex;
    justify-content: center;
    align-items: center
}

.footer-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 320px;
    margin: 0 auto
}

.footer-link {
    color: #666 !important;
    text-decoration: none;
    font-size: 14px;
    transition: color .2s
}

    .footer-link:hover {
        color: #5c6bc0;
        text-decoration: underline
    }

.register-link {
    color: #5c6bc0 !important
}

    .register-link::before {
        content: "";
        background-image: url(../images/icon-register.png);
        background-size: 16px auto;
        background-repeat: no-repeat;
        width: 16px;
        height: 16px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 3px
    }

.find-password-box img, .register-box img {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    display: block
}

.find-password-box .title, .register-box .title {
    font-family: PingFang SC,PingFang SC;
    font-weight: 600;
    font-size: 20px;
    color: #09124f;
    line-height: 26px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 20px
}

.find-password-box .subtitle, .register-box .subtitle {
    font-family: PingFang SC,PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #6b7195;
    line-height: 16px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 10px;
    line-height: 24px
}

    .find-password-box .subtitle a, .register-box .subtitle a {
        font-weight: 400;
        font-size: 14px;
        color: #406cff;
        line-height: 16px
    }

.register-button {
    width: 80px;
    height: 40px;
    background: #406cff;
    border-radius: 8px 8px 8px 8px;
    text-align: center;
    font-family: PingFang SC,PingFang SC;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin: 30px auto 10px;
    display: block
}

.right-menu {
    position: fixed;
    right: 19px;
    bottom: 50px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 90
}

    .right-menu .robot {
        width: 52px;
        height: 52px;
        background: #f9fcfe;
        box-shadow: 0 4px 16px 0 rgba(48,79,181,.2);
        border-radius: 0;
        border: 2px solid #fff;
        position: relative;
        border-radius: 50%
    }

        .right-menu .robot::before {
            content: "";
            position: absolute;
            width: 40px;
            height: 40px;
            background-image: url(../images/robot.png);
            background-repeat: no-repeat;
            background-size: 40px auto;
            left: 50%;
            top: 50%;
            margin-left: -20px;
            margin-top: -20px
        }

.chat-dialog-box {
    width: 480px;
    height: 480px;
    background: #fff;
    box-shadow: 0 4px 16px 0 rgba(23,45,118,.3);
    border-radius: 16px 16px 16px 16px;
    position: absolute;
    right: 50px;
    top: -480px;
    z-index: 100;
    padding: 40px 30px 30px;
    display: flex;
    flex-direction: column;
    gap: 2px
}

    .chat-dialog-box .lnk-close {
        position: absolute;
        width: 24px;
        height: 24px;
        right: 10px;
        top: 10px;
        background-image: url(../images/icon-close.png);
        background-size: 24px auto;
        background-repeat: no-repeat
    }

    .chat-dialog-box .chat-container {
        width: 100%;
        height: 500px;
        overflow-y: auto
    }

        .chat-dialog-box .chat-container .message {
            width: 100%;
            display: flex;
            margin-bottom: 5px;
            padding: 0 5px
        }

            .chat-dialog-box .chat-container .message.user {
                justify-content: flex-end
            }

                .chat-dialog-box .chat-container .message.user .user-message {
                    padding: 10px 16px;
                    background: #e2e9ff;
                    border-radius: 16px 0 16px 16px
                }

                    .chat-dialog-box .chat-container .message.user .user-message .question {
                        font-family: PingFang SC,PingFang SC;
                        font-weight: 400;
                        font-size: 14px;
                        color: #000;
                        line-height: 26px;
                        text-align: left;
                        font-style: normal;
                        text-transform: none;
                        white-space: pre-wrap;
                        word-break: break-all
                    }

            .chat-dialog-box .chat-container .message .bot-message {
                display: flex;
                align-items: flex-start
            }

                .chat-dialog-box .chat-container .message .bot-message .bot-pic {
                    display: block;
                    width: 40px;
                    margin-right: 10px
                }

                .chat-dialog-box .chat-container .message .bot-message .answer {
                    line-height: 30px;
                    font-family: PingFang SC,PingFang SC;
                    font-weight: 400;
                    font-size: 14px;
                    color: #000;
                    text-align: left;
                    font-style: normal;
                    text-transform: none;
                    word-break: break-all;
                    line-height: 26px
                }

    .chat-dialog-box .user-input-box {
        width: 100%;
        position: relative;
        height: 50px
    }

        .chat-dialog-box .user-input-box .user-input {
            width: 100%;
            height: 50px
        }

            .chat-dialog-box .user-input-box .user-input .el-input__inner {
                height: 50px;
                line-height: 50px;
                padding: 0 50px 0 10px
            }

        .chat-dialog-box .user-input-box .send-icon {
            position: absolute;
            width: 34px;
            height: 34px;
            background-image: url(../images/icon_send.png);
            background-size: 34px auto;
            background-repeat: no-repeat;
            right: 11px;
            top: 50%;
            transform: translateY(-50%)
        }

            .chat-dialog-box .user-input-box .send-icon.disabled {
                background-image: url(../images/icon_send_disabled.png)
            }

    .chat-dialog-box .loading {
        width: 20px;
        height: 20px
    }

ul.clients-list {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-row-gap: 21px;
    grid-column-gap: 21px;
    margin-bottom: 80px
}

    ul.clients-list li .item {
        width: 100%;
        display: block;
        position: relative;
        height: 310px;
        box-shadow: 0 2px 10px 0 rgba(3,35,80,.08);
        padding-top: 130px
    }

        ul.clients-list li .item .ad {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%,-50%);
            font-family: PingFang SC,PingFang SC;
            font-weight: 400;
            font-size: 30px;
            color: #6b7195;
            text-align: left;
            font-style: normal;
            text-transform: none;
            line-height: 36px;
            width: 80%
        }

        ul.clients-list li .item .img-panel {
            width: 100%;
            height: 150px;
            position: absolute;
            z-index: 0;
            top: 0;
            left: 0
        }

            ul.clients-list li .item .img-panel .img-box {
                width: 100%;
                height: 150px;
                position: relative;
                overflow: hidden
            }

                ul.clients-list li .item .img-panel .img-box::before {
                    content: "";
                    padding-top: 150px;
                    display: block
                }

                ul.clients-list li .item .img-panel .img-box img {
                    min-width: 100%;
                    min-height: 100%;
                    -o-object-fit: cover;
                    object-fit: cover;
                    position: absolute;
                    left: 50%;
                    top: 50%;
                    transform: translate(-50%,-50%);
                    display: block;
                    border: 0
                }

        ul.clients-list li .item .content {
            width: 360px;
            height: 180px;
            background: #fff;
            margin: 0 auto;
            position: relative;
            z-index: 10
        }

            ul.clients-list li .item .content h6 {
                padding: 20px 20px 0 20px;
                font-family: PingFang SC,PingFang SC;
                font-weight: 400;
                font-size: 20px;
                color: #09124f;
                line-height: 20px;
                text-align: left;
                font-style: normal;
                text-transform: none;
                line-height: 30px
            }

            ul.clients-list li .item .content p {
                padding: 10px 20px;
                font-family: PingFang SC,PingFang SC;
                font-weight: 400;
                font-size: 14px;
                color: #6b7195;
                line-height: 24px;
                text-align: left;
                font-style: normal;
                text-transform: none;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 4;
                text-overflow: ellipsis;
                overflow: hidden;
                height: 110px
            }
