﻿.layout[data-v-d1ff918a] {
    position: relative;
    z-index: 1000
}

.navbar[data-v-d1ff918a] {
    height: 80px;
    background: #fffffff2;
    display: flex;
    justify-content: center
}

.nav-container[data-v-d1ff918a] {
    display: flex;
    align-items: center;
    gap: 70px;
    padding: 0 20px;
    width: 100%
}

.logo[data-v-d1ff918a] {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    min-width: 120px;
    cursor: pointer
}

.logo img[data-v-d1ff918a] {
    width: 180px;
    height: auto;
    max-height: 50px;
    object-fit: contain;
    display: block
}

.shoplogo[data-v-d1ff918a] {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    min-width: 120px;
    cursor: pointer;
    width: 180px;
    justify-content: flex-end
}

.shoplogo img[data-v-d1ff918a] {
    width: 100px;
    height: auto;
    max-height: 35px;
    object-fit: contain;
    display: block
}

.nav-links[data-v-d1ff918a] {
    display: flex;
    list-style: none;
    gap: 45px;
    margin: 0;
    padding: 0;
    flex: 1;
    justify-content: center
}

.nav-item[data-v-d1ff918a] {
    position: relative;
    height: 60px;
    display: flex;
    align-items: center
}

.nav-link[data-v-d1ff918a] {
    text-decoration: none;
    font-weight: 500;
    font-size: 1.1rem;
    padding: 0 4px;
    display: flex;
    align-items: center;
    position: relative;
    transition: color .3s ease;
    height: 100%;
    white-space: nowrap
}

.nav-underline[data-v-d1ff918a] {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    height: 2px;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform .3s cubic-bezier(.4, 0, .2, 1);
    border-radius: 1px
}

.nav-link:hover .nav-underline[data-v-d1ff918a],
.nav-link.active .nav-underline[data-v-d1ff918a] {
    transform: scaleX(1);
    background: #4ecdee !important
}

.dropdown-wrapper[data-v-d1ff918a] {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%);
    padding-top: 0;
    margin-top: 0;
    z-index: 1000;
    opacity: 1;
    transition: opacity .2s ease, transform .2s ease;
    pointer-events: auto
}

.mega-dropdown[data-v-d1ff918a] {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 25px 50px #0003;
    overflow: hidden;
    width: 1000px;
    height: 200px;
    margin-top: 0
}

.mega-dropdown-content[data-v-d1ff918a] {
    display: flex;
    width: 100%;
    height: 100%
}

.sidebar-nav[data-v-d1ff918a] {
    width: 160px;
    flex-shrink: 0;
    background: #f8fafc;
    padding: 10px 12px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    border-right: 1px solid #e2e8f0;
    height: 100%;
    box-sizing: border-box
}

.sidebar-item[data-v-d1ff918a] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 5px 14px;
    border-radius: 10px;
    cursor: pointer;
    transition: all .3s ease;
    color: #4a5568;
    height: 30px;
    box-sizing: border-box;
    flex-shrink: 0;
    -webkit-user-select: none;
    user-select: none
}

.sidebar-item[data-v-d1ff918a]:hover,
.sidebar-item.active[data-v-d1ff918a] {
    background: #4ecdee;
    color: #fff;
    box-shadow: 0 4px 12px #4ecdee4d
}

.sidebar-text[data-v-d1ff918a] {
    font-weight: 600;
    font-size: 13px;
    flex: 1
}

.sidebar-arrow[data-v-d1ff918a] {
    opacity: 0;
    transition: opacity .3s ease;
    flex-shrink: 0
}

.sidebar-item:hover .sidebar-arrow[data-v-d1ff918a],
.sidebar-item.active .sidebar-arrow[data-v-d1ff918a] {
    opacity: 1
}

.preview-area[data-v-d1ff918a] {
    flex: 1;
    padding: 20px 24px;
    background: #fff;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    overflow: hidden
}

.preview-row[data-v-d1ff918a] {
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: flex-start
}

.product-card[data-v-d1ff918a] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100px;
    flex-shrink: 0;
    cursor: pointer;
    transition: transform .3s ease
}

.product-card[data-v-d1ff918a]:hover:not(.placeholder) {
    transform: translateY(-4px)
}

.product-card.placeholder[data-v-d1ff918a] {
    cursor: default
}

.product-card.placeholder .product-image-wrapper[data-v-d1ff918a] {
    background: transparent;
    box-shadow: none
}

.product-image-wrapper[data-v-d1ff918a] {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    overflow: hidden;
    background: linear-gradient(135deg, #e2e8f0, #f1f5f9);
    margin-bottom: 8px;
    box-shadow: 0 4px 12px #00000014
}

.product-image[data-v-d1ff918a] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease
}

.product-card:hover .product-image[data-v-d1ff918a] {
    transform: scale(1.08)
}

.product-name[data-v-d1ff918a] {
    font-size: 1rem;
    font-weight: 500;
    color: #1a1a1a;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    line-height: 1.3;
    min-height: 2.6em;
    word-break: break-word;
    padding: 0 4px;
    box-sizing: border-box
}

.search-box-wrapper[data-v-d1ff918a] {
    min-width: 180px
}

.search-box-placeholder[data-v-d1ff918a] {
    min-width: 180px;
    height: 40px
}

.search-box[data-v-d1ff918a] {
    position: relative;
    display: flex;
    align-items: center;
    min-width: 180px
}

.search-input[data-v-d1ff918a] {
    width: 180px;
    height: 40px;
    padding: 0 36px 0 14px;
    border: 2px solid #e2e8f0;
    border-radius: 20px;
    background: #f7fafc;
    font-size: .9rem;
    transition: all .3s ease
}

.search-input[data-v-d1ff918a]:focus {
    outline: none;
    border-color: #4ecdee;
    background: #fff
}

.search-btn[data-v-d1ff918a] {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border: none;
    background: #4ecdee;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .2s ease
}

.search-btn[data-v-d1ff918a]:hover {
    transform: translateY(-50%) scale(1.05)
}

.placeholder[data-v-d1ff918a] {
    width: 100%
}

.fullscreen-swiper {
    --swiper-pagination-bullet-width: 27px;
    --swiper-pagination-bullet-height: 8px;
    --swiper-pagination-bullet-border-radius: 3px;
    --swiper-pagination-bullet-inactive-color: rgba(255, 255, 255, .5);
    --swiper-pagination-color: #ffffff;
    --swiper-pagination-bullet-inactive-opacity: 1;
    --swiper-pagination-bullet-opacity: 1;
    --swiper-pagination-bullet-horizontal-gap: 9px;
    --swiper-pagination-bottom: 30px
}

.fullscreen-pagination {
    position: absolute;
    bottom: 100px !important;
    left: 0 !important;
    width: 100% !important;
    display: flex;
    justify-content: center;
    z-index: 20
}

.fullscreen-swiper[data-v-73458847] {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden
}

.fullscreen-swiper.swiper[data-v-73458847] {
    height: auto;
    user-select: none;
    -webkit-user-select: none
}

.fullscreen-d-slide[data-v-73458847] {
    height: auto;
    position: relative;
    width: 100%
}

.fullscreen-d-slide>img[data-v-73458847] {
    width: 100%;
    height: auto;
    display: block;
    pointer-events: none
}

.fullscreen-prev[data-v-73458847],
.fullscreen-next[data-v-73458847] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    background-color: #00000080;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 20;
    transition: all .3s ease
}

.fullscreen-prev[data-v-73458847] {
    left: 20px
}

.fullscreen-next[data-v-73458847] {
    right: 20px
}

.fullscreen-prev[data-v-73458847]:after,
.fullscreen-next[data-v-73458847]:after {
    font-size: 18px;
    font-weight: 700;
    color: #fff
}

.fullscreen-prev[data-v-73458847]:hover,
.fullscreen-next[data-v-73458847]:hover {
    background-color: #000c;
    transform: translateY(-50%) scale(1.05)
}

.fullscreen-d[data-v-73458847] {
    position: relative;
    width: 100%
}

.fullscreen-d>img[data-v-73458847] {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    display: block
}

.fullscreen-main-title[data-v-73458847] {
    position: absolute;
    top: 25%;
    left: 62%;
    color: #fff;
    font-size: 3vw;
    font-weight: 700;
    text-align: center;
    z-index: 2
}

.fullscreen-sub-title[data-v-73458847] {
    position: absolute;
    top: 35%;
    left: 61%;
    color: #fff;
    font-size: 1.4vw;
    text-align: center;
    z-index: 2
}

.fullscreen-sub-sub-title[data-v-73458847] {
    position: absolute;
    top: 40%;
    left: 50%;
    color: #fff;
    font-size: 1vw;
    text-align: center;
    z-index: 2
}

.btn[data-v-73458847] {
    position: absolute;
    top: 50%;
    left: 78%;
    background-color: transparent;
    color: #fff;
    width: 11%;
    aspect-ratio: 948/239;
    text-decoration: none;
    border-radius: 200px;
    font-size: 1vw;
    font-weight: 500;
    border: 2px solid white;
    cursor: pointer;
    transition: all .3s ease;
    z-index: 2;
    box-shadow: 0 4px 12px #00000026;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0
}

.btn a[data-v-73458847] {
    color: #fff;
    text-decoration: none;
    display: block;
    width: 100%;
    text-align: center
}

.btn[data-v-73458847]:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 16px #0003
}

.full-d1[data-v-73458847] {
    position: absolute;
    top: 35%;
    left: 4%;
    width: 40%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.full-d2[data-v-73458847] {
    position: absolute;
    top: 35%;
    left: 0%;
    width: 40%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.full-d3[data-v-73458847] {
    position: absolute;
    top: 35%;
    left: 56%;
    width: 40%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.full-d4[data-v-73458847] {
    position: absolute;
    top: 29%;
    left: 12%;
    width: 40%;
    height: auto;
    display: flex;
    flex-direction: column
}

.full-d1-title[data-v-73458847] {
    width: 70%;
    height: auto;
    display: block;
    padding: 0 0 30px
}

.full-d2-title[data-v-73458847] {
    width: 50%;
    height: auto;
    display: block;
    padding: 0 0 30px
}

.full-d3-title[data-v-73458847] {
    width: 40%;
    height: auto;
    padding: 0 0 30px
}

.full-d4-title[data-v-73458847] {
    width: 83%;
    height: auto;
    display: block;
    padding: 0 0 30px
}

.full-d1-subtitle[data-v-73458847] {
    text-align: center;
    color: #fff;
    font-weight: 550;
    font-size: 1.8vw
}

.full-d4-subtitle[data-v-73458847] {
    color: #303030;
    font-weight: 650;
    font-size: 1.38vw;
    white-space: nowrap
}

.full-d1-sub-subtitle[data-v-73458847],
.full-d2-sub-subtitle[data-v-73458847] {
    width: 100%;
    color: #fff;
    text-align: center;
    font-weight: 350;
    padding: 10px 0 20px;
    font-size: .9vw
}

.full-d4-sub-subtitle[data-v-73458847] {
    width: 100%;
    color: #000;
    font-weight: 500;
    padding: 10px 0 20px;
    margin-top: 10px;
    line-height: 1.5;
    font-size: .9vw
}

.full-d1-btn[data-v-73458847] {
    border: 1px solid white;
    color: #fff;
    font-weight: 500;
    padding: 10px 20px;
    margin-top: 40px;
    border-radius: 50px;
    cursor: pointer
}

.full-d4-btn[data-v-73458847] {
    margin-top: 30px;
    border: 1px solid black;
    color: #000;
    font-weight: 500;
    padding: 13px 20px;
    border-radius: 50px;
    font-size: 16px;
    width: 180px;
    cursor: pointer
}

.full-d1-btn img[data-v-73458847] {
    height: 10px
}

.full-d4-btn img[data-v-73458847] {
    height: 9px
}

.elko-d[data-v-73458847] {
    overflow: hidden;
    width: 100%;
    position: relative
}

.elko-d-img1[data-v-73458847] {
    width: 100%;
    aspect-ratio: 2560/1480;
    display: block
}

.elko-d[data-v-73458847]:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.elko-d-title[data-v-73458847] {
    position: absolute;
    top: 6%;
    left: 50%;
    transform: translate(-50%);
    color: #303030;
    font-size: 3vw;
    font-weight: 700;
    text-align: center;
    z-index: 2;
    white-space: nowrap
}

.elko-d-subtitle[data-v-73458847] {
    position: absolute;
    top: 14%;
    left: 50%;
    transform: translate(-50%);
    color: #303030;
    font-size: 1.2vw;
    font-weight: 500;
    text-align: center;
    z-index: 2;
    white-space: nowrap
}

.elko-d-img3[data-v-73458847] {
    top: 26%;
    z-index: 2;
    position: absolute;
    width: 54%;
    height: auto;
    display: block
}

.elko-d-img4[data-v-73458847] {
    top: 26%;
    z-index: 2;
    position: absolute;
    left: 49%;
    width: 52%;
    height: auto;
    display: block
}

.elko-d-img3[data-v-73458847],
.elko-d-img4[data-v-73458847] {
    opacity: 0;
    transition: all .8s cubic-bezier(.25, .46, .45, .94)
}

.elko-d-img3[data-v-73458847] {
    transform: translate(-50%)
}

.elko-d-img4[data-v-73458847] {
    transform: translate(50%)
}

.elko-d-img3.animate-in[data-v-73458847],
.elko-d-img4.animate-in[data-v-73458847] {
    opacity: 1;
    transform: translate(0)
}

.elko-d-img5[data-v-73458847] {
    top: 20%;
    z-index: 3;
    position: absolute;
    left: 18%;
    width: 35%;
    height: auto;
    display: block
}

.elko-d-img6[data-v-73458847] {
    top: 13%;
    z-index: 3;
    position: absolute;
    left: 52%;
    width: 37%;
    height: auto;
    display: block
}

.elko-d-img5[data-v-73458847],
.elko-d-img6[data-v-73458847] {
    opacity: 0;
    transition: all .8s cubic-bezier(.25, .46, .45, .94)
}

.elko-d-img5[data-v-73458847] {
    transform: translate(-50%)
}

.elko-d-img6[data-v-73458847] {
    transform: translate(50%)
}

.elko-d-img5.animate-in[data-v-73458847],
.elko-d-img6.animate-in[data-v-73458847] {
    opacity: 1;
    transform: translate(0)
}

.elko-d-img7[data-v-73458847] {
    top: 29%;
    z-index: 3;
    position: absolute;
    left: 9%;
    width: 13%;
    height: auto;
    display: block
}

.elko-d-img8[data-v-73458847] {
    top: 23%;
    z-index: 3;
    position: absolute;
    left: 84%;
    width: 20%;
    height: auto;
    display: block
}

.elko-d-img7[data-v-73458847],
.elko-d-img8[data-v-73458847] {
    opacity: 0;
    transition: all .8s cubic-bezier(.25, .46, .45, .94)
}

.elko-d-img7[data-v-73458847] {
    transform: translate(-40%)
}

.elko-d-img8[data-v-73458847] {
    transform: translate(40%)
}

.elko-d-img7.animate-in[data-v-73458847],
.elko-d-img8.animate-in[data-v-73458847] {
    opacity: 1;
    transform: translate(0)
}

.elko-left[data-v-73458847] {
    cursor: pointer;
    z-index: 3;
    position: absolute;
    width: 21%;
    height: 160px;
    top: 60%;
    left: 5%
}

.elko-right[data-v-73458847] {
    cursor: pointer;
    z-index: 3;
    position: absolute;
    width: 15%;
    height: 160px;
    top: 60%;
    left: 84%
}

.elko-left>img[data-v-73458847] {
    width: 50%;
    height: auto;
    display: block
}

.elko-right>img[data-v-73458847] {
    width: 80%;
    height: auto;
    display: block
}

.elko-d-maintext[data-v-73458847] {
    padding-top: 20px;
    padding-bottom: 5px;
    font-size: 1.4vw;
    font-weight: 700
}

.elko-d-subtext[data-v-73458847] {
    font-size: 1vw;
    font-weight: 500
}

.elko-d-subtext img[data-v-73458847] {
    width: .5vw
}

.elko-left[data-v-73458847],
.elko-right[data-v-73458847] {
    opacity: 0;
    transition: opacity .8s ease
}

.elko-left.animate-in[data-v-73458847],
.elko-right.animate-in[data-v-73458847] {
    opacity: 1
}

.lab-d[data-v-73458847] {
    width: 96%;
    margin: 20px auto;
    position: relative
}

.lab-d>img[data-v-73458847] {
    width: 100%;
    height: auto;
    display: block
}

.lab-d-i[data-v-73458847] {
    position: absolute;
    height: 100%;
    width: 42%;
    top: 0;
    background-color: #07a9ca80;
    border-radius: 16px 0 0 16px;
    overflow: hidden
}

.lab-i[data-v-73458847] {
    position: absolute;
    top: 16%;
    left: 0;
    right: 0;
    padding: 0 17%;
    width: 100%;
    box-sizing: border-box
}

.lab-i-img1[data-v-73458847] {
    width: 80%;
    display: block
}

.lab-d-i-text[data-v-73458847] {
    font-size: 1.1vw;
    color: #fff;
    line-height: 2;
    margin: 120px 0
}

.lab-i-img2[data-v-73458847] {
    width: 70%;
    display: block
}

.first-to-know[data-v-73458847] {
    position: absolute;
    z-index: 1;
    top: 83%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 2vw;
    margin: 0 27%;
    padding: 0vw 1vw;
    box-sizing: border-box;
    width: 45%;
    height: 8vw;
    background-image: url(../jpeg/1280x1280.jpeg);
    background-size: contain;
    border-radius: 100px;
    border: 3px solid white
}

.first-to-know-text[data-v-73458847] {
    padding-left: 0vw;
    flex: 1;
    min-width: 0;
    text-align: center
}

.first-to-know-maintext[data-v-73458847] {
    font-size: 1.1vw;
    font-weight: 800;
    margin-bottom: .2vw;
    color: #303030;
    white-space: nowrap
}

.first-to-know-subtext[data-v-73458847] {
    font-size: .76vw;
    font-weight: 400;
    color: #303030;
    white-space: nowrap
}

.email-form[data-v-73458847] {
    flex: 1.5;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 60px;
    padding: .5vw;
    min-width: 0;
    margin-right: 1.5vw;
    box-shadow: 0 4px 15px #0000001a
}

.email-inputbe[data-v-73458847] {
    flex: 1;
    border: none;
    padding: 0vw 1.5vw;
    font-size: .8vw;
    border-radius: 60px;
    min-width: 0;
    outline: none;
    background: transparent;
    margin-right: .5vw
}

.subscribe-btn[data-v-73458847] {
    background-color: #61d6ee;
    color: #fff;
    border: none;
    padding: .8vw 1.4vw;
    border-radius: 60px;
    font-size: .6vw;
    font-weight: 700;
    cursor: pointer;
    transition: all .3s ease;
    white-space: nowrap
}

.subscribe-btn[data-v-73458847]:hover {
    transform: scale(1.02)
}

.success-message-desktop[data-v-73458847],
.error-message-desktop[data-v-73458847] {
    position: absolute;
    bottom: 10px;
    left: 50%;
    font-size: .8vw;
    white-space: nowrap
}

.success-message-desktop[data-v-73458847] {
    color: #007aff
}

.error-message-desktop[data-v-73458847] {
    color: #d0331f
}

.energize-lab1[data-v-73458847] {
    position: absolute;
    top: 103vw;
    left: 30%;
    width: 20%;
    aspect-ratio: 16 / 5;
    background-color: #cefa8ccc;
    border-radius: 50px;
    padding: 1.3vw
}

.energize-lab1 img[data-v-73458847] {
    width: 70%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translate(-50%)
}

.energize-lab2[data-v-73458847] {
    position: absolute;
    z-index: 10;
    top: 103vw;
    left: 50%;
    width: 30%;
    aspect-ratio: 16/5;
    background-color: #7effdfcc;
    border-radius: 50px;
    padding: 1.3vw
}

.energize-lab-title-1[data-v-73458847] {
    font-size: 1vw;
    width: 30vw;
    font-weight: 700;
    margin-bottom: 1.5vw;
    color: #000
}

.energize-lab-title-2[data-v-73458847] {
    font-size: 1.8vw;
    width: 25vw;
    font-weight: 700;
    margin-bottom: 1.5vw;
    color: #000
}

.energize-lab-title-3[data-v-73458847] {
    font-size: 1vw;
    font-weight: 600;
    color: #000
}

.energize-lab[data-v-73458847] {
    width: 100%;
    height: 25vw;
    background-color: #666
}

.energize-lab-title[data-v-73458847] {
    position: relative;
    top: 4vw;
    padding-left: 38vw
}

.pccvideo[data-v-73458847] {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 3vw 2vw 0vw
}

.pcvideo[data-v-73458847] {
    width: 100%;
    aspect-ratio: 16 / 7;
    background: linear-gradient(to bottom, #58dbf0, #d1f7ff00);
    border-radius: 25px;
    position: relative
}

.video-content[data-v-73458847] {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    width: 40%;
    display: flex;
    gap: 2vw;
    flex-direction: column
}

.text-section[data-v-73458847] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1vw
}

.main-title[data-v-73458847] {
    font-size: 3vw;
    font-weight: 700;
    color: #000;
    margin: 0;
    line-height: 1.2
}

.sub-title[data-v-73458847] {
    font-size: 1.2vw;
    color: #292929;
    margin: 0;
    line-height: 1.5
}

.stats-grid[data-v-73458847] {
    width: 60%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5vw 2vw;
    margin-top: 1vw
}

.stat-item[data-v-73458847] {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.stat-number[data-v-73458847] {
    font-size: 2.7vw;
    font-weight: 700;
    color: #323232;
    line-height: 1.2
}

.stat-label[data-v-73458847] {
    font-size: .9vw;
    color: #323232;
    margin-top: .3vw
}

.circle-links[data-v-73458847] {
    display: flex;
    gap: 1.5vw;
    margin-top: 1.5vw
}

.circle-link[data-v-73458847] {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    width: 2vw;
    height: 2vw;
    border-radius: 50%;
    overflow: hidden;
    transition: transform .3s ease, box-shadow .3s ease;
    text-decoration: none
}

.circle-link img[data-v-73458847] {
    width: 60%;
    height: 60%;
    object-fit: contain
}

.circle-link[data-v-73458847]:hover {
    transform: scale(1.1);
    box-shadow: 0 0 15px #ffffff80
}

.pcvideo-swiper[data-v-73458847] {
    position: absolute;
    width: 43%;
    height: 100%;
    left: 50%;
    top: 0;
    display: flex;
    gap: .8vw;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    z-index: 2
}

.vertical-col[data-v-73458847] {
    flex: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
    background-color: transparent;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px)
}

.scroll-wrapper[data-v-73458847] {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative
}

.scroll-list[data-v-73458847] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    will-change: transform;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

.pcvideo-swiper .scroll-card[data-v-73458847] {
    position: relative;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 3 / 4;
    cursor: pointer;
    transition: transform .3s ease, box-shadow .3s ease
}

.pcvideo-swiper .scroll-card[data-v-73458847]:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px #00000026
}

.pcvideo-swiper .scroll-card img[data-v-73458847] {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.pcvideo-swiper .scroll-card video[data-v-73458847] {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.scroll-card-text[data-v-73458847] {
    position: absolute;
    top: 8px;
    left: 8px;
    padding: 3px 6px;
    background: #0009;
    border-radius: 20px;
    font-size: .7vw;
    font-weight: 500;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    z-index: 5;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px)
}

.pcvideo-swiper .scroll-card-text span[data-v-73458847]:first-child {
    font-weight: 600
}

.pcvideo-swiper .scroll-card-text span[data-v-73458847]:last-child {
    font-weight: 400;
    margin-left: 4px
}

.pcvideo-swiper .video-card.playing video[data-v-73458847] {
    filter: brightness(1)
}

.pcvideo-swiper .video-card[data-v-73458847]:hover:after {
    opacity: 1
}

.col-up .scroll-list[data-v-73458847] {
    animation-name: scrollUp-73458847;
    animation-duration: 50s
}

.col-down .scroll-list[data-v-73458847] {
    animation-name: scrollDown-73458847;
    animation-duration: 60s
}

@keyframes scrollUp-73458847 {
    0% {
        transform: translateY(0)
    }

    to {
        transform: translateY(-50%)
    }
}

@keyframes scrollDown-73458847 {
    0% {
        transform: translateY(-50%)
    }

    to {
        transform: translateY(0)
    }
}

.pcblog img[data-v-73458847] {
    width: 96%;
    margin: 0 auto;
    height: auto;
    display: block
}

.pcblog-titc[data-v-73458847] {
    position: absolute;
    top: 24%;
    left: 50%;
    transform: translate(-50%);
    color: #fff;
    font-size: 3vw;
    font-weight: 700;
    margin: 0;
    white-space: nowrap
}

.pcblog-tittc[data-v-73458847] {
    position: absolute;
    top: 39%;
    left: 50%;
    transform: translate(-50%);
    color: #fff;
    font-size: 1.3vw;
    width: 80%;
    font-weight: 400;
    text-align: center;
    margin: 0;
    letter-spacing: 1px
}

.pcblog-butc[data-v-73458847] {
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translate(-50%);
    width: auto;
    height: auto;
    padding: 10px 20px;
    background-color: #fff3;
    border-radius: 200px;
    border: 1px solid white;
    cursor: pointer;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center
}

.pcblog-butc p[data-v-73458847] {
    display: flex;
    align-items: center;
    gap: 11px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
    margin: 0
}

.pcblog-butc-icon[data-v-73458847] {
    width: 14px !important;
    height: 14px !important;
    display: block
}

.pcblog[data-v-73458847] {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    gap: 0px;
    justify-content: center;
    padding: 2vw 0
}

.pcblog-i[data-v-73458847] {
    flex: 1;
    position: relative
}

.pcblog-img[data-v-73458847] {
    width: 94%;
    margin: 0 3%;
    height: auto;
    display: block
}

.pcblog-tit[data-v-73458847] {
    position: absolute;
    top: 4%;
    left: 50%;
    transform: translate(-50%);
    color: #fff;
    font-size: 3vw;
    font-weight: 700;
    margin: 0;
    white-space: nowrap
}

.pcblog-titt[data-v-73458847] {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%);
    color: #fff;
    font-size: 1vw;
    width: 80%;
    font-weight: 500;
    text-align: center;
    margin: 0
}

.pcblog-but[data-v-73458847] {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%);
    width: 10vw;
    height: 3vw;
    background-color: #fff3;
    border-radius: 200px;
    border: 1px solid white;
    cursor: pointer
}

.pcblog-but p[data-v-73458847] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1vw;
    font-weight: 400;
    color: #fff;
    white-space: nowrap;
    margin: 0
}

.pcnews[data-v-73458847] {
    width: 100%;
    aspect-ratio: 16 / 4;
    display: flex;
    flex-direction: column;
    padding: 3vw 4vw;
    box-sizing: border-box;
    background-image: url(../png/newsw.png);
    background-size: cover
}

.pcnews-text[data-v-73458847] {
    flex: 1;
    display: flex;
    flex-direction: row;
    padding-left: 3vw;
    gap: 5vw
}

.pcnews-title[data-v-73458847] {
    padding-top: 2%;
    width: 34vw;
    font-size: 2vw;
    font-weight: 700;
    color: #303030;
    white-space: nowrap
}

.pcnews-subtitle[data-v-73458847] {
    padding-top: 1%;
    margin-left: 4%;
    width: 44vw;
    font-size: 1.3vw;
    color: #5c5c5c;
    line-height: 1.5
}

.pcnews-wrapper[data-v-73458847] {
    position: relative;
    width: 100%;
    margin: 2vw 0;
    padding: 0 3vw;
    box-sizing: border-box
}

.pcnews-carousel[data-v-73458847] {
    width: 100%;
    overflow: hidden
}

.pcnews-swiper[data-v-73458847] {
    width: 100%;
    height: 100%
}

.pcnews-swiper .swiper-wrapper[data-v-73458847] {
    transition-timing-function: linear
}

.pcnews-swiper .swiper-slide[data-v-73458847] {
    width: auto !important;
    height: auto
}

.pcnews-card[data-v-73458847] {
    width: 9vw;
    aspect-ratio: 5 / 3;
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    transition: transform .3s ease
}

.pcnews-card[data-v-73458847]:hover {
    transform: translateY(-3px)
}

.pcnews-card img[data-v-73458847] {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.pcnews-swiper-btn-prev[data-v-73458847],
.pcnews-swiper-btn-next[data-v-73458847] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2.2vw;
    height: 5.2vw;
    cursor: pointer;
    z-index: 10;
    transition: all .3s ease;
    background-color: #ced1de;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center
}

.pcnews-swiper-btn-prev[data-v-73458847] {
    left: 0
}

.pcnews-swiper-btn-next[data-v-73458847] {
    right: 0
}

.pcnews-swiper-btn-prev img[data-v-73458847],
.pcnews-swiper-btn-next img[data-v-73458847] {
    width: 60%;
    height: auto;
    object-fit: contain
}

.pcnews-swiper-btn-prev[data-v-73458847]:hover,
.pcnews-swiper-btn-next[data-v-73458847]:hover {
    background-color: #61d6ee;
    transform: translateY(-50%) scale(1.08)
}

.carousel[data-v-73458847] {
    width: 100%;
    aspect-ratio: 17 / 5;
    background-color: #f5f5f7;
    position: relative;
    overflow: hidden
}

.carousel-swiper[data-v-73458847] {
    width: 100%;
    height: 100%
}

.carousel-slide-img[data-v-73458847] {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.carousel-caption[data-v-73458847] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 12%;
    width: 40%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease, visibility .5s ease;
    color: #fff;
    padding: 1.5vw 2.2vw;
    font-weight: 700;
    text-align: left;
    pointer-events: auto;
    z-index: 10;
    overflow: hidden
}

.carousel-caption.active[data-v-73458847] {
    opacity: 1;
    visibility: visible
}

.carousel-main-title[data-v-73458847] {
    font-size: 2vw;
    font-weight: 700;
    margin-bottom: .5vw;
    letter-spacing: 1px;
    color: #fff;
    white-space: nowrap
}

.carousel-sub-title[data-v-73458847] {
    font-size: 1vw;
    font-weight: 400;
    margin-bottom: 1vw;
    opacity: .9;
    line-height: 1.4;
    color: #fff
}

.carousel-btn[data-v-73458847] {
    display: inline-block;
    background-color: #fff3;
    color: #fff;
    border: 2px solid white;
    padding: .5vw 1vw;
    border-radius: 40px;
    font-size: .85vw;
    font-weight: 500;
    text-decoration: none;
    transition: all .3s ease;
    cursor: pointer;
    margin-top: .25vw;
    letter-spacing: .5px
}

.carousel-btn[data-v-73458847]:hover {
    transform: scale(1.03);
    box-shadow: 0 4px 12px #0003
}

.carousel-btn img[data-v-73458847] {
    width: .4vw
}

.carousel[data-v-73458847] {
    --swiper-theme-color: #ffffff;
    --swiper-pagination-color: #ffffff
}

.carousel[data-v-73458847] .swiper-pagination-bullet {
    width: 25px !important;
    height: 8px !important;
    background-color: #ffffff80 !important;
    border-radius: 7px !important;
    margin: 0 5px !important;
    opacity: 1 !important
}

.carousel[data-v-73458847] .swiper-pagination-bullet-active {
    background-color: #fff !important;
    opacity: 1 !important
}

.carousel[data-v-73458847] .swiper-pagination {
    position: absolute;
    left: 50% !important;
    transform: translate(-50%) !important;
    bottom: 2vw !important;
    width: auto !important;
    display: flex;
    gap: 7px;
    z-index: 15
}

.three-displayz[data-v-73458847] {
    width: 100%;
    background-color: #e9f6fc
}

.three-display[data-v-73458847] {
    display: flex;
    gap: 2.5vw;
    width: 60%;
    aspect-ratio: 20/11;
    background-color: #e9f6fc;
    padding: 5vw 2.2vw;
    box-sizing: border-box;
    justify-content: center;
    margin-left: auto;
    margin-right: auto
}

.display-item[data-v-73458847] {
    flex: 1;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 15px #0000001a;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.2vw;
    padding: 1.5vw;
    margin-bottom: 30px;
    text-align: center
}

.display-ima[data-v-73458847] {
    width: 30%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: #00a6e82e;
    display: flex;
    align-items: center;
    justify-content: center
}

.display-image[data-v-73458847] {
    width: 50%;
    height: auto;
    object-fit: cover
}

.display-text[data-v-73458847] {
    font-size: 1.7vw;
    font-weight: 700;
    color: #333;
    line-height: 1.4
}

.display-btn[data-v-73458847] {
    background-color: #fff;
    color: #5c5c5c;
    border: none;
    padding: .7vw 1.8vw;
    border-radius: 0;
    font-size: .9vw;
    font-weight: 400;
    cursor: pointer;
    transition: all .3s ease;
    text-decoration: none;
    display: inline-block
}

.display-btn[data-v-73458847]:hover {
    background-color: #fff;
    transform: scale(1.05)
}

.display-btn img[data-v-73458847] {
    height: 50%
}

.desktop-only[data-v-73458847],
.mobile-only[data-v-73458847] {
    background: #fff !important
}

body.mobile-view[data-v-73458847] {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    width: 100%
}

.mobile-hero-swiper[data-v-73458847] {
    width: 100%;
    overflow: hidden;
    position: relative
}

.mobile-hero-swiper .swiper-slide[data-v-73458847] {
    width: 100%;
    height: auto
}

.mobile-hero-swiper .fullscreen-mo[data-v-73458847] {
    width: 100%;
    position: relative
}

.fullscreen-mo[data-v-73458847] {
    width: 100%;
    overflow-x: hidden;
    position: relative
}

.fullscreen-image-bg[data-v-73458847] {
    width: 100%;
    height: auto;
    display: block
}

.fullscreen-image-overlay[data-v-73458847] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: block
}

.ful-1[data-v-73458847] {
    position: absolute;
    top: 19%;
    font-size: 7vw;
    font-weight: 700;
    color: #fff;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    z-index: 3
}

.ful-2[data-v-73458847] {
    position: absolute;
    top: 25%;
    font-size: 4vw;
    font-weight: 500;
    color: #fff;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 3;
    white-space: nowrap
}

.ful-3[data-v-73458847] {
    position: absolute;
    top: 32%;
    font-size: 3.3vw;
    font-weight: 400;
    color: #fff;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 3;
    white-space: nowrap
}

.fullscreen-mo button[data-v-73458847] {
    position: absolute;
    border: 1px solid white;
    background-color: transparent;
    width: auto;
    top: 38%;
    left: 50%;
    transform: translate(-50%);
    height: 33px;
    border-radius: 50px;
    font-size: 13px;
    color: #fff;
    padding: 0 15px;
    z-index: 3;
    cursor: pointer
}

.fullscreen-title-image[data-v-73458847] {
    position: absolute;
    top: 16%;
    left: 50%;
    transform: translate(-50%);
    width: 60%;
    height: auto;
    z-index: 3
}

.fullscreen-mo .ful-1[data-v-73458847],
.fullscreen-mo .ful-2[data-v-73458847],
.fullscreen-mo .ful-3[data-v-73458847] {
    color: #fff
}

.fullscreen-mo button[data-v-73458847] {
    border-color: #fff;
    color: #fff
}

.fullscreen-mo.dark-theme .ful-1[data-v-73458847],
.fullscreen-mo.dark-theme .ful-2[data-v-73458847],
.fullscreen-mo.dark-theme .ful-3[data-v-73458847] {
    color: #303030
}

.fullscreen-mo.dark-theme button[data-v-73458847] {
    border-color: #000;
    color: #000
}

.fullscreen-mo.dark-theme button img[data-v-73458847] {
    filter: brightness(0)
}

.fullscreen-mo.dark-theme button img[data-v-73458847] {
    width: 8px;
    height: 8px
}

.mobile-hero-swiper[data-v-73458847]::part(pagination) {
    bottom: 16px
}

.mobile-hero-swiper[data-v-73458847]::part(bullet) {
    width: 22px;
    height: 5px;
    border-radius: 10px;
    background: #ffffff8c;
    opacity: 1;
    margin: 0 4px;
    transition: all .3s ease
}

.mobile-hero-swiper[data-v-73458847]::part(bullet-active) {
    width: 22px;
    height: 5px;
    border-radius: 10px;
    background: #fff
}

.thefuture[data-v-73458847] {
    padding-top: 5vw;
    font-size: 5vw;
    font-weight: 700;
    color: #333;
    line-height: 1.4;
    text-align: center
}

.Introducing[data-v-73458847] {
    padding-top: 5vw;
    font-size: 3vw;
    font-weight: 400;
    color: #333;
    line-height: 1.4;
    text-align: center;
    padding-bottom: 4vw
}

.playful[data-v-73458847] {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center
}

.playful-img[data-v-73458847] {
    width: 90%;
    height: auto;
    padding-bottom: 3vw
}

.playful-tit[data-v-73458847] {
    position: absolute;
    top: 4%;
    color: #fff;
    font-size: 40px;
    font-weight: 700
}

.playful-titt[data-v-73458847] {
    position: absolute;
    top: 14%;
    color: #fff;
    font-size: 20px;
    font-weight: 400
}

.playful-but[data-v-73458847] {
    position: absolute;
    top: 83%;
    width: 200px;
    height: 50px;
    background-color: #2fc0de;
    border-radius: 50px
}

.playful-but p[data-v-73458847] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    white-space: nowrap
}

.bethe[data-v-73458847] {
    position: relative;
    width: 100%
}

.betheha[data-v-73458847] {
    position: relative;
    width: 100%;
    height: 125px;
    background-color: #2fc0de
}

.bethe-tit[data-v-73458847] {
    position: absolute;
    top: 8%;
    left: 10%;
    color: #fff;
    font-size: 5vw;
    font-weight: 400
}

.bethe-titt[data-v-73458847] {
    position: absolute;
    top: 36%;
    left: 10%;
    color: #fff;
    font-size: 3vw;
    font-weight: 200
}

.bethe-img[data-v-73458847] {
    position: absolute;
    z-index: 3;
    width: 83px;
    right: 8%;
    top: 17px
}

.bethehah[data-v-73458847] {
    position: relative;
    width: 100%;
    aspect-ratio: 390 / 679;
    background-image: url(../png/partnermo.png);
    background-size: cover
}

.bethe-email-form[data-v-73458847] {
    position: absolute;
    top: 100px;
    width: 90%;
    left: 5%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 60px;
    padding: .5vw;
    box-shadow: 0 4px 15px #0000001a
}

.bethe-email-input[data-v-73458847] {
    flex: 1;
    border: none;
    padding: 1vw 1.5vw;
    font-size: 14px;
    border-radius: 60px;
    outline: none;
    background: transparent
}

.email-input[data-v-73458847]::placeholder {
    color: #999
}

.bethe-subscribe-btn[data-v-73458847] {
    background-color: #61d6ee;
    height: 40px;
    width: 100px;
    color: #fff;
    border: none;
    padding: .8vw 2vw;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 200;
    cursor: pointer;
    white-space: nowrap
}

.bethea[data-v-73458847] {
    position: absolute;
    top: 80px;
    height: 60%;
    width: 85%;
    left: 50%;
    transform: translate(-50%);
    display: flex;
    flex-direction: column;
    border-radius: 30px;
    overflow: hidden
}

.bethea-1[data-v-73458847] {
    width: 100%;
    background-color: #cefa8c;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center
}

.bethea-1 img[data-v-73458847] {
    width: 70%
}

.bethea-2[data-v-73458847] {
    width: 100%;
    background-color: #7effdf;
    flex: 1
}

.bethea-2 p[data-v-73458847] {
    padding: 30px;
    font-size: 4vw;
    font-weight: 700;
    line-height: 2;
    color: #333;
    text-align: left
}

.lab[data-v-73458847] {
    width: 100%;
    height: 1300px;
    background-color: #666
}

.lab-title[data-v-73458847] {
    position: relative;
    top: 70vw;
    padding-left: 7vw
}

.lab-title-1[data-v-73458847] {
    font-size: 50px;
    width: 30vw;
    font-weight: 700;
    margin-bottom: 1.5vw;
    color: #fff
}

.lab-title-2[data-v-73458847] {
    font-size: 60px;
    width: 25vw;
    font-weight: 700;
    margin-bottom: 1.5vw;
    color: #fff;
    white-space: nowrap
}

.lab-title-3[data-v-73458847] {
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 1vw;
    color: #fff;
    width: 70vw
}

.fly[data-v-73458847] {
    position: relative;
    width: 100%;
    /* height:100%; */
    display: flex;
    align-items: center
}

.fly-img[data-v-73458847] {
    width: 100%;
    margin: 0 auto;
    height: auto;
    padding-bottom: 3vw
}

.fly-tu[data-v-73458847] {
    position: absolute;
    top: 2%;
    left: 50%;
    transform: translate(-50%);
    color: #303030;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    white-space: nowrap
}

.fly-to[data-v-73458847] {
    position: absolute;
    top: 7%;
    left: 50%;
    transform: translate(-50%);
    color: #303030;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap
}

.fly1[data-v-73458847] {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    width: 20%;
    top: 36%;
    z-index: 300
}

.fly2[data-v-73458847] {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    width: 43%;
    top: 38.5%;
    z-index: 300
}

.fly3[data-v-73458847] {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    width: 25%;
    top: 72%;
    z-index: 300
}

.fly4[data-v-73458847] {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    width: 37%;
    top: 74.5%;
    z-index: 300
}

.fly5[data-v-73458847] {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    width: 130px;
    height: 40px;
    top: 41%;
    z-index: 300;
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center
}

.fly6[data-v-73458847] {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    width: 130px;
    height: 40px;
    top: 77%;
    z-index: 300;
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center
}

.fly5 p[data-v-73458847],
.fly6 p[data-v-73458847] {
    color: #2fc0de;
    font-size: 14px;
    font-weight: 700
}

.fly7[data-v-73458847] {
    position: absolute;
    top: 85%
}

.fly7-img[data-v-73458847] {
    width: 90%;
    margin-left: 5%;
    height: auto
}

.fly-tu1[data-v-73458847] {
    position: absolute;
    top: 86.5%;
    left: 50%;
    transform: translate(-50%);
    color: #303030;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    white-space: nowrap
}

.fly-to1[data-v-73458847] {
    position: absolute;
    top: 89%;
    left: 50%;
    transform: translate(-50%);
    color: #303030;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap
}

.fly8[data-v-73458847] {
    position: absolute;
    top: 92%;
    left: 50%;
    width: 80%;
    height: 50px;
    border-radius: 30px;
    background-color: #fff;
    transform: translate(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
    box-sizing: border-box;
    box-shadow: 0 2px 10px #0000001a
}

#emailInput123[data-v-73458847] {
    flex: 1;
    height: 100%;
    border: none;
    border-radius: 30px;
    padding: 0 20px;
    font-size: 11px;
    font-weight: 400;
    color: #333;
    background-color: transparent;
    min-width: 0;
    outline: none
}

#emailInput123.bethe-tit[data-v-73458847] {
    color: #999;
    font-weight: 400;
    font-size: 11px
}

#subscribeBtn123[data-v-73458847] {
    height: 100%;
    padding: 0 15px;
    border: none;
    border-radius: 30px;
    background-color: #61d6ee;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    transition: all .3s ease;
    white-space: nowrap
}

#subscribeBtn123[data-v-73458847]:hover {
    background-color: #4ab5cb;
    transform: scale(1.02)
}

#subscribeBtn123[data-v-73458847]:active {
    transform: scale(.98)
}

.fly-message-box[data-v-73458847] {
    position: absolute;
    top: 95.5%;
    left: 50%;
    transform: translate(-50%);
    width: 80%;
    text-align: center;
    z-index: 400
}

.success_message_mobile[data-v-73458847] {
    color: #4ab5cb;
    font-size: 12px
}

.error_message_mobile[data-v-73458847] {
    color: #ff4d4f;
    font-size: 12px
}

.laboo[data-v-73458847] {
    width: 94%;
    margin: 3vw auto
}

.laboo img[data-v-73458847] {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block
}

.monews[data-v-73458847] {
    width: 94%;
    margin: 15px auto;
    border-radius: 12px;
    background-image: url(../png/newswm.png);
    background-size: cover;
    aspect-ratio: 9 / 11;
    display: flex;
    flex-direction: column;
    padding: 4vw;
    box-sizing: border-box
}

.monews-text[data-v-73458847] {
    flex: 3;
    display: flex;
    flex-direction: column;
    gap: 3vw
}

.monews-title[data-v-73458847] {
    font-size: 5.9vw;
    font-weight: 700;
    color: #000;
    line-height: 1.3;
    margin: 12vw 0 1vw
}

.monews-title2[data-v-73458847] {
    font-size: 4.3vw;
    font-weight: 700;
    color: #000;
    line-height: 1.3;
    margin: 0 0 5vw
}

.monews-subtitle[data-v-73458847] {
    font-size: 4vw;
    color: #5c5c5c;
    line-height: 1.5
}

.monews-carousel[data-v-73458847] {
    flex: 1;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 2vw;
    padding: 20px 0 0
}

.monews-swiper[data-v-73458847] {
    width: 100%;
    height: auto;
    overflow: visible
}

.monews-swiper .swiper-wrapper[data-v-73458847] {
    width: auto;
    transition-timing-function: linear !important
}

.monews-swiper .swiper-slide[data-v-73458847] {
    width: auto !important;
    height: auto;
    margin-right: 12px
}

.monews-card[data-v-73458847] {
    width: 100px;
    aspect-ratio: 5 / 3;
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    transition: transform .3s ease;
    box-shadow: 0 2px 8px #0000001a
}

.monews-card[data-v-73458847]:hover {
    transform: translateY(-5px)
}

.monews-card img[data-v-73458847] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.monews-swiper-buttons[data-v-73458847] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
    position: relative;
    z-index: 10
}

.monews-swiper-btn-prev[data-v-73458847],
.monews-swiper-btn-next[data-v-73458847] {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    transform: none;
    width: 40px;
    height: 40px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.monews-swiper-btn-prev img[data-v-73458847],
.monews-swiper-btn-next img[data-v-73458847] {
    width: 60%;
    height: 60%;
    object-fit: contain;
    display: block
}

.monews-swiper-btn-prev[data-v-73458847]:before,
.monews-swiper-btn-next[data-v-73458847]:before {
    display: none;
    content: none
}

.mobile-video-section[data-v-73458847] {
    border-radius: 20px;
    width: 94%;
    margin: 0 auto;
    background: linear-gradient(180deg, #58dbf0, #d1f7ff00);
    display: flex;
    flex-direction: column
}

.mobile-video-placeholder[data-v-73458847] {
    width: 100%;
    aspect-ratio: 6 / 6;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 3vw;
    padding: 3vw 0;
    box-sizing: border-box
}

.mobile-card-swiper .swiper-wrapper[data-v-73458847] {
    transition-timing-function: linear !important
}

.mobile-video-placeholder[data-v-73458847] {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 16px 0;
    box-sizing: border-box;
    overflow: hidden
}

.mobile-swiper-row[data-v-73458847],
.mobile-card-swiper[data-v-73458847] {
    width: 100%;
    overflow: visible
}

.mobile-card-swiper .swiper-wrapper[data-v-73458847] {
    padding-left: 16px;
    box-sizing: border-box
}

.mobile-card[data-v-73458847] {
    width: 100%;
    cursor: pointer;
    transition: transform .2s ease
}

.mobile-card[data-v-73458847]:active {
    transform: scale(.98)
}

.mobile-card-inner[data-v-73458847] {
    position: relative;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    background: #f0f0f0;
    box-shadow: 0 4px 12px #0000001a
}

.mobile-card-inner img[data-v-73458847],
.mobile-card-inner video[data-v-73458847] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.mobile-card-text[data-v-73458847] {
    position: absolute;
    top: 8px;
    left: 8px;
    max-width: calc(100% - 16px);
    background: #0009;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border-radius: 20px;
    padding: 6px 10px;
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: baseline;
    gap: 4px;
    z-index: 2;
    box-sizing: border-box
}

.card-name[data-v-73458847] {
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 120px;
    flex-shrink: 1
}

.card-country[data-v-73458847] {
    font-size: 10px;
    font-weight: 400;
    color: #fffc;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 80px;
    flex-shrink: 1
}

.play-icon-overlay[data-v-73458847] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
    background-color: #00000080;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    z-index: 3
}

.play-icon-overlay svg[data-v-73458847] {
    width: 28px;
    height: 28px;
    margin-left: 3px
}

.video-card .mobile-card-inner[data-v-73458847] {
    position: relative
}

.video-modal[data-v-73458847] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000f2;
    z-index: 9999;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.video-modal.show[data-v-73458847] {
    display: flex
}

.video-modal-content[data-v-73458847] {
    position: relative;
    width: 90%;
    max-width: 500px;
    background: transparent;
    border-radius: 16px;
    overflow: visible
}

.video-modal-video-container[data-v-73458847] {
    width: 100%;
    aspect-ratio: 9 / 16;
    background: #000;
    position: relative;
    border-radius: 12px;
    overflow: hidden
}

.video-modal-video-container video[data-v-73458847] {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.video-modal-close[data-v-73458847] {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background-color: #00000080;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .2s ease;
    z-index: 10;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px)
}

.video-modal-close[data-v-73458847]:active {
    transform: scale(.95);
    background-color: #000000b3
}

.video-modal-close[data-v-73458847]:before,
.video-modal-close[data-v-73458847]:after {
    content: "";
    position: absolute;
    width: 18px;
    height: 2px;
    background-color: #fff
}

.video-modal-close[data-v-73458847]:before {
    transform: rotate(45deg)
}

.video-modal-close[data-v-73458847]:after {
    transform: rotate(-45deg)
}

.video-modal-title[data-v-73458847] {
    text-align: center;
    color: #fff;
    margin-top: 16px;
    font-size: 4vw;
    font-weight: 500
}

.mobile-video-content[data-v-73458847] {
    width: 100%;
    padding: 50px 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 5vw
}

.mobile-text-section[data-v-73458847] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2vw
}

.mobile-main-title[data-v-73458847] {
    font-size: 6.8vw;
    font-weight: 700;
    color: #000;
    letter-spacing: 1px;
    margin: 0;
    line-height: 1.3
}

.mobile-sub-title[data-v-73458847] {
    font-size: 3.2vw;
    color: #000000e6;
    margin: 0;
    line-height: 1.5
}

.mobile-stats-grid[data-v-73458847] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4vw 3vw
}

.mobile-stat-item[data-v-73458847] {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.mobile-stat-number[data-v-73458847] {
    font-size: 7vw;
    font-weight: 700;
    color: #3d3d3d;
    line-height: 1.2
}

.mobile-stat-label[data-v-73458847] {
    font-size: 3vw;
    color: #3d3d3d;
    margin-top: 1vw
}

.mobile-circle-links[data-v-73458847] {
    display: flex;
    gap: 4vw;
    justify-content: flex-start;
    margin-top: 2vw
}

.mobile-circle-link[data-v-73458847] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 7vw;
    height: 7vw;
    border-radius: 50%;
    overflow: hidden;
    background-color: #fff
}

.mobile-circle-link img[data-v-73458847] {
    width: 60%;
    height: 60%;
    object-fit: contain
}

.mobile-circle-link[data-v-73458847]:hover {
    transform: scale(1.1)
}

.playfulmo[data-v-73458847] {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center
}

.playful-imgmo[data-v-73458847] {
    width: 92%;
    height: auto;
    padding-bottom: 3vw
}

.playful-titmo[data-v-73458847] {
    position: absolute;
    top: 4%;
    color: #fff;
    font-size: 30px;
    font-weight: 500
}

.playful-tittmo[data-v-73458847] {
    position: absolute;
    top: 24%;
    color: #fff;
    font-size: 14px;
    width: 70%;
    font-weight: 500;
    text-align: center
}

.playful-butmo[data-v-73458847] {
    position: absolute;
    top: 46%;
    width: 150px;
    height: 40px;
    background-color: #fff6;
    border-radius: 50px;
    border: 2px solid white;
    cursor: pointer
}

.playful-butmo p[data-v-73458847] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    white-space: nowrap
}

.mobile-carousel-section[data-v-73458847] {
    width: 100%;
    background-color: #f5f5f7;
    padding: 0 4vw;
    box-sizing: border-box
}

.mobile-carousel-swiper[data-v-73458847] {
    width: 100%;
    overflow: hidden;
    border-radius: 24px
}

.mobile-carousel-swiper .swiper-slide[data-v-73458847] {
    height: auto !important;
    width: 100%
}

.mobile-carousel-slide[data-v-73458847] {
    width: 100%;
    position: relative;
    display: block
}

.mobile-carousel-bg[data-v-73458847] {
    width: 100%;
    height: auto;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.mobile-carousel-content[data-v-73458847] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 6vw 5vw;
    box-sizing: border-box;
    background: #0006;
    z-index: 2;
    pointer-events: none
}

.mobile-carousel-content a[data-v-73458847],
.mobile-carousel-content .mobile-carousel-btn[data-v-73458847] {
    pointer-events: auto
}

.mobile-carousel-main-title[data-v-73458847] {
    margin-top: 2vw;
    font-size: 5vw;
    font-weight: 700;
    color: #fff;
    margin-bottom: 2vw;
    text-align: center
}

.mobile-carousel-sub-title[data-v-73458847] {
    font-size: 15px;
    color: #fff;
    line-height: 1.6;
    margin-bottom: 5vw;
    text-align: center;
    padding: 0 2vw;
    opacity: .95
}

.mobile-carousel-btn[data-v-73458847] {
    display: inline-block;
    border: 1px solid white;
    background-color: #fff6;
    color: #fff;
    padding: 2.5vw 6vw;
    border-radius: 60px;
    font-size: 3.3vw;
    font-weight: 500;
    text-decoration: none;
    transition: all .3s ease;
    cursor: pointer
}

.mobile-carousel-swiper[data-v-73458847]::part(pagination) {
    bottom: 16px
}

.mobile-carousel-swiper[data-v-73458847]::part(bullet) {
    width: 22px;
    height: 5px;
    border-radius: 10px;
    background: #ffffff8c;
    opacity: 1;
    margin: 0 4px;
    transition: all .3s ease
}

.mobile-carousel-swiper[data-v-73458847]::part(bullet-active) {
    width: 22px;
    height: 5px;
    border-radius: 10px;
    background: #fff
}

.mothree[data-v-73458847] {
    background-color: #fff;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 30px 0
}

.mothreea[data-v-73458847] {
    position: relative;
    width: 90%;
    aspect-ratio: 16/3;
    background-color: #eaf9ff;
    border-radius: 40px;
    display: flex;
    align-items: center
}

.mothree-p[data-v-73458847] {
    margin-left: 3vw;
    height: 70%;
    aspect-ratio: 1/1;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.mothree img[data-v-73458847] {
    width: 50%;
    height: auto;
    display: block
}

.mothree-t[data-v-73458847] {
    padding-left: 7vw;
    font-size: 17px;
    font-weight: 600;
    color: #000;
    text-align: center
}

.mothree-arr[data-v-73458847] {
    position: absolute;
    right: 5vw;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    cursor: pointer
}

.mothree-arr img[data-v-73458847] {
    width: 100%;
    height: 100%;
    cursor: pointer
}

.is-web[data-v-73458847] {
    /* display: block; */
}

.is-mobile[data-v-73458847] {
    display: none;
}

@media only screen and (max-width:768px) {
    .is-web[data-v-73458847] {
        display: none
    }

    .is-mobile[data-v-73458847] {
        display: block
    }
}

.layout[data-v-195e076f] {
    position: relative;
    z-index: 1000
}

.mobile-nav[data-v-195e076f] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    width: 100%;
    height: 50px;
    transition: background-color .3s ease
}

.nav-bar[data-v-195e076f] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    height: 50px;
    box-shadow: none;
    transition: box-shadow .3s ease, background-color .3s ease;
    z-index: 100;
    box-sizing: border-box
}

.menu-btn[data-v-195e076f] {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    padding: 0;
    -webkit-tap-highlight-color: transparent
}

.hamburger[data-v-195e076f] {
    width: 22px;
    height: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.hamburger span[data-v-195e076f] {
    display: block;
    width: 22px;
    height: 2px;
    background-color: #50e6fe;
    border-radius: 2px;
    transition: all .3s ease;
    transform-origin: center
}

.hamburger.is-active span[data-v-195e076f]:nth-child(1) {
    transform: translateY(9px) rotate(45deg)
}

.hamburger.is-active span[data-v-195e076f]:nth-child(2) {
    opacity: 0;
    transform: scaleX(0)
}

.hamburger.is-active span[data-v-195e076f]:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg)
}

.logo-container[data-v-195e076f] {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    width: 157px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center
}

.logo[data-v-195e076f] {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.logo-placeholder[data-v-195e076f] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f0f0f0;
    color: #666;
    font-size: 14px;
    font-weight: 700;
    border-radius: 4px
}

.store-logo[data-v-195e076f] {
    width: 20px
}

.fullscreen-menu[data-v-195e076f] {
    position: fixed;
    inset: 50px 0 0;
    background-color: #fff;
    z-index: 999;
    overflow-y: hidden
}

.text[data-v-195e076f],
.category-text[data-v-195e076f] {
    height: 30px;
    text-align: center
}

.search-container[data-v-195e076f] {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 16px 0;
    box-sizing: border-box
}

.search-box[data-v-195e076f] {
    width: 90%;
    height: 30px;
    background-color: #f5f5f5;
    border-radius: 15px;
    display: flex;
    align-items: center;
    padding: 0 12px;
    cursor: pointer;
    transition: background-color .2s ease;
    box-sizing: border-box
}

.search-box[data-v-195e076f]:active {
    background-color: #e8e8e8
}

.search-icon[data-v-195e076f] {
    width: 16px;
    height: 16px;
    color: #999;
    flex-shrink: 0
}

.search-text[data-v-195e076f] {
    margin-left: 8px;
    color: #999;
    font-size: 14px;
    flex: 1;
    -webkit-user-select: none;
    user-select: none
}

.menu-content[data-v-195e076f] {
    display: flex;
    height: calc(100% - 52px);
    position: relative
}

.sidebar-nav[data-v-195e076f] {
    width: 90px;
    flex-shrink: 0;
    background-color: #fff;
    position: sticky;
    top: 0;
    height: 100%;
    overflow-y: auto
}

.menu-item[data-v-195e076f] {
    width: 80px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 0;
    transition: all .2s ease;
    box-sizing: border-box
}

.menu-item[data-v-195e076f]:active {
    background-color: #f5f5f5
}

.menu-text[data-v-195e076f] {
    font-size: 12px;
    color: #333;
    transition: color .2s ease
}

.menu-item.is-active[data-v-195e076f]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 15px;
    background-color: #2fc9e2;
    border-radius: 0 2px 2px 0
}

.menu-item.is-active .menu-text[data-v-195e076f] {
    color: #2fc9e2;
    font-weight: 500
}

.content-area[data-v-195e076f] {
    flex: 1;
    background-color: #f3eded;
    padding: 12px;
    overflow-y: auto;
    height: 100%
}

.shop-container[data-v-195e076f] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px
}

.category-section[data-v-195e076f] {
    margin-bottom: 40px
}

.category-title[data-v-195e076f] {
    font-weight: 400;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 2px solid #eee;
    color: #333;
    font-size: 17px;
    text-align: center
}

.products-grid[data-v-195e076f] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px
}

.product-card[data-v-195e076f] {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px #00000014
}

.product-image-wrapper[data-v-195e076f] {
    width: 100%;
    aspect-ratio: 1.3 / 1;
    overflow: hidden;
    background-color: #f8f8f8
}

.product-image[data-v-195e076f] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.product-name[data-v-195e076f] {
    text-align: center;
    font-size: 12px;
    padding: 10px 6px;
    margin: 0;
    font-weight: 500;
    color: #555;
    background: #fff;
    border-top: 1px solid #f0f0f0
}

.slide-enter-active[data-v-195e076f],
.slide-leave-active[data-v-195e076f] {
    transition: transform .5s ease
}

.slide-enter-from[data-v-195e076f],
.slide-leave-to[data-v-195e076f] {
    transform: translateY(-100%)
}

@supports (padding-top: env(safe-area-inset-top)) {
    .nav-bar[data-v-195e076f] {
        padding-top: env(safe-area-inset-top);
        height: calc(50px + env(safe-area-inset-top))
    }

    .fullscreen-menu[data-v-195e076f],
    .overlay[data-v-195e076f] {
        top: calc(50px + env(safe-area-inset-top))
    }
}

.botom[data-v-db83f7fb] {
    background: url(../png/21.png);
    background-size: cover
}

.shortline[data-v-db83f7fb] {
    height: 5px;
    background-color: transparent
}

.five-part[data-v-db83f7fb] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1.7fr;
    gap: 20px;
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
    padding: 40px 20px 20px;
    box-sizing: border-box
}

.part-item[data-v-db83f7fb] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    color: #e0e0e0;
    font-family: system-ui, Segoe UI, Helvetica Neue, sans-serif
}

.item-title[data-v-db83f7fb] {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    letter-spacing: .5px;
    margin-bottom: 4px;
    position: relative
}

.link-list[data-v-db83f7fb] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%
}

.link-list li[data-v-db83f7fb] {
    width: fit-content
}

.nav-link[data-v-db83f7fb] {
    text-decoration: none;
    color: #5c5c5c;
    font-size: 13px;
    font-weight: 400;
    transition: color .25s ease;
    position: relative;
    display: inline-block;
    padding-bottom: 4px;
    cursor: pointer
}

.nav-link[data-v-db83f7fb]:hover {
    color: #000
}

.nav-link[data-v-db83f7fb]:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #5c5c5c;
    transition: width .3s cubic-bezier(.2, .9, .4, 1.1);
    border-radius: 2px
}

.nav-link[data-v-db83f7fb]:hover:after {
    width: 100%
}

.nav-link[data-v-db83f7fb] {
    transform: translateZ(0)
}

.lang-social-bar[data-v-db83f7fb] {
    max-width: 970px;
    margin: 0 auto;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px
}

.lang-selector[data-v-db83f7fb] {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: opacity .25s ease
}

.lang-selector[data-v-db83f7fb]:hover {
    opacity: .8
}

.lang-icon[data-v-db83f7fb] {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: #000;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round
}

.lang-text[data-v-db83f7fb] {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    font-family: system-ui, Segoe UI, Helvetica Neue, sans-serif
}

.social-section[data-v-db83f7fb] {
    display: flex;
    align-items: center;
    gap: 16px
}

.social-label[data-v-db83f7fb] {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    font-family: system-ui, Segoe UI, Helvetica Neue, sans-serif
}

.social-icons[data-v-db83f7fb] {
    display: flex;
    align-items: center;
    gap: 16px
}

.social-icon[data-v-db83f7fb] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background-color: #ffffff1a;
    border-radius: 50%;
    transition: all .3s ease;
    cursor: pointer
}

.social-icon[data-v-db83f7fb]:hover {
    background-color: #86e6f5;
    transform: translateY(-2px)
}

.social-icon:hover svg[data-v-db83f7fb] {
    stroke: #323232
}

.social-icon svg[data-v-db83f7fb] {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: #000;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: stroke .3s ease
}

@media screen and (max-width:768px) {
    .lang-social-bar[data-v-db83f7fb] {
        display: none
    }
}

.shortline2[data-v-db83f7fb] {
    height: 1px;
    background-color: #fff6;
    width: 950px;
    margin: 0 auto
}

.downd[data-v-db83f7fb] {
    max-width: 970px;
    margin: 0 auto;
    padding: 20px 20px 40px;
    box-sizing: border-box
}

.downd .copyright-row[data-v-db83f7fb] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px
}

.downd .copyright-row p[data-v-db83f7fb] {
    text-align: left;
    color: #5c5c5c;
    font-size: 12px;
    line-height: 1.6;
    margin: 0;
    font-family: system-ui, Segoe UI, Helvetica Neue, sans-serif
}

.downd .policy-links[data-v-db83f7fb] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    gap: 24px;
    flex-wrap: wrap
}

.downd .policy-links li[data-v-db83f7fb] {
    width: auto
}

.downd .policy-links .nav-link[data-v-db83f7fb] {
    font-size: 12px;
    color: #5c5c5c
}

.downd .policy-links .nav-link[data-v-db83f7fb]:after {
    background-color: #5c5c5c
}

.newsletter-form[data-v-db83f7fb] {
    width: 100%;
    margin-top: 0
}

.email-input-wrapper[data-v-db83f7fb] {
    display: flex;
    align-items: center;
    width: 100%;
    background-color: #fff;
    border-radius: 30px;
    overflow: hidden
}

.email-input[data-v-db83f7fb] {
    flex: 1;
    background: transparent;
    border: none;
    padding: 12px 16px;
    color: #5c5c5c;
    font-size: 13px;
    font-family: system-ui, Segoe UI, Helvetica Neue, sans-serif;
    outline: none
}

.email-input[data-v-db83f7fb]::placeholder {
    color: #888
}

.submit-btn[data-v-db83f7fb] {
    background-color: #70d6ff;
    border: none;
    width: 60px;
    height: 44px;
    border-radius: 0 30px 30px 0;
    margin-right: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .25s ease;
    flex-shrink: 0
}

.submit-btn[data-v-db83f7fb]:hover {
    background-color: #2bc8e0;
    transform: scale(1.02)
}

.send-icon[data-v-db83f7fb] {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round
}

.newsletter-text[data-v-db83f7fb] {
    color: #5c5c5c;
    font-size: 13px;
    margin: 0 0 1px;
    line-height: 1.4
}

.support-email[data-v-db83f7fb] {
    color: #5c5c5c;
    font-size: 13px;
    margin: 1px 0
}

.support-email a[data-v-db83f7fb] {
    color: #5c5c5c;
    text-decoration: none;
    transition: color .25s ease
}

.support-email a[data-v-db83f7fb]:hover {
    color: #3be3fe
}

.botomo[data-v-db83f7fb] {
    background: url(../png/19.png);
    background-size: cover;
    padding: 0 16px 40px
}

.mobile-shortline[data-v-db83f7fb] {
    height: 5px;
    background-color: transparent;
    width: 100%;
    margin-bottom: 30px
}

.mobile-menu-item[data-v-db83f7fb] {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.mobile-menu-header[data-v-db83f7fb] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0;
    cursor: pointer;
    transition: background .2s ease
}

.mobile-menu-header[data-v-db83f7fb]:active {
    background: #ffffff0d
}

.mobile-menu-title[data-v-db83f7fb] {
    font-size: 13px;
    font-weight: 500;
    color: #000;
    font-family: system-ui, Segoe UI, Helvetica Neue, sans-serif;
    letter-spacing: 1px
}

.mobile-toggle-btn[data-v-db83f7fb] {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 300;
    color: #000;
    transition: transform .3s ease
}

.mobile-menu-item.active .mobile-toggle-btn[data-v-db83f7fb] {
    transform: rotate(45deg)
}

.mobile-submenu[data-v-db83f7fb] {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s ease-out;
    padding-left: 8px
}

.mobile-menu-item.active .mobile-submenu[data-v-db83f7fb] {
    max-height: 500px;
    transition: max-height .5s ease-in
}

.mobile-submenu-list[data-v-db83f7fb] {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0 0 18px
}

.mobile-submenu-list li[data-v-db83f7fb] {
    padding: 10px 0
}

.mobile-submenu-list a[data-v-db83f7fb] {
    text-decoration: none;
    color: #5c5c5c;
    font-size: 14px;
    font-family: system-ui, Segoe UI, Helvetica Neue, sans-serif;
    transition: color .2s ease;
    display: inline-block;
    position: relative;
    padding-bottom: 3px
}

.mobile-submenu-list a[data-v-db83f7fb]:hover {
    color: #5c5c5c
}

.mobile-submenu-list a[data-v-db83f7fb]:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #5c5c5c;
    transition: width .3s ease
}

.mobile-submenu-list a[data-v-db83f7fb]:hover:after {
    width: 100%
}

.mobile-downd[data-v-db83f7fb] {
    margin-top: 20px;
    padding-top: 20px
}

.mobile-shortline2[data-v-db83f7fb] {
    height: 1px;
    background-color: #ffffff4d;
    width: 100%;
    margin: 0 auto
}

.mobile-follow[data-v-db83f7fb] {
    text-align: center;
    margin: 30px 0 20px
}

.mobile-follow-title[data-v-db83f7fb] {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    letter-spacing: 1px;
    margin-bottom: 16px
}

.mobile-social-icons[data-v-db83f7fb] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap
}

.mobile-social-icon[data-v-db83f7fb] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #ffffff4d;
    border-radius: 50%;
    transition: all .3s ease;
    cursor: pointer
}

.mobile-social-icon[data-v-db83f7fb]:hover {
    background-color: #3be3fe;
    transform: translateY(-3px)
}

.mobile-social-icon:hover svg[data-v-db83f7fb] {
    stroke: #323232
}

.mobile-social-icon svg[data-v-db83f7fb] {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: #000;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: stroke .3s ease
}

.mobile-copyright[data-v-db83f7fb] {
    text-align: center;
    color: #5c5c5c;
    font-size: 11px;
    line-height: 1.6;
    margin: 20px 0;
    font-family: system-ui, Segoe UI, Helvetica Neue, sans-serif
}

.mobile-policy-links[data-v-db83f7fb] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: nowrap;
    width: 100%
}

.mobile-policy-links li[data-v-db83f7fb] {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #5c5c5c;
    font-size: 11px;
    position: relative;
    padding-bottom: 3px
}

@media screen and (max-width:400px) {
    .mobile-policy-links li[data-v-db83f7fb] {
        font-size: 9px
    }
}

.mobile-policy-links li[data-v-db83f7fb]:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #3be3fe;
    transition: width .3s ease
}

.mobile-policy-links li a[data-v-db83f7fb]:hover:after {
    width: 100%
}

.mobile-newsletter[data-v-db83f7fb] {
    margin: 20px 0 10px
}

.mobile-newsletter-title[data-v-db83f7fb] {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    margin-bottom: 8px;
    letter-spacing: .5px
}

.mobile-newsletter-text[data-v-db83f7fb] {
    font-size: 12px;
    color: #5c5c5c;
    margin-bottom: 16px;
    line-height: 1.4
}

.mobile-newsletter-form[data-v-db83f7fb] {
    width: 100%
}

.mobile-email-wrapper[data-v-db83f7fb] {
    display: flex;
    align-items: center;
    width: 100%;
    background-color: #fff;
    border-radius: 30px;
    overflow: hidden
}

.mobile-email-input[data-v-db83f7fb] {
    flex: 1;
    background: transparent;
    border: none;
    padding: 14px 18px;
    color: #5c5c5c;
    font-size: 14px;
    font-family: system-ui, Segoe UI, Helvetica Neue, sans-serif;
    outline: none
}

.mobile-email-input[data-v-db83f7fb]::placeholder {
    color: #888;
    font-size: 13px
}

.mobile-submit-btn[data-v-db83f7fb] {
    background-color: #70d6ff;
    border: none;
    width: 64px;
    height: 44px;
    border-radius: 0 30px 30px 0;
    margin-right: 2px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .25s ease;
    flex-shrink: 0
}

.mobile-submit-btn[data-v-db83f7fb]:active {
    background-color: #2bc8e0;
    transform: scale(.98)
}

.mobile-send-icon[data-v-db83f7fb] {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round
}

.mobile-support-emails[data-v-db83f7fb] {
    margin-top: 20px
}

.mobile-support-email[data-v-db83f7fb] {
    color: #5c5c5c;
    font-size: 12px;
    margin: 8px 0
}

.mobile-support-email a[data-v-db83f7fb] {
    color: #5c5c5c;
    text-decoration: none;
    transition: color .25s ease
}

.mobile-support-email a[data-v-db83f7fb]:hover {
    color: #5c5c5c
}

.is-web[data-v-db83f7fb] {
    background: #fff;
    display: block
}

.is-mobile[data-v-db83f7fb] {
    display: none
}

@media screen and (max-width:768px) {
    .is-web[data-v-db83f7fb] {
        display: none
    }

    .is-mobile[data-v-db83f7fb] {
        background: #fff;
        display: block
    }
}

@media screen and (min-width:1440px)and (max-width:1919px) {
    .five-part[data-v-db83f7fb] {
        max-width: 1100px;
        gap: 30px
    }

    .downd[data-v-db83f7fb] {
        max-width: 1100px
    }

    .shortline2[data-v-db83f7fb] {
        width: 1060px
    }

    .lang-social-bar[data-v-db83f7fb] {
        max-width: 1100px
    }
}

@media screen and (min-width:1920px)and (max-width:2559px) {
    .five-part[data-v-db83f7fb] {
        max-width: 1200px;
        gap: 40px;
        padding: 50px 20px 30px
    }

    .downd[data-v-db83f7fb] {
        max-width: 1200px
    }

    .shortline2[data-v-db83f7fb] {
        width: 1160px
    }

    .lang-social-bar[data-v-db83f7fb] {
        max-width: 1200px
    }
}

@media screen and (min-width:2560px) {
    .five-part[data-v-db83f7fb] {
        max-width: 1400px;
        gap: 50px;
        padding: 60px 20px 40px
    }

    .downd[data-v-db83f7fb] {
        max-width: 1400px
    }

    .shortline2[data-v-db83f7fb] {
        width: 1360px
    }

    .lang-social-bar[data-v-db83f7fb] {
        max-width: 1400px
    }

    .item-title[data-v-db83f7fb] {
        font-size: 17px
    }

    .nav-link[data-v-db83f7fb] {
        font-size: 14px
    }

    .downd p[data-v-db83f7fb] {
        font-size: 13px
    }
}

.desktop-success-msg[data-v-db83f7fb] {
    color: #007aff;
    font-size: 12px;
    margin-top: 8px;
    text-align: left
}

.desktop-error-msg[data-v-db83f7fb] {
    color: #d0331f;
    font-size: 12px;
    margin-top: 8px;
    text-align: left
}

.mobile-success-msg[data-v-db83f7fb] {
    color: #007aff;
    font-size: 11px;
    margin-top: 8px;
    text-align: left
}

.mobile-error-msg[data-v-db83f7fb] {
    color: #d0331f;
    font-size: 11px;
    margin-top: 8px;
    text-align: left
}

.submit-btn[data-v-db83f7fb]:disabled,
.mobile-submit-btn[data-v-db83f7fb]:disabled {
    opacity: .6;
    cursor: not-allowed
}

.submit-btn[data-v-db83f7fb]:disabled:hover {
    transform: none;
    background-color: #70d6ff
}

.mobile-submit-btn[data-v-db83f7fb]:disabled:active {
    transform: none;
    background-color: #70d6ff
}

.email-input[data-v-db83f7fb]:disabled,
.mobile-email-input[data-v-db83f7fb]:disabled {
    opacity: .7
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body,
html {
    margin: 0;
    padding: 0
}

.chat {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    position: fixed;
    bottom: 150px;
    right: 20px;
    background: transparent
}

.backtotop {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    position: fixed;
    bottom: 60px;
    right: 20px;
    background: transparent;
    cursor: pointer
}

.chat img {
    width: 70px;
    height: 70px;
    cursor: pointer;
    animation: breathe 2s ease-in-out infinite;
    transition: transform .2s ease
}

@media screen and (max-width:768px) {
    .chat img {
        width: 50px;
        height: 50px
    }

    .chat {
        right: 10px
    }

    .backtotop {
        width: 50px;
        height: 50px;
        right: 10px
    }
}

.chat img:hover {
    transform: scale(1.05);
    animation: none
}

@keyframes breathe {
    0% {
        transform: scale(1);
        opacity: .7
    }

    50% {
        transform: scale(1.08);
        opacity: 1
    }

    to {
        transform: scale(1);
        opacity: .7
    }
}

:root {
    --el-color-white: #fff;
    --el-color-black: #000;
    --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", "å¾®è½¯é›…é»‘", 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;
    --lightningcss-light: initial;
    --lightningcss-dark: ;
    color-scheme: light;
    --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: #fff;
    --el-bg-color-page: #f2f3f5;
    --el-bg-color-overlay: #fff;
    --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: #fff;
    --el-box-shadow: 0px 12px 32px 4px #0000000a, 0px 8px 20px #00000014;
    --el-box-shadow-light: 0px 0px 12px #0000001f;
    --el-box-shadow-lighter: 0px 0px 6px #0000001f;
    --el-box-shadow-dark: 0px 16px 48px 16px #00000014, 0px 12px 32px #0000001f, 0px 8px 16px -8px #00000029;
    --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: #000c;
    --el-overlay-color-light: #000000b3;
    --el-overlay-color-lighter: #00000080;
    --el-mask-color: #ffffffe6;
    --el-mask-color-extra-light: #ffffff4d;
    --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;
    transition: var(--el-transition-md-fade);
    transform-origin: top;
    transform: scaleY(1)
}

.el-zoom-in-top-enter-active[data-popper-placement^=top],
.el-zoom-in-top-leave-active[data-popper-placement^=top] {
    transform-origin: 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;
    transition: var(--el-transition-md-fade);
    transform-origin: bottom;
    transform: scaleY(1)
}

.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;
    transition: var(--el-transition-md-fade);
    transform-origin: 0 0;
    transform: scale(1)
}

.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-leave-active,
.el-collapse-transition-enter-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--right {
    margin-left: 5px
}

.el-icon--left {
    margin-right: 5px
}

@keyframes rotating {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.el-icon {
    --color: inherit;
    fill: currentColor;
    width: 1em;
    height: 1em;
    color: var(--color);
    line-height: 1em;
    font-size: inherit;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    position: relative
}

.el-icon.is-loading {
    animation: 2s linear infinite rotating
}

.el-icon svg {
    width: 1em;
    height: 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: 14px;
    --el-alert-title-with-description-font-size: 16px;
    --el-alert-description-font-size: 14px;
    --el-alert-close-font-size: 16px;
    --el-alert-close-customed-font-size: 14px;
    --el-alert-icon-size: 16px;
    --el-alert-icon-large-size: 28px;
    width: 100%;
    padding: var(--el-alert-padding);
    box-sizing: border-box;
    border-radius: var(--el-alert-border-radius-base);
    background-color: var(--el-color-white);
    opacity: 1;
    transition: opacity var(--el-transition-duration-fast);
    align-items: center;
    margin: 0;
    display: flex;
    position: relative;
    overflow: hidden
}

.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--primary {
    --el-alert-bg-color: var(--el-color-primary-light-9)
}

.el-alert--primary.is-light {
    background-color: var(--el-alert-bg-color);
    color: var(--el-color-primary)
}

.el-alert--primary.is-light .el-alert__description {
    color: var(--el-color-primary)
}

.el-alert--primary.is-dark {
    background-color: var(--el-color-primary);
    color: var(--el-color-white)
}

.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 {
    flex-direction: column;
    gap: 4px;
    display: flex
}

.el-alert .el-alert__icon {
    font-size: var(--el-alert-icon-size);
    width: var(--el-alert-icon-size);
    margin-right: 8px
}

.el-alert .el-alert__icon.is-big {
    font-size: var(--el-alert-icon-large-size);
    width: var(--el-alert-icon-large-size);
    margin-right: 12px
}

.el-alert__title {
    font-size: var(--el-alert-title-font-size);
    line-height: 24px
}

.el-alert__title.with-description {
    font-size: var(--el-alert-title-with-description-font-size)
}

.el-alert .el-alert__description {
    font-size: var(--el-alert-description-font-size);
    margin: 0
}

.el-alert .el-alert__close-btn {
    font-size: var(--el-alert-close-font-size);
    opacity: 1;
    cursor: pointer;
    position: absolute;
    top: 12px;
    right: 16px
}

.el-alert .el-alert__close-btn.is-customed {
    font-style: normal;
    font-size: var(--el-alert-close-customed-font-size);
    line-height: 24px;
    top: 8px
}

.el-alert-fade-enter-from,
.el-alert-fade-leave-active {
    opacity: 0
}

.el-aside {
    box-sizing: border-box;
    width: var(--el-aside-width, 300px);
    flex-shrink: 0;
    overflow: auto
}

.el-autocomplete {
    --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-width: 100%;
    width: var(--el-input-width);
    display: inline-block;
    position: relative
}

.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: #0000;
    border-left-color: #0000
}

.el-autocomplete__popper.el-popper[data-popper-placement^=bottom] .el-popper__arrow:before {
    border-bottom-color: #0000;
    border-right-color: #0000
}

.el-autocomplete__popper.el-popper[data-popper-placement^=left] .el-popper__arrow:before {
    border-bottom-color: #0000;
    border-left-color: #0000
}

.el-autocomplete__popper.el-popper[data-popper-placement^=right] .el-popper__arrow:before {
    border-top-color: #0000;
    border-right-color: #0000
}

.el-autocomplete-suggestion {
    border-radius: var(--el-border-radius-base);
    box-sizing: border-box
}

.el-autocomplete-suggestion__header {
    border-bottom: 1px solid var(--el-border-color-lighter);
    padding: 10px
}

.el-autocomplete-suggestion__footer {
    border-top: 1px solid var(--el-border-color-lighter);
    padding: 10px
}

.el-autocomplete-suggestion__wrap {
    box-sizing: border-box;
    max-height: 280px;
    padding: 10px 0
}

.el-autocomplete-suggestion__list {
    margin: 0;
    padding: 0
}

.el-autocomplete-suggestion li {
    cursor: pointer;
    color: var(--el-text-color-regular);
    line-height: 34px;
    font-size: var(--el-font-size-base);
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
    padding: 0 20px;
    list-style: none;
    overflow: hidden
}

.el-autocomplete-suggestion li:hover,
.el-autocomplete-suggestion li.highlighted {
    background-color: var(--el-fill-color-light)
}

.el-autocomplete-suggestion li.divider {
    border-top: 1px solid var(--el-color-black);
    margin-top: 6px
}

.el-autocomplete-suggestion li.divider:last-child {
    margin-bottom: -6px
}

.el-autocomplete-suggestion.is-loading li {
    cursor: default;
    height: 100px;
    color: var(--el-text-color-secondary);
    justify-content: center;
    align-items: center;
    font-size: 20px;
    display: flex
}

.el-autocomplete-suggestion.is-loading li:hover {
    background-color: var(--el-bg-color-overlay)
}

.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: 40px;
    --el-avatar-size-small: 24px;
    box-sizing: border-box;
    text-align: center;
    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);
    outline: none;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    overflow: hidden
}

.el-avatar>img {
    width: 100%;
    height: 100%;
    display: block
}

.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-avatar-group {
    --el-avatar-group-item-gap: -8px;
    --el-avatar-group-collapse-item-gap: 4px;
    display: inline-flex
}

.el-avatar-group .el-avatar {
    border: 1px solid var(--el-border-color-extra-light)
}

.el-avatar-group .el-avatar:not(:first-child) {
    margin-left: var(--el-avatar-group-item-gap)
}

.el-avatar-group__collapse-avatars {
    --el-avatar-group-item-gap: -8px;
    --el-avatar-group-collapse-item-gap: 4px
}

.el-avatar-group__collapse-avatars .el-avatar:not(:first-child) {
    margin-left: var(--el-avatar-group-collapse-item-gap)
}

.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);
    background-color: var(--el-backtop-bg-color);
    width: 40px;
    height: 40px;
    color: var(--el-backtop-text-color);
    box-shadow: var(--el-box-shadow-lighter);
    cursor: pointer;
    z-index: 5;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    display: flex;
    position: fixed
}

.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;
    vertical-align: middle;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-block;
    position: relative
}

.el-badge__content {
    background-color: var(--el-badge-bg-color);
    border-radius: var(--el-badge-radius);
    color: var(--el-color-white);
    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);
    justify-content: center;
    align-items: center;
    display: inline-flex
}

.el-badge__content.is-fixed {
    top: 0;
    right: calc(1px + var(--el-badge-size) / 2);
    z-index: var(--el-index-normal);
    position: absolute;
    transform: translateY(-50%) translate(100%)
}

.el-badge__content.is-fixed.is-dot {
    right: 5px
}

.el-badge__content.is-dot {
    border-radius: 50%;
    width: 8px;
    height: 8px;
    padding: 0;
    right: 0
}

.el-badge__content.is-hide-zero {
    display: none
}

.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__separator {
    color: var(--el-text-color-placeholder);
    margin: 0 9px;
    font-weight: 700
}

.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;
    align-items: center;
    display: inline-flex
}

.el-breadcrumb__inner {
    color: var(--el-text-color-regular)
}

.el-breadcrumb__inner.is-link,
.el-breadcrumb__inner a {
    transition: var(--el-transition-color);
    color: var(--el-text-color-primary);
    font-weight: 700;
    text-decoration: none
}

.el-breadcrumb__inner.is-link:hover,
.el-breadcrumb__inner a:hover {
    color: var(--el-color-primary);
    cursor: pointer
}

.el-breadcrumb__item:last-child .el-breadcrumb__inner,
.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover,
.el-breadcrumb__item:last-child .el-breadcrumb__inner a,
.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover {
    color: var(--el-text-color-regular);
    cursor: text;
    font-weight: 400
}

.el-breadcrumb__item:last-child .el-breadcrumb__separator {
    display: none
}

.el-breadcrumb {
    font-size: 14px;
    line-height: 1
}

.el-breadcrumb:before,
.el-breadcrumb:after {
    content: "";
    display: table
}

.el-breadcrumb:after {
    clear: both
}

.el-button-group>.el-button+.el-button {
    margin-left: 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:hover,
.el-button-group>.el-button:focus,
.el-button-group>.el-button:active,
.el-button-group>.el-button.is-active {
    z-index: 1
}

.el-button-group--horizontal {
    vertical-align: middle;
    display: inline-block
}

.el-button-group--horizontal:before,
.el-button-group--horizontal:after {
    content: "";
    display: table
}

.el-button-group--horizontal:after {
    clear: both
}

.el-button-group--horizontal>.el-button {
    float: left;
    position: relative
}

.el-button-group--horizontal>.el-button:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.el-button-group--horizontal>.el-button:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.el-button-group--horizontal>.el-button:not(:last-child) {
    margin-right: -1px
}

.el-button-group--horizontal .el-button--primary:first-child {
    border-right-color: var(--el-button-divide-border-color)
}

.el-button-group--horizontal .el-button--primary:last-child {
    border-left-color: var(--el-button-divide-border-color)
}

.el-button-group--horizontal .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--horizontal .el-button--success:first-child {
    border-right-color: var(--el-button-divide-border-color)
}

.el-button-group--horizontal .el-button--success:last-child {
    border-left-color: var(--el-button-divide-border-color)
}

.el-button-group--horizontal .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--horizontal .el-button--warning:first-child {
    border-right-color: var(--el-button-divide-border-color)
}

.el-button-group--horizontal .el-button--warning:last-child {
    border-left-color: var(--el-button-divide-border-color)
}

.el-button-group--horizontal .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--horizontal .el-button--danger:first-child {
    border-right-color: var(--el-button-divide-border-color)
}

.el-button-group--horizontal .el-button--danger:last-child {
    border-left-color: var(--el-button-divide-border-color)
}

.el-button-group--horizontal .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--horizontal .el-button--info:first-child {
    border-right-color: var(--el-button-divide-border-color)
}

.el-button-group--horizontal .el-button--info:last-child {
    border-left-color: var(--el-button-divide-border-color)
}

.el-button-group--horizontal .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-group--horizontal>.el-dropdown>.el-button {
    border-left-color: var(--el-button-divide-border-color);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.el-button-group--vertical {
    flex-direction: column;
    align-items: stretch;
    display: inline-flex
}

.el-button-group--vertical>.el-button {
    margin-top: -1px
}

.el-button-group--vertical>.el-button:first-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.el-button-group--vertical>.el-button:last-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.el-button-group--vertical>.el-dropdown {
    margin-top: -1px
}

.el-button-group--vertical>.el-dropdown>.el-button {
    border-left-color: var(--el-button-divide-border-color);
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.el-button-group--vertical .el-button--primary:first-child {
    border-bottom-color: var(--el-button-divide-border-color)
}

.el-button-group--vertical .el-button--primary:last-child {
    border-top-color: var(--el-button-divide-border-color)
}

.el-button-group--vertical .el-button--primary:not(:first-child):not(:last-child) {
    border-top-color: var(--el-button-divide-border-color);
    border-bottom-color: var(--el-button-divide-border-color)
}

.el-button-group--vertical .el-button--success:first-child {
    border-bottom-color: var(--el-button-divide-border-color)
}

.el-button-group--vertical .el-button--success:last-child {
    border-top-color: var(--el-button-divide-border-color)
}

.el-button-group--vertical .el-button--success:not(:first-child):not(:last-child) {
    border-top-color: var(--el-button-divide-border-color);
    border-bottom-color: var(--el-button-divide-border-color)
}

.el-button-group--vertical .el-button--warning:first-child {
    border-bottom-color: var(--el-button-divide-border-color)
}

.el-button-group--vertical .el-button--warning:last-child {
    border-top-color: var(--el-button-divide-border-color)
}

.el-button-group--vertical .el-button--warning:not(:first-child):not(:last-child) {
    border-top-color: var(--el-button-divide-border-color);
    border-bottom-color: var(--el-button-divide-border-color)
}

.el-button-group--vertical .el-button--danger:first-child {
    border-bottom-color: var(--el-button-divide-border-color)
}

.el-button-group--vertical .el-button--danger:last-child {
    border-top-color: var(--el-button-divide-border-color)
}

.el-button-group--vertical .el-button--danger:not(:first-child):not(:last-child) {
    border-top-color: var(--el-button-divide-border-color);
    border-bottom-color: var(--el-button-divide-border-color)
}

.el-button-group--vertical .el-button--info:first-child {
    border-bottom-color: var(--el-button-divide-border-color)
}

.el-button-group--vertical .el-button--info:last-child {
    border-top-color: var(--el-button-divide-border-color)
}

.el-button-group--vertical .el-button--info:not(:first-child):not(:last-child) {
    border-top-color: var(--el-button-divide-border-color);
    border-bottom-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: #ffffff80;
    --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-text-color-secondary);
    --el-button-active-color: var(--el-text-color-primary);
    white-space: nowrap;
    cursor: pointer;
    height: 32px;
    color: var(--el-button-text-color);
    text-align: center;
    box-sizing: border-box;
    line-height: 1;
    font-weight: var(--el-button-font-weight);
    -webkit-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);
    outline: none;
    justify-content: center;
    align-items: center;
    transition: all .1s;
    display: inline-flex
}

.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: none
}

.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: none
}

.el-button:focus-visible {
    outline: 2px solid var(--el-button-outline-color);
    outline-offset: 1px;
    transition: outline-offset, outline
}

.el-button>span {
    align-items: center;
    display: inline-flex
}

.el-button+.el-button {
    margin-left: 12px
}

.el-button {
    font-size: var(--el-font-size-base);
    border-radius: var(--el-border-radius-base);
    padding: 8px 15px
}

.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: none
}

.el-button.is-disabled,
.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 {
    pointer-events: none;
    position: relative
}

.el-button.is-loading:before {
    z-index: 1;
    pointer-events: none;
    content: "";
    border-radius: inherit;
    background-color: var(--el-mask-color-extra-light);
    position: absolute;
    inset: -1px
}

.el-button.is-round {
    border-radius: var(--el-border-radius-round)
}

.el-button.is-dashed {
    --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);
    border-style: dashed
}

.el-button.is-circle {
    border-radius: 50%;
    width: 32px;
    padding: 8px
}

.el-button.is-text {
    color: var(--el-button-text-color);
    background-color: #0000;
    border: 0 solid rgba(0, 0, 0, 0)
}

.el-button.is-text.is-disabled {
    color: var(--el-button-disabled-text-color);
    background-color: #0000 !important
}

.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;
    transition: outline-offset, outline
}

.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: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 {
    color: var(--el-button-text-color);
    background: 0 0;
    border-color: #0000;
    height: auto;
    padding: 2px
}

.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: #0000 !important;
    border-color: #0000 !important
}

.el-button.is-link:not(.is-disabled):hover {
    background-color: #0000;
    border-color: #0000
}

.el-button.is-link:not(.is-disabled):active {
    color: var(--el-button-active-color);
    background-color: #0000;
    border-color: #0000
}

.el-button--text {
    color: var(--el-color-primary);
    background: 0 0;
    border-color: #0000;
    padding-left: 0;
    padding-right: 0
}

.el-button--text.is-disabled {
    color: var(--el-button-disabled-text-color);
    background-color: #0000 !important;
    border-color: #0000 !important
}

.el-button--text:not(.is-disabled):hover {
    color: var(--el-color-primary-light-3);
    background-color: #0000;
    border-color: #0000
}

.el-button--text:not(.is-disabled):active {
    color: var(--el-color-primary-dark-2);
    background-color: #0000;
    border-color: #0000
}

.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-plain,
.el-button--primary.is-text,
.el-button--primary.is-link {
    --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-plain.is-disabled,
.el-button--primary.is-plain.is-disabled:hover,
.el-button--primary.is-plain.is-disabled:focus,
.el-button--primary.is-plain.is-disabled:active,
.el-button--primary.is-text.is-disabled,
.el-button--primary.is-text.is-disabled:hover,
.el-button--primary.is-text.is-disabled:focus,
.el-button--primary.is-text.is-disabled:active,
.el-button--primary.is-link.is-disabled,
.el-button--primary.is-link.is-disabled:hover,
.el-button--primary.is-link.is-disabled:focus,
.el-button--primary.is-link.is-disabled:active {
    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--primary.is-dashed {
    --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-primary);
    --el-button-hover-bg-color: var(--el-color-primary-light-9);
    --el-button-hover-border-color: var(--el-color-primary-light-3);
    --el-button-active-text-color: var(--el-color-primary-dark-2);
    --el-button-active-bg-color: var(--el-color-primary-light-9);
    --el-button-active-border-color: var(--el-color-primary-dark-2)
}

.el-button--primary.is-dashed.is-disabled,
.el-button--primary.is-dashed.is-disabled:hover,
.el-button--primary.is-dashed.is-disabled:focus,
.el-button--primary.is-dashed.is-disabled:active {
    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-plain,
.el-button--success.is-text,
.el-button--success.is-link {
    --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-plain.is-disabled,
.el-button--success.is-plain.is-disabled:hover,
.el-button--success.is-plain.is-disabled:focus,
.el-button--success.is-plain.is-disabled:active,
.el-button--success.is-text.is-disabled,
.el-button--success.is-text.is-disabled:hover,
.el-button--success.is-text.is-disabled:focus,
.el-button--success.is-text.is-disabled:active,
.el-button--success.is-link.is-disabled,
.el-button--success.is-link.is-disabled:hover,
.el-button--success.is-link.is-disabled:focus,
.el-button--success.is-link.is-disabled:active {
    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--success.is-dashed {
    --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-success);
    --el-button-hover-bg-color: var(--el-color-success-light-9);
    --el-button-hover-border-color: var(--el-color-success-light-3);
    --el-button-active-text-color: var(--el-color-success-dark-2);
    --el-button-active-bg-color: var(--el-color-success-light-9);
    --el-button-active-border-color: var(--el-color-success-dark-2)
}

.el-button--success.is-dashed.is-disabled,
.el-button--success.is-dashed.is-disabled:hover,
.el-button--success.is-dashed.is-disabled:focus,
.el-button--success.is-dashed.is-disabled:active {
    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-plain,
.el-button--warning.is-text,
.el-button--warning.is-link {
    --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-plain.is-disabled,
.el-button--warning.is-plain.is-disabled:hover,
.el-button--warning.is-plain.is-disabled:focus,
.el-button--warning.is-plain.is-disabled:active,
.el-button--warning.is-text.is-disabled,
.el-button--warning.is-text.is-disabled:hover,
.el-button--warning.is-text.is-disabled:focus,
.el-button--warning.is-text.is-disabled:active,
.el-button--warning.is-link.is-disabled,
.el-button--warning.is-link.is-disabled:hover,
.el-button--warning.is-link.is-disabled:focus,
.el-button--warning.is-link.is-disabled:active {
    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--warning.is-dashed {
    --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-warning);
    --el-button-hover-bg-color: var(--el-color-warning-light-9);
    --el-button-hover-border-color: var(--el-color-warning-light-3);
    --el-button-active-text-color: var(--el-color-warning-dark-2);
    --el-button-active-bg-color: var(--el-color-warning-light-9);
    --el-button-active-border-color: var(--el-color-warning-dark-2)
}

.el-button--warning.is-dashed.is-disabled,
.el-button--warning.is-dashed.is-disabled:hover,
.el-button--warning.is-dashed.is-disabled:focus,
.el-button--warning.is-dashed.is-disabled:active {
    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-plain,
.el-button--danger.is-text,
.el-button--danger.is-link {
    --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-plain.is-disabled,
.el-button--danger.is-plain.is-disabled:hover,
.el-button--danger.is-plain.is-disabled:focus,
.el-button--danger.is-plain.is-disabled:active,
.el-button--danger.is-text.is-disabled,
.el-button--danger.is-text.is-disabled:hover,
.el-button--danger.is-text.is-disabled:focus,
.el-button--danger.is-text.is-disabled:active,
.el-button--danger.is-link.is-disabled,
.el-button--danger.is-link.is-disabled:hover,
.el-button--danger.is-link.is-disabled:focus,
.el-button--danger.is-link.is-disabled:active {
    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--danger.is-dashed {
    --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-danger);
    --el-button-hover-bg-color: var(--el-color-danger-light-9);
    --el-button-hover-border-color: var(--el-color-danger-light-3);
    --el-button-active-text-color: var(--el-color-danger-dark-2);
    --el-button-active-bg-color: var(--el-color-danger-light-9);
    --el-button-active-border-color: var(--el-color-danger-dark-2)
}

.el-button--danger.is-dashed.is-disabled,
.el-button--danger.is-dashed.is-disabled:hover,
.el-button--danger.is-dashed.is-disabled:focus,
.el-button--danger.is-dashed.is-disabled:active {
    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-plain,
.el-button--info.is-text,
.el-button--info.is-link {
    --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-plain.is-disabled,
.el-button--info.is-plain.is-disabled:hover,
.el-button--info.is-plain.is-disabled:focus,
.el-button--info.is-plain.is-disabled:active,
.el-button--info.is-text.is-disabled,
.el-button--info.is-text.is-disabled:hover,
.el-button--info.is-text.is-disabled:focus,
.el-button--info.is-text.is-disabled:active,
.el-button--info.is-link.is-disabled,
.el-button--info.is-link.is-disabled:hover,
.el-button--info.is-link.is-disabled:focus,
.el-button--info.is-link.is-disabled:active {
    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--info.is-dashed {
    --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-info);
    --el-button-hover-bg-color: var(--el-color-info-light-9);
    --el-button-hover-border-color: var(--el-color-info-light-3);
    --el-button-active-text-color: var(--el-color-info-dark-2);
    --el-button-active-bg-color: var(--el-color-info-light-9);
    --el-button-active-border-color: var(--el-color-info-dark-2)
}

.el-button--info.is-dashed.is-disabled,
.el-button--info.is-dashed.is-disabled:hover,
.el-button--info.is-dashed.is-disabled:focus,
.el-button--info.is-dashed.is-disabled:active {
    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)
}

.el-button--large [class*=el-icon]+span {
    margin-left: 8px
}

.el-button--large {
    font-size: var(--el-font-size-base);
    border-radius: var(--el-border-radius-base);
    padding: 12px 19px
}

.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)
}

.el-button--small [class*=el-icon]+span {
    margin-left: 4px
}

.el-button--small {
    border-radius: calc(var(--el-border-radius-base) - 1px);
    padding: 5px 11px;
    font-size: 12px
}

.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 {
    border-bottom: var(--el-calendar-header-border-bottom);
    justify-content: space-between;
    padding: 12px 20px;
    display: flex
}

.el-calendar__title {
    color: var(--el-text-color);
    align-self: center
}

.el-calendar__body {
    padding: 12px 20px 35px
}

.el-calendar__select-controller .el-select {
    margin-right: 8px
}

.el-calendar__select-controller .el-calendar-select__year {
    width: 120px
}

.el-calendar__select-controller .el-calendar-select__month {
    width: 60px
}

.el-calendar-table {
    table-layout: fixed;
    width: 100%
}

.el-calendar-table thead th {
    color: var(--el-text-color-regular);
    padding: 12px 0;
    font-weight: 400
}

.el-calendar-table:not(.is-range) td.prev,
.el-calendar-table:not(.is-range) td.next {
    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;
    height: var(--el-calendar-cell-width);
    padding: 8px
}

.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);
    border-radius: var(--el-card-border-radius);
    border: 1px solid var(--el-card-border-color);
    background-color: var(--el-card-bg-color);
    color: var(--el-text-color-primary);
    transition: var(--el-transition-duration);
    flex-direction: column;
    display: flex;
    overflow: hidden
}

.el-card.is-always-shadow,
.el-card.is-hover-shadow:hover,
.el-card.is-hover-shadow:focus {
    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);
    flex-grow: 1;
    overflow: auto
}

.el-card__footer {
    padding: calc(var(--el-card-padding) - 2px) var(--el-card-padding);
    border-top: 1px solid var(--el-card-border-color);
    box-sizing: border-box
}

.el-carousel__item {
    width: 100%;
    height: 100%;
    z-index: calc(var(--el-index-normal) - 1);
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden
}

.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:hover .el-carousel__mask,
.el-carousel__item--card.is-in-stage.is-hover .el-carousel__mask {
    opacity: .12
}

.el-carousel__item--card.is-active {
    z-index: calc(var(--el-index-normal) + 1)
}

.el-carousel__item--card-vertical {
    width: 100%;
    height: 50%
}

.el-carousel__mask {
    background-color: var(--el-color-white);
    opacity: .24;
    width: 100%;
    height: 100%;
    transition: var(--el-transition-duration-fast);
    position: absolute;
    top: 0;
    left: 0
}

.el-carousel {
    --el-carousel-arrow-font-size: 12px;
    --el-carousel-arrow-size: 36px;
    --el-carousel-arrow-background: #1f2d3d1c;
    --el-carousel-arrow-hover-background: #1f2d3d3b;
    --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,
.el-carousel--vertical {
    overflow: hidden
}

.el-carousel.is-vertical-outside {
    flex-direction: row;
    align-items: center;
    display: flex
}

.el-carousel.is-vertical-outside .el-carousel__container {
    flex: 1
}

.el-carousel__container {
    height: 300px;
    position: relative
}

.el-carousel__arrow {
    height: var(--el-carousel-arrow-size);
    width: var(--el-carousel-arrow-size);
    cursor: pointer;
    transition: var(--el-transition-duration);
    background-color: var(--el-carousel-arrow-background);
    color: #fff;
    z-index: 10;
    text-align: center;
    font-size: var(--el-carousel-arrow-font-size);
    border: none;
    border-radius: 50%;
    outline: none;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    display: inline-flex;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.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 {
    z-index: calc(var(--el-index-normal) + 1);
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute
}

.el-carousel__indicators--horizontal {
    bottom: 0;
    left: 50%;
    transform: translate(-50%)
}

.el-carousel__indicators--vertical {
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}

.el-carousel__indicators--outside {
    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--right {
    right: 0
}

.el-carousel__indicators--labels .el-carousel__button {
    color: #000;
    padding: 2px 18px;
    font-size: 12px
}

.el-carousel__indicators--labels .el-carousel__indicator {
    padding: 6px 4px
}

.el-carousel__indicator {
    cursor: pointer;
    background-color: #0000
}

.el-carousel__indicator:hover button {
    opacity: .72
}

.el-carousel__indicator--horizontal {
    padding: var(--el-carousel-indicator-padding-vertical) var(--el-carousel-indicator-padding-horizontal);
    display: inline-block
}

.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 {
    opacity: .48;
    width: var(--el-carousel-indicator-width);
    height: var(--el-carousel-indicator-height);
    cursor: pointer;
    transition: var(--el-transition-duration);
    background-color: #fff;
    border: none;
    outline: none;
    margin: 0;
    padding: 0;
    display: block
}

.el-carousel__indicators--labels .el-carousel__button {
    width: auto;
    height: auto
}

.carousel-arrow-left-enter-from,
.carousel-arrow-left-leave-active {
    opacity: 0;
    transform: translateY(-50%) translate(-10px)
}

.carousel-arrow-right-enter-from,
.carousel-arrow-right-leave-active {
    opacity: 0;
    transform: translateY(-50%) translate(10px)
}

.el-transitioning {
    filter: url(#elCarouselHorizontal)
}

.el-transitioning-vertical {
    filter: url(#elCarouselVertical)
}

.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);
    border-radius: var(--el-cascader-menu-radius);
    width: -moz-fit-content;
    width: fit-content;
    font-size: var(--el-cascader-menu-font-size);
    display: flex
}

.el-cascader-panel.is-bordered {
    border: var(--el-cascader-menu-border);
    border-radius: var(--el-cascader-menu-radius)
}

.el-cascader-menu {
    box-sizing: border-box;
    min-width: 180px;
    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 {
    box-sizing: border-box;
    min-height: 100%;
    margin: 0;
    padding: 6px 0;
    list-style: none;
    position: relative
}

.el-cascader-menu__list.el-vl__window {
    margin: 6px 0;
    padding: 0
}

.el-cascader-menu__list.el-vl__window ul {
    margin: 0;
    padding: 0
}

.el-cascader-menu__hover-zone {
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.el-cascader-menu__empty-text {
    color: var(--el-cascader-color-empty);
    align-items: center;
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.el-cascader-menu__empty-text .is-loading {
    margin-right: 2px
}

.el-cascader-node {
    box-sizing: border-box;
    outline: none;
    align-items: center;
    height: 34px;
    padding: 0 30px 0 20px;
    line-height: 34px;
    display: flex;
    position: relative
}

.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-selectable.in-checked-path,
.el-cascader-node.is-active {
    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):hover,
.el-cascader-node:not(.is-disabled):focus {
    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 {
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    flex: 1;
    padding: 0 8px;
    overflow: hidden
}

.el-cascader-node>.el-checkbox,
.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);
    vertical-align: middle;
    font-size: var(--el-font-size-base);
    outline: none;
    line-height: 32px;
    display: inline-block;
    position: relative
}

.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 {
    cursor: pointer;
    display: flex
}

.el-cascader .el-input .el-input__inner {
    text-overflow: ellipsis
}

.el-cascader .el-input .el-input__inner:read-only {
    cursor: pointer
}

.el-cascader .el-input .el-input__inner:disabled {
    cursor: not-allowed
}

.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--large .el-cascader__tags {
    gap: 6px;
    padding: 8px
}

.el-cascader--large .el-cascader__search-input {
    height: 24px;
    margin-left: 7px
}

.el-cascader--small {
    font-size: 12px;
    line-height: 24px
}

.el-cascader--small .el-cascader__tags {
    gap: 4px;
    padding: 2px
}

.el-cascader--small .el-cascader__search-input {
    height: 20px;
    margin-left: 5px
}

.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);
    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: #0000;
    border-left-color: #0000
}

.el-cascader__dropdown.el-popper[data-popper-placement^=bottom] .el-popper__arrow:before {
    border-bottom-color: #0000;
    border-right-color: #0000
}

.el-cascader__dropdown.el-popper[data-popper-placement^=left] .el-popper__arrow:before {
    border-bottom-color: #0000;
    border-left-color: #0000
}

.el-cascader__dropdown.el-popper[data-popper-placement^=right] .el-popper__arrow:before {
    border-top-color: #0000;
    border-right-color: #0000
}

.el-cascader__dropdown.el-popper {
    box-shadow: var(--el-cascader-menu-shadow)
}

.el-cascader__header {
    border-bottom: 1px solid var(--el-border-color-light);
    padding: 10px
}

.el-cascader__footer {
    border-top: 1px solid var(--el-border-color-light);
    padding: 10px
}

.el-cascader__tags {
    text-align: left;
    box-sizing: border-box;
    flex-wrap: wrap;
    gap: 6px;
    padding: 4px;
    line-height: normal;
    display: flex;
    position: absolute;
    top: 50%;
    left: 0;
    right: 30px;
    transform: translateY(-50%)
}

.el-cascader__tags .el-tag {
    text-overflow: ellipsis;
    background: var(--el-cascader-tag-background);
    align-items: center;
    max-width: 100%;
    display: inline-flex
}

.el-cascader__tags .el-tag.el-tag--dark,
.el-cascader__tags .el-tag.el-tag--plain {
    background-color: var(--el-tag-bg-color)
}

.el-cascader__tags .el-tag:not(.is-hit) {
    border-color: #0000
}

.el-cascader__tags .el-tag:not(.is-hit).el-tag--dark,
.el-cascader__tags .el-tag:not(.is-hit).el-tag--plain {
    border-color: var(--el-tag-border-color)
}

.el-cascader__tags .el-tag>span {
    text-overflow: ellipsis;
    flex: 1;
    line-height: normal;
    overflow: hidden
}

.el-cascader__tags .el-tag .el-icon-close {
    background-color: var(--el-text-color-placeholder);
    color: var(--el-color-white);
    flex: none
}

.el-cascader__tags .el-tag .el-icon-close:hover {
    background-color: var(--el-text-color-secondary)
}

.el-cascader__tags .el-tag+input {
    margin-left: 0
}

.el-cascader__tags.is-validate {
    right: 55px
}

.el-cascader__collapse-tags {
    white-space: normal;
    z-index: var(--el-index-normal)
}

.el-cascader__collapse-tags .el-tag {
    text-overflow: ellipsis;
    background: var(--el-fill-color);
    align-items: center;
    max-width: 100%;
    display: inline-flex
}

.el-cascader__collapse-tags .el-tag.el-tag--dark,
.el-cascader__collapse-tags .el-tag.el-tag--plain {
    background-color: var(--el-tag-bg-color)
}

.el-cascader__collapse-tags .el-tag:not(.is-hit) {
    border-color: #0000
}

.el-cascader__collapse-tags .el-tag:not(.is-hit).el-tag--dark,
.el-cascader__collapse-tags .el-tag:not(.is-hit).el-tag--plain {
    border-color: var(--el-tag-border-color)
}

.el-cascader__collapse-tags .el-tag>span {
    text-overflow: ellipsis;
    flex: 1;
    line-height: normal;
    overflow: hidden
}

.el-cascader__collapse-tags .el-tag .el-icon-close {
    background-color: var(--el-text-color-placeholder);
    color: var(--el-color-white);
    flex: none
}

.el-cascader__collapse-tags .el-tag .el-icon-close:hover {
    background-color: var(--el-text-color-secondary)
}

.el-cascader__collapse-tags .el-tag+input {
    margin-left: 0
}

.el-cascader__collapse-tags .el-tag {
    margin: 2px 0
}

.el-cascader__suggestion-panel {
    border-radius: var(--el-cascader-menu-radius)
}

.el-cascader__suggestion-wrap {
    max-height: 204px
}

.el-cascader__suggestion-list {
    font-size: var(--el-font-size-base);
    color: var(--el-cascader-menu-text-color);
    text-align: center;
    margin: 0;
    padding: 6px 0;
    list-style: none
}

.el-cascader__suggestion-list.el-vl__window {
    margin: 6px 0;
    padding: 0
}

.el-cascader__suggestion-list.el-vl__window ul {
    margin: 0;
    padding: 0
}

.el-cascader__suggestion-item {
    text-align: left;
    cursor: pointer;
    box-sizing: border-box;
    outline: none;
    justify-content: space-between;
    align-items: center;
    height: 34px;
    padding: 0 15px;
    display: flex
}

.el-cascader__suggestion-item:hover,
.el-cascader__suggestion-item:focus {
    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>:not(.el-icon) {
    white-space: nowrap;
    text-overflow: ellipsis;
    flex: 1;
    min-width: 0;
    overflow: hidden
}

.el-cascader__suggestion-item>span {
    margin-right: 10px
}

.el-cascader__suggestion-item .el-icon {
    flex-shrink: 0
}

.el-cascader__empty-text {
    color: var(--el-cascader-color-empty);
    margin: 10px 0
}

.el-cascader__search-input {
    min-width: 60px;
    height: 24px;
    color: var(--el-cascader-menu-text-color);
    box-sizing: border-box;
    background: 0 0;
    border: none;
    outline: none;
    flex: 1;
    margin-left: 7px;
    padding: 0
}

.el-cascader__search-input::placeholder {
    color: #0000
}

.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;
    font-size: var(--el-font-size-base);
    line-height: var(--el-font-size-base);
    transition: var(--el-transition-all);
    padding: 7px 15px;
    font-weight: 700;
    display: inline-block
}

.el-check-tag:hover {
    background-color: var(--el-color-info-light-7)
}

.el-check-tag.el-check-tag--primary.is-checked {
    background-color: var(--el-color-primary-light-8);
    color: var(--el-color-primary)
}

.el-check-tag.el-check-tag--primary.is-checked:hover {
    background-color: var(--el-color-primary-light-7)
}

.el-check-tag.el-check-tag--primary.is-checked.is-disabled {
    background-color: var(--el-color-primary-light-8);
    color: var(--el-disabled-text-color);
    cursor: not-allowed
}

.el-check-tag.el-check-tag--primary.is-checked.is-disabled:hover {
    background-color: var(--el-color-primary-light-8)
}

.el-check-tag.el-check-tag--primary.is-disabled {
    background-color: var(--el-color-info-light-9);
    color: var(--el-disabled-text-color);
    cursor: not-allowed
}

.el-check-tag.el-check-tag--primary.is-disabled:hover {
    background-color: var(--el-color-info-light-9)
}

.el-check-tag.el-check-tag--success.is-checked {
    background-color: var(--el-color-success-light-8);
    color: var(--el-color-success)
}

.el-check-tag.el-check-tag--success.is-checked:hover {
    background-color: var(--el-color-success-light-7)
}

.el-check-tag.el-check-tag--success.is-checked.is-disabled {
    background-color: var(--el-color-success-light-8);
    color: var(--el-disabled-text-color);
    cursor: not-allowed
}

.el-check-tag.el-check-tag--success.is-checked.is-disabled:hover {
    background-color: var(--el-color-success-light-8)
}

.el-check-tag.el-check-tag--success.is-disabled {
    background-color: var(--el-color-success-light-9);
    color: var(--el-disabled-text-color);
    cursor: not-allowed
}

.el-check-tag.el-check-tag--success.is-disabled:hover {
    background-color: var(--el-color-success-light-9)
}

.el-check-tag.el-check-tag--warning.is-checked {
    background-color: var(--el-color-warning-light-8);
    color: var(--el-color-warning)
}

.el-check-tag.el-check-tag--warning.is-checked:hover {
    background-color: var(--el-color-warning-light-7)
}

.el-check-tag.el-check-tag--warning.is-checked.is-disabled {
    background-color: var(--el-color-warning-light-8);
    color: var(--el-disabled-text-color);
    cursor: not-allowed
}

.el-check-tag.el-check-tag--warning.is-checked.is-disabled:hover {
    background-color: var(--el-color-warning-light-8)
}

.el-check-tag.el-check-tag--warning.is-disabled {
    background-color: var(--el-color-warning-light-9);
    color: var(--el-disabled-text-color);
    cursor: not-allowed
}

.el-check-tag.el-check-tag--warning.is-disabled:hover {
    background-color: var(--el-color-warning-light-9)
}

.el-check-tag.el-check-tag--danger.is-checked {
    background-color: var(--el-color-danger-light-8);
    color: var(--el-color-danger)
}

.el-check-tag.el-check-tag--danger.is-checked:hover {
    background-color: var(--el-color-danger-light-7)
}

.el-check-tag.el-check-tag--danger.is-checked.is-disabled {
    background-color: var(--el-color-danger-light-8);
    color: var(--el-disabled-text-color);
    cursor: not-allowed
}

.el-check-tag.el-check-tag--danger.is-checked.is-disabled:hover {
    background-color: var(--el-color-danger-light-8)
}

.el-check-tag.el-check-tag--danger.is-disabled {
    background-color: var(--el-color-danger-light-9);
    color: var(--el-disabled-text-color);
    cursor: not-allowed
}

.el-check-tag.el-check-tag--danger.is-disabled:hover {
    background-color: var(--el-color-danger-light-9)
}

.el-check-tag.el-check-tag--error.is-checked {
    background-color: var(--el-color-error-light-8);
    color: var(--el-color-error)
}

.el-check-tag.el-check-tag--error.is-checked:hover {
    background-color: var(--el-color-error-light-7)
}

.el-check-tag.el-check-tag--error.is-checked.is-disabled {
    background-color: var(--el-color-error-light-8);
    color: var(--el-disabled-text-color);
    cursor: not-allowed
}

.el-check-tag.el-check-tag--error.is-checked.is-disabled:hover {
    background-color: var(--el-color-error-light-8)
}

.el-check-tag.el-check-tag--error.is-disabled {
    background-color: var(--el-color-error-light-9);
    color: var(--el-disabled-text-color);
    cursor: not-allowed
}

.el-check-tag.el-check-tag--error.is-disabled:hover {
    background-color: var(--el-color-error-light-9)
}

.el-check-tag.el-check-tag--info.is-checked {
    background-color: var(--el-color-info-light-8);
    color: var(--el-color-info)
}

.el-check-tag.el-check-tag--info.is-checked:hover {
    background-color: var(--el-color-info-light-7)
}

.el-check-tag.el-check-tag--info.is-checked.is-disabled {
    background-color: var(--el-color-info-light-8);
    color: var(--el-disabled-text-color);
    cursor: not-allowed
}

.el-check-tag.el-check-tag--info.is-checked.is-disabled:hover {
    background-color: var(--el-color-info-light-8)
}

.el-check-tag.el-check-tag--info.is-disabled {
    background-color: var(--el-color-info-light-9);
    color: var(--el-disabled-text-color);
    cursor: not-allowed
}

.el-check-tag.el-check-tag--info.is-disabled:hover {
    background-color: var(--el-color-info-light-9)
}

.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-disabled-checked-fill: var(--el-border-color-extra-light);
    display: inline-block;
    position: relative
}

.el-checkbox-button__inner {
    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));
    outline: var(--el-border);
    color: var(--el-button-text-color, var(--el-text-color-regular));
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    transition: var(--el-transition-all);
    -webkit-user-select: none;
    user-select: none;
    font-size: var(--el-font-size-base);
    border-radius: 0;
    margin: 0;
    padding: 8px 15px;
    display: inline-block;
    position: relative
}

.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;
    z-index: -1;
    outline: none;
    margin: 0;
    position: absolute
}

.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.is-disabled.is-checked .el-checkbox-button__inner {
    background-color: var(--el-checkbox-button-disabled-checked-fill)
}

.el-checkbox-button:first-child .el-checkbox-button__inner {
    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 {
    font-size: var(--el-font-size-base);
    border-radius: 0;
    padding: 12px 19px
}

.el-checkbox-button--large .el-checkbox-button__inner.is-round {
    padding: 12px 19px
}

.el-checkbox-button--small .el-checkbox-button__inner {
    border-radius: 0;
    padding: 5px 11px;
    font-size: 12px
}

.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);
    color: var(--el-checkbox-text-color);
    font-weight: var(--el-checkbox-font-weight);
    font-size: var(--el-font-size-base);
    cursor: pointer;
    white-space: nowrap;
    -webkit-user-select: none;
    user-select: none;
    height: var(--el-checkbox-height, 32px);
    align-items: center;
    margin-right: 30px;
    display: inline-flex;
    position: relative
}

.el-checkbox.is-disabled {
    cursor: not-allowed
}

.el-checkbox.is-bordered {
    border-radius: var(--el-border-radius-base);
    border: var(--el-border);
    box-sizing: border-box;
    padding: 0 15px 0 9px
}

.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 {
    border-radius: var(--el-border-radius-base);
    padding: 0 19px 0 11px
}

.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 {
    width: 14px;
    height: 14px
}

.el-checkbox.is-bordered.el-checkbox--small {
    border-radius: calc(var(--el-border-radius-base) - 1px);
    padding: 0 11px 0 7px
}

.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__label {
    font-size: 12px
}

.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner {
    width: 12px;
    height: 12px
}

.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner:after {
    width: 2px;
    height: 6px
}

.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: none;
    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);
    will-change: transform
}

.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 {
    border-color: var(--el-checkbox-checked-icon-color);
    transform: translate(-45%, -60%) 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: "";
    background-color: var(--el-checkbox-checked-icon-color);
    height: 2px;
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    transform: scale(.5)
}

.el-checkbox__input.is-indeterminate .el-checkbox__inner:after {
    display: none
}

.el-checkbox__inner {
    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);
    display: inline-block;
    position: relative
}

.el-checkbox__inner:hover {
    border-color: var(--el-checkbox-input-border-color-hover)
}

.el-checkbox__inner:after {
    box-sizing: content-box;
    content: "";
    transform-origin: 50%;
    border: 1px solid rgba(0, 0, 0, 0);
    border-top: 0;
    border-left: 0;
    width: 3px;
    height: 7px;
    transition: transform .15s ease-in 50ms;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-45%, -60%) rotate(45deg) scaleY(0)
}

.el-checkbox__original {
    opacity: 0;
    z-index: -1;
    outline: none;
    width: 0;
    height: 0;
    margin: 0;
    position: absolute
}

.el-checkbox__label {
    line-height: 1;
    font-size: var(--el-checkbox-font-size);
    padding-left: 8px;
    display: inline-block
}

.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 {
    min-height: 1px;
    display: block
}

.el-col-0 {
    flex: 0 0;
    max-width: 0%;
    display: none
}

.el-col-0.is-guttered {
    display: none
}

.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 {
    flex: 0 0 4.16667%;
    max-width: 4.16667%;
    display: block
}

.el-col-1.is-guttered {
    display: block
}

.el-col-offset-1 {
    margin-left: 4.16667%
}

.el-col-pull-1 {
    position: relative;
    right: 4.16667%
}

.el-col-push-1 {
    position: relative;
    left: 4.16667%
}

.el-col-2 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    display: block
}

.el-col-2.is-guttered {
    display: block
}

.el-col-offset-2 {
    margin-left: 8.33333%
}

.el-col-pull-2 {
    position: relative;
    right: 8.33333%
}

.el-col-push-2 {
    position: relative;
    left: 8.33333%
}

.el-col-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
    display: block
}

.el-col-3.is-guttered {
    display: block
}

.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 {
    flex: 0 0 16.6667%;
    max-width: 16.6667%;
    display: block
}

.el-col-4.is-guttered {
    display: block
}

.el-col-offset-4 {
    margin-left: 16.6667%
}

.el-col-pull-4 {
    position: relative;
    right: 16.6667%
}

.el-col-push-4 {
    position: relative;
    left: 16.6667%
}

.el-col-5 {
    flex: 0 0 20.8333%;
    max-width: 20.8333%;
    display: block
}

.el-col-5.is-guttered {
    display: block
}

.el-col-offset-5 {
    margin-left: 20.8333%
}

.el-col-pull-5 {
    position: relative;
    right: 20.8333%
}

.el-col-push-5 {
    position: relative;
    left: 20.8333%
}

.el-col-6 {
    flex: 0 0 25%;
    max-width: 25%;
    display: block
}

.el-col-6.is-guttered {
    display: block
}

.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 {
    flex: 0 0 29.1667%;
    max-width: 29.1667%;
    display: block
}

.el-col-7.is-guttered {
    display: block
}

.el-col-offset-7 {
    margin-left: 29.1667%
}

.el-col-pull-7 {
    position: relative;
    right: 29.1667%
}

.el-col-push-7 {
    position: relative;
    left: 29.1667%
}

.el-col-8 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    display: block
}

.el-col-8.is-guttered {
    display: block
}

.el-col-offset-8 {
    margin-left: 33.3333%
}

.el-col-pull-8 {
    position: relative;
    right: 33.3333%
}

.el-col-push-8 {
    position: relative;
    left: 33.3333%
}

.el-col-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
    display: block
}

.el-col-9.is-guttered {
    display: block
}

.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 {
    flex: 0 0 41.6667%;
    max-width: 41.6667%;
    display: block
}

.el-col-10.is-guttered {
    display: block
}

.el-col-offset-10 {
    margin-left: 41.6667%
}

.el-col-pull-10 {
    position: relative;
    right: 41.6667%
}

.el-col-push-10 {
    position: relative;
    left: 41.6667%
}

.el-col-11 {
    flex: 0 0 45.8333%;
    max-width: 45.8333%;
    display: block
}

.el-col-11.is-guttered {
    display: block
}

.el-col-offset-11 {
    margin-left: 45.8333%
}

.el-col-pull-11 {
    position: relative;
    right: 45.8333%
}

.el-col-push-11 {
    position: relative;
    left: 45.8333%
}

.el-col-12 {
    flex: 0 0 50%;
    max-width: 50%;
    display: block
}

.el-col-12.is-guttered {
    display: block
}

.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 {
    flex: 0 0 54.1667%;
    max-width: 54.1667%;
    display: block
}

.el-col-13.is-guttered {
    display: block
}

.el-col-offset-13 {
    margin-left: 54.1667%
}

.el-col-pull-13 {
    position: relative;
    right: 54.1667%
}

.el-col-push-13 {
    position: relative;
    left: 54.1667%
}

.el-col-14 {
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
    display: block
}

.el-col-14.is-guttered {
    display: block
}

.el-col-offset-14 {
    margin-left: 58.3333%
}

.el-col-pull-14 {
    position: relative;
    right: 58.3333%
}

.el-col-push-14 {
    position: relative;
    left: 58.3333%
}

.el-col-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
    display: block
}

.el-col-15.is-guttered {
    display: block
}

.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 {
    flex: 0 0 66.6667%;
    max-width: 66.6667%;
    display: block
}

.el-col-16.is-guttered {
    display: block
}

.el-col-offset-16 {
    margin-left: 66.6667%
}

.el-col-pull-16 {
    position: relative;
    right: 66.6667%
}

.el-col-push-16 {
    position: relative;
    left: 66.6667%
}

.el-col-17 {
    flex: 0 0 70.8333%;
    max-width: 70.8333%;
    display: block
}

.el-col-17.is-guttered {
    display: block
}

.el-col-offset-17 {
    margin-left: 70.8333%
}

.el-col-pull-17 {
    position: relative;
    right: 70.8333%
}

.el-col-push-17 {
    position: relative;
    left: 70.8333%
}

.el-col-18 {
    flex: 0 0 75%;
    max-width: 75%;
    display: block
}

.el-col-18.is-guttered {
    display: block
}

.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 {
    flex: 0 0 79.1667%;
    max-width: 79.1667%;
    display: block
}

.el-col-19.is-guttered {
    display: block
}

.el-col-offset-19 {
    margin-left: 79.1667%
}

.el-col-pull-19 {
    position: relative;
    right: 79.1667%
}

.el-col-push-19 {
    position: relative;
    left: 79.1667%
}

.el-col-20 {
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
    display: block
}

.el-col-20.is-guttered {
    display: block
}

.el-col-offset-20 {
    margin-left: 83.3333%
}

.el-col-pull-20 {
    position: relative;
    right: 83.3333%
}

.el-col-push-20 {
    position: relative;
    left: 83.3333%
}

.el-col-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
    display: block
}

.el-col-21.is-guttered {
    display: block
}

.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 {
    flex: 0 0 91.6667%;
    max-width: 91.6667%;
    display: block
}

.el-col-22.is-guttered {
    display: block
}

.el-col-offset-22 {
    margin-left: 91.6667%
}

.el-col-pull-22 {
    position: relative;
    right: 91.6667%
}

.el-col-push-22 {
    position: relative;
    left: 91.6667%
}

.el-col-23 {
    flex: 0 0 95.8333%;
    max-width: 95.8333%;
    display: block
}

.el-col-23.is-guttered {
    display: block
}

.el-col-offset-23 {
    margin-left: 95.8333%
}

.el-col-pull-23 {
    position: relative;
    right: 95.8333%
}

.el-col-push-23 {
    position: relative;
    left: 95.8333%
}

.el-col-24 {
    flex: 0 0 100%;
    max-width: 100%;
    display: block
}

.el-col-24.is-guttered {
    display: block
}

.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:767px) {
    .el-col-xs-0 {
        flex: 0 0;
        max-width: 0%;
        display: none
    }

    .el-col-xs-0.is-guttered {
        display: none
    }

    .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 {
        flex: 0 0 4.16667%;
        max-width: 4.16667%;
        display: block
    }

    .el-col-xs-1.is-guttered {
        display: block
    }

    .el-col-xs-offset-1 {
        margin-left: 4.16667%
    }

    .el-col-xs-pull-1 {
        position: relative;
        right: 4.16667%
    }

    .el-col-xs-push-1 {
        position: relative;
        left: 4.16667%
    }

    .el-col-xs-2 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
        display: block
    }

    .el-col-xs-2.is-guttered {
        display: block
    }

    .el-col-xs-offset-2 {
        margin-left: 8.33333%
    }

    .el-col-xs-pull-2 {
        position: relative;
        right: 8.33333%
    }

    .el-col-xs-push-2 {
        position: relative;
        left: 8.33333%
    }

    .el-col-xs-3 {
        flex: 0 0 12.5%;
        max-width: 12.5%;
        display: block
    }

    .el-col-xs-3.is-guttered {
        display: block
    }

    .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 {
        flex: 0 0 16.6667%;
        max-width: 16.6667%;
        display: block
    }

    .el-col-xs-4.is-guttered {
        display: block
    }

    .el-col-xs-offset-4 {
        margin-left: 16.6667%
    }

    .el-col-xs-pull-4 {
        position: relative;
        right: 16.6667%
    }

    .el-col-xs-push-4 {
        position: relative;
        left: 16.6667%
    }

    .el-col-xs-5 {
        flex: 0 0 20.8333%;
        max-width: 20.8333%;
        display: block
    }

    .el-col-xs-5.is-guttered {
        display: block
    }

    .el-col-xs-offset-5 {
        margin-left: 20.8333%
    }

    .el-col-xs-pull-5 {
        position: relative;
        right: 20.8333%
    }

    .el-col-xs-push-5 {
        position: relative;
        left: 20.8333%
    }

    .el-col-xs-6 {
        flex: 0 0 25%;
        max-width: 25%;
        display: block
    }

    .el-col-xs-6.is-guttered {
        display: block
    }

    .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 {
        flex: 0 0 29.1667%;
        max-width: 29.1667%;
        display: block
    }

    .el-col-xs-7.is-guttered {
        display: block
    }

    .el-col-xs-offset-7 {
        margin-left: 29.1667%
    }

    .el-col-xs-pull-7 {
        position: relative;
        right: 29.1667%
    }

    .el-col-xs-push-7 {
        position: relative;
        left: 29.1667%
    }

    .el-col-xs-8 {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
        display: block
    }

    .el-col-xs-8.is-guttered {
        display: block
    }

    .el-col-xs-offset-8 {
        margin-left: 33.3333%
    }

    .el-col-xs-pull-8 {
        position: relative;
        right: 33.3333%
    }

    .el-col-xs-push-8 {
        position: relative;
        left: 33.3333%
    }

    .el-col-xs-9 {
        flex: 0 0 37.5%;
        max-width: 37.5%;
        display: block
    }

    .el-col-xs-9.is-guttered {
        display: block
    }

    .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 {
        flex: 0 0 41.6667%;
        max-width: 41.6667%;
        display: block
    }

    .el-col-xs-10.is-guttered {
        display: block
    }

    .el-col-xs-offset-10 {
        margin-left: 41.6667%
    }

    .el-col-xs-pull-10 {
        position: relative;
        right: 41.6667%
    }

    .el-col-xs-push-10 {
        position: relative;
        left: 41.6667%
    }

    .el-col-xs-11 {
        flex: 0 0 45.8333%;
        max-width: 45.8333%;
        display: block
    }

    .el-col-xs-11.is-guttered {
        display: block
    }

    .el-col-xs-offset-11 {
        margin-left: 45.8333%
    }

    .el-col-xs-pull-11 {
        position: relative;
        right: 45.8333%
    }

    .el-col-xs-push-11 {
        position: relative;
        left: 45.8333%
    }

    .el-col-xs-12 {
        flex: 0 0 50%;
        max-width: 50%;
        display: block
    }

    .el-col-xs-12.is-guttered {
        display: block
    }

    .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 {
        flex: 0 0 54.1667%;
        max-width: 54.1667%;
        display: block
    }

    .el-col-xs-13.is-guttered {
        display: block
    }

    .el-col-xs-offset-13 {
        margin-left: 54.1667%
    }

    .el-col-xs-pull-13 {
        position: relative;
        right: 54.1667%
    }

    .el-col-xs-push-13 {
        position: relative;
        left: 54.1667%
    }

    .el-col-xs-14 {
        flex: 0 0 58.3333%;
        max-width: 58.3333%;
        display: block
    }

    .el-col-xs-14.is-guttered {
        display: block
    }

    .el-col-xs-offset-14 {
        margin-left: 58.3333%
    }

    .el-col-xs-pull-14 {
        position: relative;
        right: 58.3333%
    }

    .el-col-xs-push-14 {
        position: relative;
        left: 58.3333%
    }

    .el-col-xs-15 {
        flex: 0 0 62.5%;
        max-width: 62.5%;
        display: block
    }

    .el-col-xs-15.is-guttered {
        display: block
    }

    .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 {
        flex: 0 0 66.6667%;
        max-width: 66.6667%;
        display: block
    }

    .el-col-xs-16.is-guttered {
        display: block
    }

    .el-col-xs-offset-16 {
        margin-left: 66.6667%
    }

    .el-col-xs-pull-16 {
        position: relative;
        right: 66.6667%
    }

    .el-col-xs-push-16 {
        position: relative;
        left: 66.6667%
    }

    .el-col-xs-17 {
        flex: 0 0 70.8333%;
        max-width: 70.8333%;
        display: block
    }

    .el-col-xs-17.is-guttered {
        display: block
    }

    .el-col-xs-offset-17 {
        margin-left: 70.8333%
    }

    .el-col-xs-pull-17 {
        position: relative;
        right: 70.8333%
    }

    .el-col-xs-push-17 {
        position: relative;
        left: 70.8333%
    }

    .el-col-xs-18 {
        flex: 0 0 75%;
        max-width: 75%;
        display: block
    }

    .el-col-xs-18.is-guttered {
        display: block
    }

    .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 {
        flex: 0 0 79.1667%;
        max-width: 79.1667%;
        display: block
    }

    .el-col-xs-19.is-guttered {
        display: block
    }

    .el-col-xs-offset-19 {
        margin-left: 79.1667%
    }

    .el-col-xs-pull-19 {
        position: relative;
        right: 79.1667%
    }

    .el-col-xs-push-19 {
        position: relative;
        left: 79.1667%
    }

    .el-col-xs-20 {
        flex: 0 0 83.3333%;
        max-width: 83.3333%;
        display: block
    }

    .el-col-xs-20.is-guttered {
        display: block
    }

    .el-col-xs-offset-20 {
        margin-left: 83.3333%
    }

    .el-col-xs-pull-20 {
        position: relative;
        right: 83.3333%
    }

    .el-col-xs-push-20 {
        position: relative;
        left: 83.3333%
    }

    .el-col-xs-21 {
        flex: 0 0 87.5%;
        max-width: 87.5%;
        display: block
    }

    .el-col-xs-21.is-guttered {
        display: block
    }

    .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 {
        flex: 0 0 91.6667%;
        max-width: 91.6667%;
        display: block
    }

    .el-col-xs-22.is-guttered {
        display: block
    }

    .el-col-xs-offset-22 {
        margin-left: 91.6667%
    }

    .el-col-xs-pull-22 {
        position: relative;
        right: 91.6667%
    }

    .el-col-xs-push-22 {
        position: relative;
        left: 91.6667%
    }

    .el-col-xs-23 {
        flex: 0 0 95.8333%;
        max-width: 95.8333%;
        display: block
    }

    .el-col-xs-23.is-guttered {
        display: block
    }

    .el-col-xs-offset-23 {
        margin-left: 95.8333%
    }

    .el-col-xs-pull-23 {
        position: relative;
        right: 95.8333%
    }

    .el-col-xs-push-23 {
        position: relative;
        left: 95.8333%
    }

    .el-col-xs-24 {
        flex: 0 0 100%;
        max-width: 100%;
        display: block
    }

    .el-col-xs-24.is-guttered {
        display: block
    }

    .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 {
        flex: 0 0;
        max-width: 0%;
        display: none
    }

    .el-col-sm-0.is-guttered {
        display: none
    }

    .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 {
        flex: 0 0 4.16667%;
        max-width: 4.16667%;
        display: block
    }

    .el-col-sm-1.is-guttered {
        display: block
    }

    .el-col-sm-offset-1 {
        margin-left: 4.16667%
    }

    .el-col-sm-pull-1 {
        position: relative;
        right: 4.16667%
    }

    .el-col-sm-push-1 {
        position: relative;
        left: 4.16667%
    }

    .el-col-sm-2 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
        display: block
    }

    .el-col-sm-2.is-guttered {
        display: block
    }

    .el-col-sm-offset-2 {
        margin-left: 8.33333%
    }

    .el-col-sm-pull-2 {
        position: relative;
        right: 8.33333%
    }

    .el-col-sm-push-2 {
        position: relative;
        left: 8.33333%
    }

    .el-col-sm-3 {
        flex: 0 0 12.5%;
        max-width: 12.5%;
        display: block
    }

    .el-col-sm-3.is-guttered {
        display: block
    }

    .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 {
        flex: 0 0 16.6667%;
        max-width: 16.6667%;
        display: block
    }

    .el-col-sm-4.is-guttered {
        display: block
    }

    .el-col-sm-offset-4 {
        margin-left: 16.6667%
    }

    .el-col-sm-pull-4 {
        position: relative;
        right: 16.6667%
    }

    .el-col-sm-push-4 {
        position: relative;
        left: 16.6667%
    }

    .el-col-sm-5 {
        flex: 0 0 20.8333%;
        max-width: 20.8333%;
        display: block
    }

    .el-col-sm-5.is-guttered {
        display: block
    }

    .el-col-sm-offset-5 {
        margin-left: 20.8333%
    }

    .el-col-sm-pull-5 {
        position: relative;
        right: 20.8333%
    }

    .el-col-sm-push-5 {
        position: relative;
        left: 20.8333%
    }

    .el-col-sm-6 {
        flex: 0 0 25%;
        max-width: 25%;
        display: block
    }

    .el-col-sm-6.is-guttered {
        display: block
    }

    .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 {
        flex: 0 0 29.1667%;
        max-width: 29.1667%;
        display: block
    }

    .el-col-sm-7.is-guttered {
        display: block
    }

    .el-col-sm-offset-7 {
        margin-left: 29.1667%
    }

    .el-col-sm-pull-7 {
        position: relative;
        right: 29.1667%
    }

    .el-col-sm-push-7 {
        position: relative;
        left: 29.1667%
    }

    .el-col-sm-8 {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
        display: block
    }

    .el-col-sm-8.is-guttered {
        display: block
    }

    .el-col-sm-offset-8 {
        margin-left: 33.3333%
    }

    .el-col-sm-pull-8 {
        position: relative;
        right: 33.3333%
    }

    .el-col-sm-push-8 {
        position: relative;
        left: 33.3333%
    }

    .el-col-sm-9 {
        flex: 0 0 37.5%;
        max-width: 37.5%;
        display: block
    }

    .el-col-sm-9.is-guttered {
        display: block
    }

    .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 {
        flex: 0 0 41.6667%;
        max-width: 41.6667%;
        display: block
    }

    .el-col-sm-10.is-guttered {
        display: block
    }

    .el-col-sm-offset-10 {
        margin-left: 41.6667%
    }

    .el-col-sm-pull-10 {
        position: relative;
        right: 41.6667%
    }

    .el-col-sm-push-10 {
        position: relative;
        left: 41.6667%
    }

    .el-col-sm-11 {
        flex: 0 0 45.8333%;
        max-width: 45.8333%;
        display: block
    }

    .el-col-sm-11.is-guttered {
        display: block
    }

    .el-col-sm-offset-11 {
        margin-left: 45.8333%
    }

    .el-col-sm-pull-11 {
        position: relative;
        right: 45.8333%
    }

    .el-col-sm-push-11 {
        position: relative;
        left: 45.8333%
    }

    .el-col-sm-12 {
        flex: 0 0 50%;
        max-width: 50%;
        display: block
    }

    .el-col-sm-12.is-guttered {
        display: block
    }

    .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 {
        flex: 0 0 54.1667%;
        max-width: 54.1667%;
        display: block
    }

    .el-col-sm-13.is-guttered {
        display: block
    }

    .el-col-sm-offset-13 {
        margin-left: 54.1667%
    }

    .el-col-sm-pull-13 {
        position: relative;
        right: 54.1667%
    }

    .el-col-sm-push-13 {
        position: relative;
        left: 54.1667%
    }

    .el-col-sm-14 {
        flex: 0 0 58.3333%;
        max-width: 58.3333%;
        display: block
    }

    .el-col-sm-14.is-guttered {
        display: block
    }

    .el-col-sm-offset-14 {
        margin-left: 58.3333%
    }

    .el-col-sm-pull-14 {
        position: relative;
        right: 58.3333%
    }

    .el-col-sm-push-14 {
        position: relative;
        left: 58.3333%
    }

    .el-col-sm-15 {
        flex: 0 0 62.5%;
        max-width: 62.5%;
        display: block
    }

    .el-col-sm-15.is-guttered {
        display: block
    }

    .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 {
        flex: 0 0 66.6667%;
        max-width: 66.6667%;
        display: block
    }

    .el-col-sm-16.is-guttered {
        display: block
    }

    .el-col-sm-offset-16 {
        margin-left: 66.6667%
    }

    .el-col-sm-pull-16 {
        position: relative;
        right: 66.6667%
    }

    .el-col-sm-push-16 {
        position: relative;
        left: 66.6667%
    }

    .el-col-sm-17 {
        flex: 0 0 70.8333%;
        max-width: 70.8333%;
        display: block
    }

    .el-col-sm-17.is-guttered {
        display: block
    }

    .el-col-sm-offset-17 {
        margin-left: 70.8333%
    }

    .el-col-sm-pull-17 {
        position: relative;
        right: 70.8333%
    }

    .el-col-sm-push-17 {
        position: relative;
        left: 70.8333%
    }

    .el-col-sm-18 {
        flex: 0 0 75%;
        max-width: 75%;
        display: block
    }

    .el-col-sm-18.is-guttered {
        display: block
    }

    .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 {
        flex: 0 0 79.1667%;
        max-width: 79.1667%;
        display: block
    }

    .el-col-sm-19.is-guttered {
        display: block
    }

    .el-col-sm-offset-19 {
        margin-left: 79.1667%
    }

    .el-col-sm-pull-19 {
        position: relative;
        right: 79.1667%
    }

    .el-col-sm-push-19 {
        position: relative;
        left: 79.1667%
    }

    .el-col-sm-20 {
        flex: 0 0 83.3333%;
        max-width: 83.3333%;
        display: block
    }

    .el-col-sm-20.is-guttered {
        display: block
    }

    .el-col-sm-offset-20 {
        margin-left: 83.3333%
    }

    .el-col-sm-pull-20 {
        position: relative;
        right: 83.3333%
    }

    .el-col-sm-push-20 {
        position: relative;
        left: 83.3333%
    }

    .el-col-sm-21 {
        flex: 0 0 87.5%;
        max-width: 87.5%;
        display: block
    }

    .el-col-sm-21.is-guttered {
        display: block
    }

    .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 {
        flex: 0 0 91.6667%;
        max-width: 91.6667%;
        display: block
    }

    .el-col-sm-22.is-guttered {
        display: block
    }

    .el-col-sm-offset-22 {
        margin-left: 91.6667%
    }

    .el-col-sm-pull-22 {
        position: relative;
        right: 91.6667%
    }

    .el-col-sm-push-22 {
        position: relative;
        left: 91.6667%
    }

    .el-col-sm-23 {
        flex: 0 0 95.8333%;
        max-width: 95.8333%;
        display: block
    }

    .el-col-sm-23.is-guttered {
        display: block
    }

    .el-col-sm-offset-23 {
        margin-left: 95.8333%
    }

    .el-col-sm-pull-23 {
        position: relative;
        right: 95.8333%
    }

    .el-col-sm-push-23 {
        position: relative;
        left: 95.8333%
    }

    .el-col-sm-24 {
        flex: 0 0 100%;
        max-width: 100%;
        display: block
    }

    .el-col-sm-24.is-guttered {
        display: block
    }

    .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 {
        flex: 0 0;
        max-width: 0%;
        display: none
    }

    .el-col-md-0.is-guttered {
        display: none
    }

    .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 {
        flex: 0 0 4.16667%;
        max-width: 4.16667%;
        display: block
    }

    .el-col-md-1.is-guttered {
        display: block
    }

    .el-col-md-offset-1 {
        margin-left: 4.16667%
    }

    .el-col-md-pull-1 {
        position: relative;
        right: 4.16667%
    }

    .el-col-md-push-1 {
        position: relative;
        left: 4.16667%
    }

    .el-col-md-2 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
        display: block
    }

    .el-col-md-2.is-guttered {
        display: block
    }

    .el-col-md-offset-2 {
        margin-left: 8.33333%
    }

    .el-col-md-pull-2 {
        position: relative;
        right: 8.33333%
    }

    .el-col-md-push-2 {
        position: relative;
        left: 8.33333%
    }

    .el-col-md-3 {
        flex: 0 0 12.5%;
        max-width: 12.5%;
        display: block
    }

    .el-col-md-3.is-guttered {
        display: block
    }

    .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 {
        flex: 0 0 16.6667%;
        max-width: 16.6667%;
        display: block
    }

    .el-col-md-4.is-guttered {
        display: block
    }

    .el-col-md-offset-4 {
        margin-left: 16.6667%
    }

    .el-col-md-pull-4 {
        position: relative;
        right: 16.6667%
    }

    .el-col-md-push-4 {
        position: relative;
        left: 16.6667%
    }

    .el-col-md-5 {
        flex: 0 0 20.8333%;
        max-width: 20.8333%;
        display: block
    }

    .el-col-md-5.is-guttered {
        display: block
    }

    .el-col-md-offset-5 {
        margin-left: 20.8333%
    }

    .el-col-md-pull-5 {
        position: relative;
        right: 20.8333%
    }

    .el-col-md-push-5 {
        position: relative;
        left: 20.8333%
    }

    .el-col-md-6 {
        flex: 0 0 25%;
        max-width: 25%;
        display: block
    }

    .el-col-md-6.is-guttered {
        display: block
    }

    .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 {
        flex: 0 0 29.1667%;
        max-width: 29.1667%;
        display: block
    }

    .el-col-md-7.is-guttered {
        display: block
    }

    .el-col-md-offset-7 {
        margin-left: 29.1667%
    }

    .el-col-md-pull-7 {
        position: relative;
        right: 29.1667%
    }

    .el-col-md-push-7 {
        position: relative;
        left: 29.1667%
    }

    .el-col-md-8 {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
        display: block
    }

    .el-col-md-8.is-guttered {
        display: block
    }

    .el-col-md-offset-8 {
        margin-left: 33.3333%
    }

    .el-col-md-pull-8 {
        position: relative;
        right: 33.3333%
    }

    .el-col-md-push-8 {
        position: relative;
        left: 33.3333%
    }

    .el-col-md-9 {
        flex: 0 0 37.5%;
        max-width: 37.5%;
        display: block
    }

    .el-col-md-9.is-guttered {
        display: block
    }

    .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 {
        flex: 0 0 41.6667%;
        max-width: 41.6667%;
        display: block
    }

    .el-col-md-10.is-guttered {
        display: block
    }

    .el-col-md-offset-10 {
        margin-left: 41.6667%
    }

    .el-col-md-pull-10 {
        position: relative;
        right: 41.6667%
    }

    .el-col-md-push-10 {
        position: relative;
        left: 41.6667%
    }

    .el-col-md-11 {
        flex: 0 0 45.8333%;
        max-width: 45.8333%;
        display: block
    }

    .el-col-md-11.is-guttered {
        display: block
    }

    .el-col-md-offset-11 {
        margin-left: 45.8333%
    }

    .el-col-md-pull-11 {
        position: relative;
        right: 45.8333%
    }

    .el-col-md-push-11 {
        position: relative;
        left: 45.8333%
    }

    .el-col-md-12 {
        flex: 0 0 50%;
        max-width: 50%;
        display: block
    }

    .el-col-md-12.is-guttered {
        display: block
    }

    .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 {
        flex: 0 0 54.1667%;
        max-width: 54.1667%;
        display: block
    }

    .el-col-md-13.is-guttered {
        display: block
    }

    .el-col-md-offset-13 {
        margin-left: 54.1667%
    }

    .el-col-md-pull-13 {
        position: relative;
        right: 54.1667%
    }

    .el-col-md-push-13 {
        position: relative;
        left: 54.1667%
    }

    .el-col-md-14 {
        flex: 0 0 58.3333%;
        max-width: 58.3333%;
        display: block
    }

    .el-col-md-14.is-guttered {
        display: block
    }

    .el-col-md-offset-14 {
        margin-left: 58.3333%
    }

    .el-col-md-pull-14 {
        position: relative;
        right: 58.3333%
    }

    .el-col-md-push-14 {
        position: relative;
        left: 58.3333%
    }

    .el-col-md-15 {
        flex: 0 0 62.5%;
        max-width: 62.5%;
        display: block
    }

    .el-col-md-15.is-guttered {
        display: block
    }

    .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 {
        flex: 0 0 66.6667%;
        max-width: 66.6667%;
        display: block
    }

    .el-col-md-16.is-guttered {
        display: block
    }

    .el-col-md-offset-16 {
        margin-left: 66.6667%
    }

    .el-col-md-pull-16 {
        position: relative;
        right: 66.6667%
    }

    .el-col-md-push-16 {
        position: relative;
        left: 66.6667%
    }

    .el-col-md-17 {
        flex: 0 0 70.8333%;
        max-width: 70.8333%;
        display: block
    }

    .el-col-md-17.is-guttered {
        display: block
    }

    .el-col-md-offset-17 {
        margin-left: 70.8333%
    }

    .el-col-md-pull-17 {
        position: relative;
        right: 70.8333%
    }

    .el-col-md-push-17 {
        position: relative;
        left: 70.8333%
    }

    .el-col-md-18 {
        flex: 0 0 75%;
        max-width: 75%;
        display: block
    }

    .el-col-md-18.is-guttered {
        display: block
    }

    .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 {
        flex: 0 0 79.1667%;
        max-width: 79.1667%;
        display: block
    }

    .el-col-md-19.is-guttered {
        display: block
    }

    .el-col-md-offset-19 {
        margin-left: 79.1667%
    }

    .el-col-md-pull-19 {
        position: relative;
        right: 79.1667%
    }

    .el-col-md-push-19 {
        position: relative;
        left: 79.1667%
    }

    .el-col-md-20 {
        flex: 0 0 83.3333%;
        max-width: 83.3333%;
        display: block
    }

    .el-col-md-20.is-guttered {
        display: block
    }

    .el-col-md-offset-20 {
        margin-left: 83.3333%
    }

    .el-col-md-pull-20 {
        position: relative;
        right: 83.3333%
    }

    .el-col-md-push-20 {
        position: relative;
        left: 83.3333%
    }

    .el-col-md-21 {
        flex: 0 0 87.5%;
        max-width: 87.5%;
        display: block
    }

    .el-col-md-21.is-guttered {
        display: block
    }

    .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 {
        flex: 0 0 91.6667%;
        max-width: 91.6667%;
        display: block
    }

    .el-col-md-22.is-guttered {
        display: block
    }

    .el-col-md-offset-22 {
        margin-left: 91.6667%
    }

    .el-col-md-pull-22 {
        position: relative;
        right: 91.6667%
    }

    .el-col-md-push-22 {
        position: relative;
        left: 91.6667%
    }

    .el-col-md-23 {
        flex: 0 0 95.8333%;
        max-width: 95.8333%;
        display: block
    }

    .el-col-md-23.is-guttered {
        display: block
    }

    .el-col-md-offset-23 {
        margin-left: 95.8333%
    }

    .el-col-md-pull-23 {
        position: relative;
        right: 95.8333%
    }

    .el-col-md-push-23 {
        position: relative;
        left: 95.8333%
    }

    .el-col-md-24 {
        flex: 0 0 100%;
        max-width: 100%;
        display: block
    }

    .el-col-md-24.is-guttered {
        display: block
    }

    .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 {
        flex: 0 0;
        max-width: 0%;
        display: none
    }

    .el-col-lg-0.is-guttered {
        display: none
    }

    .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 {
        flex: 0 0 4.16667%;
        max-width: 4.16667%;
        display: block
    }

    .el-col-lg-1.is-guttered {
        display: block
    }

    .el-col-lg-offset-1 {
        margin-left: 4.16667%
    }

    .el-col-lg-pull-1 {
        position: relative;
        right: 4.16667%
    }

    .el-col-lg-push-1 {
        position: relative;
        left: 4.16667%
    }

    .el-col-lg-2 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
        display: block
    }

    .el-col-lg-2.is-guttered {
        display: block
    }

    .el-col-lg-offset-2 {
        margin-left: 8.33333%
    }

    .el-col-lg-pull-2 {
        position: relative;
        right: 8.33333%
    }

    .el-col-lg-push-2 {
        position: relative;
        left: 8.33333%
    }

    .el-col-lg-3 {
        flex: 0 0 12.5%;
        max-width: 12.5%;
        display: block
    }

    .el-col-lg-3.is-guttered {
        display: block
    }

    .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 {
        flex: 0 0 16.6667%;
        max-width: 16.6667%;
        display: block
    }

    .el-col-lg-4.is-guttered {
        display: block
    }

    .el-col-lg-offset-4 {
        margin-left: 16.6667%
    }

    .el-col-lg-pull-4 {
        position: relative;
        right: 16.6667%
    }

    .el-col-lg-push-4 {
        position: relative;
        left: 16.6667%
    }

    .el-col-lg-5 {
        flex: 0 0 20.8333%;
        max-width: 20.8333%;
        display: block
    }

    .el-col-lg-5.is-guttered {
        display: block
    }

    .el-col-lg-offset-5 {
        margin-left: 20.8333%
    }

    .el-col-lg-pull-5 {
        position: relative;
        right: 20.8333%
    }

    .el-col-lg-push-5 {
        position: relative;
        left: 20.8333%
    }

    .el-col-lg-6 {
        flex: 0 0 25%;
        max-width: 25%;
        display: block
    }

    .el-col-lg-6.is-guttered {
        display: block
    }

    .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 {
        flex: 0 0 29.1667%;
        max-width: 29.1667%;
        display: block
    }

    .el-col-lg-7.is-guttered {
        display: block
    }

    .el-col-lg-offset-7 {
        margin-left: 29.1667%
    }

    .el-col-lg-pull-7 {
        position: relative;
        right: 29.1667%
    }

    .el-col-lg-push-7 {
        position: relative;
        left: 29.1667%
    }

    .el-col-lg-8 {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
        display: block
    }

    .el-col-lg-8.is-guttered {
        display: block
    }

    .el-col-lg-offset-8 {
        margin-left: 33.3333%
    }

    .el-col-lg-pull-8 {
        position: relative;
        right: 33.3333%
    }

    .el-col-lg-push-8 {
        position: relative;
        left: 33.3333%
    }

    .el-col-lg-9 {
        flex: 0 0 37.5%;
        max-width: 37.5%;
        display: block
    }

    .el-col-lg-9.is-guttered {
        display: block
    }

    .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 {
        flex: 0 0 41.6667%;
        max-width: 41.6667%;
        display: block
    }

    .el-col-lg-10.is-guttered {
        display: block
    }

    .el-col-lg-offset-10 {
        margin-left: 41.6667%
    }

    .el-col-lg-pull-10 {
        position: relative;
        right: 41.6667%
    }

    .el-col-lg-push-10 {
        position: relative;
        left: 41.6667%
    }

    .el-col-lg-11 {
        flex: 0 0 45.8333%;
        max-width: 45.8333%;
        display: block
    }

    .el-col-lg-11.is-guttered {
        display: block
    }

    .el-col-lg-offset-11 {
        margin-left: 45.8333%
    }

    .el-col-lg-pull-11 {
        position: relative;
        right: 45.8333%
    }

    .el-col-lg-push-11 {
        position: relative;
        left: 45.8333%
    }

    .el-col-lg-12 {
        flex: 0 0 50%;
        max-width: 50%;
        display: block
    }

    .el-col-lg-12.is-guttered {
        display: block
    }

    .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 {
        flex: 0 0 54.1667%;
        max-width: 54.1667%;
        display: block
    }

    .el-col-lg-13.is-guttered {
        display: block
    }

    .el-col-lg-offset-13 {
        margin-left: 54.1667%
    }

    .el-col-lg-pull-13 {
        position: relative;
        right: 54.1667%
    }

    .el-col-lg-push-13 {
        position: relative;
        left: 54.1667%
    }

    .el-col-lg-14 {
        flex: 0 0 58.3333%;
        max-width: 58.3333%;
        display: block
    }

    .el-col-lg-14.is-guttered {
        display: block
    }

    .el-col-lg-offset-14 {
        margin-left: 58.3333%
    }

    .el-col-lg-pull-14 {
        position: relative;
        right: 58.3333%
    }

    .el-col-lg-push-14 {
        position: relative;
        left: 58.3333%
    }

    .el-col-lg-15 {
        flex: 0 0 62.5%;
        max-width: 62.5%;
        display: block
    }

    .el-col-lg-15.is-guttered {
        display: block
    }

    .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 {
        flex: 0 0 66.6667%;
        max-width: 66.6667%;
        display: block
    }

    .el-col-lg-16.is-guttered {
        display: block
    }

    .el-col-lg-offset-16 {
        margin-left: 66.6667%
    }

    .el-col-lg-pull-16 {
        position: relative;
        right: 66.6667%
    }

    .el-col-lg-push-16 {
        position: relative;
        left: 66.6667%
    }

    .el-col-lg-17 {
        flex: 0 0 70.8333%;
        max-width: 70.8333%;
        display: block
    }

    .el-col-lg-17.is-guttered {
        display: block
    }

    .el-col-lg-offset-17 {
        margin-left: 70.8333%
    }

    .el-col-lg-pull-17 {
        position: relative;
        right: 70.8333%
    }

    .el-col-lg-push-17 {
        position: relative;
        left: 70.8333%
    }

    .el-col-lg-18 {
        flex: 0 0 75%;
        max-width: 75%;
        display: block
    }

    .el-col-lg-18.is-guttered {
        display: block
    }

    .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 {
        flex: 0 0 79.1667%;
        max-width: 79.1667%;
        display: block
    }

    .el-col-lg-19.is-guttered {
        display: block
    }

    .el-col-lg-offset-19 {
        margin-left: 79.1667%
    }

    .el-col-lg-pull-19 {
        position: relative;
        right: 79.1667%
    }

    .el-col-lg-push-19 {
        position: relative;
        left: 79.1667%
    }

    .el-col-lg-20 {
        flex: 0 0 83.3333%;
        max-width: 83.3333%;
        display: block
    }

    .el-col-lg-20.is-guttered {
        display: block
    }

    .el-col-lg-offset-20 {
        margin-left: 83.3333%
    }

    .el-col-lg-pull-20 {
        position: relative;
        right: 83.3333%
    }

    .el-col-lg-push-20 {
        position: relative;
        left: 83.3333%
    }

    .el-col-lg-21 {
        flex: 0 0 87.5%;
        max-width: 87.5%;
        display: block
    }

    .el-col-lg-21.is-guttered {
        display: block
    }

    .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 {
        flex: 0 0 91.6667%;
        max-width: 91.6667%;
        display: block
    }

    .el-col-lg-22.is-guttered {
        display: block
    }

    .el-col-lg-offset-22 {
        margin-left: 91.6667%
    }

    .el-col-lg-pull-22 {
        position: relative;
        right: 91.6667%
    }

    .el-col-lg-push-22 {
        position: relative;
        left: 91.6667%
    }

    .el-col-lg-23 {
        flex: 0 0 95.8333%;
        max-width: 95.8333%;
        display: block
    }

    .el-col-lg-23.is-guttered {
        display: block
    }

    .el-col-lg-offset-23 {
        margin-left: 95.8333%
    }

    .el-col-lg-pull-23 {
        position: relative;
        right: 95.8333%
    }

    .el-col-lg-push-23 {
        position: relative;
        left: 95.8333%
    }

    .el-col-lg-24 {
        flex: 0 0 100%;
        max-width: 100%;
        display: block
    }

    .el-col-lg-24.is-guttered {
        display: block
    }

    .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 {
        flex: 0 0;
        max-width: 0%;
        display: none
    }

    .el-col-xl-0.is-guttered {
        display: none
    }

    .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 {
        flex: 0 0 4.16667%;
        max-width: 4.16667%;
        display: block
    }

    .el-col-xl-1.is-guttered {
        display: block
    }

    .el-col-xl-offset-1 {
        margin-left: 4.16667%
    }

    .el-col-xl-pull-1 {
        position: relative;
        right: 4.16667%
    }

    .el-col-xl-push-1 {
        position: relative;
        left: 4.16667%
    }

    .el-col-xl-2 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
        display: block
    }

    .el-col-xl-2.is-guttered {
        display: block
    }

    .el-col-xl-offset-2 {
        margin-left: 8.33333%
    }

    .el-col-xl-pull-2 {
        position: relative;
        right: 8.33333%
    }

    .el-col-xl-push-2 {
        position: relative;
        left: 8.33333%
    }

    .el-col-xl-3 {
        flex: 0 0 12.5%;
        max-width: 12.5%;
        display: block
    }

    .el-col-xl-3.is-guttered {
        display: block
    }

    .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 {
        flex: 0 0 16.6667%;
        max-width: 16.6667%;
        display: block
    }

    .el-col-xl-4.is-guttered {
        display: block
    }

    .el-col-xl-offset-4 {
        margin-left: 16.6667%
    }

    .el-col-xl-pull-4 {
        position: relative;
        right: 16.6667%
    }

    .el-col-xl-push-4 {
        position: relative;
        left: 16.6667%
    }

    .el-col-xl-5 {
        flex: 0 0 20.8333%;
        max-width: 20.8333%;
        display: block
    }

    .el-col-xl-5.is-guttered {
        display: block
    }

    .el-col-xl-offset-5 {
        margin-left: 20.8333%
    }

    .el-col-xl-pull-5 {
        position: relative;
        right: 20.8333%
    }

    .el-col-xl-push-5 {
        position: relative;
        left: 20.8333%
    }

    .el-col-xl-6 {
        flex: 0 0 25%;
        max-width: 25%;
        display: block
    }

    .el-col-xl-6.is-guttered {
        display: block
    }

    .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 {
        flex: 0 0 29.1667%;
        max-width: 29.1667%;
        display: block
    }

    .el-col-xl-7.is-guttered {
        display: block
    }

    .el-col-xl-offset-7 {
        margin-left: 29.1667%
    }

    .el-col-xl-pull-7 {
        position: relative;
        right: 29.1667%
    }

    .el-col-xl-push-7 {
        position: relative;
        left: 29.1667%
    }

    .el-col-xl-8 {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
        display: block
    }

    .el-col-xl-8.is-guttered {
        display: block
    }

    .el-col-xl-offset-8 {
        margin-left: 33.3333%
    }

    .el-col-xl-pull-8 {
        position: relative;
        right: 33.3333%
    }

    .el-col-xl-push-8 {
        position: relative;
        left: 33.3333%
    }

    .el-col-xl-9 {
        flex: 0 0 37.5%;
        max-width: 37.5%;
        display: block
    }

    .el-col-xl-9.is-guttered {
        display: block
    }

    .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 {
        flex: 0 0 41.6667%;
        max-width: 41.6667%;
        display: block
    }

    .el-col-xl-10.is-guttered {
        display: block
    }

    .el-col-xl-offset-10 {
        margin-left: 41.6667%
    }

    .el-col-xl-pull-10 {
        position: relative;
        right: 41.6667%
    }

    .el-col-xl-push-10 {
        position: relative;
        left: 41.6667%
    }

    .el-col-xl-11 {
        flex: 0 0 45.8333%;
        max-width: 45.8333%;
        display: block
    }

    .el-col-xl-11.is-guttered {
        display: block
    }

    .el-col-xl-offset-11 {
        margin-left: 45.8333%
    }

    .el-col-xl-pull-11 {
        position: relative;
        right: 45.8333%
    }

    .el-col-xl-push-11 {
        position: relative;
        left: 45.8333%
    }

    .el-col-xl-12 {
        flex: 0 0 50%;
        max-width: 50%;
        display: block
    }

    .el-col-xl-12.is-guttered {
        display: block
    }

    .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 {
        flex: 0 0 54.1667%;
        max-width: 54.1667%;
        display: block
    }

    .el-col-xl-13.is-guttered {
        display: block
    }

    .el-col-xl-offset-13 {
        margin-left: 54.1667%
    }

    .el-col-xl-pull-13 {
        position: relative;
        right: 54.1667%
    }

    .el-col-xl-push-13 {
        position: relative;
        left: 54.1667%
    }

    .el-col-xl-14 {
        flex: 0 0 58.3333%;
        max-width: 58.3333%;
        display: block
    }

    .el-col-xl-14.is-guttered {
        display: block
    }

    .el-col-xl-offset-14 {
        margin-left: 58.3333%
    }

    .el-col-xl-pull-14 {
        position: relative;
        right: 58.3333%
    }

    .el-col-xl-push-14 {
        position: relative;
        left: 58.3333%
    }

    .el-col-xl-15 {
        flex: 0 0 62.5%;
        max-width: 62.5%;
        display: block
    }

    .el-col-xl-15.is-guttered {
        display: block
    }

    .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 {
        flex: 0 0 66.6667%;
        max-width: 66.6667%;
        display: block
    }

    .el-col-xl-16.is-guttered {
        display: block
    }

    .el-col-xl-offset-16 {
        margin-left: 66.6667%
    }

    .el-col-xl-pull-16 {
        position: relative;
        right: 66.6667%
    }

    .el-col-xl-push-16 {
        position: relative;
        left: 66.6667%
    }

    .el-col-xl-17 {
        flex: 0 0 70.8333%;
        max-width: 70.8333%;
        display: block
    }

    .el-col-xl-17.is-guttered {
        display: block
    }

    .el-col-xl-offset-17 {
        margin-left: 70.8333%
    }

    .el-col-xl-pull-17 {
        position: relative;
        right: 70.8333%
    }

    .el-col-xl-push-17 {
        position: relative;
        left: 70.8333%
    }

    .el-col-xl-18 {
        flex: 0 0 75%;
        max-width: 75%;
        display: block
    }

    .el-col-xl-18.is-guttered {
        display: block
    }

    .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 {
        flex: 0 0 79.1667%;
        max-width: 79.1667%;
        display: block
    }

    .el-col-xl-19.is-guttered {
        display: block
    }

    .el-col-xl-offset-19 {
        margin-left: 79.1667%
    }

    .el-col-xl-pull-19 {
        position: relative;
        right: 79.1667%
    }

    .el-col-xl-push-19 {
        position: relative;
        left: 79.1667%
    }

    .el-col-xl-20 {
        flex: 0 0 83.3333%;
        max-width: 83.3333%;
        display: block
    }

    .el-col-xl-20.is-guttered {
        display: block
    }

    .el-col-xl-offset-20 {
        margin-left: 83.3333%
    }

    .el-col-xl-pull-20 {
        position: relative;
        right: 83.3333%
    }

    .el-col-xl-push-20 {
        position: relative;
        left: 83.3333%
    }

    .el-col-xl-21 {
        flex: 0 0 87.5%;
        max-width: 87.5%;
        display: block
    }

    .el-col-xl-21.is-guttered {
        display: block
    }

    .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 {
        flex: 0 0 91.6667%;
        max-width: 91.6667%;
        display: block
    }

    .el-col-xl-22.is-guttered {
        display: block
    }

    .el-col-xl-offset-22 {
        margin-left: 91.6667%
    }

    .el-col-xl-pull-22 {
        position: relative;
        right: 91.6667%
    }

    .el-col-xl-push-22 {
        position: relative;
        left: 91.6667%
    }

    .el-col-xl-23 {
        flex: 0 0 95.8333%;
        max-width: 95.8333%;
        display: block
    }

    .el-col-xl-23.is-guttered {
        display: block
    }

    .el-col-xl-offset-23 {
        margin-left: 95.8333%
    }

    .el-col-xl-pull-23 {
        position: relative;
        right: 95.8333%
    }

    .el-col-xl-push-23 {
        position: relative;
        left: 95.8333%
    }

    .el-col-xl-24 {
        flex: 0 0 100%;
        max-width: 100%;
        display: block
    }

    .el-col-xl-24.is-guttered {
        display: block
    }

    .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-item.is-disabled .el-collapse-item__header {
    color: var(--el-text-color-disabled);
    cursor: not-allowed
}

.el-collapse-item__header {
    width: 100%;
    min-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: none;
    border-bottom: 1px solid var(--el-collapse-border-color);
    font-size: var(--el-collapse-header-font-size);
    transition: border-bottom-color var(--el-transition-duration);
    box-sizing: border-box;
    outline: none;
    align-items: center;
    padding: 0;
    font-weight: 500;
    display: flex
}

.el-collapse-item__arrow {
    transition: transform var(--el-transition-duration);
    font-weight: 300
}

.el-collapse-item__arrow.is-active {
    transform: rotate(90deg)
}

.el-collapse-item__title {
    text-align: left;
    flex: auto
}

.el-collapse-item__header.focusing:focus:not(:hover) {
    color: var(--el-color-primary)
}

.el-collapse-item__header.is-active {
    border-bottom-color: #0000
}

.el-collapse-item__wrap {
    will-change: height;
    background-color: var(--el-collapse-content-bg-color);
    box-sizing: border-box;
    border-bottom: 1px solid var(--el-collapse-border-color);
    overflow: hidden
}

.el-collapse-item__content {
    font-size: var(--el-collapse-content-font-size);
    color: var(--el-collapse-content-text-color);
    padding-bottom: 25px;
    line-height: 1.76923
}

.el-collapse-item:last-child {
    margin-bottom: -1px
}

.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-icon-position-left .el-collapse-item__header {
    gap: 8px
}

.el-collapse-icon-position-left .el-collapse-item__title {
    order: 1
}

.el-collapse-icon-position-right .el-collapse-item__header {
    padding-right: 8px
}

.el-color-picker-panel {
    --el-colorpicker-bg-color: var(--el-bg-color-overlay);
    --el-fill-color-blank: var(--el-colorpicker-bg-color);
    box-sizing: content-box;
    background: var(--el-colorpicker-bg-color);
    width: 300px;
    padding: 12px
}

.el-color-picker-panel.is-border {
    border: solid 1px var(--el-border-color-lighter);
    border-radius: 4px
}

.el-color-picker-panel__wrapper {
    margin-bottom: 6px
}

.el-color-picker-panel__footer {
    text-align: right;
    justify-content: space-between;
    margin-top: 12px;
    display: flex
}

.el-color-picker-panel__footer .el-input {
    color: #000;
    width: 160px;
    font-size: 12px;
    line-height: 26px
}

.el-color-picker-panel.is-disabled .el-color-svpanel,
.el-color-picker-panel.is-disabled .el-color-hue-slider {
    cursor: not-allowed;
    opacity: .3
}

.el-color-picker-panel.is-disabled .el-color-hue-slider__thumb {
    cursor: not-allowed
}

.el-color-picker-panel.is-disabled .el-color-alpha-slider,
.el-color-picker-panel.is-disabled .el-color-predefine .el-color-predefine__color-selector {
    cursor: not-allowed;
    opacity: .3
}

.el-color-predefine {
    width: 280px;
    margin-top: 8px;
    font-size: 12px;
    display: flex
}

.el-color-predefine__colors {
    flex-wrap: wrap;
    flex: 1;
    gap: 8px;
    display: flex
}

.el-color-predefine__color-selector {
    border-radius: var(--el-border-radius-base);
    cursor: pointer;
    border: none;
    outline: none;
    width: 20px;
    height: 20px;
    padding: 0;
    overflow: hidden
}

.el-color-predefine__color-selector.selected {
    box-shadow: 0 0 3px 2px var(--el-color-primary)
}

.el-color-predefine__color-selector:focus-visible {
    outline: 2px solid var(--el-color-primary);
    outline-offset: 2px
}

.el-color-predefine__color-selector>div {
    height: 100%;
    display: flex
}

.el-color-predefine__color-selector.is-alpha {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)
}

.el-color-hue-slider {
    box-sizing: border-box;
    float: right;
    background-color: red;
    width: 280px;
    height: 12px;
    padding: 0 2px;
    position: relative
}

.el-color-hue-slider__bar {
    background: linear-gradient(90deg, red, #ff0 17%, #0f0 33%, #0ff, #00f 67%, #f0f 83%, red);
    height: 100%;
    position: relative
}

.el-color-hue-slider__thumb {
    cursor: pointer;
    box-sizing: border-box;
    border: 1px solid var(--el-border-color-lighter);
    z-index: 1;
    background: #fff;
    border-radius: 1px;
    width: 4px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 0 2px #0009
}

.el-color-hue-slider__thumb:focus-visible {
    outline: 2px solid var(--el-color-primary);
    outline-offset: 1px
}

.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(red, #ff0 17%, #0f0 33%, #0ff, #00f 67%, #f0f 83%, red)
}

.el-color-hue-slider.is-vertical .el-color-hue-slider__thumb {
    width: 100%;
    height: 4px;
    top: 0;
    left: 0
}

.el-color-svpanel {
    background-image: linear-gradient(#0000, #000), linear-gradient(90deg, #fff, #fff0);
    width: 280px;
    height: 180px;
    position: relative
}

.el-color-svpanel__cursor {
    cursor: pointer;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    position: absolute;
    transform: translate(-2px, -2px);
    box-shadow: 0 0 0 1.5px #fff, inset 0 0 1px 1px #0000004d, 0 0 1px 2px #0006
}

.el-color-svpanel__cursor:focus-visible {
    outline: 2px solid var(--el-color-primary);
    outline-offset: 2px
}

.el-color-alpha-slider {
    box-sizing: border-box;
    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-position: 0 0, 6px 0, 6px -6px, 0 6px;
    background-size: 12px 12px;
    width: 280px;
    height: 12px;
    position: relative
}

.el-color-alpha-slider.is-disabled .el-color-alpha-slider__thumb {
    cursor: not-allowed
}

.el-color-alpha-slider__bar {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, var(--el-bg-color) 100%);
    height: 100%;
    position: relative
}

.el-color-alpha-slider__thumb {
    cursor: pointer;
    box-sizing: border-box;
    border: 1px solid var(--el-border-color-lighter);
    z-index: 1;
    background: #fff;
    border-radius: 1px;
    width: 4px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 0 2px #0009
}

.el-color-alpha-slider__thumb:focus-visible {
    outline: 2px solid var(--el-color-primary);
    outline-offset: 1px
}

.el-color-alpha-slider.is-vertical {
    width: 20px;
    height: 180px
}

.el-color-alpha-slider.is-vertical .el-color-alpha-slider__bar {
    background: linear-gradient(#fff0, #fff)
}

.el-color-alpha-slider.is-vertical .el-color-alpha-slider__thumb {
    width: 100%;
    height: 4px;
    top: 0;
    left: 0
}

.el-color-picker-panel {
    --el-color-picker-alpha-bg-a: #ccc;
    --el-color-picker-alpha-bg-b: transparent
}

.dark .el-color-picker-panel {
    --el-color-picker-alpha-bg-a: #333
}

.el-color-picker {
    outline: none;
    width: 32px;
    height: 32px;
    line-height: normal;
    display: inline-block;
    position: relative
}

.el-color-picker:hover:not(:-webkit-any(.is-disabled, .is-focused)) .el-color-picker__trigger {
    border-color: var(--el-border-color-hover)
}

.el-color-picker:hover:not(:is(.is-disabled, .is-focused)) .el-color-picker__trigger {
    border-color: 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-focused .el-color-picker__trigger {
    border-color: var(--el-color-primary)
}

.el-color-picker.is-disabled .el-color-picker__trigger {
    cursor: not-allowed;
    background-color: var(--el-fill-color-light)
}

.el-color-picker.is-disabled .el-color-picker__color {
    opacity: .3
}

.el-color-picker--large {
    width: 40px;
    height: 40px
}

.el-color-picker--small {
    width: 24px;
    height: 24px
}

.el-color-picker--small .el-color-picker__icon,
.el-color-picker--small .el-color-picker__empty {
    transform: scale(.8)
}

.el-color-picker__trigger {
    box-sizing: border-box;
    border: 1px solid var(--el-border-color);
    cursor: pointer;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 4px;
    font-size: 0;
    display: inline-flex;
    position: relative
}

.el-color-picker__color {
    box-sizing: border-box;
    border: 1px solid var(--el-text-color-secondary);
    border-radius: var(--el-border-radius-small);
    text-align: center;
    width: 100%;
    height: 100%;
    display: block;
    position: relative
}

.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-position: 0 0, 6px 0, 6px -6px, 0 6px;
    background-size: 12px 12px
}

.el-color-picker__color-inner {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: inline-flex
}

.el-color-picker .el-color-picker__empty {
    color: var(--el-text-color-secondary);
    font-size: 12px
}

.el-color-picker .el-color-picker__icon {
    color: #fff;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    display: inline-flex
}

.el-color-picker__panel {
    border-radius: var(--el-border-radius-base);
    box-shadow: var(--el-box-shadow-light);
    background-color: #fff
}

.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: #333
}

.el-container {
    box-sizing: border-box;
    flex-direction: row;
    flex: auto;
    min-width: 0;
    display: flex
}

.el-container.is-vertical {
    flex-direction: column
}

.el-date-table {
    -webkit-user-select: none;
    user-select: none;
    font-size: 12px
}

.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 {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    margin-left: 5px
}

.el-date-table.is-week-mode .el-date-table__row:hover td:last-child .el-date-table-cell {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    margin-right: 5px
}

.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 {
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    width: 32px;
    height: 30px;
    padding: 4px 0;
    position: relative
}

.el-date-table td .el-date-table-cell {
    box-sizing: border-box;
    height: 30px;
    padding: 3px 0
}

.el-date-table td .el-date-table-cell .el-date-table-cell__text {
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 auto;
    line-height: 24px;
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-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.start-date .el-date-table-cell__text,
.el-date-table td.today.end-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.start-date .el-date-table-cell,
.el-date-table td.end-date .el-date-table-cell {
    color: #fff
}

.el-date-table td.start-date .el-date-table-cell__text,
.el-date-table td.end-date .el-date-table-cell__text {
    background-color: var(--el-datepicker-active-color)
}

.el-date-table td.start-date .el-date-table-cell {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    margin-left: 5px
}

.el-date-table td.end-date .el-date-table-cell {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    margin-right: 5px
}

.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 {
    border-radius: 15px;
    margin-left: 5px;
    margin-right: 5px
}

.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 {
    color: var(--el-datepicker-off-text-color);
    cursor: default;
    font-size: 80%
}

.el-date-table td:focus {
    outline: none
}

.el-date-table th {
    color: var(--el-datepicker-header-text-color);
    border-bottom: solid 1px var(--el-border-color-lighter);
    padding: 5px;
    font-weight: 400
}

.el-date-table th.el-date-table__week-header {
    width: 24px;
    padding: 0
}

.el-month-table {
    border-collapse: collapse;
    margin: -1px;
    font-size: 12px
}

.el-month-table td {
    text-align: center;
    cursor: pointer;
    width: 68px;
    padding: 8px 0;
    position: relative
}

.el-month-table td .el-date-table-cell {
    box-sizing: border-box;
    height: 48px;
    padding: 6px 0
}

.el-month-table td.today .el-date-table-cell__text {
    color: var(--el-color-primary);
    font-weight: 700
}

.el-month-table td.today.start-date .el-date-table-cell__text,
.el-month-table td.today.end-date .el-date-table-cell__text {
    color: #fff
}

.el-month-table td.disabled .el-date-table-cell__text {
    background-color: var(--el-fill-color-light);
    cursor: not-allowed;
    color: var(--el-text-color-placeholder)
}

.el-month-table td.disabled .el-date-table-cell__text:hover {
    color: var(--el-text-color-placeholder)
}

.el-month-table td .el-date-table-cell__text {
    width: 54px;
    height: 36px;
    color: var(--el-datepicker-text-color);
    border-radius: 18px;
    margin: 0 auto;
    line-height: 36px;
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%)
}

.el-month-table td .el-date-table-cell__text:hover {
    color: var(--el-datepicker-hover-text-color)
}

.el-month-table td.in-range .el-date-table-cell {
    background-color: var(--el-datepicker-inrange-bg-color)
}

.el-month-table td.in-range .el-date-table-cell:hover {
    background-color: var(--el-datepicker-inrange-hover-bg-color)
}

.el-month-table td.start-date .el-date-table-cell,
.el-month-table td.end-date .el-date-table-cell {
    color: #fff
}

.el-month-table td.start-date .el-date-table-cell__text,
.el-month-table td.end-date .el-date-table-cell__text {
    color: #fff;
    background-color: var(--el-datepicker-active-color)
}

.el-month-table td.start-date .el-date-table-cell {
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
    margin-left: 3px
}

.el-month-table td.end-date .el-date-table-cell {
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    margin-right: 3px
}

.el-month-table td.current:not(.disabled) .el-date-table-cell {
    border-radius: 24px;
    margin-left: 3px;
    margin-right: 3px
}

.el-month-table td.current:not(.disabled) .el-date-table-cell__text {
    color: #fff;
    background-color: var(--el-datepicker-active-color)
}

.el-month-table td:focus-visible {
    outline: none
}

.el-month-table td:focus-visible .el-date-table-cell__text {
    outline: 2px solid var(--el-datepicker-active-color);
    outline-offset: 1px
}

.el-year-table {
    border-collapse: collapse;
    margin: -1px;
    font-size: 12px
}

.el-year-table .el-icon {
    color: var(--el-datepicker-icon-color)
}

.el-year-table td {
    text-align: center;
    cursor: pointer;
    width: 68px;
    padding: 8px 0;
    position: relative
}

.el-year-table td .el-date-table-cell {
    box-sizing: border-box;
    height: 48px;
    padding: 6px 0
}

.el-year-table td.today .el-date-table-cell__text {
    color: var(--el-color-primary);
    font-weight: 700
}

.el-year-table td.today.start-date .el-date-table-cell__text,
.el-year-table td.today.end-date .el-date-table-cell__text {
    color: #fff
}

.el-year-table td.disabled .el-date-table-cell__text {
    background-color: var(--el-fill-color-light);
    cursor: not-allowed;
    color: var(--el-text-color-placeholder)
}

.el-year-table td.disabled .el-date-table-cell__text:hover {
    color: var(--el-text-color-placeholder)
}

.el-year-table td .el-date-table-cell__text {
    width: 60px;
    height: 36px;
    color: var(--el-datepicker-text-color);
    border-radius: 18px;
    margin: 0 auto;
    line-height: 36px;
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%)
}

.el-year-table td .el-date-table-cell__text:hover {
    color: var(--el-datepicker-hover-text-color)
}

.el-year-table td.in-range .el-date-table-cell {
    background-color: var(--el-datepicker-inrange-bg-color)
}

.el-year-table td.in-range .el-date-table-cell:hover {
    background-color: var(--el-datepicker-inrange-hover-bg-color)
}

.el-year-table td.start-date .el-date-table-cell,
.el-year-table td.end-date .el-date-table-cell {
    color: #fff
}

.el-year-table td.start-date .el-date-table-cell__text,
.el-year-table td.end-date .el-date-table-cell__text {
    color: #fff;
    background-color: var(--el-datepicker-active-color)
}

.el-year-table td.start-date .el-date-table-cell {
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px
}

.el-year-table td.end-date .el-date-table-cell {
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px
}

.el-year-table td.current:not(.disabled) .el-date-table-cell__text {
    color: #fff;
    background-color: var(--el-datepicker-active-color)
}

.el-year-table td:focus-visible {
    outline: none
}

.el-year-table td:focus-visible .el-date-table-cell__text {
    outline: 2px solid var(--el-datepicker-active-color);
    outline-offset: 1px
}

.el-time-spinner.has-seconds .el-time-spinner__wrapper {
    width: 33.3%
}

.el-time-spinner__wrapper {
    vertical-align: top;
    width: 50%;
    max-height: 192px;
    display: inline-block;
    position: relative;
    overflow: auto
}

.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 {
    color: var(--el-text-color-secondary);
    width: 100%;
    z-index: var(--el-index-normal);
    text-align: center;
    cursor: pointer;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    position: absolute;
    left: 0
}

.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 {
    text-align: center;
    padding: 0
}

.el-time-spinner__list {
    text-align: center;
    margin: 0;
    padding: 0;
    list-style: none
}

.el-time-spinner__list:after,
.el-time-spinner__list:before {
    content: "";
    width: 100%;
    height: 80px;
    display: block
}

.el-time-spinner__item {
    height: 32px;
    color: var(--el-text-color-regular);
    font-size: 12px;
    line-height: 32px
}

.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: #0000;
    border-left-color: #0000
}

.el-picker__popper.el-popper[data-popper-placement^=bottom] .el-popper__arrow:before {
    border-bottom-color: #0000;
    border-right-color: #0000
}

.el-picker__popper.el-popper[data-popper-placement^=left] .el-popper__arrow:before {
    border-bottom-color: #0000;
    border-left-color: #0000
}

.el-picker__popper.el-popper[data-popper-placement^=right] .el-popper__arrow:before {
    border-top-color: #0000;
    border-right-color: #0000
}

.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);
    --el-input-width: 100%;
    text-align: left;
    vertical-align: middle;
    position: relative
}

.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.is-focus .el-input__wrapper {
    box-shadow: 0 0 0 1px var(--el-input-focus-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-input-clear-hover-color)
}

.el-date-editor .el-range__icon {
    height: inherit;
    color: var(--el-text-color-placeholder);
    float: left;
    font-size: 14px
}

.el-date-editor .el-range__icon svg {
    vertical-align: middle
}

.el-date-editor .el-range-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: center;
    width: 39%;
    height: 30px;
    line-height: 30px;
    font-size: var(--el-font-size-base);
    color: var(--el-text-color-regular);
    background-color: #0000;
    border: none;
    outline: none;
    margin: 0;
    padding: 0;
    display: inline-block
}

.el-date-editor .el-range-input::placeholder {
    color: var(--el-text-color-placeholder)
}

.el-date-editor .el-range-separator {
    overflow-wrap: break-word;
    height: 100%;
    color: var(--el-text-color-primary);
    flex: 1;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0 5px;
    font-size: 14px;
    display: inline-flex
}

.el-date-editor .el-range__close-icon {
    color: var(--el-text-color-placeholder);
    height: inherit;
    width: unset;
    cursor: pointer;
    font-size: 14px
}

.el-date-editor .el-range__close-icon:hover {
    color: var(--el-input-clear-hover-color)
}

.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 {
    vertical-align: middle;
    align-items: center;
    padding: 0 10px;
    display: inline-flex
}

.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 {
    font-size: 14px;
    line-height: 40px
}

.el-range-editor--large .el-range-input {
    height: 38px;
    font-size: 14px;
    line-height: 38px
}

.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 {
    font-size: 12px;
    line-height: 24px
}

.el-range-editor--small .el-range-input {
    height: 22px;
    font-size: 12px;
    line-height: 22px
}

.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:hover,
.el-range-editor.is-disabled:focus {
    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::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-datepicker-bg-color);
    border-radius: var(--el-popper-border-radius, var(--el-border-radius-base));
    line-height: 30px
}

.el-picker-panel .el-time-panel {
    border: solid 1px var(--el-datepicker-border-color);
    background-color: var(--el-datepicker-bg-color);
    box-shadow: var(--el-box-shadow-light);
    margin: 5px 0
}

.el-picker-panel__body:after,
.el-picker-panel__body-wrapper:after {
    content: "";
    clear: both;
    display: table
}

.el-picker-panel__content {
    margin: 15px;
    position: relative
}

.el-picker-panel__footer {
    border-top: 1px solid var(--el-datepicker-inner-border-color);
    text-align: right;
    background-color: var(--el-datepicker-bg-color);
    padding: 4px 12px;
    font-size: 0;
    position: relative
}

.el-picker-panel__shortcut {
    width: 100%;
    color: var(--el-datepicker-text-color);
    text-align: left;
    cursor: pointer;
    background-color: #0000;
    border: 0;
    outline: none;
    padding-left: 12px;
    font-size: 14px;
    line-height: 28px;
    display: block
}

.el-picker-panel__shortcut:hover {
    color: var(--el-datepicker-hover-text-color)
}

.el-picker-panel__shortcut.active {
    color: var(--el-datepicker-active-color);
    background-color: #e6f1fe
}

.el-picker-panel__btn {
    border: 1px solid var(--el-fill-color-darker);
    color: var(--el-text-color-primary);
    cursor: pointer;
    background-color: #0000;
    border-radius: 2px;
    outline: none;
    padding: 0 20px;
    font-size: 12px;
    line-height: 24px
}

.el-picker-panel__btn[disabled] {
    color: var(--el-text-color-disabled);
    cursor: not-allowed
}

.el-picker-panel__icon-btn {
    color: var(--el-datepicker-icon-color);
    cursor: pointer;
    background: 0 0;
    border: 0;
    outline: none;
    margin-top: 8px;
    padding: 1px 6px;
    font-size: 12px;
    line-height: 1
}

.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.is-disabled .el-icon {
    cursor: inherit
}

.el-picker-panel__icon-btn .el-icon {
    cursor: pointer;
    font-size: inherit
}

.el-picker-panel__link-btn {
    vertical-align: middle
}

.el-picker-panel.is-disabled .el-picker-panel__prev-btn {
    color: var(--el-text-color-disabled)
}

.el-picker-panel.is-disabled .el-picker-panel__prev-btn:hover {
    cursor: not-allowed
}

.el-picker-panel.is-disabled .el-picker-panel__prev-btn .el-icon {
    cursor: inherit
}

.el-picker-panel.is-disabled .el-picker-panel__next-btn {
    color: var(--el-text-color-disabled)
}

.el-picker-panel.is-disabled .el-picker-panel__next-btn:hover {
    cursor: not-allowed
}

.el-picker-panel.is-disabled .el-picker-panel__next-btn .el-icon {
    cursor: inherit
}

.el-picker-panel.is-disabled .el-picker-panel__icon-btn {
    color: var(--el-text-color-disabled)
}

.el-picker-panel.is-disabled .el-picker-panel__icon-btn:hover {
    cursor: not-allowed
}

.el-picker-panel.is-disabled .el-picker-panel__icon-btn .el-icon {
    cursor: inherit
}

.el-picker-panel.is-disabled .el-picker-panel__shortcut {
    color: var(--el-text-color-disabled)
}

.el-picker-panel.is-disabled .el-picker-panel__shortcut:hover {
    cursor: not-allowed
}

.el-picker-panel.is-disabled .el-picker-panel__shortcut .el-icon {
    cursor: inherit
}

.el-picker-panel [slot=sidebar],
.el-picker-panel__sidebar {
    border-right: 1px solid var(--el-datepicker-inner-border-color);
    box-sizing: border-box;
    width: 110px;
    padding-top: 6px;
    position: absolute;
    top: 0;
    bottom: 0;
    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-datepicker-bg-color: var(--el-bg-color-overlay);
    --el-fill-color-blank: var(--el-datepicker-bg-color);
    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 {
    padding: 0 5px;
    display: table-cell;
    position: relative
}

.el-date-picker__time-header {
    border-bottom: 1px solid var(--el-datepicker-inner-border-color);
    box-sizing: border-box;
    width: 100%;
    padding: 8px 5px 5px;
    font-size: 12px;
    display: table;
    position: relative
}

.el-date-picker__header {
    text-align: center;
    padding: 12px 12px 0
}

.el-date-picker__header--bordered {
    border-bottom: solid 1px var(--el-border-color-lighter);
    margin-bottom: 0;
    padding-bottom: 12px
}

.el-date-picker__header--bordered+.el-picker-panel__content {
    margin-top: 0
}

.el-date-picker__header-label {
    text-align: center;
    cursor: pointer;
    color: var(--el-text-color-regular);
    padding: 0 5px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px
}

.el-date-picker__header-label:hover {
    color: var(--el-datepicker-hover-text-color)
}

.el-date-picker__header-label:focus-visible {
    color: var(--el-datepicker-hover-text-color);
    outline: none
}

.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 {
    text-align: center;
    padding: 10px
}

.el-date-picker__time-label {
    float: left;
    cursor: pointer;
    margin-left: 10px;
    line-height: 30px
}

.el-date-picker .el-time-panel {
    position: absolute
}

.el-date-picker.is-disabled .el-date-picker__header-label {
    color: var(--el-text-color-disabled)
}

.el-date-picker.is-disabled .el-date-picker__header-label:hover {
    cursor: not-allowed
}

.el-date-picker.is-disabled .el-date-picker__header-label .el-icon {
    cursor: inherit
}

.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-datepicker-bg-color: var(--el-bg-color-overlay);
    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.single-panel {
    width: 322px
}

.el-date-range-picker.single-panel .el-picker-panel__body {
    min-width: 322px
}

.el-date-range-picker.single-panel.has-sidebar.has-time {
    width: 434px
}

.el-date-range-picker.single-panel.has-sidebar {
    width: 438px
}

.el-date-range-picker.single-panel .el-picker-panel__content {
    width: 292px;
    margin: 15px;
    padding: 0;
    display: block;
    position: relative
}

.el-date-range-picker__header {
    text-align: center;
    height: 28px;
    position: relative
}

.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 {
    margin-right: 50px;
    font-size: 16px;
    font-weight: 500
}

.el-date-range-picker__header-label {
    text-align: center;
    cursor: pointer;
    color: var(--el-text-color-regular);
    padding: 0 5px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px
}

.el-date-range-picker__header-label:hover {
    color: var(--el-datepicker-hover-text-color)
}

.el-date-range-picker__header-label:focus-visible {
    color: var(--el-datepicker-hover-text-color);
    outline: none
}

.el-date-range-picker__header-label.active {
    color: var(--el-datepicker-active-color)
}

.el-date-range-picker__content {
    box-sizing: border-box;
    width: 50%;
    margin: 0;
    padding: 16px;
    display: table-cell
}

.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 {
    border-bottom: 1px solid var(--el-datepicker-inner-border-color);
    box-sizing: border-box;
    width: 100%;
    padding: 8px 5px 5px;
    font-size: 12px;
    display: table;
    position: relative
}

.el-date-range-picker__time-header>.el-icon-arrow-right {
    vertical-align: middle;
    color: var(--el-datepicker-icon-color);
    font-size: 20px;
    display: table-cell
}

.el-date-range-picker__time-picker-wrap {
    padding: 0 5px;
    display: table-cell;
    position: relative
}

.el-date-range-picker__time-picker-wrap .el-picker-panel {
    z-index: 1;
    background: #fff;
    position: absolute;
    top: 13px;
    right: 0
}

.el-date-range-picker__time-picker-wrap .el-time-panel {
    position: absolute
}

.el-date-range-picker.is-disabled .el-date-range-picker__header-label {
    color: var(--el-text-color-disabled)
}

.el-date-range-picker.is-disabled .el-date-range-picker__header-label:hover {
    cursor: not-allowed
}

.el-date-range-picker.is-disabled .el-date-range-picker__header-label .el-icon {
    cursor: inherit
}

.el-time-range-picker {
    width: 354px;
    overflow: visible
}

.el-time-range-picker__content {
    text-align: center;
    z-index: 1;
    padding: 10px;
    position: relative
}

.el-time-range-picker__cell {
    box-sizing: border-box;
    width: 50%;
    margin: 0;
    padding: 4px 7px 7px;
    display: inline-block
}

.el-time-range-picker__header {
    text-align: center;
    margin-bottom: 5px;
    font-size: 14px
}

.el-time-range-picker__body {
    border: 1px solid var(--el-datepicker-border-color);
    border-radius: 2px
}

.el-time-panel {
    width: 180px;
    z-index: var(--el-index-top);
    -webkit-user-select: none;
    user-select: none;
    box-sizing: content-box;
    border-radius: 2px;
    position: relative;
    left: 0
}

.el-time-panel__content {
    font-size: 0;
    position: relative;
    overflow: hidden
}

.el-time-panel__content:after,
.el-time-panel__content:before {
    content: "";
    z-index: -1;
    box-sizing: border-box;
    text-align: left;
    height: 32px;
    margin-top: -16px;
    padding-top: 6px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0
}

.el-time-panel__content:after {
    margin-left: 12%;
    margin-right: 12%;
    left: 50%
}

.el-time-panel__content:before {
    border-top: 1px solid var(--el-border-color-light);
    border-bottom: 1px solid var(--el-border-color-light);
    margin-left: 12%;
    margin-right: 12%;
    padding-left: 50%
}

.el-time-panel__content.has-seconds:after {
    left: 66.6667%
}

.el-time-panel__content.has-seconds:before {
    padding-left: 33.3333%
}

.el-time-panel__footer {
    border-top: 1px solid var(--el-timepicker-inner-border-color, var(--el-border-color-light));
    text-align: right;
    box-sizing: border-box;
    height: 36px;
    padding: 4px;
    line-height: 25px
}

.el-time-panel__btn {
    cursor: pointer;
    color: var(--el-text-color-primary);
    background-color: #0000;
    border: none;
    outline: none;
    margin: 0 5px;
    padding: 0 5px;
    font-size: 12px;
    line-height: 28px
}

.el-time-panel__btn.confirm {
    color: var(--el-timepicker-active-color, var(--el-color-primary));
    font-weight: 800
}

.el-picker-panel.is-border {
    border: solid 1px var(--el-border-color-lighter)
}

.el-picker-panel.is-border .el-picker-panel__body-wrapper {
    position: relative
}

.el-picker-panel.is-border.el-picker-panel [slot=sidebar],
.el-picker-panel.is-border.el-picker-panel__sidebar {
    border-right: 1px solid var(--el-datepicker-inner-border-color);
    box-sizing: border-box;
    width: 110px;
    height: 100%;
    padding-top: 6px;
    position: absolute;
    top: 0;
    overflow: auto
}

.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 {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    display: flex
}

.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-size: 14px;
    line-height: 23px
}

.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 {
    color: var(--el-text-color-regular);
    background: var(--el-descriptions-item-bordered-label-background);
    font-weight: 700
}

.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 {
    animation: v-modal-in var(--el-transition-duration-fast) ease
}

.v-modal-leave {
    animation: v-modal-out var(--el-transition-duration-fast) ease forwards
}

@keyframes v-modal-in {
    0% {
        opacity: 0
    }
}

@keyframes v-modal-out {
    to {
        opacity: 0
    }
}

.v-modal {
    width: 100%;
    height: 100%;
    opacity: var(--el-popup-modal-opacity);
    background: var(--el-popup-modal-bg-color);
    position: fixed;
    top: 0;
    left: 0
}

.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: 16px;
    --el-dialog-border-radius: var(--el-border-radius-base);
    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;
    padding: var(--el-dialog-padding-primary);
    width: var(--el-dialog-width, 50%);
    overflow-wrap: break-word;
    position: relative
}

.el-dialog:focus {
    outline: none !important
}

.el-dialog.is-align-center {
    margin: auto
}

.el-dialog.is-fullscreen {
    --el-dialog-width: 100%;
    --el-dialog-margin-top: 0;
    border-radius: 0;
    height: 100%;
    margin-bottom: 0;
    overflow: auto
}

.el-dialog__wrapper {
    margin: 0;
    position: fixed;
    inset: 0;
    overflow: auto
}

.el-dialog.is-draggable .el-dialog__header {
    cursor: move;
    -webkit-user-select: none;
    user-select: none
}

.el-dialog__header {
    padding-bottom: var(--el-dialog-padding-primary)
}

.el-dialog__header.show-close {
    padding-right: calc(var(--el-dialog-padding-primary) + var(--el-message-close-size, 16px))
}

.el-dialog__headerbtn {
    cursor: pointer;
    width: 48px;
    height: 48px;
    font-size: var(--el-message-close-size, 16px);
    background: 0 0;
    border: none;
    outline: none;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0
}

.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 {
    color: var(--el-text-color-regular);
    font-size: var(--el-dialog-content-font-size)
}

.el-dialog__footer {
    padding-top: var(--el-dialog-padding-primary);
    text-align: right;
    box-sizing: border-box
}

.el-dialog--center {
    text-align: center
}

.el-dialog--center .el-dialog__body {
    text-align: initial
}

.el-dialog--center .el-dialog__footer {
    text-align: inherit
}

.el-modal-dialog.is-penetrable {
    pointer-events: none
}

.el-modal-dialog.is-penetrable .el-dialog {
    pointer-events: auto
}

.el-overlay-dialog {
    position: fixed;
    inset: 0;
    overflow: auto
}

.el-overlay-dialog.is-closing .el-dialog {
    pointer-events: none
}

.dialog-fade-enter-active {
    animation: modal-fade-in var(--el-transition-duration)
}

.dialog-fade-enter-active .el-overlay-dialog {
    animation: dialog-fade-in var(--el-transition-duration)
}

.dialog-fade-leave-active {
    animation: modal-fade-out var(--el-transition-duration)
}

.dialog-fade-leave-active .el-overlay-dialog {
    animation: dialog-fade-out var(--el-transition-duration)
}

@keyframes dialog-fade-in {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }

    to {
        opacity: 1;
        transform: translate(0)
    }
}

@keyframes dialog-fade-out {
    0% {
        opacity: 1;
        transform: translate(0)
    }

    to {
        opacity: 0;
        transform: translateY(-20px)
    }
}

@keyframes modal-fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes modal-fade-out {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.el-divider {
    position: relative
}

.el-divider--horizontal {
    border-top: 1px var(--el-border-color) var(--el-border-style);
    width: 100%;
    height: 1px;
    margin: 24px 0;
    display: block
}

.el-divider--vertical {
    vertical-align: middle;
    border-left: 1px var(--el-border-color) var(--el-border-style);
    width: 1px;
    height: 1em;
    margin: 0 8px;
    display: inline-block;
    position: relative
}

.el-divider__text {
    background-color: var(--el-bg-color);
    color: var(--el-text-color-primary);
    padding: 0 20px;
    font-size: 14px;
    font-weight: 500;
    position: absolute
}

.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-overlay.is-drawer {
    overflow: hidden
}

.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-dragger-size: 8px;
    box-sizing: border-box;
    background-color: var(--el-drawer-bg-color);
    box-shadow: var(--el-box-shadow-dark);
    transition: all var(--el-transition-duration);
    flex-direction: column;
    display: flex;
    position: absolute
}

.el-drawer .rtl,
.el-drawer .ltr,
.el-drawer .ttb,
.el-drawer .btt {
    transform: translate(0)
}

.el-drawer__sr-focus:focus {
    outline: none !important
}

.el-drawer__header {
    color: var(--el-text-color-primary);
    padding: var(--el-drawer-padding-primary);
    align-items: center;
    margin-bottom: 32px;
    padding-bottom: 0;
    display: flex;
    overflow: hidden
}

.el-drawer__header>:first-child {
    flex: 1
}

.el-drawer__title {
    line-height: inherit;
    flex: 1;
    margin: 0;
    font-size: 16px
}

.el-drawer__footer {
    padding: var(--el-drawer-padding-primary);
    text-align: right;
    padding-top: 10px;
    overflow: hidden
}

.el-drawer__close-btn {
    cursor: pointer;
    font-size: var(--el-font-size-extra-large);
    color: inherit;
    background-color: #0000;
    border: none;
    outline: none;
    display: inline-flex
}

.el-drawer__close-btn:focus i,
.el-drawer__close-btn:hover i {
    color: var(--el-color-primary)
}

.el-drawer__body {
    padding: var(--el-drawer-padding-primary);
    flex: 1;
    overflow: auto
}

.el-drawer__body>* {
    box-sizing: border-box
}

.el-drawer.is-dragging {
    transition: none
}

.el-drawer__dragger {
    -webkit-user-select: none;
    user-select: none;
    background-color: #0000;
    transition: all .2s;
    position: absolute
}

.el-drawer__dragger:before {
    content: "";
    background-color: #0000;
    transition: all .2s;
    position: absolute
}

.el-drawer__dragger:hover:before {
    background-color: var(--el-color-primary)
}

.el-drawer.ltr,
.el-drawer.rtl {
    height: 100%;
    top: 0;
    bottom: 0
}

.el-drawer.ltr>.el-drawer__dragger,
.el-drawer.rtl>.el-drawer__dragger {
    height: 100%;
    width: var(--el-drawer-dragger-size);
    cursor: ew-resize;
    top: 0;
    bottom: 0
}

.el-drawer.ltr>.el-drawer__dragger:before,
.el-drawer.rtl>.el-drawer__dragger:before {
    width: 3px;
    top: 0;
    bottom: 0
}

.el-drawer.ttb,
.el-drawer.btt {
    width: 100%;
    left: 0;
    right: 0
}

.el-drawer.ttb>.el-drawer__dragger,
.el-drawer.btt>.el-drawer__dragger {
    width: 100%;
    height: var(--el-drawer-dragger-size);
    cursor: ns-resize;
    left: 0;
    right: 0
}

.el-drawer.ttb>.el-drawer__dragger:before,
.el-drawer.btt>.el-drawer__dragger:before {
    height: 3px;
    left: 0;
    right: 0
}

.el-drawer.ltr {
    left: 0
}

.el-drawer.ltr>.el-drawer__dragger {
    right: 0
}

.el-drawer.ltr>.el-drawer__dragger:before {
    right: -2px
}

.el-drawer.rtl {
    right: 0
}

.el-drawer.rtl>.el-drawer__dragger {
    left: 0
}

.el-drawer.rtl>.el-drawer__dragger:before {
    left: -2px
}

.el-drawer.ttb {
    top: 0
}

.el-drawer.ttb>.el-drawer__dragger {
    bottom: 0
}

.el-drawer.ttb>.el-drawer__dragger:before {
    bottom: -2px
}

.el-drawer.btt {
    bottom: 0
}

.el-drawer.btt>.el-drawer__dragger {
    top: 0
}

.el-drawer.btt>.el-drawer__dragger:before {
    top: -2px
}

.el-modal-drawer.is-penetrable {
    pointer-events: none
}

.el-modal-drawer.is-penetrable .el-drawer {
    pointer-events: auto
}

.el-drawer-fade-enter-active,
.el-drawer-fade-leave-active {
    transition: all var(--el-transition-duration)
}

.el-drawer-fade-enter-from,
.el-drawer-fade-enter-active,
.el-drawer-fade-enter-to,
.el-drawer-fade-leave-from,
.el-drawer-fade-leave-active,
.el-drawer-fade-leave-to {
    overflow: hidden !important
}

.el-drawer-fade-enter-from,
.el-drawer-fade-leave-to {
    background-color: #0000 !important
}

.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;
    color: var(--el-text-color-regular);
    font-size: var(--el-font-size-base);
    vertical-align: top;
    line-height: 1;
    display: inline-flex;
    position: relative
}

.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: #0000;
    border-left-color: #0000
}

.el-dropdown__popper.el-popper[data-popper-placement^=bottom] .el-popper__arrow:before {
    border-bottom-color: #0000;
    border-right-color: #0000
}

.el-dropdown__popper.el-popper[data-popper-placement^=left] .el-popper__arrow:before {
    border-bottom-color: #0000;
    border-left-color: #0000
}

.el-dropdown__popper.el-popper[data-popper-placement^=right] .el-popper__arrow:before {
    border-top-color: #0000;
    border-right-color: #0000
}

.el-dropdown__popper .el-dropdown-menu {
    border: none
}

.el-dropdown__popper .el-dropdown__popper-selfdefine {
    outline: none
}

.el-dropdown__popper .el-scrollbar__bar {
    z-index: calc(var(--el-dropdown-menu-index) + 1)
}

.el-dropdown__popper .el-dropdown__list {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none
}

.el-dropdown .el-dropdown__caret-button {
    border-left: none;
    justify-content: center;
    align-items: center;
    width: 32px;
    padding-left: 0;
    padding-right: 0;
    display: inline-flex
}

.el-dropdown .el-dropdown__caret-button>span {
    display: inline-flex
}

.el-dropdown .el-dropdown__caret-button:before {
    content: "";
    background: var(--el-overlay-color-lighter);
    width: 1px;
    display: block;
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: 0
}

.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: none
}

.el-dropdown--large .el-dropdown__caret-button {
    width: 40px
}

.el-dropdown--small .el-dropdown__caret-button {
    width: 24px
}

.el-dropdown-menu {
    z-index: var(--el-dropdown-menu-index);
    background-color: var(--el-bg-color-overlay);
    border-radius: var(--el-border-radius-base);
    box-shadow: none;
    border: none;
    margin: 0;
    padding: 5px 0;
    list-style: none;
    position: relative;
    top: 0;
    left: 0
}

.el-dropdown-menu__item {
    white-space: nowrap;
    line-height: 22px;
    font-size: var(--el-font-size-base);
    color: var(--el-text-color-regular);
    cursor: pointer;
    outline: none;
    align-items: center;
    margin: 0;
    padding: 5px 16px;
    list-style: none;
    display: flex
}

.el-dropdown-menu__item:not(.is-disabled):hover,
.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 {
    border-top: 1px solid var(--el-border-color-lighter);
    margin: 6px 0
}

.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;
    font-size: 14px;
    line-height: 22px
}

.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;
    font-size: 12px;
    line-height: 20px
}

.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;
    text-align: center;
    box-sizing: border-box;
    padding: var(--el-empty-padding);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex
}

.el-empty__image {
    width: var(--el-empty-image-width)
}

.el-empty__image img {
    -webkit-user-select: none;
    user-select: none;
    vertical-align: top;
    object-fit: contain;
    width: 100%;
    height: 100%
}

.el-empty__image svg {
    color: var(--el-svg-monochrome-grey);
    fill: currentColor;
    vertical-align: top;
    width: 100%;
    height: 100%
}

.el-empty__description {
    margin-top: var(--el-empty-description-margin-top)
}

.el-empty__description p {
    font-size: var(--el-font-size-base);
    color: var(--el-text-color-secondary);
    margin: 0
}

.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;
    height: var(--el-footer-height);
    flex-shrink: 0
}

.el-form-item {
    --font-size: 14px;
    margin-bottom: 18px;
    display: flex
}

.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-left .el-form-item__label {
    text-align: left;
    justify-content: flex-start
}

.el-form-item--label-right .el-form-item__label {
    text-align: right;
    justify-content: flex-end
}

.el-form-item--label-top {
    display: block
}

.el-form-item--label-top .el-form-item__label {
    text-align: left;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    margin-bottom: 8px;
    padding-right: 0;
    line-height: 22px;
    display: block
}

.el-form-item__label-wrap {
    display: flex
}

.el-form-item__label {
    font-size: var(--el-form-label-font-size);
    color: var(--el-text-color-regular);
    box-sizing: border-box;
    flex: none;
    align-items: flex-start;
    height: 32px;
    padding: 0 12px 0 0;
    line-height: 32px;
    display: inline-flex
}

.el-form-item__content {
    line-height: 32px;
    font-size: var(--font-size);
    flex-wrap: wrap;
    flex: 1;
    align-items: center;
    min-width: 0;
    display: flex;
    position: relative
}

.el-form-item__content .el-input-group {
    vertical-align: top
}

.el-form-item__error {
    color: var(--el-color-danger);
    padding-top: 2px;
    font-size: 12px;
    line-height: 1;
    position: absolute;
    top: 100%;
    left: 0
}

.el-form-item__error--inline {
    margin-left: 10px;
    display: inline-block;
    position: relative;
    top: auto;
    left: auto
}

.el-form-item.is-required:not(.is-no-asterisk).asterisk-left>.el-form-item__label:before,
.el-form-item.is-required:not(.is-no-asterisk).asterisk-left>.el-form-item__label-wrap>.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:after,
.el-form-item.is-required:not(.is-no-asterisk).asterisk-right>.el-form-item__label-wrap>.el-form-item__label:after {
    content: "*";
    color: var(--el-color-danger);
    margin-left: 4px
}

.el-form-item.is-error .el-form-item__content .el-input__wrapper,
.el-form-item.is-error .el-form-item__content .el-input__wrapper:hover,
.el-form-item.is-error .el-form-item__content .el-input__wrapper:focus,
.el-form-item.is-error .el-form-item__content .el-input__wrapper.is-focus,
.el-form-item.is-error .el-form-item__content .el-textarea__inner,
.el-form-item.is-error .el-form-item__content .el-textarea__inner:hover,
.el-form-item.is-error .el-form-item__content .el-textarea__inner:focus,
.el-form-item.is-error .el-form-item__content .el-textarea__inner.is-focus,
.el-form-item.is-error .el-form-item__content .el-select__wrapper,
.el-form-item.is-error .el-form-item__content .el-select__wrapper:hover,
.el-form-item.is-error .el-form-item__content .el-select__wrapper:focus,
.el-form-item.is-error .el-form-item__content .el-select__wrapper.is-focus,
.el-form-item.is-error .el-form-item__content .el-input-tag__wrapper,
.el-form-item.is-error .el-form-item__content .el-input-tag__wrapper:hover,
.el-form-item.is-error .el-form-item__content .el-input-tag__wrapper:focus,
.el-form-item.is-error .el-form-item__content .el-input-tag__wrapper.is-focus,
.el-form-item.is-error .el-form-item__content :not(.el-input-otp--underlined) .el-input-otp__input-field,
.el-form-item.is-error .el-form-item__content :not(.el-input-otp--underlined) .el-input-otp__input-field:hover,
.el-form-item.is-error .el-form-item__content :not(.el-input-otp--underlined) .el-input-otp__input-field:focus,
.el-form-item.is-error .el-form-item__content :not(.el-input-otp--underlined) .el-input-otp__input-field.is-focus,
.el-form-item.is-error .el-form-item__content .el-input-otp--underlined .el-input-otp__input-field:after,
.el-form-item.is-error .el-form-item__content .el-input-otp--underlined .el-input-otp__input-field:hover:after,
.el-form-item.is-error .el-form-item__content .el-input-otp--underlined .el-input-otp__input-field:focus:after,
.el-form-item.is-error .el-form-item__content .el-input-otp--underlined .el-input-otp__input-field.is-focus:after {
    box-shadow: 0 0 0 1px var(--el-color-danger) inset
}

.el-form-item.is-error .el-form-item__content .el-input-group__append .el-input__wrapper,
.el-form-item.is-error .el-form-item__content .el-input-group__prepend .el-input__wrapper {
    box-shadow: inset 0 0 0 1px #0000
}

.el-form-item.is-error .el-form-item__content .el-input-group__append .el-input__validateIcon,
.el-form-item.is-error .el-form-item__content .el-input-group__prepend .el-input__validateIcon {
    display: none
}

.el-form-item.is-error .el-form-item__content .el-input__validateIcon {
    color: var(--el-color-danger)
}

.el-form-item--feedback .el-input__validateIcon {
    display: inline-flex
}

.el-form {
    --el-form-label-font-size: var(--el-font-size-base);
    --el-form-inline-content-width: 220px
}

.el-form--inline .el-form-item {
    vertical-align: middle;
    margin-right: 32px;
    display: inline-flex
}

.el-form--inline .el-form-item:last-child {
    margin-right: 0
}

.el-form--inline.el-form--label-top {
    flex-wrap: wrap;
    display: flex
}

.el-form--inline.el-form--label-top .el-form-item {
    display: block
}

.el-header {
    --el-header-padding: 0 20px;
    --el-header-height: 60px;
    padding: var(--el-header-padding);
    box-sizing: border-box;
    height: var(--el-header-height);
    flex-shrink: 0
}

.el-image-viewer__wrapper {
    position: fixed;
    inset: 0
}

.el-image-viewer__wrapper:focus {
    outline: none !important
}

.el-image-viewer__btn {
    z-index: 1;
    opacity: .8;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-user-select: none;
    user-select: none;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute
}

.el-image-viewer__btn .el-icon {
    cursor: pointer
}

.el-image-viewer__close {
    width: 40px;
    height: 40px;
    font-size: 40px;
    top: 40px;
    right: 40px
}

.el-image-viewer__canvas {
    -webkit-user-select: none;
    user-select: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: static
}

.el-image-viewer__actions {
    background-color: var(--el-text-color-regular);
    border-color: #fff;
    border-radius: 22px;
    height: 44px;
    padding: 0 23px;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%)
}

.el-image-viewer__actions__inner {
    cursor: default;
    color: #fff;
    justify-content: space-around;
    align-items: center;
    gap: 22px;
    width: 100%;
    height: 100%;
    padding: 0 6px;
    font-size: 23px;
    display: flex
}

.el-image-viewer__actions__divider {
    margin: 0 -6px
}

.el-image-viewer__progress {
    cursor: default;
    color: #fff;
    bottom: 90px;
    left: 50%;
    transform: translate(-50%)
}

.el-image-viewer__prev {
    color: #fff;
    background-color: var(--el-text-color-regular);
    border-color: #fff;
    width: 44px;
    height: 44px;
    font-size: 24px;
    top: 50%;
    left: 40px;
    transform: translateY(-50%)
}

.el-image-viewer__next {
    text-indent: 2px;
    color: #fff;
    background-color: var(--el-text-color-regular);
    border-color: #fff;
    width: 44px;
    height: 44px;
    font-size: 24px;
    top: 50%;
    right: 40px;
    transform: translateY(-50%)
}

.el-image-viewer__close {
    color: #fff;
    background-color: var(--el-text-color-regular);
    border-color: #fff;
    width: 44px;
    height: 44px;
    font-size: 24px
}

.el-image-viewer__mask {
    opacity: .5;
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.el-image-viewer-parent--hidden {
    overflow: hidden
}

.viewer-fade-enter-active {
    animation: viewer-fade-in var(--el-transition-duration)
}

.viewer-fade-leave-active {
    animation: viewer-fade-out var(--el-transition-duration)
}

@keyframes viewer-fade-in {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }

    to {
        opacity: 1;
        transform: translate(0)
    }
}

@keyframes viewer-fade-out {
    0% {
        opacity: 1;
        transform: translate(0)
    }

    to {
        opacity: 0;
        transform: translateY(-20px)
    }
}

.el-image__error,
.el-image__placeholder,
.el-image__wrapper,
.el-image__inner {
    width: 100%;
    /* height: 100%; */
}

.el-image {
    display: inline-block;
    position: relative;
    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 {
    background: var(--el-fill-color-light);
    color: var(--el-text-color-placeholder);
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    display: flex
}

.el-image__preview {
    cursor: pointer
}

.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-input-width: 100%;
    vertical-align: bottom;
    width: 100%;
    font-size: var(--el-font-size-base);
    display: inline-block;
    position: relative
}

.el-textarea__inner {
    resize: vertical;
    box-sizing: border-box;
    width: 100%;
    line-height: 1.5;
    font-size: inherit;
    color: var(--el-input-text-color, var(--el-text-color-regular));
    background-color: var(--el-input-bg-color, var(--el-fill-color-blank));
    -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);
    background-image: none;
    border: none;
    padding: 5px 11px;
    font-family: inherit;
    display: block;
    position: relative
}

.el-textarea__inner.is-clearable {
    padding: 5px 26px 5px 11px
}

.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 {
    box-shadow: 0 0 0 1px var(--el-input-focus-border-color) inset;
    outline: none
}

.el-textarea__clear {
    color: var(--el-input-icon-color);
    cursor: pointer;
    font-size: 14px;
    position: absolute;
    top: 15px;
    right: 11px;
    transform: translateY(-50%)
}

.el-textarea__clear:hover {
    color: var(--el-input-clear-hover-color)
}

.el-textarea .el-input__count {
    color: var(--el-color-info);
    background: var(--el-fill-color-blank);
    font-size: 12px;
    line-height: 14px;
    position: absolute;
    bottom: 5px;
    right: 10px
}

.el-textarea .el-input__count.is-outside {
    top: 100%;
    right: 0;
    bottom: unset;
    background: 0 0;
    padding-top: 2px;
    line-height: 1;
    position: absolute
}

.el-textarea.is-disabled .el-textarea__inner {
    box-shadow: 0 0 0 1px var(--el-disabled-border-color) inset;
    background-color: var(--el-disabled-bg-color);
    color: var(--el-disabled-text-color);
    cursor: not-allowed
}

.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-width: 100%;
    --el-input-height: var(--el-component-size);
    font-size: var(--el-font-size-base);
    width: var(--el-input-width);
    line-height: var(--el-input-height);
    box-sizing: border-box;
    vertical-align: middle;
    display: inline-flex;
    position: relative
}

.el-input::-webkit-scrollbar {
    z-index: 11;
    width: 6px
}

.el-input::-webkit-scrollbar:horizontal {
    height: 6px
}

.el-input::-webkit-scrollbar-thumb {
    background: var(--el-text-color-disabled);
    border-radius: 5px;
    width: 6px
}

.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);
    cursor: pointer;
    font-size: 14px
}

.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%;
    color: var(--el-color-info);
    align-items: center;
    font-size: 12px;
    display: inline-flex
}

.el-input .el-input__count .el-input__count-inner {
    background: var(--el-fill-color-blank);
    line-height: initial;
    padding-left: 8px;
    display: inline-block
}

.el-input .el-input__count.is-outside {
    height: unset;
    padding-top: 2px;
    position: absolute;
    top: 100%;
    right: 0
}

.el-input .el-input__count.is-outside .el-input__count-inner {
    background: 0 0;
    padding-left: 0;
    line-height: 1
}

.el-input__wrapper {
    background-color: var(--el-input-bg-color, var(--el-fill-color-blank));
    border-radius: var(--el-input-border-radius, var(--el-border-radius-base));
    cursor: text;
    transition: var(--el-transition-box-shadow);
    box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset;
    background-image: none;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
    padding: 1px 11px;
    display: inline-flex;
    transform: translate(0)
}

.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 {
    --el-input-inner-height: calc(var(--el-input-height, 32px) - 2px)
}

.el-input__inner {
    -webkit-appearance: none;
    width: 100%;
    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);
    box-sizing: border-box;
    background: 0 0;
    border: none;
    outline: none;
    flex-grow: 1;
    padding: 0
}

.el-input__inner:focus {
    outline: none
}

.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__inner[type=number] {
    line-height: 1
}

.el-input__prefix {
    white-space: nowrap;
    height: 100%;
    line-height: var(--el-input-inner-height);
    text-align: center;
    color: var(--el-input-icon-color, var(--el-text-color-placeholder));
    transition: all var(--el-transition-duration);
    pointer-events: none;
    flex-wrap: nowrap;
    flex-shrink: 0;
    display: inline-flex
}

.el-input__prefix-inner {
    pointer-events: all;
    justify-content: center;
    align-items: center;
    display: inline-flex
}

.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 {
    white-space: nowrap;
    height: 100%;
    line-height: var(--el-input-inner-height);
    text-align: center;
    color: var(--el-input-icon-color, var(--el-text-color-placeholder));
    transition: all var(--el-transition-duration);
    pointer-events: none;
    flex-wrap: nowrap;
    flex-shrink: 0;
    display: inline-flex
}

.el-input__suffix-inner {
    pointer-events: all;
    justify-content: center;
    align-items: center;
    display: inline-flex
}

.el-input__suffix-inner>:first-child {
    margin-left: 8px
}

.el-input .el-input__icon {
    height: inherit;
    line-height: inherit;
    transition: all var(--el-transition-duration);
    justify-content: center;
    align-items: center;
    margin-left: 8px;
    display: flex
}

.el-input .el-input__clear {
    transition: color var(--el-transition-duration)
}

.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);
    cursor: not-allowed;
    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::placeholder {
    color: var(--el-text-color-placeholder)
}

.el-input.is-disabled .el-input__icon {
    cursor: not-allowed
}

.el-input.is-disabled .el-input__prefix-inner,
.el-input.is-disabled .el-input__suffix-inner {
    pointer-events: none
}

.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-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-height: calc(var(--el-input-height, 24px) - 2px)
}

.el-input-group {
    align-items: stretch;
    width: 100%;
    display: inline-flex
}

.el-input-group__append,
.el-input-group__prepend {
    background-color: var(--el-fill-color-light);
    color: var(--el-color-info);
    border-radius: var(--el-input-border-radius);
    white-space: nowrap;
    justify-content: center;
    align-items: center;
    min-height: 100%;
    padding: 0 20px;
    display: inline-flex;
    position: relative
}

.el-input-group__append:focus,
.el-input-group__prepend:focus {
    outline: none
}

.el-input-group__append .el-select,
.el-input-group__append .el-button,
.el-input-group__prepend .el-select,
.el-input-group__prepend .el-button {
    flex: 1;
    margin: 0 -20px;
    display: inline-block
}

.el-input-group__append button.el-button,
.el-input-group__append button.el-button:hover,
.el-input-group__append div.el-select .el-select__wrapper,
.el-input-group__append div.el-select:hover .el-select__wrapper,
.el-input-group__prepend button.el-button,
.el-input-group__prepend button.el-button:hover,
.el-input-group__prepend div.el-select .el-select__wrapper,
.el-input-group__prepend div.el-select:hover .el-select__wrapper {
    color: inherit;
    background-color: #0000;
    border-color: #0000
}

.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 {
    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;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.el-input-group__append {
    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;
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.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-select__wrapper {
    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;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.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-select__wrapper {
    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;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.el-input-hidden {
    display: none !important
}

.el-input-number {
    vertical-align: middle;
    width: 150px;
    line-height: 30px;
    display: inline-flex;
    position: relative
}

.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 {
    -webkit-appearance: none;
    margin: 0
}

.el-input-number .el-input__inner::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.el-input-number.is-left .el-input__inner {
    text-align: left
}

.el-input-number.is-right .el-input__inner {
    text-align: right
}

.el-input-number.is-center .el-input__inner {
    text-align: center
}

.el-input-number__increase,
.el-input-number__decrease {
    z-index: 1;
    background: var(--el-fill-color-light);
    width: 32px;
    height: auto;
    color: var(--el-text-color-regular);
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    display: flex;
    position: absolute;
    top: 1px;
    bottom: 1px
}

.el-input-number__increase:hover,
.el-input-number__decrease:hover {
    color: var(--el-color-primary)
}

.el-input-number__increase:hover~.el-input:not(.is-disabled) .el-input__wrapper,
.el-input-number__decrease: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__increase.is-disabled,
.el-input-number__decrease.is-disabled {
    color: var(--el-disabled-text-color);
    cursor: not-allowed
}

.el-input-number__increase {
    border-radius: 0 var(--el-border-radius-base) var(--el-border-radius-base) 0;
    border-left: var(--el-border);
    right: 1px
}

.el-input-number__decrease {
    border-radius: var(--el-border-radius-base) 0 0 var(--el-border-radius-base);
    border-right: var(--el-border);
    left: 1px
}

.el-input-number.is-disabled .el-input-number__increase,
.el-input-number.is-disabled .el-input-number__decrease {
    border-color: var(--el-disabled-border-color);
    color: var(--el-disabled-border-color)
}

.el-input-number.is-disabled .el-input-number__increase:hover,
.el-input-number.is-disabled .el-input-number__decrease: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__increase,
.el-input-number--large .el-input-number__decrease {
    width: 40px;
    font-size: 14px
}

.el-input-number--large.is-controls-right .el-input--large .el-input__wrapper {
    padding-right: 47px
}

.el-input-number--large .el-input--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__increase,
.el-input-number--small .el-input-number__decrease {
    width: 24px;
    font-size: 12px
}

.el-input-number--small.is-controls-right .el-input--small .el-input__wrapper {
    padding-right: 31px
}

.el-input-number--small .el-input--small .el-input__wrapper {
    padding-left: 31px;
    padding-right: 31px
}

.el-input-number--small .el-input-number__increase [class*=el-icon],
.el-input-number--small .el-input-number__decrease [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__increase,
.el-input-number.is-controls-right .el-input-number__decrease {
    --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__increase [class*=el-icon],
.el-input-number.is-controls-right .el-input-number__decrease [class*=el-icon] {
    transform: scale(.8)
}

.el-input-number.is-controls-right .el-input-number__increase {
    border-radius: 0 var(--el-border-radius-base) 0 0;
    border-bottom: var(--el-border);
    bottom: auto;
    left: auto
}

.el-input-number.is-controls-right .el-input-number__decrease {
    border-right: none;
    border-left: var(--el-border);
    border-radius: 0 0 var(--el-border-radius-base) 0;
    top: auto;
    left: auto;
    right: 1px
}

.el-input-number.is-controls-right[class*=large] [class*=increase],
.el-input-number.is-controls-right[class*=large] [class*=decrease] {
    --el-input-number-controls-height: 19px
}

.el-input-number.is-controls-right[class*=small] [class*=increase],
.el-input-number.is-controls-right[class*=small] [class*=decrease] {
    --el-input-number-controls-height: 11px
}

.el-input-tag {
    --el-input-tag-border-color-hover: var(--el-border-color-hover);
    --el-input-tag-placeholder-color: var(--el-text-color-placeholder);
    --el-input-tag-disabled-color: var(--el-disabled-text-color);
    --el-input-tag-disabled-border: var(--el-disabled-border-color);
    --el-input-tag-font-size: var(--el-font-size-base);
    --el-input-tag-close-hover-color: var(--el-text-color-secondary);
    --el-input-tag-text-color: var(--el-text-color-regular);
    --el-input-tag-input-focus-border-color: var(--el-color-primary);
    --el-input-tag-width: 100%;
    --el-input-tag-mini-height: var(--el-component-size);
    --el-input-tag-gap: 6px;
    --el-input-tag-padding: 4px;
    --el-input-tag-inner-padding: 8px;
    --el-input-tag-line-height: 24px;
    box-sizing: border-box;
    cursor: pointer;
    font-size: var(--el-input-tag-font-size);
    padding: var(--el-input-tag-padding);
    width: var(--el-input-tag-width);
    min-height: var(--el-input-tag-mini-height);
    line-height: var(--el-input-tag-line-height);
    border-radius: var(--el-border-radius-base);
    background-color: var(--el-fill-color-blank);
    transition: var(--el-transition-duration);
    box-shadow: 0 0 0 1px var(--el-border-color) inset;
    align-items: center;
    display: flex;
    transform: translate(0)
}

.el-input-tag.is-focused {
    box-shadow: 0 0 0 1px var(--el-color-primary) inset
}

.el-input-tag.is-hovering:not(.is-focused) {
    box-shadow: 0 0 0 1px var(--el-border-color-hover) inset
}

.el-input-tag.is-disabled {
    cursor: not-allowed;
    background-color: var(--el-fill-color-light);
    box-shadow: 0 0 0 1px var(--el-input-tag-disabled-border) inset
}

.el-input-tag.is-disabled:hover {
    box-shadow: 0 0 0 1px var(--el-input-tag-disabled-border) inset
}

.el-input-tag.is-disabled.is-focus {
    box-shadow: 0 0 0 1px var(--el-input-focus-border-color) inset
}

.el-input-tag.is-disabled .el-input-tag__inner .el-input-tag__input,
.el-input-tag.is-disabled .el-input-tag__inner .el-tag {
    cursor: not-allowed
}

.el-input-tag__prefix {
    padding: 0 var(--el-input-tag-inner-padding);
    color: var(--el-input-icon-color, var(--el-text-color-placeholder));
    flex-shrink: 0;
    align-items: center;
    display: flex
}

.el-input-tag__suffix {
    padding: 0 var(--el-input-tag-inner-padding);
    color: var(--el-input-icon-color, var(--el-text-color-placeholder));
    flex-shrink: 0;
    align-items: center;
    gap: 8px;
    display: flex
}

.el-input-tag__collapse-tag {
    line-height: 1
}

.el-input-tag__input-tag-list {
    flex-wrap: wrap;
    flex: 1;
    align-items: center;
    gap: 6px;
    min-width: 0;
    display: flex;
    position: relative
}

.el-input-tag__input-tag-list.is-near {
    margin-left: -8px
}

.el-input-tag__input-tag-list .el-tag {
    cursor: pointer;
    border-color: #0000
}

.el-input-tag__input-tag-list .el-tag.el-tag--plain {
    border-color: var(--el-tag-border-color)
}

.el-input-tag__input-tag-list .el-tag .el-tag__content {
    min-width: 0
}

.el-input-tag__inner {
    align-items: center;
    gap: var(--el-input-tag-gap);
    flex-wrap: wrap;
    flex: 1;
    min-width: 0;
    max-width: 100%;
    display: flex;
    position: relative
}

.el-input-tag__inner.is-left-space {
    margin-left: var(--el-input-tag-inner-padding)
}

.el-input-tag__inner.is-right-space {
    margin-right: var(--el-input-tag-inner-padding)
}

.el-input-tag__inner.is-draggable .el-tag {
    cursor: move;
    -webkit-user-select: none;
    user-select: none
}

.el-input-tag__drop-indicator {
    width: 1px;
    height: var(--el-input-tag-line-height);
    background-color: var(--el-color-primary);
    position: absolute;
    top: 0
}

.el-input-tag__inner .el-tag {
    cursor: pointer;
    border-color: #0000;
    max-width: 100%
}

.el-input-tag__inner .el-tag.el-tag--plain {
    border-color: var(--el-tag-border-color)
}

.el-input-tag__inner .el-tag .el-tag__content {
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
    line-height: normal;
    overflow: hidden
}

.el-input-tag__input-wrapper {
    flex: 1
}

.el-input-tag__input {
    color: var(--el-input-tag-text-color);
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #0000;
    border: none;
    outline: none;
    width: 100%;
    padding: 0
}

.el-input-tag__input::placeholder {
    color: var(--el-input-tag-placeholder-color)
}

.el-input-tag__input-calculator {
    visibility: hidden;
    white-space: pre;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden
}

.el-input-tag--large {
    --el-input-tag-gap: 6px;
    --el-input-tag-padding: 8px;
    --el-input-tag-padding-left: 8px;
    --el-input-tag-font-size: 14px
}

.el-input-tag--small {
    --el-input-tag-gap: 4px;
    --el-input-tag-padding: 2px;
    --el-input-tag-padding-left: 6px;
    --el-input-tag-font-size: 12px;
    --el-input-tag-line-height: 20px;
    --el-input-tag-mini-height: var(--el-component-size-small)
}

.el-input-otp {
    --el-input-otp-text-color: var(--el-text-color-regular);
    --el-input-otp-field-width: calc(var(--el-input-otp-size) - 4px);
    --el-input-otp-gap: 8px;
    --el-input-otp-font-size: 14px;
    --el-input-otp-size: 32px
}

.el-input-otp--large {
    --el-input-otp-gap: 12px;
    --el-input-otp-font-size: 14px;
    --el-input-otp-size: 40px
}

.el-input-otp--small {
    --el-input-otp-gap: 6px;
    --el-input-otp-font-size: 12px;
    --el-input-otp-size: 24px
}

.el-input-otp {
    align-items: center;
    column-gap: var(--el-input-otp-gap);
    font-size: var(--el-input-otp-font-size);
    height: var(--el-input-otp-size);
    flex-wrap: nowrap;
    display: inline-flex
}

.el-input-otp.is-disabled,
.el-input-otp.is-disabled .el-input-otp__input {
    cursor: not-allowed
}

.el-input-otp__input-field {
    width: var(--el-input-otp-field-width, calc(var(--el-input-otp-size) - 4px));
    border-radius: var(--el-border-radius-base);
    height: 100%;
    position: relative
}

.el-input-otp__input {
    text-align: center;
    width: 100%;
    height: 100%;
    line-height: 1;
    font-size: inherit;
    color: var(--el-input-otp-text-color, var(--el-text-color-regular));
    background-color: #0000;
    border: none;
    outline: none;
    padding: 0
}

.el-input-otp.is-disabled .el-input-otp__input {
    color: var(--el-text-color-disabled)
}

.el-input-otp--outlined .el-input-otp__input-field {
    box-shadow: 0 0 0 1px var(--el-border-color) inset
}

@media(hover:hover) {
    .el-input-otp--outlined .el-input-otp__input-field:hover {
        box-shadow: 0 0 0 1px var(--el-color-primary-light-5) inset
    }
}

.el-input-otp--outlined .el-input-otp__input-field:focus-within {
    box-shadow: 0 0 0 1px var(--el-color-primary) inset
}

.el-input-otp--outlined.is-disabled .el-input-otp__input-field {
    background-color: var(--el-fill-color-light)
}

@media(hover:hover) {
    .el-input-otp--outlined.is-disabled .el-input-otp__input-field:hover {
        box-shadow: 0 0 0 1px var(--el-border-color) inset
    }
}

.el-input-otp--filled .el-input-otp__input-field {
    background-color: var(--el-fill-color)
}

@media(hover:hover) {
    .el-input-otp--filled .el-input-otp__input-field:hover {
        background-color: var(--el-fill-color-dark)
    }
}

.el-input-otp--filled .el-input-otp__input-field:focus-within {
    background-color: var(--el-fill-color-blank);
    box-shadow: 0 0 0 1px var(--el-color-primary) inset
}

.el-input-otp--filled.is-disabled .el-input-otp__input-field {
    background-color: var(--el-fill-color-light)
}

@media(hover:hover) {
    .el-input-otp--filled.is-disabled .el-input-otp__input-field:hover {
        background-color: var(--el-fill-color-light)
    }
}

.el-input-otp--underlined .el-input-otp__input-field:after {
    content: "";
    background-color: var(--el-border-color);
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0
}

@media(hover:hover) {
    .el-input-otp--underlined .el-input-otp__input-field:hover:after {
        background-color: var(--el-color-primary-light-5)
    }
}

.el-input-otp--underlined .el-input-otp__input-field:focus-within:after {
    background-color: var(--el-color-primary)
}

@media(hover:hover) {
    .el-input-otp--underlined.is-disabled .el-input-otp__input-field:hover:after {
        background-color: var(--el-border-color)
    }
}

.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);
    vertical-align: middle;
    cursor: pointer;
    font-size: var(--el-link-font-size);
    font-weight: var(--el-link-font-weight);
    color: var(--el-link-text-color);
    outline: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0;
    text-decoration: none;
    display: inline-flex;
    position: relative
}

.el-link.is-hover-underline:hover:after {
    content: "";
    border-bottom: 1px solid var(--el-link-hover-text-color);
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.el-link.is-underline:after {
    content: "";
    border-bottom: 1px solid var(--el-link-text-color);
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.el-link:hover {
    color: var(--el-link-hover-text-color)
}

.el-link:hover:after {
    border-color: var(--el-link-hover-text-color)
}

.el-link [class*=el-icon-]+span {
    margin-left: 5px
}

.el-link__inner {
    justify-content: center;
    align-items: center;
    display: inline-flex
}

.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--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--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--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--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--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.is-disabled {
    color: var(--el-link-disabled-text-color);
    cursor: not-allowed
}

.el-link.is-disabled:after {
    border-color: var(--el-link-disabled-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 {
    z-index: 2000;
    background-color: var(--el-mask-color);
    transition: opacity var(--el-transition-duration);
    margin: 0;
    position: absolute;
    inset: 0
}

.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 {
    margin-top: calc((0px - var(--el-loading-spinner-size)) / 2);
    text-align: center;
    width: 100%;
    position: absolute;
    top: 50%
}

.el-loading-spinner .el-loading-text {
    color: var(--el-color-primary);
    margin: 3px 0;
    font-size: 14px
}

.el-loading-spinner .circular {
    height: var(--el-loading-spinner-size);
    width: var(--el-loading-spinner-size);
    animation: 2s linear infinite loading-rotate;
    display: inline
}

.el-loading-spinner .path {
    stroke-dasharray: 90 150;
    stroke-dashoffset: 0;
    stroke-width: 2px;
    stroke: var(--el-color-primary);
    stroke-linecap: round;
    animation: 1.5s ease-in-out infinite loading-dash
}

.el-loading-spinner i {
    color: var(--el-color-primary)
}

.el-loading-fade-enter-from,
.el-loading-fade-leave-to {
    opacity: 0
}

@keyframes loading-rotate {
    to {
        transform: rotate(360deg)
    }
}

@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;
    box-sizing: border-box;
    padding: var(--el-main-padding);
    flex: auto;
    display: block;
    overflow: auto
}

: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-height: 60px;
    --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);
    background-color: var(--el-menu-bg-color);
    box-sizing: border-box;
    margin: 0;
    padding-left: 0;
    list-style: none;
    position: relative
}

.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-sub-menu__title,
.el-menu--vertical:not(.el-menu--collapse):not(.el-menu--popup-container) .el-menu-item-group__title {
    white-space: nowrap;
    padding-left: calc(var(--el-menu-base-level-padding) + var(--el-menu-level) * var(--el-menu-level-padding))
}

.el-menu:not(.el-menu--collapse) .el-sub-menu__title {
    padding-right: calc(var(--el-menu-base-level-padding) + var(--el-menu-icon-width))
}

.el-menu--horizontal {
    height: var(--el-menu-horizontal-height);
    border-right: none;
    flex-wrap: nowrap;
    display: flex
}

.el-menu--horizontal.el-menu--popup-container {
    height: unset
}

.el-menu--horizontal.el-menu {
    border-bottom: solid 1px var(--el-menu-border-color)
}

.el-menu--horizontal>.el-menu-item {
    height: 100%;
    color: var(--el-menu-text-color);
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    justify-content: center;
    align-items: center;
    margin: 0;
    display: inline-flex
}

.el-menu--horizontal>.el-menu-item a,
.el-menu--horizontal>.el-menu-item a:hover {
    color: inherit
}

.el-menu--horizontal>.el-sub-menu:focus,
.el-menu--horizontal>.el-sub-menu:hover {
    outline: none
}

.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%;
    color: var(--el-menu-text-color);
    border-bottom: 2px solid rgba(0, 0, 0, 0)
}

.el-menu--horizontal>.el-sub-menu .el-sub-menu__title:hover {
    background-color: var(--el-menu-bg-color)
}

.el-menu--horizontal .el-menu .el-menu-item,
.el-menu--horizontal .el-menu .el-sub-menu__title {
    background-color: var(--el-menu-bg-color);
    height: var(--el-menu-horizontal-sub-item-height);
    line-height: var(--el-menu-horizontal-sub-item-height);
    color: var(--el-menu-text-color);
    align-items: center;
    padding: 0 10px;
    display: flex
}

.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-menu-item.is-active:hover,
.el-menu--horizontal .el-menu .el-sub-menu.is-active>.el-sub-menu__title,
.el-menu--horizontal .el-menu .el-sub-menu.is-active>.el-sub-menu__title:hover {
    color: var(--el-menu-active-color)
}

.el-menu--horizontal .el-menu-item:not(.is-disabled):hover,
.el-menu--horizontal .el-menu-item:not(.is-disabled):focus {
    color: var(--el-menu-active-color, var(--el-menu-hover-text-color));
    background-color: var(--el-menu-hover-bg-color);
    outline: none
}

.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-sub-menu>.el-sub-menu__title [class^=el-icon],
.el-menu--collapse>.el-menu-item-group>ul>.el-sub-menu>.el-sub-menu__title [class^=el-icon] {
    vertical-align: middle;
    width: var(--el-menu-icon-width);
    text-align: center;
    margin: 0
}

.el-menu--collapse>.el-menu-item .el-sub-menu__icon-arrow,
.el-menu--collapse>.el-sub-menu>.el-sub-menu__title .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 {
    display: none
}

.el-menu--collapse>.el-menu-item>span,
.el-menu--collapse>.el-sub-menu>.el-sub-menu__title>span,
.el-menu--collapse>.el-menu-item-group>ul>.el-sub-menu>.el-sub-menu__title>span {
    visibility: hidden;
    width: 0;
    height: 0;
    display: inline-block;
    overflow: hidden
}

.el-menu--collapse>.el-menu-item.is-active i {
    color: inherit
}

.el-menu--collapse .el-menu .el-sub-menu {
    min-width: 200px
}

.el-menu--collapse .el-sub-menu.is-active .el-sub-menu__title {
    color: var(--el-menu-active-color)
}

.el-menu--popup {
    z-index: 100;
    border-radius: var(--el-border-radius-small);
    min-width: 200px;
    box-shadow: var(--el-box-shadow-light);
    border: none;
    padding: 5px 0
}

.el-menu .el-icon {
    flex-shrink: 0
}

.el-menu-item {
    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);
    cursor: pointer;
    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;
    align-items: center;
    list-style: none;
    display: flex;
    position: relative
}

.el-menu-item * {
    vertical-align: bottom
}

.el-menu-item i {
    color: inherit
}

.el-menu-item:hover,
.el-menu-item:focus {
    outline: none
}

.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] {
    width: var(--el-menu-icon-width);
    text-align: center;
    vertical-align: middle;
    margin-right: 5px;
    font-size: 18px
}

.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 {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 0 var(--el-menu-base-level-padding);
    align-items: center;
    display: inline-flex;
    position: absolute;
    top: 0;
    left: 0
}

.el-sub-menu {
    margin: 0;
    padding-left: 0;
    list-style: none
}

.el-sub-menu__title {
    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);
    cursor: pointer;
    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;
    align-items: center;
    list-style: none;
    display: flex;
    position: relative
}

.el-sub-menu__title * {
    vertical-align: bottom
}

.el-sub-menu__title i {
    color: inherit
}

.el-sub-menu__title:hover,
.el-sub-menu__title:focus {
    outline: none
}

.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.el-sub-menu__hide-arrow .el-sub-menu__title {
    padding-right: var(--el-menu-base-level-padding)
}

.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-sub-menu__title,
.el-sub-menu.is-disabled .el-menu-item {
    opacity: .25;
    cursor: not-allowed;
    background: 0 0 !important
}

.el-sub-menu .el-icon {
    vertical-align: middle;
    width: var(--el-menu-icon-width);
    text-align: center;
    margin-right: 5px;
    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 {
    top: 50%;
    right: var(--el-menu-base-level-padding);
    transition: transform var(--el-transition-duration);
    width: inherit;
    margin-top: -6px;
    margin-right: 0;
    font-size: 12px;
    position: absolute
}

.el-menu-item-group>ul {
    padding: 0
}

.el-menu-item-group__title {
    padding: 7px 0 7px var(--el-menu-base-level-padding);
    color: var(--el-text-color-secondary);
    font-size: 12px;
    line-height: normal
}

.horizontal-collapse-transition .el-sub-menu__title .el-sub-menu__icon-arrow {
    transition: var(--el-transition-duration-fast);
    opacity: 0
}

.el-popper,
.el-menu--popup-container,
.el-menu {
    outline: none
}

.el-message-box {
    --el-messagebox-title-color: var(--el-text-color-primary);
    --el-messagebox-width: 420px;
    --el-messagebox-border-radius: 4px;
    --el-messagebox-box-shadow: var(--el-box-shadow);
    --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: 12px;
    --el-messagebox-font-line-height: var(--el-font-line-height-primary);
    max-width: var(--el-messagebox-width);
    width: 100%;
    padding: var(--el-messagebox-padding-primary);
    vertical-align: middle;
    background-color: var(--el-bg-color);
    border-radius: var(--el-messagebox-border-radius);
    font-size: var(--el-messagebox-font-size);
    box-shadow: var(--el-messagebox-box-shadow);
    text-align: left;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
    overflow-wrap: break-word;
    display: inline-block;
    position: relative;
    overflow: hidden
}

.el-message-box:focus {
    outline: none !important
}

.is-message-box .el-overlay-message-box {
    text-align: center;
    padding: 16px;
    position: fixed;
    inset: 0;
    overflow: auto
}

.is-message-box .el-overlay-message-box:after {
    content: "";
    vertical-align: middle;
    width: 0;
    height: 100%;
    display: inline-block
}

.el-message-box.is-draggable .el-message-box__header {
    cursor: move;
    -webkit-user-select: none;
    user-select: none
}

.el-message-box__header {
    padding-bottom: var(--el-messagebox-padding-primary)
}

.el-message-box__header.show-close {
    padding-right: calc(var(--el-messagebox-padding-primary) + var(--el-message-close-size, 16px))
}

.el-message-box__title {
    font-size: var(--el-messagebox-font-size);
    line-height: var(--el-messagebox-font-line-height);
    color: var(--el-messagebox-title-color)
}

.el-message-box__headerbtn {
    width: 40px;
    height: 40px;
    font-size: var(--el-message-close-size, 16px);
    cursor: pointer;
    background: 0 0;
    border: none;
    outline: none;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0
}

.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 {
    color: var(--el-messagebox-content-color);
    font-size: var(--el-messagebox-content-font-size)
}

.el-message-box__container {
    align-items: center;
    gap: 12px;
    display: flex
}

.el-message-box__input {
    padding-top: 12px
}

.el-message-box__input div.invalid>input,
.el-message-box__input div.invalid>input:focus {
    border-color: var(--el-color-error)
}

.el-message-box__status {
    font-size: 24px
}

.el-message-box__status.el-message-box-icon--primary {
    --el-messagebox-color: var(--el-color-primary);
    color: var(--el-messagebox-color)
}

.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 {
    min-width: 0;
    margin: 0
}

.el-message-box__message p {
    line-height: var(--el-messagebox-font-line-height);
    margin: 0
}

.el-message-box__errormsg {
    color: var(--el-color-error);
    font-size: var(--el-messagebox-error-font-size);
    line-height: var(--el-messagebox-font-line-height)
}

.el-message-box__btns {
    padding-top: var(--el-messagebox-padding-primary);
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    display: flex
}

.el-message-box--center .el-message-box__title {
    justify-content: center;
    align-items: center;
    gap: 6px;
    display: flex
}

.el-message-box--center .el-message-box__status {
    font-size: inherit
}

.el-message-box--center .el-message-box__btns,
.el-message-box--center .el-message-box__container {
    justify-content: center
}

.el-message-box-parent--hidden {
    overflow: hidden
}

.fade-in-linear-enter-active .el-overlay-message-box {
    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
}

@keyframes msgbox-fade-in {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }

    to {
        opacity: 1;
        transform: translate(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: 11px 15px;
    --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);
    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);
    background-color: var(--el-message-bg-color);
    width: max-content;
    max-width: calc(100% - 32px);
    transition: opacity var(--el-transition-duration), transform .4s, top .4s, bottom .4s;
    padding: var(--el-message-padding);
    align-items: center;
    gap: 8px;
    display: flex;
    position: fixed
}

.el-message.is-left {
    left: 16px
}

.el-message.is-right {
    right: 16px
}

.el-message.is-center {
    left: 50%;
    transform: translate(-50%)
}

.el-message.is-plain {
    background-color: var(--el-bg-color-overlay);
    border-color: var(--el-bg-color-overlay);
    box-shadow: var(--el-box-shadow-light)
}

.el-message p {
    margin: 0
}

.el-message--primary {
    --el-message-bg-color: var(--el-color-primary-light-9);
    --el-message-border-color: var(--el-color-primary-light-8);
    --el-message-text-color: var(--el-color-primary)
}

.el-message--primary .el-message__content {
    color: var(--el-message-text-color);
    overflow-wrap: break-word
}

.el-message .el-message-icon--primary {
    color: var(--el-message-text-color)
}

.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: break-word
}

.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: break-word
}

.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: break-word
}

.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: break-word
}

.el-message .el-message-icon--error {
    color: var(--el-message-text-color)
}

.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 {
    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
}

.el-message-fade-enter-from.is-left,
.el-message-fade-enter-from.is-right,
.el-message-fade-leave-to.is-left,
.el-message-fade-leave-to.is-right {
    transform: translateY(-100%)
}

.el-message-fade-enter-from.is-left.is-bottom,
.el-message-fade-enter-from.is-right.is-bottom,
.el-message-fade-leave-to.is-left.is-bottom,
.el-message-fade-leave-to.is-right.is-bottom {
    transform: translateY(100%)
}

.el-message-fade-enter-from.is-center,
.el-message-fade-leave-to.is-center {
    transform: translate(-50%, -100%)
}

.el-message-fade-enter-from.is-center.is-bottom,
.el-message-fade-leave-to.is-center.is-bottom {
    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);
    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);
    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: break-word;
    z-index: 9999;
    display: flex;
    position: fixed;
    overflow: hidden
}

.el-notification.right {
    right: 16px
}

.el-notification.left {
    left: 16px
}

.el-notification__group {
    min-width: 0;
    margin-left: var(--el-notification-group-margin-left);
    margin-right: var(--el-notification-group-margin-right);
    flex: 1
}

.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);
    color: var(--el-notification-content-color);
    margin: 6px 0 0;
    line-height: 24px
}

.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);
    flex-shrink: 0
}

.el-notification .el-notification__closeBtn {
    cursor: pointer;
    color: var(--el-notification-close-color);
    font-size: var(--el-notification-close-font-size);
    position: absolute;
    top: 18px;
    right: 15px
}

.el-notification .el-notification__closeBtn:hover {
    color: var(--el-notification-close-hover-color)
}

.el-notification .el-notification--primary {
    --el-notification-icon-color: var(--el-color-primary);
    color: var(--el-notification-icon-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 {
    z-index: 2000;
    background-color: var(--el-overlay-color-lighter);
    height: 100%;
    position: fixed;
    inset: 0;
    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 {
    justify-content: space-between;
    align-items: center;
    line-height: 24px;
    display: flex
}

.el-page-header__left {
    align-items: center;
    margin-right: 40px;
    display: flex;
    position: relative
}

.el-page-header__back {
    cursor: pointer;
    align-items: center;
    display: flex
}

.el-page-header__left .el-divider--vertical {
    margin: 0 16px
}

.el-page-header__icon {
    align-items: center;
    margin-right: 10px;
    font-size: 16px;
    display: flex
}

.el-page-header__icon .el-icon {
    font-size: inherit
}

.el-page-header__title {
    font-size: 14px;
    font-weight: 500
}

.el-page-header__content {
    color: var(--el-text-color-primary);
    font-size: 18px
}

.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-button-width-large: 40px;
    --el-pagination-button-height-large: 40px;
    --el-pagination-item-gap: 16px;
    white-space: nowrap;
    color: var(--el-pagination-text-color);
    font-size: var(--el-pagination-font-size);
    align-items: center;
    font-weight: 400;
    display: flex
}

.el-pagination .el-input__inner {
    text-align: center;
    -moz-appearance: textfield
}

.el-pagination .el-select {
    width: 128px
}

.el-pagination .btn-prev,
.el-pagination .btn-next {
    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);
    border-radius: var(--el-pagination-border-radius);
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
    border: none;
    justify-content: center;
    align-items: center;
    padding: 0 4px;
    display: flex
}

.el-pagination .btn-prev *,
.el-pagination .btn-next * {
    pointer-events: none
}

.el-pagination .btn-prev:focus,
.el-pagination .btn-next:focus {
    outline: none
}

.el-pagination .btn-prev:hover,
.el-pagination .btn-next:hover {
    color: var(--el-pagination-hover-color)
}

.el-pagination .btn-prev.is-active,
.el-pagination .btn-next.is-active {
    color: var(--el-pagination-hover-color);
    cursor: default;
    font-weight: 700
}

.el-pagination .btn-prev.is-active.is-disabled,
.el-pagination .btn-next.is-active.is-disabled {
    color: var(--el-text-color-secondary);
    font-weight: 700
}

.el-pagination .btn-prev:disabled,
.el-pagination .btn-prev.is-disabled,
.el-pagination .btn-next:disabled,
.el-pagination .btn-next.is-disabled {
    color: var(--el-pagination-button-disabled-color);
    background-color: var(--el-pagination-button-disabled-bg-color);
    cursor: not-allowed
}

.el-pagination .btn-prev:focus-visible {
    outline: 1px solid var(--el-pagination-hover-color);
    outline-offset: -1px
}

.el-pagination .btn-next:focus-visible {
    outline: 1px solid var(--el-pagination-hover-color);
    outline-offset: -1px
}

.el-pagination .btn-prev .el-icon,
.el-pagination .btn-next .el-icon {
    width: inherit;
    font-size: 12px;
    font-weight: 700;
    display: block
}

.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);
    color: var(--el-text-color-regular);
    font-weight: 400
}

.el-pagination__total[disabled=true] {
    color: var(--el-text-color-placeholder)
}

.el-pagination__jump {
    margin-left: var(--el-pagination-item-gap);
    color: var(--el-text-color-regular);
    align-items: center;
    font-weight: 400;
    display: flex
}

.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 {
    -webkit-appearance: none;
    margin: 0
}

.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;
    justify-content: flex-end;
    align-items: center;
    display: flex
}

.el-pagination.is-background .btn-prev,
.el-pagination.is-background .btn-next,
.el-pagination.is-background .el-pager li {
    background-color: var(--el-pagination-button-bg-color);
    margin: 0 4px
}

.el-pagination.is-background .btn-prev.is-active,
.el-pagination.is-background .btn-next.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-prev:disabled,
.el-pagination.is-background .btn-prev.is-disabled,
.el-pagination.is-background .btn-next:disabled,
.el-pagination.is-background .btn-next.is-disabled,
.el-pagination.is-background .el-pager li:disabled,
.el-pagination.is-background .el-pager li.is-disabled {
    color: var(--el-text-color-placeholder);
    background-color: var(--el-disabled-bg-color)
}

.el-pagination.is-background .btn-prev:disabled.is-active,
.el-pagination.is-background .btn-prev.is-disabled.is-active,
.el-pagination.is-background .btn-next:disabled.is-active,
.el-pagination.is-background .btn-next.is-disabled.is-active,
.el-pagination.is-background .el-pager li:disabled.is-active,
.el-pagination.is-background .el-pager li.is-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-prev,
.el-pagination--small .btn-next,
.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 span:not([class*=suffix]),
.el-pagination--small button {
    font-size: var(--el-pagination-font-size-small)
}

.el-pagination--small .el-select {
    width: 100px
}

.el-pagination--large .btn-prev,
.el-pagination--large .btn-next,
.el-pagination--large .el-pager li {
    height: var(--el-pagination-button-height-large);
    line-height: var(--el-pagination-button-height-large);
    min-width: var(--el-pagination-button-width-large)
}

.el-pagination--large .el-select .el-input {
    width: 160px
}

.el-pager {
    -webkit-user-select: none;
    user-select: none;
    align-items: center;
    margin: 0;
    padding: 0;
    font-size: 0;
    list-style: none;
    display: flex
}

.el-pager li {
    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);
    border-radius: var(--el-pagination-border-radius);
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
    border: none;
    justify-content: center;
    align-items: center;
    padding: 0 4px;
    display: flex
}

.el-pager li * {
    pointer-events: none
}

.el-pager li:focus {
    outline: none
}

.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 {
    color: var(--el-text-color-secondary);
    font-weight: 700
}

.el-pager li:disabled,
.el-pager li.is-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 {
    outline: none
}

.el-popconfirm__main {
    align-items: center;
    display: flex
}

.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);
    border-radius: var(--el-popover-border-radius);
    border: 1px solid var(--el-popover-border-color);
    min-width: 150px;
    padding: var(--el-popover-padding);
    z-index: var(--el-index-popper);
    color: var(--el-text-color-regular);
    line-height: 1.4;
    font-size: var(--el-popover-font-size);
    box-shadow: var(--el-box-shadow-light);
    overflow-wrap: break-word;
    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);
    margin-bottom: 12px;
    line-height: 1
}

.el-popover__reference:focus:not(.focusing),
.el-popover__reference:focus:hover {
    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:active,
.el-popover.el-popper:focus {
    outline-width: 0
}

.el-progress {
    align-items: center;
    line-height: 1;
    display: flex;
    position: relative
}

.el-progress__text {
    color: var(--el-text-color-regular);
    min-width: 50px;
    margin-left: 5px;
    font-size: 14px;
    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 {
    text-align: center;
    width: 100%;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 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 {
    margin-right: 0;
    padding-right: 0;
    display: block
}

.el-progress--text-inside .el-progress-bar {
    margin-right: 0;
    padding-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 {
    box-sizing: border-box;
    flex-grow: 1
}

.el-progress-bar__outer {
    background-color: var(--el-border-color-lighter);
    vertical-align: middle;
    border-radius: 100px;
    height: 6px;
    position: relative;
    overflow: hidden
}

.el-progress-bar__inner {
    background-color: var(--el-color-primary);
    text-align: right;
    white-space: nowrap;
    border-radius: 100px;
    height: 100%;
    line-height: 1;
    transition: width .6s;
    position: absolute;
    top: 0;
    left: 0
}

.el-progress-bar__inner:after {
    content: "";
    vertical-align: middle;
    height: 100%;
    display: inline-block
}

.el-progress-bar__inner--indeterminate {
    animation: 3s infinite indeterminate;
    transform: translateZ(0)
}

.el-progress-bar__inner--striped {
    background-image: linear-gradient(45deg, #0000001a 25%, #0000 25% 50%, #0000001a 50% 75%, #0000 75%, #0000);
    background-size: 1.25em 1.25em
}

.el-progress-bar__inner--striped.el-progress-bar__inner--striped-flow {
    animation: 3s linear infinite striped-flow
}

.el-progress-bar__innerText {
    vertical-align: middle;
    color: #fff;
    margin: 0 5px;
    font-size: 12px;
    display: inline-block
}

@keyframes progress {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 32px 0
    }
}

@keyframes indeterminate {
    0% {
        left: -100%
    }

    to {
        left: 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);
    outline: none;
    display: inline-block;
    position: relative
}

.el-radio-button__inner {
    white-space: nowrap;
    vertical-align: middle;
    background: var(--el-button-bg-color, var(--el-fill-color-blank));
    outline: var(--el-border);
    line-height: 1;
    font-weight: var(--el-button-font-weight, var(--el-font-weight-primary));
    color: var(--el-button-text-color, var(--el-text-color-regular));
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
    transition: var(--el-transition-all);
    -webkit-user-select: none;
    user-select: none;
    font-size: var(--el-font-size-base);
    border-radius: 0;
    margin: 0;
    padding: 8px 15px;
    display: inline-block;
    position: relative
}

.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-radius: var(--el-border-radius-base) 0 0 var(--el-border-radius-base);
    box-shadow: none !important
}

.el-radio-button.is-active .el-radio-button__original-radio:not(:disabled)+.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 {
    opacity: 0;
    z-index: -1;
    outline: none;
    position: absolute
}

.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 {
    font-size: var(--el-font-size-base);
    border-radius: 0;
    padding: 12px 19px
}

.el-radio-button--large .el-radio-button__inner.is-round {
    padding: 12px 19px
}

.el-radio-button--small .el-radio-button__inner {
    border-radius: 0;
    padding: 5px 11px;
    font-size: 12px
}

.el-radio-button--small .el-radio-button__inner.is-round {
    padding: 5px 11px
}

.el-radio-group {
    flex-wrap: wrap;
    align-items: center;
    font-size: 0;
    display: inline-flex
}

.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);
    color: var(--el-radio-text-color);
    font-weight: var(--el-radio-font-weight);
    cursor: pointer;
    white-space: nowrap;
    font-size: var(--el-font-size-base);
    -webkit-user-select: none;
    user-select: none;
    outline: none;
    align-items: center;
    height: 32px;
    margin-right: 30px;
    display: inline-flex;
    position: relative
}

.el-radio.el-radio--large {
    height: 40px
}

.el-radio.el-radio--small {
    height: 24px
}

.el-radio.is-bordered {
    border-radius: var(--el-border-radius-base);
    border: var(--el-border);
    box-sizing: border-box;
    padding: 0 15px 0 9px
}

.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 {
    border-radius: var(--el-border-radius-base);
    padding: 0 19px 0 11px
}

.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 {
    width: 14px;
    height: 14px
}

.el-radio.is-bordered.el-radio--small {
    border-radius: var(--el-border-radius-base);
    padding: 0 11px 0 7px
}

.el-radio.is-bordered.el-radio--small .el-radio__label {
    font-size: 12px
}

.el-radio.is-bordered.el-radio--small .el-radio__inner {
    width: 12px;
    height: 12px
}

.el-radio:last-child {
    margin-right: 0
}

.el-radio__input {
    white-space: nowrap;
    cursor: pointer;
    vertical-align: middle;
    outline: none;
    display: inline-flex;
    position: relative
}

.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 {
    background-color: var(--el-color-white);
    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);
    cursor: pointer;
    box-sizing: border-box;
    transition: all .3s;
    display: inline-block;
    position: relative
}

.el-radio__inner:hover {
    border-color: var(--el-radio-input-border-color-hover)
}

.el-radio__inner:after {
    border-radius: var(--el-radio-input-border-radius);
    content: "";
    width: 4px;
    height: 4px;
    transition: transform .15s ease-in;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0)
}

.el-radio__original {
    opacity: 0;
    z-index: -1;
    outline: none;
    margin: 0;
    position: absolute;
    inset: 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-outline-color: var(--el-color-primary-light-5);
    align-items: center;
    height: 32px;
    display: inline-flex
}

.el-rate:focus,
.el-rate:active {
    outline: none
}

.el-rate:focus-visible .el-rate__item .el-rate__icon.is-focus-visible {
    outline: 2px solid var(--el-rate-outline-color);
    transition: outline-offset, outline
}

.el-rate__item {
    cursor: pointer;
    vertical-align: middle;
    color: var(--el-rate-void-color);
    font-size: 0;
    line-height: normal;
    display: inline-block;
    position: relative
}

.el-rate .el-rate__icon {
    font-size: var(--el-rate-icon-size);
    margin-right: var(--el-rate-icon-margin);
    transition: var(--el-transition-duration);
    display: inline-block;
    position: relative
}

.el-rate .el-rate__icon.hover {
    transform: scale(1.15)
}

.el-rate .el-rate__icon .path2 {
    position: absolute;
    top: 0;
    left: 0
}

.el-rate .el-rate__icon.is-active {
    color: var(--el-rate-fill-color)
}

.el-rate__decimal {
    color: var(--el-rate-fill-color);
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden
}

.el-rate__decimal--box {
    position: absolute;
    top: 0;
    left: 0
}

.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: not-allowed;
    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;
    text-align: center;
    box-sizing: border-box;
    padding: var(--el-result-padding);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex
}

.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 {
    font-size: var(--el-result-title-font-size);
    color: var(--el-text-color-primary);
    margin: 0;
    line-height: 1.3
}

.el-result__subtitle {
    margin-top: var(--el-result-subtitle-margin-top)
}

.el-result__subtitle p {
    font-size: var(--el-font-size-base);
    color: var(--el-text-color-regular);
    margin: 0;
    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 {
    box-sizing: border-box;
    flex-wrap: wrap;
    display: flex;
    position: relative
}

.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-top {
    align-items: flex-start
}

.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);
    height: 100%;
    position: relative;
    overflow: hidden
}

.el-scrollbar__wrap {
    height: 100%;
    overflow: auto
}

.el-scrollbar__wrap--hidden-default {
    scrollbar-width: none
}

.el-scrollbar__wrap--hidden-default::-webkit-scrollbar {
    display: none
}

.el-scrollbar__thumb {
    cursor: pointer;
    border-radius: inherit;
    background-color: var(--el-scrollbar-bg-color, var(--el-text-color-secondary));
    width: 0;
    height: 0;
    transition: var(--el-transition-duration) background-color;
    opacity: var(--el-scrollbar-opacity, .3);
    display: block;
    position: relative
}

.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 {
    z-index: 1;
    border-radius: 4px;
    position: absolute;
    bottom: 2px;
    right: 2px
}

.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__loading,
.el-select-dropdown__empty {
    text-align: center;
    color: var(--el-text-color-secondary);
    font-size: var(--el-select-font-size);
    margin: 0;
    padding: 10px 0
}

.el-select-dropdown__wrap {
    max-height: 274px
}

.el-select-dropdown__list {
    box-sizing: border-box;
    margin: 0;
    padding: 6px 0;
    list-style: none
}

.el-select-dropdown__list.el-vl__window {
    margin: 6px 0;
    padding: 0
}

.el-select-dropdown__header {
    border-bottom: 1px solid var(--el-border-color-light);
    padding: 10px
}

.el-select-dropdown__footer {
    border-top: 1px solid var(--el-border-color-light);
    padding: 10px
}

.el-select-dropdown__item {
    font-size: var(--el-font-size-base);
    white-space: nowrap;
    text-overflow: ellipsis;
    color: var(--el-text-color-regular);
    box-sizing: border-box;
    cursor: pointer;
    height: 34px;
    padding: 0 32px 0 20px;
    line-height: 34px;
    position: relative;
    overflow: hidden
}

.el-select-dropdown__item.is-hovering {
    background-color: var(--el-fill-color-light)
}

.el-select-dropdown__item.is-selected {
    color: var(--el-color-primary);
    font-weight: 700
}

.el-select-dropdown__item.is-disabled {
    color: var(--el-text-color-placeholder);
    cursor: not-allowed;
    background-color: unset
}

.el-select-dropdown.is-multiple .el-select-dropdown__item.is-selected:after {
    content: "";
    background-position: 50%;
    background-repeat: no-repeat;
    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") 0 0/100% 100% 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") 0 0/100% 100% no-repeat;
    border-top: none;
    border-right: none;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -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") 0 0/100% 100% no-repeat
}

.el-select-dropdown.is-multiple .el-select-dropdown__item.is-disabled:after {
    background-color: var(--el-text-color-placeholder)
}

.el-select-group {
    margin: 0;
    padding: 0
}

.el-select-group__wrap {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative
}

.el-select-group__title {
    box-sizing: border-box;
    color: var(--el-color-info);
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 20px;
    font-size: 12px;
    line-height: 34px;
    overflow: hidden
}

.el-select-group .el-select-dropdown__item {
    padding-left: 20px
}

.el-select {
    --el-select-border-color-hover: var(--el-border-color-hover);
    --el-select-disabled-color: var(--el-disabled-text-color);
    --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-width: 100%;
    vertical-align: middle;
    width: var(--el-select-width);
    display: inline-block;
    position: relative
}

.el-select__wrapper {
    box-sizing: border-box;
    cursor: pointer;
    text-align: left;
    border-radius: var(--el-border-radius-base);
    background-color: var(--el-fill-color-blank);
    min-height: 32px;
    transition: var(--el-transition-duration);
    box-shadow: 0 0 0 1px var(--el-border-color) inset;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    position: relative;
    transform: translate(0)
}

.el-select__wrapper.is-filterable {
    cursor: text
}

.el-select__wrapper.is-focused {
    box-shadow: 0 0 0 1px var(--el-color-primary) inset
}

.el-select__wrapper.is-hovering:not(.is-focused) {
    box-shadow: 0 0 0 1px var(--el-border-color-hover) inset
}

.el-select__wrapper.is-disabled {
    cursor: not-allowed;
    background-color: var(--el-fill-color-light);
    color: var(--el-text-color-placeholder);
    box-shadow: 0 0 0 1px var(--el-select-disabled-border) inset
}

.el-select__wrapper.is-disabled:hover {
    box-shadow: 0 0 0 1px var(--el-select-disabled-border) inset
}

.el-select__wrapper.is-disabled.is-focus {
    box-shadow: 0 0 0 1px var(--el-input-focus-border-color) inset
}

.el-select__wrapper.is-disabled .el-select__selected-item {
    color: var(--el-select-disabled-color)
}

.el-select__wrapper.is-disabled .el-select__caret,
.el-select__wrapper.is-disabled .el-tag,
.el-select__wrapper.is-disabled input {
    cursor: not-allowed
}

.el-select__wrapper.is-disabled .el-select__prefix,
.el-select__wrapper.is-disabled .el-select__suffix {
    pointer-events: none
}

.el-select__prefix,
.el-select__suffix {
    color: var(--el-input-icon-color, var(--el-text-color-placeholder));
    flex-shrink: 0;
    align-items: center;
    gap: 6px;
    display: flex
}

.el-select__caret {
    color: var(--el-select-input-color);
    font-size: var(--el-select-input-font-size);
    transition: var(--el-transition-duration);
    cursor: pointer;
    transform: rotate(0)
}

.el-select__caret.is-reverse {
    transform: rotate(180deg)
}

.el-select__clear {
    cursor: pointer
}

.el-select__clear:hover {
    color: var(--el-select-close-hover-color)
}

.el-select__selection {
    flex-wrap: wrap;
    flex: 1;
    align-items: center;
    gap: 6px;
    min-width: 0;
    display: flex;
    position: relative
}

.el-select__selection.is-near {
    margin-left: -8px
}

.el-select__selection .el-tag {
    cursor: pointer;
    border-color: #0000
}

.el-select__selection .el-tag.el-tag--plain {
    border-color: var(--el-tag-border-color)
}

.el-select__selection .el-tag .el-tag__content {
    min-width: 0
}

.el-select__selected-item {
    -webkit-user-select: none;
    user-select: none;
    flex-wrap: wrap;
    display: flex
}

.el-select__tags-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: normal;
    display: block;
    overflow: hidden
}

.el-select__placeholder {
    z-index: -1;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    color: var(--el-input-text-color, var(--el-text-color-regular));
    display: block;
    position: absolute;
    top: 50%;
    overflow: hidden;
    transform: translateY(-50%)
}

.el-select__placeholder.is-transparent {
    -webkit-user-select: none;
    user-select: none;
    color: var(--el-text-color-placeholder)
}

.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: #0000;
    border-left-color: #0000
}

.el-select__popper.el-popper[data-popper-placement^=bottom] .el-popper__arrow:before {
    border-bottom-color: #0000;
    border-right-color: #0000
}

.el-select__popper.el-popper[data-popper-placement^=left] .el-popper__arrow:before {
    border-bottom-color: #0000;
    border-left-color: #0000
}

.el-select__popper.el-popper[data-popper-placement^=right] .el-popper__arrow:before {
    border-top-color: #0000;
    border-right-color: #0000
}

.el-select__input-wrapper {
    flex: 1
}

.el-select__input-wrapper.is-hidden {
    opacity: 0;
    z-index: -1;
    position: absolute
}

.el-select__input {
    color: var(--el-select-multiple-input-color);
    font-size: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #0000;
    border: none;
    outline: none;
    width: 100%;
    height: 24px;
    padding: 0;
    font-family: inherit
}

.el-select__input-calculator {
    visibility: hidden;
    white-space: pre;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden
}

.el-select--large .el-select__wrapper {
    gap: 6px;
    min-height: 40px;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 24px
}

.el-select--large .el-select__selection {
    gap: 6px
}

.el-select--large .el-select__selection.is-near {
    margin-left: -8px
}

.el-select--large .el-select__prefix,
.el-select--large .el-select__suffix {
    gap: 6px
}

.el-select--large .el-select__input {
    height: 24px
}

.el-select--small .el-select__wrapper {
    gap: 4px;
    min-height: 24px;
    padding: 2px 8px;
    font-size: 12px;
    line-height: 20px
}

.el-select--small .el-select__selection {
    gap: 4px
}

.el-select--small .el-select__selection.is-near {
    margin-left: -6px
}

.el-select--small .el-select__prefix,
.el-select--small .el-select__suffix {
    gap: 4px
}

.el-select--small .el-select__input {
    height: 20px
}

.el-skeleton {
    --el-skeleton-circle-size: var(--el-avatar-size)
}

.el-skeleton__item {
    background: var(--el-skeleton-color);
    border-radius: var(--el-border-radius-base);
    width: 100%;
    height: 16px;
    display: inline-block
}

.el-skeleton__circle {
    width: var(--el-skeleton-circle-size);
    height: var(--el-skeleton-circle-size);
    line-height: var(--el-skeleton-circle-size);
    border-radius: 50%
}

.el-skeleton__button {
    border-radius: 4px;
    width: 64px;
    height: 40px
}

.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;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    display: flex
}

.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)
}

@keyframes el-skeleton-loading {
    0% {
        background-position: 100%
    }

    to {
        background-position: 0
    }
}

.el-skeleton {
    width: 100%
}

.el-skeleton__first-line,
.el-skeleton__paragraph {
    background: var(--el-skeleton-color);
    height: 16px;
    margin-top: 16px
}

.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%;
    animation: 1.4s infinite el-skeleton-loading
}

.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;
    align-items: center;
    width: 100%;
    height: 32px;
    display: flex
}

.el-slider__runway {
    height: var(--el-slider-height);
    background-color: var(--el-slider-runway-bg-color);
    border-radius: var(--el-slider-border-radius);
    cursor: pointer;
    flex: 1;
    position: relative
}

.el-slider__runway.show-input {
    width: auto;
    margin-right: 30px
}

.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:hover,
.el-slider__runway.is-disabled .el-slider__button.hover,
.el-slider__runway.is-disabled .el-slider__button.dragging {
    cursor: not-allowed;
    transform: scale(1)
}

.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);
    z-index: 1;
    top: var(--el-slider-button-wrapper-offset);
    text-align: center;
    -webkit-user-select: none;
    user-select: none;
    background-color: #0000;
    outline: none;
    line-height: normal;
    position: absolute;
    transform: translate(-50%)
}

.el-slider__button-wrapper:after {
    content: "";
    vertical-align: middle;
    height: 100%;
    display: inline-block
}

.el-slider__button-wrapper:hover,
.el-slider__button-wrapper.hover {
    cursor: grab
}

.el-slider__button-wrapper.dragging {
    cursor: grabbing
}

.el-slider__button {
    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);
    box-sizing: border-box;
    transition: var(--el-transition-duration-fast);
    -webkit-user-select: none;
    user-select: none;
    border-radius: 50%;
    display: inline-block
}

.el-slider__button:hover,
.el-slider__button.hover,
.el-slider__button.dragging {
    transform: scale(1.2)
}

.el-slider__button:hover,
.el-slider__button.hover {
    cursor: grab
}

.el-slider__button.dragging {
    cursor: grabbing
}

.el-slider__stop {
    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);
    position: absolute;
    transform: translate(-50%)
}

.el-slider__marks {
    width: 18px;
    height: 100%;
    top: 0;
    left: 12px
}

.el-slider__marks-text {
    color: var(--el-color-info);
    white-space: pre;
    margin-top: 15px;
    font-size: 14px;
    position: absolute;
    transform: translate(-50%)
}

.el-slider.is-vertical {
    flex: 0;
    width: auto;
    height: 100%;
    display: inline-flex;
    position: relative
}

.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);
    border-radius: 0 0 3px 3px;
    height: auto
}

.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 {
    vertical-align: top;
    display: inline-flex
}

.el-space__item {
    flex-wrap: wrap;
    display: flex
}

.el-space__item>* {
    flex: 1
}

.el-space--vertical {
    flex-direction: column
}

.el-time-spinner {
    white-space: nowrap;
    width: 100%
}

.el-spinner {
    vertical-align: middle;
    display: inline-block
}

.el-spinner-inner {
    width: 50px;
    height: 50px;
    animation: 2s linear infinite rotate
}

.el-spinner-inner .path {
    stroke: var(--el-border-color-lighter);
    stroke-linecap: round;
    animation: 1.5s ease-in-out infinite dash
}

@keyframes rotate {
    to {
        transform: rotate(360deg)
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1 150;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 90 150;
        stroke-dashoffset: -35px
    }

    to {
        stroke-dasharray: 90 150;
        stroke-dashoffset: -124px
    }
}

.el-step {
    flex-shrink: 1;
    position: relative
}

.el-step:last-of-type .el-step__line {
    display: none
}

.el-step:last-of-type.is-flex {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto !important
}

.el-step:last-of-type .el-step__main,
.el-step:last-of-type .el-step__description {
    padding-right: 0
}

.el-step__head {
    width: 100%;
    position: relative
}

.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 {
    z-index: 1;
    box-sizing: border-box;
    background: var(--el-bg-color);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    font-size: 14px;
    transition: all .15s ease-out;
    display: inline-flex;
    position: relative
}

.el-step__icon.is-text {
    border: 2px solid;
    border-radius: 50%
}

.el-step__icon.is-icon {
    width: 40px
}

.el-step__icon-inner {
    -webkit-user-select: none;
    user-select: none;
    text-align: center;
    color: inherit;
    font-weight: 700;
    line-height: 1;
    display: inline-block
}

.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 {
    background-color: var(--el-text-color-placeholder);
    border-color: currentColor;
    position: absolute
}

.el-step__line-inner {
    box-sizing: border-box;
    border: 1px solid;
    width: 0;
    height: 0;
    transition: all .15s ease-out;
    display: block
}

.el-step__main {
    white-space: normal;
    text-align: left
}

.el-step__title {
    font-size: 16px;
    line-height: 38px
}

.el-step__title.is-process {
    color: var(--el-text-color-primary);
    font-weight: 700
}

.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 {
    margin-top: -5px;
    padding-right: 10%;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px
}

.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 {
    flex-grow: 1;
    padding-left: 10px
}

.el-step.is-vertical .el-step__title {
    padding-bottom: 8px;
    line-height: 24px
}

.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-vertical .el-step__description {
    padding-right: 0
}

.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 {
    align-items: center;
    display: flex
}

.el-step.is-simple .el-step__head {
    width: auto;
    padding-right: 10px;
    font-size: 0
}

.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 {
    flex-grow: 1;
    align-items: stretch;
    display: flex;
    position: relative
}

.el-step.is-simple .el-step__title {
    font-size: 16px;
    line-height: 20px
}

.el-step.is-simple:not(:last-of-type) .el-step__title {
    overflow-wrap: break-word;
    max-width: 50%
}

.el-step.is-simple .el-step__arrow {
    flex-grow: 1;
    justify-content: center;
    align-items: center;
    display: flex
}

.el-step.is-simple .el-step__arrow:before,
.el-step.is-simple .el-step__arrow:after {
    content: "";
    background: var(--el-text-color-placeholder);
    width: 1px;
    height: 15px;
    display: inline-block;
    position: absolute
}

.el-step.is-simple .el-step__arrow:before {
    transform-origin: 0 0;
    transform: rotate(-45deg) translateY(-4px)
}

.el-step.is-simple .el-step__arrow:after {
    transform-origin: 100% 100%;
    transform: rotate(45deg) translateY(4px)
}

.el-step.is-simple:last-of-type .el-step__arrow {
    display: none
}

.el-steps {
    line-height: normal;
    display: flex
}

.el-steps--simple {
    background: var(--el-fill-color-light);
    border-radius: 4px;
    padding: 13px 8%
}

.el-steps--horizontal {
    white-space: nowrap
}

.el-steps--vertical {
    flex-flow: column;
    height: 100%
}

.el-switch {
    --el-switch-on-color: var(--el-color-primary);
    --el-switch-off-color: var(--el-border-color);
    vertical-align: middle;
    align-items: center;
    height: 32px;
    font-size: 14px;
    line-height: 20px;
    display: inline-flex;
    position: relative
}

.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);
    cursor: pointer;
    vertical-align: middle;
    height: 20px;
    color: var(--el-text-color-primary);
    font-size: 14px;
    font-weight: 500;
    display: inline-block
}

.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 * {
    font-size: 14px;
    line-height: 1;
    display: inline-block
}

.el-switch__label .el-icon {
    height: inherit
}

.el-switch__label .el-icon svg {
    vertical-align: middle
}

.el-switch__input {
    opacity: 0;
    width: 0;
    height: 0;
    margin: 0;
    position: absolute
}

.el-switch__input:focus-visible~.el-switch__core {
    outline: 2px solid var(--el-switch-on-color);
    outline-offset: 1px
}

.el-switch__core {
    border: 1px solid var(--el-switch-border-color, var(--el-switch-off-color));
    box-sizing: border-box;
    background: var(--el-switch-off-color);
    cursor: pointer;
    min-width: 40px;
    height: 20px;
    transition: border-color var(--el-transition-duration), background-color var(--el-transition-duration);
    border-radius: 10px;
    outline: none;
    align-items: center;
    display: inline-flex;
    position: relative
}

.el-switch__core .el-switch__inner {
    width: 100%;
    transition: all var(--el-transition-duration);
    justify-content: center;
    align-items: center;
    height: 16px;
    padding: 0 4px 0 18px;
    display: flex;
    overflow: hidden
}

.el-switch__core .el-switch__inner-wrapper {
    color: var(--el-color-white);
    -webkit-user-select: none;
    user-select: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    align-items: center;
    font-size: 12px;
    display: flex;
    overflow: hidden
}

.el-switch__core .el-switch__action {
    border-radius: var(--el-border-radius-circle);
    transition: all var(--el-transition-duration);
    background-color: var(--el-color-white);
    width: 16px;
    height: 16px;
    color: var(--el-switch-off-color);
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    left: 1px
}

.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 {
    color: var(--el-switch-on-color);
    left: calc(100% - 17px)
}

.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 {
    height: 40px;
    font-size: 14px;
    line-height: 24px
}

.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 {
    border-radius: 12px;
    min-width: 50px;
    height: 24px
}

.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 {
    height: 24px;
    font-size: 12px;
    line-height: 16px
}

.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 {
    border-radius: 8px;
    min-width: 30px;
    height: 16px
}

.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);
    box-shadow: var(--el-box-shadow-light);
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 2px
}

.el-table-filter__list {
    outline: none;
    min-width: 100px;
    margin: 0;
    padding: 5px 0;
    list-style: none
}

.el-table-filter__list-item {
    cursor: pointer;
    line-height: 36px;
    font-size: var(--el-font-size-base);
    outline: none;
    padding: 0 10px
}

.el-table-filter__list-item:hover,
.el-table-filter__list-item:focus {
    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__multiple {
    outline: none
}

.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 {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: var(--el-border-radius-base);
    transition: transform var(--el-transition-duration-fast) ease-in-out;
    background-color: #0000;
    border: none;
    outline: none;
    margin: 0;
    padding: 0
}

.el-table-filter__bottom button:focus-visible {
    outline: 2px solid var(--el-color-primary);
    outline-offset: 2px
}

.el-table-filter__bottom button {
    color: var(--el-text-color-regular);
    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.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 {
    height: unset;
    align-items: center;
    margin-bottom: 12px;
    margin-left: 5px;
    margin-right: 5px;
    display: flex
}

.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-fill-color-blank);
    --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 #00000026;
    --el-table-fixed-right-column: inset -10px 0 10px -10px #00000026;
    --el-table-index: var(--el-index-normal);
    box-sizing: border-box;
    background-color: var(--el-table-bg-color);
    width: 100%;
    max-width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    font-size: var(--el-font-size-base);
    color: var(--el-table-text-color);
    position: relative;
    overflow: hidden
}

.el-table__inner-wrapper {
    flex-direction: column;
    height: 100%;
    display: flex;
    position: relative
}

.el-table__inner-wrapper:before {
    height: 1px;
    bottom: 0;
    left: 0
}

.el-table tbody:focus-visible {
    outline: none
}

.el-table.has-footer.el-table--scrollable-y tr:last-child td.el-table__cell,
.el-table.has-footer.el-table--fluid-height tr:last-child td.el-table__cell {
    border-bottom-color: #0000
}

.el-table__empty-block {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 60px;
    display: flex;
    position: sticky;
    left: 0
}

.el-table__empty-text {
    width: 50%;
    color: var(--el-text-color-secondary);
    line-height: 60px
}

.el-table__expand-column .cell {
    text-align: center;
    -webkit-user-select: none;
    user-select: none;
    padding: 0
}

.el-table__expand-icon {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: var(--el-border-radius-base);
    transition: transform var(--el-transition-duration-fast) ease-in-out;
    background-color: #0000;
    border: none;
    outline: none;
    margin: 0;
    padding: 0
}

.el-table__expand-icon:focus-visible {
    outline: 2px solid var(--el-color-primary);
    outline-offset: -2px
}

.el-table__expand-icon {
    color: var(--el-text-color-regular);
    width: min(23px, 100%);
    height: 23px;
    font-size: 12px;
    line-height: 12px
}

.el-table__expand-icon.is-disabled {
    color: var(--el-disabled-text-color);
    cursor: not-allowed
}

.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: #0000 !important
}

.el-table__placeholder {
    width: 20px;
    display: inline-block
}

.el-table__append-wrapper {
    overflow: hidden
}

.el-table--fit {
    border-bottom: 0;
    border-right: 0
}

.el-table--fit .el-table__cell.gutter {
    border-right-width: 1px
}

.el-table--fit .el-table__inner-wrapper:before {
    width: 100%
}

.el-table thead {
    color: var(--el-table-header-text-color)
}

.el-table thead th {
    font-weight: 600
}

.el-table thead.is-group th.el-table__cell {
    background: var(--el-fill-color-light)
}

.el-table .el-table__cell {
    box-sizing: border-box;
    text-overflow: ellipsis;
    vertical-align: middle;
    text-align: left;
    min-width: 0;
    z-index: var(--el-table-index);
    padding: 8px 0;
    position: relative
}

.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 {
    border-bottom-width: 0;
    border-right-width: 0;
    width: 15px;
    padding: 0
}

.el-table .el-table__cell.is-hidden>* {
    visibility: hidden
}

.el-table .cell {
    box-sizing: border-box;
    text-overflow: ellipsis;
    white-space: normal;
    overflow-wrap: break-word;
    padding: 0 12px;
    line-height: 23px;
    overflow: hidden
}

.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: var(--el-font-size-base)
}

.el-table--default .el-table__cell {
    padding: 8px 0
}

.el-table--default .cell {
    padding: 0 12px
}

.el-table--small {
    font-size: var(--el-font-size-extra-small)
}

.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 th.el-table__cell.is-leaf,
.el-table td.el-table__cell {
    border-bottom: var(--el-table-border)
}

.el-table th.el-table__cell.is-sortable {
    cursor: pointer
}

.el-table th.el-table__cell {
    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 {
    content: "";
    vertical-align: middle;
    background: #ff4d51;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    margin-right: 5px;
    display: inline-block
}

.el-table td.el-table__cell div {
    box-sizing: border-box
}

.el-table td.el-table__cell.gutter {
    width: 0
}

.el-table--border:after,
.el-table--border:before,
.el-table--border .el-table__inner-wrapper:after,
.el-table__inner-wrapper:before {
    content: "";
    background-color: var(--el-table-border-color);
    z-index: calc(var(--el-table-index) + 2);
    position: absolute
}

.el-table--border .el-table__inner-wrapper:after {
    width: 100%;
    height: 1px;
    z-index: calc(var(--el-table-index) + 2);
    top: 0;
    left: 0
}

.el-table--border:before {
    width: 1px;
    height: 100%;
    top: -1px;
    left: 0
}

.el-table--border:after {
    width: 1px;
    height: 100%;
    top: -1px;
    right: 0
}

.el-table--border .el-table__inner-wrapper {
    border-bottom: none;
    border-right: none
}

.el-table--border .el-table__footer-wrapper {
    flex-shrink: 0;
    position: relative
}

.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__header-wrapper,
.el-table__body-wrapper,
.el-table__footer-wrapper {
    width: 100%
}

.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,
.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 {
    background: inherit;
    z-index: calc(var(--el-table-index) + 1);
    position: sticky !important
}

.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--left.is-first-column:before,
.el-table__header-wrapper tr td.el-table-fixed-column--right.is-last-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-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--right.is-last-column:before,
.el-table__header-wrapper tr th.el-table-fixed-column--right.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--left.is-first-column:before,
.el-table__body-wrapper tr td.el-table-fixed-column--right.is-last-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-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--right.is-last-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-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--right.is-last-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-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--right.is-last-column:before,
.el-table__footer-wrapper tr th.el-table-fixed-column--right.is-first-column:before {
    content: "";
    width: 10px;
    box-shadow: none;
    touch-action: none;
    pointer-events: none;
    position: absolute;
    top: 0;
    bottom: 0;
    overflow: hidden
}

.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,
.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 {
    left: -10px
}

.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,
.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 {
    right: -10px
}

.el-table__header-wrapper tr td.el-table__fixed-right-patch,
.el-table__header-wrapper tr th.el-table__fixed-right-patch,
.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 {
    z-index: calc(var(--el-table-index) + 1);
    background: #fff;
    right: 0;
    position: sticky !important
}

.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__header,
.el-table__body,
.el-table__footer {
    table-layout: fixed;
    border-collapse: separate
}

.el-table__header-wrapper {
    overflow: hidden
}

.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__footer-wrapper {
    flex-shrink: 0;
    overflow: hidden
}

.el-table__footer-wrapper tfoot td.el-table__cell {
    background-color: var(--el-table-row-hover-bg-color);
    color: var(--el-table-text-color)
}

.el-table__header-wrapper .el-table-column--selection>.cell,
.el-table__body-wrapper .el-table-column--selection>.cell {
    align-items: center;
    height: 23px;
    display: inline-flex
}

.el-table__header-wrapper .el-table-column--selection .el-checkbox,
.el-table__body-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 {
    flex: 1;
    position: relative;
    overflow: hidden
}

.el-table__body-wrapper .el-scrollbar__bar {
    z-index: calc(var(--el-table-index) + 2)
}

.el-table .caret-wrapper {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: var(--el-border-radius-base);
    transition: transform var(--el-transition-duration-fast) ease-in-out;
    background-color: #0000;
    border: none;
    outline: none;
    margin: 0;
    padding: 0
}

.el-table .caret-wrapper:focus-visible {
    outline: 2px solid var(--el-color-primary);
    outline-offset: 2px
}

.el-table .caret-wrapper {
    vertical-align: middle;
    width: 24px;
    height: 14px;
    overflow: initial;
    flex-direction: column;
    align-items: center;
    display: inline-flex;
    position: relative
}

.el-table .sort-caret {
    border: 5px solid rgba(0, 0, 0, 0);
    width: 0;
    height: 0;
    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;
    z-index: -1;
    position: absolute
}

.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>td.el-table__cell,
.el-table__body tr.hover-row.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.el-table__row--striped.current-row>td.el-table__cell,
.el-table__body tr>td.hover-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.el-table--scrollable-y .el-table__body-header {
    z-index: calc(var(--el-table-index) + 2);
    position: sticky;
    top: 0
}

.el-table.el-table--scrollable-y .el-table__body-footer {
    z-index: calc(var(--el-table-index) + 2);
    position: sticky;
    bottom: 0
}

.el-table__column-resize-proxy {
    border-left: var(--el-table-border);
    width: 0;
    z-index: calc(var(--el-table-index) + 9);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 200px
}

.el-table__column-filter-trigger {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: var(--el-border-radius-base);
    transition: transform var(--el-transition-duration-fast) ease-in-out;
    background-color: #0000;
    border: none;
    outline: none;
    margin: 0;
    padding: 0
}

.el-table__column-filter-trigger:focus-visible {
    outline: 2px solid var(--el-color-primary);
    outline-offset: 2px
}

.el-table__column-filter-trigger {
    display: inline-block
}

.el-table__column-filter-trigger i {
    color: var(--el-color-info);
    vertical-align: middle;
    font-size: 14px
}

.el-table__border-left-patch {
    width: 1px;
    height: 100%;
    z-index: calc(var(--el-table-index) + 2);
    background-color: var(--el-table-border-color);
    position: absolute;
    top: 0;
    left: 0
}

.el-table__border-bottom-patch {
    height: 1px;
    z-index: calc(var(--el-table-index) + 2);
    background-color: var(--el-table-border-color);
    position: absolute;
    left: 0
}

.el-table__border-right-patch {
    width: 1px;
    height: 100%;
    z-index: calc(var(--el-table-index) + 2);
    background-color: var(--el-table-border-color);
    position: absolute;
    top: 0
}

.el-table--enable-row-transition .el-table__body td.el-table__cell {
    transition: background-color .25s 1ms
}

.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 {
    text-align: center;
    width: 20px;
    display: inline-block
}

.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-fill-color-blank);
    --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 #00000026;
    --el-table-fixed-right-column: inset -10px 0 10px -10px #00000026;
    --el-table-index: var(--el-index-normal);
    font-size: var(--el-font-size-base)
}

.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 {
    background-color: var(--el-bg-color);
    flex-direction: column-reverse;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden
}

.el-table-v2__main .el-vl__horizontal,
.el-table-v2__main .el-vl__vertical {
    z-index: 2
}

.el-table-v2__left {
    background-color: var(--el-bg-color);
    flex-direction: column-reverse;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    box-shadow: 2px 0 4px #0000000f
}

.el-table-v2__left .el-virtual-scrollbar {
    opacity: 0
}

.el-table-v2__left .el-vl__vertical,
.el-table-v2__left .el-vl__horizontal {
    z-index: -1
}

.el-table-v2__right {
    background-color: var(--el-bg-color);
    flex-direction: column-reverse;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    box-shadow: -2px 0 4px #0000000f
}

.el-table-v2__right .el-virtual-scrollbar {
    opacity: 0
}

.el-table-v2__right .el-vl__vertical,
.el-table-v2__right .el-vl__horizontal {
    z-index: -1
}

.el-table-v2__header-row,
.el-table-v2__row {
    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__header .el-checkbox {
    z-index: 0
}

.el-table-v2__footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden
}

.el-table-v2__empty {
    position: absolute;
    left: 0
}

.el-table-v2__overlay {
    z-index: 9999;
    position: absolute;
    inset: 0
}

.el-table-v2__header-row {
    border-bottom: var(--el-table-border);
    display: flex
}

.el-table-v2__header-cell {
    -webkit-user-select: none;
    user-select: none;
    background-color: var(--el-table-header-bg-color);
    height: 100%;
    color: var(--el-table-header-text-color);
    align-items: center;
    padding: 0 8px;
    font-weight: 700;
    display: flex;
    overflow: hidden
}

.el-table-v2__header-cell.is-align-center {
    text-align: center;
    justify-content: center
}

.el-table-v2__header-cell.is-align-right {
    text-align: right;
    justify-content: flex-end
}

.el-table-v2__header-cell.is-sortable {
    cursor: pointer
}

.el-table-v2__header-cell:hover .el-icon {
    display: block
}

.el-table-v2__sort-icon {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: var(--el-border-radius-base);
    transition: transform var(--el-transition-duration-fast) ease-in-out;
    background-color: #0000;
    border: none;
    outline: none;
    margin: 0;
    padding: 0
}

.el-table-v2__sort-icon:focus-visible {
    outline: 2px solid var(--el-color-primary);
    outline-offset: 2px
}

.el-table-v2__sort-icon {
    transition: opacity, display var(--el-transition-duration);
    opacity: .6;
    display: none
}

.el-table-v2__sort-icon.is-sorting {
    opacity: 1;
    display: flex
}

.el-table-v2__row {
    border-bottom: var(--el-table-border);
    transition: background-color var(--el-transition-duration);
    align-items: center;
    display: flex
}

.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 {
    align-items: center;
    height: 100%;
    padding: 0 8px;
    display: flex;
    overflow: hidden
}

.el-table-v2__row-cell.is-align-center {
    text-align: center;
    justify-content: center
}

.el-table-v2__row-cell.is-align-right {
    text-align: right;
    justify-content: flex-end
}

.el-table-v2__expand-icon {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: var(--el-border-radius-base);
    transition: transform var(--el-transition-duration-fast) ease-in-out;
    background-color: #0000;
    border: none;
    outline: none;
    margin: 0;
    padding: 0
}

.el-table-v2__expand-icon:focus-visible {
    outline: 2px solid var(--el-color-primary);
    outline-offset: 2px
}

.el-table-v2__expand-icon {
    -webkit-user-select: none;
    user-select: none;
    margin: 0 4px
}

.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 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.el-table-v2.is-dynamic .el-table-v2__row {
    align-items: stretch;
    overflow: hidden
}

.el-table-v2.is-dynamic .el-table-v2__row .el-table-v2__row-cell {
    overflow-wrap: break-word
}

.el-tabs {
    --el-tabs-header-height: 40px;
    display: flex
}

.el-tabs__header {
    justify-content: space-between;
    align-items: center;
    margin: 0 0 15px;
    padding: 0;
    display: flex;
    position: relative
}

.el-tabs__header-vertical {
    flex-direction: column
}

.el-tabs__active-bar {
    background-color: var(--el-color-primary);
    z-index: 1;
    height: 2px;
    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;
    position: absolute;
    bottom: 0;
    left: 0
}

.el-tabs__active-bar.is-bottom {
    bottom: auto
}

.el-tabs__new-tab {
    border: 1px solid var(--el-border-color);
    text-align: center;
    width: 20px;
    height: 20px;
    color: var(--el-text-color-primary);
    cursor: pointer;
    border-radius: 3px;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    margin: 10px 0 10px 10px;
    font-size: 12px;
    line-height: 20px;
    transition: all .15s;
    display: flex
}

.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__new-tab-vertical {
    margin-left: 0
}

.el-tabs__nav-wrap {
    flex: auto;
    margin-bottom: -1px;
    position: relative;
    overflow: hidden
}

.el-tabs__nav-wrap:after {
    content: "";
    background-color: var(--el-border-color-light);
    width: 100%;
    height: 2px;
    z-index: var(--el-index-normal);
    position: absolute;
    bottom: 0;
    left: 0
}

.el-tabs__nav-wrap.is-bottom:after {
    top: 0;
    bottom: auto
}

.el-tabs__nav-wrap.is-scrollable {
    box-sizing: border-box;
    padding: 0 20px
}

.el-tabs__nav-scroll {
    overflow: hidden
}

.el-tabs__nav-next,
.el-tabs__nav-prev {
    cursor: pointer;
    color: var(--el-text-color-secondary);
    text-align: center;
    width: 20px;
    font-size: 12px;
    line-height: 44px;
    position: absolute
}

.el-tabs__nav-next.is-disabled,
.el-tabs__nav-prev.is-disabled {
    color: var(--el-text-color-disabled);
    cursor: not-allowed
}

.el-tabs__nav-next {
    right: 0
}

.el-tabs__nav-prev {
    left: 0
}

.el-tabs__nav {
    white-space: nowrap;
    transition: transform var(--el-transition-duration);
    float: left;
    z-index: calc(var(--el-index-normal) + 1);
    display: flex;
    position: relative
}

.el-tabs__nav.is-stretch {
    min-width: 100%;
    display: flex
}

.el-tabs__nav.is-stretch>* {
    text-align: center;
    flex: 1
}

.el-tabs__item {
    height: var(--el-tabs-header-height);
    box-sizing: border-box;
    font-size: var(--el-font-size-base);
    color: var(--el-text-color-primary);
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    font-weight: 500;
    list-style: none;
    display: flex;
    position: relative
}

.el-tabs__item:focus,
.el-tabs__item:focus:active {
    outline: none
}

.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 {
    text-align: center;
    transition: all var(--el-transition-duration) var(--el-transition-function-ease-in-out-bezier);
    border-radius: 50%;
    margin-left: 5px
}

.el-tabs__item .is-icon-close:before {
    display: inline-block;
    transform: scale(.9)
}

.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 {
    flex-grow: 1;
    position: relative;
    overflow: hidden
}

.el-tabs--top>.el-tabs__header .el-tabs__item:nth-child(2),
.el-tabs--bottom>.el-tabs__header .el-tabs__item:nth-child(2) {
    padding-left: 0
}

.el-tabs--top>.el-tabs__header .el-tabs__item:last-child,
.el-tabs--bottom>.el-tabs__header .el-tabs__item:last-child {
    padding-right: 0
}

.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),
.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) {
    padding-left: 20px
}

.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,
.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 {
    padding-right: 20px
}

.el-tabs--card>.el-tabs__header {
    border-bottom: 1px solid var(--el-border-color-light);
    height: var(--el-tabs-header-height);
    box-sizing: border-box
}

.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);
    box-sizing: border-box;
    border-bottom: none;
    border-radius: 4px 4px 0 0
}

.el-tabs--card>.el-tabs__header .el-tabs__active-bar {
    display: none
}

.el-tabs--card>.el-tabs__header .el-tabs__item .is-icon-close {
    transform-origin: 100%;
    width: 0;
    height: 14px;
    font-size: 12px;
    position: relative;
    right: -2px;
    overflow: hidden
}

.el-tabs--card>.el-tabs__header .el-tabs__item {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    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);
    margin-top: -1px
}

.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);
    color: var(--el-text-color-secondary);
    border: 1px solid rgba(0, 0, 0, 0);
    margin-top: -1px
}

.el-tabs--border-card>.el-tabs__header .el-tabs__item:first-child,
.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 {
    flex-direction: column
}

.el-tabs--bottom .el-tabs__header.is-bottom {
    margin-top: 10px;
    margin-bottom: 0
}

.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 rgba(0, 0, 0, 0)
}

.el-tabs--bottom.el-tabs--border-card .el-tabs__item.is-bottom {
    margin: 0 -1px -1px
}

.el-tabs--card>.el-tabs__header.is-left,
.el-tabs--card>.el-tabs__header.is-right,
.el-tabs--border-card>.el-tabs__header.is-left,
.el-tabs--border-card>.el-tabs__header.is-right {
    border-bottom: none
}

.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-wrap.is-left,
.el-tabs--left .el-tabs__nav-wrap.is-right,
.el-tabs--left .el-tabs__nav-scroll,
.el-tabs--right .el-tabs__header.is-left,
.el-tabs--right .el-tabs__header.is-right,
.el-tabs--right .el-tabs__nav-wrap.is-left,
.el-tabs--right .el-tabs__nav-wrap.is-right,
.el-tabs--right .el-tabs__nav-scroll {
    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 {
    width: 2px;
    height: auto;
    top: 0;
    bottom: 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-prev,
.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-prev,
.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-prev,
.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-prev,
.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-next {
    text-align: center;
    cursor: pointer;
    width: 100%;
    height: 30px;
    line-height: 30px
}

.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev i,
.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-next i,
.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev i,
.el-tabs--left .el-tabs__nav-wrap.is-right>.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-left>.el-tabs__nav-next i,
.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev i,
.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-next i {
    transform: rotate(90deg)
}

.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev.is-disabled,
.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-next.is-disabled,
.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev.is-disabled,
.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-next.is-disabled,
.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev.is-disabled,
.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-next.is-disabled,
.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev.is-disabled,
.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-next.is-disabled {
    cursor: not-allowed
}

.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 {
    top: 0;
    left: auto
}

.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 {
    bottom: 0;
    right: auto
}

.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 {
    width: 2px;
    height: 100%;
    top: 0;
    bottom: auto
}

.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 {
    flex-direction: row
}

.el-tabs--left .el-tabs__header.is-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,
.el-tabs--left .el-tabs__active-bar.is-left {
    left: auto;
    right: 0
}

.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-bottom: none;
    border-left: none;
    border-right-color: #fff
}

.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-bottom: 1px solid var(--el-border-color-light);
    border-right: none;
    border-radius: 4px 0 0 4px
}

.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 rgba(0, 0, 0, 0);
    margin: -1px 0 -1px -1px
}

.el-tabs--left.el-tabs--border-card .el-tabs__item.is-left.is-active {
    border-color: #d1dbe5 rgba(0, 0, 0, 0)
}

.el-tabs--left>.el-tabs__content+.el-tabs__header {
    order: -1
}

.el-tabs--right .el-tabs__header.is-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-bottom: none;
    border-left-color: #fff;
    border-right: 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-bottom: 1px solid var(--el-border-color-light);
    border-left: none;
    border-radius: 0 4px 4px 0
}

.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 rgba(0, 0, 0, 0);
    margin: -1px -1px -1px 0
}

.el-tabs--right.el-tabs--border-card .el-tabs__item.is-right.is-active {
    border-color: #d1dbe5 rgba(0, 0, 0, 0)
}

.el-tabs--top {
    flex-direction: column
}

.el-tabs--top>.el-tabs__content+.el-tabs__header {
    order: -1
}

.slideInRight-transition,
.slideInLeft-transition {
    display: inline-block
}

.slideInRight-enter {
    animation: slideInRight-enter var(--el-transition-duration)
}

.slideInRight-leave {
    animation: slideInRight-leave var(--el-transition-duration);
    position: absolute;
    left: 0;
    right: 0
}

.slideInLeft-enter {
    animation: slideInLeft-enter var(--el-transition-duration)
}

.slideInLeft-leave {
    animation: slideInLeft-leave var(--el-transition-duration);
    position: absolute;
    left: 0;
    right: 0
}

@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-leave {
    0% {
        transform-origin: 0 0;
        opacity: 1;
        transform: translate(0)
    }

    to {
        transform-origin: 0 0;
        opacity: 0;
        transform: translate(100%)
    }
}

@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-leave {
    0% {
        transform-origin: 0 0;
        opacity: 1;
        transform: translate(0)
    }

    to {
        transform-origin: 0 0;
        opacity: 0;
        transform: translate(-100%)
    }
}

.el-tag {
    --el-tag-font-size: 12px;
    --el-tag-border-radius: 4px;
    --el-tag-border-radius-rounded: 9999px;
    background-color: var(--el-tag-bg-color);
    border-color: var(--el-tag-border-color);
    color: var(--el-tag-text-color);
    vertical-align: middle;
    height: 24px;
    font-size: var(--el-tag-font-size);
    border-radius: var(--el-tag-border-radius);
    box-sizing: border-box;
    white-space: nowrap;
    --el-icon-size: 14px;
    --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);
    border-style: solid;
    border-width: 1px;
    justify-content: center;
    align-items: center;
    padding: 0 9px;
    line-height: 1;
    display: inline-flex
}

.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.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);
    flex-shrink: 0
}

.el-tag .el-tag__close:hover {
    color: var(--el-color-white);
    background-color: var(--el-tag-hover-color)
}

.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 .el-icon {
    cursor: pointer;
    font-size: calc(var(--el-icon-size) - 2px);
    height: var(--el-icon-size);
    width: var(--el-icon-size);
    border-radius: 50%
}

.el-tag .el-tag__close {
    background-color: #0000;
    border: none;
    border-radius: 50%;
    outline: none;
    margin-left: 6px;
    padding: 0;
    overflow: hidden
}

.el-tag .el-tag__close:focus-visible {
    outline: 2px solid var(--el-color-primary);
    outline-offset: 2px
}

.el-tag .el-tag__close .el-icon {
    display: flex
}

.el-tag--dark {
    --el-tag-text-color: var(--el-color-white);
    --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--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--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 {
    --el-icon-size: 16px;
    height: 32px;
    padding: 0 11px
}

.el-tag--large .el-tag__close {
    margin-left: 8px
}

.el-tag--large.is-closable {
    padding-right: 7px
}

.el-tag--small {
    --el-icon-size: 12px;
    height: 20px;
    padding: 0 7px
}

.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);
    font-size: var(--el-text-font-size);
    color: var(--el-text-color);
    overflow-wrap: break-word;
    align-self: center;
    margin: 0;
    padding: 0
}

.el-text.is-truncated {
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    display: inline-block;
    overflow: hidden
}

.el-text.is-line-clamp {
    -webkit-box-orient: vertical;
    display: -webkit-inline-box;
    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 {
    min-width: 0;
    margin: 5px 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);
    cursor: pointer;
    font-weight: 700
}

.time-select .time-select-item.selected:not(.disabled) {
    color: var(--el-color-primary);
    font-weight: 700
}

.el-timeline-item {
    padding-bottom: 20px;
    position: relative
}

.el-timeline-item__wrapper {
    box-sizing: content-box;
    position: relative;
    top: -3px
}

.el-timeline-item__tail {
    border-left: 2px solid var(--el-timeline-node-color);
    height: 100%;
    position: absolute
}

.el-timeline-item .el-timeline-item__icon {
    color: var(--el-color-white);
    font-size: var(--el-font-size-small)
}

.el-timeline-item__node {
    background-color: var(--el-timeline-node-color);
    border-color: var(--el-timeline-node-color);
    box-sizing: border-box;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute
}

.el-timeline-item__node--normal {
    width: var(--el-timeline-node-size-normal);
    height: var(--el-timeline-node-size-normal)
}

.el-timeline-item__node--large {
    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 {
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute
}

.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-item.is-start .el-timeline-item__wrapper {
    padding-left: 28px
}

.el-timeline-item.is-start .el-timeline-item__tail {
    left: 4px
}

.el-timeline-item.is-start .el-timeline-item__node--normal {
    left: -1px
}

.el-timeline-item.is-start .el-timeline-item__node--large {
    left: -2px
}

.el-timeline-item.is-end .el-timeline-item__wrapper {
    text-align: right;
    padding-right: 28px
}

.el-timeline-item.is-end .el-timeline-item__tail {
    right: 4px
}

.el-timeline-item.is-end .el-timeline-item__node--normal {
    right: -1px
}

.el-timeline-item.is-end .el-timeline-item__node--large {
    right: -2px
}

.el-timeline-item.is-alternate .el-timeline-item__tail,
.el-timeline-item.is-alternate .el-timeline-item__node,
.el-timeline-item.is-alternate-reverse .el-timeline-item__tail,
.el-timeline-item.is-alternate-reverse .el-timeline-item__node {
    left: 50%;
    transform: translate(-50%)
}

.el-timeline {
    --el-timeline-node-size-normal: 12px;
    --el-timeline-node-size-large: 14px;
    --el-timeline-node-color: var(--el-border-color-light);
    font-size: var(--el-font-size-base);
    margin: 0;
    list-style: none
}

.el-timeline .el-timeline-item:last-child .el-timeline-item__tail {
    display: none
}

.el-timeline .el-timeline-item__center {
    align-items: center;
    display: flex
}

.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 {
    height: calc(50% - 10px);
    display: block
}

.el-timeline.is-start {
    padding-left: 40px;
    padding-right: 0
}

.el-timeline.is-end {
    padding-left: 0;
    padding-right: 40px
}

.el-timeline.is-alternate {
    padding-left: 20px;
    padding-right: 20px
}

.el-timeline.is-alternate .el-timeline-item:nth-child(odd) .el-timeline-item__wrapper {
    width: calc(50% - 28px);
    left: calc(50% - var(--el-timeline-node-size-large) / 2);
    padding-left: 28px
}

.el-timeline.is-alternate .el-timeline-item:nth-child(2n) .el-timeline-item__wrapper {
    width: calc(50% - 28px + var(--el-timeline-node-size-large) / 2);
    text-align: right;
    padding-right: 28px
}

.el-timeline.is-alternate-reverse {
    padding-left: 20px;
    padding-right: 20px
}

.el-timeline.is-alternate-reverse .el-timeline-item:nth-child(odd) .el-timeline-item__wrapper {
    width: calc(50% - 28px + var(--el-timeline-node-size-large) / 2);
    text-align: right;
    padding-right: 28px
}

.el-timeline.is-alternate-reverse .el-timeline-item:nth-child(2n) .el-timeline-item__wrapper {
    width: calc(50% - 28px);
    left: calc(50% - var(--el-timeline-node-size-large) / 2);
    padding-left: 28px
}

.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;
    font-size: var(--el-font-size-base)
}

.el-transfer__buttons {
    vertical-align: middle;
    padding: 0 30px;
    display: inline-block
}

.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 {
    background: var(--el-bg-color-overlay);
    text-align: left;
    vertical-align: middle;
    width: var(--el-transfer-panel-width);
    box-sizing: border-box;
    max-height: 100%;
    display: inline-block;
    position: relative;
    overflow: hidden
}

.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-right-radius: 0;
    border-bottom-left-radius: 0
}

.el-transfer-panel__list {
    height: var(--el-transfer-panel-body-height);
    box-sizing: border-box;
    margin: 0;
    padding: 6px 0;
    list-style: none;
    overflow: auto
}

.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);
    margin-right: 30px
}

.el-transfer-panel__item:hover {
    color: var(--el-color-primary)
}

.el-transfer-panel__item.el-checkbox .el-checkbox__label {
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    width: 100%;
    line-height: var(--el-transfer-item-height);
    padding-left: 22px;
    display: block;
    overflow: hidden
}

.el-transfer-panel__item .el-checkbox__input {
    position: absolute;
    top: 8px
}

.el-transfer-panel__filter {
    text-align: center;
    box-sizing: border-box;
    padding: 15px
}

.el-transfer-panel__filter .el-input__inner {
    height: var(--el-transfer-filter-height);
    box-sizing: border-box;
    width: 100%;
    font-size: 12px;
    display: inline-block
}

.el-transfer-panel__filter .el-icon-circle-close {
    cursor: pointer
}

.el-transfer-panel .el-transfer-panel__header {
    height: var(--el-transfer-panel-header-height);
    background: var(--el-transfer-panel-header-bg-color);
    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);
    align-items: center;
    margin: 0;
    padding-left: 15px;
    display: flex
}

.el-transfer-panel .el-transfer-panel__header .el-checkbox {
    align-items: center;
    width: 100%;
    display: flex;
    position: relative
}

.el-transfer-panel .el-transfer-panel__header .el-checkbox .el-checkbox__label {
    min-width: 0;
    color: var(--el-text-color-primary);
    flex: 1;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    display: flex
}

.el-transfer-panel .el-transfer-panel__header-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
    min-width: 0;
    overflow: hidden
}

.el-transfer-panel .el-transfer-panel__header-count {
    color: var(--el-text-color-secondary);
    flex-shrink: 0;
    margin-left: 8px;
    margin-right: 15px;
    font-size: 12px
}

.el-transfer-panel .el-transfer-panel__footer {
    height: var(--el-transfer-panel-footer-height);
    background: var(--el-bg-color-overlay);
    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);
    margin: 0;
    padding: 0
}

.el-transfer-panel .el-transfer-panel__footer:after {
    content: "";
    vertical-align: middle;
    height: 100%;
    display: inline-block
}

.el-transfer-panel .el-transfer-panel__footer .el-checkbox {
    color: var(--el-text-color-regular);
    padding-left: 20px
}

.el-transfer-panel .el-transfer-panel__empty {
    height: var(--el-transfer-item-height);
    line-height: var(--el-transfer-item-height);
    color: var(--el-text-color-secondary);
    text-align: center;
    margin: 0;
    padding: 6px 15px 0
}

.el-transfer-panel .el-checkbox__label {
    padding-left: 8px
}

.el-tree {
    --el-tree-node-content-height: 26px;
    --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);
    cursor: default;
    background: var(--el-fill-color-blank);
    color: var(--el-tree-text-color);
    font-size: var(--el-font-size-base);
    position: relative
}

.el-tree__empty-block {
    text-align: center;
    width: 100%;
    height: 100%;
    min-height: 60px;
    position: relative
}

.el-tree__empty-text {
    color: var(--el-text-color-secondary);
    font-size: var(--el-font-size-base);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.el-tree__drop-indicator {
    background-color: var(--el-color-primary);
    height: 1px;
    position: absolute;
    left: 0;
    right: 0
}

.el-tree-node {
    white-space: nowrap;
    outline: none
}

.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 {
    --el-checkbox-height: var(--el-tree-node-content-height);
    height: var(--el-tree-node-content-height);
    cursor: pointer;
    align-items: center;
    display: flex
}

.el-tree-node__content>.el-tree-node__expand-icon {
    box-sizing: content-box;
    padding: 6px
}

.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);
    transition: transform var(--el-transition-duration) ease-in-out;
    font-size: 12px;
    transform: rotate(0)
}

.el-tree-node__expand-icon.expanded {
    transform: rotate(90deg)
}

.el-tree-node__expand-icon.is-leaf {
    color: #0000;
    cursor: default;
    visibility: hidden
}

.el-tree-node__expand-icon.is-hidden {
    visibility: hidden
}

.el-tree-node__loading-icon {
    font-size: var(--el-font-size-base);
    color: var(--el-tree-expand-icon-color);
    margin-right: 8px
}

.el-tree-node>.el-tree-node__children {
    background-color: #0000;
    overflow: hidden
}

.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-content-height: 26px;
    --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__list>.el-select-dropdown__item {
    padding-left: 32px
}

.el-tree-select__popper .el-select-dropdown__item {
    flex: 1;
    height: 20px;
    padding-left: 0;
    line-height: 20px;
    background: 0 0 !important
}

.el-upload {
    --el-upload-dragger-padding-horizontal: 10px;
    --el-upload-dragger-padding-vertical: 40px;
    --el-upload-list-picture-card-size: var(--el-upload-picture-card-size);
    --el-upload-picture-card-size: 148px;
    cursor: pointer;
    outline: none;
    justify-content: center;
    align-items: center;
    display: inline-flex
}

.el-upload.is-disabled {
    cursor: not-allowed
}

.el-upload.is-disabled:focus {
    border-color: var(--el-border-color-darker);
    color: inherit
}

.el-upload.is-disabled:focus .el-upload-dragger {
    border-color: var(--el-border-color-darker)
}

.el-upload.is-disabled .el-upload-dragger {
    cursor: not-allowed;
    background-color: var(--el-disabled-bg-color)
}

.el-upload.is-disabled .el-upload-dragger .el-upload__text {
    color: var(--el-text-color-placeholder)
}

.el-upload.is-disabled .el-upload-dragger .el-upload__text em {
    color: var(--el-disabled-text-color)
}

.el-upload.is-disabled .el-upload-dragger:hover {
    border-color: var(--el-border-color-darker)
}

.el-upload__input {
    display: none
}

.el-upload__tip {
    color: var(--el-text-color-regular);
    margin-top: 7px;
    font-size: 12px
}

.el-upload iframe {
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    left: 0
}

.el-upload--picture-card {
    background-color: var(--el-fill-color-lighter);
    border: 1px dashed var(--el-border-color-darker);
    box-sizing: border-box;
    width: var(--el-upload-picture-card-size);
    height: var(--el-upload-picture-card-size);
    cursor: pointer;
    vertical-align: top;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    display: inline-flex
}

.el-upload--picture-card>i {
    color: var(--el-text-color-secondary);
    font-size: 28px
}

.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-vertical) var(--el-upload-dragger-padding-horizontal);
    background-color: var(--el-fill-color-blank);
    border: 1px dashed var(--el-border-color);
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    border-radius: 6px;
    position: relative;
    overflow: hidden
}

.el-upload-dragger .el-icon--upload {
    color: var(--el-text-color-placeholder);
    margin-bottom: 16px;
    font-size: 67px;
    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);
    text-align: center;
    font-size: 14px
}

.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-vertical) - 1px) calc(var(--el-upload-dragger-padding-horizontal) - 1px);
    background-color: var(--el-color-primary-light-9);
    border: 2px dashed var(--el-color-primary)
}

.el-upload-list {
    --el-upload-dragger-padding-horizontal: 10px;
    --el-upload-dragger-padding-vertical: 40px;
    --el-upload-list-picture-card-size: var(--el-upload-picture-card-size);
    --el-upload-picture-card-size: 148px;
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
    position: relative
}

.el-upload-list__item {
    color: var(--el-text-color-regular);
    box-sizing: border-box;
    border-radius: 4px;
    width: 100%;
    margin-bottom: 5px;
    font-size: 14px;
    transition: all .5s cubic-bezier(.55, 0, .1, 1);
    position: relative
}

.el-upload-list__item .el-progress {
    width: 100%;
    position: absolute;
    top: 20px
}

.el-upload-list__item .el-progress__text {
    position: absolute;
    top: -13px;
    right: 0
}

.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 {
    cursor: pointer;
    opacity: .75;
    color: var(--el-text-color-regular);
    transition: opacity var(--el-transition-duration);
    display: none;
    position: absolute;
    top: 50%;
    right: 5px;
    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 {
    cursor: pointer;
    opacity: 1;
    color: var(--el-color-primary);
    font-size: 12px;
    font-style: normal;
    display: none;
    position: absolute;
    top: 1px;
    right: 5px
}

.el-upload-list__item:hover,
.el-upload-list__item:focus-within {
    background-color: var(--el-fill-color-light)
}

.el-upload-list__item:hover .el-icon--close,
.el-upload-list__item:focus-within .el-icon--close {
    display: inline-flex
}

.el-upload-list__item:hover .el-icon--close-tip,
.el-upload-list__item:focus-within .el-icon--close-tip {
    right: 24px
}

.el-upload-list__item:hover .el-progress__text,
.el-upload-list__item:focus-within .el-progress__text {
    display: none
}

.el-upload-list__item .el-upload-list__item-info {
    flex-direction: column;
    justify-content: center;
    width: calc(100% - 30px);
    margin-left: 4px;
    display: inline-flex
}

.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:hover,
.el-upload-list__item.is-success .el-upload-list__item-name:focus {
    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:not(.focusing):focus,
.el-upload-list__item.is-success:active {
    outline-width: 0
}

.el-upload-list__item.is-success:not(.focusing):focus .el-icon--close-tip,
.el-upload-list__item.is-success:active .el-icon--close-tip {
    display: none
}

.el-upload-list__item.is-success:hover .el-upload-list__item-status-label,
.el-upload-list__item.is-success:focus .el-upload-list__item-status-label,
.el-upload-list__item.is-success:focus-within .el-upload-list__item-status-label {
    opacity: 0;
    display: none
}

.el-upload-list__item-name {
    color: var(--el-text-color-regular);
    text-align: center;
    transition: color var(--el-transition-duration);
    font-size: var(--el-font-size-base);
    align-items: center;
    padding: 0 4px;
    display: inline-flex
}

.el-upload-list__item-name .el-icon {
    color: var(--el-text-color-secondary);
    margin-right: 6px
}

.el-upload-list__item-file-name {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.el-upload-list__item-status-label {
    line-height: inherit;
    height: 100%;
    transition: opacity var(--el-transition-duration);
    justify-content: center;
    align-items: center;
    display: none;
    position: absolute;
    top: 0;
    right: 5px
}

.el-upload-list__item-delete {
    color: var(--el-text-color-regular);
    font-size: 12px;
    display: none;
    position: absolute;
    top: 0;
    right: 10px
}

.el-upload-list__item-delete:hover {
    color: var(--el-color-primary)
}

.el-upload-list--picture-card {
    flex-wrap: wrap;
    margin: 0;
    display: inline-flex
}

.el-upload-list--picture-card .el-upload-list__item {
    background-color: var(--el-fill-color-blank);
    border: 1px solid var(--el-border-color);
    box-sizing: border-box;
    width: var(--el-upload-list-picture-card-size);
    height: var(--el-upload-list-picture-card-size);
    border-radius: 6px;
    margin: 0 8px 8px 0;
    padding: 0;
    display: inline-flex;
    overflow: hidden
}

.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 {
    object-fit: contain;
    width: 100%;
    height: 100%
}

.el-upload-list--picture-card .el-upload-list__item-status-label {
    background: var(--el-color-success);
    text-align: center;
    width: 40px;
    height: 24px;
    top: -6px;
    right: -15px;
    transform: rotate(45deg)
}

.el-upload-list--picture-card .el-upload-list__item-status-label i {
    margin-top: 11px;
    font-size: 12px;
    transform: rotate(-45deg)
}

.el-upload-list--picture-card .el-upload-list__item-actions {
    cursor: default;
    color: #fff;
    opacity: 0;
    background-color: var(--el-overlay-color-lighter);
    width: 100%;
    height: 100%;
    transition: opacity var(--el-transition-duration);
    justify-content: center;
    align-items: center;
    font-size: 20px;
    display: inline-flex;
    position: absolute;
    top: 0;
    left: 0
}

.el-upload-list--picture-card .el-upload-list__item-actions span {
    cursor: pointer;
    display: none
}

.el-upload-list--picture-card .el-upload-list__item-actions span+span {
    margin-left: 16px
}

.el-upload-list--picture-card .el-upload-list__item-actions .el-upload-list__item-delete {
    font-size: inherit;
    color: inherit;
    position: static
}

.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 {
    width: 126px;
    top: 50%;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, -50%)
}

.el-upload-list--picture-card .el-progress .el-progress__text {
    top: 50%
}

.el-upload-list--picture .el-upload-list__item {
    z-index: 0;
    background-color: var(--el-fill-color-blank);
    border: 1px solid var(--el-border-color);
    box-sizing: border-box;
    border-radius: 6px;
    align-items: center;
    margin-top: 10px;
    padding: 10px;
    display: flex;
    overflow: hidden
}

.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 {
    object-fit: contain;
    z-index: 1;
    background-color: var(--el-color-white);
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    display: inline-flex;
    position: relative
}

.el-upload-list--picture .el-upload-list__item-status-label {
    background: var(--el-color-success);
    text-align: center;
    width: 46px;
    height: 26px;
    position: absolute;
    top: -7px;
    right: -17px;
    transform: rotate(45deg)
}

.el-upload-list--picture .el-upload-list__item-status-label i {
    margin-top: 12px;
    font-size: 12px;
    transform: rotate(-45deg)
}

.el-upload-list--picture .el-progress {
    position: relative;
    top: -7px
}

.el-upload-cover {
    z-index: 10;
    cursor: default;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden
}

.el-upload-cover:after {
    content: "";
    vertical-align: middle;
    height: 100%;
    display: inline-block
}

.el-upload-cover img {
    width: 100%;
    height: 100%;
    display: block
}

.el-upload-cover__label {
    background: var(--el-color-success);
    text-align: center;
    width: 40px;
    height: 24px;
    top: -6px;
    right: -15px;
    transform: rotate(45deg)
}

.el-upload-cover__label i {
    color: #fff;
    margin-top: 11px;
    font-size: 12px;
    transform: rotate(-45deg)
}

.el-upload-cover__progress {
    vertical-align: middle;
    width: 243px;
    display: inline-block;
    position: static
}

.el-upload-cover__progress+.el-upload__inner {
    opacity: 0
}

.el-upload-cover__content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.el-upload-cover__interact {
    background-color: var(--el-overlay-color-light);
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0
}

.el-upload-cover__interact .btn {
    color: #fff;
    cursor: pointer;
    vertical-align: middle;
    transition: var(--el-transition-md-fade);
    margin-top: 60px;
    font-size: 14px;
    display: inline-block
}

.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;
    font-size: 24px;
    line-height: inherit;
    margin: 0 auto 5px;
    display: block
}

.el-upload-cover__title {
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    width: 100%;
    height: 36px;
    color: var(--el-text-color-primary);
    background-color: #fff;
    margin: 0;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden
}

.el-upload-cover+.el-upload__inner {
    opacity: 0;
    z-index: 1;
    position: relative
}

.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-bg-color-light: var(--el-bg-color-overlay);
    --el-popper-bg-color-dark: var(--el-text-color-primary);
    border-radius: var(--el-popper-border-radius);
    z-index: 2000;
    overflow-wrap: break-word;
    word-break: normal;
    visibility: visible;
    min-width: 10px;
    padding: 5px 11px;
    font-size: 12px;
    line-height: 20px;
    position: absolute
}

.el-popper.is-dark {
    --el-fill-color-blank: var(--el-popper-bg-color-dark);
    color: var(--el-bg-color);
    background: var(--el-popper-bg-color-dark);
    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-popper-bg-color-dark);
    right: 0
}

.el-popper.is-light {
    --el-fill-color-blank: var(--el-popper-bg-color-light);
    background: var(--el-popper-bg-color-light);
    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-popper-bg-color-light);
    right: 0
}

.el-popper.is-pure {
    padding: 0
}

.el-popper__arrow {
    z-index: -1;
    width: 10px;
    height: 10px;
    position: absolute
}

.el-popper__arrow:before {
    z-index: -1;
    content: " ";
    background: var(--el-text-color-primary);
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    position: absolute;
    transform: rotate(45deg)
}

.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: #0000 !important;
    border-left-color: #0000 !important
}

.el-popper[data-popper-placement^=bottom]>.el-popper__arrow:before {
    border-bottom-color: #0000 !important;
    border-right-color: #0000 !important
}

.el-popper[data-popper-placement^=left]>.el-popper__arrow:before {
    border-bottom-color: #0000 !important;
    border-left-color: #0000 !important
}

.el-popper[data-popper-placement^=right]>.el-popper__arrow:before {
    border-top-color: #0000 !important;
    border-right-color: #0000 !important
}

.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);
    margin-bottom: 4px;
    line-height: 20px
}

.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
}

.el-tour {
    --el-tour-width: 520px;
    --el-tour-padding-primary: 12px;
    --el-tour-font-line-height: var(--el-font-line-height-primary);
    --el-tour-title-font-size: 16px;
    --el-tour-title-text-color: var(--el-text-color-primary);
    --el-tour-title-font-weight: 400;
    --el-tour-close-color: var(--el-color-info);
    --el-tour-font-size: 14px;
    --el-tour-color: var(--el-text-color-primary);
    --el-tour-bg-color: var(--el-bg-color);
    --el-tour-border-radius: 4px
}

.el-tour__hollow {
    transition: all var(--el-transition-duration) ease
}

.el-tour__content {
    border-radius: var(--el-tour-border-radius);
    width: var(--el-tour-width);
    padding: var(--el-tour-padding-primary);
    background: var(--el-tour-bg-color);
    box-shadow: var(--el-box-shadow-light);
    box-sizing: border-box;
    overflow-wrap: break-word;
    outline: none
}

.el-tour__arrow {
    background: var(--el-tour-bg-color);
    pointer-events: none;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    position: absolute;
    transform: rotate(45deg)
}

.el-tour__content[data-side^=top] .el-tour__arrow {
    border-top-color: #0000;
    border-left-color: #0000
}

.el-tour__content[data-side^=bottom] .el-tour__arrow {
    border-bottom-color: #0000;
    border-right-color: #0000
}

.el-tour__content[data-side^=left] .el-tour__arrow {
    border-bottom-color: #0000;
    border-left-color: #0000
}

.el-tour__content[data-side^=right] .el-tour__arrow {
    border-top-color: #0000;
    border-right-color: #0000
}

.el-tour__content[data-side^=top] .el-tour__arrow {
    bottom: -5px
}

.el-tour__content[data-side^=bottom] .el-tour__arrow {
    top: -5px
}

.el-tour__content[data-side^=left] .el-tour__arrow {
    right: -5px
}

.el-tour__content[data-side^=right] .el-tour__arrow {
    left: -5px
}

.el-tour__closebtn {
    cursor: pointer;
    width: 40px;
    height: 40px;
    font-size: var(--el-message-close-size, 16px);
    background: 0 0;
    border: none;
    outline: none;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0
}

.el-tour__closebtn .el-tour__close {
    color: var(--el-tour-close-color);
    font-size: inherit
}

.el-tour__closebtn:focus .el-tour__close,
.el-tour__closebtn:hover .el-tour__close {
    color: var(--el-color-primary)
}

.el-tour__header {
    padding-bottom: var(--el-tour-padding-primary)
}

.el-tour__header.show-close {
    padding-right: calc(var(--el-tour-padding-primary) + var(--el-message-close-size, 16px))
}

.el-tour__title {
    line-height: var(--el-tour-font-line-height);
    font-size: var(--el-tour-title-font-size);
    color: var(--el-tour-title-text-color);
    font-weight: var(--el-tour-title-font-weight)
}

.el-tour__body {
    color: var(--el-tour-text-color);
    font-size: var(--el-tour-font-size)
}

.el-tour__body img,
.el-tour__body video {
    max-width: 100%
}

.el-tour__footer {
    padding-top: var(--el-tour-padding-primary);
    box-sizing: border-box;
    justify-content: space-between;
    display: flex
}

.el-tour__content .el-tour-indicators {
    flex: 1;
    display: inline-block
}

.el-tour__content .el-tour-indicator {
    background: var(--el-color-info-light-9);
    border-radius: 50%;
    width: 6px;
    height: 6px;
    margin-right: 6px;
    display: inline-block
}

.el-tour__content .el-tour-indicator.is-active {
    background: var(--el-color-primary)
}

.el-tour.el-tour--primary {
    --el-tour-title-text-color: #fff;
    --el-tour-text-color: #fff;
    --el-tour-bg-color: var(--el-color-primary);
    --el-tour-close-color: #fff
}

.el-tour.el-tour--primary .el-tour__closebtn:focus .el-tour__close,
.el-tour.el-tour--primary .el-tour__closebtn:hover .el-tour__close {
    color: var(--el-tour-title-text-color)
}

.el-tour.el-tour--primary .el-button--default {
    color: var(--el-color-primary);
    border-color: var(--el-color-primary);
    background: #fff
}

.el-tour.el-tour--primary .el-button--primary {
    border-color: #fff
}

.el-tour.el-tour--primary .el-tour-indicator {
    background: #ffffff26
}

.el-tour.el-tour--primary .el-tour-indicator.is-active {
    background: #fff
}

.el-tour-parent--hidden {
    overflow: hidden
}

.el-anchor {
    --el-anchor-bg-color: var(--el-bg-color);
    --el-anchor-padding-indent: 14px;
    --el-anchor-line-height: 22px;
    --el-anchor-font-size: 12px;
    --el-anchor-color: var(--el-text-color-secondary);
    --el-anchor-active-color: var(--el-color-primary);
    --el-anchor-hover-color: var(--el-text-color-regular);
    --el-anchor-marker-bg-color: var(--el-color-primary);
    background-color: var(--el-anchor-bg-color);
    position: relative
}

.el-anchor__marker {
    background-color: var(--el-anchor-marker-bg-color);
    opacity: 0;
    z-index: 0;
    border-radius: 4px;
    position: absolute
}

.el-anchor.el-anchor--vertical .el-anchor__marker {
    width: 4px;
    height: 14px;
    transition: top .25s ease-in-out, opacity .25s;
    top: 8px;
    left: 0
}

.el-anchor.el-anchor--vertical .el-anchor__list {
    padding-left: var(--el-anchor-padding-indent)
}

.el-anchor.el-anchor--vertical.el-anchor--underline:before {
    content: "";
    background-color: #0505050f;
    width: 2px;
    height: 100%;
    position: absolute;
    left: 0
}

.el-anchor.el-anchor--vertical.el-anchor--underline .el-anchor__marker {
    border-radius: unset;
    width: 2px
}

.el-anchor.el-anchor--horizontal .el-anchor__marker {
    width: 20px;
    height: 2px;
    transition: left .25s ease-in-out, opacity .25s, width .25s;
    bottom: 0
}

.el-anchor.el-anchor--horizontal .el-anchor__list {
    padding-bottom: 4px;
    display: flex
}

.el-anchor.el-anchor--horizontal .el-anchor__list .el-anchor__item {
    padding-left: 16px
}

.el-anchor.el-anchor--horizontal .el-anchor__list .el-anchor__item:first-child {
    padding-left: 0
}

.el-anchor.el-anchor--horizontal.el-anchor--underline:before {
    content: "";
    background-color: #0505050f;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0
}

.el-anchor.el-anchor--horizontal.el-anchor--underline .el-anchor__marker {
    border-radius: unset;
    height: 2px
}

.el-anchor__item {
    flex-direction: column;
    display: flex
}

.el-anchor__link {
    font-size: var(--el-anchor-font-size);
    line-height: var(--el-anchor-line-height);
    color: var(--el-anchor-color);
    transition: color var(--el-transition-duration);
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
    outline: none;
    max-width: 100%;
    padding: 4px 0;
    text-decoration: none;
    overflow: hidden
}

.el-anchor__link:hover,
.el-anchor__link:focus {
    color: var(--el-hover-color)
}

.el-anchor__link:focus-visible {
    border-radius: var(--el-border-radius-base);
    outline: 2px solid var(--el-color-primary)
}

.el-anchor__link.is-active {
    color: var(--el-anchor-active-color)
}

.el-anchor .el-anchor__list .el-anchor__item a {
    display: inline-block
}

.el-segmented--vertical {
    flex-direction: column
}

.el-segmented--vertical .el-segmented__item {
    padding: 11px
}

.el-segmented {
    --el-segmented-color: var(--el-text-color-regular);
    --el-segmented-bg-color: var(--el-fill-color-light);
    --el-segmented-padding: 2px;
    --el-segmented-item-selected-color: var(--el-color-white);
    --el-segmented-item-selected-bg-color: var(--el-color-primary);
    --el-segmented-item-selected-disabled-bg-color: var(--el-color-primary-light-5);
    --el-segmented-item-hover-color: var(--el-text-color-primary);
    --el-segmented-item-hover-bg-color: var(--el-fill-color-dark);
    --el-segmented-item-active-bg-color: var(--el-fill-color-darker);
    --el-segmented-item-disabled-color: var(--el-text-color-placeholder);
    background: var(--el-segmented-bg-color);
    min-height: 32px;
    padding: var(--el-segmented-padding);
    border-radius: var(--el-border-radius-base);
    color: var(--el-segmented-color);
    box-sizing: border-box;
    align-items: stretch;
    font-size: 14px;
    display: inline-flex
}

.el-segmented__group {
    align-items: stretch;
    width: 100%;
    display: flex;
    position: relative
}

.el-segmented__item-selected {
    background: var(--el-segmented-item-selected-bg-color);
    border-radius: calc(var(--el-border-radius-base) - 2px);
    pointer-events: none;
    width: 10px;
    height: 100%;
    transition: all .3s;
    position: absolute;
    top: 0;
    left: 0
}

.el-segmented__item-selected.is-disabled {
    background: var(--el-segmented-item-selected-disabled-bg-color)
}

.el-segmented__item-selected.is-focus-visible:before {
    content: "";
    border-radius: inherit;
    outline: 2px solid var(--el-segmented-item-selected-bg-color);
    outline-offset: 1px;
    position: absolute;
    inset: 0
}

.el-segmented__item {
    cursor: pointer;
    border-radius: calc(var(--el-border-radius-base) - 2px);
    flex: 1;
    align-items: center;
    padding: 0 11px;
    display: flex
}

.el-segmented__item:not(.is-disabled):not(.is-selected):hover {
    color: var(--el-segmented-item-hover-color);
    background: var(--el-segmented-item-hover-bg-color)
}

.el-segmented__item:not(.is-disabled):not(.is-selected):active {
    background: var(--el-segmented-item-active-bg-color)
}

.el-segmented__item.is-selected,
.el-segmented__item.is-selected.is-disabled {
    color: var(--el-segmented-item-selected-color)
}

.el-segmented__item.is-disabled {
    cursor: not-allowed;
    color: var(--el-segmented-item-disabled-color)
}

.el-segmented__item-input {
    opacity: 0;
    pointer-events: none;
    width: 0;
    height: 0;
    margin: 0;
    position: absolute
}

.el-segmented__item-label {
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 1;
    flex: 1;
    line-height: normal;
    transition: color .3s;
    overflow: hidden
}

.el-segmented.is-block {
    display: flex
}

.el-segmented.is-block .el-segmented__item {
    min-width: 0
}

.el-segmented--large {
    border-radius: var(--el-border-radius-base);
    min-height: 40px;
    font-size: 16px
}

.el-segmented--large .el-segmented__item-selected {
    border-radius: calc(var(--el-border-radius-base) - 2px)
}

.el-segmented--large .el-segmented--vertical .el-segmented__item {
    padding: 11px
}

.el-segmented--large .el-segmented__item {
    border-radius: calc(var(--el-border-radius-base) - 2px);
    padding: 0 11px
}

.el-segmented--small {
    border-radius: calc(var(--el-border-radius-base) - 1px);
    min-height: 24px;
    font-size: 14px
}

.el-segmented--small .el-segmented__item-selected {
    border-radius: calc(var(--el-border-radius-base) - 1px - 2px)
}

.el-segmented--small .el-segmented--vertical .el-segmented__item {
    padding: 7px
}

.el-segmented--small .el-segmented__item {
    border-radius: calc(var(--el-border-radius-base) - 1px - 2px);
    padding: 0 7px
}

.el-mention {
    width: 100%;
    position: relative
}

.el-mention__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-mention__popper.el-popper .el-popper__arrow:before {
    border: 1px solid var(--el-border-color-light)
}

.el-mention__popper.el-popper[data-popper-placement^=top] .el-popper__arrow:before {
    border-top-color: #0000;
    border-left-color: #0000
}

.el-mention__popper.el-popper[data-popper-placement^=bottom] .el-popper__arrow:before {
    border-bottom-color: #0000;
    border-right-color: #0000
}

.el-mention__popper.el-popper[data-popper-placement^=left] .el-popper__arrow:before {
    border-bottom-color: #0000;
    border-left-color: #0000
}

.el-mention__popper.el-popper[data-popper-placement^=right] .el-popper__arrow:before {
    border-top-color: #0000;
    border-right-color: #0000
}

.el-mention-dropdown {
    --el-mention-font-size: var(--el-font-size-base);
    --el-mention-bg-color: var(--el-bg-color-overlay);
    --el-mention-shadow: var(--el-box-shadow-light);
    --el-mention-border: 1px solid var(--el-border-color-light);
    --el-mention-option-color: var(--el-text-color-regular);
    --el-mention-option-height: 34px;
    --el-mention-option-min-width: 100px;
    --el-mention-option-hover-background: var(--el-fill-color-light);
    --el-mention-option-selected-color: var(--el-color-primary);
    --el-mention-option-disabled-color: var(--el-text-color-placeholder);
    --el-mention-option-loading-color: var(--el-text-color-secondary);
    --el-mention-option-loading-padding: 10px 0;
    --el-mention-max-height: 174px;
    --el-mention-padding: 6px 0;
    --el-mention-header-padding: 10px;
    --el-mention-footer-padding: 10px
}

.el-mention-dropdown__item {
    font-size: var(--el-mention-font-size);
    white-space: nowrap;
    text-overflow: ellipsis;
    color: var(--el-mention-option-color);
    height: var(--el-mention-option-height);
    line-height: var(--el-mention-option-height);
    box-sizing: border-box;
    min-width: var(--el-mention-option-min-width);
    cursor: pointer;
    padding: 0 20px;
    position: relative;
    overflow: hidden
}

.el-mention-dropdown__item.is-hovering {
    background-color: var(--el-mention-option-hover-background)
}

.el-mention-dropdown__item.is-selected {
    color: var(--el-mention-option-selected-color);
    font-weight: 700
}

.el-mention-dropdown__item.is-disabled {
    color: var(--el-mention-option-disabled-color);
    cursor: not-allowed;
    background-color: unset
}

.el-mention-dropdown {
    z-index: calc(var(--el-index-top) + 1);
    border-radius: var(--el-border-radius-base);
    box-sizing: border-box
}

.el-mention-dropdown__loading {
    text-align: center;
    color: var(--el-mention-option-loading-color);
    min-width: var(--el-mention-option-min-width);
    margin: 0;
    padding: 10px 0;
    font-size: 12px
}

.el-mention-dropdown__wrap {
    max-height: var(--el-mention-max-height)
}

.el-mention-dropdown__list {
    padding: var(--el-mention-padding);
    box-sizing: border-box;
    margin: 0;
    list-style: none
}

.el-mention-dropdown__header {
    padding: var(--el-mention-header-padding);
    border-bottom: var(--el-mention-border)
}

.el-mention-dropdown__footer {
    padding: var(--el-mention-footer-padding);
    border-top: var(--el-mention-border)
}

.el-splitter {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    position: relative
}

.el-splitter__mask {
    z-index: 999;
    position: absolute;
    inset: 0
}

.el-splitter__mask-horizontal {
    cursor: ew-resize
}

.el-splitter__mask-vertical {
    cursor: ns-resize
}

.el-splitter__horizontal {
    flex-direction: row
}

.el-splitter__vertical {
    flex-direction: column
}

.el-splitter-bar {
    -webkit-user-select: none;
    user-select: none;
    flex: none;
    position: relative
}

.el-splitter-bar__dragger {
    z-index: 1;
    background: 0 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.el-splitter-bar__dragger:before,
.el-splitter-bar__dragger:after {
    content: "";
    background-color: var(--el-border-color-light);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.el-splitter-bar__dragger:not(.is-lazy):after {
    display: none
}

.el-splitter-bar__dragger:after {
    opacity: .4
}

.el-splitter-bar__dragger:hover:not(.is-disabled):before {
    background-color: var(--el-color-primary-light-5)
}

.el-splitter-bar__dragger-horizontal:before,
.el-splitter-bar__dragger-horizontal:after {
    width: 2px;
    height: 100%
}

.el-splitter-bar__dragger-vertical:before,
.el-splitter-bar__dragger-vertical:after {
    width: 100%;
    height: 2px
}

.el-splitter-bar__dragger-active:before,
.el-splitter-bar__dragger-active:after {
    background-color: var(--el-color-primary-light-3)
}

.el-splitter-bar__dragger-active.el-splitter-bar__dragger-horizontal:after {
    transform: translate(calc(-50% + var(--el-splitter-bar-offset)), -50%)
}

.el-splitter-bar__dragger-active.el-splitter-bar__dragger-vertical:after {
    transform: translate(-50%, calc(-50% + var(--el-splitter-bar-offset)))
}

.el-splitter-bar:hover .el-splitter-bar__collapse-icon {
    opacity: 1
}

.el-splitter-bar__collapse-icon {
    background: var(--el-border-color-light);
    cursor: pointer;
    opacity: 0;
    z-index: 9;
    border-radius: 2px;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute
}

.el-splitter-bar__collapse-icon:hover {
    opacity: 1;
    background-color: var(--el-color-primary-light-5)
}

.el-splitter-bar__horizontal-collapse-icon-start {
    width: 16px;
    height: 24px;
    top: 50%;
    left: -12px;
    transform: translate(-50%, -50%)
}

.el-splitter-bar__horizontal-collapse-icon-end {
    width: 16px;
    height: 24px;
    top: 50%;
    left: 12px;
    transform: translate(-50%, -50%)
}

.el-splitter-bar__vertical-collapse-icon-start {
    width: 24px;
    height: 16px;
    top: -12px;
    right: 50%;
    transform: translate(50%, -50%)
}

.el-splitter-bar__vertical-collapse-icon-end {
    width: 24px;
    height: 16px;
    top: 12px;
    right: 50%;
    transform: translate(50%, -50%)
}

.el-splitter-panel {
    scrollbar-width: thin;
    box-sizing: border-box;
    flex-grow: 0;
    overflow: auto
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none !important
}

:root {
    --next-color-white: #ffffff;
    --next-bg-main-color: #f8f8f8;
    --next-bg-color: #f5f5ff;
    --next-border-color-light: #f1f2f3;
    --next-color-primary-lighter: #ecf5ff;
    --next-color-success-lighter: #f0f9eb;
    --next-color-warning-lighter: #fdf6ec;
    --next-color-danger-lighter: #fef0f0;
    --next-color-dark-hover: #0000001a;
    --next-color-menu-hover: rgba(0, 0, 0, .2);
    --next-color-user-hover: rgba(0, 0, 0, .04);
    --next-color-seting-main: #e9eef3;
    --next-color-seting-aside: #d3dce6;
    --next-color-seting-header: #b3c0d1;
    --color1: #3BE3FE;
    --color2: #747474;
    --color3: #323232;
    --color11: #DEF8FF;
    --color12: #278CFF;
    --color13: #FFFFFF;
    --color14: #FFB82A;
    --color15: #F4F4F4;
    --color16: #DFDFDF;
    --color17: #CBCBCB;
    --color18: #929292;
    --color19: #3D3D3D;
    --color20: #F8FAFC;
    --color21: #f3f3f7;
    --znbg: #f3f3f7;
    --coloricon: #BBC5CD;
    --tt: #282828;
    --tt2: #959595;
    --tt3: #404040;
    --dd: #929292;
    --dd2: #dfdfdf;
    --dd3: #B1B1B1;
    --dd4: #9F9F9F;
    --dd5: #B0B0B0;
    --dd6: #5F5F5F;
    --placeholder-color: #C7C7C7;
    --dd7: #666666;
    --wrong: #E50000;
    --rich: #888888;
    --gridtt: #6F6F6F;
    --sj: #efefef;
    --gray: #c6c6c6;
    --line: #e9e9e9;
    --bg1: #F6F0E8;
    --bg2: #f5f5f5;
    --bg3: #f8f4ee;
    --timett: #AEAEAE;
    --color5A: #5a5a5a;
    --color7F: #7f7f7f;
    --colorF5: #f5f5f5;
    --color72: #727272;
    --colorFF: #ffffff;
    --colorF2: #f2f2f2;
    --color22: #222222;
    --color26: #262626;
    --color78: #787878;
    --color60: #606060;
    --colorAA: #222222;
    --colorF4: #f4f4f4;
    --colorB6: #b6b6b6;
    --color8d: #8D8D8D;
    --colorDD: #787878;
    --color70: #707070;
    --colorE5: #E50000;
    --colorA0: #A0A0A0;
    --color39: #393939;
    --fz90: 90px;
    --fz80: 80px;
    --fz72: 72px;
    --fz70: 70px;
    --fz60: 60px;
    --fz56: 56px;
    --fz52: 52px;
    --fz50: 50px;
    --fz48: 48px;
    --fz46: 46px;
    --fz40: 40px;
    --fz38: 38px;
    --fz36: 36px;
    --fz30: 30px;
    --fz28: 28px;
    --fz26: 26px;
    --fz24: 24px;
    --fz22: 22px;
    --fz20: 20px;
    --fz18: 18px;
    --fz16: 16px;
    --fz14: 14px;
    --fz12: 12px
}

html,
body,
#app {
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: Roboto, roboto2 !important;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    background-color: var(--next-bg-main-color);
    font-size: 14px;
    position: relative
}

body {
    background-color: #323232;
    min-height: 1271px
}

button,
input,
textarea {
    color: inherit;
    appearance: none;
    resize: none;
    margin: 0;
    font: inherit;
    outline: none;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    background: none
}

#nprogress .bar {
    background: var(--el-color-primary) !important;
    z-index: 9999999 !important
}

.flex,
.flex-center {
    display: flex
}

.flex-auto {
    flex: 1;
    overflow: hidden
}

.flex-center {
    flex-direction: column;
    width: 100%;
    overflow: hidden
}

.flex-margin {
    margin: auto
}

.flex-warp {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    margin: 0 -5px
}

.flex-warp .flex-warp-item {
    padding: 5px
}

.flex-warp .flex-warp-item .flex-warp-item-box {
    width: 100%;
    height: 100%
}

.cursor-default {
    cursor: default !important
}

.cursor-help {
    cursor: help !important
}

.cursor-pointer {
    cursor: pointer !important
}

.cursor-move {
    cursor: move !important
}

.w100 {
    width: 100% !important
}

.h100 {
    height: 100% !important
}

.vh100 {
    height: 100vh !important
}

.max100vh {
    max-height: 100vh !important
}

.min100vh {
    min-height: 100vh !important
}

.color-primary {
    color: var(--el-color-primary)
}

.color-success {
    color: var(--el-color-success)
}

.color-warning {
    color: var(--el-color-warning)
}

.color-danger {
    color: var(--el-color-danger)
}

.color-info {
    color: var(--el-color-info)
}

.font10 {
    font-size: 10px !important
}

.font11 {
    font-size: 11px !important
}

.font12 {
    font-size: 12px !important
}

.font13 {
    font-size: 13px !important
}

.font14 {
    font-size: 14px !important
}

.font15 {
    font-size: 15px !important
}

.font16 {
    font-size: 16px !important
}

.font17 {
    font-size: 17px !important
}

.font18 {
    font-size: 18px !important
}

.font19 {
    font-size: 19px !important
}

.font20 {
    font-size: 20px !important
}

.font21 {
    font-size: 21px !important
}

.font22 {
    font-size: 22px !important
}

.font23 {
    font-size: 23px !important
}

.font24 {
    font-size: 24px !important
}

.font25 {
    font-size: 25px !important
}

.font26 {
    font-size: 26px !important
}

.font27 {
    font-size: 27px !important
}

.font28 {
    font-size: 28px !important
}

.font29 {
    font-size: 29px !important
}

.font30 {
    font-size: 30px !important
}

.font31 {
    font-size: 31px !important
}

.font32 {
    font-size: 32px !important
}

.mt1 {
    margin-top: 1px !important
}

.mr1 {
    margin-right: 1px !important
}

.mb1 {
    margin-bottom: 1px !important
}

.ml1 {
    margin-left: 1px !important
}

.pt1 {
    padding-top: 1px !important
}

.pr1 {
    padding-right: 1px !important
}

.pb1 {
    padding-bottom: 1px !important
}

.pl1 {
    padding-left: 1px !important
}

.mt2 {
    margin-top: 2px !important
}

.mr2 {
    margin-right: 2px !important
}

.mb2 {
    margin-bottom: 2px !important
}

.ml2 {
    margin-left: 2px !important
}

.pt2 {
    padding-top: 2px !important
}

.pr2 {
    padding-right: 2px !important
}

.pb2 {
    padding-bottom: 2px !important
}

.pl2 {
    padding-left: 2px !important
}

.mt3 {
    margin-top: 3px !important
}

.mr3 {
    margin-right: 3px !important
}

.mb3 {
    margin-bottom: 3px !important
}

.ml3 {
    margin-left: 3px !important
}

.pt3 {
    padding-top: 3px !important
}

.pr3 {
    padding-right: 3px !important
}

.pb3 {
    padding-bottom: 3px !important
}

.pl3 {
    padding-left: 3px !important
}

.mt4 {
    margin-top: 4px !important
}

.mr4 {
    margin-right: 4px !important
}

.mb4 {
    margin-bottom: 4px !important
}

.ml4 {
    margin-left: 4px !important
}

.pt4 {
    padding-top: 4px !important
}

.pr4 {
    padding-right: 4px !important
}

.pb4 {
    padding-bottom: 4px !important
}

.pl4 {
    padding-left: 4px !important
}

.mt5 {
    margin-top: 5px !important
}

.mr5 {
    margin-right: 5px !important
}

.mb5 {
    margin-bottom: 5px !important
}

.ml5 {
    margin-left: 5px !important
}

.pt5 {
    padding-top: 5px !important
}

.pr5 {
    padding-right: 5px !important
}

.pb5 {
    padding-bottom: 5px !important
}

.pl5 {
    padding-left: 5px !important
}

.mt6 {
    margin-top: 6px !important
}

.mr6 {
    margin-right: 6px !important
}

.mb6 {
    margin-bottom: 6px !important
}

.ml6 {
    margin-left: 6px !important
}

.pt6 {
    padding-top: 6px !important
}

.pr6 {
    padding-right: 6px !important
}

.pb6 {
    padding-bottom: 6px !important
}

.pl6 {
    padding-left: 6px !important
}

.mt7 {
    margin-top: 7px !important
}

.mr7 {
    margin-right: 7px !important
}

.mb7 {
    margin-bottom: 7px !important
}

.ml7 {
    margin-left: 7px !important
}

.pt7 {
    padding-top: 7px !important
}

.pr7 {
    padding-right: 7px !important
}

.pb7 {
    padding-bottom: 7px !important
}

.pl7 {
    padding-left: 7px !important
}

.mt8 {
    margin-top: 8px !important
}

.mr8 {
    margin-right: 8px !important
}

.mb8 {
    margin-bottom: 8px !important
}

.ml8 {
    margin-left: 8px !important
}

.pt8 {
    padding-top: 8px !important
}

.pr8 {
    padding-right: 8px !important
}

.pb8 {
    padding-bottom: 8px !important
}

.pl8 {
    padding-left: 8px !important
}

.mt9 {
    margin-top: 9px !important
}

.mr9 {
    margin-right: 9px !important
}

.mb9 {
    margin-bottom: 9px !important
}

.ml9 {
    margin-left: 9px !important
}

.pt9 {
    padding-top: 9px !important
}

.pr9 {
    padding-right: 9px !important
}

.pb9 {
    padding-bottom: 9px !important
}

.pl9 {
    padding-left: 9px !important
}

.mt10 {
    margin-top: 10px !important
}

.mr10 {
    margin-right: 10px !important
}

.mb10 {
    margin-bottom: 10px !important
}

.ml10 {
    margin-left: 10px !important
}

.pt10 {
    padding-top: 10px !important
}

.pr10 {
    padding-right: 10px !important
}

.pb10 {
    padding-bottom: 10px !important
}

.pl10 {
    padding-left: 10px !important
}

.mt11 {
    margin-top: 11px !important
}

.mr11 {
    margin-right: 11px !important
}

.mb11 {
    margin-bottom: 11px !important
}

.ml11 {
    margin-left: 11px !important
}

.pt11 {
    padding-top: 11px !important
}

.pr11 {
    padding-right: 11px !important
}

.pb11 {
    padding-bottom: 11px !important
}

.pl11 {
    padding-left: 11px !important
}

.mt12 {
    margin-top: 12px !important
}

.mr12 {
    margin-right: 12px !important
}

.mb12 {
    margin-bottom: 12px !important
}

.ml12 {
    margin-left: 12px !important
}

.pt12 {
    padding-top: 12px !important
}

.pr12 {
    padding-right: 12px !important
}

.pb12 {
    padding-bottom: 12px !important
}

.pl12 {
    padding-left: 12px !important
}

.mt13 {
    margin-top: 13px !important
}

.mr13 {
    margin-right: 13px !important
}

.mb13 {
    margin-bottom: 13px !important
}

.ml13 {
    margin-left: 13px !important
}

.pt13 {
    padding-top: 13px !important
}

.pr13 {
    padding-right: 13px !important
}

.pb13 {
    padding-bottom: 13px !important
}

.pl13 {
    padding-left: 13px !important
}

.mt14 {
    margin-top: 14px !important
}

.mr14 {
    margin-right: 14px !important
}

.mb14 {
    margin-bottom: 14px !important
}

.ml14 {
    margin-left: 14px !important
}

.pt14 {
    padding-top: 14px !important
}

.pr14 {
    padding-right: 14px !important
}

.pb14 {
    padding-bottom: 14px !important
}

.pl14 {
    padding-left: 14px !important
}

.mt15 {
    margin-top: 15px !important
}

.mr15 {
    margin-right: 15px !important
}

.mb15 {
    margin-bottom: 15px !important
}

.ml15 {
    margin-left: 15px !important
}

.pt15 {
    padding-top: 15px !important
}

.pr15 {
    padding-right: 15px !important
}

.pb15 {
    padding-bottom: 15px !important
}

.pl15 {
    padding-left: 15px !important
}

.mt16 {
    margin-top: 16px !important
}

.mr16 {
    margin-right: 16px !important
}

.mb16 {
    margin-bottom: 16px !important
}

.ml16 {
    margin-left: 16px !important
}

.pt16 {
    padding-top: 16px !important
}

.pr16 {
    padding-right: 16px !important
}

.pb16 {
    padding-bottom: 16px !important
}

.pl16 {
    padding-left: 16px !important
}

.mt17 {
    margin-top: 17px !important
}

.mr17 {
    margin-right: 17px !important
}

.mb17 {
    margin-bottom: 17px !important
}

.ml17 {
    margin-left: 17px !important
}

.pt17 {
    padding-top: 17px !important
}

.pr17 {
    padding-right: 17px !important
}

.pb17 {
    padding-bottom: 17px !important
}

.pl17 {
    padding-left: 17px !important
}

.mt18 {
    margin-top: 18px !important
}

.mr18 {
    margin-right: 18px !important
}

.mb18 {
    margin-bottom: 18px !important
}

.ml18 {
    margin-left: 18px !important
}

.pt18 {
    padding-top: 18px !important
}

.pr18 {
    padding-right: 18px !important
}

.pb18 {
    padding-bottom: 18px !important
}

.pl18 {
    padding-left: 18px !important
}

.mt19 {
    margin-top: 19px !important
}

.mr19 {
    margin-right: 19px !important
}

.mb19 {
    margin-bottom: 19px !important
}

.ml19 {
    margin-left: 19px !important
}

.pt19 {
    padding-top: 19px !important
}

.pr19 {
    padding-right: 19px !important
}

.pb19 {
    padding-bottom: 19px !important
}

.pl19 {
    padding-left: 19px !important
}

.mt20 {
    margin-top: 20px !important
}

.mr20 {
    margin-right: 20px !important
}

.mb20 {
    margin-bottom: 20px !important
}

.ml20 {
    margin-left: 20px !important
}

.pt20 {
    padding-top: 20px !important
}

.pr20 {
    padding-right: 20px !important
}

.pb20 {
    padding-bottom: 20px !important
}

.pl20 {
    padding-left: 20px !important
}

.mt21 {
    margin-top: 21px !important
}

.mr21 {
    margin-right: 21px !important
}

.mb21 {
    margin-bottom: 21px !important
}

.ml21 {
    margin-left: 21px !important
}

.pt21 {
    padding-top: 21px !important
}

.pr21 {
    padding-right: 21px !important
}

.pb21 {
    padding-bottom: 21px !important
}

.pl21 {
    padding-left: 21px !important
}

.mt22 {
    margin-top: 22px !important
}

.mr22 {
    margin-right: 22px !important
}

.mb22 {
    margin-bottom: 22px !important
}

.ml22 {
    margin-left: 22px !important
}

.pt22 {
    padding-top: 22px !important
}

.pr22 {
    padding-right: 22px !important
}

.pb22 {
    padding-bottom: 22px !important
}

.pl22 {
    padding-left: 22px !important
}

.mt23 {
    margin-top: 23px !important
}

.mr23 {
    margin-right: 23px !important
}

.mb23 {
    margin-bottom: 23px !important
}

.ml23 {
    margin-left: 23px !important
}

.pt23 {
    padding-top: 23px !important
}

.pr23 {
    padding-right: 23px !important
}

.pb23 {
    padding-bottom: 23px !important
}

.pl23 {
    padding-left: 23px !important
}

.mt24 {
    margin-top: 24px !important
}

.mr24 {
    margin-right: 24px !important
}

.mb24 {
    margin-bottom: 24px !important
}

.ml24 {
    margin-left: 24px !important
}

.pt24 {
    padding-top: 24px !important
}

.pr24 {
    padding-right: 24px !important
}

.pb24 {
    padding-bottom: 24px !important
}

.pl24 {
    padding-left: 24px !important
}

.mt25 {
    margin-top: 25px !important
}

.mr25 {
    margin-right: 25px !important
}

.mb25 {
    margin-bottom: 25px !important
}

.ml25 {
    margin-left: 25px !important
}

.pt25 {
    padding-top: 25px !important
}

.pr25 {
    padding-right: 25px !important
}

.pb25 {
    padding-bottom: 25px !important
}

.pl25 {
    padding-left: 25px !important
}

.mt26 {
    margin-top: 26px !important
}

.mr26 {
    margin-right: 26px !important
}

.mb26 {
    margin-bottom: 26px !important
}

.ml26 {
    margin-left: 26px !important
}

.pt26 {
    padding-top: 26px !important
}

.pr26 {
    padding-right: 26px !important
}

.pb26 {
    padding-bottom: 26px !important
}

.pl26 {
    padding-left: 26px !important
}

.mt27 {
    margin-top: 27px !important
}

.mr27 {
    margin-right: 27px !important
}

.mb27 {
    margin-bottom: 27px !important
}

.ml27 {
    margin-left: 27px !important
}

.pt27 {
    padding-top: 27px !important
}

.pr27 {
    padding-right: 27px !important
}

.pb27 {
    padding-bottom: 27px !important
}

.pl27 {
    padding-left: 27px !important
}

.mt28 {
    margin-top: 28px !important
}

.mr28 {
    margin-right: 28px !important
}

.mb28 {
    margin-bottom: 28px !important
}

.ml28 {
    margin-left: 28px !important
}

.pt28 {
    padding-top: 28px !important
}

.pr28 {
    padding-right: 28px !important
}

.pb28 {
    padding-bottom: 28px !important
}

.pl28 {
    padding-left: 28px !important
}

.mt29 {
    margin-top: 29px !important
}

.mr29 {
    margin-right: 29px !important
}

.mb29 {
    margin-bottom: 29px !important
}

.ml29 {
    margin-left: 29px !important
}

.pt29 {
    padding-top: 29px !important
}

.pr29 {
    padding-right: 29px !important
}

.pb29 {
    padding-bottom: 29px !important
}

.pl29 {
    padding-left: 29px !important
}

.mt30 {
    margin-top: 30px !important
}

.mr30 {
    margin-right: 30px !important
}

.mb30 {
    margin-bottom: 30px !important
}

.ml30 {
    margin-left: 30px !important
}

.pt30 {
    padding-top: 30px !important
}

.pr30 {
    padding-right: 30px !important
}

.pb30 {
    padding-bottom: 30px !important
}

.pl30 {
    padding-left: 30px !important
}

.mt31 {
    margin-top: 31px !important
}

.mr31 {
    margin-right: 31px !important
}

.mb31 {
    margin-bottom: 31px !important
}

.ml31 {
    margin-left: 31px !important
}

.pt31 {
    padding-top: 31px !important
}

.pr31 {
    padding-right: 31px !important
}

.pb31 {
    padding-bottom: 31px !important
}

.pl31 {
    padding-left: 31px !important
}

.mt32 {
    margin-top: 32px !important
}

.mr32 {
    margin-right: 32px !important
}

.mb32 {
    margin-bottom: 32px !important
}

.ml32 {
    margin-left: 32px !important
}

.pt32 {
    padding-top: 32px !important
}

.pr32 {
    padding-right: 32px !important
}

.pb32 {
    padding-bottom: 32px !important
}

.pl32 {
    padding-left: 32px !important
}

.mt33 {
    margin-top: 33px !important
}

.mr33 {
    margin-right: 33px !important
}

.mb33 {
    margin-bottom: 33px !important
}

.ml33 {
    margin-left: 33px !important
}

.pt33 {
    padding-top: 33px !important
}

.pr33 {
    padding-right: 33px !important
}

.pb33 {
    padding-bottom: 33px !important
}

.pl33 {
    padding-left: 33px !important
}

.mt34 {
    margin-top: 34px !important
}

.mr34 {
    margin-right: 34px !important
}

.mb34 {
    margin-bottom: 34px !important
}

.ml34 {
    margin-left: 34px !important
}

.pt34 {
    padding-top: 34px !important
}

.pr34 {
    padding-right: 34px !important
}

.pb34 {
    padding-bottom: 34px !important
}

.pl34 {
    padding-left: 34px !important
}

.mt35 {
    margin-top: 35px !important
}

.mr35 {
    margin-right: 35px !important
}

.mb35 {
    margin-bottom: 35px !important
}

.ml35 {
    margin-left: 35px !important
}

.pt35 {
    padding-top: 35px !important
}

.pr35 {
    padding-right: 35px !important
}

.pb35 {
    padding-bottom: 35px !important
}

.pl35 {
    padding-left: 35px !important
}

.mt36 {
    margin-top: 36px !important
}

.mr36 {
    margin-right: 36px !important
}

.mb36 {
    margin-bottom: 36px !important
}

.ml36 {
    margin-left: 36px !important
}

.pt36 {
    padding-top: 36px !important
}

.pr36 {
    padding-right: 36px !important
}

.pb36 {
    padding-bottom: 36px !important
}

.pl36 {
    padding-left: 36px !important
}

.mt37 {
    margin-top: 37px !important
}

.mr37 {
    margin-right: 37px !important
}

.mb37 {
    margin-bottom: 37px !important
}

.ml37 {
    margin-left: 37px !important
}

.pt37 {
    padding-top: 37px !important
}

.pr37 {
    padding-right: 37px !important
}

.pb37 {
    padding-bottom: 37px !important
}

.pl37 {
    padding-left: 37px !important
}

.mt38 {
    margin-top: 38px !important
}

.mr38 {
    margin-right: 38px !important
}

.mb38 {
    margin-bottom: 38px !important
}

.ml38 {
    margin-left: 38px !important
}

.pt38 {
    padding-top: 38px !important
}

.pr38 {
    padding-right: 38px !important
}

.pb38 {
    padding-bottom: 38px !important
}

.pl38 {
    padding-left: 38px !important
}

.mt39 {
    margin-top: 39px !important
}

.mr39 {
    margin-right: 39px !important
}

.mb39 {
    margin-bottom: 39px !important
}

.ml39 {
    margin-left: 39px !important
}

.pt39 {
    padding-top: 39px !important
}

.pr39 {
    padding-right: 39px !important
}

.pb39 {
    padding-bottom: 39px !important
}

.pl39 {
    padding-left: 39px !important
}

.mt40 {
    margin-top: 40px !important
}

.mr40 {
    margin-right: 40px !important
}

.mb40 {
    margin-bottom: 40px !important
}

.ml40 {
    margin-left: 40px !important
}

.pt40 {
    padding-top: 40px !important
}

.pr40 {
    padding-right: 40px !important
}

.pb40 {
    padding-bottom: 40px !important
}

.pl40 {
    padding-left: 40px !important
}

.mt41 {
    margin-top: 41px !important
}

.mr41 {
    margin-right: 41px !important
}

.mb41 {
    margin-bottom: 41px !important
}

.ml41 {
    margin-left: 41px !important
}

.pt41 {
    padding-top: 41px !important
}

.pr41 {
    padding-right: 41px !important
}

.pb41 {
    padding-bottom: 41px !important
}

.pl41 {
    padding-left: 41px !important
}

.mt42 {
    margin-top: 42px !important
}

.mr42 {
    margin-right: 42px !important
}

.mb42 {
    margin-bottom: 42px !important
}

.ml42 {
    margin-left: 42px !important
}

.pt42 {
    padding-top: 42px !important
}

.pr42 {
    padding-right: 42px !important
}

.pb42 {
    padding-bottom: 42px !important
}

.pl42 {
    padding-left: 42px !important
}

.mt43 {
    margin-top: 43px !important
}

.mr43 {
    margin-right: 43px !important
}

.mb43 {
    margin-bottom: 43px !important
}

.ml43 {
    margin-left: 43px !important
}

.pt43 {
    padding-top: 43px !important
}

.pr43 {
    padding-right: 43px !important
}

.pb43 {
    padding-bottom: 43px !important
}

.pl43 {
    padding-left: 43px !important
}

.mt44 {
    margin-top: 44px !important
}

.mr44 {
    margin-right: 44px !important
}

.mb44 {
    margin-bottom: 44px !important
}

.ml44 {
    margin-left: 44px !important
}

.pt44 {
    padding-top: 44px !important
}

.pr44 {
    padding-right: 44px !important
}

.pb44 {
    padding-bottom: 44px !important
}

.pl44 {
    padding-left: 44px !important
}

.mt45 {
    margin-top: 45px !important
}

.mr45 {
    margin-right: 45px !important
}

.mb45 {
    margin-bottom: 45px !important
}

.ml45 {
    margin-left: 45px !important
}

.pt45 {
    padding-top: 45px !important
}

.pr45 {
    padding-right: 45px !important
}

.pb45 {
    padding-bottom: 45px !important
}

.pl45 {
    padding-left: 45px !important
}

.mt46 {
    margin-top: 46px !important
}

.mr46 {
    margin-right: 46px !important
}

.mb46 {
    margin-bottom: 46px !important
}

.ml46 {
    margin-left: 46px !important
}

.pt46 {
    padding-top: 46px !important
}

.pr46 {
    padding-right: 46px !important
}

.pb46 {
    padding-bottom: 46px !important
}

.pl46 {
    padding-left: 46px !important
}

.mt47 {
    margin-top: 47px !important
}

.mr47 {
    margin-right: 47px !important
}

.mb47 {
    margin-bottom: 47px !important
}

.ml47 {
    margin-left: 47px !important
}

.pt47 {
    padding-top: 47px !important
}

.pr47 {
    padding-right: 47px !important
}

.pb47 {
    padding-bottom: 47px !important
}

.pl47 {
    padding-left: 47px !important
}

.mt48 {
    margin-top: 48px !important
}

.mr48 {
    margin-right: 48px !important
}

.mb48 {
    margin-bottom: 48px !important
}

.ml48 {
    margin-left: 48px !important
}

.pt48 {
    padding-top: 48px !important
}

.pr48 {
    padding-right: 48px !important
}

.pb48 {
    padding-bottom: 48px !important
}

.pl48 {
    padding-left: 48px !important
}

.mt49 {
    margin-top: 49px !important
}

.mr49 {
    margin-right: 49px !important
}

.mb49 {
    margin-bottom: 49px !important
}

.ml49 {
    margin-left: 49px !important
}

.pt49 {
    padding-top: 49px !important
}

.pr49 {
    padding-right: 49px !important
}

.pb49 {
    padding-bottom: 49px !important
}

.pl49 {
    padding-left: 49px !important
}

.mt50 {
    margin-top: 50px !important
}

.mr50 {
    margin-right: 50px !important
}

.mb50 {
    margin-bottom: 50px !important
}

.ml50 {
    margin-left: 50px !important
}

.pt50 {
    padding-top: 50px !important
}

.pr50 {
    padding-right: 50px !important
}

.pb50 {
    padding-bottom: 50px !important
}

.pl50 {
    padding-left: 50px !important
}

.common-page-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 10px 0;
    padding-left: 10px
}

.filter-condition-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row
}

.filter-condition-box .filter-label {
    margin-right: 10px;
    margin-bottom: 5px
}

.filter-condition-box .filter-condition-item {
    width: 200px;
    margin-right: 5px;
    margin-bottom: 5px
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-left {
    text-align: left
}

.text-over-elli {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.x-noscroll::-webkit-scrollbar {
    width: 0;
    height: 0;
    background-color: transparent;
    overflow-x: auto;
    scroll-snap-type: x mandatory
}

.y-noscroll::-webkit-scrollbar {
    width: 0;
    height: 0;
    background-color: transparent;
    overflow-y: auto;
    scroll-snap-type: y mandatory
}

.hasscroll {
    overflow-x: auto
}

.hasscroll::-webkit-scrollbar {
    height: 4px;
    border-radius: 2px
}

.hasscroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px transparent;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.hasscroll::-webkit-scrollbar-thumb {
    height: 4px;
    border-radius: 2px;
    background-color: #e6e6e6;
    opacity: 1
}

.hasscroll::-webkit-scrollbar-thumb:window-inactive {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.y-hasscroll {
    padding-right: 10px;
    overflow-y: auto
}

.y-hasscroll::-webkit-scrollbar {
    width: 4px;
    border-radius: 2px
}

.y-hasscroll::-webkit-scrollbar-track {
    background-color: #e1e1e1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.y-hasscroll::-webkit-scrollbar-thumb {
    width: 4px;
    border-radius: 2px;
    background: #dfdfdf;
    opacity: 1
}

@media screen and (max-width:768px) {
    .is-web {
        display: none !important;
    }

    .is-mobile {
        display: block !important;
    }

    .navbar[data-v-d1ff918a] {
        display: none !important;
    }

}

@media only screen and (max-width:1680px) {
    :root {
        --fz90: 60px;
        --fz80: 50px;
        --fz70: 46px;
        --fz60: 42px;
        --fz56: 40px;
        --fz52: 38px;
        --fz50: 36px;
        --fz48: 36px;
        --fz46: 34px;
        --fz40: 30px;
        --fz38: 30px;
        --fz36: 30px;
        --fz30: 28px;
        --fz28: 26px;
        --fz26: 24px;
        --fz24: 22px;
        --fz22: 20px;
        --fz20: 18px;
        --fz18: 16px;
        --fz16: 14px;
        --fz14: 14px;
        --fz12: 12px
    }
}

@media only screen and (max-width:1024px) {
    :root {
        --fz90: 50px;
        --fz80: 50px;
        --fz70: 40px;
        --fz60: 40px;
        --fz56: 34px;
        --fz52: 36px;
        --fz50: 34px;
        --fz48: 34px;
        --fz46: 30px;
        --fz40: 24px;
        --fz38: 24px;
        --fz36: 24px;
        --fz30: 20px;
        --fz28: 20px;
        --fz26: 20px;
        --fz24: 18px;
        --fz22: 18px;
        --fz20: 18px;
        --fz18: 16px;
        --fz16: 14px;
        --fz14: 14px;
        --fz12: 12px
    }
}

@media only screen and (max-width:768px) {
    :root {
        --fz90: 54px;
        --fz80: 54px;
        --fz70: 32px;
        --fz60: 32px;
        --fz56: 26px;
        --fz52: 32px;
        --fz50: 32px;
        --fz48: 28px;
        --fz46: 28px;
        --fz40: 24px;
        --fz38: 28px;
        --fz36: 28px;
        --fz30: 20px;
        --fz28: 20px;
        --fz26: 20px;
        --fz24: 18px;
        --fz22: 18px;
        --fz20: 18px;
        --fz18: 16px;
        --fz16: 14px;
        --fz14: 14px;
        --fz12: 12px
    }
}

.slide-right-enter-active,
.slide-right-leave-active,
.slide-left-enter-active,
.slide-left-leave-active {
    will-change: transform;
    transition: all .3s ease
}

.slide-right-enter-from,
.slide-left-leave-to {
    opacity: 0;
    transform: translate(-20px)
}

.slide-right-leave-to,
.slide-left-enter-from {
    opacity: 0;
    transform: translate(20px)
}

.opacitys-enter-active,
.opacitys-leave-active {
    will-change: transform;
    transition: all .3s ease
}

.opacitys-enter-from,
.opacitys-leave-to {
    opacity: 0
}

.breadcrumb-enter-active,
.breadcrumb-leave-active {
    transition: all .5s ease
}

.breadcrumb-enter-from,
.breadcrumb-leave-active {
    opacity: 0;
    transform: translate(20px)
}

.breadcrumb-leave-active {
    position: absolute;
    z-index: -1
}

@keyframes logoAnimation {
    0% {
        transform: scale(0)
    }

    80% {
        transform: scale(1.2)
    }

    to {
        transform: scale(1)
    }
}

@keyframes error-num {
    0% {
        transform: translateY(60px);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes error-img {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes error-img-two {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes loginLeft {
    0% {
        left: -100%
    }

    50%,
    to {
        left: 100%
    }
}

@keyframes loginTop {
    0% {
        top: -100%
    }

    50%,
    to {
        top: 100%
    }
}

@keyframes loginRight {
    0% {
        right: -100%
    }

    50%,
    to {
        right: 100%
    }
}

@keyframes loginBottom {
    0% {
        bottom: -100%
    }

    50%,
    to {
        bottom: 100%
    }
}

@keyframes toRight {
    0% {
        left: -5px
    }

    50% {
        left: 100%
    }

    to {
        left: -5px
    }
}

@media screen and (max-width:768px) {
    .error .error-flex {
        flex-direction: column-reverse !important;
        height: auto !important;
        width: 100% !important
    }

    .error .right,
    .error .left {
        flex: unset !important;
        display: flex !important
    }

    .error .left-item,
    .error .right img {
        margin: auto !important
    }

    .error .right img {
        max-width: 450px !important
    }
}

@media screen and (min-width:768px)and (max-width:992px) {
    .error .error-flex {
        padding-left: 30px !important
    }
}

@media screen and (max-width:1200px) {
    .error .error-flex {
        padding: 0 30px
    }
}

@media screen and (max-width:768px) {

    .home-media,
    .home-media-sm {
        margin-top: 15px
    }
}

@media screen and (max-width:1200px) {
    .home-media-lg {
        margin-top: 15px
    }

    .home-monitor .flex-warp-item {
        width: 33.33% !important
    }
}

@media screen and (max-width:768px) {
    .big-data-down-left {
        width: 100% !important;
        flex-direction: unset !important;
        flex-wrap: wrap
    }

    .big-data-down-left .flex-warp-item {
        min-height: 196.24px;
        padding: 0 7.5px 15px 15px !important
    }

    .big-data-down-left .flex-warp-item .flex-warp-item-box {
        border: none !important;
        border-bottom: 1px solid #ebeef5 !important
    }

    .big-data-down-center {
        width: 100% !important
    }

    .big-data-down-center .big-data-down-center-one,
    .big-data-down-center .big-data-down-center-two {
        min-height: 196.24px;
        padding-left: 15px !important
    }

    .big-data-down-center .big-data-down-center-one .big-data-down-center-one-content,
    .big-data-down-center .big-data-down-center-one .flex-warp-item-box,
    .big-data-down-center .big-data-down-center-two .big-data-down-center-one-content,
    .big-data-down-center .big-data-down-center-two .flex-warp-item-box,
    .big-data-down-right .flex-warp-item .flex-warp-item-box {
        border: none !important;
        border-bottom: 1px solid #ebeef5 !important
    }

    .big-data-down-right .flex-warp-item:nth-of-type(2) {
        padding-left: 15px !important
    }

    .big-data-down-right .flex-warp-item:last-of-type .flex-warp-item-box {
        border: none !important
    }
}

@media screen and (min-width:768px)and (max-width:1200px) {

    .chart-warp-bottom .big-data-down-left,
    .chart-warp-bottom .big-data-down-center,
    .chart-warp-bottom .big-data-down-right .flex-warp-item {
        width: 50% !important
    }

    .chart-warp-bottom .big-data-down-right .flex-warp-item:nth-of-type(2) {
        padding-left: 7.5px !important
    }
}

@media screen and (max-width:1200px) {
    .chart-warp-top .up-left {
        display: none
    }

    .chart-warp-bottom {
        overflow-y: auto !important;
        flex-wrap: wrap
    }

    .chart-warp-bottom .big-data-down-right {
        width: 100% !important;
        flex-direction: unset !important;
        flex-wrap: wrap
    }

    .chart-warp-bottom .big-data-down-right .flex-warp-item {
        min-height: 196.24px;
        padding: 0 7.5px 15px 15px !important
    }
}

@font-face {
    font-family: SAF;
    src: url(../woff/saf.woff2) format("woff2"), url(../woff/saf.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

.is-mobile {
    display: none
}

.is-web {
    display: block
}

.eiliko-main * {
    box-sizing: unset !important
}

.eiliko-main img,
.eiliko-achieve-box img {
    max-width: none !important
}

.eiliko-achieve-box *,
.eiliko-family-box * {
    box-sizing: unset !important
}

.eiliko-family-box img,
.eiliko-ai-box img,
.eiliko-faqs-box img {
    max-width: none !important
}

.eiliko-main {
    position: relative;
    z-index: 1;
    width: 100%
}

.eilik-main-bg {
    width: 100%;
    height: 100vh;
    object-fit: cover
}

.eiliko-main-left {
    position: absolute;
    top: 220px;
    left: 148px;
    display: flex;
    align-items: flex-start;
    flex-direction: column
}

.eiliko-main-logo {
    width: 619.84px
}

.eiliko-main-title-box {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    align-items: center
}

.eiliko-main-title {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin-top: 10px
}

.eiliko-buy-link {
    width: 273px;
    height: 100px
}

.eiliko-main-video {
    border-radius: 60px;
    border: 3px solid white;
    margin-right: 20px;
    cursor: pointer
}

.eiliko-main-content {
    color: #fff;
    font-size: 22px;
    margin-top: 30px;
    width: 60%
}

.send-email-bg {
    position: absolute;
    left: -120px;
    top: 0;
    margin-top: 14px;
    width: 862.32px;
    cursor: pointer
}

.send-email-form {
    position: absolute;
    top: 164px;
    left: 198px;
    background: #fff;
    width: 400px;
    height: 48px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center
}

.send-email-box {
    position: relative
}

.send-email-box-2 {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%
}

.send-email-bg-2 {
    width: 56vw;
    cursor: pointer
}

.send-email-form-2 {
    position: absolute;
    top: 10vw;
    left: 42.5vw;
    background: #fff;
    width: 25vw;
    height: 3vw;
    border-radius: 2.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2
}

.send-email-input {
    width: 78%;
    height: 100%;
    font-size: 17px;
    margin-left: 5%;
    margin-right: 2%;
    border: none;
    color: #929292;
    opacity: .6;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    outline: none
}

.send-email-btn {
    width: 50%;
    height: 100%;
    background: #40c7ea;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border: none;
    color: #fff;
    font-size: 14px;
    cursor: pointer
}

.send-email-input-2 {
    width: 65%;
    height: 100%;
    font-size: .8vw;
    margin-left: 5%;
    margin-right: 2%;
    border: none;
    color: #929292;
    opacity: .6;
    border-top-left-radius: 1.5vw;
    border-bottom-left-radius: 1.5vw;
    outline: none;
    background: #fff
}

.send-email-btn-2 {
    width: 41%;
    height: 100%;
    background: #40c7ea;
    border-top-right-radius: 1.5vw;
    border-bottom-right-radius: 1.5vw;
    border: none;
    color: #fff;
    font-size: .9vw;
    cursor: pointer
}

.send-success-tips {
    position: absolute;
    visibility: hidden;
    font-size: 12px;
    width: 300px;
    top: 220px;
    left: 219px;
    color: #eeff5c
}

.send-success-tips-2 {
    position: absolute;
    visibility: hidden;
    font-size: .7vw;
    color: #eeff5c;
    width: 13vw;
    bottom: 6.6vw;
    right: 42.5vw
}

.sendSuccTips.failTips {
    color: #ff7385
}

.eiliko-main-right {
    position: absolute;
    display: flex;
    align-items: baseline;
    flex-direction: row;
    gap: .7vw
}

.eliko-click-tips {
    color: #fff;
    opacity: .6;
    margin-left: 30px
}

.eiliko-click-btn-small {
    opacity: .9;
    position: relative;
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .1s linear;
    margin-bottom: 1vw
}

.eiliko-click-btn-small:before,
.eiliko-click-btn-small:after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    animation: btnwave 1.5s infinite linear
}

.eiliko-click-btn-small:after {
    animation: btnwave2 1.5s infinite linear
}

.eiliko-click-btn-small:hover {
    cursor: url(../svg/hover-dark.svg) 24 116, pointer
}

.eiliko-click-btn-small:active {
    cursor: url(../svg/press-light.svg) 24 116, pointer
}

.mobile-tap-img {
    transform: translateY(6vw) translate(2vw)
}

.eiliko-face-video {
    position: absolute;
    transform: rotateX(3deg) rotate(7.8deg) rotateY(3deg);
    border-radius: 44%
}

.eiliko-ai-box {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-image: url(../jpg/eiliko-ai-chat-pc.jpg);
    position: relative
}

.eiliko-ai-icon {
    position: absolute;
    top: 3vw;
    left: 5vw;
    width: 11vw
}

.float-chat {
    position: absolute
}

.ai-title-png {
    width: 27vw;
    position: absolute;
    bottom: 11.65vw;
    left: 4.5vw
}

.ai-introduce-text {
    position: absolute;
    bottom: 6vw;
    left: 3.7vw;
    width: 23vw;
    font-size: .8vw;
    color: #f1c0f7;
    font-family: Roboto;
    opacity: .8
}

.eiliko-ai-tips-box {
    position: absolute;
    padding: .4vw 1.2vw;
    text-align: center;
    background: #3e1d3a;
    bottom: 4vw;
    left: 4.4vw;
    font-size: .8vw;
    border-radius: .2vw
}

.eiliko-ai-tips {
    color: #fff
}

.eiliko-ai-chat-info-box {
    position: absolute
}

.eiliko-ai-chat-info {
    position: relative
}

.eiliko-ai-chat-bg {
    width: 1000px
}

.ai-chat-panel {
    position: absolute;
    top: 18.55vw;
    left: 8.5vw
}

.ai-chat-panel-bg {
    width: 23.45vw
}

.ai-chat-container {
    -webkit-user-select: none;
    user-select: none;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 19.35vw;
    left: 9.55vw;
    width: 21.4vw;
    height: 26vw
}

.ai-chat-question {
    font-family: SAF;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #0c511c;
    justify-content: space-between;
    width: 514px;
    position: absolute;
    top: 57px;
    left: 439px
}

.question-text {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-grow: 1
}

#ai-chat-text {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    transition: all .1s ease-in-out
}

.ai-chat-question>img {
    flex-shrink: 0;
    width: 32.6px;
    cursor: pointer;
    margin-bottom: 81px;
    animation: arrow 1.2s infinite ease-in-out
}

.ai-chat-question>img:first-child {
    animation-delay: .5s
}

.scale-animation {
    transition: transform .2s ease-in-out
}

.scale-animation:hover {
    transform: scale(1.2)
}

.scale-animation:active {
    transform: scale(.85)
}

.ai-chat-reply-title {
    flex-shrink: 0;
    margin-top: 1.05vw;
    display: flex;
    align-items: center;
    gap: .4vw;
    justify-content: center;
    font-size: .8vw;
    color: #9d78a4;
    font-family: Roboto
}

.ai-chat-reply-title>img {
    width: .7vw
}

.ai-chat-reply-list {
    font-family: SAF;
    color: #fff;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 198px;
    left: 0;
    width: 100%;
    text-align: center
}

.ai-chat-reply-list>.ai-chat-reply-row:nth-child(1) {
    margin-left: 214px;
    margin-top: 9.6px;
    font-size: 22px;
    width: 422px;
    display: flex;
    align-items: center
}

.ai-chat-reply-list>.ai-chat-reply-row:nth-child(2) {
    width: 228px;
    font-size: 16px;
    height: 100px;
    display: flex;
    align-items: center;
    position: absolute;
    top: 208px;
    left: 168px
}

.ai-chat-reply-list>.ai-chat-reply-row:nth-child(3) {
    width: 228px;
    font-size: 16px;
    height: 83px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 347px;
    left: 96px
}

.ai-chat-reply-row {
    display: flex;
    align-items: center;
    transition: all .1s ease-in-out
}

.eiliko-faqs-box {
    width: 100%;
    box-sizing: border-box;
    padding-top: 13vw;
    padding-bottom: 10vw;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-image: url(../png/eiliko-achv-bg1.png);
    background-size: cover;
    background-position: 0 25%;
    overflow: hidden
}

.eiliko-img2 {
    position: absolute;
    right: 7vw;
    width: 24vw;
    bottom: 22vw
}

.eiliko-faq-list-bg {
    width: 52vw;
    object-fit: contain
}

.faq-container-box {
    position: relative;
    scale: .9;
    margin-right: 5vw
}

.faq-container {
    top: 10.8vw;
    right: 5.5vw;
    width: 43.6vw;
    height: 18vw;
    position: absolute;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
    gap: .4vw;
    color: #5d5d5d;
    font-size: 1.2vw;
    font-family: Roboto
}

.faq-container::-webkit-scrollbar {
    display: none
}

.web-faq-email-bg {
    position: absolute;
    width: 50vw;
    left: 50%;
    bottom: -8vw;
    transform: translate(-50%) scale(1.2);
    cursor: pointer
}

.email-faq-text-web {
    font-size: .8vw !important
}

.send-email-form-faq {
    position: absolute;
    bottom: -1.6vw;
    left: 0;
    transform: translate(-24%) scale(1.2);
    background: #fff;
    width: 23.5vw;
    height: 3vw;
    border-radius: 2.5vw;
    display: flex;
    align-items: center;
    justify-content: center
}

.web-faq-email .send-success-tips-2 {
    position: absolute;
    visibility: hidden;
    font-size: .7vw;
    color: #eeff5c;
    width: 16.5vw;
    bottom: -2.8vw;
    right: -10vw
}

.mobile-faq {
    display: none
}

.fqa-title {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: .8vw;
    overflow: hidden
}

.faq-row {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: .65vw;
    background-color: #fff9;
    border-radius: .8vw;
    box-sizing: border-box;
    padding: .8vw .65vw
}

.row-text {
    min-height: 100%;
    display: flex;
    align-items: center;
    position: static;
    width: 30vw;
    flex-grow: 1;
    word-break: keep-all
}

.msg-img {
    flex-shrink: 0;
    width: 2.5vw
}

.expand-img {
    display: flex;
    max-height: 2.813vw;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-shrink: 0;
    cursor: pointer
}

.expand-img>img {
    width: 2.813vw
}

.faq-description {
    max-width: 100%;
    height: fit-content;
    gap: .8vw;
    box-sizing: border-box;
    margin: 0 .25vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: .2vw;
    background-color: #ffdfce;
    padding: .95vw .95vw .95vw 3.05vw;
    transition: all .2s ease-in-out;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: keep-all
}

.faq-hide {
    display: none
}

.emailForm {
    border: 3px solid transparent;
    box-sizing: border-box
}

.border-yellow {
    border: 3px solid #EEFF5C !important
}

@keyframes btnwave {
    0% {
        box-shadow: 0 0 0 1px #ff93df;
        opacity: .5
    }

    to {
        box-shadow: 0 0 0 15px #ff93df;
        opacity: .5
    }
}

@keyframes btnwave2 {
    0% {
        box-shadow: 0 0 0 1px #f45c96;
        opacity: .5
    }

    to {
        box-shadow: 0 0 0 7px #f45c96;
        opacity: .7
    }
}

.eiliko-achieve-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #fac1e0;
    padding-bottom: 3vw
}

.eiliko-achieve-bg {
    position: absolute;
    width: 100%;
    z-index: -1;
    bottom: 0;
    height: 300vh
}

.eiliko-achieve-two {
    position: absolute;
    top: -4.5vw;
    left: 2vw;
    width: 29vw
}

.eiliko-achieve-result {
    position: absolute;
    top: 6vw;
    right: 2vw;
    width: 62vw
}

.eiliko-achieve-title {
    width: 65vw;
    margin-top: 10vw
}

.eiliko-video-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-top: 2.5vw;
    width: 67vw;
    background: #fff;
    border-radius: 3vw;
    padding: 1vw
}

.eiliko-achieve-big-box-4 {
    align-items: flex-start;
    height: 35vw
}

.eiliko-video {
    width: 30vw;
    border-radius: 2.15vw
}

.eiliko-hide-left {
    transform: translate(-120%)
}

.eiliko-hide-right {
    transform: translate(120%)
}

.eiliko-achieve-desc-box {
    background: #fff;
    flex-direction: column;
    padding-left: 3vw;
    width: 33vw;
    transition: all 1s ease-in-out;
    z-index: 1;
    position: relative
}

.eiliko-achieve-icon-left {
    position: absolute;
    width: 6vw;
    right: 29vw;
    bottom: 0vw;
    z-index: 2
}

.eiliko-achieve-icon-left-2 {
    position: absolute;
    width: 18vw;
    right: 29vw;
    bottom: -1vw;
    z-index: 2
}

.eiliko-achieve-icon-right {
    position: absolute;
    width: 6vw;
    right: 1vw;
    bottom: .5vw;
    z-index: 2
}

.eiliko-step-img {
    width: 90%;
    border-radius: 1.1vw;
    margin-top: 2.5vw;
    border: .2vw solid #cf96df
}

.eiliko-achieve-1-box {
    padding: 3vw 3vw 3vw 4vw;
    width: 26vw
}

.eiliko-achieve-2-box {
    width: 26vw;
    padding: 3vw 3vw 4vw 4vw
}

.eiliko-achieve-3-box {
    width: 25vw;
    padding: 3vw 3vw 5vw 4vw;
    transform: translate(100%) translateY(12%)
}

.eiliko-achieve-4-box {
    width: 25vw;
    transform: translate(-100%) translateY(87%);
    padding-top: 3.5vw;
    padding-bottom: 4vw
}

.eiliko-achieve-3-icon-1 {
    width: 8vw;
    position: absolute;
    top: -.8vw;
    right: -2vw
}

.eiliko-achieve-3-icon-2 {
    width: 6vw;
    position: absolute;
    bottom: -1.5vw;
    left: -1.5vw
}

.eiliko-achieve-4-icon-1 {
    width: 20vw;
    position: absolute;
    bottom: -3vw;
    left: 5vw
}

.eiliko-achieve-4-icon-2 {
    width: 6vw;
    position: absolute;
    bottom: -1.5vw;
    right: 1vw
}

.eiliko-achieve-desc-title-box {
    display: flex;
    align-items: center;
    flex-direction: row
}

.eiliko-achieve-desc-title-box .img-1 {
    width: 5.5vw;
    margin-right: .8vw
}

.eiliko-achieve-desc-title {
    font-family: SAF;
    font-size: 2vw;
    width: 88%
}

.eiliko-achieve-desc {
    color: #323232;
    opacity: .6;
    font-size: .9vw;
    margin-top: 1.2vw;
    width: 79%
}

.eiliko-achieve-4 {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: .8vw
}

.eiliko-achieve-4 .img-1 {
    position: absolute;
    left: -1.8vw;
    width: 8vw
}

.eiliko-achieve-4 .img-2 {
    width: 16vw;
    margin-left: 7vw
}

.eiliko-family-box {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.eiliko-family-bg {
    width: 100%
}

.eiliko-family-title-img {
    position: absolute;
    top: 3vw;
    width: 30vw
}

.eiliko-family-title-content {
    color: #fff;
    position: absolute;
    width: 100%;
    top: 17vw;
    text-align: center;
    font-size: .9vw;
    font-weight: 700
}

.eiliko-family-bottom {
    position: absolute;
    top: 80vw;
    width: 100%
}

.eiliko-carousel-box {
    display: flex;
    width: 100%
}

.eiliko-carousel-left {
    padding: 11vw 0vw 20vw 8vw;
    width: 45vw;
    display: flex;
    align-items: center;
    transform: scale(.8)
}

.eiliko-family-small-title {
    position: absolute;
    top: 5vw;
    left: 17vw;
    color: #fff;
    font-size: 1.1vw;
    font-weight: 700
}

.eiliko-family-title-img-2 {
    width: 23vw;
    top: -1vw;
    left: 18vw;
    position: absolute;
    border-radius: 999px;
    box-shadow: 0 4px 10px #53254c4d, 0 3px 6px #53254c4d
}

.arrow-left,
.arrow-right {
    width: 2vw;
    cursor: pointer;
    z-index: 4;
    filter: drop-shadow(2px 4px 10px rgba(59, 12, 74, .7));
    animation: arrow 1.2s infinite ease-in-out
}

.arrow-left {
    animation-delay: .5s
}

@keyframes arrow {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.2)
    }

    to {
        transform: scale(1)
    }
}

.body-box {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative
}

.emoji-img {
    position: absolute;
    width: 9.5vw;
    top: -4.2vw;
    z-index: 3
}

.head-img,
.suit-img {
    position: absolute;
    width: 37vw;
    top: -15vw;
    cursor: pointer
}

.head-img {
    z-index: 2
}

.body-bottom-big-box {
    position: absolute;
    width: 100%;
    top: 17vw
}

.body-bottom-box {
    display: flex;
    justify-content: center
}

.body-bottom-img {
    width: 33vw
}

.body-name {
    font-family: SAF;
    position: absolute;
    top: .6vw;
    font-size: 1.6vw
}

.body-tips {
    font-family: Roboto;
    font-size: .75vw;
    position: absolute;
    color: #5a2d08;
    bottom: 2.5vw;
    font-weight: 700;
    text-align: center;
    width: 25.5vw;
    padding: .3vw 0;
    border-radius: 1vw;
    background: #fff;
    opacity: .7;
    z-index: 1
}

.eiliko-carousel-right {
    position: relative;
    background: #debce8;
    padding: .6vw;
    border-radius: 1vw;
    width: 34vw
}

.eiliko-carousel-icon {
    position: absolute;
    top: -2vw;
    left: -4vw;
    width: 13vw;
    z-index: 2
}

.eiliko-family-show-pic-big-box {
    width: 100%;
    overflow: hidden;
    border-radius: 1vw
}

.eiliko-family-show-pic-box {
    display: flex;
    align-items: center;
    flex-direction: row;
    width: 100%;
    transition: .5s ease
}

.eiliko-family-show-pic {
    width: 100%;
    flex-shrink: 0;
    border-radius: 1vw
}

.eiliko-family-select-big-box {
    display: flex;
    flex-direction: row;
    margin-top: 1vw
}

.eiliko-family-select-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: space-evenly;
    padding-bottom: .2vw
}

.eiliko-family-item {
    cursor: pointer;
    flex: 1;
    background: #fac7ff;
    margin-right: .5vw;
    border-radius: .6vw;
    padding: .1vw
}

.eiliko-family-item.active {
    background: #ca5083;
    transform: scale(1.05)
}

.eiliko-family-item-img {
    width: 100%;
    border-radius: .6vw
}

.eiliko-family-select-video {
    position: absolute;
    width: 26vw;
    bottom: 2.2vw;
    border: .1vw solid #DE8585;
    border-radius: 1vw
}

.eiliko-match-box {
    position: absolute;
    bottom: 0vw
}

.eiliko-match-video-item {
    position: relative;
    margin-bottom: 10vw;
    border: .3vw solid #FCEBD1;
    border-radius: 2vw;
    display: flex
}

.eiliko-match-video-icon {
    position: absolute;
    left: 2vw;
    top: -.5vw;
    z-index: 1
}

.eiliko-match-video {
    width: 90vw;
    border-radius: 1.7vw
}

.eiliko-match-tip-box {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    background: #794010b3;
    border-top-left-radius: 1.7vw;
    border-bottom-left-radius: 1.7vw;
    padding: 0 2vw 0vw 3vw
}

.eiliko-match-title {
    margin-top: 7vw;
    font-family: SAF;
    color: #fff;
    font-size: 2.5vw;
    margin-bottom: 2vw;
    line-height: 2.5vw
}

.eiliko-match-tips {
    color: #fff;
    font-size: .9vw;
    line-height: 1.4vw;
    text-align: left
}

.eiliko-match-pic-box {
    position: relative;
    margin-top: 5vw
}

.match-left {
    position: absolute;
    top: 1vw;
    left: 0;
    width: 15vw
}

.match-middle {
    position: absolute;
    top: 1vw;
    left: 3vw;
    width: 15vw;
    visibility: hidden
}

.match-right {
    position: absolute;
    top: 1vw;
    right: 0;
    width: 15vw
}

@keyframes matchLeft {
    0% {
        left: 0
    }

    to {
        left: 4vw;
        animation-timing-function: step-end
    }
}

@keyframes matchRight {
    0% {
        right: 0
    }

    to {
        right: 4.3vw
    }
}

@keyframes matchMiddle {
    0% {
        visibility: hidden
    }

    80% {
        visibility: visible
    }

    to {
        visibility: hidden
    }
}

.eiliko-match-pic-bg {
    width: 20vw;
    border: .2vw solid white;
    border-radius: 1vw
}

.eiliko-param-box {
    background: #fff;
    width: 55vw;
    border-radius: 1.4vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-direction: column
}

.eiliko-param-img {
    width: 70%;
    margin-top: 3vw
}

.eiliko-paras-tb {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: .6vw;
    width: 90%;
    margin: 7% 0;
    z-index: 1
}

.eiliko-paras-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .2vw .5vw;
    width: 48%;
    background: #f3f3f7;
    border-radius: .2vw
}

.eiliko-paras-material-item {
    width: 31%
}

.eiliko-paras-key {
    color: #939a9f;
    font-size: 16px
}

.eiliko-paras-value {
    color: #323232;
    font-size: 16px
}

.eiliko-spinkit-box {
    margin-top: 2vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 3vw;
    overflow: hidden
}

.eiliko-spinkit-left,
.eiliko-spinkit-right {
    width: 23vw
}

.eiliko-cloth-img {
    width: 100%
}

.eiliko-spinkit-middle {
    display: flex;
    flex-direction: column;
    align-items: center
}

.eiliko-section-title {
    font-family: SAF;
    color: #fff;
    font-weight: 400;
    margin-bottom: 2vw;
    font-size: 2vw
}

.eiliko-section-video-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 30vw;
    overflow: hidden;
    border-radius: 3vw;
    border: .6 solid #b4e467
}

.eiliko-section-video {
    width: 100%
}

.eiliko-section-box {
    display: flex;
    flex-direction: row;
    background: #debce8;
    border-radius: 6vw;
    padding: .3vw;
    margin-top: 2vw;
    width: 30vw;
    justify-content: space-between
}

.eiliko-section {
    flex: 1;
    color: #fff;
    cursor: pointer;
    padding: .2vw 0;
    border-radius: 6vw;
    font-size: 1vw;
    font-weight: 700;
    text-align: center
}

.eiliko-section.active {
    background: #fff;
    color: #906bdb
}

.eiliko-introduce-box {
    display: flex;
    align-items: center;
    flex-direction: column;
    overflow: hidden
}

.eiliko-introduce-content-box {
    position: relative;
    width: 100%;
    height: 55vw
}

.eiliko-introduce-title {
    position: absolute;
    top: 12.5vw;
    left: 4.5vw;
    width: 11vw;
    z-index: 4
}

.eiliko-introduce-name {
    color: #fff;
    position: absolute;
    font-family: SAF;
    font-size: 5vw;
    top: 16vw;
    left: 4vw;
    text-align: left;
    z-index: 4
}

.eiliko-introduce-img1,
.eiliko-introduce-img2,
.eiliko-introduce-img3 {
    position: absolute;
    width: 100%;
    z-index: 0
}

.eiliko-introduce-img1 {
    z-index: 2
}

.eiliko-introduce-img2 {
    z-index: 1
}

.eiliko-introduce-content {
    position: absolute;
    color: #fff;
    width: 14vw;
    padding: 1.5vw 1vw;
    border-radius: 1vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2b222233;
    z-index: 3;
    right: 2vw;
    font-size: .8vw;
    top: 27vw
}

.eiliko-introduce-family-box {
    position: absolute;
    bottom: 8vw;
    left: 3vw;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45vw;
    z-index: 2
}

.eiliko-intr-family-item {
    cursor: pointer;
    flex: 1;
    background: #fac7ff33;
    margin-right: .5vw;
    border-radius: .6vw;
    padding: .1vw;
    display: flex;
    align-items: center;
    justify-content: center
}

.eiliko-intr-family-item-img {
    width: 100%;
    border-radius: .6vw
}

.eiliko-intr-family-item.active {
    background: #ca5083;
    transform: scale(1.05)
}

@media screen and (max-width:768px) {
    .is-mobile {
        display: block
    }

    .is-web {
        display: none
    }

    .eilik-main-bg {
        width: 100%;
        height: unset
    }

    .send-email-box,
    .send-email-box-2 {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: auto !important;
        margin-bottom: 10px;
        position: relative
    }

    .send-email-bg,
    .send-email-bg-2 {
        position: static;
        width: 98%
    }

    .send-email-form,
    .send-email-form-2 {
        position: absolute;
        top: unset;
        bottom: 25px;
        left: unset;
        background: #fff;
        width: 85%;
        height: 19%;
        border-radius: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 2
    }

    .send-email-input,
    .send-email-input-2 {
        width: 60%;
        height: 100%;
        font-size: 14px;
        margin-left: 8%;
        margin-right: 2%;
        border: none;
        color: #929292;
        opacity: .6;
        border-top-left-radius: 60px;
        border-bottom-left-radius: 60px;
        outline: none
    }

    .send-email-btn,
    .send-email-btn-2 {
        width: 50%;
        height: 100%;
        background: #40c7ea;
        border-top-right-radius: 60px;
        border-bottom-right-radius: 60px;
        border: none;
        color: #fff;
        font-size: 14px;
        cursor: pointer
    }

    .web-faq-email .send-success-tips-2,
    .send-success-tips,
    .send-success-tips-2 {
        position: absolute;
        visibility: hidden;
        font-size: 14px;
        color: #eeff5c;
        top: unset;
        bottom: -10px;
        left: 0;
        padding-left: 15%;
        box-sizing: border-box !important;
        width: 100% !important
    }

    .eiliko-main-left {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        height: 100%
    }

    .eiliko-main-logo {
        margin-top: 53px;
        margin-left: 20px;
        width: 200px
    }

    .eiliko-main-title-box {
        position: absolute;
        top: 162px;
        left: -30px;
        display: flex;
        align-items: center;
        flex-direction: column
    }

    .eiliko-main-title {
        font-size: 24px;
        font-weight: 700;
        margin-top: 30px;
        margin-left: 20px
    }

    .eiliko-main-video-box {
        height: 16vw
    }

    .eiliko-buy-link {
        width: 136px;
        height: 60px
    }

    .eiliko-buy-link img {
        object-fit: contain
    }

    .eiliko-main-video {
        transform: scale(.58);
        margin-right: 0
    }

    .eiliko-main-content {
        font-size: 14px;
        margin-top: 14px;
        margin-left: 20px;
        width: 90%
    }

    .eiliko-achieve-box {
        padding-bottom: 60px;
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .eiliko-achieve-bg {
        position: absolute;
        top: 0;
        bottom: unset;
        height: 100%
    }

    .eiliko-achieve-result {
        position: static;
        width: 95%;
        z-index: 1;
        margin-top: 14px
    }

    .eiliko-achieve-two {
        width: 80%;
        z-index: 0;
        top: 192px;
        left: 37px
    }

    .eiliko-achieve-title {
        width: 90%
    }

    #eilikoVideo1 {
        margin-top: 31px
    }

    .eiliko-video-box {
        width: 88%;
        display: flex;
        flex-direction: column;
        padding: 10px;
        border-radius: 27px;
        margin-top: 10vw
    }

    .eiliko-achieve-icon-left,
    .eiliko-achieve-icon-right {
        position: absolute;
        width: 60px;
        right: 9px;
        bottom: 1vw;
        z-index: 2
    }

    .eiliko-achieve-icon-left-2 {
        position: absolute;
        width: 198px;
        right: 79px;
        bottom: 0vw;
        z-index: 2
    }

    .eiliko-step-img {
        width: 92%;
        border-radius: 27px;
        border: 1vw solid white;
        margin-top: 10vw
    }

    .eiliko-video {
        width: 100%;
        border-radius: 23px
    }

    .eiliko-achieve-desc-box {
        background: #fff;
        flex-direction: column;
        width: 90%;
        z-index: 1;
        position: relative;
        padding: 20px;
        margin-bottom: 30px
    }

    .eiliko-achieve-desc-title-box .img-1 {
        width: 19vw;
        margin-right: 1.8vw
    }

    .eiliko-achieve-desc-title {
        margin-top: 11px;
        font-size: 6vw;
        width: 100%
    }

    .eiliko-achieve-desc {
        font-size: 14px;
        opacity: .6;
        width: 100%;
        margin-top: 8px
    }

    .eiliko-achieve-icon {
        width: 23%;
        left: -14%;
        top: -16%
    }

    .eiliko-achieve-2-box {
        width: 60%
    }

    .eiliko-achieve-3-icon-1 {
        width: 23%;
        right: -10%;
        top: -15%
    }

    .eiliko-achieve-3-icon-2 {
        width: 23%;
        right: -10%;
        bottom: -15%;
        left: unset
    }

    .eiliko-achieve-big-box-4 {
        width: 100%
    }

    .eiliko-achieve-4 .img-1 {
        position: absolute;
        left: -6%;
        top: -10%;
        width: 40%
    }

    .eiliko-achieve-4-box .eiliko-achieve-desc {
        margin-top: 20% !important;
        padding-bottom: 30px
    }

    .eiliko-achieve-4-icon-1 {
        width: 74%;
        bottom: -10vw;
        left: -7%
    }

    .eiliko-achieve-big-box-4 {
        height: 125vw !important
    }

    .eiliko-achieve-4-icon-2 {
        width: 23%;
        bottom: -5vw;
        right: 10%
    }

    .eiliko-ai-box {
        height: auto;
        background: #5b3a61;
        background-image: none;
        display: flex;
        justify-content: center
    }

    .eiliko-ai-icon {
        width: 37vw;
        top: 8vw;
        left: 6vw
    }

    .mobile-chat-bg {
        width: 100%
    }

    .ai-title-png {
        width: 82vw;
        position: absolute;
        top: 31vw;
        left: 48%;
        transform: translate(-50%)
    }

    .ai-introduce-text {
        top: 51vw;
        left: 7vw;
        width: 40vw;
        font-size: 3vw
    }

    .ai-chat-panel {
        height: fit-content;
        top: auto;
        bottom: 10vw;
        left: 50%;
        transform: translate(-50%)
    }

    .ai-chat-panel-bg {
        width: 82vw
    }

    .ai-chat-container {
        top: auto;
        left: 50%;
        bottom: 12vw;
        transform: translate(-50%);
        width: 75vw;
        height: 89vw
    }

    .ai-chat-question {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        font-size: 3.22vw;
        position: absolute;
        padding: 0 10vw;
        box-sizing: border-box !important;
        top: 17vw;
        left: 0
    }

    .ai-chat-question>img {
        width: 6vw;
        margin-bottom: 13vw
    }

    .ai-chat-reply-title {
        margin-top: 3.6225vw;
        display: flex;
        align-items: center;
        gap: 1.38vw;
        justify-content: center;
        font-size: 3.22vw
    }

    .ai-chat-reply-title>img {
        width: 2.53vw
    }

    .ai-chat-reply-list {
        padding-top: 7.59vw;
        font-size: 2.415vw;
        gap: 11.385vw;
        width: 90%;
        top: 48vw
    }

    .eiliko-ai-chat-info-box {
        position: absolute;
        width: 100%;
        left: 0;
        top: 132vw;
        display: flex
    }

    .eiliko-ai-chat-info {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%
    }

    .eiliko-ai-chat-bg {
        width: 95%
    }

    .ai-chat-reply-list>.ai-chat-reply-row:nth-child(1) {
        top: -.6vw;
        font-size: 3.5vw;
        width: 54vw;
        height: 14vw;
        left: 11vw;
        margin-left: unset;
        margin-top: unset
    }

    .ai-chat-reply-list>.ai-chat-reply-row:nth-child(2) {
        top: 27.495vw;
        font-size: 3vw;
        left: 44vw;
        width: 39vw;
        height: 14vw;
        margin-left: unset;
        margin-top: unset
    }

    .ai-chat-reply-list>.ai-chat-reply-row:nth-child(3) {
        top: 53.4vw;
        left: 17vw;
        width: 48vw;
        font-size: 3vw;
        margin-left: unset;
        margin-top: unset;
        height: 14vw
    }

    .eiliko-ai-tips-box {
        position: absolute;
        padding: 2.5vw 21.2vw;
        bottom: 5vw;
        left: unset;
        justify-self: center;
        background: #360934;
        font-size: 5vw;
        width: 90%;
        border-radius: 2.2vw;
        align-self: center
    }

    .eiliko-ai-tips {
        color: #fff
    }

    .ai-chat-reply-row {
        position: absolute;
        transition: all .1s ease-in-out;
        width: 44.85vw
    }

    .eiliko-faqs-box {
        background-image: url(../jpg/eiliko-achv-bg1-mobi.jpg);
        background-position: 0 0;
        padding-bottom: 71vw
    }

    #eilikos-img {
        top: 102vw;
        left: 8.28vw;
        width: 65.78vw
    }

    .eiliko-param-box {
        background: #fff;
        width: 55vw;
        border-radius: 1.4vw;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        flex-direction: column
    }

    .eiliko-param-img {
        width: 70%;
        margin-top: 3vw
    }

    .eiliko-paras-tb {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: .6vw;
        width: 90%;
        margin: 7% 0;
        z-index: 1
    }

    .eiliko-paras-item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: .2vw .5vw;
        width: 48%;
        background: #f3f3f7;
        border-radius: .2vw
    }

    .eiliko-paras-material-item {
        width: 31%
    }

    .eiliko-faq-list-bg {
        width: 103.5vw;
        margin-left: 5vw
    }

    .mobile-faq {
        display: flex
    }

    .faq-container {
        top: 21.6vw;
        right: auto;
        left: 50%;
        transform: translate(-50%);
        width: 85vw;
        height: 85.6vw;
        gap: 1.38vw;
        font-size: 4.14vw
    }

    .fqa-title {
        gap: 2.2287vw
    }

    .faq-row {
        gap: 1.15vw;
        border-radius: 2.3vw;
        padding: 2.2287vw 1.8124vw
    }

    .msg-img {
        width: 6.67vw
    }

    .expand-img {
        max-height: 7.374vw
    }

    .expand-img>img {
        width: 7.374vw
    }

    .faq-description {
        gap: 2.2287vw;
        margin: 0 .69vw;
        border-radius: .552vw;
        padding: 4.37vw 4.37vw 4.37vw 8.28vw
    }

    .eiliko-family-box {
        overflow: hidden
    }

    .eiliko-family-title-img {
        width: 164px;
        top: .1%
    }

    .eiliko-family-title-content {
        position: absolute;
        color: #fff;
        top: 2.45%;
        text-align: center;
        width: 60%;
        font-size: 13px;
        font-weight: 400
    }

    .eiliko-family-bottom {
        top: 395px
    }

    .eiliko-carousel-box {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .eiliko-carousel-left {
        padding: 0;
        width: 100%;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
        transform: scale(1)
    }

    .eiliko-family-title-img-2 {
        width: 90%;
        position: absolute;
        top: 0;
        left: 5%
    }

    .eiliko-family-small-title {
        position: absolute;
        top: 12%;
        left: unset;
        width: 100%;
        text-align: center;
        color: #fff;
        font-size: 14px;
        font-weight: 700
    }

    .arrow-left {
        width: 6vw;
        position: absolute;
        top: 80vw;
        left: 2%
    }

    .arrow-right {
        width: 6vw;
        position: absolute;
        top: 80vw;
        right: 1%
    }

    .body-bottom-big-box {
        top: 158vw;
        left: 24vw
    }

    .body-bottom-img {
        width: 54vw
    }

    .body-name {
        font-size: 11px;
        top: 6.8vw
    }

    .body-tips {
        font-size: 14px;
        position: absolute;
        left: 0;
        bottom: 5vw;
        text-align: center;
        background: none;
        opacity: 1;
        padding: 0;
        color: #fff;
        width: auto
    }

    .emoji-img {
        top: 122vw;
        left: 66.5vw;
        width: 15vw
    }

    .head-img,
    .suit-img {
        width: 62vw;
        top: 103vw;
        left: 43vw
    }

    .eiliko-carousel-right {
        width: 88%;
        margin-top: 40%;
        padding: 10px;
        border-radius: 20px
    }

    .eiliko-family-select-box {
        width: 53vw;
        flex-wrap: wrap;
        justify-content: center;
        position: relative;
        padding-bottom: 17vw;
        z-index: 4
    }

    .eiliko-family-item {
        width: 14vw;
        flex: 0;
        border-radius: 8px;
        margin-right: 1vw;
        margin-bottom: .7vw
    }

    .eiliko-family-item.active {
        padding: .3vw
    }

    .eiliko-family-item-img {
        width: 11.5vw
    }

    .eiliko-family-select-video {
        position: static;
        flex-shrink: 0;
        width: 100%;
        border-radius: 3vw;
        border: none
    }

    .eiliko-carousel-icon {
        width: 30vw;
        top: -5vw;
        left: -3vw
    }

    .eiliko-family-select-big-box {
        margin-top: 3vw
    }

    .eiliko-family-show-pic {
        border-radius: 3vw
    }

    .eiliko-match-mobi-box {
        position: absolute;
        bottom: 0;
        display: flex;
        align-items: center;
        flex-direction: column
    }

    .eiliko-match-mobi-video-item {
        position: relative;
        width: 90%;
        border-radius: 16px;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        border: 1px solid white;
        margin-bottom: 10vw
    }

    .eiliko-match-mobi-bg {
        border-radius: 16px;
        width: 100%;
        height: 135vw
    }

    .eiliko-match-mobi-video-icon {
        width: 10vw;
        position: absolute;
        top: -2vw;
        left: 4vw;
        z-index: 1
    }

    .eiliko-match-mobi-content-box {
        position: absolute;
        top: 1.6vw;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 100%
    }

    .eiliko-match-mobi-video {
        width: 95%;
        border-radius: 10px
    }

    .eiliko-match-mobi-title {
        text-align: left;
        font-family: SAF;
        color: #fff;
        font-size: 24px;
        margin-top: 10vw;
        width: 90%
    }

    .eiliko-match-mobi-content {
        font-family: Roboto;
        color: #fff;
        font-size: 16px;
        margin-top: 5vw;
        width: 90%;
        text-align: left;
        height: 15vh
    }

    .eiliko-match-mobi-pic-box {
        position: absolute;
        bottom: 0;
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 100%
    }

    .eiliko-match-mobi {
        position: relative;
        width: 100%
    }

    .match-mobi-left {
        width: 40vw;
        position: absolute;
        right: 4vw
    }

    .match-mobi-middle {
        width: 40vw;
        position: absolute;
        visibility: hidden;
        right: 0
    }

    .match-mobi-right {
        width: 40vw;
        position: absolute;
        right: -4vw
    }

    .eiliko-param-box {
        background: #fff;
        padding: 0 3vw;
        border-radius: 5.4vw;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 95vw;
        margin-bottom: 10vw
    }

    .eiliko-param-img {
        width: 100%;
        margin-top: 3vw
    }

    .eiliko-paras-tb {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        width: 100%;
        margin: 0 0 8vw
    }

    .eiliko-paras-item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: .1rem .2rem;
        width: 100%;
        background: #f3f3f7;
        border-radius: 4px;
        margin-right: 0;
        margin-bottom: 8px
    }

    .eiliko-paras-material-item {
        width: 100%
    }

    .eiliko-paras-key {
        color: #939a9f;
        font-size: 16px
    }

    .eiliko-paras-value {
        color: #323232;
        font-size: 16px
    }

    .eiliko-img2 {
        position: absolute;
        right: 29vw;
        width: 59vw;
        bottom: 19vw
    }

    .eiliko-spinkit-box {
        margin-top: 7vw;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 3vw;
        overflow: hidden;
        position: relative;
        margin-bottom: 14vw
    }

    .eiliko-spinkit-left,
    .eiliko-spinkit-right {
        width: 30vw;
        position: absolute;
        z-index: 1;
        top: 24vw
    }

    .eiliko-spinkit-left {
        left: -2vw
    }

    .eiliko-spinkit-right {
        right: -2vw
    }

    .eiliko-cloth-img {
        width: 100%
    }

    .eiliko-spinkit-middle {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .eiliko-section-title {
        color: #fff;
        margin-bottom: 8vw;
        margin-top: 9vw;
        font-size: 5vw
    }

    .eiliko-section-video-box {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 58vw;
        overflow: hidden;
        border-radius: 7vw;
        border: 1.2vw solid #b4e467
    }

    .eiliko-section-video {
        width: 100%
    }

    .eiliko-section-box {
        display: flex;
        flex-direction: row;
        background: #debce8;
        border-radius: 6vw;
        padding: 1.2vw;
        margin-top: 10vw;
        width: 80vw;
        justify-content: space-between
    }

    .eiliko-section {
        flex: 1;
        color: #fff;
        cursor: pointer;
        padding: 1vw 0;
        border-radius: 6vw;
        font-size: 3.5vw;
        font-weight: 700;
        text-align: center
    }

    .eiliko-section.active {
        background: #fff;
        color: #906bdb
    }

    .eiliko-introduce-box {
        display: flex;
        align-items: center;
        flex-direction: column;
        overflow: hidden;
        width: 100%;
        justify-content: center
    }

    .eiliko-introduce-content-box {
        position: relative;
        width: 90%;
        height: 150vw;
        background: #fff;
        padding: 2vw;
        box-sizing: border-box;
        border-radius: 8vw
    }

    .eiliko-introduce-title {
        color: #fff;
        position: absolute;
        font-size: 5vw;
        top: 11vw;
        left: 3.5vw;
        width: 30vw;
        text-align: left;
        z-index: 4
    }

    .eiliko-introduce-name {
        color: #3d3d3d;
        position: absolute;
        font-family: SAF;
        font-size: 7vw;
        top: 76vw;
        width: auto;
        text-align: left;
        z-index: 4;
        left: 6vw
    }

    .eiliko-introduce-img1,
    .eiliko-introduce-img2,
    .eiliko-introduce-img3 {
        position: absolute;
        width: 96%;
        z-index: 0;
        border-radius: 7vw
    }

    .eiliko-introduce-img1 {
        z-index: 2
    }

    .eiliko-introduce-img2 {
        z-index: 1
    }

    .eiliko-introduce-content {
        position: absolute;
        color: #5d5d5d;
        width: 90%;
        padding: 1.5vw 1vw;
        border-radius: 1vw;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        background: unset;
        z-index: 3;
        right: unset;
        font-size: 2.8vw;
        top: 86vw;
        height: 23vw;
        left: 5vw
    }

    .eiliko-introduce-family-box {
        position: absolute;
        bottom: 4vw;
        left: 2vw;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 90vw;
        flex-wrap: wrap;
        z-index: 2;
        gap: 1.2vw
    }

    .eiliko-intr-family-item {
        cursor: pointer;
        width: 16.5%;
        flex: none;
        flex-shrink: 0;
        margin-right: .5vw;
        border-radius: 2vw;
        padding: .5vw
    }

    .eiliko-intr-family-item-img {
        width: 100%;
        border-radius: .6vw
    }

    .eiliko-intr-family-item.active {
        background: #ca5083;
        transform: scale(1.05)
    }
}

.store-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    background: #61d6ee;
    color: #fff;
    border-radius: 24px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    transition: all .3s;
    line-height: 1
}

.store-btn:hover {
    background: #4dc8e0;
    transform: translateY(-1px)
}

.store-btn.scrolled-dark {
    background: #252f34;
    color: #fff
}

.store-btn.nav-top {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
    padding: 6px 16px
}

.store-btn.nav-top:hover {
    background: rgba(255, 255, 255, .15)
}

@media (min-width: 769px) {
    .mobile-nav[data-v-195e076f] {
        display: none
    }
}