@charset "UTF-8";

.debug[data-v-1c9a7261] {
    box-sizing: border-box;
    position: fixed;
    right: 8px;
    bottom: 8px;
    z-index: 9999;
    border-radius: 4px;
    width: 74px;
    height: 32px;
    color: #eee;
    overflow: hidden;
    cursor: pointer;
    background-color: #000000d9;
    transition: all .15s ease
}

.debug[data-v-1c9a7261]:hover {
    background-color: #000000bf
}

.debug.open[data-v-1c9a7261] {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
    border-radius: 0;
    padding: 0;
    overflow: scroll
}

@media (min-width: 512px) {
    .debug.open[data-v-1c9a7261] {
        width: 512px
    }
}

.debug.open[data-v-1c9a7261]:hover {
    background-color: #000000d9
}

.egpng {
    width: 70%;
    border: 3px solid rgb(184, 184, 184);
    border-radius: 15px;
}

.title[data-v-1c9a7261] {
    margin: 0;
    padding: 6px 16px;
    line-height: 20px;
    font-size: 13px
}

.block[data-v-1c9a7261] {
    margin: 2px 0 0;
    border-top: 1px solid rgba(255, 255, 255, .16);
    padding: 8px 16px;
    font-family: Hack, monospace;
    font-size: 13px
}

.block+.block[data-v-1c9a7261] {
    margin-top: 8px
}

.toolTip[data-v-7a1de991] {
    position: relative
}

.content[data-v-7a1de991] {
    visibility: hidden;
    transition: visibility 0s linear 1s;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    max-width: 244px;
    border-radius: 4px;
    background: rgba(0, 0, 0, .62);
    font-size: 12px;
    color: #fff;
    line-height: 18px;
    padding: 6px 10px;
    white-space: break-spaces;
    z-index: 1000
}

.link[data-v-50694bef] {
    text-decoration: none
}

.item[data-v-50694bef] {
    position: relative;
    margin: 0 10px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    min-height: 44px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    cursor: pointer
}

.item[data-v-50694bef]:hover {
    background: rgba(var(--theme_main_color_rgb), .1)
}

.item:hover .indicator[data-v-50694bef] {
    background: var(--theme_main_color)
}

.item .icon[data-v-50694bef] {
    min-width: 16px;
    margin-top: 14px;
    width: 16px;
    height: 16px
}

.item .text[data-v-50694bef] {
    margin: 12px 35px 12px 6px;
    flex-grow: 1;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #0e1421;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.item .indicator[data-v-50694bef] {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 4px;
    background: #F7F8F9;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.item-selected[data-v-50694bef] {
    background: rgba(var(--theme_main_color_rgb), .1)
}

.item-selected .text[data-v-50694bef] {
    color: var(--theme_link_color);
    font-weight: 500
}

.item-selected .indicator[data-v-50694bef] {
    background: var(--theme_main_color)
}

.catalog[data-v-50694bef] {
    display: flex;
    flex-direction: column
}

.selector-box[data-v-06258e14] {
    cursor: pointer;
    position: relative;
    margin: 5px 20px;
    box-sizing: border-box;
    border-radius: 4px;
    -webkit-tap-highlight-color: transparent;
    user-select: none
}

.selector-box .curVersion[data-v-06258e14] {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    padding: 0 10px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    color: #0e1421;
    border: 1px solid rgba(167, 167, 167, .3)
}

.selector-box .curVersion img[data-v-06258e14] {
    width: 16px;
    height: 16px
}

.selector-box .curVersion-active[data-v-06258e14] {
    background-color: #fff
}

.selector-box .option-card[data-v-06258e14] {
    z-index: 999;
    pointer-events: none;
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 45px;
    background: #fff;
    border-radius: 4px;
    box-sizing: border-box;
    border: 1px solid rgba(167, 167, 167, .3);
    box-shadow: 0 4px 26px #99999914;
    overflow: hidden
}

.selector-box .option-card .option[data-v-06258e14] {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0em;
    color: #0e1421
}

.selector-box .option-card .option[data-v-06258e14]:hover {
    background-color: rgba(var(--theme_main_color_rgb), .1)
}

.selector-box .option-card-show[data-v-06258e14] {
    opacity: 1;
    pointer-events: auto
}

.catalog-button[data-v-467212f8] {
    display: none
}

@media screen and (max-width: 900px) {
    .catalog-button[data-v-467212f8] {
        margin-left: 15px;
        display: block;
        width: 18px;
        height: 18px
    }

    .catalog-button .catalog-icon[data-v-467212f8] {
        width: 18px;
        height: 18px;
        cursor: pointer
    }

    .catalog-button .catalog-bg[data-v-467212f8] {
        z-index: 10000;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(31, 35, 41, .4);
        display: flex;
        flex-direction: column
    }

    .catalog-button .catalog-bg .catalog[data-v-467212f8] {
        background: white;
        flex-grow: 1;
        width: 80%;
        display: flex;
        flex-direction: column;
        overflow-y: scroll;
        position: relative
    }

    .catalog-button .catalog-bg .catalog .close-button[data-v-467212f8] {
        position: absolute;
        top: 16px;
        right: 16px;
        width: 16px;
        height: 16px;
        cursor: pointer
    }

    .catalog-button .catalog-bg .catalog .title[data-v-467212f8] {
        margin: 15px 0 10px 20px;
        line-height: 20px;
        font-size: 16px;
        font-weight: 500;
        color: #0e1421
    }

    .catalog-button .catalog-bg .catalog[data-v-467212f8] .catalog-tree .item {
        min-height: 44px
    }

    .catalog-button .catalog-bg .catalog[data-v-467212f8] .catalog-tree .item .icon {
        min-width: 16px;
        margin-top: 14px;
        width: 16px;
        height: 16px
    }

    .catalog-button .catalog-bg .catalog[data-v-467212f8] .catalog-tree .item .text {
        margin: 10px 4px;
        flex-grow: 1;
        font-size: 14px;
        line-height: 24px;
        font-weight: 400;
        color: #0e1421
    }
}

.full-search-button[data-v-22d38a1c] {
    display: none
}

@media screen and (max-width: 900px) {
    .full-search-button[data-v-22d38a1c] {
        margin-right: 15px;
        display: block;
        width: 25px;
        height: 25px
    }

    .full-search-button .search-button[data-v-22d38a1c] {
        width: 25px;
        height: 25px;
        border-radius: 13px;
        background: transparent;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        border: 0;
        cursor: pointer
    }

    .full-search-button .search-button .icon[data-v-22d38a1c] {
        width: 20px;
        height: 20px
    }

    .full-search-button .search-main[data-v-22d38a1c] {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1000;
        background: white;
        display: flex;
        flex-direction: column
    }

    .full-search-button .search-main .input-line[data-v-22d38a1c] {
        height: 50px;
        display: flex;
        flex-direction: row;
        align-items: center;
        background: white;
        box-shadow: 0 2px 13px #99999914
    }

    .full-search-button .search-main .input-line .query-input[data-v-22d38a1c] {
        margin-left: 15px;
        flex-grow: 1;
        height: 38px;
        line-height: 38px;
        border-radius: 19px;
        box-sizing: border-box;
        border: 1px solid rgba(117, 130, 150, .2);
        padding: 0 15px;
        font-size: 14px;
        font-weight: 400;
        color: #0e1421;
        outline: none
    }

    .full-search-button .search-main .input-line .query-input[data-v-22d38a1c]::placeholder {
        color: #758296
    }

    .full-search-button .search-main .input-line .query-input[data-v-22d38a1c]:focus {
        border: 1px solid var(--theme_main_color)
    }

    .full-search-button .search-main .input-line .cancel-button[data-v-22d38a1c] {
        width: 58px;
        text-align: center;
        font-size: 14px;
        line-height: 100px;
        color: var(--theme_link_color)
    }

    .full-search-button .search-main .result-list[data-v-22d38a1c] {
        flex-grow: 1;
        overflow-y: scroll;
        padding: 15px 15px 10px
    }

    .full-search-button .search-main .result-list .search-item[data-v-22d38a1c] {
        margin: 0 0 15px;
        display: flex;
        flex-direction: column;
        box-sizing: border-box
    }

    .full-search-button .search-main .result-list .search-item .breadcrumb[data-v-22d38a1c] {
        display: flex;
        flex-direction: row;
        align-items: center
    }

    .full-search-button .search-main .result-list .search-item .breadcrumb a[data-v-22d38a1c] {
        text-decoration: none
    }

    .full-search-button .search-main .result-list .search-item .breadcrumb .catalog[data-v-22d38a1c] {
        font-size: 12px;
        font-weight: 400;
        color: #758296;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .full-search-button .search-main .result-list .search-item .breadcrumb .arrow[data-v-22d38a1c] {
        margin: 0 6px;
        width: 11px;
        height: 11px
    }

    .full-search-button .search-main .result-list .search-item .breadcrumb .doc[data-v-22d38a1c] {
        padding: 0;
        font-size: 11px;
        font-weight: 500;
        color: #0e1421;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .full-search-button .search-main .result-list .search-item .search-content[data-v-22d38a1c] {
        display: flex;
        flex-direction: row;
        align-items: center
    }

    .full-search-button .search-main .result-list .search-item .search-content .thumbnail[data-v-22d38a1c] {
        margin-right: 13px;
        width: 114px;
        height: 64px;
        position: relative
    }

    .full-search-button .search-main .result-list .search-item .search-content .thumbnail .cover[data-v-22d38a1c] {
        width: 114px;
        height: 64px
    }

    .full-search-button .search-main .result-list .search-item .search-content .thumbnail .play[data-v-22d38a1c] {
        width: 36px;
        height: 36px;
        position: absolute;
        left: 39px;
        top: 14px
    }

    .full-search-button .search-main .result-list .search-item .search-content .info[data-v-22d38a1c] {
        display: flex;
        flex-direction: column
    }

    .full-search-button .search-main .result-list .search-item .search-content .info a[data-v-22d38a1c] {
        color: inherit;
        text-decoration: none
    }

    .full-search-button .search-main .result-list .search-item .search-content .info .title[data-v-22d38a1c] {
        font-size: 15px;
        font-weight: 500;
        color: #0e1421;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        overflow: hidden;
        -webkit-box-orient: vertical
    }

    .full-search-button .search-main .result-list .search-item .search-content .info .title[data-v-22d38a1c]:hover {
        color: var(--theme_link_color)
    }

    .full-search-button .search-main .result-list .search-item .search-content .info .description[data-v-22d38a1c] {
        margin-top: 6px;
        font-size: 10px;
        font-weight: 400;
        text-overflow: ellipsis;
        display: -webkit-box;
        word-break: break-all;
        -webkit-line-clamp: 2;
        overflow: hidden;
        -webkit-box-orient: vertical
    }

    .full-search-button .search-main .result-list .search-item .search-content .info .tag-list[data-v-22d38a1c] {
        margin-top: 8px;
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap
    }

    .full-search-button .search-main .result-list .search-item .search-content .info .tag-list .tag[data-v-22d38a1c] {
        margin-right: 8px;
        padding-left: 8px;
        line-height: 20px;
        border-radius: 10px;
        font-size: 10px;
        font-weight: 400;
        color: #758296;
        position: relative
    }

    .full-search-button .search-main .result-list .search-item .search-content .info .tag-list .tag[data-v-22d38a1c]:before {
        content: "#";
        position: absolute;
        top: 0;
        left: 0
    }

    .full-search-button .search-main .result-list .search-item .search-content .info .tag-list .tag[data-v-22d38a1c]:hover {
        color: var(--theme_link_color)
    }

    .full-search-button .search-main .result-list .search-item .search-content .info .tag-list .tag-highlight[data-v-22d38a1c] {
        background: rgba(var(--theme_main_color_rgb), .08);
        color: var(--theme_link_color)
    }
}

.search-box[data-v-7de350bc] {
    padding: 20px 0;
    width: 470px;
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 0 4.33px 28.17px #99999914;
    display: flex;
    flex-direction: column
}

.search-box .box-content[data-v-7de350bc] {
    max-height: 380px;
    overflow-y: scroll;
    box-sizing: border-box
}

.search-box .box-content[data-v-7de350bc]:hover::-webkit-scrollbar-thumb {
    background: #D3D3D3;
    transition: all .3s;
    border-radius: 4px
}

.search-box .box-content[data-v-7de350bc]:hover::-webkit-scrollbar {
    width: 4px
}

.search-box .box-content[data-v-7de350bc]::-webkit-scrollbar {
    width: 4px
}

.search-box a[data-v-7de350bc] {
    text-decoration: none;
    color: inherit
}

.search-box .search-item[data-v-7de350bc] {
    margin: 10px 40px;
    display: flex;
    flex-direction: row;
    align-items: center
}

.search-box .search-item .thumbnail[data-v-7de350bc] {
    width: 126px;
    height: 72px;
    position: relative;
    margin-right: 18px
}

.search-box .search-item .thumbnail .cover[data-v-7de350bc] {
    width: 126px;
    height: 72px
}

.search-box .search-item .thumbnail .play[data-v-7de350bc] {
    width: 44px;
    height: 44px;
    position: absolute;
    left: 41px;
    top: 14px
}

.search-box .search-item .info[data-v-7de350bc] {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding-top: 8px
}

.search-box .search-item .info .title[data-v-7de350bc] {
    line-height: 20px;
    font-size: 18px;
    font-weight: 500;
    color: #0e1421;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical
}

.search-box .search-item .info .description[data-v-7de350bc] {
    margin-top: 6px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #758296;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical
}

.search-box .search-item .info .paragraph-box[data-v-7de350bc] {
    margin-top: 14px;
    border-left: 3px solid #D8D8D8;
    padding-left: 10px
}

.search-box .line[data-v-7de350bc] {
    margin: 20px 0;
    height: 1px;
    opacity: .1;
    background: #758296
}

.search-box .view-more[data-v-7de350bc] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

.search-box .view-more .view-more-link[data-v-7de350bc] {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-decoration: none
}

.search-box .view-more div[data-v-7de350bc] {
    font-size: 14px;
    font-weight: 400;
    color: #758296
}

.search-box .view-more img[data-v-7de350bc] {
    width: 18px;
    height: 18px
}

.search[data-v-85c3c98e] {
    width: 470px;
    margin-right: 20px;
    height: 40px;
    position: relative
}

.search .icon[data-v-85c3c98e] {
    position: absolute;
    left: 18px;
    top: 10px;
    width: 20px;
    height: 20px
}

.search .search-input[data-v-85c3c98e] {
    box-sizing: border-box;
    width: 470px;
    padding: 0 6px 0 44px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    border: 1px solid rgba(117, 130, 150, .1);
    outline: none;
    font-size: 14px
}

.search .search-input[data-v-85c3c98e]::placeholder {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #758296
}

.search .search-input[data-v-85c3c98e]:focus {
    border: 1px solid var(--theme_main_color)
}

.search .suggest-container[data-v-85c3c98e] {
    position: absolute;
    left: 0;
    top: 54px;
    z-index: 100
}

@media screen and (max-width: 900px) {
    .search[data-v-85c3c98e] {
        display: none
    }
}

.selector-box[data-v-6c029eb0] {
    cursor: pointer;
    position: relative;
    margin-right: 20px;
    -webkit-tap-highlight-color: transparent
}

.selector-box .curVersion[data-v-6c029eb0] {
    display: flex;
    align-items: center;
    height: 30px;
    font-size: 16px;
    font-weight: 400;
    color: #282a36
}

.selector-box .curVersion .lan-icon[data-v-6c029eb0] {
    margin-right: 6px;
    width: 20px;
    height: 20px
}

.selector-box .curVersion .arrow-icon[data-v-6c029eb0] {
    margin-left: 8px;
    width: 16px;
    height: 16px
}

.selector-box .option-card[data-v-6c029eb0] {
    z-index: 999;
    pointer-events: none;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 36px;
    width: 96px;
    border-radius: 4px;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #EDEFF2;
    box-shadow: 0 4px 26px #99999914;
    overflow: hidden
}

.selector-box .option-card .option[data-v-6c029eb0] {
    height: 38px;
    line-height: 38px;
    padding: 0 16px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    color: #282a36
}

.selector-box .option-card .option[data-v-6c029eb0]:hover {
    background-color: rgba(var(--theme_main_color_rgb), .1)
}

.selector-box .option-card-show[data-v-6c029eb0] {
    opacity: 1;
    pointer-events: auto
}

@media screen and (max-width: 900px) {
    .selector-box[data-v-6c029eb0] {
        margin-right: 10px
    }

    .selector-box .curVersion[data-v-6c029eb0] {
        height: 20px;
        font-size: 12px
    }

    .selector-box .curVersion .lan-icon[data-v-6c029eb0] {
        margin-right: 4px;
        width: 16px;
        height: 16px
    }

    .selector-box .curVersion .arrow-icon[data-v-6c029eb0] {
        width: 12px;
        height: 12px
    }

    .selector-box .option-card[data-v-6c029eb0] {
        top: 26px;
        width: 84px
    }

    .selector-box .option-card .option[data-v-6c029eb0] {
        height: 32px;
        line-height: 32px;
        font-size: 12px
    }
}

.header-wrapper[data-v-61084416] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: white;
    z-index: 1000;
    box-shadow: 0 4px 26px #99999914
}

.header[data-v-61084416] {
    margin: 0 auto;
    width: 100%;
    min-height: 80px;
    height: 80px;
    display: flex;
    flex-direction: row;
    align-items: center
}

.header a[data-v-61084416] {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-decoration: none
}

.header .logo[data-v-61084416] {
    margin-left: 20px;
    width: auto;
    height: 80px
}

.header .vline[data-v-61084416] {
    margin: 0 18px;
    width: 2px;
    height: 21px;
    background: #282B31
}

.header .title[data-v-61084416] {
    font-size: 18px;
    font-weight: 400;
    color: #282b31;
    white-space: nowrap
}

.header .space[data-v-61084416] {
    width: 0;
    flex-grow: 1
}

.header .right-links[data-v-61084416] {
    margin-right: 30px;
    display: flex;
    flex-direction: row;
    align-items: center
}

.header .right-links a[data-v-61084416] {
    margin-left: 20px;
    cursor: pointer;
    color: #1e242e;
    text-decoration: none;
    font-size: 16px
}

@media screen and (max-width: 900px) {
    .header[data-v-61084416] {
        width: 100%;
        min-height: 50px;
        height: 50px
    }

    .header .logo[data-v-61084416] {
        margin-left: 15px;
        width: auto;
        height: 50px
    }

    .header .vline[data-v-61084416] {
        margin: 0 12px;
        height: 15px
    }

    .header .title[data-v-61084416] {
        font-size: 12px
    }

    .header .right-links[data-v-61084416] {
        margin-left: -10px;
        margin-right: 15px
    }

    .header .right-links>*[data-v-61084416] {
        display: none
    }

    .header .right-links>*[data-v-61084416]:first-child {
        margin-left: 0;
        display: block;
        font-size: 12px
    }
}

.cover-layer[data-v-a5c4ff92] {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    position: absolute;
    display: flex;
    flex-direction: column;
    z-index: 1000
}

.cover-layer .action[data-v-a5c4ff92] {
    position: absolute;
    top: 0px;
    right: 0px;
    margin-left: auto;
    width: 55px;
    height: 30px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #0070FF;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.cover-layer .action img[data-v-a5c4ff92] {
    width: 16px !important;
    height: 16px !important;
    margin-top: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important
}

.cover-layer .action div[data-v-a5c4ff92] {
    margin-left: 2px;
    font-size: 12px;
    font-weight: 500;
    color: #fff
}

.cover-layer .cover[data-v-a5c4ff92] {
    width: 100%;
    flex-grow: 1;
    box-sizing: border-box;
    background: rgba(0, 112, 255, .2);
    border: 3px solid #0070FF
}

a[href=""][data-v-5c44f4bf] {
    cursor: default
}

.line[data-v-5c44f4bf] {
    width: 1px;
    height: 160px;
    background: #494D5A
}

.line.left[data-v-5c44f4bf] {
    left: 0
}

.footer-bg[data-v-5c44f4bf] {
    background: #0F1420;
    color: #d3d3d3;
    box-sizing: border-box;
    width: 100%;
    min-width: 1200px;
    padding: 36px 0 40px
}

.footer-top[data-v-5c44f4bf] {
    margin: 0 auto;
    width: 1200px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
    border-bottom: #494D5A 1px solid;
    height: 160px
}

.footer-top .qrcode[data-v-5c44f4bf] {
    width: 273px;
    height: 100%;
    box-sizing: border-box;
    position: relative;
    padding: 0 32.5px 14px 14px
}

.footer-top .qrcode p[data-v-5c44f4bf] {
    text-align: center;
    margin: 15px 0 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    color: #d3d3d3;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    box-sizing: border-box;
    -webkit-box-orient: vertical;
    display: -webkit-box
}

.footer-top .qrcode img[data-v-5c44f4bf] {
    width: auto;
    height: 103px;
    display: block;
    margin: 0 auto;
    object-fit: cover
}

.footer-top .qrcode .occupy[data-v-5c44f4bf] {
    width: 103px;
    height: 103px;
    display: block;
    margin: 0 auto
}

.footer-style-extra[data-v-5c44f4bf] {
    padding: 44px 0 0;
    color: #fff
}

.footer-style-extra .footer-container[data-v-5c44f4bf] {
    box-sizing: content-box;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 12px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.footer-style-extra .footer-container .logo-column[data-v-5c44f4bf] {
    position: relative;
    margin-right: 16px;
    display: flex;
    flex-direction: row
}

.footer-style-extra .footer-container .logo-column .logo-image[data-v-5c44f4bf] {
    height: 40px;
    width: auto;
    margin-right: 4px
}

.footer-style-extra .footer-container .logo-column .logo-text[data-v-5c44f4bf] {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;
    margin: 0
}

.footer-style-extra .footer-container .logo-column .desc[data-v-5c44f4bf] {
    font-size: 14px;
    line-height: 2;
    margin: 20px 0 0
}

.footer-style-extra .footer-container .logo-column .logo-line[data-v-5c44f4bf] {
    margin-top: 30px;
    width: 24px;
    height: 2px;
    background: hsla(0, 0%, 100%, .2)
}

.footer-style-extra .footer-container .qr-code-h5[data-v-5c44f4bf] {
    display: none;
    position: relative
}

.footer-style-extra .footer-container .column[data-v-5c44f4bf] {
    font-size: 14px;
    font-weight: 400;
    color: #ffffffb3;
    line-height: 1.5714;
    margin: 10px 16px 32px 0;
    flex-wrap: wrap
}

.footer-style-extra .footer-container .column h2[data-v-5c44f4bf] {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 1.375;
    margin-bottom: 32px;
    position: relative
}

.footer-style-extra .footer-container .column ul[data-v-5c44f4bf] {
    list-style: none;
    margin: 0;
    padding: 0
}

.footer-style-extra .footer-container .column li[data-v-5c44f4bf] {
    margin-top: 20px;
    position: relative
}

.footer-style-extra .footer-container .column a[data-v-5c44f4bf] {
    color: inherit;
    text-decoration: inherit
}

.footer-style-extra .footer-container .qr-code[data-v-5c44f4bf] {
    position: relative;
    line-height: 1.5;
    text-align: center;
    font-size: 12px;
    color: #fff6;
    margin-bottom: 32px
}

.footer-style-extra .footer-container .qr-code .qr-image[data-v-5c44f4bf] {
    width: 100px;
    height: 100px;
    object-fit: contain
}

.footer-style-extra .footer-container .qr-code .qr-text[data-v-5c44f4bf] {
    margin-top: 8px;
    width: 100px
}

.footer-style-extra .extra-line[data-v-5c44f4bf] {
    margin: 68px auto 0;
    max-width: 1200px;
    height: 1px;
    background: hsla(0, 0%, 100%, .15)
}

.footer-style-extra .copyright[data-v-5c44f4bf] {
    display: none
}

.article-list[data-v-5c44f4bf] {
    height: 100%;
    position: relative;
    flex: 1;
    box-sizing: border-box;
    padding: 0 36px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.article-list[data-v-5c44f4bf]::-webkit-scrollbar {
    width: 0
}

.article-list .article-list-inner[data-v-5c44f4bf] {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: auto;
    margin-bottom: auto;
    overflow-y: scroll
}

.article-list .article-list-inner[data-v-5c44f4bf]::-webkit-scrollbar {
    width: 0
}

.article-list .article-item .title[data-v-5c44f4bf] {
    font-size: 14px;
    line-height: 20px;
    color: #d3d3d3;
    margin: 0;
    width: 100%;
    user-select: text
}

.article-list .article-item .content[data-v-5c44f4bf] {
    margin: 6px 0 14px;
    font-size: 12px;
    line-height: 18px;
    color: #8c99a6;
    width: 100%;
    user-select: text
}

.article-list .article-item a[data-v-5c44f4bf] {
    color: #8c99a6;
    text-decoration: none
}

.article-list .article-item[data-v-5c44f4bf]:first-child {
    margin-top: 6px
}

.footer-bottom[data-v-5c44f4bf] {
    margin: 0 auto;
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0em;
    color: #d3d3d3
}

.footer-bottom p[data-v-5c44f4bf] {
    margin: 30px 0 0
}

.footer-bottom p a[data-v-5c44f4bf] {
    color: #d3d3d3;
    text-decoration: none
}

.img-text-list[data-v-5c44f4bf] {
    position: relative;
    display: flex;
    height: 100%;
    box-sizing: border-box;
    padding-left: 40px;
    flex-direction: row
}

.img-text-list[data-v-5c44f4bf]::-webkit-scrollbar {
    background: transparent;
    height: 4px
}

.img-text-list[data-v-5c44f4bf]:hover::-webkit-scrollbar-thumb {
    background: #D3D3D3;
    transition: all .3s;
    border-radius: 4px
}

.img-text-list .img-text-item[data-v-5c44f4bf] {
    width: 186px;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    border-radius: 8px
}

.img-text-list .img-text-item img[data-v-5c44f4bf] {
    width: 186px;
    height: 100%;
    border-radius: 8px;
    object-fit: cover
}

.img-text-list .img-text-item .text-bg[data-v-5c44f4bf] {
    width: 186px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    padding-bottom: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px
}

.img-text-list .img-text-item .text[data-v-5c44f4bf] {
    margin: 0;
    font-size: 12px;
    height: 36px;
    line-height: 14px;
    color: #758296;
    padding: 8px 8px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    box-sizing: border-box;
    -webkit-box-orient: vertical;
    display: -webkit-box
}

.img-text-list .img-text-item-cursor[data-v-5c44f4bf] {
    cursor: pointer
}

.img-text-list .img-text-item+.img-text-item[data-v-5c44f4bf] {
    margin-left: 10px
}

.img-text-list .img-text-item-single[data-v-5c44f4bf],
.img-text-list .img-text-item-single img[data-v-5c44f4bf],
.img-text-list .img-text-item-single .text-bg[data-v-5c44f4bf] {
    width: 578px
}

.img-text-list .img-text-item-double[data-v-5c44f4bf],
.img-text-list .img-text-item-double img[data-v-5c44f4bf],
.img-text-list .img-text-item-double .text-bg[data-v-5c44f4bf] {
    width: 284px
}

.pr[data-v-5c44f4bf] {
    position: relative;
    cursor: pointer
}

.article-list .article-item:last-child .content[data-v-5c44f4bf] {
    margin-bottom: 6px
}

@media screen and (max-width: 1200px) {
    .footer-bg[data-v-5c44f4bf] {
        min-width: unset
    }

    .footer-bg .footer-top[data-v-5c44f4bf] {
        width: unset
    }

    .footer-bg .footer-bottom[data-v-5c44f4bf] {
        width: unset;
        padding: 0 20px
    }
}

@media screen and (max-width: 900px) {
    .footer-bg[data-v-5c44f4bf] {
        min-width: unset;
        padding: 0
    }

    .footer-bg .footer-top[data-v-5c44f4bf] {
        padding-top: 24px;
        width: unset;
        flex-wrap: wrap;
        justify-content: center;
        height: unset;
        flex-direction: column-reverse;
        border-bottom: none
    }

    .footer-bg .footer-top .line[data-v-5c44f4bf] {
        height: 1px;
        width: auto;
        margin: 0 15px
    }

    .footer-bg .footer-top .img-text-list[data-v-5c44f4bf] {
        box-sizing: border-box;
        width: 100%;
        padding-left: 15px;
        overflow-x: scroll;
        display: flex;
        flex-direction: row
    }

    .footer-bg .footer-top .img-text-list .img-text-item[data-v-5c44f4bf] {
        width: 139px;
        height: 136px;
        margin-right: 15px;
        margin-bottom: 25px
    }

    .footer-bg .footer-top .img-text-list .img-text-item img[data-v-5c44f4bf] {
        width: 139px;
        height: 136px
    }

    .footer-bg .footer-top .img-text-list .img-text-item .text-bg[data-v-5c44f4bf] {
        width: 139px
    }

    .footer-bg .footer-top .img-text-list .img-text-item .text[data-v-5c44f4bf] {
        height: 36px;
        font-size: 12px;
        line-height: 14px;
        width: 100%;
        border-radius: 0 0 8px 8px
    }

    .footer-bg .footer-top .img-text-list .img-text-item+.img-text-item[data-v-5c44f4bf] {
        margin-left: 0
    }

    .footer-bg .footer-top .img-text-list .img-text-item-single[data-v-5c44f4bf],
    .footer-bg .footer-top .img-text-list .img-text-item-single img[data-v-5c44f4bf],
    .footer-bg .footer-top .img-text-list .img-text-item-single .text-bg[data-v-5c44f4bf] {
        width: 447px
    }

    .footer-bg .footer-top .img-text-list .img-text-item-double[data-v-5c44f4bf],
    .footer-bg .footer-top .img-text-list .img-text-item-double img[data-v-5c44f4bf],
    .footer-bg .footer-top .img-text-list .img-text-item-double .text-bg[data-v-5c44f4bf] {
        width: 216px
    }

    .footer-bg .footer-top .article-list[data-v-5c44f4bf] {
        margin: 24px 15px;
        width: calc(100% - 30px);
        height: auto;
        max-height: unset;
        padding: 0;
        flex: unset
    }

    .footer-bg .footer-top .article-list .article-item .title[data-v-5c44f4bf] {
        font-size: 14px;
        line-height: 20px
    }

    .footer-bg .footer-top .article-list .article-item .content[data-v-5c44f4bf] {
        margin: 6px 0 14px;
        font-size: 12px;
        line-height: 18px
    }

    .footer-bg .footer-top .qrcode[data-v-5c44f4bf] {
        padding: 24px 14px 14px;
        width: 300px;
        align-self: center
    }

    .footer-bg .footer-top .qrcode img[data-v-5c44f4bf] {
        width: auto;
        height: 103px
    }

    .footer-bg .footer-top .qrcode p[data-v-5c44f4bf] {
        margin-top: 23px;
        font-size: 10px;
        line-height: 18px
    }

    .footer-bg .footer-bottom[data-v-5c44f4bf] {
        display: none
    }

    .footer-bg .footer-bottom-single[data-v-5c44f4bf] {
        display: flex;
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
        justify-content: center
    }

    .footer-bg .footer-bottom-single .beian[data-v-5c44f4bf] {
        display: none
    }

    .footer-bg .footer-bottom-single p[data-v-5c44f4bf] {
        margin-top: 0
    }

    .footer-style-extra[data-v-5c44f4bf] {
        padding: 68px 0 0
    }

    .footer-style-extra .footer-container[data-v-5c44f4bf] {
        justify-content: center
    }

    .footer-style-extra .footer-container .logo-column[data-v-5c44f4bf] {
        width: 100%;
        justify-content: center
    }

    .footer-style-extra .footer-container .logo-column .logo-image[data-v-5c44f4bf] {
        height: 27px;
        margin-right: 10px
    }

    .footer-style-extra .footer-container .logo-column .logo-text[data-v-5c44f4bf] {
        font-size: 14px;
        line-height: 27px
    }

    .footer-style-extra .footer-container .logo-column .desc[data-v-5c44f4bf],
    .footer-style-extra .footer-container .logo-column .logo-line[data-v-5c44f4bf] {
        display: none
    }

    .footer-style-extra .footer-container .qr-code-h5[data-v-5c44f4bf] {
        margin-top: 36px;
        margin-bottom: 36px;
        display: block;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .footer-style-extra .footer-container .qr-code-h5 .qr-image[data-v-5c44f4bf] {
        width: 88px;
        height: 88px
    }

    .footer-style-extra .footer-container .qr-code-h5 .qr-text[data-v-5c44f4bf] {
        text-align: center;
        max-width: 132px;
        margin-top: 8px;
        font-size: 10px;
        font-weight: 400;
        letter-spacing: 0em;
        color: #e8e0e0
    }

    .footer-style-extra .footer-container .column[data-v-5c44f4bf] {
        margin: 0 8px;
        width: 96px
    }

    .footer-style-extra .footer-container .column h2[data-v-5c44f4bf] {
        text-align: center;
        font-size: 18px;
        margin-bottom: 24px
    }

    .footer-style-extra .footer-container .column li[data-v-5c44f4bf] {
        font-size: 12px;
        text-align: center
    }

    .footer-style-extra .footer-container .qr-code[data-v-5c44f4bf] {
        display: none
    }

    .footer-style-extra .extra-line[data-v-5c44f4bf] {
        margin-top: 36px;
        margin-left: 36px;
        margin-right: 36px;
        background: rgba(216, 216, 216, .5)
    }

    .footer-style-extra .copyright[data-v-5c44f4bf] {
        text-align: center;
        margin-top: 28px;
        padding-bottom: 39px;
        display: block;
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 0em;
        color: #e8e0e0
    }
}

.bottom .action {
    position: relative;
    top: 30px
}

.main-phone .footer-bg {
    min-width: unset;
    padding: 0
}

.main-phone .footer-bg .footer-top {
    padding-top: 24px;
    width: unset;
    flex-wrap: wrap;
    justify-content: center;
    height: unset;
    flex-direction: column-reverse;
    border-bottom: none
}

.main-phone .footer-bg .footer-top .line {
    height: 1px;
    width: auto;
    margin: 0 15px
}

.main-phone .footer-bg .footer-top .img-text-list {
    box-sizing: border-box;
    width: 100%;
    padding-left: 15px;
    overflow-x: scroll;
    display: flex;
    flex-direction: row
}

.main-phone .footer-bg .footer-top .img-text-list .img-text-item {
    width: 139px;
    height: 156px;
    margin-right: 15px;
    margin-bottom: 25px
}

.main-phone .footer-bg .footer-top .img-text-list .img-text-item img {
    width: 139px;
    height: 156px
}

.main-phone .footer-bg .footer-top .img-text-list .img-text-item .text-bg {
    width: 139px
}

.main-phone .footer-bg .footer-top .img-text-list .img-text-item .text {
    height: 36px;
    font-size: 12px;
    line-height: 14px;
    width: 100%;
    border-radius: 0 0 8px 8px
}

.main-phone .footer-bg .footer-top .img-text-list .img-text-item+.img-text-item {
    margin-left: 0
}

.main-phone .footer-bg .footer-top .img-text-list .img-text-item-single,
.main-phone .footer-bg .footer-top .img-text-list .img-text-item-single img,
.main-phone .footer-bg .footer-top .img-text-list .img-text-item-single .text-bg {
    width: 447px
}

.main-phone .footer-bg .footer-top .img-text-list .img-text-item-double,
.main-phone .footer-bg .footer-top .img-text-list .img-text-item-double img,
.main-phone .footer-bg .footer-top .img-text-list .img-text-item-double .text-bg {
    width: 216px
}

.main-phone .footer-bg .footer-top .article-list {
    margin: 24px 15px;
    width: calc(100% - 30px);
    height: auto;
    max-height: unset;
    padding: 0;
    flex: unset
}

.main-phone .footer-bg .footer-top .article-list .article-item .title {
    font-size: 14px;
    line-height: 20px
}

.main-phone .footer-bg .footer-top .article-list .article-item .content {
    margin: 6px 0 14px;
    font-size: 12px;
    line-height: 18px
}

.main-phone .footer-bg .footer-top .qrcode {
    padding: 24px 14px 14px;
    width: 300px;
    align-self: center
}

.main-phone .footer-bg .footer-top .qrcode img {
    width: auto;
    height: 103px
}

.main-phone .footer-bg .footer-top .qrcode p {
    margin-top: 23px;
    font-size: 10px;
    line-height: 18px
}

.main-phone .footer-bg .footer-bottom {
    display: none
}

.main-phone .footer-bg .footer-bottom-single {
    display: flex;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    justify-content: center
}

.main-phone .footer-bg .footer-bottom-single .beian {
    display: none
}

.main-phone .footer-bg .footer-bottom-single p {
    margin-top: 0
}

.main-phone .footer-style-extra {
    padding: 68px 0 0
}

.main-phone .footer-style-extra .footer-container {
    justify-content: center
}

.main-phone .footer-style-extra .footer-container .logo-column {
    width: 100%;
    justify-content: center
}

.main-phone .footer-style-extra .footer-container .logo-column .logo-image {
    height: 27px;
    margin-right: 10px
}

.main-phone .footer-style-extra .footer-container .logo-column .logo-text {
    font-size: 14px;
    line-height: 27px
}

.main-phone .footer-style-extra .footer-container .logo-column .desc,
.main-phone .footer-style-extra .footer-container .logo-column .logo-line {
    display: none
}

.main-phone .footer-style-extra .footer-container .qr-code-h5 {
    margin-top: 36px;
    margin-bottom: 36px;
    display: block;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center
}

.main-phone .footer-style-extra .footer-container .qr-code-h5 .qr-image {
    width: 88px;
    height: 88px
}

.main-phone .footer-style-extra .footer-container .qr-code-h5 .qr-text {
    text-align: center;
    max-width: 132px;
    margin-top: 8px;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0em;
    color: #e8e0e0
}

.main-phone .footer-style-extra .footer-container .column {
    margin: 0 8px;
    width: 96px
}

.main-phone .footer-style-extra .footer-container .column h2 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 24px
}

.main-phone .footer-style-extra .footer-container .column li {
    font-size: 12px;
    text-align: center
}

.main-phone .footer-style-extra .footer-container .qr-code {
    display: none
}

.main-phone .footer-style-extra .extra-line {
    margin-top: 36px;
    margin-left: 36px;
    margin-right: 36px;
    background: rgba(216, 216, 216, .5)
}

.main-phone .footer-style-extra .copyright {
    text-align: center;
    margin-top: 28px;
    padding-bottom: 39px;
    display: block;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0em;
    color: #e8e0e0
}

.banner[data-v-23a964d8] {
    position: relative;
    width: 100%;
    height: 412px;
    background: var(--theme_main_color);
    margin: 80px auto 0;
    display: flex;
    justify-content: center
}

.banner .slogon-box[data-v-23a964d8] {
    min-width: 570px;
    max-width: 670px;
    display: flex;
    flex-direction: column
}

.banner .slogon-box .slogon[data-v-23a964d8] {
    line-height: 55px;
    font-size: 34px;
    font-weight: 700;
    color: var(--theme_text_color_on_main);
    margin-top: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.banner .slogon-box .description[data-v-23a964d8] {
    margin-top: 16px;
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
    color: var(--theme_text_color_on_main);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.banner .slogon-box .search[data-v-23a964d8] {
    position: relative;
    width: 520px;
    height: 60px;
    margin-top: 32px
}

.banner .slogon-box .search .search-input[data-v-23a964d8] {
    box-sizing: border-box;
    padding: 0 65px 0 40px;
    width: 520px;
    background: white;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    border: 1px solid var(--theme_main_color);
    outline: none;
    font-size: 14px
}

.banner .slogon-box .search .search-input[data-v-23a964d8]::placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #758296
}

.banner .slogon-box .search .search-input[data-v-23a964d8]:focus {
    border: 1px solid var(--theme_main_color)
}

.banner .slogon-box .search .search-button[data-v-23a964d8] {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 50px;
    width: 122px;
    border-radius: 25px;
    background: var(--theme_main_color);
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 50px;
    color: var(--theme_text_color_on_main);
    cursor: pointer
}

.banner .slogon-box .search .search-button[data-v-23a964d8]:hover {
    opacity: .8
}

.banner .slogon-box .search .search-button[data-v-23a964d8]:active {
    opacity: 1;
    background: var(--theme_main_color)
}

.banner .slogon-box .search .search-input-h5[data-v-23a964d8],
.banner .slogon-box .search .search-button-h5[data-v-23a964d8] {
    display: none
}

.banner .slogon-box .search .suggest-container[data-v-23a964d8] {
    position: absolute;
    left: 0;
    top: 84px;
    z-index: 100
}

.banner .bg[data-v-23a964d8] {
    width: 550px;
    height: 380px;
    margin-left: 13px;
    margin-top: 10px;
    object-fit: contain
}

@media screen and (max-width: 900px) {
    .banner[data-v-23a964d8] {
        flex-direction: column;
        align-items: center;
        height: 337px;
        margin-top: 50px
    }

    .banner[data-v-23a964d8] .full-search-button .search-button {
        display: none
    }

    .banner .slogon-box[data-v-23a964d8] {
        align-items: center;
        width: 100%;
        min-height: 135px;
        min-width: unset;
        max-width: unset
    }

    .banner .slogon-box .slogon[data-v-23a964d8] {
        height: 29px;
        line-height: 29px;
        font-size: 20px;
        font-weight: 700;
        color: var(--theme_text_color_on_main);
        margin-top: 32px;
        max-width: calc(100% - 30px)
    }

    .banner .slogon-box .description[data-v-23a964d8] {
        display: block;
        margin-top: 10px;
        line-height: 17px;
        font-size: 12px;
        max-width: calc(100% - 30px)
    }

    .banner .slogon-box .search[data-v-23a964d8] {
        position: relative;
        width: 236px;
        height: 32px;
        margin-top: 15px
    }

    .banner .slogon-box .search .search-input[data-v-23a964d8],
    .banner .slogon-box .search .search-button[data-v-23a964d8] {
        display: none
    }

    .banner .slogon-box .search .search-input-h5[data-v-23a964d8] {
        display: block;
        padding: 0 32px 0 20px;
        width: 100%;
        height: 100%;
        background: white;
        line-height: 32px;
        border-radius: 19px;
        font-size: 12px;
        box-sizing: border-box;
        outline: none;
        border: 1px solid var(--theme_main_color)
    }

    .banner .slogon-box .search .search-input-h5[data-v-23a964d8]::placeholder {
        font-size: 12px;
        font-weight: 400;
        color: #758296
    }

    .banner .slogon-box .search .search-input-h5[data-v-23a964d8]:focus {
        border: 1px solid var(--theme_main_color)
    }

    .banner .slogon-box .search .search-button-h5[data-v-23a964d8] {
        display: block;
        box-sizing: border-box;
        position: absolute;
        top: 2px;
        right: 2px;
        height: 28px;
        width: 67px;
        border-radius: 16px;
        background: var(--theme_main_color);
        text-align: center;
        font-size: 12px;
        font-weight: 700;
        line-height: 28px;
        color: var(--theme_text_color_on_main);
        cursor: pointer;
        white-space: nowrap
    }

    .banner .slogon-box .search .search-button-h5[data-v-23a964d8]:hover {
        opacity: .8
    }

    .banner .slogon-box .search .search-button-h5[data-v-23a964d8]:active {
        opacity: 1;
        background: var(--theme_main_color)
    }

    .banner .bg[data-v-23a964d8] {
        width: 231px;
        height: 212px;
        margin-left: 0;
        margin-top: 0
    }
}

.swiper-banner[data-v-24217304] {
    position: relative
}

.banner-swiper-outer[data-v-24217304] {
    margin-top: 80px;
    width: 100%;
    min-width: 1230px;
    box-sizing: border-box;
    position: relative;
    height: 412px;
    overflow: hidden
}

.banner-swiper-outer .swiper-box[data-v-24217304] {
    width: 100%;
    height: 100%;
    display: flex;
    box-sizing: border-box;
    cursor: pointer
}

.banner-swiper-outer .swiper-box .swiper-banner[data-v-24217304] {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    z-index: inherit;
    position: relative
}

.banner-swiper-outer .swiper-box .swiper-banner img[data-v-24217304] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.banner-swiper-outer ol[data-v-24217304] {
    position: absolute;
    bottom: 36px;
    left: 50%;
    transform: translate(-50%);
    z-index: 10;
    list-style-type: none;
    display: flex;
    align-items: center
}

.banner-swiper-outer ol li[data-v-24217304] {
    padding: 4px;
    box-sizing: border-box;
    list-style-type: none;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center
}

.banner-swiper-outer ol li+li[data-v-24217304] {
    margin-left: 4px
}

.banner-swiper-outer ol li .dot[data-v-24217304] {
    flex: 1;
    background: rgba(255, 255, 255, .3);
    height: 8px;
    width: 8px;
    border-radius: 4px
}

.banner-swiper-outer ol .selected .dot[data-v-24217304] {
    flex: 1;
    width: 36px;
    background: #fff;
    height: 8px;
    border-radius: 4px
}

@media screen and (max-width: 900px) {
    .banner-swiper-outer[data-v-24217304] {
        margin-top: 50px;
        min-width: inherit;
        height: 28.6111111111vw
    }

    .banner-swiper-outer ol[data-v-24217304] {
        bottom: 14px
    }
}

.swiper-outer[data-v-7de3dbb8] {
    width: 100%;
    box-sizing: border-box;
    position: relative
}

.swiper-outer .swiper-box[data-v-7de3dbb8] {
    width: 100%;
    height: 100%;
    display: flex;
    box-sizing: border-box;
    flex-wrap: nowrap;
    padding-top: 24px
}

.swiper-outer .swiper-box>a[data-v-7de3dbb8] {
    text-decoration: none;
    margin-left: 4px;
    margin-right: -4px
}

.swiper-outer .swiper-box>a .doc-item[data-v-7de3dbb8] {
    margin-left: 0;
    margin-right: 0
}

.swiper-outer .swiper-box>a+a[data-v-7de3dbb8] {
    margin-left: 24px
}

.swiper-outer .swiper-box .swiper-banner[data-v-7de3dbb8] {
    flex-shrink: 0;
    z-index: inherit
}

.swiper-outer .swiper-box .doc-item[data-v-7de3dbb8] {
    width: 282px;
    border-radius: 4px;
    background: #FFFFFF;
    box-shadow: 0 4px 26px #99999914;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    margin: 4px -4px 30px 4px;
    position: relative
}

.swiper-outer .swiper-box .doc-item+.doc-item[data-v-7de3dbb8] {
    margin-left: 24px
}

.swiper-outer .swiper-box .doc-item[data-v-7de3dbb8]:hover {
    box-shadow: 0 4px 26px #99999929
}

.swiper-outer .swiper-box .doc-item img[data-v-7de3dbb8] {
    width: 70px;
    height: 70px;
    object-fit: cover;
    margin-top: 24px
}

.swiper-outer .swiper-box .doc-item .title[data-v-7de3dbb8] {
    font-size: 20px;
    font-weight: 500;
    color: #0e1421;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 16px 10px 0
}

.swiper-outer .swiper-box .doc-item .desc[data-v-7de3dbb8] {
    margin-top: 12px;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    height: 34px;
    line-height: 17px;
    font-size: 12px;
    color: #758296;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all
}

.swiper-outer .swiper-box .doc-item .btn[data-v-7de3dbb8] {
    margin-top: 20px;
    height: 50px;
    width: 100%;
    border-top: 1px solid #F4F4F4;
    font-size: 12px;
    color: var(--theme_link_color);
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box
}

@media screen and (max-width: 900px) {
    .swiper-outer[data-v-7de3dbb8] {
        padding-top: 24px
    }

    .swiper-outer .swiper-box[data-v-7de3dbb8] {
        flex-wrap: wrap;
        padding: 0 15px
    }

    .swiper-outer .swiper-box>a[data-v-7de3dbb8] {
        width: calc(50% - 8px)
    }

    .swiper-outer .swiper-box>a .doc-item[data-v-7de3dbb8] {
        width: auto
    }

    .swiper-outer .swiper-box>a .doc-item+.doc-item[data-v-7de3dbb8] {
        margin-left: 0
    }

    .swiper-outer .swiper-box>a .doc-item[data-v-7de3dbb8]:nth-child(2n) {
        margin-left: 0
    }

    .swiper-outer .swiper-box>a+a[data-v-7de3dbb8] {
        margin-left: 4px
    }

    .swiper-outer .swiper-box>a[data-v-7de3dbb8]:nth-child(2n) {
        margin-left: 16px
    }

    .swiper-outer .swiper-box .doc-item[data-v-7de3dbb8] {
        width: calc(50% - 8px);
        box-shadow: 0 2.37px 15.4px #99999914;
        margin-bottom: 15px
    }

    .swiper-outer .swiper-box .doc-item+.doc-item[data-v-7de3dbb8] {
        margin-left: 4px
    }

    .swiper-outer .swiper-box .doc-item[data-v-7de3dbb8]:nth-child(2n) {
        margin-left: 16px
    }

    .swiper-outer .swiper-box .doc-item img[data-v-7de3dbb8] {
        width: 46px;
        height: 46px;
        margin-top: 12px
    }

    .swiper-outer .swiper-box .doc-item .title[data-v-7de3dbb8] {
        font-size: 14px;
        margin-top: 10px
    }

    .swiper-outer .swiper-box .doc-item .desc[data-v-7de3dbb8] {
        font-size: 12px;
        height: 36px;
        line-height: 18px;
        margin-top: 4px
    }

    .swiper-outer .swiper-box .doc-item .btn[data-v-7de3dbb8] {
        margin-top: 10px;
        height: 36px
    }
}

.banner-swiper-outer[data-v-651e5ac4] {
    margin-top: 80px;
    width: 100%;
    min-width: 1230px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden
}

.banner-swiper-outer .swiper-box[data-v-651e5ac4] {
    width: 100%;
    height: 100%;
    display: flex;
    box-sizing: border-box;
    cursor: pointer
}

.banner-swiper-outer .swiper-box .swiper-banner[data-v-651e5ac4] {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    z-index: inherit;
    position: relative
}

.banner-swiper-outer .swiper-box .swiper-banner img[data-v-651e5ac4] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.banner-swiper-outer ol[data-v-651e5ac4] {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%);
    z-index: 10;
    list-style-type: none;
    display: flex;
    align-items: center
}

.banner-swiper-outer ol li[data-v-651e5ac4] {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    list-style-type: none;
    background: rgba(255, 255, 255, .3);
    cursor: pointer
}

.banner-swiper-outer ol li+li[data-v-651e5ac4] {
    margin-left: 8px
}

.banner-swiper-outer ol .selected[data-v-651e5ac4] {
    width: 36px;
    background: #fff
}

@media screen and (max-width: 900px) {
    .banner-swiper-outer[data-v-651e5ac4] {
        margin-top: 50px;
        min-width: inherit;
        height: 220px
    }
}

.bg[data-v-30279018] {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: visible;
    background: rgba(0, 0, 0, .8);
    display: flex;
    overflow-y: auto
}

.bg[data-v-30279018]::-webkit-scrollbar {
    width: 0px
}

.bg .dialog[data-v-30279018] {
    margin: auto;
    position: relative;
    max-width: 1230px;
    border-radius: 6px;
    box-sizing: border-box
}

.bg .dialog .iframe-container[data-v-30279018] {
    position: relative;
    padding-top: 56.25%
}

.bg .dialog .iframe-container iframe[data-v-30279018] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.bg .close-icon[data-v-30279018] {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 16px;
    right: 16px;
    cursor: pointer;
    z-index: 100
}

@media screen and (max-width: 900px) {
    .bg .dialog .iframe-container .close-icon[data-v-30279018] {
        display: none
    }

    .bg .close-icon[data-v-30279018] {
        top: 10px;
        right: 10px
    }
}

.tag-line[data-v-eb1338fe] {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 20px;
    color: var(--theme_link_color);
    font-size: 14px
}

.main-body[data-v-eb1338fe] {
    display: flex;
    flex-direction: column
}

.main-body .heading[data-v-eb1338fe] {
    margin: 30px auto 28px;
    padding: 0 10px;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    color: #0e1421;
    position: relative
}

.main-body .focus-index[data-v-eb1338fe] {
    margin: 56px auto 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 1200px
}

.main-body .focus-index a[data-v-eb1338fe] {
    text-decoration: none
}

.main-body .focus-list[data-v-eb1338fe] {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 1230px
}

.main-body .focus-list a[data-v-eb1338fe] {
    text-decoration: none
}

.main-body .focus-list .doc-item[data-v-eb1338fe] {
    width: 380px;
    margin: 0 15px 30px;
    padding-bottom: 10px;
    background: #FFFFFF;
    box-shadow: 0 4px 26px #99999914;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    border: 2px solid transparent;
    box-sizing: border-box
}

.main-body .focus-list .doc-item[data-v-eb1338fe]:hover {
    border: 2px solid var(--theme_main_color);
    box-shadow: 0 4px 26px #99999929
}

.main-body .focus-list .doc-item .image-box[data-v-eb1338fe] {
    width: 380px;
    height: 238px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative
}

.main-body .focus-list .doc-item .image-box .image[data-v-eb1338fe] {
    object-fit: cover;
    width: 380px;
    height: 238px
}

.main-body .focus-list .doc-item .image-box .play-icon[data-v-eb1338fe] {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto
}

.main-body .focus-list .doc-item .title-line[data-v-eb1338fe] {
    display: flex;
    flex-direction: column
}

.main-body .focus-list .doc-item .title-line .title[data-v-eb1338fe] {
    font-size: 20px;
    line-height: 29px;
    font-weight: 500;
    color: #0e1421;
    margin: 18px 30px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.main-body .focus-list .doc-item .title-line .duration[data-v-eb1338fe] {
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #758296;
    margin: 10px 30px 0
}

.main-body .activities-banner-list[data-v-eb1338fe] {
    box-sizing: border-box;
    width: 1200px;
    margin: 0 auto;
    height: 276px
}

.main-body .subject-list[data-v-eb1338fe] {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 1230px
}

.main-body .subject-list a[data-v-eb1338fe] {
    text-decoration: none
}

.main-body .subject-list .doc-item[data-v-eb1338fe] {
    width: 380px;
    height: 383px;
    margin: 0 15px 30px;
    background: #FFFFFF;
    border-radius: 4px;
    box-shadow: 0 4px 26px #99999914;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    box-sizing: border-box;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden
}

.main-body .subject-list .doc-item[data-v-eb1338fe]:hover {
    border: 2px solid var(--theme_main_color);
    box-shadow: 0 4px 26px #99999929
}

.main-body .subject-list .doc-item .image-box[data-v-eb1338fe] {
    width: 100%;
    height: 238px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative
}

.main-body .subject-list .doc-item .image-box .image[data-v-eb1338fe] {
    object-fit: cover;
    width: 100%;
    height: 238px
}

.main-body .subject-list .doc-item .title-line[data-v-eb1338fe] {
    display: flex;
    flex-direction: column;
    padding: 0 30px
}

.main-body .subject-list .doc-item .title-line .title[data-v-eb1338fe] {
    font-size: 20px;
    min-height: 29px;
    line-height: 29px;
    font-weight: 500;
    color: #0e1421;
    margin-top: 18px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.main-body .subject-list .doc-item .title-line .tag-line[data-v-eb1338fe] {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 20px;
    font-size: 14px
}

.main-body .subject-list .doc-item .title-line .desc[data-v-eb1338fe] {
    margin-top: 10px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #758296;
    min-height: 40px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.main-body .section-list[data-v-eb1338fe] {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 1230px;
    flex-wrap: wrap
}

.main-body .section-list .section-card[data-v-eb1338fe] {
    margin: 0 15px 30px;
    width: 380px;
    background: #FFFFFF;
    box-shadow: 0 4px 26px #99999914;
    display: flex;
    flex-direction: column;
    position: relative
}

.main-body .section-list .section-card[data-v-eb1338fe]:hover {
    box-shadow: 0 4px 26px #99999929
}

.main-body .section-list .section-card .section-header[data-v-eb1338fe] {
    margin-top: 8px;
    height: 84px;
    display: flex;
    flex-direction: row;
    align-items: center
}

.main-body .section-list .section-card .section-header .icon[data-v-eb1338fe] {
    margin-left: 48px;
    width: 40px;
    height: 40px
}

.main-body .section-list .section-card .section-header .title[data-v-eb1338fe] {
    margin: 0 10px;
    flex-grow: 1;
    font-size: 18px;
    font-weight: 500;
    color: #0e1421;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none
}

.main-body .section-list .section-card .section-header .title a[data-v-eb1338fe] {
    color: #0e1421;
    text-decoration: none
}

.main-body .section-list .section-card .section-header .view-all[data-v-eb1338fe] {
    display: none
}

.main-body .section-list .section-card .doc-list[data-v-eb1338fe] {
    margin-left: 62px;
    height: 160px;
    margin-right: 20px;
    margin-bottom: 30px
}

.main-body .section-list .section-card .doc-list li[data-v-eb1338fe] {
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #758296;
    position: relative
}

.main-body .section-list .section-card .doc-list li div[data-v-eb1338fe] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.main-body .section-list .section-card .doc-list li a[data-v-eb1338fe] {
    display: block;
    color: #758296;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.main-body .section-list .section-card .doc-list li a[data-v-eb1338fe]:hover {
    color: var(--theme_link_color);
    text-decoration: underline
}

.main-body .section-list .section-card .line[data-v-eb1338fe] {
    height: 1px;
    background: #F4F4F4
}

.main-body .section-list .section-card .view-all[data-v-eb1338fe] {
    margin: 20px 48px 24px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: var(--theme_link_color);
    cursor: pointer
}

.main-body .section-list .section-card .view-all a[data-v-eb1338fe] {
    color: var(--theme_link_color);
    text-decoration: none
}

.main-body .section-list .section-card .view-all a[data-v-eb1338fe]:hover {
    text-decoration: underline
}

.main-body-phone[data-v-eb1338fe] .banner {
    flex-direction: column;
    align-items: center;
    height: 337px
}

.main-body-phone[data-v-eb1338fe] .banner .full-search-button .search-button {
    display: none
}

.main-body-phone[data-v-eb1338fe] .banner .slogon-box {
    align-items: center
}

.main-body-phone[data-v-eb1338fe] .banner .slogon-box .slogon {
    height: 29px;
    line-height: 29px;
    font-size: 20px;
    font-weight: 700;
    color: var(--theme_text_color_on_main);
    margin-top: 32px
}

.main-body-phone[data-v-eb1338fe] .banner .slogon-box .description {
    margin-top: 10px;
    line-height: 17px;
    font-size: 12px
}

.main-body-phone[data-v-eb1338fe] .banner .slogon-box .search {
    position: relative;
    width: 236px;
    height: 32px;
    margin-top: 15px
}

.main-body-phone[data-v-eb1338fe] .banner .slogon-box .search .search-input,
.main-body-phone[data-v-eb1338fe] .banner .slogon-box .search .search-button {
    display: none
}

.main-body-phone[data-v-eb1338fe] .banner .slogon-box .search .search-input-h5 {
    display: block;
    box-sizing: border-box;
    padding: 0 32px 0 20px;
    width: 100%;
    height: 100%;
    background: white;
    line-height: 32px;
    border-radius: 19px;
    font-size: 11px;
    outline: none;
    border: 1px solid var(--theme_main_color)
}

.main-body-phone[data-v-eb1338fe] .banner .slogon-box .search .search-input-h5::placeholder {
    font-size: 11px;
    font-weight: 400;
    color: #758296
}

.main-body-phone[data-v-eb1338fe] .banner .slogon-box .search .search-input-h5:focus {
    border: 1px solid var(--theme_main_color)
}

.main-body-phone[data-v-eb1338fe] .banner .slogon-box .search .search-button-h5 {
    display: block;
    position: absolute;
    top: 2px;
    right: 2px;
    height: 28px;
    width: 67px;
    border-radius: 16px;
    background: var(--theme_main_color);
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    line-height: 28px;
    color: var(--theme_text_color_on_main);
    cursor: pointer
}

.main-body-phone[data-v-eb1338fe] .banner .slogon-box .search .search-button-h5:hover {
    opacity: .8
}

.main-body-phone[data-v-eb1338fe] .banner .slogon-box .search .search-button-h5:active {
    opacity: 1;
    background: var(--theme_main_color)
}

.main-body-phone[data-v-eb1338fe] .banner .bg {
    width: 231px;
    height: 212px;
    margin-left: 0;
    margin-top: 0
}

.main-body-phone[data-v-eb1338fe] .banner-swiper-outer {
    height: 103px;
    min-width: inherit;
    overflow: initial
}

.main-body-phone .heading[data-v-eb1338fe] {
    margin: 30px 0 16px;
    line-height: 23px;
    font-size: 16px
}

.main-body-phone .focus-index[data-v-eb1338fe] {
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
    width: 100%
}

.main-body-phone .focus-index[data-v-eb1338fe] .swiper-outer {
    padding-top: 24px
}

.main-body-phone .focus-index[data-v-eb1338fe] .swiper-outer .swiper-box {
    flex-wrap: wrap;
    padding: 0 15px
}

.main-body-phone .focus-index[data-v-eb1338fe] .swiper-outer .swiper-box>a {
    width: calc(50% - 8px)
}

.main-body-phone .focus-index[data-v-eb1338fe] .swiper-outer .swiper-box>a .doc-item {
    width: auto
}

.main-body-phone .focus-index[data-v-eb1338fe] .swiper-outer .swiper-box>a .doc-item+.doc-item {
    margin-left: 0
}

.main-body-phone .focus-index[data-v-eb1338fe] .swiper-outer .swiper-box>a .doc-item:nth-child(2n) {
    margin-left: 0
}

.main-body-phone .focus-index[data-v-eb1338fe] .swiper-outer .swiper-box>a+a {
    margin-left: 4px
}

.main-body-phone .focus-index[data-v-eb1338fe] .swiper-outer .swiper-box>a:nth-child(2n) {
    margin-left: 16px
}

.main-body-phone .focus-index[data-v-eb1338fe] .swiper-outer .swiper-box .doc-item {
    width: calc(50% - 8px);
    box-shadow: 0 2.37px 15.4px #99999914;
    margin-bottom: 15px
}

.main-body-phone .focus-index[data-v-eb1338fe] .swiper-outer .swiper-box .doc-item+.doc-item {
    margin-left: 4px
}

.main-body-phone .focus-index[data-v-eb1338fe] .swiper-outer .swiper-box .doc-item:hover {
    box-shadow: 0 2.37px 15.4px #99999929
}

.main-body-phone .focus-index[data-v-eb1338fe] .swiper-outer .swiper-box .doc-item:nth-child(2n) {
    margin-left: 16px
}

.main-body-phone .focus-index[data-v-eb1338fe] .swiper-outer .swiper-box .doc-item img {
    width: 46px;
    height: 46px;
    margin-top: 12px
}

.main-body-phone .focus-index[data-v-eb1338fe] .swiper-outer .swiper-box .doc-item .title {
    font-size: 14px;
    margin-top: 10px
}

.main-body-phone .focus-index[data-v-eb1338fe] .swiper-outer .swiper-box .doc-item .desc {
    font-size: 12px;
    height: 36px;
    line-height: 18px;
    margin-top: 4px
}

.main-body-phone .focus-index[data-v-eb1338fe] .swiper-outer .swiper-box .doc-item .btn {
    margin-top: 10px;
    height: 36px
}

.main-body-phone .focus-list[data-v-eb1338fe] {
    box-sizing: border-box;
    margin-top: 0;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0 15px
}

.main-body-phone .focus-list a[data-v-eb1338fe] {
    width: 100%
}

.main-body-phone .focus-list .doc-item[data-v-eb1338fe] {
    margin: 0 0 10px;
    width: 345px;
    padding-bottom: 0;
    border: none
}

.main-body-phone .focus-list .doc-item[data-v-eb1338fe]:hover {
    border: none
}

.main-body-phone .focus-list .doc-item .image-box[data-v-eb1338fe] {
    width: 100%;
    height: 215px
}

.main-body-phone .focus-list .doc-item .image-box .image[data-v-eb1338fe] {
    object-fit: cover;
    width: 100%;
    height: 215px
}

.main-body-phone .focus-list .doc-item .image-box .play-icon[data-v-eb1338fe] {
    width: 50px;
    height: 50px
}

.main-body-phone .focus-list .doc-item .title-line[data-v-eb1338fe] {
    align-self: stretch;
    padding: 10px 14px
}

.main-body-phone .focus-list .doc-item .title-line .title[data-v-eb1338fe] {
    margin: 0;
    font-size: 16px;
    flex-grow: 1
}

.main-body-phone .focus-list .doc-item .title-line .duration[data-v-eb1338fe] {
    margin: 4px 0 0;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.main-body-phone .activities-banner-list[data-v-eb1338fe] {
    width: 100%;
    height: 82.8px
}

.main-body-phone .subject-list[data-v-eb1338fe] {
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px
}

.main-body-phone .subject-list .doc-item[data-v-eb1338fe] {
    width: 100%;
    height: 332px;
    margin: 0 0 10px;
    border: none
}

.main-body-phone .subject-list .doc-item[data-v-eb1338fe]:hover {
    border: none
}

.main-body-phone .subject-list .doc-item+.doc-item[data-v-eb1338fe] {
    margin-left: 0
}

.main-body-phone .subject-list .doc-item .image-box[data-v-eb1338fe],
.main-body-phone .subject-list .doc-item .image-box .image[data-v-eb1338fe] {
    height: 216px
}

.main-body-phone .subject-list .doc-item .title-line[data-v-eb1338fe] {
    padding: 0 15px
}

.main-body-phone .subject-list .doc-item .title-line .title[data-v-eb1338fe] {
    font-size: 16px;
    min-height: 23px;
    line-height: 23px;
    margin-top: 15px
}

.main-body-phone .subject-list .doc-item .title-line .tag-line[data-v-eb1338fe] {
    height: 17px;
    margin-top: 6px
}

.main-body-phone .subject-list .doc-item .title-line .tag-line .tag[data-v-eb1338fe] {
    font-size: 12px
}

.main-body-phone .subject-list .doc-item .title-line .desc[data-v-eb1338fe] {
    margin-top: 6px;
    line-height: 17px;
    font-size: 12px;
    min-height: 34px
}

.main-body-phone .section-list[data-v-eb1338fe] {
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px
}

.main-body-phone .section-list .section-card[data-v-eb1338fe] {
    width: 100%;
    margin: 0 0 10px
}

.main-body-phone .section-list .section-card .section-header[data-v-eb1338fe] {
    margin-top: 6px;
    height: 40px
}

.main-body-phone .section-list .section-card .section-header .icon[data-v-eb1338fe] {
    margin-left: 15px;
    width: 23px;
    height: 23px
}

.main-body-phone .section-list .section-card .section-header .title[data-v-eb1338fe] {
    margin: 0 5px;
    font-size: 15px
}

.main-body-phone .section-list .section-card .section-header .view-all[data-v-eb1338fe] {
    display: block;
    margin-right: 15px;
    font-size: 12px;
    font-weight: 400;
    color: var(--theme_link_color)
}

.main-body-phone .section-list .section-card .section-header .view-all a[data-v-eb1338fe] {
    color: var(--theme_link_color);
    text-decoration: none
}

.main-body-phone .section-list .section-card .section-header .view-all a[data-v-eb1338fe]:hover {
    text-decoration: underline
}

.main-body-phone .section-list .section-card .doc-list[data-v-eb1338fe] {
    margin-left: 26px;
    height: auto;
    margin-right: 10px;
    margin-bottom: 15px
}

.main-body-phone .section-list .section-card .doc-list li[data-v-eb1338fe] {
    height: 28px;
    line-height: 28px;
    font-size: 12px
}

.main-body-phone .section-list .section-card .line[data-v-eb1338fe],
.main-body-phone .section-list .section-card .view-all[data-v-eb1338fe] {
    display: none
}

.main-body-edit[data-v-eb1338fe] .header-wrapper {
    position: static;
    z-index: 1001
}

.main-body-edit[data-v-eb1338fe] .header-wrapper .header .title {
    user-select: none
}

.main-body-edit[data-v-eb1338fe] .banner,
.main-body-edit[data-v-eb1338fe] .banner-swiper-outer {
    margin-top: 0
}

.main-body-phone-edit[data-v-eb1338fe] .header-wrapper {
    position: static;
    z-index: 1001
}

.main-body-phone-edit[data-v-eb1338fe] .header-wrapper .header .title {
    user-select: none
}

.main-body-phone-edit[data-v-eb1338fe] .banner,
.main-body-phone-edit[data-v-eb1338fe] .banner-swiper-outer {
    margin-top: 0
}

@media screen and (max-width: 900px) {
    .main-body .heading[data-v-eb1338fe] {
        margin: 30px 0 16px;
        line-height: 23px;
        font-size: 16px
    }

    .main-body .focus-index[data-v-eb1338fe] {
        margin: 0 auto;
        flex-direction: column;
        align-items: center;
        width: 100%
    }

    .main-body .focus-list[data-v-eb1338fe] {
        margin: 0 auto;
        box-sizing: border-box;
        flex-direction: column;
        align-items: center;
        width: 100%;
        padding: 0 15px
    }

    .main-body .focus-list a[data-v-eb1338fe] {
        width: 100%
    }

    .main-body .focus-list .doc-item[data-v-eb1338fe] {
        margin: 0 0 10px;
        width: 100%;
        height: 273px;
        padding-bottom: 0;
        border: none
    }

    .main-body .focus-list .doc-item[data-v-eb1338fe]:hover {
        border: none
    }

    .main-body .focus-list .doc-item .image-box[data-v-eb1338fe] {
        width: 100%;
        height: 215px
    }

    .main-body .focus-list .doc-item .image-box .image[data-v-eb1338fe] {
        object-fit: cover;
        width: 100%;
        height: 215px
    }

    .main-body .focus-list .doc-item .image-box .play-icon[data-v-eb1338fe] {
        width: 50px;
        height: 50px
    }

    .main-body .focus-list .doc-item .title-line[data-v-eb1338fe] {
        padding: 10px 14px
    }

    .main-body .focus-list .doc-item .title-line .title[data-v-eb1338fe] {
        margin: 0;
        font-size: 16px;
        line-height: 20px;
        flex-grow: 1
    }

    .main-body .focus-list .doc-item .title-line .duration[data-v-eb1338fe] {
        margin: 4px 0 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .main-body .activities-banner-list[data-v-eb1338fe] {
        width: 100%;
        height: 23vw
    }

    .main-body .subject-list[data-v-eb1338fe] {
        width: 100%;
        flex-direction: column;
        align-items: center;
        box-sizing: border-box;
        padding: 0 15px
    }

    .main-body .subject-list .doc-item[data-v-eb1338fe] {
        width: 100%;
        height: 332px;
        margin: 0 0 10px;
        border: none
    }

    .main-body .subject-list .doc-item[data-v-eb1338fe]:hover {
        border: none
    }

    .main-body .subject-list .doc-item+.doc-item[data-v-eb1338fe] {
        margin-left: 0
    }

    .main-body .subject-list .doc-item .image-box[data-v-eb1338fe],
    .main-body .subject-list .doc-item .image-box .image[data-v-eb1338fe] {
        height: 216px
    }

    .main-body .subject-list .doc-item .title-line[data-v-eb1338fe] {
        padding: 0 15px
    }

    .main-body .subject-list .doc-item .title-line .title[data-v-eb1338fe] {
        font-size: 16px;
        min-height: 23px;
        line-height: 23px;
        margin-top: 15px
    }

    .main-body .subject-list .doc-item .title-line .tag-line[data-v-eb1338fe] {
        height: 17px;
        margin-top: 6px
    }

    .main-body .subject-list .doc-item .title-line .tag-line .tag[data-v-eb1338fe] {
        font-size: 12px
    }

    .main-body .subject-list .doc-item .title-line .desc[data-v-eb1338fe] {
        margin-top: 6px;
        line-height: 17px;
        font-size: 12px;
        min-height: 34px
    }

    .main-body .section-list[data-v-eb1338fe] {
        margin: 0 auto;
        flex-direction: column;
        align-items: center;
        width: 100%;
        box-sizing: border-box;
        padding: 0 15px
    }

    .main-body .section-list .section-card[data-v-eb1338fe] {
        width: 100%;
        margin: 0 0 10px
    }

    .main-body .section-list .section-card .section-header[data-v-eb1338fe] {
        margin-top: 6px;
        height: 40px
    }

    .main-body .section-list .section-card .section-header .icon[data-v-eb1338fe] {
        margin-left: 15px;
        width: 23px;
        height: 23px
    }

    .main-body .section-list .section-card .section-header .title[data-v-eb1338fe] {
        margin: 0 5px;
        font-size: 15px
    }

    .main-body .section-list .section-card .section-header .view-all[data-v-eb1338fe] {
        display: block;
        margin-right: 15px;
        font-size: 12px;
        font-weight: 400;
        color: var(--theme_link_color)
    }

    .main-body .section-list .section-card .section-header .view-all a[data-v-eb1338fe] {
        color: var(--theme_link_color);
        text-decoration: none
    }

    .main-body .section-list .section-card .section-header .view-all a[data-v-eb1338fe]:hover {
        text-decoration: underline
    }

    .main-body .section-list .section-card .doc-list[data-v-eb1338fe] {
        margin-left: 26px;
        height: auto;
        margin-right: 10px;
        margin-bottom: 15px
    }

    .main-body .section-list .section-card .doc-list li[data-v-eb1338fe] {
        height: 28px;
        line-height: 28px;
        font-size: 12px
    }

    .main-body .section-list .section-card .line[data-v-eb1338fe],
    .main-body .section-list .section-card .view-all[data-v-eb1338fe] {
        display: none
    }
}

.main[data-v-cea61522] {
    display: flex;
    flex-direction: column
}

.main[data-v-cea61522]::-webkit-scrollbar {
    background: transparent;
    width: 0px
}

.main[data-v-cea61522]:hover::-webkit-scrollbar-thumb {
    background: #D3D3D3;
    transition: all .3s;
    border-radius: 4px
}

.main .footer[data-v-cea61522] {
    margin-top: 20px
}

.main-phone[data-v-cea61522] {
    width: 375px;
    min-width: 375px;
    border-radius: 30px;
    overflow-x: hidden
}

.main-phone[data-v-cea61522] .header {
    width: 100%;
    min-height: 50px;
    height: 50px
}

.main-phone[data-v-cea61522] .header .logo {
    margin-left: 15px;
    width: auto;
    height: 50px
}

.main-phone[data-v-cea61522] .header .vline {
    margin: 0 12px;
    height: 15px
}

.main-phone[data-v-cea61522] .header .title {
    font-size: 12px
}

.main-phone[data-v-cea61522] .header .selector-box {
    margin-right: 10px
}

.main-phone[data-v-cea61522] .header .selector-box .curVersion {
    height: 20px;
    font-size: 12px
}

.main-phone[data-v-cea61522] .header .selector-box .curVersion .lan-icon {
    margin-right: 4px;
    width: 16px;
    height: 16px
}

.main-phone[data-v-cea61522] .header .selector-box .curVersion .arrow-icon {
    width: 12px;
    height: 12px
}

.main-phone[data-v-cea61522] .header .selector-box .option-card {
    top: 26px;
    width: 84px
}

.main-phone[data-v-cea61522] .header .selector-box .option-card .option {
    height: 32px;
    line-height: 32px;
    font-size: 12px
}

.main-phone[data-v-cea61522] .header .right-links {
    margin-left: -10px;
    margin-right: 15px
}

.main-phone[data-v-cea61522] .header .right-links>* {
    display: none
}

.main-phone[data-v-cea61522] .header .right-links>*:first-child {
    margin-left: 0;
    display: block;
    font-size: 12px
}

.main-phone[data-v-cea61522] .header .search {
    display: none
}

.main-phone[data-v-cea61522] .header .search-button {
    margin-right: 15px;
    width: 67px;
    height: 25px
}

.main-phone[data-v-cea61522] .header .search-button img {
    display: block;
    width: 18px;
    height: 18px;
    margin-right: 4px
}

.main-phone[data-v-cea61522] .header .search-button div {
    margin-right: 3px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0em;
    color: var(--theme_text_color_on_main)
}

.main-phone[data-v-cea61522] .full-search-button {
    display: block;
    margin-right: 15px;
    width: 25px;
    height: 25px
}

.main-phone[data-v-cea61522] .full-search-button .search-button {
    width: 25px;
    height: 25px;
    border-radius: 13px;
    background: transparent;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border: 0;
    cursor: pointer
}

.main-phone[data-v-cea61522] .full-search-button .search-button .icon {
    width: 20px;
    height: 20px
}

.main-phone[data-v-cea61522] .full-search-button .search-button .text {
    margin: 0 4px;
    font-size: 12px;
    font-weight: 700;
    color: var(--theme_text_color_on_main)
}

.main-phone[data-v-cea61522] .full-search-button .search-main {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background: white;
    display: flex;
    flex-direction: column;
    width: 375px;
    height: 805px
}

.main-phone[data-v-cea61522] .full-search-button .search-main .input-line {
    height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    background: white;
    box-shadow: 0 2px 13px #99999914
}

.main-phone[data-v-cea61522] .full-search-button .search-main .input-line .query-input {
    margin-left: 15px;
    flex-grow: 1;
    height: 38px;
    line-height: 38px;
    border-radius: 19px;
    box-sizing: border-box;
    border: 1px solid rgba(117, 130, 150, .2);
    padding: 0 15px;
    font-size: 14px;
    font-weight: 400;
    color: #0e1421;
    outline: none
}

.main-phone[data-v-cea61522] .full-search-button .search-main .input-line .query-input::placeholder {
    color: #758296
}

.main-phone[data-v-cea61522] .full-search-button .search-main .input-line .query-input:focus {
    border: 1px solid var(--theme_main_color)
}

.main-phone[data-v-cea61522] .full-search-button .search-main .input-line .cancel-button {
    width: 58px;
    text-align: center;
    font-size: 14px;
    line-height: 100px;
    color: var(--theme_link_color)
}

.main-phone[data-v-cea61522] .full-search-button .search-main .result-list {
    flex-grow: 1;
    overflow-y: scroll;
    padding: 15px 15px 10px
}

.main-phone[data-v-cea61522] .full-search-button .search-main .result-list .search-item {
    margin: 0 0 10px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box
}

.main-phone[data-v-cea61522] .full-search-button .search-main .result-list .search-item .breadcrumb {
    display: flex;
    flex-direction: row;
    align-items: center
}

.main-phone[data-v-cea61522] .full-search-button .search-main .result-list .search-item .breadcrumb .catalog {
    font-size: 11px;
    font-weight: 400;
    color: #758296
}

.main-phone[data-v-cea61522] .full-search-button .search-main .result-list .search-item .breadcrumb .arrow {
    margin: 0 6px;
    width: 11px;
    height: 11px
}

.main-phone[data-v-cea61522] .full-search-button .search-main .result-list .search-item .breadcrumb .doc {
    padding: 0;
    font-size: 11px;
    font-weight: 500;
    color: #0e1421
}

.main-phone[data-v-cea61522] .full-search-button .search-main .result-list .search-item .search-content {
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    align-items: center
}

.main-phone[data-v-cea61522] .full-search-button .search-main .result-list .search-item .search-content .thumbnail {
    margin-right: 13px;
    width: 113px;
    height: 64px
}

.main-phone[data-v-cea61522] .full-search-button .search-main .result-list .search-item .search-content .info {
    display: flex;
    flex-direction: column
}

.main-phone[data-v-cea61522] .full-search-button .search-main .result-list .search-item .search-content .info a {
    text-decoration: none
}

.main-phone[data-v-cea61522] .full-search-button .search-main .result-list .search-item .search-content .info .title {
    font-size: 15px;
    font-weight: 500;
    color: #0e1421
}

.main-phone[data-v-cea61522] .full-search-button .search-main .result-list .search-item .search-content .info .title:hover {
    color: var(--theme_link_color)
}

.main-phone[data-v-cea61522] .full-search-button .search-main .result-list .search-item .search-content .info .description {
    margin-top: 6px;
    font-size: 10px;
    font-weight: 400;
    text-overflow: ellipsis;
    display: -webkit-box;
    word-break: break-all;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical
}

.main-phone .footer[data-v-cea61522] {
    margin-top: 30px
}

.main-edit[data-v-cea61522] {
    min-width: 1440px;
    overflow-x: hidden
}

.main-edit[data-v-cea61522] .header-wrapper {
    position: static;
    z-index: 1001
}

.main-edit[data-v-cea61522] .header-wrapper .header .title {
    user-select: none
}

.main-phone-edit[data-v-cea61522] {
    overflow-x: hidden
}

.main-phone-edit[data-v-cea61522] .header-wrapper {
    position: static;
    z-index: 1001
}

.main-phone-edit[data-v-cea61522] .header-wrapper .header .title {
    user-select: none
}

@media screen and (max-width: 900px) {
    .main .footer[data-v-cea61522] {
        margin-top: 30px
    }
}

.markdown-content h1 {
    margin: 24px 0 0;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.25;
    color: #262626
}

.markdown-content h2 {
    margin: 24px 0 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
    color: #262626
}

.markdown-content h3 {
    margin: 24px 0 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
    color: #262626
}

.markdown-content h4,
.markdown-content h5,
.markdown-content h6 {
    margin: 24px 0 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
    color: #262626
}

.markdown-content p {
    margin: 16px 0 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    color: #333
}

.markdown-content div[class*=language-] {
    border-radius: 8px;
    margin: 16px 0
}

.markdown-content div[class*=language-] {
    position: relative;
    margin: 16px 0;
    background-color: #282c34;
    overflow-x: auto;
    transition: background-color .5s
}

.markdown-content [class*=language-]>button.copy {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 3;
    display: block;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    width: 40px;
    height: 40px;
    background-color: #292d3e;
    opacity: 0;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' height='20' width='20' stroke='rgba(128,128,128,1)' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M9 5H7a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-2M9 5a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2M9 5a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2'/%3E%3C/svg%3E");
    background-position: 50%;
    background-size: 20px;
    background-repeat: no-repeat;
    transition: opacity .4s;
    border: none
}

.markdown-content [class*=language-]:hover>button.copy,
.markdown-content [class*=language-]>button.copy:focus {
    opacity: 1
}

.markdown-content [class*=language-]>button.copy.copied,
.markdown-content [class*=language-]>button.copy:hover.copied {
    border-radius: 0 4px 4px 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' height='20' width='20' stroke='rgba(128,128,128,1)' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M9 5H7a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-2M9 5a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2M9 5a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2m-6 9 2 2 4-4'/%3E%3C/svg%3E")
}

.markdown-content [class*=language-]>button.copy.copied:before,
.markdown-content [class*=language-]>button.copy:hover.copied:before {
    position: relative;
    left: -70px;
    top: -1px;
    display: block;
    border-radius: 4px 0 0 4px;
    padding-top: 12px;
    width: 64px;
    height: 28px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    background-color: #292d3e;
    color: #ebebeb99;
    white-space: nowrap;
    content: "Copied"
}

.markdown-content [class*=language-]>span.lang {
    position: absolute;
    top: 6px;
    right: 12px;
    z-index: 2;
    font-size: 12px;
    font-weight: 500;
    color: #ebebeb61;
    transition: color .4s, opacity .4s
}

.markdown-content [class*=language-]:hover>button.copy+span.lang,
.markdown-content [class*=language-]>button.copy:focus+span.lang {
    opacity: 0
}

.markdown-content div[class*=language-].line-numbers-mode {
    padding-left: 32px
}

.markdown-content div[class*=language-].line-numbers-mode pre {
    padding-left: 16px
}

.markdown-content div[class*=language-].line-numbers-mode pre:hover::-webkit-scrollbar-thumb {
    background: #D3D3D3;
    transition: all .3s;
    border-radius: 8px
}

.markdown-content div[class*=language-].line-numbers-mode pre::-webkit-scrollbar {
    height: 8px
}

.markdown-content [class*=language-] code {
    color: #f0f8ff
}

.markdown-content [class*=language-] pre {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 16px 0;
    background: transparent;
    overflow-x: auto;
    line-height: 24px;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    word-wrap: normal;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none
}

.markdown-content .line-numbers-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    border-right: 1px solid rgba(84, 84, 84, .4784313725);
    padding-top: 16px;
    width: 32px;
    text-align: center;
    line-height: 24px;
    font-size: 16px;
    color: #ebebeb61;
    transition: border-color .5s, color .5s
}

.markdown-content code {
    line-height: 23px;
    font-family: source-code-pro, Menlo, Monaco, Consolas, Courier New, monospace
}

.markdown-content p code,
.markdown-content li>code,
.markdown-content h1>code,
.markdown-content h2>code,
.markdown-content h3>code,
.markdown-content h4>code,
.markdown-content h5>code,
.markdown-content h6>code,
.markdown-content td>code,
.markdown-content th>code {
    color: #262626;
    background-color: #eff0f0;
    line-height: 24px;
    display: inline-block;
    padding: 0 4px;
    border-radius: 2px;
    font-family: source-code-pro, Menlo, Monaco, Consolas, Courier New, monospace
}

.markdown-content p span {
    font-size: 16px !important
}

.markdown-content hr {
    border-top-color: #dfe1e7;
    margin-top: 30px;
    margin-bottom: 30px
}

.markdown-content table {
    margin-top: 16px;
    border: 1px solid #dfe2e5;
    border-collapse: collapse;
    font-size: 16px;
    min-width: 100%
}

.markdown-content table th {
    border: 1px solid #dfe2e5;
    text-align: left;
    padding: 10px;
    background-color: rgba(var(--theme_main_color_rgb), .1);
    height: 44px;
    box-sizing: border-box;
    word-break: normal
}

.markdown-content table tbody tr {
    background: white
}

.markdown-content table tbody tr:nth-child(2n) {
    background-color: #f5f5f599
}

.markdown-content table td {
    border: 1px solid #dfe2e5;
    padding: 10px;
    height: 44px;
    box-sizing: border-box;
    word-break: normal
}

.markdown-content table td div[class*=language-] {
    margin-top: -16px
}

.markdown-content table td [class*=language-] code br {
    display: none
}

.markdown-content table td div[class*=language-].line-numbers-mode pre+br {
    display: none
}

.markdown-content table td ul:first-child {
    margin-top: 0
}

.markdown-content ul {
    padding: 0;
    margin: 16px 0 0 19px;
    user-select: text
}

.markdown-content ul.contains-task-list {
    list-style: none;
    margin-left: 0
}

.markdown-content ol {
    padding: 0;
    margin: 16px 0 0 19px;
    user-select: text
}

.markdown-content li {
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    color: #333;
    user-select: text
}

.markdown-content li input {
    position: relative;
    top: 2px
}

.markdown-content ul ul,
.markdown-content ul ol,
.markdown-content ol ul,
.markdown-content ol ol {
    margin-top: 0;
    margin-bottom: 0
}

.markdown-content ul {
    list-style-type: disc
}

.markdown-content ul ul {
    list-style-type: circle
}

.markdown-content ul ul ul {
    list-style-type: square
}

.markdown-content ol>li:before {
    content: ""
}

.markdown-content ol {
    list-style-type: decimal
}

.markdown-content ol ol {
    list-style-type: lower-roman
}

.markdown-content ol ol ol {
    list-style-type: lower-alpha
}

.markdown-content blockquote {
    margin: 16px 0 0;
    padding: 10px 20px;
    background: rgba(var(--theme_main_color_rgb), .1);
    border-left: 4px solid var(--theme_main_color)
}

.markdown-content blockquote p {
    margin: 0;
    color: #333
}

.markdown-content blockquote>:last-child {
    margin-bottom: 0
}

.markdown-content blockquote>:first-child {
    margin-top: 0
}

.markdown-content .iframe-container-box {
    max-width: 100%
}

.markdown-content .iframe-container-box .iframe-container {
    margin: 16px 0 0;
    overflow: hidden;
    position: relative;
    padding-top: 56.25%
}

.markdown-content .iframe-container-box .iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.markdown-content .custom-block {
    border: 1px solid transparent;
    border-radius: 8px;
    padding: 10px;
    line-height: 24px;
    font-size: 14px;
    margin-top: 16px
}

.markdown-content .custom-block p {
    margin-top: 0
}

.markdown-content .custom-block h1,
.markdown-content .custom-block h2,
.markdown-content .custom-block h3,
.markdown-content .custom-block h4,
.markdown-content .custom-block h5,
.markdown-content .custom-block h6 {
    margin-top: 6px
}

.markdown-content .custom-block ol,
.markdown-content .custom-block ul {
    margin-top: 0
}

.markdown-content .tips {
    background-color: #f4f5f580;
    border: 1px solid transparent
}

.markdown-content .info {
    background-color: #d9e8fc80;
    border: 1px solid transparent
}

.markdown-content .warning {
    background-color: #f9efcd80;
    border: 1px solid transparent
}

.markdown-content .success {
    background-color: #e8f7cf80;
    border: 1px solid transparent
}

.markdown-content .danger {
    background-color: #fbe4e780;
    border: 1px solid transparent
}

.markdown-content .color1 {
    background-color: #cef1f780;
    border: 1px solid transparent
}

.markdown-content .color2 {
    background-color: #daf6ea80;
    border: 1px solid transparent
}

.markdown-content .color3 {
    background-color: #fde6d380;
    border: 1px solid transparent
}

.markdown-content .color4 {
    background-color: #fbdfef80;
    border: 1px solid transparent
}

.markdown-content .color5 {
    background-color: #e6dcf980;
    border: 1px solid transparent
}

.markdown-content .table-box {
    overflow-x: auto;
    padding-bottom: 10px
}

.markdown-content img {
    margin: 16px 0 0;
    max-width: 100%;
    height: auto;
    border: 1px solid rgba(223, 225, 231, .5);
    border-radius: 4px;
    cursor: zoom-in
}

.markdown-content pre {
    margin: 16px 0 0;
    border-radius: 3px;
    user-select: text;
    overflow-x: auto
}

.markdown-content a {
    color: var(--theme_link_color);
    text-decoration: none
}

.markdown-content a:hover {
    text-decoration: underline
}

.markdown-content em {
    color: var(--theme_link_color);
    font-style: normal
}

@media screen and (max-width: 900px) {
    .markdown-content h1 {
        margin: 40px 0 0;
        font-size: 22px;
        font-weight: 500;
        line-height: 1.25;
        color: #333
    }

    .markdown-content h2 {
        margin: 40px 0 0;
        font-size: 20px;
        font-weight: 500;
        line-height: 1.25;
        color: #333
    }

    .markdown-content h3 {
        margin: 40px 0 0;
        font-size: 18px;
        font-weight: 700;
        line-height: 1.25;
        color: #333
    }

    .markdown-content h4,
    .markdown-content h5,
    .markdown-content h6 {
        margin: 40px 0 0;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.25;
        color: #333
    }

    .markdown-content p {
        margin: 10px 0 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 30px;
        color: #333
    }

    .markdown-content p span {
        font-size: 14px !important
    }

    .markdown-content hr {
        margin: 30px 0
    }

    .markdown-content table {
        margin-top: 16px;
        border: 1px solid #dfe2e5;
        border-collapse: collapse;
        font-size: 14px;
        table-layout: fixed;
        width: fit-content
    }

    .markdown-content table th {
        border: 1px solid #dfe2e5;
        text-align: left;
        padding: 10px
    }

    .markdown-content table td {
        border: 1px solid #dfe2e5;
        padding: 10px
    }

    .markdown-content ul,
    .markdown-content ol {
        margin: 16px 0 0 19px;
        user-select: text
    }

    .markdown-content li {
        font-size: 14px;
        font-weight: 400;
        line-height: 2;
        color: #333;
        user-select: text
    }

    .markdown-content li+li {
        margin-top: 4px
    }

    .markdown-content blockquote {
        margin: 16px 0 0;
        padding: 10px 20px;
        background: rgba(var(--theme_main_color_rgb), .1);
        border-left: 4px solid var(--theme_main_color)
    }

    .markdown-content blockquote p {
        margin: 0
    }

    .markdown-content img {
        margin: 16px 0 0
    }

    .markdown-content pre {
        margin: 16px 0 0;
        border-radius: 3px;
        font-size: 14px
    }
}

code[class*=language-],
pre[class*=language-] {
    background: hsl(220, 13%, 18%);
    color: #abb2bf;
    text-shadow: 0 1px rgba(0, 0, 0, .3);
    font-family: Fira Code, Fira Mono, Menlo, Consolas, DejaVu Sans Mono, monospace;
    direction: ltr;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    line-height: 1.5;
    -moz-tab-size: 2;
    -o-tab-size: 2;
    tab-size: 2;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none
}

code[class*=language-]::-moz-selection,
code[class*=language-] *::-moz-selection,
pre[class*=language-] *::-moz-selection {
    background: hsl(220, 13%, 28%);
    color: inherit;
    text-shadow: none
}

code[class*=language-]::selection,
code[class*=language-] *::selection,
pre[class*=language-] *::selection {
    background: hsl(220, 13%, 28%);
    color: inherit;
    text-shadow: none
}

pre[class*=language-] {
    padding: 1em;
    margin: .5em 0;
    overflow: auto;
    border-radius: .3em
}

:not(pre)>code[class*=language-] {
    padding: .2em .3em;
    border-radius: .3em;
    white-space: normal
}

@media print {

    code[class*=language-],
    pre[class*=language-] {
        text-shadow: none
    }
}

.token.comment,
.token.prolog,
.token.cdata {
    color: #5c6370
}

.token.doctype,
.token.punctuation,
.token.entity {
    color: #abb2bf
}

.token.attr-name,
.token.class-name,
.token.boolean,
.token.constant,
.token.number,
.token.atrule {
    color: #d19a66
}

.token.keyword {
    color: #c678dd
}

.token.property,
.token.tag,
.token.symbol,
.token.deleted,
.token.important {
    color: #e06c75
}

.token.selector,
.token.string,
.token.char,
.token.builtin,
.token.inserted,
.token.regex,
.token.attr-value,
.token.attr-value>.token.punctuation {
    color: #98c379
}

.token.variable,
.token.operator,
.token.function {
    color: #61afef
}

.token.url {
    color: #56b6c2
}

.token.attr-value>.token.punctuation.attr-equals,
.token.special-attr>.token.attr-value>.token.value.css {
    color: #abb2bf
}

.language-css .token.selector {
    color: #e06c75
}

.language-css .token.property {
    color: #abb2bf
}

.language-css .token.function,
.language-css .token.url>.token.function {
    color: #56b6c2
}

.language-css .token.url>.token.string.url {
    color: #98c379
}

.language-css .token.important,
.language-css .token.atrule .token.rule,
.language-javascript .token.operator {
    color: #c678dd
}

.search-box[data-v-5fae2f6e] {
    width: 1136px;
    max-height: 400px;
    background: #FFFFFF;
    border-radius: 8px;
    background: rgba(255, 255, 255, .85);
    box-shadow: 0 10px 30px #5076e60d, 0 5px 20px #2253e50d;
    backdrop-filter: blur(20px);
    display: flex;
    flex-direction: row;
    overflow: hidden
}

.search-box .box-content[data-v-5fae2f6e] {
    width: 50%;
    background: #FFFFFF;
    overflow-y: scroll;
    box-sizing: border-box;
    padding: 16px 0 32px 16px
}

.search-box .box-content[data-v-5fae2f6e]::-webkit-scrollbar {
    width: 4px
}

.search-box .box-content[data-v-5fae2f6e]::-webkit-scrollbar-thumb {
    background: rgba(32, 45, 64, .15);
    mix-blend-mode: normal;
    border-radius: 2px
}

.search-box .box-content[data-v-5fae2f6e]::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, .85)
}

.search-box .detail[data-v-5fae2f6e] {
    width: 50%;
    background: #f7f9fc;
    border-radius: 2px;
    box-sizing: border-box;
    padding: 32px 32px 32px 24px;
    overflow-y: scroll
}

.search-box .detail .title[data-v-5fae2f6e] {
    color: #8d97a6;
    padding-bottom: 8px;
    font-family: PingFang SC;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0px
}

.search-box .detail[data-v-5fae2f6e]::-webkit-scrollbar {
    width: 4px
}

.search-box .detail[data-v-5fae2f6e]::-webkit-scrollbar-thumb {
    background: rgba(32, 45, 64, .15);
    mix-blend-mode: normal;
    border-radius: 2px
}

.search-box .detail[data-v-5fae2f6e] .markdown-content {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    color: #585858;
    font-size: 16px;
    word-wrap: break-word;
    line-height: 2;
    letter-spacing: .2px
}

.search-box .detail[data-v-5fae2f6e] .markdown-content h1,
.search-box .detail[data-v-5fae2f6e] .markdown-content h2,
.search-box .detail[data-v-5fae2f6e] .markdown-content h3,
.search-box .detail[data-v-5fae2f6e] .markdown-content h4,
.search-box .detail[data-v-5fae2f6e] .markdown-content h5,
.search-box .detail[data-v-5fae2f6e] .markdown-content h6 {
    margin-top: 24px;
    margin-bottom: 0;
    font-weight: 600;
    line-height: 1.25;
    position: relative
}

.search-box .detail[data-v-5fae2f6e] .markdown-content h1 {
    font-weight: 600;
    color: #000;
    font-size: 26px
}

.search-box .detail[data-v-5fae2f6e] .markdown-content h2 {
    font-weight: 600;
    color: #000;
    font-size: 20px
}

.search-box .detail[data-v-5fae2f6e] .markdown-content h3 {
    font-weight: 600;
    color: #000;
    font-size: 16px
}

.search-box .detail[data-v-5fae2f6e] .markdown-content h4,
.search-box .detail[data-v-5fae2f6e] .markdown-content h5,
.search-box .detail[data-v-5fae2f6e] .markdown-content h6 {
    font-weight: 600;
    font-size: 16px;
    color: #777
}

.search-box a[data-v-5fae2f6e] {
    text-decoration: none;
    color: inherit
}

.search-box .search-item[data-v-5fae2f6e] {
    margin-right: 16px;
    padding: 12px 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer
}

.search-box .search-item .info[data-v-5fae2f6e] {
    flex-grow: 1;
    display: flex;
    flex-direction: column
}

.search-box .search-item .info .title[data-v-5fae2f6e] {
    line-height: 24px;
    font-size: 16px;
    font-weight: 600;
    color: #0e1421;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical
}

.search-box .search-item .info .tag-list[data-v-5fae2f6e] {
    margin-top: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap
}

.search-box .search-item .info .tag-list .tag[data-v-5fae2f6e] {
    margin-right: 8px;
    padding-left: 8px;
    height: 20px;
    line-height: 22px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 400;
    color: #758296;
    position: relative
}

.search-box .search-item .info .tag-list .tag[data-v-5fae2f6e]:before {
    content: "#";
    position: absolute;
    top: 0;
    left: 0
}

.search-box .search-item .info .tag-list .tag[data-v-5fae2f6e]:hover {
    color: var(--theme_link_color)
}

.search-box .search-item .info .tag-list .tag-highlight[data-v-5fae2f6e] {
    background: rgba(var(--theme_main_color_rgb), .08);
    color: var(--theme_link_color)
}

.search-box .search-item .info .breadcumb[data-v-5fae2f6e] {
    margin-top: 4px;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .25px;
    display: flex;
    color: #8d95a6;
    flex-direction: row
}

.search-box .search-item .info .breadcumb .seperate[data-v-5fae2f6e] {
    padding: 0 4px
}

.search-box .search-item[data-v-5fae2f6e]:hover,
.search-box .search-item-active[data-v-5fae2f6e] {
    background: rgba(45, 97, 252, .05);
    border-radius: 4px
}

.header-wrapper[data-v-5eb2a794] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: white;
    z-index: 1000;
    box-shadow: 0 2px 10px #0a042a33
}

.box-shadow[data-v-5eb2a794] {
    box-shadow: 0 8px 24px #202d4014, 0 1px 3px #202d400d;
    border-bottom: 1px solid #ebebeb
}

.box-shadow-none[data-v-5eb2a794] {
    box-shadow: unset;
    border-bottom: 1px solid #ebebeb
}

.header[data-v-5eb2a794] {
    margin: 0 auto;
    width: 100%;
    max-width: 1260px;
    box-sizing: border-box;
    min-height: 80px;
    height: 80px;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative
}

.header a[data-v-5eb2a794] {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-decoration: none
}

.header .logo[data-v-5eb2a794] {
    margin-left: 30px;
    width: auto;
    height: 80px
}

.header .vline[data-v-5eb2a794] {
    margin: 0 21px;
    width: 1px;
    height: 20px;
    background: rgba(126, 133, 155, .3)
}

.header .icon[data-v-5eb2a794] {
    width: 25px;
    height: 21px;
    margin-right: 6px
}

.header .title[data-v-5eb2a794] {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    white-space: nowrap
}

.header .space[data-v-5eb2a794] {
    flex-grow: 1
}

.header .search-button[data-v-5eb2a794] {
    width: 16px;
    height: 16px;
    margin-right: 24px;
    cursor: pointer
}

.header .search-button img[data-v-5eb2a794] {
    width: 100%;
    height: 100%
}

.header .search-button .search[data-v-5eb2a794] {
    display: block;
    transition: all .2s ease
}

.header .search-button .close[data-v-5eb2a794] {
    display: none;
    transition: all .2s ease
}

.header .search-button-close .search[data-v-5eb2a794] {
    display: none
}

.header .search-button-close .close[data-v-5eb2a794] {
    display: block
}

.header .vline2[data-v-5eb2a794] {
    opacity: .15;
    background: #202d40;
    width: 1px;
    height: 14px
}

.header .goto-home[data-v-5eb2a794] {
    margin-left: 24px;
    margin-right: 163px
}

.header .goto-home a[data-v-5eb2a794] {
    cursor: pointer;
    text-decoration: none;
    color: #202d40;
    font-size: 16px
}

.header .goto-home a[data-v-5eb2a794]:hover {
    color: var(--theme_link_color)
}

.header .search-main[data-v-5eb2a794] {
    position: absolute;
    top: 0;
    left: 325px;
    right: 300px;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center
}

.header .search-main .search-main-inner[data-v-5eb2a794] {
    width: 58%;
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 4px
}

.header .search-main .search-main-inner .icon[data-v-5eb2a794] {
    margin-left: 2px;
    margin-right: 14px;
    width: 16px;
    height: 16px
}

.header .search-main .search-main-inner .input[data-v-5eb2a794] {
    flex-grow: 1;
    font-size: 16px;
    color: #202d40;
    line-height: 26px;
    border: none;
    outline: 0
}

.header .search-main .suggest-container[data-v-5eb2a794] {
    position: absolute;
    top: 65px;
    left: 0px
}

.header .search-main .suggest-container[data-v-5eb2a794] .search-box {
    width: 900px;
    max-width: calc(100vw - 335px)
}

.header .nav-right[data-v-5eb2a794] {
    display: flex;
    align-items: center;
    position: relative;
    height: 100%
}

.header .nav-right .head_nav-list__fhrGc[data-v-5eb2a794] {
    margin-right: 60px;
    display: flex;
    align-items: center;
    width: calc(100% - 104px);
    height: 100%;
    font-size: 18px;
    font-weight: 400;
    color: #272727;
    -webkit-font-smoothing: auto
}

.header .nav-right .head_nav-item__OOmg8[data-v-5eb2a794] {
    position: relative;
    height: 100%;
    padding: 0 8px;
    text-align: center
}

.header .nav-right .head_nav-item__OOmg8:first-child .head_nav-item-hover__l4Wju[data-v-5eb2a794] {
    display: none;
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 80px;
    width: 150px;
    height: 28px
}

.header .nav-right .head_nav-item__OOmg8:first-child .head_nav-item-hover__l4Wju[data-v-5eb2a794]:hover {
    z-index: 1;
    opacity: 1
}

.header .nav-right .head_nav-item__OOmg8:last-child .head_nav-item-hover__l4Wju[data-v-5eb2a794] {
    display: none;
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: -100px;
    width: 150px;
    height: 28px
}

.header .nav-right .head_nav-item__OOmg8:last-child .head_nav-item-hover__l4Wju[data-v-5eb2a794]:hover {
    z-index: 1;
    opacity: 1
}

.header .nav-right .head_nav-item__OOmg8 .head_nav-item-title__pAH1c[data-v-5eb2a794] {
    position: relative;
    line-height: 80px
}

.header .nav-right .head_nav-item__OOmg8 .head_nav-item-title__pAH1c a[data-v-5eb2a794] {
    display: block;
    color: #272727 !important;
    white-space: nowrap
}

.header .nav-right .head_nav-item__OOmg8 .head_nav-item-title__pAH1c .head_nav-item-line__YhNDr[data-v-5eb2a794] {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 90px;
    height: 3px;
    transform: translate(-50%)
}

.header .nav-right .head_nav-item__OOmg8 .head_nav-item-title__pAH1c .head_nav-item-line__YhNDr[data-v-5eb2a794]:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 3px;
    background: #06f;
    transition: all .3s
}

.header .nav-right .head_nav-item__OOmg8 .head_nav-content__2Yogm[data-v-5eb2a794] {
    z-index: -1;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 70px;
    left: 0;
    height: 120px;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    transition: .2s linear;
    background: #e9ebf2;
    box-shadow: 0 2px 10px #0a042a33;
    pointer-events: none
}

.header .nav-right .head_nav-item__OOmg8 .head_nav-content__2Yogm .head_nav-shadow__Zaone[data-v-5eb2a794] {
    pointer-events: none;
    position: absolute;
    top: -80px;
    left: 0;
    width: 100%;
    height: 80px;
    background: hsla(0, 0%, 100%, 0);
    box-shadow: 0 2px 10px #0a042a33
}

.header .nav-right .head_nav-item__OOmg8 .head_nav-content__2Yogm .head_nav-content-item__Ws3dZ[data-v-5eb2a794] {
    padding: 5px 0 15px;
    color: #272727 !important;
    cursor: pointer;
    text-align: center;
    margin-right: 60px;
    transition: .2s ease;
    display: flex;
    flex-direction: column;
    align-items: center
}

.header .nav-right .head_nav-item__OOmg8 .head_nav-content__2Yogm .head_nav-content-item__Ws3dZ img[data-v-5eb2a794] {
    margin: 0 auto;
    -o-object-fit: contain;
    object-fit: contain;
    width: 70px;
    height: 70px
}

.header .nav-right .head_nav-item__OOmg8 .head_nav-content__2Yogm .head_nav-content-item__Ws3dZ span[data-v-5eb2a794] {
    padding-bottom: 2px;
    background-image: linear-gradient(#000, #000);
    background-position: 100% 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    text-decoration: none;
    transition: background-size .3s ease
}

.header .nav-right .head_nav-item__OOmg8 .head_nav-content__2Yogm .head_nav-content-item__Ws3dZ:hover span[data-v-5eb2a794] {
    background-position: 0 100%;
    background-size: 100% 1px;
    text-decoration: none
}

.header .nav-right .head_nav-item__OOmg8 .head_nav-content__2Yogm .head_nav-content-item__Ws3dZ[data-v-5eb2a794]:last-child {
    margin-right: 0
}

.header .nav-right .head_nav-item__OOmg8 .head_nav-content__2Yogm[data-v-5eb2a794]:hover {
    z-index: 1;
    opacity: 1;
    pointer-events: auto
}

.header .nav-right .head_nav-item__OOmg8 .head_nav-content__2Yogm:hover .head_nav-item-hover__l4Wju[data-v-5eb2a794] {
    display: block
}

.header .nav-right .head_nav-item__OOmg8[data-v-5eb2a794]:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 14px;
    background: #e8ebf2;
    transform: translateY(-50%)
}

.header .nav-right .head_nav-item__OOmg8:hover .head_nav-item-title__pAH1c .head_nav-item-line__YhNDr[data-v-5eb2a794]:before {
    left: 0 !important;
    width: 100% !important
}

.header .nav-right .head_nav-item__OOmg8:hover .head_nav-item-hover__l4Wju[data-v-5eb2a794] {
    display: block
}

.header .nav-right .head_nav-item__OOmg8:hover .head_nav-hover__s3wO7[data-v-5eb2a794] {
    z-index: 1;
    opacity: 1;
    top: 80px;
    pointer-events: auto
}

.header .nav-right .head_nav-item__OOmg8[data-v-5eb2a794]:last-child:before {
    display: none
}

.header .nav-right .head_NavigationBar___cbUT .head_nav-top__76W_P .head_nav-right__Lmu7e .head_loading__pjCQi[data-v-5eb2a794] {
    width: 30px;
    height: 30px;
    background: url(../fonts/icon-loading.svg) 50%;
    background-size: cover;
    transform-origin: 52% 48%;
    -webkit-animation: head_rotate__XhbRq 1s linear infinite;
    animation: head_rotate__XhbRq 1s linear infinite
}

.warp1[data-v-5eb2a794] {
    display: flex;
    align-items: center;
    height: 100%
}

.warp1 .warp1-2[data-v-5eb2a794] {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center
}

.warp1 .warp1-2 .warp1-2-1[data-v-5eb2a794] {
    position: relative;
    width: 45px;
    height: 20px;
    background: #0066FF;
    border-radius: 10px;
    padding-left: 5px;
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 14px;
    cursor: pointer
}

.warp1 .warp1-2 .warp1-2-1 .icon[data-v-5eb2a794] {
    margin-right: 2px;
    margin-left: 0;
    width: 16px;
    height: 16px
}

.warp1 .warp1-2 .vline[data-v-5eb2a794] {
    margin-left: 16px;
    margin-right: 0;
    height: 20px;
    width: 1px;
    background: rgba(126, 133, 155, .3)
}

.warp1 .warp1-2 .float-lan[data-v-5eb2a794] {
    position: absolute;
    top: 0;
    left: 0;
    width: 212px;
    bottom: 0;
    z-index: 10;
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #FFFFFF;
    transition: all .1s
}

.warp1 .warp1-2 .float-lan .lan-bg[data-v-5eb2a794] {
    position: absolute;
    top: 30px;
    left: 0;
    width: 50px;
    height: 20px;
    background: #0066FF;
    border-radius: 10px;
    transition: all .1s
}

.warp1 .warp1-2 .float-lan .float-current-lan-item[data-v-5eb2a794] {
    position: relative;
    width: 45px;
    height: 20px;
    padding-left: 5px;
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 14px;
    cursor: pointer
}

.warp1 .warp1-2 .float-lan .float-current-lan-item .icon[data-v-5eb2a794] {
    margin-right: 2px;
    margin-left: 0;
    width: 16px;
    height: 16px
}

.warp1 .warp1-2 .float-lan .float-current-lan-item-black[data-v-5eb2a794] {
    color: unset
}

.warp1 .warp1-2 .float-lan .float-lan-item[data-v-5eb2a794] {
    position: relative;
    margin: 0 10px;
    padding: 0 8px;
    display: block;
    color: inherit
}

.warp1 .warp1-2 .float-lan .float-lan-item[data-v-5eb2a794]:active,
.warp1 .warp1-2 .float-lan .float-lan-item[data-v-5eb2a794]:visited {
    color: inherit
}

.warp1 .warp1-2 .float-lan .float-lan-item-white[data-v-5eb2a794],
.warp1 .warp1-2 .float-lan .float-lan-item-white[data-v-5eb2a794]:active,
.warp1 .warp1-2 .float-lan .float-lan-item-white[data-v-5eb2a794]:visited {
    color: #fff
}

.warp1 .head_user-wrapper[data-v-5eb2a794] {
    position: relative;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    height: 100%
}

.warp1 .head_user-wrapper:hover .head_user-card[data-v-5eb2a794] {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(-10px)
}

.warp1 .head_user-wrapper .avatar-icon-1[data-v-5eb2a794] {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    margin: 0 16px;
    cursor: pointer
}

.warp1 .head_user-wrapper .avatar-icon[data-v-5eb2a794] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 16px;
    cursor: pointer
}

.warp1 .head_user-wrapper .head_user-card[data-v-5eb2a794] {
    z-index: 999;
    pointer-events: none;
    opacity: 0;
    position: absolute;
    left: -70px;
    top: 100%;
    padding: 10px 0;
    width: 185px;
    background: #fff;
    box-shadow: 0 6px 10px #2843683b;
    border: 1px solid #e9ebf2;
    transition: all .3s;
    transform: translateY(-30px)
}

.warp1 .head_user-wrapper .head_user-card a[data-v-5eb2a794] {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin: auto;
    padding: 0 5px 0 54px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #272727
}

.warp1 .head_user-wrapper .head_user-card a[data-v-5eb2a794]:hover {
    color: #06f;
    background: rgba(233, 235, 242, .4)
}

.warp1 .head_user-wrapper .head_user-card a:hover .head_user-icon[data-v-5eb2a794] {
    background: url(../fonts/user-hover.svg) 50%
}

.warp1 .head_user-wrapper .head_user-card a:hover .head_quit-icon[data-v-5eb2a794] {
    background: url(../fonts/quit-hover.svg) 50%
}

.warp1 .head_user-wrapper .head_user-card a .head_user-icon[data-v-5eb2a794] {
    margin-right: 7px;
    display: block;
    width: 14px;
    height: 14px;
    background: url(../fonts/user.svg) 50%;
    background-size: cover
}

.warp1 .head_user-wrapper .head_user-card a .head_quit-icon[data-v-5eb2a794] {
    margin-right: 7px;
    display: block;
    width: 14px;
    height: 14px;
    background: url(../fonts/quit.svg) 50%;
    background-size: cover
}

.warp1 .warp1-1[data-v-5eb2a794] {
    cursor: pointer;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 400;
    color: #06f;
    padding-left: 16px;
    border-left: 1px solid rgba(126, 133, 155, .3)
}

.header-detail[data-v-5eb2a794] {
    max-width: 1358px
}

@media screen and (max-width: 900px) {
    .header[data-v-5eb2a794] {
        width: 100%;
        min-height: 48px;
        max-width: unset;
        height: 48px;
        padding-left: 5px
    }

    .header[data-v-5eb2a794] .catalog-button {
        margin-left: 10px
    }

    .header .logo[data-v-5eb2a794] {
        margin-left: 10px;
        width: auto;
        height: 48px
    }

    .header .vline[data-v-5eb2a794] {
        margin: 0 10px;
        width: 1px;
        height: 13px
    }

    .header .icon[data-v-5eb2a794] {
        width: 20px;
        height: auto;
        margin-right: 4px
    }

    .header .title[data-v-5eb2a794] {
        font-size: 14px
    }

    .header .search-button[data-v-5eb2a794],
    .header .vline2[data-v-5eb2a794],
    .header .goto-home[data-v-5eb2a794],
    .header .search-main[data-v-5eb2a794],
    .header .nav-right[data-v-5eb2a794] {
        display: none
    }

    .header-detail[data-v-5eb2a794] {
        max-width: unset
    }
}

.header-phone[data-v-5eb2a794] {
    width: 100%;
    max-width: unset;
    min-height: 48px;
    height: 48px;
    padding-left: 5px
}

.header-phone[data-v-5eb2a794] .catalog-button {
    margin-left: 10px
}

.header-phone .logo[data-v-5eb2a794] {
    margin-left: 10px;
    width: auto;
    height: 48px
}

.header-phone .vline[data-v-5eb2a794] {
    margin: 0 10px;
    width: 1px;
    height: 13px
}

.header-phone .icon[data-v-5eb2a794] {
    width: 20px;
    height: auto;
    margin-right: 4px
}

.header-phone .title[data-v-5eb2a794] {
    font-size: 14px
}

.header-phone .nav-right[data-v-5eb2a794] {
    display: none
}

a[data-v-1b6d354e] {
    text-decoration: none
}

.footer-wrapper[data-v-1b6d354e] {
    margin-top: 182px;
    position: relative
}

.footer-wrapper .footer[data-v-1b6d354e] {
    min-width: 1200px;
    padding: 0 0 81px;
    background: #646775
}

.footer-wrapper .footer .contact[data-v-1b6d354e] {
    position: relative;
    top: -74px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 26px 0 36px;
    width: 1100px;
    height: 149px;
    color: #27272a;
    text-align: center;
    font-weight: 700;
    background: url(../images/footer-top.webp) 50%;
    background-size: 100% 100%
}

.footer-wrapper .footer .contact .contact-title[data-v-1b6d354e] {
    position: relative;
    padding: 0 25px;
    font-size: 30px;
    letter-spacing: 1px
}

.footer-wrapper .footer .contact .contact-title[data-v-1b6d354e]:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 12px;
    height: 12px;
    background: #06f;
    transform: translateY(-50%)
}

.footer-wrapper .footer .contact .contact-title[data-v-1b6d354e]:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 12px;
    height: 12px;
    background: #06f;
    transform: translateY(-50%)
}

.footer-wrapper .footer .contact .contact-list[data-v-1b6d354e] {
    list-style: none;
    padding: 20px 0 0;
    margin: 0 auto !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 916px;
    border-top: 1px solid #e4e9f1;
    font-size: 18px
}

.footer-wrapper .footer .contact .contact-list li[data-v-1b6d354e] {
    display: flex;
    align-items: center
}

.footer-wrapper .footer .contact .contact-list li img[data-v-1b6d354e] {
    margin-right: 11px;
    width: 20px;
    height: 20px
}

.footer-wrapper .footer .contact .contact-list li span[data-v-1b6d354e] {
    font-size: 18px;
    font-weight: 700
}

.footer-wrapper .footer .main[data-v-1b6d354e] {
    overflow: hidden;
    width: 1200px;
    margin: 0 auto
}

.footer-wrapper .footer .main .top[data-v-1b6d354e] {
    position: relative;
    padding: 0 0 55px;
    display: flex;
    justify-content: space-between
}

.footer-wrapper .footer .main .top .logo i[data-v-1b6d354e] {
    display: block;
    width: 121px;
    height: 60px;
    background: url(../images/footer-logo.png) 50%;
    background-size: 100% 100%
}

.footer-wrapper .footer .main .top .select[data-v-1b6d354e] {
    position: relative;
    width: 250px
}

.footer-wrapper .footer .main .top .select .select-list[data-v-1b6d354e] {
    overflow: hidden;
    height: 44px;
    position: absolute;
    top: 7px;
    left: 0;
    width: 250px;
    border: 1px solid #a5a3c1;
    background: #646775;
    transition: .3s linear;
    box-sizing: border-box
}

.footer-wrapper .footer .main .top .select .select-list .select-icon[data-v-1b6d354e] {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 12px;
    right: 12px
}

.footer-wrapper .footer .main .top .select .select-list .select-item-line[data-v-1b6d354e] {
    display: none;
    position: absolute;
    top: 0;
    left: -1px;
    width: 250px;
    height: 44px;
    background: #858a9e;
    color: #e9ebf2;
    transition: .2s linear
}

.footer-wrapper .footer .main .top .select .select-list .select-trigger[data-v-1b6d354e] {
    box-sizing: border-box;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 9px 12px 9px 30px;
    width: 100%;
    height: 44px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    cursor: pointer
}

.footer-wrapper .footer .main .top .select .select-list-active .select-item-line[data-v-1b6d354e] {
    display: block
}

.footer-wrapper .footer .main .top .select .select-list-active[data-v-1b6d354e]:hover {
    height: 88px
}

.footer-wrapper .footer .main .bottom[data-v-1b6d354e] {
    float: right
}

.footer-wrapper .footer .main .bottom .website-columns[data-v-1b6d354e] {
    padding: 12px 15px 46px;
    border-top: 1px solid #88889f;
    border-bottom: 1px solid #88889f;
    width: 975px;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    font-weight: 400;
    box-sizing: border-box
}

.footer-wrapper .footer .main .bottom .website-columns .column[data-v-1b6d354e] {
    display: flex;
    flex-flow: column;
    justify-content: space-between
}

.footer-wrapper .footer .main .bottom .website-columns .column .column-content .column-title[data-v-1b6d354e] {
    font-size: 18px;
    font-weight: 700;
    color: #fff
}

.footer-wrapper .footer .main .bottom .website-columns .column .column-content .website-group .group-title[data-v-1b6d354e] {
    margin-top: 15px;
    font-size: 14px !important;
    color: #fff;
    font-weight: 500
}

.footer-wrapper .footer .main .bottom .website-columns .column .column-content .website-list[data-v-1b6d354e] {
    color: #bdc4d3;
    font-weight: 400;
    margin-bottom: 0 !important;
    list-style: none;
    margin: 0;
    padding: 0
}

.footer-wrapper .footer .main .bottom .website-columns .column .column-content .website-list li[data-v-1b6d354e] {
    margin-top: 7px !important;
    font-size: 14px !important;
    cursor: pointer
}

.footer-wrapper .footer .main .bottom .website-columns .column .column-content .website-list li a[data-v-1b6d354e] {
    color: #bdc4d3 !important;
    font-weight: 500;
    position: relative
}

.footer-wrapper .footer .main .bottom .website-columns .column .column-content .website-list li a[data-v-1b6d354e]:before {
    content: "";
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 0;
    height: 1px;
    background: #bdc4d3;
    transition: .3s linear
}

.footer-wrapper .footer .main .bottom .website-columns .column .column-content .website-list li a[data-v-1b6d354e]:hover:before {
    left: 0;
    width: 100%
}

.footer-wrapper .footer .main .bottom .website-columns .column .column-content .website-list div[data-v-1b6d354e] {
    margin-top: 7px;
    font-size: 14px !important;
    color: #bdc4d3;
    cursor: pointer
}

.footer-wrapper .footer .main .bottom .website-columns .column .column-content .website-list div a[data-v-1b6d354e] {
    color: #bdc4d3 !important;
    font-weight: 500;
    position: relative
}

.footer-wrapper .footer .main .bottom .website-columns .column .column-content .website-list div a[data-v-1b6d354e]:before {
    content: "";
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 0;
    height: 1px;
    background: #bdc4d3;
    transition: .3s linear
}

.footer-wrapper .footer .main .bottom .website-columns .column .column-content .website-list div a[data-v-1b6d354e]:hover:before {
    left: 0;
    width: 100%
}

.footer-wrapper .footer .main .bottom .website-columns .website-right[data-v-1b6d354e] {
    display: flex;
    flex-flow: column;
    justify-content: space-between
}

.footer-wrapper .footer .main .bottom .website-columns .website-right .code[data-v-1b6d354e] {
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
    display: flex;
    align-items: center;
    text-align: center;
    font-weight: 400;
    color: #bdc4d3;
    margin-bottom: 0 !important
}

.footer-wrapper .footer .main .bottom .website-columns .website-right .code .code-item[data-v-1b6d354e] {
    margin-right: 20px;
    font-size: 14px;
    font-weight: 500
}

.footer-wrapper .footer .main .bottom .website-columns .website-right .code .code-item img[data-v-1b6d354e] {
    margin: 0 auto 10px;
    width: 70px;
    height: 70px
}

.footer-wrapper .footer .main .bottom .website-columns .website-right .code .code-item span[data-v-1b6d354e] {
    position: relative
}

.footer-wrapper .footer .main .bottom .website-columns .website-right .code .code-item span[data-v-1b6d354e]:before {
    content: "";
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 0;
    height: 1px;
    background: #bdc4d3;
    transition: .3s linear
}

.footer-wrapper .footer .main .bottom .website-columns .website-right .code .code-item span[data-v-1b6d354e]:hover:before {
    left: 0;
    width: 100%
}

.footer-wrapper .footer .main .bottom .blogroll[data-v-1b6d354e] {
    margin-top: 12px;
    display: flex;
    align-items: center;
    font-size: 12px;
    justify-content: space-between;
    font-weight: 500;
    color: #fff
}

.footer-wrapper .footer .main .bottom .blogroll .icp[data-v-1b6d354e] {
    display: flex;
    align-items: center
}

.footer-wrapper .footer .main .bottom .blogroll .icp a[data-v-1b6d354e] {
    color: #fff
}

.footer-wrapper .footer .main .bottom .blogroll .icp p[data-v-1b6d354e]:last-child {
    margin-left: 5px
}

.footer-wrapper .footer .main .bottom .blogroll .blogroll-right[data-v-1b6d354e] {
    display: flex
}

.footer-wrapper .footer .main .bottom .blogroll .blogroll-right .blogroll-link[data-v-1b6d354e] {
    cursor: pointer;
    margin-left: 30px
}

.footer-wrapper .footer .main .bottom .blogroll .blogroll-right .blogroll-link a[data-v-1b6d354e] {
    color: #fff;
    position: relative
}

.footer-wrapper .footer .main .bottom .blogroll .blogroll-right .blogroll-link a[data-v-1b6d354e]:before {
    content: "";
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 0;
    height: 1px;
    background: #fff;
    transition: .3s linear
}

.footer-wrapper .footer .main .bottom .blogroll .blogroll-right .blogroll-link a[data-v-1b6d354e]:hover:before {
    left: 0;
    width: 100%
}

@media screen and (max-width: 900px) {
    .footer-wrapper[data-v-1b6d354e] {
        margin-top: 108px
    }

    .footer-wrapper .footer[data-v-1b6d354e] {
        min-width: unset;
        width: 100%
    }

    .footer-wrapper .footer .contact[data-v-1b6d354e] {
        top: -58px;
        width: calc(100% - 50px);
        height: auto
    }

    .footer-wrapper .footer .contact .contact-title[data-v-1b6d354e] {
        margin: 0 33px;
        display: block;
        font-size: 18px;
        font-weight: 700;
        color: #27272a;
        line-height: 28px
    }

    .footer-wrapper .footer .contact .contact-list[data-v-1b6d354e] {
        border-top: 0px;
        width: auto;
        flex-direction: column;
        align-items: center;
        padding-top: 15px;
        padding-bottom: 23px
    }

    .footer-wrapper .footer .contact .contact-list li[data-v-1b6d354e] {
        margin-bottom: 3px
    }

    .footer-wrapper .footer .contact .contact-list li span[data-v-1b6d354e] {
        font-size: 15px;
        font-weight: 400;
        color: #27272a;
        line-height: 21px
    }

    .footer-wrapper .footer .main[data-v-1b6d354e] {
        margin-top: -30px;
        width: auto
    }

    .footer-wrapper .footer .main .top[data-v-1b6d354e] {
        display: none
    }

    .footer-wrapper .footer .main .bottom[data-v-1b6d354e] {
        float: unset
    }

    .footer-wrapper .footer .main .bottom .website-columns[data-v-1b6d354e] {
        display: none
    }

    .footer-wrapper .footer .main .bottom .blogroll[data-v-1b6d354e] {
        align-items: center;
        flex-direction: column;
        font-size: 11px;
        font-weight: 400;
        color: #fff;
        line-height: 15px
    }

    .footer-wrapper .footer .main .bottom .blogroll .icp[data-v-1b6d354e] {
        align-items: center;
        flex-direction: column
    }

    .footer-wrapper .footer .main .bottom .blogroll .icp p[data-v-1b6d354e]:last-child {
        margin-left: 0
    }

    .footer-wrapper .footer .main .bottom .blogroll .icp p[data-v-1b6d354e] {
        margin: 5px 0
    }

    .footer-wrapper .footer .main .bottom .blogroll .blogroll-right[data-v-1b6d354e] {
        margin-top: 5px
    }

    .footer-wrapper .footer .main .bottom .blogroll .blogroll-right .blogroll-link[data-v-1b6d354e] {
        margin: 0 8px;
        position: relative
    }

    .footer-wrapper .footer .main .bottom .blogroll .blogroll-right .blogroll-link[data-v-1b6d354e]:last-child:after {
        content: "";
        position: absolute;
        width: 1px;
        height: 10px;
        background: #FFFFFF;
        left: -9px;
        top: 3px
    }
}

.footer-wrapper-phone[data-v-1b6d354e] {
    margin-top: 108px
}

.footer-wrapper-phone .footer[data-v-1b6d354e] {
    min-width: unset;
    width: 100%
}

.footer-wrapper-phone .footer .contact[data-v-1b6d354e] {
    top: -58px;
    width: calc(100% - 50px);
    height: auto
}

.footer-wrapper-phone .footer .contact .contact-title[data-v-1b6d354e] {
    margin: 0 33px;
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #27272a;
    line-height: 28px
}

.footer-wrapper-phone .footer .contact .contact-list[data-v-1b6d354e] {
    border-top: 0px;
    width: auto;
    flex-direction: column;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 23px
}

.footer-wrapper-phone .footer .contact .contact-list li[data-v-1b6d354e] {
    margin-bottom: 3px
}

.footer-wrapper-phone .footer .contact .contact-list li span[data-v-1b6d354e] {
    font-size: 15px;
    font-weight: 400;
    color: #27272a;
    line-height: 21px
}

.footer-wrapper-phone .footer .main[data-v-1b6d354e] {
    margin-top: -30px;
    width: auto
}

.footer-wrapper-phone .footer .main .top[data-v-1b6d354e] {
    display: none
}

.footer-wrapper-phone .footer .main .bottom[data-v-1b6d354e] {
    float: unset
}

.footer-wrapper-phone .footer .main .bottom .website-columns[data-v-1b6d354e] {
    display: none
}

.footer-wrapper-phone .footer .main .bottom .blogroll[data-v-1b6d354e] {
    align-items: center;
    flex-direction: column;
    font-size: 11px;
    font-weight: 400;
    color: #fff;
    line-height: 15px
}

.footer-wrapper-phone .footer .main .bottom .blogroll .icp[data-v-1b6d354e] {
    align-items: center;
    flex-direction: column
}

.footer-wrapper-phone .footer .main .bottom .blogroll .icp p[data-v-1b6d354e]:last-child {
    margin-left: 0
}

.footer-wrapper-phone .footer .main .bottom .blogroll .icp p[data-v-1b6d354e] {
    margin: 5px 0
}

.footer-wrapper-phone .footer .main .bottom .blogroll .blogroll-right[data-v-1b6d354e] {
    margin-top: 5px
}

.footer-wrapper-phone .footer .main .bottom .blogroll .blogroll-right .blogroll-link[data-v-1b6d354e] {
    margin: 0 8px;
    position: relative
}

.footer-wrapper-phone .footer .main .bottom .blogroll .blogroll-right .blogroll-link[data-v-1b6d354e]:last-child:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 10px;
    background: #FFFFFF;
    left: -9px;
    top: 3px
}

.search-module[data-v-47bc8128] {
    height: 490px;
    width: 1200px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    padding-left: 30px
}

.search-module .title[data-v-47bc8128] {
    margin-top: 116px;
    font-size: 36px;
    font-weight: 500;
    color: #27272a;
    line-height: 50px
}

.search-module .info[data-v-47bc8128] {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 400;
    color: #7e859b;
    line-height: 22px
}

.search-module .query[data-v-47bc8128] {
    margin-top: 30px;
    width: 550px;
    height: 50px;
    position: relative
}

.search-module .query .input[data-v-47bc8128] {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0 114px 0 70px;
    background: #F8FAFF;
    box-shadow: inset 0 1px 4px #08207747;
    border-radius: 25px;
    border: 1px solid transparent;
    font-size: 16px;
    font-weight: 400;
    line-height: 50px;
    outline: none;
    color: #27272a
}

.search-module .query .input[data-v-47bc8128]::placeholder {
    color: #757d9480
}

.search-module .query .input[data-v-47bc8128]:focus {
    border: 1px solid #0066FF
}

.search-module .query .icon[data-v-47bc8128] {
    position: absolute;
    top: 9px;
    left: 20px;
    width: 32px;
    height: 32px
}

.search-module .query .search-button[data-v-47bc8128] {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 100px;
    height: 40px;
    background: #0066FF;
    border-radius: 20px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    line-height: 40px;
    cursor: pointer;
    outline: none;
    border: 0
}

.search-module .query .suggest-container[data-v-47bc8128] {
    position: absolute;
    left: 0;
    top: 74px;
    z-index: 100
}

.search-module .query .query-mask[data-v-47bc8128] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    display: none
}

.search-module .recent-query[data-v-47bc8128] {
    margin-left: 20px;
    margin-top: 18px;
    max-width: 600px;
    display: flex;
    flex-direction: row;
    align-items: center
}

.search-module .recent-query .title[data-v-47bc8128] {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #27272a;
    line-height: 24px;
    white-space: nowrap
}

.search-module .recent-query .word[data-v-47bc8128] {
    margin-right: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #7e859b;
    line-height: 24px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative
}

.search-module .recent-query .word[data-v-47bc8128]:before {
    content: "";
    width: 0;
    height: 1px;
    right: 0;
    position: absolute;
    bottom: 0;
    background: #7E859B;
    transition: .3s ease-out
}

.search-module .recent-query .word[data-v-47bc8128]:hover:before {
    left: 0;
    width: 100%
}

.search-module .recent-query .word-h5[data-v-47bc8128] {
    display: none
}

.search-module .banner[data-v-47bc8128] {
    width: 550px;
    height: 550px;
    position: absolute;
    top: -40px;
    right: -2px
}

.search-module .banner img[data-v-47bc8128] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain
}

.search-module[data-v-47bc8128] .full-search-button .search-button {
    display: none
}

@media screen and (max-width: 900px) {
    .search-module[data-v-47bc8128] {
        width: 100%;
        height: 440px;
        padding-left: 0;
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .search-module .title[data-v-47bc8128] {
        margin-top: 38px;
        font-size: 20px;
        font-weight: 500;
        color: #27272a;
        line-height: 28px
    }

    .search-module .info[data-v-47bc8128] {
        margin-top: 15px;
        font-size: 13px;
        font-weight: 400;
        color: #7e859b;
        line-height: 18px
    }

    .search-module .query[data-v-47bc8128] {
        margin-top: 20px;
        width: 275px;
        height: 30px
    }

    .search-module .query .input[data-v-47bc8128] {
        padding: 0 57px 0 35px;
        box-shadow: inset 0 1px 2px #08207747;
        border-radius: 17px;
        font-size: 13px
    }

    .search-module .query .icon[data-v-47bc8128] {
        top: 8px;
        left: 10px;
        width: 16px;
        height: 16px
    }

    .search-module .query .search-button[data-v-47bc8128] {
        top: 3px;
        right: 4px;
        width: 50px;
        height: 24px;
        border-radius: 12px;
        font-size: 13px;
        line-height: 24px
    }

    .search-module .query .suggest-container[data-v-47bc8128] {
        position: absolute;
        left: 0;
        top: 42px;
        z-index: 100
    }

    .search-module .query .query-mask[data-v-47bc8128] {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 100;
        display: block
    }

    .search-module .recent-query[data-v-47bc8128] {
        margin-left: auto;
        margin-right: auto;
        margin-top: 8px;
        max-width: calc(100% - 30px);
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center
    }

    .search-module .recent-query .title[data-v-47bc8128] {
        margin: 0;
        font-size: 10px;
        font-weight: 500;
        color: #27272a;
        line-height: 17px
    }

    .search-module .recent-query .word[data-v-47bc8128] {
        display: none
    }

    .search-module .recent-query .word-h5[data-v-47bc8128] {
        display: block;
        margin-right: 10px;
        font-size: 10px;
        font-weight: 400;
        color: #7e859b;
        line-height: 17px;
        cursor: pointer;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        position: relative
    }

    .search-module .recent-query .word-h5[data-v-47bc8128]:before {
        content: "";
        width: 0;
        height: 1px;
        right: 0;
        position: absolute;
        bottom: 0;
        background: #7E859B;
        transition: .3s ease-out
    }

    .search-module .recent-query .word-h5[data-v-47bc8128]:hover:before {
        left: 0;
        width: 100%
    }

    .search-module .recent-query .word-h5[data-v-47bc8128]:last-child {
        margin-right: 0
    }

    .search-module .banner[data-v-47bc8128] {
        top: 170px;
        left: calc((100% - 275px)/2);
        right: unset;
        width: 275px;
        height: 275px
    }
}

.search-module-phone[data-v-47bc8128] {
    width: 100%;
    height: 395px;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center
}

.search-module-phone .title[data-v-47bc8128] {
    margin-top: 38px;
    font-size: 20px;
    font-weight: 500;
    color: #27272a;
    line-height: 28px
}

.search-module-phone .info[data-v-47bc8128] {
    margin-top: 15px;
    font-size: 13px;
    font-weight: 400;
    color: #7e859b;
    line-height: 18px
}

.search-module-phone .query[data-v-47bc8128] {
    margin-top: 20px;
    width: 275px;
    height: 30px
}

.search-module-phone .query .input[data-v-47bc8128] {
    padding: 0 57px 0 35px;
    box-shadow: inset 0 1px 2px #08207747;
    border-radius: 17px;
    font-size: 13px
}

.search-module-phone .query .icon[data-v-47bc8128] {
    top: 8px;
    left: 10px;
    width: 16px;
    height: 16px
}

.search-module-phone .query .search-button[data-v-47bc8128] {
    top: 3px;
    right: 4px;
    width: 50px;
    height: 24px;
    border-radius: 12px;
    font-size: 13px;
    line-height: 24px
}

.search-module-phone .query .suggest-container[data-v-47bc8128] {
    position: absolute;
    left: 0;
    top: 42px;
    z-index: 100
}

.search-module-phone .query .query-mask[data-v-47bc8128] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    display: block
}

.search-module-phone .banner[data-v-47bc8128] {
    top: 140px;
    left: calc((100% - 275px)/2);
    right: unset;
    width: 275px;
    height: 275px
}

.theme-seer-group[data-v-48602d02] {
    font-family: Helvetica Neue, PingFang SC, Microsoft Yahei, Arial, sans-serif !important;
    line-height: 1.5715;
    user-select: text
}

.theme-seer-group a[data-v-48602d02] {
    text-decoration: none !important
}

.theme-seer-group .cursor-pointer[data-v-48602d02] {
    cursor: pointer
}

.theme-seer-group[data-v-48602d02] ::selection {
    color: #fff;
    background: #396aff
}

.theme-seer-group .modules[data-v-48602d02] {
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    position: relative
}

.theme-seer-group .modules>*[data-v-48602d02] {
    position: relative
}

.theme-seer-group .modules .module-bg[data-v-48602d02] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1020px;
    background: linear-gradient(180deg, #EDEEF5 0%, #FFFFFF 100%)
}

.theme-seer-group .modules .focus-title[data-v-48602d02] {
    margin: 20px auto 40px;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #131212;
    line-height: 50px
}

.theme-seer-group .modules .focus-content[data-v-48602d02] {
    margin: 0 auto;
    width: 1200px;
    display: flex;
    flex-direction: row
}

.theme-seer-group .modules .focus-content .focus-item[data-v-48602d02] {
    position: relative;
    margin-right: 30px;
    width: 277px;
    height: 320px;
    box-sizing: border-box;
    background: linear-gradient(180deg, #FFFFFF 0%, #F2F3F6 100%);
    box-shadow: 0 2px 5px #353a4926;
    border-radius: 3px;
    border: 2px solid #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.theme-seer-group .modules .focus-content .focus-item .image[data-v-48602d02] {
    width: 100px;
    height: 100px;
    position: relative
}

.theme-seer-group .modules .focus-content .focus-item .image img[data-v-48602d02] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain
}

.theme-seer-group .modules .focus-content .focus-item .image .image-default[data-v-48602d02] {
    visibility: visible
}

.theme-seer-group .modules .focus-content .focus-item .image .image-gif[data-v-48602d02] {
    visibility: hidden
}

.theme-seer-group .modules .focus-content .focus-item .title[data-v-48602d02] {
    margin: 24px 20px 0;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: #131212;
    line-height: 42px;
    position: relative
}

.theme-seer-group .modules .focus-content .focus-item .title[data-v-48602d02]:before {
    content: "";
    width: 0;
    height: 1px;
    right: 0;
    position: absolute;
    bottom: -9px;
    background: #000000;
    transition: .3s ease-out
}

.theme-seer-group .modules .focus-content .focus-item .desc[data-v-48602d02] {
    margin: 25px 40px 0;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #7e859b;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.theme-seer-group .modules .focus-content .focus-item[data-v-48602d02]:hover {
    box-shadow: 0 5px 10px #353a4933
}

.theme-seer-group .modules .focus-content .focus-item:hover .title[data-v-48602d02]:before {
    left: 0;
    width: 100%
}

.theme-seer-group .modules .focus-content .focus-item:hover .image .image-default[data-v-48602d02] {
    visibility: hidden
}

.theme-seer-group .modules .focus-content .focus-item:hover .image .image-gif[data-v-48602d02] {
    visibility: visible
}

.theme-seer-group .modules .focus-content .focus-item[data-v-48602d02]:last-child {
    margin-right: 0
}

.theme-seer-group .modules .dir-item[data-v-48602d02] {
    display: flex;
    flex-direction: column
}

.theme-seer-group .modules .dir-title[data-v-48602d02] {
    margin: 80px auto 40px;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #131212;
    line-height: 50px;
    position: relative
}

.theme-seer-group .modules .dir-content[data-v-48602d02] {
    width: 1230px;
    margin: 0 auto -30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.theme-seer-group .modules .dir-content .section-card[data-v-48602d02] {
    box-sizing: border-box;
    margin: 0 15px 30px;
    width: 380px;
    height: 300px;
    box-shadow: 0 2px 5px #353a4926;
    border: 2px solid #FFFFFF;
    display: flex;
    flex-direction: column
}

.theme-seer-group .modules .dir-content .section-card[data-v-48602d02]:hover {
    box-shadow: 0 5px 10px #353a4933
}

.theme-seer-group .modules .dir-content .section-card .section-header[data-v-48602d02] {
    height: 141px;
    margin: 0 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative
}

.theme-seer-group .modules .dir-content .section-card .section-header .section-title[data-v-48602d02] {
    display: flex;
    flex-direction: column
}

.theme-seer-group .modules .dir-content .section-card .section-header .section-title .text-out[data-v-48602d02] {
    margin-top: 28px;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 58px
}

.theme-seer-group .modules .dir-content .section-card .section-header .section-title .text[data-v-48602d02] {
    font-size: 20px;
    font-weight: 700;
    color: #131212;
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: 24px;
    position: relative
}

.theme-seer-group .modules .dir-content .section-card .section-header .section-title .text .prefix[data-v-48602d02] {
    align-self: flex-start;
    margin-right: 5px
}

.theme-seer-group .modules .dir-content .section-card .section-header .section-title .text span[data-v-48602d02] {
    background-image: linear-gradient(#000, #000);
    font-size: 18px;
    background-position: 100% 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    text-decoration: none;
    transition: background-size .3s ease
}

.theme-seer-group .modules .dir-content .section-card .section-header .section-title .view-all[data-v-48602d02] {
    margin-top: 4px;
    display: flex;
    flex-direction: row;
    align-items: center
}

.theme-seer-group .modules .dir-content .section-card .section-header .section-title .view-all div[data-v-48602d02] {
    margin-left: 26px;
    font-size: 14px;
    font-weight: 700;
    color: #7e859b;
    line-height: 20px
}

.theme-seer-group .modules .dir-content .section-card .section-header .section-title .view-all img[data-v-48602d02] {
    margin-left: 6px;
    width: 6px;
    height: 9px
}

.theme-seer-group .modules .dir-content .section-card .section-header .section-image[data-v-48602d02] {
    width: 130px;
    height: 95px;
    margin-top: 23px
}

.theme-seer-group .modules .dir-content .section-card .section-header .section-image img[data-v-48602d02] {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.theme-seer-group .modules .dir-content .section-card .section-header:hover .section-title .text span[data-v-48602d02] {
    background-size: 100% 1px;
    background-position: 0 100%
}

.theme-seer-group .modules .dir-content .section-card .section-doc-list[data-v-48602d02] {
    margin: 0 auto;
    width: 346px;
    height: 140px;
    background: #FFFFFF;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 10px 15px 10px 20px
}

.theme-seer-group .modules .dir-content .section-card .section-doc-list .section-doc[data-v-48602d02] {
    height: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative
}

.theme-seer-group .modules .dir-content .section-card .section-doc-list .section-doc div[data-v-48602d02] {
    margin-right: 15px;
    font-size: 14px;
    font-weight: 500;
    color: #7e859b;
    line-height: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.theme-seer-group .modules .dir-content .section-card .section-doc-list .section-doc div a[data-v-48602d02] {
    color: #7e859b;
    position: relative
}

.theme-seer-group .modules .dir-content .section-card .section-doc-list .section-doc div a[data-v-48602d02]:before {
    content: "";
    width: 0;
    height: 1px;
    right: 0;
    position: absolute;
    bottom: -2px;
    background: #7E859B;
    transition: .3s ease-out
}

.theme-seer-group .modules .dir-content .section-card .section-doc-list .section-doc div a[data-v-48602d02]:hover:before {
    left: 0;
    width: 100%
}

.theme-seer-group .modules .dir-content .section-card .section-doc-list .section-doc img[data-v-48602d02] {
    width: 10px;
    height: 12px
}

.theme-seer-group .modules .dir-content .section-card-0[data-v-48602d02] {
    background: linear-gradient(180deg, #E7E8EE 0%, #FFFFFF 100%)
}

.theme-seer-group .modules .dir-content .section-card-1[data-v-48602d02] {
    box-sizing: border-box;
    background-image: radial-gradient(circle at 50% 0%, rgba(0, 102, 255, .8) 0%, rgba(255, 255, 255, .8) 124%);
    border-radius: 5px;
    border: 2px solid #D4E6FF;
    backdrop-filter: blur(4px)
}

.theme-seer-group .modules .dir-content .section-card-1 .section-header .section-title .text[data-v-48602d02] {
    color: #fff
}

.theme-seer-group .modules .dir-content .section-card-1 .section-header .section-title .text span[data-v-48602d02] {
    background-image: linear-gradient(#FFF, #FFF)
}

.theme-seer-group .modules .dir-content .section-card-1 .section-header .section-title .view-all div[data-v-48602d02] {
    color: #fff
}

.theme-seer-group .modules .dir-content .section-card-1 .section-header .section-image[data-v-48602d02] {
    width: 106px;
    height: 96px;
    background: #FFFFFF;
    box-shadow: inset 0 5px 10px #353a4933;
    border-radius: 5px;
    border: 2px solid #D4E6FF;
    margin-top: 30px;
    margin-right: 10px;
    box-sizing: border-box
}

.theme-seer-group .modules .dir-content .section-card-1 .section-header .section-image img[data-v-48602d02] {
    margin-top: 13px;
    margin-left: 13px;
    width: 79px;
    height: 71px
}

.theme-seer-group .modules .dir-content .section-card-1 .section-doc-list[data-v-48602d02] {
    background: linear-gradient(180deg, #FFFFFF 0%, #F2F3F6 100%);
    box-shadow: 0 0 10px #353a4930;
    border-radius: 3px;
    border: 2px solid #FFFFFF
}

@media screen and (max-width: 900px) {
    .theme-seer-group .modules[data-v-48602d02] {
        margin-top: 40px
    }

    .theme-seer-group .modules .focus-title[data-v-48602d02] {
        margin: 0 auto 30px;
        font-size: 20px;
        font-weight: 700;
        color: #131212;
        line-height: 28px
    }

    .theme-seer-group .modules .focus-content[data-v-48602d02] {
        width: unset;
        padding: 0 15px;
        flex-wrap: wrap;
        box-sizing: border-box
    }

    .theme-seer-group .modules .focus-content .focus-item[data-v-48602d02] {
        margin-right: 0;
        margin-bottom: 10px;
        width: calc(50% - 5px);
        height: 190px;
        border-radius: 3px;
        border: 2px solid #FFFFFF
    }

    .theme-seer-group .modules .focus-content .focus-item[data-v-48602d02]:nth-child(2n) {
        margin-left: 10px
    }

    .theme-seer-group .modules .focus-content .focus-item .image[data-v-48602d02] {
        width: 67px;
        height: 67px
    }

    .theme-seer-group .modules .focus-content .focus-item .title[data-v-48602d02] {
        font-size: 18px;
        line-height: 25px;
        margin: 12px 10px 0
    }

    .theme-seer-group .modules .focus-content .focus-item .title[data-v-48602d02]:before {
        bottom: -5px
    }

    .theme-seer-group .modules .focus-content .focus-item .desc[data-v-48602d02] {
        font-size: 14px;
        line-height: 19px;
        margin: 13px 20px 0
    }

    .theme-seer-group .modules .dir-title[data-v-48602d02] {
        margin: 50px auto 30px;
        font-size: 20px;
        font-weight: 700;
        color: #131212;
        line-height: 28px
    }

    .theme-seer-group .modules .dir-content[data-v-48602d02] {
        width: 100%;
        flex-direction: column
    }

    .theme-seer-group .modules .dir-content .section-card[data-v-48602d02] {
        width: calc(100% - 30px);
        height: auto;
        margin: 0 15px 15px
    }

    .theme-seer-group .modules .dir-content .section-card .section-header[data-v-48602d02] {
        height: 118px;
        margin: 0 15px 0 5px
    }

    .theme-seer-group .modules .dir-content .section-card .section-header .section-title .text[data-v-48602d02] {
        margin-top: 20px;
        margin-right: 20px;
        line-height: 26px;
        height: 62px
    }

    .theme-seer-group .modules .dir-content .section-card .section-header .section-title .text span[data-v-48602d02] {
        font-size: 19px
    }

    .theme-seer-group .modules .dir-content .section-card .section-header .section-title .view-all div[data-v-48602d02] {
        margin-left: 25px;
        font-size: 13px;
        line-height: 18px
    }

    .theme-seer-group .modules .dir-content .section-card .section-header .section-title .view-all img[data-v-48602d02] {
        margin-left: 5px;
        width: 7px;
        height: 10px
    }

    .theme-seer-group .modules .dir-content .section-card .section-header .section-image[data-v-48602d02] {
        width: 111px;
        height: 80px;
        margin-top: 20px;
        margin-right: 2px
    }

    .theme-seer-group .modules .dir-content .section-card .section-doc-list[data-v-48602d02] {
        width: unset;
        height: auto;
        margin: 0 15px 15px;
        border-radius: 3px;
        padding: 9px 15px
    }

    .theme-seer-group .modules .dir-content .section-card .section-doc-list .section-doc[data-v-48602d02] {
        height: 30px
    }

    .theme-seer-group .modules .dir-content .section-card .section-doc-list .section-doc div[data-v-48602d02] {
        margin-right: 15px;
        font-size: 13px;
        line-height: 18px
    }

    .theme-seer-group .modules .dir-content .section-card .section-doc-list .section-doc div a[data-v-48602d02]:before {
        bottom: 0
    }

    .theme-seer-group .modules .dir-content .section-card .section-doc-list .section-doc img[data-v-48602d02] {
        width: 10px;
        height: 12px
    }

    .theme-seer-group .modules .dir-content .section-card-1 .section-header .section-image img[data-v-48602d02] {
        width: 62px;
        height: 55px;
        margin-top: 12px;
        margin-left: 25px
    }
}

.theme-seer-group-phone .modules[data-v-48602d02] {
    margin-top: 40px
}

.theme-seer-group-phone .modules .focus-title[data-v-48602d02] {
    margin: 0 auto 30px;
    font-size: 20px;
    font-weight: 700;
    color: #131212;
    line-height: 28px
}

.theme-seer-group-phone .modules .focus-content[data-v-48602d02] {
    width: unset;
    padding: 0 15px;
    flex-wrap: wrap;
    box-sizing: border-box
}

.theme-seer-group-phone .modules .focus-content .focus-item[data-v-48602d02] {
    margin-right: 0;
    margin-bottom: 10px;
    width: calc(50% - 5px);
    height: 190px;
    border-radius: 3px;
    border: 2px solid #FFFFFF
}

.theme-seer-group-phone .modules .focus-content .focus-item[data-v-48602d02]:nth-child(2n) {
    margin-left: 10px
}

.theme-seer-group-phone .modules .focus-content .focus-item .image[data-v-48602d02] {
    width: 67px;
    height: 67px
}

.theme-seer-group-phone .modules .focus-content .focus-item .title[data-v-48602d02] {
    font-size: 18px;
    line-height: 25px;
    margin: 12px 10px 0
}

.theme-seer-group-phone .modules .focus-content .focus-item .title[data-v-48602d02]:before {
    bottom: -5px
}

.theme-seer-group-phone .modules .focus-content .focus-item .desc[data-v-48602d02] {
    font-size: 14px;
    line-height: 19px;
    margin: 13px 20px 0
}

.theme-seer-group-phone .modules .dir-title[data-v-48602d02] {
    margin: 50px auto 30px;
    font-size: 20px;
    font-weight: 700;
    color: #131212;
    line-height: 28px
}

.theme-seer-group-phone .modules .dir-content[data-v-48602d02] {
    width: 100%;
    flex-direction: column
}

.theme-seer-group-phone .modules .dir-content .section-card[data-v-48602d02] {
    width: calc(100% - 30px);
    height: auto;
    margin: 0 15px 15px
}

.theme-seer-group-phone .modules .dir-content .section-card .section-header[data-v-48602d02] {
    height: 118px;
    margin: 0 15px 0 5px
}

.theme-seer-group-phone .modules .dir-content .section-card .section-header .section-title .text[data-v-48602d02] {
    margin-top: 20px;
    margin-right: 20px;
    line-height: 26px;
    height: 62px
}

.theme-seer-group-phone .modules .dir-content .section-card .section-header .section-title .text span[data-v-48602d02] {
    font-size: 19px
}

.theme-seer-group-phone .modules .dir-content .section-card .section-header .section-title .view-all div[data-v-48602d02] {
    margin-left: 25px;
    font-size: 13px;
    line-height: 18px
}

.theme-seer-group-phone .modules .dir-content .section-card .section-header .section-title .view-all img[data-v-48602d02] {
    margin-left: 5px;
    width: 7px;
    height: 10px
}

.theme-seer-group-phone .modules .dir-content .section-card .section-header .section-image[data-v-48602d02] {
    width: 111px;
    height: 80px;
    margin-top: 20px;
    margin-right: 2px
}

.theme-seer-group-phone .modules .dir-content .section-card .section-doc-list[data-v-48602d02] {
    width: unset;
    height: auto;
    margin: 0 15px 15px;
    border-radius: 3px;
    padding: 9px 15px
}

.theme-seer-group-phone .modules .dir-content .section-card .section-doc-list .section-doc[data-v-48602d02] {
    height: 30px
}

.theme-seer-group-phone .modules .dir-content .section-card .section-doc-list .section-doc div[data-v-48602d02] {
    margin-right: 15px;
    font-size: 13px;
    line-height: 18px
}

.theme-seer-group-phone .modules .dir-content .section-card .section-doc-list .section-doc div a[data-v-48602d02]:before {
    bottom: 0
}

.theme-seer-group-phone .modules .dir-content .section-card .section-doc-list .section-doc img[data-v-48602d02] {
    width: 10px;
    height: 12px
}

.theme-seer-group-phone .modules .dir-content .section-card-1 .section-header .section-image img[data-v-48602d02] {
    width: 62px;
    height: 55px;
    margin-top: 12px;
    margin-left: 25px
}

.theme-seer-group-edit[data-v-48602d02] {
    min-width: 1440px;
    overflow-x: hidden
}

.theme-seer-group-edit[data-v-48602d02] .header-wrapper {
    position: static;
    z-index: 0
}

.theme-seer-group-edit .modules[data-v-48602d02] {
    margin-top: 0
}

.theme-seer-group-phone-edit[data-v-48602d02] {
    overflow-x: hidden
}

.theme-seer-group-phone-edit[data-v-48602d02] .header-wrapper {
    position: static;
    z-index: 0
}

.theme-seer-group-phone-edit .modules[data-v-48602d02] {
    margin-top: 0
}

.header-wrapper[data-v-3ea88551] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: white;
    z-index: 1000;
    box-shadow: 0 4px 26px #99999914
}

.header[data-v-3ea88551] {
    margin: 0 auto;
    width: 100%;
    min-height: 80px;
    height: 80px;
    display: flex;
    flex-direction: row;
    align-items: center
}

.header a[data-v-3ea88551] {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-decoration: none
}

.header .logo[data-v-3ea88551] {
    margin-left: 20px;
    width: auto;
    height: 80px
}

.header .vline[data-v-3ea88551] {
    margin: 0 18px;
    width: 2px;
    height: 21px;
    background: #282B31
}

.header .title[data-v-3ea88551] {
    font-size: 18px;
    font-weight: 400;
    color: #282b31;
    white-space: nowrap
}

.header .space[data-v-3ea88551] {
    flex-grow: 1
}

.header .activity-link[data-v-3ea88551] {
    margin-right: 40px
}

.header .activity-link img[data-v-3ea88551] {
    height: 60px;
    width: auto
}

.header .right-links[data-v-3ea88551] {
    margin-right: 30px;
    display: flex;
    flex-direction: row;
    align-items: center
}

.header .right-links a[data-v-3ea88551] {
    margin-left: 20px;
    cursor: pointer;
    color: #1e242e;
    text-decoration: none;
    font-size: 16px
}

@media screen and (max-width: 900px) {
    .header[data-v-3ea88551] {
        width: 100%;
        min-height: 50px;
        height: 50px
    }

    .header .logo[data-v-3ea88551] {
        margin-left: 15px;
        width: auto;
        height: 50px
    }

    .header .vline[data-v-3ea88551] {
        margin: 0 12px;
        height: 15px
    }

    .header .title[data-v-3ea88551] {
        font-size: 12px
    }

    .header .activity-link[data-v-3ea88551] {
        margin-right: 20px
    }

    .header .activity-link img[data-v-3ea88551] {
        height: 50px;
        width: auto
    }

    .header .right-links[data-v-3ea88551] {
        display: none
    }
}

.search-module[data-v-4d756506] {
    height: 320px;
    background: #FAFCFF;
    display: flex;
    flex-direction: column;
    align-items: center
}

.search-module .title[data-v-4d756506] {
    margin-top: 79px;
    font-size: 36px;
    line-height: 42px;
    font-weight: 700;
    letter-spacing: 0em;
    color: #3d3d3d
}

.search-module .query[data-v-4d756506] {
    margin-top: 27px;
    width: 863px;
    height: 58px;
    position: relative
}

.search-module .query .input[data-v-4d756506] {
    width: 100%;
    height: 100%;
    border-radius: 11px;
    box-sizing: border-box;
    border: 2px solid #2B66F6;
    padding: 0 116px 0 52px;
    line-height: 58px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .03em;
    color: #000
}

.search-module .query .input[data-v-4d756506]::placeholder {
    color: #c2c2c2
}

.search-module .query .icon[data-v-4d756506] {
    width: 28px;
    height: 28px;
    position: absolute;
    top: 15px;
    left: 14px
}

.search-module .query .search-button[data-v-4d756506] {
    position: absolute;
    top: 0;
    right: 0;
    width: 106px;
    height: 58px;
    border-radius: 0 11px 11px 0;
    background: #2B66F6;
    box-sizing: border-box;
    border: 2px solid #2B66F6;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .03em;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.search-module .query .suggest-container[data-v-4d756506] {
    position: absolute;
    left: 48px;
    top: 72px;
    z-index: 100
}

.search-module .query .query-mask[data-v-4d756506] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    display: none
}

.search-module[data-v-4d756506] .recent-query {
    width: 671px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 18px
}

.search-module[data-v-4d756506] .recent-query .title {
    margin-top: 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: .03em;
    color: #000;
    white-space: nowrap
}

.search-module[data-v-4d756506] .recent-query .word {
    cursor: pointer;
    margin-right: 16px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: .03em;
    color: #2b66f6
}

.search-module[data-v-4d756506] .full-search-button .search-button {
    display: none
}

@media screen and (max-width: 900px) {
    .search-module[data-v-4d756506] {
        height: 128px
    }

    .search-module .title[data-v-4d756506] {
        height: 29px;
        line-height: 29px;
        font-size: 20px;
        font-weight: 700;
        margin-top: 32px
    }

    .search-module .query[data-v-4d756506] {
        width: 266px;
        height: 32px;
        margin-top: 15px
    }

    .search-module .query .input[data-v-4d756506] {
        height: 32px;
        border-radius: 6px;
        line-height: 32px;
        font-size: 12px;
        padding: 0 64px 0 30px
    }

    .search-module .query .icon[data-v-4d756506] {
        width: 16px;
        height: 16px;
        left: 8px;
        top: 8px
    }

    .search-module .query .search-button[data-v-4d756506] {
        width: 70px;
        height: 32px;
        border-radius: 0 6px 6px 0;
        font-size: 10px
    }

    .search-module .query .query-mask[data-v-4d756506] {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 100;
        display: block
    }

    .search-module .recent-query[data-v-4d756506] {
        display: none
    }
}

.search-module-phone[data-v-4d756506] {
    height: 128px
}

.search-module-phone .title[data-v-4d756506] {
    height: 29px;
    line-height: 29px;
    font-size: 20px;
    font-weight: 700;
    margin-top: 32px
}

.search-module-phone .query[data-v-4d756506] {
    width: 266px;
    height: 32px;
    margin-top: 15px
}

.search-module-phone .query .input[data-v-4d756506] {
    height: 32px;
    border-radius: 6px;
    line-height: 32px;
    font-size: 12px;
    padding: 0 64px 0 30px
}

.search-module-phone .query .icon[data-v-4d756506] {
    width: 16px;
    height: 16px;
    left: 8px;
    top: 8px
}

.search-module-phone .query .search-button[data-v-4d756506] {
    width: 70px;
    height: 32px;
    border-radius: 0 6px 6px 0;
    font-size: 10px
}

.search-module-phone .query .query-mask[data-v-4d756506] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    display: block
}

.search-module-phone .recent-query[data-v-4d756506] {
    display: none
}

.slider[data-v-4382f072] {
    width: 150px;
    height: 8px;
    border-radius: 4px;
    background: #FFFFFF;
    position: relative;
    box-shadow: 0 -.75px 64.5px #0000004d
}

.slider .thumb[data-v-4382f072] {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 8px;
    border-radius: 4px;
    background: #2B66F6;
    cursor: pointer
}

.theme-moka-ats .search-module[data-v-0989da12] {
    margin-top: 80px
}

.theme-moka-ats .modules[data-v-0989da12] {
    display: flex;
    flex-direction: column;
    position: relative
}

.theme-moka-ats .modules>*[data-v-0989da12] {
    position: relative
}

.theme-moka-ats .modules>*[data-v-0989da12]:nth-child(2n) {
    background: #FFFFFF
}

.theme-moka-ats .modules>*[data-v-0989da12]:nth-child(2n+1) {
    background: #FAFCFF
}

.theme-moka-ats .modules .focus-module[data-v-0989da12] {
    padding-top: 30px;
    height: 295px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.theme-moka-ats .modules .focus-module .focus-content[data-v-0989da12] {
    display: flex;
    flex-direction: row
}

.theme-moka-ats .modules .focus-module .focus-content .focus-item[data-v-0989da12] {
    width: 199px;
    height: 220px;
    margin-right: 41px;
    border-radius: 15px;
    background: #FFFFFF;
    box-shadow: 0 3px 30px #0000000d;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    position: relative
}

.theme-moka-ats .modules .focus-module .focus-content .focus-item[data-v-0989da12]:hover {
    background: linear-gradient(217deg, rgba(43, 102, 246, .75) 4%, rgba(43, 102, 246, .75) 4%, #2B66F6 105%, #2B66F6 105%)
}

.theme-moka-ats .modules .focus-module .focus-content .focus-item:hover .title[data-v-0989da12],
.theme-moka-ats .modules .focus-module .focus-content .focus-item:hover .desc[data-v-0989da12] {
    color: #fff
}

.theme-moka-ats .modules .focus-module .focus-content .focus-item:hover .image .icon-default[data-v-0989da12] {
    display: none
}

.theme-moka-ats .modules .focus-module .focus-content .focus-item:hover .image .icon-hover[data-v-0989da12] {
    display: block
}

.theme-moka-ats .modules .focus-module .focus-content .focus-item .image[data-v-0989da12] {
    margin-top: 9px;
    width: 86px;
    height: 86px
}

.theme-moka-ats .modules .focus-module .focus-content .focus-item .image img[data-v-0989da12] {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.theme-moka-ats .modules .focus-module .focus-content .focus-item .image .icon-default[data-v-0989da12] {
    display: block
}

.theme-moka-ats .modules .focus-module .focus-content .focus-item .image .icon-hover[data-v-0989da12] {
    display: none
}

.theme-moka-ats .modules .focus-module .focus-content .focus-item .title[data-v-0989da12] {
    margin-top: 7px;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: .1em;
    color: #3d3d3d;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.theme-moka-ats .modules .focus-module .focus-content .focus-item .desc[data-v-0989da12] {
    margin-top: 13px;
    margin-left: 30px;
    margin-right: 30px;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 22.5px;
    letter-spacing: .1em;
    color: #3d3d3d;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.theme-moka-ats .modules .focus-module .focus-content .focus-item[data-v-0989da12]:last-child {
    margin-right: 0
}

.theme-moka-ats .modules .focus-module .focus-content-more .focus-item[data-v-0989da12] {
    margin-right: 30px
}

.theme-moka-ats .modules .focus-module .focus-content-more .focus-item[data-v-0989da12]:last-child {
    margin-right: 0
}

.theme-moka-ats .modules .video-module[data-v-0989da12] {
    display: flex;
    flex-direction: column;
    align-items: center
}

.theme-moka-ats .modules .video-module .video-title[data-v-0989da12] {
    margin-top: 74px;
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
    letter-spacing: .15em;
    color: #3d3d3d;
    position: relative
}

.theme-moka-ats .modules .video-module .video-content[data-v-0989da12] {
    margin: 57px auto 83px;
    width: 1084px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.theme-moka-ats .modules .video-module .video-content .video-card[data-v-0989da12] {
    margin-right: 47px;
    margin-bottom: 47px;
    width: 330px;
    height: 242px;
    position: relative;
    display: flex;
    flex-direction: column;
    cursor: pointer
}

.theme-moka-ats .modules .video-module .video-content .video-card .bg[data-v-0989da12] {
    position: absolute;
    width: 100%;
    height: 100%
}

.theme-moka-ats .modules .video-module .video-content .video-card .cover[data-v-0989da12] {
    margin: 15px auto 12px;
    width: 301px;
    height: 169px;
    position: relative;
    border-radius: 7px;
    object-fit: cover
}

.theme-moka-ats .modules .video-module .video-content .video-card .info[data-v-0989da12] {
    position: relative;
    margin: 0 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

.theme-moka-ats .modules .video-module .video-content .video-card .info div[data-v-0989da12] {
    margin-right: 10px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .1em;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.theme-moka-ats .modules .video-module .video-content .video-card .info .play[data-v-0989da12] {
    position: relative;
    top: 0px;
    width: 27px;
    height: 27px
}

.theme-moka-ats .modules .video-module .video-content .video-card[data-v-0989da12]:nth-child(3n) {
    margin-right: 0
}

.theme-moka-ats .modules .subject-module[data-v-0989da12] {
    display: flex;
    flex-direction: column;
    align-items: center
}

.theme-moka-ats .modules .subject-module .subject-title[data-v-0989da12] {
    margin-top: 62px;
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
    letter-spacing: .15em;
    color: #3d3d3d;
    position: relative
}

.theme-moka-ats .modules .subject-module .subject-content[data-v-0989da12] {
    margin: 47px auto 20px;
    padding-bottom: 30px;
    width: 1084px;
    display: flex;
    flex-direction: row;
    overflow-x: scroll
}

.theme-moka-ats .modules .subject-module .subject-content[data-v-0989da12]::-webkit-scrollbar {
    width: 0 !important
}

.theme-moka-ats .modules .subject-module .subject-content .subject-card[data-v-0989da12] {
    margin-right: 47px;
    width: 330px;
    min-width: 330px;
    height: 298px;
    border-radius: 15px;
    background: #FFFFFF;
    box-shadow: 0 3px 30px #0000000d;
    display: flex;
    flex-direction: column;
    position: relative;
    cursor: pointer
}

.theme-moka-ats .modules .subject-module .subject-content .subject-card .cover-area[data-v-0989da12] {
    margin-top: 10px;
    align-self: center;
    width: 307px;
    height: 179px;
    position: relative
}

.theme-moka-ats .modules .subject-module .subject-content .subject-card .cover-area .cover[data-v-0989da12] {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 7px
}

.theme-moka-ats .modules .subject-module .subject-content .subject-card .cover-area .title-bg[data-v-0989da12] {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 80px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    background: linear-gradient(0deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.theme-moka-ats .modules .subject-module .subject-content .subject-card .cover-area .title[data-v-0989da12] {
    position: absolute;
    left: 19px;
    right: 19px;
    bottom: 14px;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: .1em;
    color: #fff;
    text-shadow: 0px 3px 10px rgba(0, 0, 0, .7)
}

.theme-moka-ats .modules .subject-module .subject-content .subject-card .tag[data-v-0989da12] {
    margin-top: 3px;
    margin-left: 30px;
    margin-right: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: .1em;
    color: #2b66f6;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.theme-moka-ats .modules .subject-module .subject-content .subject-card .info[data-v-0989da12] {
    margin-left: 30px;
    margin-right: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: .1em;
    color: #3d3d3d;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.theme-moka-ats .modules .subject-module .subject-content .subject-card .phone-cover-img[data-v-0989da12],
.theme-moka-ats .modules .subject-module .subject-content .subject-card .phone-info[data-v-0989da12] {
    display: none
}

.theme-moka-ats .modules .subject-module .subject-content .subject-card[data-v-0989da12]:last-child {
    margin-right: 0
}

.theme-moka-ats .modules .subject-module .slider-box[data-v-0989da12] {
    margin-bottom: 60px
}

.theme-moka-ats .modules .activity-module[data-v-0989da12] {
    display: flex;
    flex-direction: column;
    align-items: center
}

.theme-moka-ats .modules .activity-module .activity-content[data-v-0989da12] {
    margin: 22px auto 20px;
    width: 1260px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.theme-moka-ats .modules .activity-module .activity-content .activity-card[data-v-0989da12] {
    margin-right: 40px;
    margin-bottom: 22px;
    width: 610px;
    height: 270px;
    position: relative;
    cursor: pointer
}

.theme-moka-ats .modules .activity-module .activity-content .activity-card img[data-v-0989da12] {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.theme-moka-ats .modules .activity-module .activity-content .activity-card[data-v-0989da12]:nth-child(2n) {
    margin-right: 0
}

.theme-moka-ats .modules .activity-module .activity-content .activity-card-1[data-v-0989da12] {
    margin-right: 0;
    width: 100%;
    height: auto
}

.theme-moka-ats .modules .activity-module .activity-content .activity-card-1 img[data-v-0989da12] {
    height: auto
}

.theme-moka-ats .modules .avatar-module[data-v-0989da12] {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 514px
}

.theme-moka-ats .modules .avatar-module .avatar-title[data-v-0989da12] {
    margin-top: 76px;
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
    letter-spacing: .15em;
    color: #3d3d3d;
    position: relative
}

.theme-moka-ats .modules .avatar-module .avatar-content[data-v-0989da12] {
    margin-top: 63px;
    padding-bottom: 30px;
    margin-bottom: 15px;
    width: 1440px;
    overflow-x: auto;
    display: flex;
    flex-direction: row
}

.theme-moka-ats .modules .avatar-module .avatar-content[data-v-0989da12]::-webkit-scrollbar {
    width: 0 !important
}

.theme-moka-ats .modules .avatar-module .avatar-content .avatar-card[data-v-0989da12] {
    margin-right: 27px;
    width: 372px;
    min-width: 372px;
    height: 226px;
    position: relative
}

.theme-moka-ats .modules .avatar-module .avatar-content .avatar-card .shape[data-v-0989da12] {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 150px;
    border-radius: 15px;
    background: linear-gradient(213deg, #3A77F0 6%, rgba(91, 136, 246, .46) 103%);
    box-shadow: 0 3px 30px #0000000d
}

.theme-moka-ats .modules .avatar-module .avatar-content .avatar-card .card[data-v-0989da12] {
    position: absolute;
    top: 36px;
    left: 30px;
    right: 0;
    bottom: 0;
    border-radius: 15px;
    background: rgba(255, 255, 255, .6);
    border: .75px solid #FFFFFF;
    backdrop-filter: blur(7.5px);
    box-shadow: 0 3px 30px #0000000d;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 21px 50px 0 137px
}

.theme-moka-ats .modules .avatar-module .avatar-content .avatar-card .card .avatar[data-v-0989da12] {
    width: 72px;
    height: 72px;
    border-radius: 36px;
    position: absolute;
    top: 16px;
    left: 23px;
    object-fit: cover
}

.theme-moka-ats .modules .avatar-module .avatar-content .avatar-card .card .name[data-v-0989da12] {
    font-size: 27px;
    font-weight: 700;
    letter-spacing: .15em;
    color: #3d3d3d;
    line-height: 32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.theme-moka-ats .modules .avatar-module .avatar-content .avatar-card .card .title[data-v-0989da12] {
    margin-top: 8px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .15em;
    color: #3d3d3d;
    line-height: 21px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.theme-moka-ats .modules .avatar-module .avatar-content .avatar-card .card .company[data-v-0989da12] {
    margin-top: 38px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .15em;
    color: #3d3d3d;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-word
}

.theme-moka-ats .modules .avatar-module .avatar-content .avatar-card .card .heart[data-v-0989da12] {
    position: absolute;
    right: 18px;
    bottom: 15px;
    width: 18px;
    height: 18px
}

.theme-moka-ats .modules .avatar-module .avatar-content .avatar-card:nth-child(2n) .shape[data-v-0989da12] {
    border-radius: 75px;
    background: linear-gradient(137deg, #3766F5 1%, #73BDEB 98%);
    box-shadow: 0 3px 30px #0000000d
}

.theme-moka-ats .modules .avatar-module .avatar-content .avatar-card[data-v-0989da12]:first-child {
    margin-left: 86px
}

.theme-moka-ats .modules .avatar-module .avatar-content .avatar-card[data-v-0989da12]:last-child {
    margin-right: 86px
}

.theme-moka-ats .modules .dir-item[data-v-0989da12] {
    display: flex;
    flex-direction: column
}

.theme-moka-ats .modules .dir-title[data-v-0989da12] {
    margin: 60px auto 40px;
    text-align: center;
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
    color: #3d3d3d;
    position: relative;
    letter-spacing: .15em
}

.theme-moka-ats .modules .dir-content[data-v-0989da12] {
    width: 1122px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.theme-moka-ats .modules .dir-content .section-card[data-v-0989da12] {
    margin: 0 15px 35px;
    width: 339px;
    height: 337px;
    border-radius: 15px;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #FFFFFF;
    backdrop-filter: blur(7.5px);
    box-shadow: 0 3px 30px #0000000d;
    display: flex;
    flex-direction: column;
    align-items: center
}

.theme-moka-ats .modules .dir-content .section-card .section-header[data-v-0989da12] {
    margin: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    cursor: pointer
}

.theme-moka-ats .modules .dir-content .section-card .section-header .section-image[data-v-0989da12] {
    width: 90px;
    height: 90px;
    margin-top: 24px
}

.theme-moka-ats .modules .dir-content .section-card .section-header .section-image img[data-v-0989da12] {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.theme-moka-ats .modules .dir-content .section-card .section-header .section-title[data-v-0989da12] {
    margin-top: 23px;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: .1em;
    color: #3d3d3d;
    line-height: 21px
}

.theme-moka-ats .modules .dir-content .section-card .section-doc-list[data-v-0989da12] {
    margin: 24px 0 0;
    max-width: 269px;
    display: flex;
    flex-direction: column
}

.theme-moka-ats .modules .dir-content .section-card .section-doc-list .section-doc[data-v-0989da12] {
    font-size: 14px;
    font-weight: 400;
    line-height: 37px;
    letter-spacing: .1em;
    color: #3d3d3d;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative
}

.theme-moka-ats .modules .dir-content .section-card .section-doc-list .section-doc a[data-v-0989da12] {
    color: #3d3d3d;
    position: relative;
    text-decoration: none
}

@media screen and (max-width: 900px) {
    .theme-moka-ats .search-module[data-v-0989da12] {
        margin-top: 50px
    }

    .theme-moka-ats .modules .focus-module[data-v-0989da12] {
        height: auto
    }

    .theme-moka-ats .modules .focus-module .focus-title[data-v-0989da12] {
        margin-top: 30px;
        line-height: 23px;
        font-size: 16px
    }

    .theme-moka-ats .modules .focus-module .focus-content[data-v-0989da12] {
        margin-top: 16px;
        flex-wrap: wrap;
        padding: 0 15px;
        box-sizing: border-box
    }

    .theme-moka-ats .modules .focus-module .focus-content .focus-item[data-v-0989da12] {
        margin-right: 0;
        width: calc(50% - 8px);
        margin-bottom: 15px;
        height: auto
    }

    .theme-moka-ats .modules .focus-module .focus-content .focus-item .image[data-v-0989da12] {
        margin-top: 24px;
        width: 60px;
        height: 60px
    }

    .theme-moka-ats .modules .focus-module .focus-content .focus-item .title[data-v-0989da12] {
        font-size: 14px
    }

    .theme-moka-ats .modules .focus-module .focus-content .focus-item .desc[data-v-0989da12] {
        margin: 10px 20px 30px;
        font-size: 12px;
        line-height: 18px
    }

    .theme-moka-ats .modules .focus-module .focus-content .focus-item[data-v-0989da12]:nth-child(2n) {
        margin-left: 16px
    }

    .theme-moka-ats .modules .focus-module .focus-content-more .focus-item[data-v-0989da12] {
        margin-right: 0
    }

    .theme-moka-ats .modules .video-module .video-title[data-v-0989da12] {
        margin-top: 30px;
        line-height: 23px;
        font-size: 16px
    }

    .theme-moka-ats .modules .video-module .video-content[data-v-0989da12] {
        margin: 16px auto;
        width: 100%;
        box-sizing: border-box;
        padding: 0 15px;
        flex-direction: column
    }

    .theme-moka-ats .modules .video-module .video-content .video-card[data-v-0989da12] {
        margin: 0 0 12px;
        width: 100%;
        height: 242px
    }

    .theme-moka-ats .modules .video-module .video-content .video-card .cover[data-v-0989da12] {
        width: calc(100% - 34px)
    }

    .theme-moka-ats .modules .video-module .video-content .video-card .info div[data-v-0989da12] {
        font-size: 18px
    }

    .theme-moka-ats .modules .subject-module[data-v-0989da12] {
        height: auto
    }

    .theme-moka-ats .modules .subject-module .subject-title[data-v-0989da12] {
        margin-top: 30px;
        line-height: 23px;
        font-size: 16px
    }

    .theme-moka-ats .modules .subject-module .subject-content[data-v-0989da12] {
        margin: 16px auto;
        width: 100%;
        box-sizing: border-box;
        flex-direction: column;
        padding: 0 15px
    }

    .theme-moka-ats .modules .subject-module .subject-content .subject-card[data-v-0989da12] {
        margin: 0 0 12px;
        width: 100%;
        height: auto;
        padding: 10px;
        box-sizing: border-box;
        flex-direction: row;
        align-items: center
    }

    .theme-moka-ats .modules .subject-module .subject-content .subject-card .cover-area[data-v-0989da12] {
        display: none;
        width: calc(100% - 23px)
    }

    .theme-moka-ats .modules .subject-module .subject-content .subject-card .cover-area .title[data-v-0989da12] {
        font-size: 18px;
        left: 18px;
        bottom: 20px
    }

    .theme-moka-ats .modules .subject-module .subject-content .subject-card .tag[data-v-0989da12] {
        display: none;
        margin: 6px 24px 0;
        font-size: 14px;
        line-height: 24px
    }

    .theme-moka-ats .modules .subject-module .subject-content .subject-card .info[data-v-0989da12] {
        display: none;
        margin: 3px 24px 0;
        font-size: 14px;
        line-height: 24px
    }

    .theme-moka-ats .modules .subject-module .subject-content .subject-card .phone-cover-img[data-v-0989da12] {
        display: block;
        width: 54%;
        height: fit-content;
        border-radius: 6px
    }

    .theme-moka-ats .modules .subject-module .subject-content .subject-card .phone-info[data-v-0989da12] {
        display: block;
        margin-left: 2%;
        flex: 1;
        overflow: hidden
    }

    .theme-moka-ats .modules .subject-module .subject-content .subject-card .phone-info .title[data-v-0989da12] {
        font-weight: 700;
        font-size: 16px
    }

    .theme-moka-ats .modules .subject-module .subject-content .subject-card .phone-info .tag[data-v-0989da12] {
        display: block;
        margin: 4px 0;
        font-size: 12px
    }

    .theme-moka-ats .modules .subject-module .subject-content .subject-card .phone-info .tag[data-v-0989da12] .toolTip {
        display: inline
    }

    .theme-moka-ats .modules .subject-module .subject-content .subject-card .phone-info .desc[data-v-0989da12] {
        font-size: 12px
    }

    .theme-moka-ats .modules .subject-module .slider-box[data-v-0989da12] {
        display: none
    }

    .theme-moka-ats .modules .activity-module .activity-content[data-v-0989da12] {
        margin: 16px auto;
        width: 100%;
        box-sizing: border-box;
        flex-direction: column;
        padding: 0 15px
    }

    .theme-moka-ats .modules .activity-module .activity-content .activity-card[data-v-0989da12] {
        margin: 0 0 12px;
        width: 100%;
        height: auto
    }

    .theme-moka-ats .modules .avatar-module[data-v-0989da12] {
        height: auto
    }

    .theme-moka-ats .modules .avatar-module .avatar-title[data-v-0989da12] {
        margin-top: 30px;
        line-height: 23px;
        font-size: 16px
    }

    .theme-moka-ats .modules .avatar-module .avatar-content[data-v-0989da12] {
        margin: 16px auto;
        width: 100%;
        box-sizing: border-box;
        flex-wrap: wrap;
        padding: 0 15px
    }

    .theme-moka-ats .modules .avatar-module .avatar-content .avatar-card[data-v-0989da12] {
        margin: 0 0 16px;
        width: calc(50% - 8px);
        min-width: unset;
        height: 156px
    }

    .theme-moka-ats .modules .avatar-module .avatar-content .avatar-card .shape[data-v-0989da12] {
        display: none
    }

    .theme-moka-ats .modules .avatar-module .avatar-content .avatar-card .card[data-v-0989da12] {
        top: 0;
        left: 0;
        padding: 16px 30px 0 92px;
        box-shadow: 0 3px 16px #0000000d
    }

    .theme-moka-ats .modules .avatar-module .avatar-content .avatar-card .card .avatar[data-v-0989da12] {
        width: 60px;
        height: 60px;
        border-radius: 30px;
        left: 16px
    }

    .theme-moka-ats .modules .avatar-module .avatar-content .avatar-card .card .name[data-v-0989da12] {
        font-size: 16px;
        line-height: 22px
    }

    .theme-moka-ats .modules .avatar-module .avatar-content .avatar-card .card .title[data-v-0989da12] {
        margin-top: 4px;
        font-size: 14px;
        line-height: 20px
    }

    .theme-moka-ats .modules .avatar-module .avatar-content .avatar-card .card .company[data-v-0989da12] {
        font-size: 12px;
        margin-top: 20px
    }

    .theme-moka-ats .modules .avatar-module .avatar-content .avatar-card[data-v-0989da12]:nth-child(2n) {
        margin-left: 16px
    }

    .theme-moka-ats .modules .avatar-module .avatar-content .avatar-card[data-v-0989da12]:first-child {
        margin-left: 0;
        margin-right: 0
    }

    .theme-moka-ats .modules .avatar-module .avatar-content .avatar-card[data-v-0989da12]:last-child {
        margin-right: 0
    }

    .theme-moka-ats .modules .avatar-module .slider-box[data-v-0989da12] {
        display: none
    }

    .theme-moka-ats .modules .dir-title[data-v-0989da12] {
        margin: 50px auto 30px;
        font-size: 20px;
        font-weight: 700;
        line-height: 28px
    }

    .theme-moka-ats .modules .dir-content[data-v-0989da12] {
        width: 100%;
        flex-direction: column
    }

    .theme-moka-ats .modules .dir-content .section-card[data-v-0989da12] {
        width: calc(100% - 30px);
        height: auto;
        margin: 0 15px 15px
    }

    .theme-moka-ats .modules .dir-content .section-card .section-header[data-v-0989da12] {
        margin: 0 15px
    }

    .theme-moka-ats .modules .dir-content .section-card .section-header .section-image[data-v-0989da12] {
        width: 80px;
        height: 80px;
        margin-top: 20px;
        margin-right: 2px
    }

    .theme-moka-ats .modules .dir-content .section-card .section-header .section-title[data-v-0989da12] {
        margin-top: 16px
    }

    .theme-moka-ats .modules .dir-content .section-card .section-doc-list[data-v-0989da12] {
        width: unset;
        max-width: calc(100% - 30px);
        height: auto;
        margin: 0 15px 15px;
        border-radius: 3px;
        padding: 9px 15px
    }

    .theme-moka-ats .modules .dir-content .section-card .section-doc-list .section-doc[data-v-0989da12] {
        line-height: 30px
    }
}

@media screen and (max-width: 600px) {
    .theme-moka-ats .modules .avatar-module .avatar-content .avatar-card[data-v-0989da12] {
        width: 100%
    }

    .theme-moka-ats .modules .avatar-module .avatar-content .avatar-card[data-v-0989da12]:nth-child(2n) {
        margin-left: 0
    }
}

.theme-moka-ats-phone .search-module[data-v-0989da12] {
    margin-top: 50px
}

.theme-moka-ats-phone .modules .focus-module[data-v-0989da12] {
    height: auto
}

.theme-moka-ats-phone .modules .focus-module .focus-title[data-v-0989da12] {
    margin-top: 30px;
    line-height: 23px;
    font-size: 16px
}

.theme-moka-ats-phone .modules .focus-module .focus-content[data-v-0989da12] {
    margin-top: 16px;
    flex-wrap: wrap;
    padding: 0 15px;
    box-sizing: border-box
}

.theme-moka-ats-phone .modules .focus-module .focus-content .focus-item[data-v-0989da12] {
    margin-right: 0;
    width: calc(50% - 8px);
    margin-bottom: 15px;
    height: auto
}

.theme-moka-ats-phone .modules .focus-module .focus-content .focus-item .image[data-v-0989da12] {
    margin-top: 24px;
    width: 60px;
    height: 60px
}

.theme-moka-ats-phone .modules .focus-module .focus-content .focus-item .title[data-v-0989da12] {
    font-size: 14px
}

.theme-moka-ats-phone .modules .focus-module .focus-content .focus-item .desc[data-v-0989da12] {
    margin: 10px 20px 30px;
    font-size: 12px;
    line-height: 18px
}

.theme-moka-ats-phone .modules .focus-module .focus-content .focus-item[data-v-0989da12]:nth-child(2n) {
    margin-left: 16px
}

.theme-moka-ats-phone .modules .focus-module .focus-content-more .focus-item[data-v-0989da12] {
    margin-right: 0
}

.theme-moka-ats-phone .modules .video-module .video-title[data-v-0989da12] {
    margin-top: 30px;
    line-height: 23px;
    font-size: 16px
}

.theme-moka-ats-phone .modules .video-module .video-content[data-v-0989da12] {
    margin: 16px auto;
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
    flex-direction: column
}

.theme-moka-ats-phone .modules .video-module .video-content .video-card[data-v-0989da12] {
    margin: 0 0 12px;
    width: 100%;
    height: 242px
}

.theme-moka-ats-phone .modules .video-module .video-content .video-card .cover[data-v-0989da12] {
    width: calc(100% - 34px)
}

.theme-moka-ats-phone .modules .video-module .video-content .video-card .info div[data-v-0989da12] {
    font-size: 18px
}

.theme-moka-ats-phone .modules .subject-module[data-v-0989da12] {
    height: auto
}

.theme-moka-ats-phone .modules .subject-module .subject-title[data-v-0989da12] {
    margin-top: 30px;
    line-height: 23px;
    font-size: 16px
}

.theme-moka-ats-phone .modules .subject-module .subject-content[data-v-0989da12] {
    margin: 16px auto;
    width: 100%;
    box-sizing: border-box;
    flex-direction: column;
    padding: 0 15px
}

.theme-moka-ats-phone .modules .subject-module .subject-content .subject-card[data-v-0989da12] {
    margin: 0 0 12px;
    width: 100%;
    height: 310px
}

.theme-moka-ats-phone .modules .subject-module .subject-content .subject-card .cover-area[data-v-0989da12] {
    width: calc(100% - 23px)
}

.theme-moka-ats-phone .modules .subject-module .subject-content .subject-card .cover-area .title[data-v-0989da12] {
    font-size: 18px;
    left: 18px;
    bottom: 20px
}

.theme-moka-ats-phone .modules .subject-module .subject-content .subject-card .tag[data-v-0989da12] {
    margin: 6px 24px 0;
    font-size: 14px;
    line-height: 24px
}

.theme-moka-ats-phone .modules .subject-module .subject-content .subject-card .info[data-v-0989da12] {
    margin: 3px 24px 0;
    font-size: 14px;
    line-height: 24px
}

.theme-moka-ats-phone .modules .subject-module[data-v-0989da12] .slider {
    display: none
}

.theme-moka-ats-phone .modules .activity-module .activity-content[data-v-0989da12] {
    margin: 16px auto;
    width: 100%;
    box-sizing: border-box;
    flex-direction: column;
    padding: 0 15px
}

.theme-moka-ats-phone .modules .activity-module .activity-content .activity-card[data-v-0989da12] {
    margin: 0 0 12px;
    width: 100%;
    height: auto
}

.theme-moka-ats-phone .modules .avatar-module[data-v-0989da12] {
    height: auto
}

.theme-moka-ats-phone .modules .avatar-module .avatar-title[data-v-0989da12] {
    margin-top: 30px;
    line-height: 23px;
    font-size: 16px
}

.theme-moka-ats-phone .modules .avatar-module .avatar-content[data-v-0989da12] {
    margin: 16px auto;
    width: 100%;
    box-sizing: border-box;
    flex-wrap: wrap;
    padding: 0 15px
}

.theme-moka-ats-phone .modules .avatar-module .avatar-content .avatar-card[data-v-0989da12] {
    margin: 0 0 16px;
    width: calc(50% - 8px);
    height: 156px
}

.theme-moka-ats-phone .modules .avatar-module .avatar-content .avatar-card .shape[data-v-0989da12] {
    display: none
}

.theme-moka-ats-phone .modules .avatar-module .avatar-content .avatar-card .card[data-v-0989da12] {
    top: 0;
    left: 0;
    padding: 16px 30px 0 92px;
    box-shadow: 0 3px 16px #0000000d
}

.theme-moka-ats-phone .modules .avatar-module .avatar-content .avatar-card .card .avatar[data-v-0989da12] {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    left: 16px
}

.theme-moka-ats-phone .modules .avatar-module .avatar-content .avatar-card .card .name[data-v-0989da12] {
    font-size: 16px;
    line-height: 22px
}

.theme-moka-ats-phone .modules .avatar-module .avatar-content .avatar-card .card .title[data-v-0989da12] {
    margin-top: 4px;
    font-size: 14px;
    line-height: 20px
}

.theme-moka-ats-phone .modules .avatar-module .avatar-content .avatar-card .card .company[data-v-0989da12] {
    font-size: 12px;
    margin-top: 20px
}

.theme-moka-ats-phone .modules .avatar-module .avatar-content .avatar-card[data-v-0989da12]:nth-child(2n) {
    margin-left: 16px
}

.theme-moka-ats-phone .modules .avatar-module .avatar-content .avatar-card[data-v-0989da12]:first-child {
    margin-left: 0;
    margin-right: 0
}

.theme-moka-ats-phone .modules .avatar-module .avatar-content .avatar-card[data-v-0989da12]:last-child {
    margin-right: 0
}

.theme-moka-ats-phone .modules .avatar-module[data-v-0989da12] .slider {
    display: none
}

.theme-moka-ats-phone .modules .dir-title[data-v-0989da12] {
    margin: 50px auto 30px;
    font-size: 20px;
    font-weight: 700;
    color: #3d3d3d;
    line-height: 28px
}

.theme-moka-ats-phone .modules .dir-content[data-v-0989da12] {
    width: 100%;
    flex-direction: column
}

.theme-moka-ats-phone .modules .dir-content .section-card[data-v-0989da12] {
    width: calc(100% - 30px);
    height: auto;
    margin: 0 15px 15px
}

.theme-moka-ats-phone .modules .dir-content .section-card .section-header[data-v-0989da12] {
    margin: 0 15px
}

.theme-moka-ats-phone .modules .dir-content .section-card .section-header .section-image[data-v-0989da12] {
    width: 80px;
    height: 80px;
    margin-top: 20px;
    margin-right: 2px
}

.theme-moka-ats-phone .modules .dir-content .section-card .section-header .section-title[data-v-0989da12] {
    margin-top: 16px
}

.theme-moka-ats-phone .modules .dir-content .section-card .section-doc-list[data-v-0989da12] {
    width: unset;
    max-width: calc(100% - 30px);
    height: auto;
    margin: 0 15px 15px;
    border-radius: 3px;
    padding: 9px 15px
}

.theme-moka-ats-phone .modules .dir-content .section-card .section-doc-list .section-doc[data-v-0989da12] {
    line-height: 30px
}

.theme-moka-ats-edit[data-v-0989da12] {
    min-width: 1440px;
    overflow-x: hidden
}

.theme-moka-ats-edit[data-v-0989da12] .header-wrapper {
    position: static;
    z-index: 0
}

.theme-moka-ats-edit .search-module[data-v-0989da12] {
    margin-top: 0
}

.theme-moka-ats-phone-edit[data-v-0989da12] {
    overflow-x: hidden
}

.theme-moka-ats-phone-edit[data-v-0989da12] .header-wrapper {
    position: static;
    z-index: 0
}

.theme-moka-ats-phone-edit .search-module[data-v-0989da12] {
    margin-top: 0
}

.theme-moka-people .search-module[data-v-5d02fdce] {
    margin-top: 80px
}

.theme-moka-people .search-module>*[data-v-5d02fdce] {
    height: 280px
}

.theme-moka-people .modules[data-v-5d02fdce] {
    display: flex;
    flex-direction: column;
    position: relative
}

.theme-moka-people .modules>*[data-v-5d02fdce] {
    position: relative
}

.theme-moka-people .modules>*[data-v-5d02fdce]:nth-child(2n) {
    background: #DCEAFF
}

.theme-moka-people .modules>*[data-v-5d02fdce]:nth-child(2n+1) {
    background: #FFFFFF
}

.theme-moka-people .modules .single-module[data-v-5d02fdce] {
    height: 245px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #FAFCFF !important
}

.theme-moka-people .modules .single-module .single-content[data-v-5d02fdce] {
    width: 1116px;
    height: 197px;
    display: flex;
    flex-direction: column;
    position: relative;
    cursor: pointer
}

.theme-moka-people .modules .single-module .single-content .bg[data-v-5d02fdce] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.theme-moka-people .modules .single-module .single-content .info[data-v-5d02fdce] {
    position: relative;
    display: flex;
    flex-direction: column
}

.theme-moka-people .modules .single-module .single-content .info .title-line[data-v-5d02fdce] {
    position: relative;
    margin-left: 53px;
    margin-top: 60px;
    display: flex;
    flex-direction: row;
    align-items: flex-start
}

.theme-moka-people .modules .single-module .single-content .info .title-line .title[data-v-5d02fdce] {
    font-size: 36px;
    line-height: 36px;
    font-weight: 900;
    letter-spacing: .05em;
    color: #fff
}

.theme-moka-people .modules .single-module .single-content .info .title-line .icon[data-v-5d02fdce] {
    margin-left: 10px;
    width: 44px;
    height: 22px
}

.theme-moka-people .modules .single-module .single-content .info .desc[data-v-5d02fdce] {
    margin-left: 53px;
    margin-top: 23px;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: .09em;
    color: #fff
}

.theme-moka-people .modules .focus-module[data-v-5d02fdce] {
    height: 432px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.theme-moka-people .modules .focus-module .focus-title[data-v-5d02fdce] {
    margin-top: 50px;
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
    letter-spacing: .15em;
    color: #3d3d3d;
    position: relative
}

.theme-moka-people .modules .focus-module .focus-content[data-v-5d02fdce] {
    margin-top: 40px;
    display: flex;
    flex-direction: row
}

.theme-moka-people .modules .focus-module .focus-content .focus-item[data-v-5d02fdce] {
    width: 228px;
    height: 252px;
    margin-right: 47px;
    border-radius: 15px;
    background: #FFFFFF;
    box-shadow: 0 3px 30px #0000000d;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    position: relative
}

.theme-moka-people .modules .focus-module .focus-content .focus-item[data-v-5d02fdce]:hover {
    background: linear-gradient(217deg, #2B66F6 4%, #2B66F6 105%)
}

.theme-moka-people .modules .focus-module .focus-content .focus-item:hover .title[data-v-5d02fdce],
.theme-moka-people .modules .focus-module .focus-content .focus-item:hover .title2[data-v-5d02fdce],
.theme-moka-people .modules .focus-module .focus-content .focus-item:hover .desc[data-v-5d02fdce] {
    color: #fff
}

.theme-moka-people .modules .focus-module .focus-content .focus-item:hover .image .icon-default[data-v-5d02fdce] {
    display: none
}

.theme-moka-people .modules .focus-module .focus-content .focus-item:hover .image .icon-hover[data-v-5d02fdce] {
    display: block
}

.theme-moka-people .modules .focus-module .focus-content .focus-item .image[data-v-5d02fdce] {
    margin-top: 25px;
    width: 90px;
    height: 90px
}

.theme-moka-people .modules .focus-module .focus-content .focus-item .image img[data-v-5d02fdce] {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.theme-moka-people .modules .focus-module .focus-content .focus-item .image .icon-default[data-v-5d02fdce] {
    display: block
}

.theme-moka-people .modules .focus-module .focus-content .focus-item .image .icon-hover[data-v-5d02fdce] {
    display: none
}

.theme-moka-people .modules .focus-module .focus-content .focus-item .title[data-v-5d02fdce] {
    margin-top: 11px;
    font-size: 18px;
    line-height: 21px;
    font-weight: 900;
    letter-spacing: .1em;
    color: #3d3d3d;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.theme-moka-people .modules .focus-module .focus-content .focus-item .title2[data-v-5d02fdce] {
    margin-top: 6px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 900;
    letter-spacing: .1em;
    color: #3d3d3d
}

.theme-moka-people .modules .focus-module .focus-content .focus-item .desc[data-v-5d02fdce] {
    margin-top: 16px;
    margin-left: 30px;
    margin-right: 30px;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 22.5px;
    letter-spacing: .1em;
    color: #3d3d3d;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.theme-moka-people .modules .focus-module .focus-content .focus-item[data-v-5d02fdce]:last-child {
    margin-right: 0
}

.theme-moka-people .modules .focus-list-module[data-v-5d02fdce] {
    display: flex;
    flex-direction: column;
    align-items: center
}

.theme-moka-people .modules .focus-list-module .focus-list-title[data-v-5d02fdce] {
    margin-top: 60px;
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
    letter-spacing: .15em;
    color: #3d3d3d;
    position: relative
}

.theme-moka-people .modules .focus-list-module .focus-list-content[data-v-5d02fdce] {
    margin: 40px auto 20px;
    width: 1084px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.theme-moka-people .modules .focus-list-module .focus-list-content .focus-list-card[data-v-5d02fdce] {
    margin-right: 47px;
    margin-bottom: 47px;
    width: 330px;
    height: 242px;
    position: relative;
    display: flex;
    flex-direction: column;
    cursor: pointer
}

.theme-moka-people .modules .focus-list-module .focus-list-content .focus-list-card .bg[data-v-5d02fdce] {
    position: absolute;
    width: 100%;
    height: 100%
}

.theme-moka-people .modules .focus-list-module .focus-list-content .focus-list-card .cover[data-v-5d02fdce] {
    margin: 15px auto 12px;
    width: 301px;
    height: 169px;
    position: relative;
    border-radius: 7px;
    object-fit: cover
}

.theme-moka-people .modules .focus-list-module .focus-list-content .focus-list-card .info[data-v-5d02fdce] {
    position: relative;
    margin: 0 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

.theme-moka-people .modules .focus-list-module .focus-list-content .focus-list-card .info div[data-v-5d02fdce] {
    margin-right: 10px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .1em;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.theme-moka-people .modules .focus-list-module .focus-list-content .focus-list-card .info .play[data-v-5d02fdce] {
    position: relative;
    top: 0px;
    width: 27px;
    height: 27px
}

.theme-moka-people .modules .focus-list-module .focus-list-content .focus-list-card[data-v-5d02fdce]:nth-child(3n) {
    margin-right: 0
}

.theme-moka-people .modules .dir-item[data-v-5d02fdce] {
    display: flex;
    flex-direction: column
}

.theme-moka-people .modules .dir-title[data-v-5d02fdce] {
    margin: 60px auto 40px;
    text-align: center;
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
    color: #3d3d3d;
    position: relative;
    letter-spacing: .15em
}

.theme-moka-people .modules .dir-content[data-v-5d02fdce] {
    width: 1122px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.theme-moka-people .modules .dir-content .section-card[data-v-5d02fdce] {
    margin: 0 15px 35px;
    width: 339px;
    height: 337px;
    border-radius: 15px;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #FFFFFF;
    backdrop-filter: blur(7.5px);
    box-shadow: 0 3px 30px #0000000d;
    display: flex;
    flex-direction: column;
    align-items: center
}

.theme-moka-people .modules .dir-content .section-card .section-header[data-v-5d02fdce] {
    margin: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    cursor: pointer
}

.theme-moka-people .modules .dir-content .section-card .section-header .section-image[data-v-5d02fdce] {
    width: 90px;
    height: 90px;
    margin-top: 24px
}

.theme-moka-people .modules .dir-content .section-card .section-header .section-image img[data-v-5d02fdce] {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.theme-moka-people .modules .dir-content .section-card .section-header .section-title[data-v-5d02fdce] {
    margin-top: 23px;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: .1em;
    color: #3d3d3d;
    line-height: 21px
}

.theme-moka-people .modules .dir-content .section-card .section-doc-list[data-v-5d02fdce] {
    margin: 24px 0 0;
    max-width: 269px;
    display: flex;
    flex-direction: column
}

.theme-moka-people .modules .dir-content .section-card .section-doc-list .section-doc[data-v-5d02fdce] {
    font-size: 14px;
    font-weight: 400;
    line-height: 37px;
    letter-spacing: .1em;
    color: #3d3d3d;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative
}

.theme-moka-people .modules .dir-content .section-card .section-doc-list .section-doc a[data-v-5d02fdce] {
    color: #3d3d3d;
    position: relative;
    text-decoration: none
}

.theme-moka-people .modules .video-module[data-v-5d02fdce] {
    display: flex;
    flex-direction: column;
    align-items: center
}

.theme-moka-people .modules .video-module .video-title[data-v-5d02fdce] {
    margin-top: 60px;
    margin-bottom: 40px;
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
    letter-spacing: .15em;
    color: #3d3d3d;
    position: relative
}

.theme-moka-people .modules .video-module .video-content[data-v-5d02fdce] {
    margin-bottom: 40px;
    width: 1169px;
    display: flex;
    flex-direction: row
}

.theme-moka-people .modules .video-module .video-content .video-card[data-v-5d02fdce] {
    width: 266px;
    height: 266px;
    margin-right: 35px;
    position: relative;
    display: flex;
    flex-direction: column;
    cursor: pointer
}

.theme-moka-people .modules .video-module .video-content .video-card .bg[data-v-5d02fdce] {
    position: absolute;
    border-radius: 20px;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.theme-moka-people .modules .video-module .video-content .video-card .title[data-v-5d02fdce] {
    margin-top: 24px;
    margin-left: 22px;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .1em;
    color: #fff;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.theme-moka-people .modules .video-module .video-content .video-card .title2[data-v-5d02fdce] {
    margin-left: 22px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .1em;
    color: #fff;
    position: relative
}

.theme-moka-people .modules .video-module .video-content .video-card .play[data-v-5d02fdce] {
    position: absolute;
    width: 35px;
    height: 35px;
    top: 28px;
    right: 20px
}

.theme-moka-people .modules .video-module .video-content .video-card[data-v-5d02fdce]:last-child {
    margin-right: 0
}

@media screen and (max-width: 1200px) {
    .theme-moka-people .modules .single-module .single-content[data-v-5d02fdce] {
        width: calc(100% - 30px);
        max-width: 1116px
    }

    .theme-moka-people .modules .focus-module .focus-content[data-v-5d02fdce] {
        justify-content: center
    }

    .theme-moka-people .modules .focus-module .focus-content .focus-item[data-v-5d02fdce] {
        width: calc(25% - 50px);
        max-width: 228px
    }

    .theme-moka-people .modules .focus-list-module .focus-list-content[data-v-5d02fdce] {
        width: calc(100% - 30px);
        max-width: 1084px
    }

    .theme-moka-people .modules .focus-list-module .focus-list-content .focus-list-card[data-v-5d02fdce] {
        width: calc(33% - 20px);
        margin-right: 30px;
        max-width: 330px
    }

    .theme-moka-people .modules .focus-list-module .focus-list-content .focus-list-card .cover[data-v-5d02fdce] {
        width: calc(100% - 34px)
    }

    .theme-moka-people .modules .dir-content[data-v-5d02fdce] {
        width: 100%;
        max-width: 1122px
    }

    .theme-moka-people .modules .dir-content .section-card[data-v-5d02fdce] {
        width: calc(33.33% - 30px)
    }

    .theme-moka-people .modules .video-module .video-content[data-v-5d02fdce] {
        width: calc(100% - 30px)
    }

    .theme-moka-people .modules .video-module .video-content .video-card[data-v-5d02fdce] {
        width: calc(25% - 25px)
    }
}

@media screen and (max-width: 900px) {
    .theme-moka-people .search-module[data-v-5d02fdce] {
        margin-top: 50px
    }

    .theme-moka-people .search-module>*[data-v-5d02fdce] {
        height: auto
    }

    .theme-moka-people .modules .single-module[data-v-5d02fdce] {
        height: unset
    }

    .theme-moka-people .modules .single-module .single-content[data-v-5d02fdce] {
        height: unset;
        width: calc(100% - 30px);
        display: flex;
        flex-direction: column;
        position: relative
    }

    .theme-moka-people .modules .single-module .single-content .bg[data-v-5d02fdce] {
        margin-bottom: 30px;
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: auto
    }

    .theme-moka-people .modules .single-module .single-content .info[data-v-5d02fdce] {
        position: absolute;
        top: 0;
        width: 100%
    }

    .theme-moka-people .modules .single-module .single-content .info .title-line[data-v-5d02fdce] {
        margin-left: 4%;
        margin-top: 4.7%;
        display: flex;
        flex-direction: row;
        align-items: flex-start
    }

    .theme-moka-people .modules .single-module .single-content .info .title-line .title[data-v-5d02fdce] {
        font-size: 1.5rem;
        line-height: 100%;
        font-weight: 900;
        letter-spacing: .05em;
        color: #fff
    }

    .theme-moka-people .modules .single-module .single-content .info .title-line .icon[data-v-5d02fdce] {
        margin-left: 10px;
        width: 44px;
        height: 22px
    }

    .theme-moka-people .modules .single-module .single-content .info .desc[data-v-5d02fdce] {
        margin-left: 4%;
        margin-top: 2%;
        font-size: 1rem;
        font-weight: 500;
        line-height: 18px;
        letter-spacing: .09em;
        color: #fff
    }

    .theme-moka-people .modules .focus-module[data-v-5d02fdce] {
        height: auto
    }

    .theme-moka-people .modules .focus-module .focus-title[data-v-5d02fdce] {
        margin-top: 30px;
        line-height: 23px;
        font-size: 16px
    }

    .theme-moka-people .modules .focus-module .focus-content[data-v-5d02fdce] {
        margin-top: 16px;
        flex-wrap: wrap;
        padding: 0 15px;
        box-sizing: border-box
    }

    .theme-moka-people .modules .focus-module .focus-content .focus-item[data-v-5d02fdce] {
        margin-right: 0;
        width: calc(50% - 8px);
        max-width: unset;
        margin-bottom: 15px;
        height: auto
    }

    .theme-moka-people .modules .focus-module .focus-content .focus-item .image[data-v-5d02fdce] {
        margin-top: 24px;
        width: 60px;
        height: 60px
    }

    .theme-moka-people .modules .focus-module .focus-content .focus-item .title[data-v-5d02fdce] {
        font-size: 14px
    }

    .theme-moka-people .modules .focus-module .focus-content .focus-item .desc[data-v-5d02fdce] {
        margin: 10px 20px 30px;
        font-size: 12px;
        line-height: 18px
    }

    .theme-moka-people .modules .focus-module .focus-content .focus-item[data-v-5d02fdce]:nth-child(2n) {
        margin-left: 16px
    }

    .theme-moka-people .modules .focus-list-module .focus-list-title[data-v-5d02fdce] {
        margin-top: 30px;
        line-height: 23px;
        font-size: 16px
    }

    .theme-moka-people .modules .focus-list-module .focus-list-content[data-v-5d02fdce] {
        margin: 16px auto;
        width: 100%;
        box-sizing: border-box;
        padding: 0 15px;
        flex-direction: column
    }

    .theme-moka-people .modules .focus-list-module .focus-list-content .focus-list-card[data-v-5d02fdce] {
        margin: 0 0 12px;
        width: 100%;
        max-width: unset;
        height: 242px
    }

    .theme-moka-people .modules .focus-list-module .focus-list-content .focus-list-card .cover[data-v-5d02fdce] {
        width: calc(100% - 34px)
    }

    .theme-moka-people .modules .focus-list-module .focus-list-content .focus-list-card .info div[data-v-5d02fdce] {
        font-size: 18px
    }

    .theme-moka-people .modules .dir-title[data-v-5d02fdce] {
        margin: 50px auto 30px;
        font-size: 20px;
        font-weight: 700;
        line-height: 28px
    }

    .theme-moka-people .modules .dir-content[data-v-5d02fdce] {
        width: 100%;
        flex-direction: column
    }

    .theme-moka-people .modules .dir-content .section-card[data-v-5d02fdce] {
        width: calc(100% - 30px);
        height: auto;
        margin: 0 15px 15px
    }

    .theme-moka-people .modules .dir-content .section-card .section-header[data-v-5d02fdce] {
        margin: 0 15px
    }

    .theme-moka-people .modules .dir-content .section-card .section-header .section-image[data-v-5d02fdce] {
        width: 80px;
        height: 80px;
        margin-top: 20px;
        margin-right: 2px
    }

    .theme-moka-people .modules .dir-content .section-card .section-header .section-title[data-v-5d02fdce] {
        margin-top: 16px
    }

    .theme-moka-people .modules .dir-content .section-card .section-doc-list[data-v-5d02fdce] {
        width: unset;
        max-width: calc(100% - 30px);
        height: auto;
        margin: 0 15px 15px;
        border-radius: 3px;
        padding: 9px 15px
    }

    .theme-moka-people .modules .dir-content .section-card .section-doc-list .section-doc[data-v-5d02fdce] {
        line-height: 30px
    }

    .theme-moka-people .modules .video-module .video-title[data-v-5d02fdce] {
        margin: 50px auto 30px;
        font-size: 20px;
        font-weight: 700;
        color: #3d3d3d;
        line-height: 28px
    }

    .theme-moka-people .modules .video-module .video-content[data-v-5d02fdce] {
        margin-bottom: 16px;
        width: calc(100% - 30px);
        flex-wrap: wrap
    }

    .theme-moka-people .modules .video-module .video-content .video-card[data-v-5d02fdce] {
        width: calc(50% - 8px);
        height: 0;
        padding-top: calc(50% - 8px);
        margin-right: 16px;
        margin-bottom: 16px
    }

    .theme-moka-people .modules .video-module .video-content .video-card .bg[data-v-5d02fdce] {
        top: 0;
        left: 0
    }

    .theme-moka-people .modules .video-module .video-content .video-card .title[data-v-5d02fdce] {
        position: absolute;
        top: 0
    }

    .theme-moka-people .modules .video-module .video-content .video-card .title2[data-v-5d02fdce] {
        position: absolute;
        top: 57px
    }

    .theme-moka-people .modules .video-module .video-content .video-card[data-v-5d02fdce]:nth-child(2n) {
        margin-right: 0
    }
}

@media screen and (max-width: 500px) {
    .theme-moka-people .modules .single-module .single-content .info .title-line .title[data-v-5d02fdce] {
        font-size: 16px
    }

    .theme-moka-people .modules .single-module .single-content .info .desc[data-v-5d02fdce] {
        margin-top: 0;
        font-size: 12px
    }

    .theme-moka-people .modules .video-module .video-content[data-v-5d02fdce] {
        margin-bottom: 16px;
        width: calc(100% - 30px);
        flex-wrap: wrap
    }

    .theme-moka-people .modules .video-module .video-content .video-card .title[data-v-5d02fdce] {
        margin-top: 18px;
        margin-left: 16px;
        font-size: 18px
    }

    .theme-moka-people .modules .video-module .video-content .video-card .title2[data-v-5d02fdce] {
        top: 41px;
        margin-left: 16px;
        font-size: 12px
    }

    .theme-moka-people .modules .video-module .video-content .video-card[data-v-5d02fdce]:nth-child(2n) {
        margin-right: 0
    }
}

.theme-moka-people-phone .search-module[data-v-5d02fdce] {
    margin-top: 50px
}

.theme-moka-people-phone .search-module>*[data-v-5d02fdce] {
    height: auto
}

.theme-moka-people-phone .modules .single-module[data-v-5d02fdce] {
    height: unset
}

.theme-moka-people-phone .modules .single-module .single-content[data-v-5d02fdce] {
    height: unset;
    width: calc(100% - 30px);
    display: flex;
    flex-direction: column;
    position: relative
}

.theme-moka-people-phone .modules .single-module .single-content .bg[data-v-5d02fdce] {
    margin-bottom: 30px;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto
}

.theme-moka-people-phone .modules .single-module .single-content .info[data-v-5d02fdce] {
    position: absolute;
    top: 0;
    width: 100%
}

.theme-moka-people-phone .modules .single-module .single-content .info .title-line[data-v-5d02fdce] {
    margin-left: 4%;
    margin-top: 4.7%;
    display: flex;
    flex-direction: row;
    align-items: flex-start
}

.theme-moka-people-phone .modules .single-module .single-content .info .title-line .title[data-v-5d02fdce] {
    font-size: 1.16px;
    line-height: 100%;
    font-weight: 900;
    letter-spacing: .05em;
    color: #fff
}

.theme-moka-people-phone .modules .single-module .single-content .info .title-line .icon[data-v-5d02fdce] {
    margin-left: 10px;
    width: 44px;
    height: 22px
}

.theme-moka-people-phone .modules .single-module .single-content .info .desc[data-v-5d02fdce] {
    margin-left: 4%;
    margin-top: 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: .09em;
    color: #fff
}

.theme-moka-people-phone .modules .focus-module[data-v-5d02fdce] {
    height: auto
}

.theme-moka-people-phone .modules .focus-module .focus-title[data-v-5d02fdce] {
    margin-top: 30px;
    line-height: 23px;
    font-size: 16px
}

.theme-moka-people-phone .modules .focus-module .focus-content[data-v-5d02fdce] {
    margin-top: 16px;
    flex-wrap: wrap;
    padding: 0 15px;
    box-sizing: border-box
}

.theme-moka-people-phone .modules .focus-module .focus-content .focus-item[data-v-5d02fdce] {
    margin-right: 0;
    width: calc(50% - 8px);
    margin-bottom: 15px;
    height: auto
}

.theme-moka-people-phone .modules .focus-module .focus-content .focus-item .image[data-v-5d02fdce] {
    margin-top: 24px;
    width: 60px;
    height: 60px
}

.theme-moka-people-phone .modules .focus-module .focus-content .focus-item .title[data-v-5d02fdce] {
    font-size: 14px
}

.theme-moka-people-phone .modules .focus-module .focus-content .focus-item .desc[data-v-5d02fdce] {
    margin: 10px 20px 30px;
    font-size: 12px;
    line-height: 18px
}

.theme-moka-people-phone .modules .focus-module .focus-content .focus-item[data-v-5d02fdce]:nth-child(2n) {
    margin-left: 16px
}

.theme-moka-people-phone .modules .focus-list-module .focus-list-title[data-v-5d02fdce] {
    margin-top: 30px;
    line-height: 23px;
    font-size: 16px
}

.theme-moka-people-phone .modules .focus-list-module .focus-list-content[data-v-5d02fdce] {
    margin: 16px auto;
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
    flex-direction: column
}

.theme-moka-people-phone .modules .focus-list-module .focus-list-content .focus-list-card[data-v-5d02fdce] {
    margin: 0 0 12px;
    width: 100%;
    height: 242px
}

.theme-moka-people-phone .modules .focus-list-module .focus-list-content .focus-list-card .cover[data-v-5d02fdce] {
    width: calc(100% - 34px)
}

.theme-moka-people-phone .modules .focus-list-module .focus-list-content .focus-list-card .info div[data-v-5d02fdce] {
    font-size: 18px
}

.theme-moka-people-phone .modules .dir-title[data-v-5d02fdce] {
    margin: 50px auto 30px;
    font-size: 20px;
    font-weight: 700;
    color: #3d3d3d;
    line-height: 28px
}

.theme-moka-people-phone .modules .dir-content[data-v-5d02fdce] {
    width: 100%;
    flex-direction: column
}

.theme-moka-people-phone .modules .dir-content .section-card[data-v-5d02fdce] {
    width: calc(100% - 30px);
    height: auto;
    margin: 0 15px 15px
}

.theme-moka-people-phone .modules .dir-content .section-card .section-header[data-v-5d02fdce] {
    margin: 0 15px
}

.theme-moka-people-phone .modules .dir-content .section-card .section-header .section-image[data-v-5d02fdce] {
    width: 80px;
    height: 80px;
    margin-top: 20px;
    margin-right: 2px
}

.theme-moka-people-phone .modules .dir-content .section-card .section-header .section-title[data-v-5d02fdce] {
    margin-top: 16px
}

.theme-moka-people-phone .modules .dir-content .section-card .section-doc-list[data-v-5d02fdce] {
    width: unset;
    max-width: calc(100% - 30px);
    height: auto;
    margin: 0 15px 15px;
    border-radius: 3px;
    padding: 9px 15px
}

.theme-moka-people-phone .modules .dir-content .section-card .section-doc-list .section-doc[data-v-5d02fdce] {
    line-height: 30px
}

.theme-moka-people-phone .modules .video-module .video-title[data-v-5d02fdce] {
    margin: 50px auto 30px;
    font-size: 20px;
    font-weight: 700;
    color: #3d3d3d;
    line-height: 28px
}

.theme-moka-people-phone .modules .video-module .video-content[data-v-5d02fdce] {
    margin-bottom: 16px;
    width: calc(100% - 30px);
    flex-wrap: wrap
}

.theme-moka-people-phone .modules .video-module .video-content .video-card[data-v-5d02fdce] {
    width: calc(50% - 8px);
    height: 0;
    padding-top: calc(50% - 8px);
    margin-right: 16px;
    margin-bottom: 16px
}

.theme-moka-people-phone .modules .video-module .video-content .video-card .bg[data-v-5d02fdce] {
    top: 0;
    left: 0
}

.theme-moka-people-phone .modules .video-module .video-content .video-card .title[data-v-5d02fdce] {
    position: absolute;
    top: 0;
    margin-top: 18px;
    margin-left: 16px;
    font-size: 18px
}

.theme-moka-people-phone .modules .video-module .video-content .video-card .title2[data-v-5d02fdce] {
    position: absolute;
    top: 41px;
    margin-left: 16px;
    font-size: 12px
}

.theme-moka-people-phone .modules .video-module .video-content .video-card[data-v-5d02fdce]:nth-child(2n) {
    margin-right: 0
}

.theme-moka-people-edit[data-v-5d02fdce] {
    min-width: 1440px;
    overflow-x: hidden
}

.theme-moka-people-edit[data-v-5d02fdce] .header-wrapper {
    position: static;
    z-index: 0
}

.theme-moka-people-edit .search-module[data-v-5d02fdce] {
    margin-top: 0
}

.theme-moka-people-phone-edit[data-v-5d02fdce] {
    overflow-x: hidden
}

.theme-moka-people-phone-edit[data-v-5d02fdce] .header-wrapper {
    position: static;
    z-index: 0
}

.theme-moka-people-phone-edit .search-module[data-v-5d02fdce] {
    margin-top: 0
}

@font-face {
    font-family: lined-icons;
    src: url(../fonts/lined-icons.eot);
    src: url(https://webfiles.moyincloud.com/hc/theme-weilan/lined-icons.eot) format("embedded-opentype"), url(../fonts/lined-icons.woff) format("woff"), url(../fonts/lined-icons.ttf) format("truetype"), url(../fonts/lined-icons.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Crete Round;
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/55xqey1sjnpjpiv1zzzrxk1-4bholk5olkzhsq.woff2) format("woff2");
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Crete Round;
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/55xqey1sjnpjpiv1zzzrxk1-4b_olk5olky.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Crete Round;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/55xoey1sjnpjpiv1zzzrxk110b3ikwxmpkc.woff2) format("woff2");
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Crete Round;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/55xoey1sjnpjpiv1zzzrxk170b3ikwxm.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

*[data-v-af122da0] {
    box-sizing: border-box
}

#wrapper[data-v-af122da0] {
    position: relative;
    float: none;
    width: 1220px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 0 10px #0000001a;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.stretched #wrapper[data-v-af122da0] {
    width: 100%;
    margin: 0;
    box-shadow: none
}

body:not(.no-transition) #wrapper[data-v-af122da0] {
    position: relative;
    opacity: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

body[data-v-af122da0] {
    margin: 0;
    font-family: Lato, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #555;
    text-align: left;
    background-color: #fff
}

html[data-v-af122da0] {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

header[data-v-af122da0] {
    display: block
}

.dark[data-v-af122da0] {
    color: #eee
}

#header[data-v-af122da0] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    border-bottom: 1px solid #F5F5F5;
    height: 60px;
    -webkit-transition: height .4s ease, opacity .3s ease;
    -o-transition: height .4s ease, opacity .3s ease;
    transition: height .4s ease, opacity .3s ease
}

@media (max-width: 991.98px) {
    #header[data-v-af122da0] {
        position: relative;
        height: auto
    }
}

#header.transparent-header[data-v-af122da0] {
    background: transparent;
    border-bottom: none;
    z-index: 199
}

#header.semi-transparent[data-v-af122da0] {
    background-color: #fffc
}

#header.full-header[data-v-af122da0] {
    border-bottom-color: #eee
}

#header.full-header[data-v-af122da0] .full-search-button {
    height: 0
}

#header.full-header[data-v-af122da0] .full-search-button .search-button {
    display: none
}

#header.dark.semi-transparent[data-v-af122da0] {
    background-color: #333
}

*[data-v-af122da0],
[data-v-af122da0]:before,
[data-v-af122da0]:after {
    box-sizing: border-box
}

[data-v-af122da0]:selection {
    background: #D21F3C;
    color: #fff;
    text-shadow: none
}

#header-wrap[data-v-af122da0] {
    height: 60px;
    -webkit-transition: height .4s ease, opacity .3s ease;
    -o-transition: height .4s ease, opacity .3s ease;
    transition: height .4s ease, opacity .3s ease;
    position: relative;
    z-index: 199;
    -webkit-backface-visibility: hidden
}

#header.transparent-header.full-header #header-wrap[data-v-af122da0] {
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

#header.full-header.dark #header-wrap[data-v-af122da0]:not(.not-dark) {
    border-bottom-color: #ffffff26
}

#header.transparent-header.full-header.dark:not(.sticky-header) #header-wrap[data-v-af122da0]:not(.not-dark) {
    border-bottom-color: #fff3
}

.container[data-v-af122da0] {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container[data-v-af122da0] {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container[data-v-af122da0] {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container[data-v-af122da0] {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container[data-v-af122da0] {
        max-width: 1140px
    }
}

@media (min-width: 768px) {
    .container[data-v-af122da0] {
        max-width: 750px
    }
}

@media (min-width: 992px) {
    .container[data-v-af122da0] {
        max-width: 970px
    }
}

@media (min-width: 1200px) {
    .container[data-v-af122da0] {
        max-width: 1170px
    }
}

#header .container[data-v-af122da0] {
    position: relative
}

.container[data-v-af122da0] {
    width: 100%;
    max-width: none;
    padding: 0 30px
}

.clearfix[data-v-af122da0]:after {
    display: block;
    clear: both;
    content: ""
}

#primary-menu-trigger[data-v-af122da0] {
    opacity: 0;
    pointer-events: none;
    cursor: pointer;
    font-size: 24px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

#logo[data-v-af122da0] {
    position: relative;
    float: left;
    font-family: Raleway, sans-serif;
    font-size: 36px;
    line-height: 100%;
    margin-right: 40px
}

#header.full-header #logo[data-v-af122da0] {
    padding-right: 30px;
    margin-right: 30px;
    border-right: 1px solid #EEE
}

header:not(.top-search-open) #header-wrap #logo[data-v-af122da0] {
    opacity: 1;
    -webkit-transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
    -o-transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
    transition: height .4s ease, margin .4s ease, opacity .2s .2s ease
}

#header.transparent-header.full-header #logo[data-v-af122da0] {
    border-right-color: #0000001a
}

#header.full-header.dark #header-wrap:not(.not-dark) #logo[data-v-af122da0] {
    border-right-color: #ffffff26
}

#header.transparent-header.full-header.dark:not(.sticky-header) #header-wrap:not(.not-dark) #logo[data-v-af122da0] {
    border-right-color: #fff3
}

nav[data-v-af122da0] {
    display: block
}

#primary-menu[data-v-af122da0] {
    float: right
}

[class^=icon-][data-v-af122da0] {
    display: inline-block;
    font-family: font-icons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-reorder[data-v-af122da0]:before {
    content: "\e76d"
}

a[data-v-af122da0] {
    color: #d21f3c;
    text-decoration: none !important;
    background-color: transparent
}

#logo a[data-v-af122da0] {
    display: block;
    color: #000
}

#logo a.standard-logo[data-v-af122da0] {
    display: block
}

#logo a[data-v-af122da0] {
    color: #fff
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    #logo a.standard-logo[data-v-af122da0] {
        display: none
    }
}

a[data-v-af122da0]:hover {
    color: #222;
    text-decoration: underline
}

.dark a[data-v-af122da0]:hover {
    color: #eee
}

#logo a.retina-logo[data-v-af122da0] {
    display: none
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    #logo a.retina-logo[data-v-af122da0] {
        display: block
    }
}

ul[data-v-af122da0] {
    margin: 0;
    padding: 0
}

#primary-menu ul[data-v-af122da0] {
    list-style: none;
    margin: 0
}

#primary-menu>ul[data-v-af122da0] {
    float: left
}

header:not(.top-search-open) #primary-menu>ul[data-v-af122da0] {
    opacity: 1;
    -webkit-transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
    -o-transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
    transition: height .4s ease, margin .4s ease, opacity .2s .2s ease
}

#header.full-header #primary-menu>ul[data-v-af122da0] {
    float: left;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #EEE
}

#header.transparent-header.full-header #header.transparent-header.full-header #primary-menu>ul[data-v-af122da0] {
    border-right-color: #0000001a
}

#header.full-header.dark #header.full-header.dark #header-wrap:not(.not-dark) #primary-menu>ul[data-v-af122da0] {
    border-right-color: #ffffff26
}

#header.transparent-header.full-header.dark:not(.sticky-header) #header-wrap:not(.not-dark) #primary-menu>ul[data-v-af122da0] {
    border-right-color: #fff3
}

#top-search[data-v-af122da0] {
    float: right;
    margin: 20px 0 20px 15px;
    -webkit-transition: margin .4s ease, opacity .3s ease;
    -o-transition: margin .4s ease, opacity .3s ease;
    transition: margin .4s ease, opacity .3s ease
}

img[data-v-af122da0] {
    vertical-align: middle;
    border-style: none;
    max-width: 100%
}

a img[data-v-af122da0] {
    border: none
}

#logo img[data-v-af122da0] {
    display: block;
    max-width: 100%;
    height: 60px;
    -webkit-transition: height .4s ease, opacity .3s ease;
    -o-transition: height .4s ease, opacity .3s ease;
    transition: height .4s ease, opacity .3s ease
}

li[data-v-af122da0] {
    margin: 0;
    padding: 0
}

#primary-menu ul li[data-v-af122da0] {
    position: relative
}

#primary-menu ul>li[data-v-af122da0] {
    float: left;
    margin-left: 2px
}

#primary-menu>ul>li[data-v-af122da0]:first-child {
    margin-left: 0
}

#primary-menu ul li.mega-menu[data-v-af122da0] {
    position: inherit
}

#primary-menu ul li.mega-menu a[data-v-af122da0] {
    cursor: pointer
}

#primary-menu ul li.mega-menu .mega-menu-content[data-v-af122da0] {
    pointer-events: none;
    opacity: 0;
    transition: all ease-in-out .4s !important
}

#primary-menu ul li.sub-menu a[data-v-af122da0] {
    cursor: pointer
}

#primary-menu ul li.sub-menu .menu-pos-invert[data-v-af122da0] {
    pointer-events: none;
    opacity: 0;
    transition: all ease-in-out .4s !important
}

.sub-menu-visible[data-v-af122da0] {
    pointer-events: all !important;
    opacity: 1 !important;
    display: block !important
}

@media (max-width: 991.98px) {
    #primary-menu ul li.mega-menu[data-v-af122da0] {
        position: inherit
    }

    #primary-menu ul li.mega-menu .mega-menu-content[data-v-af122da0],
    #primary-menu ul li.mega-menu:hover .mega-menu-content[data-v-af122da0],
    #primary-menu ul li.sub-menu .menu-pos-invert[data-v-af122da0],
    #primary-menu ul li.sub-menu:hover .menu-pos-invert[data-v-af122da0] {
        display: none
    }

    .sub-menu-visible[data-v-af122da0] {
        display: block !important
    }
}

#top-search a[data-v-af122da0] {
    display: block;
    position: relative;
    width: 24px;
    height: 24px;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    color: #333;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    z-index: 11
}

#header-wrap:not(.not-dark) #top-search a[data-v-af122da0] {
    color: #eee;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .1)
}

#header-wrap:not(.not-dark) #top-search a[data-v-af122da0],
#header-wrap:not(.not-dark) #top-search a[data-v-af122da0]:hover {
    color: #eee;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .1)
}

.form[data-v-af122da0] {
    margin-bottom: 30px
}

#top-search .form[data-v-af122da0] {
    opacity: 0;
    z-index: -2;
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    padding: 0 15px;
    margin: 0;
    top: 0;
    left: 0;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

#primary-menu ul li>a[data-v-af122da0] {
    display: block;
    line-height: 22px;
    padding: 20px 15px;
    color: #444;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: Raleway, sans-serif;
    -webkit-transition: margin .4s ease, padding .4s ease;
    -o-transition: margin .4s ease, padding .4s ease;
    transition: margin .4s ease, padding .4s ease
}

.dark #header-wrap:not(.not-dark) #primary-menu>ul>li>a[data-v-af122da0] {
    color: #eee;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .1)
}

#primary-menu ul li:hover>a[data-v-af122da0] {
    color: #1abc9c
}

a[data-v-af122da0],
#primary-menu ul li:hover>a[data-v-af122da0] {
    color: #d21f3c
}

.dark #header-wrap:not(.not-dark) #primary-menu>ul>li:hover>a[data-v-af122da0] {
    color: #eee
}

#primary-menu ul li .mega-menu-content[data-v-af122da0] {
    display: flex;
    position: absolute;
    width: 720px;
    background-color: #fff;
    box-shadow: 0 13px 42px 11px #0000000d;
    border: 1px solid #EEE;
    border-top: 2px solid #1ABC9C;
    height: auto;
    z-index: 199;
    top: 100%;
    left: 0;
    margin: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    max-width: 400px
}

#primary-menu ul li.mega-menu .mega-menu-content[data-v-af122da0] {
    margin: 0 15px;
    width: 1140px;
    max-width: none
}

#primary-menu>ul>li>.mega-menu-content[data-v-af122da0],
#primary-menu>ul>li.mega-menu>.mega-menu-content[data-v-af122da0] {
    -webkit-transition: top .4s ease;
    -o-transition: top .4s ease;
    transition: top .4s ease
}

#primary-menu ul li.mega-menu .mega-menu-content.style-2[data-v-af122da0] {
    padding: 0 10px
}

#primary-menu:not(.not-dark) ul li .mega-menu-content[data-v-af122da0],
#primary-menu.dark ul li .mega-menu-content[data-v-af122da0] {
    background-color: #333;
    border-color: #3f3f3f;
    border-top-color: #1abc9c
}

#primary-menu:not(.not-dark) ul li .mega-menu-content.style-2[data-v-af122da0],
#primary-menu.dark ul li .mega-menu-content.style-2[data-v-af122da0] {
    border-color: transparent;
    border-top-color: #1abc9c
}

#primary-menu ul li .mega-menu-content[data-v-af122da0],
#primary-menu:not(.not-dark) ul li .mega-menu-content[data-v-af122da0],
#primary-menu.dark ul li .mega-menu-content[data-v-af122da0],
#primary-menu:not(.not-dark) ul li .mega-menu-content.style-2[data-v-af122da0],
#primary-menu.dark ul li .mega-menu-content.style-2[data-v-af122da0] {
    border-top-color: #d21f3c
}

#primary-menu ul li.mega-menu .mega-menu-content[data-v-af122da0] {
    margin: 0 30px
}

ul ul[data-v-af122da0] {
    margin-bottom: 0
}

#primary-menu>ul>li>ul[data-v-af122da0] {
    -webkit-transition: top .4s ease;
    -o-transition: top .4s ease;
    transition: top .4s ease
}

#primary-menu ul ul[data-v-af122da0]:not(.mega-menu-column) {
    display: none;
    position: absolute;
    width: 220px;
    background-color: #fff;
    box-shadow: 0 13px 42px 11px #0000000d;
    border: 1px solid #EEE;
    border-top: 2px solid #1ABC9C;
    height: auto;
    z-index: 199;
    top: 100%;
    left: 0;
    margin: 0
}

#primary-menu ul ul.menu-pos-invert[data-v-af122da0]:not(.mega-menu-column) {
    left: auto;
    right: 0
}

#primary-menu:not(.not-dark) ul ul[data-v-af122da0],
#primary-menu.dark ul ul[data-v-af122da0] {
    background-color: #333;
    border-color: #3f3f3f;
    border-top-color: #1abc9c
}

#primary-menu ul ul[data-v-af122da0]:not(.mega-menu-column),
#primary-menu:not(.not-dark) ul ul[data-v-af122da0],
#primary-menu.dark ul ul[data-v-af122da0] {
    border-top-color: #d21f3c
}

#top-search a i[data-v-af122da0] {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.top-search-open #header-wrap #logo[data-v-af122da0],
.top-search-open #primary-menu>ul[data-v-af122da0],
.top-search-open #primary-menu>.container>ul[data-v-af122da0],
.top-search-open #top-cart[data-v-af122da0],
.top-search-open #side-panel-trigger[data-v-af122da0],
.top-search-open #top-account[data-v-af122da0] {
    opacity: 0 !important
}

.top-search-open #top-search .form[data-v-af122da0] {
    opacity: 1;
    z-index: 10
}

.top-search-open #top-search a i.icon-search3[data-v-af122da0],
#top-search a i.icon-line-cross[data-v-af122da0] {
    opacity: 0
}

.top-search-open #top-search a i.icon-line-cross[data-v-af122da0] {
    opacity: 1;
    z-index: 11
}

.top-search-open #top-search .form input[data-v-af122da0] {
    pointer-events: auto
}

.search-icon[data-v-af122da0] {
    cursor: pointer
}

.icon-search3[data-v-af122da0]:before {
    content: "\e6be"
}

[class^=icon-][data-v-af122da0],
[class^=icon-line-][data-v-af122da0] {
    display: inline-block;
    font-family: font-icons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

[class^=icon-line-][data-v-af122da0] {
    font-family: lined-icons
}

#top-search a i.icon-line-cross[data-v-af122da0] {
    opacity: 0
}

.icon-line-cross[data-v-af122da0]:before {
    content: "\e117"
}

input[data-v-af122da0] {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    overflow: visible
}

.form-control[data-v-af122da0] {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 3px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.dark .form-control[data-v-af122da0]:not(.not-dark) {
    color: #999;
    background-color: #0003;
    border-color: #00000040
}

#top-search .form input[data-v-af122da0] {
    box-shadow: none !important;
    pointer-events: none;
    border-radius: 0;
    border: 0;
    outline: 0 !important;
    font-size: 22px;
    padding: 10px 80px 10px 0;
    height: 100%;
    background-color: transparent;
    color: #333;
    font-weight: 700;
    margin-top: 0 !important;
    font-family: Raleway, sans-serif;
    letter-spacing: 2px
}

#top-search .form input[data-v-af122da0]::-moz-placeholder {
    color: #fff9;
    opacity: 1;
    text-transform: uppercase
}

#top-search .form input[data-v-af122da0]:-ms-input-placeholder {
    color: #fff9;
    text-transform: uppercase
}

#top-search .form input[data-v-af122da0]::-webkit-input-placeholder {
    color: #fff9;
    text-transform: uppercase
}

#top-search .form input[data-v-af122da0]::-webkit-input-placeholder {
    color: #fff9
}

#header-wrap:not(.not-dark) #top-search .form input[data-v-af122da0] {
    color: #eee;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .1)
}

#header.dark.transparent-header:not(.sticky-header) #header-wrap:not(.not-dark) .form input[data-v-af122da0] {
    border-bottom-color: #ffffff26 !important
}

#header.full-header #top-search .form input[data-v-af122da0] {
    padding-left: 40px
}

.col-lg-3[data-v-af122da0] {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 992px) {
    .col-lg-3[data-v-af122da0] {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
}

#primary-menu ul li .mega-menu-content ul[data-v-af122da0] {
    display: block;
    position: relative;
    top: 0;
    min-width: inherit;
    border: 0;
    box-shadow: none;
    background-color: transparent
}

#primary-menu:not(.not-dark) ul ul[data-v-af122da0],
#primary-menu.dark ul ul[data-v-af122da0] {
    border-top-color: #d21f3c
}

#primary-menu ul li .mega-menu-content ul[data-v-af122da0]:not(.megamenu-dropdown) {
    display: block !important;
    opacity: 1 !important;
    top: 0;
    left: 0
}

#primary-menu ul li .mega-menu-content ul.mega-menu-column[data-v-af122da0] {
    float: left;
    margin: 0;
    padding-left: 0;
    padding-right: 0
}

#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column[data-v-af122da0] {
    padding: 30px 20px
}

#primary-menu ul li .mega-menu-content ul.mega-menu-column[data-v-af122da0]:not(:first-child) {
    border-left: 1px solid #F2F2F2
}

#primary-menu ul li .mega-menu-content ul.mega-menu-column[data-v-af122da0]:not(:first-child),
#primary-menu.dark ul li .mega-menu-content ul.mega-menu-column[data-v-af122da0]:not(:first-child) {
    border-left-color: #3f3f3f
}

.col-lg-2[data-v-af122da0] {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 992px) {
    .col-lg-2[data-v-af122da0] {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
}

#primary-menu ul ul li[data-v-af122da0] {
    float: none;
    margin: 0
}

#primary-menu ul ul li[data-v-af122da0]:first-child {
    border-top: 0
}

#primary-menu:not(.not-dark) ul ul li[data-v-af122da0],
#primary-menu.dark ul ul li[data-v-af122da0] {
    border-top-color: #3f3f3f
}

#primary-menu:not(.not-dark) ul ul li[data-v-af122da0]:first-child,
#primary-menu.dark ul ul li[data-v-af122da0]:first-child {
    border-top: 0
}

#primary-menu ul li .mega-menu-content.style-2 li[data-v-af122da0] {
    border: 0
}

#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title[data-v-af122da0] {
    margin-top: 20px
}

#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title[data-v-af122da0]:first-child {
    margin-top: 0
}

#primary-menu ul li>a i[data-v-af122da0] {
    position: relative;
    top: -1px;
    font-size: 14px;
    width: 16px;
    text-align: center;
    margin-right: 6px;
    vertical-align: top
}

.icon-globe[data-v-af122da0]:before {
    content: "\ea44"
}

#primary-menu ul ul li>a[data-v-af122da0] {
    font-size: 12px;
    font-weight: 700;
    color: #666;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 0;
    letter-spacing: 0;
    font-family: Lato, sans-serif;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.dark #primary-menu:not(.not-dark) ul ul li>a[data-v-af122da0],
#primary-menu.dark ul ul li>a[data-v-af122da0] {
    color: #999 !important
}

#primary-menu ul ul li:hover>a[data-v-af122da0] {
    background-color: #f9f9f9;
    padding-left: 18px;
    color: #1abc9c
}

a[data-v-af122da0],
#primary-menu ul li:hover>a[data-v-af122da0],
#primary-menu ul ul li:hover>a[data-v-af122da0] {
    color: #d21f3c
}

.dark #primary-menu:not(.not-dark) ul ul li:hover>a[data-v-af122da0],
#primary-menu.dark ul ul li:hover>a[data-v-af122da0] {
    background-color: #0000001a;
    color: #ccc !important
}

#primary-menu ul ul>li.sub-menu>a[data-v-af122da0] {
    background-image: url(../images/submenu.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat
}

#primary-menu ul li .mega-menu-content.style-2 ul li>a[data-v-af122da0] {
    padding-left: 5px;
    padding-top: 7px;
    padding-bottom: 7px
}

.dark #primary-menu:not(.not-dark) ul ul>li.sub-menu>a[data-v-af122da0],
#primary-menu.dark ul ul>li.sub-menu>a[data-v-af122da0] {
    background-image: url(../images/submenu-dark.png)
}

#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title>a[data-v-af122da0] {
    font-size: 13px;
    font-weight: 700;
    font-family: Raleway, sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase !important;
    margin-bottom: 15px;
    color: #444;
    padding: 0 !important;
    line-height: 1.3 !important
}

#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title.sub-menu>a[data-v-af122da0] {
    background: none
}

.dark #primary-menu:not(.not-dark) ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title>a[data-v-af122da0],
#primary-menu.dark ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title>a[data-v-af122da0] {
    color: #bbb !important;
    background: transparent
}

#primary-menu ul ul>li.sub-menu>a[data-v-af122da0],
#primary-menu ul ul>li.sub-menu:hover>a[data-v-af122da0] {
    background-image: url(../images/submenu.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat
}

#primary-menu ul li .mega-menu-content.style-2 ul li>a[data-v-af122da0]:hover {
    padding-left: 12px
}

.dark #primary-menu:not(.not-dark) ul ul>li.sub-menu>a[data-v-af122da0],
.dark #primary-menu:not(.not-dark) ul ul>li.sub-menu:hover>a[data-v-af122da0],
#primary-menu.dark ul ul>li.sub-menu>a[data-v-af122da0],
#primary-menu.dark ul ul>li.sub-menu:hover>a[data-v-af122da0] {
    background-image: url(../images/submenu-dark.png)
}

#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title:hover>a[data-v-af122da0] {
    background-color: transparent
}

#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title>a[data-v-af122da0]:hover {
    color: #1abc9c
}

a[data-v-af122da0],
#primary-menu ul li:hover>a[data-v-af122da0],
#primary-menu div ul li:hover>a[data-v-af122da0],
#primary-menu ul ul li:hover>a[data-v-af122da0],
#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title>a[data-v-af122da0]:hover {
    color: #d21f3c
}

#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title.sub-menu>a[data-v-af122da0],
#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title.sub-menu:hover>a[data-v-af122da0] {
    background: none
}

.dark #primary-menu:not(.not-dark) ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title>a[data-v-af122da0],
.dark #primary-menu:not(.not-dark) ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title:hover>a[data-v-af122da0],
#primary-menu.dark ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title>a[data-v-af122da0],
#primary-menu.dark ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title:hover>a[data-v-af122da0] {
    color: #bbb !important;
    background: transparent
}

.dark #primary-menu:not(.not-dark) ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title>a[data-v-af122da0]:hover,
#primary-menu.dark ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title>a[data-v-af122da0]:hover {
    color: #ddd !important
}

#primary-menu ul li .mega-menu-content ul[data-v-af122da0]:not(.mega-menu-column) {
    width: 100%
}

.widget[data-v-af122da0] {
    position: relative;
    margin-top: 50px
}

.widget[data-v-af122da0]:first-child {
    margin-top: 0
}

h4[data-v-af122da0] {
    margin-bottom: .5rem;
    font-weight: 600;
    line-height: 1.5;
    font-size: 18px;
    color: #444;
    margin: 0 0 30px;
    font-family: Raleway, sans-serif
}

.widget>h4[data-v-af122da0] {
    margin-bottom: 25px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase
}

.dark h4[data-v-af122da0] {
    color: #eee
}

.dark .widget h4[data-v-af122da0] {
    color: #ddd
}

a[data-v-af122da0],
#primary-menu ul li:hover>a[data-v-af122da0],
#primary-menu div ul li:hover>a[data-v-af122da0],
#primary-menu ul ul li:hover>a[data-v-af122da0] {
    color: #d21f3c
}

.entry-image[data-v-af122da0] {
    display: block;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
    height: auto
}

.entry-meta[data-v-af122da0] {
    margin: 10px -10px -15px 0;
    list-style: none
}

.mega-menu-column .entry-meta[data-v-af122da0] {
    margin: 8px -10px 0 0 !important;
    border: none !important;
    padding: 0 !important
}

.ipost .entry-meta[data-v-af122da0] {
    margin-right: -10px
}

.spost[data-v-af122da0] {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dashed #E5E5E5
}

.spost[data-v-af122da0]:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0
}

.dark .spost[data-v-af122da0] {
    border-top-color: #ffffff1a
}

.entry-image>a[data-v-af122da0] {
    display: block;
    position: relative;
    width: 100%;
    height: auto
}

h3[data-v-af122da0] {
    margin-bottom: .5rem;
    font-weight: 600;
    line-height: 1.5;
    font-size: 24px;
    color: #444;
    margin: 0 0 30px;
    font-family: Raleway, sans-serif
}

.dark h3[data-v-af122da0] {
    color: #eee
}

.ipost .entry-title h3[data-v-af122da0] {
    margin: 0;
    font-size: 16px;
    font-weight: 600
}

.entry-meta li[data-v-af122da0] {
    float: left;
    font-size: 13px;
    line-height: 14px;
    margin: 0 10px 15px 0;
    color: #999;
    font-family: Crete Round, serif;
    font-style: italic
}

.mega-menu-column .entry-meta li[data-v-af122da0] {
    float: left !important;
    border: none !important;
    margin: 0 10px 0 0 !important
}

.ipost .entry-meta li[data-v-af122da0] {
    font-size: 13px;
    margin-right: 10px
}

.dark .entry-meta li[data-v-af122da0] {
    border-left-color: #ffffff14;
    color: #888
}

.entry-meta li[data-v-af122da0]:before {
    content: "/";
    display: inline-block;
    margin-right: 10px;
    opacity: .5
}

.entry-meta li[data-v-af122da0]:first-child:before {
    display: none
}

.spost .entry-image[data-v-af122da0] {
    float: left;
    margin: 0 15px 0 0;
    text-align: center;
    width: 48px;
    height: 48px
}

.entry-c[data-v-af122da0] {
    position: relative;
    overflow: hidden
}

.entry-image img[data-v-af122da0] {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 3px
}

.ipost .entry-image img[data-v-af122da0] {
    border-radius: 0
}

.ipost .entry-title h3 a[data-v-af122da0] {
    color: #333
}

.dark .ipost .entry-title h3 a[data-v-af122da0] {
    color: #eee
}

.ipost .entry-title h3 a[data-v-af122da0]:hover {
    color: #1abc9c
}

a[data-v-af122da0],
.ipost .entry-title h3 a[data-v-af122da0]:hover {
    color: #d21f3c
}

.dark .ipost .entry-title h3 a[data-v-af122da0]:hover {
    color: #bbb
}

.entry-meta li i[data-v-af122da0] {
    position: relative;
    top: 1px;
    font-size: 14px;
    margin-right: 3px
}

.icon-calendar3[data-v-af122da0]:before {
    content: "\e728"
}

.nobg[data-v-af122da0] {
    background: none !important
}

.spost .entry-image a[data-v-af122da0] {
    width: 48px;
    height: 48px
}

.spost .entry-meta[data-v-af122da0] {
    margin: 8px -10px 0 0
}

#primary-menu ul ul li>a i[data-v-af122da0] {
    vertical-align: middle
}

.icon-expand[data-v-af122da0]:before {
    content: "\e9fb"
}

.rounded-circle[data-v-af122da0] {
    border-radius: 50% !important
}

.spost .entry-image img[data-v-af122da0] {
    width: 48px;
    height: 48px
}

.spost .entry-title h4[data-v-af122da0] {
    margin: 0;
    font-size: 14px;
    font-weight: 600
}

.spost .entry-meta li[data-v-af122da0] {
    font-size: 13px;
    margin: 0 10px 0 0
}

.dark .spost .entry-meta li[data-v-af122da0] {
    border-left-color: #666
}

.spost .entry-title h4 a[data-v-af122da0] {
    color: #333
}

.dark .spost .entry-title h4 a[data-v-af122da0] {
    color: #bbb
}

.spost .entry-title h4 a[data-v-af122da0]:hover {
    color: #1abc9c
}

a[data-v-af122da0],
.spost .entry-title h4 a[data-v-af122da0]:hover {
    color: #d21f3c
}

.dark .spost .entry-title h4 a[data-v-af122da0]:hover {
    color: #999
}

#style-nszDJ.style-nszDJ[data-v-af122da0] {
    touch-action: pan-y
}

#style-D1XOK.style-D1XOK[data-v-af122da0] {
    display: none;
    width: 1380px
}

#style-pRCdh.style-pRCdh[data-v-af122da0] {
    text-transform: capitalize
}

#style-h2YWO.style-h2YWO[data-v-af122da0] {
    display: none
}

#style-YZioC.style-YZioC[data-v-af122da0] {
    text-align: center
}

#style-Ma6gt.style-Ma6gt[data-v-af122da0] {
    text-transform: capitalize
}

#style-Blxoc.style-Blxoc[data-v-af122da0] {
    display: none
}

#style-4mPqt.style-4mPqt[data-v-af122da0] {
    text-align: center
}

#style-rthKJ.style-rthKJ[data-v-af122da0] {
    text-transform: capitalize
}

#style-nymqQ.style-nymqQ[data-v-af122da0] {
    display: none
}

#style-wnGoM.style-wnGoM[data-v-af122da0] {
    text-align: center
}

#style-Qv1PZ.style-Qv1PZ[data-v-af122da0] {
    text-transform: capitalize
}

#style-9Xsbo.style-9Xsbo[data-v-af122da0] {
    display: none
}

#style-IrCaz.style-IrCaz[data-v-af122da0] {
    text-align: center
}

#style-7sGqA.style-7sGqA[data-v-af122da0] {
    display: none;
    width: 1380px
}

#style-fCC6x.style-fCC6x[data-v-af122da0],
#style-MotoT.style-MotoT[data-v-af122da0],
#style-PzVp6.style-PzVp6[data-v-af122da0],
#style-IvoNn.style-IvoNn[data-v-af122da0] {
    display: none
}

@media (max-width: 1199.98px) {
    canvas[data-v-af122da0] {
        max-width: 100%;
        height: auto !important
    }

    .promo h3[data-v-af122da0] {
        font-size: 20px
    }

    .promo>span[data-v-af122da0],
    .promo>.container>span[data-v-af122da0] {
        font-size: 15px
    }

    .promo-uppercase h3[data-v-af122da0] {
        font-size: 19px
    }

    .promo-uppercase>span[data-v-af122da0],
    .promo-uppercase>.container>span[data-v-af122da0] {
        font-size: 14px
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    #wrapper[data-v-af122da0] {
        width: 1000px
    }

    #header.transparent-header.floating-header .container[data-v-af122da0] {
        width: 1030px;
        padding: 0 30px
    }

    #header.transparent-header.floating-header.sticky-header .container[data-v-af122da0] {
        width: 970px;
        padding: 0 15px
    }

    #primary-menu.sub-title ul>li>a[data-v-af122da0] {
        padding-left: 15px;
        padding-right: 15px
    }

    #primary-menu ul li.mega-menu .mega-menu-content[data-v-af122da0],
    .floating-header.sticky-header #primary-menu ul li.mega-menu .mega-menu-content[data-v-af122da0] {
        width: 940px
    }

    .floating-header #primary-menu ul li.mega-menu .mega-menu-content[data-v-af122da0] {
        width: 1030px
    }

    .team.team-list .team-image[data-v-af122da0] {
        width: 200px
    }

    .testi-image[data-v-af122da0],
    .testi-image a[data-v-af122da0],
    .testi-image img[data-v-af122da0],
    .testi-image i[data-v-af122da0] {
        display: block;
        width: 36px;
        height: 36px
    }

    .testi-image i[data-v-af122da0] {
        line-height: 36px;
        font-size: 20px
    }

    .bothsidebar .portfolio-item[data-v-af122da0] {
        width: 50%
    }

    .bothsidebar .portfolio.portfolio-3[data-v-af122da0] {
        margin: 0 -20px -20px 0
    }

    .bothsidebar .portfolio-3 .portfolio-item[data-v-af122da0] {
        padding: 0 20px 20px 0
    }

    .bothsidebar .portfolio-shuffle[data-v-af122da0],
    .postcontent .portfolio-1 .iconlist[data-v-af122da0] {
        display: none
    }

    .postcontent .small-thumbs .entry-image[data-v-af122da0] {
        width: 200px
    }

    .bothsidebar .small-thumbs .entry-image[data-v-af122da0] {
        width: 120px
    }

    .post-timeline .entry[data-v-af122da0] {
        width: 400px !important
    }

    .post-timeline .entry.entry-date-section[data-v-af122da0] {
        width: 100% !important
    }

    .mpost .entry-image[data-v-af122da0],
    .mpost .entry-image a[data-v-af122da0],
    .mpost .entry-image img[data-v-af122da0],
    .mpost .entry-image i[data-v-af122da0] {
        width: 120px;
        height: 90px
    }

    .mpost .entry-image a i[data-v-af122da0] {
        line-height: 90px
    }

    .col_one_third .landing-wide-form .heading-block h2[data-v-af122da0] {
        font-size: 32px
    }

    .col_one_third .landing-wide-form .heading-block span[data-v-af122da0] {
        font-size: 17px
    }

    .col_one_third .landing-wide-form[data-v-af122da0] {
        padding: 36px 30px
    }

    .bothsidebar .product-1 .product-image[data-v-af122da0] {
        width: 200px;
        height: 267px
    }

    .product-title h3[data-v-af122da0] {
        font-size: 18px
    }

    .landing-video[data-v-af122da0] {
        width: 465px;
        height: 262px;
        margin: 19px 0 0 75px
    }

    .panel .portfolio-meta li[data-v-af122da0] {
        padding-left: 22px
    }

    .panel .portfolio-meta li span[data-v-af122da0] {
        display: block;
        margin-left: -21px
    }

    .portfolio-single-image-full.portfolio-single-thumbs[data-v-af122da0],
    .portfolio-single-image-full .swiper-container[data-v-af122da0] {
        height: 400px
    }

    .bnews-slider[data-v-af122da0] {
        width: 817px
    }

    .landing-form-overlay[data-v-af122da0] {
        bottom: -142px
    }
}

@media (max-width: 991.98px) {
    #header.full-header #top-search .form input[data-v-af122da0] {
        padding-left: 0
    }

    #wrapper[data-v-af122da0] {
        width: 100%;
        margin: 0;
        box-shadow: none
    }

    #header.full-header .container[data-v-af122da0],
    .container-fullwidth[data-v-af122da0] {
        padding: 0 15px !important;
        margin: 0 auto;
        width: 750px !important
    }

    .container.vertical-middle[data-v-af122da0] {
        width: 100% !important
    }

    .vertical-middle+.video-wrap[data-v-af122da0] {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0
    }

    .postcontent[data-v-af122da0],
    .postcontent.bothsidebar[data-v-af122da0],
    .sidebar[data-v-af122da0] {
        width: 100%;
        margin-right: 0;
        float: none !important;
        margin-bottom: 40px !important;
        padding-bottom: 40px;
        border-bottom: 1px solid #EEE
    }

    .sidebar.col_last[data-v-af122da0] {
        float: none;
        margin-bottom: 0 !important;
        padding-bottom: 0;
        border-bottom: 0
    }

    #header[data-v-af122da0],
    #header-wrap[data-v-af122da0],
    #header.sticky-style-2[data-v-af122da0],
    #header.sticky-style-3[data-v-af122da0],
    #header.sticky-style-2 #header-wrap[data-v-af122da0],
    #header.sticky-style-3 #header-wrap[data-v-af122da0] {
        height: auto !important
    }

    #header.sticky-style-2 #header-wrap[data-v-af122da0],
    #header.sticky-style-3 #header-wrap[data-v-af122da0] {
        min-height: 60px
    }

    #header.sticky-header #header-wrap[data-v-af122da0] {
        position: relative
    }

    #header.transparent-header[data-v-af122da0],
    #header.semi-transparent[data-v-af122da0] {
        background: #FFF;
        border-bottom: 1px solid #F5F5F5
    }

    #header.dark.transparent-header[data-v-af122da0],
    #header.dark.semi-transparent[data-v-af122da0] {
        background-color: #333;
        border-bottom: 1px solid rgba(0, 0, 0, .1)
    }

    #header.transparent-header.floating-header[data-v-af122da0] {
        margin-top: 0
    }

    #header.transparent-header.floating-header .container[data-v-af122da0] {
        width: 750px;
        padding: 0 15px;
        border-radius: 0
    }

    #header.transparent-header+#slider[data-v-af122da0],
    #header.transparent-header+#page-title.page-title-parallax[data-v-af122da0],
    #slider+#header.transparent-header[data-v-af122da0],
    #header.transparent-header.floating-header+#slider[data-v-af122da0],
    #header.transparent-header+#google-map[data-v-af122da0] {
        top: 0;
        margin-bottom: 0
    }

    .slider-parallax .slider-parallax-inner[data-v-af122da0] {
        position: relative
    }

    #header.transparent-header+#page-title.page-title-parallax .container[data-v-af122da0] {
        padding-top: 0
    }

    body:not(.primary-menu-open) #header.dark.transparent-header-responsive[data-v-af122da0],
    body:not(.primary-menu-open) #header.transparent-header-responsive[data-v-af122da0] {
        background-color: transparent;
        border: none
    }

    body:not(.primary-menu-open) #header.semi-transparent.transparent-header-responsive[data-v-af122da0] {
        background-color: #fffc;
        z-index: 1
    }

    body:not(.primary-menu-open) #header.transparent-header-responsive+#slider[data-v-af122da0],
    body:not(.primary-menu-open) #header.transparent-header-responsive+#page-title.page-title-parallax[data-v-af122da0],
    body:not(.primary-menu-open) #slider+#header.transparent-header-responsive[data-v-af122da0],
    body:not(.primary-menu-open) #header.transparent-header-responsive.floating-header+#slider[data-v-af122da0],
    body:not(.primary-menu-open) #header.transparent-header-responsive+#google-map[data-v-af122da0] {
        top: -101px;
        margin-bottom: -101px
    }

    #header-trigger[data-v-af122da0],
    .top-advert[data-v-af122da0],
    .header-extras[data-v-af122da0] {
        display: none
    }

    #logo[data-v-af122da0] {
        display: block;
        height: 100px;
        float: none;
        margin: 0 auto !important;
        max-width: none;
        text-align: center;
        border: 0 !important;
        padding: 0 !important
    }

    #logo a.standard-logo[data-v-af122da0] {
        display: inline-block
    }

    #primary-menu[data-v-af122da0] {
        display: block;
        float: none
    }

    #primary-menu-trigger[data-v-af122da0] {
        opacity: 1;
        pointer-events: auto;
        top: 25px;
        margin-top: 0;
        left: 0;
        z-index: 1
    }

    #primary-menu .container #primary-menu-trigger[data-v-af122da0] {
        top: 5px;
        left: 0
    }

    #primary-menu>ul[data-v-af122da0],
    #primary-menu>div>ul[data-v-af122da0] {
        display: none;
        float: none !important;
        border: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }

    #primary-menu>.d-block[data-v-af122da0] {
        display: block
    }

    #primary-menu>div>ul[data-v-af122da0] {
        padding-top: 60px !important
    }

    header:not(.top-search-open) #primary-menu-trigger[data-v-af122da0] {
        opacity: 1;
        -webkit-transition: opacity .2s .2s ease, top .4s ease;
        -o-transition: opacity .2s .2s ease, top .4s ease;
        transition: opacity .2s .2s ease, top .4s ease
    }

    .top-search-open #primary-menu-trigger[data-v-af122da0] {
        opacity: 0
    }

    body.side-push-panel #side-panel-trigger-close a[data-v-af122da0] {
        display: block;
        position: absolute;
        z-index: 12;
        top: 0;
        left: auto;
        right: 0;
        width: 40px;
        height: 40px;
        font-size: 18px;
        line-height: 40px;
        color: #444;
        text-align: center;
        background-color: #0000001a;
        border-radius: 0 0 0 2px
    }

    #primary-menu.style-5>ul[data-v-af122da0] {
        padding-right: 0;
        margin-right: 0;
        border-right: 0
    }

    #primary-menu ul li[data-v-af122da0] {
        float: none;
        margin: 0 !important;
        text-align: left !important;
        border-top: 1px solid #EEE
    }

    #header.split-menu #primary-menu:not(.mobile-menu-off-canvas)>ul:not(:first-child)>li[data-v-af122da0]:first-child {
        border-top: 1px solid #EEE
    }

    #primary-menu ul li[data-v-af122da0]:first-child {
        border-top: 0
    }

    #primary-menu ul>li>a[data-v-af122da0],
    #primary-menu.style-2>div>ul>li>a[data-v-af122da0] {
        padding: 14px 5px !important;
        border: none !important;
        margin: 0 !important
    }

    #primary-menu.style-5>ul>li>a>div[data-v-af122da0] {
        line-height: 22px
    }

    #primary-menu.style-5>ul>li>a>div i[data-v-af122da0] {
        display: inline-block;
        margin: 0 6px 0 0;
        top: -1px;
        width: 16px;
        font-size: 14px;
        line-height: inherit
    }

    #primary-menu.style-6>ul>li>a[data-v-af122da0]:after,
    #primary-menu.style-6>ul>li.current>a[data-v-af122da0]:after {
        display: none
    }

    #primary-menu.sub-title>ul>li[data-v-af122da0],
    #primary-menu.sub-title.style-2>div>ul>li[data-v-af122da0] {
        background: none !important;
        margin-left: 0
    }

    #primary-menu.sub-title>ul>li>a[data-v-af122da0],
    #primary-menu.sub-title>div>ul>li>a[data-v-af122da0] {
        line-height: 22px;
        font-size: 13px;
        border-top: none
    }

    #primary-menu.sub-title ul li>a span[data-v-af122da0] {
        display: none !important
    }

    #primary-menu.sub-title ul li:hover>a[data-v-af122da0],
    #primary-menu.sub-title ul li.current>a[data-v-af122da0],
    #primary-menu.sub-title div ul>li:hover>a[data-v-af122da0],
    #primary-menu.sub-title div ul>li.current>a[data-v-af122da0],
    #primary-menu.style-3 ul li:hover>a[data-v-af122da0],
    #primary-menu.style-3 ul li.current>a[data-v-af122da0] {
        background-color: transparent !important;
        color: #444;
        text-shadow: none
    }

    #primary-menu ul:not(.windows-mobile-menu) li>a i.icon-angle-down[data-v-af122da0]:last-child {
        display: none
    }

    #primary-menu>ul>li.sub-menu>a[data-v-af122da0],
    #primary-menu>.container>ul>li.sub-menu>a[data-v-af122da0] {
        background-image: url(../images/submenu.png);
        background-position: right center;
        background-repeat: no-repeat
    }

    #primary-menu ul li.mega-menu[data-v-af122da0] {
        position: relative
    }

    #primary-menu ul ul[data-v-af122da0]:not(.mega-menu-column),
    #primary-menu ul li .mega-menu-content[data-v-af122da0] {
        position: relative;
        width: auto;
        max-width: none;
        background: transparent !important;
        box-shadow: none;
        border: 0;
        border-top: 1px solid #EEE;
        z-index: 1;
        top: 0;
        padding-left: 15px
    }

    #primary-menu ul li .mega-menu-content[data-v-af122da0] {
        padding-left: 0;
        display: none
    }

    #primary-menu.on-click ul li .mega-menu-content.d-block[data-v-af122da0] {
        display: block !important
    }

    #primary-menu ul ul:not(.mega-menu-column) ul[data-v-af122da0] {
        top: 0 !important;
        left: 0
    }

    #primary-menu ul ul.menu-pos-invert[data-v-af122da0]:not(.mega-menu-column),
    #primary-menu ul li .mega-menu-content.menu-pos-invert[data-v-af122da0] {
        left: 0;
        right: 0
    }

    #primary-menu ul ul:not(.mega-menu-column) ul.menu-pos-invert[data-v-af122da0] {
        right: 0
    }

    #primary-menu ul ul li[data-v-af122da0] {
        float: none;
        margin: 0;
        border-top: 1px solid #EEE
    }

    #primary-menu ul ul li>a[data-v-af122da0] {
        padding: 11px 5px !important;
        font-size: 13px;
        text-transform: none;
        font-weight: 400
    }

    #primary-menu ul ul li:hover>a[data-v-af122da0] {
        background-color: transparent !important;
        font-weight: 700;
        padding-left: 5px;
        color: #1abc9c
    }

    #primary-menu ul li .mega-menu-content[data-v-af122da0],
    #primary-menu ul li.mega-menu-small .mega-menu-content[data-v-af122da0],
    #primary-menu ul li.mega-menu .mega-menu-content[data-v-af122da0],
    .floating-header.sticky-header #primary-menu ul li.mega-menu .mega-menu-content[data-v-af122da0],
    .floating-header #primary-menu ul li.mega-menu .mega-menu-content[data-v-af122da0] {
        width: auto;
        margin: 0;
        top: 0
    }

    .container-fullwidth #primary-menu ul li.mega-menu .mega-menu-content[data-v-af122da0],
    #header.full-header #primary-menu ul li.mega-menu .mega-menu-content[data-v-af122da0] {
        width: auto !important;
        margin: 0 !important
    }

    #primary-menu ul li.mega-menu .mega-menu-content.style-2[data-v-af122da0] {
        padding: 0
    }

    #primary-menu ul li .mega-menu-content ul[data-v-af122da0] {
        display: block !important;
        position: relative;
        opacity: 1 !important;
        top: 0;
        left: 0;
        min-width: inherit
    }

    #primary-menu ul li .mega-menu-content ul ul[data-v-af122da0] {
        border-top: 1px solid #EEE
    }

    #primary-menu ul li .mega-menu-content ul.mega-menu-column[data-v-af122da0] {
        float: none;
        width: auto !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin: 0;
        border-left: 0 !important;
        padding-left: 15px;
        border-top: 1px solid #EEE
    }

    #primary-menu ul li .mega-menu-content ul.mega-menu-column[data-v-af122da0]:first-child {
        border: 0
    }

    #primary-menu ul li .mega-menu-content ul[data-v-af122da0] {
        width: 100% !important
    }

    #primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column[data-v-af122da0] {
        padding: 0 0 0 15px
    }

    #primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title[data-v-af122da0] {
        margin: 0
    }

    #primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title>a[data-v-af122da0] {
        font-size: 13px;
        font-weight: 700;
        text-transform: none !important;
        padding: 11px 5px !important;
        line-height: 22px !important;
        color: #444 !important
    }

    #primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title:hover>a[data-v-af122da0] {
        background-color: transparent;
        color: #1abc9c !important
    }

    #primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title>a[data-v-af122da0]:hover {
        color: #1abc9c !important
    }

    #primary-menu ul li .mega-menu-content.style-2 li[data-v-af122da0] {
        border-top: 1px solid #EEE
    }

    #primary-menu ul li .mega-menu-content.style-2 li[data-v-af122da0]:first-child {
        border-top: 0
    }

    #primary-menu ul li .mega-menu-content.style-2 ul>li>a[data-v-af122da0]:hover {
        padding-left: 5px
    }

    .mega-menu-column .widget[data-v-af122da0] {
        padding: 30px 0;
        margin: 0 !important
    }

    #top-search[data-v-af122da0] {
        margin: 0 !important
    }

    #top-search a[data-v-af122da0],
    #top-cart[data-v-af122da0],
    #side-panel-trigger[data-v-af122da0],
    #top-account[data-v-af122da0] {
        position: absolute;
        top: 0;
        left: auto;
        right: 15px;
        margin: 40px 0;
        -webkit-transition: margin .4s ease;
        -o-transition: margin .4s ease;
        transition: margin .4s ease
    }

    #primary-menu>div>#top-search a[data-v-af122da0],
    #primary-menu>div>#top-cart[data-v-af122da0],
    #primary-menu>div>#side-panel-trigger[data-v-af122da0] {
        margin: 20px 0 !important
    }

    #primary-menu ul.windows-mobile-menu li.sub-menu[data-v-af122da0] {
        position: relative
    }

    #primary-menu ul.windows-mobile-menu li.sub-menu a[data-v-af122da0] {
        background-image: none !important
    }

    #primary-menu ul.windows-mobile-menu li.sub-menu a.wn-submenu-trigger[data-v-af122da0] {
        position: absolute;
        cursor: pointer;
        width: 32px;
        height: 50px;
        line-height: 51px;
        top: 0;
        right: 0;
        z-index: 1;
        padding: 0 !important;
        text-align: center !important
    }

    #primary-menu ul.windows-mobile-menu .mega-menu-content a.wn-submenu-trigger[data-v-af122da0] {
        display: none
    }

    #primary-menu ul.windows-mobile-menu li.sub-menu a.wn-submenu-trigger i[data-v-af122da0] {
        margin: 0 !important
    }

    #primary-menu ul.windows-mobile-menu ul li.sub-menu a.wn-submenu-trigger[data-v-af122da0] {
        text-align: center !important;
        height: 45px;
        line-height: 45px
    }

    #primary-menu ul.windows-mobile-menu ul li.sub-menu a.wn-submenu-trigger i[data-v-af122da0] {
        display: inline-block;
        line-height: 45px
    }

    #header.sticky-style-3 #top-cart .top-cart-content[data-v-af122da0] {
        top: 40px
    }

    #top-search a[data-v-af122da0] {
        right: 43px
    }

    #top-search .form[data-v-af122da0] {
        height: 60px !important
    }

    #primary-menu>div>#top-search .form[data-v-af122da0] {
        height: 60px !important
    }

    #top-search .form input[data-v-af122da0] {
        font-size: 24px
    }

    #side-panel-trigger[data-v-af122da0] {
        right: 71px
    }

    #top-account[data-v-af122da0] {
        margin: 33px 0 32px;
        right: 75px
    }

    #top-account a.btn span[data-v-af122da0] {
        display: none
    }

    body:not(.sticky-responsive-pagemenu) #page-menu #page-menu-wrap[data-v-af122da0] {
        position: relative !important;
        top: 0 !important
    }

    #page-submenu-trigger[data-v-af122da0] {
        opacity: 1;
        pointer-events: auto;
        color: #fff
    }

    #page-menu.pagemenu-active #page-submenu-trigger[data-v-af122da0] {
        background-color: #0003
    }

    #page-menu nav[data-v-af122da0] {
        display: none;
        position: absolute;
        float: none;
        width: 200px;
        top: 43px;
        left: auto;
        right: 15px;
        height: auto;
        background-color: #1abc9c;
        z-index: 11
    }

    #page-menu.pagemenu-active nav[data-v-af122da0] {
        display: block
    }

    #page-menu nav ul[data-v-af122da0] {
        height: auto;
        background-color: #0003
    }

    #page-menu nav li[data-v-af122da0] {
        float: none
    }

    #page-menu nav li a[data-v-af122da0] {
        height: 40px;
        line-height: 40px;
        margin: 0;
        padding: 0 15px;
        border-radius: 0
    }

    #page-menu ul ul[data-v-af122da0] {
        position: relative;
        width: auto;
        top: 0;
        background-color: transparent
    }

    #page-menu ul ul a[data-v-af122da0] {
        padding-left: 25px
    }

    .sticky-responsive-menu #header[data-v-af122da0] {
        min-height: 60px;
        -webkit-transition: min-height .4s ease;
        -o-transition: min-height .4s ease;
        transition: min-height .4s ease
    }

    .sticky-responsive-menu #header-wrap[data-v-af122da0] {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }

    .sticky-responsive-menu #header.sticky-style-2[data-v-af122da0],
    .sticky-responsive-menu #header.sticky-style-3[data-v-af122da0] {
        min-height: 160px
    }

    .sticky-responsive-menu.device-touch #header[data-v-af122da0],
    .sticky-responsive-menu.device-touch #header-wrap[data-v-af122da0],
    .sticky-responsive-menu.device-touch #logo[data-v-af122da0],
    .sticky-responsive-menu.device-touch #logo img[data-v-af122da0],
    .sticky-responsive-menu.device-touch #top-search a[data-v-af122da0],
    .sticky-responsive-menu.device-touch #primary-menu-trigger[data-v-af122da0],
    .sticky-responsive-menu.device-touch #top-cart[data-v-af122da0],
    .sticky-responsive-menu.device-touch #side-panel-trigger[data-v-af122da0],
    .sticky-responsive-menu.device-touch #top-account[data-v-af122da0] {
        -webkit-transition: none !important;
        -o-transition: none !important;
        transition: none !important
    }

    #header.responsive-sticky-header[data-v-af122da0]:not(.sticky-style-2):not(.sticky-style-3):not(.static-sticky) {
        min-height: 60px
    }

    .responsive-sticky-header #header-wrap[data-v-af122da0] {
        z-index: 199;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #fff;
        border-bottom: 1px solid #EEE;
        -webkit-backface-visibility: hidden
    }

    .responsive-sticky-header:not(.static-sticky) #logo[data-v-af122da0],
    .responsive-sticky-header:not(.static-sticky) #logo img[data-v-af122da0] {
        height: 60px
    }

    .responsive-sticky-header:not(.static-sticky) #primary-menu-trigger[data-v-af122da0] {
        top: 5px
    }

    .responsive-sticky-header #primary-menu>ul[data-v-af122da0],
    .responsive-sticky-header #primary-menu>.container>ul[data-v-af122da0] {
        max-height: 300px;
        overflow-y: scroll
    }

    .responsive-sticky-header #primary-menu>ul[data-v-af122da0],
    .responsive-sticky-header #primary-menu>.container>ul[data-v-af122da0] {
        margin-bottom: 20px !important
    }

    .responsive-sticky-header:not(.static-sticky) #top-search a[data-v-af122da0],
    .responsive-sticky-header:not(.static-sticky) #top-cart[data-v-af122da0],
    .responsive-sticky-header:not(.static-sticky) #side-panel-trigger[data-v-af122da0] {
        margin: 20px 0
    }

    .responsive-sticky-header:not(.static-sticky) #top-search .form[data-v-af122da0] {
        height: 60px !important
    }

    .responsive-sticky-header:not(.static-sticky) #top-cart .top-cart-content[data-v-af122da0] {
        top: 40px
    }

    #header.responsive-sticky-header:not(.static-sticky)~#page-menu.sticky-page-menu #page-menu-wrap[data-v-af122da0] {
        top: 60px
    }

    body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas>ul[data-v-af122da0],
    body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas>div>ul[data-v-af122da0] {
        position: fixed;
        display: block;
        z-index: 499;
        width: 280px;
        height: 100%;
        height: 100vh;
        max-height: none !important;
        margin: 0 !important;
        left: 0 !important;
        top: 0 !important;
        padding: 35px 25px 60px !important;
        background-color: #fff;
        border-right: 1px solid #EEE !important;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        -webkit-transform: translate3d(-280px, 0, 0);
        -o-transform: translate3d(-280px, 0, 0);
        transform: translate3d(-280px, 0, 0);
        -webkit-backface-visibility: hidden;
        transform-style: preserve-3d
    }

    body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas.from-right>ul[data-v-af122da0],
    body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas.from-right>div>ul[data-v-af122da0] {
        left: auto !important;
        right: 0;
        border-right: 0 !important;
        border-left: 1px solid #EEE !important;
        -webkit-transform: translate3d(280px, 0, 0);
        -o-transform: translate3d(280px, 0, 0);
        transform: translate3d(280px, 0, 0)
    }

    body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas>ul[data-v-af122da0],
    body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas>div>ul[data-v-af122da0] {
        -webkit-transition: -webkit-transform .3s ease-in-out, opacity .2s ease !important;
        -o-transition: -o-transform .3s ease-in-out, opacity .2s ease !important;
        transition: transform .3s ease-in-out, opacity .2s ease !important
    }

    body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas>ul.d-block[data-v-af122da0],
    body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas>div>ul.d-block[data-v-af122da0] {
        -webkit-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }

    .portfolio .portfolio-item[data-v-af122da0] {
        width: 33.33333333%
    }

    .portfolio-2 .portfolio-item[data-v-af122da0] {
        width: 50%
    }

    .portfolio-1 .portfolio-item[data-v-af122da0] {
        width: 100%
    }

    .portfolio-1 .portfolio-item .portfolio-image[data-v-af122da0] {
        float: none !important;
        margin: 0 0 20px !important
    }

    .portfolio-1 .portfolio-item .portfolio-image[data-v-af122da0],
    .portfolio-1 .portfolio-item .portfolio-image a[data-v-af122da0],
    .portfolio-1 .portfolio-item .portfolio-image img[data-v-af122da0],
    .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image[data-v-af122da0],
    .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image a[data-v-af122da0],
    .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image img[data-v-af122da0] {
        width: 100%;
        height: auto
    }

    .portfolio-1 .portfolio-desc[data-v-af122da0] {
        width: 100% !important;
        padding: 0 !important
    }

    .portfolio-1.portfolio-fullwidth[data-v-af122da0] {
        margin: 0 0 -60px
    }

    .portfolio-1.portfolio-fullwidth .portfolio-item[data-v-af122da0] {
        margin-bottom: 60px;
        padding-bottom: 0;
        border-bottom: 0;
        overflow: hidden
    }

    .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image[data-v-af122da0] {
        float: none;
        margin: 0 0 20px !important
    }

    .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image img[data-v-af122da0] {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }

    .portfolio-1.portfolio-fullwidth .portfolio-item:hover .portfolio-image img[data-v-af122da0],
    .portfolio-1.portfolio-fullwidth .portfolio-item.alt:hover .portfolio-image img[data-v-af122da0] {
        -webkit-transform: translateX(0) !important;
        -moz-transform: translateX(0) !important;
        -ms-transform: translateX(0) !important;
        -o-transform: translateX(0) !important;
        transform: translate(0) !important
    }

    .portfolio-1.portfolio-fullwidth .portfolio-desc[data-v-af122da0],
    .portfolio-1.portfolio-fullwidth .alt .portfolio-desc[data-v-af122da0] {
        position: relative;
        height: auto;
        background-color: transparent;
        left: 0 !important;
        right: 0 !important;
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }

    .portfolio-1.portfolio-fullwidth .portfolio-overlay a[data-v-af122da0] {
        left: 50% !important
    }

    .portfolio-1.portfolio-fullwidth .alt .portfolio-overlay a[data-v-af122da0] {
        left: auto;
        right: 50% !important
    }

    .device-touch .portfolio-parallax .portfolio-item .portfolio-desc[data-v-af122da0],
    .device-touch .portfolio-parallax .portfolio-overlay[data-v-af122da0] {
        opacity: 1
    }

    .shop-quick-view-ajax[data-v-af122da0],
    .portfolio-ajax-modal[data-v-af122da0] {
        width: 90% !important
    }

    .small-thumbs .entry-title h2[data-v-af122da0],
    .ievent .entry-title h2[data-v-af122da0] {
        font-size: 18px
    }

    .entry-meta li[data-v-af122da0] {
        font-size: 12px;
        margin: 0 10px 10px 0
    }

    .post-grid[data-v-af122da0] {
        margin-right: -20px
    }

    .post-grid .entry[data-v-af122da0] {
        width: 33.33333333%;
        padding-right: 20px
    }

    .post-grid.grid-2[data-v-af122da0],
    .post-grid.grid-3[data-v-af122da0] {
        margin-right: -30px
    }

    .post-grid.grid-2 .entry[data-v-af122da0],
    .post-grid.grid-3 .entry[data-v-af122da0] {
        width: 50%;
        padding-right: 30px
    }

    .post-masonry-full .entry[data-v-af122da0] {
        width: 33.3% !important
    }

    .post-masonry-full.grid-3 .entry[data-v-af122da0] {
        width: 50% !important
    }

    .post-timeline .entry[data-v-af122da0] {
        width: 290px !important
    }

    .post-timeline .entry.entry-date-section[data-v-af122da0] {
        width: 100% !important
    }

    .product[data-v-af122da0] {
        width: 33.33333333%
    }

    .product:not(.product-2):not(.product-3) .product-title h3[data-v-af122da0] {
        font-size: 18px
    }

    .pricing [class^=col-md-] .pricing-box.best-price[data-v-af122da0] {
        margin-top: 0
    }

    .pricing.pricing-5 .pricing-box.best-price[data-v-af122da0] {
        margin-top: 20px
    }

    .device-md .pricing.pricing-5 .pricing-title h3[data-v-af122da0],
    .device-md .pricing.pricing-5 .best-price .pricing-title h3[data-v-af122da0] {
        font-size: 14px
    }

    .device-md .pricing.pricing-5 .pricing-title span[data-v-af122da0] {
        font-size: 12px
    }

    .device-md .pricing.pricing-5 .pricing-price[data-v-af122da0] {
        font-size: 48px
    }

    .device-md .pricing.pricing-5 .pricing-price span[data-v-af122da0] {
        font-size: 20px
    }

    .device-md .pricing.pricing-5 .pricing-price span.price-tenure[data-v-af122da0] {
        font-size: 12px
    }

    .device-md .pricing.pricing-5 .pricing-box.best-price .pricing-title[data-v-af122da0] {
        padding: 15px 0
    }

    .pricing-box.pricing-extended .pricing-desc[data-v-af122da0],
    .pricing-box.pricing-extended .pricing-action-area[data-v-af122da0] {
        position: relative;
        float: none;
        width: auto;
        padding: 25px
    }

    .pricing-box.pricing-extended .pricing-action-area[data-v-af122da0] {
        height: auto;
        border-left: 0;
        border-top: 1px solid rgba(0, 0, 0, .05);
        border-radius: 0 0 3px 3px
    }

    .testimonials-grid.grid-3 li[data-v-af122da0] {
        width: 50%
    }

    .section>.testimonial[data-v-af122da0] {
        padding: 0 40px !important;
        max-width: none
    }

    .promo[data-v-af122da0]:not(.promo-full) {
        padding: 30px 20px !important
    }

    .promo.promo-dark h3[data-v-af122da0] {
        line-height: 1.6
    }

    .promo a.button[data-v-af122da0] {
        position: relative !important;
        top: 0 !important;
        margin: 20px 0 0 !important;
        left: 0 !important;
        right: 0
    }

    #contact-form-overlay-mini[data-v-af122da0] {
        float: none;
        width: auto;
        max-width: 380px;
        margin: 0 auto
    }

    .button.button-full[data-v-af122da0] {
        font-size: 22px
    }

    .button.button-full i[data-v-af122da0] {
        top: 3px !important
    }

    .bnews-title[data-v-af122da0] {
        float: none;
        display: inline-block
    }

    .bnews-slider[data-v-af122da0] {
        float: none;
        margin: 10px 0 0;
        width: 100%
    }

    .wedding-head[data-v-af122da0] {
        font-size: 60px
    }

    .wedding-head .first-name span[data-v-af122da0],
    .wedding-head .last-name span[data-v-af122da0] {
        font-size: 40px
    }

    .wedding-head .and[data-v-af122da0] {
        font-size: 144px
    }

    .error404[data-v-af122da0] {
        font-size: 180px
    }

    .landing-form-overlay[data-v-af122da0] {
        position: absolute;
        width: 100%;
        max-width: 400px;
        right: auto;
        left: 50%;
        margin-left: -200px;
        bottom: 0
    }

    .d-block[data-v-af122da0] {
        display: block
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {

    .swiper_wrapper[data-v-af122da0]:not(.full-screen):not(.canvas-slider-grid),
    .swiper_wrapper:not(.full-screen):not(.canvas-slider-grid) .swiper-slide[data-v-af122da0] {
        height: 400px !important
    }

    .sidebar-widgets-wrap[data-v-af122da0] {
        position: relative;
        margin: 0 -20px -40px
    }

    .sidebar-widgets-wrap .widget[data-v-af122da0] {
        display: inline-block;
        vertical-align: top;
        float: none;
        width: 49.6%;
        margin: 0 0 40px;
        padding-top: 0;
        padding-left: 20px;
        padding-right: 20px;
        border-top: 0
    }

    .landing-video[data-v-af122da0] {
        width: 352px;
        height: 199px;
        margin: 14px 0 0 60px
    }
}

@media (max-width: 767.98px) {
    body[data-v-af122da0] {
        padding: 0 !important
    }

    #wrapper[data-v-af122da0] {
        width: 100% !important
    }

    .container-fullwidth[data-v-af122da0] {
        margin: 0 auto;
        padding: 0 15px !important
    }

    h1[data-v-af122da0] {
        font-size: 28px
    }

    h2[data-v-af122da0] {
        font-size: 24px
    }

    h3[data-v-af122da0] {
        font-size: 20px
    }

    h4[data-v-af122da0] {
        font-size: 16px
    }

    .one-page-arrow[data-v-af122da0] {
        display: none !important
    }

    #top-bar[data-v-af122da0] {
        height: auto
    }

    #top-bar .col_half[data-v-af122da0] {
        width: 100%;
        margin-bottom: 0 !important
    }

    .top-links[data-v-af122da0],
    .top-links>ul>li[data-v-af122da0] {
        float: none !important
    }

    .top-links>ul[data-v-af122da0] {
        text-align: center
    }

    .top-links>ul>li[data-v-af122da0] {
        display: inline-block
    }

    .top-links>ul>li[data-v-af122da0] {
        margin-right: -4px
    }

    .top-links ul ul[data-v-af122da0],
    .top-links ul div.top-link-section[data-v-af122da0] {
        text-align: left
    }

    .top-links ul div.top-link-section[data-v-af122da0] {
        left: auto;
        right: 0;
        padding: 20px 15px
    }

    #top-social[data-v-af122da0],
    .flex-caption[data-v-af122da0] {
        display: none !important
    }

    .flex-control-nav li[data-v-af122da0] {
        opacity: 1 !important
    }

    .fslider:not(.flex-thumb-grid) .flex-control-nav.flex-control-thumbs[data-v-af122da0] {
        height: 60px
    }

    .fslider:not(.flex-thumb-grid) .flex-control-nav.flex-control-thumbs li[data-v-af122da0],
    .fslider:not(.flex-thumb-grid) .flex-control-nav.flex-control-thumbs li img[data-v-af122da0] {
        display: block;
        width: 80px !important;
        height: 60px !important
    }

    .postcontent[data-v-af122da0],
    .postcontent.bothsidebar[data-v-af122da0],
    .sidebar[data-v-af122da0],
    .col_full[data-v-af122da0],
    .col_half[data-v-af122da0],
    .col_one_third[data-v-af122da0],
    .col_two_third[data-v-af122da0],
    .col_three_fourth[data-v-af122da0],
    .col_one_fourth[data-v-af122da0],
    .col_one_fifth[data-v-af122da0],
    .col_two_fifth[data-v-af122da0],
    .col_three_fifth[data-v-af122da0],
    .col_four_fifth[data-v-af122da0],
    .col_one_sixth[data-v-af122da0],
    .col_five_sixth[data-v-af122da0] {
        width: 100%;
        margin-right: 0;
        float: none;
        margin-bottom: 50px !important
    }

    .col_last[data-v-af122da0] {
        float: none
    }

    .sidebar.col_last[data-v-af122da0] {
        margin-bottom: 0 !important
    }

    .form .col_full[data-v-af122da0],
    .form .col_half[data-v-af122da0],
    .form .col_one_third[data-v-af122da0],
    .form .col_two_third[data-v-af122da0],
    .form .col_three_fourth[data-v-af122da0],
    .form .col_one_fourth[data-v-af122da0],
    .form .col_one_fifth[data-v-af122da0],
    .form .col_two_fifth[data-v-af122da0],
    .form .col_three_fifth[data-v-af122da0],
    .form .col_four_fifth[data-v-af122da0],
    .form .col_one_sixth[data-v-af122da0],
    .form .col_five_sixth[data-v-af122da0] {
        margin-bottom: 25px !important
    }

    #page-title[data-v-af122da0] {
        padding: 20px 0 25px;
        text-align: center
    }

    #page-title h1[data-v-af122da0] {
        line-height: 1.5;
        font-size: 24px
    }

    #page-title .breadcrumb[data-v-af122da0] {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        margin: 20px 0 0 !important;
        justify-content: center
    }

    #page-title #portfolio-navigation[data-v-af122da0],
    #portfolio-ajax-title #portfolio-navigation[data-v-af122da0] {
        position: relative;
        top: 0;
        left: 0;
        margin: 15px auto 0
    }

    #portfolio-ajax-title[data-v-af122da0] {
        text-align: center
    }

    .portfolio-filter[data-v-af122da0] {
        border: none;
        border-radius: 0;
        margin-bottom: 20px
    }

    .portfolio-filter li[data-v-af122da0] {
        width: 33.33%;
        margin: 0 0 20px !important
    }

    .portfolio-filter li a[data-v-af122da0] {
        text-align: center;
        border-left: none;
        padding: 12px 18px !important;
        border-radius: 2px !important
    }

    .portfolio-filter li a[data-v-af122da0]:hover {
        color: #1abc9c
    }

    .portfolio-filter li.activeFilter a[data-v-af122da0] {
        color: #fff;
        margin: 0
    }

    .portfolio-filter.style-2 li a[data-v-af122da0],
    .portfolio-filter.style-3 li a[data-v-af122da0] {
        border-radius: 22px !important
    }

    .portfolio-shuffle[data-v-af122da0] {
        display: none
    }

    .small-thumbs .entry-image[data-v-af122da0],
    .ievent .entry-image[data-v-af122da0] {
        float: none !important;
        width: 100% !important;
        margin: 0 0 20px !important
    }

    .entry-title h2[data-v-af122da0],
    .post-grid .entry-title h2[data-v-af122da0] {
        font-size: 18px !important;
        font-weight: 600
    }

    .entry-meta li[data-v-af122da0] {
        font-size: 11px;
        margin: 0 10px 10px 0
    }

    #posts .entry-meta li i[data-v-af122da0] {
        display: none
    }

    #posts.post-grid .entry-meta li i[data-v-af122da0],
    #posts .entry-meta li:last-child i[data-v-af122da0] {
        display: inline-block
    }

    .post-grid[data-v-af122da0] {
        margin-right: 0 !important
    }

    .post-grid .entry[data-v-af122da0],
    .post-masonry-full.grid-3 .entry[data-v-af122da0] {
        float: none !important;
        width: 100% !important;
        margin-right: 0 !important;
        border-right: 0 !important
    }

    .post-timeline .entry.entry-date-section[data-v-af122da0] {
        margin-left: 0
    }

    .postcontent .post-timeline[data-v-af122da0] {
        margin: 0
    }

    .timeline-border[data-v-af122da0],
    .post-timeline .entry-timeline[data-v-af122da0] {
        display: none !important
    }

    .postcontent .post-timeline[data-v-af122da0] {
        padding-left: 0
    }

    .post-masonry-full .entry[data-v-af122da0] {
        padding: 40px !important
    }

    .product-1 .product[data-v-af122da0] {
        width: 100%
    }

    .product-1 .product-image[data-v-af122da0] {
        float: none !important;
        width: 100% !important;
        height: auto !important;
        margin: 0 0 20px !important
    }

    .product-1 .product-title h3[data-v-af122da0] {
        font-size: 19px
    }

    .product-1 p[data-v-af122da0] {
        display: none
    }

    .pricing-box.best-price[data-v-af122da0] {
        margin-top: 0
    }

    .pricing.pricing-5 .pricing-box[data-v-af122da0] {
        float: none;
        width: 100%
    }

    .pricing-box.pricing-extended .pricing-features li[data-v-af122da0] {
        width: auto;
        float: none
    }

    table.cart .quantity[data-v-af122da0] {
        display: block
    }

    table.cart .quantity .qty[data-v-af122da0],
    table.cart .quantity .plus[data-v-af122da0],
    table.cart .quantity .minus[data-v-af122da0] {
        float: none;
        width: 100%
    }

    table.cart .quantity .qty[data-v-af122da0] {
        border: 0;
        border-top: 1px solid #DDD;
        border-bottom: 1px solid #DDD
    }

    .button.button-desc[data-v-af122da0] {
        padding: 20px 17px;
        font-size: 15px;
        max-width: 100%
    }

    .button.button-desc span[data-v-af122da0] {
        font-size: 11px
    }

    .process-steps li[data-v-af122da0] {
        float: none;
        width: auto !important;
        margin-top: 20px
    }

    .process-steps li[data-v-af122da0]:first-child {
        margin-top: 0
    }

    .process-steps li h5[data-v-af122da0] {
        margin: 10px 0 0
    }

    .process-steps li[data-v-af122da0]:before,
    .process-steps li[data-v-af122da0]:after {
        display: none
    }

    .tabs-responsive .tab-container[data-v-af122da0] {
        padding: 0 !important
    }

    .tabs-responsive .tab-container[data-v-af122da0]:not(.accordion-border) {
        border: 0
    }

    .testimonials-grid li[data-v-af122da0] {
        float: none;
        width: auto !important;
        padding-left: 0;
        padding-right: 0
    }

    .team.team-list .team-image[data-v-af122da0] {
        float: none;
        width: 100%;
        margin-right: 0
    }

    .team.team-list .team-title[data-v-af122da0] {
        margin-top: 15px
    }

    .title-block[data-v-af122da0] {
        padding: 2px 0 3px 15px;
        border-left-width: 5px
    }

    .title-block-right[data-v-af122da0] {
        padding: 2px 15px 3px 0;
        border-right-width: 5px
    }

    .title-block h1+span[data-v-af122da0] {
        font-size: 18px
    }

    .title-block h2+span[data-v-af122da0] {
        font-size: 17px
    }

    .title-block h3+span[data-v-af122da0] {
        font-size: 15px
    }

    .title-block h4+span[data-v-af122da0] {
        font-size: 13px
    }

    .heading-block h1[data-v-af122da0] {
        font-size: 30px
    }

    .heading-block h2[data-v-af122da0] {
        font-size: 26px
    }

    .heading-block h3[data-v-af122da0] {
        font-size: 22px
    }

    .heading-block h4[data-v-af122da0] {
        font-size: 19px
    }

    .heading-block h1+span[data-v-af122da0] {
        font-size: 20px
    }

    .heading-block h2+span[data-v-af122da0] {
        font-size: 18px
    }

    .heading-block h3+span[data-v-af122da0],
    .heading-block h4+span[data-v-af122da0] {
        font-size: 17px
    }

    .heading-block~p[data-v-af122da0]:not(.lead) {
        font-size: 15px
    }

    .emphasis-title h1[data-v-af122da0],
    .emphasis-title h2[data-v-af122da0] {
        font-size: 44px !important
    }

    .wedding-head[data-v-af122da0] {
        font-size: 48px
    }

    .wedding-head .first-name[data-v-af122da0],
    .wedding-head .last-name[data-v-af122da0],
    .wedding-head .and[data-v-af122da0] {
        display: block;
        margin: 0 0 15px;
        text-align: center
    }

    .wedding-head .first-name span[data-v-af122da0],
    .wedding-head .last-name span[data-v-af122da0] {
        font-size: 36px
    }

    .wedding-head .and[data-v-af122da0] {
        font-size: 120px
    }

    .news-carousel .overlay[data-v-af122da0] {
        display: none
    }

    .landing-video[data-v-af122da0] {
        position: relative;
        top: 14px;
        width: 76%;
        height: auto;
        margin: 19px auto 0
    }

    #cookie-notification .container[data-v-af122da0] {
        padding-right: 15px
    }

    #cookie-notification .cookie-noti-btn[data-v-af122da0] {
        position: relative;
        left: 0;
        display: block;
        margin-top: 20px
    }

    #copyrights .col_half[data-v-af122da0] {
        text-align: center
    }

    #copyrights .col_half[data-v-af122da0]:last-child {
        display: none
    }

    #copyrights .footer-logo[data-v-af122da0] {
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {

    #header.full-header .container[data-v-af122da0],
    .container-fullwidth[data-v-af122da0] {
        width: 540px !important
    }

    .container.vertical-middle[data-v-af122da0] {
        width: 100% !important
    }

    .full-screen:not(.force-full-screen) .container.vertical-middle[data-v-af122da0] {
        width: 540px !important
    }

    #top-search .form input[data-v-af122da0] {
        padding-right: 60px
    }

    .swiper_wrapper[data-v-af122da0]:not(.force-full-screen),
    .swiper_wrapper:not(.force-full-screen):not(.canvas-slider-grid) .swiper-slide[data-v-af122da0] {
        height: 300px !important
    }

    .swiper_wrapper .slider-caption h2[data-v-af122da0] {
        font-size: 2.25rem
    }

    .swiper_wrapper .slider-caption p[data-v-af122da0] {
        font-size: 1.25rem
    }

    #header.transparent-header.floating-header .container[data-v-af122da0] {
        width: 540px;
        padding: 0 15px
    }

    .portfolio[data-v-af122da0]:not(.portfolio-1) {
        margin: 0 -6px -6px 0
    }

    .portfolio:not(.portfolio-1) .portfolio-item[data-v-af122da0] {
        padding: 0 6px 6px 0
    }

    .portfolio:not(.portfolio-1) .portfolio-item[data-v-af122da0] {
        width: 50%
    }

    .portfolio:not(.portfolio-1) .portfolio-desc[data-v-af122da0] {
        padding: 15px 5px 10px
    }

    .portfolio:not(.portfolio-1) .portfolio-desc h3[data-v-af122da0] {
        font-size: 16px
    }

    .portfolio:not(.portfolio-1) .portfolio-desc span[data-v-af122da0] {
        font-size: 14px
    }

    .portfolio-notitle:not(.portfolio-1) .portfolio-desc[data-v-af122da0] {
        height: 78px;
        padding: 15px 5px;
        bottom: -79px
    }

    .portfolio-full.portfolio-notitle:not(.portfolio-1) .portfolio-desc[data-v-af122da0],
    .portfolio-nomargin.portfolio-notitle:not(.portfolio-1) .portfolio-desc[data-v-af122da0] {
        bottom: -78px;
        border-bottom: 0
    }

    .portfolio-notitle:not(.portfolio-1) .portfolio-item:hover .portfolio-overlay a.left-icon[data-v-af122da0],
    .portfolio-notitle:not(.portfolio-1) .portfolio-item:hover .portfolio-overlay a.right-icon[data-v-af122da0],
    .portfolio-notitle .iportfolio:hover .portfolio-overlay a.left-icon[data-v-af122da0],
    .portfolio-notitle .iportfolio:hover .portfolio-overlay a.right-icon[data-v-af122da0] {
        margin-top: -55px !important
    }

    .portfolio:not(.portfolio-1) .portfolio-item:hover .portfolio-overlay .portfolio-desc~a[data-v-af122da0] {
        margin: 20px 0 0 !important
    }

    .portfolio:not(.portfolio-1) .portfolio-item:hover .portfolio-overlay .portfolio-desc~a.right-icon[data-v-af122da0] {
        margin-left: 5px !important;
        margin-right: 0 !important
    }

    .portfolio.portfolio-nomargin[data-v-af122da0],
    .portfolio.portfolio-full[data-v-af122da0] {
        margin: 0 !important
    }

    .post-grid:not(.post-masonry) .entry-image iframe[data-v-af122da0] {
        height: 246px
    }

    .shop[data-v-af122da0]:not(.product-1) {
        margin: 0 -12px -12px 0
    }

    .shop:not(.product-1) .product[data-v-af122da0] {
        padding: 0 12px 12px 0;
        width: 50%
    }

    .shop:not(.product-1) .product-title h3[data-v-af122da0] {
        font-size: 17px
    }

    .clients-grid:not(.grid-3):not(.grid-2) li[data-v-af122da0],
    .clients-grid.grid-4 li[data-v-af122da0],
    .clients-grid.grid-6 li[data-v-af122da0] {
        width: 33.33%
    }

    .button.button-full[data-v-af122da0] {
        font-size: 18px
    }

    .button.button-full i[data-v-af122da0] {
        top: 2px !important;
        margin-left: 3px !important
    }

    .error404[data-v-af122da0],
    .error404-wrap .error404[data-v-af122da0] {
        font-size: 160px
    }
}

@media (max-width: 575.98px) {

    .container[data-v-af122da0],
    #header.full-header .container[data-v-af122da0],
    .container-fullwidth[data-v-af122da0] {
        width: 100% !important;
        padding-left: 20px !important;
        padding-right: 20px !important
    }

    #primary-menu-trigger[data-v-af122da0] {
        left: 20px
    }

    #top-cart[data-v-af122da0] {
        display: none
    }

    #top-search a[data-v-af122da0] {
        right: 40px
    }

    #top-search .form input[data-v-af122da0] {
        padding-right: 55px
    }

    #side-panel-trigger[data-v-af122da0],
    #top-account[data-v-af122da0] {
        right: 68px
    }

    #top-account a.btn[data-v-af122da0] {
        padding-left: 8px;
        padding-right: 8px
    }

    #top-account a.btn i[data-v-af122da0]:last-child {
        display: none
    }

    .swiper_wrapper[data-v-af122da0]:not(.force-full-screen),
    .swiper_wrapper:not(.force-full-screen):not(.canvas-slider-grid) .swiper-slide[data-v-af122da0] {
        height: 180px !important
    }

    .swiper_wrapper .slider-caption h2[data-v-af122da0] {
        font-size: 1.75rem
    }

    .swiper_wrapper .slider-caption p[data-v-af122da0] {
        font-size: 1rem
    }

    #header.transparent-header.floating-header .container[data-v-af122da0] {
        width: 310px;
        padding: 0 15px
    }

    .portfolio-filter li[data-v-af122da0] {
        width: 50%
    }

    .portfolio[data-v-af122da0]:not(.portfolio-1) {
        margin: 0
    }

    .portfolio .portfolio-item[data-v-af122da0] {
        width: 100%;
        padding: 0
    }

    .post-grid:not(.post-masonry) .entry-image iframe[data-v-af122da0] {
        height: 157px
    }

    .mpost .entry-image[data-v-af122da0] {
        float: none;
        margin: 0 0 20px
    }

    .mpost .entry-image[data-v-af122da0],
    .mpost .entry-image a[data-v-af122da0],
    .mpost .entry-image img[data-v-af122da0],
    .mpost .entry-image i[data-v-af122da0] {
        width: 100%;
        height: auto
    }

    .mpost .entry-image i[data-v-af122da0] {
        height: 150px;
        line-height: 150px
    }

    .shop[data-v-af122da0]:not(.product-1) {
        margin: 0 !important
    }

    .shop:not(.product-1) .product[data-v-af122da0] {
        margin: 0 0 20px;
        padding: 0;
        width: 100%
    }

    .shop:not(.product-1) .product-title h3[data-v-af122da0] {
        font-size: 19px
    }

    .fslider:not(.flex-thumb-grid) .flex-control-nav.flex-control-thumbs[data-v-af122da0] {
        height: 45px
    }

    .fslider:not(.flex-thumb-grid) .flex-control-nav.flex-control-thumbs li[data-v-af122da0],
    .fslider:not(.flex-thumb-grid) .flex-control-nav.flex-control-thumbs li img[data-v-af122da0] {
        display: block;
        width: 60px !important;
        height: 45px !important
    }

    .si-share span[data-v-af122da0] {
        display: none
    }

    .parallax .entry-overlay-meta[data-v-af122da0],
    .parallax .entry-overlay[data-v-af122da0] {
        left: 50% !important;
        right: 0 !important;
        margin: 0 0 0 -140px !important;
        width: 280px !important
    }

    .parallax .entry-overlay[data-v-af122da0] {
        width: 288px !important
    }

    .parallax .countdown-section[data-v-af122da0] {
        width: 64px;
        height: 64px;
        margin: 0 8px 0 0;
        font-size: 11px;
        padding: 12px 0 0
    }

    .parallax .countdown-amount[data-v-af122da0] {
        font-size: 20px
    }

    .countdown-large .countdown-section[data-v-af122da0] {
        display: block;
        width: auto;
        margin: 30px 0 0;
        border: 0
    }

    .countdown-large .countdown-section[data-v-af122da0]:first-child {
        margin-top: 0
    }

    .testi-image[data-v-af122da0],
    .testi-image a[data-v-af122da0],
    .testi-image img[data-v-af122da0],
    .testi-image i[data-v-af122da0] {
        width: 36px;
        height: 36px
    }

    .testi-image i[data-v-af122da0] {
        line-height: 36px;
        font-size: 20px
    }

    .clients-grid:not(.grid-3):not(.grid-2) li[data-v-af122da0],
    .clients-grid.grid-4 li[data-v-af122da0],
    .clients-grid.grid-6 li[data-v-af122da0] {
        width: 50%
    }

    .button.button-full[data-v-af122da0] {
        font-size: 16px
    }

    .button.button-full i[data-v-af122da0] {
        top: 2px !important;
        margin-left: 3px !important
    }

    .emphasis-title h1[data-v-af122da0],
    .emphasis-title h2[data-v-af122da0] {
        font-size: 40px !important
    }

    .error404[data-v-af122da0],
    .error404-wrap .error404[data-v-af122da0] {
        font-size: 120px
    }

    .landing-form-overlay[data-v-af122da0] {
        margin-left: -155px
    }

    .button.button-desc[data-v-af122da0] {
        padding: 20px 17px;
        font-size: 15px;
        max-width: 100%
    }

    .button.button-desc span[data-v-af122da0] {
        font-size: 11px
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {

    #logo a.standard-logo[data-v-af122da0],
    #header.split-menu #logo a.standard-logo[data-v-af122da0] {
        display: none
    }

    #logo a.retina-logo[data-v-af122da0] {
        display: block
    }

    #header.split-menu #logo a.retina-logo[data-v-af122da0] {
        display: inline-block
    }

    .owl-carousel.owl-loading[data-v-af122da0],
    .preloader[data-v-af122da0],
    .preloader2[data-v-af122da0],
    .form-process[data-v-af122da0] {
        background-image: url(../images/preloader@2x.gif);
        background-size: 24px 24px
    }

    .dark .owl-carousel.owl-loading[data-v-af122da0],
    .dark .preloader[data-v-af122da0],
    .dark .preloader2[data-v-af122da0],
    .dark .form-process[data-v-af122da0] {
        background-image: url(../images/preloader-dark@2x.gif)
    }

    .widget_recent_comments li[data-v-af122da0] {
        background-image: url(../images/widget-comment@2x.png);
        background-size: 15px 26px
    }

    .widget_nav_menu li a[data-v-af122da0],
    .widget_links li a[data-v-af122da0],
    .widget_meta li a[data-v-af122da0],
    .widget_archive li a[data-v-af122da0],
    .widget_recent_entries li a[data-v-af122da0],
    .widget_categories li a[data-v-af122da0],
    .widget_pages li a[data-v-af122da0],
    .widget_rss li a[data-v-af122da0],
    .widget_recent_comments li a[data-v-af122da0] {
        background-image: url(../images/widget-link@2x.png);
        background-size: 4px 20px
    }

    .dark .widget_recent_comments li[data-v-af122da0] {
        background-image: url(../images/widget-comment-dark@2x.png)
    }

    .dark .widget_nav_menu li a[data-v-af122da0],
    .dark .widget_links li a[data-v-af122da0],
    .dark .widget_meta li a[data-v-af122da0],
    .dark .widget_archive li a[data-v-af122da0],
    .dark .widget_recent_entries li a[data-v-af122da0],
    .dark .widget_categories li a[data-v-af122da0],
    .dark .widget_pages li a[data-v-af122da0],
    .dark .widget_rss li a[data-v-af122da0],
    .dark .widget_recent_comments li a[data-v-af122da0] {
        background-image: url(../images/widget-link-dark@2x.png)
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 991.98px),
only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 991.98px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 991.98px),
only screen and (min-device-pixel-ratio: 2) and (max-width: 991.98px),
only screen and (min-resolution: 192dpi) and (max-width: 991.98px),
only screen and (min-resolution: 2dppx) and (max-width: 991.98px) {
    #logo a.standard-logo[data-v-af122da0] {
        display: none
    }

    #logo a.retina-logo[data-v-af122da0] {
        display: inline-block;
        margin-top: 20px
    }
}

@media (max-width: 991px) {

    .dark #primary-menu:not(.not-dark) ul li[data-v-af122da0],
    .dark #primary-menu:not(.not-dark) ul ul[data-v-af122da0],
    .dark #primary-menu:not(.not-dark) ul li .mega-menu-content[data-v-af122da0],
    .dark #primary-menu:not(.not-dark) ul ul li[data-v-af122da0],
    .dark #primary-menu:not(.not-dark) ul li .mega-menu-content ul ul[data-v-af122da0],
    .dark #primary-menu:not(.not-dark) ul li .mega-menu-content.grid-2>ul[data-v-af122da0],
    .dark #primary-menu:not(.not-dark) ul li .mega-menu-content.grid-3>ul[data-v-af122da0],
    .dark #primary-menu:not(.not-dark) ul li .mega-menu-content.grid-4>ul[data-v-af122da0],
    .dark #primary-menu:not(.not-dark) ul li .mega-menu-content.grid-5>ul[data-v-af122da0],
    .dark #primary-menu:not(.not-dark) ul li .mega-menu-content.style-2 li[data-v-af122da0] {
        border-top-color: #ffffff1a !important
    }
}

@media (max-width: 991px) {

    .dark #primary-menu:not(.not-dark)>ul>li.sub-menu>a[data-v-af122da0],
    .dark #primary-menu:not(.not-dark)>.container>ul>li.sub-menu>a[data-v-af122da0] {
        background-image: url(../images/submenu-dark.png)
    }
}

@font-face {
    font-family: Crete Round;
    font-style: italic;
    font-weight: 400;
    src: url(https://webfiles.moyincloud.com/hc/theme-weilan/55xqey1sJNPjPiv1ZZZrxK1-4bHoLk5OlKZHSQ.woff2) format("woff2");
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Crete Round;
    font-style: italic;
    font-weight: 400;
    src: url(../fonts/55xqey1sjnpjpiv1zzzrxk1-4b_olk5olky.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Lato;
    font-style: italic;
    font-weight: 400;
    src: url(../fonts/s6u8w4bmutphjxsaui-qnixg7eu0.woff2) format("woff2");
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Lato;
    font-style: italic;
    font-weight: 400;
    src: url(../fonts/s6u8w4bmutphjxsaxc-qnixg7q.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/s6u9w4bmutphh7usswapgq3q5d0n7w.woff2) format("woff2");
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/s6u9w4bmutphh7usswipgq3q5d0.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/s6uyw4bmutphjxawxiwtfcfq7a.woff2) format("woff2");
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/s6uyw4bmutphjx4wxiwtfcc.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/s6u9w4bmutphh6uvswapgq3q5d0n7w.woff2) format("woff2");
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/s6u9w4bmutphh6uvswipgq3q5d0.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Raleway;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/1ptug8zys_skggpnycait4ttdfcmxa.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: Raleway;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/1ptug8zys_skggpnyckit4ttdfcmxa.woff2) format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Raleway;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/1ptug8zys_skggpnyciit4ttdfcmxa.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: Raleway;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/1ptug8zys_skggpnycmit4ttdfcmxa.woff2) format("woff2");
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Raleway;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/1ptug8zys_skggpnyc0it4ttdfa.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Raleway;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/1ptug8zys_skggpnycait4ttdfcmxa.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: Raleway;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/1ptug8zys_skggpnyckit4ttdfcmxa.woff2) format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Raleway;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/1ptug8zys_skggpnyciit4ttdfcmxa.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: Raleway;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/1ptug8zys_skggpnycmit4ttdfcmxa.woff2) format("woff2");
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Raleway;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/1ptug8zys_skggpnyc0it4ttdfa.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/1ptug8zys_skggpnycait4ttdfcmxa.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/1ptug8zys_skggpnyckit4ttdfcmxa.woff2) format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/1ptug8zys_skggpnyciit4ttdfcmxa.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/1ptug8zys_skggpnycmit4ttdfcmxa.woff2) format("woff2");
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/1ptug8zys_skggpnyc0it4ttdfa.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/1ptug8zys_skggpnycait4ttdfcmxa.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/1ptug8zys_skggpnyckit4ttdfcmxa.woff2) format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/1ptug8zys_skggpnyciit4ttdfcmxa.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/1ptug8zys_skggpnycmit4ttdfcmxa.woff2) format("woff2");
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/1ptug8zys_skggpnyc0it4ttdfa.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Raleway;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/1ptug8zys_skggpnycait4ttdfcmxa.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: Raleway;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/1ptug8zys_skggpnyckit4ttdfcmxa.woff2) format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Raleway;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/1ptug8zys_skggpnyciit4ttdfcmxa.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: Raleway;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/1ptug8zys_skggpnycmit4ttdfcmxa.woff2) format("woff2");
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Raleway;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/1ptug8zys_skggpnyc0it4ttdfa.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: font-icons;
    src: url(../fonts/font-icons.eot);
    src: url(../fonts/font-icons.eot) format("embedded-opentype"), url(../fonts/font-icons.woff) format("woff"), url(../fonts/font-icons.ttf) format("truetype"), url(../fonts/font-icons.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Lato;
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: url(../fonts/s6u-w4bmutphjxsipx-mpclc79u11vu.woff2) format("woff2");
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Lato;
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: url(../fonts/s6u-w4bmutphjxsipx-opclc79u1.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Lato;
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(../fonts/s6u_w4bmutphjxsi9w2_fqftx9897sxz.woff2) format("woff2");
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Lato;
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(../fonts/s6u_w4bmutphjxsi9w2_gwftx9897g.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Lato;
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/s6u8w4bmutphjxsaui-qnixg7eu0.woff2) format("woff2");
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Lato;
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/s6u8w4bmutphjxsaxc-qnixg7q.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Lato;
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/s6u_w4bmutphjxsi5wq_fqftx9897sxz.woff2) format("woff2");
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Lato;
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/s6u_w4bmutphjxsi5wq_gwftx9897g.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Lato;
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url(../fonts/s6u_w4bmutphjxsi3wi_fqftx9897sxz.woff2) format("woff2");
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Lato;
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url(../fonts/s6u_w4bmutphjxsi3wi_gwftx9897g.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(../fonts/s6u8w4bmutphh30aui-qnixg7eu0.woff2) format("woff2");
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(../fonts/s6u8w4bmutphh30axc-qnixg7q.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../fonts/s6u9w4bmutphh7usswapgq3q5d0n7w.woff2) format("woff2");
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../fonts/s6u9w4bmutphh7usswipgq3q5d0.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/s6uyw4bmutphjxawxiwtfcfq7a.woff2) format("woff2");
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/s6uyw4bmutphjx4wxiwtfcc.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/s6u9w4bmutphh6uvswapgq3q5d0n7w.woff2) format("woff2");
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/s6u9w4bmutphh6uvswipgq3q5d0.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../fonts/s6u9w4bmutphh50xswapgq3q5d0n7w.woff2) format("woff2");
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../fonts/s6u9w4bmutphh50xswipgq3q5d0.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Raleway;
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: url(../fonts/1ptsg8zys_skggpnycg4qifql_kwxwmt.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: Raleway;
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: url(../fonts/1ptsg8zys_skggpnycg4syfql_kwxwmt.woff2) format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Raleway;
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: url(../fonts/1ptsg8zys_skggpnycg4qofql_kwxwmt.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: Raleway;
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: url(../fonts/1ptsg8zys_skggpnycg4q4fql_kwxwmt.woff2) format("woff2");
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Raleway;
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: url(../fonts/1ptsg8zys_skggpnycg4tyfql_kwxq.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Raleway;
    font-style: italic;
    font-weight: 200;
    font-display: swap;
    src: url(../fonts/1ptsg8zys_skggpnycg4qifql_kwxwmt.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: Raleway;
    font-style: italic;
    font-weight: 200;
    font-display: swap;
    src: url(../fonts/1ptsg8zys_skggpnycg4syfql_kwxwmt.woff2) format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Raleway;
    font-style: italic;
    font-weight: 200;
    font-display: swap;
    src: url(../fonts/1ptsg8zys_skggpnycg4qofql_kwxwmt.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: Raleway;
    font-style: italic;
    font-weight: 200;
    font-display: swap;
    src: url(../fonts/1ptsg8zys_skggpnycg4q4fql_kwxwmt.woff2) format("woff2");
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Raleway;
    font-style: italic;
    font-weight: 200;
    font-display: swap;
    src: url(../fonts/1ptsg8zys_skggpnycg4tyfql_kwxq.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Raleway;
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(../fonts/1ptsg8zys_skggpnycg4qifql_kwxwmt.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: Raleway;
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(../fonts/1ptsg8zys_skggpnycg4syfql_kwxwmt.woff2) format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Raleway;
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(../fonts/1ptsg8zys_skggpnycg4qofql_kwxwmt.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: Raleway;
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(../fonts/1ptsg8zys_skggpnycg4q4fql_kwxwmt.woff2) format("woff2");
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Raleway;
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(../fonts/1ptsg8zys_skggpnycg4tyfql_kwxq.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Raleway;
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/1ptsg8zys_skggpnycg4qifql_kwxwmt.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: Raleway;
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/1ptsg8zys_skggpnycg4syfql_kwxwmt.woff2) format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Raleway;
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/1ptsg8zys_skggpnycg4qofql_kwxwmt.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: Raleway;
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/1ptsg8zys_skggpnycg4q4fql_kwxwmt.woff2) format("woff2");
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Raleway;
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/1ptsg8zys_skggpnycg4tyfql_kwxq.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Raleway;
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/1ptsg8zys_skggpnycg4qifql_kwxwmt.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: Raleway;
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/1ptsg8zys_skggpnycg4syfql_kwxwmt.woff2) format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Raleway;
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/1ptsg8zys_skggpnycg4qofql_kwxwmt.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: Raleway;
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/1ptsg8zys_skggpnycg4q4fql_kwxwmt.woff2) format("woff2");
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Raleway;
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/1ptsg8zys_skggpnycg4tyfql_kwxq.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Raleway;
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/1ptsg8zys_skggpnycg4qifql_kwxwmt.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: Raleway;
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/1ptsg8zys_skggpnycg4syfql_kwxwmt.woff2) format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Raleway;
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/1ptsg8zys_skggpnycg4qofql_kwxwmt.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: Raleway;
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/1ptsg8zys_skggpnycg4q4fql_kwxwmt.woff2) format("woff2");
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Raleway;
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/1ptsg8zys_skggpnycg4tyfql_kwxq.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Raleway;
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/1ptsg8zys_skggpnycg4qifql_kwxwmt.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: Raleway;
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/1ptsg8zys_skggpnycg4syfql_kwxwmt.woff2) format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Raleway;
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/1ptsg8zys_skggpnycg4qofql_kwxwmt.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: Raleway;
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/1ptsg8zys_skggpnycg4q4fql_kwxwmt.woff2) format("woff2");
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Raleway;
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/1ptsg8zys_skggpnycg4tyfql_kwxq.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Raleway;
    font-style: italic;
    font-weight: 800;
    font-display: swap;
    src: url(../fonts/1ptsg8zys_skggpnycg4qifql_kwxwmt.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: Raleway;
    font-style: italic;
    font-weight: 800;
    font-display: swap;
    src: url(../fonts/1ptsg8zys_skggpnycg4syfql_kwxwmt.woff2) format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Raleway;
    font-style: italic;
    font-weight: 800;
    font-display: swap;
    src: url(../fonts/1ptsg8zys_skggpnycg4qofql_kwxwmt.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: Raleway;
    font-style: italic;
    font-weight: 800;
    font-display: swap;
    src: url(../fonts/1ptsg8zys_skggpnycg4q4fql_kwxwmt.woff2) format("woff2");
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Raleway;
    font-style: italic;
    font-weight: 800;
    font-display: swap;
    src: url(../fonts/1ptsg8zys_skggpnycg4tyfql_kwxq.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Raleway;
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url(../fonts/1ptsg8zys_skggpnycg4qifql_kwxwmt.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: Raleway;
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url(../fonts/1ptsg8zys_skggpnycg4syfql_kwxwmt.woff2) format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Raleway;
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url(../fonts/1ptsg8zys_skggpnycg4qofql_kwxwmt.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: Raleway;
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url(../fonts/1ptsg8zys_skggpnycg4q4fql_kwxwmt.woff2) format("woff2");
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Raleway;
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url(../fonts/1ptsg8zys_skggpnycg4tyfql_kwxq.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Raleway;
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(../fonts/1ptug8zys_skggpnycait4ttdfcmxa.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: Raleway;
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(../fonts/1ptug8zys_skggpnyckit4ttdfcmxa.woff2) format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Raleway;
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(../fonts/1ptug8zys_skggpnyciit4ttdfcmxa.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: Raleway;
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(../fonts/1ptug8zys_skggpnycmit4ttdfcmxa.woff2) format("woff2");
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Raleway;
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(../fonts/1ptug8zys_skggpnyc0it4ttdfa.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Raleway;
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(../fonts/1ptug8zys_skggpnycait4ttdfcmxa.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: Raleway;
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(../fonts/1ptug8zys_skggpnyckit4ttdfcmxa.woff2) format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Raleway;
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(../fonts/1ptug8zys_skggpnyciit4ttdfcmxa.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: Raleway;
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(../fonts/1ptug8zys_skggpnycmit4ttdfcmxa.woff2) format("woff2");
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Raleway;
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(../fonts/1ptug8zys_skggpnyc0it4ttdfa.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Raleway;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../fonts/1ptug8zys_skggpnycait4ttdfcmxa.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: Raleway;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../fonts/1ptug8zys_skggpnyckit4ttdfcmxa.woff2) format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Raleway;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../fonts/1ptug8zys_skggpnyciit4ttdfcmxa.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: Raleway;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../fonts/1ptug8zys_skggpnycmit4ttdfcmxa.woff2) format("woff2");
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Raleway;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../fonts/1ptug8zys_skggpnyc0it4ttdfa.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Raleway;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/1ptug8zys_skggpnycait4ttdfcmxa.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: Raleway;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/1ptug8zys_skggpnyckit4ttdfcmxa.woff2) format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Raleway;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/1ptug8zys_skggpnyciit4ttdfcmxa.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: Raleway;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/1ptug8zys_skggpnycmit4ttdfcmxa.woff2) format("woff2");
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Raleway;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/1ptug8zys_skggpnyc0it4ttdfa.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/1ptug8zys_skggpnycait4ttdfcmxa.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/1ptug8zys_skggpnyckit4ttdfcmxa.woff2) format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/1ptug8zys_skggpnyciit4ttdfcmxa.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/1ptug8zys_skggpnycmit4ttdfcmxa.woff2) format("woff2");
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/1ptug8zys_skggpnyc0it4ttdfa.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/1ptug8zys_skggpnycait4ttdfcmxa.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/1ptug8zys_skggpnyckit4ttdfcmxa.woff2) format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/1ptug8zys_skggpnyciit4ttdfcmxa.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/1ptug8zys_skggpnycmit4ttdfcmxa.woff2) format("woff2");
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/1ptug8zys_skggpnyc0it4ttdfa.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Raleway;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/1ptug8zys_skggpnycait4ttdfcmxa.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: Raleway;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/1ptug8zys_skggpnyckit4ttdfcmxa.woff2) format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Raleway;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/1ptug8zys_skggpnyciit4ttdfcmxa.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: Raleway;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/1ptug8zys_skggpnycmit4ttdfcmxa.woff2) format("woff2");
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Raleway;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/1ptug8zys_skggpnyc0it4ttdfa.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Raleway;
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(../fonts/1ptug8zys_skggpnycait4ttdfcmxa.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: Raleway;
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(../fonts/1ptug8zys_skggpnyckit4ttdfcmxa.woff2) format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Raleway;
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(../fonts/1ptug8zys_skggpnyciit4ttdfcmxa.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: Raleway;
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(../fonts/1ptug8zys_skggpnycmit4ttdfcmxa.woff2) format("woff2");
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Raleway;
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(../fonts/1ptug8zys_skggpnyc0it4ttdfa.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Raleway;
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../fonts/1ptug8zys_skggpnycait4ttdfcmxa.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: Raleway;
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../fonts/1ptug8zys_skggpnyckit4ttdfcmxa.woff2) format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Raleway;
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../fonts/1ptug8zys_skggpnyciit4ttdfcmxa.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: Raleway;
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../fonts/1ptug8zys_skggpnycmit4ttdfcmxa.woff2) format("woff2");
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Raleway;
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../fonts/1ptug8zys_skggpnyc0it4ttdfa.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

*[data-v-00f6d428] {
    box-sizing: border-box
}

#wrapper[data-v-00f6d428] {
    position: relative;
    float: none;
    width: 1220px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 0 10px #0000001a;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.stretched #wrapper[data-v-00f6d428] {
    width: 100%;
    margin: 0;
    box-shadow: none
}

body:not(.no-transition) #wrapper[data-v-00f6d428] {
    position: relative;
    opacity: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

body[data-v-00f6d428] {
    margin: 0;
    font-family: Lato, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #555;
    text-align: left;
    background-color: #fff
}

html[data-v-00f6d428] {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

header[data-v-00f6d428] {
    display: block
}

.dark[data-v-00f6d428] {
    color: #eee
}

#header[data-v-00f6d428] {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #F5F5F5;
    height: 100px;
    -webkit-transition: height .4s ease, opacity .3s ease;
    -o-transition: height .4s ease, opacity .3s ease;
    transition: height .4s ease, opacity .3s ease
}

#header.transparent-header[data-v-00f6d428] {
    background: transparent;
    border-bottom: none;
    z-index: 199
}

#header.semi-transparent[data-v-00f6d428] {
    background-color: #fffc
}

#header.full-header[data-v-00f6d428] {
    border-bottom-color: #eee
}

#header.dark.semi-transparent[data-v-00f6d428] {
    background-color: #0009
}

*[data-v-00f6d428],
[data-v-00f6d428]:before,
[data-v-00f6d428]:after {
    box-sizing: border-box
}

[data-v-00f6d428]:selection {
    background: #D21F3C;
    color: #fff;
    text-shadow: none
}

#header-wrap[data-v-00f6d428] {
    height: 100px;
    -webkit-transition: height .4s ease, opacity .3s ease;
    -o-transition: height .4s ease, opacity .3s ease;
    transition: height .4s ease, opacity .3s ease;
    position: relative;
    z-index: 199;
    -webkit-backface-visibility: hidden
}

#header.transparent-header.full-header #header-wrap[data-v-00f6d428] {
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

#header-wrap[data-v-00f6d428]:not(.not-dark) {
    border-bottom-color: #ffffff26
}

#header.transparent-header.full-header.dark:not(.sticky-header) #header-wrap[data-v-00f6d428]:not(.not-dark) {
    border-bottom-color: #fff3
}

footer[data-v-00f6d428] {
    display: block
}

#footer[data-v-00f6d428] {
    position: relative;
    background-color: #eee;
    border-top: 5px solid rgba(0, 0, 0, .2);
    font-family: Lato, sans-serif
}

#footer.dark[data-v-00f6d428] {
    background-color: #333;
    color: #ccc;
    border-top-color: #0003
}

#copyrights[data-v-00f6d428] {
    padding: 40px 0;
    background-color: #ddd;
    font-size: 14px;
    line-height: 1.8
}

#copyrights[data-v-00f6d428] {
    background-color: #0003;
    color: #ffffff40;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .1)
}

.container[data-v-00f6d428] {
    position: relative;
    width: 100%;
    max-width: none;
    padding: 0 30px
}

.container[data-v-00f6d428] {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container[data-v-00f6d428] {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container[data-v-00f6d428] {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container[data-v-00f6d428] {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container[data-v-00f6d428] {
        max-width: 1140px
    }
}

@media (min-width: 768px) {
    .container[data-v-00f6d428] {
        max-width: 750px
    }
}

@media (min-width: 992px) {
    .container[data-v-00f6d428] {
        max-width: 970px
    }
}

@media (min-width: 1200px) {
    .container[data-v-00f6d428] {
        max-width: 1170px
    }
}

.clearfix[data-v-00f6d428]:after {
    display: block;
    clear: both;
    content: ""
}

#primary-menu-trigger[data-v-00f6d428] {
    opacity: 0;
    pointer-events: none;
    cursor: pointer;
    font-size: 14px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

#footer .footer-widgets-wrap[data-v-00f6d428] {
    position: relative;
    padding: 80px 0
}

.col_one_third[data-v-00f6d428] {
    display: block;
    width: 30.63%;
    position: relative;
    margin-right: 4%;
    margin-bottom: 50px;
    float: left
}

.col_last[data-v-00f6d428] {
    margin-right: 0 !important;
    float: right;
    clear: right
}

.footer-widgets-wrap .col_one_third[data-v-00f6d428] {
    margin-bottom: 0
}

.col_half[data-v-00f6d428] {
    display: block;
    width: 48%;
    position: relative;
    margin-right: 4%;
    margin-bottom: 50px;
    float: left
}

#copyrights .col_half[data-v-00f6d428] {
    margin-bottom: 0 !important
}

.tright[data-v-00f6d428] {
    text-align: right !important
}

[class^=icon-][data-v-00f6d428] {
    display: inline-block;
    font-family: font-icons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-reorder[data-v-00f6d428]:before {
    content: "\e76d"
}

.widget[data-v-00f6d428] {
    position: relative;
    margin-top: 50px
}

.widget[data-v-00f6d428]:first-child {
    margin-top: 0
}

.col_two_third[data-v-00f6d428] {
    display: block;
    width: 65.33%;
    position: relative;
    margin-right: 4%;
    margin-bottom: 50px;
    float: left
}

.footer-widgets-wrap .col_two_third[data-v-00f6d428] {
    margin-bottom: 0
}

img[data-v-00f6d428] {
    vertical-align: middle;
    border-style: none;
    max-width: 100%
}

img.alignleft[data-v-00f6d428] {
    float: left;
    margin: 5px 20px 13px 0;
    max-width: 100%
}

.ptag[data-v-00f6d428] {
    margin-top: 0;
    margin-bottom: 30px
}

.widget .ptag[data-v-00f6d428] {
    font-size: 14px;
    line-height: 1.69
}

@media (max-width: 991.98px) {
    .widget .ptag[data-v-00f6d428] {
        line-height: 1.7
    }
}

.widget .ptag[data-v-00f6d428]:not(.lead) {
    font-size: 14px
}

.widget .ptag[data-v-00f6d428] {
    opacity: .8
}

.line[data-v-00f6d428] {
    clear: both;
    position: relative;
    width: 100%;
    margin: 60px 0;
    border-top: 1px solid #EEE
}

.line[data-v-00f6d428] {
    border-top-color: #ffffff1a
}

.row[data-v-00f6d428] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

h5[data-v-00f6d428] {
    font-weight: 700;
    line-height: 1.5;
    font-size: 14px;
    color: #444;
    margin: 0 0 20px;
    font-family: Raleway, sans-serif
}

.subscribe-widget h5[data-v-00f6d428] {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5
}

h5[data-v-00f6d428] {
    color: #eee
}

form[data-v-00f6d428] {
    margin-bottom: 30px
}

.nobottommargin[data-v-00f6d428] {
    margin-bottom: 0 !important
}

a[data-v-00f6d428] {
    color: #d21f3c;
    text-decoration: none !important;
    background-color: transparent
}

#copyrights a[data-v-00f6d428]:first-child {
    margin-left: 0
}

#copyrights .tright a[data-v-00f6d428]:last-child {
    margin-right: 0
}

a[data-v-00f6d428]:hover {
    color: #222;
    text-decoration: underline
}

a[data-v-00f6d428]:hover {
    color: #eee
}

.col-6[data-v-00f6d428],
.col-lg-3[data-v-00f6d428] {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col-6[data-v-00f6d428] {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

@media (min-width: 992px) {
    .col-lg-3[data-v-00f6d428] {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
}

.bottommargin-sm[data-v-00f6d428] {
    margin-bottom: 30px !important
}

.input-group[data-v-00f6d428] {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.divcenter[data-v-00f6d428] {
    position: relative !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important
}

.col-lg-3[data-v-00f6d428] {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

ul[data-v-00f6d428] {
    margin: 0;
    padding: 0
}

.widget_links ul[data-v-00f6d428] {
    list-style: none;
    margin: 0
}

.widget_links>ul[data-v-00f6d428] {
    margin-top: -4px !important
}

.input-group-prepend[data-v-00f6d428] {
    display: flex;
    display: -ms-flexbox;
    margin-right: -1px
}

input[data-v-00f6d428] {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    overflow: visible
}

.form-control[data-v-00f6d428] {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 3px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.input-group>.form-control[data-v-00f6d428] {
    position: relative;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    min-width: 0;
    margin-bottom: 0;
    outline-width: 0
}

.input-group>.form-control[data-v-00f6d428]:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.form-control[data-v-00f6d428]:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.form-control[data-v-00f6d428]:not(.not-dark) {
    color: #999;
    background-color: #0003;
    border-color: #00000040
}

.dark .form-control[data-v-00f6d428]:not(.not-dark)::-webkit-input-placeholder {
    color: #666
}

.input-group-append[data-v-00f6d428] {
    display: flex;
    display: -ms-flexbox;
    margin-left: -1px
}

a[data-v-00f6d428]:not([href]) {
    color: inherit;
    text-decoration: none
}

.footer-widgets-wrap a[data-v-00f6d428] {
    color: #ccc
}

a[data-v-00f6d428]:not([href]):hover {
    color: inherit;
    text-decoration: none
}

.footer-widgets-wrap a[data-v-00f6d428]:hover {
    color: #999
}

li[data-v-00f6d428] {
    margin: 0;
    padding: 0
}

.widget_links li[data-v-00f6d428] {
    list-style: none;
    margin: 0;
    padding: 4px
}

.widget_links>ul>li[data-v-00f6d428]:first-child {
    border-top: 0 !important
}

ul[data-v-00f6d428] {
    display: block;
    list-style: none;
    margin: 0;
    position: relative;
    top: 0;
    min-width: inherit;
    border: 0;
    box-shadow: none;
    border-color: #3f3f3f;
    border-top-color: #d21f3c
}

ul[data-v-00f6d428]:not(.megamenu-dropdown) {
    display: block !important;
    opacity: 1 !important;
    top: 0;
    left: 0
}

#primary-menu ul li .mega-menu-content ul.mega-menu-column[data-v-00f6d428] {
    float: left;
    margin: 0;
    padding-left: 0;
    padding-right: 0
}

ul.mega-menu-column[data-v-00f6d428]:not(:first-child) {
    border-left: 1px solid #F2F2F2
}

#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column[data-v-00f6d428] {
    padding: 30px 20px
}

ul.mega-menu-column[data-v-00f6d428]:not(:first-child) {
    border-left-color: #3f3f3f
}

#primary-menu ul li .mega-menu-content[data-v-00f6d428] {
    display: flex;
    position: absolute;
    width: 720px;
    background-color: #fff;
    box-shadow: 0 13px 42px 11px #0000000d;
    border: 1px solid #EEE;
    border-top: 2px solid #1ABC9C;
    height: auto;
    z-index: 199;
    top: 100%;
    left: 0;
    margin: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    max-width: 400px
}

#primary-menu ul li.mega-menu .mega-menu-content[data-v-00f6d428] {
    margin: 0 15px;
    width: 1140px;
    max-width: none
}

#primary-menu>ul>li>.mega-menu-content[data-v-00f6d428],
#primary-menu>ul>li.mega-menu>.mega-menu-content[data-v-00f6d428] {
    -webkit-transition: top .4s ease;
    -o-transition: top .4s ease;
    transition: top .4s ease
}

#primary-menu ul li.mega-menu .mega-menu-content.style-2[data-v-00f6d428] {
    padding: 0 10px
}

.dark #primary-menu:not(.not-dark) ul li .mega-menu-content[data-v-00f6d428],
#primary-menu.dark ul li .mega-menu-content[data-v-00f6d428] {
    background-color: #333;
    border-color: #3f3f3f;
    border-top-color: #1abc9c
}

.dark #primary-menu:not(.not-dark) ul li .mega-menu-content.style-2[data-v-00f6d428],
#primary-menu.dark ul li .mega-menu-content.style-2[data-v-00f6d428] {
    border-color: transparent;
    border-top-color: #1abc9c
}

#primary-menu ul li .mega-menu-content[data-v-00f6d428],
.dark #primary-menu:not(.not-dark) ul li .mega-menu-content[data-v-00f6d428],
#primary-menu.dark ul li .mega-menu-content[data-v-00f6d428],
.dark #primary-menu:not(.not-dark) ul li .mega-menu-content.style-2[data-v-00f6d428],
#primary-menu.dark ul li .mega-menu-content.style-2[data-v-00f6d428] {
    border-top-color: #d21f3c
}

body.stretched #header.full-header #primary-menu ul li.mega-menu .mega-menu-content[data-v-00f6d428] {
    margin: 0 30px
}

ul li[data-v-00f6d428] {
    position: relative
}

#primary-menu ul>li[data-v-00f6d428] {
    float: left;
    margin-left: 2px
}

#primary-menu ul li.mega-menu[data-v-00f6d428] {
    position: inherit
}

#primary-menu>ul[data-v-00f6d428] {
    float: left
}

body:not(.top-search-open) #primary-menu>ul[data-v-00f6d428] {
    opacity: 1;
    -webkit-transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
    -o-transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
    transition: height .4s ease, margin .4s ease, opacity .2s .2s ease
}

#header.full-header #primary-menu>ul[data-v-00f6d428] {
    float: left;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #EEE
}

#header.transparent-header.full-header #primary-menu>ul[data-v-00f6d428] {
    border-right-color: #0000001a
}

#header.full-header.dark #header-wrap:not(.not-dark) #primary-menu>ul[data-v-00f6d428] {
    border-right-color: #ffffff26
}

#header.transparent-header.full-header.dark:not(.sticky-header) #header-wrap:not(.not-dark) #primary-menu>ul[data-v-00f6d428] {
    border-right-color: #fff3
}

nav[data-v-00f6d428] {
    display: block
}

#primary-menu[data-v-00f6d428] {
    float: right
}

ul li[data-v-00f6d428] {
    float: none;
    margin: 0
}

ul li[data-v-00f6d428]:first-child {
    border-top: 0
}

li[data-v-00f6d428] {
    border: 0
}

ul li[data-v-00f6d428] {
    border-top-color: #3f3f3f
}

#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title[data-v-00f6d428] {
    margin-top: 20px
}

#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title[data-v-00f6d428]:first-child {
    margin-top: 0
}

.input-group-text[data-v-00f6d428] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-text[data-v-00f6d428] {
    color: #999;
    background-color: #00000059;
    border-color: #00000040
}

.input-group>.input-group-prepend>.input-group-text[data-v-00f6d428] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

button[data-v-00f6d428] {
    border-radius: 0;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    overflow: visible;
    text-transform: none
}

button[data-v-00f6d428],
[type=submit][data-v-00f6d428] {
    -webkit-appearance: button
}

.btn[data-v-00f6d428] {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn-success[data-v-00f6d428] {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

button[data-v-00f6d428]:not(:disabled),
[type=submit][data-v-00f6d428]:not(:disabled) {
    cursor: pointer
}

.input-group-append .btn[data-v-00f6d428] {
    position: relative;
    z-index: 2
}

.input-group>.input-group-append>.btn[data-v-00f6d428] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn[data-v-00f6d428]:hover {
    color: #212529;
    text-decoration: none
}

.btn-success[data-v-00f6d428]:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn[data-v-00f6d428]:hover {
    color: #fff
}

svg[data-v-00f6d428] {
    overflow: hidden;
    vertical-align: middle
}

.widget_links li a[data-v-00f6d428] {
    display: inline-block;
    padding: 0 3px 0 12px;
    background: url(../images/widget-link.png) left top no-repeat;
    border: none !important;
    color: #444;
    font-size: 14px;
    background-image: url(../images/widget-link.png);
    background-position-x: left;
    background-position-y: top;
    background-size: initial;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    line-height: 1.5
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    .widget_links li a[data-v-00f6d428] {
        background-image: url(../images/widget-link@2x.png);
        background-size: 4px 20px
    }
}

.widget_links li a[data-v-00f6d428] {
    color: #ccc;
    background-image: url(../images/widget-link-dark.png)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    .widget_links li a[data-v-00f6d428] {
        background-image: url(../images/widget-link-dark@2x.png)
    }
}

.widget_links li a[data-v-00f6d428]:hover {
    color: #aaa
}

#primary-menu ul li>a[data-v-00f6d428] {
    display: block;
    line-height: 22px;
    padding: 39px 15px;
    color: #444;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: Raleway, sans-serif;
    -webkit-transition: margin .4s ease, padding .4s ease;
    -o-transition: margin .4s ease, padding .4s ease;
    transition: margin .4s ease, padding .4s ease
}

#primary-menu ul ul li>a[data-v-00f6d428] {
    font-size: 12px;
    font-weight: 700;
    color: #666;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 0;
    letter-spacing: 0;
    font-family: Lato, sans-serif;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

#primary-menu ul ul>li.sub-menu>a[data-v-00f6d428] {
    background-image: url(../images/submenu.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat
}

.dark #primary-menu:not(.not-dark) ul ul li>a[data-v-00f6d428],
#primary-menu.dark ul ul li>a[data-v-00f6d428] {
    color: #999 !important
}

#primary-menu ul li .mega-menu-content.style-2 ul li>a[data-v-00f6d428] {
    padding-left: 5px;
    padding-top: 7px;
    padding-bottom: 7px
}

.dark #primary-menu:not(.not-dark) ul ul>li.sub-menu>a[data-v-00f6d428],
#primary-menu.dark ul ul>li.sub-menu>a[data-v-00f6d428] {
    background-image: url(../images/submenu-dark.png)
}

#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title>a[data-v-00f6d428] {
    font-size: 13px;
    font-weight: 700;
    font-family: Raleway, sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase !important;
    margin-bottom: 15px;
    color: #444;
    padding: 0 !important;
    line-height: 1.3 !important
}

#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title.sub-menu>a[data-v-00f6d428] {
    background: none
}

.dark #primary-menu:not(.not-dark) ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title>a[data-v-00f6d428],
#primary-menu.dark ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title>a[data-v-00f6d428] {
    color: #bbb !important;
    background: transparent
}

#primary-menu ul li:hover>a[data-v-00f6d428] {
    color: #1abc9c
}

#primary-menu ul ul li:hover>a[data-v-00f6d428] {
    background-color: #f9f9f9;
    padding-left: 18px;
    color: #1abc9c
}

#primary-menu ul ul>li.sub-menu>a[data-v-00f6d428],
#primary-menu ul ul>li.sub-menu:hover>a[data-v-00f6d428] {
    background-image: url(../images/submenu.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat
}

.dark #primary-menu:not(.not-dark) ul ul li:hover>a[data-v-00f6d428],
#primary-menu.dark ul ul li:hover>a[data-v-00f6d428] {
    background-color: #0000001a;
    color: #ccc !important
}

#primary-menu ul li .mega-menu-content.style-2 ul li>a[data-v-00f6d428]:hover {
    padding-left: 12px
}

.dark #primary-menu:not(.not-dark) ul ul>li.sub-menu>a[data-v-00f6d428],
.dark #primary-menu:not(.not-dark) ul ul>li.sub-menu:hover>a[data-v-00f6d428],
#primary-menu.dark ul ul>li.sub-menu>a[data-v-00f6d428],
#primary-menu.dark ul ul>li.sub-menu:hover>a[data-v-00f6d428] {
    background-image: url(../images/submenu-dark.png)
}

#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title:hover>a[data-v-00f6d428] {
    background-color: transparent
}

#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title>a[data-v-00f6d428]:hover {
    color: #1abc9c
}

a[data-v-00f6d428],
#primary-menu ul li:hover>a[data-v-00f6d428],
#primary-menu div ul li:hover>a[data-v-00f6d428],
#primary-menu ul ul li:hover>a[data-v-00f6d428],
#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title>a[data-v-00f6d428]:hover {
    color: #d21f3c
}

#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title.sub-menu>a[data-v-00f6d428],
#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title.sub-menu:hover>a[data-v-00f6d428] {
    background: none
}

.dark #primary-menu:not(.not-dark) ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title>a[data-v-00f6d428],
.dark #primary-menu:not(.not-dark) ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title:hover>a[data-v-00f6d428],
#primary-menu.dark ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title>a[data-v-00f6d428],
#primary-menu.dark ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title:hover>a[data-v-00f6d428] {
    color: #bbb !important;
    background: transparent
}

.dark #primary-menu:not(.not-dark) ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title>a[data-v-00f6d428]:hover,
#primary-menu.dark ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title>a[data-v-00f6d428]:hover {
    color: #ddd !important
}

.icon-email2[data-v-00f6d428]:before {
    content: "\e662"
}

#footer.style-nqMY5[data-v-00f6d428] {
    background: url(../images/footer-bg.jpg) repeat;
    background-size: cover
}

#style-df51T.style-df51T[data-v-00f6d428] {
    margin-top: 8px;
    padding-right: 18px;
    border-right: 1px solid #4A4A4A
}

#style-5liI5.style-5liI5[data-v-00f6d428] {
    margin: 30px 0
}

#style-ZkfrM.style-ZkfrM[data-v-00f6d428] {
    margin-bottom: -20px
}

#weixin.style-ZzbBH[data-v-00f6d428],
#weibo.style-Yc5BL[data-v-00f6d428],
#bilibili.style-fv29r[data-v-00f6d428],
#douyin.style-mVIkn[data-v-00f6d428],
#youtube.style-9A2a8[data-v-00f6d428],
#linkedin.style-7VcxF[data-v-00f6d428] {
    margin-right: 10px;
    cursor: pointer
}

#style-oRJDL.style-oRJDL[data-v-00f6d428] {
    text-align: center
}

#style-jNEad.style-jNEad[data-v-00f6d428] {
    color: #696969
}

#style-JbNwF.style-JbNwF[data-v-00f6d428] {
    display: none
}

@media (max-width: 1199.98px) {
    canvas[data-v-00f6d428] {
        max-width: 100%;
        height: auto !important
    }

    .promo h3[data-v-00f6d428] {
        font-size: 20px
    }

    .promo>span[data-v-00f6d428],
    .promo>.container>span[data-v-00f6d428] {
        font-size: 15px
    }

    .promo-uppercase h3[data-v-00f6d428] {
        font-size: 19px
    }

    .promo-uppercase>span[data-v-00f6d428],
    .promo-uppercase>.container>span[data-v-00f6d428] {
        font-size: 14px
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    #wrapper[data-v-00f6d428] {
        width: 1000px
    }

    #header.transparent-header.floating-header .container[data-v-00f6d428] {
        width: 1030px;
        padding: 0 30px
    }

    #header.transparent-header.floating-header.sticky-header .container[data-v-00f6d428] {
        width: 970px;
        padding: 0 15px
    }

    #primary-menu.sub-title ul>li>a[data-v-00f6d428] {
        padding-left: 15px;
        padding-right: 15px
    }

    #primary-menu ul li.mega-menu .mega-menu-content[data-v-00f6d428],
    .floating-header.sticky-header #primary-menu ul li.mega-menu .mega-menu-content[data-v-00f6d428] {
        width: 940px
    }

    .floating-header #primary-menu ul li.mega-menu .mega-menu-content[data-v-00f6d428] {
        width: 1030px
    }

    .team.team-list .team-image[data-v-00f6d428] {
        width: 200px
    }

    .testi-image[data-v-00f6d428],
    .testi-image a[data-v-00f6d428],
    .testi-image img[data-v-00f6d428],
    .testi-image i[data-v-00f6d428] {
        display: block;
        width: 36px;
        height: 36px
    }

    .testi-image i[data-v-00f6d428] {
        line-height: 36px;
        font-size: 20px
    }

    .bothsidebar .portfolio-item[data-v-00f6d428] {
        width: 50%
    }

    .bothsidebar .portfolio.portfolio-3[data-v-00f6d428] {
        margin: 0 -20px -20px 0
    }

    .bothsidebar .portfolio-3 .portfolio-item[data-v-00f6d428] {
        padding: 0 20px 20px 0
    }

    .bothsidebar .portfolio-shuffle[data-v-00f6d428],
    .postcontent .portfolio-1 .iconlist[data-v-00f6d428] {
        display: none
    }

    .postcontent .small-thumbs .entry-image[data-v-00f6d428] {
        width: 200px
    }

    .bothsidebar .small-thumbs .entry-image[data-v-00f6d428] {
        width: 120px
    }

    .post-timeline .entry[data-v-00f6d428] {
        width: 400px !important
    }

    .post-timeline .entry.entry-date-section[data-v-00f6d428] {
        width: 100% !important
    }

    .mpost .entry-image[data-v-00f6d428],
    .mpost .entry-image a[data-v-00f6d428],
    .mpost .entry-image img[data-v-00f6d428],
    .mpost .entry-image i[data-v-00f6d428] {
        width: 120px;
        height: 90px
    }

    .mpost .entry-image a i[data-v-00f6d428] {
        line-height: 90px
    }

    .col_one_third .landing-wide-form .heading-block h2[data-v-00f6d428] {
        font-size: 32px
    }

    .col_one_third .landing-wide-form .heading-block span[data-v-00f6d428] {
        font-size: 17px
    }

    .col_one_third .landing-wide-form[data-v-00f6d428] {
        padding: 36px 30px
    }

    .bothsidebar .product-1 .product-image[data-v-00f6d428] {
        width: 200px;
        height: 267px
    }

    .product-title h3[data-v-00f6d428] {
        font-size: 18px
    }

    .landing-video[data-v-00f6d428] {
        width: 465px;
        height: 262px;
        margin: 19px 0 0 75px
    }

    .panel .portfolio-meta li[data-v-00f6d428] {
        padding-left: 22px
    }

    .panel .portfolio-meta li span[data-v-00f6d428] {
        display: block;
        margin-left: -21px
    }

    .portfolio-single-image-full.portfolio-single-thumbs[data-v-00f6d428],
    .portfolio-single-image-full .swiper-container[data-v-00f6d428] {
        height: 400px
    }

    .bnews-slider[data-v-00f6d428] {
        width: 817px
    }

    .landing-form-overlay[data-v-00f6d428] {
        bottom: -142px
    }
}

@media (max-width: 991.98px) {
    #wrapper[data-v-00f6d428] {
        width: 100%;
        margin: 0;
        box-shadow: none
    }

    #header.full-header .container[data-v-00f6d428],
    .container-fullwidth[data-v-00f6d428] {
        padding: 0 15px !important;
        margin: 0 auto;
        width: 750px !important
    }

    .container.vertical-middle[data-v-00f6d428] {
        width: 100% !important
    }

    .vertical-middle+.video-wrap[data-v-00f6d428] {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0
    }

    .postcontent[data-v-00f6d428],
    .postcontent.bothsidebar[data-v-00f6d428],
    .sidebar[data-v-00f6d428] {
        width: 100%;
        margin-right: 0;
        float: none !important;
        margin-bottom: 40px !important;
        padding-bottom: 40px;
        border-bottom: 1px solid #EEE
    }

    .sidebar.col_last[data-v-00f6d428] {
        float: none;
        margin-bottom: 0 !important;
        padding-bottom: 0;
        border-bottom: 0
    }

    #header[data-v-00f6d428],
    #header-wrap[data-v-00f6d428],
    #header.sticky-style-2[data-v-00f6d428],
    #header.sticky-style-3[data-v-00f6d428],
    #header.sticky-style-2 #header-wrap[data-v-00f6d428],
    #header.sticky-style-3 #header-wrap[data-v-00f6d428] {
        height: auto !important
    }

    #header.sticky-style-2 #header-wrap[data-v-00f6d428],
    #header.sticky-style-3 #header-wrap[data-v-00f6d428] {
        min-height: 60px
    }

    #header.sticky-header #header-wrap[data-v-00f6d428] {
        position: relative
    }

    #header.transparent-header[data-v-00f6d428],
    #header.semi-transparent[data-v-00f6d428] {
        background: #FFF;
        border-bottom: 1px solid #F5F5F5;
        z-index: auto
    }

    #header.dark.transparent-header[data-v-00f6d428],
    #header.dark.semi-transparent[data-v-00f6d428] {
        background-color: #333;
        border-bottom: 1px solid rgba(0, 0, 0, .1)
    }

    #header.transparent-header.floating-header[data-v-00f6d428] {
        margin-top: 0
    }

    #header.transparent-header.floating-header .container[data-v-00f6d428] {
        width: 750px;
        padding: 0 15px;
        border-radius: 0
    }

    #header.transparent-header+#slider[data-v-00f6d428],
    #header.transparent-header+#page-title.page-title-parallax[data-v-00f6d428],
    #slider+#header.transparent-header[data-v-00f6d428],
    #header.transparent-header.floating-header+#slider[data-v-00f6d428],
    #header.transparent-header+#google-map[data-v-00f6d428] {
        top: 0;
        margin-bottom: 0
    }

    .slider-parallax .slider-parallax-inner[data-v-00f6d428] {
        position: relative
    }

    #header.transparent-header+#page-title.page-title-parallax .container[data-v-00f6d428] {
        padding-top: 0
    }

    body:not(.primary-menu-open) #header.dark.transparent-header-responsive[data-v-00f6d428],
    body:not(.primary-menu-open) #header.transparent-header-responsive[data-v-00f6d428] {
        background-color: transparent;
        border: none
    }

    body:not(.primary-menu-open) #header.semi-transparent.transparent-header-responsive[data-v-00f6d428] {
        background-color: #fffc;
        z-index: 1
    }

    body:not(.primary-menu-open) #header.transparent-header-responsive+#slider[data-v-00f6d428],
    body:not(.primary-menu-open) #header.transparent-header-responsive+#page-title.page-title-parallax[data-v-00f6d428],
    body:not(.primary-menu-open) #slider+#header.transparent-header-responsive[data-v-00f6d428],
    body:not(.primary-menu-open) #header.transparent-header-responsive.floating-header+#slider[data-v-00f6d428],
    body:not(.primary-menu-open) #header.transparent-header-responsive+#google-map[data-v-00f6d428] {
        top: -101px;
        margin-bottom: -101px
    }

    #header-trigger[data-v-00f6d428],
    .top-advert[data-v-00f6d428],
    .header-extras[data-v-00f6d428] {
        display: none
    }

    #logo[data-v-00f6d428] {
        display: block;
        height: 100px;
        float: none;
        margin: 0 auto !important;
        max-width: none;
        text-align: center;
        border: 0 !important;
        padding: 0 !important
    }

    #logo a.standard-logo[data-v-00f6d428] {
        display: inline-block
    }

    #primary-menu[data-v-00f6d428] {
        display: block;
        float: none
    }

    #primary-menu-trigger[data-v-00f6d428] {
        opacity: 1;
        pointer-events: auto;
        top: 25px;
        margin-top: 0;
        left: 0;
        z-index: 1
    }

    #primary-menu .container #primary-menu-trigger[data-v-00f6d428] {
        top: 5px;
        left: 0
    }

    #primary-menu>ul[data-v-00f6d428],
    #primary-menu>div>ul[data-v-00f6d428] {
        display: none;
        float: none !important;
        border: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }

    #primary-menu>div>ul[data-v-00f6d428] {
        padding-top: 60px !important
    }

    body:not(.top-search-open) #primary-menu-trigger[data-v-00f6d428] {
        opacity: 1;
        -webkit-transition: opacity .2s .2s ease, top .4s ease;
        -o-transition: opacity .2s .2s ease, top .4s ease;
        transition: opacity .2s .2s ease, top .4s ease
    }

    body.top-search-open #primary-menu-trigger[data-v-00f6d428] {
        opacity: 0
    }

    body.side-push-panel #side-panel-trigger-close a[data-v-00f6d428] {
        display: block;
        position: absolute;
        z-index: 12;
        top: 0;
        left: auto;
        right: 0;
        width: 40px;
        height: 40px;
        font-size: 18px;
        line-height: 40px;
        color: #444;
        text-align: center;
        background-color: #0000001a;
        border-radius: 0 0 0 2px
    }

    #primary-menu.style-5>ul[data-v-00f6d428] {
        padding-right: 0;
        margin-right: 0;
        border-right: 0
    }

    #primary-menu ul li[data-v-00f6d428] {
        float: none;
        margin: 0 !important;
        text-align: left !important;
        border-top: 1px solid #EEE
    }

    #header.split-menu #primary-menu:not(.mobile-menu-off-canvas)>ul:not(:first-child)>li[data-v-00f6d428]:first-child {
        border-top: 1px solid #EEE
    }

    #primary-menu ul li[data-v-00f6d428]:first-child {
        border-top: 0
    }

    #primary-menu ul>li>a[data-v-00f6d428],
    #primary-menu.style-2>div>ul>li>a[data-v-00f6d428] {
        padding: 14px 5px !important;
        border: none !important;
        margin: 0 !important
    }

    #primary-menu.style-5>ul>li>a>div[data-v-00f6d428] {
        line-height: 22px
    }

    #primary-menu.style-5>ul>li>a>div i[data-v-00f6d428] {
        display: inline-block;
        margin: 0 6px 0 0;
        top: -1px;
        width: 16px;
        font-size: 14px;
        line-height: inherit
    }

    #primary-menu.style-6>ul>li>a[data-v-00f6d428]:after,
    #primary-menu.style-6>ul>li.current>a[data-v-00f6d428]:after {
        display: none
    }

    #primary-menu.sub-title>ul>li[data-v-00f6d428],
    #primary-menu.sub-title.style-2>div>ul>li[data-v-00f6d428] {
        background: none !important;
        margin-left: 0
    }

    #primary-menu.sub-title>ul>li>a[data-v-00f6d428],
    #primary-menu.sub-title>div>ul>li>a[data-v-00f6d428] {
        line-height: 22px;
        font-size: 13px;
        border-top: none
    }

    #primary-menu.sub-title ul li>a span[data-v-00f6d428] {
        display: none !important
    }

    #primary-menu.sub-title ul li:hover>a[data-v-00f6d428],
    #primary-menu.sub-title ul li.current>a[data-v-00f6d428],
    #primary-menu.sub-title div ul>li:hover>a[data-v-00f6d428],
    #primary-menu.sub-title div ul>li.current>a[data-v-00f6d428],
    #primary-menu.style-3 ul li:hover>a[data-v-00f6d428],
    #primary-menu.style-3 ul li.current>a[data-v-00f6d428] {
        background-color: transparent !important;
        color: #444;
        text-shadow: none
    }

    #primary-menu ul:not(.windows-mobile-menu) li>a i.icon-angle-down[data-v-00f6d428]:last-child {
        display: none
    }

    #primary-menu>ul>li.sub-menu>a[data-v-00f6d428],
    #primary-menu>.container>ul>li.sub-menu>a[data-v-00f6d428] {
        background-image: url(../images/submenu.png);
        background-position: right center;
        background-repeat: no-repeat
    }

    #primary-menu ul li.mega-menu[data-v-00f6d428] {
        position: relative
    }

    #primary-menu ul ul[data-v-00f6d428]:not(.mega-menu-column),
    #primary-menu ul li .mega-menu-content[data-v-00f6d428] {
        position: relative;
        width: auto;
        max-width: none;
        background: transparent !important;
        box-shadow: none;
        border: 0;
        border-top: 1px solid #EEE;
        z-index: 1;
        top: 0;
        padding-left: 15px
    }

    #primary-menu ul li .mega-menu-content[data-v-00f6d428] {
        padding-left: 0;
        display: none
    }

    #primary-menu.on-click ul li .mega-menu-content.d-block[data-v-00f6d428] {
        display: block !important
    }

    #primary-menu ul ul:not(.mega-menu-column) ul[data-v-00f6d428] {
        top: 0 !important;
        left: 0
    }

    #primary-menu ul ul.menu-pos-invert[data-v-00f6d428]:not(.mega-menu-column),
    #primary-menu ul li .mega-menu-content.menu-pos-invert[data-v-00f6d428] {
        left: 0;
        right: 0
    }

    #primary-menu ul ul:not(.mega-menu-column) ul.menu-pos-invert[data-v-00f6d428] {
        right: 0
    }

    #primary-menu ul ul li[data-v-00f6d428] {
        float: none;
        margin: 0;
        border-top: 1px solid #EEE
    }

    #primary-menu ul ul li>a[data-v-00f6d428] {
        padding: 11px 5px !important;
        font-size: 13px;
        text-transform: none;
        font-weight: 400
    }

    #primary-menu ul ul li:hover>a[data-v-00f6d428] {
        background-color: transparent !important;
        font-weight: 700;
        padding-left: 5px;
        color: #1abc9c
    }

    #primary-menu ul li .mega-menu-content[data-v-00f6d428],
    #primary-menu ul li.mega-menu-small .mega-menu-content[data-v-00f6d428],
    #primary-menu ul li.mega-menu .mega-menu-content[data-v-00f6d428],
    .floating-header.sticky-header #primary-menu ul li.mega-menu .mega-menu-content[data-v-00f6d428],
    .floating-header #primary-menu ul li.mega-menu .mega-menu-content[data-v-00f6d428] {
        width: auto;
        margin: 0;
        top: 0
    }

    .container-fullwidth #primary-menu ul li.mega-menu .mega-menu-content[data-v-00f6d428],
    #header.full-header #primary-menu ul li.mega-menu .mega-menu-content[data-v-00f6d428] {
        width: auto !important;
        margin: 0 !important
    }

    #primary-menu ul li.mega-menu .mega-menu-content.style-2[data-v-00f6d428] {
        padding: 0
    }

    #primary-menu ul li .mega-menu-content ul[data-v-00f6d428] {
        display: block !important;
        position: relative;
        opacity: 1 !important;
        top: 0;
        left: 0;
        min-width: inherit
    }

    #primary-menu ul li .mega-menu-content ul ul[data-v-00f6d428] {
        border-top: 1px solid #EEE
    }

    #primary-menu ul li .mega-menu-content ul.mega-menu-column[data-v-00f6d428] {
        float: none;
        width: auto !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin: 0;
        border-left: 0 !important;
        padding-left: 15px;
        border-top: 1px solid #EEE
    }

    #primary-menu ul li .mega-menu-content ul.mega-menu-column[data-v-00f6d428]:first-child {
        border: 0
    }

    #primary-menu ul li .mega-menu-content ul[data-v-00f6d428] {
        width: 100% !important
    }

    #primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column[data-v-00f6d428] {
        padding: 0 0 0 15px
    }

    #primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title[data-v-00f6d428] {
        margin: 0
    }

    #primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title>a[data-v-00f6d428] {
        font-size: 13px;
        font-weight: 700;
        text-transform: none !important;
        padding: 11px 5px !important;
        line-height: 22px !important;
        color: #444 !important
    }

    #primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title:hover>a[data-v-00f6d428] {
        background-color: transparent;
        color: #1abc9c !important
    }

    #primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title>a[data-v-00f6d428]:hover {
        color: #1abc9c !important
    }

    #primary-menu ul li .mega-menu-content.style-2 li[data-v-00f6d428] {
        border-top: 1px solid #EEE
    }

    #primary-menu ul li .mega-menu-content.style-2 li[data-v-00f6d428]:first-child {
        border-top: 0
    }

    #primary-menu ul li .mega-menu-content.style-2 ul>li>a[data-v-00f6d428]:hover {
        padding-left: 5px
    }

    .mega-menu-column .widget[data-v-00f6d428] {
        padding: 30px 0;
        margin: 0 !important
    }

    #top-search[data-v-00f6d428] {
        margin: 0 !important
    }

    #top-search a[data-v-00f6d428],
    #top-cart[data-v-00f6d428],
    #side-panel-trigger[data-v-00f6d428],
    #top-account[data-v-00f6d428] {
        position: absolute;
        top: 0;
        left: auto;
        right: 15px;
        margin: 40px 0;
        -webkit-transition: margin .4s ease;
        -o-transition: margin .4s ease;
        transition: margin .4s ease
    }

    #primary-menu>div>#top-search a[data-v-00f6d428],
    #primary-menu>div>#top-cart[data-v-00f6d428],
    #primary-menu>div>#side-panel-trigger[data-v-00f6d428] {
        margin: 20px 0 !important
    }

    #primary-menu ul.windows-mobile-menu li.sub-menu[data-v-00f6d428] {
        position: relative
    }

    #primary-menu ul.windows-mobile-menu li.sub-menu a[data-v-00f6d428] {
        background-image: none !important
    }

    #primary-menu ul.windows-mobile-menu li.sub-menu a.wn-submenu-trigger[data-v-00f6d428] {
        position: absolute;
        cursor: pointer;
        width: 32px;
        height: 50px;
        line-height: 51px;
        top: 0;
        right: 0;
        z-index: 1;
        padding: 0 !important;
        text-align: center !important
    }

    #primary-menu ul.windows-mobile-menu .mega-menu-content a.wn-submenu-trigger[data-v-00f6d428] {
        display: none
    }

    #primary-menu ul.windows-mobile-menu li.sub-menu a.wn-submenu-trigger i[data-v-00f6d428] {
        margin: 0 !important
    }

    #primary-menu ul.windows-mobile-menu ul li.sub-menu a.wn-submenu-trigger[data-v-00f6d428] {
        text-align: center !important;
        height: 45px;
        line-height: 45px
    }

    #primary-menu ul.windows-mobile-menu ul li.sub-menu a.wn-submenu-trigger i[data-v-00f6d428] {
        display: inline-block;
        line-height: 45px
    }

    #header.sticky-style-3 #top-cart .top-cart-content[data-v-00f6d428] {
        top: 40px
    }

    #top-search a[data-v-00f6d428] {
        right: 43px
    }

    #top-search form[data-v-00f6d428] {
        height: 100px !important
    }

    #primary-menu>div>#top-search form[data-v-00f6d428] {
        height: 60px !important
    }

    #top-search form input[data-v-00f6d428] {
        font-size: 24px
    }

    #side-panel-trigger[data-v-00f6d428] {
        right: 71px
    }

    #top-account[data-v-00f6d428] {
        margin: 33px 0 32px;
        right: 75px
    }

    #top-account a.btn span[data-v-00f6d428] {
        display: none
    }

    body:not(.sticky-responsive-pagemenu) #page-menu #page-menu-wrap[data-v-00f6d428] {
        position: relative !important;
        top: 0 !important
    }

    #page-submenu-trigger[data-v-00f6d428] {
        opacity: 1;
        pointer-events: auto;
        color: #fff
    }

    #page-menu.pagemenu-active #page-submenu-trigger[data-v-00f6d428] {
        background-color: #0003
    }

    #page-menu nav[data-v-00f6d428] {
        display: none;
        position: absolute;
        float: none;
        width: 200px;
        top: 43px;
        left: auto;
        right: 15px;
        height: auto;
        background-color: #1abc9c;
        z-index: 11
    }

    #page-menu.pagemenu-active nav[data-v-00f6d428] {
        display: block
    }

    #page-menu nav ul[data-v-00f6d428] {
        height: auto;
        background-color: #0003
    }

    #page-menu nav li[data-v-00f6d428] {
        float: none
    }

    #page-menu nav li a[data-v-00f6d428] {
        height: 40px;
        line-height: 40px;
        margin: 0;
        padding: 0 15px;
        border-radius: 0
    }

    #page-menu ul ul[data-v-00f6d428] {
        position: relative;
        width: auto;
        top: 0;
        background-color: transparent
    }

    #page-menu ul ul a[data-v-00f6d428] {
        padding-left: 25px
    }

    .sticky-responsive-menu #header[data-v-00f6d428] {
        min-height: 100px;
        -webkit-transition: min-height .4s ease;
        -o-transition: min-height .4s ease;
        transition: min-height .4s ease
    }

    .sticky-responsive-menu #header-wrap[data-v-00f6d428] {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }

    .sticky-responsive-menu #header.sticky-style-2[data-v-00f6d428],
    .sticky-responsive-menu #header.sticky-style-3[data-v-00f6d428] {
        min-height: 160px
    }

    .sticky-responsive-menu.device-touch #header[data-v-00f6d428],
    .sticky-responsive-menu.device-touch #header-wrap[data-v-00f6d428],
    .sticky-responsive-menu.device-touch #logo[data-v-00f6d428],
    .sticky-responsive-menu.device-touch #logo img[data-v-00f6d428],
    .sticky-responsive-menu.device-touch #top-search a[data-v-00f6d428],
    .sticky-responsive-menu.device-touch #primary-menu-trigger[data-v-00f6d428],
    .sticky-responsive-menu.device-touch #top-cart[data-v-00f6d428],
    .sticky-responsive-menu.device-touch #side-panel-trigger[data-v-00f6d428],
    .sticky-responsive-menu.device-touch #top-account[data-v-00f6d428] {
        -webkit-transition: none !important;
        -o-transition: none !important;
        transition: none !important
    }

    #header.responsive-sticky-header[data-v-00f6d428]:not(.sticky-style-2):not(.sticky-style-3):not(.static-sticky) {
        min-height: 60px
    }

    .responsive-sticky-header #header-wrap[data-v-00f6d428] {
        z-index: 199;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #fff;
        border-bottom: 1px solid #EEE;
        -webkit-backface-visibility: hidden
    }

    .responsive-sticky-header:not(.static-sticky) #logo[data-v-00f6d428],
    .responsive-sticky-header:not(.static-sticky) #logo img[data-v-00f6d428] {
        height: 60px
    }

    .responsive-sticky-header:not(.static-sticky) #primary-menu-trigger[data-v-00f6d428] {
        top: 5px
    }

    .responsive-sticky-header #primary-menu>ul[data-v-00f6d428],
    .responsive-sticky-header #primary-menu>.container>ul[data-v-00f6d428] {
        max-height: 300px;
        overflow-y: scroll
    }

    .responsive-sticky-header #primary-menu>ul[data-v-00f6d428],
    .responsive-sticky-header #primary-menu>.container>ul[data-v-00f6d428] {
        margin-bottom: 20px !important
    }

    .responsive-sticky-header:not(.static-sticky) #top-search a[data-v-00f6d428],
    .responsive-sticky-header:not(.static-sticky) #top-cart[data-v-00f6d428],
    .responsive-sticky-header:not(.static-sticky) #side-panel-trigger[data-v-00f6d428] {
        margin: 20px 0
    }

    .responsive-sticky-header:not(.static-sticky) #top-search form[data-v-00f6d428] {
        height: 60px !important
    }

    .responsive-sticky-header:not(.static-sticky) #top-cart .top-cart-content[data-v-00f6d428] {
        top: 40px
    }

    #header.responsive-sticky-header:not(.static-sticky)~#page-menu.sticky-page-menu #page-menu-wrap[data-v-00f6d428] {
        top: 60px
    }

    body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas>ul[data-v-00f6d428],
    body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas>div>ul[data-v-00f6d428] {
        position: fixed;
        display: block;
        z-index: 499;
        width: 280px;
        height: 100%;
        height: 100vh;
        max-height: none !important;
        margin: 0 !important;
        left: 0 !important;
        top: 0 !important;
        padding: 35px 25px 60px !important;
        background-color: #fff;
        border-right: 1px solid #EEE !important;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        -webkit-transform: translate3d(-280px, 0, 0);
        -o-transform: translate3d(-280px, 0, 0);
        transform: translate3d(-280px, 0, 0);
        -webkit-backface-visibility: hidden;
        transform-style: preserve-3d
    }

    body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas.from-right>ul[data-v-00f6d428],
    body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas.from-right>div>ul[data-v-00f6d428] {
        left: auto !important;
        right: 0;
        border-right: 0 !important;
        border-left: 1px solid #EEE !important;
        -webkit-transform: translate3d(280px, 0, 0);
        -o-transform: translate3d(280px, 0, 0);
        transform: translate3d(280px, 0, 0)
    }

    body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas>ul[data-v-00f6d428],
    body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas>div>ul[data-v-00f6d428] {
        -webkit-transition: -webkit-transform .3s ease-in-out, opacity .2s ease !important;
        -o-transition: -o-transform .3s ease-in-out, opacity .2s ease !important;
        transition: transform .3s ease-in-out, opacity .2s ease !important
    }

    body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas>ul.d-block[data-v-00f6d428],
    body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas>div>ul.d-block[data-v-00f6d428] {
        -webkit-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }

    .portfolio .portfolio-item[data-v-00f6d428] {
        width: 33.33333333%
    }

    .portfolio-2 .portfolio-item[data-v-00f6d428] {
        width: 50%
    }

    .portfolio-1 .portfolio-item[data-v-00f6d428] {
        width: 100%
    }

    .portfolio-1 .portfolio-item .portfolio-image[data-v-00f6d428] {
        float: none !important;
        margin: 0 0 20px !important
    }

    .portfolio-1 .portfolio-item .portfolio-image[data-v-00f6d428],
    .portfolio-1 .portfolio-item .portfolio-image a[data-v-00f6d428],
    .portfolio-1 .portfolio-item .portfolio-image img[data-v-00f6d428],
    .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image[data-v-00f6d428],
    .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image a[data-v-00f6d428],
    .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image img[data-v-00f6d428] {
        width: 100%;
        height: auto
    }

    .portfolio-1 .portfolio-desc[data-v-00f6d428] {
        width: 100% !important;
        padding: 0 !important
    }

    .portfolio-1.portfolio-fullwidth[data-v-00f6d428] {
        margin: 0 0 -60px
    }

    .portfolio-1.portfolio-fullwidth .portfolio-item[data-v-00f6d428] {
        margin-bottom: 60px;
        padding-bottom: 0;
        border-bottom: 0;
        overflow: hidden
    }

    .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image[data-v-00f6d428] {
        float: none;
        margin: 0 0 20px !important
    }

    .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image img[data-v-00f6d428] {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }

    .portfolio-1.portfolio-fullwidth .portfolio-item:hover .portfolio-image img[data-v-00f6d428],
    .portfolio-1.portfolio-fullwidth .portfolio-item.alt:hover .portfolio-image img[data-v-00f6d428] {
        -webkit-transform: translateX(0) !important;
        -moz-transform: translateX(0) !important;
        -ms-transform: translateX(0) !important;
        -o-transform: translateX(0) !important;
        transform: translate(0) !important
    }

    .portfolio-1.portfolio-fullwidth .portfolio-desc[data-v-00f6d428],
    .portfolio-1.portfolio-fullwidth .alt .portfolio-desc[data-v-00f6d428] {
        position: relative;
        height: auto;
        background-color: transparent;
        left: 0 !important;
        right: 0 !important;
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }

    .portfolio-1.portfolio-fullwidth .portfolio-overlay a[data-v-00f6d428] {
        left: 50% !important
    }

    .portfolio-1.portfolio-fullwidth .alt .portfolio-overlay a[data-v-00f6d428] {
        left: auto;
        right: 50% !important
    }

    .device-touch .portfolio-parallax .portfolio-item .portfolio-desc[data-v-00f6d428],
    .device-touch .portfolio-parallax .portfolio-overlay[data-v-00f6d428] {
        opacity: 1
    }

    .shop-quick-view-ajax[data-v-00f6d428],
    .portfolio-ajax-modal[data-v-00f6d428] {
        width: 90% !important
    }

    .small-thumbs .entry-title h2[data-v-00f6d428],
    .ievent .entry-title h2[data-v-00f6d428] {
        font-size: 18px
    }

    .entry-meta li[data-v-00f6d428] {
        font-size: 12px;
        margin: 0 10px 10px 0
    }

    .post-grid[data-v-00f6d428] {
        margin-right: -20px
    }

    .post-grid .entry[data-v-00f6d428] {
        width: 33.33333333%;
        padding-right: 20px
    }

    .post-grid.grid-2[data-v-00f6d428],
    .post-grid.grid-3[data-v-00f6d428] {
        margin-right: -30px
    }

    .post-grid.grid-2 .entry[data-v-00f6d428],
    .post-grid.grid-3 .entry[data-v-00f6d428] {
        width: 50%;
        padding-right: 30px
    }

    .post-masonry-full .entry[data-v-00f6d428] {
        width: 33.3% !important
    }

    .post-masonry-full.grid-3 .entry[data-v-00f6d428] {
        width: 50% !important
    }

    .post-timeline .entry[data-v-00f6d428] {
        width: 290px !important
    }

    .post-timeline .entry.entry-date-section[data-v-00f6d428] {
        width: 100% !important
    }

    .product[data-v-00f6d428] {
        width: 33.33333333%
    }

    .product:not(.product-2):not(.product-3) .product-title h3[data-v-00f6d428] {
        font-size: 18px
    }

    .pricing [class^=col-md-] .pricing-box.best-price[data-v-00f6d428] {
        margin-top: 0
    }

    .pricing.pricing-5 .pricing-box.best-price[data-v-00f6d428] {
        margin-top: 20px
    }

    .device-md .pricing.pricing-5 .pricing-title h3[data-v-00f6d428],
    .device-md .pricing.pricing-5 .best-price .pricing-title h3[data-v-00f6d428] {
        font-size: 14px
    }

    .device-md .pricing.pricing-5 .pricing-title span[data-v-00f6d428] {
        font-size: 12px
    }

    .device-md .pricing.pricing-5 .pricing-price[data-v-00f6d428] {
        font-size: 48px
    }

    .device-md .pricing.pricing-5 .pricing-price span[data-v-00f6d428] {
        font-size: 20px
    }

    .device-md .pricing.pricing-5 .pricing-price span.price-tenure[data-v-00f6d428] {
        font-size: 12px
    }

    .device-md .pricing.pricing-5 .pricing-box.best-price .pricing-title[data-v-00f6d428] {
        padding: 15px 0
    }

    .pricing-box.pricing-extended .pricing-desc[data-v-00f6d428],
    .pricing-box.pricing-extended .pricing-action-area[data-v-00f6d428] {
        position: relative;
        float: none;
        width: auto;
        padding: 25px
    }

    .pricing-box.pricing-extended .pricing-action-area[data-v-00f6d428] {
        height: auto;
        border-left: 0;
        border-top: 1px solid rgba(0, 0, 0, .05);
        border-radius: 0 0 3px 3px
    }

    .testimonials-grid.grid-3 li[data-v-00f6d428] {
        width: 50%
    }

    .section>.testimonial[data-v-00f6d428] {
        padding: 0 40px !important;
        max-width: none
    }

    .promo[data-v-00f6d428]:not(.promo-full) {
        padding: 30px 20px !important
    }

    .promo.promo-dark h3[data-v-00f6d428] {
        line-height: 1.6
    }

    .promo a.button[data-v-00f6d428] {
        position: relative !important;
        top: 0 !important;
        margin: 20px 0 0 !important;
        left: 0 !important;
        right: 0
    }

    #contact-form-overlay-mini[data-v-00f6d428] {
        float: none;
        width: auto;
        max-width: 380px;
        margin: 0 auto
    }

    .button.button-full[data-v-00f6d428] {
        font-size: 22px
    }

    .button.button-full i[data-v-00f6d428] {
        top: 3px !important
    }

    .bnews-title[data-v-00f6d428] {
        float: none;
        display: inline-block
    }

    .bnews-slider[data-v-00f6d428] {
        float: none;
        margin: 10px 0 0;
        width: 100%
    }

    .wedding-head[data-v-00f6d428] {
        font-size: 60px
    }

    .wedding-head .first-name span[data-v-00f6d428],
    .wedding-head .last-name span[data-v-00f6d428] {
        font-size: 40px
    }

    .wedding-head .and[data-v-00f6d428] {
        font-size: 144px
    }

    .error404[data-v-00f6d428] {
        font-size: 180px
    }

    .landing-form-overlay[data-v-00f6d428] {
        position: absolute;
        width: 100%;
        max-width: 400px;
        right: auto;
        left: 50%;
        margin-left: -200px;
        bottom: 0
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {

    .swiper_wrapper[data-v-00f6d428]:not(.full-screen):not(.canvas-slider-grid),
    .swiper_wrapper:not(.full-screen):not(.canvas-slider-grid) .swiper-slide[data-v-00f6d428] {
        height: 400px !important
    }

    .sidebar-widgets-wrap[data-v-00f6d428] {
        position: relative;
        margin: 0 -20px -40px
    }

    .sidebar-widgets-wrap .widget[data-v-00f6d428] {
        display: inline-block;
        vertical-align: top;
        float: none;
        width: 49.6%;
        margin: 0 0 40px;
        padding-top: 0;
        padding-left: 20px;
        padding-right: 20px;
        border-top: 0
    }

    .landing-video[data-v-00f6d428] {
        width: 352px;
        height: 199px;
        margin: 14px 0 0 60px
    }
}

@media (max-width: 767.98px) {
    body[data-v-00f6d428] {
        padding: 0 !important
    }

    #wrapper[data-v-00f6d428] {
        width: 100% !important
    }

    .container-fullwidth[data-v-00f6d428] {
        margin: 0 auto;
        padding: 0 15px !important
    }

    h1[data-v-00f6d428] {
        font-size: 28px
    }

    h2[data-v-00f6d428] {
        font-size: 24px
    }

    h3[data-v-00f6d428] {
        font-size: 20px
    }

    h4[data-v-00f6d428] {
        font-size: 16px
    }

    .one-page-arrow[data-v-00f6d428] {
        display: none !important
    }

    #top-bar[data-v-00f6d428] {
        height: auto
    }

    #top-bar .col_half[data-v-00f6d428] {
        width: 100%;
        margin-bottom: 0 !important
    }

    .top-links[data-v-00f6d428],
    .top-links>ul>li[data-v-00f6d428] {
        float: none !important
    }

    .top-links>ul[data-v-00f6d428] {
        text-align: center
    }

    .top-links>ul>li[data-v-00f6d428] {
        display: inline-block
    }

    .top-links>ul>li[data-v-00f6d428] {
        margin-right: -4px
    }

    .top-links ul ul[data-v-00f6d428],
    .top-links ul div.top-link-section[data-v-00f6d428] {
        text-align: left
    }

    .top-links ul div.top-link-section[data-v-00f6d428] {
        left: auto;
        right: 0;
        padding: 20px 15px
    }

    #top-social[data-v-00f6d428],
    .flex-caption[data-v-00f6d428] {
        display: none !important
    }

    .flex-control-nav li[data-v-00f6d428] {
        opacity: 1 !important
    }

    .fslider:not(.flex-thumb-grid) .flex-control-nav.flex-control-thumbs[data-v-00f6d428] {
        height: 60px
    }

    .fslider:not(.flex-thumb-grid) .flex-control-nav.flex-control-thumbs li[data-v-00f6d428],
    .fslider:not(.flex-thumb-grid) .flex-control-nav.flex-control-thumbs li img[data-v-00f6d428] {
        display: block;
        width: 80px !important;
        height: 60px !important
    }

    .postcontent[data-v-00f6d428],
    .postcontent.bothsidebar[data-v-00f6d428],
    .sidebar[data-v-00f6d428],
    .col_full[data-v-00f6d428],
    .col_half[data-v-00f6d428],
    .col_one_third[data-v-00f6d428],
    .col_two_third[data-v-00f6d428],
    .col_three_fourth[data-v-00f6d428],
    .col_one_fourth[data-v-00f6d428],
    .col_one_fifth[data-v-00f6d428],
    .col_two_fifth[data-v-00f6d428],
    .col_three_fifth[data-v-00f6d428],
    .col_four_fifth[data-v-00f6d428],
    .col_one_sixth[data-v-00f6d428],
    .col_five_sixth[data-v-00f6d428] {
        width: 100%;
        margin-right: 0;
        float: none;
        margin-bottom: 50px !important
    }

    .col_last[data-v-00f6d428] {
        float: none
    }

    .sidebar.col_last[data-v-00f6d428] {
        margin-bottom: 0 !important
    }

    form .col_full[data-v-00f6d428],
    form .col_half[data-v-00f6d428],
    form .col_one_third[data-v-00f6d428],
    form .col_two_third[data-v-00f6d428],
    form .col_three_fourth[data-v-00f6d428],
    form .col_one_fourth[data-v-00f6d428],
    form .col_one_fifth[data-v-00f6d428],
    form .col_two_fifth[data-v-00f6d428],
    form .col_three_fifth[data-v-00f6d428],
    form .col_four_fifth[data-v-00f6d428],
    form .col_one_sixth[data-v-00f6d428],
    form .col_five_sixth[data-v-00f6d428] {
        margin-bottom: 25px !important
    }

    #page-title[data-v-00f6d428] {
        padding: 20px 0 25px;
        text-align: center
    }

    #page-title h1[data-v-00f6d428] {
        line-height: 1.5;
        font-size: 24px
    }

    #page-title .breadcrumb[data-v-00f6d428] {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        margin: 20px 0 0 !important;
        justify-content: center
    }

    #page-title #portfolio-navigation[data-v-00f6d428],
    #portfolio-ajax-title #portfolio-navigation[data-v-00f6d428] {
        position: relative;
        top: 0;
        left: 0;
        margin: 15px auto 0
    }

    #portfolio-ajax-title[data-v-00f6d428] {
        text-align: center
    }

    .portfolio-filter[data-v-00f6d428] {
        border: none;
        border-radius: 0;
        margin-bottom: 20px
    }

    .portfolio-filter li[data-v-00f6d428] {
        width: 33.33%;
        margin: 0 0 20px !important
    }

    .portfolio-filter li a[data-v-00f6d428] {
        text-align: center;
        border-left: none;
        padding: 12px 18px !important;
        border-radius: 2px !important
    }

    .portfolio-filter li a[data-v-00f6d428]:hover {
        color: #1abc9c
    }

    .portfolio-filter li.activeFilter a[data-v-00f6d428] {
        color: #fff;
        margin: 0
    }

    .portfolio-filter.style-2 li a[data-v-00f6d428],
    .portfolio-filter.style-3 li a[data-v-00f6d428] {
        border-radius: 22px !important
    }

    .portfolio-shuffle[data-v-00f6d428] {
        display: none
    }

    .small-thumbs .entry-image[data-v-00f6d428],
    .ievent .entry-image[data-v-00f6d428] {
        float: none !important;
        width: 100% !important;
        margin: 0 0 20px !important
    }

    .entry-title h2[data-v-00f6d428],
    .post-grid .entry-title h2[data-v-00f6d428] {
        font-size: 18px !important;
        font-weight: 600
    }

    .entry-meta li[data-v-00f6d428] {
        font-size: 11px;
        margin: 0 10px 10px 0
    }

    #posts .entry-meta li i[data-v-00f6d428] {
        display: none
    }

    #posts.post-grid .entry-meta li i[data-v-00f6d428],
    #posts .entry-meta li:last-child i[data-v-00f6d428] {
        display: inline-block
    }

    .post-grid[data-v-00f6d428] {
        margin-right: 0 !important
    }

    .post-grid .entry[data-v-00f6d428],
    .post-masonry-full.grid-3 .entry[data-v-00f6d428] {
        float: none !important;
        width: 100% !important;
        margin-right: 0 !important;
        border-right: 0 !important
    }

    .post-timeline .entry.entry-date-section[data-v-00f6d428] {
        margin-left: 0
    }

    .postcontent .post-timeline[data-v-00f6d428] {
        margin: 0
    }

    .timeline-border[data-v-00f6d428],
    .post-timeline .entry-timeline[data-v-00f6d428] {
        display: none !important
    }

    .postcontent .post-timeline[data-v-00f6d428] {
        padding-left: 0
    }

    .post-masonry-full .entry[data-v-00f6d428] {
        padding: 40px !important
    }

    .product-1 .product[data-v-00f6d428] {
        width: 100%
    }

    .product-1 .product-image[data-v-00f6d428] {
        float: none !important;
        width: 100% !important;
        height: auto !important;
        margin: 0 0 20px !important
    }

    .product-1 .product-title h3[data-v-00f6d428] {
        font-size: 19px
    }

    .product-1 p[data-v-00f6d428] {
        display: none
    }

    .pricing-box.best-price[data-v-00f6d428] {
        margin-top: 0
    }

    .pricing.pricing-5 .pricing-box[data-v-00f6d428] {
        float: none;
        width: 100%
    }

    .pricing-box.pricing-extended .pricing-features li[data-v-00f6d428] {
        width: auto;
        float: none
    }

    table.cart .quantity[data-v-00f6d428] {
        display: block
    }

    table.cart .quantity .qty[data-v-00f6d428],
    table.cart .quantity .plus[data-v-00f6d428],
    table.cart .quantity .minus[data-v-00f6d428] {
        float: none;
        width: 100%
    }

    table.cart .quantity .qty[data-v-00f6d428] {
        border: 0;
        border-top: 1px solid #DDD;
        border-bottom: 1px solid #DDD
    }

    .button.button-desc[data-v-00f6d428] {
        padding: 20px 17px;
        font-size: 15px;
        max-width: 100%
    }

    .button.button-desc span[data-v-00f6d428] {
        font-size: 11px
    }

    .process-steps li[data-v-00f6d428] {
        float: none;
        width: auto !important;
        margin-top: 20px
    }

    .process-steps li[data-v-00f6d428]:first-child {
        margin-top: 0
    }

    .process-steps li h5[data-v-00f6d428] {
        margin: 10px 0 0
    }

    .process-steps li[data-v-00f6d428]:before,
    .process-steps li[data-v-00f6d428]:after {
        display: none
    }

    .tabs-responsive .tab-container[data-v-00f6d428] {
        padding: 0 !important
    }

    .tabs-responsive .tab-container[data-v-00f6d428]:not(.accordion-border) {
        border: 0
    }

    .testimonials-grid li[data-v-00f6d428] {
        float: none;
        width: auto !important;
        padding-left: 0;
        padding-right: 0
    }

    .team.team-list .team-image[data-v-00f6d428] {
        float: none;
        width: 100%;
        margin-right: 0
    }

    .team.team-list .team-title[data-v-00f6d428] {
        margin-top: 15px
    }

    .title-block[data-v-00f6d428] {
        padding: 2px 0 3px 15px;
        border-left-width: 5px
    }

    .title-block-right[data-v-00f6d428] {
        padding: 2px 15px 3px 0;
        border-right-width: 5px
    }

    .title-block h1+span[data-v-00f6d428] {
        font-size: 18px
    }

    .title-block h2+span[data-v-00f6d428] {
        font-size: 17px
    }

    .title-block h3+span[data-v-00f6d428] {
        font-size: 15px
    }

    .title-block h4+span[data-v-00f6d428] {
        font-size: 13px
    }

    .heading-block h1[data-v-00f6d428] {
        font-size: 30px
    }

    .heading-block h2[data-v-00f6d428] {
        font-size: 26px
    }

    .heading-block h3[data-v-00f6d428] {
        font-size: 22px
    }

    .heading-block h4[data-v-00f6d428] {
        font-size: 19px
    }

    .heading-block h1+span[data-v-00f6d428] {
        font-size: 20px
    }

    .heading-block h2+span[data-v-00f6d428] {
        font-size: 18px
    }

    .heading-block h3+span[data-v-00f6d428],
    .heading-block h4+span[data-v-00f6d428] {
        font-size: 17px
    }

    .heading-block~p[data-v-00f6d428]:not(.lead) {
        font-size: 15px
    }

    .emphasis-title h1[data-v-00f6d428],
    .emphasis-title h2[data-v-00f6d428] {
        font-size: 44px !important
    }

    .wedding-head[data-v-00f6d428] {
        font-size: 48px
    }

    .wedding-head .first-name[data-v-00f6d428],
    .wedding-head .last-name[data-v-00f6d428],
    .wedding-head .and[data-v-00f6d428] {
        display: block;
        margin: 0 0 15px;
        text-align: center
    }

    .wedding-head .first-name span[data-v-00f6d428],
    .wedding-head .last-name span[data-v-00f6d428] {
        font-size: 36px
    }

    .wedding-head .and[data-v-00f6d428] {
        font-size: 120px
    }

    .news-carousel .overlay[data-v-00f6d428] {
        display: none
    }

    .landing-video[data-v-00f6d428] {
        position: relative;
        top: 14px;
        width: 76%;
        height: auto;
        margin: 19px auto 0
    }

    #cookie-notification .container[data-v-00f6d428] {
        padding-right: 15px
    }

    #cookie-notification .cookie-noti-btn[data-v-00f6d428] {
        position: relative;
        left: 0;
        display: block;
        margin-top: 20px
    }

    #copyrights .col_half[data-v-00f6d428] {
        text-align: center
    }

    #copyrights .col_half[data-v-00f6d428]:last-child {
        display: none
    }

    #copyrights .footer-logo[data-v-00f6d428] {
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {

    #header.full-header .container[data-v-00f6d428],
    .container-fullwidth[data-v-00f6d428] {
        width: 540px !important
    }

    .container.vertical-middle[data-v-00f6d428] {
        width: 100% !important
    }

    .full-screen:not(.force-full-screen) .container.vertical-middle[data-v-00f6d428] {
        width: 540px !important
    }

    #top-search form input[data-v-00f6d428] {
        padding-right: 60px
    }

    .swiper_wrapper[data-v-00f6d428]:not(.force-full-screen),
    .swiper_wrapper:not(.force-full-screen):not(.canvas-slider-grid) .swiper-slide[data-v-00f6d428] {
        height: 300px !important
    }

    .swiper_wrapper .slider-caption h2[data-v-00f6d428] {
        font-size: 2.25rem
    }

    .swiper_wrapper .slider-caption p[data-v-00f6d428] {
        font-size: 1.25rem
    }

    #header.transparent-header.floating-header .container[data-v-00f6d428] {
        width: 540px;
        padding: 0 15px
    }

    .portfolio[data-v-00f6d428]:not(.portfolio-1) {
        margin: 0 -6px -6px 0
    }

    .portfolio:not(.portfolio-1) .portfolio-item[data-v-00f6d428] {
        padding: 0 6px 6px 0
    }

    .portfolio:not(.portfolio-1) .portfolio-item[data-v-00f6d428] {
        width: 50%
    }

    .portfolio:not(.portfolio-1) .portfolio-desc[data-v-00f6d428] {
        padding: 15px 5px 10px
    }

    .portfolio:not(.portfolio-1) .portfolio-desc h3[data-v-00f6d428] {
        font-size: 16px
    }

    .portfolio:not(.portfolio-1) .portfolio-desc span[data-v-00f6d428] {
        font-size: 14px
    }

    .portfolio-notitle:not(.portfolio-1) .portfolio-desc[data-v-00f6d428] {
        height: 78px;
        padding: 15px 5px;
        bottom: -79px
    }

    .portfolio-full.portfolio-notitle:not(.portfolio-1) .portfolio-desc[data-v-00f6d428],
    .portfolio-nomargin.portfolio-notitle:not(.portfolio-1) .portfolio-desc[data-v-00f6d428] {
        bottom: -78px;
        border-bottom: 0
    }

    .portfolio-notitle:not(.portfolio-1) .portfolio-item:hover .portfolio-overlay a.left-icon[data-v-00f6d428],
    .portfolio-notitle:not(.portfolio-1) .portfolio-item:hover .portfolio-overlay a.right-icon[data-v-00f6d428],
    .portfolio-notitle .iportfolio:hover .portfolio-overlay a.left-icon[data-v-00f6d428],
    .portfolio-notitle .iportfolio:hover .portfolio-overlay a.right-icon[data-v-00f6d428] {
        margin-top: -55px !important
    }

    .portfolio:not(.portfolio-1) .portfolio-item:hover .portfolio-overlay .portfolio-desc~a[data-v-00f6d428] {
        margin: 20px 0 0 !important
    }

    .portfolio:not(.portfolio-1) .portfolio-item:hover .portfolio-overlay .portfolio-desc~a.right-icon[data-v-00f6d428] {
        margin-left: 5px !important;
        margin-right: 0 !important
    }

    .portfolio.portfolio-nomargin[data-v-00f6d428],
    .portfolio.portfolio-full[data-v-00f6d428] {
        margin: 0 !important
    }

    .post-grid:not(.post-masonry) .entry-image iframe[data-v-00f6d428] {
        height: 246px
    }

    .shop[data-v-00f6d428]:not(.product-1) {
        margin: 0 -12px -12px 0
    }

    .shop:not(.product-1) .product[data-v-00f6d428] {
        padding: 0 12px 12px 0;
        width: 50%
    }

    .shop:not(.product-1) .product-title h3[data-v-00f6d428] {
        font-size: 17px
    }

    .clients-grid:not(.grid-3):not(.grid-2) li[data-v-00f6d428],
    .clients-grid.grid-4 li[data-v-00f6d428],
    .clients-grid.grid-6 li[data-v-00f6d428] {
        width: 33.33%
    }

    .button.button-full[data-v-00f6d428] {
        font-size: 18px
    }

    .button.button-full i[data-v-00f6d428] {
        top: 2px !important;
        margin-left: 3px !important
    }

    .error404[data-v-00f6d428],
    .error404-wrap .error404[data-v-00f6d428] {
        font-size: 160px
    }
}

@media (max-width: 575.98px) {

    .container[data-v-00f6d428],
    #header.full-header .container[data-v-00f6d428],
    .container-fullwidth[data-v-00f6d428] {
        width: 100% !important;
        padding-left: 40px !important;
        padding-right: 40px !important
    }

    #primary-menu-trigger[data-v-00f6d428] {
        left: 20px
    }

    #top-cart[data-v-00f6d428] {
        display: none
    }

    #top-search a[data-v-00f6d428] {
        right: 40px
    }

    #top-search form input[data-v-00f6d428] {
        padding-right: 55px
    }

    #side-panel-trigger[data-v-00f6d428],
    #top-account[data-v-00f6d428] {
        right: 68px
    }

    #top-account a.btn[data-v-00f6d428] {
        padding-left: 8px;
        padding-right: 8px
    }

    #top-account a.btn i[data-v-00f6d428]:last-child {
        display: none
    }

    .swiper_wrapper[data-v-00f6d428]:not(.force-full-screen),
    .swiper_wrapper:not(.force-full-screen):not(.canvas-slider-grid) .swiper-slide[data-v-00f6d428] {
        height: 180px !important
    }

    .swiper_wrapper .slider-caption h2[data-v-00f6d428] {
        font-size: 1.75rem
    }

    .swiper_wrapper .slider-caption p[data-v-00f6d428] {
        font-size: 1rem
    }

    #header.transparent-header.floating-header .container[data-v-00f6d428] {
        width: 310px;
        padding: 0 15px
    }

    .portfolio-filter li[data-v-00f6d428] {
        width: 50%
    }

    .portfolio[data-v-00f6d428]:not(.portfolio-1) {
        margin: 0
    }

    .portfolio .portfolio-item[data-v-00f6d428] {
        width: 100%;
        padding: 0
    }

    .post-grid:not(.post-masonry) .entry-image iframe[data-v-00f6d428] {
        height: 157px
    }

    .mpost .entry-image[data-v-00f6d428] {
        float: none;
        margin: 0 0 20px
    }

    .mpost .entry-image[data-v-00f6d428],
    .mpost .entry-image a[data-v-00f6d428],
    .mpost .entry-image img[data-v-00f6d428],
    .mpost .entry-image i[data-v-00f6d428] {
        width: 100%;
        height: auto
    }

    .mpost .entry-image i[data-v-00f6d428] {
        height: 150px;
        line-height: 150px
    }

    .shop[data-v-00f6d428]:not(.product-1) {
        margin: 0 !important
    }

    .shop:not(.product-1) .product[data-v-00f6d428] {
        margin: 0 0 20px;
        padding: 0;
        width: 100%
    }

    .shop:not(.product-1) .product-title h3[data-v-00f6d428] {
        font-size: 19px
    }

    .fslider:not(.flex-thumb-grid) .flex-control-nav.flex-control-thumbs[data-v-00f6d428] {
        height: 45px
    }

    .fslider:not(.flex-thumb-grid) .flex-control-nav.flex-control-thumbs li[data-v-00f6d428],
    .fslider:not(.flex-thumb-grid) .flex-control-nav.flex-control-thumbs li img[data-v-00f6d428] {
        display: block;
        width: 60px !important;
        height: 45px !important
    }

    .si-share span[data-v-00f6d428] {
        display: none
    }

    .parallax .entry-overlay-meta[data-v-00f6d428],
    .parallax .entry-overlay[data-v-00f6d428] {
        left: 50% !important;
        right: 0 !important;
        margin: 0 0 0 -140px !important;
        width: 280px !important
    }

    .parallax .entry-overlay[data-v-00f6d428] {
        width: 288px !important
    }

    .parallax .countdown-section[data-v-00f6d428] {
        width: 64px;
        height: 64px;
        margin: 0 8px 0 0;
        font-size: 11px;
        padding: 12px 0 0
    }

    .parallax .countdown-amount[data-v-00f6d428] {
        font-size: 20px
    }

    .countdown-large .countdown-section[data-v-00f6d428] {
        display: block;
        width: auto;
        margin: 30px 0 0;
        border: 0
    }

    .countdown-large .countdown-section[data-v-00f6d428]:first-child {
        margin-top: 0
    }

    .testi-image[data-v-00f6d428],
    .testi-image a[data-v-00f6d428],
    .testi-image img[data-v-00f6d428],
    .testi-image i[data-v-00f6d428] {
        width: 36px;
        height: 36px
    }

    .testi-image i[data-v-00f6d428] {
        line-height: 36px;
        font-size: 20px
    }

    .clients-grid:not(.grid-3):not(.grid-2) li[data-v-00f6d428],
    .clients-grid.grid-4 li[data-v-00f6d428],
    .clients-grid.grid-6 li[data-v-00f6d428] {
        width: 50%
    }

    .button.button-full[data-v-00f6d428] {
        font-size: 16px
    }

    .button.button-full i[data-v-00f6d428] {
        top: 2px !important;
        margin-left: 3px !important
    }

    .emphasis-title h1[data-v-00f6d428],
    .emphasis-title h2[data-v-00f6d428] {
        font-size: 40px !important
    }

    .error404[data-v-00f6d428],
    .error404-wrap .error404[data-v-00f6d428] {
        font-size: 120px
    }

    .landing-form-overlay[data-v-00f6d428] {
        margin-left: -155px
    }

    .button.button-desc[data-v-00f6d428] {
        padding: 20px 17px;
        font-size: 15px;
        max-width: 100%
    }

    .button.button-desc span[data-v-00f6d428] {
        font-size: 11px
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {

    #logo a.standard-logo[data-v-00f6d428],
    #header.split-menu #logo a.standard-logo[data-v-00f6d428] {
        display: none
    }

    #logo a.retina-logo[data-v-00f6d428] {
        display: block
    }

    #header.split-menu #logo a.retina-logo[data-v-00f6d428] {
        display: inline-block
    }

    .owl-carousel.owl-loading[data-v-00f6d428],
    .preloader[data-v-00f6d428],
    .preloader2[data-v-00f6d428],
    .form-process[data-v-00f6d428] {
        background-image: url(../images/preloader@2x.gif);
        background-size: 24px 24px
    }

    .dark .owl-carousel.owl-loading[data-v-00f6d428],
    .dark .preloader[data-v-00f6d428],
    .dark .preloader2[data-v-00f6d428],
    .dark .form-process[data-v-00f6d428] {
        background-image: url(../images/preloader-dark@2x.gif)
    }

    .widget_recent_comments li[data-v-00f6d428] {
        background-image: url(../images/widget-comment@2x.png);
        background-size: 15px 26px
    }

    .widget_nav_menu li a[data-v-00f6d428],
    .widget_links li a[data-v-00f6d428],
    .widget_meta li a[data-v-00f6d428],
    .widget_archive li a[data-v-00f6d428],
    .widget_recent_entries li a[data-v-00f6d428],
    .widget_categories li a[data-v-00f6d428],
    .widget_pages li a[data-v-00f6d428],
    .widget_rss li a[data-v-00f6d428],
    .widget_recent_comments li a[data-v-00f6d428] {
        background-image: url(../images/widget-link@2x.png);
        background-size: 4px 20px
    }

    .dark .widget_recent_comments li[data-v-00f6d428] {
        background-image: url(../images/widget-comment-dark@2x.png)
    }

    .dark .widget_nav_menu li a[data-v-00f6d428],
    .dark .widget_links li a[data-v-00f6d428],
    .dark .widget_meta li a[data-v-00f6d428],
    .dark .widget_archive li a[data-v-00f6d428],
    .dark .widget_recent_entries li a[data-v-00f6d428],
    .dark .widget_categories li a[data-v-00f6d428],
    .dark .widget_pages li a[data-v-00f6d428],
    .dark .widget_rss li a[data-v-00f6d428],
    .dark .widget_recent_comments li a[data-v-00f6d428] {
        background-image: url(../images/widget-link-dark@2x.png)
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 991.98px),
only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 991.98px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 991.98px),
only screen and (min-device-pixel-ratio: 2) and (max-width: 991.98px),
only screen and (min-resolution: 192dpi) and (max-width: 991.98px),
only screen and (min-resolution: 2dppx) and (max-width: 991.98px) {
    #logo a.standard-logo[data-v-00f6d428] {
        display: none
    }

    #logo a.retina-logo[data-v-00f6d428] {
        display: inline-block
    }
}

.theme-weilan[data-v-4bba8b14] {
    display: flex;
    flex-direction: column;
    -webkit-font-smoothing: subpixel-antialiased
}

.theme-weilan[data-v-4bba8b14]::-webkit-scrollbar {
    background: transparent;
    width: 0px
}

.theme-weilan[data-v-4bba8b14]:hover::-webkit-scrollbar-thumb {
    background: #D3D3D3;
    transition: all .3s;
    border-radius: 4px
}

.theme-weilan[data-v-4bba8b14] .main-body .banner-swiper-outer,
.theme-weilan[data-v-4bba8b14] .main-body .banner {
    margin-top: 60px
}

.theme-weilan-phone[data-v-4bba8b14] {
    width: 375px;
    min-width: 375px;
    border-radius: 30px;
    overflow-x: hidden
}

.theme-weilan-phone[data-v-4bba8b14] #header {
    position: relative
}

.theme-weilan-phone[data-v-4bba8b14] .main-body .banner-swiper-outer,
.theme-weilan-phone[data-v-4bba8b14] .main-body .banner {
    margin-top: 0
}

.theme-weilan-phone[data-v-4bba8b14] #primary-menu ul {
    display: none
}

.theme-weilan-phone[data-v-4bba8b14] #primary-menu-trigger {
    opacity: 1;
    pointer-events: none;
    top: 6px;
    margin-top: 0;
    left: 20px;
    z-index: 1
}

.theme-weilan-phone[data-v-4bba8b14] #logo {
    display: block;
    height: 60px;
    float: none;
    margin: 0 auto !important;
    max-width: none;
    text-align: center;
    border: 0 !important;
    padding: 0 !important
}

.theme-weilan-phone[data-v-4bba8b14] #logo a.standard-logo {
    display: none
}

.theme-weilan-phone[data-v-4bba8b14] #logo a.retina-logo {
    display: inline-block
}

.theme-weilan-phone[data-v-4bba8b14] #top-search a {
    pointer-events: none;
    right: 40px;
    position: absolute;
    top: 0;
    left: auto;
    margin: 21px 0 20px;
    -webkit-transition: margin .4s ease;
    -o-transition: margin .4s ease;
    transition: margin .4s ease
}

.theme-weilan-phone[data-v-4bba8b14] #footer .container {
    width: 100% !important;
    padding-left: 40px !important;
    padding-right: 40px !important
}

.theme-weilan-phone[data-v-4bba8b14] #footer .col_full,
.theme-weilan-phone[data-v-4bba8b14] #footer .col_half,
.theme-weilan-phone[data-v-4bba8b14] #footer .col_one_third,
.theme-weilan-phone[data-v-4bba8b14] #footer .col_two_third,
.theme-weilan-phone[data-v-4bba8b14] #footer .col_three_fourth,
.theme-weilan-phone[data-v-4bba8b14] #footer .col_one_fourth,
.theme-weilan-phone[data-v-4bba8b14] #footer .col_one_fifth,
.theme-weilan-phone[data-v-4bba8b14] #footer .col_two_fifth,
.theme-weilan-phone[data-v-4bba8b14] #footer .col_three_fifth,
.theme-weilan-phone[data-v-4bba8b14] #footer .col_four_fifth,
.theme-weilan-phone[data-v-4bba8b14] #footer .col_one_sixth,
.theme-weilan-phone[data-v-4bba8b14] #footer .col_five_sixth {
    width: 100%;
    margin-right: 0;
    float: none;
    margin-bottom: 50px !important
}

.theme-weilan-phone[data-v-4bba8b14] #footer #copyrights .col_half {
    text-align: center;
    margin-bottom: 0 !important
}

.theme-weilan-phone[data-v-4bba8b14] #footer .col-lg-3 {
    flex: 0 0 100%;
    max-width: 100%
}

.theme-weilan-phone[data-v-4bba8b14] #footer .col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.theme-weilan-phone[data-v-4bba8b14] #footer h5 {
    margin-bottom: 20px
}

.theme-weilan-edit[data-v-4bba8b14] {
    min-width: 1440px;
    overflow-x: hidden
}

.theme-weilan-edit[data-v-4bba8b14] #header {
    position: relative
}

.theme-weilan-edit[data-v-4bba8b14] .main-body .banner-swiper-outer,
.theme-weilan-edit[data-v-4bba8b14] .main-body .banner {
    margin-top: 0
}

.theme-weilan-phone-edit[data-v-4bba8b14] {
    overflow-x: hidden
}

@media (max-width: 991.98px) {

    .theme-weilan[data-v-4bba8b14] .main-body .banner-swiper-outer,
    .theme-weilan[data-v-4bba8b14] .main-body .banner {
        margin-top: 0
    }
}

.close-drawer[data-v-c77a3952] {
    position: absolute;
    top: 32px;
    left: 247px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 100
}

.close-drawer-hidden[data-v-c77a3952] {
    transform: rotate(180deg);
    left: 0
}

.catalog-wrapper[data-v-c77a3952] {
    position: sticky;
    top: 80px;
    min-width: 260px;
    width: 260px;
    background: #f7f8f9;
    max-height: calc(100vh - 80px)
}

.catalog-wrapper-hidden[data-v-c77a3952] {
    width: 0;
    min-width: 0
}

.catalog[data-v-c77a3952] {
    min-width: 260px;
    width: 260px;
    height: calc(100vh - 80px);
    box-sizing: border-box;
    padding-bottom: 12px;
    display: flex;
    flex-direction: column;
    overflow-y: scroll
}

.catalog[data-v-c77a3952]::-webkit-scrollbar {
    width: 0
}

.catalog .title[data-v-c77a3952] {
    margin: 30px 0 10px 20px;
    line-height: 23px;
    font-size: 16px;
    font-weight: 500;
    color: #0e1421
}

.catalog-hidden[data-v-c77a3952] {
    visibility: hidden
}

@media screen and (max-width: 900px) {
    .close-drawer[data-v-c77a3952] {
        display: none
    }

    .catalog[data-v-c77a3952] {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        display: none
    }
}

.breadcrumb[data-v-641b1d3e] {
    cursor: pointer;
    margin-bottom: 20px;
    height: 20px;
    display: flex;
    flex-direction: row;
    align-items: center
}

.breadcrumb .parent[data-v-641b1d3e] {
    font-size: 14px;
    font-weight: 400;
    color: #758296;
    white-space: nowrap
}

.breadcrumb .parent a[data-v-641b1d3e] {
    color: #758296;
    text-decoration: none
}

.breadcrumb .parent a[data-v-641b1d3e]:hover {
    color: var(--theme_link_color);
    text-decoration: underline
}

.breadcrumb .arrow[data-v-641b1d3e] {
    width: 16px;
    height: 16px;
    margin: 0 4px
}

.breadcrumb .current[data-v-641b1d3e] {
    font-size: 14px;
    font-weight: 500;
    color: #0e1421;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

@media screen and (max-width: 900px) {
    .breadcrumb[data-v-641b1d3e] {
        margin-bottom: 17px;
        height: 20px
    }

    .breadcrumb .parent[data-v-641b1d3e],
    .breadcrumb .current[data-v-641b1d3e] {
        font-size: 14px
    }
}

.title[data-v-73ff8372] {
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.5;
    color: #0e1421
}

.link-card[data-v-73ff8372] {
    max-width: 900px;
    margin-bottom: 25px;
    height: 120px;
    border-radius: 8px;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #E5E5E7;
    display: flex;
    flex-direction: row;
    cursor: pointer
}

.link-card[data-v-73ff8372]:hover {
    background: rgba(var(--theme_main_color_rgb), .1);
    border: 1px solid var(--theme_main_color)
}

.link-card .cover[data-v-73ff8372] {
    width: 162px;
    min-width: 162px;
    border-radius: 8px 0 0 8px;
    background: rgba(var(--theme_main_color_rgb), .1);
    display: flex;
    align-items: center;
    justify-content: center
}

.link-card .cover .default-icon[data-v-73ff8372] {
    width: 90px;
    height: 90px
}

.link-card .cover .folder-icon[data-v-73ff8372] {
    width: 148px;
    height: 110px
}

.link-card .cover .cover-icon[data-v-73ff8372],
.link-card .cover .normal[data-v-73ff8372] {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.link-card .info[data-v-73ff8372] {
    margin: 26px 33px 20px 26px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    text-overflow: ellipsis
}

.link-card .info .title-line[data-v-73ff8372] {
    height: 0;
    flex-grow: 1
}

.link-card .info .catalogName[data-v-73ff8372] {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0em;
    color: #0e1421;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.link-card .info .meta[data-v-73ff8372] {
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0em;
    color: #767676;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.link[data-v-73ff8372] {
    color: #0e1421;
    display: flex;
    text-decoration: none;
    margin-bottom: 16px;
    line-height: 24px;
    align-items: flex-start
}

.link img[data-v-73ff8372] {
    margin-right: 8px;
    margin-top: 4px
}

.link .catalogName[data-v-73ff8372] {
    cursor: pointer;
    text-decoration: none;
    color: #0e1421;
    font-size: 14px
}

.link .catalogName>a[data-v-73ff8372] {
    text-decoration: none;
    color: #0e1421
}

.catalog-word-container[data-v-73ff8372] {
    max-width: 1200px;
    margin: 0 auto
}

.catalog-word-container>a[data-v-73ff8372] {
    text-decoration: none
}

.catalog-img-container[data-v-73ff8372] {
    display: flex;
    padding-bottom: 110px;
    max-width: 1200px;
    margin: 20px auto 0
}

.catalog-img-container .container-title[data-v-73ff8372] {
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #0e1421
}

.catalog-img-container .img-container .content[data-v-73ff8372] {
    display: flex;
    flex-wrap: wrap;
    width: 740px;
    margin-top: 0;
    margin-right: 40px
}

.catalog-img-container .img-container .content .img-box[data-v-73ff8372] {
    width: calc(33% - 5px);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
    border-radius: 4px;
    overflow: hidden;
    margin-left: calc((1% + 15px)/2);
    text-decoration: none
}

.catalog-img-container .img-container .content .img-box[data-v-73ff8372]:nth-child(3n+1) {
    margin-left: 0
}

.catalog-img-container .img-container .content .img-box .cover-img-wrapper[data-v-73ff8372] {
    width: 100%;
    height: 0;
    padding-top: 62.5%;
    position: relative
}

.catalog-img-container .img-container .content .img-box .cover-img-wrapper .cover-img[data-v-73ff8372] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    object-fit: cover
}

.catalog-img-container .img-container .content .img-box .catalogName[data-v-73ff8372] {
    margin-top: 12px;
    line-height: 18px;
    font-size: 14px;
    font-weight: 500;
    color: #0e1421
}

.catalog-img-container .word-container[data-v-73ff8372] {
    flex: 1
}

.catalog-img-container .word-container .content[data-v-73ff8372] {
    margin-top: 14px
}

@media screen and (max-width: 900px) {
    .title[data-v-73ff8372] {
        margin-top: 0;
        margin-bottom: 10px;
        font-size: 28px;
        font-weight: 500;
        color: #0e1421
    }

    .link-card[data-v-73ff8372] {
        margin-bottom: 20px;
        height: 90px
    }

    .link-card .cover[data-v-73ff8372] {
        width: 90px;
        min-width: 90px
    }

    .link-card .cover .default-icon[data-v-73ff8372] {
        width: 60px;
        height: 60px
    }

    .link-card .cover .folder-icon[data-v-73ff8372] {
        width: 90px;
        height: auto
    }

    .link-card .cover .normal[data-v-73ff8372] {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .link-card .info[data-v-73ff8372] {
        margin: 10px 12px;
        justify-content: center
    }

    .link-card .info .title-line[data-v-73ff8372] {
        height: unset;
        flex-grow: unset
    }

    .link-card .info .catalogName[data-v-73ff8372] {
        margin-bottom: 8px;
        font-size: 16px
    }

    .link-card .info .meta[data-v-73ff8372] {
        font-size: 10px
    }

    .catalog-img-container[data-v-73ff8372] {
        flex-direction: column;
        margin-top: 0
    }

    .catalog-img-container .img-container .content[data-v-73ff8372] {
        margin-top: 10px;
        width: 100%
    }

    .catalog-img-container .img-container .content .img-box[data-v-73ff8372] {
        margin-bottom: 20px;
        width: calc(50% - 5px);
        margin-left: 0
    }

    .catalog-img-container .img-container .content .img-box[data-v-73ff8372]:nth-child(2n) {
        margin-left: 10px
    }

    .catalog-img-container .img-container .content .img-box .catalogName[data-v-73ff8372] {
        margin-top: 10px;
        font-size: 12px;
        line-height: 17px
    }

    .catalog-img-container .word-container .content[data-v-73ff8372] {
        margin-top: 10px;
        width: 100%
    }

    .link .catalogName[data-v-73ff8372] {
        font-size: 14px;
        line-height: 24px
    }
}

.vel-fade-enter-active,
.vel-fade-leave-active {
    transition: all .3s ease
}

.vel-fade-enter-from,
.vel-fade-leave-to {
    opacity: 0
}

.vel-img-swiper {
    position: relative;
    display: block
}

.vel-modal {
    z-index: 200000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    background: rgba(0, 0, 0, .5)
}

.vel-img-wrapper {
    user-select: none;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% -50%);
    transition: .3s linear;
    will-change: transform opacity
}

.vel-img {
    user-select: none;
    max-width: 80vw;
    max-height: 80vh;
    display: block;
    position: relative;
    transition: transform .3s ease-in-out;
    box-shadow: #000000b3 0 5px 20px 2px;
    background-color: #000000b3
}

@media (max-width: 750px) {
    .vel-img {
        max-width: 85vw;
        max-height: 95vh
    }
}

.vel-btns-wrapper .btn__prev,
.vel-btns-wrapper .btn__next,
.vel-btns-wrapper .btn__close {
    user-select: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    opacity: .6;
    font-size: 32px;
    color: #fff;
    transition: .15s linear;
    -webkit-tap-highlight-color: transparent;
    outline: none
}

.vel-btns-wrapper .btn__prev:hover,
.vel-btns-wrapper .btn__next:hover,
.vel-btns-wrapper .btn__close:hover {
    opacity: 1
}

.vel-btns-wrapper .btn__prev.disable,
.vel-btns-wrapper .btn__prev.disable:hover,
.vel-btns-wrapper .btn__next.disable,
.vel-btns-wrapper .btn__next.disable:hover,
.vel-btns-wrapper .btn__close.disable,
.vel-btns-wrapper .btn__close.disable:hover {
    cursor: default;
    opacity: .2
}

.vel-btns-wrapper .btn__next {
    right: 12px
}

.vel-btns-wrapper .btn__prev {
    left: 12px
}

.vel-btns-wrapper .btn__close {
    top: 24px;
    right: 10px
}

@media (max-width: 750px) {

    .vel-btns-wrapper .btn__next,
    .vel-btns-wrapper .btn__prev {
        font-size: 20px
    }

    .vel-btns-wrapper .btn__close {
        font-size: 24px
    }

    .vel-btns-wrapper .btn__next {
        right: 4px
    }

    .vel-btns-wrapper .btn__prev {
        left: 4px
    }
}

.vel-modal.is-rtl .vel-btns-wrapper .btn__next {
    left: 12px;
    right: initial
}

.vel-modal.is-rtl .vel-btns-wrapper .btn__prev {
    right: 12px;
    left: initial
}

@media (max-width: 750px) {
    .vel-modal.is-rtl .vel-btns-wrapper .btn__next {
        left: 4px;
        right: initial
    }

    .vel-modal.is-rtl .vel-btns-wrapper .btn__prev {
        right: 4px;
        left: initial
    }
}

.vel-modal.is-rtl .vel-img-title {
    direction: rtl
}

.vel-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.vel-loading .ring {
    display: inline-block;
    width: 64px;
    height: 64px
}

.vel-loading .ring:after {
    content: " ";
    display: block;
    width: 46px;
    height: 46px;
    margin: 1px;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, .7);
    border-color: rgba(255, 255, 255, .7) transparent rgba(255, 255, 255, .7) transparent;
    animation: ring 1.2s linear infinite
}

@keyframes ring {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.vel-on-error {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.vel-on-error .icon {
    font-size: 80px;
    color: #aaa
}

.vel-img-title {
    overflow: hidden;
    position: absolute;
    left: 50%;
    bottom: 60px;
    transform: translate(-50%);
    max-width: 80%;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    text-overflow: ellipsis;
    color: #ccc;
    opacity: .8;
    white-space: nowrap;
    cursor: default;
    transition: opacity .15s
}

.vel-img-title:hover {
    opacity: 1
}

.vel-icon {
    width: 1em;
    height: 1em;
    vertical-align: -.15em;
    fill: currentColor;
    overflow: hidden
}

.vel-toolbar {
    user-select: none;
    position: absolute;
    overflow: hidden;
    bottom: 8px;
    left: 50%;
    transform: translate(-50%);
    opacity: .9;
    display: flex;
    background-color: #2d2d2d;
    border-radius: 4px;
    padding: 0
}

.vel-toolbar .toolbar-btn {
    user-select: none;
    flex-shrink: 0;
    cursor: pointer;
    padding: 6px 10px;
    font-size: 20px;
    color: #fff;
    background-color: #2d2d2d;
    -webkit-tap-highlight-color: transparent;
    outline: none
}

.vel-toolbar .toolbar-btn:hover,
.vel-toolbar .toolbar-btn:active {
    background-color: #3d3d3d
}

.feedback-area[data-v-e40533e6] {
    display: flex;
    flex-direction: column;
    padding-top: 9px;
    cursor: default
}

.appraise p[data-v-e40533e6] {
    color: #0e1421;
    font-size: 12px;
    text-align: left;
    margin-left: 18px;
    font-weight: 500
}

.appraise .customer[data-v-e40533e6] {
    margin: 12px 18px;
    position: relative;
    font-size: 12px;
    font-weight: 500;
    color: #758296;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end
}

.appraise .customer .customer-link[data-v-e40533e6] {
    position: relative;
    color: var(--theme_link_color);
    text-decoration: none;
    cursor: pointer
}

.appraise .customer .customer-link .float-qr-out[data-v-e40533e6] {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: all 0s 1s
}

.appraise .customer .customer-link .float-qr[data-v-e40533e6] {
    width: auto;
    height: 118px;
    border-radius: 6px;
    box-sizing: border-box;
    border: 1px solid #EDEFF2;
    background: #FFFFFF
}

.appraise .customer .customer-link .float-qr .square-arrow[data-v-e40533e6] {
    position: absolute;
    left: calc(50% - 7px);
    bottom: -10px;
    width: 18.5px;
    height: 18.5px;
    transform: rotate(45deg);
    border-bottom-right-radius: 4px;
    opacity: 1;
    background: #FFFFFF;
    box-sizing: border-box;
    border-bottom: 1px solid #EDEFF2;
    border-right: 1px solid #EDEFF2
}

.appraise .customer .customer-link .float-qr .qr[data-v-e40533e6] {
    position: relative;
    margin: 5px;
    width: auto;
    height: 108px;
    object-fit: contain
}

.appraise .customer .customer-link[data-v-e40533e6]:hover {
    text-decoration: underline
}

.appraise .customer .customer-link:hover .float-qr-out[data-v-e40533e6] {
    opacity: 1
}

.appraise span.error[data-v-e40533e6] {
    color: #f54a45;
    font-size: 12px;
    text-align: left;
    padding-left: 18px;
    margin-top: 4px
}

.appraise .appraise-textarea[data-v-e40533e6] {
    box-sizing: border-box;
    width: 100%;
    display: block;
    border-radius: 4px;
    resize: none;
    outline: none;
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #758296
}

.appraise .appraise-textarea.error[data-v-e40533e6] {
    border: 1px solid #f54a45
}

.appraise .appraise-textarea[data-v-e40533e6]::placeholder {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #c3c3c6
}

.appraise .check-box[data-v-e40533e6] {
    display: flex;
    align-items: center;
    padding-left: 18px;
    cursor: pointer
}

.appraise .check-box span[data-v-e40533e6] {
    font-size: 12px;
    color: #0e1421;
    line-height: 20px;
    margin-left: 5px
}

.appraise .check-box+.check-box[data-v-e40533e6] {
    margin-top: 8px
}

.appraise input[type=checkbox][data-v-e40533e6] {
    cursor: pointer;
    font-size: 12px;
    width: 15px;
    height: 15px;
    position: relative;
    margin: 0
}

.appraise input[type=checkbox][data-v-e40533e6]:after {
    position: absolute;
    width: 15px;
    height: 15px;
    line-height: 10px;
    top: 0;
    content: "";
    color: #fff;
    display: inline-block;
    visibility: visible;
    padding-left: 2px;
    border-radius: 3px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    padding-top: 2px
}

.appraise input[type=checkbox][data-v-e40533e6]:checked:after {
    content: "\2713";
    font-size: 12px;
    font-weight: 500;
    background-color: var(--theme_main_color);
    border: none;
    padding: 3px
}

.appraise button.update[data-v-e40533e6] {
    width: 68px;
    height: 32px;
    margin: 30px 14px 18px 18px;
    border-radius: 16px;
    color: var(--theme_text_color_on_main);
    border: none;
    cursor: pointer;
    font-size: 14px;
    background: var(--theme_main_color)
}

.appraise button.update[data-v-e40533e6]:disabled {
    cursor: not-allowed;
    opacity: .5
}

.appraise button.cancel[data-v-e40533e6] {
    color: var(--theme_link_color);
    background-color: transparent;
    cursor: pointer;
    outline: 0;
    border: none
}

.successText[data-v-e40533e6] {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 14px;
    color: #758296
}

.successText img[data-v-e40533e6] {
    width: 150px;
    height: 110px;
    margin-bottom: 18px
}

.upload[data-v-e40533e6] {
    position: relative;
    border: 1px solid rgba(117, 130, 150, .1);
    margin: 0 18px;
    height: 140px
}

.upload textarea[data-v-e40533e6] {
    border: none;
    height: 84px
}

.upload p.word-limit[data-v-e40533e6] {
    margin: 2px 0 0;
    text-align: right;
    height: 12px;
    line-height: 12px;
    color: #ccc;
    padding-right: 20px
}

.upload.error[data-v-e40533e6] {
    border: 1px solid #f54a45
}

.upload .upload-button[data-v-e40533e6] {
    position: absolute;
    bottom: 10px;
    right: 10px;
    cursor: pointer
}

.upload .upload-button img[data-v-e40533e6]:last-child {
    display: none
}

.upload .upload-button:hover img[data-v-e40533e6]:first-child {
    display: none
}

.upload .upload-button:hover img[data-v-e40533e6]:last-child {
    display: inline-block
}

.upload .img-list[data-v-e40533e6] {
    position: absolute;
    bottom: 10px;
    left: 10px;
    display: flex;
    align-items: flex-end
}

.upload .img-list span[data-v-e40533e6] {
    position: absolute;
    bottom: 5px;
    left: 0;
    font-size: 12px
}

.img-item[data-v-e40533e6] {
    position: relative;
    top: 4px;
    left: 20px;
    min-height: 16px
}

.img-item img.item[data-v-e40533e6] {
    width: 22px;
    height: 22px;
    border-radius: 2px;
    border: 1px solid #DCDFE6;
    object-fit: cover
}

.img-item .view[data-v-e40533e6] {
    display: none;
    position: absolute;
    width: 100px;
    height: 100px
}

.img-item .del[data-v-e40533e6] {
    position: absolute;
    top: -3px;
    right: -3px;
    cursor: pointer
}

.img-item+.img-item[data-v-e40533e6] {
    margin-left: 3px
}

@media screen and (max-width: 900px) {
    .appraise p[data-v-e40533e6] {
        margin-top: 10px;
        font-size: 14px;
        margin-left: 20px
    }

    .appraise .customer[data-v-e40533e6] {
        margin: 12px 20px;
        font-size: 14px
    }

    .appraise .customer .customer-link .float-qr[data-v-e40533e6] {
        right: -33px;
        bottom: 25px;
        width: 118px;
        height: 126px
    }

    .appraise .customer .customer-link .float-qr .bg[data-v-e40533e6] {
        top: 0;
        left: 0;
        width: 118px;
        height: 126px;
        margin: 0
    }

    .appraise .customer .customer-link .float-qr .qr[data-v-e40533e6] {
        margin-top: 5px;
        margin-left: 5px;
        width: 108px;
        height: 108px
    }

    .appraise span.error[data-v-e40533e6] {
        font-size: 12px;
        padding-left: 18px;
        margin-top: 4px
    }

    .appraise .appraise-textarea[data-v-e40533e6] {
        width: 100%;
        border-radius: 4px;
        padding: 10px;
        font-size: 14px;
        line-height: 24px
    }

    .appraise .appraise-textarea[data-v-e40533e6]::placeholder {
        font-size: 14px;
        line-height: 24px
    }

    .appraise .check-box[data-v-e40533e6] {
        padding-left: 20px
    }

    .appraise .check-box span[data-v-e40533e6] {
        font-size: 14px;
        line-height: 22px;
        margin-left: 6px
    }

    .appraise .check-box+.check-box[data-v-e40533e6] {
        margin-top: 6px
    }

    .appraise input[type=checkbox][data-v-e40533e6] {
        font-size: 12px;
        height: 15px;
        margin: 0
    }

    .appraise input[type=checkbox][data-v-e40533e6]:after {
        width: 15px;
        height: 15px;
        line-height: 10px;
        top: 0;
        padding-left: 2px;
        border-radius: 3px;
        padding-top: 2px
    }

    .appraise input[type=checkbox][data-v-e40533e6]:checked:after {
        font-size: 12px;
        font-weight: 500;
        padding: 3px
    }

    .appraise button.update[data-v-e40533e6] {
        width: 68px;
        height: 32px;
        font-size: 14px;
        margin: 30px 14px 18px 18px;
        border-radius: 16px
    }

    .successText[data-v-e40533e6] {
        font-size: 14px
    }

    .successText img[data-v-e40533e6] {
        width: 150px;
        height: 110px;
        margin-bottom: 18px
    }

    .upload[data-v-e40533e6] {
        margin: 0 20px;
        height: 140px
    }

    .upload textarea[data-v-e40533e6] {
        height: 84px
    }

    .upload p.word-limit[data-v-e40533e6] {
        margin: 2px 0 0;
        height: 12px;
        line-height: 12px;
        padding-right: 20px
    }

    .upload .upload-button[data-v-e40533e6] {
        bottom: 10px;
        right: 10px
    }

    .upload .upload-button img[data-v-e40533e6] {
        width: 16px;
        height: 16px
    }

    .upload .img-list[data-v-e40533e6] {
        bottom: 10px;
        left: 10px
    }

    .upload .img-list span[data-v-e40533e6] {
        bottom: 5px;
        left: 0;
        font-size: 12px
    }

    .img-item[data-v-e40533e6] {
        top: 4px;
        left: 20px;
        min-height: 16px
    }

    .img-item img.item[data-v-e40533e6] {
        width: 22px;
        height: 22px;
        border-radius: 2px
    }

    .img-item .view[data-v-e40533e6] {
        width: 100px;
        height: 100px
    }

    .img-item .del[data-v-e40533e6] {
        top: -3px;
        right: -3px;
        width: 10px;
        height: 10px
    }

    .img-item+.img-item[data-v-e40533e6] {
        margin-left: 3px
    }
}

p.required:before {
    content: "*";
    color: red
}

.date-info[data-v-425cbd99] {
    margin-top: 16px;
    display: flex;
    flex-direction: row;
    align-items: center
}

.date-info .time[data-v-425cbd99] {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    color: #758296;
    margin-right: 16px
}

.date-info .action-button[data-v-425cbd99] {
    margin-right: 12px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    position: relative
}

.date-info .action-button img[data-v-425cbd99] {
    width: 16px;
    height: 16px
}

.date-info .action-button .hover[data-v-425cbd99] {
    display: none
}

.date-info .action-button .normal[data-v-425cbd99],
.date-info .action-button:hover .hover[data-v-425cbd99] {
    display: block
}

.date-info .action-button:hover .normal[data-v-425cbd99] {
    display: none
}

.date-info .bad-form[data-v-425cbd99] {
    position: absolute;
    top: 24px;
    left: 0;
    width: 333px;
    border-radius: 4px;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #E2E2E2;
    z-index: 1000
}

.date-info .action-button-selected[data-v-425cbd99] {
    cursor: default
}

.date-info .action-button-selected .hover[data-v-425cbd99] {
    display: block
}

.date-info .action-button-selected .normal[data-v-425cbd99] {
    display: none
}

.date-info .action-button-unselected[data-v-425cbd99] {
    cursor: default;
    opacity: .3
}

.date-info .action-button-unselected:hover .hover[data-v-425cbd99] {
    display: none
}

.date-info .action-button-unselected:hover .normal[data-v-425cbd99] {
    display: block
}

@media screen and (max-width: 900px) {
    .date-info .bad-form[data-v-425cbd99] {
        position: fixed;
        top: 100px;
        left: 20px;
        right: 20px;
        width: unset;
        border-radius: 4px;
        background: #FFFFFF;
        box-sizing: border-box;
        border: 1px solid #E2E2E2;
        z-index: 1000
    }
}

.title[data-v-0c5eb714] {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5;
    color: #0e1421
}

@media screen and (max-width: 900px) {
    .title[data-v-0c5eb714] {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 26px;
        font-weight: 500;
        color: #0e1421
    }
}

.info[data-v-a1d1c11c] {
    height: 88px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

.info .feedback[data-v-a1d1c11c] {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 0;
    flex-grow: 1
}

.info .feedback .title[data-v-a1d1c11c] {
    margin-right: 16px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0em;
    color: #0e1421;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.info .feedback .rate-action[data-v-a1d1c11c] {
    margin: 0 11px;
    width: 100px;
    height: 32px;
    border-radius: 16px;
    background: #F7F8F9;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative
}

.info .feedback .rate-action img[data-v-a1d1c11c] {
    width: 16px;
    height: 16px
}

.info .feedback .rate-action div[data-v-a1d1c11c] {
    margin-left: 4px;
    font-size: 14px;
    font-weight: 400;
    color: #758296
}

.info .feedback .rate-action.selected[data-v-a1d1c11c] {
    background: rgba(var(--theme_main_color_rgb), .1)
}

.info .feedback .rate-action.selected div[data-v-a1d1c11c] {
    color: var(--theme_link_color)
}

.info .feedback .rate-action .normal[data-v-a1d1c11c] {
    display: block
}

.info .feedback .rate-action .hover[data-v-a1d1c11c],
.info .feedback .rate-action:hover .normal[data-v-a1d1c11c] {
    display: none
}

.info .feedback .rate-action:hover .hover[data-v-a1d1c11c] {
    display: block
}

.info .feedback .bad-form[data-v-a1d1c11c] {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 333px;
    border-radius: 4px;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #E2E2E2;
    z-index: 1000
}

.info .feedback .rate-action-selected[data-v-a1d1c11c] {
    cursor: default
}

.info .feedback .rate-action-selected .hover[data-v-a1d1c11c] {
    display: block
}

.info .feedback .rate-action-selected .normal[data-v-a1d1c11c] {
    display: none
}

.info .feedback .rate-action-unselected[data-v-a1d1c11c] {
    cursor: default;
    opacity: .3
}

.info .feedback .rate-action-unselected:hover .hover[data-v-a1d1c11c] {
    display: none
}

.info .feedback .rate-action-unselected:hover .normal[data-v-a1d1c11c] {
    display: block
}

.info .contact[data-v-a1d1c11c] {
    width: 0;
    flex-grow: 1;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    color: #0e1421;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end
}

.info .contact .text[data-v-a1d1c11c] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.info .contact .customer-link[data-v-a1d1c11c] {
    position: relative;
    color: var(--theme_link_color);
    text-decoration: none;
    cursor: pointer
}

.info .contact .customer-link .float-qr-out[data-v-a1d1c11c] {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: all 0s 1s
}

.info .contact .customer-link .float-qr[data-v-a1d1c11c] {
    width: auto;
    height: 118px;
    border-radius: 6px;
    box-sizing: border-box;
    border: 1px solid #EDEFF2;
    background: #FFFFFF
}

.info .contact .customer-link .float-qr .square-arrow[data-v-a1d1c11c] {
    position: absolute;
    left: calc(50% - 7px);
    bottom: -10px;
    width: 18.5px;
    height: 18.5px;
    transform: rotate(45deg);
    border-bottom-right-radius: 4px;
    opacity: 1;
    background: #FFFFFF;
    box-sizing: border-box;
    border-bottom: 1px solid #EDEFF2;
    border-right: 1px solid #EDEFF2
}

.info .contact .customer-link .float-qr .qr[data-v-a1d1c11c] {
    position: relative;
    margin: 5px;
    width: auto;
    height: 108px;
    object-fit: contain
}

.info .contact .customer-link[data-v-a1d1c11c]:hover {
    text-decoration: underline
}

.info .contact .customer-link:hover .float-qr-out[data-v-a1d1c11c] {
    opacity: 1
}

@media screen and (max-width: 900px) {
    .info[data-v-a1d1c11c] {
        display: none
    }
}

.prev-next-line[data-v-f5e842b8] {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    align-items: center
}

.prev-next-line a[data-v-f5e842b8] {
    text-decoration: none
}

.prev-next-line .prev-doc[data-v-f5e842b8] {
    width: calc(50% - 8px);
    margin-right: 8px
}

.prev-next-line .prev-doc .prev-doc-box[data-v-f5e842b8] {
    cursor: pointer;
    height: 76px;
    padding: 0 15px;
    border-radius: 6px;
    box-sizing: border-box;
    border: 1px solid #edeff2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.prev-next-line .prev-doc .prev-doc-box .prev-doc-text[data-v-f5e842b8] {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    color: #0e1421
}

.prev-next-line .prev-doc .prev-doc-box .prev-doc-link[data-v-f5e842b8] {
    max-width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center
}

.prev-next-line .prev-doc .prev-doc-box .prev-doc-link img[data-v-f5e842b8] {
    margin: 0;
    width: 20px;
    height: 20px;
    object-fit: contain
}

.prev-next-line .prev-doc .prev-doc-box .prev-doc-link div[data-v-f5e842b8] {
    margin-left: 5px;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: var(--theme_link_color);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.prev-next-line .next-doc[data-v-f5e842b8] {
    width: calc(50% - 8px);
    margin-left: 8px
}

.prev-next-line .next-doc .next-doc-box[data-v-f5e842b8] {
    cursor: pointer;
    height: 76px;
    padding: 0 15px;
    border-radius: 6px;
    box-sizing: border-box;
    border: 1px solid #edeff2;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center
}

.prev-next-line .next-doc .next-doc-box .next-doc-text[data-v-f5e842b8] {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    color: #0e1421
}

.prev-next-line .next-doc .next-doc-box .next-doc-link[data-v-f5e842b8] {
    max-width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center
}

.prev-next-line .next-doc .next-doc-box .next-doc-link img[data-v-f5e842b8] {
    margin: 0;
    width: 20px;
    height: 20px;
    object-fit: contain
}

.prev-next-line .next-doc .next-doc-box .next-doc-link div[data-v-f5e842b8] {
    margin-right: 5px;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: var(--theme_link_color);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.doc-catalog[data-v-827dd87c] {
    display: flex;
    flex-direction: column;
    padding-bottom: 40px
}

.doc-catalog[data-v-827dd87c]::-webkit-scrollbar {
    width: 0
}

.doc-catalog .catalog-title[data-v-827dd87c] {
    margin: 30px 0 14px 30px;
    line-height: 23px;
    font-size: 16px;
    font-weight: 500;
    color: #0e1421
}

.doc-catalog .catalog-content[data-v-827dd87c] {
    overflow: auto
}

.doc-catalog .catalog-content[data-v-827dd87c]::-webkit-scrollbar {
    width: 0
}

.doc-catalog .catalog-item[data-v-827dd87c] {
    margin: 10px 0;
    padding-left: 30px;
    padding-right: 30px;
    border-left: 2px solid white;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #758296;
    cursor: pointer
}

.doc-catalog .catalog-item[data-v-827dd87c]:hover {
    font-weight: 500;
    color: var(--theme_link_color);
    border-left-color: var(--theme_main_color)
}

.doc-catalog .catalog-item[data-v-827dd87c] strong {
    font-weight: inherit
}

.doc-catalog .catalog-item[data-v-827dd87c] strong {
    text-decoration: inherit
}

.doc-catalog .catalog-item[data-v-827dd87c] ol {
    margin-left: 20px
}

.doc-catalog .catalog-item[data-v-827dd87c] img {
    display: none !important
}

.doc-catalog .catalog-item-selected[data-v-827dd87c] {
    font-weight: 500;
    color: var(--theme_link_color);
    border-left-color: var(--theme_main_color)
}

@media screen and (max-width: 900px) {
    .doc-catalog[data-v-827dd87c] {
        display: none
    }
}

.main[data-v-344d4505] {
    padding-top: 80px;
    display: flex;
    flex-direction: row;
    position: relative;
    min-height: calc(100vh - 80px)
}

.main .catalogDetail[data-v-344d4505] {
    flex: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 60px;
    box-sizing: border-box
}

.main .doc[data-v-344d4505] {
    max-width: 1200px;
    margin: 0 auto;
    flex-grow: 1;
    padding: 30px 60px 0;
    user-select: text;
    box-sizing: border-box;
    width: calc(100% - 581px);
    word-break: break-all
}

.main .doc .line[data-v-344d4505] {
    margin-top: 40px;
    height: 1px;
    background: rgba(220, 223, 230, .5)
}

.main .vline[data-v-344d4505] {
    width: 1px;
    background: rgba(220, 223, 230, .5)
}

.main .rightbar[data-v-344d4505] {
    width: 280px;
    min-width: 280px;
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 80px;
    height: calc(100vh - 80px);
    overflow: auto
}

.main .rightbar[data-v-344d4505]::-webkit-scrollbar {
    width: 0
}

.main .rightbar .line[data-v-344d4505] {
    margin: 0 30px;
    height: 1px;
    min-height: 1px;
    background: rgba(220, 223, 230, .5)
}

.back-top-button[data-v-344d4505] {
    position: fixed;
    right: 18px;
    bottom: 18px;
    width: 40px;
    height: 40px;
    z-index: 100001;
    cursor: pointer
}

.back-top-button img[data-v-344d4505] {
    width: 100%;
    height: 100%
}

@media screen and (max-width: 900px) {
    [data-v-344d4505] .header .logo {
        margin-left: 10px
    }

    .main[data-v-344d4505] {
        padding-top: 50px;
        flex-direction: column
    }

    .main .catalogDetail[data-v-344d4505] {
        padding: 30px 20px;
        width: 100%
    }

    .main .doc[data-v-344d4505] {
        padding: 30px 20px 0;
        width: 100%
    }

    .main .doc .line[data-v-344d4505] {
        margin-top: 20px
    }

    .main .rightbar[data-v-344d4505] {
        width: 100%;
        overflow: auto;
        max-height: unset;
        height: auto
    }

    .main .rightbar[data-v-344d4505]::-webkit-scrollbar {
        width: 0
    }

    .back-top-button[data-v-344d4505] {
        display: none
    }
}

@media screen and (max-width: 900px) {
    [data-v-1a4d3d5f] .header .logo {
        margin-left: 10px
    }
}

.title[data-v-e36ffd80] {
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.5;
    color: #0e1421
}

.link-card[data-v-e36ffd80] {
    max-width: 900px;
    margin-bottom: 25px;
    height: 120px;
    border-radius: 8px;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #E5E5E7;
    display: flex;
    flex-direction: row;
    cursor: pointer
}

.link-card[data-v-e36ffd80]:hover {
    background: rgba(var(--theme_main_color_rgb), .1);
    border: 1px solid var(--theme_main_color)
}

.link-card .cover[data-v-e36ffd80] {
    width: 162px;
    min-width: 162px;
    border-radius: 8px 0 0 8px;
    background: rgba(var(--theme_main_color_rgb), .1);
    display: flex;
    align-items: center;
    justify-content: center
}

.link-card .cover .default-icon[data-v-e36ffd80] {
    width: 90px;
    height: 90px
}

.link-card .cover .folder-icon[data-v-e36ffd80] {
    width: 148px;
    height: 110px
}

.link-card .cover .normal[data-v-e36ffd80] {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.link-card .info[data-v-e36ffd80] {
    margin: 26px 33px 20px 26px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    text-overflow: ellipsis
}

.link-card .info .title-line[data-v-e36ffd80] {
    height: 0;
    flex-grow: 1
}

.link-card .info .catalogName[data-v-e36ffd80] {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0em;
    color: #0e1421;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.link-card .info .meta[data-v-e36ffd80] {
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0em;
    color: #767676;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.link[data-v-e36ffd80] {
    color: #0e1421;
    display: flex;
    text-decoration: none;
    margin-bottom: 16px;
    line-height: 24px;
    align-items: flex-start
}

.link img[data-v-e36ffd80] {
    margin-right: 8px;
    margin-top: 4px
}

.link .catalogName[data-v-e36ffd80] {
    cursor: pointer;
    text-decoration: none;
    color: #0e1421;
    font-size: 14px
}

.catalog-word-container[data-v-e36ffd80] {
    max-width: 1200px;
    margin: 0 auto
}

.catalog-img-container[data-v-e36ffd80] {
    display: flex;
    padding-bottom: 110px;
    max-width: 1200px;
    margin: 20px auto 0
}

.catalog-img-container .container-title[data-v-e36ffd80] {
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #0e1421
}

.catalog-img-container .img-container .content[data-v-e36ffd80] {
    display: flex;
    flex-wrap: wrap;
    width: 740px;
    margin-top: 0;
    margin-right: 40px
}

.catalog-img-container .img-container .content .img-box[data-v-e36ffd80] {
    width: calc(33% - 5px);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
    border-radius: 4px;
    overflow: hidden;
    margin-left: calc((1% + 15px)/2)
}

.catalog-img-container .img-container .content .img-box[data-v-e36ffd80]:nth-child(3n+1) {
    margin-left: 0
}

.catalog-img-container .img-container .content .img-box .cover-img-wrapper[data-v-e36ffd80] {
    width: 100%;
    height: 0;
    padding-top: 62.5%;
    position: relative
}

.catalog-img-container .img-container .content .img-box .cover-img-wrapper .cover-img[data-v-e36ffd80] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    object-fit: cover
}

.catalog-img-container .img-container .content .img-box .catalogName[data-v-e36ffd80] {
    margin-top: 12px;
    line-height: 18px;
    font-size: 14px;
    font-weight: 500;
    color: #0e1421
}

.catalog-img-container .word-container[data-v-e36ffd80] {
    flex: 1
}

.catalog-img-container .word-container .content[data-v-e36ffd80] {
    margin-top: 14px
}

@media screen and (max-width: 900px) {
    .title[data-v-e36ffd80] {
        margin-top: 0;
        margin-bottom: 10px;
        font-size: 28px;
        font-weight: 500;
        color: #0e1421
    }

    .link-card[data-v-e36ffd80] {
        margin-bottom: 20px;
        height: 90px
    }

    .link-card .cover[data-v-e36ffd80] {
        width: 90px;
        min-width: 90px
    }

    .link-card .cover .default-icon[data-v-e36ffd80] {
        width: 60px;
        height: 60px
    }

    .link-card .cover .folder-icon[data-v-e36ffd80] {
        width: 90px;
        height: auto
    }

    .link-card .cover .normal[data-v-e36ffd80] {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .link-card .info[data-v-e36ffd80] {
        margin: 10px 12px;
        justify-content: center
    }

    .link-card .info .title-line[data-v-e36ffd80] {
        height: unset;
        flex-grow: unset
    }

    .link-card .info .catalogName[data-v-e36ffd80] {
        margin-bottom: 8px;
        font-size: 16px
    }

    .link-card .info .meta[data-v-e36ffd80] {
        font-size: 10px
    }

    .catalog-img-container[data-v-e36ffd80] {
        flex-direction: column;
        margin-top: 0
    }

    .catalog-img-container .img-container .content[data-v-e36ffd80] {
        margin-top: 10px;
        width: 100%
    }

    .catalog-img-container .img-container .content .img-box[data-v-e36ffd80] {
        margin-bottom: 20px;
        width: calc(50% - 5px);
        margin-left: 0
    }

    .catalog-img-container .img-container .content .img-box[data-v-e36ffd80]:nth-child(2n) {
        margin-left: 10px
    }

    .catalog-img-container .img-container .content .img-box .catalogName[data-v-e36ffd80] {
        margin-top: 10px;
        font-size: 12px;
        line-height: 17px
    }

    .catalog-img-container .word-container .content[data-v-e36ffd80] {
        margin-top: 10px;
        width: 100%
    }

    .link .catalogName[data-v-e36ffd80] {
        font-size: 14px;
        line-height: 24px
    }
}

.main[data-v-105928a9] {
    padding-top: 80px;
    display: flex;
    flex-direction: row;
    position: relative;
    min-height: calc(100vh - 80px)
}

.main .catalogDetail[data-v-105928a9] {
    flex: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 60px;
    box-sizing: border-box
}

.main .doc[data-v-105928a9] {
    max-width: 1200px;
    margin: 0 auto;
    flex-grow: 1;
    padding: 30px 60px 0;
    user-select: text;
    box-sizing: border-box;
    width: calc(100% - 581px);
    word-break: break-all
}

.main .doc .line[data-v-105928a9] {
    margin-top: 40px;
    height: 1px;
    background: rgba(220, 223, 230, .5)
}

.main .vline[data-v-105928a9] {
    width: 1px;
    background: rgba(220, 223, 230, .5)
}

.main .rightbar[data-v-105928a9] {
    width: 280px;
    min-width: 280px;
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 80px;
    height: calc(100vh - 80px);
    overflow: auto
}

.main .rightbar[data-v-105928a9]::-webkit-scrollbar {
    width: 0
}

.main .rightbar .line[data-v-105928a9] {
    margin: 0 30px;
    height: 1px;
    min-height: 1px;
    background: rgba(220, 223, 230, .5)
}

.back-top-button[data-v-105928a9] {
    position: fixed;
    right: 18px;
    bottom: 18px;
    width: 40px;
    height: 40px;
    z-index: 100001;
    cursor: pointer
}

.back-top-button img[data-v-105928a9] {
    width: 100%;
    height: 100%
}

@media screen and (max-width: 900px) {
    [data-v-105928a9] .header .logo {
        margin-left: 10px
    }

    .main[data-v-105928a9] {
        padding-top: 50px;
        flex-direction: column
    }

    .main .catalogDetail[data-v-105928a9] {
        padding: 30px 20px;
        width: 100%
    }

    .main .doc[data-v-105928a9] {
        padding: 30px 20px 0;
        width: 100%
    }

    .main .doc .line[data-v-105928a9] {
        margin-top: 20px
    }

    .main .rightbar[data-v-105928a9] {
        width: 100%;
        overflow: auto;
        max-height: unset;
        height: auto
    }

    .main .rightbar[data-v-105928a9]::-webkit-scrollbar {
        width: 0
    }

    .back-top-button[data-v-105928a9] {
        display: none
    }
}

.doc {
    flex-grow: 1;
    font-size: 16px
}

.catalog-item span {
    font-size: 14px !important
}

.link[data-v-35207ce7] {
    text-decoration: none
}

.section-catalog[data-v-35207ce7] {
    margin-bottom: 12px
}

.section-catalog .catalog-title[data-v-35207ce7] {
    min-height: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer
}

.section-catalog .catalog-title .text[data-v-35207ce7] {
    display: block;
    font-size: 15px;
    color: #202d40;
    line-height: 24px;
    font-weight: 500
}

.section-catalog .catalog-title .icon-normal[data-v-35207ce7] {
    width: 16px;
    height: 16px;
    transform: rotate(180deg)
}

.section-catalog .catalog-title .icon-normal-expanded[data-v-35207ce7] {
    transform: rotate(0)
}

.section-catalog .catalog-title .icon-hover[data-v-35207ce7] {
    width: 16px;
    height: 16px;
    display: none
}

.section-catalog .catalog-title .icon-hover-expanded[data-v-35207ce7] {
    transform: rotate(180deg)
}

.section-catalog .catalog-title:hover .text[data-v-35207ce7] {
    color: var(--theme_link_color)
}

.section-catalog .catalog-title:hover .icon-normal[data-v-35207ce7] {
    display: none
}

.section-catalog .catalog-title:hover .icon-hover[data-v-35207ce7] {
    display: block
}

.section-catalog .catalog-title-selected .text[data-v-35207ce7] {
    color: var(--theme_link_color)
}

.section-catalog .catalog-title-selected .icon-normal[data-v-35207ce7] {
    display: none
}

.section-catalog .catalog-title-selected .icon-hover[data-v-35207ce7] {
    display: block
}

.catalog .catalog-title[data-v-35207ce7] {
    padding-top: 6px;
    padding-bottom: 6px;
    height: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer
}

.catalog .catalog-title .text[data-v-35207ce7] {
    font-size: 14px;
    color: #3e4552;
    font-weight: 500
}

.catalog .catalog-title .icon-normal[data-v-35207ce7] {
    width: 16px;
    height: 16px;
    transform: rotate(180deg)
}

.catalog .catalog-title .icon-normal-expanded[data-v-35207ce7] {
    transform: rotate(0)
}

.catalog .catalog-title .icon-hover[data-v-35207ce7] {
    width: 16px;
    height: 16px;
    display: none
}

.catalog .catalog-title .icon-hover-expanded[data-v-35207ce7] {
    transform: rotate(180deg)
}

.catalog .catalog-title[data-v-35207ce7]:hover {
    color: var(--theme_link_color)
}

.catalog .catalog-title:hover .icon-normal[data-v-35207ce7] {
    display: none
}

.catalog .catalog-title:hover .icon-hover[data-v-35207ce7] {
    display: block
}

.catalog .catalog-title-selected .text[data-v-35207ce7] {
    color: var(--theme_link_color)
}

.catalog .catalog-title-selected .icon-normal[data-v-35207ce7] {
    display: none
}

.catalog .catalog-title-selected .icon-hover[data-v-35207ce7] {
    display: block
}

.section-doc[data-v-35207ce7] {
    margin-bottom: 12px
}

.section-doc .item[data-v-35207ce7] {
    font-weight: 400;
    font-size: 15px;
    color: #202d40;
    line-height: 24px
}

.section-doc .item[data-v-35207ce7]:hover {
    color: var(--theme_link_color)
}

.section-doc .item .selected-line[data-v-35207ce7] {
    display: none
}

.section-doc .item-selected[data-v-35207ce7] {
    color: var(--theme_link_color)
}

.doc-item .item[data-v-35207ce7] {
    padding: 6px 6px 6px 0;
    display: block;
    font-size: 14px;
    color: #3e4552;
    line-height: 20px;
    position: relative;
    border-radius: 3px
}

.doc-item .item[data-v-35207ce7]:hover {
    color: var(--theme_link_color);
    background: rgba(35, 114, 250, .1)
}

.doc-item .item .selected-line[data-v-35207ce7] {
    display: none
}

.doc-item .item-selected[data-v-35207ce7] {
    color: var(--theme_link_color);
    background: rgba(35, 114, 250, .1)
}

.doc-item .item-selected .selected-line[data-v-35207ce7] {
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    width: 2px;
    height: calc(100% - 20px);
    background: var(--theme_main_color)
}

.sub-items[data-v-35207ce7] {
    margin-top: 5px;
    position: relative;
    overflow: hidden;
    transition: height .3s
}

.sub-items .vline[data-v-35207ce7] {
    position: absolute;
    top: 8px;
    width: 2px;
    height: calc(100% - 16px);
    background: rgba(32, 45, 64, .05);
    border-radius: 2px
}

a[data-v-16b90358] {
    text-decoration: none !important
}

.directory[data-v-16b90358] {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    width: 228px;
    min-width: 228px;
    padding-top: 20px;
    padding-right: 16px
}

.directory>a[data-v-16b90358] {
    display: block;
    color: #06f;
    font-size: 12px
}

.directory>a span[data-v-16b90358]:first-child {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: -3px;
    background: url(../images/back.svg) no-repeat
}

.directory .section[data-v-16b90358] {
    margin-top: 12px;
    position: relative
}

.directory .section .section-line[data-v-16b90358] {
    height: 24px;
    min-height: 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer
}

.directory .section .section-line:hover .title[data-v-16b90358] {
    color: var(--theme_link_color)
}

.directory .section .section-line .icon[data-v-16b90358] {
    width: 24px;
    height: 24px
}

.directory .section .section-line .title[data-v-16b90358] {
    margin-left: 8px;
    width: 0;
    flex-grow: 1;
    font-size: 16px;
    color: #202d40;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.directory .section .section-line .arrow[data-v-16b90358] {
    width: 16px;
    height: 16px
}

.directory .section:hover .float-sections-out[data-v-16b90358] {
    display: block
}

.directory .section .float-sections-out[data-v-16b90358] {
    position: absolute;
    top: 24px;
    left: -8px;
    display: none;
    z-index: 9;
    width: 216px
}

.directory .section .float-sections-out .float-sections[data-v-16b90358] {
    margin-top: 9px;
    background: #fff;
    -webkit-box-shadow: 0 8px 20px 0 rgba(32, 45, 64, .1);
    box-shadow: 0 8px 20px #202d401a;
    border-radius: 2px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding: 4px 0;
    border: 1px solid #EEEEEE;
    box-shadow: 0 2px 10px #00000014
}

.directory .section .float-sections-out .float-sections .float-section-item[data-v-16b90358] {
    height: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    font-size: 15px;
    color: #202d40;
    line-height: 24px;
    font-weight: 400;
    padding: 0 8px
}

.directory .section .float-sections-out .float-sections .float-section-item .icon[data-v-16b90358] {
    width: 24px;
    height: 24px
}

.directory .section .float-sections-out .float-sections .float-section-item .text[data-v-16b90358] {
    margin-left: 8px;
    flex-grow: 1;
    width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.directory .section .float-sections-out .float-sections .float-section-item .check[data-v-16b90358] {
    width: 16px;
    height: 16px
}

.directory .section .float-sections-out .float-sections .float-section-item[data-v-16b90358]:hover {
    background: #EDF3FF
}

.directory .line[data-v-16b90358] {
    margin-top: 12px;
    margin-bottom: 12px;
    width: 100%;
    height: 1px;
    opacity: .1;
    background: #202d40
}

.breadcrumb[data-v-74f4e5b4] {
    margin-bottom: 14px;
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: 2
}

.breadcrumb .parent[data-v-74f4e5b4] {
    font-size: 15px;
    font-weight: 400;
    color: var(--theme_link_color);
    white-space: nowrap
}

.breadcrumb .parent a[data-v-74f4e5b4] {
    color: var(--theme_link_color);
    text-decoration: none
}

.breadcrumb .parent a[data-v-74f4e5b4]:hover {
    color: rgba(var(--theme_main_color_rgb), .9)
}

.breadcrumb .parent[data-v-74f4e5b4]:last-child {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.breadcrumb .arrow[data-v-74f4e5b4] {
    margin: 0 8px;
    font-size: 15px;
    font-weight: 400;
    color: #202d40
}

.breadcrumb .current[data-v-74f4e5b4] {
    font-size: 15px;
    color: #0e1421;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

@media screen and (max-width: 900px) {
    .breadcrumb[data-v-74f4e5b4] {
        margin-bottom: 17px;
        height: 20px
    }

    .breadcrumb .parent[data-v-74f4e5b4],
    .breadcrumb .current[data-v-74f4e5b4] {
        font-size: 14px
    }
}

.doc-catalog[data-v-08c0b0db] {
    margin-top: 36px;
    display: flex;
    flex-direction: column;
    padding-bottom: 40px;
    position: relative
}

.doc-catalog[data-v-08c0b0db]:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    background: rgba(32, 45, 64, .05);
    border-radius: 2px;
    height: calc(100% - 2px)
}

.doc-catalog[data-v-08c0b0db]::-webkit-scrollbar {
    width: 0
}

.doc-catalog .catalog-title[data-v-08c0b0db] {
    height: 26px;
    padding-bottom: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 12px;
    font-size: 12px;
    color: #76808e;
    line-height: 16px
}

.doc-catalog .catalog-content[data-v-08c0b0db] {
    overflow: auto
}

.doc-catalog .catalog-content[data-v-08c0b0db]::-webkit-scrollbar {
    width: 0
}

.doc-catalog .catalog-item[data-v-08c0b0db] {
    position: relative;
    font-size: 12px;
    line-height: 21px;
    color: #76808e;
    -webkit-transition: color ease-out .3s;
    transition: color ease-out .3s;
    padding-right: 30px;
    cursor: pointer
}

.doc-catalog .catalog-item[data-v-08c0b0db]:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 2px;
    height: calc(100% - 5px);
    transform: translateY(-50%);
    background-color: var(--theme_main_color);
    opacity: 0;
    transition: opacity ease-out .3s
}

.doc-catalog .catalog-item[data-v-08c0b0db]:hover {
    color: var(--theme_link_color)
}

.doc-catalog .catalog-item[data-v-08c0b0db]:hover:before {
    opacity: 1
}

.doc-catalog .catalog-item[data-v-08c0b0db] strong {
    font-weight: inherit
}

.doc-catalog .catalog-item[data-v-08c0b0db] strong {
    text-decoration: inherit
}

.doc-catalog .catalog-item[data-v-08c0b0db] ol {
    margin-left: 20px
}

.doc-catalog .catalog-item[data-v-08c0b0db] img {
    display: none !important
}

.doc-catalog .catalog-item[data-v-08c0b0db] p {
    margin-top: 0;
    margin-bottom: 0
}

.doc-catalog .catalog-item-selected[data-v-08c0b0db] {
    color: var(--theme_link_color)
}

.doc-catalog .catalog-item-selected[data-v-08c0b0db]:before {
    opacity: 1
}

@media screen and (max-width: 900px) {
    .doc-catalog[data-v-08c0b0db] {
        display: none
    }
}

.prev-next-line[data-v-21e96661] {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    align-items: center
}

.prev-next-line a[data-v-21e96661] {
    text-decoration: none
}

.prev-next-line>*[data-v-21e96661]:nth-child(2) {
    margin-left: 2%
}

.prev-next-line .prev-doc[data-v-21e96661] {
    width: 0;
    flex-grow: 1
}

.prev-next-line .prev-doc .prev-doc-box[data-v-21e96661] {
    cursor: pointer;
    height: 64px;
    color: #202d40;
    background: #fff;
    box-shadow: 0 4px 12px #202d4014, 0 1px 3px #202d400d;
    border-radius: 3px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

.prev-next-line .prev-doc .prev-doc-box[data-v-21e96661]:hover {
    box-shadow: 0 8px 24px #202d4024, 0 1px 3px #202d400d
}

.prev-next-line .prev-doc .prev-doc-box:hover .text .prev-doc-title[data-v-21e96661] {
    color: var(--theme_link_color)
}

.prev-next-line .prev-doc .prev-doc-box .arrow[data-v-21e96661] {
    width: 16px;
    height: 16px;
    margin-left: 24px
}

.prev-next-line .prev-doc .prev-doc-box .text[data-v-21e96661] {
    margin-left: 10px;
    width: 0;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    text-align: right;
    margin-right: 15px
}

.prev-next-line .prev-doc .prev-doc-box .text .prev-doc-text[data-v-21e96661] {
    font-size: 12px;
    color: #76808e;
    text-align: right;
    line-height: 20px
}

.prev-next-line .prev-doc .prev-doc-box .text .prev-doc-title[data-v-21e96661] {
    font-size: 14px;
    color: #3e4552;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.prev-next-line .next-doc[data-v-21e96661] {
    width: 0;
    flex-grow: 1
}

.prev-next-line .next-doc .next-doc-box[data-v-21e96661] {
    cursor: pointer;
    height: 64px;
    color: #202d40;
    background: #fff;
    box-shadow: 0 4px 12px #202d4014, 0 1px 3px #202d400d;
    border-radius: 3px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

.prev-next-line .next-doc .next-doc-box[data-v-21e96661]:hover {
    box-shadow: 0 8px 24px #202d4024, 0 1px 3px #202d400d
}

.prev-next-line .next-doc .next-doc-box:hover .text .next-doc-title[data-v-21e96661] {
    color: var(--theme_link_color)
}

.prev-next-line .next-doc .next-doc-box .text[data-v-21e96661] {
    margin-right: 10px;
    width: 0;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-left: 15px
}

.prev-next-line .next-doc .next-doc-box .text .next-doc-text[data-v-21e96661] {
    font-size: 12px;
    color: #76808e;
    text-align: left;
    line-height: 20px
}

.prev-next-line .next-doc .next-doc-box .text .next-doc-title[data-v-21e96661] {
    font-size: 14px;
    color: #3e4552;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.prev-next-line .next-doc .next-doc-box .arrow[data-v-21e96661] {
    margin-right: 24px;
    width: 16px;
    height: 16px
}

.title[data-v-6169c7d0] {
    margin-top: 24px;
    margin-bottom: 16px;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.5;
    color: #0e1421
}

.seperator[data-v-6169c7d0] {
    width: 100%;
    height: 1px;
    background: rgba(32, 45, 64, .05);
    margin-top: 32px;
    margin-bottom: 32px
}

@media screen and (max-width: 900px) {
    .title[data-v-6169c7d0] {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 28px;
        font-weight: 500;
        color: #0e1421
    }
}

.info[data-v-4c909ca0] {
    margin-bottom: 32px;
    position: relative
}

.info .info-line[data-v-4c909ca0] {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    height: 88px
}

.info .avatar[data-v-4c909ca0] {
    width: 25px;
    height: auto;
    margin-right: 6px
}

.info .date[data-v-4c909ca0] {
    width: 0;
    flex-grow: 1;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    color: #76808e;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.info .feedback[data-v-4c909ca0] {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative
}

.info .feedback .action-box[data-v-4c909ca0] {
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer
}

.info .feedback .action-box .icon[data-v-4c909ca0] {
    width: 36px;
    height: 36px;
    border: 1px solid rgba(118, 128, 142, .2);
    border-radius: 50%;
    margin-right: 8px;
    position: relative;
    transition: all ease .2s;
    display: flex;
    align-items: center;
    justify-content: center
}

.info .feedback .action-box .icon img[data-v-4c909ca0] {
    width: 24px;
    height: 24px
}

.info .feedback .action-box .icon .normal[data-v-4c909ca0] {
    display: block
}

.info .feedback .action-box .icon .active[data-v-4c909ca0] {
    display: none
}

.info .feedback .action-box .icon .tooltips[data-v-4c909ca0] {
    position: absolute;
    top: -50px;
    left: -26px;
    display: none;
    width: 86px;
    height: 36px;
    background: #202d40;
    border-radius: 2px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 36px
}

.info .feedback .action-box .tooltips[data-v-4c909ca0]:after {
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    position: absolute;
    left: 37px;
    top: 36px;
    border-width: 5px 5px 0 5px;
    border-top-color: #000000bf
}

.info .feedback .action-box .text[data-v-4c909ca0] {
    color: #76808e;
    font-size: 14px
}

.info .feedback .action-box:hover .icon[data-v-4c909ca0] {
    border: 1px solid #ebf3ff;
    background: rgba(0, 102, 255, .08)
}

.info .feedback .action-box:hover .icon .normal[data-v-4c909ca0] {
    display: none
}

.info .feedback .action-box:hover .icon .active[data-v-4c909ca0] {
    display: block
}

.info .feedback .action-box-selected[data-v-4c909ca0] {
    cursor: default
}

.info .feedback .action-box-selected .icon[data-v-4c909ca0] {
    border: 1px solid #ebf3ff;
    background: rgba(0, 102, 255, .08)
}

.info .feedback .action-box-selected .icon .normal[data-v-4c909ca0] {
    display: none
}

.info .feedback .action-box-selected .icon .active[data-v-4c909ca0] {
    display: block
}

.info .feedback .action-box-selected:hover .icon .tooltips[data-v-4c909ca0] {
    display: block;
    -webkit-animation-name: fade-top-tooltips;
    animation-name: fade-top-tooltips;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.info .feedback .action-box-unselected[data-v-4c909ca0] {
    cursor: default;
    opacity: .3
}

.info .feedback .action-box-unselected:hover .icon[data-v-4c909ca0] {
    border: 1px solid rgba(118, 128, 142, .2);
    background: unset
}

.info .feedback .action-box-unselected:hover .icon .normal[data-v-4c909ca0] {
    display: block
}

.info .feedback .action-box-unselected:hover .icon .active[data-v-4c909ca0] {
    display: none
}

.info .feedback .action-box[data-v-4c909ca0]:nth-child(2) {
    margin-left: 24px
}

.info .bad-modal[data-v-4c909ca0] {
    width: 408px;
    height: 435px;
    padding: 24px;
    background: #fff;
    border: 1px solid #dadfe6;
    box-shadow: 0 6px 12px #0000001a;
    border-radius: 5px;
    position: absolute;
    z-index: 99;
    bottom: 70px;
    right: -5px;
    box-sizing: border-box
}

.info .bad-modal input[data-v-4c909ca0] {
    margin: 0
}

.info .bad-modal .title[data-v-4c909ca0] {
    color: #202d40;
    font-size: 16px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 10px
}

.info .bad-modal .radio-list[data-v-4c909ca0] {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box
}

.info .bad-modal .radio-list .item[data-v-4c909ca0] {
    padding-right: 24px;
    box-sizing: border-box;
    height: 30px;
    cursor: pointer
}

.info .bad-modal .radio-list .item .radio[data-v-4c909ca0] {
    vertical-align: middle;
    margin-top: -2px;
    margin-bottom: 1px
}

.info .bad-modal .radio-list .item .radio-label[data-v-4c909ca0] {
    padding-left: 8px;
    color: #3e4552;
    font-size: 14px;
    line-height: 2
}

.info .bad-modal .radio-list .item[data-v-4c909ca0]:last-child {
    padding-right: 0
}

.info .bad-modal .padding-height[data-v-4c909ca0] {
    padding-top: 11px
}

.info .bad-modal .required-star[data-v-4c909ca0] {
    color: #d84546
}

.info .bad-modal .txt-area[data-v-4c909ca0] {
    box-sizing: border-box;
    width: 360px;
    height: 116px;
    background: #fff;
    border: 1px solid #d8dde4;
    border-radius: 4px;
    resize: none;
    padding: 8px;
    outline: 0
}

.info .bad-modal .txt-area-err[data-v-4c909ca0] {
    border-color: red
}

.info .bad-modal .input-email[data-v-4c909ca0] {
    font-size: 12px;
    width: 360px;
    height: 36px;
    background: #fff;
    border: 1px solid #d8dde4;
    border-radius: 4px;
    resize: none;
    padding: 8px;
    outline: 0;
    box-sizing: border-box
}

.info .bad-modal .email-desc[data-v-4c909ca0] {
    margin-top: 8px;
    margin-bottom: 16px;
    font-size: 12px;
    line-height: 17px;
    color: #606c80
}

.info .bad-modal .btn-box[data-v-4c909ca0] {
    margin-top: 18px
}

.info .bad-modal .btn-box button[data-v-4c909ca0] {
    outline: 0;
    border: none
}

.info .bad-modal .btn-box .btn[data-v-4c909ca0] {
    width: 60px;
    height: 30px;
    background: #06f;
    border: 1px solid #06f;
    border-radius: 4px;
    color: #fff;
    margin-right: 20px;
    cursor: pointer
}

.info .bad-modal .btn-box .cancel-btn[data-v-4c909ca0] {
    color: #06f;
    background-color: transparent;
    cursor: pointer
}

@media screen and (max-width: 900px) {
    .info .avatar[data-v-4c909ca0] {
        width: 20px
    }

    .info .date[data-v-4c909ca0] {
        font-size: 12px
    }

    .info .feedback .action-box .icon[data-v-4c909ca0] {
        width: 24px;
        height: 24px
    }

    .info .feedback .action-box .icon img[data-v-4c909ca0] {
        width: 16px;
        height: 16px
    }
}

@media screen and (max-width: 500px) {
    .info[data-v-4c909ca0] {
        padding-bottom: 10px
    }

    .info .bad-modal[data-v-4c909ca0] {
        position: relative;
        width: auto;
        bottom: unset;
        right: unset;
        top: -15px;
        margin-bottom: 20px
    }
}

.theme-seer-group[data-v-19840938] {
    font-family: Helvetica Neue, PingFang SC, Microsoft Yahei, Arial, sans-serif !important;
    line-height: 1.5715;
    user-select: text;
    letter-spacing: .2px
}

.theme-seer-group a[data-v-19840938] {
    text-decoration: none !important
}

.theme-seer-group[data-v-19840938] ::selection {
    color: #fff;
    background: #396aff
}

.theme-seer-group .main[data-v-19840938] {
    padding-top: 80px;
    display: flex;
    flex-direction: row;
    position: relative;
    min-height: calc(100vh - 80px)
}

.theme-seer-group .main .catalog-wrapper[data-v-19840938] {
    position: sticky;
    top: 80px;
    min-width: 273px;
    width: calc((100% - 1440px)/2 + 298px);
    max-height: calc(100vh - 80px);
    background: #fafafc;
    border-right: 1px solid #f5f5f5;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    overflow-y: auto
}

.theme-seer-group .main .catalog-wrapper[data-v-19840938]::-webkit-scrollbar {
    width: 0
}

.theme-seer-group .main .catalogDetail[data-v-19840938] {
    max-width: 1180px;
    width: calc(100% - 298px);
    margin: 0;
    padding: 30px 60px;
    box-sizing: border-box
}

.theme-seer-group .main .catalogDetail .title[data-v-19840938] {
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.5;
    color: #0e1421
}

.theme-seer-group .main .doc[data-v-19840938] {
    max-width: 900px;
    margin: 0;
    padding: 36px 75px 0;
    user-select: text;
    box-sizing: border-box;
    width: calc(100% - 578px);
    word-break: normal;
    word-wrap: break-word
}

.theme-seer-group .main .doc .doc-content-wrap[data-v-19840938] .title {
    font-size: 32px;
    margin-top: 24px;
    margin-bottom: 16px;
    font-weight: 600;
    line-height: 1.25;
    color: #000;
    border: 0;
    padding-bottom: 0
}

.theme-seer-group .main .doc .doc-content-wrap[data-v-19840938] .doc-content .markdown-content {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    color: #585858;
    font-size: 16px;
    word-wrap: break-word;
    line-height: 2;
    letter-spacing: .2px
}

.theme-seer-group .main .doc .doc-content-wrap[data-v-19840938] .doc-content .markdown-content h1,
.theme-seer-group .main .doc .doc-content-wrap[data-v-19840938] .doc-content .markdown-content h2,
.theme-seer-group .main .doc .doc-content-wrap[data-v-19840938] .doc-content .markdown-content h3,
.theme-seer-group .main .doc .doc-content-wrap[data-v-19840938] .doc-content .markdown-content h4,
.theme-seer-group .main .doc .doc-content-wrap[data-v-19840938] .doc-content .markdown-content h5,
.theme-seer-group .main .doc .doc-content-wrap[data-v-19840938] .doc-content .markdown-content h6 {
    margin-top: 24px;
    margin-bottom: 0;
    font-weight: 600;
    line-height: 1.25;
    position: relative
}

.theme-seer-group .main .doc .doc-content-wrap[data-v-19840938] .doc-content .markdown-content h1 {
    font-weight: 600;
    color: #000;
    font-size: 26px
}

.theme-seer-group .main .doc .doc-content-wrap[data-v-19840938] .doc-content .markdown-content h2 {
    font-weight: 600;
    color: #000;
    font-size: 20px
}

.theme-seer-group .main .doc .doc-content-wrap[data-v-19840938] .doc-content .markdown-content h3 {
    font-weight: 600;
    color: #000;
    font-size: 16px
}

.theme-seer-group .main .doc .doc-content-wrap[data-v-19840938] .doc-content .markdown-content h4,
.theme-seer-group .main .doc .doc-content-wrap[data-v-19840938] .doc-content .markdown-content h5,
.theme-seer-group .main .doc .doc-content-wrap[data-v-19840938] .doc-content .markdown-content h6 {
    font-weight: 600;
    font-size: 16px;
    color: #777
}

.theme-seer-group .main .doc .line[data-v-19840938] {
    margin-top: 40px;
    height: 1px;
    background: rgba(220, 223, 230, .5)
}

.theme-seer-group .main .vline[data-v-19840938] {
    width: 1px;
    background: rgba(220, 223, 230, .5)
}

.theme-seer-group .main .rightbar[data-v-19840938] {
    width: 280px;
    min-width: 280px;
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 80px;
    height: calc(100vh - 80px);
    overflow: auto
}

.theme-seer-group .main .rightbar[data-v-19840938]::-webkit-scrollbar {
    width: 0
}

@media screen and (max-width: 900px) {
    .theme-seer-group .main[data-v-19840938] {
        padding-top: 48px;
        flex-direction: column
    }

    .theme-seer-group .main .left-space[data-v-19840938],
    .theme-seer-group .main .catalog-wrapper[data-v-19840938] {
        display: none
    }

    .theme-seer-group .main .catalogDetail[data-v-19840938] {
        padding: 30px 20px;
        width: 100%
    }

    .theme-seer-group .main .catalogDetail .title[data-v-19840938] {
        margin-top: 0;
        margin-bottom: 10px;
        font-size: 28px;
        font-weight: 500;
        color: #0e1421
    }

    .theme-seer-group .main .doc[data-v-19840938] {
        padding: 30px 20px 0;
        width: 100%
    }

    .theme-seer-group .main .doc .title[data-v-19840938] {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 28px;
        font-weight: 500;
        color: #0e1421
    }

    .theme-seer-group .main .doc .line[data-v-19840938] {
        margin-top: 20px
    }

    .theme-seer-group .main .rightbar[data-v-19840938] {
        width: 100%;
        overflow: auto;
        max-height: unset;
        height: auto
    }

    .theme-seer-group .main .rightbar[data-v-19840938]::-webkit-scrollbar {
        width: 0
    }

    .theme-seer-group .main .right-space[data-v-19840938] {
        display: none
    }
}

.doc {
    flex-grow: 1;
    font-size: 16px
}

@media screen and (max-width: 900px) {
    .doc {
        flex-grow: 1;
        font-size: 16px
    }
}

.catalog-item span {
    font-size: 14px !important
}

.theme-weilan-detail[data-v-310a6d7a] {
    -webkit-font-smoothing: subpixel-antialiased;
    padding-top: 100px;
    min-height: calc(100vh - 100px)
}

.theme-weilan-detail[data-v-310a6d7a] .catalog-wrapper {
    top: 100px;
    max-height: calc(100vh - 100px)
}

.theme-weilan-detail[data-v-310a6d7a] .catalog-wrapper>.catalog {
    height: calc(100vh - 100px)
}

.theme-weilan-detail[data-v-310a6d7a] .rightbar {
    top: 100px;
    height: calc(100vh - 100px)
}

@media (max-width: 991.98px) {
    .theme-weilan-detail[data-v-310a6d7a] {
        padding-top: 0;
        min-height: 100vh
    }

    .theme-weilan-detail[data-v-310a6d7a] .catalog-wrapper {
        top: 0;
        max-height: 100vh
    }

    .theme-weilan-detail[data-v-310a6d7a] .catalog-wrapper>.catalog {
        height: 100vh
    }

    .theme-weilan-detail[data-v-310a6d7a] .rightbar {
        top: 0;
        height: 100vh
    }
}

.pagination[data-v-5b8bbbd6] {
    margin-top: 25px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

.pagination .page-block[data-v-5b8bbbd6] {
    margin: 0 4px;
    width: 32px;
    height: 32px;
    border-radius: 2px;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #EDEFF2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 400;
    color: #282b31d9;
    cursor: pointer
}

.pagination .page-block img[data-v-5b8bbbd6] {
    width: 12px;
    height: 12px
}

.pagination .page-block[data-v-5b8bbbd6]:disabled {
    cursor: not-allowed
}

.pagination .page-block:disabled img[data-v-5b8bbbd6] {
    opacity: .2
}

.pagination .page-block-selected[data-v-5b8bbbd6] {
    border: 1px solid var(--theme_main_color);
    color: var(--theme_link_color)
}

.search-list[data-v-a19f6c6e] {
    position: relative;
    top: -40px;
    margin: 0 auto;
    box-sizing: border-box;
    width: 1200px;
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 0 4px 26px #99999914;
    padding: 40px 50px 50px;
    display: flex;
    flex-direction: column
}

.search-list .search-title[data-v-a19f6c6e] {
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #758296;
    border-bottom: 1px solid #DFE1E7;
    padding-bottom: 20px
}

.search-list .search-title i[data-v-a19f6c6e] {
    font-style: inherit;
    color: var(--theme_link_color)
}

.search-list .loading-panel[data-v-a19f6c6e] {
    margin-bottom: 190px;
    height: 130px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

.search-list .loading-panel img[data-v-a19f6c6e] {
    width: 22px;
    height: 22px;
    animation: rotate .8s linear infinite;
    -webkit-animation: rotate .8s linear infinite
}

.search-list .loading-panel div[data-v-a19f6c6e] {
    margin-left: 14px;
    font-size: 16px;
    font-weight: 400;
    color: #0e1421
}

.search-list .empty-panel[data-v-a19f6c6e] {
    height: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.search-list .empty-panel img[data-v-a19f6c6e] {
    width: 150px;
    height: 110px
}

.search-list .empty-panel div[data-v-a19f6c6e] {
    margin-top: 18px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #758296
}

.search-list .search-item[data-v-a19f6c6e] {
    display: flex;
    flex-direction: column;
    margin-top: 10px
}

.search-list .search-item[data-v-a19f6c6e]:first-child {
    margin-top: 10px
}

.search-list .search-item .breadcrumb[data-v-a19f6c6e] {
    display: flex;
    flex-direction: row;
    align-items: center
}

.search-list .search-item .breadcrumb a[data-v-a19f6c6e] {
    text-decoration: none
}

.search-list .search-item .breadcrumb .catalog[data-v-a19f6c6e] {
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #758296
}

.search-list .search-item .breadcrumb .arrow[data-v-a19f6c6e] {
    margin: 0 4px;
    width: 16px;
    height: 16px
}

.search-list .search-item .breadcrumb .doc[data-v-a19f6c6e] {
    padding: 0;
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #0e1421
}

.search-list .search-item a[data-v-a19f6c6e] {
    color: inherit;
    text-decoration: none
}

.search-list .search-item .title[data-v-a19f6c6e] {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    color: #0e1421
}

.search-list .search-item .title[data-v-a19f6c6e]:hover {
    color: var(--theme_link_color)
}

.search-list .search-item .description[data-v-a19f6c6e] {
    margin-top: 6px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical
}

.search-list .search-item .tag-list[data-v-a19f6c6e] {
    margin-top: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap
}

.search-list .search-item .tag-list .tag[data-v-a19f6c6e] {
    margin-right: 8px;
    padding-left: 8px;
    height: 20px;
    line-height: 22px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 400;
    color: #758296;
    position: relative
}

.search-list .search-item .tag-list .tag[data-v-a19f6c6e]:before {
    content: "#";
    position: absolute;
    top: 0;
    left: 0
}

.search-list .search-item .tag-list .tag[data-v-a19f6c6e]:hover {
    color: var(--theme_link_color)
}

.search-list .search-item .tag-list .tag-highlight[data-v-a19f6c6e] {
    background: rgba(var(--theme_main_color_rgb), .08);
    color: var(--theme_link_color)
}

.search-list .search-item .search-content[data-v-a19f6c6e] {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    align-items: center
}

.search-list .search-item .search-content .thumbnail[data-v-a19f6c6e] {
    margin-right: 18px;
    width: 126px;
    height: 70px;
    position: relative
}

.search-list .search-item .search-content .thumbnail .cover[data-v-a19f6c6e] {
    width: 126px;
    height: 70px
}

.search-list .search-item .search-content .thumbnail .play[data-v-a19f6c6e] {
    width: 44px;
    height: 44px;
    position: absolute;
    left: 41px;
    top: 13px
}

.search-list .search-item .search-content .info[data-v-a19f6c6e] {
    display: flex;
    flex-direction: column;
    user-select: text
}

.search-list .search-item .paragraph-box[data-v-a19f6c6e] {
    text-decoration: none;
    margin-left: 24px;
    display: block;
    box-sizing: border-box;
    color: inherit;
    margin-top: 24px;
    border-left: 3px solid #D8D8D8;
    padding-left: 10px
}

.search-list .search-item .paragraph-box .sub-title[data-v-a19f6c6e] {
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    color: #0e1421
}

.search-list .search-item .paragraph-box .sub-title[data-v-a19f6c6e]:hover {
    color: var(--theme_link_color)
}

.main[data-v-f40800a6] {
    min-width: 1440px
}

.main[data-v-f40800a6] .banner {
    height: 412px;
    margin: 80px 0 30px
}

.search-list[data-v-03fb0748] {
    position: relative;
    top: -40px;
    margin: 0 auto -60px;
    box-sizing: border-box;
    width: 1200px;
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 0 4px 26px #99999914;
    display: flex;
    flex-direction: column
}

.search-list .loading-panel[data-v-03fb0748] {
    margin-top: 40px;
    margin-bottom: 190px;
    height: 130px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

.search-list .loading-panel img[data-v-03fb0748] {
    width: 22px;
    height: 22px;
    animation: rotate .8s linear infinite;
    -webkit-animation: rotate .8s linear infinite
}

.search-list .loading-panel div[data-v-03fb0748] {
    margin-left: 14px;
    font-size: 16px;
    font-weight: 400;
    color: #0e1421
}

.search-list .empty-panel[data-v-03fb0748] {
    margin-top: 40px;
    height: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.search-list .empty-panel img[data-v-03fb0748] {
    width: 150px;
    height: 110px
}

.search-list .empty-panel div[data-v-03fb0748] {
    margin-top: 18px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #758296
}

.search-list .search-box[data-v-03fb0748] {
    position: relative;
    max-height: 600px;
    background: #FFFFFF;
    display: flex;
    flex-direction: row;
    overflow: hidden
}

.search-list .search-box .box-content[data-v-03fb0748] {
    width: 50%;
    background: #FFFFFF;
    overflow-y: scroll;
    box-sizing: border-box;
    padding: 16px 0 32px 16px
}

.search-list .search-box .box-content[data-v-03fb0748]::-webkit-scrollbar {
    width: 4px
}

.search-list .search-box .box-content[data-v-03fb0748]::-webkit-scrollbar-thumb {
    background: rgba(32, 45, 64, .15);
    mix-blend-mode: normal;
    border-radius: 2px
}

.search-list .search-box .box-content[data-v-03fb0748]::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, .85)
}

.search-list .search-box .detail[data-v-03fb0748] {
    width: 50%;
    background: #f7f9fc;
    border-radius: 2px;
    box-sizing: border-box;
    padding: 32px 32px 32px 24px;
    overflow-y: scroll
}

.search-list .search-box .detail .title[data-v-03fb0748] {
    color: #8d97a6;
    padding-bottom: 8px;
    font-family: PingFang SC;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0px
}

.search-list .search-box .detail[data-v-03fb0748]::-webkit-scrollbar {
    width: 4px
}

.search-list .search-box .detail[data-v-03fb0748]::-webkit-scrollbar-thumb {
    background: rgba(32, 45, 64, .15);
    mix-blend-mode: normal;
    border-radius: 2px
}

.search-list .search-box .detail[data-v-03fb0748] .markdown-content {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    color: #585858;
    font-size: 16px;
    word-wrap: break-word;
    line-height: 2;
    letter-spacing: .2px
}

.search-list .search-box .detail[data-v-03fb0748] .markdown-content h1,
.search-list .search-box .detail[data-v-03fb0748] .markdown-content h2,
.search-list .search-box .detail[data-v-03fb0748] .markdown-content h3,
.search-list .search-box .detail[data-v-03fb0748] .markdown-content h4,
.search-list .search-box .detail[data-v-03fb0748] .markdown-content h5,
.search-list .search-box .detail[data-v-03fb0748] .markdown-content h6 {
    margin-top: 24px;
    margin-bottom: 0;
    font-weight: 600;
    line-height: 1.25;
    position: relative
}

.search-list .search-box .detail[data-v-03fb0748] .markdown-content h1 {
    font-weight: 600;
    color: #000;
    font-size: 26px
}

.search-list .search-box .detail[data-v-03fb0748] .markdown-content h2 {
    font-weight: 600;
    color: #000;
    font-size: 20px
}

.search-list .search-box .detail[data-v-03fb0748] .markdown-content h3 {
    font-weight: 600;
    color: #000;
    font-size: 16px
}

.search-list .search-box .detail[data-v-03fb0748] .markdown-content h4,
.search-list .search-box .detail[data-v-03fb0748] .markdown-content h5,
.search-list .search-box .detail[data-v-03fb0748] .markdown-content h6 {
    font-weight: 600;
    font-size: 16px;
    color: #777
}

.search-list .search-box a[data-v-03fb0748] {
    text-decoration: none;
    color: inherit
}

.search-list .search-box .search-item[data-v-03fb0748] {
    margin-right: 16px;
    padding: 12px 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer
}

.search-list .search-box .search-item .info[data-v-03fb0748] {
    flex-grow: 1;
    display: flex;
    flex-direction: column
}

.search-list .search-box .search-item .info .title[data-v-03fb0748] {
    line-height: 24px;
    font-size: 16px;
    font-weight: 600;
    color: #0e1421;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical
}

.search-list .search-box .search-item .info .tag-list[data-v-03fb0748] {
    margin-top: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap
}

.search-list .search-box .search-item .info .tag-list .tag[data-v-03fb0748] {
    margin-right: 8px;
    padding-left: 8px;
    height: 20px;
    line-height: 22px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 400;
    color: #758296;
    position: relative
}

.search-list .search-box .search-item .info .tag-list .tag[data-v-03fb0748]:before {
    content: "#";
    position: absolute;
    top: 0;
    left: 0
}

.search-list .search-box .search-item .info .tag-list .tag[data-v-03fb0748]:hover {
    color: var(--theme_link_color)
}

.search-list .search-box .search-item .info .tag-list .tag-highlight[data-v-03fb0748] {
    background: rgba(var(--theme_main_color_rgb), .08);
    color: var(--theme_link_color)
}

.search-list .search-box .search-item .info .breadcumb[data-v-03fb0748] {
    margin-top: 4px;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .25px;
    display: flex;
    color: #8d95a6;
    flex-direction: row
}

.search-list .search-box .search-item .info .breadcumb .seperate[data-v-03fb0748] {
    padding: 0 4px
}

.search-list .search-box .search-item[data-v-03fb0748]:hover,
.search-list .search-box .search-item-active[data-v-03fb0748] {
    background: rgba(45, 97, 252, .05);
    border-radius: 4px
}

.breadcrumb em {
    font-style: normal;
    color: #0e1421
}

.search-item em {
    font-style: normal;
    color: var(--theme_link_color)
}

.theme-seer-group[data-v-633d6fb4] {
    font-family: Helvetica Neue, PingFang SC, Microsoft Yahei, Arial, sans-serif !important;
    line-height: 1.5715;
    user-select: text
}

.theme-seer-group a[data-v-633d6fb4] {
    text-decoration: none !important
}

.theme-seer-group[data-v-633d6fb4] ::selection {
    color: #fff;
    background: #396aff
}

.theme-seer-group .modules[data-v-633d6fb4] {
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    position: relative
}

.theme-seer-group .modules>*[data-v-633d6fb4] {
    position: relative
}

.theme-seer-group .modules .module-bg[data-v-633d6fb4] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1020px;
    background: linear-gradient(180deg, #EDEEF5 0%, #FFFFFF 100%)
}

.main[data-v-9fb5226a] {
    min-width: 1440px
}

.main[data-v-9fb5226a] .banner {
    height: 412px;
    margin: 80px 0 30px
}

.theme-weilan[data-v-140525c2] {
    -webkit-font-smoothing: subpixel-antialiased;
    min-width: 1440px
}

.theme-weilan[data-v-140525c2] .banner {
    margin-top: 100px
}

@media (max-width: 991.98px) {
    .theme-weilan[data-v-140525c2] {
        min-width: 1440px
    }

    .theme-weilan[data-v-140525c2] .banner {
        margin-top: 0
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0)
    }

    50% {
        transform: rotate(180deg)
    }

    to {
        transform: rotate(360deg)
    }
}

code[class*=language-],
pre[class*=language-] {
    background: hsl(220, 13%, 18%);
    color: #abb2bf;
    text-shadow: 0 1px rgba(0, 0, 0, .3);
    font-family: Fira Code, Fira Mono, Menlo, Consolas, DejaVu Sans Mono, monospace;
    direction: ltr;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    line-height: 1.5;
    -moz-tab-size: 2;
    -o-tab-size: 2;
    tab-size: 2;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none
}

code[class*=language-]::-moz-selection,
code[class*=language-] *::-moz-selection,
pre[class*=language-] *::-moz-selection {
    background: hsl(220, 13%, 28%);
    color: inherit;
    text-shadow: none
}

code[class*=language-]::selection,
code[class*=language-] *::selection,
pre[class*=language-] *::selection {
    background: hsl(220, 13%, 28%);
    color: inherit;
    text-shadow: none
}

pre[class*=language-] {
    padding: 1em;
    margin: .5em 0;
    overflow: auto;
    border-radius: .3em
}

:not(pre)>code[class*=language-] {
    padding: .2em .3em;
    border-radius: .3em;
    white-space: normal
}

@media print {

    code[class*=language-],
    pre[class*=language-] {
        text-shadow: none
    }
}

.token.comment,
.token.prolog,
.token.cdata {
    color: #5c6370
}

.token.doctype,
.token.punctuation,
.token.entity {
    color: #abb2bf
}

.token.attr-name,
.token.class-name,
.token.boolean,
.token.constant,
.token.number,
.token.atrule {
    color: #d19a66
}

.token.keyword {
    color: #c678dd
}

.token.property,
.token.tag,
.token.symbol,
.token.deleted,
.token.important {
    color: #e06c75
}

.token.selector,
.token.string,
.token.char,
.token.builtin,
.token.inserted,
.token.regex,
.token.attr-value,
.token.attr-value>.token.punctuation {
    color: #98c379
}

.token.variable,
.token.operator,
.token.function {
    color: #61afef
}

.token.url {
    color: #56b6c2
}

.token.attr-value>.token.punctuation.attr-equals,
.token.special-attr>.token.attr-value>.token.value.css {
    color: #abb2bf
}

.language-css .token.selector {
    color: #e06c75
}

.language-css .token.property {
    color: #abb2bf
}

.language-css .token.function,
.language-css .token.url>.token.function {
    color: #56b6c2
}

.language-css .token.url>.token.string.url {
    color: #98c379
}

.language-css .token.important,
.language-css .token.atrule .token.rule,
.language-javascript .token.operator {
    color: #c678dd
}

@font-face {
    font-family: KaTeX_AMS;
    src: url(../fonts/katex_ams-regular.0cdd387c.woff2) format("woff2"), url(../fonts/katex_ams-regular.30da91e8.woff) format("woff"), url(../fonts/katex_ams-regular.68534840.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: KaTeX_Caligraphic;
    src: url(../fonts/katex_caligraphic-bold.de7701e4.woff2) format("woff2"), url(../fonts/katex_caligraphic-bold.1ae6bd74.woff) format("woff"), url(../fonts/katex_caligraphic-bold.07d8e303.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: KaTeX_Caligraphic;
    src: url(../fonts/katex_caligraphic-regular.5d53e70a.woff2) format("woff2"), url(../fonts/katex_caligraphic-regular.3398dd02.woff) format("woff"), url(../fonts/katex_caligraphic-regular.ed0b7437.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: KaTeX_Fraktur;
    src: url(../fonts/katex_fraktur-bold.74444efd.woff2) format("woff2"), url(../fonts/katex_fraktur-bold.9be7ceb8.woff) format("woff"), url(../fonts/katex_fraktur-bold.9163df9c.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: KaTeX_Fraktur;
    src: url(../fonts/katex_fraktur-regular.51814d27.woff2) format("woff2"), url(../fonts/katex_fraktur-regular.5e28753b.woff) format("woff"), url(../fonts/katex_fraktur-regular.1e6f9579.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: KaTeX_Main;
    src: url(../fonts/katex_main-bold.0f60d1b8.woff2) format("woff2"), url(../fonts/katex_main-bold.c76c5d69.woff) format("woff"), url(../fonts/katex_main-bold.138ac28d.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: KaTeX_Main;
    src: url(../fonts/katex_main-bolditalic.99cd42a3.woff2) format("woff2"), url(../fonts/katex_main-bolditalic.a6f7ec0d.woff) format("woff"), url(../fonts/katex_main-bolditalic.70ee1f64.ttf) format("truetype");
    font-weight: 700;
    font-style: italic
}

@font-face {
    font-family: KaTeX_Main;
    src: url(../fonts/katex_main-italic.97479ca6.woff2) format("woff2"), url(../fonts/katex_main-italic.f1d6ef86.woff) format("woff"), url(../fonts/katex_main-italic.0d85ae7c.ttf) format("truetype");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: KaTeX_Main;
    src: url(../fonts/katex_main-regular.c2342cd8.woff2) format("woff2"), url(../fonts/katex_main-regular.c6368d87.woff) format("woff"), url(../fonts/katex_main-regular.d0332f52.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: KaTeX_Math;
    src: url(../fonts/katex_math-bolditalic.dc47344d.woff2) format("woff2"), url(../fonts/katex_math-bolditalic.850c0af5.woff) format("woff"), url(../fonts/katex_math-bolditalic.f9377ab0.ttf) format("truetype");
    font-weight: 700;
    font-style: italic
}

@font-face {
    font-family: KaTeX_Math;
    src: url(../fonts/katex_math-italic.7af58c5e.woff2) format("woff2"), url(../fonts/katex_math-italic.8a8d2445.woff) format("woff"), url(../fonts/katex_math-italic.08ce98e5.ttf) format("truetype");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: KaTeX_SansSerif;
    src: url(../fonts/katex_sansserif-bold.e99ae511.woff2) format("woff2"), url(../fonts/katex_sansserif-bold.ece03cfd.woff) format("woff"), url(../fonts/katex_sansserif-bold.1ece03f7.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: KaTeX_SansSerif;
    src: url(../fonts/katex_sansserif-italic.00b26ac8.woff2) format("woff2"), url(../fonts/katex_sansserif-italic.91ee6750.woff) format("woff"), url(../fonts/katex_sansserif-italic.3931dd81.ttf) format("truetype");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: KaTeX_SansSerif;
    src: url(../fonts/katex_sansserif-regular.68e8c73e.woff2) format("woff2"), url(../fonts/katex_sansserif-regular.11e4dc8a.woff) format("woff"), url(../fonts/katex_sansserif-regular.f36ea897.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: KaTeX_Script;
    src: url(../fonts/katex_script-regular.036d4e95.woff2) format("woff2"), url(../fonts/katex_script-regular.d96cdf2b.woff) format("woff"), url(../fonts/katex_script-regular.1c67f068.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: KaTeX_Size1;
    src: url(../fonts/katex_size1-regular.6b47c401.woff2) format("woff2"), url(../fonts/katex_size1-regular.c943cc98.woff) format("woff"), url(../fonts/katex_size1-regular.95b6d2f1.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: KaTeX_Size2;
    src: url(../fonts/katex_size2-regular.d04c5421.woff2) format("woff2"), url(../fonts/katex_size2-regular.2014c523.woff) format("woff"), url(../fonts/katex_size2-regular.a6b2099f.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: KaTeX_Size3;
    src: url(../fonts/2572b37931f34bd69525f70fcca42240.woff) format("woff2"), url(../fonts/katex_size3-regular.6ab6b62e.woff) format("woff"), url(../fonts/katex_size3-regular.500e04d5.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: KaTeX_Size4;
    src: url(../fonts/katex_size4-regular.a4af7d41.woff2) format("woff2"), url(../fonts/katex_size4-regular.99f9c675.woff) format("woff"), url(../fonts/katex_size4-regular.c647367d.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: KaTeX_Typewriter;
    src: url(../fonts/katex_typewriter-regular.71d517d6.woff2) format("woff2"), url(../fonts/katex_typewriter-regular.e14fed02.woff) format("woff"), url(../fonts/katex_typewriter-regular.f01f3e87.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

.katex {
    font: 1.21em KaTeX_Main, Times New Roman, serif;
    line-height: 1.2;
    text-indent: 0;
    text-rendering: auto
}

.katex * {
    -ms-high-contrast-adjust: none !important
}

.katex * {
    border-color: currentColor
}

.katex .katex-version:after {
    content: "0.16.7"
}

.katex .katex-mathml {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.katex .katex-html>.newline {
    display: block
}

.katex .base {
    position: relative;
    display: inline-block;
    white-space: nowrap;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content
}

.katex .strut {
    display: inline-block
}

.katex .textbf {
    font-weight: 700
}

.katex .textit {
    font-style: italic
}

.katex .textrm {
    font-family: KaTeX_Main
}

.katex .textsf {
    font-family: KaTeX_SansSerif
}

.katex .texttt {
    font-family: KaTeX_Typewriter
}

.katex .mathnormal {
    font-family: KaTeX_Math;
    font-style: italic
}

.katex .mathit {
    font-family: KaTeX_Main;
    font-style: italic
}

.katex .mathrm {
    font-style: normal
}

.katex .mathbf {
    font-family: KaTeX_Main;
    font-weight: 700
}

.katex .boldsymbol {
    font-family: KaTeX_Math;
    font-weight: 700;
    font-style: italic
}

.katex .amsrm,
.katex .mathbb,
.katex .textbb {
    font-family: KaTeX_AMS
}

.katex .mathcal {
    font-family: KaTeX_Caligraphic
}

.katex .mathfrak,
.katex .textfrak {
    font-family: KaTeX_Fraktur
}

.katex .mathtt {
    font-family: KaTeX_Typewriter
}

.katex .mathscr,
.katex .textscr {
    font-family: KaTeX_Script
}

.katex .mathsf,
.katex .textsf {
    font-family: KaTeX_SansSerif
}

.katex .mathboldsf,
.katex .textboldsf {
    font-family: KaTeX_SansSerif;
    font-weight: 700
}

.katex .mathitsf,
.katex .textitsf {
    font-family: KaTeX_SansSerif;
    font-style: italic
}

.katex .mainrm {
    font-family: KaTeX_Main;
    font-style: normal
}

.katex .vlist-t {
    display: inline-table;
    table-layout: fixed;
    border-collapse: collapse
}

.katex .vlist-r {
    display: table-row
}

.katex .vlist {
    display: table-cell;
    vertical-align: bottom;
    position: relative
}

.katex .vlist>span {
    display: block;
    height: 0;
    position: relative
}

.katex .vlist>span>span {
    display: inline-block
}

.katex .vlist>span>.pstrut {
    overflow: hidden;
    width: 0
}

.katex .vlist-t2 {
    margin-right: -2px
}

.katex .vlist-s {
    display: table-cell;
    vertical-align: bottom;
    font-size: 1px;
    width: 2px;
    min-width: 2px
}

.katex .vbox {
    display: inline-flex;
    flex-direction: column;
    align-items: baseline
}

.katex .hbox {
    display: inline-flex;
    flex-direction: row;
    width: 100%
}

.katex .thinbox {
    display: inline-flex;
    flex-direction: row;
    width: 0;
    max-width: 0
}

.katex .msupsub {
    text-align: left
}

.katex .mfrac>span>span {
    text-align: center
}

.katex .mfrac .frac-line {
    display: inline-block;
    width: 100%;
    border-bottom-style: solid
}

.katex .mfrac .frac-line,
.katex .overline .overline-line,
.katex .underline .underline-line,
.katex .hline,
.katex .hdashline,
.katex .rule {
    min-height: 1px
}

.katex .mspace {
    display: inline-block
}

.katex .llap,
.katex .rlap,
.katex .clap {
    width: 0;
    position: relative
}

.katex .llap>.inner,
.katex .rlap>.inner,
.katex .clap>.inner {
    position: absolute
}

.katex .llap>.fix,
.katex .rlap>.fix,
.katex .clap>.fix {
    display: inline-block
}

.katex .llap>.inner {
    right: 0
}

.katex .rlap>.inner,
.katex .clap>.inner {
    left: 0
}

.katex .clap>.inner>span {
    margin-left: -50%;
    margin-right: 50%
}

.katex .rule {
    display: inline-block;
    border: solid 0;
    position: relative
}

.katex .overline .overline-line,
.katex .underline .underline-line,
.katex .hline {
    display: inline-block;
    width: 100%;
    border-bottom-style: solid
}

.katex .hdashline {
    display: inline-block;
    width: 100%;
    border-bottom-style: dashed
}

.katex .sqrt>.root {
    margin-left: .27777778em;
    margin-right: -.55555556em
}

.katex .sizing.reset-size1.size1,
.katex .fontsize-ensurer.reset-size1.size1 {
    font-size: 1em
}

.katex .sizing.reset-size1.size2,
.katex .fontsize-ensurer.reset-size1.size2 {
    font-size: 1.2em
}

.katex .sizing.reset-size1.size3,
.katex .fontsize-ensurer.reset-size1.size3 {
    font-size: 1.4em
}

.katex .sizing.reset-size1.size4,
.katex .fontsize-ensurer.reset-size1.size4 {
    font-size: 1.6em
}

.katex .sizing.reset-size1.size5,
.katex .fontsize-ensurer.reset-size1.size5 {
    font-size: 1.8em
}

.katex .sizing.reset-size1.size6,
.katex .fontsize-ensurer.reset-size1.size6 {
    font-size: 2em
}

.katex .sizing.reset-size1.size7,
.katex .fontsize-ensurer.reset-size1.size7 {
    font-size: 2.4em
}

.katex .sizing.reset-size1.size8,
.katex .fontsize-ensurer.reset-size1.size8 {
    font-size: 2.88em
}

.katex .sizing.reset-size1.size9,
.katex .fontsize-ensurer.reset-size1.size9 {
    font-size: 3.456em
}

.katex .sizing.reset-size1.size10,
.katex .fontsize-ensurer.reset-size1.size10 {
    font-size: 4.148em
}

.katex .sizing.reset-size1.size11,
.katex .fontsize-ensurer.reset-size1.size11 {
    font-size: 4.976em
}

.katex .sizing.reset-size2.size1,
.katex .fontsize-ensurer.reset-size2.size1 {
    font-size: .83333333em
}

.katex .sizing.reset-size2.size2,
.katex .fontsize-ensurer.reset-size2.size2 {
    font-size: 1em
}

.katex .sizing.reset-size2.size3,
.katex .fontsize-ensurer.reset-size2.size3 {
    font-size: 1.16666667em
}

.katex .sizing.reset-size2.size4,
.katex .fontsize-ensurer.reset-size2.size4 {
    font-size: 1.33333333em
}

.katex .sizing.reset-size2.size5,
.katex .fontsize-ensurer.reset-size2.size5 {
    font-size: 1.5em
}

.katex .sizing.reset-size2.size6,
.katex .fontsize-ensurer.reset-size2.size6 {
    font-size: 1.66666667em
}

.katex .sizing.reset-size2.size7,
.katex .fontsize-ensurer.reset-size2.size7 {
    font-size: 2em
}

.katex .sizing.reset-size2.size8,
.katex .fontsize-ensurer.reset-size2.size8 {
    font-size: 2.4em
}

.katex .sizing.reset-size2.size9,
.katex .fontsize-ensurer.reset-size2.size9 {
    font-size: 2.88em
}

.katex .sizing.reset-size2.size10,
.katex .fontsize-ensurer.reset-size2.size10 {
    font-size: 3.45666667em
}

.katex .sizing.reset-size2.size11,
.katex .fontsize-ensurer.reset-size2.size11 {
    font-size: 4.14666667em
}

.katex .sizing.reset-size3.size1,
.katex .fontsize-ensurer.reset-size3.size1 {
    font-size: .71428571em
}

.katex .sizing.reset-size3.size2,
.katex .fontsize-ensurer.reset-size3.size2 {
    font-size: .85714286em
}

.katex .sizing.reset-size3.size3,
.katex .fontsize-ensurer.reset-size3.size3 {
    font-size: 1em
}

.katex .sizing.reset-size3.size4,
.katex .fontsize-ensurer.reset-size3.size4 {
    font-size: 1.14285714em
}

.katex .sizing.reset-size3.size5,
.katex .fontsize-ensurer.reset-size3.size5 {
    font-size: 1.28571429em
}

.katex .sizing.reset-size3.size6,
.katex .fontsize-ensurer.reset-size3.size6 {
    font-size: 1.42857143em
}

.katex .sizing.reset-size3.size7,
.katex .fontsize-ensurer.reset-size3.size7 {
    font-size: 1.71428571em
}

.katex .sizing.reset-size3.size8,
.katex .fontsize-ensurer.reset-size3.size8 {
    font-size: 2.05714286em
}

.katex .sizing.reset-size3.size9,
.katex .fontsize-ensurer.reset-size3.size9 {
    font-size: 2.46857143em
}

.katex .sizing.reset-size3.size10,
.katex .fontsize-ensurer.reset-size3.size10 {
    font-size: 2.96285714em
}

.katex .sizing.reset-size3.size11,
.katex .fontsize-ensurer.reset-size3.size11 {
    font-size: 3.55428571em
}

.katex .sizing.reset-size4.size1,
.katex .fontsize-ensurer.reset-size4.size1 {
    font-size: .625em
}

.katex .sizing.reset-size4.size2,
.katex .fontsize-ensurer.reset-size4.size2 {
    font-size: .75em
}

.katex .sizing.reset-size4.size3,
.katex .fontsize-ensurer.reset-size4.size3 {
    font-size: .875em
}

.katex .sizing.reset-size4.size4,
.katex .fontsize-ensurer.reset-size4.size4 {
    font-size: 1em
}

.katex .sizing.reset-size4.size5,
.katex .fontsize-ensurer.reset-size4.size5 {
    font-size: 1.125em
}

.katex .sizing.reset-size4.size6,
.katex .fontsize-ensurer.reset-size4.size6 {
    font-size: 1.25em
}

.katex .sizing.reset-size4.size7,
.katex .fontsize-ensurer.reset-size4.size7 {
    font-size: 1.5em
}

.katex .sizing.reset-size4.size8,
.katex .fontsize-ensurer.reset-size4.size8 {
    font-size: 1.8em
}

.katex .sizing.reset-size4.size9,
.katex .fontsize-ensurer.reset-size4.size9 {
    font-size: 2.16em
}

.katex .sizing.reset-size4.size10,
.katex .fontsize-ensurer.reset-size4.size10 {
    font-size: 2.5925em
}

.katex .sizing.reset-size4.size11,
.katex .fontsize-ensurer.reset-size4.size11 {
    font-size: 3.11em
}

.katex .sizing.reset-size5.size1,
.katex .fontsize-ensurer.reset-size5.size1 {
    font-size: .55555556em
}

.katex .sizing.reset-size5.size2,
.katex .fontsize-ensurer.reset-size5.size2 {
    font-size: .66666667em
}

.katex .sizing.reset-size5.size3,
.katex .fontsize-ensurer.reset-size5.size3 {
    font-size: .77777778em
}

.katex .sizing.reset-size5.size4,
.katex .fontsize-ensurer.reset-size5.size4 {
    font-size: .88888889em
}

.katex .sizing.reset-size5.size5,
.katex .fontsize-ensurer.reset-size5.size5 {
    font-size: 1em
}

.katex .sizing.reset-size5.size6,
.katex .fontsize-ensurer.reset-size5.size6 {
    font-size: 1.11111111em
}

.katex .sizing.reset-size5.size7,
.katex .fontsize-ensurer.reset-size5.size7 {
    font-size: 1.33333333em
}

.katex .sizing.reset-size5.size8,
.katex .fontsize-ensurer.reset-size5.size8 {
    font-size: 1.6em
}

.katex .sizing.reset-size5.size9,
.katex .fontsize-ensurer.reset-size5.size9 {
    font-size: 1.92em
}

.katex .sizing.reset-size5.size10,
.katex .fontsize-ensurer.reset-size5.size10 {
    font-size: 2.30444444em
}

.katex .sizing.reset-size5.size11,
.katex .fontsize-ensurer.reset-size5.size11 {
    font-size: 2.76444444em
}

.katex .sizing.reset-size6.size1,
.katex .fontsize-ensurer.reset-size6.size1 {
    font-size: .5em
}

.katex .sizing.reset-size6.size2,
.katex .fontsize-ensurer.reset-size6.size2 {
    font-size: .6em
}

.katex .sizing.reset-size6.size3,
.katex .fontsize-ensurer.reset-size6.size3 {
    font-size: .7em
}

.katex .sizing.reset-size6.size4,
.katex .fontsize-ensurer.reset-size6.size4 {
    font-size: .8em
}

.katex .sizing.reset-size6.size5,
.katex .fontsize-ensurer.reset-size6.size5 {
    font-size: .9em
}

.katex .sizing.reset-size6.size6,
.katex .fontsize-ensurer.reset-size6.size6 {
    font-size: 1em
}

.katex .sizing.reset-size6.size7,
.katex .fontsize-ensurer.reset-size6.size7 {
    font-size: 1.2em
}

.katex .sizing.reset-size6.size8,
.katex .fontsize-ensurer.reset-size6.size8 {
    font-size: 1.44em
}

.katex .sizing.reset-size6.size9,
.katex .fontsize-ensurer.reset-size6.size9 {
    font-size: 1.728em
}

.katex .sizing.reset-size6.size10,
.katex .fontsize-ensurer.reset-size6.size10 {
    font-size: 2.074em
}

.katex .sizing.reset-size6.size11,
.katex .fontsize-ensurer.reset-size6.size11 {
    font-size: 2.488em
}

.katex .sizing.reset-size7.size1,
.katex .fontsize-ensurer.reset-size7.size1 {
    font-size: .41666667em
}

.katex .sizing.reset-size7.size2,
.katex .fontsize-ensurer.reset-size7.size2 {
    font-size: .5em
}

.katex .sizing.reset-size7.size3,
.katex .fontsize-ensurer.reset-size7.size3 {
    font-size: .58333333em
}

.katex .sizing.reset-size7.size4,
.katex .fontsize-ensurer.reset-size7.size4 {
    font-size: .66666667em
}

.katex .sizing.reset-size7.size5,
.katex .fontsize-ensurer.reset-size7.size5 {
    font-size: .75em
}

.katex .sizing.reset-size7.size6,
.katex .fontsize-ensurer.reset-size7.size6 {
    font-size: .83333333em
}

.katex .sizing.reset-size7.size7,
.katex .fontsize-ensurer.reset-size7.size7 {
    font-size: 1em
}

.katex .sizing.reset-size7.size8,
.katex .fontsize-ensurer.reset-size7.size8 {
    font-size: 1.2em
}

.katex .sizing.reset-size7.size9,
.katex .fontsize-ensurer.reset-size7.size9 {
    font-size: 1.44em
}

.katex .sizing.reset-size7.size10,
.katex .fontsize-ensurer.reset-size7.size10 {
    font-size: 1.72833333em
}

.katex .sizing.reset-size7.size11,
.katex .fontsize-ensurer.reset-size7.size11 {
    font-size: 2.07333333em
}

.katex .sizing.reset-size8.size1,
.katex .fontsize-ensurer.reset-size8.size1 {
    font-size: .34722222em
}

.katex .sizing.reset-size8.size2,
.katex .fontsize-ensurer.reset-size8.size2 {
    font-size: .41666667em
}

.katex .sizing.reset-size8.size3,
.katex .fontsize-ensurer.reset-size8.size3 {
    font-size: .48611111em
}

.katex .sizing.reset-size8.size4,
.katex .fontsize-ensurer.reset-size8.size4 {
    font-size: .55555556em
}

.katex .sizing.reset-size8.size5,
.katex .fontsize-ensurer.reset-size8.size5 {
    font-size: .625em
}

.katex .sizing.reset-size8.size6,
.katex .fontsize-ensurer.reset-size8.size6 {
    font-size: .69444444em
}

.katex .sizing.reset-size8.size7,
.katex .fontsize-ensurer.reset-size8.size7 {
    font-size: .83333333em
}

.katex .sizing.reset-size8.size8,
.katex .fontsize-ensurer.reset-size8.size8 {
    font-size: 1em
}

.katex .sizing.reset-size8.size9,
.katex .fontsize-ensurer.reset-size8.size9 {
    font-size: 1.2em
}

.katex .sizing.reset-size8.size10,
.katex .fontsize-ensurer.reset-size8.size10 {
    font-size: 1.44027778em
}

.katex .sizing.reset-size8.size11,
.katex .fontsize-ensurer.reset-size8.size11 {
    font-size: 1.72777778em
}

.katex .sizing.reset-size9.size1,
.katex .fontsize-ensurer.reset-size9.size1 {
    font-size: .28935185em
}

.katex .sizing.reset-size9.size2,
.katex .fontsize-ensurer.reset-size9.size2 {
    font-size: .34722222em
}

.katex .sizing.reset-size9.size3,
.katex .fontsize-ensurer.reset-size9.size3 {
    font-size: .40509259em
}

.katex .sizing.reset-size9.size4,
.katex .fontsize-ensurer.reset-size9.size4 {
    font-size: .46296296em
}

.katex .sizing.reset-size9.size5,
.katex .fontsize-ensurer.reset-size9.size5 {
    font-size: .52083333em
}

.katex .sizing.reset-size9.size6,
.katex .fontsize-ensurer.reset-size9.size6 {
    font-size: .5787037em
}

.katex .sizing.reset-size9.size7,
.katex .fontsize-ensurer.reset-size9.size7 {
    font-size: .69444444em
}

.katex .sizing.reset-size9.size8,
.katex .fontsize-ensurer.reset-size9.size8 {
    font-size: .83333333em
}

.katex .sizing.reset-size9.size9,
.katex .fontsize-ensurer.reset-size9.size9 {
    font-size: 1em
}

.katex .sizing.reset-size9.size10,
.katex .fontsize-ensurer.reset-size9.size10 {
    font-size: 1.20023148em
}

.katex .sizing.reset-size9.size11,
.katex .fontsize-ensurer.reset-size9.size11 {
    font-size: 1.43981481em
}

.katex .sizing.reset-size10.size1,
.katex .fontsize-ensurer.reset-size10.size1 {
    font-size: .24108004em
}

.katex .sizing.reset-size10.size2,
.katex .fontsize-ensurer.reset-size10.size2 {
    font-size: .28929605em
}

.katex .sizing.reset-size10.size3,
.katex .fontsize-ensurer.reset-size10.size3 {
    font-size: .33751205em
}

.katex .sizing.reset-size10.size4,
.katex .fontsize-ensurer.reset-size10.size4 {
    font-size: .38572806em
}

.katex .sizing.reset-size10.size5,
.katex .fontsize-ensurer.reset-size10.size5 {
    font-size: .43394407em
}

.katex .sizing.reset-size10.size6,
.katex .fontsize-ensurer.reset-size10.size6 {
    font-size: .48216008em
}

.katex .sizing.reset-size10.size7,
.katex .fontsize-ensurer.reset-size10.size7 {
    font-size: .57859209em
}

.katex .sizing.reset-size10.size8,
.katex .fontsize-ensurer.reset-size10.size8 {
    font-size: .69431051em
}

.katex .sizing.reset-size10.size9,
.katex .fontsize-ensurer.reset-size10.size9 {
    font-size: .83317261em
}

.katex .sizing.reset-size10.size10,
.katex .fontsize-ensurer.reset-size10.size10 {
    font-size: 1em
}

.katex .sizing.reset-size10.size11,
.katex .fontsize-ensurer.reset-size10.size11 {
    font-size: 1.19961427em
}

.katex .sizing.reset-size11.size1,
.katex .fontsize-ensurer.reset-size11.size1 {
    font-size: .20096463em
}

.katex .sizing.reset-size11.size2,
.katex .fontsize-ensurer.reset-size11.size2 {
    font-size: .24115756em
}

.katex .sizing.reset-size11.size3,
.katex .fontsize-ensurer.reset-size11.size3 {
    font-size: .28135048em
}

.katex .sizing.reset-size11.size4,
.katex .fontsize-ensurer.reset-size11.size4 {
    font-size: .32154341em
}

.katex .sizing.reset-size11.size5,
.katex .fontsize-ensurer.reset-size11.size5 {
    font-size: .36173633em
}

.katex .sizing.reset-size11.size6,
.katex .fontsize-ensurer.reset-size11.size6 {
    font-size: .40192926em
}

.katex .sizing.reset-size11.size7,
.katex .fontsize-ensurer.reset-size11.size7 {
    font-size: .48231511em
}

.katex .sizing.reset-size11.size8,
.katex .fontsize-ensurer.reset-size11.size8 {
    font-size: .57877814em
}

.katex .sizing.reset-size11.size9,
.katex .fontsize-ensurer.reset-size11.size9 {
    font-size: .69453376em
}

.katex .sizing.reset-size11.size10,
.katex .fontsize-ensurer.reset-size11.size10 {
    font-size: .83360129em
}

.katex .sizing.reset-size11.size11,
.katex .fontsize-ensurer.reset-size11.size11 {
    font-size: 1em
}

.katex .delimsizing.size1 {
    font-family: KaTeX_Size1
}

.katex .delimsizing.size2 {
    font-family: KaTeX_Size2
}

.katex .delimsizing.size3 {
    font-family: KaTeX_Size3
}

.katex .delimsizing.size4 {
    font-family: KaTeX_Size4
}

.katex .delimsizing.mult .delim-size1>span {
    font-family: KaTeX_Size1
}

.katex .delimsizing.mult .delim-size4>span {
    font-family: KaTeX_Size4
}

.katex .nulldelimiter {
    display: inline-block;
    width: .12em
}

.katex .delimcenter,
.katex .op-symbol {
    position: relative
}

.katex .op-symbol.small-op {
    font-family: KaTeX_Size1
}

.katex .op-symbol.large-op {
    font-family: KaTeX_Size2
}

.katex .op-limits>.vlist-t {
    text-align: center
}

.katex .accent>.vlist-t {
    text-align: center
}

.katex .accent .accent-body {
    position: relative
}

.katex .accent .accent-body:not(.accent-full) {
    width: 0
}

.katex .overlay {
    display: block
}

.katex .mtable .vertical-separator {
    display: inline-block;
    min-width: 1px
}

.katex .mtable .arraycolsep {
    display: inline-block
}

.katex .mtable .col-align-c>.vlist-t {
    text-align: center
}

.katex .mtable .col-align-l>.vlist-t {
    text-align: left
}

.katex .mtable .col-align-r>.vlist-t {
    text-align: right
}

.katex .svg-align {
    text-align: left
}

.katex svg {
    display: block;
    position: absolute;
    width: 100%;
    height: inherit;
    fill: currentColor;
    stroke: currentColor;
    fill-rule: nonzero;
    fill-opacity: 1;
    stroke-width: 1;
    stroke-linecap: butt;
    stroke-linejoin: miter;
    stroke-miterlimit: 4;
    stroke-dasharray: none;
    stroke-dashoffset: 0;
    stroke-opacity: 1
}

.katex svg path {
    stroke: none
}

.katex img {
    border-style: none;
    min-width: 0;
    min-height: 0;
    max-width: none;
    max-height: none
}

.katex .stretchy {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden
}

.katex .stretchy:before,
.katex .stretchy:after {
    content: ""
}

.katex .hide-tail {
    width: 100%;
    position: relative;
    overflow: hidden
}

.katex .halfarrow-left {
    position: absolute;
    left: 0;
    width: 50.2%;
    overflow: hidden
}

.katex .halfarrow-right {
    position: absolute;
    right: 0;
    width: 50.2%;
    overflow: hidden
}

.katex .brace-left {
    position: absolute;
    left: 0;
    width: 25.1%;
    overflow: hidden
}

.katex .brace-center {
    position: absolute;
    left: 25%;
    width: 50%;
    overflow: hidden
}

.katex .brace-right {
    position: absolute;
    right: 0;
    width: 25.1%;
    overflow: hidden
}

.katex .x-arrow-pad {
    padding: 0 .5em
}

.katex .cd-arrow-pad {
    padding: 0 .55556em 0 .27778em
}

.katex .x-arrow,
.katex .mover,
.katex .munder {
    text-align: center
}

.katex .boxpad {
    padding: 0 .3em
}

.katex .fbox,
.katex .fcolorbox {
    box-sizing: border-box;
    border: .04em solid
}

.katex .cancel-pad {
    padding: 0 .2em
}

.katex .cancel-lap {
    margin-left: -.2em;
    margin-right: -.2em
}

.katex .sout {
    border-bottom-style: solid;
    border-bottom-width: .08em
}

.katex .angl {
    box-sizing: border-box;
    border-top: .049em solid;
    border-right: .049em solid;
    margin-right: .03889em
}

.katex .anglpad {
    padding: 0 .03889em
}

.katex .eqn-num:before {
    counter-increment: katexEqnNo;
    content: "(" counter(katexEqnNo) ")"
}

.katex .mml-eqn-num:before {
    counter-increment: mmlEqnNo;
    content: "(" counter(mmlEqnNo) ")"
}

.katex .mtr-glue {
    width: 50%
}

.katex .cd-vert-arrow {
    display: inline-block;
    position: relative
}

.katex .cd-label-left {
    display: inline-block;
    position: absolute;
    right: calc(50% + .3em);
    text-align: left
}

.katex .cd-label-right {
    display: inline-block;
    position: absolute;
    left: calc(50% + .3em);
    text-align: right
}

.katex-display {
    display: block;
    margin: 1em 0;
    text-align: center
}

.katex-display>.katex {
    display: block;
    text-align: center;
    white-space: nowrap
}

.katex-display>.katex>.katex-html {
    display: block;
    position: relative
}

.katex-display>.katex>.katex-html>.tag {
    position: absolute;
    right: 0
}

.katex-display.leqno>.katex>.katex-html>.tag {
    left: 0;
    right: auto
}

.katex-display.fleqn>.katex {
    text-align: left;
    padding-left: 2em
}

body {
    counter-reset: katexEqnNo mmlEqnNo
}

.editor-content {
    border-radius: 0;
    border-top: 0;
    color: #000;
    background-color: #fff;
    flex-grow: 1
}

.editor-content .moyinVideo {
    padding-top: 0 !important
}

.editor-content>* {
    box-sizing: border-box
}

.editor-content>iframe {
    display: none
}

.editor-content h1 {
    margin: 24px 0 0;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.25;
    color: #262626
}

.editor-content h2 {
    margin: 24px 0 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
    color: #262626
}

.editor-content h3 {
    margin: 24px 0 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
    color: #262626
}

.editor-content h4,
.editor-content h5,
.editor-content h6 {
    margin: 24px 0 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
    color: #262626
}

.editor-content p {
    margin: 16px 0 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    min-height: 32px;
    color: #333;
    white-space: normal
}

.editor-content p+p {
    margin: 0
}

.editor-content p img.ProseMirror-separator {
    display: none !important
}

.editor-content p .ProseMirror-trailingBreak:not(:first-child) {
    height: 0;
    display: none
}

.editor-content mark {
    color: inherit;
    display: inline-block
}

.editor-content div[class*=language-] {
    border-radius: 8px;
    margin: 16px 0
}

.editor-content div[class*=language-] {
    position: relative;
    margin: 16px 0;
    background-color: #282c34;
    overflow-x: auto;
    transition: background-color .5s
}

.editor-content [class*=language-]>button.copy {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 3;
    display: block;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    width: 40px;
    height: 40px;
    background-color: #292d3e;
    opacity: 0;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' height='20' width='20' stroke='rgba(128,128,128,1)' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M9 5H7a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-2M9 5a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2M9 5a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2'/%3E%3C/svg%3E");
    background-position: 50%;
    background-size: 20px;
    background-repeat: no-repeat;
    transition: opacity .4s;
    border: none
}

.editor-content [class*=language-]:hover>button.copy,
.editor-content [class*=language-]>button.copy:focus {
    opacity: 1
}

.editor-content [class*=language-]>button.copy.copied,
.editor-content [class*=language-]>button.copy:hover.copied {
    border-radius: 0 4px 4px 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' height='20' width='20' stroke='rgba(128,128,128,1)' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M9 5H7a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-2M9 5a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2M9 5a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2m-6 9 2 2 4-4'/%3E%3C/svg%3E")
}

.editor-content [class*=language-]>button.copy.copied:before,
.editor-content [class*=language-]>button.copy:hover.copied:before {
    position: relative;
    left: -70px;
    top: -1px;
    display: block;
    border-radius: 4px 0 0 4px;
    padding-top: 12px;
    width: 64px;
    height: 28px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    background-color: #292d3e;
    color: #ebebeb99;
    white-space: nowrap;
    content: "Copied"
}

.editor-content [class*=language-]>span.lang {
    position: absolute;
    top: 10px;
    right: 12px;
    z-index: 2;
    font-size: 12px;
    font-weight: 500;
    color: #ebebeb61;
    transition: color .4s, opacity .4s
}

.editor-content [class*=language-]:hover>button.copy+span.lang,
.editor-content [class*=language-]>button.copy:focus+span.lang {
    opacity: 0
}

.editor-content div[class*=language-].line-numbers-mode {
    padding-left: 32px
}

.editor-content div[class*=language-].line-numbers-mode pre {
    padding-left: 16px
}

.editor-content div[class*=language-].line-numbers-mode pre:hover::-webkit-scrollbar-thumb {
    background: #D3D3D3;
    transition: all .3s;
    border-radius: 8px
}

.editor-content div[class*=language-].line-numbers-mode pre::-webkit-scrollbar {
    height: 8px
}

.editor-content [class*=language-] code {
    color: #f0f8ff
}

.editor-content [class*=language-] pre {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 16px;
    background: transparent;
    overflow-x: auto;
    line-height: 24px;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    word-wrap: normal;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none
}

.editor-content .line-numbers-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    border-right: 1px solid rgba(84, 84, 84, .4784313725);
    padding-top: 16px;
    width: 32px;
    text-align: center;
    line-height: 24px;
    font-size: 16px;
    color: #ebebeb61;
    transition: border-color .5s, color .5s
}

.editor-content code {
    line-height: 23px !important;
    font-family: source-code-pro, Menlo, Monaco, Consolas, Courier New, monospace
}

.editor-content p code,
.editor-content li>code,
.editor-content h1>code,
.editor-content h2>code,
.editor-content h3>code,
.editor-content h4>code,
.editor-content h5>code,
.editor-content h6>code,
.editor-content td>code,
.editor-content th>code {
    color: #262626;
    background-color: #eff0f0;
    line-height: 1.5;
    display: inline-block;
    padding: 0 4px;
    border-radius: 2px;
    font-family: source-code-pro, Menlo, Monaco, Consolas, Courier New, monospace
}

.editor-content p span {
    font-size: 16px
}

.editor-content hr {
    border-top-color: #dfe1e7;
    margin-top: 30px;
    margin-bottom: 30px
}

.editor-content .tableWrapper {
    margin: 1em 0;
    overflow-x: auto
}

.editor-content table {
    margin: 10px 0;
    border: 1px solid #dfe2e5;
    border-collapse: collapse;
    font-size: 16px;
    table-layout: fixed;
    overflow: hidden
}

.editor-content table tbody tr {
    background: white
}

.editor-content table tbody tr:nth-child(2n+1) {
    background: white
}

.editor-content table tbody tr:nth-child(2n+1)>* {
    background-color: #f5f5f599
}

.editor-content table tbody tr:nth-child(2n+1)>th {
    background-color: rgba(var(--theme_main_color_rgb), .1)
}

.editor-content table tbody tr th {
    text-align: left;
    background-color: rgba(var(--theme_main_color_rgb), .1)
}

.editor-content table td,
.editor-content table th {
    border: 1px solid #dfe2e5;
    padding: 10px 16px;
    height: 44px;
    box-sizing: border-box;
    word-break: normal;
    position: relative
}

.editor-content table td.selectedCell,
.editor-content table th.selectedCell {
    background-color: rgba(var(--theme_main_color_rgb), .4) !important
}

.editor-content table td p,
.editor-content table th p {
    margin: 0;
    line-height: 2;
    color: #333;
    min-height: 32px
}

.editor-content table td ul,
.editor-content table td ol,
.editor-content table th ul,
.editor-content table th ol {
    margin-top: 0
}

.editor-content table td h1,
.editor-content table td h2,
.editor-content table td h3,
.editor-content table td h4,
.editor-content table td h5,
.editor-content table td h6,
.editor-content table th h1,
.editor-content table th h2,
.editor-content table th h3,
.editor-content table th h4,
.editor-content table th h5,
.editor-content table th h6 {
    margin: 0
}

.editor-content table td div[class*=language-] {
    margin-top: -16px
}

.editor-content table td [class*=language-] code br {
    display: none
}

.editor-content table td div[class*=language-].line-numbers-mode pre+br {
    display: none
}

.editor-content img {
    display: inline-block;
    float: none;
    margin: 12px 0;
    max-width: 100%;
    height: auto;
    cursor: zoom-in
}

.editor-content img[data-display=inline] {
    margin-left: 12px;
    margin-right: 12px;
    max-width: calc(100% - 24px)
}

.editor-content img[data-display=block] {
    display: block
}

.editor-content img[data-display=left] {
    float: left;
    margin-left: 0;
    margin-right: 12px;
    max-width: calc(100% - 12px)
}

.editor-content img[data-display=right] {
    float: right;
    margin-left: 12px;
    margin-right: 0;
    max-width: calc(100% - 12px)
}

.editor-content .image-view {
    display: inline-block;
    float: none;
    line-height: 0;
    margin: 12px 0;
    max-width: 100%;
    user-select: none;
    vertical-align: baseline
}

.editor-content .image-view--inline {
    margin-left: 12px;
    margin-right: 12px
}

.editor-content .image-view--block {
    display: block
}

.editor-content .image-view--left {
    float: left;
    margin-left: 0;
    margin-right: 12px
}

.editor-content .image-view--right {
    float: right;
    margin-left: 12px;
    margin-right: 0
}

.editor-content .image-view__body-editable:hover {
    outline-color: #ffc83d
}

.editor-content .image-view__body-editable .image-view__body__image {
    cursor: pointer
}

.editor-content .image-view__body {
    clear: both;
    display: inline-block;
    max-width: 100%;
    outline-color: transparent;
    outline-style: solid;
    outline-width: 2px;
    transition: all .2s ease-in;
    position: relative
}

.editor-content .image-view__body--focused:hover,
.editor-content .image-view__body--resizing:hover {
    outline-color: transparent
}

.editor-content .image-view__body__placeholder {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.editor-content .image-view__body__image {
    cursor: zoom-in;
    margin: 0;
    min-width: 16px;
    min-height: 16px
}

.editor-content .image-resizer {
    border: 1px solid var(--theme_main_color);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.editor-content .image-resizer__handler {
    background-color: var(--theme_main_color);
    border: 1px solid #fff;
    border-radius: 2px;
    box-sizing: border-box;
    display: block;
    height: 12px;
    position: absolute;
    width: 12px;
    z-index: 2
}

.editor-content .image-resizer__handler--tl {
    cursor: nw-resize;
    left: -6px;
    top: -6px
}

.editor-content .image-resizer__handler--tr {
    cursor: ne-resize;
    right: -6px;
    top: -6px
}

.editor-content .image-resizer__handler--bl {
    bottom: -6px;
    cursor: sw-resize;
    left: -6px
}

.editor-content .image-resizer__handler--br {
    bottom: -6px;
    cursor: se-resize;
    right: -6px
}

.editor-content .resize-cursor {
    cursor: ew-resize;
    cursor: col-resize
}

.editor-content .column-resize-handle {
    background-color: var(--theme_main_color);
    bottom: 0;
    pointer-events: none;
    position: absolute;
    right: -1px;
    top: 0;
    width: 2px;
    z-index: 20
}

.editor-content ul[data-type=taskList] {
    margin-left: 5px
}

.editor-content ul[data-type=taskList] .task-item-wrapper {
    display: flex
}

.editor-content ul[data-type=taskList] li[data-type=taskItem] {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 0;
    width: 100%
}

.editor-content ul[data-type=taskList] li[data-type=taskItem][data-text-align=right] {
    justify-content: flex-end !important
}

.editor-content ul[data-type=taskList] li[data-type=taskItem][data-text-align=center] {
    justify-content: center !important
}

.editor-content ul[data-type=taskList] li[data-type=taskItem][data-text-align=justify] {
    justify-content: space-between !important
}

.editor-content ul[data-type=taskList] li[data-type=taskItem] .todo-content {
    padding-left: 10px;
    width: 100%
}

.editor-content ul[data-type=taskList] li[data-type=taskItem] .todo-content>p {
    font-size: 16px
}

.editor-content ul[data-type=taskList] li[data-type=taskItem] .todo-content>p:last-of-type {
    margin-bottom: 0
}

.editor-content ul[data-type=taskList] li[data-type=taskItem][data-done=done]>.todo-content>p {
    color: var(--theme_main_color);
    text-decoration: line-through
}

.editor-content ul {
    padding: 0;
    margin: 16px 0 0 19px;
    user-select: text
}

.editor-content ul.contains-task-list {
    list-style: none;
    margin-left: 0
}

.editor-content ol {
    padding: 0;
    margin: 16px 0 0 19px;
    user-select: text
}

.editor-content li {
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    color: #333;
    user-select: text
}

.editor-content li input {
    position: relative;
    top: 2px
}

.editor-content li p {
    margin: 0;
    color: #333
}

.editor-content ul ul,
.editor-content ul ol,
.editor-content ol ul,
.editor-content ol ol {
    margin-top: 0;
    margin-bottom: 0
}

.editor-content ul {
    list-style-type: disc
}

.editor-content ul ul {
    list-style-type: circle
}

.editor-content ul ul ul {
    list-style-type: square
}

.editor-content ol,
.editor-content ol li {
    list-style-type: decimal
}

.editor-content ol ol {
    list-style-type: lower-roman
}

.editor-content ol ol ol {
    list-style-type: lower-alpha
}

.editor-content blockquote {
    margin: 16px 0 0;
    padding: 10px 20px;
    background: rgba(var(--theme_main_color_rgb), .1);
    border-left: 4px solid var(--theme_main_color)
}

.editor-content blockquote p {
    margin: 0;
    color: #333
}

.editor-content blockquote>:last-child {
    margin-bottom: 0
}

.editor-content blockquote>:first-child {
    margin-top: 0
}

.editor-content .iframe-container-box {
    max-width: 100%;
    border: 1px solid transparent
}

.editor-content .iframe-container-box .iframe-container {
    margin: 16px 0 0;
    overflow: hidden;
    position: relative;
    padding-top: 56.25%
}

.editor-content .iframe-container-box .iframe-container-focused {
    border: 1px solid var(--theme_main_color)
}

.editor-content .iframe-container-box .iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.editor-content .iframe-container-focused {
    border: 1px solid var(--theme_main_color);
    margin-top: 16px
}

.editor-content .iframe-container-focused .iframe-container {
    margin-top: 0 !important
}

.editor-content custom-block {
    display: block
}

.editor-content latex-block {
    display: inline-flex
}

.editor-content latex-block .katex-display {
    margin: 6px
}

.editor-content .custom-block {
    border: 1px solid transparent;
    border-radius: 8px;
    padding: 10px;
    line-height: 24px;
    font-size: 14px;
    margin-top: 16px
}

.editor-content .custom-block p {
    margin-top: 0
}

.editor-content .custom-block h1,
.editor-content .custom-block h2,
.editor-content .custom-block h3,
.editor-content .custom-block h4,
.editor-content .custom-block h5,
.editor-content .custom-block h6 {
    margin-top: 6px
}

.editor-content .custom-block ol,
.editor-content .custom-block ul {
    margin-top: 0
}

.editor-content .tips {
    background-color: #f4f5f580;
    border: 1px solid transparent
}

.editor-content .info {
    background-color: #d9e8fc80;
    border: 1px solid transparent
}

.editor-content .warning {
    background-color: #f9efcd80;
    border: 1px solid transparent
}

.editor-content .success {
    background-color: #e8f7cf80;
    border: 1px solid transparent
}

.editor-content .danger {
    background-color: #fbe4e780;
    border: 1px solid transparent
}

.editor-content .color1 {
    background-color: #cef1f780;
    border: 1px solid transparent
}

.editor-content .color2 {
    background-color: #daf6ea80;
    border: 1px solid transparent
}

.editor-content .color3 {
    background-color: #fde6d380;
    border: 1px solid transparent
}

.editor-content .color4 {
    background-color: #fbdfef80;
    border: 1px solid transparent
}

.editor-content .color5 {
    background-color: #e6dcf980;
    border: 1px solid transparent
}

.editor-content .table-box {
    overflow-x: auto;
    padding-bottom: 10px
}

.editor-content a {
    color: var(--theme_link_color);
    text-decoration: none !important
}

.editor-content a:hover {
    text-decoration: underline
}

.editor-content .latex-block {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent
}

.editor-content .latex-block:hover {
    border: 1px solid var(--theme_main_color)
}

.editor-content .latex-block .katex-display {
    margin: 6px
}

.editor-content .latex-block-selected {
    border: 1px solid var(--theme_main_color)
}

.editor-content .conflict-block {
    display: block;
    border: 1px solid transparent;
    border-radius: 8px 0 8px 8px;
    padding: 10px;
    line-height: 24px;
    font-size: 14px;
    margin-top: 26px;
    background-color: #fc4c1780;
    position: relative
}

.editor-content .conflict-block .operate-btn-line {
    position: absolute;
    top: -26px;
    right: -1px
}

.editor-content .conflict-block .operate-btn-line button {
    background-color: #fc4c1780;
    color: #fff;
    border: none;
    height: 25px;
    border-radius: 4px 4px 0 0;
    cursor: pointer
}

.editor-content .conflict-block p {
    margin-top: 0
}

.editor-content .conflict-block h1,
.editor-content .conflict-block h2,
.editor-content .conflict-block h3,
.editor-content .conflict-block h4,
.editor-content .conflict-block h5,
.editor-content .conflict-block h6 {
    margin-top: 6px
}

.editor-content .conflict-block ol,
.editor-content .conflict-block ul {
    margin-top: 0
}

@media screen and (max-width: 900px) {
    .editor-content h1 {
        margin: 40px 0 0;
        font-size: 22px;
        font-weight: 500;
        line-height: 1.25;
        color: #333
    }

    .editor-content h2 {
        margin: 40px 0 0;
        font-size: 20px;
        font-weight: 500;
        line-height: 1.25;
        color: #333
    }

    .editor-content h3 {
        margin: 40px 0 0;
        font-size: 18px;
        font-weight: 700;
        line-height: 1.25;
        color: #333
    }

    .editor-content h4,
    .editor-content h5,
    .editor-content h6 {
        margin: 40px 0 0;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.25;
        color: #333
    }

    .editor-content p {
        margin: 10px 0 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 30px;
        min-height: 30px;
        color: #333
    }

    .editor-content p span {
        font-size: 14px !important
    }

    .editor-content hr {
        margin: 30px 0
    }

    .editor-content table {
        margin-top: 16px;
        border: 1px solid #dfe2e5;
        border-collapse: collapse;
        font-size: 14px
    }

    .editor-content table th {
        border: 1px solid #dfe2e5;
        text-align: left;
        padding: 10px 16px
    }

    .editor-content table td {
        border: 1px solid #dfe2e5;
        padding: 10px 16px
    }

    .editor-content ul,
    .editor-content ol {
        margin: 16px 0 0 19px;
        user-select: text
    }

    .editor-content li {
        font-size: 14px;
        font-weight: 400;
        line-height: 2;
        color: #333;
        user-select: text
    }

    .editor-content li+li {
        margin-top: 4px
    }

    .editor-content blockquote {
        margin: 16px 0 0;
        padding: 10px 20px;
        background: rgba(var(--theme_main_color_rgb), .1);
        border-left: 4px solid var(--theme_main_color)
    }

    .editor-content blockquote p {
        margin: 0
    }

    .editor-content img {
        margin: 16px 0 0
    }

    .editor-content pre {
        margin: 16px 0 0;
        border-radius: 3px;
        font-size: 14px
    }
}

.editor-img-bg-shadow {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-content: center;
    justify-content: center;
    z-index: 1500;
    background: rgb(0, 0, 0);
    opacity: 1;
    cursor: zoom-out;
    visibility: hidden
}

.canvas-content[data-v-63530db8] {
    position: relative;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding-top: 12px
}

.canvas-content .canvas-page[data-v-63530db8] {
    margin-left: 0;
    margin-right: auto;
    box-shadow: 0 3px 8px #00000029;
    margin-bottom: 32px;
    display: flex;
    position: relative
}

.canvas-content .canvas-page canvas[data-v-63530db8] {
    position: relative
}

.canvas-content .loading-container[data-v-63530db8] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10px;
    right: -10px;
    background: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9
}

.canvas-content .loading-container .text[data-v-63530db8] {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    color: #758296
}

.canvas-content #load[data-v-63530db8] {
    width: 75px;
    animation: loading-63530db8 3s linear infinite
}

.canvas-content #load #loading-inner[data-v-63530db8] {
    stroke-dashoffset: 0;
    stroke-dasharray: 300;
    stroke-width: 10;
    stroke-miterlimit: 10;
    stroke-linecap: round;
    animation: loading-circle-63530db8 2s linear infinite;
    stroke: #758296;
    fill: transparent
}

@keyframes loading-63530db8 {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes loading-circle-63530db8 {
    0% {
        stroke-dashoffset: 0
    }

    to {
        stroke-dashoffset: -600
    }
}

.canvas-content .heading-content[data-v-63530db8] {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column
}

.canvas-content .heading-content h1[data-v-63530db8],
.canvas-content .heading-content h2[data-v-63530db8],
.canvas-content .heading-content h3[data-v-63530db8],
.canvas-content .heading-content h4[data-v-63530db8],
.canvas-content .heading-content h5[data-v-63530db8],
.canvas-content .heading-content h6[data-v-63530db8] {
    position: absolute;
    left: 0
}

.canvas-content-min[data-v-63530db8] {
    min-height: 194px
}

.pdf-text-layer {
    position: absolute;
    text-align: initial;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    opacity: .2;
    line-height: 1;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    text-size-adjust: none;
    forced-color-adjust: none
}

.pdf-text-layer span,
.pdf-text-layer br {
    color: transparent;
    position: absolute;
    white-space: pre;
    cursor: text;
    transform-origin: 0% 0%
}

.pdf-text-layer span.markedContent {
    top: 0;
    height: 0
}

.pdf-text-layer .highlight {
    margin: -1px;
    padding: 1px;
    background-color: #b400aa;
    border-radius: 4px
}

.pdf-text-layer .highlight.appended {
    position: initial
}

.pdf-text-layer .highlight.begin {
    border-radius: 4px 0 0 4px
}

.pdf-text-layer .highlight.end {
    border-radius: 0 4px 4px 0
}

.pdf-text-layer .highlight.middle {
    border-radius: 0
}

.pdf-text-layer .highlight.selected {
    background-color: #006400
}

.pdf-text-layer::-moz-selection {
    background: rgb(0, 0, 255)
}

.pdf-text-layer::selection {
    background: rgb(0, 0, 255)
}

.pdf-text-layer br::-moz-selection {
    background: transparent
}

.pdf-text-layer br::selection {
    background: transparent
}

.pdf-text-layer .endOfContent {
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    bottom: 0;
    z-index: -1;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.pdf-text-layer .endOfContent.active {
    top: 0
}

.pdf-text-layer *::selection {
    color: transparent
}

:root {
    --el-color-white: #ffffff;
    --el-color-black: #000000;
    --el-color-primary-rgb: 64, 158, 255;
    --el-color-success-rgb: 103, 194, 58;
    --el-color-warning-rgb: 230, 162, 60;
    --el-color-danger-rgb: 245, 108, 108;
    --el-color-error-rgb: 245, 108, 108;
    --el-color-info-rgb: 144, 147, 153;
    --el-font-size-extra-large: 20px;
    --el-font-size-large: 18px;
    --el-font-size-medium: 16px;
    --el-font-size-base: 14px;
    --el-font-size-small: 13px;
    --el-font-size-extra-small: 12px;
    --el-font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "\5fae\8f6f\96c5\9ed1", Arial, sans-serif;
    --el-font-weight-primary: 500;
    --el-font-line-height-primary: 24px;
    --el-index-normal: 1;
    --el-index-top: 1000;
    --el-index-popper: 2000;
    --el-border-radius-base: 4px;
    --el-border-radius-small: 2px;
    --el-border-radius-round: 20px;
    --el-border-radius-circle: 100%;
    --el-transition-duration: .3s;
    --el-transition-duration-fast: .2s;
    --el-transition-function-ease-in-out-bezier: cubic-bezier(.645, .045, .355, 1);
    --el-transition-function-fast-bezier: cubic-bezier(.23, 1, .32, 1);
    --el-transition-all: all var(--el-transition-duration) var(--el-transition-function-ease-in-out-bezier);
    --el-transition-fade: opacity var(--el-transition-duration) var(--el-transition-function-fast-bezier);
    --el-transition-md-fade: transform var(--el-transition-duration) var(--el-transition-function-fast-bezier), opacity var(--el-transition-duration) var(--el-transition-function-fast-bezier);
    --el-transition-fade-linear: opacity var(--el-transition-duration-fast) linear;
    --el-transition-border: border-color var(--el-transition-duration-fast) var(--el-transition-function-ease-in-out-bezier);
    --el-transition-box-shadow: box-shadow var(--el-transition-duration-fast) var(--el-transition-function-ease-in-out-bezier);
    --el-transition-color: color var(--el-transition-duration-fast) var(--el-transition-function-ease-in-out-bezier);
    --el-component-size-large: 40px;
    --el-component-size: 32px;
    --el-component-size-small: 24px
}

:root {
    color-scheme: light;
    --el-color-white: #ffffff;
    --el-color-black: #000000;
    --el-color-primary: #409eff;
    --el-color-primary-light-3: #79bbff;
    --el-color-primary-light-5: #a0cfff;
    --el-color-primary-light-7: #c6e2ff;
    --el-color-primary-light-8: #d9ecff;
    --el-color-primary-light-9: #ecf5ff;
    --el-color-primary-dark-2: #337ecc;
    --el-color-success: #67c23a;
    --el-color-success-light-3: #95d475;
    --el-color-success-light-5: #b3e19d;
    --el-color-success-light-7: #d1edc4;
    --el-color-success-light-8: #e1f3d8;
    --el-color-success-light-9: #f0f9eb;
    --el-color-success-dark-2: #529b2e;
    --el-color-warning: #e6a23c;
    --el-color-warning-light-3: #eebe77;
    --el-color-warning-light-5: #f3d19e;
    --el-color-warning-light-7: #f8e3c5;
    --el-color-warning-light-8: #faecd8;
    --el-color-warning-light-9: #fdf6ec;
    --el-color-warning-dark-2: #b88230;
    --el-color-danger: #f56c6c;
    --el-color-danger-light-3: #f89898;
    --el-color-danger-light-5: #fab6b6;
    --el-color-danger-light-7: #fcd3d3;
    --el-color-danger-light-8: #fde2e2;
    --el-color-danger-light-9: #fef0f0;
    --el-color-danger-dark-2: #c45656;
    --el-color-error: #f56c6c;
    --el-color-error-light-3: #f89898;
    --el-color-error-light-5: #fab6b6;
    --el-color-error-light-7: #fcd3d3;
    --el-color-error-light-8: #fde2e2;
    --el-color-error-light-9: #fef0f0;
    --el-color-error-dark-2: #c45656;
    --el-color-info: #909399;
    --el-color-info-light-3: #b1b3b8;
    --el-color-info-light-5: #c8c9cc;
    --el-color-info-light-7: #dedfe0;
    --el-color-info-light-8: #e9e9eb;
    --el-color-info-light-9: #f4f4f5;
    --el-color-info-dark-2: #73767a;
    --el-bg-color: #ffffff;
    --el-bg-color-page: #f2f3f5;
    --el-bg-color-overlay: #ffffff;
    --el-text-color-primary: #303133;
    --el-text-color-regular: #606266;
    --el-text-color-secondary: #909399;
    --el-text-color-placeholder: #a8abb2;
    --el-text-color-disabled: #c0c4cc;
    --el-border-color: #dcdfe6;
    --el-border-color-light: #e4e7ed;
    --el-border-color-lighter: #ebeef5;
    --el-border-color-extra-light: #f2f6fc;
    --el-border-color-dark: #d4d7de;
    --el-border-color-darker: #cdd0d6;
    --el-fill-color: #f0f2f5;
    --el-fill-color-light: #f5f7fa;
    --el-fill-color-lighter: #fafafa;
    --el-fill-color-extra-light: #fafcff;
    --el-fill-color-dark: #ebedf0;
    --el-fill-color-darker: #e6e8eb;
    --el-fill-color-blank: #ffffff;
    --el-box-shadow: 0px 12px 32px 4px rgba(0, 0, 0, .04), 0px 8px 20px rgba(0, 0, 0, .08);
    --el-box-shadow-light: 0px 0px 12px rgba(0, 0, 0, .12);
    --el-box-shadow-lighter: 0px 0px 6px rgba(0, 0, 0, .12);
    --el-box-shadow-dark: 0px 16px 48px 16px rgba(0, 0, 0, .08), 0px 12px 32px rgba(0, 0, 0, .12), 0px 8px 16px -8px rgba(0, 0, 0, .16);
    --el-disabled-bg-color: var(--el-fill-color-light);
    --el-disabled-text-color: var(--el-text-color-placeholder);
    --el-disabled-border-color: var(--el-border-color-light);
    --el-overlay-color: rgba(0, 0, 0, .8);
    --el-overlay-color-light: rgba(0, 0, 0, .7);
    --el-overlay-color-lighter: rgba(0, 0, 0, .5);
    --el-mask-color: rgba(255, 255, 255, .9);
    --el-mask-color-extra-light: rgba(255, 255, 255, .3);
    --el-border-width: 1px;
    --el-border-style: solid;
    --el-border-color-hover: var(--el-text-color-disabled);
    --el-border: var(--el-border-width) var(--el-border-style) var(--el-border-color);
    --el-svg-monochrome-grey: var(--el-border-color)
}

.fade-in-linear-enter-active,
.fade-in-linear-leave-active {
    transition: var(--el-transition-fade-linear)
}

.fade-in-linear-enter-from,
.fade-in-linear-leave-to {
    opacity: 0
}

.el-fade-in-linear-enter-active,
.el-fade-in-linear-leave-active {
    transition: var(--el-transition-fade-linear)
}

.el-fade-in-linear-enter-from,
.el-fade-in-linear-leave-to {
    opacity: 0
}

.el-fade-in-enter-active,
.el-fade-in-leave-active {
    transition: all var(--el-transition-duration) cubic-bezier(.55, 0, .1, 1)
}

.el-fade-in-enter-from,
.el-fade-in-leave-active {
    opacity: 0
}

.el-zoom-in-center-enter-active,
.el-zoom-in-center-leave-active {
    transition: all var(--el-transition-duration) cubic-bezier(.55, 0, .1, 1)
}

.el-zoom-in-center-enter-from,
.el-zoom-in-center-leave-active {
    opacity: 0;
    transform: scaleX(0)
}

.el-zoom-in-top-enter-active,
.el-zoom-in-top-leave-active {
    opacity: 1;
    transform: scaleY(1);
    transition: var(--el-transition-md-fade);
    transform-origin: center top
}

.el-zoom-in-top-enter-active[data-popper-placement^=top],
.el-zoom-in-top-leave-active[data-popper-placement^=top] {
    transform-origin: center bottom
}

.el-zoom-in-top-enter-from,
.el-zoom-in-top-leave-active {
    opacity: 0;
    transform: scaleY(0)
}

.el-zoom-in-bottom-enter-active,
.el-zoom-in-bottom-leave-active {
    opacity: 1;
    transform: scaleY(1);
    transition: var(--el-transition-md-fade);
    transform-origin: center bottom
}

.el-zoom-in-bottom-enter-from,
.el-zoom-in-bottom-leave-active {
    opacity: 0;
    transform: scaleY(0)
}

.el-zoom-in-left-enter-active,
.el-zoom-in-left-leave-active {
    opacity: 1;
    transform: scale(1);
    transition: var(--el-transition-md-fade);
    transform-origin: top left
}

.el-zoom-in-left-enter-from,
.el-zoom-in-left-leave-active {
    opacity: 0;
    transform: scale(.45)
}

.collapse-transition {
    transition: var(--el-transition-duration) height ease-in-out, var(--el-transition-duration) padding-top ease-in-out, var(--el-transition-duration) padding-bottom ease-in-out
}

.el-collapse-transition-enter-active,
.el-collapse-transition-leave-active {
    transition: var(--el-transition-duration) max-height ease-in-out, var(--el-transition-duration) padding-top ease-in-out, var(--el-transition-duration) padding-bottom ease-in-out
}

.horizontal-collapse-transition {
    transition: var(--el-transition-duration) width ease-in-out, var(--el-transition-duration) padding-left ease-in-out, var(--el-transition-duration) padding-right ease-in-out
}

.el-list-enter-active,
.el-list-leave-active {
    transition: all 1s
}

.el-list-enter-from,
.el-list-leave-to {
    opacity: 0;
    transform: translateY(-30px)
}

.el-list-leave-active {
    position: absolute !important
}

.el-opacity-transition {
    transition: opacity var(--el-transition-duration) cubic-bezier(.55, 0, .1, 1)
}

.el-icon-loading {
    -webkit-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite
}

.el-icon--right {
    margin-left: 5px
}

.el-icon--left {
    margin-right: 5px
}

@-webkit-keyframes rotating {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes rotating {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.el-icon {
    --color: inherit;
    height: 1em;
    width: 1em;
    line-height: 1em;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    fill: currentColor;
    color: var(--color);
    font-size: inherit
}

.el-icon.is-loading {
    -webkit-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite
}

.el-icon svg {
    height: 1em;
    width: 1em
}

.el-affix--fixed {
    position: fixed
}

.el-alert {
    --el-alert-padding: 8px 16px;
    --el-alert-border-radius-base: var(--el-border-radius-base);
    --el-alert-title-font-size: 13px;
    --el-alert-description-font-size: 12px;
    --el-alert-close-font-size: 12px;
    --el-alert-close-customed-font-size: 13px;
    --el-alert-icon-size: 16px;
    --el-alert-icon-large-size: 28px;
    width: 100%;
    padding: var(--el-alert-padding);
    margin: 0;
    box-sizing: border-box;
    border-radius: var(--el-alert-border-radius-base);
    position: relative;
    background-color: var(--el-color-white);
    overflow: hidden;
    opacity: 1;
    display: flex;
    align-items: center;
    transition: opacity var(--el-transition-duration-fast)
}

.el-alert.is-light .el-alert__close-btn {
    color: var(--el-text-color-placeholder)
}

.el-alert.is-dark .el-alert__close-btn,
.el-alert.is-dark .el-alert__description {
    color: var(--el-color-white)
}

.el-alert.is-center {
    justify-content: center
}

.el-alert--success {
    --el-alert-bg-color: var(--el-color-success-light-9)
}

.el-alert--success.is-light {
    background-color: var(--el-alert-bg-color);
    color: var(--el-color-success)
}

.el-alert--success.is-light .el-alert__description {
    color: var(--el-color-success)
}

.el-alert--success.is-dark {
    background-color: var(--el-color-success);
    color: var(--el-color-white)
}

.el-alert--info {
    --el-alert-bg-color: var(--el-color-info-light-9)
}

.el-alert--info.is-light {
    background-color: var(--el-alert-bg-color);
    color: var(--el-color-info)
}

.el-alert--info.is-light .el-alert__description {
    color: var(--el-color-info)
}

.el-alert--info.is-dark {
    background-color: var(--el-color-info);
    color: var(--el-color-white)
}

.el-alert--warning {
    --el-alert-bg-color: var(--el-color-warning-light-9)
}

.el-alert--warning.is-light {
    background-color: var(--el-alert-bg-color);
    color: var(--el-color-warning)
}

.el-alert--warning.is-light .el-alert__description {
    color: var(--el-color-warning)
}

.el-alert--warning.is-dark {
    background-color: var(--el-color-warning);
    color: var(--el-color-white)
}

.el-alert--error {
    --el-alert-bg-color: var(--el-color-error-light-9)
}

.el-alert--error.is-light {
    background-color: var(--el-alert-bg-color);
    color: var(--el-color-error)
}

.el-alert--error.is-light .el-alert__description {
    color: var(--el-color-error)
}

.el-alert--error.is-dark {
    background-color: var(--el-color-error);
    color: var(--el-color-white)
}

.el-alert__content {
    display: table-cell;
    padding: 0 8px
}

.el-alert .el-alert__icon {
    font-size: var(--el-alert-icon-size);
    width: var(--el-alert-icon-size)
}

.el-alert .el-alert__icon.is-big {
    font-size: var(--el-alert-icon-large-size);
    width: var(--el-alert-icon-large-size)
}

.el-alert__title {
    font-size: var(--el-alert-title-font-size);
    line-height: 18px;
    vertical-align: text-top
}

.el-alert__title.is-bold {
    font-weight: 700
}

.el-alert .el-alert__description {
    font-size: var(--el-alert-description-font-size);
    margin: 5px 0 0
}

.el-alert .el-alert__close-btn {
    font-size: var(--el-alert-close-font-size);
    opacity: 1;
    position: absolute;
    top: 12px;
    right: 15px;
    cursor: pointer
}

.el-alert .el-alert__close-btn.is-customed {
    font-style: normal;
    font-size: var(--el-alert-close-customed-font-size);
    top: 9px
}

.el-alert-fade-enter-from,
.el-alert-fade-leave-active {
    opacity: 0
}

.el-aside {
    overflow: auto;
    box-sizing: border-box;
    flex-shrink: 0;
    width: var(--el-aside-width, 300px)
}

.el-autocomplete {
    position: relative;
    display: inline-block
}

.el-autocomplete__popper.el-popper {
    background: var(--el-bg-color-overlay);
    border: 1px solid var(--el-border-color-light);
    box-shadow: var(--el-box-shadow-light)
}

.el-autocomplete__popper.el-popper .el-popper__arrow:before {
    border: 1px solid var(--el-border-color-light)
}

.el-autocomplete__popper.el-popper[data-popper-placement^=top] .el-popper__arrow:before {
    border-top-color: transparent;
    border-left-color: transparent
}

.el-autocomplete__popper.el-popper[data-popper-placement^=bottom] .el-popper__arrow:before {
    border-bottom-color: transparent;
    border-right-color: transparent
}

.el-autocomplete__popper.el-popper[data-popper-placement^=left] .el-popper__arrow:before {
    border-left-color: transparent;
    border-bottom-color: transparent
}

.el-autocomplete__popper.el-popper[data-popper-placement^=right] .el-popper__arrow:before {
    border-right-color: transparent;
    border-top-color: transparent
}

.el-autocomplete-suggestion {
    border-radius: var(--el-border-radius-base);
    box-sizing: border-box
}

.el-autocomplete-suggestion__wrap {
    max-height: 280px;
    padding: 10px 0;
    box-sizing: border-box
}

.el-autocomplete-suggestion__list {
    margin: 0;
    padding: 0
}

.el-autocomplete-suggestion li {
    padding: 0 20px;
    margin: 0;
    line-height: 34px;
    cursor: pointer;
    color: var(--el-text-color-regular);
    font-size: var(--el-font-size-base);
    list-style: none;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.el-autocomplete-suggestion li:hover,
.el-autocomplete-suggestion li.highlighted {
    background-color: var(--el-fill-color-light)
}

.el-autocomplete-suggestion li.divider {
    margin-top: 6px;
    border-top: 1px solid var(--el-color-black)
}

.el-autocomplete-suggestion li.divider:last-child {
    margin-bottom: -6px
}

.el-autocomplete-suggestion.is-loading li {
    text-align: center;
    height: 100px;
    line-height: 100px;
    font-size: 20px;
    color: var(--el-text-color-secondary)
}

.el-autocomplete-suggestion.is-loading li:after {
    display: inline-block;
    content: "";
    height: 100%;
    vertical-align: middle
}

.el-autocomplete-suggestion.is-loading li:hover {
    background-color: var(--el-bg-color-overlay)
}

.el-autocomplete-suggestion.is-loading .el-icon-loading {
    vertical-align: middle
}

.el-avatar {
    --el-avatar-text-color: var(--el-color-white);
    --el-avatar-bg-color: var(--el-text-color-disabled);
    --el-avatar-text-size: 14px;
    --el-avatar-icon-size: 18px;
    --el-avatar-border-radius: var(--el-border-radius-base);
    --el-avatar-size-large: 56px;
    --el-avatar-size-small: 24px;
    --el-avatar-size: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
    color: var(--el-avatar-text-color);
    background: var(--el-avatar-bg-color);
    width: var(--el-avatar-size);
    height: var(--el-avatar-size);
    font-size: var(--el-avatar-text-size)
}

.el-avatar>img {
    display: block;
    height: 100%
}

.el-avatar--circle {
    border-radius: 50%
}

.el-avatar--square {
    border-radius: var(--el-avatar-border-radius)
}

.el-avatar--icon {
    font-size: var(--el-avatar-icon-size)
}

.el-avatar--small {
    --el-avatar-size: 24px
}

.el-avatar--large {
    --el-avatar-size: 56px
}

.el-backtop {
    --el-backtop-bg-color: var(--el-bg-color-overlay);
    --el-backtop-text-color: var(--el-color-primary);
    --el-backtop-hover-bg-color: var(--el-border-color-extra-light);
    position: fixed;
    background-color: var(--el-backtop-bg-color);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: var(--el-backtop-text-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: var(--el-box-shadow-lighter);
    cursor: pointer;
    z-index: 5
}

.el-backtop:hover {
    background-color: var(--el-backtop-hover-bg-color)
}

.el-backtop__icon {
    font-size: 20px
}

.el-badge {
    --el-badge-bg-color: var(--el-color-danger);
    --el-badge-radius: 10px;
    --el-badge-font-size: 12px;
    --el-badge-padding: 6px;
    --el-badge-size: 18px;
    position: relative;
    vertical-align: middle;
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.el-badge__content {
    background-color: var(--el-badge-bg-color);
    border-radius: var(--el-badge-radius);
    color: var(--el-color-white);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: var(--el-badge-font-size);
    height: var(--el-badge-size);
    padding: 0 var(--el-badge-padding);
    white-space: nowrap;
    border: 1px solid var(--el-bg-color)
}

.el-badge__content.is-fixed {
    position: absolute;
    top: 0;
    right: calc(1px + var(--el-badge-size)/ 2);
    transform: translateY(-50%) translate(100%);
    z-index: var(--el-index-normal)
}

.el-badge__content.is-fixed.is-dot {
    right: 5px
}

.el-badge__content.is-dot {
    height: 8px;
    width: 8px;
    padding: 0;
    right: 0;
    border-radius: 50%
}

.el-badge__content--primary {
    background-color: var(--el-color-primary)
}

.el-badge__content--success {
    background-color: var(--el-color-success)
}

.el-badge__content--warning {
    background-color: var(--el-color-warning)
}

.el-badge__content--info {
    background-color: var(--el-color-info)
}

.el-badge__content--danger {
    background-color: var(--el-color-danger)
}

.el-breadcrumb {
    font-size: 14px;
    line-height: 1
}

.el-breadcrumb:after,
.el-breadcrumb:before {
    display: table;
    content: ""
}

.el-breadcrumb:after {
    clear: both
}

.el-breadcrumb__separator {
    margin: 0 9px;
    font-weight: 700;
    color: var(--el-text-color-placeholder)
}

.el-breadcrumb__separator.el-icon {
    margin: 0 6px;
    font-weight: 400
}

.el-breadcrumb__separator.el-icon svg {
    vertical-align: middle
}

.el-breadcrumb__item {
    float: left;
    display: inline-flex;
    align-items: center
}

.el-breadcrumb__inner {
    color: var(--el-text-color-regular)
}

.el-breadcrumb__inner a,
.el-breadcrumb__inner.is-link {
    font-weight: 700;
    text-decoration: none;
    transition: var(--el-transition-color);
    color: var(--el-text-color-primary)
}

.el-breadcrumb__inner a:hover,
.el-breadcrumb__inner.is-link:hover {
    color: var(--el-color-primary);
    cursor: pointer
}

.el-breadcrumb__item:last-child .el-breadcrumb__inner,
.el-breadcrumb__item:last-child .el-breadcrumb__inner a,
.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,
.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
    font-weight: 400;
    color: var(--el-text-color-regular);
    cursor: text
}

.el-breadcrumb__item:last-child .el-breadcrumb__separator {
    display: none
}

.el-button-group {
    display: inline-block;
    vertical-align: middle
}

.el-button-group:after,
.el-button-group:before {
    display: table;
    content: ""
}

.el-button-group:after {
    clear: both
}

.el-button-group>.el-button {
    float: left;
    position: relative
}

.el-button-group>.el-button+.el-button {
    margin-left: 0
}

.el-button-group>.el-button:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.el-button-group>.el-button:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.el-button-group>.el-button:first-child:last-child {
    border-top-right-radius: var(--el-border-radius-base);
    border-bottom-right-radius: var(--el-border-radius-base);
    border-top-left-radius: var(--el-border-radius-base);
    border-bottom-left-radius: var(--el-border-radius-base)
}

.el-button-group>.el-button:first-child:last-child.is-round {
    border-radius: var(--el-border-radius-round)
}

.el-button-group>.el-button:first-child:last-child.is-circle {
    border-radius: 50%
}

.el-button-group>.el-button:not(:first-child):not(:last-child) {
    border-radius: 0
}

.el-button-group>.el-button:not(:last-child) {
    margin-right: -1px
}

.el-button-group>.el-button:active,
.el-button-group>.el-button:focus,
.el-button-group>.el-button:hover {
    z-index: 1
}

.el-button-group>.el-button.is-active {
    z-index: 1
}

.el-button-group>.el-dropdown>.el-button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left-color: var(--el-button-divide-border-color)
}

.el-button-group .el-button--primary:first-child {
    border-right-color: var(--el-button-divide-border-color)
}

.el-button-group .el-button--primary:last-child {
    border-left-color: var(--el-button-divide-border-color)
}

.el-button-group .el-button--primary:not(:first-child):not(:last-child) {
    border-left-color: var(--el-button-divide-border-color);
    border-right-color: var(--el-button-divide-border-color)
}

.el-button-group .el-button--success:first-child {
    border-right-color: var(--el-button-divide-border-color)
}

.el-button-group .el-button--success:last-child {
    border-left-color: var(--el-button-divide-border-color)
}

.el-button-group .el-button--success:not(:first-child):not(:last-child) {
    border-left-color: var(--el-button-divide-border-color);
    border-right-color: var(--el-button-divide-border-color)
}

.el-button-group .el-button--warning:first-child {
    border-right-color: var(--el-button-divide-border-color)
}

.el-button-group .el-button--warning:last-child {
    border-left-color: var(--el-button-divide-border-color)
}

.el-button-group .el-button--warning:not(:first-child):not(:last-child) {
    border-left-color: var(--el-button-divide-border-color);
    border-right-color: var(--el-button-divide-border-color)
}

.el-button-group .el-button--danger:first-child {
    border-right-color: var(--el-button-divide-border-color)
}

.el-button-group .el-button--danger:last-child {
    border-left-color: var(--el-button-divide-border-color)
}

.el-button-group .el-button--danger:not(:first-child):not(:last-child) {
    border-left-color: var(--el-button-divide-border-color);
    border-right-color: var(--el-button-divide-border-color)
}

.el-button-group .el-button--info:first-child {
    border-right-color: var(--el-button-divide-border-color)
}

.el-button-group .el-button--info:last-child {
    border-left-color: var(--el-button-divide-border-color)
}

.el-button-group .el-button--info:not(:first-child):not(:last-child) {
    border-left-color: var(--el-button-divide-border-color);
    border-right-color: var(--el-button-divide-border-color)
}

.el-button {
    --el-button-font-weight: var(--el-font-weight-primary);
    --el-button-border-color: var(--el-border-color);
    --el-button-bg-color: var(--el-fill-color-blank);
    --el-button-text-color: var(--el-text-color-regular);
    --el-button-disabled-text-color: var(--el-disabled-text-color);
    --el-button-disabled-bg-color: var(--el-fill-color-blank);
    --el-button-disabled-border-color: var(--el-border-color-light);
    --el-button-divide-border-color: rgba(255, 255, 255, .5);
    --el-button-hover-text-color: var(--el-color-primary);
    --el-button-hover-bg-color: var(--el-color-primary-light-9);
    --el-button-hover-border-color: var(--el-color-primary-light-7);
    --el-button-active-text-color: var(--el-button-hover-text-color);
    --el-button-active-border-color: var(--el-color-primary);
    --el-button-active-bg-color: var(--el-button-hover-bg-color);
    --el-button-outline-color: var(--el-color-primary-light-5);
    --el-button-hover-link-text-color: var(--el-color-info);
    --el-button-active-color: var(--el-text-color-primary)
}

.el-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    height: 32px;
    white-space: nowrap;
    cursor: pointer;
    color: var(--el-button-text-color);
    text-align: center;
    box-sizing: border-box;
    outline: 0;
    transition: .1s;
    font-weight: var(--el-button-font-weight);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    -webkit-appearance: none;
    background-color: var(--el-button-bg-color);
    border: var(--el-border);
    border-color: var(--el-button-border-color);
    padding: 8px 15px;
    font-size: var(--el-font-size-base);
    border-radius: var(--el-border-radius-base)
}

.el-button:focus,
.el-button:hover {
    color: var(--el-button-hover-text-color);
    border-color: var(--el-button-hover-border-color);
    background-color: var(--el-button-hover-bg-color);
    outline: 0
}

.el-button:active {
    color: var(--el-button-active-text-color);
    border-color: var(--el-button-active-border-color);
    background-color: var(--el-button-active-bg-color);
    outline: 0
}

.el-button:focus-visible {
    outline: 2px solid var(--el-button-outline-color);
    outline-offset: 1px
}

.el-button>span {
    display: inline-flex;
    align-items: center
}

.el-button+.el-button {
    margin-left: 12px
}

.el-button.is-round {
    padding: 8px 15px
}

.el-button::-moz-focus-inner {
    border: 0
}

.el-button [class*=el-icon]+span {
    margin-left: 6px
}

.el-button [class*=el-icon] svg {
    vertical-align: bottom
}

.el-button.is-plain {
    --el-button-hover-text-color: var(--el-color-primary);
    --el-button-hover-bg-color: var(--el-fill-color-blank);
    --el-button-hover-border-color: var(--el-color-primary)
}

.el-button.is-active {
    color: var(--el-button-active-text-color);
    border-color: var(--el-button-active-border-color);
    background-color: var(--el-button-active-bg-color);
    outline: 0
}

.el-button.is-disabled,
.el-button.is-disabled:focus,
.el-button.is-disabled:hover {
    color: var(--el-button-disabled-text-color);
    cursor: not-allowed;
    background-image: none;
    background-color: var(--el-button-disabled-bg-color);
    border-color: var(--el-button-disabled-border-color)
}

.el-button.is-loading {
    position: relative;
    pointer-events: none
}

.el-button.is-loading:before {
    z-index: 1;
    pointer-events: none;
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    right: -1px;
    bottom: -1px;
    border-radius: inherit;
    background-color: var(--el-mask-color-extra-light)
}

.el-button.is-round {
    border-radius: var(--el-border-radius-round)
}

.el-button.is-circle {
    border-radius: 50%;
    padding: 8px
}

.el-button.is-text {
    color: var(--el-button-text-color);
    border: 0 solid transparent;
    background-color: transparent
}

.el-button.is-text.is-disabled {
    color: var(--el-button-disabled-text-color);
    background-color: transparent !important
}

.el-button.is-text:not(.is-disabled):focus,
.el-button.is-text:not(.is-disabled):hover {
    background-color: var(--el-fill-color-light)
}

.el-button.is-text:not(.is-disabled):focus-visible {
    outline: 2px solid var(--el-button-outline-color);
    outline-offset: 1px
}

.el-button.is-text:not(.is-disabled):active {
    background-color: var(--el-fill-color)
}

.el-button.is-text:not(.is-disabled).is-has-bg {
    background-color: var(--el-fill-color-light)
}

.el-button.is-text:not(.is-disabled).is-has-bg:focus,
.el-button.is-text:not(.is-disabled).is-has-bg:hover {
    background-color: var(--el-fill-color)
}

.el-button.is-text:not(.is-disabled).is-has-bg:active {
    background-color: var(--el-fill-color-dark)
}

.el-button__text--expand {
    letter-spacing: .3em;
    margin-right: -.3em
}

.el-button.is-link {
    border-color: transparent;
    color: var(--el-button-text-color);
    background: 0 0;
    padding: 2px;
    height: auto
}

.el-button.is-link:focus,
.el-button.is-link:hover {
    color: var(--el-button-hover-link-text-color)
}

.el-button.is-link.is-disabled {
    color: var(--el-button-disabled-text-color);
    background-color: transparent !important;
    border-color: transparent !important
}

.el-button.is-link:not(.is-disabled):focus,
.el-button.is-link:not(.is-disabled):hover {
    border-color: transparent;
    background-color: transparent
}

.el-button.is-link:not(.is-disabled):active {
    color: var(--el-button-active-color);
    border-color: transparent;
    background-color: transparent
}

.el-button--text {
    border-color: transparent;
    background: 0 0;
    color: var(--el-color-primary);
    padding-left: 0;
    padding-right: 0
}

.el-button--text.is-disabled {
    color: var(--el-button-disabled-text-color);
    background-color: transparent !important;
    border-color: transparent !important
}

.el-button--text:not(.is-disabled):focus,
.el-button--text:not(.is-disabled):hover {
    color: var(--el-color-primary-light-3);
    border-color: transparent;
    background-color: transparent
}

.el-button--text:not(.is-disabled):active {
    color: var(--el-color-primary-dark-2);
    border-color: transparent;
    background-color: transparent
}

.el-button__link--expand {
    letter-spacing: .3em;
    margin-right: -.3em
}

.el-button--primary {
    --el-button-text-color: var(--el-color-white);
    --el-button-bg-color: var(--el-color-primary);
    --el-button-border-color: var(--el-color-primary);
    --el-button-outline-color: var(--el-color-primary-light-5);
    --el-button-active-color: var(--el-color-primary-dark-2);
    --el-button-hover-text-color: var(--el-color-white);
    --el-button-hover-link-text-color: var(--el-color-primary-light-5);
    --el-button-hover-bg-color: var(--el-color-primary-light-3);
    --el-button-hover-border-color: var(--el-color-primary-light-3);
    --el-button-active-bg-color: var(--el-color-primary-dark-2);
    --el-button-active-border-color: var(--el-color-primary-dark-2);
    --el-button-disabled-text-color: var(--el-color-white);
    --el-button-disabled-bg-color: var(--el-color-primary-light-5);
    --el-button-disabled-border-color: var(--el-color-primary-light-5)
}

.el-button--primary.is-link,
.el-button--primary.is-plain,
.el-button--primary.is-text {
    --el-button-text-color: var(--el-color-primary);
    --el-button-bg-color: var(--el-color-primary-light-9);
    --el-button-border-color: var(--el-color-primary-light-5);
    --el-button-hover-text-color: var(--el-color-white);
    --el-button-hover-bg-color: var(--el-color-primary);
    --el-button-hover-border-color: var(--el-color-primary);
    --el-button-active-text-color: var(--el-color-white)
}

.el-button--primary.is-link.is-disabled,
.el-button--primary.is-link.is-disabled:active,
.el-button--primary.is-link.is-disabled:focus,
.el-button--primary.is-link.is-disabled:hover,
.el-button--primary.is-plain.is-disabled,
.el-button--primary.is-plain.is-disabled:active,
.el-button--primary.is-plain.is-disabled:focus,
.el-button--primary.is-plain.is-disabled:hover,
.el-button--primary.is-text.is-disabled,
.el-button--primary.is-text.is-disabled:active,
.el-button--primary.is-text.is-disabled:focus,
.el-button--primary.is-text.is-disabled:hover {
    color: var(--el-color-primary-light-5);
    background-color: var(--el-color-primary-light-9);
    border-color: var(--el-color-primary-light-8)
}

.el-button--success {
    --el-button-text-color: var(--el-color-white);
    --el-button-bg-color: var(--el-color-success);
    --el-button-border-color: var(--el-color-success);
    --el-button-outline-color: var(--el-color-success-light-5);
    --el-button-active-color: var(--el-color-success-dark-2);
    --el-button-hover-text-color: var(--el-color-white);
    --el-button-hover-link-text-color: var(--el-color-success-light-5);
    --el-button-hover-bg-color: var(--el-color-success-light-3);
    --el-button-hover-border-color: var(--el-color-success-light-3);
    --el-button-active-bg-color: var(--el-color-success-dark-2);
    --el-button-active-border-color: var(--el-color-success-dark-2);
    --el-button-disabled-text-color: var(--el-color-white);
    --el-button-disabled-bg-color: var(--el-color-success-light-5);
    --el-button-disabled-border-color: var(--el-color-success-light-5)
}

.el-button--success.is-link,
.el-button--success.is-plain,
.el-button--success.is-text {
    --el-button-text-color: var(--el-color-success);
    --el-button-bg-color: var(--el-color-success-light-9);
    --el-button-border-color: var(--el-color-success-light-5);
    --el-button-hover-text-color: var(--el-color-white);
    --el-button-hover-bg-color: var(--el-color-success);
    --el-button-hover-border-color: var(--el-color-success);
    --el-button-active-text-color: var(--el-color-white)
}

.el-button--success.is-link.is-disabled,
.el-button--success.is-link.is-disabled:active,
.el-button--success.is-link.is-disabled:focus,
.el-button--success.is-link.is-disabled:hover,
.el-button--success.is-plain.is-disabled,
.el-button--success.is-plain.is-disabled:active,
.el-button--success.is-plain.is-disabled:focus,
.el-button--success.is-plain.is-disabled:hover,
.el-button--success.is-text.is-disabled,
.el-button--success.is-text.is-disabled:active,
.el-button--success.is-text.is-disabled:focus,
.el-button--success.is-text.is-disabled:hover {
    color: var(--el-color-success-light-5);
    background-color: var(--el-color-success-light-9);
    border-color: var(--el-color-success-light-8)
}

.el-button--warning {
    --el-button-text-color: var(--el-color-white);
    --el-button-bg-color: var(--el-color-warning);
    --el-button-border-color: var(--el-color-warning);
    --el-button-outline-color: var(--el-color-warning-light-5);
    --el-button-active-color: var(--el-color-warning-dark-2);
    --el-button-hover-text-color: var(--el-color-white);
    --el-button-hover-link-text-color: var(--el-color-warning-light-5);
    --el-button-hover-bg-color: var(--el-color-warning-light-3);
    --el-button-hover-border-color: var(--el-color-warning-light-3);
    --el-button-active-bg-color: var(--el-color-warning-dark-2);
    --el-button-active-border-color: var(--el-color-warning-dark-2);
    --el-button-disabled-text-color: var(--el-color-white);
    --el-button-disabled-bg-color: var(--el-color-warning-light-5);
    --el-button-disabled-border-color: var(--el-color-warning-light-5)
}

.el-button--warning.is-link,
.el-button--warning.is-plain,
.el-button--warning.is-text {
    --el-button-text-color: var(--el-color-warning);
    --el-button-bg-color: var(--el-color-warning-light-9);
    --el-button-border-color: var(--el-color-warning-light-5);
    --el-button-hover-text-color: var(--el-color-white);
    --el-button-hover-bg-color: var(--el-color-warning);
    --el-button-hover-border-color: var(--el-color-warning);
    --el-button-active-text-color: var(--el-color-white)
}

.el-button--warning.is-link.is-disabled,
.el-button--warning.is-link.is-disabled:active,
.el-button--warning.is-link.is-disabled:focus,
.el-button--warning.is-link.is-disabled:hover,
.el-button--warning.is-plain.is-disabled,
.el-button--warning.is-plain.is-disabled:active,
.el-button--warning.is-plain.is-disabled:focus,
.el-button--warning.is-plain.is-disabled:hover,
.el-button--warning.is-text.is-disabled,
.el-button--warning.is-text.is-disabled:active,
.el-button--warning.is-text.is-disabled:focus,
.el-button--warning.is-text.is-disabled:hover {
    color: var(--el-color-warning-light-5);
    background-color: var(--el-color-warning-light-9);
    border-color: var(--el-color-warning-light-8)
}

.el-button--danger {
    --el-button-text-color: var(--el-color-white);
    --el-button-bg-color: var(--el-color-danger);
    --el-button-border-color: var(--el-color-danger);
    --el-button-outline-color: var(--el-color-danger-light-5);
    --el-button-active-color: var(--el-color-danger-dark-2);
    --el-button-hover-text-color: var(--el-color-white);
    --el-button-hover-link-text-color: var(--el-color-danger-light-5);
    --el-button-hover-bg-color: var(--el-color-danger-light-3);
    --el-button-hover-border-color: var(--el-color-danger-light-3);
    --el-button-active-bg-color: var(--el-color-danger-dark-2);
    --el-button-active-border-color: var(--el-color-danger-dark-2);
    --el-button-disabled-text-color: var(--el-color-white);
    --el-button-disabled-bg-color: var(--el-color-danger-light-5);
    --el-button-disabled-border-color: var(--el-color-danger-light-5)
}

.el-button--danger.is-link,
.el-button--danger.is-plain,
.el-button--danger.is-text {
    --el-button-text-color: var(--el-color-danger);
    --el-button-bg-color: var(--el-color-danger-light-9);
    --el-button-border-color: var(--el-color-danger-light-5);
    --el-button-hover-text-color: var(--el-color-white);
    --el-button-hover-bg-color: var(--el-color-danger);
    --el-button-hover-border-color: var(--el-color-danger);
    --el-button-active-text-color: var(--el-color-white)
}

.el-button--danger.is-link.is-disabled,
.el-button--danger.is-link.is-disabled:active,
.el-button--danger.is-link.is-disabled:focus,
.el-button--danger.is-link.is-disabled:hover,
.el-button--danger.is-plain.is-disabled,
.el-button--danger.is-plain.is-disabled:active,
.el-button--danger.is-plain.is-disabled:focus,
.el-button--danger.is-plain.is-disabled:hover,
.el-button--danger.is-text.is-disabled,
.el-button--danger.is-text.is-disabled:active,
.el-button--danger.is-text.is-disabled:focus,
.el-button--danger.is-text.is-disabled:hover {
    color: var(--el-color-danger-light-5);
    background-color: var(--el-color-danger-light-9);
    border-color: var(--el-color-danger-light-8)
}

.el-button--info {
    --el-button-text-color: var(--el-color-white);
    --el-button-bg-color: var(--el-color-info);
    --el-button-border-color: var(--el-color-info);
    --el-button-outline-color: var(--el-color-info-light-5);
    --el-button-active-color: var(--el-color-info-dark-2);
    --el-button-hover-text-color: var(--el-color-white);
    --el-button-hover-link-text-color: var(--el-color-info-light-5);
    --el-button-hover-bg-color: var(--el-color-info-light-3);
    --el-button-hover-border-color: var(--el-color-info-light-3);
    --el-button-active-bg-color: var(--el-color-info-dark-2);
    --el-button-active-border-color: var(--el-color-info-dark-2);
    --el-button-disabled-text-color: var(--el-color-white);
    --el-button-disabled-bg-color: var(--el-color-info-light-5);
    --el-button-disabled-border-color: var(--el-color-info-light-5)
}

.el-button--info.is-link,
.el-button--info.is-plain,
.el-button--info.is-text {
    --el-button-text-color: var(--el-color-info);
    --el-button-bg-color: var(--el-color-info-light-9);
    --el-button-border-color: var(--el-color-info-light-5);
    --el-button-hover-text-color: var(--el-color-white);
    --el-button-hover-bg-color: var(--el-color-info);
    --el-button-hover-border-color: var(--el-color-info);
    --el-button-active-text-color: var(--el-color-white)
}

.el-button--info.is-link.is-disabled,
.el-button--info.is-link.is-disabled:active,
.el-button--info.is-link.is-disabled:focus,
.el-button--info.is-link.is-disabled:hover,
.el-button--info.is-plain.is-disabled,
.el-button--info.is-plain.is-disabled:active,
.el-button--info.is-plain.is-disabled:focus,
.el-button--info.is-plain.is-disabled:hover,
.el-button--info.is-text.is-disabled,
.el-button--info.is-text.is-disabled:active,
.el-button--info.is-text.is-disabled:focus,
.el-button--info.is-text.is-disabled:hover {
    color: var(--el-color-info-light-5);
    background-color: var(--el-color-info-light-9);
    border-color: var(--el-color-info-light-8)
}

.el-button--large {
    --el-button-size: 40px;
    height: var(--el-button-size);
    padding: 12px 19px;
    font-size: var(--el-font-size-base);
    border-radius: var(--el-border-radius-base)
}

.el-button--large [class*=el-icon]+span {
    margin-left: 8px
}

.el-button--large.is-round {
    padding: 12px 19px
}

.el-button--large.is-circle {
    width: var(--el-button-size);
    padding: 12px
}

.el-button--small {
    --el-button-size: 24px;
    height: var(--el-button-size);
    padding: 5px 11px;
    font-size: 12px;
    border-radius: calc(var(--el-border-radius-base) - 1px)
}

.el-button--small [class*=el-icon]+span {
    margin-left: 4px
}

.el-button--small.is-round {
    padding: 5px 11px
}

.el-button--small.is-circle {
    width: var(--el-button-size);
    padding: 5px
}

.el-calendar {
    --el-calendar-border: var(--el-table-border, 1px solid var(--el-border-color-lighter));
    --el-calendar-header-border-bottom: var(--el-calendar-border);
    --el-calendar-selected-bg-color: var(--el-color-primary-light-9);
    --el-calendar-cell-width: 85px;
    background-color: var(--el-fill-color-blank)
}

.el-calendar__header {
    display: flex;
    justify-content: space-between;
    padding: 12px 20px;
    border-bottom: var(--el-calendar-header-border-bottom)
}

.el-calendar__title {
    color: var(--el-text-color);
    align-self: center
}

.el-calendar__body {
    padding: 12px 20px 35px
}

.el-calendar-table {
    table-layout: fixed;
    width: 100%
}

.el-calendar-table thead th {
    padding: 12px 0;
    color: var(--el-text-color-regular);
    font-weight: 400
}

.el-calendar-table:not(.is-range) td.next,
.el-calendar-table:not(.is-range) td.prev {
    color: var(--el-text-color-placeholder)
}

.el-calendar-table td {
    border-bottom: var(--el-calendar-border);
    border-right: var(--el-calendar-border);
    vertical-align: top;
    transition: background-color var(--el-transition-duration-fast) ease
}

.el-calendar-table td.is-selected {
    background-color: var(--el-calendar-selected-bg-color)
}

.el-calendar-table td.is-today {
    color: var(--el-color-primary)
}

.el-calendar-table tr:first-child td {
    border-top: var(--el-calendar-border)
}

.el-calendar-table tr td:first-child {
    border-left: var(--el-calendar-border)
}

.el-calendar-table tr.el-calendar-table__row--hide-border td {
    border-top: none
}

.el-calendar-table .el-calendar-day {
    box-sizing: border-box;
    padding: 8px;
    height: var(--el-calendar-cell-width)
}

.el-calendar-table .el-calendar-day:hover {
    cursor: pointer;
    background-color: var(--el-calendar-selected-bg-color)
}

.el-card {
    --el-card-border-color: var(--el-border-color-light);
    --el-card-border-radius: 4px;
    --el-card-padding: 20px;
    --el-card-bg-color: var(--el-fill-color-blank)
}

.el-card {
    border-radius: var(--el-card-border-radius);
    border: 1px solid var(--el-card-border-color);
    background-color: var(--el-card-bg-color);
    overflow: hidden;
    color: var(--el-text-color-primary);
    transition: var(--el-transition-duration)
}

.el-card.is-always-shadow {
    box-shadow: var(--el-box-shadow-light)
}

.el-card.is-hover-shadow:focus,
.el-card.is-hover-shadow:hover {
    box-shadow: var(--el-box-shadow-light)
}

.el-card__header {
    padding: calc(var(--el-card-padding) - 2px) var(--el-card-padding);
    border-bottom: 1px solid var(--el-card-border-color);
    box-sizing: border-box
}

.el-card__body {
    padding: var(--el-card-padding)
}

.el-carousel__item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    overflow: hidden;
    z-index: calc(var(--el-index-normal) - 1)
}

.el-carousel__item.is-active {
    z-index: calc(var(--el-index-normal) - 1)
}

.el-carousel__item.is-animating {
    transition: transform .4s ease-in-out
}

.el-carousel__item--card {
    width: 50%;
    transition: transform .4s ease-in-out
}

.el-carousel__item--card.is-in-stage {
    cursor: pointer;
    z-index: var(--el-index-normal)
}

.el-carousel__item--card.is-in-stage.is-hover .el-carousel__mask,
.el-carousel__item--card.is-in-stage:hover .el-carousel__mask {
    opacity: .12
}

.el-carousel__item--card.is-active {
    z-index: calc(var(--el-index-normal) + 1)
}

.el-carousel__mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--el-color-white);
    opacity: .24;
    transition: var(--el-transition-duration-fast)
}

.el-carousel {
    --el-carousel-arrow-font-size: 12px;
    --el-carousel-arrow-size: 36px;
    --el-carousel-arrow-background: rgba(31, 45, 61, .11);
    --el-carousel-arrow-hover-background: rgba(31, 45, 61, .23);
    --el-carousel-indicator-width: 30px;
    --el-carousel-indicator-height: 2px;
    --el-carousel-indicator-padding-horizontal: 4px;
    --el-carousel-indicator-padding-vertical: 12px;
    --el-carousel-indicator-out-color: var(--el-border-color-hover);
    position: relative
}

.el-carousel--horizontal {
    overflow-x: hidden
}

.el-carousel--vertical {
    overflow-y: hidden
}

.el-carousel__container {
    position: relative;
    height: 300px
}

.el-carousel__arrow {
    border: none;
    outline: 0;
    padding: 0;
    margin: 0;
    height: var(--el-carousel-arrow-size);
    width: var(--el-carousel-arrow-size);
    cursor: pointer;
    transition: var(--el-transition-duration);
    border-radius: 50%;
    background-color: var(--el-carousel-arrow-background);
    color: #fff;
    position: absolute;
    top: 50%;
    z-index: 10;
    transform: translateY(-50%);
    text-align: center;
    font-size: var(--el-carousel-arrow-font-size);
    display: inline-flex;
    justify-content: center;
    align-items: center
}

.el-carousel__arrow--left {
    left: 16px
}

.el-carousel__arrow--right {
    right: 16px
}

.el-carousel__arrow:hover {
    background-color: var(--el-carousel-arrow-hover-background)
}

.el-carousel__arrow i {
    cursor: pointer
}

.el-carousel__indicators {
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: calc(var(--el-index-normal) + 1)
}

.el-carousel__indicators--horizontal {
    bottom: 0;
    left: 50%;
    transform: translate(-50%)
}

.el-carousel__indicators--vertical {
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.el-carousel__indicators--outside {
    bottom: calc(var(--el-carousel-indicator-height) + var(--el-carousel-indicator-padding-vertical) * 2);
    text-align: center;
    position: static;
    transform: none
}

.el-carousel__indicators--outside .el-carousel__indicator:hover button {
    opacity: .64
}

.el-carousel__indicators--outside button {
    background-color: var(--el-carousel-indicator-out-color);
    opacity: .24
}

.el-carousel__indicators--labels {
    left: 0;
    right: 0;
    transform: none;
    text-align: center
}

.el-carousel__indicators--labels .el-carousel__button {
    height: auto;
    width: auto;
    padding: 2px 18px;
    font-size: 12px;
    color: #000
}

.el-carousel__indicators--labels .el-carousel__indicator {
    padding: 6px 4px
}

.el-carousel__indicator {
    background-color: transparent;
    cursor: pointer
}

.el-carousel__indicator:hover button {
    opacity: .72
}

.el-carousel__indicator--horizontal {
    display: inline-block;
    padding: var(--el-carousel-indicator-padding-vertical) var(--el-carousel-indicator-padding-horizontal)
}

.el-carousel__indicator--vertical {
    padding: var(--el-carousel-indicator-padding-horizontal) var(--el-carousel-indicator-padding-vertical)
}

.el-carousel__indicator--vertical .el-carousel__button {
    width: var(--el-carousel-indicator-height);
    height: calc(var(--el-carousel-indicator-width)/ 2)
}

.el-carousel__indicator.is-active button {
    opacity: 1
}

.el-carousel__button {
    display: block;
    opacity: .48;
    width: var(--el-carousel-indicator-width);
    height: var(--el-carousel-indicator-height);
    background-color: #fff;
    border: none;
    outline: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
    transition: var(--el-transition-duration)
}

.carousel-arrow-left-enter-from,
.carousel-arrow-left-leave-active {
    transform: translateY(-50%) translate(-10px);
    opacity: 0
}

.carousel-arrow-right-enter-from,
.carousel-arrow-right-leave-active {
    transform: translateY(-50%) translate(10px);
    opacity: 0
}

.el-cascader-panel {
    --el-cascader-menu-text-color: var(--el-text-color-regular);
    --el-cascader-menu-selected-text-color: var(--el-color-primary);
    --el-cascader-menu-fill: var(--el-bg-color-overlay);
    --el-cascader-menu-font-size: var(--el-font-size-base);
    --el-cascader-menu-radius: var(--el-border-radius-base);
    --el-cascader-menu-border: solid 1px var(--el-border-color-light);
    --el-cascader-menu-shadow: var(--el-box-shadow-light);
    --el-cascader-node-background-hover: var(--el-fill-color-light);
    --el-cascader-node-color-disabled: var(--el-text-color-placeholder);
    --el-cascader-color-empty: var(--el-text-color-placeholder);
    --el-cascader-tag-background: var(--el-fill-color)
}

.el-cascader-panel {
    display: flex;
    border-radius: var(--el-cascader-menu-radius);
    font-size: var(--el-cascader-menu-font-size)
}

.el-cascader-panel.is-bordered {
    border: var(--el-cascader-menu-border);
    border-radius: var(--el-cascader-menu-radius)
}

.el-cascader-menu {
    min-width: 180px;
    box-sizing: border-box;
    color: var(--el-cascader-menu-text-color);
    border-right: var(--el-cascader-menu-border)
}

.el-cascader-menu:last-child {
    border-right: none
}

.el-cascader-menu:last-child .el-cascader-node {
    padding-right: 20px
}

.el-cascader-menu__wrap.el-scrollbar__wrap {
    height: 204px
}

.el-cascader-menu__list {
    position: relative;
    min-height: 100%;
    margin: 0;
    padding: 6px 0;
    list-style: none;
    box-sizing: border-box
}

.el-cascader-menu__hover-zone {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.el-cascader-menu__empty-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    color: var(--el-cascader-color-empty)
}

.el-cascader-menu__empty-text .is-loading {
    margin-right: 2px
}

.el-cascader-node {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 30px 0 20px;
    height: 34px;
    line-height: 34px;
    outline: 0
}

.el-cascader-node.is-selectable.in-active-path {
    color: var(--el-cascader-menu-text-color)
}

.el-cascader-node.in-active-path,
.el-cascader-node.is-active,
.el-cascader-node.is-selectable.in-checked-path {
    color: var(--el-cascader-menu-selected-text-color);
    font-weight: 700
}

.el-cascader-node:not(.is-disabled) {
    cursor: pointer
}

.el-cascader-node:not(.is-disabled):focus,
.el-cascader-node:not(.is-disabled):hover {
    background: var(--el-cascader-node-background-hover)
}

.el-cascader-node.is-disabled {
    color: var(--el-cascader-node-color-disabled);
    cursor: not-allowed
}

.el-cascader-node__prefix {
    position: absolute;
    left: 10px
}

.el-cascader-node__postfix {
    position: absolute;
    right: 10px
}

.el-cascader-node__label {
    flex: 1;
    text-align: left;
    padding: 0 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.el-cascader-node>.el-checkbox {
    margin-right: 0
}

.el-cascader-node>.el-radio {
    margin-right: 0
}

.el-cascader-node>.el-radio .el-radio__label {
    padding-left: 0
}

.el-cascader {
    --el-cascader-menu-text-color: var(--el-text-color-regular);
    --el-cascader-menu-selected-text-color: var(--el-color-primary);
    --el-cascader-menu-fill: var(--el-bg-color-overlay);
    --el-cascader-menu-font-size: var(--el-font-size-base);
    --el-cascader-menu-radius: var(--el-border-radius-base);
    --el-cascader-menu-border: solid 1px var(--el-border-color-light);
    --el-cascader-menu-shadow: var(--el-box-shadow-light);
    --el-cascader-node-background-hover: var(--el-fill-color-light);
    --el-cascader-node-color-disabled: var(--el-text-color-placeholder);
    --el-cascader-color-empty: var(--el-text-color-placeholder);
    --el-cascader-tag-background: var(--el-fill-color);
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: var(--el-font-size-base);
    line-height: 32px;
    outline: 0
}

.el-cascader:not(.is-disabled):hover .el-input__wrapper {
    cursor: pointer;
    box-shadow: 0 0 0 1px var(--el-input-hover-border-color) inset
}

.el-cascader .el-input {
    display: flex;
    cursor: pointer
}

.el-cascader .el-input .el-input__inner {
    text-overflow: ellipsis;
    cursor: pointer
}

.el-cascader .el-input .el-input__suffix-inner .el-icon {
    height: calc(100% - 2px)
}

.el-cascader .el-input .el-input__suffix-inner .el-icon svg {
    vertical-align: middle
}

.el-cascader .el-input .icon-arrow-down {
    transition: transform var(--el-transition-duration);
    font-size: 14px
}

.el-cascader .el-input .icon-arrow-down.is-reverse {
    transform: rotate(180deg)
}

.el-cascader .el-input .icon-circle-close:hover {
    color: var(--el-input-clear-hover-color, var(--el-text-color-secondary))
}

.el-cascader .el-input.is-focus .el-input__wrapper {
    box-shadow: 0 0 0 1px var(--el-input-focus-border-color, var(--el-color-primary)) inset
}

.el-cascader--large {
    font-size: 14px;
    line-height: 40px
}

.el-cascader--small {
    font-size: 12px;
    line-height: 24px
}

.el-cascader.is-disabled .el-cascader__label {
    z-index: calc(var(--el-index-normal) + 1);
    color: var(--el-disabled-text-color)
}

.el-cascader__dropdown {
    --el-cascader-menu-text-color: var(--el-text-color-regular);
    --el-cascader-menu-selected-text-color: var(--el-color-primary);
    --el-cascader-menu-fill: var(--el-bg-color-overlay);
    --el-cascader-menu-font-size: var(--el-font-size-base);
    --el-cascader-menu-radius: var(--el-border-radius-base);
    --el-cascader-menu-border: solid 1px var(--el-border-color-light);
    --el-cascader-menu-shadow: var(--el-box-shadow-light);
    --el-cascader-node-background-hover: var(--el-fill-color-light);
    --el-cascader-node-color-disabled: var(--el-text-color-placeholder);
    --el-cascader-color-empty: var(--el-text-color-placeholder);
    --el-cascader-tag-background: var(--el-fill-color)
}

.el-cascader__dropdown {
    font-size: var(--el-cascader-menu-font-size);
    border-radius: var(--el-cascader-menu-radius)
}

.el-cascader__dropdown.el-popper {
    background: var(--el-cascader-menu-fill);
    border: var(--el-cascader-menu-border);
    box-shadow: var(--el-cascader-menu-shadow)
}

.el-cascader__dropdown.el-popper .el-popper__arrow:before {
    border: var(--el-cascader-menu-border)
}

.el-cascader__dropdown.el-popper[data-popper-placement^=top] .el-popper__arrow:before {
    border-top-color: transparent;
    border-left-color: transparent
}

.el-cascader__dropdown.el-popper[data-popper-placement^=bottom] .el-popper__arrow:before {
    border-bottom-color: transparent;
    border-right-color: transparent
}

.el-cascader__dropdown.el-popper[data-popper-placement^=left] .el-popper__arrow:before {
    border-left-color: transparent;
    border-bottom-color: transparent
}

.el-cascader__dropdown.el-popper[data-popper-placement^=right] .el-popper__arrow:before {
    border-right-color: transparent;
    border-top-color: transparent
}

.el-cascader__dropdown.el-popper {
    box-shadow: var(--el-cascader-menu-shadow)
}

.el-cascader__tags {
    position: absolute;
    left: 0;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-wrap: wrap;
    line-height: normal;
    text-align: left;
    box-sizing: border-box
}

.el-cascader__tags .el-tag {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    margin: 2px 0 2px 6px;
    text-overflow: ellipsis;
    background: var(--el-cascader-tag-background)
}

.el-cascader__tags .el-tag:not(.is-hit) {
    border-color: transparent
}

.el-cascader__tags .el-tag>span {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis
}

.el-cascader__tags .el-tag .el-icon-close {
    flex: none;
    background-color: var(--el-text-color-placeholder);
    color: var(--el-color-white)
}

.el-cascader__tags .el-tag .el-icon-close:hover {
    background-color: var(--el-text-color-secondary)
}

.el-cascader__collapse-tags {
    white-space: normal;
    z-index: var(--el-index-normal)
}

.el-cascader__collapse-tags .el-tag {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    margin: 2px 0 2px 6px;
    text-overflow: ellipsis;
    background: var(--el-fill-color)
}

.el-cascader__collapse-tags .el-tag:not(.is-hit) {
    border-color: transparent
}

.el-cascader__collapse-tags .el-tag>span {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis
}

.el-cascader__collapse-tags .el-tag .el-icon-close {
    flex: none;
    background-color: var(--el-text-color-placeholder);
    color: var(--el-color-white)
}

.el-cascader__collapse-tags .el-tag .el-icon-close:hover {
    background-color: var(--el-text-color-secondary)
}

.el-cascader__suggestion-panel {
    border-radius: var(--el-cascader-menu-radius)
}

.el-cascader__suggestion-list {
    max-height: 204px;
    margin: 0;
    padding: 6px 0;
    font-size: var(--el-font-size-base);
    color: var(--el-cascader-menu-text-color);
    text-align: center
}

.el-cascader__suggestion-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 34px;
    padding: 0 15px;
    text-align: left;
    outline: 0;
    cursor: pointer
}

.el-cascader__suggestion-item:focus,
.el-cascader__suggestion-item:hover {
    background: var(--el-cascader-node-background-hover)
}

.el-cascader__suggestion-item.is-checked {
    color: var(--el-cascader-menu-selected-text-color);
    font-weight: 700
}

.el-cascader__suggestion-item>span {
    margin-right: 10px
}

.el-cascader__empty-text {
    margin: 10px 0;
    color: var(--el-cascader-color-empty)
}

.el-cascader__search-input {
    flex: 1;
    height: 24px;
    min-width: 60px;
    margin: 2px 0 2px 11px;
    padding: 0;
    color: var(--el-cascader-menu-text-color);
    border: none;
    outline: 0;
    box-sizing: border-box;
    background: 0 0
}

.el-cascader__search-input::-moz-placeholder {
    color: transparent
}

.el-cascader__search-input:-ms-input-placeholder {
    color: transparent
}

.el-cascader__search-input::placeholder {
    color: transparent
}

.el-check-tag {
    background-color: var(--el-color-info-light-9);
    border-radius: var(--el-border-radius-base);
    color: var(--el-color-info);
    cursor: pointer;
    display: inline-block;
    font-size: var(--el-font-size-base);
    line-height: var(--el-font-size-base);
    padding: 7px 15px;
    transition: var(--el-transition-all);
    font-weight: 700
}

.el-check-tag:hover {
    background-color: var(--el-color-info-light-7)
}

.el-check-tag.is-checked {
    background-color: var(--el-color-primary-light-8);
    color: var(--el-color-primary)
}

.el-check-tag.is-checked:hover {
    background-color: var(--el-color-primary-light-7)
}

.el-checkbox-button {
    --el-checkbox-button-checked-bg-color: var(--el-color-primary);
    --el-checkbox-button-checked-text-color: var(--el-color-white);
    --el-checkbox-button-checked-border-color: var(--el-color-primary)
}

.el-checkbox-button {
    position: relative;
    display: inline-block
}

.el-checkbox-button__inner {
    display: inline-block;
    line-height: 1;
    font-weight: var(--el-checkbox-font-weight);
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background: var(--el-button-bg-color, var(--el-fill-color-blank));
    border: var(--el-border);
    border-left: 0;
    color: var(--el-button-text-color, var(--el-text-color-regular));
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    position: relative;
    transition: var(--el-transition-all);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 8px 15px;
    font-size: var(--el-font-size-base);
    border-radius: 0
}

.el-checkbox-button__inner.is-round {
    padding: 8px 15px
}

.el-checkbox-button__inner:hover {
    color: var(--el-color-primary)
}

.el-checkbox-button__inner [class*=el-icon-] {
    line-height: .9
}

.el-checkbox-button__inner [class*=el-icon-]+span {
    margin-left: 5px
}

.el-checkbox-button__original {
    opacity: 0;
    outline: 0;
    position: absolute;
    margin: 0;
    z-index: -1
}

.el-checkbox-button.is-checked .el-checkbox-button__inner {
    color: var(--el-checkbox-button-checked-text-color);
    background-color: var(--el-checkbox-button-checked-bg-color);
    border-color: var(--el-checkbox-button-checked-border-color);
    box-shadow: -1px 0 0 0 var(--el-color-primary-light-7)
}

.el-checkbox-button.is-checked:first-child .el-checkbox-button__inner {
    border-left-color: var(--el-checkbox-button-checked-border-color)
}

.el-checkbox-button.is-disabled .el-checkbox-button__inner {
    color: var(--el-disabled-text-color);
    cursor: not-allowed;
    background-image: none;
    background-color: var(--el-button-disabled-bg-color, var(--el-fill-color-blank));
    border-color: var(--el-button-disabled-border-color, var(--el-border-color-light));
    box-shadow: none
}

.el-checkbox-button.is-disabled:first-child .el-checkbox-button__inner {
    border-left-color: var(--el-button-disabled-border-color, var(--el-border-color-light))
}

.el-checkbox-button:first-child .el-checkbox-button__inner {
    border-left: var(--el-border);
    border-top-left-radius: var(--el-border-radius-base);
    border-bottom-left-radius: var(--el-border-radius-base);
    box-shadow: none !important
}

.el-checkbox-button.is-focus .el-checkbox-button__inner {
    border-color: var(--el-checkbox-button-checked-border-color)
}

.el-checkbox-button:last-child .el-checkbox-button__inner {
    border-top-right-radius: var(--el-border-radius-base);
    border-bottom-right-radius: var(--el-border-radius-base)
}

.el-checkbox-button--large .el-checkbox-button__inner {
    padding: 12px 19px;
    font-size: var(--el-font-size-base);
    border-radius: 0
}

.el-checkbox-button--large .el-checkbox-button__inner.is-round {
    padding: 12px 19px
}

.el-checkbox-button--small .el-checkbox-button__inner {
    padding: 5px 11px;
    font-size: 12px;
    border-radius: 0
}

.el-checkbox-button--small .el-checkbox-button__inner.is-round {
    padding: 5px 11px
}

.el-checkbox-group {
    font-size: 0;
    line-height: 0
}

.el-checkbox {
    --el-checkbox-font-size: 14px;
    --el-checkbox-font-weight: var(--el-font-weight-primary);
    --el-checkbox-text-color: var(--el-text-color-regular);
    --el-checkbox-input-height: 14px;
    --el-checkbox-input-width: 14px;
    --el-checkbox-border-radius: var(--el-border-radius-small);
    --el-checkbox-bg-color: var(--el-fill-color-blank);
    --el-checkbox-input-border: var(--el-border);
    --el-checkbox-disabled-border-color: var(--el-border-color);
    --el-checkbox-disabled-input-fill: var(--el-fill-color-light);
    --el-checkbox-disabled-icon-color: var(--el-text-color-placeholder);
    --el-checkbox-disabled-checked-input-fill: var(--el-border-color-extra-light);
    --el-checkbox-disabled-checked-input-border-color: var(--el-border-color);
    --el-checkbox-disabled-checked-icon-color: var(--el-text-color-placeholder);
    --el-checkbox-checked-text-color: var(--el-color-primary);
    --el-checkbox-checked-input-border-color: var(--el-color-primary);
    --el-checkbox-checked-bg-color: var(--el-color-primary);
    --el-checkbox-checked-icon-color: var(--el-color-white);
    --el-checkbox-input-border-color-hover: var(--el-color-primary)
}

.el-checkbox {
    color: var(--el-checkbox-text-color);
    font-weight: var(--el-checkbox-font-weight);
    font-size: var(--el-font-size-base);
    position: relative;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 30px;
    height: 32px
}

.el-checkbox.is-disabled {
    cursor: not-allowed
}

.el-checkbox.is-bordered {
    padding: 0 15px 0 9px;
    border-radius: var(--el-border-radius-base);
    border: var(--el-border);
    box-sizing: border-box
}

.el-checkbox.is-bordered.is-checked {
    border-color: var(--el-color-primary)
}

.el-checkbox.is-bordered.is-disabled {
    border-color: var(--el-border-color-lighter)
}

.el-checkbox.is-bordered.el-checkbox--large {
    padding: 0 19px 0 11px;
    border-radius: var(--el-border-radius-base)
}

.el-checkbox.is-bordered.el-checkbox--large .el-checkbox__label {
    font-size: var(--el-font-size-base)
}

.el-checkbox.is-bordered.el-checkbox--large .el-checkbox__inner {
    height: 14px;
    width: 14px
}

.el-checkbox.is-bordered.el-checkbox--small {
    padding: 0 11px 0 7px;
    border-radius: calc(var(--el-border-radius-base) - 1px)
}

.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__label {
    font-size: 12px
}

.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner {
    height: 12px;
    width: 12px
}

.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner:after {
    height: 6px;
    width: 2px
}

.el-checkbox input:focus-visible+.el-checkbox__inner {
    outline: 2px solid var(--el-checkbox-input-border-color-hover);
    outline-offset: 1px;
    border-radius: var(--el-checkbox-border-radius)
}

.el-checkbox__input {
    white-space: nowrap;
    cursor: pointer;
    outline: 0;
    display: inline-flex;
    position: relative
}

.el-checkbox__input.is-disabled .el-checkbox__inner {
    background-color: var(--el-checkbox-disabled-input-fill);
    border-color: var(--el-checkbox-disabled-border-color);
    cursor: not-allowed
}

.el-checkbox__input.is-disabled .el-checkbox__inner:after {
    cursor: not-allowed;
    border-color: var(--el-checkbox-disabled-icon-color)
}

.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner {
    background-color: var(--el-checkbox-disabled-checked-input-fill);
    border-color: var(--el-checkbox-disabled-checked-input-border-color)
}

.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner:after {
    border-color: var(--el-checkbox-disabled-checked-icon-color)
}

.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner {
    background-color: var(--el-checkbox-disabled-checked-input-fill);
    border-color: var(--el-checkbox-disabled-checked-input-border-color)
}

.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner:before {
    background-color: var(--el-checkbox-disabled-checked-icon-color);
    border-color: var(--el-checkbox-disabled-checked-icon-color)
}

.el-checkbox__input.is-disabled+span.el-checkbox__label {
    color: var(--el-disabled-text-color);
    cursor: not-allowed
}

.el-checkbox__input.is-checked .el-checkbox__inner {
    background-color: var(--el-checkbox-checked-bg-color);
    border-color: var(--el-checkbox-checked-input-border-color)
}

.el-checkbox__input.is-checked .el-checkbox__inner:after {
    transform: rotate(45deg) scaleY(1)
}

.el-checkbox__input.is-checked+.el-checkbox__label {
    color: var(--el-checkbox-checked-text-color)
}

.el-checkbox__input.is-focus:not(.is-checked) .el-checkbox__original:not(:focus-visible) {
    border-color: var(--el-checkbox-input-border-color-hover)
}

.el-checkbox__input.is-indeterminate .el-checkbox__inner {
    background-color: var(--el-checkbox-checked-bg-color);
    border-color: var(--el-checkbox-checked-input-border-color)
}

.el-checkbox__input.is-indeterminate .el-checkbox__inner:before {
    content: "";
    position: absolute;
    display: block;
    background-color: var(--el-checkbox-checked-icon-color);
    height: 2px;
    transform: scale(.5);
    left: 0;
    right: 0;
    top: 5px
}

.el-checkbox__input.is-indeterminate .el-checkbox__inner:after {
    display: none
}

.el-checkbox__inner {
    display: inline-block;
    position: relative;
    border: var(--el-checkbox-input-border);
    border-radius: var(--el-checkbox-border-radius);
    box-sizing: border-box;
    width: var(--el-checkbox-input-width);
    height: var(--el-checkbox-input-height);
    background-color: var(--el-checkbox-bg-color);
    z-index: var(--el-index-normal);
    transition: border-color .25s cubic-bezier(.71, -.46, .29, 1.46), background-color .25s cubic-bezier(.71, -.46, .29, 1.46), outline .25s cubic-bezier(.71, -.46, .29, 1.46)
}

.el-checkbox__inner:hover {
    border-color: var(--el-checkbox-input-border-color-hover)
}

.el-checkbox__inner:after {
    box-sizing: content-box;
    content: "";
    border: 1px solid var(--el-checkbox-checked-icon-color);
    border-left: 0;
    border-top: 0;
    height: 7px;
    left: 4px;
    position: absolute;
    top: 1px;
    transform: rotate(45deg) scaleY(0);
    width: 3px;
    transition: transform .15s ease-in 50ms;
    transform-origin: center
}

.el-checkbox__original {
    opacity: 0;
    outline: 0;
    position: absolute;
    margin: 0;
    width: 0;
    height: 0;
    z-index: -1
}

.el-checkbox__label {
    display: inline-block;
    padding-left: 8px;
    line-height: 1;
    font-size: var(--el-checkbox-font-size)
}

.el-checkbox.el-checkbox--large {
    height: 40px
}

.el-checkbox.el-checkbox--large .el-checkbox__label {
    font-size: 14px
}

.el-checkbox.el-checkbox--large .el-checkbox__inner {
    width: 14px;
    height: 14px
}

.el-checkbox.el-checkbox--small {
    height: 24px
}

.el-checkbox.el-checkbox--small .el-checkbox__label {
    font-size: 12px
}

.el-checkbox.el-checkbox--small .el-checkbox__inner {
    width: 12px;
    height: 12px
}

.el-checkbox.el-checkbox--small .el-checkbox__input.is-indeterminate .el-checkbox__inner:before {
    top: 4px
}

.el-checkbox.el-checkbox--small .el-checkbox__inner:after {
    width: 2px;
    height: 6px
}

.el-checkbox:last-of-type {
    margin-right: 0
}

[class*=el-col-] {
    box-sizing: border-box
}

[class*=el-col-].is-guttered {
    display: block;
    min-height: 1px
}

.el-col-0,
.el-col-0.is-guttered {
    display: none
}

.el-col-0 {
    max-width: 0%;
    flex: 0 0 0%
}

.el-col-offset-0 {
    margin-left: 0
}

.el-col-pull-0 {
    position: relative;
    right: 0
}

.el-col-push-0 {
    position: relative;
    left: 0
}

.el-col-1 {
    max-width: 4.1666666667%;
    flex: 0 0 4.1666666667%
}

.el-col-offset-1 {
    margin-left: 4.1666666667%
}

.el-col-pull-1 {
    position: relative;
    right: 4.1666666667%
}

.el-col-push-1 {
    position: relative;
    left: 4.1666666667%
}

.el-col-2 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%
}

.el-col-offset-2 {
    margin-left: 8.3333333333%
}

.el-col-pull-2 {
    position: relative;
    right: 8.3333333333%
}

.el-col-push-2 {
    position: relative;
    left: 8.3333333333%
}

.el-col-3 {
    max-width: 12.5%;
    flex: 0 0 12.5%
}

.el-col-offset-3 {
    margin-left: 12.5%
}

.el-col-pull-3 {
    position: relative;
    right: 12.5%
}

.el-col-push-3 {
    position: relative;
    left: 12.5%
}

.el-col-4 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%
}

.el-col-offset-4 {
    margin-left: 16.6666666667%
}

.el-col-pull-4 {
    position: relative;
    right: 16.6666666667%
}

.el-col-push-4 {
    position: relative;
    left: 16.6666666667%
}

.el-col-5 {
    max-width: 20.8333333333%;
    flex: 0 0 20.8333333333%
}

.el-col-offset-5 {
    margin-left: 20.8333333333%
}

.el-col-pull-5 {
    position: relative;
    right: 20.8333333333%
}

.el-col-push-5 {
    position: relative;
    left: 20.8333333333%
}

.el-col-6 {
    max-width: 25%;
    flex: 0 0 25%
}

.el-col-offset-6 {
    margin-left: 25%
}

.el-col-pull-6 {
    position: relative;
    right: 25%
}

.el-col-push-6 {
    position: relative;
    left: 25%
}

.el-col-7 {
    max-width: 29.1666666667%;
    flex: 0 0 29.1666666667%
}

.el-col-offset-7 {
    margin-left: 29.1666666667%
}

.el-col-pull-7 {
    position: relative;
    right: 29.1666666667%
}

.el-col-push-7 {
    position: relative;
    left: 29.1666666667%
}

.el-col-8 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%
}

.el-col-offset-8 {
    margin-left: 33.3333333333%
}

.el-col-pull-8 {
    position: relative;
    right: 33.3333333333%
}

.el-col-push-8 {
    position: relative;
    left: 33.3333333333%
}

.el-col-9 {
    max-width: 37.5%;
    flex: 0 0 37.5%
}

.el-col-offset-9 {
    margin-left: 37.5%
}

.el-col-pull-9 {
    position: relative;
    right: 37.5%
}

.el-col-push-9 {
    position: relative;
    left: 37.5%
}

.el-col-10 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%
}

.el-col-offset-10 {
    margin-left: 41.6666666667%
}

.el-col-pull-10 {
    position: relative;
    right: 41.6666666667%
}

.el-col-push-10 {
    position: relative;
    left: 41.6666666667%
}

.el-col-11 {
    max-width: 45.8333333333%;
    flex: 0 0 45.8333333333%
}

.el-col-offset-11 {
    margin-left: 45.8333333333%
}

.el-col-pull-11 {
    position: relative;
    right: 45.8333333333%
}

.el-col-push-11 {
    position: relative;
    left: 45.8333333333%
}

.el-col-12 {
    max-width: 50%;
    flex: 0 0 50%
}

.el-col-offset-12 {
    margin-left: 50%
}

.el-col-pull-12 {
    position: relative;
    right: 50%
}

.el-col-push-12 {
    position: relative;
    left: 50%
}

.el-col-13 {
    max-width: 54.1666666667%;
    flex: 0 0 54.1666666667%
}

.el-col-offset-13 {
    margin-left: 54.1666666667%
}

.el-col-pull-13 {
    position: relative;
    right: 54.1666666667%
}

.el-col-push-13 {
    position: relative;
    left: 54.1666666667%
}

.el-col-14 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%
}

.el-col-offset-14 {
    margin-left: 58.3333333333%
}

.el-col-pull-14 {
    position: relative;
    right: 58.3333333333%
}

.el-col-push-14 {
    position: relative;
    left: 58.3333333333%
}

.el-col-15 {
    max-width: 62.5%;
    flex: 0 0 62.5%
}

.el-col-offset-15 {
    margin-left: 62.5%
}

.el-col-pull-15 {
    position: relative;
    right: 62.5%
}

.el-col-push-15 {
    position: relative;
    left: 62.5%
}

.el-col-16 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%
}

.el-col-offset-16 {
    margin-left: 66.6666666667%
}

.el-col-pull-16 {
    position: relative;
    right: 66.6666666667%
}

.el-col-push-16 {
    position: relative;
    left: 66.6666666667%
}

.el-col-17 {
    max-width: 70.8333333333%;
    flex: 0 0 70.8333333333%
}

.el-col-offset-17 {
    margin-left: 70.8333333333%
}

.el-col-pull-17 {
    position: relative;
    right: 70.8333333333%
}

.el-col-push-17 {
    position: relative;
    left: 70.8333333333%
}

.el-col-18 {
    max-width: 75%;
    flex: 0 0 75%
}

.el-col-offset-18 {
    margin-left: 75%
}

.el-col-pull-18 {
    position: relative;
    right: 75%
}

.el-col-push-18 {
    position: relative;
    left: 75%
}

.el-col-19 {
    max-width: 79.1666666667%;
    flex: 0 0 79.1666666667%
}

.el-col-offset-19 {
    margin-left: 79.1666666667%
}

.el-col-pull-19 {
    position: relative;
    right: 79.1666666667%
}

.el-col-push-19 {
    position: relative;
    left: 79.1666666667%
}

.el-col-20 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%
}

.el-col-offset-20 {
    margin-left: 83.3333333333%
}

.el-col-pull-20 {
    position: relative;
    right: 83.3333333333%
}

.el-col-push-20 {
    position: relative;
    left: 83.3333333333%
}

.el-col-21 {
    max-width: 87.5%;
    flex: 0 0 87.5%
}

.el-col-offset-21 {
    margin-left: 87.5%
}

.el-col-pull-21 {
    position: relative;
    right: 87.5%
}

.el-col-push-21 {
    position: relative;
    left: 87.5%
}

.el-col-22 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%
}

.el-col-offset-22 {
    margin-left: 91.6666666667%
}

.el-col-pull-22 {
    position: relative;
    right: 91.6666666667%
}

.el-col-push-22 {
    position: relative;
    left: 91.6666666667%
}

.el-col-23 {
    max-width: 95.8333333333%;
    flex: 0 0 95.8333333333%
}

.el-col-offset-23 {
    margin-left: 95.8333333333%
}

.el-col-pull-23 {
    position: relative;
    right: 95.8333333333%
}

.el-col-push-23 {
    position: relative;
    left: 95.8333333333%
}

.el-col-24 {
    max-width: 100%;
    flex: 0 0 100%
}

.el-col-offset-24 {
    margin-left: 100%
}

.el-col-pull-24 {
    position: relative;
    right: 100%
}

.el-col-push-24 {
    position: relative;
    left: 100%
}

@media only screen and (max-width:768px) {

    .el-col-xs-0,
    .el-col-xs-0.is-guttered {
        display: none
    }

    .el-col-xs-0 {
        max-width: 0%;
        flex: 0 0 0%
    }

    .el-col-xs-offset-0 {
        margin-left: 0
    }

    .el-col-xs-pull-0 {
        position: relative;
        right: 0
    }

    .el-col-xs-push-0 {
        position: relative;
        left: 0
    }

    .el-col-xs-1 {
        display: block;
        max-width: 4.1666666667%;
        flex: 0 0 4.1666666667%
    }

    .el-col-xs-offset-1 {
        margin-left: 4.1666666667%
    }

    .el-col-xs-pull-1 {
        position: relative;
        right: 4.1666666667%
    }

    .el-col-xs-push-1 {
        position: relative;
        left: 4.1666666667%
    }

    .el-col-xs-2 {
        display: block;
        max-width: 8.3333333333%;
        flex: 0 0 8.3333333333%
    }

    .el-col-xs-offset-2 {
        margin-left: 8.3333333333%
    }

    .el-col-xs-pull-2 {
        position: relative;
        right: 8.3333333333%
    }

    .el-col-xs-push-2 {
        position: relative;
        left: 8.3333333333%
    }

    .el-col-xs-3 {
        display: block;
        max-width: 12.5%;
        flex: 0 0 12.5%
    }

    .el-col-xs-offset-3 {
        margin-left: 12.5%
    }

    .el-col-xs-pull-3 {
        position: relative;
        right: 12.5%
    }

    .el-col-xs-push-3 {
        position: relative;
        left: 12.5%
    }

    .el-col-xs-4 {
        display: block;
        max-width: 16.6666666667%;
        flex: 0 0 16.6666666667%
    }

    .el-col-xs-offset-4 {
        margin-left: 16.6666666667%
    }

    .el-col-xs-pull-4 {
        position: relative;
        right: 16.6666666667%
    }

    .el-col-xs-push-4 {
        position: relative;
        left: 16.6666666667%
    }

    .el-col-xs-5 {
        display: block;
        max-width: 20.8333333333%;
        flex: 0 0 20.8333333333%
    }

    .el-col-xs-offset-5 {
        margin-left: 20.8333333333%
    }

    .el-col-xs-pull-5 {
        position: relative;
        right: 20.8333333333%
    }

    .el-col-xs-push-5 {
        position: relative;
        left: 20.8333333333%
    }

    .el-col-xs-6 {
        display: block;
        max-width: 25%;
        flex: 0 0 25%
    }

    .el-col-xs-offset-6 {
        margin-left: 25%
    }

    .el-col-xs-pull-6 {
        position: relative;
        right: 25%
    }

    .el-col-xs-push-6 {
        position: relative;
        left: 25%
    }

    .el-col-xs-7 {
        display: block;
        max-width: 29.1666666667%;
        flex: 0 0 29.1666666667%
    }

    .el-col-xs-offset-7 {
        margin-left: 29.1666666667%
    }

    .el-col-xs-pull-7 {
        position: relative;
        right: 29.1666666667%
    }

    .el-col-xs-push-7 {
        position: relative;
        left: 29.1666666667%
    }

    .el-col-xs-8 {
        display: block;
        max-width: 33.3333333333%;
        flex: 0 0 33.3333333333%
    }

    .el-col-xs-offset-8 {
        margin-left: 33.3333333333%
    }

    .el-col-xs-pull-8 {
        position: relative;
        right: 33.3333333333%
    }

    .el-col-xs-push-8 {
        position: relative;
        left: 33.3333333333%
    }

    .el-col-xs-9 {
        display: block;
        max-width: 37.5%;
        flex: 0 0 37.5%
    }

    .el-col-xs-offset-9 {
        margin-left: 37.5%
    }

    .el-col-xs-pull-9 {
        position: relative;
        right: 37.5%
    }

    .el-col-xs-push-9 {
        position: relative;
        left: 37.5%
    }

    .el-col-xs-10 {
        display: block;
        max-width: 41.6666666667%;
        flex: 0 0 41.6666666667%
    }

    .el-col-xs-offset-10 {
        margin-left: 41.6666666667%
    }

    .el-col-xs-pull-10 {
        position: relative;
        right: 41.6666666667%
    }

    .el-col-xs-push-10 {
        position: relative;
        left: 41.6666666667%
    }

    .el-col-xs-11 {
        display: block;
        max-width: 45.8333333333%;
        flex: 0 0 45.8333333333%
    }

    .el-col-xs-offset-11 {
        margin-left: 45.8333333333%
    }

    .el-col-xs-pull-11 {
        position: relative;
        right: 45.8333333333%
    }

    .el-col-xs-push-11 {
        position: relative;
        left: 45.8333333333%
    }

    .el-col-xs-12 {
        display: block;
        max-width: 50%;
        flex: 0 0 50%
    }

    .el-col-xs-offset-12 {
        margin-left: 50%
    }

    .el-col-xs-pull-12 {
        position: relative;
        right: 50%
    }

    .el-col-xs-push-12 {
        position: relative;
        left: 50%
    }

    .el-col-xs-13 {
        display: block;
        max-width: 54.1666666667%;
        flex: 0 0 54.1666666667%
    }

    .el-col-xs-offset-13 {
        margin-left: 54.1666666667%
    }

    .el-col-xs-pull-13 {
        position: relative;
        right: 54.1666666667%
    }

    .el-col-xs-push-13 {
        position: relative;
        left: 54.1666666667%
    }

    .el-col-xs-14 {
        display: block;
        max-width: 58.3333333333%;
        flex: 0 0 58.3333333333%
    }

    .el-col-xs-offset-14 {
        margin-left: 58.3333333333%
    }

    .el-col-xs-pull-14 {
        position: relative;
        right: 58.3333333333%
    }

    .el-col-xs-push-14 {
        position: relative;
        left: 58.3333333333%
    }

    .el-col-xs-15 {
        display: block;
        max-width: 62.5%;
        flex: 0 0 62.5%
    }

    .el-col-xs-offset-15 {
        margin-left: 62.5%
    }

    .el-col-xs-pull-15 {
        position: relative;
        right: 62.5%
    }

    .el-col-xs-push-15 {
        position: relative;
        left: 62.5%
    }

    .el-col-xs-16 {
        display: block;
        max-width: 66.6666666667%;
        flex: 0 0 66.6666666667%
    }

    .el-col-xs-offset-16 {
        margin-left: 66.6666666667%
    }

    .el-col-xs-pull-16 {
        position: relative;
        right: 66.6666666667%
    }

    .el-col-xs-push-16 {
        position: relative;
        left: 66.6666666667%
    }

    .el-col-xs-17 {
        display: block;
        max-width: 70.8333333333%;
        flex: 0 0 70.8333333333%
    }

    .el-col-xs-offset-17 {
        margin-left: 70.8333333333%
    }

    .el-col-xs-pull-17 {
        position: relative;
        right: 70.8333333333%
    }

    .el-col-xs-push-17 {
        position: relative;
        left: 70.8333333333%
    }

    .el-col-xs-18 {
        display: block;
        max-width: 75%;
        flex: 0 0 75%
    }

    .el-col-xs-offset-18 {
        margin-left: 75%
    }

    .el-col-xs-pull-18 {
        position: relative;
        right: 75%
    }

    .el-col-xs-push-18 {
        position: relative;
        left: 75%
    }

    .el-col-xs-19 {
        display: block;
        max-width: 79.1666666667%;
        flex: 0 0 79.1666666667%
    }

    .el-col-xs-offset-19 {
        margin-left: 79.1666666667%
    }

    .el-col-xs-pull-19 {
        position: relative;
        right: 79.1666666667%
    }

    .el-col-xs-push-19 {
        position: relative;
        left: 79.1666666667%
    }

    .el-col-xs-20 {
        display: block;
        max-width: 83.3333333333%;
        flex: 0 0 83.3333333333%
    }

    .el-col-xs-offset-20 {
        margin-left: 83.3333333333%
    }

    .el-col-xs-pull-20 {
        position: relative;
        right: 83.3333333333%
    }

    .el-col-xs-push-20 {
        position: relative;
        left: 83.3333333333%
    }

    .el-col-xs-21 {
        display: block;
        max-width: 87.5%;
        flex: 0 0 87.5%
    }

    .el-col-xs-offset-21 {
        margin-left: 87.5%
    }

    .el-col-xs-pull-21 {
        position: relative;
        right: 87.5%
    }

    .el-col-xs-push-21 {
        position: relative;
        left: 87.5%
    }

    .el-col-xs-22 {
        display: block;
        max-width: 91.6666666667%;
        flex: 0 0 91.6666666667%
    }

    .el-col-xs-offset-22 {
        margin-left: 91.6666666667%
    }

    .el-col-xs-pull-22 {
        position: relative;
        right: 91.6666666667%
    }

    .el-col-xs-push-22 {
        position: relative;
        left: 91.6666666667%
    }

    .el-col-xs-23 {
        display: block;
        max-width: 95.8333333333%;
        flex: 0 0 95.8333333333%
    }

    .el-col-xs-offset-23 {
        margin-left: 95.8333333333%
    }

    .el-col-xs-pull-23 {
        position: relative;
        right: 95.8333333333%
    }

    .el-col-xs-push-23 {
        position: relative;
        left: 95.8333333333%
    }

    .el-col-xs-24 {
        display: block;
        max-width: 100%;
        flex: 0 0 100%
    }

    .el-col-xs-offset-24 {
        margin-left: 100%
    }

    .el-col-xs-pull-24 {
        position: relative;
        right: 100%
    }

    .el-col-xs-push-24 {
        position: relative;
        left: 100%
    }
}

@media only screen and (min-width:768px) {

    .el-col-sm-0,
    .el-col-sm-0.is-guttered {
        display: none
    }

    .el-col-sm-0 {
        max-width: 0%;
        flex: 0 0 0%
    }

    .el-col-sm-offset-0 {
        margin-left: 0
    }

    .el-col-sm-pull-0 {
        position: relative;
        right: 0
    }

    .el-col-sm-push-0 {
        position: relative;
        left: 0
    }

    .el-col-sm-1 {
        display: block;
        max-width: 4.1666666667%;
        flex: 0 0 4.1666666667%
    }

    .el-col-sm-offset-1 {
        margin-left: 4.1666666667%
    }

    .el-col-sm-pull-1 {
        position: relative;
        right: 4.1666666667%
    }

    .el-col-sm-push-1 {
        position: relative;
        left: 4.1666666667%
    }

    .el-col-sm-2 {
        display: block;
        max-width: 8.3333333333%;
        flex: 0 0 8.3333333333%
    }

    .el-col-sm-offset-2 {
        margin-left: 8.3333333333%
    }

    .el-col-sm-pull-2 {
        position: relative;
        right: 8.3333333333%
    }

    .el-col-sm-push-2 {
        position: relative;
        left: 8.3333333333%
    }

    .el-col-sm-3 {
        display: block;
        max-width: 12.5%;
        flex: 0 0 12.5%
    }

    .el-col-sm-offset-3 {
        margin-left: 12.5%
    }

    .el-col-sm-pull-3 {
        position: relative;
        right: 12.5%
    }

    .el-col-sm-push-3 {
        position: relative;
        left: 12.5%
    }

    .el-col-sm-4 {
        display: block;
        max-width: 16.6666666667%;
        flex: 0 0 16.6666666667%
    }

    .el-col-sm-offset-4 {
        margin-left: 16.6666666667%
    }

    .el-col-sm-pull-4 {
        position: relative;
        right: 16.6666666667%
    }

    .el-col-sm-push-4 {
        position: relative;
        left: 16.6666666667%
    }

    .el-col-sm-5 {
        display: block;
        max-width: 20.8333333333%;
        flex: 0 0 20.8333333333%
    }

    .el-col-sm-offset-5 {
        margin-left: 20.8333333333%
    }

    .el-col-sm-pull-5 {
        position: relative;
        right: 20.8333333333%
    }

    .el-col-sm-push-5 {
        position: relative;
        left: 20.8333333333%
    }

    .el-col-sm-6 {
        display: block;
        max-width: 25%;
        flex: 0 0 25%
    }

    .el-col-sm-offset-6 {
        margin-left: 25%
    }

    .el-col-sm-pull-6 {
        position: relative;
        right: 25%
    }

    .el-col-sm-push-6 {
        position: relative;
        left: 25%
    }

    .el-col-sm-7 {
        display: block;
        max-width: 29.1666666667%;
        flex: 0 0 29.1666666667%
    }

    .el-col-sm-offset-7 {
        margin-left: 29.1666666667%
    }

    .el-col-sm-pull-7 {
        position: relative;
        right: 29.1666666667%
    }

    .el-col-sm-push-7 {
        position: relative;
        left: 29.1666666667%
    }

    .el-col-sm-8 {
        display: block;
        max-width: 33.3333333333%;
        flex: 0 0 33.3333333333%
    }

    .el-col-sm-offset-8 {
        margin-left: 33.3333333333%
    }

    .el-col-sm-pull-8 {
        position: relative;
        right: 33.3333333333%
    }

    .el-col-sm-push-8 {
        position: relative;
        left: 33.3333333333%
    }

    .el-col-sm-9 {
        display: block;
        max-width: 37.5%;
        flex: 0 0 37.5%
    }

    .el-col-sm-offset-9 {
        margin-left: 37.5%
    }

    .el-col-sm-pull-9 {
        position: relative;
        right: 37.5%
    }

    .el-col-sm-push-9 {
        position: relative;
        left: 37.5%
    }

    .el-col-sm-10 {
        display: block;
        max-width: 41.6666666667%;
        flex: 0 0 41.6666666667%
    }

    .el-col-sm-offset-10 {
        margin-left: 41.6666666667%
    }

    .el-col-sm-pull-10 {
        position: relative;
        right: 41.6666666667%
    }

    .el-col-sm-push-10 {
        position: relative;
        left: 41.6666666667%
    }

    .el-col-sm-11 {
        display: block;
        max-width: 45.8333333333%;
        flex: 0 0 45.8333333333%
    }

    .el-col-sm-offset-11 {
        margin-left: 45.8333333333%
    }

    .el-col-sm-pull-11 {
        position: relative;
        right: 45.8333333333%
    }

    .el-col-sm-push-11 {
        position: relative;
        left: 45.8333333333%
    }

    .el-col-sm-12 {
        display: block;
        max-width: 50%;
        flex: 0 0 50%
    }

    .el-col-sm-offset-12 {
        margin-left: 50%
    }

    .el-col-sm-pull-12 {
        position: relative;
        right: 50%
    }

    .el-col-sm-push-12 {
        position: relative;
        left: 50%
    }

    .el-col-sm-13 {
        display: block;
        max-width: 54.1666666667%;
        flex: 0 0 54.1666666667%
    }

    .el-col-sm-offset-13 {
        margin-left: 54.1666666667%
    }

    .el-col-sm-pull-13 {
        position: relative;
        right: 54.1666666667%
    }

    .el-col-sm-push-13 {
        position: relative;
        left: 54.1666666667%
    }

    .el-col-sm-14 {
        display: block;
        max-width: 58.3333333333%;
        flex: 0 0 58.3333333333%
    }

    .el-col-sm-offset-14 {
        margin-left: 58.3333333333%
    }

    .el-col-sm-pull-14 {
        position: relative;
        right: 58.3333333333%
    }

    .el-col-sm-push-14 {
        position: relative;
        left: 58.3333333333%
    }

    .el-col-sm-15 {
        display: block;
        max-width: 62.5%;
        flex: 0 0 62.5%
    }

    .el-col-sm-offset-15 {
        margin-left: 62.5%
    }

    .el-col-sm-pull-15 {
        position: relative;
        right: 62.5%
    }

    .el-col-sm-push-15 {
        position: relative;
        left: 62.5%
    }

    .el-col-sm-16 {
        display: block;
        max-width: 66.6666666667%;
        flex: 0 0 66.6666666667%
    }

    .el-col-sm-offset-16 {
        margin-left: 66.6666666667%
    }

    .el-col-sm-pull-16 {
        position: relative;
        right: 66.6666666667%
    }

    .el-col-sm-push-16 {
        position: relative;
        left: 66.6666666667%
    }

    .el-col-sm-17 {
        display: block;
        max-width: 70.8333333333%;
        flex: 0 0 70.8333333333%
    }

    .el-col-sm-offset-17 {
        margin-left: 70.8333333333%
    }

    .el-col-sm-pull-17 {
        position: relative;
        right: 70.8333333333%
    }

    .el-col-sm-push-17 {
        position: relative;
        left: 70.8333333333%
    }

    .el-col-sm-18 {
        display: block;
        max-width: 75%;
        flex: 0 0 75%
    }

    .el-col-sm-offset-18 {
        margin-left: 75%
    }

    .el-col-sm-pull-18 {
        position: relative;
        right: 75%
    }

    .el-col-sm-push-18 {
        position: relative;
        left: 75%
    }

    .el-col-sm-19 {
        display: block;
        max-width: 79.1666666667%;
        flex: 0 0 79.1666666667%
    }

    .el-col-sm-offset-19 {
        margin-left: 79.1666666667%
    }

    .el-col-sm-pull-19 {
        position: relative;
        right: 79.1666666667%
    }

    .el-col-sm-push-19 {
        position: relative;
        left: 79.1666666667%
    }

    .el-col-sm-20 {
        display: block;
        max-width: 83.3333333333%;
        flex: 0 0 83.3333333333%
    }

    .el-col-sm-offset-20 {
        margin-left: 83.3333333333%
    }

    .el-col-sm-pull-20 {
        position: relative;
        right: 83.3333333333%
    }

    .el-col-sm-push-20 {
        position: relative;
        left: 83.3333333333%
    }

    .el-col-sm-21 {
        display: block;
        max-width: 87.5%;
        flex: 0 0 87.5%
    }

    .el-col-sm-offset-21 {
        margin-left: 87.5%
    }

    .el-col-sm-pull-21 {
        position: relative;
        right: 87.5%
    }

    .el-col-sm-push-21 {
        position: relative;
        left: 87.5%
    }

    .el-col-sm-22 {
        display: block;
        max-width: 91.6666666667%;
        flex: 0 0 91.6666666667%
    }

    .el-col-sm-offset-22 {
        margin-left: 91.6666666667%
    }

    .el-col-sm-pull-22 {
        position: relative;
        right: 91.6666666667%
    }

    .el-col-sm-push-22 {
        position: relative;
        left: 91.6666666667%
    }

    .el-col-sm-23 {
        display: block;
        max-width: 95.8333333333%;
        flex: 0 0 95.8333333333%
    }

    .el-col-sm-offset-23 {
        margin-left: 95.8333333333%
    }

    .el-col-sm-pull-23 {
        position: relative;
        right: 95.8333333333%
    }

    .el-col-sm-push-23 {
        position: relative;
        left: 95.8333333333%
    }

    .el-col-sm-24 {
        display: block;
        max-width: 100%;
        flex: 0 0 100%
    }

    .el-col-sm-offset-24 {
        margin-left: 100%
    }

    .el-col-sm-pull-24 {
        position: relative;
        right: 100%
    }

    .el-col-sm-push-24 {
        position: relative;
        left: 100%
    }
}

@media only screen and (min-width:992px) {

    .el-col-md-0,
    .el-col-md-0.is-guttered {
        display: none
    }

    .el-col-md-0 {
        max-width: 0%;
        flex: 0 0 0%
    }

    .el-col-md-offset-0 {
        margin-left: 0
    }

    .el-col-md-pull-0 {
        position: relative;
        right: 0
    }

    .el-col-md-push-0 {
        position: relative;
        left: 0
    }

    .el-col-md-1 {
        display: block;
        max-width: 4.1666666667%;
        flex: 0 0 4.1666666667%
    }

    .el-col-md-offset-1 {
        margin-left: 4.1666666667%
    }

    .el-col-md-pull-1 {
        position: relative;
        right: 4.1666666667%
    }

    .el-col-md-push-1 {
        position: relative;
        left: 4.1666666667%
    }

    .el-col-md-2 {
        display: block;
        max-width: 8.3333333333%;
        flex: 0 0 8.3333333333%
    }

    .el-col-md-offset-2 {
        margin-left: 8.3333333333%
    }

    .el-col-md-pull-2 {
        position: relative;
        right: 8.3333333333%
    }

    .el-col-md-push-2 {
        position: relative;
        left: 8.3333333333%
    }

    .el-col-md-3 {
        display: block;
        max-width: 12.5%;
        flex: 0 0 12.5%
    }

    .el-col-md-offset-3 {
        margin-left: 12.5%
    }

    .el-col-md-pull-3 {
        position: relative;
        right: 12.5%
    }

    .el-col-md-push-3 {
        position: relative;
        left: 12.5%
    }

    .el-col-md-4 {
        display: block;
        max-width: 16.6666666667%;
        flex: 0 0 16.6666666667%
    }

    .el-col-md-offset-4 {
        margin-left: 16.6666666667%
    }

    .el-col-md-pull-4 {
        position: relative;
        right: 16.6666666667%
    }

    .el-col-md-push-4 {
        position: relative;
        left: 16.6666666667%
    }

    .el-col-md-5 {
        display: block;
        max-width: 20.8333333333%;
        flex: 0 0 20.8333333333%
    }

    .el-col-md-offset-5 {
        margin-left: 20.8333333333%
    }

    .el-col-md-pull-5 {
        position: relative;
        right: 20.8333333333%
    }

    .el-col-md-push-5 {
        position: relative;
        left: 20.8333333333%
    }

    .el-col-md-6 {
        display: block;
        max-width: 25%;
        flex: 0 0 25%
    }

    .el-col-md-offset-6 {
        margin-left: 25%
    }

    .el-col-md-pull-6 {
        position: relative;
        right: 25%
    }

    .el-col-md-push-6 {
        position: relative;
        left: 25%
    }

    .el-col-md-7 {
        display: block;
        max-width: 29.1666666667%;
        flex: 0 0 29.1666666667%
    }

    .el-col-md-offset-7 {
        margin-left: 29.1666666667%
    }

    .el-col-md-pull-7 {
        position: relative;
        right: 29.1666666667%
    }

    .el-col-md-push-7 {
        position: relative;
        left: 29.1666666667%
    }

    .el-col-md-8 {
        display: block;
        max-width: 33.3333333333%;
        flex: 0 0 33.3333333333%
    }

    .el-col-md-offset-8 {
        margin-left: 33.3333333333%
    }

    .el-col-md-pull-8 {
        position: relative;
        right: 33.3333333333%
    }

    .el-col-md-push-8 {
        position: relative;
        left: 33.3333333333%
    }

    .el-col-md-9 {
        display: block;
        max-width: 37.5%;
        flex: 0 0 37.5%
    }

    .el-col-md-offset-9 {
        margin-left: 37.5%
    }

    .el-col-md-pull-9 {
        position: relative;
        right: 37.5%
    }

    .el-col-md-push-9 {
        position: relative;
        left: 37.5%
    }

    .el-col-md-10 {
        display: block;
        max-width: 41.6666666667%;
        flex: 0 0 41.6666666667%
    }

    .el-col-md-offset-10 {
        margin-left: 41.6666666667%
    }

    .el-col-md-pull-10 {
        position: relative;
        right: 41.6666666667%
    }

    .el-col-md-push-10 {
        position: relative;
        left: 41.6666666667%
    }

    .el-col-md-11 {
        display: block;
        max-width: 45.8333333333%;
        flex: 0 0 45.8333333333%
    }

    .el-col-md-offset-11 {
        margin-left: 45.8333333333%
    }

    .el-col-md-pull-11 {
        position: relative;
        right: 45.8333333333%
    }

    .el-col-md-push-11 {
        position: relative;
        left: 45.8333333333%
    }

    .el-col-md-12 {
        display: block;
        max-width: 50%;
        flex: 0 0 50%
    }

    .el-col-md-offset-12 {
        margin-left: 50%
    }

    .el-col-md-pull-12 {
        position: relative;
        right: 50%
    }

    .el-col-md-push-12 {
        position: relative;
        left: 50%
    }

    .el-col-md-13 {
        display: block;
        max-width: 54.1666666667%;
        flex: 0 0 54.1666666667%
    }

    .el-col-md-offset-13 {
        margin-left: 54.1666666667%
    }

    .el-col-md-pull-13 {
        position: relative;
        right: 54.1666666667%
    }

    .el-col-md-push-13 {
        position: relative;
        left: 54.1666666667%
    }

    .el-col-md-14 {
        display: block;
        max-width: 58.3333333333%;
        flex: 0 0 58.3333333333%
    }

    .el-col-md-offset-14 {
        margin-left: 58.3333333333%
    }

    .el-col-md-pull-14 {
        position: relative;
        right: 58.3333333333%
    }

    .el-col-md-push-14 {
        position: relative;
        left: 58.3333333333%
    }

    .el-col-md-15 {
        display: block;
        max-width: 62.5%;
        flex: 0 0 62.5%
    }

    .el-col-md-offset-15 {
        margin-left: 62.5%
    }

    .el-col-md-pull-15 {
        position: relative;
        right: 62.5%
    }

    .el-col-md-push-15 {
        position: relative;
        left: 62.5%
    }

    .el-col-md-16 {
        display: block;
        max-width: 66.6666666667%;
        flex: 0 0 66.6666666667%
    }

    .el-col-md-offset-16 {
        margin-left: 66.6666666667%
    }

    .el-col-md-pull-16 {
        position: relative;
        right: 66.6666666667%
    }

    .el-col-md-push-16 {
        position: relative;
        left: 66.6666666667%
    }

    .el-col-md-17 {
        display: block;
        max-width: 70.8333333333%;
        flex: 0 0 70.8333333333%
    }

    .el-col-md-offset-17 {
        margin-left: 70.8333333333%
    }

    .el-col-md-pull-17 {
        position: relative;
        right: 70.8333333333%
    }

    .el-col-md-push-17 {
        position: relative;
        left: 70.8333333333%
    }

    .el-col-md-18 {
        display: block;
        max-width: 75%;
        flex: 0 0 75%
    }

    .el-col-md-offset-18 {
        margin-left: 75%
    }

    .el-col-md-pull-18 {
        position: relative;
        right: 75%
    }

    .el-col-md-push-18 {
        position: relative;
        left: 75%
    }

    .el-col-md-19 {
        display: block;
        max-width: 79.1666666667%;
        flex: 0 0 79.1666666667%
    }

    .el-col-md-offset-19 {
        margin-left: 79.1666666667%
    }

    .el-col-md-pull-19 {
        position: relative;
        right: 79.1666666667%
    }

    .el-col-md-push-19 {
        position: relative;
        left: 79.1666666667%
    }

    .el-col-md-20 {
        display: block;
        max-width: 83.3333333333%;
        flex: 0 0 83.3333333333%
    }

    .el-col-md-offset-20 {
        margin-left: 83.3333333333%
    }

    .el-col-md-pull-20 {
        position: relative;
        right: 83.3333333333%
    }

    .el-col-md-push-20 {
        position: relative;
        left: 83.3333333333%
    }

    .el-col-md-21 {
        display: block;
        max-width: 87.5%;
        flex: 0 0 87.5%
    }

    .el-col-md-offset-21 {
        margin-left: 87.5%
    }

    .el-col-md-pull-21 {
        position: relative;
        right: 87.5%
    }

    .el-col-md-push-21 {
        position: relative;
        left: 87.5%
    }

    .el-col-md-22 {
        display: block;
        max-width: 91.6666666667%;
        flex: 0 0 91.6666666667%
    }

    .el-col-md-offset-22 {
        margin-left: 91.6666666667%
    }

    .el-col-md-pull-22 {
        position: relative;
        right: 91.6666666667%
    }

    .el-col-md-push-22 {
        position: relative;
        left: 91.6666666667%
    }

    .el-col-md-23 {
        display: block;
        max-width: 95.8333333333%;
        flex: 0 0 95.8333333333%
    }

    .el-col-md-offset-23 {
        margin-left: 95.8333333333%
    }

    .el-col-md-pull-23 {
        position: relative;
        right: 95.8333333333%
    }

    .el-col-md-push-23 {
        position: relative;
        left: 95.8333333333%
    }

    .el-col-md-24 {
        display: block;
        max-width: 100%;
        flex: 0 0 100%
    }

    .el-col-md-offset-24 {
        margin-left: 100%
    }

    .el-col-md-pull-24 {
        position: relative;
        right: 100%
    }

    .el-col-md-push-24 {
        position: relative;
        left: 100%
    }
}

@media only screen and (min-width:1200px) {

    .el-col-lg-0,
    .el-col-lg-0.is-guttered {
        display: none
    }

    .el-col-lg-0 {
        max-width: 0%;
        flex: 0 0 0%
    }

    .el-col-lg-offset-0 {
        margin-left: 0
    }

    .el-col-lg-pull-0 {
        position: relative;
        right: 0
    }

    .el-col-lg-push-0 {
        position: relative;
        left: 0
    }

    .el-col-lg-1 {
        display: block;
        max-width: 4.1666666667%;
        flex: 0 0 4.1666666667%
    }

    .el-col-lg-offset-1 {
        margin-left: 4.1666666667%
    }

    .el-col-lg-pull-1 {
        position: relative;
        right: 4.1666666667%
    }

    .el-col-lg-push-1 {
        position: relative;
        left: 4.1666666667%
    }

    .el-col-lg-2 {
        display: block;
        max-width: 8.3333333333%;
        flex: 0 0 8.3333333333%
    }

    .el-col-lg-offset-2 {
        margin-left: 8.3333333333%
    }

    .el-col-lg-pull-2 {
        position: relative;
        right: 8.3333333333%
    }

    .el-col-lg-push-2 {
        position: relative;
        left: 8.3333333333%
    }

    .el-col-lg-3 {
        display: block;
        max-width: 12.5%;
        flex: 0 0 12.5%
    }

    .el-col-lg-offset-3 {
        margin-left: 12.5%
    }

    .el-col-lg-pull-3 {
        position: relative;
        right: 12.5%
    }

    .el-col-lg-push-3 {
        position: relative;
        left: 12.5%
    }

    .el-col-lg-4 {
        display: block;
        max-width: 16.6666666667%;
        flex: 0 0 16.6666666667%
    }

    .el-col-lg-offset-4 {
        margin-left: 16.6666666667%
    }

    .el-col-lg-pull-4 {
        position: relative;
        right: 16.6666666667%
    }

    .el-col-lg-push-4 {
        position: relative;
        left: 16.6666666667%
    }

    .el-col-lg-5 {
        display: block;
        max-width: 20.8333333333%;
        flex: 0 0 20.8333333333%
    }

    .el-col-lg-offset-5 {
        margin-left: 20.8333333333%
    }

    .el-col-lg-pull-5 {
        position: relative;
        right: 20.8333333333%
    }

    .el-col-lg-push-5 {
        position: relative;
        left: 20.8333333333%
    }

    .el-col-lg-6 {
        display: block;
        max-width: 25%;
        flex: 0 0 25%
    }

    .el-col-lg-offset-6 {
        margin-left: 25%
    }

    .el-col-lg-pull-6 {
        position: relative;
        right: 25%
    }

    .el-col-lg-push-6 {
        position: relative;
        left: 25%
    }

    .el-col-lg-7 {
        display: block;
        max-width: 29.1666666667%;
        flex: 0 0 29.1666666667%
    }

    .el-col-lg-offset-7 {
        margin-left: 29.1666666667%
    }

    .el-col-lg-pull-7 {
        position: relative;
        right: 29.1666666667%
    }

    .el-col-lg-push-7 {
        position: relative;
        left: 29.1666666667%
    }

    .el-col-lg-8 {
        display: block;
        max-width: 33.3333333333%;
        flex: 0 0 33.3333333333%
    }

    .el-col-lg-offset-8 {
        margin-left: 33.3333333333%
    }

    .el-col-lg-pull-8 {
        position: relative;
        right: 33.3333333333%
    }

    .el-col-lg-push-8 {
        position: relative;
        left: 33.3333333333%
    }

    .el-col-lg-9 {
        display: block;
        max-width: 37.5%;
        flex: 0 0 37.5%
    }

    .el-col-lg-offset-9 {
        margin-left: 37.5%
    }

    .el-col-lg-pull-9 {
        position: relative;
        right: 37.5%
    }

    .el-col-lg-push-9 {
        position: relative;
        left: 37.5%
    }

    .el-col-lg-10 {
        display: block;
        max-width: 41.6666666667%;
        flex: 0 0 41.6666666667%
    }

    .el-col-lg-offset-10 {
        margin-left: 41.6666666667%
    }

    .el-col-lg-pull-10 {
        position: relative;
        right: 41.6666666667%
    }

    .el-col-lg-push-10 {
        position: relative;
        left: 41.6666666667%
    }

    .el-col-lg-11 {
        display: block;
        max-width: 45.8333333333%;
        flex: 0 0 45.8333333333%
    }

    .el-col-lg-offset-11 {
        margin-left: 45.8333333333%
    }

    .el-col-lg-pull-11 {
        position: relative;
        right: 45.8333333333%
    }

    .el-col-lg-push-11 {
        position: relative;
        left: 45.8333333333%
    }

    .el-col-lg-12 {
        display: block;
        max-width: 50%;
        flex: 0 0 50%
    }

    .el-col-lg-offset-12 {
        margin-left: 50%
    }

    .el-col-lg-pull-12 {
        position: relative;
        right: 50%
    }

    .el-col-lg-push-12 {
        position: relative;
        left: 50%
    }

    .el-col-lg-13 {
        display: block;
        max-width: 54.1666666667%;
        flex: 0 0 54.1666666667%
    }

    .el-col-lg-offset-13 {
        margin-left: 54.1666666667%
    }

    .el-col-lg-pull-13 {
        position: relative;
        right: 54.1666666667%
    }

    .el-col-lg-push-13 {
        position: relative;
        left: 54.1666666667%
    }

    .el-col-lg-14 {
        display: block;
        max-width: 58.3333333333%;
        flex: 0 0 58.3333333333%
    }

    .el-col-lg-offset-14 {
        margin-left: 58.3333333333%
    }

    .el-col-lg-pull-14 {
        position: relative;
        right: 58.3333333333%
    }

    .el-col-lg-push-14 {
        position: relative;
        left: 58.3333333333%
    }

    .el-col-lg-15 {
        display: block;
        max-width: 62.5%;
        flex: 0 0 62.5%
    }

    .el-col-lg-offset-15 {
        margin-left: 62.5%
    }

    .el-col-lg-pull-15 {
        position: relative;
        right: 62.5%
    }

    .el-col-lg-push-15 {
        position: relative;
        left: 62.5%
    }

    .el-col-lg-16 {
        display: block;
        max-width: 66.6666666667%;
        flex: 0 0 66.6666666667%
    }

    .el-col-lg-offset-16 {
        margin-left: 66.6666666667%
    }

    .el-col-lg-pull-16 {
        position: relative;
        right: 66.6666666667%
    }

    .el-col-lg-push-16 {
        position: relative;
        left: 66.6666666667%
    }

    .el-col-lg-17 {
        display: block;
        max-width: 70.8333333333%;
        flex: 0 0 70.8333333333%
    }

    .el-col-lg-offset-17 {
        margin-left: 70.8333333333%
    }

    .el-col-lg-pull-17 {
        position: relative;
        right: 70.8333333333%
    }

    .el-col-lg-push-17 {
        position: relative;
        left: 70.8333333333%
    }

    .el-col-lg-18 {
        display: block;
        max-width: 75%;
        flex: 0 0 75%
    }

    .el-col-lg-offset-18 {
        margin-left: 75%
    }

    .el-col-lg-pull-18 {
        position: relative;
        right: 75%
    }

    .el-col-lg-push-18 {
        position: relative;
        left: 75%
    }

    .el-col-lg-19 {
        display: block;
        max-width: 79.1666666667%;
        flex: 0 0 79.1666666667%
    }

    .el-col-lg-offset-19 {
        margin-left: 79.1666666667%
    }

    .el-col-lg-pull-19 {
        position: relative;
        right: 79.1666666667%
    }

    .el-col-lg-push-19 {
        position: relative;
        left: 79.1666666667%
    }

    .el-col-lg-20 {
        display: block;
        max-width: 83.3333333333%;
        flex: 0 0 83.3333333333%
    }

    .el-col-lg-offset-20 {
        margin-left: 83.3333333333%
    }

    .el-col-lg-pull-20 {
        position: relative;
        right: 83.3333333333%
    }

    .el-col-lg-push-20 {
        position: relative;
        left: 83.3333333333%
    }

    .el-col-lg-21 {
        display: block;
        max-width: 87.5%;
        flex: 0 0 87.5%
    }

    .el-col-lg-offset-21 {
        margin-left: 87.5%
    }

    .el-col-lg-pull-21 {
        position: relative;
        right: 87.5%
    }

    .el-col-lg-push-21 {
        position: relative;
        left: 87.5%
    }

    .el-col-lg-22 {
        display: block;
        max-width: 91.6666666667%;
        flex: 0 0 91.6666666667%
    }

    .el-col-lg-offset-22 {
        margin-left: 91.6666666667%
    }

    .el-col-lg-pull-22 {
        position: relative;
        right: 91.6666666667%
    }

    .el-col-lg-push-22 {
        position: relative;
        left: 91.6666666667%
    }

    .el-col-lg-23 {
        display: block;
        max-width: 95.8333333333%;
        flex: 0 0 95.8333333333%
    }

    .el-col-lg-offset-23 {
        margin-left: 95.8333333333%
    }

    .el-col-lg-pull-23 {
        position: relative;
        right: 95.8333333333%
    }

    .el-col-lg-push-23 {
        position: relative;
        left: 95.8333333333%
    }

    .el-col-lg-24 {
        display: block;
        max-width: 100%;
        flex: 0 0 100%
    }

    .el-col-lg-offset-24 {
        margin-left: 100%
    }

    .el-col-lg-pull-24 {
        position: relative;
        right: 100%
    }

    .el-col-lg-push-24 {
        position: relative;
        left: 100%
    }
}

@media only screen and (min-width:1920px) {

    .el-col-xl-0,
    .el-col-xl-0.is-guttered {
        display: none
    }

    .el-col-xl-0 {
        max-width: 0%;
        flex: 0 0 0%
    }

    .el-col-xl-offset-0 {
        margin-left: 0
    }

    .el-col-xl-pull-0 {
        position: relative;
        right: 0
    }

    .el-col-xl-push-0 {
        position: relative;
        left: 0
    }

    .el-col-xl-1 {
        display: block;
        max-width: 4.1666666667%;
        flex: 0 0 4.1666666667%
    }

    .el-col-xl-offset-1 {
        margin-left: 4.1666666667%
    }

    .el-col-xl-pull-1 {
        position: relative;
        right: 4.1666666667%
    }

    .el-col-xl-push-1 {
        position: relative;
        left: 4.1666666667%
    }

    .el-col-xl-2 {
        display: block;
        max-width: 8.3333333333%;
        flex: 0 0 8.3333333333%
    }

    .el-col-xl-offset-2 {
        margin-left: 8.3333333333%
    }

    .el-col-xl-pull-2 {
        position: relative;
        right: 8.3333333333%
    }

    .el-col-xl-push-2 {
        position: relative;
        left: 8.3333333333%
    }

    .el-col-xl-3 {
        display: block;
        max-width: 12.5%;
        flex: 0 0 12.5%
    }

    .el-col-xl-offset-3 {
        margin-left: 12.5%
    }

    .el-col-xl-pull-3 {
        position: relative;
        right: 12.5%
    }

    .el-col-xl-push-3 {
        position: relative;
        left: 12.5%
    }

    .el-col-xl-4 {
        display: block;
        max-width: 16.6666666667%;
        flex: 0 0 16.6666666667%
    }

    .el-col-xl-offset-4 {
        margin-left: 16.6666666667%
    }

    .el-col-xl-pull-4 {
        position: relative;
        right: 16.6666666667%
    }

    .el-col-xl-push-4 {
        position: relative;
        left: 16.6666666667%
    }

    .el-col-xl-5 {
        display: block;
        max-width: 20.8333333333%;
        flex: 0 0 20.8333333333%
    }

    .el-col-xl-offset-5 {
        margin-left: 20.8333333333%
    }

    .el-col-xl-pull-5 {
        position: relative;
        right: 20.8333333333%
    }

    .el-col-xl-push-5 {
        position: relative;
        left: 20.8333333333%
    }

    .el-col-xl-6 {
        display: block;
        max-width: 25%;
        flex: 0 0 25%
    }

    .el-col-xl-offset-6 {
        margin-left: 25%
    }

    .el-col-xl-pull-6 {
        position: relative;
        right: 25%
    }

    .el-col-xl-push-6 {
        position: relative;
        left: 25%
    }

    .el-col-xl-7 {
        display: block;
        max-width: 29.1666666667%;
        flex: 0 0 29.1666666667%
    }

    .el-col-xl-offset-7 {
        margin-left: 29.1666666667%
    }

    .el-col-xl-pull-7 {
        position: relative;
        right: 29.1666666667%
    }

    .el-col-xl-push-7 {
        position: relative;
        left: 29.1666666667%
    }

    .el-col-xl-8 {
        display: block;
        max-width: 33.3333333333%;
        flex: 0 0 33.3333333333%
    }

    .el-col-xl-offset-8 {
        margin-left: 33.3333333333%
    }

    .el-col-xl-pull-8 {
        position: relative;
        right: 33.3333333333%
    }

    .el-col-xl-push-8 {
        position: relative;
        left: 33.3333333333%
    }

    .el-col-xl-9 {
        display: block;
        max-width: 37.5%;
        flex: 0 0 37.5%
    }

    .el-col-xl-offset-9 {
        margin-left: 37.5%
    }

    .el-col-xl-pull-9 {
        position: relative;
        right: 37.5%
    }

    .el-col-xl-push-9 {
        position: relative;
        left: 37.5%
    }

    .el-col-xl-10 {
        display: block;
        max-width: 41.6666666667%;
        flex: 0 0 41.6666666667%
    }

    .el-col-xl-offset-10 {
        margin-left: 41.6666666667%
    }

    .el-col-xl-pull-10 {
        position: relative;
        right: 41.6666666667%
    }

    .el-col-xl-push-10 {
        position: relative;
        left: 41.6666666667%
    }

    .el-col-xl-11 {
        display: block;
        max-width: 45.8333333333%;
        flex: 0 0 45.8333333333%
    }

    .el-col-xl-offset-11 {
        margin-left: 45.8333333333%
    }

    .el-col-xl-pull-11 {
        position: relative;
        right: 45.8333333333%
    }

    .el-col-xl-push-11 {
        position: relative;
        left: 45.8333333333%
    }

    .el-col-xl-12 {
        display: block;
        max-width: 50%;
        flex: 0 0 50%
    }

    .el-col-xl-offset-12 {
        margin-left: 50%
    }

    .el-col-xl-pull-12 {
        position: relative;
        right: 50%
    }

    .el-col-xl-push-12 {
        position: relative;
        left: 50%
    }

    .el-col-xl-13 {
        display: block;
        max-width: 54.1666666667%;
        flex: 0 0 54.1666666667%
    }

    .el-col-xl-offset-13 {
        margin-left: 54.1666666667%
    }

    .el-col-xl-pull-13 {
        position: relative;
        right: 54.1666666667%
    }

    .el-col-xl-push-13 {
        position: relative;
        left: 54.1666666667%
    }

    .el-col-xl-14 {
        display: block;
        max-width: 58.3333333333%;
        flex: 0 0 58.3333333333%
    }

    .el-col-xl-offset-14 {
        margin-left: 58.3333333333%
    }

    .el-col-xl-pull-14 {
        position: relative;
        right: 58.3333333333%
    }

    .el-col-xl-push-14 {
        position: relative;
        left: 58.3333333333%
    }

    .el-col-xl-15 {
        display: block;
        max-width: 62.5%;
        flex: 0 0 62.5%
    }

    .el-col-xl-offset-15 {
        margin-left: 62.5%
    }

    .el-col-xl-pull-15 {
        position: relative;
        right: 62.5%
    }

    .el-col-xl-push-15 {
        position: relative;
        left: 62.5%
    }

    .el-col-xl-16 {
        display: block;
        max-width: 66.6666666667%;
        flex: 0 0 66.6666666667%
    }

    .el-col-xl-offset-16 {
        margin-left: 66.6666666667%
    }

    .el-col-xl-pull-16 {
        position: relative;
        right: 66.6666666667%
    }

    .el-col-xl-push-16 {
        position: relative;
        left: 66.6666666667%
    }

    .el-col-xl-17 {
        display: block;
        max-width: 70.8333333333%;
        flex: 0 0 70.8333333333%
    }

    .el-col-xl-offset-17 {
        margin-left: 70.8333333333%
    }

    .el-col-xl-pull-17 {
        position: relative;
        right: 70.8333333333%
    }

    .el-col-xl-push-17 {
        position: relative;
        left: 70.8333333333%
    }

    .el-col-xl-18 {
        display: block;
        max-width: 75%;
        flex: 0 0 75%
    }

    .el-col-xl-offset-18 {
        margin-left: 75%
    }

    .el-col-xl-pull-18 {
        position: relative;
        right: 75%
    }

    .el-col-xl-push-18 {
        position: relative;
        left: 75%
    }

    .el-col-xl-19 {
        display: block;
        max-width: 79.1666666667%;
        flex: 0 0 79.1666666667%
    }

    .el-col-xl-offset-19 {
        margin-left: 79.1666666667%
    }

    .el-col-xl-pull-19 {
        position: relative;
        right: 79.1666666667%
    }

    .el-col-xl-push-19 {
        position: relative;
        left: 79.1666666667%
    }

    .el-col-xl-20 {
        display: block;
        max-width: 83.3333333333%;
        flex: 0 0 83.3333333333%
    }

    .el-col-xl-offset-20 {
        margin-left: 83.3333333333%
    }

    .el-col-xl-pull-20 {
        position: relative;
        right: 83.3333333333%
    }

    .el-col-xl-push-20 {
        position: relative;
        left: 83.3333333333%
    }

    .el-col-xl-21 {
        display: block;
        max-width: 87.5%;
        flex: 0 0 87.5%
    }

    .el-col-xl-offset-21 {
        margin-left: 87.5%
    }

    .el-col-xl-pull-21 {
        position: relative;
        right: 87.5%
    }

    .el-col-xl-push-21 {
        position: relative;
        left: 87.5%
    }

    .el-col-xl-22 {
        display: block;
        max-width: 91.6666666667%;
        flex: 0 0 91.6666666667%
    }

    .el-col-xl-offset-22 {
        margin-left: 91.6666666667%
    }

    .el-col-xl-pull-22 {
        position: relative;
        right: 91.6666666667%
    }

    .el-col-xl-push-22 {
        position: relative;
        left: 91.6666666667%
    }

    .el-col-xl-23 {
        display: block;
        max-width: 95.8333333333%;
        flex: 0 0 95.8333333333%
    }

    .el-col-xl-offset-23 {
        margin-left: 95.8333333333%
    }

    .el-col-xl-pull-23 {
        position: relative;
        right: 95.8333333333%
    }

    .el-col-xl-push-23 {
        position: relative;
        left: 95.8333333333%
    }

    .el-col-xl-24 {
        display: block;
        max-width: 100%;
        flex: 0 0 100%
    }

    .el-col-xl-offset-24 {
        margin-left: 100%
    }

    .el-col-xl-pull-24 {
        position: relative;
        right: 100%
    }

    .el-col-xl-push-24 {
        position: relative;
        left: 100%
    }
}

.el-collapse {
    --el-collapse-border-color: var(--el-border-color-lighter);
    --el-collapse-header-height: 48px;
    --el-collapse-header-bg-color: var(--el-fill-color-blank);
    --el-collapse-header-text-color: var(--el-text-color-primary);
    --el-collapse-header-font-size: 13px;
    --el-collapse-content-bg-color: var(--el-fill-color-blank);
    --el-collapse-content-font-size: 13px;
    --el-collapse-content-text-color: var(--el-text-color-primary);
    border-top: 1px solid var(--el-collapse-border-color);
    border-bottom: 1px solid var(--el-collapse-border-color)
}

.el-collapse-item.is-disabled .el-collapse-item__header {
    color: var(--el-text-color-disabled);
    cursor: not-allowed
}

.el-collapse-item__header {
    display: flex;
    align-items: center;
    height: var(--el-collapse-header-height);
    line-height: var(--el-collapse-header-height);
    background-color: var(--el-collapse-header-bg-color);
    color: var(--el-collapse-header-text-color);
    cursor: pointer;
    border-bottom: 1px solid var(--el-collapse-border-color);
    font-size: var(--el-collapse-header-font-size);
    font-weight: 500;
    transition: border-bottom-color var(--el-transition-duration);
    outline: 0
}

.el-collapse-item__arrow {
    margin: 0 8px 0 auto;
    transition: transform var(--el-transition-duration);
    font-weight: 300
}

.el-collapse-item__arrow.is-active {
    transform: rotate(90deg)
}

.el-collapse-item__header.focusing:focus:not(:hover) {
    color: var(--el-color-primary)
}

.el-collapse-item__header.is-active {
    border-bottom-color: transparent
}

.el-collapse-item__wrap {
    will-change: height;
    background-color: var(--el-collapse-content-bg-color);
    overflow: hidden;
    box-sizing: border-box;
    border-bottom: 1px solid var(--el-collapse-border-color)
}

.el-collapse-item__content {
    padding-bottom: 25px;
    font-size: var(--el-collapse-content-font-size);
    color: var(--el-collapse-content-text-color);
    line-height: 1.7692307692
}

.el-collapse-item:last-child {
    margin-bottom: -1px
}

.el-color-predefine {
    display: flex;
    font-size: 12px;
    margin-top: 8px;
    width: 280px
}

.el-color-predefine__colors {
    display: flex;
    flex: 1;
    flex-wrap: wrap
}

.el-color-predefine__color-selector {
    margin: 0 0 8px 8px;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    cursor: pointer
}

.el-color-predefine__color-selector:nth-child(10n+1) {
    margin-left: 0
}

.el-color-predefine__color-selector.selected {
    box-shadow: 0 0 3px 2px var(--el-color-primary)
}

.el-color-predefine__color-selector>div {
    display: flex;
    height: 100%;
    border-radius: 3px
}

.el-color-predefine__color-selector.is-alpha {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)
}

.el-color-hue-slider {
    position: relative;
    box-sizing: border-box;
    width: 280px;
    height: 12px;
    background-color: red;
    padding: 0 2px;
    float: right
}

.el-color-hue-slider__bar {
    position: relative;
    background: linear-gradient(to right, red 0, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, red 100%);
    height: 100%
}

.el-color-hue-slider__thumb {
    position: absolute;
    cursor: pointer;
    box-sizing: border-box;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    border-radius: 1px;
    background: #fff;
    border: 1px solid var(--el-border-color-lighter);
    box-shadow: 0 0 2px #0009;
    z-index: 1
}

.el-color-hue-slider.is-vertical {
    width: 12px;
    height: 180px;
    padding: 2px 0
}

.el-color-hue-slider.is-vertical .el-color-hue-slider__bar {
    background: linear-gradient(to bottom, red 0, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, red 100%)
}

.el-color-hue-slider.is-vertical .el-color-hue-slider__thumb {
    left: 0;
    top: 0;
    width: 100%;
    height: 4px
}

.el-color-svpanel {
    position: relative;
    width: 280px;
    height: 180px
}

.el-color-svpanel__black,
.el-color-svpanel__white {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.el-color-svpanel__white {
    background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0))
}

.el-color-svpanel__black {
    background: linear-gradient(to top, #000, rgba(0, 0, 0, 0))
}

.el-color-svpanel__cursor {
    position: absolute
}

.el-color-svpanel__cursor>div {
    cursor: head;
    width: 4px;
    height: 4px;
    box-shadow: 0 0 0 1.5px #fff, inset 0 0 1px 1px #0000004d, 0 0 1px 2px #0006;
    border-radius: 50%;
    transform: translate(-2px, -2px)
}

.el-color-alpha-slider {
    position: relative;
    box-sizing: border-box;
    width: 280px;
    height: 12px;
    background-image: linear-gradient(45deg, var(--el-color-picker-alpha-bg-a) 25%, var(--el-color-picker-alpha-bg-b) 25%), linear-gradient(135deg, var(--el-color-picker-alpha-bg-a) 25%, var(--el-color-picker-alpha-bg-b) 25%), linear-gradient(45deg, var(--el-color-picker-alpha-bg-b) 75%, var(--el-color-picker-alpha-bg-a) 75%), linear-gradient(135deg, var(--el-color-picker-alpha-bg-b) 75%, var(--el-color-picker-alpha-bg-a) 75%);
    background-size: 12px 12px;
    background-position: 0 0, 6px 0, 6px -6px, 0 6px
}

.el-color-alpha-slider__bar {
    position: relative;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, var(--el-bg-color) 100%);
    height: 100%
}

.el-color-alpha-slider__thumb {
    position: absolute;
    cursor: pointer;
    box-sizing: border-box;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    border-radius: 1px;
    background: #fff;
    border: 1px solid var(--el-border-color-lighter);
    box-shadow: 0 0 2px #0009;
    z-index: 1
}

.el-color-alpha-slider.is-vertical {
    width: 20px;
    height: 180px
}

.el-color-alpha-slider.is-vertical .el-color-alpha-slider__bar {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%)
}

.el-color-alpha-slider.is-vertical .el-color-alpha-slider__thumb {
    left: 0;
    top: 0;
    width: 100%;
    height: 4px
}

.el-color-dropdown {
    width: 300px
}

.el-color-dropdown__main-wrapper {
    margin-bottom: 6px
}

.el-color-dropdown__main-wrapper:after {
    content: "";
    display: table;
    clear: both
}

.el-color-dropdown__btns {
    margin-top: 12px;
    text-align: right
}

.el-color-dropdown__value {
    float: left;
    line-height: 26px;
    font-size: 12px;
    color: #000;
    width: 160px
}

.el-color-picker {
    display: inline-block;
    position: relative;
    line-height: normal;
    outline: 0
}

.el-color-picker:hover:not(.is-disabled) .el-color-picker__trigger {
    border: 1px solid var(--el-border-color-hover)
}

.el-color-picker:focus-visible:not(.is-disabled) .el-color-picker__trigger {
    outline: 2px solid var(--el-color-primary);
    outline-offset: 1px
}

.el-color-picker.is-disabled .el-color-picker__trigger {
    cursor: not-allowed
}

.el-color-picker--large {
    height: 40px
}

.el-color-picker--large .el-color-picker__trigger {
    height: 40px;
    width: 40px
}

.el-color-picker--large .el-color-picker__mask {
    height: 38px;
    width: 38px
}

.el-color-picker--small {
    height: 24px
}

.el-color-picker--small .el-color-picker__trigger {
    height: 24px;
    width: 24px
}

.el-color-picker--small .el-color-picker__mask {
    height: 22px;
    width: 22px
}

.el-color-picker--small .el-color-picker__empty,
.el-color-picker--small .el-color-picker__icon {
    transform: scale(.8)
}

.el-color-picker__mask {
    height: 30px;
    width: 30px;
    border-radius: 4px;
    position: absolute;
    top: 1px;
    left: 1px;
    z-index: 1;
    cursor: not-allowed;
    background-color: #ffffffb3
}

.el-color-picker__trigger {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    height: 32px;
    width: 32px;
    padding: 4px;
    border: 1px solid var(--el-border-color);
    border-radius: 4px;
    font-size: 0;
    position: relative;
    cursor: pointer
}

.el-color-picker__color {
    position: relative;
    display: block;
    box-sizing: border-box;
    border: 1px solid var(--el-text-color-secondary);
    border-radius: var(--el-border-radius-small);
    width: 100%;
    height: 100%;
    text-align: center
}

.el-color-picker__color.is-alpha {
    background-image: linear-gradient(45deg, var(--el-color-picker-alpha-bg-a) 25%, var(--el-color-picker-alpha-bg-b) 25%), linear-gradient(135deg, var(--el-color-picker-alpha-bg-a) 25%, var(--el-color-picker-alpha-bg-b) 25%), linear-gradient(45deg, var(--el-color-picker-alpha-bg-b) 75%, var(--el-color-picker-alpha-bg-a) 75%), linear-gradient(135deg, var(--el-color-picker-alpha-bg-b) 75%, var(--el-color-picker-alpha-bg-a) 75%);
    background-size: 12px 12px;
    background-position: 0 0, 6px 0, 6px -6px, 0 6px
}

.el-color-picker__color-inner {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%
}

.el-color-picker .el-color-picker__empty {
    font-size: 12px;
    color: var(--el-text-color-secondary)
}

.el-color-picker .el-color-picker__icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 12px
}

.el-color-picker__panel {
    position: absolute;
    z-index: 10;
    padding: 6px;
    box-sizing: content-box;
    background-color: #fff;
    border-radius: var(--el-border-radius-base);
    box-shadow: var(--el-box-shadow-light)
}

.el-color-picker__panel.el-popper {
    border: 1px solid var(--el-border-color-lighter)
}

.el-color-picker,
.el-color-picker__panel {
    --el-color-picker-alpha-bg-a: #ccc;
    --el-color-picker-alpha-bg-b: transparent
}

.dark .el-color-picker,
.dark .el-color-picker__panel {
    --el-color-picker-alpha-bg-a: #333333
}

.el-container {
    display: flex;
    flex-direction: row;
    flex: 1;
    flex-basis: auto;
    box-sizing: border-box;
    min-width: 0
}

.el-container.is-vertical {
    flex-direction: column
}

.el-date-table {
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.el-date-table.is-week-mode .el-date-table__row:hover .el-date-table-cell {
    background-color: var(--el-datepicker-inrange-bg-color)
}

.el-date-table.is-week-mode .el-date-table__row:hover td.available:hover {
    color: var(--el-datepicker-text-color)
}

.el-date-table.is-week-mode .el-date-table__row:hover td:first-child .el-date-table-cell {
    margin-left: 5px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px
}

.el-date-table.is-week-mode .el-date-table__row:hover td:last-child .el-date-table-cell {
    margin-right: 5px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px
}

.el-date-table.is-week-mode .el-date-table__row.current .el-date-table-cell {
    background-color: var(--el-datepicker-inrange-bg-color)
}

.el-date-table td {
    width: 32px;
    height: 30px;
    padding: 4px 0;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    position: relative
}

.el-date-table td .el-date-table-cell {
    height: 30px;
    padding: 3px 0;
    box-sizing: border-box
}

.el-date-table td .el-date-table-cell .el-date-table-cell__text {
    width: 24px;
    height: 24px;
    display: block;
    margin: 0 auto;
    line-height: 24px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    border-radius: 50%
}

.el-date-table td.next-month,
.el-date-table td.prev-month {
    color: var(--el-datepicker-off-text-color)
}

.el-date-table td.today {
    position: relative
}

.el-date-table td.today .el-date-table-cell__text {
    color: var(--el-color-primary);
    font-weight: 700
}

.el-date-table td.today.end-date .el-date-table-cell__text,
.el-date-table td.today.start-date .el-date-table-cell__text {
    color: #fff
}

.el-date-table td.available:hover {
    color: var(--el-datepicker-hover-text-color)
}

.el-date-table td.in-range .el-date-table-cell {
    background-color: var(--el-datepicker-inrange-bg-color)
}

.el-date-table td.in-range .el-date-table-cell:hover {
    background-color: var(--el-datepicker-inrange-hover-bg-color)
}

.el-date-table td.current:not(.disabled) .el-date-table-cell__text {
    color: #fff;
    background-color: var(--el-datepicker-active-color)
}

.el-date-table td.current:not(.disabled):focus-visible .el-date-table-cell__text {
    outline: 2px solid var(--el-datepicker-active-color);
    outline-offset: 1px
}

.el-date-table td.end-date .el-date-table-cell,
.el-date-table td.start-date .el-date-table-cell {
    color: #fff
}

.el-date-table td.end-date .el-date-table-cell__text,
.el-date-table td.start-date .el-date-table-cell__text {
    background-color: var(--el-datepicker-active-color)
}

.el-date-table td.start-date .el-date-table-cell {
    margin-left: 5px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px
}

.el-date-table td.end-date .el-date-table-cell {
    margin-right: 5px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px
}

.el-date-table td.disabled .el-date-table-cell {
    background-color: var(--el-fill-color-light);
    opacity: 1;
    cursor: not-allowed;
    color: var(--el-text-color-placeholder)
}

.el-date-table td.selected .el-date-table-cell {
    margin-left: 5px;
    margin-right: 5px;
    background-color: var(--el-datepicker-inrange-bg-color);
    border-radius: 15px
}

.el-date-table td.selected .el-date-table-cell:hover {
    background-color: var(--el-datepicker-inrange-hover-bg-color)
}

.el-date-table td.selected .el-date-table-cell__text {
    background-color: var(--el-datepicker-active-color);
    color: #fff;
    border-radius: 15px
}

.el-date-table td.week {
    font-size: 80%;
    color: var(--el-datepicker-header-text-color)
}

.el-date-table td:focus {
    outline: 0
}

.el-date-table th {
    padding: 5px;
    color: var(--el-datepicker-header-text-color);
    font-weight: 400;
    border-bottom: solid 1px var(--el-border-color-lighter)
}

.el-month-table {
    font-size: 12px;
    margin: -1px;
    border-collapse: collapse
}

.el-month-table td {
    text-align: center;
    padding: 8px 0;
    cursor: pointer
}

.el-month-table td div {
    height: 48px;
    padding: 6px 0;
    box-sizing: border-box
}

.el-month-table td.today .cell {
    color: var(--el-color-primary);
    font-weight: 700
}

.el-month-table td.today.end-date .cell,
.el-month-table td.today.start-date .cell {
    color: #fff
}

.el-month-table td.disabled .cell {
    background-color: var(--el-fill-color-light);
    cursor: not-allowed;
    color: var(--el-text-color-placeholder)
}

.el-month-table td.disabled .cell:hover {
    color: var(--el-text-color-placeholder)
}

.el-month-table td .cell {
    width: 60px;
    height: 36px;
    display: block;
    line-height: 36px;
    color: var(--el-datepicker-text-color);
    margin: 0 auto;
    border-radius: 18px
}

.el-month-table td .cell:hover {
    color: var(--el-datepicker-hover-text-color)
}

.el-month-table td.in-range div {
    background-color: var(--el-datepicker-inrange-bg-color)
}

.el-month-table td.in-range div:hover {
    background-color: var(--el-datepicker-inrange-hover-bg-color)
}

.el-month-table td.end-date div,
.el-month-table td.start-date div {
    color: #fff
}

.el-month-table td.end-date .cell,
.el-month-table td.start-date .cell {
    color: #fff;
    background-color: var(--el-datepicker-active-color)
}

.el-month-table td.start-date div {
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px
}

.el-month-table td.end-date div {
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px
}

.el-month-table td.current:not(.disabled) .cell {
    color: var(--el-datepicker-active-color)
}

.el-month-table td:focus-visible {
    outline: 0
}

.el-month-table td:focus-visible .cell {
    outline: 2px solid var(--el-datepicker-active-color)
}

.el-year-table {
    font-size: 12px;
    margin: -1px;
    border-collapse: collapse
}

.el-year-table .el-icon {
    color: var(--el-datepicker-icon-color)
}

.el-year-table td {
    text-align: center;
    padding: 20px 3px;
    cursor: pointer
}

.el-year-table td.today .cell {
    color: var(--el-color-primary);
    font-weight: 700
}

.el-year-table td.disabled .cell {
    background-color: var(--el-fill-color-light);
    cursor: not-allowed;
    color: var(--el-text-color-placeholder)
}

.el-year-table td.disabled .cell:hover {
    color: var(--el-text-color-placeholder)
}

.el-year-table td .cell {
    width: 48px;
    height: 36px;
    display: block;
    line-height: 36px;
    color: var(--el-datepicker-text-color);
    border-radius: 18px;
    margin: 0 auto
}

.el-year-table td .cell:hover {
    color: var(--el-datepicker-hover-text-color)
}

.el-year-table td.current:not(.disabled) .cell {
    color: var(--el-datepicker-active-color)
}

.el-year-table td:focus-visible {
    outline: 0
}

.el-year-table td:focus-visible .cell {
    outline: 2px solid var(--el-datepicker-active-color)
}

.el-time-spinner.has-seconds .el-time-spinner__wrapper {
    width: 33.3%
}

.el-time-spinner__wrapper {
    max-height: 192px;
    overflow: auto;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    position: relative
}

.el-time-spinner__wrapper.el-scrollbar__wrap:not(.el-scrollbar__wrap--hidden-default) {
    padding-bottom: 15px
}

.el-time-spinner__wrapper.is-arrow {
    box-sizing: border-box;
    text-align: center;
    overflow: hidden
}

.el-time-spinner__wrapper.is-arrow .el-time-spinner__list {
    transform: translateY(-32px)
}

.el-time-spinner__wrapper.is-arrow .el-time-spinner__item:hover:not(.is-disabled):not(.is-active) {
    background: var(--el-fill-color-light);
    cursor: default
}

.el-time-spinner__arrow {
    font-size: 12px;
    color: var(--el-text-color-secondary);
    position: absolute;
    left: 0;
    width: 100%;
    z-index: var(--el-index-normal);
    text-align: center;
    height: 30px;
    line-height: 30px;
    cursor: pointer
}

.el-time-spinner__arrow:hover {
    color: var(--el-color-primary)
}

.el-time-spinner__arrow.arrow-up {
    top: 10px
}

.el-time-spinner__arrow.arrow-down {
    bottom: 10px
}

.el-time-spinner__input.el-input {
    width: 70%
}

.el-time-spinner__input.el-input .el-input__inner {
    padding: 0;
    text-align: center
}

.el-time-spinner__list {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.el-time-spinner__list:after,
.el-time-spinner__list:before {
    content: "";
    display: block;
    width: 100%;
    height: 80px
}

.el-time-spinner__item {
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    color: var(--el-text-color-regular)
}

.el-time-spinner__item:hover:not(.is-disabled):not(.is-active) {
    background: var(--el-fill-color-light);
    cursor: pointer
}

.el-time-spinner__item.is-active:not(.is-disabled) {
    color: var(--el-text-color-primary);
    font-weight: 700
}

.el-time-spinner__item.is-disabled {
    color: var(--el-text-color-placeholder);
    cursor: not-allowed
}

.el-picker__popper {
    --el-datepicker-border-color: var(--el-disabled-border-color)
}

.el-picker__popper.el-popper {
    background: var(--el-bg-color-overlay);
    border: 1px solid var(--el-datepicker-border-color);
    box-shadow: var(--el-box-shadow-light)
}

.el-picker__popper.el-popper .el-popper__arrow:before {
    border: 1px solid var(--el-datepicker-border-color)
}

.el-picker__popper.el-popper[data-popper-placement^=top] .el-popper__arrow:before {
    border-top-color: transparent;
    border-left-color: transparent
}

.el-picker__popper.el-popper[data-popper-placement^=bottom] .el-popper__arrow:before {
    border-bottom-color: transparent;
    border-right-color: transparent
}

.el-picker__popper.el-popper[data-popper-placement^=left] .el-popper__arrow:before {
    border-left-color: transparent;
    border-bottom-color: transparent
}

.el-picker__popper.el-popper[data-popper-placement^=right] .el-popper__arrow:before {
    border-right-color: transparent;
    border-top-color: transparent
}

.el-date-editor {
    --el-date-editor-width: 220px;
    --el-date-editor-monthrange-width: 300px;
    --el-date-editor-daterange-width: 350px;
    --el-date-editor-datetimerange-width: 400px;
    --el-input-text-color: var(--el-text-color-regular);
    --el-input-border: var(--el-border);
    --el-input-hover-border: var(--el-border-color-hover);
    --el-input-focus-border: var(--el-color-primary);
    --el-input-transparent-border: 0 0 0 1px transparent inset;
    --el-input-border-color: var(--el-border-color);
    --el-input-border-radius: var(--el-border-radius-base);
    --el-input-bg-color: var(--el-fill-color-blank);
    --el-input-icon-color: var(--el-text-color-placeholder);
    --el-input-placeholder-color: var(--el-text-color-placeholder);
    --el-input-hover-border-color: var(--el-border-color-hover);
    --el-input-clear-hover-color: var(--el-text-color-secondary);
    --el-input-focus-border-color: var(--el-color-primary);
    position: relative;
    display: inline-block;
    text-align: left
}

.el-date-editor.el-input__wrapper {
    box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset
}

.el-date-editor.el-input__wrapper:hover {
    box-shadow: 0 0 0 1px var(--el-input-hover-border-color) inset
}

.el-date-editor.el-input,
.el-date-editor.el-input__wrapper {
    width: var(--el-date-editor-width);
    height: var(--el-input-height, var(--el-component-size))
}

.el-date-editor--monthrange {
    --el-date-editor-width: var(--el-date-editor-monthrange-width)
}

.el-date-editor--daterange,
.el-date-editor--timerange {
    --el-date-editor-width: var(--el-date-editor-daterange-width)
}

.el-date-editor--datetimerange {
    --el-date-editor-width: var(--el-date-editor-datetimerange-width)
}

.el-date-editor--dates .el-input__wrapper {
    text-overflow: ellipsis;
    white-space: nowrap
}

.el-date-editor .close-icon,
.el-date-editor .clear-icon {
    cursor: pointer
}

.el-date-editor .clear-icon:hover {
    color: var(--el-text-color-secondary)
}

.el-date-editor .el-range__icon {
    height: inherit;
    font-size: 14px;
    color: var(--el-text-color-placeholder);
    float: left
}

.el-date-editor .el-range__icon svg {
    vertical-align: middle
}

.el-date-editor .el-range-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: 0;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    width: 39%;
    text-align: center;
    font-size: var(--el-font-size-base);
    color: var(--el-text-color-regular);
    background-color: transparent
}

.el-date-editor .el-range-input::-moz-placeholder {
    color: var(--el-text-color-placeholder)
}

.el-date-editor .el-range-input:-ms-input-placeholder {
    color: var(--el-text-color-placeholder)
}

.el-date-editor .el-range-input::placeholder {
    color: var(--el-text-color-placeholder)
}

.el-date-editor .el-range-separator {
    flex: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0 5px;
    margin: 0;
    font-size: 14px;
    word-break: keep-all;
    color: var(--el-text-color-primary)
}

.el-date-editor .el-range__close-icon {
    font-size: 14px;
    color: var(--el-text-color-placeholder);
    height: inherit;
    width: unset;
    cursor: pointer
}

.el-date-editor .el-range__close-icon:hover {
    color: var(--el-text-color-secondary)
}

.el-date-editor .el-range__close-icon svg {
    vertical-align: middle
}

.el-date-editor .el-range__close-icon--hidden {
    opacity: 0;
    visibility: hidden
}

.el-range-editor.el-input__wrapper {
    display: inline-flex;
    align-items: center;
    padding: 0 10px
}

.el-range-editor.is-active,
.el-range-editor.is-active:hover {
    box-shadow: 0 0 0 1px var(--el-input-focus-border-color) inset
}

.el-range-editor--large {
    line-height: var(--el-component-size-large)
}

.el-range-editor--large.el-input__wrapper {
    height: var(--el-component-size-large)
}

.el-range-editor--large .el-range-separator {
    line-height: 40px;
    font-size: 14px
}

.el-range-editor--large .el-range-input {
    height: 38px;
    line-height: 38px;
    font-size: 14px
}

.el-range-editor--small {
    line-height: var(--el-component-size-small)
}

.el-range-editor--small.el-input__wrapper {
    height: var(--el-component-size-small)
}

.el-range-editor--small .el-range-separator {
    line-height: 24px;
    font-size: 12px
}

.el-range-editor--small .el-range-input {
    height: 22px;
    line-height: 22px;
    font-size: 12px
}

.el-range-editor.is-disabled {
    background-color: var(--el-disabled-bg-color);
    border-color: var(--el-disabled-border-color);
    color: var(--el-disabled-text-color);
    cursor: not-allowed
}

.el-range-editor.is-disabled:focus,
.el-range-editor.is-disabled:hover {
    border-color: var(--el-disabled-border-color)
}

.el-range-editor.is-disabled input {
    background-color: var(--el-disabled-bg-color);
    color: var(--el-disabled-text-color);
    cursor: not-allowed
}

.el-range-editor.is-disabled input::-moz-placeholder {
    color: var(--el-text-color-placeholder)
}

.el-range-editor.is-disabled input:-ms-input-placeholder {
    color: var(--el-text-color-placeholder)
}

.el-range-editor.is-disabled input::placeholder {
    color: var(--el-text-color-placeholder)
}

.el-range-editor.is-disabled .el-range-separator {
    color: var(--el-disabled-text-color)
}

.el-picker-panel {
    color: var(--el-text-color-regular);
    background: var(--el-bg-color-overlay);
    border-radius: var(--el-border-radius-base);
    line-height: 30px
}

.el-picker-panel .el-time-panel {
    margin: 5px 0;
    border: solid 1px var(--el-datepicker-border-color);
    background-color: var(--el-bg-color-overlay);
    box-shadow: var(--el-box-shadow-light)
}

.el-picker-panel__body-wrapper:after,
.el-picker-panel__body:after {
    content: "";
    display: table;
    clear: both
}

.el-picker-panel__content {
    position: relative;
    margin: 15px
}

.el-picker-panel__footer {
    border-top: 1px solid var(--el-datepicker-inner-border-color);
    padding: 4px 12px;
    text-align: right;
    background-color: var(--el-bg-color-overlay);
    position: relative;
    font-size: 0
}

.el-picker-panel__shortcut {
    display: block;
    width: 100%;
    border: 0;
    background-color: transparent;
    line-height: 28px;
    font-size: 14px;
    color: var(--el-datepicker-text-color);
    padding-left: 12px;
    text-align: left;
    outline: 0;
    cursor: pointer
}

.el-picker-panel__shortcut:hover {
    color: var(--el-datepicker-hover-text-color)
}

.el-picker-panel__shortcut.active {
    background-color: #e6f1fe;
    color: var(--el-datepicker-active-color)
}

.el-picker-panel__btn {
    border: 1px solid var(--el-fill-color-darker);
    color: var(--el-text-color-primary);
    line-height: 24px;
    border-radius: 2px;
    padding: 0 20px;
    cursor: pointer;
    background-color: transparent;
    outline: 0;
    font-size: 12px
}

.el-picker-panel__btn[disabled] {
    color: var(--el-text-color-disabled);
    cursor: not-allowed
}

.el-picker-panel__icon-btn {
    font-size: 12px;
    color: var(--el-datepicker-icon-color);
    border: 0;
    background: 0 0;
    cursor: pointer;
    outline: 0;
    margin-top: 8px
}

.el-picker-panel__icon-btn:hover {
    color: var(--el-datepicker-hover-text-color)
}

.el-picker-panel__icon-btn:focus-visible {
    color: var(--el-datepicker-hover-text-color)
}

.el-picker-panel__icon-btn.is-disabled {
    color: var(--el-text-color-disabled)
}

.el-picker-panel__icon-btn.is-disabled:hover {
    cursor: not-allowed
}

.el-picker-panel__icon-btn .el-icon {
    cursor: pointer;
    font-size: inherit
}

.el-picker-panel__link-btn {
    vertical-align: middle
}

.el-picker-panel [slot=sidebar],
.el-picker-panel__sidebar {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 110px;
    border-right: 1px solid var(--el-datepicker-inner-border-color);
    box-sizing: border-box;
    padding-top: 6px;
    background-color: var(--el-bg-color-overlay);
    overflow: auto
}

.el-picker-panel [slot=sidebar]+.el-picker-panel__body,
.el-picker-panel__sidebar+.el-picker-panel__body {
    margin-left: 110px
}

.el-date-picker {
    --el-datepicker-text-color: var(--el-text-color-regular);
    --el-datepicker-off-text-color: var(--el-text-color-placeholder);
    --el-datepicker-header-text-color: var(--el-text-color-regular);
    --el-datepicker-icon-color: var(--el-text-color-primary);
    --el-datepicker-border-color: var(--el-disabled-border-color);
    --el-datepicker-inner-border-color: var(--el-border-color-light);
    --el-datepicker-inrange-bg-color: var(--el-border-color-extra-light);
    --el-datepicker-inrange-hover-bg-color: var(--el-border-color-extra-light);
    --el-datepicker-active-color: var(--el-color-primary);
    --el-datepicker-hover-text-color: var(--el-color-primary)
}

.el-date-picker {
    width: 322px
}

.el-date-picker.has-sidebar.has-time {
    width: 434px
}

.el-date-picker.has-sidebar {
    width: 438px
}

.el-date-picker.has-time .el-picker-panel__body-wrapper {
    position: relative
}

.el-date-picker .el-picker-panel__content {
    width: 292px
}

.el-date-picker table {
    table-layout: fixed;
    width: 100%
}

.el-date-picker__editor-wrap {
    position: relative;
    display: table-cell;
    padding: 0 5px
}

.el-date-picker__time-header {
    position: relative;
    border-bottom: 1px solid var(--el-datepicker-inner-border-color);
    font-size: 12px;
    padding: 8px 5px 5px;
    display: table;
    width: 100%;
    box-sizing: border-box
}

.el-date-picker__header {
    margin: 12px;
    text-align: center
}

.el-date-picker__header--bordered {
    margin-bottom: 0;
    padding-bottom: 12px;
    border-bottom: solid 1px var(--el-border-color-lighter)
}

.el-date-picker__header--bordered+.el-picker-panel__content {
    margin-top: 0
}

.el-date-picker__header-label {
    font-size: 16px;
    font-weight: 500;
    padding: 0 5px;
    line-height: 22px;
    text-align: center;
    cursor: pointer;
    color: var(--el-text-color-regular)
}

.el-date-picker__header-label:hover {
    color: var(--el-datepicker-hover-text-color)
}

.el-date-picker__header-label:focus-visible {
    outline: 0;
    color: var(--el-datepicker-hover-text-color)
}

.el-date-picker__header-label.active {
    color: var(--el-datepicker-active-color)
}

.el-date-picker__prev-btn {
    float: left
}

.el-date-picker__next-btn {
    float: right
}

.el-date-picker__time-wrap {
    padding: 10px;
    text-align: center
}

.el-date-picker__time-label {
    float: left;
    cursor: pointer;
    line-height: 30px;
    margin-left: 10px
}

.el-date-picker .el-time-panel {
    position: absolute
}

.el-date-range-picker {
    --el-datepicker-text-color: var(--el-text-color-regular);
    --el-datepicker-off-text-color: var(--el-text-color-placeholder);
    --el-datepicker-header-text-color: var(--el-text-color-regular);
    --el-datepicker-icon-color: var(--el-text-color-primary);
    --el-datepicker-border-color: var(--el-disabled-border-color);
    --el-datepicker-inner-border-color: var(--el-border-color-light);
    --el-datepicker-inrange-bg-color: var(--el-border-color-extra-light);
    --el-datepicker-inrange-hover-bg-color: var(--el-border-color-extra-light);
    --el-datepicker-active-color: var(--el-color-primary);
    --el-datepicker-hover-text-color: var(--el-color-primary)
}

.el-date-range-picker {
    width: 646px
}

.el-date-range-picker.has-sidebar {
    width: 756px
}

.el-date-range-picker.has-time .el-picker-panel__body-wrapper {
    position: relative
}

.el-date-range-picker table {
    table-layout: fixed;
    width: 100%
}

.el-date-range-picker .el-picker-panel__body {
    min-width: 513px
}

.el-date-range-picker .el-picker-panel__content {
    margin: 0
}

.el-date-range-picker__header {
    position: relative;
    text-align: center;
    height: 28px
}

.el-date-range-picker__header [class*=arrow-left] {
    float: left
}

.el-date-range-picker__header [class*=arrow-right] {
    float: right
}

.el-date-range-picker__header div {
    font-size: 16px;
    font-weight: 500;
    margin-right: 50px
}

.el-date-range-picker__content {
    float: left;
    width: 50%;
    box-sizing: border-box;
    margin: 0;
    padding: 16px
}

.el-date-range-picker__content.is-left {
    border-right: 1px solid var(--el-datepicker-inner-border-color)
}

.el-date-range-picker__content .el-date-range-picker__header div {
    margin-left: 50px;
    margin-right: 50px
}

.el-date-range-picker__editors-wrap {
    box-sizing: border-box;
    display: table-cell
}

.el-date-range-picker__editors-wrap.is-right {
    text-align: right
}

.el-date-range-picker__time-header {
    position: relative;
    border-bottom: 1px solid var(--el-datepicker-inner-border-color);
    font-size: 12px;
    padding: 8px 5px 5px;
    display: table;
    width: 100%;
    box-sizing: border-box
}

.el-date-range-picker__time-header>.el-icon-arrow-right {
    font-size: 20px;
    vertical-align: middle;
    display: table-cell;
    color: var(--el-datepicker-icon-color)
}

.el-date-range-picker__time-picker-wrap {
    position: relative;
    display: table-cell;
    padding: 0 5px
}

.el-date-range-picker__time-picker-wrap .el-picker-panel {
    position: absolute;
    top: 13px;
    right: 0;
    z-index: 1;
    background: #fff
}

.el-date-range-picker__time-picker-wrap .el-time-panel {
    position: absolute
}

.el-time-range-picker {
    width: 354px;
    overflow: visible
}

.el-time-range-picker__content {
    position: relative;
    text-align: center;
    padding: 10px;
    z-index: 1
}

.el-time-range-picker__cell {
    box-sizing: border-box;
    margin: 0;
    padding: 4px 7px 7px;
    width: 50%;
    display: inline-block
}

.el-time-range-picker__header {
    margin-bottom: 5px;
    text-align: center;
    font-size: 14px
}

.el-time-range-picker__body {
    border-radius: 2px;
    border: 1px solid var(--el-datepicker-border-color)
}

.el-time-panel {
    border-radius: 2px;
    position: relative;
    width: 180px;
    left: 0;
    z-index: var(--el-index-top);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: content-box
}

.el-time-panel__content {
    font-size: 0;
    position: relative;
    overflow: hidden
}

.el-time-panel__content:after,
.el-time-panel__content:before {
    content: "";
    top: 50%;
    position: absolute;
    margin-top: -16px;
    height: 32px;
    z-index: -1;
    left: 0;
    right: 0;
    box-sizing: border-box;
    padding-top: 6px;
    text-align: left
}

.el-time-panel__content:after {
    left: 50%;
    margin-left: 12%;
    margin-right: 12%
}

.el-time-panel__content:before {
    padding-left: 50%;
    margin-right: 12%;
    margin-left: 12%;
    border-top: 1px solid var(--el-border-color-light);
    border-bottom: 1px solid var(--el-border-color-light)
}

.el-time-panel__content.has-seconds:after {
    left: 66.6666666667%
}

.el-time-panel__content.has-seconds:before {
    padding-left: 33.3333333333%
}

.el-time-panel__footer {
    border-top: 1px solid var(--el-timepicker-inner-border-color, var(--el-border-color-light));
    padding: 4px;
    height: 36px;
    line-height: 25px;
    text-align: right;
    box-sizing: border-box
}

.el-time-panel__btn {
    border: none;
    line-height: 28px;
    padding: 0 5px;
    margin: 0 5px;
    cursor: pointer;
    background-color: transparent;
    outline: 0;
    font-size: 12px;
    color: var(--el-text-color-primary)
}

.el-time-panel__btn.confirm {
    font-weight: 800;
    color: var(--el-timepicker-active-color, var(--el-color-primary))
}

.el-descriptions {
    --el-descriptions-table-border: 1px solid var(--el-border-color-lighter);
    --el-descriptions-item-bordered-label-background: var(--el-fill-color-light);
    box-sizing: border-box;
    font-size: var(--el-font-size-base);
    color: var(--el-text-color-primary)
}

.el-descriptions__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px
}

.el-descriptions__title {
    color: var(--el-text-color-primary);
    font-size: 16px;
    font-weight: 700
}

.el-descriptions__body {
    background-color: var(--el-fill-color-blank)
}

.el-descriptions__body .el-descriptions__table {
    border-collapse: collapse;
    width: 100%
}

.el-descriptions__body .el-descriptions__table .el-descriptions__cell {
    box-sizing: border-box;
    text-align: left;
    font-weight: 400;
    line-height: 23px;
    font-size: 14px
}

.el-descriptions__body .el-descriptions__table .el-descriptions__cell.is-left {
    text-align: left
}

.el-descriptions__body .el-descriptions__table .el-descriptions__cell.is-center {
    text-align: center
}

.el-descriptions__body .el-descriptions__table .el-descriptions__cell.is-right {
    text-align: right
}

.el-descriptions__body .el-descriptions__table.is-bordered .el-descriptions__cell {
    border: var(--el-descriptions-table-border);
    padding: 8px 11px
}

.el-descriptions__body .el-descriptions__table:not(.is-bordered) .el-descriptions__cell {
    padding-bottom: 12px
}

.el-descriptions--large {
    font-size: 14px
}

.el-descriptions--large .el-descriptions__header {
    margin-bottom: 20px
}

.el-descriptions--large .el-descriptions__header .el-descriptions__title {
    font-size: 16px
}

.el-descriptions--large .el-descriptions__body .el-descriptions__table .el-descriptions__cell {
    font-size: 14px
}

.el-descriptions--large .el-descriptions__body .el-descriptions__table.is-bordered .el-descriptions__cell {
    padding: 12px 15px
}

.el-descriptions--large .el-descriptions__body .el-descriptions__table:not(.is-bordered) .el-descriptions__cell {
    padding-bottom: 16px
}

.el-descriptions--small {
    font-size: 12px
}

.el-descriptions--small .el-descriptions__header {
    margin-bottom: 12px
}

.el-descriptions--small .el-descriptions__header .el-descriptions__title {
    font-size: 14px
}

.el-descriptions--small .el-descriptions__body .el-descriptions__table .el-descriptions__cell {
    font-size: 12px
}

.el-descriptions--small .el-descriptions__body .el-descriptions__table.is-bordered .el-descriptions__cell {
    padding: 4px 7px
}

.el-descriptions--small .el-descriptions__body .el-descriptions__table:not(.is-bordered) .el-descriptions__cell {
    padding-bottom: 8px
}

.el-descriptions__label.el-descriptions__cell.is-bordered-label {
    font-weight: 700;
    color: var(--el-text-color-regular);
    background: var(--el-descriptions-item-bordered-label-background)
}

.el-descriptions__label:not(.is-bordered-label) {
    color: var(--el-text-color-primary);
    margin-right: 16px
}

.el-descriptions__label.el-descriptions__cell:not(.is-bordered-label).is-vertical-label {
    padding-bottom: 6px
}

.el-descriptions__content.el-descriptions__cell.is-bordered-content {
    color: var(--el-text-color-primary)
}

.el-descriptions__content:not(.is-bordered-label) {
    color: var(--el-text-color-regular)
}

.el-descriptions--large .el-descriptions__label:not(.is-bordered-label) {
    margin-right: 16px
}

.el-descriptions--large .el-descriptions__label.el-descriptions__cell:not(.is-bordered-label).is-vertical-label {
    padding-bottom: 8px
}

.el-descriptions--small .el-descriptions__label:not(.is-bordered-label) {
    margin-right: 12px
}

.el-descriptions--small .el-descriptions__label.el-descriptions__cell:not(.is-bordered-label).is-vertical-label {
    padding-bottom: 4px
}

:root {
    --el-popup-modal-bg-color: var(--el-color-black);
    --el-popup-modal-opacity: .5
}

.v-modal-enter {
    -webkit-animation: v-modal-in var(--el-transition-duration-fast) ease;
    animation: v-modal-in var(--el-transition-duration-fast) ease
}

.v-modal-leave {
    -webkit-animation: v-modal-out var(--el-transition-duration-fast) ease forwards;
    animation: v-modal-out var(--el-transition-duration-fast) ease forwards
}

@-webkit-keyframes v-modal-in {
    0% {
        opacity: 0
    }
}

@keyframes v-modal-in {
    0% {
        opacity: 0
    }
}

@-webkit-keyframes v-modal-out {
    to {
        opacity: 0
    }
}

@keyframes v-modal-out {
    to {
        opacity: 0
    }
}

.v-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: var(--el-popup-modal-opacity);
    background: var(--el-popup-modal-bg-color)
}

.el-popup-parent--hidden {
    overflow: hidden
}

.el-dialog {
    --el-dialog-width: 50%;
    --el-dialog-margin-top: 15vh;
    --el-dialog-bg-color: var(--el-bg-color);
    --el-dialog-box-shadow: var(--el-box-shadow);
    --el-dialog-title-font-size: var(--el-font-size-large);
    --el-dialog-content-font-size: 14px;
    --el-dialog-font-line-height: var(--el-font-line-height-primary);
    --el-dialog-padding-primary: 20px;
    --el-dialog-border-radius: var(--el-border-radius-small);
    position: relative;
    margin: var(--el-dialog-margin-top, 15vh) auto 50px;
    background: var(--el-dialog-bg-color);
    border-radius: var(--el-dialog-border-radius);
    box-shadow: var(--el-dialog-box-shadow);
    box-sizing: border-box;
    width: var(--el-dialog-width, 50%)
}

.el-dialog:focus {
    outline: 0 !important
}

.el-dialog.is-align-center {
    margin: auto
}

.el-dialog.is-fullscreen {
    --el-dialog-width: 100%;
    --el-dialog-margin-top: 0;
    margin-bottom: 0;
    height: 100%;
    overflow: auto
}

.el-dialog__wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    margin: 0
}

.el-dialog.is-draggable .el-dialog__header {
    cursor: move;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.el-dialog__header {
    padding: var(--el-dialog-padding-primary);
    padding-bottom: 10px;
    margin-right: 16px
}

.el-dialog__headerbtn {
    position: absolute;
    top: 6px;
    right: 0;
    padding: 0;
    width: 54px;
    height: 54px;
    background: 0 0;
    border: none;
    outline: 0;
    cursor: pointer;
    font-size: var(--el-message-close-size, 16px)
}

.el-dialog__headerbtn .el-dialog__close {
    color: var(--el-color-info);
    font-size: inherit
}

.el-dialog__headerbtn:focus .el-dialog__close,
.el-dialog__headerbtn:hover .el-dialog__close {
    color: var(--el-color-primary)
}

.el-dialog__title {
    line-height: var(--el-dialog-font-line-height);
    font-size: var(--el-dialog-title-font-size);
    color: var(--el-text-color-primary)
}

.el-dialog__body {
    padding: calc(var(--el-dialog-padding-primary) + 10px) var(--el-dialog-padding-primary);
    color: var(--el-text-color-regular);
    font-size: var(--el-dialog-content-font-size)
}

.el-dialog__footer {
    padding: var(--el-dialog-padding-primary);
    padding-top: 10px;
    text-align: right;
    box-sizing: border-box
}

.el-dialog--center {
    text-align: center
}

.el-dialog--center .el-dialog__body {
    text-align: initial;
    padding: 25px calc(var(--el-dialog-padding-primary) + 5px) 30px
}

.el-dialog--center .el-dialog__footer {
    text-align: inherit
}

.el-overlay-dialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto
}

.dialog-fade-enter-active {
    -webkit-animation: modal-fade-in var(--el-transition-duration);
    animation: modal-fade-in var(--el-transition-duration)
}

.dialog-fade-enter-active .el-overlay-dialog {
    -webkit-animation: dialog-fade-in var(--el-transition-duration);
    animation: dialog-fade-in var(--el-transition-duration)
}

.dialog-fade-leave-active {
    -webkit-animation: modal-fade-out var(--el-transition-duration);
    animation: modal-fade-out var(--el-transition-duration)
}

.dialog-fade-leave-active .el-overlay-dialog {
    -webkit-animation: dialog-fade-out var(--el-transition-duration);
    animation: dialog-fade-out var(--el-transition-duration)
}

@-webkit-keyframes dialog-fade-in {
    0% {
        transform: translate3d(0, -20px, 0);
        opacity: 0
    }

    to {
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes dialog-fade-in {
    0% {
        transform: translate3d(0, -20px, 0);
        opacity: 0
    }

    to {
        transform: translateZ(0);
        opacity: 1
    }
}

@-webkit-keyframes dialog-fade-out {
    0% {
        transform: translateZ(0);
        opacity: 1
    }

    to {
        transform: translate3d(0, -20px, 0);
        opacity: 0
    }
}

@keyframes dialog-fade-out {
    0% {
        transform: translateZ(0);
        opacity: 1
    }

    to {
        transform: translate3d(0, -20px, 0);
        opacity: 0
    }
}

@-webkit-keyframes modal-fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes modal-fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes modal-fade-out {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes modal-fade-out {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.el-divider {
    position: relative
}

.el-divider--horizontal {
    display: block;
    height: 1px;
    width: 100%;
    margin: 24px 0;
    border-top: 1px var(--el-border-color) var(--el-border-style)
}

.el-divider--vertical {
    display: inline-block;
    width: 1px;
    height: 1em;
    margin: 0 8px;
    vertical-align: middle;
    position: relative;
    border-left: 1px var(--el-border-color) var(--el-border-style)
}

.el-divider__text {
    position: absolute;
    background-color: var(--el-bg-color);
    padding: 0 20px;
    font-weight: 500;
    color: var(--el-text-color-primary);
    font-size: 14px
}

.el-divider__text.is-left {
    left: 20px;
    transform: translateY(-50%)
}

.el-divider__text.is-center {
    left: 50%;
    transform: translate(-50%) translateY(-50%)
}

.el-divider__text.is-right {
    right: 20px;
    transform: translateY(-50%)
}

.el-drawer {
    --el-drawer-bg-color: var(--el-dialog-bg-color, var(--el-bg-color));
    --el-drawer-padding-primary: var(--el-dialog-padding-primary, 20px)
}

.el-drawer {
    position: absolute;
    box-sizing: border-box;
    background-color: var(--el-drawer-bg-color);
    display: flex;
    flex-direction: column;
    box-shadow: var(--el-box-shadow-dark);
    overflow: hidden;
    transition: all var(--el-transition-duration)
}

.el-drawer .rtl,
.el-drawer .ltr,
.el-drawer .ttb,
.el-drawer .btt {
    transform: translate(0)
}

.el-drawer__sr-focus:focus {
    outline: 0 !important
}

.el-drawer__header {
    align-items: center;
    color: #72767b;
    display: flex;
    margin-bottom: 32px;
    padding: var(--el-drawer-padding-primary);
    padding-bottom: 0
}

.el-drawer__header>:first-child {
    flex: 1
}

.el-drawer__title {
    margin: 0;
    flex: 1;
    line-height: inherit;
    font-size: 1rem
}

.el-drawer__footer {
    padding: var(--el-drawer-padding-primary);
    padding-top: 10px;
    text-align: right
}

.el-drawer__close-btn {
    display: inline-flex;
    border: none;
    cursor: pointer;
    font-size: var(--el-font-size-extra-large);
    color: inherit;
    background-color: transparent;
    outline: 0
}

.el-drawer__close-btn:focus i,
.el-drawer__close-btn:hover i {
    color: var(--el-color-primary)
}

.el-drawer__body {
    flex: 1;
    padding: var(--el-drawer-padding-primary);
    overflow: auto
}

.el-drawer__body>* {
    box-sizing: border-box
}

.el-drawer.ltr,
.el-drawer.rtl {
    height: 100%;
    top: 0;
    bottom: 0
}

.el-drawer.btt,
.el-drawer.ttb {
    width: 100%;
    left: 0;
    right: 0
}

.el-drawer.ltr {
    left: 0
}

.el-drawer.rtl {
    right: 0
}

.el-drawer.ttb {
    top: 0
}

.el-drawer.btt {
    bottom: 0
}

.el-drawer-fade-enter-active,
.el-drawer-fade-leave-active {
    transition: all var(--el-transition-duration)
}

.el-drawer-fade-enter-active,
.el-drawer-fade-enter-from,
.el-drawer-fade-enter-to,
.el-drawer-fade-leave-active,
.el-drawer-fade-leave-from,
.el-drawer-fade-leave-to {
    overflow: hidden !important
}

.el-drawer-fade-enter-from,
.el-drawer-fade-leave-to {
    opacity: 0
}

.el-drawer-fade-enter-to,
.el-drawer-fade-leave-from {
    opacity: 1
}

.el-drawer-fade-enter-from .rtl,
.el-drawer-fade-leave-to .rtl {
    transform: translate(100%)
}

.el-drawer-fade-enter-from .ltr,
.el-drawer-fade-leave-to .ltr {
    transform: translate(-100%)
}

.el-drawer-fade-enter-from .ttb,
.el-drawer-fade-leave-to .ttb {
    transform: translateY(-100%)
}

.el-drawer-fade-enter-from .btt,
.el-drawer-fade-leave-to .btt {
    transform: translateY(100%)
}

.el-dropdown {
    --el-dropdown-menu-box-shadow: var(--el-box-shadow-light);
    --el-dropdown-menuItem-hover-fill: var(--el-color-primary-light-9);
    --el-dropdown-menuItem-hover-color: var(--el-color-primary);
    --el-dropdown-menu-index: 10;
    display: inline-flex;
    position: relative;
    color: var(--el-text-color-regular);
    font-size: var(--el-font-size-base);
    line-height: 1;
    vertical-align: top
}

.el-dropdown.is-disabled {
    color: var(--el-text-color-placeholder);
    cursor: not-allowed
}

.el-dropdown__popper {
    --el-dropdown-menu-box-shadow: var(--el-box-shadow-light);
    --el-dropdown-menuItem-hover-fill: var(--el-color-primary-light-9);
    --el-dropdown-menuItem-hover-color: var(--el-color-primary);
    --el-dropdown-menu-index: 10
}

.el-dropdown__popper.el-popper {
    background: var(--el-bg-color-overlay);
    border: 1px solid var(--el-border-color-light);
    box-shadow: var(--el-dropdown-menu-box-shadow)
}

.el-dropdown__popper.el-popper .el-popper__arrow:before {
    border: 1px solid var(--el-border-color-light)
}

.el-dropdown__popper.el-popper[data-popper-placement^=top] .el-popper__arrow:before {
    border-top-color: transparent;
    border-left-color: transparent
}

.el-dropdown__popper.el-popper[data-popper-placement^=bottom] .el-popper__arrow:before {
    border-bottom-color: transparent;
    border-right-color: transparent
}

.el-dropdown__popper.el-popper[data-popper-placement^=left] .el-popper__arrow:before {
    border-left-color: transparent;
    border-bottom-color: transparent
}

.el-dropdown__popper.el-popper[data-popper-placement^=right] .el-popper__arrow:before {
    border-right-color: transparent;
    border-top-color: transparent
}

.el-dropdown__popper .el-dropdown-menu {
    border: none
}

.el-dropdown__popper .el-dropdown__popper-selfdefine {
    outline: 0
}

.el-dropdown__popper .el-scrollbar__bar {
    z-index: calc(var(--el-dropdown-menu-index) + 1)
}

.el-dropdown__popper .el-dropdown__list {
    list-style: none;
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

.el-dropdown .el-dropdown__caret-button {
    padding-left: 0;
    padding-right: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    border-left: none
}

.el-dropdown .el-dropdown__caret-button>span {
    display: inline-flex
}

.el-dropdown .el-dropdown__caret-button:before {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    top: -1px;
    bottom: -1px;
    left: 0;
    background: var(--el-overlay-color-lighter)
}

.el-dropdown .el-dropdown__caret-button.el-button:before {
    background: var(--el-border-color);
    opacity: .5
}

.el-dropdown .el-dropdown__caret-button .el-dropdown__icon {
    font-size: inherit;
    padding-left: 0
}

.el-dropdown .el-dropdown-selfdefine {
    outline: 0
}

.el-dropdown--large .el-dropdown__caret-button {
    width: 40px
}

.el-dropdown--small .el-dropdown__caret-button {
    width: 24px
}

.el-dropdown-menu {
    position: relative;
    top: 0;
    left: 0;
    z-index: var(--el-dropdown-menu-index);
    padding: 5px 0;
    margin: 0;
    background-color: var(--el-bg-color-overlay);
    border: none;
    border-radius: var(--el-border-radius-base);
    box-shadow: none;
    list-style: none
}

.el-dropdown-menu__item {
    display: flex;
    align-items: center;
    white-space: nowrap;
    list-style: none;
    line-height: 22px;
    padding: 5px 16px;
    margin: 0;
    font-size: var(--el-font-size-base);
    color: var(--el-text-color-regular);
    cursor: pointer;
    outline: 0
}

.el-dropdown-menu__item:not(.is-disabled):focus {
    background-color: var(--el-dropdown-menuItem-hover-fill);
    color: var(--el-dropdown-menuItem-hover-color)
}

.el-dropdown-menu__item i {
    margin-right: 5px
}

.el-dropdown-menu__item--divided {
    margin: 6px 0;
    border-top: 1px solid var(--el-border-color-lighter)
}

.el-dropdown-menu__item.is-disabled {
    cursor: not-allowed;
    color: var(--el-text-color-disabled)
}

.el-dropdown-menu--large {
    padding: 7px 0
}

.el-dropdown-menu--large .el-dropdown-menu__item {
    padding: 7px 20px;
    line-height: 22px;
    font-size: 14px
}

.el-dropdown-menu--large .el-dropdown-menu__item--divided {
    margin: 8px 0
}

.el-dropdown-menu--small {
    padding: 3px 0
}

.el-dropdown-menu--small .el-dropdown-menu__item {
    padding: 2px 12px;
    line-height: 20px;
    font-size: 12px
}

.el-dropdown-menu--small .el-dropdown-menu__item--divided {
    margin: 4px 0
}

.el-empty {
    --el-empty-padding: 40px 0;
    --el-empty-image-width: 160px;
    --el-empty-description-margin-top: 20px;
    --el-empty-bottom-margin-top: 20px;
    --el-empty-fill-color-0: var(--el-color-white);
    --el-empty-fill-color-1: #fcfcfd;
    --el-empty-fill-color-2: #f8f9fb;
    --el-empty-fill-color-3: #f7f8fc;
    --el-empty-fill-color-4: #eeeff3;
    --el-empty-fill-color-5: #edeef2;
    --el-empty-fill-color-6: #e9ebef;
    --el-empty-fill-color-7: #e5e7e9;
    --el-empty-fill-color-8: #e0e3e9;
    --el-empty-fill-color-9: #d5d7de;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    box-sizing: border-box;
    padding: var(--el-empty-padding)
}

.el-empty__image {
    width: var(--el-empty-image-width)
}

.el-empty__image img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    height: 100%;
    vertical-align: top;
    -o-object-fit: contain;
    object-fit: contain
}

.el-empty__image svg {
    color: var(--el-svg-monochrome-grey);
    fill: currentColor;
    width: 100%;
    height: 100%;
    vertical-align: top
}

.el-empty__description {
    margin-top: var(--el-empty-description-margin-top)
}

.el-empty__description p {
    margin: 0;
    font-size: var(--el-font-size-base);
    color: var(--el-text-color-secondary)
}

.el-empty__bottom {
    margin-top: var(--el-empty-bottom-margin-top)
}

.el-footer {
    --el-footer-padding: 0 20px;
    --el-footer-height: 60px;
    padding: var(--el-footer-padding);
    box-sizing: border-box;
    flex-shrink: 0;
    height: var(--el-footer-height)
}

.el-form {
    --el-form-label-font-size: var(--el-font-size-base)
}

.el-form--label-left .el-form-item__label {
    justify-content: flex-start
}

.el-form--label-top .el-form-item {
    display: block
}

.el-form--label-top .el-form-item .el-form-item__label {
    display: block;
    height: auto;
    text-align: left;
    margin-bottom: 8px;
    line-height: 22px
}

.el-form--inline .el-form-item {
    display: inline-flex;
    vertical-align: middle;
    margin-right: 32px
}

.el-form--inline.el-form--label-top {
    display: flex;
    flex-wrap: wrap
}

.el-form--inline.el-form--label-top .el-form-item {
    display: block
}

.el-form--large.el-form--label-top .el-form-item .el-form-item__label {
    margin-bottom: 12px;
    line-height: 22px
}

.el-form--default.el-form--label-top .el-form-item .el-form-item__label {
    margin-bottom: 8px;
    line-height: 22px
}

.el-form--small.el-form--label-top .el-form-item .el-form-item__label {
    margin-bottom: 4px;
    line-height: 20px
}

.el-form-item {
    display: flex;
    --font-size: 14px;
    margin-bottom: 18px
}

.el-form-item .el-form-item {
    margin-bottom: 0
}

.el-form-item .el-input__validateIcon {
    display: none
}

.el-form-item--large {
    --font-size: 14px;
    --el-form-label-font-size: var(--font-size);
    margin-bottom: 22px
}

.el-form-item--large .el-form-item__label {
    height: 40px;
    line-height: 40px
}

.el-form-item--large .el-form-item__content {
    line-height: 40px
}

.el-form-item--large .el-form-item__error {
    padding-top: 4px
}

.el-form-item--default {
    --font-size: 14px;
    --el-form-label-font-size: var(--font-size);
    margin-bottom: 18px
}

.el-form-item--default .el-form-item__label {
    height: 32px;
    line-height: 32px
}

.el-form-item--default .el-form-item__content {
    line-height: 32px
}

.el-form-item--default .el-form-item__error {
    padding-top: 2px
}

.el-form-item--small {
    --font-size: 12px;
    --el-form-label-font-size: var(--font-size);
    margin-bottom: 18px
}

.el-form-item--small .el-form-item__label {
    height: 24px;
    line-height: 24px
}

.el-form-item--small .el-form-item__content {
    line-height: 24px
}

.el-form-item--small .el-form-item__error {
    padding-top: 2px
}

.el-form-item__label-wrap {
    display: flex
}

.el-form-item__label {
    display: inline-flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex: 0 0 auto;
    font-size: var(--el-form-label-font-size);
    color: var(--el-text-color-regular);
    height: 32px;
    line-height: 32px;
    padding: 0 12px 0 0;
    box-sizing: border-box
}

.el-form-item__content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex: 1;
    line-height: 32px;
    position: relative;
    font-size: var(--font-size);
    min-width: 0
}

.el-form-item__content .el-input-group {
    vertical-align: top
}

.el-form-item__error {
    color: var(--el-color-danger);
    font-size: 12px;
    line-height: 1;
    padding-top: 2px;
    position: absolute;
    top: 100%;
    left: 0
}

.el-form-item__error--inline {
    position: relative;
    top: auto;
    left: auto;
    display: inline-block;
    margin-left: 10px
}

.el-form-item.is-required:not(.is-no-asterisk).asterisk-left>.el-form-item__label-wrap>.el-form-item__label:before,
.el-form-item.is-required:not(.is-no-asterisk).asterisk-left>.el-form-item__label:before {
    content: "*";
    color: var(--el-color-danger);
    margin-right: 4px
}

.el-form-item.is-required:not(.is-no-asterisk).asterisk-right>.el-form-item__label-wrap>.el-form-item__label:after,
.el-form-item.is-required:not(.is-no-asterisk).asterisk-right>.el-form-item__label:after {
    content: "*";
    color: var(--el-color-danger);
    margin-left: 4px
}

.el-form-item.is-error .el-select-v2__wrapper,
.el-form-item.is-error .el-select-v2__wrapper:focus,
.el-form-item.is-error .el-textarea__inner,
.el-form-item.is-error .el-textarea__inner:focus {
    box-shadow: 0 0 0 1px var(--el-color-danger) inset
}

.el-form-item.is-error .el-input__wrapper {
    box-shadow: 0 0 0 1px var(--el-color-danger) inset
}

.el-form-item.is-error .el-input-group__append .el-input__wrapper,
.el-form-item.is-error .el-input-group__prepend .el-input__wrapper {
    box-shadow: 0 0 0 1px transparent inset
}

.el-form-item.is-error .el-input__validateIcon {
    color: var(--el-color-danger)
}

.el-form-item--feedback .el-input__validateIcon {
    display: inline-flex
}

.el-header {
    --el-header-padding: 0 20px;
    --el-header-height: 60px;
    padding: var(--el-header-padding);
    box-sizing: border-box;
    flex-shrink: 0;
    height: var(--el-header-height)
}

.el-image-viewer__wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.el-image-viewer__btn {
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    opacity: .8;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.el-image-viewer__btn .el-icon {
    font-size: inherit;
    cursor: pointer
}

.el-image-viewer__close {
    top: 40px;
    right: 40px;
    width: 40px;
    height: 40px;
    font-size: 40px
}

.el-image-viewer__canvas {
    position: static;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.el-image-viewer__actions {
    left: 50%;
    bottom: 30px;
    transform: translate(-50%);
    width: 282px;
    height: 44px;
    padding: 0 23px;
    background-color: var(--el-text-color-regular);
    border-color: #fff;
    border-radius: 22px
}

.el-image-viewer__actions__inner {
    width: 100%;
    height: 100%;
    text-align: justify;
    cursor: default;
    font-size: 23px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-around
}

.el-image-viewer__prev {
    top: 50%;
    transform: translateY(-50%);
    left: 40px;
    width: 44px;
    height: 44px;
    font-size: 24px;
    color: #fff;
    background-color: var(--el-text-color-regular);
    border-color: #fff
}

.el-image-viewer__next {
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
    text-indent: 2px;
    width: 44px;
    height: 44px;
    font-size: 24px;
    color: #fff;
    background-color: var(--el-text-color-regular);
    border-color: #fff
}

.el-image-viewer__close {
    width: 44px;
    height: 44px;
    font-size: 24px;
    color: #fff;
    background-color: var(--el-text-color-regular);
    border-color: #fff
}

.el-image-viewer__mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .5;
    background: #000
}

.viewer-fade-enter-active {
    -webkit-animation: viewer-fade-in var(--el-transition-duration);
    animation: viewer-fade-in var(--el-transition-duration)
}

.viewer-fade-leave-active {
    -webkit-animation: viewer-fade-out var(--el-transition-duration);
    animation: viewer-fade-out var(--el-transition-duration)
}

@-webkit-keyframes viewer-fade-in {
    0% {
        transform: translate3d(0, -20px, 0);
        opacity: 0
    }

    to {
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes viewer-fade-in {
    0% {
        transform: translate3d(0, -20px, 0);
        opacity: 0
    }

    to {
        transform: translateZ(0);
        opacity: 1
    }
}

@-webkit-keyframes viewer-fade-out {
    0% {
        transform: translateZ(0);
        opacity: 1
    }

    to {
        transform: translate3d(0, -20px, 0);
        opacity: 0
    }
}

@keyframes viewer-fade-out {
    0% {
        transform: translateZ(0);
        opacity: 1
    }

    to {
        transform: translate3d(0, -20px, 0);
        opacity: 0
    }
}

.el-image__error,
.el-image__inner,
.el-image__placeholder,
.el-image__wrapper {
    width: 100%;
    height: 100%
}

.el-image {
    position: relative;
    display: inline-block;
    overflow: hidden
}

.el-image__inner {
    vertical-align: top;
    opacity: 1
}

.el-image__inner.is-loading {
    opacity: 0
}

.el-image__wrapper {
    position: absolute;
    top: 0;
    left: 0
}

.el-image__placeholder {
    background: var(--el-fill-color-light)
}

.el-image__error {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    background: var(--el-fill-color-light);
    color: var(--el-text-color-placeholder);
    vertical-align: middle
}

.el-image__preview {
    cursor: pointer
}

.el-input-number {
    position: relative;
    display: inline-flex;
    width: 150px;
    line-height: 30px
}

.el-input-number .el-input__wrapper {
    padding-left: 42px;
    padding-right: 42px
}

.el-input-number .el-input__inner {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    text-align: center;
    line-height: 1
}

.el-input-number .el-input__inner::-webkit-inner-spin-button,
.el-input-number .el-input__inner::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none
}

.el-input-number__decrease,
.el-input-number__increase {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    position: absolute;
    z-index: 1;
    top: 1px;
    bottom: 1px;
    width: 32px;
    background: var(--el-fill-color-light);
    color: var(--el-text-color-regular);
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.el-input-number__decrease:hover,
.el-input-number__increase:hover {
    color: var(--el-color-primary)
}

.el-input-number__decrease:hover~.el-input:not(.is-disabled) .el-input_wrapper,
.el-input-number__increase:hover~.el-input:not(.is-disabled) .el-input_wrapper {
    box-shadow: 0 0 0 1px var(--el-input-focus-border-color, var(--el-color-primary)) inset
}

.el-input-number__decrease.is-disabled,
.el-input-number__increase.is-disabled {
    color: var(--el-disabled-text-color);
    cursor: not-allowed
}

.el-input-number__increase {
    right: 1px;
    border-radius: 0 var(--el-border-radius-base) var(--el-border-radius-base) 0;
    border-left: var(--el-border)
}

.el-input-number__decrease {
    left: 1px;
    border-radius: var(--el-border-radius-base) 0 0 var(--el-border-radius-base);
    border-right: var(--el-border)
}

.el-input-number.is-disabled .el-input-number__decrease,
.el-input-number.is-disabled .el-input-number__increase {
    border-color: var(--el-disabled-border-color);
    color: var(--el-disabled-border-color)
}

.el-input-number.is-disabled .el-input-number__decrease:hover,
.el-input-number.is-disabled .el-input-number__increase:hover {
    color: var(--el-disabled-border-color);
    cursor: not-allowed
}

.el-input-number--large {
    width: 180px;
    line-height: 38px
}

.el-input-number--large .el-input-number__decrease,
.el-input-number--large .el-input-number__increase {
    width: 40px;
    font-size: 14px
}

.el-input-number--large .el-input__wrapper {
    padding-left: 47px;
    padding-right: 47px
}

.el-input-number--small {
    width: 120px;
    line-height: 22px
}

.el-input-number--small .el-input-number__decrease,
.el-input-number--small .el-input-number__increase {
    width: 24px;
    font-size: 12px
}

.el-input-number--small .el-input__wrapper {
    padding-left: 31px;
    padding-right: 31px
}

.el-input-number--small .el-input-number__decrease [class*=el-icon],
.el-input-number--small .el-input-number__increase [class*=el-icon] {
    transform: scale(.9)
}

.el-input-number.is-without-controls .el-input__wrapper {
    padding-left: 15px;
    padding-right: 15px
}

.el-input-number.is-controls-right .el-input__wrapper {
    padding-left: 15px;
    padding-right: 42px
}

.el-input-number.is-controls-right .el-input-number__decrease,
.el-input-number.is-controls-right .el-input-number__increase {
    --el-input-number-controls-height: 15px;
    height: var(--el-input-number-controls-height);
    line-height: var(--el-input-number-controls-height)
}

.el-input-number.is-controls-right .el-input-number__decrease [class*=el-icon],
.el-input-number.is-controls-right .el-input-number__increase [class*=el-icon] {
    transform: scale(.8)
}

.el-input-number.is-controls-right .el-input-number__increase {
    bottom: auto;
    left: auto;
    border-radius: 0 var(--el-border-radius-base) 0 0;
    border-bottom: var(--el-border)
}

.el-input-number.is-controls-right .el-input-number__decrease {
    right: 1px;
    top: auto;
    left: auto;
    border-right: none;
    border-left: var(--el-border);
    border-radius: 0 0 var(--el-border-radius-base) 0
}

.el-input-number.is-controls-right[class*=large] [class*=decrease],
.el-input-number.is-controls-right[class*=large] [class*=increase] {
    --el-input-number-controls-height: 19px
}

.el-input-number.is-controls-right[class*=small] [class*=decrease],
.el-input-number.is-controls-right[class*=small] [class*=increase] {
    --el-input-number-controls-height: 11px
}

.el-textarea {
    --el-input-text-color: var(--el-text-color-regular);
    --el-input-border: var(--el-border);
    --el-input-hover-border: var(--el-border-color-hover);
    --el-input-focus-border: var(--el-color-primary);
    --el-input-transparent-border: 0 0 0 1px transparent inset;
    --el-input-border-color: var(--el-border-color);
    --el-input-border-radius: var(--el-border-radius-base);
    --el-input-bg-color: var(--el-fill-color-blank);
    --el-input-icon-color: var(--el-text-color-placeholder);
    --el-input-placeholder-color: var(--el-text-color-placeholder);
    --el-input-hover-border-color: var(--el-border-color-hover);
    --el-input-clear-hover-color: var(--el-text-color-secondary);
    --el-input-focus-border-color: var(--el-color-primary)
}

.el-textarea {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
    font-size: var(--el-font-size-base)
}

.el-textarea__inner {
    position: relative;
    display: block;
    resize: vertical;
    padding: 5px 11px;
    line-height: 1.5;
    box-sizing: border-box;
    width: 100%;
    font-size: inherit;
    font-family: inherit;
    color: var(--el-input-text-color, var(--el-text-color-regular));
    background-color: var(--el-input-bg-color, var(--el-fill-color-blank));
    background-image: none;
    -webkit-appearance: none;
    box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset;
    border-radius: var(--el-input-border-radius, var(--el-border-radius-base));
    transition: var(--el-transition-box-shadow);
    border: none
}

.el-textarea__inner::-moz-placeholder {
    color: var(--el-input-placeholder-color, var(--el-text-color-placeholder))
}

.el-textarea__inner:-ms-input-placeholder {
    color: var(--el-input-placeholder-color, var(--el-text-color-placeholder))
}

.el-textarea__inner::placeholder {
    color: var(--el-input-placeholder-color, var(--el-text-color-placeholder))
}

.el-textarea__inner:hover {
    box-shadow: 0 0 0 1px var(--el-input-hover-border-color) inset
}

.el-textarea__inner:focus {
    outline: 0;
    box-shadow: 0 0 0 1px var(--el-input-focus-border-color) inset
}

.el-textarea .el-input__count {
    color: var(--el-color-info);
    background: var(--el-fill-color-blank);
    position: absolute;
    font-size: 12px;
    line-height: 14px;
    bottom: 5px;
    right: 10px
}

.el-textarea.is-disabled .el-textarea__inner {
    background-color: var(--el-disabled-bg-color);
    border-color: var(--el-disabled-border-color);
    color: var(--el-disabled-text-color);
    cursor: not-allowed
}

.el-textarea.is-disabled .el-textarea__inner::-moz-placeholder {
    color: var(--el-text-color-placeholder)
}

.el-textarea.is-disabled .el-textarea__inner:-ms-input-placeholder {
    color: var(--el-text-color-placeholder)
}

.el-textarea.is-disabled .el-textarea__inner::placeholder {
    color: var(--el-text-color-placeholder)
}

.el-textarea.is-exceed .el-textarea__inner {
    box-shadow: 0 0 0 1px var(--el-color-danger) inset
}

.el-textarea.is-exceed .el-input__count {
    color: var(--el-color-danger)
}

.el-input {
    --el-input-text-color: var(--el-text-color-regular);
    --el-input-border: var(--el-border);
    --el-input-hover-border: var(--el-border-color-hover);
    --el-input-focus-border: var(--el-color-primary);
    --el-input-transparent-border: 0 0 0 1px transparent inset;
    --el-input-border-color: var(--el-border-color);
    --el-input-border-radius: var(--el-border-radius-base);
    --el-input-bg-color: var(--el-fill-color-blank);
    --el-input-icon-color: var(--el-text-color-placeholder);
    --el-input-placeholder-color: var(--el-text-color-placeholder);
    --el-input-hover-border-color: var(--el-border-color-hover);
    --el-input-clear-hover-color: var(--el-text-color-secondary);
    --el-input-focus-border-color: var(--el-color-primary)
}

.el-input {
    --el-input-height: var(--el-component-size);
    position: relative;
    font-size: var(--el-font-size-base);
    display: inline-flex;
    width: 100%;
    line-height: var(--el-input-height);
    box-sizing: border-box;
    vertical-align: middle
}

.el-input::-webkit-scrollbar {
    z-index: 11;
    width: 6px
}

.el-input::-webkit-scrollbar:horizontal {
    height: 6px
}

.el-input::-webkit-scrollbar-thumb {
    border-radius: 5px;
    width: 6px;
    background: var(--el-text-color-disabled)
}

.el-input::-webkit-scrollbar-corner {
    background: var(--el-fill-color-blank)
}

.el-input::-webkit-scrollbar-track {
    background: var(--el-fill-color-blank)
}

.el-input::-webkit-scrollbar-track-piece {
    background: var(--el-fill-color-blank);
    width: 6px
}

.el-input .el-input__clear,
.el-input .el-input__password {
    color: var(--el-input-icon-color);
    font-size: 14px;
    cursor: pointer
}

.el-input .el-input__clear:hover,
.el-input .el-input__password:hover {
    color: var(--el-input-clear-hover-color)
}

.el-input .el-input__count {
    height: 100%;
    display: inline-flex;
    align-items: center;
    color: var(--el-color-info);
    font-size: 12px
}

.el-input .el-input__count .el-input__count-inner {
    background: var(--el-fill-color-blank);
    line-height: initial;
    display: inline-block;
    padding-left: 8px
}

.el-input__wrapper {
    display: inline-flex;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    padding: 1px 11px;
    background-color: var(--el-input-bg-color, var(--el-fill-color-blank));
    background-image: none;
    border-radius: var(--el-input-border-radius, var(--el-border-radius-base));
    transition: var(--el-transition-box-shadow);
    transform: translateZ(0);
    box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset
}

.el-input__wrapper:hover {
    box-shadow: 0 0 0 1px var(--el-input-hover-border-color) inset
}

.el-input__wrapper.is-focus {
    box-shadow: 0 0 0 1px var(--el-input-focus-border-color) inset
}

.el-input__inner {
    --el-input-inner-height: calc(var(--el-input-height, 32px) - 2px);
    width: 100%;
    flex-grow: 1;
    -webkit-appearance: none;
    color: var(--el-input-text-color, var(--el-text-color-regular));
    font-size: inherit;
    height: var(--el-input-inner-height);
    line-height: var(--el-input-inner-height);
    padding: 0;
    outline: 0;
    border: none;
    background: 0 0;
    box-sizing: border-box
}

.el-input__inner:focus {
    outline: 0
}

.el-input__inner::-moz-placeholder {
    color: var(--el-input-placeholder-color, var(--el-text-color-placeholder))
}

.el-input__inner:-ms-input-placeholder {
    color: var(--el-input-placeholder-color, var(--el-text-color-placeholder))
}

.el-input__inner::placeholder {
    color: var(--el-input-placeholder-color, var(--el-text-color-placeholder))
}

.el-input__inner[type=password]::-ms-reveal {
    display: none
}

.el-input__prefix {
    display: inline-flex;
    white-space: nowrap;
    flex-shrink: 0;
    flex-wrap: nowrap;
    height: 100%;
    text-align: center;
    color: var(--el-input-icon-color, var(--el-text-color-placeholder));
    transition: all var(--el-transition-duration);
    pointer-events: none
}

.el-input__prefix-inner {
    pointer-events: all;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.el-input__prefix-inner>:last-child {
    margin-right: 8px
}

.el-input__prefix-inner>:first-child,
.el-input__prefix-inner>:first-child.el-input__icon {
    margin-left: 0
}

.el-input__suffix {
    display: inline-flex;
    white-space: nowrap;
    flex-shrink: 0;
    flex-wrap: nowrap;
    height: 100%;
    text-align: center;
    color: var(--el-input-icon-color, var(--el-text-color-placeholder));
    transition: all var(--el-transition-duration);
    pointer-events: none
}

.el-input__suffix-inner {
    pointer-events: all;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.el-input__suffix-inner>:first-child {
    margin-left: 8px
}

.el-input .el-input__icon {
    height: inherit;
    line-height: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all var(--el-transition-duration);
    margin-left: 8px
}

.el-input__validateIcon {
    pointer-events: none
}

.el-input.is-active .el-input__wrapper {
    box-shadow: 0 0 0 1px var(--el-input-focus-color, ) inset
}

.el-input.is-disabled {
    cursor: not-allowed
}

.el-input.is-disabled .el-input__wrapper {
    background-color: var(--el-disabled-bg-color);
    box-shadow: 0 0 0 1px var(--el-disabled-border-color) inset
}

.el-input.is-disabled .el-input__inner {
    color: var(--el-disabled-text-color);
    -webkit-text-fill-color: var(--el-disabled-text-color);
    cursor: not-allowed
}

.el-input.is-disabled .el-input__inner::-moz-placeholder {
    color: var(--el-text-color-placeholder)
}

.el-input.is-disabled .el-input__inner:-ms-input-placeholder {
    color: var(--el-text-color-placeholder)
}

.el-input.is-disabled .el-input__inner::placeholder {
    color: var(--el-text-color-placeholder)
}

.el-input.is-disabled .el-input__icon {
    cursor: not-allowed
}

.el-input.is-exceed .el-input__wrapper {
    box-shadow: 0 0 0 1px var(--el-color-danger) inset
}

.el-input.is-exceed .el-input__suffix .el-input__count {
    color: var(--el-color-danger)
}

.el-input--large {
    --el-input-height: var(--el-component-size-large);
    font-size: 14px
}

.el-input--large .el-input__wrapper {
    padding: 1px 15px
}

.el-input--large .el-input__inner {
    --el-input-inner-height: calc(var(--el-input-height, 40px) - 2px)
}

.el-input--small {
    --el-input-height: var(--el-component-size-small);
    font-size: 12px
}

.el-input--small .el-input__wrapper {
    padding: 1px 7px
}

.el-input--small .el-input__inner {
    --el-input-inner-height: calc(var(--el-input-height, 24px) - 2px)
}

.el-input-group {
    display: inline-flex;
    width: 100%;
    align-items: stretch
}

.el-input-group__append,
.el-input-group__prepend {
    background-color: var(--el-fill-color-light);
    color: var(--el-color-info);
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    border-radius: var(--el-input-border-radius);
    padding: 0 20px;
    white-space: nowrap
}

.el-input-group__append:focus,
.el-input-group__prepend:focus {
    outline: 0
}

.el-input-group__append .el-button,
.el-input-group__append .el-select,
.el-input-group__prepend .el-button,
.el-input-group__prepend .el-select {
    display: inline-block;
    margin: 0 -20px
}

.el-input-group__append button.el-button,
.el-input-group__append button.el-button:hover,
.el-input-group__append div.el-select .el-input__wrapper,
.el-input-group__append div.el-select:hover .el-input__wrapper,
.el-input-group__prepend button.el-button,
.el-input-group__prepend button.el-button:hover,
.el-input-group__prepend div.el-select .el-input__wrapper,
.el-input-group__prepend div.el-select:hover .el-input__wrapper {
    border-color: transparent;
    background-color: transparent;
    color: inherit
}

.el-input-group__append .el-button,
.el-input-group__append .el-input,
.el-input-group__prepend .el-button,
.el-input-group__prepend .el-input {
    font-size: inherit
}

.el-input-group__prepend {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 1px 0 0 0 var(--el-input-border-color) inset, 0 1px 0 0 var(--el-input-border-color) inset, 0 -1px 0 0 var(--el-input-border-color) inset
}

.el-input-group__append {
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: 0 1px 0 0 var(--el-input-border-color) inset, 0 -1px 0 0 var(--el-input-border-color) inset, -1px 0 0 0 var(--el-input-border-color) inset
}

.el-input-group--prepend>.el-input__wrapper {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.el-input-group--prepend .el-input-group__prepend .el-select .el-input .el-input__inner {
    box-shadow: none !important
}

.el-input-group--prepend .el-input-group__prepend .el-select .el-input .el-input__wrapper {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 1px 0 0 0 var(--el-input-border-color) inset, 0 1px 0 0 var(--el-input-border-color) inset, 0 -1px 0 0 var(--el-input-border-color) inset
}

.el-input-group--prepend .el-input-group__prepend .el-select .el-input.is-focus .el-input__inner {
    box-shadow: none !important
}

.el-input-group--prepend .el-input-group__prepend .el-select .el-input.is-focus .el-input__wrapper {
    box-shadow: 1px 0 0 0 var(--el-input-focus-border-color) inset, 1px 0 0 0 var(--el-input-focus-border-color), 0 1px 0 0 var(--el-input-focus-border-color) inset, 0 -1px 0 0 var(--el-input-focus-border-color) inset !important;
    z-index: 2
}

.el-input-group--prepend .el-input-group__prepend .el-select .el-input.is-focus .el-input__wrapper:focus {
    outline: 0;
    z-index: 2;
    box-shadow: 1px 0 0 0 var(--el-input-focus-border-color) inset, 1px 0 0 0 var(--el-input-focus-border-color), 0 1px 0 0 var(--el-input-focus-border-color) inset, 0 -1px 0 0 var(--el-input-focus-border-color) inset !important
}

.el-input-group--prepend .el-input-group__prepend .el-select:hover .el-input__inner {
    box-shadow: none !important
}

.el-input-group--prepend .el-input-group__prepend .el-select:hover .el-input__wrapper {
    z-index: 1;
    box-shadow: 1px 0 0 0 var(--el-input-hover-border-color) inset, 1px 0 0 0 var(--el-input-hover-border-color), 0 1px 0 0 var(--el-input-hover-border-color) inset, 0 -1px 0 0 var(--el-input-hover-border-color) inset !important
}

.el-input-group--append>.el-input__wrapper {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.el-input-group--append .el-input-group__append .el-select .el-input .el-input__inner {
    box-shadow: none !important
}

.el-input-group--append .el-input-group__append .el-select .el-input .el-input__wrapper {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: 0 1px 0 0 var(--el-input-border-color) inset, 0 -1px 0 0 var(--el-input-border-color) inset, -1px 0 0 0 var(--el-input-border-color) inset
}

.el-input-group--append .el-input-group__append .el-select .el-input.is-focus .el-input__inner {
    box-shadow: none !important
}

.el-input-group--append .el-input-group__append .el-select .el-input.is-focus .el-input__wrapper {
    z-index: 2;
    box-shadow: -1px 0 0 0 var(--el-input-focus-border-color), -1px 0 0 0 var(--el-input-focus-border-color) inset, 0 1px 0 0 var(--el-input-focus-border-color) inset, 0 -1px 0 0 var(--el-input-focus-border-color) inset !important
}

.el-input-group--append .el-input-group__append .el-select:hover .el-input__inner {
    box-shadow: none !important
}

.el-input-group--append .el-input-group__append .el-select:hover .el-input__wrapper {
    z-index: 1;
    box-shadow: -1px 0 0 0 var(--el-input-hover-border-color), -1px 0 0 0 var(--el-input-hover-border-color) inset, 0 1px 0 0 var(--el-input-hover-border-color) inset, 0 -1px 0 0 var(--el-input-hover-border-color) inset !important
}

.el-link {
    --el-link-font-size: var(--el-font-size-base);
    --el-link-font-weight: var(--el-font-weight-primary);
    --el-link-text-color: var(--el-text-color-regular);
    --el-link-hover-text-color: var(--el-color-primary);
    --el-link-disabled-text-color: var(--el-text-color-placeholder)
}

.el-link {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    position: relative;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
    padding: 0;
    font-size: var(--el-link-font-size);
    font-weight: var(--el-link-font-weight);
    color: var(--el-link-text-color)
}

.el-link:hover {
    color: var(--el-link-hover-text-color)
}

.el-link.is-underline:hover:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    bottom: 0;
    border-bottom: 1px solid var(--el-link-hover-text-color)
}

.el-link.is-disabled {
    color: var(--el-link-disabled-text-color);
    cursor: not-allowed
}

.el-link [class*=el-icon-]+span {
    margin-left: 5px
}

.el-link.el-link--default:after {
    border-color: var(--el-link-hover-text-color)
}

.el-link__inner {
    display: inline-flex;
    justify-content: center;
    align-items: center
}

.el-link.el-link--primary {
    --el-link-text-color: var(--el-color-primary);
    --el-link-hover-text-color: var(--el-color-primary-light-3);
    --el-link-disabled-text-color: var(--el-color-primary-light-5)
}

.el-link.el-link--primary:after {
    border-color: var(--el-link-text-color)
}

.el-link.el-link--primary.is-underline:hover:after {
    border-color: var(--el-link-text-color)
}

.el-link.el-link--success {
    --el-link-text-color: var(--el-color-success);
    --el-link-hover-text-color: var(--el-color-success-light-3);
    --el-link-disabled-text-color: var(--el-color-success-light-5)
}

.el-link.el-link--success:after {
    border-color: var(--el-link-text-color)
}

.el-link.el-link--success.is-underline:hover:after {
    border-color: var(--el-link-text-color)
}

.el-link.el-link--warning {
    --el-link-text-color: var(--el-color-warning);
    --el-link-hover-text-color: var(--el-color-warning-light-3);
    --el-link-disabled-text-color: var(--el-color-warning-light-5)
}

.el-link.el-link--warning:after {
    border-color: var(--el-link-text-color)
}

.el-link.el-link--warning.is-underline:hover:after {
    border-color: var(--el-link-text-color)
}

.el-link.el-link--danger {
    --el-link-text-color: var(--el-color-danger);
    --el-link-hover-text-color: var(--el-color-danger-light-3);
    --el-link-disabled-text-color: var(--el-color-danger-light-5)
}

.el-link.el-link--danger:after {
    border-color: var(--el-link-text-color)
}

.el-link.el-link--danger.is-underline:hover:after {
    border-color: var(--el-link-text-color)
}

.el-link.el-link--error {
    --el-link-text-color: var(--el-color-error);
    --el-link-hover-text-color: var(--el-color-error-light-3);
    --el-link-disabled-text-color: var(--el-color-error-light-5)
}

.el-link.el-link--error:after {
    border-color: var(--el-link-text-color)
}

.el-link.el-link--error.is-underline:hover:after {
    border-color: var(--el-link-text-color)
}

.el-link.el-link--info {
    --el-link-text-color: var(--el-color-info);
    --el-link-hover-text-color: var(--el-color-info-light-3);
    --el-link-disabled-text-color: var(--el-color-info-light-5)
}

.el-link.el-link--info:after {
    border-color: var(--el-link-text-color)
}

.el-link.el-link--info.is-underline:hover:after {
    border-color: var(--el-link-text-color)
}

:root {
    --el-loading-spinner-size: 42px;
    --el-loading-fullscreen-spinner-size: 50px
}

.el-loading-parent--relative {
    position: relative !important
}

.el-loading-parent--hidden {
    overflow: hidden !important
}

.el-loading-mask {
    position: absolute;
    z-index: 2000;
    background-color: var(--el-mask-color);
    margin: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: opacity var(--el-transition-duration)
}

.el-loading-mask.is-fullscreen {
    position: fixed
}

.el-loading-mask.is-fullscreen .el-loading-spinner {
    margin-top: calc((0px - var(--el-loading-fullscreen-spinner-size))/ 2)
}

.el-loading-mask.is-fullscreen .el-loading-spinner .circular {
    height: var(--el-loading-fullscreen-spinner-size);
    width: var(--el-loading-fullscreen-spinner-size)
}

.el-loading-spinner {
    top: 50%;
    margin-top: calc((0px - var(--el-loading-spinner-size))/ 2);
    width: 100%;
    text-align: center;
    position: absolute
}

.el-loading-spinner .el-loading-text {
    color: var(--el-color-primary);
    margin: 3px 0;
    font-size: 14px
}

.el-loading-spinner .circular {
    display: inline;
    height: var(--el-loading-spinner-size);
    width: var(--el-loading-spinner-size);
    -webkit-animation: loading-rotate 2s linear infinite;
    animation: loading-rotate 2s linear infinite
}

.el-loading-spinner .path {
    -webkit-animation: loading-dash 1.5s ease-in-out infinite;
    animation: loading-dash 1.5s ease-in-out infinite;
    stroke-dasharray: 90, 150;
    stroke-dashoffset: 0;
    stroke-width: 2;
    stroke: var(--el-color-primary);
    stroke-linecap: round
}

.el-loading-spinner i {
    color: var(--el-color-primary)
}

.el-loading-fade-enter-from,
.el-loading-fade-leave-to {
    opacity: 0
}

@-webkit-keyframes loading-rotate {
    to {
        transform: rotate(360deg)
    }
}

@keyframes loading-rotate {
    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes loading-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -40px
    }

    to {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -120px
    }
}

@keyframes loading-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -40px
    }

    to {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -120px
    }
}

.el-main {
    --el-main-padding: 20px;
    display: block;
    flex: 1;
    flex-basis: auto;
    overflow: auto;
    box-sizing: border-box;
    padding: var(--el-main-padding)
}

:root {
    --el-menu-active-color: var(--el-color-primary);
    --el-menu-text-color: var(--el-text-color-primary);
    --el-menu-hover-text-color: var(--el-color-primary);
    --el-menu-bg-color: var(--el-fill-color-blank);
    --el-menu-hover-bg-color: var(--el-color-primary-light-9);
    --el-menu-item-height: 56px;
    --el-menu-sub-item-height: calc(var(--el-menu-item-height) - 6px);
    --el-menu-horizontal-sub-item-height: 36px;
    --el-menu-item-font-size: var(--el-font-size-base);
    --el-menu-item-hover-fill: var(--el-color-primary-light-9);
    --el-menu-border-color: var(--el-border-color);
    --el-menu-base-level-padding: 20px;
    --el-menu-level-padding: 20px;
    --el-menu-icon-width: 24px
}

.el-menu {
    border-right: solid 1px var(--el-menu-border-color);
    list-style: none;
    position: relative;
    margin: 0;
    padding-left: 0;
    background-color: var(--el-menu-bg-color);
    box-sizing: border-box
}

.el-menu--vertical:not(.el-menu--collapse):not(.el-menu--popup-container) .el-menu-item,
.el-menu--vertical:not(.el-menu--collapse):not(.el-menu--popup-container) .el-menu-item-group__title,
.el-menu--vertical:not(.el-menu--collapse):not(.el-menu--popup-container) .el-sub-menu__title {
    white-space: nowrap;
    padding-left: calc(var(--el-menu-base-level-padding) + var(--el-menu-level) * var(--el-menu-level-padding))
}

.el-menu--horizontal {
    display: flex;
    flex-wrap: nowrap;
    border-bottom: solid 1px var(--el-menu-border-color);
    border-right: none
}

.el-menu--horizontal>.el-menu-item {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 0;
    border-bottom: 2px solid transparent;
    color: var(--el-menu-text-color)
}

.el-menu--horizontal>.el-menu-item a,
.el-menu--horizontal>.el-menu-item a:hover {
    color: inherit
}

.el-menu--horizontal>.el-menu-item:not(.is-disabled):focus,
.el-menu--horizontal>.el-menu-item:not(.is-disabled):hover {
    background-color: #fff
}

.el-menu--horizontal>.el-sub-menu:focus,
.el-menu--horizontal>.el-sub-menu:hover {
    outline: 0
}

.el-menu--horizontal>.el-sub-menu:hover .el-sub-menu__title {
    color: var(--el-menu-hover-text-color)
}

.el-menu--horizontal>.el-sub-menu.is-active .el-sub-menu__title {
    border-bottom: 2px solid var(--el-menu-active-color);
    color: var(--el-menu-active-color)
}

.el-menu--horizontal>.el-sub-menu .el-sub-menu__title {
    height: 100%;
    border-bottom: 2px solid transparent;
    color: var(--el-menu-text-color)
}

.el-menu--horizontal>.el-sub-menu .el-sub-menu__title:hover {
    background-color: var(--el-bg-color-overlay)
}

.el-menu--horizontal .el-menu .el-menu-item,
.el-menu--horizontal .el-menu .el-sub-menu__title {
    background-color: var(--el-menu-bg-color);
    display: flex;
    align-items: center;
    height: var(--el-menu-horizontal-sub-item-height);
    line-height: var(--el-menu-horizontal-sub-item-height);
    padding: 0 10px;
    color: var(--el-menu-text-color)
}

.el-menu--horizontal .el-menu .el-sub-menu__title {
    padding-right: 40px
}

.el-menu--horizontal .el-menu .el-menu-item.is-active,
.el-menu--horizontal .el-menu .el-sub-menu.is-active>.el-sub-menu__title {
    color: var(--el-menu-active-color)
}

.el-menu--horizontal .el-menu-item:not(.is-disabled):focus,
.el-menu--horizontal .el-menu-item:not(.is-disabled):hover {
    outline: 0;
    color: var(--el-menu-hover-text-color);
    background-color: var(--el-menu-hover-bg-color)
}

.el-menu--horizontal>.el-menu-item.is-active {
    border-bottom: 2px solid var(--el-menu-active-color);
    color: var(--el-menu-active-color) !important
}

.el-menu--collapse {
    width: calc(var(--el-menu-icon-width) + var(--el-menu-base-level-padding) * 2)
}

.el-menu--collapse>.el-menu-item [class^=el-icon],
.el-menu--collapse>.el-menu-item-group>ul>.el-sub-menu>.el-sub-menu__title [class^=el-icon],
.el-menu--collapse>.el-sub-menu>.el-sub-menu__title [class^=el-icon] {
    margin: 0;
    vertical-align: middle;
    width: var(--el-menu-icon-width);
    text-align: center
}

.el-menu--collapse>.el-menu-item .el-sub-menu__icon-arrow,
.el-menu--collapse>.el-menu-item-group>ul>.el-sub-menu>.el-sub-menu__title .el-sub-menu__icon-arrow,
.el-menu--collapse>.el-sub-menu>.el-sub-menu__title .el-sub-menu__icon-arrow {
    display: none
}

.el-menu--collapse>.el-menu-item-group>ul>.el-sub-menu>.el-sub-menu__title>span,
.el-menu--collapse>.el-menu-item>span,
.el-menu--collapse>.el-sub-menu>.el-sub-menu__title>span {
    height: 0;
    width: 0;
    overflow: hidden;
    visibility: hidden;
    display: inline-block
}

.el-menu--collapse>.el-menu-item.is-active i {
    color: inherit
}

.el-menu--collapse .el-menu .el-sub-menu {
    min-width: 200px
}

.el-menu--popup {
    z-index: 100;
    min-width: 200px;
    border: none;
    padding: 5px 0;
    border-radius: var(--el-border-radius-small);
    box-shadow: var(--el-box-shadow-light)
}

.el-menu .el-icon {
    flex-shrink: 0
}

.el-menu-item {
    display: flex;
    align-items: center;
    height: var(--el-menu-item-height);
    line-height: var(--el-menu-item-height);
    font-size: var(--el-menu-item-font-size);
    color: var(--el-menu-text-color);
    padding: 0 var(--el-menu-base-level-padding);
    list-style: none;
    cursor: pointer;
    position: relative;
    transition: border-color var(--el-transition-duration), background-color var(--el-transition-duration), color var(--el-transition-duration);
    box-sizing: border-box;
    white-space: nowrap
}

.el-menu-item * {
    vertical-align: bottom
}

.el-menu-item i {
    color: inherit
}

.el-menu-item:focus,
.el-menu-item:hover {
    outline: 0
}

.el-menu-item:hover {
    background-color: var(--el-menu-hover-bg-color)
}

.el-menu-item.is-disabled {
    opacity: .25;
    cursor: not-allowed;
    background: 0 0 !important
}

.el-menu-item [class^=el-icon] {
    margin-right: 5px;
    width: var(--el-menu-icon-width);
    text-align: center;
    font-size: 18px;
    vertical-align: middle
}

.el-menu-item.is-active {
    color: var(--el-menu-active-color)
}

.el-menu-item.is-active i {
    color: inherit
}

.el-menu-item .el-menu-tooltip__trigger {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: inline-flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 var(--el-menu-base-level-padding)
}

.el-sub-menu {
    list-style: none;
    margin: 0;
    padding-left: 0
}

.el-sub-menu__title {
    display: flex;
    align-items: center;
    height: var(--el-menu-item-height);
    line-height: var(--el-menu-item-height);
    font-size: var(--el-menu-item-font-size);
    color: var(--el-menu-text-color);
    padding: 0 var(--el-menu-base-level-padding);
    list-style: none;
    cursor: pointer;
    position: relative;
    transition: border-color var(--el-transition-duration), background-color var(--el-transition-duration), color var(--el-transition-duration);
    box-sizing: border-box;
    white-space: nowrap;
    padding-right: calc(var(--el-menu-base-level-padding) + var(--el-menu-icon-width))
}

.el-sub-menu__title * {
    vertical-align: bottom
}

.el-sub-menu__title i {
    color: inherit
}

.el-sub-menu__title:focus,
.el-sub-menu__title:hover {
    outline: 0
}

.el-sub-menu__title.is-disabled {
    opacity: .25;
    cursor: not-allowed;
    background: 0 0 !important
}

.el-sub-menu__title:hover {
    background-color: var(--el-menu-hover-bg-color)
}

.el-sub-menu .el-menu {
    border: none
}

.el-sub-menu .el-menu-item {
    height: var(--el-menu-sub-item-height);
    line-height: var(--el-menu-sub-item-height)
}

.el-sub-menu__hide-arrow .el-sub-menu__icon-arrow {
    display: none !important
}

.el-sub-menu.is-active .el-sub-menu__title {
    border-bottom-color: var(--el-menu-active-color)
}

.el-sub-menu.is-disabled .el-menu-item,
.el-sub-menu.is-disabled .el-sub-menu__title {
    opacity: .25;
    cursor: not-allowed;
    background: 0 0 !important
}

.el-sub-menu .el-icon {
    vertical-align: middle;
    margin-right: 5px;
    width: var(--el-menu-icon-width);
    text-align: center;
    font-size: 18px
}

.el-sub-menu .el-icon.el-sub-menu__icon-more {
    margin-right: 0 !important
}

.el-sub-menu .el-sub-menu__icon-arrow {
    position: absolute;
    top: 50%;
    right: var(--el-menu-base-level-padding);
    margin-top: -6px;
    transition: transform var(--el-transition-duration);
    font-size: 12px;
    margin-right: 0;
    width: inherit
}

.el-menu-item-group>ul {
    padding: 0
}

.el-menu-item-group__title {
    padding: 7px 0 7px var(--el-menu-base-level-padding);
    line-height: normal;
    font-size: 12px;
    color: var(--el-text-color-secondary)
}

.horizontal-collapse-transition .el-sub-menu__title .el-sub-menu__icon-arrow {
    transition: var(--el-transition-duration-fast);
    opacity: 0
}

.el-message-box {
    --el-messagebox-title-color: var(--el-text-color-primary);
    --el-messagebox-width: 420px;
    --el-messagebox-border-radius: 4px;
    --el-messagebox-font-size: var(--el-font-size-large);
    --el-messagebox-content-font-size: var(--el-font-size-base);
    --el-messagebox-content-color: var(--el-text-color-regular);
    --el-messagebox-error-font-size: 12px;
    --el-messagebox-padding-primary: 15px
}

.el-message-box {
    display: inline-block;
    max-width: var(--el-messagebox-width);
    width: 100%;
    padding-bottom: 10px;
    vertical-align: middle;
    background-color: var(--el-bg-color);
    border-radius: var(--el-messagebox-border-radius);
    border: 1px solid var(--el-border-color-lighter);
    font-size: var(--el-messagebox-font-size);
    box-shadow: var(--el-box-shadow-light);
    text-align: left;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box
}

.el-message-box:focus {
    outline: 0 !important
}

.el-overlay.is-message-box .el-overlay-message-box {
    text-align: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 16px;
    overflow: auto
}

.el-overlay.is-message-box .el-overlay-message-box:after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle
}

.el-message-box.is-draggable .el-message-box__header {
    cursor: move;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.el-message-box__header {
    position: relative;
    padding: var(--el-messagebox-padding-primary);
    padding-bottom: 10px
}

.el-message-box__title {
    padding-left: 0;
    margin-bottom: 0;
    font-size: var(--el-messagebox-font-size);
    line-height: 1;
    color: var(--el-messagebox-title-color)
}

.el-message-box__headerbtn {
    position: absolute;
    top: var(--el-messagebox-padding-primary);
    right: var(--el-messagebox-padding-primary);
    padding: 0;
    border: none;
    outline: 0;
    background: 0 0;
    font-size: var(--el-message-close-size, 16px);
    cursor: pointer
}

.el-message-box__headerbtn .el-message-box__close {
    color: var(--el-color-info);
    font-size: inherit
}

.el-message-box__headerbtn:focus .el-message-box__close,
.el-message-box__headerbtn:hover .el-message-box__close {
    color: var(--el-color-primary)
}

.el-message-box__content {
    padding: 10px var(--el-messagebox-padding-primary);
    color: var(--el-messagebox-content-color);
    font-size: var(--el-messagebox-content-font-size)
}

.el-message-box__container {
    position: relative
}

.el-message-box__input {
    padding-top: 15px
}

.el-message-box__input div.invalid>input {
    border-color: var(--el-color-error)
}

.el-message-box__input div.invalid>input:focus {
    border-color: var(--el-color-error)
}

.el-message-box__status {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px !important
}

.el-message-box__status:before {
    padding-left: 1px
}

.el-message-box__status.el-icon {
    position: absolute
}

.el-message-box__status+.el-message-box__message {
    padding-left: 36px;
    padding-right: 12px;
    word-break: break-word
}

.el-message-box__status.el-message-box-icon--success {
    --el-messagebox-color: var(--el-color-success);
    color: var(--el-messagebox-color)
}

.el-message-box__status.el-message-box-icon--info {
    --el-messagebox-color: var(--el-color-info);
    color: var(--el-messagebox-color)
}

.el-message-box__status.el-message-box-icon--warning {
    --el-messagebox-color: var(--el-color-warning);
    color: var(--el-messagebox-color)
}

.el-message-box__status.el-message-box-icon--error {
    --el-messagebox-color: var(--el-color-error);
    color: var(--el-messagebox-color)
}

.el-message-box__message {
    margin: 0
}

.el-message-box__message p {
    margin: 0;
    line-height: 24px
}

.el-message-box__errormsg {
    color: var(--el-color-error);
    font-size: var(--el-messagebox-error-font-size);
    min-height: 18px;
    margin-top: 2px
}

.el-message-box__btns {
    padding: 5px 15px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center
}

.el-message-box__btns button:nth-child(2) {
    margin-left: 10px
}

.el-message-box__btns-reverse {
    flex-direction: row-reverse
}

.el-message-box--center .el-message-box__title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.el-message-box--center .el-message-box__status {
    position: relative;
    top: auto;
    padding-right: 5px;
    text-align: center;
    transform: translateY(-1px)
}

.el-message-box--center .el-message-box__message {
    margin-left: 0
}

.el-message-box--center .el-message-box__btns {
    justify-content: center
}

.el-message-box--center .el-message-box__content {
    padding-left: calc(var(--el-messagebox-padding-primary) + 12px);
    padding-right: calc(var(--el-messagebox-padding-primary) + 12px);
    text-align: center
}

.fade-in-linear-enter-active .el-overlay-message-box {
    -webkit-animation: msgbox-fade-in var(--el-transition-duration);
    animation: msgbox-fade-in var(--el-transition-duration)
}

.fade-in-linear-leave-active .el-overlay-message-box {
    animation: msgbox-fade-in var(--el-transition-duration) reverse
}

@-webkit-keyframes msgbox-fade-in {
    0% {
        transform: translate3d(0, -20px, 0);
        opacity: 0
    }

    to {
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes msgbox-fade-in {
    0% {
        transform: translate3d(0, -20px, 0);
        opacity: 0
    }

    to {
        transform: translateZ(0);
        opacity: 1
    }
}

@-webkit-keyframes msgbox-fade-out {
    0% {
        transform: translateZ(0);
        opacity: 1
    }

    to {
        transform: translate3d(0, -20px, 0);
        opacity: 0
    }
}

@keyframes msgbox-fade-out {
    0% {
        transform: translateZ(0);
        opacity: 1
    }

    to {
        transform: translate3d(0, -20px, 0);
        opacity: 0
    }
}

.el-message {
    --el-message-bg-color: var(--el-color-info-light-9);
    --el-message-border-color: var(--el-border-color-lighter);
    --el-message-padding: 15px 19px;
    --el-message-close-size: 16px;
    --el-message-close-icon-color: var(--el-text-color-placeholder);
    --el-message-close-hover-color: var(--el-text-color-secondary)
}

.el-message {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: calc(100% - 32px);
    box-sizing: border-box;
    border-radius: var(--el-border-radius-base);
    border-width: var(--el-border-width);
    border-style: var(--el-border-style);
    border-color: var(--el-message-border-color);
    position: fixed;
    left: 50%;
    top: 20px;
    transform: translate(-50%);
    background-color: var(--el-message-bg-color);
    transition: opacity var(--el-transition-duration), transform .4s, top .4s;
    padding: var(--el-message-padding);
    display: flex;
    align-items: center
}

.el-message.is-center {
    justify-content: center
}

.el-message.is-closable .el-message__content {
    padding-right: 31px
}

.el-message p {
    margin: 0
}

.el-message--success {
    --el-message-bg-color: var(--el-color-success-light-9);
    --el-message-border-color: var(--el-color-success-light-8);
    --el-message-text-color: var(--el-color-success)
}

.el-message--success .el-message__content {
    color: var(--el-message-text-color);
    overflow-wrap: anywhere
}

.el-message .el-message-icon--success {
    color: var(--el-message-text-color)
}

.el-message--info {
    --el-message-bg-color: var(--el-color-info-light-9);
    --el-message-border-color: var(--el-color-info-light-8);
    --el-message-text-color: var(--el-color-info)
}

.el-message--info .el-message__content {
    color: var(--el-message-text-color);
    overflow-wrap: anywhere
}

.el-message .el-message-icon--info {
    color: var(--el-message-text-color)
}

.el-message--warning {
    --el-message-bg-color: var(--el-color-warning-light-9);
    --el-message-border-color: var(--el-color-warning-light-8);
    --el-message-text-color: var(--el-color-warning)
}

.el-message--warning .el-message__content {
    color: var(--el-message-text-color);
    overflow-wrap: anywhere
}

.el-message .el-message-icon--warning {
    color: var(--el-message-text-color)
}

.el-message--error {
    --el-message-bg-color: var(--el-color-error-light-9);
    --el-message-border-color: var(--el-color-error-light-8);
    --el-message-text-color: var(--el-color-error)
}

.el-message--error .el-message__content {
    color: var(--el-message-text-color);
    overflow-wrap: anywhere
}

.el-message .el-message-icon--error {
    color: var(--el-message-text-color)
}

.el-message__icon {
    margin-right: 10px
}

.el-message .el-message__badge {
    position: absolute;
    top: -8px;
    right: -8px
}

.el-message__content {
    padding: 0;
    font-size: 14px;
    line-height: 1
}

.el-message__content:focus {
    outline-width: 0
}

.el-message .el-message__closeBtn {
    position: absolute;
    top: 50%;
    right: 19px;
    transform: translateY(-50%);
    cursor: pointer;
    color: var(--el-message-close-icon-color);
    font-size: var(--el-message-close-size)
}

.el-message .el-message__closeBtn:focus {
    outline-width: 0
}

.el-message .el-message__closeBtn:hover {
    color: var(--el-message-close-hover-color)
}

.el-message-fade-enter-from,
.el-message-fade-leave-to {
    opacity: 0;
    transform: translate(-50%, -100%)
}

.el-notification {
    --el-notification-width: 330px;
    --el-notification-padding: 14px 26px 14px 13px;
    --el-notification-radius: 8px;
    --el-notification-shadow: var(--el-box-shadow-light);
    --el-notification-border-color: var(--el-border-color-lighter);
    --el-notification-icon-size: 24px;
    --el-notification-close-font-size: var(--el-message-close-size, 16px);
    --el-notification-group-margin-left: 13px;
    --el-notification-group-margin-right: 8px;
    --el-notification-content-font-size: var(--el-font-size-base);
    --el-notification-content-color: var(--el-text-color-regular);
    --el-notification-title-font-size: 16px;
    --el-notification-title-color: var(--el-text-color-primary);
    --el-notification-close-color: var(--el-text-color-secondary);
    --el-notification-close-hover-color: var(--el-text-color-regular)
}

.el-notification {
    display: flex;
    width: var(--el-notification-width);
    padding: var(--el-notification-padding);
    border-radius: var(--el-notification-radius);
    box-sizing: border-box;
    border: 1px solid var(--el-notification-border-color);
    position: fixed;
    background-color: var(--el-bg-color-overlay);
    box-shadow: var(--el-notification-shadow);
    transition: opacity var(--el-transition-duration), transform var(--el-transition-duration), left var(--el-transition-duration), right var(--el-transition-duration), top .4s, bottom var(--el-transition-duration);
    overflow-wrap: anywhere;
    overflow: hidden;
    z-index: 9999
}

.el-notification.right {
    right: 16px
}

.el-notification.left {
    left: 16px
}

.el-notification__group {
    margin-left: var(--el-notification-group-margin-left);
    margin-right: var(--el-notification-group-margin-right)
}

.el-notification__title {
    font-weight: 700;
    font-size: var(--el-notification-title-font-size);
    line-height: var(--el-notification-icon-size);
    color: var(--el-notification-title-color);
    margin: 0
}

.el-notification__content {
    font-size: var(--el-notification-content-font-size);
    line-height: 24px;
    margin: 6px 0 0;
    color: var(--el-notification-content-color);
    text-align: justify
}

.el-notification__content p {
    margin: 0
}

.el-notification .el-notification__icon {
    height: var(--el-notification-icon-size);
    width: var(--el-notification-icon-size);
    font-size: var(--el-notification-icon-size)
}

.el-notification .el-notification__closeBtn {
    position: absolute;
    top: 18px;
    right: 15px;
    cursor: pointer;
    color: var(--el-notification-close-color);
    font-size: var(--el-notification-close-font-size)
}

.el-notification .el-notification__closeBtn:hover {
    color: var(--el-notification-close-hover-color)
}

.el-notification .el-notification--success {
    --el-notification-icon-color: var(--el-color-success);
    color: var(--el-notification-icon-color)
}

.el-notification .el-notification--info {
    --el-notification-icon-color: var(--el-color-info);
    color: var(--el-notification-icon-color)
}

.el-notification .el-notification--warning {
    --el-notification-icon-color: var(--el-color-warning);
    color: var(--el-notification-icon-color)
}

.el-notification .el-notification--error {
    --el-notification-icon-color: var(--el-color-error);
    color: var(--el-notification-icon-color)
}

.el-notification-fade-enter-from.right {
    right: 0;
    transform: translate(100%)
}

.el-notification-fade-enter-from.left {
    left: 0;
    transform: translate(-100%)
}

.el-notification-fade-leave-to {
    opacity: 0
}

.el-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2000;
    height: 100%;
    background-color: var(--el-overlay-color-lighter);
    overflow: auto
}

.el-overlay .el-overlay-root {
    height: 0
}

.el-page-header.is-contentful .el-page-header__main {
    border-top: 1px solid var(--el-border-color-light);
    margin-top: 16px
}

.el-page-header__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 24px
}

.el-page-header__left {
    display: flex;
    align-items: center;
    margin-right: 40px;
    position: relative
}

.el-page-header__back {
    display: flex;
    align-items: center;
    cursor: pointer
}

.el-page-header__left .el-divider--vertical {
    margin: 0 16px
}

.el-page-header__icon {
    font-size: 16px;
    margin-right: 10px;
    display: flex;
    align-items: center
}

.el-page-header__icon .el-icon {
    font-size: inherit
}

.el-page-header__title {
    font-size: 14px;
    font-weight: 500
}

.el-page-header__content {
    font-size: 18px;
    color: var(--el-text-color-primary)
}

.el-page-header__breadcrumb {
    margin-bottom: 16px
}

.el-pagination {
    --el-pagination-font-size: 14px;
    --el-pagination-bg-color: var(--el-fill-color-blank);
    --el-pagination-text-color: var(--el-text-color-primary);
    --el-pagination-border-radius: 2px;
    --el-pagination-button-color: var(--el-text-color-primary);
    --el-pagination-button-width: 32px;
    --el-pagination-button-height: 32px;
    --el-pagination-button-disabled-color: var(--el-text-color-placeholder);
    --el-pagination-button-disabled-bg-color: var(--el-fill-color-blank);
    --el-pagination-button-bg-color: var(--el-fill-color);
    --el-pagination-hover-color: var(--el-color-primary);
    --el-pagination-font-size-small: 12px;
    --el-pagination-button-width-small: 24px;
    --el-pagination-button-height-small: 24px;
    --el-pagination-item-gap: 16px;
    white-space: nowrap;
    color: var(--el-pagination-text-color);
    font-size: var(--el-pagination-font-size);
    font-weight: 400;
    display: flex;
    align-items: center
}

.el-pagination .el-input__inner {
    text-align: center;
    -moz-appearance: textfield
}

.el-pagination .el-select .el-input {
    width: 128px
}

.el-pagination button {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--el-pagination-font-size);
    min-width: var(--el-pagination-button-width);
    height: var(--el-pagination-button-height);
    line-height: var(--el-pagination-button-height);
    color: var(--el-pagination-button-color);
    background: var(--el-pagination-bg-color);
    padding: 0 4px;
    border: none;
    border-radius: var(--el-pagination-border-radius);
    cursor: pointer;
    text-align: center;
    box-sizing: border-box
}

.el-pagination button * {
    pointer-events: none
}

.el-pagination button:focus {
    outline: 0
}

.el-pagination button:hover {
    color: var(--el-pagination-hover-color)
}

.el-pagination button.is-active {
    color: var(--el-pagination-hover-color);
    cursor: default;
    font-weight: 700
}

.el-pagination button.is-active.is-disabled {
    font-weight: 700;
    color: var(--el-text-color-secondary)
}

.el-pagination button.is-disabled,
.el-pagination button:disabled {
    color: var(--el-pagination-button-disabled-color);
    background-color: var(--el-pagination-button-disabled-bg-color);
    cursor: not-allowed
}

.el-pagination button:focus-visible {
    outline: 1px solid var(--el-pagination-hover-color);
    outline-offset: -1px
}

.el-pagination .btn-next .el-icon,
.el-pagination .btn-prev .el-icon {
    display: block;
    font-size: 12px;
    font-weight: 700;
    width: inherit
}

.el-pagination>.is-first {
    margin-left: 0 !important
}

.el-pagination>.is-last {
    margin-right: 0 !important
}

.el-pagination .btn-prev {
    margin-left: var(--el-pagination-item-gap)
}

.el-pagination__sizes,
.el-pagination__total {
    margin-left: var(--el-pagination-item-gap);
    font-weight: 400;
    color: var(--el-text-color-regular)
}

.el-pagination__total[disabled=true] {
    color: var(--el-text-color-placeholder)
}

.el-pagination__jump {
    display: flex;
    align-items: center;
    margin-left: var(--el-pagination-item-gap);
    font-weight: 400;
    color: var(--el-text-color-regular)
}

.el-pagination__jump[disabled=true] {
    color: var(--el-text-color-placeholder)
}

.el-pagination__goto {
    margin-right: 8px
}

.el-pagination__editor {
    text-align: center;
    box-sizing: border-box
}

.el-pagination__editor.el-input {
    width: 56px
}

.el-pagination__editor .el-input__inner::-webkit-inner-spin-button,
.el-pagination__editor .el-input__inner::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.el-pagination__classifier {
    margin-left: 8px
}

.el-pagination__rightwrapper {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.el-pagination.is-background .btn-next,
.el-pagination.is-background .btn-prev,
.el-pagination.is-background .el-pager li {
    margin: 0 4px;
    background-color: var(--el-pagination-button-bg-color)
}

.el-pagination.is-background .btn-next.is-active,
.el-pagination.is-background .btn-prev.is-active,
.el-pagination.is-background .el-pager li.is-active {
    background-color: var(--el-color-primary);
    color: var(--el-color-white)
}

.el-pagination.is-background .btn-next.is-disabled,
.el-pagination.is-background .btn-next:disabled,
.el-pagination.is-background .btn-prev.is-disabled,
.el-pagination.is-background .btn-prev:disabled,
.el-pagination.is-background .el-pager li.is-disabled,
.el-pagination.is-background .el-pager li:disabled {
    color: var(--el-text-color-placeholder);
    background-color: var(--el-disabled-bg-color)
}

.el-pagination.is-background .btn-next.is-disabled.is-active,
.el-pagination.is-background .btn-next:disabled.is-active,
.el-pagination.is-background .btn-prev.is-disabled.is-active,
.el-pagination.is-background .btn-prev:disabled.is-active,
.el-pagination.is-background .el-pager li.is-disabled.is-active,
.el-pagination.is-background .el-pager li:disabled.is-active {
    color: var(--el-text-color-secondary);
    background-color: var(--el-fill-color-dark)
}

.el-pagination.is-background .btn-prev {
    margin-left: var(--el-pagination-item-gap)
}

.el-pagination--small .btn-next,
.el-pagination--small .btn-prev,
.el-pagination--small .el-pager li {
    height: var(--el-pagination-button-height-small);
    line-height: var(--el-pagination-button-height-small);
    font-size: var(--el-pagination-font-size-small);
    min-width: var(--el-pagination-button-width-small)
}

.el-pagination--small button,
.el-pagination--small span:not([class*=suffix]) {
    font-size: var(--el-pagination-font-size-small)
}

.el-pagination--small .el-select .el-input {
    width: 100px
}

.el-pager {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    list-style: none;
    font-size: 0;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center
}

.el-pager li {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--el-pagination-font-size);
    min-width: var(--el-pagination-button-width);
    height: var(--el-pagination-button-height);
    line-height: var(--el-pagination-button-height);
    color: var(--el-pagination-button-color);
    background: var(--el-pagination-bg-color);
    padding: 0 4px;
    border: none;
    border-radius: var(--el-pagination-border-radius);
    cursor: pointer;
    text-align: center;
    box-sizing: border-box
}

.el-pager li * {
    pointer-events: none
}

.el-pager li:focus {
    outline: 0
}

.el-pager li:hover {
    color: var(--el-pagination-hover-color)
}

.el-pager li.is-active {
    color: var(--el-pagination-hover-color);
    cursor: default;
    font-weight: 700
}

.el-pager li.is-active.is-disabled {
    font-weight: 700;
    color: var(--el-text-color-secondary)
}

.el-pager li.is-disabled,
.el-pager li:disabled {
    color: var(--el-pagination-button-disabled-color);
    background-color: var(--el-pagination-button-disabled-bg-color);
    cursor: not-allowed
}

.el-pager li:focus-visible {
    outline: 1px solid var(--el-pagination-hover-color);
    outline-offset: -1px
}

.el-popconfirm__main {
    display: flex;
    align-items: center
}

.el-popconfirm__icon {
    margin-right: 5px
}

.el-popconfirm__action {
    text-align: right;
    margin-top: 8px
}

.el-popover {
    --el-popover-bg-color: var(--el-bg-color-overlay);
    --el-popover-font-size: var(--el-font-size-base);
    --el-popover-border-color: var(--el-border-color-lighter);
    --el-popover-padding: 12px;
    --el-popover-padding-large: 18px 20px;
    --el-popover-title-font-size: 16px;
    --el-popover-title-text-color: var(--el-text-color-primary);
    --el-popover-border-radius: 4px
}

.el-popover.el-popper {
    background: var(--el-popover-bg-color);
    min-width: 150px;
    border-radius: var(--el-popover-border-radius);
    border: 1px solid var(--el-popover-border-color);
    padding: var(--el-popover-padding);
    z-index: var(--el-index-popper);
    color: var(--el-text-color-regular);
    line-height: 1.4;
    text-align: justify;
    font-size: var(--el-popover-font-size);
    box-shadow: var(--el-box-shadow-light);
    word-break: break-all;
    box-sizing: border-box
}

.el-popover.el-popper--plain {
    padding: var(--el-popover-padding-large)
}

.el-popover__title {
    color: var(--el-popover-title-text-color);
    font-size: var(--el-popover-title-font-size);
    line-height: 1;
    margin-bottom: 12px
}

.el-popover__reference:focus:hover,
.el-popover__reference:focus:not(.focusing) {
    outline-width: 0
}

.el-popover.el-popper.is-dark {
    --el-popover-bg-color: var(--el-text-color-primary);
    --el-popover-border-color: var(--el-text-color-primary);
    --el-popover-title-text-color: var(--el-bg-color);
    color: var(--el-bg-color)
}

.el-popover.el-popper:focus,
.el-popover.el-popper:focus:active {
    outline-width: 0
}

.el-progress {
    position: relative;
    line-height: 1;
    display: flex;
    align-items: center
}

.el-progress__text {
    font-size: 14px;
    color: var(--el-text-color-regular);
    margin-left: 5px;
    min-width: 50px;
    line-height: 1
}

.el-progress__text i {
    vertical-align: middle;
    display: block
}

.el-progress--circle,
.el-progress--dashboard {
    display: inline-block
}

.el-progress--circle .el-progress__text,
.el-progress--dashboard .el-progress__text {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    transform: translateY(-50%)
}

.el-progress--circle .el-progress__text i,
.el-progress--dashboard .el-progress__text i {
    vertical-align: middle;
    display: inline-block
}

.el-progress--without-text .el-progress__text {
    display: none
}

.el-progress--without-text .el-progress-bar {
    padding-right: 0;
    margin-right: 0;
    display: block
}

.el-progress--text-inside .el-progress-bar {
    padding-right: 0;
    margin-right: 0
}

.el-progress.is-success .el-progress-bar__inner {
    background-color: var(--el-color-success)
}

.el-progress.is-success .el-progress__text {
    color: var(--el-color-success)
}

.el-progress.is-warning .el-progress-bar__inner {
    background-color: var(--el-color-warning)
}

.el-progress.is-warning .el-progress__text {
    color: var(--el-color-warning)
}

.el-progress.is-exception .el-progress-bar__inner {
    background-color: var(--el-color-danger)
}

.el-progress.is-exception .el-progress__text {
    color: var(--el-color-danger)
}

.el-progress-bar {
    flex-grow: 1;
    box-sizing: border-box
}

.el-progress-bar__outer {
    height: 6px;
    border-radius: 100px;
    background-color: var(--el-border-color-lighter);
    overflow: hidden;
    position: relative;
    vertical-align: middle
}

.el-progress-bar__inner {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: var(--el-color-primary);
    text-align: right;
    border-radius: 100px;
    line-height: 1;
    white-space: nowrap;
    transition: width .6s ease
}

.el-progress-bar__inner:after {
    display: inline-block;
    content: "";
    height: 100%;
    vertical-align: middle
}

.el-progress-bar__inner--indeterminate {
    transform: translateZ(0);
    -webkit-animation: indeterminate 3s infinite;
    animation: indeterminate 3s infinite
}

.el-progress-bar__inner--striped {
    background-image: linear-gradient(45deg, rgba(0, 0, 0, .1) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .1) 75%, transparent 75%, transparent);
    background-size: 1.25em 1.25em
}

.el-progress-bar__inner--striped.el-progress-bar__inner--striped-flow {
    -webkit-animation: striped-flow 3s linear infinite;
    animation: striped-flow 3s linear infinite
}

.el-progress-bar__innerText {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 12px;
    margin: 0 5px
}

@-webkit-keyframes progress {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 32px 0
    }
}

@keyframes progress {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 32px 0
    }
}

@-webkit-keyframes indeterminate {
    0% {
        left: -100%
    }

    to {
        left: 100%
    }
}

@keyframes indeterminate {
    0% {
        left: -100%
    }

    to {
        left: 100%
    }
}

@-webkit-keyframes striped-flow {
    0% {
        background-position: -100%
    }

    to {
        background-position: 100%
    }
}

@keyframes striped-flow {
    0% {
        background-position: -100%
    }

    to {
        background-position: 100%
    }
}

.el-radio-button {
    --el-radio-button-checked-bg-color: var(--el-color-primary);
    --el-radio-button-checked-text-color: var(--el-color-white);
    --el-radio-button-checked-border-color: var(--el-color-primary);
    --el-radio-button-disabled-checked-fill: var(--el-border-color-extra-light)
}

.el-radio-button {
    position: relative;
    display: inline-block;
    outline: 0
}

.el-radio-button__inner {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    vertical-align: middle;
    background: var(--el-button-bg-color, var(--el-fill-color-blank));
    border: var(--el-border);
    font-weight: var(--el-button-font-weight, var(--el-font-weight-primary));
    border-left: 0;
    color: var(--el-button-text-color, var(--el-text-color-regular));
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    position: relative;
    cursor: pointer;
    transition: var(--el-transition-all);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 8px 15px;
    font-size: var(--el-font-size-base);
    border-radius: 0
}

.el-radio-button__inner.is-round {
    padding: 8px 15px
}

.el-radio-button__inner:hover {
    color: var(--el-color-primary)
}

.el-radio-button__inner [class*=el-icon-] {
    line-height: .9
}

.el-radio-button__inner [class*=el-icon-]+span {
    margin-left: 5px
}

.el-radio-button:first-child .el-radio-button__inner {
    border-left: var(--el-border);
    border-radius: var(--el-border-radius-base) 0 0 var(--el-border-radius-base);
    box-shadow: none !important
}

.el-radio-button__original-radio {
    opacity: 0;
    outline: 0;
    position: absolute;
    z-index: -1
}

.el-radio-button__original-radio:checked+.el-radio-button__inner {
    color: var(--el-radio-button-checked-text-color, var(--el-color-white));
    background-color: var(--el-radio-button-checked-bg-color, var(--el-color-primary));
    border-color: var(--el-radio-button-checked-border-color, var(--el-color-primary));
    box-shadow: -1px 0 0 0 var(--el-radio-button-checked-border-color, var(--el-color-primary))
}

.el-radio-button__original-radio:focus-visible+.el-radio-button__inner {
    border-left: var(--el-border);
    border-left-color: var(--el-radio-button-checked-border-color, var(--el-color-primary));
    outline: 2px solid var(--el-radio-button-checked-border-color);
    outline-offset: 1px;
    z-index: 2;
    border-radius: var(--el-border-radius-base);
    box-shadow: none
}

.el-radio-button__original-radio:disabled+.el-radio-button__inner {
    color: var(--el-disabled-text-color);
    cursor: not-allowed;
    background-image: none;
    background-color: var(--el-button-disabled-bg-color, var(--el-fill-color-blank));
    border-color: var(--el-button-disabled-border-color, var(--el-border-color-light));
    box-shadow: none
}

.el-radio-button__original-radio:disabled:checked+.el-radio-button__inner {
    background-color: var(--el-radio-button-disabled-checked-fill)
}

.el-radio-button:last-child .el-radio-button__inner {
    border-radius: 0 var(--el-border-radius-base) var(--el-border-radius-base) 0
}

.el-radio-button:first-child:last-child .el-radio-button__inner {
    border-radius: var(--el-border-radius-base)
}

.el-radio-button--large .el-radio-button__inner {
    padding: 12px 19px;
    font-size: var(--el-font-size-base);
    border-radius: 0
}

.el-radio-button--large .el-radio-button__inner.is-round {
    padding: 12px 19px
}

.el-radio-button--small .el-radio-button__inner {
    padding: 5px 11px;
    font-size: 12px;
    border-radius: 0
}

.el-radio-button--small .el-radio-button__inner.is-round {
    padding: 5px 11px
}

.el-radio-group {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 0
}

.el-radio {
    --el-radio-font-size: var(--el-font-size-base);
    --el-radio-text-color: var(--el-text-color-regular);
    --el-radio-font-weight: var(--el-font-weight-primary);
    --el-radio-input-height: 14px;
    --el-radio-input-width: 14px;
    --el-radio-input-border-radius: var(--el-border-radius-circle);
    --el-radio-input-bg-color: var(--el-fill-color-blank);
    --el-radio-input-border: var(--el-border);
    --el-radio-input-border-color: var(--el-border-color);
    --el-radio-input-border-color-hover: var(--el-color-primary)
}

.el-radio {
    color: var(--el-radio-text-color);
    font-weight: var(--el-radio-font-weight);
    position: relative;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    outline: 0;
    font-size: var(--el-font-size-base);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 32px;
    height: 32px
}

.el-radio.el-radio--large {
    height: 40px
}

.el-radio.el-radio--small {
    height: 24px
}

.el-radio.is-bordered {
    padding: 0 15px 0 9px;
    border-radius: var(--el-border-radius-base);
    border: var(--el-border);
    box-sizing: border-box
}

.el-radio.is-bordered.is-checked {
    border-color: var(--el-color-primary)
}

.el-radio.is-bordered.is-disabled {
    cursor: not-allowed;
    border-color: var(--el-border-color-lighter)
}

.el-radio.is-bordered.el-radio--large {
    padding: 0 19px 0 11px;
    border-radius: var(--el-border-radius-base)
}

.el-radio.is-bordered.el-radio--large .el-radio__label {
    font-size: var(--el-font-size-base)
}

.el-radio.is-bordered.el-radio--large .el-radio__inner {
    height: 14px;
    width: 14px
}

.el-radio.is-bordered.el-radio--small {
    padding: 0 11px 0 7px;
    border-radius: var(--el-border-radius-base)
}

.el-radio.is-bordered.el-radio--small .el-radio__label {
    font-size: 12px
}

.el-radio.is-bordered.el-radio--small .el-radio__inner {
    height: 12px;
    width: 12px
}

.el-radio:last-child {
    margin-right: 0
}

.el-radio__input {
    white-space: nowrap;
    cursor: pointer;
    outline: 0;
    display: inline-flex;
    position: relative;
    vertical-align: middle
}

.el-radio__input.is-disabled .el-radio__inner {
    background-color: var(--el-disabled-bg-color);
    border-color: var(--el-disabled-border-color);
    cursor: not-allowed
}

.el-radio__input.is-disabled .el-radio__inner:after {
    cursor: not-allowed;
    background-color: var(--el-disabled-bg-color)
}

.el-radio__input.is-disabled .el-radio__inner+.el-radio__label {
    cursor: not-allowed
}

.el-radio__input.is-disabled.is-checked .el-radio__inner {
    background-color: var(--el-disabled-bg-color);
    border-color: var(--el-disabled-border-color)
}

.el-radio__input.is-disabled.is-checked .el-radio__inner:after {
    background-color: var(--el-text-color-placeholder)
}

.el-radio__input.is-disabled+span.el-radio__label {
    color: var(--el-text-color-placeholder);
    cursor: not-allowed
}

.el-radio__input.is-checked .el-radio__inner {
    border-color: var(--el-color-primary);
    background: var(--el-color-primary)
}

.el-radio__input.is-checked .el-radio__inner:after {
    transform: translate(-50%, -50%) scale(1)
}

.el-radio__input.is-checked+.el-radio__label {
    color: var(--el-color-primary)
}

.el-radio__input.is-focus .el-radio__inner {
    border-color: var(--el-radio-input-border-color-hover)
}

.el-radio__inner {
    border: var(--el-radio-input-border);
    border-radius: var(--el-radio-input-border-radius);
    width: var(--el-radio-input-width);
    height: var(--el-radio-input-height);
    background-color: var(--el-radio-input-bg-color);
    position: relative;
    cursor: pointer;
    display: inline-block;
    box-sizing: border-box
}

.el-radio__inner:hover {
    border-color: var(--el-radio-input-border-color-hover)
}

.el-radio__inner:after {
    width: 4px;
    height: 4px;
    border-radius: var(--el-radio-input-border-radius);
    background-color: var(--el-color-white);
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform .15s ease-in
}

.el-radio__original {
    opacity: 0;
    outline: 0;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0
}

.el-radio__original:focus-visible+.el-radio__inner {
    outline: 2px solid var(--el-radio-input-border-color-hover);
    outline-offset: 1px;
    border-radius: var(--el-radio-input-border-radius)
}

.el-radio:focus:not(:focus-visible):not(.is-focus):not(:active):not(.is-disabled) .el-radio__inner {
    box-shadow: 0 0 2px 2px var(--el-radio-input-border-color-hover)
}

.el-radio__label {
    font-size: var(--el-radio-font-size);
    padding-left: 8px
}

.el-radio.el-radio--large .el-radio__label {
    font-size: 14px
}

.el-radio.el-radio--large .el-radio__inner {
    width: 14px;
    height: 14px
}

.el-radio.el-radio--small .el-radio__label {
    font-size: 12px
}

.el-radio.el-radio--small .el-radio__inner {
    width: 12px;
    height: 12px
}

.el-rate {
    --el-rate-height: 20px;
    --el-rate-font-size: var(--el-font-size-base);
    --el-rate-icon-size: 18px;
    --el-rate-icon-margin: 6px;
    --el-rate-void-color: var(--el-border-color-darker);
    --el-rate-fill-color: #f7ba2a;
    --el-rate-disabled-void-color: var(--el-fill-color);
    --el-rate-text-color: var(--el-text-color-primary)
}

.el-rate {
    display: inline-flex;
    align-items: center;
    height: 32px
}

.el-rate:active,
.el-rate:focus {
    outline: 0
}

.el-rate__item {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 0;
    vertical-align: middle;
    color: var(--el-rate-void-color);
    line-height: normal
}

.el-rate .el-rate__icon {
    position: relative;
    display: inline-block;
    font-size: var(--el-rate-icon-size);
    margin-right: var(--el-rate-icon-margin);
    transition: var(--el-transition-duration)
}

.el-rate .el-rate__icon.hover {
    transform: scale(1.15)
}

.el-rate .el-rate__icon .path2 {
    position: absolute;
    left: 0;
    top: 0
}

.el-rate .el-rate__icon.is-active {
    color: var(--el-rate-fill-color)
}

.el-rate__decimal {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    overflow: hidden;
    color: var(--el-rate-fill-color)
}

.el-rate__text {
    font-size: var(--el-rate-font-size);
    vertical-align: middle;
    color: var(--el-rate-text-color)
}

.el-rate--large {
    height: 40px
}

.el-rate--small {
    height: 24px
}

.el-rate--small .el-rate__icon {
    font-size: 14px
}

.el-rate.is-disabled .el-rate__item {
    cursor: auto;
    color: var(--el-rate-disabled-void-color)
}

.el-result {
    --el-result-padding: 40px 30px;
    --el-result-icon-font-size: 64px;
    --el-result-title-font-size: 20px;
    --el-result-title-margin-top: 20px;
    --el-result-subtitle-margin-top: 10px;
    --el-result-extra-margin-top: 30px
}

.el-result {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    box-sizing: border-box;
    padding: var(--el-result-padding)
}

.el-result__icon svg {
    width: var(--el-result-icon-font-size);
    height: var(--el-result-icon-font-size)
}

.el-result__title {
    margin-top: var(--el-result-title-margin-top)
}

.el-result__title p {
    margin: 0;
    font-size: var(--el-result-title-font-size);
    color: var(--el-text-color-primary);
    line-height: 1.3
}

.el-result__subtitle {
    margin-top: var(--el-result-subtitle-margin-top)
}

.el-result__subtitle p {
    margin: 0;
    font-size: var(--el-font-size-base);
    color: var(--el-text-color-regular);
    line-height: 1.3
}

.el-result__extra {
    margin-top: var(--el-result-extra-margin-top)
}

.el-result .icon-primary {
    --el-result-color: var(--el-color-primary);
    color: var(--el-result-color)
}

.el-result .icon-success {
    --el-result-color: var(--el-color-success);
    color: var(--el-result-color)
}

.el-result .icon-warning {
    --el-result-color: var(--el-color-warning);
    color: var(--el-result-color)
}

.el-result .icon-danger {
    --el-result-color: var(--el-color-danger);
    color: var(--el-result-color)
}

.el-result .icon-error {
    --el-result-color: var(--el-color-error);
    color: var(--el-result-color)
}

.el-result .icon-info {
    --el-result-color: var(--el-color-info);
    color: var(--el-result-color)
}

.el-row {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    box-sizing: border-box
}

.el-row.is-justify-center {
    justify-content: center
}

.el-row.is-justify-end {
    justify-content: flex-end
}

.el-row.is-justify-space-between {
    justify-content: space-between
}

.el-row.is-justify-space-around {
    justify-content: space-around
}

.el-row.is-justify-space-evenly {
    justify-content: space-evenly
}

.el-row.is-align-middle {
    align-items: center
}

.el-row.is-align-bottom {
    align-items: flex-end
}

.el-scrollbar {
    --el-scrollbar-opacity: .3;
    --el-scrollbar-bg-color: var(--el-text-color-secondary);
    --el-scrollbar-hover-opacity: .5;
    --el-scrollbar-hover-bg-color: var(--el-text-color-secondary)
}

.el-scrollbar {
    overflow: hidden;
    position: relative;
    height: 100%
}

.el-scrollbar__wrap {
    overflow: auto;
    height: 100%
}

.el-scrollbar__wrap--hidden-default {
    scrollbar-width: none
}

.el-scrollbar__wrap--hidden-default::-webkit-scrollbar {
    display: none
}

.el-scrollbar__thumb {
    position: relative;
    display: block;
    width: 0;
    height: 0;
    cursor: pointer;
    border-radius: inherit;
    background-color: var(--el-scrollbar-bg-color, var(--el-text-color-secondary));
    transition: var(--el-transition-duration) background-color;
    opacity: var(--el-scrollbar-opacity, .3)
}

.el-scrollbar__thumb:hover {
    background-color: var(--el-scrollbar-hover-bg-color, var(--el-text-color-secondary));
    opacity: var(--el-scrollbar-hover-opacity, .5)
}

.el-scrollbar__bar {
    position: absolute;
    right: 2px;
    bottom: 2px;
    z-index: 1;
    border-radius: 4px
}

.el-scrollbar__bar.is-vertical {
    width: 6px;
    top: 2px
}

.el-scrollbar__bar.is-vertical>div {
    width: 100%
}

.el-scrollbar__bar.is-horizontal {
    height: 6px;
    left: 2px
}

.el-scrollbar__bar.is-horizontal>div {
    height: 100%
}

.el-scrollbar-fade-enter-active {
    transition: opacity .34s ease-out
}

.el-scrollbar-fade-leave-active {
    transition: opacity .12s ease-out
}

.el-scrollbar-fade-enter-from,
.el-scrollbar-fade-leave-active {
    opacity: 0
}

.el-select-dropdown {
    z-index: calc(var(--el-index-top) + 1);
    border-radius: var(--el-border-radius-base);
    box-sizing: border-box
}

.el-select-dropdown .el-scrollbar.is-empty .el-select-dropdown__list {
    padding: 0
}

.el-select-dropdown__option-item.is-selected:not(.is-multiple).is-disabled {
    color: var(--el-text-color-disabled)
}

.el-select-dropdown__option-item.is-selected:not(.is-multiple).is-disabled:after {
    background-color: var(--el-text-color-disabled)
}

.el-select-dropdown__option-item:hover:not(.hover) {
    background-color: transparent
}

.el-select-dropdown.is-multiple .el-select-dropdown__option-item.is-disabled.is-selected {
    color: var(--el-text-color-disabled)
}

.el-select-dropdown__empty {
    padding: 10px 0;
    margin: 0;
    text-align: center;
    color: var(--el-text-color-secondary);
    font-size: var(--el-select-font-size)
}

.el-select-dropdown__wrap {
    max-height: 274px
}

.el-select-dropdown__list {
    list-style: none;
    margin: 6px 0 !important;
    padding: 0 !important;
    box-sizing: border-box
}

.el-select-dropdown__option-item {
    font-size: var(--el-select-font-size);
    padding: 0 32px 0 20px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--el-text-color-regular);
    height: 34px;
    line-height: 34px;
    box-sizing: border-box;
    cursor: pointer
}

.el-select-dropdown__option-item.is-disabled {
    color: var(--el-text-color-placeholder);
    cursor: not-allowed
}

.el-select-dropdown__option-item.is-disabled:hover {
    background-color: var(--el-bg-color)
}

.el-select-dropdown__option-item.is-selected {
    background-color: var(--el-fill-color-light);
    font-weight: 700
}

.el-select-dropdown__option-item.is-selected:not(.is-multiple) {
    color: var(--el-color-primary)
}

.el-select-dropdown__option-item.hover {
    background-color: var(--el-fill-color-light) !important
}

.el-select-dropdown__option-item:hover {
    background-color: var(--el-fill-color-light)
}

.el-select-dropdown.is-multiple .el-select-dropdown__option-item.is-selected {
    color: var(--el-color-primary);
    background-color: var(--el-bg-color-overlay)
}

.el-select-dropdown.is-multiple .el-select-dropdown__option-item.is-selected .el-icon {
    position: absolute;
    right: 20px;
    top: 0;
    height: inherit;
    font-size: 12px
}

.el-select-dropdown.is-multiple .el-select-dropdown__option-item.is-selected .el-icon svg {
    height: inherit;
    vertical-align: middle
}

.el-select-group {
    margin: 0;
    padding: 0
}

.el-select-group__wrap {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0
}

.el-select-group__wrap:not(:last-of-type) {
    padding-bottom: 24px
}

.el-select-group__wrap:not(:last-of-type):after {
    content: "";
    position: absolute;
    display: block;
    left: 20px;
    right: 20px;
    bottom: 12px;
    height: 1px;
    background: var(--el-border-color-light)
}

.el-select-group__split-dash {
    position: absolute;
    left: 20px;
    right: 20px;
    height: 1px;
    background: var(--el-border-color-light)
}

.el-select-group__title {
    padding-left: 20px;
    font-size: 12px;
    color: var(--el-color-info);
    line-height: 30px
}

.el-select-group .el-select-dropdown__item {
    padding-left: 20px
}

.el-select-v2 {
    --el-select-border-color-hover: var(--el-border-color-hover);
    --el-select-disabled-border: var(--el-disabled-border-color);
    --el-select-font-size: var(--el-font-size-base);
    --el-select-close-hover-color: var(--el-text-color-secondary);
    --el-select-input-color: var(--el-text-color-placeholder);
    --el-select-multiple-input-color: var(--el-text-color-regular);
    --el-select-input-focus-border-color: var(--el-color-primary);
    --el-select-input-font-size: 14px
}

.el-select-v2 {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    font-size: 14px
}

.el-select-v2__wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    box-sizing: border-box;
    cursor: pointer;
    padding: 1px 30px 1px 0;
    border: 1px solid var(--el-border-color);
    border-radius: var(--el-border-radius-base);
    background-color: var(--el-fill-color-blank);
    transition: var(--el-transition-duration)
}

.el-select-v2__wrapper:hover {
    border-color: var(--el-text-color-placeholder)
}

.el-select-v2__wrapper.is-filterable {
    cursor: text
}

.el-select-v2__wrapper.is-focused {
    border-color: var(--el-color-primary)
}

.el-select-v2__wrapper.is-hovering:not(.is-focused) {
    border-color: var(--el-border-color-hover)
}

.el-select-v2__wrapper.is-disabled {
    cursor: not-allowed;
    background-color: var(--el-fill-color-light);
    color: var(--el-text-color-placeholder);
    border-color: var(--el-select-disabled-border)
}

.el-select-v2__wrapper.is-disabled:hover {
    border-color: var(--el-select-disabled-border)
}

.el-select-v2__wrapper.is-disabled.is-focus {
    border-color: var(--el-input-focus-border-color)
}

.el-select-v2__wrapper.is-disabled .is-transparent {
    opacity: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.el-select-v2__wrapper.is-disabled .el-select-v2__caret,
.el-select-v2__wrapper.is-disabled .el-select-v2__combobox-input {
    cursor: not-allowed
}

.el-select-v2__wrapper .el-select-v2__input-wrapper {
    box-sizing: border-box;
    position: relative;
    -webkit-margin-start: 12px;
    margin-inline-start: 12px;
    max-width: 100%;
    overflow: hidden
}

.el-select-v2__wrapper,
.el-select-v2__wrapper .el-select-v2__input-wrapper {
    line-height: 32px
}

.el-select-v2__wrapper .el-select-v2__input-wrapper input {
    --el-input-inner-height: calc(var(--el-component-size, 32px) - 8px);
    height: var(--el-input-inner-height);
    line-height: var(--el-input-inner-height);
    min-width: 4px;
    width: 100%;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    border: none;
    margin: 2px 0;
    outline: 0;
    padding: 0
}

.el-select-v2 .el-select-v2__tags-text {
    display: inline-block;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.el-select-v2__empty {
    padding: 10px 0;
    margin: 0;
    text-align: center;
    color: var(--el-text-color-secondary);
    font-size: 14px
}

.el-select-v2__popper.el-popper {
    background: var(--el-bg-color-overlay);
    border: 1px solid var(--el-border-color-light);
    box-shadow: var(--el-box-shadow-light)
}

.el-select-v2__popper.el-popper .el-popper__arrow:before {
    border: 1px solid var(--el-border-color-light)
}

.el-select-v2__popper.el-popper[data-popper-placement^=top] .el-popper__arrow:before {
    border-top-color: transparent;
    border-left-color: transparent
}

.el-select-v2__popper.el-popper[data-popper-placement^=bottom] .el-popper__arrow:before {
    border-bottom-color: transparent;
    border-right-color: transparent
}

.el-select-v2__popper.el-popper[data-popper-placement^=left] .el-popper__arrow:before {
    border-left-color: transparent;
    border-bottom-color: transparent
}

.el-select-v2__popper.el-popper[data-popper-placement^=right] .el-popper__arrow:before {
    border-right-color: transparent;
    border-top-color: transparent
}

.el-select-v2--large .el-select-v2__wrapper .el-select-v2__combobox-input {
    height: 32px
}

.el-select-v2--large .el-select-v2__caret,
.el-select-v2--large .el-select-v2__suffix {
    height: 40px
}

.el-select-v2--large .el-select-v2__placeholder {
    font-size: 14px;
    line-height: 40px
}

.el-select-v2--small .el-select-v2__wrapper .el-select-v2__combobox-input {
    height: 16px
}

.el-select-v2--small .el-select-v2__caret,
.el-select-v2--small .el-select-v2__suffix {
    height: 24px
}

.el-select-v2--small .el-select-v2__placeholder {
    font-size: 12px;
    line-height: 24px
}

.el-select-v2 .el-select-v2__selection>span {
    display: inline-block
}

.el-select-v2:hover .el-select-v2__combobox-input {
    border-color: var(--el-select-border-color-hover)
}

.el-select-v2 .el-select__selection-text {
    text-overflow: ellipsis;
    display: inline-block;
    overflow-x: hidden;
    vertical-align: bottom
}

.el-select-v2 .el-select-v2__combobox-input {
    padding-right: 35px;
    display: block;
    color: var(--el-text-color-regular)
}

.el-select-v2 .el-select-v2__combobox-input:focus {
    border-color: var(--el-select-input-focus-border-color)
}

.el-select-v2__input {
    border: none;
    outline: 0;
    padding: 0;
    margin-left: 15px;
    color: var(--el-select-multiple-input-color);
    font-size: var(--el-select-font-size);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 28px
}

.el-select-v2__input.is-small {
    height: 14px
}

.el-select-v2__close {
    cursor: pointer;
    position: absolute;
    top: 8px;
    z-index: var(--el-index-top);
    right: 25px;
    color: var(--el-select-input-color);
    line-height: 18px;
    font-size: var(--el-select-input-font-size)
}

.el-select-v2__close:hover {
    color: var(--el-select-close-hover-color)
}

.el-select-v2__suffix {
    display: inline-flex;
    position: absolute;
    right: 12px;
    height: 32px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--el-input-icon-color, var(--el-text-color-placeholder))
}

.el-select-v2__suffix .el-input__icon {
    height: inherit
}

.el-select-v2__suffix .el-input__icon:not(:first-child) {
    margin-left: 8px
}

.el-select-v2__caret {
    color: var(--el-select-input-color);
    font-size: var(--el-select-input-font-size);
    transition: var(--el-transition-duration);
    transform: rotate(180deg);
    cursor: pointer
}

.el-select-v2__caret.is-reverse {
    transform: rotate(0)
}

.el-select-v2__caret.is-show-close {
    font-size: var(--el-select-font-size);
    text-align: center;
    transform: rotate(180deg);
    border-radius: var(--el-border-radius-circle);
    color: var(--el-select-input-color);
    transition: var(--el-transition-color)
}

.el-select-v2__caret.is-show-close:hover {
    color: var(--el-select-close-hover-color)
}

.el-select-v2__caret.el-icon {
    height: inherit
}

.el-select-v2__caret.el-icon svg {
    vertical-align: middle
}

.el-select-v2__selection {
    white-space: normal;
    z-index: var(--el-index-normal);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%
}

.el-select-v2__input-calculator {
    left: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    white-space: pre;
    z-index: 999
}

.el-select-v2__selected-item {
    line-height: inherit;
    height: inherit;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    flex-wrap: wrap
}

.el-select-v2__placeholder {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-margin-start: 12px;
    margin-inline-start: 12px;
    width: calc(100% - 52px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: var(--el-input-text-color, var(--el-text-color-regular))
}

.el-select-v2__placeholder.is-transparent {
    color: var(--el-text-color-placeholder)
}

.el-select-v2 .el-select-v2__selection .el-tag {
    box-sizing: border-box;
    border-color: transparent;
    margin: 2px 0 2px 6px;
    background-color: var(--el-fill-color)
}

.el-select-v2 .el-select-v2__selection .el-tag .el-icon-close {
    background-color: var(--el-text-color-placeholder);
    right: -7px;
    color: var(--el-color-white)
}

.el-select-v2 .el-select-v2__selection .el-tag .el-icon-close:hover {
    background-color: var(--el-text-color-secondary)
}

.el-select-v2 .el-select-v2__selection .el-tag .el-icon-close:before {
    display: block;
    transform: translateY(.5px)
}

.el-select-v2.el-select-v2--small .el-select-v2__selection .el-tag {
    margin: 1px 0 1px 6px;
    height: 18px
}

.el-select-dropdown {
    z-index: calc(var(--el-index-top) + 1);
    border-radius: var(--el-border-radius-base);
    box-sizing: border-box
}

.el-select-dropdown.is-multiple .el-select-dropdown__item.selected {
    color: var(--el-color-primary);
    background-color: var(--el-bg-color-overlay)
}

.el-select-dropdown.is-multiple .el-select-dropdown__item.selected.hover {
    background-color: var(--el-fill-color-light)
}

.el-select-dropdown.is-multiple .el-select-dropdown__item.selected:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    border-top: none;
    border-right: none;
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--el-color-primary);
    -webkit-mask: url("data:image/svg+xml;utf8,%3Csvg class='icon' width='200' height='200' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='currentColor' d='M406.656 706.944L195.84 496.256a32 32 0 10-45.248 45.248l256 256 512-512a32 32 0 00-45.248-45.248L406.592 706.944z'%3E%3C/path%3E%3C/svg%3E") no-repeat;
    mask: url("data:image/svg+xml;utf8,%3Csvg class='icon' width='200' height='200' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='currentColor' d='M406.656 706.944L195.84 496.256a32 32 0 10-45.248 45.248l256 256 512-512a32 32 0 00-45.248-45.248L406.592 706.944z'%3E%3C/path%3E%3C/svg%3E") no-repeat;
    mask-size: 100% 100%;
    -webkit-mask: url("data:image/svg+xml;utf8,%3Csvg class='icon' width='200' height='200' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='currentColor' d='M406.656 706.944L195.84 496.256a32 32 0 10-45.248 45.248l256 256 512-512a32 32 0 00-45.248-45.248L406.592 706.944z'%3E%3C/path%3E%3C/svg%3E") no-repeat;
    -webkit-mask-size: 100% 100%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px
}

.el-select-dropdown.is-multiple .el-select-dropdown__item.selected.is-disabled:after {
    background-color: var(--el-text-color-disabled)
}

.el-select-dropdown .el-select-dropdown__option-item.is-selected:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    border-top: none;
    border-right: none;
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--el-color-primary);
    -webkit-mask: url("data:image/svg+xml;utf8,%3Csvg class='icon' width='200' height='200' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='currentColor' d='M406.656 706.944L195.84 496.256a32 32 0 10-45.248 45.248l256 256 512-512a32 32 0 00-45.248-45.248L406.592 706.944z'%3E%3C/path%3E%3C/svg%3E") no-repeat;
    mask: url("data:image/svg+xml;utf8,%3Csvg class='icon' width='200' height='200' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='currentColor' d='M406.656 706.944L195.84 496.256a32 32 0 10-45.248 45.248l256 256 512-512a32 32 0 00-45.248-45.248L406.592 706.944z'%3E%3C/path%3E%3C/svg%3E") no-repeat;
    mask-size: 100% 100%;
    -webkit-mask: url("data:image/svg+xml;utf8,%3Csvg class='icon' width='200' height='200' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='currentColor' d='M406.656 706.944L195.84 496.256a32 32 0 10-45.248 45.248l256 256 512-512a32 32 0 00-45.248-45.248L406.592 706.944z'%3E%3C/path%3E%3C/svg%3E") no-repeat;
    -webkit-mask-size: 100% 100%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px
}

.el-select-dropdown .el-scrollbar.is-empty .el-select-dropdown__list {
    padding: 0
}

.el-select-dropdown .el-select-dropdown__item.is-disabled:hover {
    background-color: unset
}

.el-select-dropdown .el-select-dropdown__item.is-disabled.selected {
    color: var(--el-text-color-disabled)
}

.el-select-dropdown__empty {
    padding: 10px 0;
    margin: 0;
    text-align: center;
    color: var(--el-text-color-secondary);
    font-size: var(--el-select-font-size)
}

.el-select-dropdown__wrap {
    max-height: 274px
}

.el-select-dropdown__list {
    list-style: none;
    padding: 6px 0;
    margin: 0;
    box-sizing: border-box
}

.el-select {
    --el-select-border-color-hover: var(--el-border-color-hover);
    --el-select-disabled-border: var(--el-disabled-border-color);
    --el-select-font-size: var(--el-font-size-base);
    --el-select-close-hover-color: var(--el-text-color-secondary);
    --el-select-input-color: var(--el-text-color-placeholder);
    --el-select-multiple-input-color: var(--el-text-color-regular);
    --el-select-input-focus-border-color: var(--el-color-primary);
    --el-select-input-font-size: 14px
}

.el-select {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    line-height: 32px
}

.el-select__popper.el-popper {
    background: var(--el-bg-color-overlay);
    border: 1px solid var(--el-border-color-light);
    box-shadow: var(--el-box-shadow-light)
}

.el-select__popper.el-popper .el-popper__arrow:before {
    border: 1px solid var(--el-border-color-light)
}

.el-select__popper.el-popper[data-popper-placement^=top] .el-popper__arrow:before {
    border-top-color: transparent;
    border-left-color: transparent
}

.el-select__popper.el-popper[data-popper-placement^=bottom] .el-popper__arrow:before {
    border-bottom-color: transparent;
    border-right-color: transparent
}

.el-select__popper.el-popper[data-popper-placement^=left] .el-popper__arrow:before {
    border-left-color: transparent;
    border-bottom-color: transparent
}

.el-select__popper.el-popper[data-popper-placement^=right] .el-popper__arrow:before {
    border-right-color: transparent;
    border-top-color: transparent
}

.el-select .el-select-tags-wrapper.has-prefix {
    margin-left: 6px
}

.el-select--large {
    line-height: 40px
}

.el-select--large .el-select-tags-wrapper.has-prefix {
    margin-left: 8px
}

.el-select--small {
    line-height: 24px
}

.el-select--small .el-select-tags-wrapper.has-prefix {
    margin-left: 4px
}

.el-select .el-select__tags>span {
    display: inline-block
}

.el-select:hover:not(.el-select--disabled) .el-input__wrapper {
    box-shadow: 0 0 0 1px var(--el-select-border-color-hover) inset
}

.el-select .el-select__tags-text {
    display: inline-block;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.el-select .el-input__wrapper {
    cursor: pointer
}

.el-select .el-input__wrapper.is-focus {
    box-shadow: 0 0 0 1px var(--el-select-input-focus-border-color) inset !important
}

.el-select .el-input__inner {
    cursor: pointer
}

.el-select .el-input {
    display: flex
}

.el-select .el-input .el-select__caret {
    color: var(--el-select-input-color);
    font-size: var(--el-select-input-font-size);
    transition: transform var(--el-transition-duration);
    transform: rotate(0);
    cursor: pointer
}

.el-select .el-input .el-select__caret.is-reverse {
    transform: rotate(-180deg)
}

.el-select .el-input .el-select__caret.is-show-close {
    font-size: var(--el-select-font-size);
    text-align: center;
    transform: rotate(0);
    border-radius: var(--el-border-radius-circle);
    color: var(--el-select-input-color);
    transition: var(--el-transition-color)
}

.el-select .el-input .el-select__caret.is-show-close:hover {
    color: var(--el-select-close-hover-color)
}

.el-select .el-input .el-select__caret.el-icon {
    position: relative;
    height: inherit;
    z-index: 2
}

.el-select .el-input.is-disabled .el-input__wrapper {
    cursor: not-allowed
}

.el-select .el-input.is-disabled .el-input__wrapper:hover {
    box-shadow: 0 0 0 1px var(--el-select-disabled-border) inset
}

.el-select .el-input.is-disabled .el-input__inner,
.el-select .el-input.is-disabled .el-select__caret {
    cursor: not-allowed
}

.el-select .el-input.is-focus .el-input__wrapper {
    box-shadow: 0 0 0 1px var(--el-select-input-focus-border-color) inset !important
}

.el-select__input {
    border: none;
    outline: 0;
    padding: 0;
    margin-left: 15px;
    color: var(--el-select-multiple-input-color);
    font-size: var(--el-select-font-size);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 28px;
    background-color: transparent
}

.el-select__input.is-disabled {
    cursor: not-allowed
}

.el-select__input--iOS {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 6
}

.el-select__input.is-small {
    height: 14px
}

.el-select__close {
    cursor: pointer;
    position: absolute;
    top: 8px;
    z-index: var(--el-index-top);
    right: 25px;
    color: var(--el-select-input-color);
    line-height: 18px;
    font-size: var(--el-select-input-font-size)
}

.el-select__close:hover {
    color: var(--el-select-close-hover-color)
}

.el-select__tags {
    position: absolute;
    line-height: normal;
    top: 50%;
    transform: translateY(-50%);
    white-space: normal;
    z-index: var(--el-index-normal);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    cursor: pointer
}

.el-select__tags .el-tag {
    box-sizing: border-box;
    border-color: transparent;
    margin: 2px 6px 2px 0
}

.el-select__tags .el-tag:last-child {
    margin-right: 0
}

.el-select__tags .el-tag .el-icon-close {
    background-color: var(--el-text-color-placeholder);
    right: -7px;
    top: 0;
    color: #fff
}

.el-select__tags .el-tag .el-icon-close:hover {
    background-color: var(--el-text-color-secondary)
}

.el-select__tags .el-tag .el-icon-close:before {
    display: block;
    transform: translateY(.5px)
}

.el-select__tags .el-tag--info {
    background-color: var(--el-fill-color)
}

.el-select__tags.is-disabled {
    cursor: not-allowed
}

.el-select__collapse-tags {
    white-space: normal;
    z-index: var(--el-index-normal);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    cursor: pointer
}

.el-select__collapse-tags .el-tag {
    box-sizing: border-box;
    border-color: transparent;
    margin: 2px 6px 2px 0
}

.el-select__collapse-tags .el-tag:last-child {
    margin-right: 0
}

.el-select__collapse-tags .el-tag .el-icon-close {
    background-color: var(--el-text-color-placeholder);
    right: -7px;
    top: 0;
    color: #fff
}

.el-select__collapse-tags .el-tag .el-icon-close:hover {
    background-color: var(--el-text-color-secondary)
}

.el-select__collapse-tags .el-tag .el-icon-close:before {
    display: block;
    transform: translateY(.5px)
}

.el-select__collapse-tags .el-tag--info {
    background-color: var(--el-fill-color)
}

.el-select__collapse-tag {
    line-height: inherit;
    height: inherit;
    display: flex
}

.el-skeleton {
    --el-skeleton-circle-size: var(--el-avatar-size)
}

.el-skeleton__item {
    background: var(--el-skeleton-color);
    display: inline-block;
    height: 16px;
    border-radius: var(--el-border-radius-base);
    width: 100%
}

.el-skeleton__circle {
    border-radius: 50%;
    width: var(--el-skeleton-circle-size);
    height: var(--el-skeleton-circle-size);
    line-height: var(--el-skeleton-circle-size)
}

.el-skeleton__button {
    height: 40px;
    width: 64px;
    border-radius: 4px
}

.el-skeleton__p {
    width: 100%
}

.el-skeleton__p.is-last {
    width: 61%
}

.el-skeleton__p.is-first {
    width: 33%
}

.el-skeleton__text {
    width: 100%;
    height: var(--el-font-size-small)
}

.el-skeleton__caption {
    height: var(--el-font-size-extra-small)
}

.el-skeleton__h1 {
    height: var(--el-font-size-extra-large)
}

.el-skeleton__h3 {
    height: var(--el-font-size-large)
}

.el-skeleton__h5 {
    height: var(--el-font-size-medium)
}

.el-skeleton__image {
    width: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0
}

.el-skeleton__image svg {
    color: var(--el-svg-monochrome-grey);
    fill: currentColor;
    width: 22%;
    height: 22%
}

.el-skeleton {
    --el-skeleton-color: var(--el-fill-color);
    --el-skeleton-to-color: var(--el-fill-color-darker)
}

@-webkit-keyframes el-skeleton-loading {
    0% {
        background-position: 100% 50%
    }

    to {
        background-position: 0 50%
    }
}

@keyframes el-skeleton-loading {
    0% {
        background-position: 100% 50%
    }

    to {
        background-position: 0 50%
    }
}

.el-skeleton {
    width: 100%
}

.el-skeleton__first-line,
.el-skeleton__paragraph {
    height: 16px;
    margin-top: 16px;
    background: var(--el-skeleton-color)
}

.el-skeleton.is-animated .el-skeleton__item {
    background: linear-gradient(90deg, var(--el-skeleton-color) 25%, var(--el-skeleton-to-color) 37%, var(--el-skeleton-color) 63%);
    background-size: 400% 100%;
    -webkit-animation: el-skeleton-loading 1.4s ease infinite;
    animation: el-skeleton-loading 1.4s ease infinite
}

.el-slider {
    --el-slider-main-bg-color: var(--el-color-primary);
    --el-slider-runway-bg-color: var(--el-border-color-light);
    --el-slider-stop-bg-color: var(--el-color-white);
    --el-slider-disabled-color: var(--el-text-color-placeholder);
    --el-slider-border-radius: 3px;
    --el-slider-height: 6px;
    --el-slider-button-size: 20px;
    --el-slider-button-wrapper-size: 36px;
    --el-slider-button-wrapper-offset: -15px
}

.el-slider {
    width: 100%;
    height: 32px;
    display: flex;
    align-items: center
}

.el-slider__runway {
    flex: 1;
    height: var(--el-slider-height);
    background-color: var(--el-slider-runway-bg-color);
    border-radius: var(--el-slider-border-radius);
    position: relative;
    cursor: pointer
}

.el-slider__runway.show-input {
    margin-right: 30px;
    width: auto
}

.el-slider__runway.is-disabled {
    cursor: default
}

.el-slider__runway.is-disabled .el-slider__bar {
    background-color: var(--el-slider-disabled-color)
}

.el-slider__runway.is-disabled .el-slider__button {
    border-color: var(--el-slider-disabled-color)
}

.el-slider__runway.is-disabled .el-slider__button-wrapper.hover,
.el-slider__runway.is-disabled .el-slider__button-wrapper:hover,
.el-slider__runway.is-disabled .el-slider__button-wrapper.dragging {
    cursor: not-allowed
}

.el-slider__runway.is-disabled .el-slider__button.dragging,
.el-slider__runway.is-disabled .el-slider__button.hover,
.el-slider__runway.is-disabled .el-slider__button:hover {
    transform: scale(1)
}

.el-slider__runway.is-disabled .el-slider__button.hover,
.el-slider__runway.is-disabled .el-slider__button:hover,
.el-slider__runway.is-disabled .el-slider__button.dragging {
    cursor: not-allowed
}

.el-slider__input {
    flex-shrink: 0;
    width: 130px
}

.el-slider__bar {
    height: var(--el-slider-height);
    background-color: var(--el-slider-main-bg-color);
    border-top-left-radius: var(--el-slider-border-radius);
    border-bottom-left-radius: var(--el-slider-border-radius);
    position: absolute
}

.el-slider__button-wrapper {
    height: var(--el-slider-button-wrapper-size);
    width: var(--el-slider-button-wrapper-size);
    position: absolute;
    z-index: 1;
    top: var(--el-slider-button-wrapper-offset);
    transform: translate(-50%);
    background-color: transparent;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: normal;
    outline: 0
}

.el-slider__button-wrapper:after {
    display: inline-block;
    content: "";
    height: 100%;
    vertical-align: middle
}

.el-slider__button-wrapper.hover,
.el-slider__button-wrapper:hover {
    cursor: -webkit-grab;
    cursor: grab
}

.el-slider__button-wrapper.dragging {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.el-slider__button {
    display: inline-block;
    width: var(--el-slider-button-size);
    height: var(--el-slider-button-size);
    vertical-align: middle;
    border: solid 2px var(--el-slider-main-bg-color);
    background-color: var(--el-color-white);
    border-radius: 50%;
    box-sizing: border-box;
    transition: var(--el-transition-duration-fast);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.el-slider__button.dragging,
.el-slider__button.hover,
.el-slider__button:hover {
    transform: scale(1.2)
}

.el-slider__button.hover,
.el-slider__button:hover {
    cursor: -webkit-grab;
    cursor: grab
}

.el-slider__button.dragging {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.el-slider__stop {
    position: absolute;
    height: var(--el-slider-height);
    width: var(--el-slider-height);
    border-radius: var(--el-border-radius-circle);
    background-color: var(--el-slider-stop-bg-color);
    transform: translate(-50%)
}

.el-slider__marks {
    top: 0;
    left: 12px;
    width: 18px;
    height: 100%
}

.el-slider__marks-text {
    position: absolute;
    transform: translate(-50%);
    font-size: 14px;
    color: var(--el-color-info);
    margin-top: 15px;
    white-space: pre
}

.el-slider.is-vertical {
    position: relative;
    display: inline-flex;
    width: auto;
    height: 100%;
    flex: 0
}

.el-slider.is-vertical .el-slider__runway {
    width: var(--el-slider-height);
    height: 100%;
    margin: 0 16px
}

.el-slider.is-vertical .el-slider__bar {
    width: var(--el-slider-height);
    height: auto;
    border-radius: 0 0 3px 3px
}

.el-slider.is-vertical .el-slider__button-wrapper {
    top: auto;
    left: var(--el-slider-button-wrapper-offset);
    transform: translateY(50%)
}

.el-slider.is-vertical .el-slider__stop {
    transform: translateY(50%)
}

.el-slider.is-vertical .el-slider__marks-text {
    margin-top: 0;
    left: 15px;
    transform: translateY(50%)
}

.el-slider--large {
    height: 40px
}

.el-slider--small {
    height: 24px
}

.el-space {
    display: inline-flex;
    vertical-align: top
}

.el-space__item {
    display: flex;
    flex-wrap: wrap
}

.el-space__item>* {
    flex: 1
}

.el-space--vertical {
    flex-direction: column
}

.el-time-spinner {
    width: 100%;
    white-space: nowrap
}

.el-spinner {
    display: inline-block;
    vertical-align: middle
}

.el-spinner-inner {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    width: 50px;
    height: 50px
}

.el-spinner-inner .path {
    stroke: var(--el-border-color-lighter);
    stroke-linecap: round;
    -webkit-animation: dash 1.5s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite
}

@-webkit-keyframes rotate {
    to {
        transform: rotate(360deg)
    }
}

@keyframes rotate {
    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35
    }

    to {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35
    }

    to {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124
    }
}

.el-step {
    position: relative;
    flex-shrink: 1
}

.el-step:last-of-type .el-step__line {
    display: none
}

.el-step:last-of-type.is-flex {
    flex-basis: auto !important;
    flex-shrink: 0;
    flex-grow: 0
}

.el-step:last-of-type .el-step__description,
.el-step:last-of-type .el-step__main {
    padding-right: 0
}

.el-step__head {
    position: relative;
    width: 100%
}

.el-step__head.is-process {
    color: var(--el-text-color-primary);
    border-color: var(--el-text-color-primary)
}

.el-step__head.is-wait {
    color: var(--el-text-color-placeholder);
    border-color: var(--el-text-color-placeholder)
}

.el-step__head.is-success {
    color: var(--el-color-success);
    border-color: var(--el-color-success)
}

.el-step__head.is-error {
    color: var(--el-color-danger);
    border-color: var(--el-color-danger)
}

.el-step__head.is-finish {
    color: var(--el-color-primary);
    border-color: var(--el-color-primary)
}

.el-step__icon {
    position: relative;
    z-index: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    font-size: 14px;
    box-sizing: border-box;
    background: var(--el-bg-color);
    transition: .15s ease-out
}

.el-step__icon.is-text {
    border-radius: 50%;
    border: 2px solid;
    border-color: inherit
}

.el-step__icon.is-icon {
    width: 40px
}

.el-step__icon-inner {
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    font-weight: 700;
    line-height: 1;
    color: inherit
}

.el-step__icon-inner[class*=el-icon]:not(.is-status) {
    font-size: 25px;
    font-weight: 400
}

.el-step__icon-inner.is-status {
    transform: translateY(1px)
}

.el-step__line {
    position: absolute;
    border-color: inherit;
    background-color: var(--el-text-color-placeholder)
}

.el-step__line-inner {
    display: block;
    border-width: 1px;
    border-style: solid;
    border-color: inherit;
    transition: .15s ease-out;
    box-sizing: border-box;
    width: 0;
    height: 0
}

.el-step__main {
    white-space: normal;
    text-align: left
}

.el-step__title {
    font-size: 16px;
    line-height: 38px
}

.el-step__title.is-process {
    font-weight: 700;
    color: var(--el-text-color-primary)
}

.el-step__title.is-wait {
    color: var(--el-text-color-placeholder)
}

.el-step__title.is-success {
    color: var(--el-color-success)
}

.el-step__title.is-error {
    color: var(--el-color-danger)
}

.el-step__title.is-finish {
    color: var(--el-color-primary)
}

.el-step__description {
    padding-right: 10%;
    margin-top: -5px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400
}

.el-step__description.is-process {
    color: var(--el-text-color-primary)
}

.el-step__description.is-wait {
    color: var(--el-text-color-placeholder)
}

.el-step__description.is-success {
    color: var(--el-color-success)
}

.el-step__description.is-error {
    color: var(--el-color-danger)
}

.el-step__description.is-finish {
    color: var(--el-color-primary)
}

.el-step.is-horizontal {
    display: inline-block
}

.el-step.is-horizontal .el-step__line {
    height: 2px;
    top: 11px;
    left: 0;
    right: 0
}

.el-step.is-vertical {
    display: flex
}

.el-step.is-vertical .el-step__head {
    flex-grow: 0;
    width: 24px
}

.el-step.is-vertical .el-step__main {
    padding-left: 10px;
    flex-grow: 1
}

.el-step.is-vertical .el-step__title {
    line-height: 24px;
    padding-bottom: 8px
}

.el-step.is-vertical .el-step__line {
    width: 2px;
    top: 0;
    bottom: 0;
    left: 11px
}

.el-step.is-vertical .el-step__icon.is-icon {
    width: 24px
}

.el-step.is-center .el-step__head,
.el-step.is-center .el-step__main {
    text-align: center
}

.el-step.is-center .el-step__description {
    padding-left: 20%;
    padding-right: 20%
}

.el-step.is-center .el-step__line {
    left: 50%;
    right: -50%
}

.el-step.is-simple {
    display: flex;
    align-items: center
}

.el-step.is-simple .el-step__head {
    width: auto;
    font-size: 0;
    padding-right: 10px
}

.el-step.is-simple .el-step__icon {
    background: 0 0;
    width: 16px;
    height: 16px;
    font-size: 12px
}

.el-step.is-simple .el-step__icon-inner[class*=el-icon]:not(.is-status) {
    font-size: 18px
}

.el-step.is-simple .el-step__icon-inner.is-status {
    transform: scale(.8) translateY(1px)
}

.el-step.is-simple .el-step__main {
    position: relative;
    display: flex;
    align-items: stretch;
    flex-grow: 1
}

.el-step.is-simple .el-step__title {
    font-size: 16px;
    line-height: 20px
}

.el-step.is-simple:not(:last-of-type) .el-step__title {
    max-width: 50%;
    word-break: break-all
}

.el-step.is-simple .el-step__arrow {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center
}

.el-step.is-simple .el-step__arrow:after,
.el-step.is-simple .el-step__arrow:before {
    content: "";
    display: inline-block;
    position: absolute;
    height: 15px;
    width: 1px;
    background: var(--el-text-color-placeholder)
}

.el-step.is-simple .el-step__arrow:before {
    transform: rotate(-45deg) translateY(-4px);
    transform-origin: 0 0
}

.el-step.is-simple .el-step__arrow:after {
    transform: rotate(45deg) translateY(4px);
    transform-origin: 100% 100%
}

.el-step.is-simple:last-of-type .el-step__arrow {
    display: none
}

.el-steps {
    display: flex
}

.el-steps--simple {
    padding: 13px 8%;
    border-radius: 4px;
    background: var(--el-fill-color-light)
}

.el-steps--horizontal {
    white-space: nowrap
}

.el-steps--vertical {
    height: 100%;
    flex-flow: column
}

.el-switch {
    --el-switch-on-color: var(--el-color-primary);
    --el-switch-off-color: var(--el-border-color)
}

.el-switch {
    display: inline-flex;
    align-items: center;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    height: 32px;
    vertical-align: middle
}

.el-switch.is-disabled .el-switch__core,
.el-switch.is-disabled .el-switch__label {
    cursor: not-allowed
}

.el-switch__label {
    transition: var(--el-transition-duration-fast);
    height: 20px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    vertical-align: middle;
    color: var(--el-text-color-primary)
}

.el-switch__label.is-active {
    color: var(--el-color-primary)
}

.el-switch__label--left {
    margin-right: 10px
}

.el-switch__label--right {
    margin-left: 10px
}

.el-switch__label * {
    line-height: 1;
    font-size: 14px;
    display: inline-block
}

.el-switch__label .el-icon {
    height: inherit
}

.el-switch__label .el-icon svg {
    vertical-align: middle
}

.el-switch__input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0
}

.el-switch__input:focus-visible~.el-switch__core {
    outline: 2px solid var(--el-switch-on-color);
    outline-offset: 1px
}

.el-switch__core {
    display: inline-flex;
    position: relative;
    align-items: center;
    min-width: 40px;
    height: 20px;
    border: 1px solid var(--el-switch-border-color, var(--el-switch-off-color));
    outline: 0;
    border-radius: 10px;
    box-sizing: border-box;
    background: var(--el-switch-off-color);
    cursor: pointer;
    transition: border-color var(--el-transition-duration), background-color var(--el-transition-duration)
}

.el-switch__core .el-switch__inner {
    width: 100%;
    transition: all var(--el-transition-duration);
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 0 4px 0 18px
}

.el-switch__core .el-switch__inner .is-icon,
.el-switch__core .el-switch__inner .is-text {
    font-size: 12px;
    color: var(--el-color-white);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.el-switch__core .el-switch__action {
    position: absolute;
    left: 1px;
    border-radius: var(--el-border-radius-circle);
    transition: all var(--el-transition-duration);
    width: 16px;
    height: 16px;
    background-color: var(--el-color-white);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--el-switch-off-color)
}

.el-switch.is-checked .el-switch__core {
    border-color: var(--el-switch-border-color, var(--el-switch-on-color));
    background-color: var(--el-switch-on-color)
}

.el-switch.is-checked .el-switch__core .el-switch__action {
    left: calc(100% - 17px);
    color: var(--el-switch-on-color)
}

.el-switch.is-checked .el-switch__core .el-switch__inner {
    padding: 0 18px 0 4px
}

.el-switch.is-disabled {
    opacity: .6
}

.el-switch--wide .el-switch__label.el-switch__label--left span {
    left: 10px
}

.el-switch--wide .el-switch__label.el-switch__label--right span {
    right: 10px
}

.el-switch .label-fade-enter-from,
.el-switch .label-fade-leave-active {
    opacity: 0
}

.el-switch--large {
    font-size: 14px;
    line-height: 24px;
    height: 40px
}

.el-switch--large .el-switch__label {
    height: 24px;
    font-size: 14px
}

.el-switch--large .el-switch__label * {
    font-size: 14px
}

.el-switch--large .el-switch__core {
    min-width: 50px;
    height: 24px;
    border-radius: 12px
}

.el-switch--large .el-switch__core .el-switch__inner {
    height: 20px;
    padding: 0 6px 0 22px
}

.el-switch--large .el-switch__core .el-switch__action {
    width: 20px;
    height: 20px
}

.el-switch--large.is-checked .el-switch__core .el-switch__action {
    left: calc(100% - 21px)
}

.el-switch--large.is-checked .el-switch__core .el-switch__inner {
    padding: 0 22px 0 6px
}

.el-switch--small {
    font-size: 12px;
    line-height: 16px;
    height: 24px
}

.el-switch--small .el-switch__label {
    height: 16px;
    font-size: 12px
}

.el-switch--small .el-switch__label * {
    font-size: 12px
}

.el-switch--small .el-switch__core {
    min-width: 30px;
    height: 16px;
    border-radius: 8px
}

.el-switch--small .el-switch__core .el-switch__inner {
    height: 12px;
    padding: 0 2px 0 14px
}

.el-switch--small .el-switch__core .el-switch__action {
    width: 12px;
    height: 12px
}

.el-switch--small.is-checked .el-switch__core .el-switch__action {
    left: calc(100% - 13px)
}

.el-switch--small.is-checked .el-switch__core .el-switch__inner {
    padding: 0 14px 0 2px
}

.el-table-column--selection .cell {
    padding-left: 14px;
    padding-right: 14px
}

.el-table-filter {
    border: solid 1px var(--el-border-color-lighter);
    border-radius: 2px;
    background-color: #fff;
    box-shadow: var(--el-box-shadow-light);
    box-sizing: border-box
}

.el-table-filter__list {
    padding: 5px 0;
    margin: 0;
    list-style: none;
    min-width: 100px
}

.el-table-filter__list-item {
    line-height: 36px;
    padding: 0 10px;
    cursor: pointer;
    font-size: var(--el-font-size-base)
}

.el-table-filter__list-item:hover {
    background-color: var(--el-color-primary-light-9);
    color: var(--el-color-primary)
}

.el-table-filter__list-item.is-active {
    background-color: var(--el-color-primary);
    color: #fff
}

.el-table-filter__content {
    min-width: 100px
}

.el-table-filter__bottom {
    border-top: 1px solid var(--el-border-color-lighter);
    padding: 8px
}

.el-table-filter__bottom button {
    background: 0 0;
    border: none;
    color: var(--el-text-color-regular);
    cursor: pointer;
    font-size: var(--el-font-size-small);
    padding: 0 3px
}

.el-table-filter__bottom button:hover {
    color: var(--el-color-primary)
}

.el-table-filter__bottom button:focus {
    outline: 0
}

.el-table-filter__bottom button.is-disabled {
    color: var(--el-disabled-text-color);
    cursor: not-allowed
}

.el-table-filter__wrap {
    max-height: 280px
}

.el-table-filter__checkbox-group {
    padding: 10px
}

.el-table-filter__checkbox-group label.el-checkbox {
    display: flex;
    align-items: center;
    margin-right: 5px;
    margin-bottom: 12px;
    margin-left: 5px;
    height: unset
}

.el-table-filter__checkbox-group .el-checkbox:last-child {
    margin-bottom: 0
}

.el-table {
    --el-table-border-color: var(--el-border-color-lighter);
    --el-table-border: 1px solid var(--el-table-border-color);
    --el-table-text-color: var(--el-text-color-regular);
    --el-table-header-text-color: var(--el-text-color-secondary);
    --el-table-row-hover-bg-color: var(--el-fill-color-light);
    --el-table-current-row-bg-color: var(--el-color-primary-light-9);
    --el-table-header-bg-color: var(--el-bg-color);
    --el-table-fixed-box-shadow: var(--el-box-shadow-light);
    --el-table-bg-color: var(--el-fill-color-blank);
    --el-table-tr-bg-color: var(--el-fill-color-blank);
    --el-table-expanded-cell-bg-color: var(--el-fill-color-blank);
    --el-table-fixed-left-column: inset 10px 0 10px -10px rgba(0, 0, 0, .15);
    --el-table-fixed-right-column: inset -10px 0 10px -10px rgba(0, 0, 0, .15)
}

.el-table {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    max-width: 100%;
    background-color: var(--el-table-bg-color);
    font-size: 14px;
    color: var(--el-table-text-color)
}

.el-table__inner-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%
}

.el-table__inner-wrapper:before {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px
}

.el-table.has-footer.el-table--fluid-height tr:last-child td.el-table__cell,
.el-table.has-footer.el-table--scrollable-y tr:last-child td.el-table__cell {
    border-bottom-color: transparent
}

.el-table__empty-block {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    min-height: 60px;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.el-table__empty-text {
    line-height: 60px;
    width: 50%;
    color: var(--el-text-color-secondary)
}

.el-table__expand-column .cell {
    padding: 0;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.el-table__expand-icon {
    position: relative;
    cursor: pointer;
    color: var(--el-text-color-regular);
    font-size: 12px;
    transition: transform var(--el-transition-duration-fast) ease-in-out;
    height: 20px
}

.el-table__expand-icon--expanded {
    transform: rotate(90deg)
}

.el-table__expand-icon>.el-icon {
    font-size: 12px
}

.el-table__expanded-cell {
    background-color: var(--el-table-expanded-cell-bg-color)
}

.el-table__expanded-cell[class*=cell] {
    padding: 20px 50px
}

.el-table__expanded-cell:hover {
    background-color: transparent !important
}

.el-table__placeholder {
    display: inline-block;
    width: 20px
}

.el-table__append-wrapper {
    overflow: hidden
}

.el-table--fit {
    border-right: 0;
    border-bottom: 0
}

.el-table--fit .el-table__cell.gutter {
    border-right-width: 1px
}

.el-table thead {
    color: var(--el-table-header-text-color);
    font-weight: 500
}

.el-table thead.is-group th.el-table__cell {
    background: var(--el-fill-color-light)
}

.el-table .el-table__cell {
    padding: 8px 0;
    min-width: 0;
    box-sizing: border-box;
    text-overflow: ellipsis;
    vertical-align: middle;
    position: relative;
    text-align: left;
    z-index: 1
}

.el-table .el-table__cell.is-center {
    text-align: center
}

.el-table .el-table__cell.is-right {
    text-align: right
}

.el-table .el-table__cell.gutter {
    width: 15px;
    border-right-width: 0;
    border-bottom-width: 0;
    padding: 0
}

.el-table .el-table__cell.is-hidden>* {
    visibility: hidden
}

.el-table .cell {
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-all;
    line-height: 23px;
    padding: 0 12px
}

.el-table .cell.el-tooltip {
    white-space: nowrap;
    min-width: 50px
}

.el-table--large {
    font-size: var(--el-font-size-base)
}

.el-table--large .el-table__cell {
    padding: 12px 0
}

.el-table--large .cell {
    padding: 0 16px
}

.el-table--default {
    font-size: 14px
}

.el-table--default .el-table__cell {
    padding: 8px 0
}

.el-table--default .cell {
    padding: 0 12px
}

.el-table--small {
    font-size: 12px
}

.el-table--small .el-table__cell {
    padding: 4px 0
}

.el-table--small .cell {
    padding: 0 8px
}

.el-table tr {
    background-color: var(--el-table-tr-bg-color)
}

.el-table tr input[type=checkbox] {
    margin: 0
}

.el-table td.el-table__cell,
.el-table th.el-table__cell.is-leaf {
    border-bottom: var(--el-table-border)
}

.el-table th.el-table__cell.is-sortable {
    cursor: pointer
}

.el-table th.el-table__cell {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: var(--el-table-header-bg-color)
}

.el-table th.el-table__cell>.cell.highlight {
    color: var(--el-color-primary)
}

.el-table th.el-table__cell.required>div:before {
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff4d51;
    margin-right: 5px;
    vertical-align: middle
}

.el-table td.el-table__cell div {
    box-sizing: border-box
}

.el-table td.el-table__cell.gutter {
    width: 0
}

.el-table__footer-wrapper {
    border-top: var(--el-table-border)
}

.el-table--border .el-table__inner-wrapper:after,
.el-table--border:after,
.el-table--border:before,
.el-table__inner-wrapper:before {
    content: "";
    position: absolute;
    background-color: var(--el-table-border-color);
    z-index: 3
}

.el-table--border .el-table__inner-wrapper:after {
    left: 0;
    top: 0;
    width: 100%;
    height: 1px
}

.el-table--border:before {
    top: -1px;
    left: 0;
    width: 1px;
    height: 100%
}

.el-table--border:after {
    top: -1px;
    right: 0;
    width: 1px;
    height: 100%
}

.el-table--border .el-table__inner-wrapper {
    border-right: none;
    border-bottom: none
}

.el-table--border .el-table__footer-wrapper {
    position: relative;
    flex-shrink: 0
}

.el-table--border .el-table__cell {
    border-right: var(--el-table-border)
}

.el-table--border th.el-table__cell.gutter:last-of-type {
    border-bottom: var(--el-table-border);
    border-bottom-width: 1px
}

.el-table--border th.el-table__cell {
    border-bottom: var(--el-table-border)
}

.el-table--hidden {
    visibility: hidden
}

.el-table__body-wrapper,
.el-table__footer-wrapper,
.el-table__header-wrapper {
    width: 100%
}

.el-table__body-wrapper tr td.el-table-fixed-column--left,
.el-table__body-wrapper tr td.el-table-fixed-column--right,
.el-table__body-wrapper tr th.el-table-fixed-column--left,
.el-table__body-wrapper tr th.el-table-fixed-column--right,
.el-table__footer-wrapper tr td.el-table-fixed-column--left,
.el-table__footer-wrapper tr td.el-table-fixed-column--right,
.el-table__footer-wrapper tr th.el-table-fixed-column--left,
.el-table__footer-wrapper tr th.el-table-fixed-column--right,
.el-table__header-wrapper tr td.el-table-fixed-column--left,
.el-table__header-wrapper tr td.el-table-fixed-column--right,
.el-table__header-wrapper tr th.el-table-fixed-column--left,
.el-table__header-wrapper tr th.el-table-fixed-column--right {
    position: -webkit-sticky !important;
    position: sticky !important;
    z-index: 2;
    background: var(--el-bg-color)
}

.el-table__body-wrapper tr td.el-table-fixed-column--left.is-first-column:before,
.el-table__body-wrapper tr td.el-table-fixed-column--left.is-last-column:before,
.el-table__body-wrapper tr td.el-table-fixed-column--right.is-first-column:before,
.el-table__body-wrapper tr td.el-table-fixed-column--right.is-last-column:before,
.el-table__body-wrapper tr th.el-table-fixed-column--left.is-first-column:before,
.el-table__body-wrapper tr th.el-table-fixed-column--left.is-last-column:before,
.el-table__body-wrapper tr th.el-table-fixed-column--right.is-first-column:before,
.el-table__body-wrapper tr th.el-table-fixed-column--right.is-last-column:before,
.el-table__footer-wrapper tr td.el-table-fixed-column--left.is-first-column:before,
.el-table__footer-wrapper tr td.el-table-fixed-column--left.is-last-column:before,
.el-table__footer-wrapper tr td.el-table-fixed-column--right.is-first-column:before,
.el-table__footer-wrapper tr td.el-table-fixed-column--right.is-last-column:before,
.el-table__footer-wrapper tr th.el-table-fixed-column--left.is-first-column:before,
.el-table__footer-wrapper tr th.el-table-fixed-column--left.is-last-column:before,
.el-table__footer-wrapper tr th.el-table-fixed-column--right.is-first-column:before,
.el-table__footer-wrapper tr th.el-table-fixed-column--right.is-last-column:before,
.el-table__header-wrapper tr td.el-table-fixed-column--left.is-first-column:before,
.el-table__header-wrapper tr td.el-table-fixed-column--left.is-last-column:before,
.el-table__header-wrapper tr td.el-table-fixed-column--right.is-first-column:before,
.el-table__header-wrapper tr td.el-table-fixed-column--right.is-last-column:before,
.el-table__header-wrapper tr th.el-table-fixed-column--left.is-first-column:before,
.el-table__header-wrapper tr th.el-table-fixed-column--left.is-last-column:before,
.el-table__header-wrapper tr th.el-table-fixed-column--right.is-first-column:before,
.el-table__header-wrapper tr th.el-table-fixed-column--right.is-last-column:before {
    content: "";
    position: absolute;
    top: 0;
    width: 10px;
    bottom: -1px;
    overflow-x: hidden;
    overflow-y: hidden;
    box-shadow: none;
    touch-action: none;
    pointer-events: none
}

.el-table__body-wrapper tr td.el-table-fixed-column--left.is-first-column:before,
.el-table__body-wrapper tr td.el-table-fixed-column--right.is-first-column:before,
.el-table__body-wrapper tr th.el-table-fixed-column--left.is-first-column:before,
.el-table__body-wrapper tr th.el-table-fixed-column--right.is-first-column:before,
.el-table__footer-wrapper tr td.el-table-fixed-column--left.is-first-column:before,
.el-table__footer-wrapper tr td.el-table-fixed-column--right.is-first-column:before,
.el-table__footer-wrapper tr th.el-table-fixed-column--left.is-first-column:before,
.el-table__footer-wrapper tr th.el-table-fixed-column--right.is-first-column:before,
.el-table__header-wrapper tr td.el-table-fixed-column--left.is-first-column:before,
.el-table__header-wrapper tr td.el-table-fixed-column--right.is-first-column:before,
.el-table__header-wrapper tr th.el-table-fixed-column--left.is-first-column:before,
.el-table__header-wrapper tr th.el-table-fixed-column--right.is-first-column:before {
    left: -10px
}

.el-table__body-wrapper tr td.el-table-fixed-column--left.is-last-column:before,
.el-table__body-wrapper tr td.el-table-fixed-column--right.is-last-column:before,
.el-table__body-wrapper tr th.el-table-fixed-column--left.is-last-column:before,
.el-table__body-wrapper tr th.el-table-fixed-column--right.is-last-column:before,
.el-table__footer-wrapper tr td.el-table-fixed-column--left.is-last-column:before,
.el-table__footer-wrapper tr td.el-table-fixed-column--right.is-last-column:before,
.el-table__footer-wrapper tr th.el-table-fixed-column--left.is-last-column:before,
.el-table__footer-wrapper tr th.el-table-fixed-column--right.is-last-column:before,
.el-table__header-wrapper tr td.el-table-fixed-column--left.is-last-column:before,
.el-table__header-wrapper tr td.el-table-fixed-column--right.is-last-column:before,
.el-table__header-wrapper tr th.el-table-fixed-column--left.is-last-column:before,
.el-table__header-wrapper tr th.el-table-fixed-column--right.is-last-column:before {
    right: -10px;
    box-shadow: none
}

.el-table__body-wrapper tr td.el-table__fixed-right-patch,
.el-table__body-wrapper tr th.el-table__fixed-right-patch,
.el-table__footer-wrapper tr td.el-table__fixed-right-patch,
.el-table__footer-wrapper tr th.el-table__fixed-right-patch,
.el-table__header-wrapper tr td.el-table__fixed-right-patch,
.el-table__header-wrapper tr th.el-table__fixed-right-patch {
    position: -webkit-sticky !important;
    position: sticky !important;
    z-index: 2;
    background: #fff;
    right: 0
}

.el-table__header-wrapper {
    flex-shrink: 0
}

.el-table__header-wrapper tr th.el-table-fixed-column--left,
.el-table__header-wrapper tr th.el-table-fixed-column--right {
    background-color: var(--el-table-header-bg-color)
}

.el-table__body,
.el-table__footer,
.el-table__header {
    table-layout: fixed;
    border-collapse: separate
}

.el-table__footer-wrapper,
.el-table__header-wrapper {
    overflow: hidden
}

.el-table__footer-wrapper tbody td.el-table__cell,
.el-table__header-wrapper tbody td.el-table__cell {
    background-color: var(--el-table-row-hover-bg-color);
    color: var(--el-table-text-color)
}

.el-table__body-wrapper .el-table-column--selection>.cell,
.el-table__header-wrapper .el-table-column--selection>.cell {
    display: inline-flex;
    align-items: center;
    height: 23px
}

.el-table__body-wrapper .el-table-column--selection .el-checkbox,
.el-table__header-wrapper .el-table-column--selection .el-checkbox {
    height: unset
}

.el-table.is-scrolling-left .el-table-fixed-column--right.is-first-column:before {
    box-shadow: var(--el-table-fixed-right-column)
}

.el-table.is-scrolling-left.el-table--border .el-table-fixed-column--left.is-last-column.el-table__cell {
    border-right: var(--el-table-border)
}

.el-table.is-scrolling-left th.el-table-fixed-column--left {
    background-color: var(--el-table-header-bg-color)
}

.el-table.is-scrolling-right .el-table-fixed-column--left.is-last-column:before {
    box-shadow: var(--el-table-fixed-left-column)
}

.el-table.is-scrolling-right .el-table-fixed-column--left.is-last-column.el-table__cell {
    border-right: none
}

.el-table.is-scrolling-right th.el-table-fixed-column--right {
    background-color: var(--el-table-header-bg-color)
}

.el-table.is-scrolling-middle .el-table-fixed-column--left.is-last-column.el-table__cell {
    border-right: none
}

.el-table.is-scrolling-middle .el-table-fixed-column--right.is-first-column:before {
    box-shadow: var(--el-table-fixed-right-column)
}

.el-table.is-scrolling-middle .el-table-fixed-column--left.is-last-column:before {
    box-shadow: var(--el-table-fixed-left-column)
}

.el-table.is-scrolling-none .el-table-fixed-column--left.is-first-column:before,
.el-table.is-scrolling-none .el-table-fixed-column--left.is-last-column:before,
.el-table.is-scrolling-none .el-table-fixed-column--right.is-first-column:before,
.el-table.is-scrolling-none .el-table-fixed-column--right.is-last-column:before {
    box-shadow: none
}

.el-table.is-scrolling-none th.el-table-fixed-column--left,
.el-table.is-scrolling-none th.el-table-fixed-column--right {
    background-color: var(--el-table-header-bg-color)
}

.el-table__body-wrapper {
    overflow: hidden;
    position: relative;
    flex: 1
}

.el-table__body-wrapper .el-scrollbar__bar {
    z-index: 2
}

.el-table .caret-wrapper {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    height: 14px;
    width: 24px;
    vertical-align: middle;
    cursor: pointer;
    overflow: initial;
    position: relative
}

.el-table .sort-caret {
    width: 0;
    height: 0;
    border: solid 5px transparent;
    position: absolute;
    left: 7px
}

.el-table .sort-caret.ascending {
    border-bottom-color: var(--el-text-color-placeholder);
    top: -5px
}

.el-table .sort-caret.descending {
    border-top-color: var(--el-text-color-placeholder);
    bottom: -3px
}

.el-table .ascending .sort-caret.ascending {
    border-bottom-color: var(--el-color-primary)
}

.el-table .descending .sort-caret.descending {
    border-top-color: var(--el-color-primary)
}

.el-table .hidden-columns {
    visibility: hidden;
    position: absolute;
    z-index: -1
}

.el-table--striped .el-table__body tr.el-table__row--striped td.el-table__cell {
    background: var(--el-fill-color-lighter)
}

.el-table--striped .el-table__body tr.el-table__row--striped.current-row td.el-table__cell {
    background-color: var(--el-table-current-row-bg-color)
}

.el-table__body tr.hover-row.current-row>td.el-table__cell,
.el-table__body tr.hover-row.el-table__row--striped.current-row>td.el-table__cell,
.el-table__body tr.hover-row.el-table__row--striped>td.el-table__cell,
.el-table__body tr.hover-row>td.el-table__cell {
    background-color: var(--el-table-row-hover-bg-color)
}

.el-table__body tr.current-row>td.el-table__cell {
    background-color: var(--el-table-current-row-bg-color)
}

.el-table__column-resize-proxy {
    position: absolute;
    left: 200px;
    top: 0;
    bottom: 0;
    width: 0;
    border-left: var(--el-table-border);
    z-index: 10
}

.el-table__column-filter-trigger {
    display: inline-block;
    cursor: pointer
}

.el-table__column-filter-trigger i {
    color: var(--el-color-info);
    font-size: 14px;
    vertical-align: middle
}

.el-table__border-left-patch {
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    z-index: 3;
    position: absolute;
    background-color: var(--el-table-border-color)
}

.el-table__border-bottom-patch {
    left: 0;
    height: 1px;
    z-index: 3;
    position: absolute;
    background-color: var(--el-table-border-color)
}

.el-table__border-right-patch {
    top: 0;
    height: 100%;
    width: 1px;
    z-index: 3;
    position: absolute;
    background-color: var(--el-table-border-color)
}

.el-table--enable-row-transition .el-table__body td.el-table__cell {
    transition: background-color .25s ease
}

.el-table--enable-row-hover .el-table__body tr:hover>td.el-table__cell {
    background-color: var(--el-table-row-hover-bg-color)
}

.el-table [class*=el-table__row--level] .el-table__expand-icon {
    display: inline-block;
    width: 12px;
    line-height: 12px;
    height: 12px;
    text-align: center;
    margin-right: 8px
}

.el-table .el-table.el-table--border .el-table__cell {
    border-right: var(--el-table-border)
}

.el-table:not(.el-table--border) .el-table__cell {
    border-right: none
}

.el-table:not(.el-table--border)>.el-table__inner-wrapper:after {
    content: none
}

.el-table-v2 {
    --el-table-border-color: var(--el-border-color-lighter);
    --el-table-border: 1px solid var(--el-table-border-color);
    --el-table-text-color: var(--el-text-color-regular);
    --el-table-header-text-color: var(--el-text-color-secondary);
    --el-table-row-hover-bg-color: var(--el-fill-color-light);
    --el-table-current-row-bg-color: var(--el-color-primary-light-9);
    --el-table-header-bg-color: var(--el-bg-color);
    --el-table-fixed-box-shadow: var(--el-box-shadow-light);
    --el-table-bg-color: var(--el-fill-color-blank);
    --el-table-tr-bg-color: var(--el-fill-color-blank);
    --el-table-expanded-cell-bg-color: var(--el-fill-color-blank);
    --el-table-fixed-left-column: inset 10px 0 10px -10px rgba(0, 0, 0, .15);
    --el-table-fixed-right-column: inset -10px 0 10px -10px rgba(0, 0, 0, .15)
}

.el-table-v2 {
    font-size: 14px
}

.el-table-v2 * {
    box-sizing: border-box
}

.el-table-v2__root {
    position: relative
}

.el-table-v2__root:hover .el-table-v2__main .el-virtual-scrollbar {
    opacity: 1
}

.el-table-v2__main {
    display: flex;
    flex-direction: column-reverse;
    position: absolute;
    overflow: hidden;
    top: 0;
    background-color: var(--el-bg-color);
    left: 0
}

.el-table-v2__main .el-vl__horizontal,
.el-table-v2__main .el-vl__vertical {
    z-index: 2
}

.el-table-v2__left {
    display: flex;
    flex-direction: column-reverse;
    position: absolute;
    overflow: hidden;
    top: 0;
    background-color: var(--el-bg-color);
    left: 0;
    box-shadow: 2px 0 4px #0000000f
}

.el-table-v2__left .el-virtual-scrollbar {
    opacity: 0
}

.el-table-v2__left .el-vl__horizontal,
.el-table-v2__left .el-vl__vertical {
    z-index: -1
}

.el-table-v2__right {
    display: flex;
    flex-direction: column-reverse;
    position: absolute;
    overflow: hidden;
    top: 0;
    background-color: var(--el-bg-color);
    right: 0;
    box-shadow: -2px 0 4px #0000000f
}

.el-table-v2__right .el-virtual-scrollbar {
    opacity: 0
}

.el-table-v2__right .el-vl__horizontal,
.el-table-v2__right .el-vl__vertical {
    z-index: -1
}

.el-table-v2__header-row,
.el-table-v2__row {
    -webkit-padding-end: var(--el-table-scrollbar-size);
    padding-inline-end: var(--el-table-scrollbar-size)
}

.el-table-v2__header-wrapper {
    overflow: hidden
}

.el-table-v2__header {
    position: relative;
    overflow: hidden
}

.el-table-v2__footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden
}

.el-table-v2__empty {
    position: absolute;
    left: 0
}

.el-table-v2__overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999
}

.el-table-v2__header-row {
    display: flex;
    border-bottom: var(--el-table-border)
}

.el-table-v2__header-cell {
    display: flex;
    align-items: center;
    padding: 0 8px;
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    background-color: var(--el-table-header-bg-color);
    color: var(--el-table-header-text-color);
    font-weight: 700
}

.el-table-v2__header-cell.is-align-center {
    justify-content: center;
    text-align: center
}

.el-table-v2__header-cell.is-align-right {
    justify-content: flex-end;
    text-align: right
}

.el-table-v2__header-cell.is-sortable {
    cursor: pointer
}

.el-table-v2__header-cell:hover .el-icon {
    display: block
}

.el-table-v2__sort-icon {
    transition: opacity, display var(--el-transition-duration);
    opacity: .6;
    display: none
}

.el-table-v2__sort-icon.is-sorting {
    display: block;
    opacity: 1
}

.el-table-v2__row {
    border-bottom: var(--el-table-border);
    display: flex;
    align-items: center;
    transition: background-color var(--el-transition-duration)
}

.el-table-v2__row.is-hovered,
.el-table-v2__row:hover {
    background-color: var(--el-table-row-hover-bg-color)
}

.el-table-v2__row-cell {
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 0 8px
}

.el-table-v2__row-cell.is-align-center {
    justify-content: center;
    text-align: center
}

.el-table-v2__row-cell.is-align-right {
    justify-content: flex-end;
    text-align: right
}

.el-table-v2__expand-icon {
    margin: 0 4px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.el-table-v2__expand-icon svg {
    transition: transform var(--el-transition-duration)
}

.el-table-v2__expand-icon.is-expanded svg {
    transform: rotate(90deg)
}

.el-table-v2:not(.is-dynamic) .el-table-v2__cell-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.el-table-v2.is-dynamic .el-table-v2__row {
    overflow: hidden;
    align-items: stretch
}

.el-table-v2.is-dynamic .el-table-v2__row .el-table-v2__row-cell {
    word-break: break-all
}

.el-tabs {
    --el-tabs-header-height: 40px
}

.el-tabs__header {
    padding: 0;
    position: relative;
    margin: 0 0 15px
}

.el-tabs__active-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background-color: var(--el-color-primary);
    z-index: 1;
    transition: width var(--el-transition-duration) var(--el-transition-function-ease-in-out-bezier), transform var(--el-transition-duration) var(--el-transition-function-ease-in-out-bezier);
    list-style: none
}

.el-tabs__new-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
    border: 1px solid var(--el-border-color);
    height: 20px;
    width: 20px;
    line-height: 20px;
    margin: 10px 0 10px 10px;
    border-radius: 3px;
    text-align: center;
    font-size: 12px;
    color: var(--el-text-color-primary);
    cursor: pointer;
    transition: all .15s
}

.el-tabs__new-tab .is-icon-plus {
    height: inherit;
    width: inherit;
    transform: scale(.8)
}

.el-tabs__new-tab .is-icon-plus svg {
    vertical-align: middle
}

.el-tabs__new-tab:hover {
    color: var(--el-color-primary)
}

.el-tabs__nav-wrap {
    overflow: hidden;
    margin-bottom: -1px;
    position: relative
}

.el-tabs__nav-wrap:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: var(--el-border-color-light);
    z-index: var(--el-index-normal)
}

.el-tabs__nav-wrap.is-scrollable {
    padding: 0 20px;
    box-sizing: border-box
}

.el-tabs__nav-scroll {
    overflow: hidden
}

.el-tabs__nav-next,
.el-tabs__nav-prev {
    position: absolute;
    cursor: pointer;
    line-height: 44px;
    font-size: 12px;
    color: var(--el-text-color-secondary);
    width: 20px;
    text-align: center
}

.el-tabs__nav-next {
    right: 0
}

.el-tabs__nav-prev {
    left: 0
}

.el-tabs__nav {
    display: flex;
    white-space: nowrap;
    position: relative;
    transition: transform var(--el-transition-duration);
    float: left;
    z-index: calc(var(--el-index-normal) + 1)
}

.el-tabs__nav.is-stretch {
    min-width: 100%;
    display: flex
}

.el-tabs__nav.is-stretch>* {
    flex: 1;
    text-align: center
}

.el-tabs__item {
    padding: 0 20px;
    height: var(--el-tabs-header-height);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    font-size: var(--el-font-size-base);
    font-weight: 500;
    color: var(--el-text-color-primary);
    position: relative
}

.el-tabs__item:focus,
.el-tabs__item:focus:active {
    outline: 0
}

.el-tabs__item:focus-visible {
    box-shadow: 0 0 2px 2px var(--el-color-primary) inset;
    border-radius: 3px
}

.el-tabs__item .is-icon-close {
    border-radius: 50%;
    text-align: center;
    transition: all var(--el-transition-duration) var(--el-transition-function-ease-in-out-bezier);
    margin-left: 5px
}

.el-tabs__item .is-icon-close:before {
    transform: scale(.9);
    display: inline-block
}

.el-tabs__item .is-icon-close:hover {
    background-color: var(--el-text-color-placeholder);
    color: #fff
}

.el-tabs__item.is-active {
    color: var(--el-color-primary)
}

.el-tabs__item:hover {
    color: var(--el-color-primary);
    cursor: pointer
}

.el-tabs__item.is-disabled {
    color: var(--el-disabled-text-color);
    cursor: not-allowed
}

.el-tabs__content {
    overflow: hidden;
    position: relative
}

.el-tabs--card>.el-tabs__header {
    border-bottom: 1px solid var(--el-border-color-light);
    height: var(--el-tabs-header-height)
}

.el-tabs--card>.el-tabs__header .el-tabs__nav-wrap:after {
    content: none
}

.el-tabs--card>.el-tabs__header .el-tabs__nav {
    border: 1px solid var(--el-border-color-light);
    border-bottom: none;
    border-radius: 4px 4px 0 0;
    box-sizing: border-box
}

.el-tabs--card>.el-tabs__header .el-tabs__active-bar {
    display: none
}

.el-tabs--card>.el-tabs__header .el-tabs__item .is-icon-close {
    position: relative;
    font-size: 12px;
    width: 0;
    height: 14px;
    overflow: hidden;
    right: -2px;
    transform-origin: 100% 50%
}

.el-tabs--card>.el-tabs__header .el-tabs__item {
    border-bottom: 1px solid transparent;
    border-left: 1px solid var(--el-border-color-light);
    transition: color var(--el-transition-duration) var(--el-transition-function-ease-in-out-bezier), padding var(--el-transition-duration) var(--el-transition-function-ease-in-out-bezier)
}

.el-tabs--card>.el-tabs__header .el-tabs__item:first-child {
    border-left: none
}

.el-tabs--card>.el-tabs__header .el-tabs__item.is-closable:hover {
    padding-left: 13px;
    padding-right: 13px
}

.el-tabs--card>.el-tabs__header .el-tabs__item.is-closable:hover .is-icon-close {
    width: 14px
}

.el-tabs--card>.el-tabs__header .el-tabs__item.is-active {
    border-bottom-color: var(--el-bg-color)
}

.el-tabs--card>.el-tabs__header .el-tabs__item.is-active.is-closable {
    padding-left: 20px;
    padding-right: 20px
}

.el-tabs--card>.el-tabs__header .el-tabs__item.is-active.is-closable .is-icon-close {
    width: 14px
}

.el-tabs--border-card {
    background: var(--el-bg-color-overlay);
    border: 1px solid var(--el-border-color)
}

.el-tabs--border-card>.el-tabs__content {
    padding: 15px
}

.el-tabs--border-card>.el-tabs__header {
    background-color: var(--el-fill-color-light);
    border-bottom: 1px solid var(--el-border-color-light);
    margin: 0
}

.el-tabs--border-card>.el-tabs__header .el-tabs__nav-wrap:after {
    content: none
}

.el-tabs--border-card>.el-tabs__header .el-tabs__item {
    transition: all var(--el-transition-duration) var(--el-transition-function-ease-in-out-bezier);
    border: 1px solid transparent;
    margin-top: -1px;
    color: var(--el-text-color-secondary)
}

.el-tabs--border-card>.el-tabs__header .el-tabs__item:first-child {
    margin-left: -1px
}

.el-tabs--border-card>.el-tabs__header .el-tabs__item+.el-tabs__item {
    margin-left: -1px
}

.el-tabs--border-card>.el-tabs__header .el-tabs__item.is-active {
    color: var(--el-color-primary);
    background-color: var(--el-bg-color-overlay);
    border-right-color: var(--el-border-color);
    border-left-color: var(--el-border-color)
}

.el-tabs--border-card>.el-tabs__header .el-tabs__item:not(.is-disabled):hover {
    color: var(--el-color-primary)
}

.el-tabs--border-card>.el-tabs__header .el-tabs__item.is-disabled {
    color: var(--el-disabled-text-color)
}

.el-tabs--border-card>.el-tabs__header .is-scrollable .el-tabs__item:first-child {
    margin-left: 0
}

.el-tabs--bottom .el-tabs__item.is-bottom:nth-child(2),
.el-tabs--bottom .el-tabs__item.is-top:nth-child(2),
.el-tabs--top .el-tabs__item.is-bottom:nth-child(2),
.el-tabs--top .el-tabs__item.is-top:nth-child(2) {
    padding-left: 0
}

.el-tabs--bottom .el-tabs__item.is-bottom:last-child,
.el-tabs--bottom .el-tabs__item.is-top:last-child,
.el-tabs--top .el-tabs__item.is-bottom:last-child,
.el-tabs--top .el-tabs__item.is-top:last-child {
    padding-right: 0
}

.el-tabs--bottom .el-tabs--left>.el-tabs__header .el-tabs__item:nth-child(2),
.el-tabs--bottom .el-tabs--right>.el-tabs__header .el-tabs__item:nth-child(2),
.el-tabs--bottom.el-tabs--border-card>.el-tabs__header .el-tabs__item:nth-child(2),
.el-tabs--bottom.el-tabs--card>.el-tabs__header .el-tabs__item:nth-child(2),
.el-tabs--top .el-tabs--left>.el-tabs__header .el-tabs__item:nth-child(2),
.el-tabs--top .el-tabs--right>.el-tabs__header .el-tabs__item:nth-child(2),
.el-tabs--top.el-tabs--border-card>.el-tabs__header .el-tabs__item:nth-child(2),
.el-tabs--top.el-tabs--card>.el-tabs__header .el-tabs__item:nth-child(2) {
    padding-left: 20px
}

.el-tabs--bottom .el-tabs--left>.el-tabs__header .el-tabs__item:nth-child(2):not(.is-active).is-closable:hover,
.el-tabs--bottom .el-tabs--right>.el-tabs__header .el-tabs__item:nth-child(2):not(.is-active).is-closable:hover,
.el-tabs--bottom.el-tabs--border-card>.el-tabs__header .el-tabs__item:nth-child(2):not(.is-active).is-closable:hover,
.el-tabs--bottom.el-tabs--card>.el-tabs__header .el-tabs__item:nth-child(2):not(.is-active).is-closable:hover,
.el-tabs--top .el-tabs--left>.el-tabs__header .el-tabs__item:nth-child(2):not(.is-active).is-closable:hover,
.el-tabs--top .el-tabs--right>.el-tabs__header .el-tabs__item:nth-child(2):not(.is-active).is-closable:hover,
.el-tabs--top.el-tabs--border-card>.el-tabs__header .el-tabs__item:nth-child(2):not(.is-active).is-closable:hover,
.el-tabs--top.el-tabs--card>.el-tabs__header .el-tabs__item:nth-child(2):not(.is-active).is-closable:hover {
    padding-left: 13px
}

.el-tabs--bottom .el-tabs--left>.el-tabs__header .el-tabs__item:last-child,
.el-tabs--bottom .el-tabs--right>.el-tabs__header .el-tabs__item:last-child,
.el-tabs--bottom.el-tabs--border-card>.el-tabs__header .el-tabs__item:last-child,
.el-tabs--bottom.el-tabs--card>.el-tabs__header .el-tabs__item:last-child,
.el-tabs--top .el-tabs--left>.el-tabs__header .el-tabs__item:last-child,
.el-tabs--top .el-tabs--right>.el-tabs__header .el-tabs__item:last-child,
.el-tabs--top.el-tabs--border-card>.el-tabs__header .el-tabs__item:last-child,
.el-tabs--top.el-tabs--card>.el-tabs__header .el-tabs__item:last-child {
    padding-right: 20px
}

.el-tabs--bottom .el-tabs--left>.el-tabs__header .el-tabs__item:last-child:not(.is-active).is-closable:hover,
.el-tabs--bottom .el-tabs--right>.el-tabs__header .el-tabs__item:last-child:not(.is-active).is-closable:hover,
.el-tabs--bottom.el-tabs--border-card>.el-tabs__header .el-tabs__item:last-child:not(.is-active).is-closable:hover,
.el-tabs--bottom.el-tabs--card>.el-tabs__header .el-tabs__item:last-child:not(.is-active).is-closable:hover,
.el-tabs--top .el-tabs--left>.el-tabs__header .el-tabs__item:last-child:not(.is-active).is-closable:hover,
.el-tabs--top .el-tabs--right>.el-tabs__header .el-tabs__item:last-child:not(.is-active).is-closable:hover,
.el-tabs--top.el-tabs--border-card>.el-tabs__header .el-tabs__item:last-child:not(.is-active).is-closable:hover,
.el-tabs--top.el-tabs--card>.el-tabs__header .el-tabs__item:last-child:not(.is-active).is-closable:hover {
    padding-right: 13px
}

.el-tabs--bottom .el-tabs__header.is-bottom {
    margin-bottom: 0;
    margin-top: 10px
}

.el-tabs--bottom.el-tabs--border-card .el-tabs__header.is-bottom {
    border-bottom: 0;
    border-top: 1px solid var(--el-border-color)
}

.el-tabs--bottom.el-tabs--border-card .el-tabs__nav-wrap.is-bottom {
    margin-top: -1px;
    margin-bottom: 0
}

.el-tabs--bottom.el-tabs--border-card .el-tabs__item.is-bottom:not(.is-active) {
    border: 1px solid transparent
}

.el-tabs--bottom.el-tabs--border-card .el-tabs__item.is-bottom {
    margin: 0 -1px -1px
}

.el-tabs--left,
.el-tabs--right {
    overflow: hidden
}

.el-tabs--left .el-tabs__header.is-left,
.el-tabs--left .el-tabs__header.is-right,
.el-tabs--left .el-tabs__nav-scroll,
.el-tabs--left .el-tabs__nav-wrap.is-left,
.el-tabs--left .el-tabs__nav-wrap.is-right,
.el-tabs--right .el-tabs__header.is-left,
.el-tabs--right .el-tabs__header.is-right,
.el-tabs--right .el-tabs__nav-scroll,
.el-tabs--right .el-tabs__nav-wrap.is-left,
.el-tabs--right .el-tabs__nav-wrap.is-right {
    height: 100%
}

.el-tabs--left .el-tabs__active-bar.is-left,
.el-tabs--left .el-tabs__active-bar.is-right,
.el-tabs--right .el-tabs__active-bar.is-left,
.el-tabs--right .el-tabs__active-bar.is-right {
    top: 0;
    bottom: auto;
    width: 2px;
    height: auto
}

.el-tabs--left .el-tabs__nav-wrap.is-left,
.el-tabs--left .el-tabs__nav-wrap.is-right,
.el-tabs--right .el-tabs__nav-wrap.is-left,
.el-tabs--right .el-tabs__nav-wrap.is-right {
    margin-bottom: 0
}

.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-next,
.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev,
.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-next,
.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev,
.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-next,
.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev,
.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-next,
.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev {
    height: 30px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    cursor: pointer
}

.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-next i,
.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev i,
.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-next i,
.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev i,
.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-next i,
.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev i,
.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-next i,
.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev i {
    transform: rotate(90deg)
}

.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev,
.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev,
.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev,
.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev {
    left: auto;
    top: 0
}

.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-next,
.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-next,
.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-next,
.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-next {
    right: auto;
    bottom: 0
}

.el-tabs--left .el-tabs__nav-wrap.is-left.is-scrollable,
.el-tabs--left .el-tabs__nav-wrap.is-right.is-scrollable,
.el-tabs--right .el-tabs__nav-wrap.is-left.is-scrollable,
.el-tabs--right .el-tabs__nav-wrap.is-right.is-scrollable {
    padding: 30px 0
}

.el-tabs--left .el-tabs__nav-wrap.is-left:after,
.el-tabs--left .el-tabs__nav-wrap.is-right:after,
.el-tabs--right .el-tabs__nav-wrap.is-left:after,
.el-tabs--right .el-tabs__nav-wrap.is-right:after {
    height: 100%;
    width: 2px;
    bottom: auto;
    top: 0
}

.el-tabs--left .el-tabs__nav.is-left,
.el-tabs--left .el-tabs__nav.is-right,
.el-tabs--right .el-tabs__nav.is-left,
.el-tabs--right .el-tabs__nav.is-right {
    flex-direction: column
}

.el-tabs--left .el-tabs__item.is-left,
.el-tabs--right .el-tabs__item.is-left {
    justify-content: flex-end
}

.el-tabs--left .el-tabs__item.is-right,
.el-tabs--right .el-tabs__item.is-right {
    justify-content: flex-start
}

.el-tabs--left .el-tabs__header.is-left {
    float: left;
    margin-bottom: 0;
    margin-right: 10px
}

.el-tabs--left .el-tabs__nav-wrap.is-left {
    margin-right: -1px
}

.el-tabs--left .el-tabs__nav-wrap.is-left:after {
    left: auto;
    right: 0
}

.el-tabs--left .el-tabs__active-bar.is-left {
    right: 0;
    left: auto
}

.el-tabs--left .el-tabs__item.is-left {
    text-align: right
}

.el-tabs--left.el-tabs--card .el-tabs__active-bar.is-left {
    display: none
}

.el-tabs--left.el-tabs--card .el-tabs__item.is-left {
    border-left: none;
    border-right: 1px solid var(--el-border-color-light);
    border-bottom: none;
    border-top: 1px solid var(--el-border-color-light);
    text-align: left
}

.el-tabs--left.el-tabs--card .el-tabs__item.is-left:first-child {
    border-right: 1px solid var(--el-border-color-light);
    border-top: none
}

.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active {
    border: 1px solid var(--el-border-color-light);
    border-right-color: #fff;
    border-left: none;
    border-bottom: none
}

.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active:first-child {
    border-top: none
}

.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active:last-child {
    border-bottom: none
}

.el-tabs--left.el-tabs--card .el-tabs__nav {
    border-radius: 4px 0 0 4px;
    border-bottom: 1px solid var(--el-border-color-light);
    border-right: none
}

.el-tabs--left.el-tabs--card .el-tabs__new-tab {
    float: none
}

.el-tabs--left.el-tabs--border-card .el-tabs__header.is-left {
    border-right: 1px solid var(--el-border-color)
}

.el-tabs--left.el-tabs--border-card .el-tabs__item.is-left {
    border: 1px solid transparent;
    margin: -1px 0 -1px -1px
}

.el-tabs--left.el-tabs--border-card .el-tabs__item.is-left.is-active {
    border-color: transparent;
    border-top-color: #d1dbe5;
    border-bottom-color: #d1dbe5
}

.el-tabs--right .el-tabs__header.is-right {
    float: right;
    margin-bottom: 0;
    margin-left: 10px
}

.el-tabs--right .el-tabs__nav-wrap.is-right {
    margin-left: -1px
}

.el-tabs--right .el-tabs__nav-wrap.is-right:after {
    left: 0;
    right: auto
}

.el-tabs--right .el-tabs__active-bar.is-right {
    left: 0
}

.el-tabs--right.el-tabs--card .el-tabs__active-bar.is-right {
    display: none
}

.el-tabs--right.el-tabs--card .el-tabs__item.is-right {
    border-bottom: none;
    border-top: 1px solid var(--el-border-color-light)
}

.el-tabs--right.el-tabs--card .el-tabs__item.is-right:first-child {
    border-left: 1px solid var(--el-border-color-light);
    border-top: none
}

.el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active {
    border: 1px solid var(--el-border-color-light);
    border-left-color: #fff;
    border-right: none;
    border-bottom: none
}

.el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active:first-child {
    border-top: none
}

.el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active:last-child {
    border-bottom: none
}

.el-tabs--right.el-tabs--card .el-tabs__nav {
    border-radius: 0 4px 4px 0;
    border-bottom: 1px solid var(--el-border-color-light);
    border-left: none
}

.el-tabs--right.el-tabs--border-card .el-tabs__header.is-right {
    border-left: 1px solid var(--el-border-color)
}

.el-tabs--right.el-tabs--border-card .el-tabs__item.is-right {
    border: 1px solid transparent;
    margin: -1px -1px -1px 0
}

.el-tabs--right.el-tabs--border-card .el-tabs__item.is-right.is-active {
    border-color: transparent;
    border-top-color: #d1dbe5;
    border-bottom-color: #d1dbe5
}

.slideInLeft-transition,
.slideInRight-transition {
    display: inline-block
}

.slideInRight-enter {
    -webkit-animation: slideInRight-enter var(--el-transition-duration);
    animation: slideInRight-enter var(--el-transition-duration)
}

.slideInRight-leave {
    position: absolute;
    left: 0;
    right: 0;
    -webkit-animation: slideInRight-leave var(--el-transition-duration);
    animation: slideInRight-leave var(--el-transition-duration)
}

.slideInLeft-enter {
    -webkit-animation: slideInLeft-enter var(--el-transition-duration);
    animation: slideInLeft-enter var(--el-transition-duration)
}

.slideInLeft-leave {
    position: absolute;
    left: 0;
    right: 0;
    -webkit-animation: slideInLeft-leave var(--el-transition-duration);
    animation: slideInLeft-leave var(--el-transition-duration)
}

@-webkit-keyframes slideInRight-enter {
    0% {
        opacity: 0;
        transform-origin: 0 0;
        transform: translate(100%)
    }

    to {
        opacity: 1;
        transform-origin: 0 0;
        transform: translate(0)
    }
}

@keyframes slideInRight-enter {
    0% {
        opacity: 0;
        transform-origin: 0 0;
        transform: translate(100%)
    }

    to {
        opacity: 1;
        transform-origin: 0 0;
        transform: translate(0)
    }
}

@-webkit-keyframes slideInRight-leave {
    0% {
        transform-origin: 0 0;
        transform: translate(0);
        opacity: 1
    }

    to {
        transform-origin: 0 0;
        transform: translate(100%);
        opacity: 0
    }
}

@keyframes slideInRight-leave {
    0% {
        transform-origin: 0 0;
        transform: translate(0);
        opacity: 1
    }

    to {
        transform-origin: 0 0;
        transform: translate(100%);
        opacity: 0
    }
}

@-webkit-keyframes slideInLeft-enter {
    0% {
        opacity: 0;
        transform-origin: 0 0;
        transform: translate(-100%)
    }

    to {
        opacity: 1;
        transform-origin: 0 0;
        transform: translate(0)
    }
}

@keyframes slideInLeft-enter {
    0% {
        opacity: 0;
        transform-origin: 0 0;
        transform: translate(-100%)
    }

    to {
        opacity: 1;
        transform-origin: 0 0;
        transform: translate(0)
    }
}

@-webkit-keyframes slideInLeft-leave {
    0% {
        transform-origin: 0 0;
        transform: translate(0);
        opacity: 1
    }

    to {
        transform-origin: 0 0;
        transform: translate(-100%);
        opacity: 0
    }
}

@keyframes slideInLeft-leave {
    0% {
        transform-origin: 0 0;
        transform: translate(0);
        opacity: 1
    }

    to {
        transform-origin: 0 0;
        transform: translate(-100%);
        opacity: 0
    }
}

.el-tag {
    --el-tag-font-size: 12px;
    --el-tag-border-radius: 4px;
    --el-tag-border-radius-rounded: 9999px
}

.el-tag {
    --el-tag-bg-color: var(--el-color-primary-light-9);
    --el-tag-border-color: var(--el-color-primary-light-8);
    --el-tag-hover-color: var(--el-color-primary);
    --el-tag-text-color: var(--el-color-primary);
    background-color: var(--el-tag-bg-color);
    border-color: var(--el-tag-border-color);
    color: var(--el-tag-text-color);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 24px;
    padding: 0 9px;
    font-size: var(--el-tag-font-size);
    line-height: 1;
    border-width: 1px;
    border-style: solid;
    border-radius: var(--el-tag-border-radius);
    box-sizing: border-box;
    white-space: nowrap;
    --el-icon-size: 14px
}

.el-tag.el-tag--primary {
    --el-tag-bg-color: var(--el-color-primary-light-9);
    --el-tag-border-color: var(--el-color-primary-light-8);
    --el-tag-hover-color: var(--el-color-primary)
}

.el-tag.el-tag--success {
    --el-tag-bg-color: var(--el-color-success-light-9);
    --el-tag-border-color: var(--el-color-success-light-8);
    --el-tag-hover-color: var(--el-color-success)
}

.el-tag.el-tag--warning {
    --el-tag-bg-color: var(--el-color-warning-light-9);
    --el-tag-border-color: var(--el-color-warning-light-8);
    --el-tag-hover-color: var(--el-color-warning)
}

.el-tag.el-tag--danger {
    --el-tag-bg-color: var(--el-color-danger-light-9);
    --el-tag-border-color: var(--el-color-danger-light-8);
    --el-tag-hover-color: var(--el-color-danger)
}

.el-tag.el-tag--error {
    --el-tag-bg-color: var(--el-color-error-light-9);
    --el-tag-border-color: var(--el-color-error-light-8);
    --el-tag-hover-color: var(--el-color-error)
}

.el-tag.el-tag--info {
    --el-tag-bg-color: var(--el-color-info-light-9);
    --el-tag-border-color: var(--el-color-info-light-8);
    --el-tag-hover-color: var(--el-color-info)
}

.el-tag.el-tag--primary {
    --el-tag-text-color: var(--el-color-primary)
}

.el-tag.el-tag--success {
    --el-tag-text-color: var(--el-color-success)
}

.el-tag.el-tag--warning {
    --el-tag-text-color: var(--el-color-warning)
}

.el-tag.el-tag--danger {
    --el-tag-text-color: var(--el-color-danger)
}

.el-tag.el-tag--error {
    --el-tag-text-color: var(--el-color-error)
}

.el-tag.el-tag--info {
    --el-tag-text-color: var(--el-color-info)
}

.el-tag.is-hit {
    border-color: var(--el-color-primary)
}

.el-tag.is-round {
    border-radius: var(--el-tag-border-radius-rounded)
}

.el-tag .el-tag__close {
    color: var(--el-tag-text-color)
}

.el-tag .el-tag__close:hover {
    color: var(--el-color-white);
    background-color: var(--el-tag-hover-color)
}

.el-tag .el-icon {
    border-radius: 50%;
    cursor: pointer;
    font-size: calc(var(--el-icon-size) - 2px);
    height: var(--el-icon-size);
    width: var(--el-icon-size)
}

.el-tag .el-tag__close {
    margin-left: 6px
}

.el-tag--dark {
    --el-tag-bg-color: var(--el-color-primary);
    --el-tag-border-color: var(--el-color-primary);
    --el-tag-hover-color: var(--el-color-primary-light-3);
    --el-tag-text-color: var(--el-color-white)
}

.el-tag--dark.el-tag--primary {
    --el-tag-bg-color: var(--el-color-primary);
    --el-tag-border-color: var(--el-color-primary);
    --el-tag-hover-color: var(--el-color-primary-light-3)
}

.el-tag--dark.el-tag--success {
    --el-tag-bg-color: var(--el-color-success);
    --el-tag-border-color: var(--el-color-success);
    --el-tag-hover-color: var(--el-color-success-light-3)
}

.el-tag--dark.el-tag--warning {
    --el-tag-bg-color: var(--el-color-warning);
    --el-tag-border-color: var(--el-color-warning);
    --el-tag-hover-color: var(--el-color-warning-light-3)
}

.el-tag--dark.el-tag--danger {
    --el-tag-bg-color: var(--el-color-danger);
    --el-tag-border-color: var(--el-color-danger);
    --el-tag-hover-color: var(--el-color-danger-light-3)
}

.el-tag--dark.el-tag--error {
    --el-tag-bg-color: var(--el-color-error);
    --el-tag-border-color: var(--el-color-error);
    --el-tag-hover-color: var(--el-color-error-light-3)
}

.el-tag--dark.el-tag--info {
    --el-tag-bg-color: var(--el-color-info);
    --el-tag-border-color: var(--el-color-info);
    --el-tag-hover-color: var(--el-color-info-light-3)
}

.el-tag--dark.el-tag--primary,
.el-tag--dark.el-tag--success,
.el-tag--dark.el-tag--warning,
.el-tag--dark.el-tag--danger,
.el-tag--dark.el-tag--error,
.el-tag--dark.el-tag--info {
    --el-tag-text-color: var(--el-color-white)
}

.el-tag--plain {
    --el-tag-border-color: var(--el-color-primary-light-5);
    --el-tag-hover-color: var(--el-color-primary);
    --el-tag-bg-color: var(--el-fill-color-blank)
}

.el-tag--plain.el-tag--primary {
    --el-tag-bg-color: var(--el-fill-color-blank);
    --el-tag-border-color: var(--el-color-primary-light-5);
    --el-tag-hover-color: var(--el-color-primary)
}

.el-tag--plain.el-tag--success {
    --el-tag-bg-color: var(--el-fill-color-blank);
    --el-tag-border-color: var(--el-color-success-light-5);
    --el-tag-hover-color: var(--el-color-success)
}

.el-tag--plain.el-tag--warning {
    --el-tag-bg-color: var(--el-fill-color-blank);
    --el-tag-border-color: var(--el-color-warning-light-5);
    --el-tag-hover-color: var(--el-color-warning)
}

.el-tag--plain.el-tag--danger {
    --el-tag-bg-color: var(--el-fill-color-blank);
    --el-tag-border-color: var(--el-color-danger-light-5);
    --el-tag-hover-color: var(--el-color-danger)
}

.el-tag--plain.el-tag--error {
    --el-tag-bg-color: var(--el-fill-color-blank);
    --el-tag-border-color: var(--el-color-error-light-5);
    --el-tag-hover-color: var(--el-color-error)
}

.el-tag--plain.el-tag--info {
    --el-tag-bg-color: var(--el-fill-color-blank);
    --el-tag-border-color: var(--el-color-info-light-5);
    --el-tag-hover-color: var(--el-color-info)
}

.el-tag.is-closable {
    padding-right: 5px
}

.el-tag--large {
    padding: 0 11px;
    height: 32px;
    --el-icon-size: 16px
}

.el-tag--large .el-tag__close {
    margin-left: 8px
}

.el-tag--large.is-closable {
    padding-right: 7px
}

.el-tag--small {
    padding: 0 7px;
    height: 20px;
    --el-icon-size: 12px
}

.el-tag--small .el-tag__close {
    margin-left: 4px
}

.el-tag--small.is-closable {
    padding-right: 3px
}

.el-tag--small .el-icon-close {
    transform: scale(.8)
}

.el-tag.el-tag--primary.is-hit {
    border-color: var(--el-color-primary)
}

.el-tag.el-tag--success.is-hit {
    border-color: var(--el-color-success)
}

.el-tag.el-tag--warning.is-hit {
    border-color: var(--el-color-warning)
}

.el-tag.el-tag--danger.is-hit {
    border-color: var(--el-color-danger)
}

.el-tag.el-tag--error.is-hit {
    border-color: var(--el-color-error)
}

.el-tag.el-tag--info.is-hit {
    border-color: var(--el-color-info)
}

.el-text {
    --el-text-font-size: var(--el-font-size-base);
    --el-text-color: var(--el-text-color-regular)
}

.el-text {
    align-self: center;
    margin: 0;
    padding: 0;
    font-size: var(--el-text-font-size);
    color: var(--el-text-color);
    word-break: break-all
}

.el-text.is-truncated {
    display: inline-block;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.el-text--large {
    --el-text-font-size: var(--el-font-size-medium)
}

.el-text--default {
    --el-text-font-size: var(--el-font-size-base)
}

.el-text--small {
    --el-text-font-size: var(--el-font-size-extra-small)
}

.el-text.el-text--primary {
    --el-text-color: var(--el-color-primary)
}

.el-text.el-text--success {
    --el-text-color: var(--el-color-success)
}

.el-text.el-text--warning {
    --el-text-color: var(--el-color-warning)
}

.el-text.el-text--danger {
    --el-text-color: var(--el-color-danger)
}

.el-text.el-text--error {
    --el-text-color: var(--el-color-error)
}

.el-text.el-text--info {
    --el-text-color: var(--el-color-info)
}

.el-text>.el-icon {
    vertical-align: -2px
}

.time-select {
    margin: 5px 0;
    min-width: 0
}

.time-select .el-picker-panel__content {
    max-height: 200px;
    margin: 0
}

.time-select-item {
    padding: 8px 10px;
    font-size: 14px;
    line-height: 20px
}

.time-select-item.disabled {
    color: var(--el-datepicker-border-color);
    cursor: not-allowed
}

.time-select-item:hover {
    background-color: var(--el-fill-color-light);
    font-weight: 700;
    cursor: pointer
}

.time-select .time-select-item.selected:not(.disabled) {
    color: var(--el-color-primary);
    font-weight: 700
}

.el-timeline-item {
    position: relative;
    padding-bottom: 20px
}

.el-timeline-item__wrapper {
    position: relative;
    padding-left: 28px;
    top: -3px
}

.el-timeline-item__tail {
    position: absolute;
    left: 4px;
    height: 100%;
    border-left: 2px solid var(--el-timeline-node-color)
}

.el-timeline-item .el-timeline-item__icon {
    color: var(--el-color-white);
    font-size: var(--el-font-size-small)
}

.el-timeline-item__node {
    position: absolute;
    background-color: var(--el-timeline-node-color);
    border-color: var(--el-timeline-node-color);
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center
}

.el-timeline-item__node--normal {
    left: -1px;
    width: var(--el-timeline-node-size-normal);
    height: var(--el-timeline-node-size-normal)
}

.el-timeline-item__node--large {
    left: -2px;
    width: var(--el-timeline-node-size-large);
    height: var(--el-timeline-node-size-large)
}

.el-timeline-item__node.is-hollow {
    background: var(--el-color-white);
    border-style: solid;
    border-width: 2px
}

.el-timeline-item__node--primary {
    background-color: var(--el-color-primary);
    border-color: var(--el-color-primary)
}

.el-timeline-item__node--success {
    background-color: var(--el-color-success);
    border-color: var(--el-color-success)
}

.el-timeline-item__node--warning {
    background-color: var(--el-color-warning);
    border-color: var(--el-color-warning)
}

.el-timeline-item__node--danger {
    background-color: var(--el-color-danger);
    border-color: var(--el-color-danger)
}

.el-timeline-item__node--info {
    background-color: var(--el-color-info);
    border-color: var(--el-color-info)
}

.el-timeline-item__dot {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center
}

.el-timeline-item__content {
    color: var(--el-text-color-primary)
}

.el-timeline-item__timestamp {
    color: var(--el-text-color-secondary);
    line-height: 1;
    font-size: var(--el-font-size-small)
}

.el-timeline-item__timestamp.is-top {
    margin-bottom: 8px;
    padding-top: 4px
}

.el-timeline-item__timestamp.is-bottom {
    margin-top: 8px
}

.el-timeline {
    --el-timeline-node-size-normal: 12px;
    --el-timeline-node-size-large: 14px;
    --el-timeline-node-color: var(--el-border-color-light)
}

.el-timeline {
    margin: 0;
    font-size: var(--el-font-size-base);
    list-style: none
}

.el-timeline .el-timeline-item:last-child .el-timeline-item__tail {
    display: none
}

.el-timeline .el-timeline-item__center {
    display: flex;
    align-items: center
}

.el-timeline .el-timeline-item__center .el-timeline-item__wrapper {
    width: 100%
}

.el-timeline .el-timeline-item__center .el-timeline-item__tail {
    top: 0
}

.el-timeline .el-timeline-item__center:first-child .el-timeline-item__tail {
    height: calc(50% + 10px);
    top: calc(50% - 10px)
}

.el-timeline .el-timeline-item__center:last-child .el-timeline-item__tail {
    display: block;
    height: calc(50% - 10px)
}

.el-tooltip-v2__content {
    --el-tooltip-v2-padding: 5px 10px;
    --el-tooltip-v2-border-radius: 4px;
    --el-tooltip-v2-border-color: var(--el-border-color);
    border-radius: var(--el-tooltip-v2-border-radius);
    color: var(--el-color-black);
    background-color: var(--el-color-white);
    padding: var(--el-tooltip-v2-padding);
    border: 1px solid var(--el-border-color)
}

.el-tooltip-v2__arrow {
    position: absolute;
    color: var(--el-color-white);
    width: var(--el-tooltip-v2-arrow-width);
    height: var(--el-tooltip-v2-arrow-height);
    pointer-events: none;
    left: var(--el-tooltip-v2-arrow-x);
    top: var(--el-tooltip-v2-arrow-y)
}

.el-tooltip-v2__arrow:before {
    content: "";
    width: 0;
    height: 0;
    border: var(--el-tooltip-v2-arrow-border-width) solid transparent;
    position: absolute
}

.el-tooltip-v2__arrow:after {
    content: "";
    width: 0;
    height: 0;
    border: var(--el-tooltip-v2-arrow-border-width) solid transparent;
    position: absolute
}

.el-tooltip-v2__content[data-side^=top] .el-tooltip-v2__arrow {
    bottom: 0
}

.el-tooltip-v2__content[data-side^=top] .el-tooltip-v2__arrow:before {
    border-top-color: var(--el-color-white);
    border-top-width: var(--el-tooltip-v2-arrow-border-width);
    border-bottom: 0;
    top: calc(100% - 1px)
}

.el-tooltip-v2__content[data-side^=top] .el-tooltip-v2__arrow:after {
    border-top-color: var(--el-border-color);
    border-top-width: var(--el-tooltip-v2-arrow-border-width);
    border-bottom: 0;
    top: 100%;
    z-index: -1
}

.el-tooltip-v2__content[data-side^=bottom] .el-tooltip-v2__arrow {
    top: 0
}

.el-tooltip-v2__content[data-side^=bottom] .el-tooltip-v2__arrow:before {
    border-bottom-color: var(--el-color-white);
    border-bottom-width: var(--el-tooltip-v2-arrow-border-width);
    border-top: 0;
    bottom: calc(100% - 1px)
}

.el-tooltip-v2__content[data-side^=bottom] .el-tooltip-v2__arrow:after {
    border-bottom-color: var(--el-border-color);
    border-bottom-width: var(--el-tooltip-v2-arrow-border-width);
    border-top: 0;
    bottom: 100%;
    z-index: -1
}

.el-tooltip-v2__content[data-side^=left] .el-tooltip-v2__arrow {
    right: 0
}

.el-tooltip-v2__content[data-side^=left] .el-tooltip-v2__arrow:before {
    border-left-color: var(--el-color-white);
    border-left-width: var(--el-tooltip-v2-arrow-border-width);
    border-right: 0;
    left: calc(100% - 1px)
}

.el-tooltip-v2__content[data-side^=left] .el-tooltip-v2__arrow:after {
    border-left-color: var(--el-border-color);
    border-left-width: var(--el-tooltip-v2-arrow-border-width);
    border-right: 0;
    left: 100%;
    z-index: -1
}

.el-tooltip-v2__content[data-side^=right] .el-tooltip-v2__arrow {
    left: 0
}

.el-tooltip-v2__content[data-side^=right] .el-tooltip-v2__arrow:before {
    border-right-color: var(--el-color-white);
    border-right-width: var(--el-tooltip-v2-arrow-border-width);
    border-left: 0;
    right: calc(100% - 1px)
}

.el-tooltip-v2__content[data-side^=right] .el-tooltip-v2__arrow:after {
    border-right-color: var(--el-border-color);
    border-right-width: var(--el-tooltip-v2-arrow-border-width);
    border-left: 0;
    right: 100%;
    z-index: -1
}

.el-tooltip-v2__content.is-dark {
    --el-tooltip-v2-border-color: transparent;
    background-color: var(--el-color-black);
    color: var(--el-color-white);
    border-color: transparent
}

.el-tooltip-v2__content.is-dark .el-tooltip-v2__arrow {
    background-color: var(--el-color-black);
    border-color: transparent
}

.el-transfer {
    --el-transfer-border-color: var(--el-border-color-lighter);
    --el-transfer-border-radius: var(--el-border-radius-base);
    --el-transfer-panel-width: 200px;
    --el-transfer-panel-header-height: 40px;
    --el-transfer-panel-header-bg-color: var(--el-fill-color-light);
    --el-transfer-panel-footer-height: 40px;
    --el-transfer-panel-body-height: 278px;
    --el-transfer-item-height: 30px;
    --el-transfer-filter-height: 32px
}

.el-transfer {
    font-size: var(--el-font-size-base)
}

.el-transfer__buttons {
    display: inline-block;
    vertical-align: middle;
    padding: 0 30px
}

.el-transfer__button {
    vertical-align: top
}

.el-transfer__button:nth-child(2) {
    margin: 0 0 0 10px
}

.el-transfer__button i,
.el-transfer__button span {
    font-size: 14px
}

.el-transfer__button .el-icon+span {
    margin-left: 0
}

.el-transfer-panel {
    overflow: hidden;
    background: var(--el-bg-color-overlay);
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    width: var(--el-transfer-panel-width);
    max-height: 100%;
    box-sizing: border-box;
    position: relative
}

.el-transfer-panel__body {
    height: var(--el-transfer-panel-body-height);
    border-left: 1px solid var(--el-transfer-border-color);
    border-right: 1px solid var(--el-transfer-border-color);
    border-bottom: 1px solid var(--el-transfer-border-color);
    border-bottom-left-radius: var(--el-transfer-border-radius);
    border-bottom-right-radius: var(--el-transfer-border-radius);
    overflow: hidden
}

.el-transfer-panel__body.is-with-footer {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.el-transfer-panel__list {
    margin: 0;
    padding: 6px 0;
    list-style: none;
    height: var(--el-transfer-panel-body-height);
    overflow: auto;
    box-sizing: border-box
}

.el-transfer-panel__list.is-filterable {
    height: calc(100% - var(--el-transfer-filter-height) - 30px);
    padding-top: 0
}

.el-transfer-panel__item {
    height: var(--el-transfer-item-height);
    line-height: var(--el-transfer-item-height);
    padding-left: 15px;
    display: block !important
}

.el-transfer-panel__item+.el-transfer-panel__item {
    margin-left: 0
}

.el-transfer-panel__item.el-checkbox {
    color: var(--el-text-color-regular)
}

.el-transfer-panel__item:hover {
    color: var(--el-color-primary)
}

.el-transfer-panel__item.el-checkbox .el-checkbox__label {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    box-sizing: border-box;
    padding-left: 22px;
    line-height: var(--el-transfer-item-height)
}

.el-transfer-panel__item .el-checkbox__input {
    position: absolute;
    top: 8px
}

.el-transfer-panel__filter {
    text-align: center;
    padding: 15px;
    box-sizing: border-box
}

.el-transfer-panel__filter .el-input__inner {
    height: var(--el-transfer-filter-height);
    width: 100%;
    font-size: 12px;
    display: inline-block;
    box-sizing: border-box;
    border-radius: calc(var(--el-transfer-filter-height)/ 2)
}

.el-transfer-panel__filter .el-icon-circle-close {
    cursor: pointer
}

.el-transfer-panel .el-transfer-panel__header {
    display: flex;
    align-items: center;
    height: var(--el-transfer-panel-header-height);
    background: var(--el-transfer-panel-header-bg-color);
    margin: 0;
    padding-left: 15px;
    border: 1px solid var(--el-transfer-border-color);
    border-top-left-radius: var(--el-transfer-border-radius);
    border-top-right-radius: var(--el-transfer-border-radius);
    box-sizing: border-box;
    color: var(--el-color-black)
}

.el-transfer-panel .el-transfer-panel__header .el-checkbox {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center
}

.el-transfer-panel .el-transfer-panel__header .el-checkbox .el-checkbox__label {
    font-size: 16px;
    color: var(--el-text-color-primary);
    font-weight: 400
}

.el-transfer-panel .el-transfer-panel__header .el-checkbox .el-checkbox__label span {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    color: var(--el-text-color-secondary);
    font-size: 12px;
    font-weight: 400
}

.el-transfer-panel .el-transfer-panel__footer {
    height: var(--el-transfer-panel-footer-height);
    background: var(--el-bg-color-overlay);
    margin: 0;
    padding: 0;
    border: 1px solid var(--el-transfer-border-color);
    border-bottom-left-radius: var(--el-transfer-border-radius);
    border-bottom-right-radius: var(--el-transfer-border-radius)
}

.el-transfer-panel .el-transfer-panel__footer:after {
    display: inline-block;
    content: "";
    height: 100%;
    vertical-align: middle
}

.el-transfer-panel .el-transfer-panel__footer .el-checkbox {
    padding-left: 20px;
    color: var(--el-text-color-regular)
}

.el-transfer-panel .el-transfer-panel__empty {
    margin: 0;
    height: var(--el-transfer-item-height);
    line-height: var(--el-transfer-item-height);
    padding: 6px 15px 0;
    color: var(--el-text-color-secondary);
    text-align: center
}

.el-transfer-panel .el-checkbox__label {
    padding-left: 8px
}

.el-transfer-panel .el-checkbox__inner {
    height: 14px;
    width: 14px;
    border-radius: 3px
}

.el-transfer-panel .el-checkbox__inner:after {
    height: 6px;
    width: 3px;
    left: 4px
}

.el-tree {
    --el-tree-node-hover-bg-color: var(--el-fill-color-light);
    --el-tree-text-color: var(--el-text-color-regular);
    --el-tree-expand-icon-color: var(--el-text-color-placeholder)
}

.el-tree {
    position: relative;
    cursor: default;
    background: var(--el-fill-color-blank);
    color: var(--el-tree-text-color);
    font-size: var(--el-font-size-base)
}

.el-tree__empty-block {
    position: relative;
    min-height: 60px;
    text-align: center;
    width: 100%;
    height: 100%
}

.el-tree__empty-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: var(--el-text-color-secondary);
    font-size: var(--el-font-size-base)
}

.el-tree__drop-indicator {
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background-color: var(--el-color-primary)
}

.el-tree-node {
    white-space: nowrap;
    outline: 0
}

.el-tree-node:focus>.el-tree-node__content {
    background-color: var(--el-tree-node-hover-bg-color)
}

.el-tree-node.is-drop-inner>.el-tree-node__content .el-tree-node__label {
    background-color: var(--el-color-primary);
    color: #fff
}

.el-tree-node__content {
    display: flex;
    align-items: center;
    height: 26px;
    cursor: pointer
}

.el-tree-node__content>.el-tree-node__expand-icon {
    padding: 6px;
    box-sizing: content-box
}

.el-tree-node__content>label.el-checkbox {
    margin-right: 8px
}

.el-tree-node__content:hover {
    background-color: var(--el-tree-node-hover-bg-color)
}

.el-tree.is-dragging .el-tree-node__content {
    cursor: move
}

.el-tree.is-dragging .el-tree-node__content * {
    pointer-events: none
}

.el-tree.is-dragging.is-drop-not-allow .el-tree-node__content {
    cursor: not-allowed
}

.el-tree-node__expand-icon {
    cursor: pointer;
    color: var(--el-tree-expand-icon-color);
    font-size: 12px;
    transform: rotate(0);
    transition: transform var(--el-transition-duration) ease-in-out
}

.el-tree-node__expand-icon.expanded {
    transform: rotate(90deg)
}

.el-tree-node__expand-icon.is-leaf {
    color: transparent;
    cursor: default
}

.el-tree-node__expand-icon.is-hidden {
    visibility: hidden
}

.el-tree-node__loading-icon {
    margin-right: 8px;
    font-size: var(--el-font-size-base);
    color: var(--el-tree-expand-icon-color)
}

.el-tree-node>.el-tree-node__children {
    overflow: hidden;
    background-color: transparent
}

.el-tree-node.is-expanded>.el-tree-node__children {
    display: block
}

.el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content {
    background-color: var(--el-color-primary-light-9)
}

.el-tree-select {
    --el-tree-node-hover-bg-color: var(--el-fill-color-light);
    --el-tree-text-color: var(--el-text-color-regular);
    --el-tree-expand-icon-color: var(--el-text-color-placeholder)
}

.el-tree-select__popper .el-tree-node__expand-icon {
    margin-left: 8px
}

.el-tree-select__popper .el-tree-node.is-checked>.el-tree-node__content .el-select-dropdown__item.selected:after {
    content: none
}

.el-tree-select__popper .el-select-dropdown__item {
    flex: 1;
    background: 0 0 !important;
    padding-left: 0;
    height: 20px;
    line-height: 20px
}

.el-upload {
    --el-upload-dragger-padding-horizontal: 40px;
    --el-upload-dragger-padding-vertical: 10px
}

.el-upload {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    outline: 0
}

.el-upload__input {
    display: none
}

.el-upload__tip {
    font-size: 12px;
    color: var(--el-text-color-regular);
    margin-top: 7px
}

.el-upload iframe {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 0
}

.el-upload--picture-card {
    --el-upload-picture-card-size: 148px;
    background-color: var(--el-fill-color-lighter);
    border: 1px dashed var(--el-border-color-darker);
    border-radius: 6px;
    box-sizing: border-box;
    width: var(--el-upload-picture-card-size);
    height: var(--el-upload-picture-card-size);
    cursor: pointer;
    vertical-align: top;
    display: inline-flex;
    justify-content: center;
    align-items: center
}

.el-upload--picture-card i {
    font-size: 28px;
    color: var(--el-text-color-secondary)
}

.el-upload--picture-card:hover {
    border-color: var(--el-color-primary);
    color: var(--el-color-primary)
}

.el-upload.is-drag {
    display: block
}

.el-upload:focus {
    border-color: var(--el-color-primary);
    color: var(--el-color-primary)
}

.el-upload:focus .el-upload-dragger {
    border-color: var(--el-color-primary)
}

.el-upload-dragger {
    padding: var(--el-upload-dragger-padding-horizontal) var(--el-upload-dragger-padding-vertical);
    background-color: var(--el-fill-color-blank);
    border: 1px dashed var(--el-border-color);
    border-radius: 6px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    position: relative;
    overflow: hidden
}

.el-upload-dragger .el-icon--upload {
    font-size: 67px;
    color: var(--el-text-color-placeholder);
    margin-bottom: 16px;
    line-height: 50px
}

.el-upload-dragger+.el-upload__tip {
    text-align: center
}

.el-upload-dragger~.el-upload__files {
    border-top: var(--el-border);
    margin-top: 7px;
    padding-top: 5px
}

.el-upload-dragger .el-upload__text {
    color: var(--el-text-color-regular);
    font-size: 14px;
    text-align: center
}

.el-upload-dragger .el-upload__text em {
    color: var(--el-color-primary);
    font-style: normal
}

.el-upload-dragger:hover {
    border-color: var(--el-color-primary)
}

.el-upload-dragger.is-dragover {
    padding: calc(var(--el-upload-dragger-padding-horizontal) - 1px) calc(var(--el-upload-dragger-padding-vertical) - 1px);
    background-color: var(--el-color-primary-light-9);
    border: 2px dashed var(--el-color-primary)
}

.el-upload-list {
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
    position: relative
}

.el-upload-list__item {
    transition: all .5s cubic-bezier(.55, 0, .1, 1);
    font-size: 14px;
    color: var(--el-text-color-regular);
    margin-bottom: 5px;
    position: relative;
    box-sizing: border-box;
    border-radius: 4px;
    width: 100%
}

.el-upload-list__item .el-progress {
    position: absolute;
    top: 20px;
    width: 100%
}

.el-upload-list__item .el-progress__text {
    position: absolute;
    right: 0;
    top: -13px
}

.el-upload-list__item .el-progress-bar {
    margin-right: 0;
    padding-right: 0
}

.el-upload-list__item .el-icon--upload-success {
    color: var(--el-color-success)
}

.el-upload-list__item .el-icon--close {
    display: none;
    position: absolute;
    right: 5px;
    top: 50%;
    cursor: pointer;
    opacity: .75;
    color: var(--el-text-color-regular);
    transition: opacity var(--el-transition-duration);
    transform: translateY(-50%)
}

.el-upload-list__item .el-icon--close:hover {
    opacity: 1;
    color: var(--el-color-primary)
}

.el-upload-list__item .el-icon--close-tip {
    display: none;
    position: absolute;
    top: 1px;
    right: 5px;
    font-size: 12px;
    cursor: pointer;
    opacity: 1;
    color: var(--el-color-primary);
    font-style: normal
}

.el-upload-list__item:hover {
    background-color: var(--el-fill-color-light)
}

.el-upload-list__item:hover .el-icon--close {
    display: inline-flex
}

.el-upload-list__item:hover .el-progress__text {
    display: none
}

.el-upload-list__item .el-upload-list__item-info {
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
    width: calc(100% - 30px);
    margin-left: 4px
}

.el-upload-list__item.is-success .el-upload-list__item-status-label {
    display: inline-flex
}

.el-upload-list__item.is-success .el-upload-list__item-name:focus,
.el-upload-list__item.is-success .el-upload-list__item-name:hover {
    color: var(--el-color-primary);
    cursor: pointer
}

.el-upload-list__item.is-success:focus:not(:hover) .el-icon--close-tip {
    display: inline-block
}

.el-upload-list__item.is-success:active,
.el-upload-list__item.is-success:not(.focusing):focus {
    outline-width: 0
}

.el-upload-list__item.is-success:active .el-icon--close-tip,
.el-upload-list__item.is-success:not(.focusing):focus .el-icon--close-tip {
    display: none
}

.el-upload-list__item.is-success:focus .el-upload-list__item-status-label,
.el-upload-list__item.is-success:hover .el-upload-list__item-status-label {
    display: none;
    opacity: 0
}

.el-upload-list__item-name {
    color: var(--el-text-color-regular);
    display: inline-flex;
    text-align: center;
    align-items: center;
    padding: 0 4px;
    transition: color var(--el-transition-duration);
    font-size: var(--el-font-size-base)
}

.el-upload-list__item-name .el-icon {
    margin-right: 6px;
    color: var(--el-text-color-secondary)
}

.el-upload-list__item-file-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.el-upload-list__item-status-label {
    position: absolute;
    right: 5px;
    top: 0;
    line-height: inherit;
    display: none;
    height: 100%;
    justify-content: center;
    align-items: center;
    transition: opacity var(--el-transition-duration)
}

.el-upload-list__item-delete {
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 12px;
    color: var(--el-text-color-regular);
    display: none
}

.el-upload-list__item-delete:hover {
    color: var(--el-color-primary)
}

.el-upload-list--picture-card {
    --el-upload-list-picture-card-size: 148px;
    display: inline-flex;
    flex-wrap: wrap;
    margin: 0
}

.el-upload-list--picture-card .el-upload-list__item {
    overflow: hidden;
    background-color: var(--el-fill-color-blank);
    border: 1px solid var(--el-border-color);
    border-radius: 6px;
    box-sizing: border-box;
    width: var(--el-upload-list-picture-card-size);
    height: var(--el-upload-list-picture-card-size);
    margin: 0 8px 8px 0;
    padding: 0;
    display: inline-flex
}

.el-upload-list--picture-card .el-upload-list__item .el-icon--check,
.el-upload-list--picture-card .el-upload-list__item .el-icon--circle-check {
    color: #fff
}

.el-upload-list--picture-card .el-upload-list__item .el-icon--close {
    display: none
}

.el-upload-list--picture-card .el-upload-list__item:hover .el-upload-list__item-status-label {
    opacity: 0;
    display: block
}

.el-upload-list--picture-card .el-upload-list__item:hover .el-progress__text {
    display: block
}

.el-upload-list--picture-card .el-upload-list__item .el-upload-list__item-name {
    display: none
}

.el-upload-list--picture-card .el-upload-list__item-thumbnail {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.el-upload-list--picture-card .el-upload-list__item-status-label {
    right: -15px;
    top: -6px;
    width: 40px;
    height: 24px;
    background: var(--el-color-success);
    text-align: center;
    transform: rotate(45deg)
}

.el-upload-list--picture-card .el-upload-list__item-status-label i {
    font-size: 12px;
    margin-top: 11px;
    transform: rotate(-45deg)
}

.el-upload-list--picture-card .el-upload-list__item-actions {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: default;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    opacity: 0;
    font-size: 20px;
    background-color: var(--el-overlay-color-lighter);
    transition: opacity var(--el-transition-duration)
}

.el-upload-list--picture-card .el-upload-list__item-actions span {
    display: none;
    cursor: pointer
}

.el-upload-list--picture-card .el-upload-list__item-actions span+span {
    margin-left: 1rem
}

.el-upload-list--picture-card .el-upload-list__item-actions .el-upload-list__item-delete {
    position: static;
    font-size: inherit;
    color: inherit
}

.el-upload-list--picture-card .el-upload-list__item-actions:hover {
    opacity: 1
}

.el-upload-list--picture-card .el-upload-list__item-actions:hover span {
    display: inline-flex
}

.el-upload-list--picture-card .el-progress {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: auto;
    width: 126px
}

.el-upload-list--picture-card .el-progress .el-progress__text {
    top: 50%
}

.el-upload-list--picture .el-upload-list__item {
    overflow: hidden;
    z-index: 0;
    background-color: var(--el-fill-color-blank);
    border: 1px solid var(--el-border-color);
    border-radius: 6px;
    box-sizing: border-box;
    margin-top: 10px;
    padding: 10px;
    display: flex;
    align-items: center
}

.el-upload-list--picture .el-upload-list__item .el-icon--check,
.el-upload-list--picture .el-upload-list__item .el-icon--circle-check {
    color: #fff
}

.el-upload-list--picture .el-upload-list__item:hover .el-upload-list__item-status-label {
    opacity: 0;
    display: inline-flex
}

.el-upload-list--picture .el-upload-list__item:hover .el-progress__text {
    display: block
}

.el-upload-list--picture .el-upload-list__item.is-success .el-upload-list__item-name i {
    display: none
}

.el-upload-list--picture .el-upload-list__item .el-icon--close {
    top: 5px;
    transform: translateY(0)
}

.el-upload-list--picture .el-upload-list__item-thumbnail {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    -o-object-fit: contain;
    object-fit: contain;
    position: relative;
    z-index: 1;
    background-color: var(--el-color-white)
}

.el-upload-list--picture .el-upload-list__item-status-label {
    position: absolute;
    right: -17px;
    top: -7px;
    width: 46px;
    height: 26px;
    background: var(--el-color-success);
    text-align: center;
    transform: rotate(45deg)
}

.el-upload-list--picture .el-upload-list__item-status-label i {
    font-size: 12px;
    margin-top: 12px;
    transform: rotate(-45deg)
}

.el-upload-list--picture .el-progress {
    position: relative;
    top: -7px
}

.el-upload-cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 10;
    cursor: default
}

.el-upload-cover:after {
    display: inline-block;
    content: "";
    height: 100%;
    vertical-align: middle
}

.el-upload-cover img {
    display: block;
    width: 100%;
    height: 100%
}

.el-upload-cover__label {
    right: -15px;
    top: -6px;
    width: 40px;
    height: 24px;
    background: var(--el-color-success);
    text-align: center;
    transform: rotate(45deg)
}

.el-upload-cover__label i {
    font-size: 12px;
    margin-top: 11px;
    transform: rotate(-45deg);
    color: #fff
}

.el-upload-cover__progress {
    display: inline-block;
    vertical-align: middle;
    position: static;
    width: 243px
}

.el-upload-cover__progress+.el-upload__inner {
    opacity: 0
}

.el-upload-cover__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.el-upload-cover__interact {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--el-overlay-color-light);
    text-align: center
}

.el-upload-cover__interact .btn {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    vertical-align: middle;
    transition: var(--el-transition-md-fade);
    margin-top: 60px
}

.el-upload-cover__interact .btn i {
    margin-top: 0
}

.el-upload-cover__interact .btn span {
    opacity: 0;
    transition: opacity .15s linear
}

.el-upload-cover__interact .btn:not(:first-child) {
    margin-left: 35px
}

.el-upload-cover__interact .btn:hover {
    transform: translateY(-13px)
}

.el-upload-cover__interact .btn:hover span {
    opacity: 1
}

.el-upload-cover__interact .btn i {
    color: #fff;
    display: block;
    font-size: 24px;
    line-height: inherit;
    margin: 0 auto 5px
}

.el-upload-cover__title {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    height: 36px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
    text-align: left;
    padding: 0 10px;
    margin: 0;
    line-height: 36px;
    font-size: 14px;
    color: var(--el-text-color-primary)
}

.el-upload-cover+.el-upload__inner {
    opacity: 0;
    position: relative;
    z-index: 1
}

.el-vl__wrapper {
    position: relative
}

.el-vl__wrapper:hover .el-virtual-scrollbar,
.el-vl__wrapper.always-on .el-virtual-scrollbar {
    opacity: 1
}

.el-vl__window {
    scrollbar-width: none
}

.el-vl__window::-webkit-scrollbar {
    display: none
}

.el-virtual-scrollbar {
    opacity: 0;
    transition: opacity .34s ease-out
}

.el-virtual-scrollbar.always-on {
    opacity: 1
}

.el-vg__wrapper {
    position: relative
}

.el-popper {
    --el-popper-border-radius: var(--el-popover-border-radius, 4px)
}

.el-popper {
    position: absolute;
    border-radius: var(--el-popper-border-radius);
    padding: 5px 11px;
    z-index: 2000;
    font-size: 12px;
    line-height: 20px;
    min-width: 10px;
    word-wrap: break-word;
    visibility: visible
}

.el-popper.is-dark {
    color: var(--el-bg-color);
    background: var(--el-text-color-primary);
    border: 1px solid var(--el-text-color-primary)
}

.el-popper.is-dark .el-popper__arrow:before {
    border: 1px solid var(--el-text-color-primary);
    background: var(--el-text-color-primary);
    right: 0
}

.el-popper.is-light {
    background: var(--el-bg-color-overlay);
    border: 1px solid var(--el-border-color-light)
}

.el-popper.is-light .el-popper__arrow:before {
    border: 1px solid var(--el-border-color-light);
    background: var(--el-bg-color-overlay);
    right: 0
}

.el-popper.is-pure {
    padding: 0
}

.el-popper__arrow {
    position: absolute;
    width: 10px;
    height: 10px;
    z-index: -1
}

.el-popper__arrow:before {
    position: absolute;
    width: 10px;
    height: 10px;
    z-index: -1;
    content: " ";
    transform: rotate(45deg);
    background: var(--el-text-color-primary);
    box-sizing: border-box
}

.el-popper[data-popper-placement^=top]>.el-popper__arrow {
    bottom: -5px
}

.el-popper[data-popper-placement^=top]>.el-popper__arrow:before {
    border-bottom-right-radius: 2px
}

.el-popper[data-popper-placement^=bottom]>.el-popper__arrow {
    top: -5px
}

.el-popper[data-popper-placement^=bottom]>.el-popper__arrow:before {
    border-top-left-radius: 2px
}

.el-popper[data-popper-placement^=left]>.el-popper__arrow {
    right: -5px
}

.el-popper[data-popper-placement^=left]>.el-popper__arrow:before {
    border-top-right-radius: 2px
}

.el-popper[data-popper-placement^=right]>.el-popper__arrow {
    left: -5px
}

.el-popper[data-popper-placement^=right]>.el-popper__arrow:before {
    border-bottom-left-radius: 2px
}

.el-popper[data-popper-placement^=top] .el-popper__arrow:before {
    border-top-color: transparent !important;
    border-left-color: transparent !important
}

.el-popper[data-popper-placement^=bottom] .el-popper__arrow:before {
    border-bottom-color: transparent !important;
    border-right-color: transparent !important
}

.el-popper[data-popper-placement^=left] .el-popper__arrow:before {
    border-left-color: transparent !important;
    border-bottom-color: transparent !important
}

.el-popper[data-popper-placement^=right] .el-popper__arrow:before {
    border-right-color: transparent !important;
    border-top-color: transparent !important
}

.el-select-dropdown__item {
    font-size: var(--el-font-size-base);
    padding: 0 32px 0 20px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--el-text-color-regular);
    height: 34px;
    line-height: 34px;
    box-sizing: border-box;
    cursor: pointer
}

.el-select-dropdown__item.is-disabled {
    color: var(--el-text-color-placeholder);
    cursor: not-allowed
}

.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
    background-color: var(--el-fill-color-light)
}

.el-select-dropdown__item.selected {
    color: var(--el-color-primary);
    font-weight: 700
}

.el-statistic {
    --el-statistic-title-font-weight: 400;
    --el-statistic-title-font-size: var(--el-font-size-extra-small);
    --el-statistic-title-color: var(--el-text-color-regular);
    --el-statistic-content-font-weight: 400;
    --el-statistic-content-font-size: var(--el-font-size-extra-large);
    --el-statistic-content-color: var(--el-text-color-primary)
}

.el-statistic__head {
    font-weight: var(--el-statistic-title-font-weight);
    font-size: var(--el-statistic-title-font-size);
    color: var(--el-statistic-title-color);
    line-height: 20px;
    margin-bottom: 4px
}

.el-statistic__content {
    font-weight: var(--el-statistic-content-font-weight);
    font-size: var(--el-statistic-content-font-size);
    color: var(--el-statistic-content-color)
}

.el-statistic__value {
    display: inline-block
}

.el-statistic__prefix {
    margin-right: 4px;
    display: inline-block
}

.el-statistic__suffix {
    margin-left: 4px;
    display: inline-block
}

html,
body,
img,
pre,
ol,
ul,
li {
    margin: 0;
    padding: 0;
    border: none
}

html,
body {
    min-height: 100vh;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@keyframes rotate {
    to {
        transform: rotate(360deg)
    }
}

.auth-loading {
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

.auth-loading img {
    width: 22px;
    height: 22px;
    animation: rotate .8s linear infinite;
    -webkit-animation: rotate .8s linear infinite
}

.auth-loading div {
    margin-left: 14px;
    font-size: 16px;
    font-weight: 400;
    color: #0e1421
}

code[class*=language-],
pre[class*=language-] {
    background: hsl(220, 13%, 18%);
    color: #abb2bf;
    text-shadow: 0 1px rgba(0, 0, 0, .3);
    font-family: Fira Code, Fira Mono, Menlo, Consolas, DejaVu Sans Mono, monospace;
    direction: ltr;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    line-height: 1.5;
    -moz-tab-size: 2;
    -o-tab-size: 2;
    tab-size: 2;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none
}

code[class*=language-]::-moz-selection,
code[class*=language-] *::-moz-selection,
pre[class*=language-] *::-moz-selection {
    background: hsl(220, 13%, 28%);
    color: inherit;
    text-shadow: none
}

code[class*=language-]::selection,
code[class*=language-] *::selection,
pre[class*=language-] *::selection {
    background: hsl(220, 13%, 28%);
    color: inherit;
    text-shadow: none
}

pre[class*=language-] {
    padding: 1em;
    margin: .5em 0;
    overflow: auto;
    border-radius: .3em
}

:not(pre)>code[class*=language-] {
    padding: .2em .3em;
    border-radius: .3em;
    white-space: normal
}

@media print {

    code[class*=language-],
    pre[class*=language-] {
        text-shadow: none
    }
}

.token.comment,
.token.prolog,
.token.cdata {
    color: #5c6370
}

.token.doctype,
.token.punctuation,
.token.entity {
    color: #abb2bf
}

.token.attr-name,
.token.class-name,
.token.boolean,
.token.constant,
.token.number,
.token.atrule {
    color: #d19a66
}

.token.keyword {
    color: #c678dd
}

.token.property,
.token.tag,
.token.symbol,
.token.deleted,
.token.important {
    color: #e06c75
}

.token.selector,
.token.string,
.token.char,
.token.builtin,
.token.inserted,
.token.regex,
.token.attr-value,
.token.attr-value>.token.punctuation {
    color: #98c379
}

.token.variable,
.token.operator,
.token.function {
    color: #61afef
}

.token.url {
    color: #56b6c2
}

.token.attr-value>.token.punctuation.attr-equals,
.token.special-attr>.token.attr-value>.token.value.css {
    color: #abb2bf
}

.language-css .token.selector {
    color: #e06c75
}

.language-css .token.property {
    color: #abb2bf
}

.language-css .token.function,
.language-css .token.url>.token.function {
    color: #56b6c2
}

.language-css .token.url>.token.string.url {
    color: #98c379
}

.language-css .token.important,
.language-css .token.atrule .token.rule,
.language-javascript .token.operator {
    color: #c678dd
}

.language-javascript .token.template-string>.token.interpolation>.token.interpolation-punctuation.punctuation {
    color: #be5046
}

.language-json .token.operator {
    color: #abb2bf
}

.language-json .token.null.keyword {
    color: #d19a66
}

.language-markdown .token.url,
.language-markdown .token.url>.token.operator,
.language-markdown .token.url-reference.url>.token.string {
    color: #abb2bf
}

.language-markdown .token.url>.token.content {
    color: #61afef
}

.language-markdown .token.url>.token.url,
.language-markdown .token.url-reference.url {
    color: #56b6c2
}

.language-markdown .token.blockquote.punctuation,
.language-markdown .token.hr.punctuation {
    color: #5c6370;
    font-style: italic
}

.language-markdown .token.code-snippet {
    color: #98c379
}

.language-markdown .token.bold .token.content {
    color: #d19a66
}

.language-markdown .token.italic .token.content {
    color: #c678dd
}

.language-markdown .token.strike .token.content,
.language-markdown .token.strike .token.punctuation,
.language-markdown .token.list.punctuation,
.language-markdown .token.title.important>.token.punctuation {
    color: #e06c75
}

.token.bold {
    font-weight: 700
}

.token.comment,
.token.italic {
    font-style: italic
}

.token.entity {
    cursor: help
}

.token.namespace {
    opacity: .8
}

.token.token.tab:not(:empty):before,
.token.token.cr:before,
.token.token.lf:before,
.token.token.space:before {
    color: #abb2bf26;
    text-shadow: none
}

div.code-toolbar>.toolbar.toolbar>.toolbar-item {
    margin-right: .4em
}

div.code-toolbar>.toolbar.toolbar>.toolbar-item>button,
div.code-toolbar>.toolbar.toolbar>.toolbar-item>a,
div.code-toolbar>.toolbar.toolbar>.toolbar-item>span {
    background: hsl(220, 13%, 26%);
    color: #828997;
    padding: .1em .4em;
    border-radius: .3em
}

div.code-toolbar>.toolbar.toolbar>.toolbar-item>button:hover,
div.code-toolbar>.toolbar.toolbar>.toolbar-item>button:focus,
div.code-toolbar>.toolbar.toolbar>.toolbar-item>a:hover,
div.code-toolbar>.toolbar.toolbar>.toolbar-item>a:focus,
div.code-toolbar>.toolbar.toolbar>.toolbar-item>span:hover,
div.code-toolbar>.toolbar.toolbar>.toolbar-item>span:focus {
    background: hsl(220, 13%, 28%);
    color: #abb2bf
}

.line-highlight.line-highlight {
    background: hsla(220, 100%, 80%, .04)
}

.line-highlight.line-highlight:before,
.line-highlight.line-highlight[data-end]:after {
    background: hsl(220, 13%, 26%);
    color: #abb2bf;
    padding: .1em .6em;
    border-radius: .3em;
    box-shadow: 0 2px #0003
}

pre[id].linkable-line-numbers.linkable-line-numbers span.line-numbers-rows>span:hover:before {
    background-color: #99bbff0a
}

.line-numbers.line-numbers .line-numbers-rows,
.command-line .command-line-prompt {
    border-right-color: #abb2bf26
}

.line-numbers .line-numbers-rows>span:before,
.command-line .command-line-prompt>span:before {
    color: #636d83
}

.rainbow-braces .token.token.punctuation.brace-level-1,
.rainbow-braces .token.token.punctuation.brace-level-5,
.rainbow-braces .token.token.punctuation.brace-level-9 {
    color: #e06c75
}

.rainbow-braces .token.token.punctuation.brace-level-2,
.rainbow-braces .token.token.punctuation.brace-level-6,
.rainbow-braces .token.token.punctuation.brace-level-10 {
    color: #98c379
}

.rainbow-braces .token.token.punctuation.brace-level-3,
.rainbow-braces .token.token.punctuation.brace-level-7,
.rainbow-braces .token.token.punctuation.brace-level-11 {
    color: #61afef
}

.rainbow-braces .token.token.punctuation.brace-level-4,
.rainbow-braces .token.token.punctuation.brace-level-8,
.rainbow-braces .token.token.punctuation.brace-level-12 {
    color: #c678dd
}

pre.diff-highlight>code .token.token.deleted:not(.prefix),
pre>code.diff-highlight .token.token.deleted:not(.prefix) {
    background-color: #ff526626
}

pre.diff-highlight>code .token.token.deleted:not(.prefix)::-moz-selection,
pre.diff-highlight>code .token.token.deleted:not(.prefix) *::-moz-selection,
pre>code.diff-highlight .token.token.deleted:not(.prefix)::-moz-selection,
pre>code.diff-highlight .token.token.deleted:not(.prefix) *::-moz-selection {
    background-color: #fb566940
}

pre.diff-highlight>code .token.token.deleted:not(.prefix)::selection,
pre.diff-highlight>code .token.token.deleted:not(.prefix) *::selection,
pre>code.diff-highlight .token.token.deleted:not(.prefix)::selection,
pre>code.diff-highlight .token.token.deleted:not(.prefix) *::selection {
    background-color: #fb566940
}

pre.diff-highlight>code .token.token.inserted:not(.prefix),
pre>code.diff-highlight .token.token.inserted:not(.prefix) {
    background-color: #1aff5b26
}

pre.diff-highlight>code .token.token.inserted:not(.prefix)::-moz-selection,
pre.diff-highlight>code .token.token.inserted:not(.prefix) *::-moz-selection,
pre>code.diff-highlight .token.token.inserted:not(.prefix)::-moz-selection,
pre>code.diff-highlight .token.token.inserted:not(.prefix) *::-moz-selection {
    background-color: #38e06240
}

pre.diff-highlight>code .token.token.inserted:not(.prefix)::selection,
pre.diff-highlight>code .token.token.inserted:not(.prefix) *::selection,
pre>code.diff-highlight .token.token.inserted:not(.prefix)::selection,
pre>code.diff-highlight .token.token.inserted:not(.prefix) *::selection {
    background-color: #38e06240
}

.prism-previewer.prism-previewer:before,
.prism-previewer-gradient.prism-previewer-gradient div {
    border-color: #262931
}

.prism-previewer-color.prism-previewer-color:before,
.prism-previewer-gradient.prism-previewer-gradient div,
.prism-previewer-easing.prism-previewer-easing:before {
    border-radius: .3em
}

.prism-previewer.prism-previewer:after {
    border-top-color: #262931
}

.prism-previewer-flipped.prism-previewer-flipped.after {
    border-bottom-color: #262931
}

.prism-previewer-angle.prism-previewer-angle:before,
.prism-previewer-time.prism-previewer-time:before,
.prism-previewer-easing.prism-previewer-easing {
    background: hsl(219, 13%, 22%)
}

.prism-previewer-angle.prism-previewer-angle circle,
.prism-previewer-time.prism-previewer-time circle {
    stroke: #abb2bf;
    stroke-opacity: 1
}

.prism-previewer-easing.prism-previewer-easing circle,
.prism-previewer-easing.prism-previewer-easing path,
.prism-previewer-easing.prism-previewer-easing line {
    stroke: #abb2bf
}

.prism-previewer-easing.prism-previewer-easing circle {
    fill: transparent
}