@charset "UTF-8";
@import"animate.min.css";

.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;
    align-items: center;
    background-color: var(--el-color-white);
    border-radius: var(--el-alert-border-radius-base);
    box-sizing: border-box;
    display: flex;
    margin: 0;
    opacity: 1;
    overflow: hidden;
    padding: var(--el-alert-padding);
    position: relative;
    transition: opacity var(--el-transition-duration-fast);
    width: 100%
}

.el-alert.is-light .el-alert__close-btn {
    color: var(--el-text-color-placeholder)
}

.el-alert.is-dark .el-alert__close-btn,
.el-alert.is-dark .el-alert__description {
    color: var(--el-color-white)
}

.el-alert.is-center {
    justify-content: center
}

.el-alert--success {
    --el-alert-bg-color: var(--el-color-success-light-9)
}

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

.el-alert--success.is-light,
.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)
}

.el-alert--info.is-light,
.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)
}

.el-alert--warning.is-light,
.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)
}

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

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

.el-alert__content {
    display: flex;
    flex-direction: column;
    gap: 4px
}

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

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

.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 {
    cursor: pointer;
    font-size: var(--el-alert-close-font-size);
    opacity: 1;
    position: absolute;
    right: 16px;
    top: 12px
}

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

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

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

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

.el-autocomplete__popper.el-popper {
    background: var(--el-bg-color-overlay);
    box-shadow: var(--el-box-shadow-light)
}

.el-autocomplete__popper.el-popper,
.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-left-color: transparent;
    border-top-color: transparent
}

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

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

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

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

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

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

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

.el-autocomplete-suggestion li.highlighted,
.el-autocomplete-suggestion li:hover {
    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 {
    color: var(--el-text-color-secondary);
    font-size: 20px;
    height: 100px;
    line-height: 100px;
    text-align: center
}

.el-autocomplete-suggestion.is-loading li:after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

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

.el-autocomplete-suggestion.is-loading .el-icon-loading {
    vertical-align: middle
}

.el-avatar {
    --el-avatar-text-color: var(--el-color-white);
    --el-avatar-bg-color: var(--el-text-color-disabled);
    --el-avatar-text-size: 14px;
    --el-avatar-icon-size: 18px;
    --el-avatar-border-radius: var(--el-border-radius-base);
    --el-avatar-size-large: 56px;
    --el-avatar-size-small: 24px;
    --el-avatar-size: 40px;
    align-items: center;
    background: var(--el-avatar-bg-color);
    box-sizing: border-box;
    color: var(--el-avatar-text-color);
    display: inline-flex;
    font-size: var(--el-avatar-text-size);
    height: var(--el-avatar-size);
    justify-content: center;
    outline: none;
    overflow: hidden;
    text-align: center;
    width: var(--el-avatar-size)
}

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

.el-avatar--circle {
    border-radius: 50%
}

.el-avatar--square {
    border-radius: var(--el-avatar-border-radius)
}

.el-avatar--icon {
    font-size: var(--el-avatar-icon-size)
}

.el-avatar--small {
    --el-avatar-size: 24px
}

.el-avatar--large {
    --el-avatar-size: 56px
}

.el-backtop {
    --el-backtop-bg-color: var(--el-bg-color-overlay);
    --el-backtop-text-color: var(--el-color-primary);
    --el-backtop-hover-bg-color: var(--el-border-color-extra-light);
    align-items: center;
    background-color: var(--el-backtop-bg-color);
    border-radius: 50%;
    box-shadow: var(--el-box-shadow-lighter);
    color: var(--el-backtop-text-color);
    cursor: pointer;
    display: flex;
    font-size: 20px;
    height: 40px;
    justify-content: center;
    position: fixed;
    width: 40px;
    z-index: 5
}

.el-backtop:hover {
    background-color: var(--el-backtop-hover-bg-color)
}

.el-backtop__icon {
    font-size: 20px
}

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

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

.el-breadcrumb:after {
    clear: both
}

.el-breadcrumb__separator {
    color: var(--el-text-color-placeholder);
    font-weight: 700;
    margin: 0 9px
}

.el-breadcrumb__separator.el-icon {
    font-weight: 400;
    margin: 0 6px
}

.el-breadcrumb__separator.el-icon svg {
    vertical-align: middle
}

.el-breadcrumb__item {
    align-items: center;
    display: inline-flex;
    float: left
}

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

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

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

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

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

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

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

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

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

.el-button-group>.el-button+.el-button {
    margin-left: 0
}

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

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

.el-button-group>.el-button:first-child:last-child {
    border-bottom-left-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-top-right-radius: var(--el-border-radius-base)
}

.el-button-group>.el-button:first-child:last-child.is-round {
    border-radius: var(--el-border-radius-round)
}

.el-button-group>.el-button:first-child:last-child.is-circle {
    border-radius: 50%
}

.el-button-group>.el-button:not(:first-child):not(:last-child) {
    border-radius: 0
}

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

.el-button-group>.el-button.is-active,
.el-button-group>.el-button:active,
.el-button-group>.el-button:focus,
.el-button-group>.el-button:hover {
    z-index: 1
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-button-group .el-button--info:not(:first-child):not(:last-child) {
    border-left-color: var(--el-button-divide-border-color);
    border-right-color: var(--el-button-divide-border-color)
}

.el-button {
    --el-button-font-weight: var(--el-font-weight-primary);
    --el-button-border-color: var(--el-border-color);
    --el-button-bg-color: var(--el-fill-color-blank);
    --el-button-text-color: var(--el-text-color-regular);
    --el-button-disabled-text-color: var(--el-disabled-text-color);
    --el-button-disabled-bg-color: var(--el-fill-color-blank);
    --el-button-disabled-border-color: var(--el-border-color-light);
    --el-button-divide-border-color: rgba(255, 255, 255, .5);
    --el-button-hover-text-color: var(--el-color-primary);
    --el-button-hover-bg-color: var(--el-color-primary-light-9);
    --el-button-hover-border-color: var(--el-color-primary-light-7);
    --el-button-active-text-color: var(--el-button-hover-text-color);
    --el-button-active-border-color: var(--el-color-primary);
    --el-button-active-bg-color: var(--el-button-hover-bg-color);
    --el-button-outline-color: var(--el-color-primary-light-5);
    --el-button-hover-link-text-color: var(--el-color-info);
    --el-button-active-color: var(--el-text-color-primary);
    align-items: center;
    -webkit-appearance: none;
    background-color: var(--el-button-bg-color);
    border: var(--el-border);
    border-color: var(--el-button-border-color);
    box-sizing: border-box;
    color: var(--el-button-text-color);
    cursor: pointer;
    display: inline-flex;
    font-weight: var(--el-button-font-weight);
    height: 32px;
    justify-content: center;
    line-height: 1;
    outline: none;
    text-align: center;
    transition: .1s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap
}

.el-button:hover {
    background-color: var(--el-button-hover-bg-color);
    border-color: var(--el-button-hover-border-color);
    color: var(--el-button-hover-text-color);
    outline: none
}

.el-button:active {
    background-color: var(--el-button-active-bg-color);
    border-color: var(--el-button-active-border-color);
    color: var(--el-button-active-text-color);
    outline: none
}

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

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

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

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

.el-button,
.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 {
    background-color: var(--el-button-active-bg-color);
    border-color: var(--el-button-active-border-color);
    color: var(--el-button-active-text-color);
    outline: none
}

.el-button.is-disabled,
.el-button.is-disabled:hover {
    background-color: var(--el-button-disabled-bg-color);
    background-image: none;
    border-color: var(--el-button-disabled-border-color);
    color: var(--el-button-disabled-text-color);
    cursor: not-allowed
}

.el-button.is-loading {
    pointer-events: none;
    position: relative
}

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

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

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

.el-button.is-text {
    background-color: transparent;
    border: 0 solid transparent;
    color: var(--el-button-text-color)
}

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

.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 0s, outline 0s
}

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

.el-button.is-link:hover {
    color: var(--el-button-hover-link-text-color)
}

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

.el-button.is-link:not(.is-disabled):active,
.el-button.is-link:not(.is-disabled):hover {
    background-color: transparent;
    border-color: transparent
}

.el-button.is-link:not(.is-disabled):active {
    color: var(--el-button-active-color)
}

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

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

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

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

.el-button__link--expand {
    letter-spacing: .3em;
    margin-right: -.3em
}

.el-button--primary {
    --el-button-text-color: var(--el-color-white);
    --el-button-bg-color: var(--el-color-primary);
    --el-button-border-color: var(--el-color-primary);
    --el-button-outline-color: var(--el-color-primary-light-5);
    --el-button-active-color: var(--el-color-primary-dark-2);
    --el-button-hover-text-color: var(--el-color-white);
    --el-button-hover-link-text-color: var(--el-color-primary-light-5);
    --el-button-hover-bg-color: var(--el-color-primary-light-3);
    --el-button-hover-border-color: var(--el-color-primary-light-3);
    --el-button-active-bg-color: var(--el-color-primary-dark-2);
    --el-button-active-border-color: var(--el-color-primary-dark-2);
    --el-button-disabled-text-color: var(--el-color-white);
    --el-button-disabled-bg-color: var(--el-color-primary-light-5);
    --el-button-disabled-border-color: var(--el-color-primary-light-5)
}

.el-button--primary.is-link,
.el-button--primary.is-plain,
.el-button--primary.is-text {
    --el-button-text-color: var(--el-color-primary);
    --el-button-bg-color: var(--el-color-primary-light-9);
    --el-button-border-color: var(--el-color-primary-light-5);
    --el-button-hover-text-color: var(--el-color-white);
    --el-button-hover-bg-color: var(--el-color-primary);
    --el-button-hover-border-color: var(--el-color-primary);
    --el-button-active-text-color: var(--el-color-white)
}

.el-button--primary.is-link.is-disabled,
.el-button--primary.is-link.is-disabled:active,
.el-button--primary.is-link.is-disabled:focus,
.el-button--primary.is-link.is-disabled:hover,
.el-button--primary.is-plain.is-disabled,
.el-button--primary.is-plain.is-disabled:active,
.el-button--primary.is-plain.is-disabled:focus,
.el-button--primary.is-plain.is-disabled:hover,
.el-button--primary.is-text.is-disabled,
.el-button--primary.is-text.is-disabled:active,
.el-button--primary.is-text.is-disabled:focus,
.el-button--primary.is-text.is-disabled:hover {
    background-color: var(--el-color-primary-light-9);
    border-color: var(--el-color-primary-light-8);
    color: var(--el-color-primary-light-5)
}

.el-button--success {
    --el-button-text-color: var(--el-color-white);
    --el-button-bg-color: var(--el-color-success);
    --el-button-border-color: var(--el-color-success);
    --el-button-outline-color: var(--el-color-success-light-5);
    --el-button-active-color: var(--el-color-success-dark-2);
    --el-button-hover-text-color: var(--el-color-white);
    --el-button-hover-link-text-color: var(--el-color-success-light-5);
    --el-button-hover-bg-color: var(--el-color-success-light-3);
    --el-button-hover-border-color: var(--el-color-success-light-3);
    --el-button-active-bg-color: var(--el-color-success-dark-2);
    --el-button-active-border-color: var(--el-color-success-dark-2);
    --el-button-disabled-text-color: var(--el-color-white);
    --el-button-disabled-bg-color: var(--el-color-success-light-5);
    --el-button-disabled-border-color: var(--el-color-success-light-5)
}

.el-button--success.is-link,
.el-button--success.is-plain,
.el-button--success.is-text {
    --el-button-text-color: var(--el-color-success);
    --el-button-bg-color: var(--el-color-success-light-9);
    --el-button-border-color: var(--el-color-success-light-5);
    --el-button-hover-text-color: var(--el-color-white);
    --el-button-hover-bg-color: var(--el-color-success);
    --el-button-hover-border-color: var(--el-color-success);
    --el-button-active-text-color: var(--el-color-white)
}

.el-button--success.is-link.is-disabled,
.el-button--success.is-link.is-disabled:active,
.el-button--success.is-link.is-disabled:focus,
.el-button--success.is-link.is-disabled:hover,
.el-button--success.is-plain.is-disabled,
.el-button--success.is-plain.is-disabled:active,
.el-button--success.is-plain.is-disabled:focus,
.el-button--success.is-plain.is-disabled:hover,
.el-button--success.is-text.is-disabled,
.el-button--success.is-text.is-disabled:active,
.el-button--success.is-text.is-disabled:focus,
.el-button--success.is-text.is-disabled:hover {
    background-color: var(--el-color-success-light-9);
    border-color: var(--el-color-success-light-8);
    color: var(--el-color-success-light-5)
}

.el-button--warning {
    --el-button-text-color: var(--el-color-white);
    --el-button-bg-color: var(--el-color-warning);
    --el-button-border-color: var(--el-color-warning);
    --el-button-outline-color: var(--el-color-warning-light-5);
    --el-button-active-color: var(--el-color-warning-dark-2);
    --el-button-hover-text-color: var(--el-color-white);
    --el-button-hover-link-text-color: var(--el-color-warning-light-5);
    --el-button-hover-bg-color: var(--el-color-warning-light-3);
    --el-button-hover-border-color: var(--el-color-warning-light-3);
    --el-button-active-bg-color: var(--el-color-warning-dark-2);
    --el-button-active-border-color: var(--el-color-warning-dark-2);
    --el-button-disabled-text-color: var(--el-color-white);
    --el-button-disabled-bg-color: var(--el-color-warning-light-5);
    --el-button-disabled-border-color: var(--el-color-warning-light-5)
}

.el-button--warning.is-link,
.el-button--warning.is-plain,
.el-button--warning.is-text {
    --el-button-text-color: var(--el-color-warning);
    --el-button-bg-color: var(--el-color-warning-light-9);
    --el-button-border-color: var(--el-color-warning-light-5);
    --el-button-hover-text-color: var(--el-color-white);
    --el-button-hover-bg-color: var(--el-color-warning);
    --el-button-hover-border-color: var(--el-color-warning);
    --el-button-active-text-color: var(--el-color-white)
}

.el-button--warning.is-link.is-disabled,
.el-button--warning.is-link.is-disabled:active,
.el-button--warning.is-link.is-disabled:focus,
.el-button--warning.is-link.is-disabled:hover,
.el-button--warning.is-plain.is-disabled,
.el-button--warning.is-plain.is-disabled:active,
.el-button--warning.is-plain.is-disabled:focus,
.el-button--warning.is-plain.is-disabled:hover,
.el-button--warning.is-text.is-disabled,
.el-button--warning.is-text.is-disabled:active,
.el-button--warning.is-text.is-disabled:focus,
.el-button--warning.is-text.is-disabled:hover {
    background-color: var(--el-color-warning-light-9);
    border-color: var(--el-color-warning-light-8);
    color: var(--el-color-warning-light-5)
}

.el-button--danger {
    --el-button-text-color: var(--el-color-white);
    --el-button-bg-color: var(--el-color-danger);
    --el-button-border-color: var(--el-color-danger);
    --el-button-outline-color: var(--el-color-danger-light-5);
    --el-button-active-color: var(--el-color-danger-dark-2);
    --el-button-hover-text-color: var(--el-color-white);
    --el-button-hover-link-text-color: var(--el-color-danger-light-5);
    --el-button-hover-bg-color: var(--el-color-danger-light-3);
    --el-button-hover-border-color: var(--el-color-danger-light-3);
    --el-button-active-bg-color: var(--el-color-danger-dark-2);
    --el-button-active-border-color: var(--el-color-danger-dark-2);
    --el-button-disabled-text-color: var(--el-color-white);
    --el-button-disabled-bg-color: var(--el-color-danger-light-5);
    --el-button-disabled-border-color: var(--el-color-danger-light-5)
}

.el-button--danger.is-link,
.el-button--danger.is-plain,
.el-button--danger.is-text {
    --el-button-text-color: var(--el-color-danger);
    --el-button-bg-color: var(--el-color-danger-light-9);
    --el-button-border-color: var(--el-color-danger-light-5);
    --el-button-hover-text-color: var(--el-color-white);
    --el-button-hover-bg-color: var(--el-color-danger);
    --el-button-hover-border-color: var(--el-color-danger);
    --el-button-active-text-color: var(--el-color-white)
}

.el-button--danger.is-link.is-disabled,
.el-button--danger.is-link.is-disabled:active,
.el-button--danger.is-link.is-disabled:focus,
.el-button--danger.is-link.is-disabled:hover,
.el-button--danger.is-plain.is-disabled,
.el-button--danger.is-plain.is-disabled:active,
.el-button--danger.is-plain.is-disabled:focus,
.el-button--danger.is-plain.is-disabled:hover,
.el-button--danger.is-text.is-disabled,
.el-button--danger.is-text.is-disabled:active,
.el-button--danger.is-text.is-disabled:focus,
.el-button--danger.is-text.is-disabled:hover {
    background-color: var(--el-color-danger-light-9);
    border-color: var(--el-color-danger-light-8);
    color: var(--el-color-danger-light-5)
}

.el-button--info {
    --el-button-text-color: var(--el-color-white);
    --el-button-bg-color: var(--el-color-info);
    --el-button-border-color: var(--el-color-info);
    --el-button-outline-color: var(--el-color-info-light-5);
    --el-button-active-color: var(--el-color-info-dark-2);
    --el-button-hover-text-color: var(--el-color-white);
    --el-button-hover-link-text-color: var(--el-color-info-light-5);
    --el-button-hover-bg-color: var(--el-color-info-light-3);
    --el-button-hover-border-color: var(--el-color-info-light-3);
    --el-button-active-bg-color: var(--el-color-info-dark-2);
    --el-button-active-border-color: var(--el-color-info-dark-2);
    --el-button-disabled-text-color: var(--el-color-white);
    --el-button-disabled-bg-color: var(--el-color-info-light-5);
    --el-button-disabled-border-color: var(--el-color-info-light-5)
}

.el-button--info.is-link,
.el-button--info.is-plain,
.el-button--info.is-text {
    --el-button-text-color: var(--el-color-info);
    --el-button-bg-color: var(--el-color-info-light-9);
    --el-button-border-color: var(--el-color-info-light-5);
    --el-button-hover-text-color: var(--el-color-white);
    --el-button-hover-bg-color: var(--el-color-info);
    --el-button-hover-border-color: var(--el-color-info);
    --el-button-active-text-color: var(--el-color-white)
}

.el-button--info.is-link.is-disabled,
.el-button--info.is-link.is-disabled:active,
.el-button--info.is-link.is-disabled:focus,
.el-button--info.is-link.is-disabled:hover,
.el-button--info.is-plain.is-disabled,
.el-button--info.is-plain.is-disabled:active,
.el-button--info.is-plain.is-disabled:focus,
.el-button--info.is-plain.is-disabled:hover,
.el-button--info.is-text.is-disabled,
.el-button--info.is-text.is-disabled:active,
.el-button--info.is-text.is-disabled:focus,
.el-button--info.is-text.is-disabled:hover {
    background-color: var(--el-color-info-light-9);
    border-color: var(--el-color-info-light-8);
    color: var(--el-color-info-light-5)
}

.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 {
    border-radius: var(--el-border-radius-base);
    font-size: var(--el-font-size-base);
    padding: 12px 19px
}

.el-button--large.is-round {
    padding: 12px 19px
}

.el-button--large.is-circle {
    padding: 12px;
    width: var(--el-button-size)
}

.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);
    font-size: 12px;
    padding: 5px 11px
}

.el-button--small.is-round {
    padding: 5px 11px
}

.el-button--small.is-circle {
    padding: 5px;
    width: var(--el-button-size)
}

.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);
    display: flex;
    justify-content: space-between;
    padding: 12px 20px
}

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

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

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

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

.el-calendar-table:not(.is-range) td.next,
.el-calendar-table:not(.is-range) td.prev {
    color: var(--el-text-color-placeholder)
}

.el-calendar-table td {
    border-bottom: var(--el-calendar-border);
    border-right: var(--el-calendar-border);
    transition: background-color var(--el-transition-duration-fast) ease;
    vertical-align: top
}

.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 {
    background-color: var(--el-calendar-selected-bg-color);
    cursor: pointer
}

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

.el-card.is-always-shadow,
.el-card.is-hover-shadow:focus,
.el-card.is-hover-shadow:hover {
    box-shadow: var(--el-box-shadow-light)
}

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

.el-card__body {
    padding: var(--el-card-padding)
}

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

.el-carousel__item {
    display: inline-block;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%
}

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

.el-carousel__item--card,
.el-carousel__item.is-animating {
    transition: transform .4s ease-in-out
}

.el-carousel__item--card {
    width: 50%
}

.el-carousel__item--card.is-in-stage {
    cursor: pointer;
    z-index: var(--el-index-normal)
}

.el-carousel__item--card.is-in-stage.is-hover .el-carousel__mask,
.el-carousel__item--card.is-in-stage:hover .el-carousel__mask {
    opacity: .12
}

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

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

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

.el-carousel {
    --el-carousel-arrow-font-size: 12px;
    --el-carousel-arrow-size: 36px;
    --el-carousel-arrow-background: rgba(31, 45, 61, .11);
    --el-carousel-arrow-hover-background: rgba(31, 45, 61, .23);
    --el-carousel-indicator-width: 30px;
    --el-carousel-indicator-height: 2px;
    --el-carousel-indicator-padding-horizontal: 4px;
    --el-carousel-indicator-padding-vertical: 12px;
    --el-carousel-indicator-out-color: var(--el-border-color-hover);
    position: relative
}

.el-carousel--horizontal,
.el-carousel--vertical {
    overflow: hidden
}

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

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

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

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

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

.el-carousel__indicators--outside {
    bottom: calc(var(--el-carousel-indicator-height) + var(--el-carousel-indicator-padding-vertical)*2);
    position: static;
    text-align: center;
    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 {
    left: 0;
    right: 0;
    text-align: center;
    transform: none
}

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

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

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

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

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

.el-carousel__indicator--vertical {
    padding: var(--el-carousel-indicator-padding-horizontal) var(--el-carousel-indicator-padding-vertical)
}

.el-carousel__indicator--vertical .el-carousel__button {
    height: calc(var(--el-carousel-indicator-width)/2);
    width: var(--el-carousel-indicator-height)
}

.el-carousel__indicator.is-active button {
    opacity: 1
}

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

.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(../fonts/1cd21d03e04540d497558a67e99379c4.woff)
}

.el-cascader .el-input .icon-arrow-down.is-reverse {
    transform: rotate(180deg)
}

.el-cascader .el-input .icon-circle-close:hover {
    color: var(--el-input-clear-hover-color, var(--el-text-color-secondary))
}

.el-cascader .el-input.is-focus .el-input__wrapper {
    box-shadow: 0 0 0 1px var(--el-input-focus-border-color, var(--el-color-primary)) inset
}

.el-cascader--large {
    font-size: 14px;
    line-height: 40px
}

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

.el-cascader.is-disabled .el-cascader__label {
    color: var(--el-disabled-text-color);
    z-index: calc(var(--el-index-normal) + 1)
}

.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);
    border-radius: var(--el-cascader-menu-radius);
    font-size: var(--el-cascader-menu-font-size)
}

.el-cascader__dropdown.el-popper {
    background: var(--el-cascader-menu-fill)
}

.el-cascader__dropdown.el-popper,
.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-left-color: transparent;
    border-top-color: transparent
}

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

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

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

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

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

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

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

.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 {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis
}

.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.is-validate {
    right: 55px
}

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

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

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

.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 {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis
}

.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__suggestion-panel {
    border-radius: var(--el-cascader-menu-radius)
}

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

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

.el-cascader__suggestion-item:focus,
.el-cascader__suggestion-item:hover {
    background: var(--el-cascader-node-background-hover)
}

.el-cascader__suggestion-item.is-checked {
    color: var(--el-cascader-menu-selected-text-color);
    font-weight: 700
}

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

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

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

.el-cascader__search-input::-moz-placeholder {
    color: transparent
}

.el-cascader__search-input::placeholder {
    color: transparent
}

.el-check-tag {
    background-color: var(--el-color-info-light-9);
    border-radius: var(--el-border-radius-base);
    color: var(--el-color-info);
    cursor: pointer;
    display: inline-block;
    font-size: var(--el-font-size-base);
    font-weight: 700;
    line-height: var(--el-font-size-base);
    padding: 7px 15px;
    transition: var(--el-transition-all)
}

.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 {
    color: var(--el-disabled-text-color);
    cursor: not-allowed
}

.el-check-tag.el-check-tag--success.is-disabled,
.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 {
    color: var(--el-disabled-text-color);
    cursor: not-allowed
}

.el-check-tag.el-check-tag--warning.is-disabled,
.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 {
    color: var(--el-disabled-text-color);
    cursor: not-allowed
}

.el-check-tag.el-check-tag--danger.is-disabled,
.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 {
    color: var(--el-disabled-text-color);
    cursor: not-allowed
}

.el-check-tag.el-check-tag--error.is-disabled,
.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 {
    color: var(--el-disabled-text-color);
    cursor: not-allowed
}

.el-check-tag.el-check-tag--info.is-disabled,
.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);
    display: inline-block;
    position: relative
}

.el-checkbox-button__inner {
    -webkit-appearance: none;
    background: var(--el-button-bg-color, var(--el-fill-color-blank));
    border: var(--el-border);
    border-left-color: transparent;
    border-radius: 0;
    box-sizing: border-box;
    color: var(--el-button-text-color, var(--el-text-color-regular));
    cursor: pointer;
    display: inline-block;
    font-size: var(--el-font-size-base);
    font-weight: var(--el-checkbox-font-weight);
    line-height: 1;
    margin: 0;
    outline: none;
    padding: 8px 15px;
    position: relative;
    text-align: center;
    transition: var(--el-transition-all);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap
}

.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 {
    margin: 0;
    opacity: 0;
    outline: none;
    position: absolute;
    z-index: -1
}

.el-checkbox-button.is-checked .el-checkbox-button__inner {
    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);
    color: var(--el-checkbox-button-checked-text-color)
}

.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 {
    background-color: var(--el-button-disabled-bg-color, var(--el-fill-color-blank));
    background-image: none;
    border-color: var(--el-button-disabled-border-color, var(--el-border-color-light));
    box-shadow: none;
    color: var(--el-disabled-text-color);
    cursor: not-allowed
}

.el-checkbox-button.is-disabled:first-child .el-checkbox-button__inner {
    border-left-color: var(--el-button-disabled-border-color, var(--el-border-color-light))
}

.el-checkbox-button:first-child .el-checkbox-button__inner {
    border-bottom-left-radius: var(--el-border-radius-base);
    border-left: var(--el-border);
    border-top-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-bottom-right-radius: var(--el-border-radius-base);
    border-top-right-radius: var(--el-border-radius-base)
}

.el-checkbox-button--large .el-checkbox-button__inner {
    border-radius: 0;
    font-size: var(--el-font-size-base);
    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;
    font-size: 12px;
    padding: 5px 11px
}

.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);
    align-items: center;
    color: var(--el-checkbox-text-color);
    cursor: pointer;
    display: inline-flex;
    font-size: var(--el-font-size-base);
    font-weight: var(--el-checkbox-font-weight);
    height: var(--el-checkbox-height, 32px);
    margin-right: 30px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap
}

.el-checkbox.is-disabled {
    cursor: not-allowed
}

.el-checkbox.is-bordered {
    border: var(--el-border);
    border-radius: var(--el-border-radius-base);
    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 {
    height: 14px;
    width: 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 {
    height: 12px;
    width: 12px
}

.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner:after {
    height: 6px;
    width: 2px
}

.el-checkbox input:focus-visible+.el-checkbox__inner {
    border-radius: var(--el-checkbox-border-radius);
    outline: 2px solid var(--el-checkbox-input-border-color-hover);
    outline-offset: 1px
}

.el-checkbox__input {
    cursor: pointer;
    display: inline-flex;
    outline: none;
    position: relative;
    white-space: nowrap
}

.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 {
    border-color: var(--el-checkbox-disabled-icon-color);
    cursor: not-allowed
}

.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: 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 {
    background-color: var(--el-checkbox-checked-icon-color);
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 5px;
    transform: scale(.5)
}

.el-checkbox__input.is-indeterminate .el-checkbox__inner:after {
    display: none
}

.el-checkbox__inner {
    background-color: var(--el-checkbox-bg-color);
    border: var(--el-checkbox-input-border);
    border-radius: var(--el-checkbox-border-radius);
    box-sizing: border-box;
    display: inline-block;
    height: var(--el-checkbox-input-height);
    position: relative;
    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);
    width: var(--el-checkbox-input-width);
    z-index: var(--el-index-normal)
}

.el-checkbox__inner:hover {
    border-color: var(--el-checkbox-input-border-color-hover)
}

.el-checkbox__inner:after {
    border: 1px solid transparent;
    border-left: 0;
    border-top: 0;
    box-sizing: content-box;
    content: "";
    height: 7px;
    left: 4px;
    position: absolute;
    top: 1px;
    transform: rotate(45deg) scaleY(0);
    transform-origin: center;
    transition: transform .15s ease-in .05s;
    width: 3px
}

.el-checkbox__original {
    height: 0;
    margin: 0;
    opacity: 0;
    outline: none;
    position: absolute;
    width: 0;
    z-index: -1
}

.el-checkbox__label {
    display: inline-block;
    font-size: var(--el-checkbox-font-size);
    line-height: 1;
    padding-left: 8px
}

.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 {
    height: 14px;
    width: 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 {
    height: 12px;
    width: 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 {
    height: 6px;
    width: 2px
}

.el-checkbox:last-of-type {
    margin-right: 0
}

[class*=el-col-] {
    box-sizing: border-box
}

[class*=el-col-].is-guttered {
    display: block;
    min-height: 1px
}

.el-col-0 {
    flex: 0 0 0%;
    max-width: 0
}

.el-col-0,
.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 {
    left: 0;
    position: relative
}

.el-col-1 {
    flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%
}

.el-col-1,
.el-col-1.is-guttered {
    display: block
}

.el-col-offset-1 {
    margin-left: 4.1666666667%
}

.el-col-pull-1 {
    position: relative;
    right: 4.1666666667%
}

.el-col-push-1 {
    left: 4.1666666667%;
    position: relative
}

.el-col-2 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.el-col-2,
.el-col-2.is-guttered {
    display: block
}

.el-col-offset-2 {
    margin-left: 8.3333333333%
}

.el-col-pull-2 {
    position: relative;
    right: 8.3333333333%
}

.el-col-push-2 {
    left: 8.3333333333%;
    position: relative
}

.el-col-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%
}

.el-col-3,
.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 {
    left: 12.5%;
    position: relative
}

.el-col-4 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.el-col-4,
.el-col-4.is-guttered {
    display: block
}

.el-col-offset-4 {
    margin-left: 16.6666666667%
}

.el-col-pull-4 {
    position: relative;
    right: 16.6666666667%
}

.el-col-push-4 {
    left: 16.6666666667%;
    position: relative
}

.el-col-5 {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%
}

.el-col-5,
.el-col-5.is-guttered {
    display: block
}

.el-col-offset-5 {
    margin-left: 20.8333333333%
}

.el-col-pull-5 {
    position: relative;
    right: 20.8333333333%
}

.el-col-push-5 {
    left: 20.8333333333%;
    position: relative
}

.el-col-6 {
    flex: 0 0 25%;
    max-width: 25%
}

.el-col-6,
.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 {
    left: 25%;
    position: relative
}

.el-col-7 {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%
}

.el-col-7,
.el-col-7.is-guttered {
    display: block
}

.el-col-offset-7 {
    margin-left: 29.1666666667%
}

.el-col-pull-7 {
    position: relative;
    right: 29.1666666667%
}

.el-col-push-7 {
    left: 29.1666666667%;
    position: relative
}

.el-col-8 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.el-col-8,
.el-col-8.is-guttered {
    display: block
}

.el-col-offset-8 {
    margin-left: 33.3333333333%
}

.el-col-pull-8 {
    position: relative;
    right: 33.3333333333%
}

.el-col-push-8 {
    left: 33.3333333333%;
    position: relative
}

.el-col-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%
}

.el-col-9,
.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 {
    left: 37.5%;
    position: relative
}

.el-col-10 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.el-col-10,
.el-col-10.is-guttered {
    display: block
}

.el-col-offset-10 {
    margin-left: 41.6666666667%
}

.el-col-pull-10 {
    position: relative;
    right: 41.6666666667%
}

.el-col-push-10 {
    left: 41.6666666667%;
    position: relative
}

.el-col-11 {
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%
}

.el-col-11,
.el-col-11.is-guttered {
    display: block
}

.el-col-offset-11 {
    margin-left: 45.8333333333%
}

.el-col-pull-11 {
    position: relative;
    right: 45.8333333333%
}

.el-col-push-11 {
    left: 45.8333333333%;
    position: relative
}

.el-col-12 {
    flex: 0 0 50%;
    max-width: 50%
}

.el-col-12,
.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 {
    left: 50%;
    position: relative
}

.el-col-13 {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%
}

.el-col-13,
.el-col-13.is-guttered {
    display: block
}

.el-col-offset-13 {
    margin-left: 54.1666666667%
}

.el-col-pull-13 {
    position: relative;
    right: 54.1666666667%
}

.el-col-push-13 {
    left: 54.1666666667%;
    position: relative
}

.el-col-14 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.el-col-14,
.el-col-14.is-guttered {
    display: block
}

.el-col-offset-14 {
    margin-left: 58.3333333333%
}

.el-col-pull-14 {
    position: relative;
    right: 58.3333333333%
}

.el-col-push-14 {
    left: 58.3333333333%;
    position: relative
}

.el-col-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%
}

.el-col-15,
.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 {
    left: 62.5%;
    position: relative
}

.el-col-16 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.el-col-16,
.el-col-16.is-guttered {
    display: block
}

.el-col-offset-16 {
    margin-left: 66.6666666667%
}

.el-col-pull-16 {
    position: relative;
    right: 66.6666666667%
}

.el-col-push-16 {
    left: 66.6666666667%;
    position: relative
}

.el-col-17 {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%
}

.el-col-17,
.el-col-17.is-guttered {
    display: block
}

.el-col-offset-17 {
    margin-left: 70.8333333333%
}

.el-col-pull-17 {
    position: relative;
    right: 70.8333333333%
}

.el-col-push-17 {
    left: 70.8333333333%;
    position: relative
}

.el-col-18 {
    flex: 0 0 75%;
    max-width: 75%
}

.el-col-18,
.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 {
    left: 75%;
    position: relative
}

.el-col-19 {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%
}

.el-col-19,
.el-col-19.is-guttered {
    display: block
}

.el-col-offset-19 {
    margin-left: 79.1666666667%
}

.el-col-pull-19 {
    position: relative;
    right: 79.1666666667%
}

.el-col-push-19 {
    left: 79.1666666667%;
    position: relative
}

.el-col-20 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.el-col-20,
.el-col-20.is-guttered {
    display: block
}

.el-col-offset-20 {
    margin-left: 83.3333333333%
}

.el-col-pull-20 {
    position: relative;
    right: 83.3333333333%
}

.el-col-push-20 {
    left: 83.3333333333%;
    position: relative
}

.el-col-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%
}

.el-col-21,
.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 {
    left: 87.5%;
    position: relative
}

.el-col-22 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.el-col-22,
.el-col-22.is-guttered {
    display: block
}

.el-col-offset-22 {
    margin-left: 91.6666666667%
}

.el-col-pull-22 {
    position: relative;
    right: 91.6666666667%
}

.el-col-push-22 {
    left: 91.6666666667%;
    position: relative
}

.el-col-23 {
    flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%
}

.el-col-23,
.el-col-23.is-guttered {
    display: block
}

.el-col-offset-23 {
    margin-left: 95.8333333333%
}

.el-col-pull-23 {
    position: relative;
    right: 95.8333333333%
}

.el-col-push-23 {
    left: 95.8333333333%;
    position: relative
}

.el-col-24 {
    flex: 0 0 100%;
    max-width: 100%
}

.el-col-24,
.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 {
    left: 100%;
    position: relative
}

@media only screen and (max-width:767px) {
    .el-col-xs-0 {
        display: none;
        flex: 0 0 0%;
        max-width: 0
    }

    .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 {
        left: 0;
        position: relative
    }

    .el-col-xs-1 {
        flex: 0 0 4.1666666667%;
        max-width: 4.1666666667%
    }

    .el-col-xs-1,
    .el-col-xs-1.is-guttered {
        display: block
    }

    .el-col-xs-offset-1 {
        margin-left: 4.1666666667%
    }

    .el-col-xs-pull-1 {
        position: relative;
        right: 4.1666666667%
    }

    .el-col-xs-push-1 {
        left: 4.1666666667%;
        position: relative
    }

    .el-col-xs-2 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .el-col-xs-2,
    .el-col-xs-2.is-guttered {
        display: block
    }

    .el-col-xs-offset-2 {
        margin-left: 8.3333333333%
    }

    .el-col-xs-pull-2 {
        position: relative;
        right: 8.3333333333%
    }

    .el-col-xs-push-2 {
        left: 8.3333333333%;
        position: relative
    }

    .el-col-xs-3 {
        flex: 0 0 12.5%;
        max-width: 12.5%
    }

    .el-col-xs-3,
    .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 {
        left: 12.5%;
        position: relative
    }

    .el-col-xs-4 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .el-col-xs-4,
    .el-col-xs-4.is-guttered {
        display: block
    }

    .el-col-xs-offset-4 {
        margin-left: 16.6666666667%
    }

    .el-col-xs-pull-4 {
        position: relative;
        right: 16.6666666667%
    }

    .el-col-xs-push-4 {
        left: 16.6666666667%;
        position: relative
    }

    .el-col-xs-5 {
        flex: 0 0 20.8333333333%;
        max-width: 20.8333333333%
    }

    .el-col-xs-5,
    .el-col-xs-5.is-guttered {
        display: block
    }

    .el-col-xs-offset-5 {
        margin-left: 20.8333333333%
    }

    .el-col-xs-pull-5 {
        position: relative;
        right: 20.8333333333%
    }

    .el-col-xs-push-5 {
        left: 20.8333333333%;
        position: relative
    }

    .el-col-xs-6 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .el-col-xs-6,
    .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 {
        left: 25%;
        position: relative
    }

    .el-col-xs-7 {
        flex: 0 0 29.1666666667%;
        max-width: 29.1666666667%
    }

    .el-col-xs-7,
    .el-col-xs-7.is-guttered {
        display: block
    }

    .el-col-xs-offset-7 {
        margin-left: 29.1666666667%
    }

    .el-col-xs-pull-7 {
        position: relative;
        right: 29.1666666667%
    }

    .el-col-xs-push-7 {
        left: 29.1666666667%;
        position: relative
    }

    .el-col-xs-8 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .el-col-xs-8,
    .el-col-xs-8.is-guttered {
        display: block
    }

    .el-col-xs-offset-8 {
        margin-left: 33.3333333333%
    }

    .el-col-xs-pull-8 {
        position: relative;
        right: 33.3333333333%
    }

    .el-col-xs-push-8 {
        left: 33.3333333333%;
        position: relative
    }

    .el-col-xs-9 {
        flex: 0 0 37.5%;
        max-width: 37.5%
    }

    .el-col-xs-9,
    .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 {
        left: 37.5%;
        position: relative
    }

    .el-col-xs-10 {
        display: block;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .el-col-xs-10.is-guttered {
        display: block
    }

    .el-col-xs-offset-10 {
        margin-left: 41.6666666667%
    }

    .el-col-xs-pull-10 {
        position: relative;
        right: 41.6666666667%
    }

    .el-col-xs-push-10 {
        left: 41.6666666667%;
        position: relative
    }

    .el-col-xs-11 {
        display: block;
        flex: 0 0 45.8333333333%;
        max-width: 45.8333333333%
    }

    .el-col-xs-11.is-guttered {
        display: block
    }

    .el-col-xs-offset-11 {
        margin-left: 45.8333333333%
    }

    .el-col-xs-pull-11 {
        position: relative;
        right: 45.8333333333%
    }

    .el-col-xs-push-11 {
        left: 45.8333333333%;
        position: relative
    }

    .el-col-xs-12 {
        display: block;
        flex: 0 0 50%;
        max-width: 50%
    }

    .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 {
        left: 50%;
        position: relative
    }

    .el-col-xs-13 {
        display: block;
        flex: 0 0 54.1666666667%;
        max-width: 54.1666666667%
    }

    .el-col-xs-13.is-guttered {
        display: block
    }

    .el-col-xs-offset-13 {
        margin-left: 54.1666666667%
    }

    .el-col-xs-pull-13 {
        position: relative;
        right: 54.1666666667%
    }

    .el-col-xs-push-13 {
        left: 54.1666666667%;
        position: relative
    }

    .el-col-xs-14 {
        display: block;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .el-col-xs-14.is-guttered {
        display: block
    }

    .el-col-xs-offset-14 {
        margin-left: 58.3333333333%
    }

    .el-col-xs-pull-14 {
        position: relative;
        right: 58.3333333333%
    }

    .el-col-xs-push-14 {
        left: 58.3333333333%;
        position: relative
    }

    .el-col-xs-15 {
        display: block;
        flex: 0 0 62.5%;
        max-width: 62.5%
    }

    .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 {
        left: 62.5%;
        position: relative
    }

    .el-col-xs-16 {
        display: block;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .el-col-xs-16.is-guttered {
        display: block
    }

    .el-col-xs-offset-16 {
        margin-left: 66.6666666667%
    }

    .el-col-xs-pull-16 {
        position: relative;
        right: 66.6666666667%
    }

    .el-col-xs-push-16 {
        left: 66.6666666667%;
        position: relative
    }

    .el-col-xs-17 {
        display: block;
        flex: 0 0 70.8333333333%;
        max-width: 70.8333333333%
    }

    .el-col-xs-17.is-guttered {
        display: block
    }

    .el-col-xs-offset-17 {
        margin-left: 70.8333333333%
    }

    .el-col-xs-pull-17 {
        position: relative;
        right: 70.8333333333%
    }

    .el-col-xs-push-17 {
        left: 70.8333333333%;
        position: relative
    }

    .el-col-xs-18 {
        display: block;
        flex: 0 0 75%;
        max-width: 75%
    }

    .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 {
        left: 75%;
        position: relative
    }

    .el-col-xs-19 {
        display: block;
        flex: 0 0 79.1666666667%;
        max-width: 79.1666666667%
    }

    .el-col-xs-19.is-guttered {
        display: block
    }

    .el-col-xs-offset-19 {
        margin-left: 79.1666666667%
    }

    .el-col-xs-pull-19 {
        position: relative;
        right: 79.1666666667%
    }

    .el-col-xs-push-19 {
        left: 79.1666666667%;
        position: relative
    }

    .el-col-xs-20 {
        display: block;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .el-col-xs-20.is-guttered {
        display: block
    }

    .el-col-xs-offset-20 {
        margin-left: 83.3333333333%
    }

    .el-col-xs-pull-20 {
        position: relative;
        right: 83.3333333333%
    }

    .el-col-xs-push-20 {
        left: 83.3333333333%;
        position: relative
    }

    .el-col-xs-21 {
        display: block;
        flex: 0 0 87.5%;
        max-width: 87.5%
    }

    .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 {
        left: 87.5%;
        position: relative
    }

    .el-col-xs-22 {
        display: block;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .el-col-xs-22.is-guttered {
        display: block
    }

    .el-col-xs-offset-22 {
        margin-left: 91.6666666667%
    }

    .el-col-xs-pull-22 {
        position: relative;
        right: 91.6666666667%
    }

    .el-col-xs-push-22 {
        left: 91.6666666667%;
        position: relative
    }

    .el-col-xs-23 {
        display: block;
        flex: 0 0 95.8333333333%;
        max-width: 95.8333333333%
    }

    .el-col-xs-23.is-guttered {
        display: block
    }

    .el-col-xs-offset-23 {
        margin-left: 95.8333333333%
    }

    .el-col-xs-pull-23 {
        position: relative;
        right: 95.8333333333%
    }

    .el-col-xs-push-23 {
        left: 95.8333333333%;
        position: relative
    }

    .el-col-xs-24 {
        display: block;
        flex: 0 0 100%;
        max-width: 100%
    }

    .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 {
        left: 100%;
        position: relative
    }
}

@media only screen and (min-width:768px) {
    .el-col-sm-0 {
        display: none;
        flex: 0 0 0%;
        max-width: 0
    }

    .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 {
        left: 0;
        position: relative
    }

    .el-col-sm-1 {
        flex: 0 0 4.1666666667%;
        max-width: 4.1666666667%
    }

    .el-col-sm-1,
    .el-col-sm-1.is-guttered {
        display: block
    }

    .el-col-sm-offset-1 {
        margin-left: 4.1666666667%
    }

    .el-col-sm-pull-1 {
        position: relative;
        right: 4.1666666667%
    }

    .el-col-sm-push-1 {
        left: 4.1666666667%;
        position: relative
    }

    .el-col-sm-2 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .el-col-sm-2,
    .el-col-sm-2.is-guttered {
        display: block
    }

    .el-col-sm-offset-2 {
        margin-left: 8.3333333333%
    }

    .el-col-sm-pull-2 {
        position: relative;
        right: 8.3333333333%
    }

    .el-col-sm-push-2 {
        left: 8.3333333333%;
        position: relative
    }

    .el-col-sm-3 {
        flex: 0 0 12.5%;
        max-width: 12.5%
    }

    .el-col-sm-3,
    .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 {
        left: 12.5%;
        position: relative
    }

    .el-col-sm-4 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .el-col-sm-4,
    .el-col-sm-4.is-guttered {
        display: block
    }

    .el-col-sm-offset-4 {
        margin-left: 16.6666666667%
    }

    .el-col-sm-pull-4 {
        position: relative;
        right: 16.6666666667%
    }

    .el-col-sm-push-4 {
        left: 16.6666666667%;
        position: relative
    }

    .el-col-sm-5 {
        flex: 0 0 20.8333333333%;
        max-width: 20.8333333333%
    }

    .el-col-sm-5,
    .el-col-sm-5.is-guttered {
        display: block
    }

    .el-col-sm-offset-5 {
        margin-left: 20.8333333333%
    }

    .el-col-sm-pull-5 {
        position: relative;
        right: 20.8333333333%
    }

    .el-col-sm-push-5 {
        left: 20.8333333333%;
        position: relative
    }

    .el-col-sm-6 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .el-col-sm-6,
    .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 {
        left: 25%;
        position: relative
    }

    .el-col-sm-7 {
        flex: 0 0 29.1666666667%;
        max-width: 29.1666666667%
    }

    .el-col-sm-7,
    .el-col-sm-7.is-guttered {
        display: block
    }

    .el-col-sm-offset-7 {
        margin-left: 29.1666666667%
    }

    .el-col-sm-pull-7 {
        position: relative;
        right: 29.1666666667%
    }

    .el-col-sm-push-7 {
        left: 29.1666666667%;
        position: relative
    }

    .el-col-sm-8 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .el-col-sm-8,
    .el-col-sm-8.is-guttered {
        display: block
    }

    .el-col-sm-offset-8 {
        margin-left: 33.3333333333%
    }

    .el-col-sm-pull-8 {
        position: relative;
        right: 33.3333333333%
    }

    .el-col-sm-push-8 {
        left: 33.3333333333%;
        position: relative
    }

    .el-col-sm-9 {
        flex: 0 0 37.5%;
        max-width: 37.5%
    }

    .el-col-sm-9,
    .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 {
        left: 37.5%;
        position: relative
    }

    .el-col-sm-10 {
        display: block;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .el-col-sm-10.is-guttered {
        display: block
    }

    .el-col-sm-offset-10 {
        margin-left: 41.6666666667%
    }

    .el-col-sm-pull-10 {
        position: relative;
        right: 41.6666666667%
    }

    .el-col-sm-push-10 {
        left: 41.6666666667%;
        position: relative
    }

    .el-col-sm-11 {
        display: block;
        flex: 0 0 45.8333333333%;
        max-width: 45.8333333333%
    }

    .el-col-sm-11.is-guttered {
        display: block
    }

    .el-col-sm-offset-11 {
        margin-left: 45.8333333333%
    }

    .el-col-sm-pull-11 {
        position: relative;
        right: 45.8333333333%
    }

    .el-col-sm-push-11 {
        left: 45.8333333333%;
        position: relative
    }

    .el-col-sm-12 {
        display: block;
        flex: 0 0 50%;
        max-width: 50%
    }

    .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 {
        left: 50%;
        position: relative
    }

    .el-col-sm-13 {
        display: block;
        flex: 0 0 54.1666666667%;
        max-width: 54.1666666667%
    }

    .el-col-sm-13.is-guttered {
        display: block
    }

    .el-col-sm-offset-13 {
        margin-left: 54.1666666667%
    }

    .el-col-sm-pull-13 {
        position: relative;
        right: 54.1666666667%
    }

    .el-col-sm-push-13 {
        left: 54.1666666667%;
        position: relative
    }

    .el-col-sm-14 {
        display: block;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .el-col-sm-14.is-guttered {
        display: block
    }

    .el-col-sm-offset-14 {
        margin-left: 58.3333333333%
    }

    .el-col-sm-pull-14 {
        position: relative;
        right: 58.3333333333%
    }

    .el-col-sm-push-14 {
        left: 58.3333333333%;
        position: relative
    }

    .el-col-sm-15 {
        display: block;
        flex: 0 0 62.5%;
        max-width: 62.5%
    }

    .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 {
        left: 62.5%;
        position: relative
    }

    .el-col-sm-16 {
        display: block;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .el-col-sm-16.is-guttered {
        display: block
    }

    .el-col-sm-offset-16 {
        margin-left: 66.6666666667%
    }

    .el-col-sm-pull-16 {
        position: relative;
        right: 66.6666666667%
    }

    .el-col-sm-push-16 {
        left: 66.6666666667%;
        position: relative
    }

    .el-col-sm-17 {
        display: block;
        flex: 0 0 70.8333333333%;
        max-width: 70.8333333333%
    }

    .el-col-sm-17.is-guttered {
        display: block
    }

    .el-col-sm-offset-17 {
        margin-left: 70.8333333333%
    }

    .el-col-sm-pull-17 {
        position: relative;
        right: 70.8333333333%
    }

    .el-col-sm-push-17 {
        left: 70.8333333333%;
        position: relative
    }

    .el-col-sm-18 {
        display: block;
        flex: 0 0 75%;
        max-width: 75%
    }

    .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 {
        left: 75%;
        position: relative
    }

    .el-col-sm-19 {
        display: block;
        flex: 0 0 79.1666666667%;
        max-width: 79.1666666667%
    }

    .el-col-sm-19.is-guttered {
        display: block
    }

    .el-col-sm-offset-19 {
        margin-left: 79.1666666667%
    }

    .el-col-sm-pull-19 {
        position: relative;
        right: 79.1666666667%
    }

    .el-col-sm-push-19 {
        left: 79.1666666667%;
        position: relative
    }

    .el-col-sm-20 {
        display: block;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .el-col-sm-20.is-guttered {
        display: block
    }

    .el-col-sm-offset-20 {
        margin-left: 83.3333333333%
    }

    .el-col-sm-pull-20 {
        position: relative;
        right: 83.3333333333%
    }

    .el-col-sm-push-20 {
        left: 83.3333333333%;
        position: relative
    }

    .el-col-sm-21 {
        display: block;
        flex: 0 0 87.5%;
        max-width: 87.5%
    }

    .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 {
        left: 87.5%;
        position: relative
    }

    .el-col-sm-22 {
        display: block;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .el-col-sm-22.is-guttered {
        display: block
    }

    .el-col-sm-offset-22 {
        margin-left: 91.6666666667%
    }

    .el-col-sm-pull-22 {
        position: relative;
        right: 91.6666666667%
    }

    .el-col-sm-push-22 {
        left: 91.6666666667%;
        position: relative
    }

    .el-col-sm-23 {
        display: block;
        flex: 0 0 95.8333333333%;
        max-width: 95.8333333333%
    }

    .el-col-sm-23.is-guttered {
        display: block
    }

    .el-col-sm-offset-23 {
        margin-left: 95.8333333333%
    }

    .el-col-sm-pull-23 {
        position: relative;
        right: 95.8333333333%
    }

    .el-col-sm-push-23 {
        left: 95.8333333333%;
        position: relative
    }

    .el-col-sm-24 {
        display: block;
        flex: 0 0 100%;
        max-width: 100%
    }

    .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 {
        left: 100%;
        position: relative
    }
}

@media only screen and (min-width:992px) {
    .el-col-md-0 {
        display: none;
        flex: 0 0 0%;
        max-width: 0
    }

    .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 {
        left: 0;
        position: relative
    }

    .el-col-md-1 {
        flex: 0 0 4.1666666667%;
        max-width: 4.1666666667%
    }

    .el-col-md-1,
    .el-col-md-1.is-guttered {
        display: block
    }

    .el-col-md-offset-1 {
        margin-left: 4.1666666667%
    }

    .el-col-md-pull-1 {
        position: relative;
        right: 4.1666666667%
    }

    .el-col-md-push-1 {
        left: 4.1666666667%;
        position: relative
    }

    .el-col-md-2 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .el-col-md-2,
    .el-col-md-2.is-guttered {
        display: block
    }

    .el-col-md-offset-2 {
        margin-left: 8.3333333333%
    }

    .el-col-md-pull-2 {
        position: relative;
        right: 8.3333333333%
    }

    .el-col-md-push-2 {
        left: 8.3333333333%;
        position: relative
    }

    .el-col-md-3 {
        flex: 0 0 12.5%;
        max-width: 12.5%
    }

    .el-col-md-3,
    .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 {
        left: 12.5%;
        position: relative
    }

    .el-col-md-4 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .el-col-md-4,
    .el-col-md-4.is-guttered {
        display: block
    }

    .el-col-md-offset-4 {
        margin-left: 16.6666666667%
    }

    .el-col-md-pull-4 {
        position: relative;
        right: 16.6666666667%
    }

    .el-col-md-push-4 {
        left: 16.6666666667%;
        position: relative
    }

    .el-col-md-5 {
        flex: 0 0 20.8333333333%;
        max-width: 20.8333333333%
    }

    .el-col-md-5,
    .el-col-md-5.is-guttered {
        display: block
    }

    .el-col-md-offset-5 {
        margin-left: 20.8333333333%
    }

    .el-col-md-pull-5 {
        position: relative;
        right: 20.8333333333%
    }

    .el-col-md-push-5 {
        left: 20.8333333333%;
        position: relative
    }

    .el-col-md-6 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .el-col-md-6,
    .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 {
        left: 25%;
        position: relative
    }

    .el-col-md-7 {
        flex: 0 0 29.1666666667%;
        max-width: 29.1666666667%
    }

    .el-col-md-7,
    .el-col-md-7.is-guttered {
        display: block
    }

    .el-col-md-offset-7 {
        margin-left: 29.1666666667%
    }

    .el-col-md-pull-7 {
        position: relative;
        right: 29.1666666667%
    }

    .el-col-md-push-7 {
        left: 29.1666666667%;
        position: relative
    }

    .el-col-md-8 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .el-col-md-8,
    .el-col-md-8.is-guttered {
        display: block
    }

    .el-col-md-offset-8 {
        margin-left: 33.3333333333%
    }

    .el-col-md-pull-8 {
        position: relative;
        right: 33.3333333333%
    }

    .el-col-md-push-8 {
        left: 33.3333333333%;
        position: relative
    }

    .el-col-md-9 {
        flex: 0 0 37.5%;
        max-width: 37.5%
    }

    .el-col-md-9,
    .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 {
        left: 37.5%;
        position: relative
    }

    .el-col-md-10 {
        display: block;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .el-col-md-10.is-guttered {
        display: block
    }

    .el-col-md-offset-10 {
        margin-left: 41.6666666667%
    }

    .el-col-md-pull-10 {
        position: relative;
        right: 41.6666666667%
    }

    .el-col-md-push-10 {
        left: 41.6666666667%;
        position: relative
    }

    .el-col-md-11 {
        display: block;
        flex: 0 0 45.8333333333%;
        max-width: 45.8333333333%
    }

    .el-col-md-11.is-guttered {
        display: block
    }

    .el-col-md-offset-11 {
        margin-left: 45.8333333333%
    }

    .el-col-md-pull-11 {
        position: relative;
        right: 45.8333333333%
    }

    .el-col-md-push-11 {
        left: 45.8333333333%;
        position: relative
    }

    .el-col-md-12 {
        display: block;
        flex: 0 0 50%;
        max-width: 50%
    }

    .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 {
        left: 50%;
        position: relative
    }

    .el-col-md-13 {
        display: block;
        flex: 0 0 54.1666666667%;
        max-width: 54.1666666667%
    }

    .el-col-md-13.is-guttered {
        display: block
    }

    .el-col-md-offset-13 {
        margin-left: 54.1666666667%
    }

    .el-col-md-pull-13 {
        position: relative;
        right: 54.1666666667%
    }

    .el-col-md-push-13 {
        left: 54.1666666667%;
        position: relative
    }

    .el-col-md-14 {
        display: block;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .el-col-md-14.is-guttered {
        display: block
    }

    .el-col-md-offset-14 {
        margin-left: 58.3333333333%
    }

    .el-col-md-pull-14 {
        position: relative;
        right: 58.3333333333%
    }

    .el-col-md-push-14 {
        left: 58.3333333333%;
        position: relative
    }

    .el-col-md-15 {
        display: block;
        flex: 0 0 62.5%;
        max-width: 62.5%
    }

    .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 {
        left: 62.5%;
        position: relative
    }

    .el-col-md-16 {
        display: block;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .el-col-md-16.is-guttered {
        display: block
    }

    .el-col-md-offset-16 {
        margin-left: 66.6666666667%
    }

    .el-col-md-pull-16 {
        position: relative;
        right: 66.6666666667%
    }

    .el-col-md-push-16 {
        left: 66.6666666667%;
        position: relative
    }

    .el-col-md-17 {
        display: block;
        flex: 0 0 70.8333333333%;
        max-width: 70.8333333333%
    }

    .el-col-md-17.is-guttered {
        display: block
    }

    .el-col-md-offset-17 {
        margin-left: 70.8333333333%
    }

    .el-col-md-pull-17 {
        position: relative;
        right: 70.8333333333%
    }

    .el-col-md-push-17 {
        left: 70.8333333333%;
        position: relative
    }

    .el-col-md-18 {
        display: block;
        flex: 0 0 75%;
        max-width: 75%
    }

    .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 {
        left: 75%;
        position: relative
    }

    .el-col-md-19 {
        display: block;
        flex: 0 0 79.1666666667%;
        max-width: 79.1666666667%
    }

    .el-col-md-19.is-guttered {
        display: block
    }

    .el-col-md-offset-19 {
        margin-left: 79.1666666667%
    }

    .el-col-md-pull-19 {
        position: relative;
        right: 79.1666666667%
    }

    .el-col-md-push-19 {
        left: 79.1666666667%;
        position: relative
    }

    .el-col-md-20 {
        display: block;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .el-col-md-20.is-guttered {
        display: block
    }

    .el-col-md-offset-20 {
        margin-left: 83.3333333333%
    }

    .el-col-md-pull-20 {
        position: relative;
        right: 83.3333333333%
    }

    .el-col-md-push-20 {
        left: 83.3333333333%;
        position: relative
    }

    .el-col-md-21 {
        display: block;
        flex: 0 0 87.5%;
        max-width: 87.5%
    }

    .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 {
        left: 87.5%;
        position: relative
    }

    .el-col-md-22 {
        display: block;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .el-col-md-22.is-guttered {
        display: block
    }

    .el-col-md-offset-22 {
        margin-left: 91.6666666667%
    }

    .el-col-md-pull-22 {
        position: relative;
        right: 91.6666666667%
    }

    .el-col-md-push-22 {
        left: 91.6666666667%;
        position: relative
    }

    .el-col-md-23 {
        display: block;
        flex: 0 0 95.8333333333%;
        max-width: 95.8333333333%
    }

    .el-col-md-23.is-guttered {
        display: block
    }

    .el-col-md-offset-23 {
        margin-left: 95.8333333333%
    }

    .el-col-md-pull-23 {
        position: relative;
        right: 95.8333333333%
    }

    .el-col-md-push-23 {
        left: 95.8333333333%;
        position: relative
    }

    .el-col-md-24 {
        display: block;
        flex: 0 0 100%;
        max-width: 100%
    }

    .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 {
        left: 100%;
        position: relative
    }
}

@media only screen and (min-width:1200px) {
    .el-col-lg-0 {
        display: none;
        flex: 0 0 0%;
        max-width: 0
    }

    .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 {
        left: 0;
        position: relative
    }

    .el-col-lg-1 {
        flex: 0 0 4.1666666667%;
        max-width: 4.1666666667%
    }

    .el-col-lg-1,
    .el-col-lg-1.is-guttered {
        display: block
    }

    .el-col-lg-offset-1 {
        margin-left: 4.1666666667%
    }

    .el-col-lg-pull-1 {
        position: relative;
        right: 4.1666666667%
    }

    .el-col-lg-push-1 {
        left: 4.1666666667%;
        position: relative
    }

    .el-col-lg-2 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .el-col-lg-2,
    .el-col-lg-2.is-guttered {
        display: block
    }

    .el-col-lg-offset-2 {
        margin-left: 8.3333333333%
    }

    .el-col-lg-pull-2 {
        position: relative;
        right: 8.3333333333%
    }

    .el-col-lg-push-2 {
        left: 8.3333333333%;
        position: relative
    }

    .el-col-lg-3 {
        flex: 0 0 12.5%;
        max-width: 12.5%
    }

    .el-col-lg-3,
    .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 {
        left: 12.5%;
        position: relative
    }

    .el-col-lg-4 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .el-col-lg-4,
    .el-col-lg-4.is-guttered {
        display: block
    }

    .el-col-lg-offset-4 {
        margin-left: 16.6666666667%
    }

    .el-col-lg-pull-4 {
        position: relative;
        right: 16.6666666667%
    }

    .el-col-lg-push-4 {
        left: 16.6666666667%;
        position: relative
    }

    .el-col-lg-5 {
        flex: 0 0 20.8333333333%;
        max-width: 20.8333333333%
    }

    .el-col-lg-5,
    .el-col-lg-5.is-guttered {
        display: block
    }

    .el-col-lg-offset-5 {
        margin-left: 20.8333333333%
    }

    .el-col-lg-pull-5 {
        position: relative;
        right: 20.8333333333%
    }

    .el-col-lg-push-5 {
        left: 20.8333333333%;
        position: relative
    }

    .el-col-lg-6 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .el-col-lg-6,
    .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 {
        left: 25%;
        position: relative
    }

    .el-col-lg-7 {
        flex: 0 0 29.1666666667%;
        max-width: 29.1666666667%
    }

    .el-col-lg-7,
    .el-col-lg-7.is-guttered {
        display: block
    }

    .el-col-lg-offset-7 {
        margin-left: 29.1666666667%
    }

    .el-col-lg-pull-7 {
        position: relative;
        right: 29.1666666667%
    }

    .el-col-lg-push-7 {
        left: 29.1666666667%;
        position: relative
    }

    .el-col-lg-8 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .el-col-lg-8,
    .el-col-lg-8.is-guttered {
        display: block
    }

    .el-col-lg-offset-8 {
        margin-left: 33.3333333333%
    }

    .el-col-lg-pull-8 {
        position: relative;
        right: 33.3333333333%
    }

    .el-col-lg-push-8 {
        left: 33.3333333333%;
        position: relative
    }

    .el-col-lg-9 {
        flex: 0 0 37.5%;
        max-width: 37.5%
    }

    .el-col-lg-9,
    .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 {
        left: 37.5%;
        position: relative
    }

    .el-col-lg-10 {
        display: block;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .el-col-lg-10.is-guttered {
        display: block
    }

    .el-col-lg-offset-10 {
        margin-left: 41.6666666667%
    }

    .el-col-lg-pull-10 {
        position: relative;
        right: 41.6666666667%
    }

    .el-col-lg-push-10 {
        left: 41.6666666667%;
        position: relative
    }

    .el-col-lg-11 {
        display: block;
        flex: 0 0 45.8333333333%;
        max-width: 45.8333333333%
    }

    .el-col-lg-11.is-guttered {
        display: block
    }

    .el-col-lg-offset-11 {
        margin-left: 45.8333333333%
    }

    .el-col-lg-pull-11 {
        position: relative;
        right: 45.8333333333%
    }

    .el-col-lg-push-11 {
        left: 45.8333333333%;
        position: relative
    }

    .el-col-lg-12 {
        display: block;
        flex: 0 0 50%;
        max-width: 50%
    }

    .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 {
        left: 50%;
        position: relative
    }

    .el-col-lg-13 {
        display: block;
        flex: 0 0 54.1666666667%;
        max-width: 54.1666666667%
    }

    .el-col-lg-13.is-guttered {
        display: block
    }

    .el-col-lg-offset-13 {
        margin-left: 54.1666666667%
    }

    .el-col-lg-pull-13 {
        position: relative;
        right: 54.1666666667%
    }

    .el-col-lg-push-13 {
        left: 54.1666666667%;
        position: relative
    }

    .el-col-lg-14 {
        display: block;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .el-col-lg-14.is-guttered {
        display: block
    }

    .el-col-lg-offset-14 {
        margin-left: 58.3333333333%
    }

    .el-col-lg-pull-14 {
        position: relative;
        right: 58.3333333333%
    }

    .el-col-lg-push-14 {
        left: 58.3333333333%;
        position: relative
    }

    .el-col-lg-15 {
        display: block;
        flex: 0 0 62.5%;
        max-width: 62.5%
    }

    .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 {
        left: 62.5%;
        position: relative
    }

    .el-col-lg-16 {
        display: block;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .el-col-lg-16.is-guttered {
        display: block
    }

    .el-col-lg-offset-16 {
        margin-left: 66.6666666667%
    }

    .el-col-lg-pull-16 {
        position: relative;
        right: 66.6666666667%
    }

    .el-col-lg-push-16 {
        left: 66.6666666667%;
        position: relative
    }

    .el-col-lg-17 {
        display: block;
        flex: 0 0 70.8333333333%;
        max-width: 70.8333333333%
    }

    .el-col-lg-17.is-guttered {
        display: block
    }

    .el-col-lg-offset-17 {
        margin-left: 70.8333333333%
    }

    .el-col-lg-pull-17 {
        position: relative;
        right: 70.8333333333%
    }

    .el-col-lg-push-17 {
        left: 70.8333333333%;
        position: relative
    }

    .el-col-lg-18 {
        display: block;
        flex: 0 0 75%;
        max-width: 75%
    }

    .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 {
        left: 75%;
        position: relative
    }

    .el-col-lg-19 {
        display: block;
        flex: 0 0 79.1666666667%;
        max-width: 79.1666666667%
    }

    .el-col-lg-19.is-guttered {
        display: block
    }

    .el-col-lg-offset-19 {
        margin-left: 79.1666666667%
    }

    .el-col-lg-pull-19 {
        position: relative;
        right: 79.1666666667%
    }

    .el-col-lg-push-19 {
        left: 79.1666666667%;
        position: relative
    }

    .el-col-lg-20 {
        display: block;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .el-col-lg-20.is-guttered {
        display: block
    }

    .el-col-lg-offset-20 {
        margin-left: 83.3333333333%
    }

    .el-col-lg-pull-20 {
        position: relative;
        right: 83.3333333333%
    }

    .el-col-lg-push-20 {
        left: 83.3333333333%;
        position: relative
    }

    .el-col-lg-21 {
        display: block;
        flex: 0 0 87.5%;
        max-width: 87.5%
    }

    .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 {
        left: 87.5%;
        position: relative
    }

    .el-col-lg-22 {
        display: block;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .el-col-lg-22.is-guttered {
        display: block
    }

    .el-col-lg-offset-22 {
        margin-left: 91.6666666667%
    }

    .el-col-lg-pull-22 {
        position: relative;
        right: 91.6666666667%
    }

    .el-col-lg-push-22 {
        left: 91.6666666667%;
        position: relative
    }

    .el-col-lg-23 {
        display: block;
        flex: 0 0 95.8333333333%;
        max-width: 95.8333333333%
    }

    .el-col-lg-23.is-guttered {
        display: block
    }

    .el-col-lg-offset-23 {
        margin-left: 95.8333333333%
    }

    .el-col-lg-pull-23 {
        position: relative;
        right: 95.8333333333%
    }

    .el-col-lg-push-23 {
        left: 95.8333333333%;
        position: relative
    }

    .el-col-lg-24 {
        display: block;
        flex: 0 0 100%;
        max-width: 100%
    }

    .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 {
        left: 100%;
        position: relative
    }
}

@media only screen and (min-width:1920px) {
    .el-col-xl-0 {
        display: none;
        flex: 0 0 0%;
        max-width: 0
    }

    .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 {
        left: 0;
        position: relative
    }

    .el-col-xl-1 {
        flex: 0 0 4.1666666667%;
        max-width: 4.1666666667%
    }

    .el-col-xl-1,
    .el-col-xl-1.is-guttered {
        display: block
    }

    .el-col-xl-offset-1 {
        margin-left: 4.1666666667%
    }

    .el-col-xl-pull-1 {
        position: relative;
        right: 4.1666666667%
    }

    .el-col-xl-push-1 {
        left: 4.1666666667%;
        position: relative
    }

    .el-col-xl-2 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .el-col-xl-2,
    .el-col-xl-2.is-guttered {
        display: block
    }

    .el-col-xl-offset-2 {
        margin-left: 8.3333333333%
    }

    .el-col-xl-pull-2 {
        position: relative;
        right: 8.3333333333%
    }

    .el-col-xl-push-2 {
        left: 8.3333333333%;
        position: relative
    }

    .el-col-xl-3 {
        flex: 0 0 12.5%;
        max-width: 12.5%
    }

    .el-col-xl-3,
    .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 {
        left: 12.5%;
        position: relative
    }

    .el-col-xl-4 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .el-col-xl-4,
    .el-col-xl-4.is-guttered {
        display: block
    }

    .el-col-xl-offset-4 {
        margin-left: 16.6666666667%
    }

    .el-col-xl-pull-4 {
        position: relative;
        right: 16.6666666667%
    }

    .el-col-xl-push-4 {
        left: 16.6666666667%;
        position: relative
    }

    .el-col-xl-5 {
        flex: 0 0 20.8333333333%;
        max-width: 20.8333333333%
    }

    .el-col-xl-5,
    .el-col-xl-5.is-guttered {
        display: block
    }

    .el-col-xl-offset-5 {
        margin-left: 20.8333333333%
    }

    .el-col-xl-pull-5 {
        position: relative;
        right: 20.8333333333%
    }

    .el-col-xl-push-5 {
        left: 20.8333333333%;
        position: relative
    }

    .el-col-xl-6 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .el-col-xl-6,
    .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 {
        left: 25%;
        position: relative
    }

    .el-col-xl-7 {
        flex: 0 0 29.1666666667%;
        max-width: 29.1666666667%
    }

    .el-col-xl-7,
    .el-col-xl-7.is-guttered {
        display: block
    }

    .el-col-xl-offset-7 {
        margin-left: 29.1666666667%
    }

    .el-col-xl-pull-7 {
        position: relative;
        right: 29.1666666667%
    }

    .el-col-xl-push-7 {
        left: 29.1666666667%;
        position: relative
    }

    .el-col-xl-8 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .el-col-xl-8,
    .el-col-xl-8.is-guttered {
        display: block
    }

    .el-col-xl-offset-8 {
        margin-left: 33.3333333333%
    }

    .el-col-xl-pull-8 {
        position: relative;
        right: 33.3333333333%
    }

    .el-col-xl-push-8 {
        left: 33.3333333333%;
        position: relative
    }

    .el-col-xl-9 {
        flex: 0 0 37.5%;
        max-width: 37.5%
    }

    .el-col-xl-9,
    .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 {
        left: 37.5%;
        position: relative
    }

    .el-col-xl-10 {
        display: block;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .el-col-xl-10.is-guttered {
        display: block
    }

    .el-col-xl-offset-10 {
        margin-left: 41.6666666667%
    }

    .el-col-xl-pull-10 {
        position: relative;
        right: 41.6666666667%
    }

    .el-col-xl-push-10 {
        left: 41.6666666667%;
        position: relative
    }

    .el-col-xl-11 {
        display: block;
        flex: 0 0 45.8333333333%;
        max-width: 45.8333333333%
    }

    .el-col-xl-11.is-guttered {
        display: block
    }

    .el-col-xl-offset-11 {
        margin-left: 45.8333333333%
    }

    .el-col-xl-pull-11 {
        position: relative;
        right: 45.8333333333%
    }

    .el-col-xl-push-11 {
        left: 45.8333333333%;
        position: relative
    }

    .el-col-xl-12 {
        display: block;
        flex: 0 0 50%;
        max-width: 50%
    }

    .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 {
        left: 50%;
        position: relative
    }

    .el-col-xl-13 {
        display: block;
        flex: 0 0 54.1666666667%;
        max-width: 54.1666666667%
    }

    .el-col-xl-13.is-guttered {
        display: block
    }

    .el-col-xl-offset-13 {
        margin-left: 54.1666666667%
    }

    .el-col-xl-pull-13 {
        position: relative;
        right: 54.1666666667%
    }

    .el-col-xl-push-13 {
        left: 54.1666666667%;
        position: relative
    }

    .el-col-xl-14 {
        display: block;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .el-col-xl-14.is-guttered {
        display: block
    }

    .el-col-xl-offset-14 {
        margin-left: 58.3333333333%
    }

    .el-col-xl-pull-14 {
        position: relative;
        right: 58.3333333333%
    }

    .el-col-xl-push-14 {
        left: 58.3333333333%;
        position: relative
    }

    .el-col-xl-15 {
        display: block;
        flex: 0 0 62.5%;
        max-width: 62.5%
    }

    .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 {
        left: 62.5%;
        position: relative
    }

    .el-col-xl-16 {
        display: block;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .el-col-xl-16.is-guttered {
        display: block
    }

    .el-col-xl-offset-16 {
        margin-left: 66.6666666667%
    }

    .el-col-xl-pull-16 {
        position: relative;
        right: 66.6666666667%
    }

    .el-col-xl-push-16 {
        left: 66.6666666667%;
        position: relative
    }

    .el-col-xl-17 {
        display: block;
        flex: 0 0 70.8333333333%;
        max-width: 70.8333333333%
    }

    .el-col-xl-17.is-guttered {
        display: block
    }

    .el-col-xl-offset-17 {
        margin-left: 70.8333333333%
    }

    .el-col-xl-pull-17 {
        position: relative;
        right: 70.8333333333%
    }

    .el-col-xl-push-17 {
        left: 70.8333333333%;
        position: relative
    }

    .el-col-xl-18 {
        display: block;
        flex: 0 0 75%;
        max-width: 75%
    }

    .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 {
        left: 75%;
        position: relative
    }

    .el-col-xl-19 {
        display: block;
        flex: 0 0 79.1666666667%;
        max-width: 79.1666666667%
    }

    .el-col-xl-19.is-guttered {
        display: block
    }

    .el-col-xl-offset-19 {
        margin-left: 79.1666666667%
    }

    .el-col-xl-pull-19 {
        position: relative;
        right: 79.1666666667%
    }

    .el-col-xl-push-19 {
        left: 79.1666666667%;
        position: relative
    }

    .el-col-xl-20 {
        display: block;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .el-col-xl-20.is-guttered {
        display: block
    }

    .el-col-xl-offset-20 {
        margin-left: 83.3333333333%
    }

    .el-col-xl-pull-20 {
        position: relative;
        right: 83.3333333333%
    }

    .el-col-xl-push-20 {
        left: 83.3333333333%;
        position: relative
    }

    .el-col-xl-21 {
        display: block;
        flex: 0 0 87.5%;
        max-width: 87.5%
    }

    .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 {
        left: 87.5%;
        position: relative
    }

    .el-col-xl-22 {
        display: block;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .el-col-xl-22.is-guttered {
        display: block
    }

    .el-col-xl-offset-22 {
        margin-left: 91.6666666667%
    }

    .el-col-xl-pull-22 {
        position: relative;
        right: 91.6666666667%
    }

    .el-col-xl-push-22 {
        left: 91.6666666667%;
        position: relative
    }

    .el-col-xl-23 {
        display: block;
        flex: 0 0 95.8333333333%;
        max-width: 95.8333333333%
    }

    .el-col-xl-23.is-guttered {
        display: block
    }

    .el-col-xl-offset-23 {
        margin-left: 95.8333333333%
    }

    .el-col-xl-pull-23 {
        position: relative;
        right: 95.8333333333%
    }

    .el-col-xl-push-23 {
        left: 95.8333333333%;
        position: relative
    }

    .el-col-xl-24 {
        display: block;
        flex: 0 0 100%;
        max-width: 100%
    }

    .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 {
        left: 100%;
        position: relative
    }
}

.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-bottom: 1px solid var(--el-collapse-border-color);
    border-top: 1px solid var(--el-collapse-border-color)
}

.el-collapse-item.is-disabled .el-collapse-item__header {
    color: var(--el-text-color-disabled);
    cursor: not-allowed
}

.el-collapse-item__header {
    align-items: center;
    background-color: var(--el-collapse-header-bg-color);
    border: none;
    border-bottom: 1px solid var(--el-collapse-border-color);
    color: var(--el-collapse-header-text-color);
    cursor: pointer;
    display: flex;
    font-size: var(--el-collapse-header-font-size);
    font-weight: 500;
    height: var(--el-collapse-header-height);
    line-height: var(--el-collapse-header-height);
    outline: none;
    padding: 0;
    transition: border-bottom-color var(--el-transition-duration);
    width: 100%
}

.el-collapse-item__arrow {
    font-weight: 300;
    margin: 0 8px 0 auto;
    transition: transform var(--el-transition-duration)
}

.el-collapse-item__arrow.is-active {
    transform: rotate(90deg)
}

.el-collapse-item__header.focusing:focus:not(:hover) {
    color: var(--el-color-primary)
}

.el-collapse-item__header.is-active {
    border-bottom-color: transparent
}

.el-collapse-item__wrap {
    background-color: var(--el-collapse-content-bg-color);
    border-bottom: 1px solid var(--el-collapse-border-color);
    box-sizing: border-box;
    overflow: hidden;
    will-change: height
}

.el-collapse-item__content {
    color: var(--el-collapse-content-text-color);
    font-size: var(--el-collapse-content-font-size);
    line-height: 1.7692307692;
    padding-bottom: 25px
}

.el-collapse-item:last-child {
    margin-bottom: -1px
}

.el-color-predefine {
    display: flex;
    font-size: 12px;
    margin-top: 8px;
    width: 280px
}

.el-color-predefine__colors {
    display: flex;
    flex: 1;
    flex-wrap: wrap
}

.el-color-predefine__color-selector {
    border-radius: 4px;
    cursor: pointer;
    height: 20px;
    margin: 0 0 8px 8px;
    width: 20px
}

.el-color-predefine__color-selector:nth-child(10n+1) {
    margin-left: 0
}

.el-color-predefine__color-selector.selected {
    box-shadow: 0 0 3px 2px var(--el-color-primary)
}

.el-color-predefine__color-selector>div {
    border-radius: 3px;
    display: flex;
    height: 100%
}

.el-color-predefine__color-selector.is-alpha {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)
}

.el-color-hue-slider {
    background-color: red;
    box-sizing: border-box;
    float: right;
    height: 12px;
    padding: 0 2px;
    position: relative;
    width: 280px
}

.el-color-hue-slider__bar {
    background: linear-gradient(90deg, red 0, #ff0 17%, #0f0 33%, #0ff, #00f 67%, #f0f 83%, red);
    height: 100%;
    position: relative
}

.el-color-hue-slider__thumb {
    background: #fff;
    border: 1px solid var(--el-border-color-lighter);
    border-radius: 1px;
    box-shadow: 0 0 2px #0009;
    box-sizing: border-box;
    cursor: pointer;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 4px;
    z-index: 1
}

.el-color-hue-slider__thumb:focus-visible {
    outline: 2px solid var(--el-color-primary);
    outline-offset: 1px
}

.el-color-hue-slider.is-vertical {
    height: 180px;
    padding: 2px 0;
    width: 12px
}

.el-color-hue-slider.is-vertical .el-color-hue-slider__bar {
    background: linear-gradient(180deg, red 0, #ff0 17%, #0f0 33%, #0ff, #00f 67%, #f0f 83%, red)
}

.el-color-hue-slider.is-vertical .el-color-hue-slider__thumb {
    height: 4px;
    left: 0;
    top: 0;
    width: 100%
}

.el-color-svpanel {
    height: 180px;
    position: relative;
    width: 280px
}

.el-color-svpanel__black,
.el-color-svpanel__white {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.el-color-svpanel__white {
    background: linear-gradient(90deg, #fff, #fff0)
}

.el-color-svpanel__black {
    background: linear-gradient(0deg, #000, #0000)
}

.el-color-svpanel__cursor {
    position: absolute
}

.el-color-svpanel__cursor>div {
    border-radius: 50%;
    box-shadow: 0 0 0 1.5px #fff, inset 0 0 1px 1px #0000004d, 0 0 1px 2px #0006;
    cursor: head;
    height: 4px;
    transform: translate(-2px, -2px);
    width: 4px
}

.el-color-alpha-slider {
    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;
    box-sizing: border-box;
    height: 12px;
    position: relative;
    width: 280px
}

.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 {
    background: #fff;
    border: 1px solid var(--el-border-color-lighter);
    border-radius: 1px;
    box-shadow: 0 0 2px #0009;
    box-sizing: border-box;
    cursor: pointer;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 4px;
    z-index: 1
}

.el-color-alpha-slider__thumb:focus-visible {
    outline: 2px solid var(--el-color-primary);
    outline-offset: 1px
}

.el-color-alpha-slider.is-vertical {
    height: 180px;
    width: 20px
}

.el-color-alpha-slider.is-vertical .el-color-alpha-slider__bar {
    background: linear-gradient(180deg, #fff0 0, #fff)
}

.el-color-alpha-slider.is-vertical .el-color-alpha-slider__thumb {
    height: 4px;
    left: 0;
    top: 0;
    width: 100%
}

.el-color-dropdown {
    width: 300px
}

.el-color-dropdown__main-wrapper {
    margin-bottom: 6px
}

.el-color-dropdown__main-wrapper:after {
    clear: both;
    content: "";
    display: table
}

.el-color-dropdown__btns {
    margin-top: 12px;
    text-align: right
}

.el-color-dropdown__value {
    color: #000;
    float: left;
    font-size: 12px;
    line-height: 26px;
    width: 160px
}

.el-color-picker {
    display: inline-block;
    line-height: normal;
    outline: none;
    position: relative
}

.el-color-picker:hover:not(.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
}

.el-color-picker--large {
    height: 40px
}

.el-color-picker--large .el-color-picker__trigger {
    height: 40px;
    width: 40px
}

.el-color-picker--large .el-color-picker__mask {
    height: 38px;
    width: 38px
}

.el-color-picker--small {
    height: 24px
}

.el-color-picker--small .el-color-picker__trigger {
    height: 24px;
    width: 24px
}

.el-color-picker--small .el-color-picker__mask {
    height: 22px;
    width: 22px
}

.el-color-picker--small .el-color-picker__empty,
.el-color-picker--small .el-color-picker__icon {
    transform: scale(.8)
}

.el-color-picker__mask {
    background-color: #ffffffb3;
    border-radius: 4px;
    cursor: not-allowed;
    height: 30px;
    left: 1px;
    position: absolute;
    top: 1px;
    width: 30px;
    z-index: 1
}

.el-color-picker__trigger {
    align-items: center;
    border: 1px solid var(--el-border-color);
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    font-size: 0;
    height: 32px;
    justify-content: center;
    padding: 4px;
    position: relative;
    width: 32px
}

.el-color-picker__color {
    border: 1px solid var(--el-text-color-secondary);
    border-radius: var(--el-border-radius-small);
    box-sizing: border-box;
    display: block;
    height: 100%;
    position: relative;
    text-align: center;
    width: 100%
}

.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 {
    align-items: center;
    display: inline-flex;
    height: 100%;
    justify-content: center;
    width: 100%
}

.el-color-picker .el-color-picker__empty {
    color: var(--el-text-color-secondary);
    font-size: 12px
}

.el-color-picker .el-color-picker__icon {
    align-items: center;
    color: #fff;
    display: inline-flex;
    font-size: 12px;
    justify-content: center
}

.el-color-picker__panel {
    background-color: #fff;
    border-radius: var(--el-border-radius-base);
    box-shadow: var(--el-box-shadow-light);
    box-sizing: content-box;
    padding: 6px;
    position: absolute;
    z-index: 10
}

.el-color-picker__panel.el-popper {
    border: 1px solid var(--el-border-color-lighter)
}

.el-color-picker,
.el-color-picker__panel {
    --el-color-picker-alpha-bg-a: #ccc;
    --el-color-picker-alpha-bg-b: transparent
}

.dark .el-color-picker,
.dark .el-color-picker__panel {
    --el-color-picker-alpha-bg-a: #333333
}

.el-container {
    box-sizing: border-box;
    display: flex;
    flex: 1;
    flex-basis: auto;
    flex-direction: row;
    min-width: 0
}

.el-container.is-vertical {
    flex-direction: column
}

.el-date-table {
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.el-date-table.is-week-mode .el-date-table__row:hover .el-date-table-cell {
    background-color: var(--el-datepicker-inrange-bg-color)
}

.el-date-table.is-week-mode .el-date-table__row:hover td.available:hover {
    color: var(--el-datepicker-text-color)
}

.el-date-table.is-week-mode .el-date-table__row:hover td:first-child .el-date-table-cell {
    border-bottom-left-radius: 15px;
    border-top-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-bottom-right-radius: 15px;
    border-top-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;
    cursor: pointer;
    height: 30px;
    padding: 4px 0;
    position: relative;
    text-align: center;
    width: 32px
}

.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%;
    display: block;
    height: 24px;
    left: 50%;
    line-height: 24px;
    margin: 0 auto;
    position: absolute;
    transform: translate(-50%);
    width: 24px
}

.el-date-table td.next-month,
.el-date-table td.prev-month {
    color: var(--el-datepicker-off-text-color)
}

.el-date-table td.today {
    position: relative
}

.el-date-table td.today .el-date-table-cell__text {
    color: var(--el-color-primary);
    font-weight: 700
}

.el-date-table td.today.end-date .el-date-table-cell__text,
.el-date-table td.today.start-date .el-date-table-cell__text {
    color: #fff
}

.el-date-table td.available:hover {
    color: var(--el-datepicker-hover-text-color)
}

.el-date-table td.in-range .el-date-table-cell {
    background-color: var(--el-datepicker-inrange-bg-color)
}

.el-date-table td.in-range .el-date-table-cell:hover {
    background-color: var(--el-datepicker-inrange-hover-bg-color)
}

.el-date-table td.current:not(.disabled) .el-date-table-cell__text {
    background-color: var(--el-datepicker-active-color);
    color: #fff
}

.el-date-table td.current:not(.disabled):focus-visible .el-date-table-cell__text {
    outline: 2px solid var(--el-datepicker-active-color);
    outline-offset: 1px
}

.el-date-table td.end-date .el-date-table-cell,
.el-date-table td.start-date .el-date-table-cell {
    color: #fff
}

.el-date-table td.end-date .el-date-table-cell__text,
.el-date-table td.start-date .el-date-table-cell__text {
    background-color: var(--el-datepicker-active-color)
}

.el-date-table td.start-date .el-date-table-cell {
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    margin-left: 5px
}

.el-date-table td.end-date .el-date-table-cell {
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    margin-right: 5px
}

.el-date-table td.disabled .el-date-table-cell {
    background-color: var(--el-fill-color-light);
    color: var(--el-text-color-placeholder);
    cursor: not-allowed;
    opacity: 1
}

.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);
    border-radius: 15px;
    color: #fff
}

.el-date-table td.week {
    color: var(--el-datepicker-header-text-color);
    font-size: 80%
}

.el-date-table td:focus {
    outline: none
}

.el-date-table th {
    border-bottom: 1px solid var(--el-border-color-lighter);
    color: var(--el-datepicker-header-text-color);
    font-weight: 400;
    padding: 5px
}

.el-month-table {
    border-collapse: collapse;
    font-size: 12px;
    margin: -1px
}

.el-month-table td {
    cursor: pointer;
    padding: 8px 0;
    position: relative;
    text-align: center;
    width: 68px
}

.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.end-date .el-date-table-cell__text,
.el-month-table td.today.start-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);
    color: var(--el-text-color-placeholder);
    cursor: not-allowed
}

.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 {
    border-radius: 18px;
    color: var(--el-datepicker-text-color);
    display: block;
    height: 36px;
    left: 50%;
    line-height: 36px;
    margin: 0 auto;
    position: absolute;
    transform: translate(-50%);
    width: 54px
}

.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.end-date .el-date-table-cell,
.el-month-table td.start-date .el-date-table-cell {
    color: #fff
}

.el-month-table td.end-date .el-date-table-cell__text,
.el-month-table td.start-date .el-date-table-cell__text {
    background-color: var(--el-datepicker-active-color);
    color: #fff
}

.el-month-table td.start-date .el-date-table-cell {
    border-bottom-left-radius: 24px;
    border-top-left-radius: 24px;
    margin-left: 3px
}

.el-month-table td.end-date .el-date-table-cell {
    border-bottom-right-radius: 24px;
    border-top-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 {
    background-color: var(--el-datepicker-active-color);
    color: #fff
}

.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;
    font-size: 12px;
    margin: -1px
}

.el-year-table .el-icon {
    color: var(--el-datepicker-icon-color)
}

.el-year-table td {
    cursor: pointer;
    padding: 8px 0;
    position: relative;
    text-align: center;
    width: 68px
}

.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.end-date .el-date-table-cell__text,
.el-year-table td.today.start-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);
    color: var(--el-text-color-placeholder);
    cursor: not-allowed
}

.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 {
    border-radius: 18px;
    color: var(--el-datepicker-text-color);
    display: block;
    height: 36px;
    left: 50%;
    line-height: 36px;
    margin: 0 auto;
    position: absolute;
    transform: translate(-50%);
    width: 60px
}

.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.end-date .el-date-table-cell,
.el-year-table td.start-date .el-date-table-cell {
    color: #fff
}

.el-year-table td.end-date .el-date-table-cell__text,
.el-year-table td.start-date .el-date-table-cell__text {
    background-color: var(--el-datepicker-active-color);
    color: #fff
}

.el-year-table td.start-date .el-date-table-cell {
    border-bottom-left-radius: 24px;
    border-top-left-radius: 24px
}

.el-year-table td.end-date .el-date-table-cell {
    border-bottom-right-radius: 24px;
    border-top-right-radius: 24px
}

.el-year-table td.current:not(.disabled) .el-date-table-cell__text {
    background-color: var(--el-datepicker-active-color);
    color: #fff
}

.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 {
    display: inline-block;
    max-height: 192px;
    overflow: auto;
    position: relative;
    vertical-align: top;
    width: 50%
}

.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;
    overflow: hidden;
    text-align: center
}

.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);
    cursor: pointer;
    font-size: 12px;
    height: 30px;
    left: 0;
    line-height: 30px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: var(--el-index-normal)
}

.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,
.el-time-spinner__list {
    padding: 0;
    text-align: center
}

.el-time-spinner__list {
    list-style: none;
    margin: 0
}

.el-time-spinner__list:after,
.el-time-spinner__list:before {
    content: "";
    display: block;
    height: 80px;
    width: 100%
}

.el-time-spinner__item {
    color: var(--el-text-color-regular);
    font-size: 12px;
    height: 32px;
    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);
    box-shadow: var(--el-box-shadow-light)
}

.el-picker__popper.el-popper,
.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-left-color: transparent;
    border-top-color: transparent
}

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

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

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

.el-date-editor {
    --el-date-editor-width: 220px;
    --el-date-editor-monthrange-width: 300px;
    --el-date-editor-daterange-width: 350px;
    --el-date-editor-datetimerange-width: 400px;
    --el-input-text-color: var(--el-text-color-regular);
    --el-input-border: var(--el-border);
    --el-input-hover-border: var(--el-border-color-hover);
    --el-input-focus-border: var(--el-color-primary);
    --el-input-transparent-border: 0 0 0 1px transparent inset;
    --el-input-border-color: var(--el-border-color);
    --el-input-border-radius: var(--el-border-radius-base);
    --el-input-bg-color: var(--el-fill-color-blank);
    --el-input-icon-color: var(--el-text-color-placeholder);
    --el-input-placeholder-color: var(--el-text-color-placeholder);
    --el-input-hover-border-color: var(--el-border-color-hover);
    --el-input-clear-hover-color: var(--el-text-color-secondary);
    --el-input-focus-border-color: var(--el-color-primary);
    --el-input-width: 100%;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.el-date-editor.el-input__wrapper {
    box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset
}

.el-date-editor.el-input__wrapper:hover {
    box-shadow: 0 0 0 1px var(--el-input-hover-border-color) inset
}

.el-date-editor.el-input,
.el-date-editor.el-input__wrapper {
    height: var(--el-input-height, var(--el-component-size));
    width: var(--el-date-editor-width)
}

.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 .clear-icon,
.el-date-editor .close-icon {
    cursor: pointer
}

.el-date-editor .clear-icon:hover {
    color: var(--el-text-color-secondary)
}

.el-date-editor .el-range__icon {
    color: var(--el-text-color-placeholder);
    float: left;
    font-size: 14px;
    height: inherit
}

.el-date-editor .el-range__icon svg {
    vertical-align: middle
}

.el-date-editor .el-range-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    color: var(--el-text-color-regular);
    display: inline-block;
    font-size: var(--el-font-size-base);
    height: 30px;
    line-height: 30px;
    margin: 0;
    outline: none;
    padding: 0;
    text-align: center;
    width: 39%
}

.el-date-editor .el-range-input::-moz-placeholder {
    color: var(--el-text-color-placeholder)
}

.el-date-editor .el-range-input::placeholder {
    color: var(--el-text-color-placeholder)
}

.el-date-editor .el-range-separator {
    align-items: center;
    color: var(--el-text-color-primary);
    display: inline-flex;
    flex: 1;
    font-size: 14px;
    height: 100%;
    justify-content: center;
    margin: 0;
    overflow-wrap: break-word;
    padding: 0 5px
}

.el-date-editor .el-range__close-icon {
    color: var(--el-text-color-placeholder);
    cursor: pointer;
    font-size: 14px;
    height: inherit;
    width: unset
}

.el-date-editor .el-range__close-icon:hover {
    color: var(--el-text-color-secondary)
}

.el-date-editor .el-range__close-icon svg {
    vertical-align: middle
}

.el-date-editor .el-range__close-icon--hidden {
    opacity: 0;
    visibility: hidden
}

.el-range-editor.el-input__wrapper {
    align-items: center;
    display: inline-flex;
    padding: 0 10px;
    vertical-align: middle
}

.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 {
    font-size: 14px;
    height: 38px;
    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 {
    font-size: 12px;
    height: 22px;
    line-height: 22px
}

.el-range-editor.is-disabled {
    background-color: var(--el-disabled-bg-color);
    color: var(--el-disabled-text-color);
    cursor: not-allowed
}

.el-range-editor.is-disabled,
.el-range-editor.is-disabled:focus,
.el-range-editor.is-disabled:hover {
    border-color: var(--el-disabled-border-color)
}

.el-range-editor.is-disabled input {
    background-color: var(--el-disabled-bg-color);
    color: var(--el-disabled-text-color);
    cursor: not-allowed
}

.el-range-editor.is-disabled input::-moz-placeholder {
    color: var(--el-text-color-placeholder)
}

.el-range-editor.is-disabled input::placeholder {
    color: var(--el-text-color-placeholder)
}

.el-range-editor.is-disabled .el-range-separator {
    color: var(--el-disabled-text-color)
}

.el-picker-panel {
    background: var(--el-bg-color-overlay);
    border-radius: var(--el-border-radius-base);
    color: var(--el-text-color-regular);
    line-height: 30px
}

.el-picker-panel .el-time-panel {
    background-color: var(--el-bg-color-overlay);
    border: 1px solid var(--el-datepicker-border-color);
    box-shadow: var(--el-box-shadow-light);
    margin: 5px 0
}

.el-picker-panel__body-wrapper:after,
.el-picker-panel__body:after {
    clear: both;
    content: "";
    display: table
}

.el-picker-panel__content {
    margin: 15px;
    position: relative
}

.el-picker-panel__footer {
    background-color: var(--el-bg-color-overlay);
    border-top: 1px solid var(--el-datepicker-inner-border-color);
    font-size: 0;
    padding: 4px 12px;
    position: relative;
    text-align: right
}

.el-picker-panel__shortcut {
    background-color: transparent;
    border: 0;
    color: var(--el-datepicker-text-color);
    cursor: pointer;
    display: block;
    font-size: 14px;
    line-height: 28px;
    outline: none;
    padding-left: 12px;
    text-align: left;
    width: 100%
}

.el-picker-panel__shortcut:hover {
    color: var(--el-datepicker-hover-text-color)
}

.el-picker-panel__shortcut.active {
    background-color: #e6f1fe;
    color: var(--el-datepicker-active-color)
}

.el-picker-panel__btn {
    background-color: transparent;
    border: 1px solid var(--el-fill-color-darker);
    border-radius: 2px;
    color: var(--el-text-color-primary);
    cursor: pointer;
    font-size: 12px;
    line-height: 24px;
    outline: none;
    padding: 0 20px
}

.el-picker-panel__btn[disabled] {
    color: var(--el-text-color-disabled);
    cursor: not-allowed
}

.el-picker-panel__icon-btn {
    background: transparent;
    border: 0;
    color: var(--el-datepicker-icon-color);
    cursor: pointer;
    font-size: 12px;
    margin-top: 8px;
    outline: none
}

.el-picker-panel__icon-btn:hover {
    color: var(--el-datepicker-hover-text-color)
}

.el-picker-panel__icon-btn:focus-visible {
    color: var(--el-datepicker-hover-text-color)
}

.el-picker-panel__icon-btn.is-disabled {
    color: var(--el-text-color-disabled)
}

.el-picker-panel__icon-btn.is-disabled:hover {
    cursor: not-allowed
}

.el-picker-panel__icon-btn .el-icon {
    cursor: pointer;
    font-size: inherit
}

.el-picker-panel__link-btn {
    vertical-align: middle
}

.el-picker-panel [slot=sidebar],
.el-picker-panel__sidebar {
    background-color: var(--el-bg-color-overlay);
    border-right: 1px solid var(--el-datepicker-inner-border-color);
    bottom: 0;
    box-sizing: border-box;
    overflow: auto;
    padding-top: 6px;
    position: absolute;
    top: 0;
    width: 110px
}

.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);
    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 {
    display: table-cell;
    padding: 0 5px;
    position: relative
}

.el-date-picker__time-header {
    border-bottom: 1px solid var(--el-datepicker-inner-border-color);
    box-sizing: border-box;
    display: table;
    font-size: 12px;
    padding: 8px 5px 5px;
    position: relative;
    width: 100%
}

.el-date-picker__header {
    padding: 12px 12px 0;
    text-align: center
}

.el-date-picker__header--bordered {
    border-bottom: 1px solid 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 {
    color: var(--el-text-color-regular);
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    padding: 0 5px;
    text-align: center
}

.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 {
    padding: 10px;
    text-align: center
}

.el-date-picker__time-label {
    cursor: pointer;
    float: left;
    line-height: 30px;
    margin-left: 10px
}

.el-date-picker .el-time-panel {
    position: absolute
}

.el-date-range-picker {
    --el-datepicker-text-color: var(--el-text-color-regular);
    --el-datepicker-off-text-color: var(--el-text-color-placeholder);
    --el-datepicker-header-text-color: var(--el-text-color-regular);
    --el-datepicker-icon-color: var(--el-text-color-primary);
    --el-datepicker-border-color: var(--el-disabled-border-color);
    --el-datepicker-inner-border-color: var(--el-border-color-light);
    --el-datepicker-inrange-bg-color: var(--el-border-color-extra-light);
    --el-datepicker-inrange-hover-bg-color: var(--el-border-color-extra-light);
    --el-datepicker-active-color: var(--el-color-primary);
    --el-datepicker-hover-text-color: var(--el-color-primary);
    width: 646px
}

.el-date-range-picker.has-sidebar {
    width: 756px
}

.el-date-range-picker.has-time .el-picker-panel__body-wrapper {
    position: relative
}

.el-date-range-picker table {
    table-layout: fixed;
    width: 100%
}

.el-date-range-picker .el-picker-panel__body {
    min-width: 513px
}

.el-date-range-picker .el-picker-panel__content {
    margin: 0
}

.el-date-range-picker__header {
    height: 28px;
    position: relative;
    text-align: center
}

.el-date-range-picker__header [class*=arrow-left] {
    float: left
}

.el-date-range-picker__header [class*=arrow-right] {
    float: right
}

.el-date-range-picker__header div {
    font-size: 16px;
    font-weight: 500;
    margin-right: 50px
}

.el-date-range-picker__content {
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 16px;
    width: 50%
}

.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;
    display: table;
    font-size: 12px;
    padding: 8px 5px 5px;
    position: relative;
    width: 100%
}

.el-date-range-picker__time-header>.el-icon-arrow-right {
    color: var(--el-datepicker-icon-color);
    display: table-cell;
    font-size: 20px;
    vertical-align: middle
}

.el-date-range-picker__time-picker-wrap {
    display: table-cell;
    padding: 0 5px;
    position: relative
}

.el-date-range-picker__time-picker-wrap .el-picker-panel {
    background: #fff;
    position: absolute;
    right: 0;
    top: 13px;
    z-index: 1
}

.el-date-range-picker__time-picker-wrap .el-time-panel {
    position: absolute
}

.el-time-range-picker {
    overflow: visible;
    width: 354px
}

.el-time-range-picker__content {
    padding: 10px;
    position: relative;
    text-align: center;
    z-index: 1
}

.el-time-range-picker__cell {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    padding: 4px 7px 7px;
    width: 50%
}

.el-time-range-picker__header {
    font-size: 14px;
    margin-bottom: 5px;
    text-align: center
}

.el-time-range-picker__body {
    border: 1px solid var(--el-datepicker-border-color);
    border-radius: 2px
}

.el-time-panel {
    border-radius: 2px;
    box-sizing: content-box;
    left: 0;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 180px;
    z-index: var(--el-index-top)
}

.el-time-panel__content {
    font-size: 0;
    overflow: hidden;
    position: relative
}

.el-time-panel__content:after,
.el-time-panel__content:before {
    box-sizing: border-box;
    content: "";
    height: 32px;
    left: 0;
    margin-top: -16px;
    padding-top: 6px;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50%;
    z-index: -1
}

.el-time-panel__content:after {
    left: 50%;
    margin-left: 12%;
    margin-right: 12%
}

.el-time-panel__content:before {
    border-bottom: 1px solid var(--el-border-color-light);
    border-top: 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.6666666667%
}

.el-time-panel__content.has-seconds:before {
    padding-left: 33.3333333333%
}

.el-time-panel__footer {
    border-top: 1px solid var(--el-timepicker-inner-border-color, var(--el-border-color-light));
    box-sizing: border-box;
    height: 36px;
    line-height: 25px;
    padding: 4px;
    text-align: right
}

.el-time-panel__btn {
    background-color: transparent;
    border: none;
    color: var(--el-text-color-primary);
    cursor: pointer;
    font-size: 12px;
    line-height: 28px;
    margin: 0 5px;
    outline: none;
    padding: 0 5px
}

.el-time-panel__btn.confirm {
    color: var(--el-timepicker-active-color, var(--el-color-primary));
    font-weight: 800
}

.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;
    color: var(--el-text-color-primary);
    font-size: var(--el-font-size-base)
}

.el-descriptions__header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px
}

.el-descriptions__title {
    color: var(--el-text-color-primary);
    font-size: 16px;
    font-weight: 700
}

.el-descriptions__body {
    background-color: var(--el-fill-color-blank)
}

.el-descriptions__body .el-descriptions__table {
    border-collapse: collapse;
    width: 100%
}

.el-descriptions__body .el-descriptions__table .el-descriptions__cell {
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    text-align: left
}

.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 {
    background: var(--el-descriptions-item-bordered-label-background);
    color: var(--el-text-color-regular);
    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 {
    background: var(--el-popup-modal-bg-color);
    height: 100%;
    left: 0;
    opacity: var(--el-popup-modal-opacity);
    position: fixed;
    top: 0;
    width: 100%
}

.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);
    background: var(--el-dialog-bg-color);
    border-radius: var(--el-dialog-border-radius);
    box-shadow: var(--el-dialog-box-shadow);
    box-sizing: border-box;
    margin: var(--el-dialog-margin-top, 15vh) auto 50px;
    overflow-wrap: break-word;
    padding: var(--el-dialog-padding-primary);
    position: relative;
    width: var(--el-dialog-width, 50%)
}

.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;
    height: 100%;
    margin-bottom: 0;
    overflow: auto
}

.el-dialog__wrapper {
    bottom: 0;
    left: 0;
    margin: 0;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0
}

.el-dialog.is-draggable .el-dialog__header {
    cursor: move;
    -webkit-user-select: none;
    -moz-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 {
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: var(--el-message-close-size, 16px);
    height: 48px;
    outline: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 48px
}

.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 {
    color: var(--el-text-color-primary);
    font-size: var(--el-dialog-title-font-size);
    line-height: var(--el-dialog-font-line-height)
}

.el-dialog__body {
    color: var(--el-text-color-regular);
    font-size: var(--el-dialog-content-font-size)
}

.el-dialog__footer {
    box-sizing: border-box;
    padding-top: var(--el-dialog-padding-primary);
    text-align: right
}

.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-overlay-dialog {
    bottom: 0;
    left: 0;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0
}

.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: translate3d(0, -20px, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes dialog-fade-out {
    0% {
        opacity: 1;
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        transform: translate3d(0, -20px, 0)
    }
}

@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);
    display: block;
    height: 1px;
    margin: 24px 0;
    width: 100%
}

.el-divider--vertical {
    border-left: 1px var(--el-border-color) var(--el-border-style);
    display: inline-block;
    height: 1em;
    margin: 0 8px;
    position: relative;
    vertical-align: middle;
    width: 1px
}

.el-divider__text {
    background-color: var(--el-bg-color);
    color: var(--el-text-color-primary);
    font-size: 14px;
    font-weight: 500;
    padding: 0 20px;
    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-drawer {
    --el-drawer-bg-color: var(--el-dialog-bg-color, var(--el-bg-color));
    --el-drawer-padding-primary: var(--el-dialog-padding-primary, 20px);
    background-color: var(--el-drawer-bg-color);
    box-shadow: var(--el-box-shadow-dark);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: absolute;
    transition: all var(--el-transition-duration)
}

.el-drawer .btt,
.el-drawer .ltr,
.el-drawer .rtl,
.el-drawer .ttb {
    transform: translate(0)
}

.el-drawer__sr-focus:focus {
    outline: none !important
}

.el-drawer__header {
    align-items: center;
    color: #72767b;
    display: flex;
    margin-bottom: 32px;
    padding: var(--el-drawer-padding-primary);
    padding-bottom: 0
}

.el-drawer__header>:first-child {
    flex: 1
}

.el-drawer__title {
    flex: 1;
    font-size: 16px;
    line-height: inherit;
    margin: 0
}

.el-drawer__footer {
    padding: var(--el-drawer-padding-primary);
    padding-top: 10px;
    text-align: right
}

.el-drawer__close-btn {
    background-color: transparent;
    border: none;
    color: inherit;
    cursor: pointer;
    display: inline-flex;
    font-size: var(--el-font-size-extra-large);
    outline: none
}

.el-drawer__close-btn:focus i,
.el-drawer__close-btn:hover i {
    color: var(--el-color-primary)
}

.el-drawer__body {
    flex: 1;
    overflow: auto;
    padding: var(--el-drawer-padding-primary)
}

.el-drawer__body>* {
    box-sizing: border-box
}

.el-drawer.ltr,
.el-drawer.rtl {
    bottom: 0;
    height: 100%;
    top: 0
}

.el-drawer.btt,
.el-drawer.ttb {
    left: 0;
    right: 0;
    width: 100%
}

.el-drawer.ltr {
    left: 0
}

.el-drawer.rtl {
    right: 0
}

.el-drawer.ttb {
    top: 0
}

.el-drawer.btt {
    bottom: 0
}

.el-drawer-fade-enter-active,
.el-drawer-fade-leave-active {
    transition: all var(--el-transition-duration)
}

.el-drawer-fade-enter-active,
.el-drawer-fade-enter-from,
.el-drawer-fade-enter-to,
.el-drawer-fade-leave-active,
.el-drawer-fade-leave-from,
.el-drawer-fade-leave-to {
    overflow: hidden !important
}

.el-drawer-fade-enter-from,
.el-drawer-fade-leave-to {
    background-color: transparent !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);
    display: inline-flex;
    font-size: var(--el-font-size-base);
    line-height: 1;
    position: relative;
    vertical-align: top
}

.el-dropdown.is-disabled {
    color: var(--el-text-color-placeholder);
    cursor: not-allowed
}

.el-dropdown__popper {
    --el-dropdown-menu-box-shadow: var(--el-box-shadow-light);
    --el-dropdown-menuItem-hover-fill: var(--el-color-primary-light-9);
    --el-dropdown-menuItem-hover-color: var(--el-color-primary);
    --el-dropdown-menu-index: 10
}

.el-dropdown__popper.el-popper {
    background: var(--el-bg-color-overlay);
    box-shadow: var(--el-dropdown-menu-box-shadow)
}

.el-dropdown__popper.el-popper,
.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-left-color: transparent;
    border-top-color: transparent
}

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

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

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

.el-dropdown__popper .el-dropdown-menu {
    border: none
}

.el-dropdown__popper .el-dropdown__popper-selfdefine {
    outline: 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;
    list-style: none;
    margin: 0;
    padding: 0
}

.el-dropdown .el-dropdown__caret-button {
    align-items: center;
    border-left: none;
    display: inline-flex;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    width: 32px
}

.el-dropdown .el-dropdown__caret-button>span {
    display: inline-flex
}

.el-dropdown .el-dropdown__caret-button:before {
    background: var(--el-overlay-color-lighter);
    bottom: -1px;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: -1px;
    width: 1px
}

.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 {
    background-color: var(--el-bg-color-overlay);
    border: none;
    border-radius: var(--el-border-radius-base);
    box-shadow: none;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 5px 0;
    position: relative;
    top: 0;
    z-index: var(--el-dropdown-menu-index)
}

.el-dropdown-menu__item {
    align-items: center;
    color: var(--el-text-color-regular);
    cursor: pointer;
    display: flex;
    font-size: var(--el-font-size-base);
    line-height: 22px;
    list-style: none;
    margin: 0;
    outline: none;
    padding: 5px 16px;
    white-space: nowrap
}

.el-dropdown-menu__item:not(.is-disabled):focus,
.el-dropdown-menu__item:not(.is-disabled):hover {
    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 {
    color: var(--el-text-color-disabled);
    cursor: not-allowed
}

.el-dropdown-menu--large {
    padding: 7px 0
}

.el-dropdown-menu--large .el-dropdown-menu__item {
    font-size: 14px;
    line-height: 22px;
    padding: 7px 20px
}

.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 {
    font-size: 12px;
    line-height: 20px;
    padding: 2px 12px
}

.el-dropdown-menu--small .el-dropdown-menu__item--divided {
    margin: 4px 0
}

.el-empty {
    --el-empty-padding: 40px 0;
    --el-empty-image-width: 160px;
    --el-empty-description-margin-top: 20px;
    --el-empty-bottom-margin-top: 20px;
    --el-empty-fill-color-0: var(--el-color-white);
    --el-empty-fill-color-1: #fcfcfd;
    --el-empty-fill-color-2: #f8f9fb;
    --el-empty-fill-color-3: #f7f8fc;
    --el-empty-fill-color-4: #eeeff3;
    --el-empty-fill-color-5: #edeef2;
    --el-empty-fill-color-6: #e9ebef;
    --el-empty-fill-color-7: #e5e7e9;
    --el-empty-fill-color-8: #e0e3e9;
    --el-empty-fill-color-9: #d5d7de;
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: var(--el-empty-padding);
    text-align: center
}

.el-empty__image {
    width: var(--el-empty-image-width)
}

.el-empty__image img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: top;
    width: 100%
}

.el-empty__image svg {
    color: var(--el-svg-monochrome-grey);
    fill: currentColor;
    height: 100%;
    vertical-align: top;
    width: 100%
}

.el-empty__description {
    margin-top: var(--el-empty-description-margin-top)
}

.el-empty__description p {
    color: var(--el-text-color-secondary);
    font-size: var(--el-font-size-base);
    margin: 0
}

.el-empty__bottom {
    margin-top: var(--el-empty-bottom-margin-top)
}

.el-footer {
    --el-footer-padding: 0 20px;
    --el-footer-height: 60px;
    box-sizing: border-box;
    flex-shrink: 0;
    height: var(--el-footer-height);
    padding: var(--el-footer-padding)
}

.el-form {
    --el-form-label-font-size: var(--el-font-size-base);
    --el-form-inline-content-width: 220px
}

.el-form--inline .el-form-item {
    display: inline-flex;
    margin-right: 32px;
    vertical-align: middle
}

.el-form--inline.el-form--label-top {
    display: flex;
    flex-wrap: wrap
}

.el-form--inline.el-form--label-top .el-form-item {
    display: block
}

.el-form-item {
    display: flex;
    --font-size: 14px;
    margin-bottom: 18px
}

.el-form-item .el-form-item {
    margin-bottom: 0
}

.el-form-item .el-input__validateIcon {
    display: none
}

.el-form-item--large {
    --font-size: 14px;
    --el-form-label-font-size: var(--font-size);
    margin-bottom: 22px
}

.el-form-item--large .el-form-item__label {
    height: 40px;
    line-height: 40px
}

.el-form-item--large .el-form-item__content {
    line-height: 40px
}

.el-form-item--large .el-form-item__error {
    padding-top: 4px
}

.el-form-item--default {
    --font-size: 14px;
    --el-form-label-font-size: var(--font-size);
    margin-bottom: 18px
}

.el-form-item--default .el-form-item__label {
    height: 32px;
    line-height: 32px
}

.el-form-item--default .el-form-item__content {
    line-height: 32px
}

.el-form-item--default .el-form-item__error {
    padding-top: 2px
}

.el-form-item--small {
    --font-size: 12px;
    --el-form-label-font-size: var(--font-size);
    margin-bottom: 18px
}

.el-form-item--small .el-form-item__label {
    height: 24px;
    line-height: 24px
}

.el-form-item--small .el-form-item__content {
    line-height: 24px
}

.el-form-item--small .el-form-item__error {
    padding-top: 2px
}

.el-form-item--label-left .el-form-item__label {
    justify-content: flex-start
}

.el-form-item--label-top {
    display: block
}

.el-form-item--label-top .el-form-item__label {
    display: inline-block;
    height: auto;
    line-height: 22px;
    margin-bottom: 8px;
    text-align: left;
    vertical-align: middle
}

.el-form-item__label-wrap {
    display: flex
}

.el-form-item__label {
    align-items: flex-start;
    box-sizing: border-box;
    color: var(--el-text-color-regular);
    display: inline-flex;
    flex: 0 0 auto;
    font-size: var(--el-form-label-font-size);
    height: 32px;
    justify-content: flex-end;
    line-height: 32px;
    padding: 0 12px 0 0
}

.el-form-item__content {
    align-items: center;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    font-size: var(--font-size);
    line-height: 32px;
    min-width: 0;
    position: relative
}

.el-form-item__content .el-input-group {
    vertical-align: top
}

.el-form-item__error {
    color: var(--el-color-danger);
    font-size: 12px;
    left: 0;
    line-height: 1;
    padding-top: 2px;
    position: absolute;
    top: 100%
}

.el-form-item__error--inline {
    display: inline-block;
    left: auto;
    margin-left: 10px;
    position: relative;
    top: auto
}

.el-form-item.is-required:not(.is-no-asterisk).asterisk-left>.el-form-item__label-wrap>.el-form-item__label:before,
.el-form-item.is-required:not(.is-no-asterisk).asterisk-left>.el-form-item__label:before {
    color: var(--el-color-danger);
    content: "*";
    margin-right: 4px
}

.el-form-item.is-required:not(.is-no-asterisk).asterisk-right>.el-form-item__label-wrap>.el-form-item__label:after,
.el-form-item.is-required:not(.is-no-asterisk).asterisk-right>.el-form-item__label:after {
    color: var(--el-color-danger);
    content: "*";
    margin-left: 4px
}

.el-form-item.is-error .el-input__wrapper,
.el-form-item.is-error .el-input__wrapper.is-focus,
.el-form-item.is-error .el-input__wrapper:focus,
.el-form-item.is-error .el-input__wrapper:hover,
.el-form-item.is-error .el-select__wrapper,
.el-form-item.is-error .el-select__wrapper.is-focus,
.el-form-item.is-error .el-select__wrapper:focus,
.el-form-item.is-error .el-select__wrapper:hover,
.el-form-item.is-error .el-textarea__inner,
.el-form-item.is-error .el-textarea__inner.is-focus,
.el-form-item.is-error .el-textarea__inner:focus,
.el-form-item.is-error .el-textarea__inner:hover {
    box-shadow: 0 0 0 1px var(--el-color-danger) inset
}

.el-form-item.is-error .el-input-group__append .el-input__wrapper,
.el-form-item.is-error .el-input-group__prepend .el-input__wrapper {
    box-shadow: inset 0 0 0 1px transparent
}

.el-form-item.is-error .el-input-group__append .el-input__validateIcon,
.el-form-item.is-error .el-input-group__prepend .el-input__validateIcon {
    display: none
}

.el-form-item.is-error .el-input__validateIcon {
    color: var(--el-color-danger)
}

.el-form-item--feedback .el-input__validateIcon {
    display: inline-flex
}

.el-header {
    --el-header-padding: 0 20px;
    --el-header-height: 60px;
    box-sizing: border-box;
    flex-shrink: 0;
    height: var(--el-header-height);
    padding: var(--el-header-padding)
}

.el-image-viewer__wrapper {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0
}

.el-image-viewer__btn {
    align-items: center;
    border-radius: 50%;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    justify-content: center;
    opacity: .8;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    z-index: 1
}

.el-image-viewer__btn .el-icon {
    cursor: pointer;
    font-size: inherit
}

.el-image-viewer__close {
    font-size: 40px;
    height: 40px;
    right: 40px;
    top: 40px;
    width: 40px
}

.el-image-viewer__canvas {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: static;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%
}

.el-image-viewer__actions {
    background-color: var(--el-text-color-regular);
    border-color: #fff;
    border-radius: 22px;
    bottom: 30px;
    height: 44px;
    left: 50%;
    padding: 0 23px;
    transform: translate(-50%);
    width: 282px
}

.el-image-viewer__actions__inner {
    align-items: center;
    color: #fff;
    cursor: default;
    display: flex;
    font-size: 23px;
    height: 100%;
    justify-content: space-around;
    width: 100%
}

.el-image-viewer__prev {
    left: 40px
}

.el-image-viewer__next,
.el-image-viewer__prev {
    background-color: var(--el-text-color-regular);
    border-color: #fff;
    color: #fff;
    font-size: 24px;
    height: 44px;
    top: 50%;
    transform: translateY(-50%);
    width: 44px
}

.el-image-viewer__next {
    right: 40px;
    text-indent: 2px
}

.el-image-viewer__close {
    background-color: var(--el-text-color-regular);
    border-color: #fff;
    color: #fff;
    font-size: 24px;
    height: 44px;
    width: 44px
}

.el-image-viewer__mask {
    background: #000;
    height: 100%;
    left: 0;
    opacity: .5;
    position: absolute;
    top: 0;
    width: 100%
}

.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: translate3d(0, -20px, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes viewer-fade-out {
    0% {
        opacity: 1;
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        transform: translate3d(0, -20px, 0)
    }
}

.el-image__error,
.el-image__inner,
.el-image__placeholder,
.el-image__wrapper {
    height: 100%;
    width: 100%
}

.el-image {
    display: inline-block;
    overflow: hidden;
    position: relative
}

.el-image__inner {
    opacity: 1;
    vertical-align: top
}

.el-image__inner.is-loading {
    opacity: 0
}

.el-image__wrapper {
    left: 0;
    position: absolute;
    top: 0
}

.el-image__error,
.el-image__placeholder {
    background: var(--el-fill-color-light)
}

.el-image__error {
    align-items: center;
    color: var(--el-text-color-placeholder);
    display: flex;
    font-size: 14px;
    justify-content: center;
    vertical-align: middle
}

.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%;
    display: inline-block;
    font-size: var(--el-font-size-base);
    position: relative;
    vertical-align: bottom;
    width: 100%
}

.el-textarea__inner {
    -webkit-appearance: none;
    background-color: var(--el-input-bg-color, var(--el-fill-color-blank));
    background-image: none;
    border: none;
    border-radius: var(--el-input-border-radius, var(--el-border-radius-base));
    box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset;
    box-sizing: border-box;
    color: var(--el-input-text-color, var(--el-text-color-regular));
    display: block;
    font-family: inherit;
    font-size: inherit;
    line-height: 1.5;
    padding: 5px 11px;
    position: relative;
    resize: vertical;
    transition: var(--el-transition-box-shadow);
    width: 100%
}

.el-textarea__inner::-moz-placeholder {
    color: var(--el-input-placeholder-color, var(--el-text-color-placeholder))
}

.el-textarea__inner::placeholder {
    color: var(--el-input-placeholder-color, var(--el-text-color-placeholder))
}

.el-textarea__inner:hover {
    box-shadow: 0 0 0 1px var(--el-input-hover-border-color) inset
}

.el-textarea__inner:focus {
    box-shadow: 0 0 0 1px var(--el-input-focus-border-color) inset;
    outline: none
}

.el-textarea .el-input__count {
    background: var(--el-fill-color-blank);
    bottom: 5px;
    color: var(--el-color-info);
    font-size: 12px;
    line-height: 14px;
    position: absolute;
    right: 10px
}

.el-textarea.is-disabled .el-textarea__inner {
    background-color: var(--el-disabled-bg-color);
    box-shadow: 0 0 0 1px var(--el-disabled-border-color) inset;
    color: var(--el-disabled-text-color);
    cursor: not-allowed
}

.el-textarea.is-disabled .el-textarea__inner::-moz-placeholder {
    color: var(--el-text-color-placeholder)
}

.el-textarea.is-disabled .el-textarea__inner::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);
    box-sizing: border-box;
    display: inline-flex;
    font-size: var(--el-font-size-base);
    line-height: var(--el-input-height);
    position: relative;
    vertical-align: middle;
    width: var(--el-input-width)
}

.el-input::-webkit-scrollbar {
    width: 6px;
    z-index: 11
}

.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,
.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 {
    align-items: center;
    color: var(--el-color-info);
    display: inline-flex;
    font-size: 12px;
    height: 100%
}

.el-input .el-input__count .el-input__count-inner {
    background: var(--el-fill-color-blank);
    display: inline-block;
    line-height: normal;
    padding-left: 8px
}

.el-input__wrapper {
    align-items: center;
    background-color: var(--el-input-bg-color, var(--el-fill-color-blank));
    background-image: none;
    border-radius: var(--el-input-border-radius, var(--el-border-radius-base));
    box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset;
    cursor: text;
    display: inline-flex;
    flex-grow: 1;
    justify-content: center;
    padding: 1px 11px;
    transform: translateZ(0);
    transition: var(--el-transition-box-shadow)
}

.el-input__wrapper:hover {
    box-shadow: 0 0 0 1px var(--el-input-hover-border-color) inset
}

.el-input__wrapper.is-focus {
    box-shadow: 0 0 0 1px var(--el-input-focus-border-color) inset
}

.el-input__inner {
    --el-input-inner-height: calc(var(--el-input-height, 32px) - 2px);
    -webkit-appearance: none;
    background: none;
    border: none;
    box-sizing: border-box;
    color: var(--el-input-text-color, var(--el-text-color-regular));
    flex-grow: 1;
    font-size: inherit;
    height: var(--el-input-inner-height);
    line-height: var(--el-input-inner-height);
    outline: none;
    padding: 0;
    width: 100%
}

.el-input__inner:focus {
    outline: none
}

.el-input__inner::-moz-placeholder {
    color: var(--el-input-placeholder-color, var(--el-text-color-placeholder))
}

.el-input__inner::placeholder {
    color: var(--el-input-placeholder-color, var(--el-text-color-placeholder))
}

.el-input__inner[type=password]::-ms-reveal {
    display: none
}

.el-input__inner[type=number] {
    line-height: 1
}

.el-input__prefix {
    color: var(--el-input-icon-color, var(--el-text-color-placeholder));
    display: inline-flex;
    flex-shrink: 0;
    flex-wrap: nowrap;
    height: 100%;
    pointer-events: none;
    text-align: center;
    transition: all var(--el-transition-duration);
    white-space: nowrap
}

.el-input__prefix-inner {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    pointer-events: all
}

.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 {
    color: var(--el-input-icon-color, var(--el-text-color-placeholder));
    display: inline-flex;
    flex-shrink: 0;
    flex-wrap: nowrap;
    height: 100%;
    pointer-events: none;
    text-align: center;
    transition: all var(--el-transition-duration);
    white-space: nowrap
}

.el-input__suffix-inner {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    pointer-events: all
}

.el-input__suffix-inner>:first-child {
    margin-left: 8px
}

.el-input .el-input__icon {
    align-items: center;
    display: flex;
    height: inherit;
    justify-content: center;
    line-height: inherit;
    margin-left: 8px;
    transition: all 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);
    box-shadow: 0 0 0 1px var(--el-disabled-border-color) inset
}

.el-input.is-disabled .el-input__inner {
    color: var(--el-disabled-text-color);
    -webkit-text-fill-color: var(--el-disabled-text-color);
    cursor: not-allowed
}

.el-input.is-disabled .el-input__inner::-moz-placeholder {
    color: var(--el-text-color-placeholder)
}

.el-input.is-disabled .el-input__inner::placeholder {
    color: var(--el-text-color-placeholder)
}

.el-input.is-disabled .el-input__icon {
    cursor: not-allowed
}

.el-input.is-exceed .el-input__wrapper {
    box-shadow: 0 0 0 1px var(--el-color-danger) inset
}

.el-input.is-exceed .el-input__suffix .el-input__count {
    color: var(--el-color-danger)
}

.el-input--large {
    --el-input-height: var(--el-component-size-large);
    font-size: 14px
}

.el-input--large .el-input__wrapper {
    padding: 1px 15px
}

.el-input--large .el-input__inner {
    --el-input-inner-height: calc(var(--el-input-height, 40px) - 2px)
}

.el-input--small {
    --el-input-height: var(--el-component-size-small);
    font-size: 12px
}

.el-input--small .el-input__wrapper {
    padding: 1px 7px
}

.el-input--small .el-input__inner {
    --el-input-inner-height: calc(var(--el-input-height, 24px) - 2px)
}

.el-input-group {
    align-items: stretch;
    display: inline-flex;
    width: 100%
}

.el-input-group__append,
.el-input-group__prepend {
    align-items: center;
    background-color: var(--el-fill-color-light);
    border-radius: var(--el-input-border-radius);
    color: var(--el-color-info);
    display: inline-flex;
    justify-content: center;
    min-height: 100%;
    padding: 0 20px;
    position: relative;
    white-space: nowrap
}

.el-input-group__append:focus,
.el-input-group__prepend:focus {
    outline: none
}

.el-input-group__append .el-button,
.el-input-group__append .el-select,
.el-input-group__prepend .el-button,
.el-input-group__prepend .el-select {
    display: inline-block;
    margin: 0 -20px
}

.el-input-group__append button.el-button,
.el-input-group__append button.el-button:hover,
.el-input-group__append div.el-select .el-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 {
    background-color: transparent;
    border-color: transparent;
    color: inherit
}

.el-input-group__append .el-button,
.el-input-group__append .el-input,
.el-input-group__prepend .el-button,
.el-input-group__prepend .el-input {
    font-size: inherit
}

.el-input-group__prepend {
    border-bottom-right-radius: 0;
    border-right: 0;
    border-top-right-radius: 0;
    box-shadow: 1px 0 0 0 var(--el-input-border-color) inset, 0 1px 0 0 var(--el-input-border-color) inset, 0 -1px 0 0 var(--el-input-border-color) inset
}

.el-input-group__append {
    border-left: 0;
    box-shadow: 0 1px 0 0 var(--el-input-border-color) inset, 0 -1px 0 0 var(--el-input-border-color) inset, -1px 0 0 0 var(--el-input-border-color) inset
}

.el-input-group--prepend>.el-input__wrapper,
.el-input-group__append {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.el-input-group--prepend .el-input-group__prepend .el-select .el-select__wrapper {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 1px 0 0 0 var(--el-input-border-color) inset, 0 1px 0 0 var(--el-input-border-color) inset, 0 -1px 0 0 var(--el-input-border-color) inset
}

.el-input-group--append>.el-input__wrapper {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.el-input-group--append .el-input-group__append .el-select .el-select__wrapper {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    box-shadow: 0 1px 0 0 var(--el-input-border-color) inset, 0 -1px 0 0 var(--el-input-border-color) inset, -1px 0 0 0 var(--el-input-border-color) inset
}

.el-input-hidden {
    display: none !important
}

.el-input-number {
    display: inline-flex;
    line-height: 30px;
    position: relative;
    vertical-align: middle;
    width: 150px
}

.el-input-number .el-input__wrapper {
    padding-left: 42px;
    padding-right: 42px
}

.el-input-number .el-input__inner {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    line-height: 1;
    text-align: center
}

.el-input-number .el-input__inner::-webkit-inner-spin-button,
.el-input-number .el-input__inner::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.el-input-number__decrease,
.el-input-number__increase {
    align-items: center;
    background: var(--el-fill-color-light);
    bottom: 1px;
    color: var(--el-text-color-regular);
    cursor: pointer;
    display: flex;
    font-size: 13px;
    height: auto;
    justify-content: center;
    position: absolute;
    top: 1px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 32px;
    z-index: 1
}

.el-input-number__decrease:hover,
.el-input-number__increase:hover {
    color: var(--el-color-primary)
}

.el-input-number__decrease:hover~.el-input:not(.is-disabled) .el-input__wrapper,
.el-input-number__increase:hover~.el-input:not(.is-disabled) .el-input__wrapper {
    box-shadow: 0 0 0 1px var(--el-input-focus-border-color, var(--el-color-primary)) inset
}

.el-input-number__decrease.is-disabled,
.el-input-number__increase.is-disabled {
    color: var(--el-disabled-text-color);
    cursor: not-allowed
}

.el-input-number__increase {
    border-left: var(--el-border);
    border-radius: 0 var(--el-border-radius-base) var(--el-border-radius-base) 0;
    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__decrease,
.el-input-number.is-disabled .el-input-number__increase {
    border-color: var(--el-disabled-border-color);
    color: var(--el-disabled-border-color)
}

.el-input-number.is-disabled .el-input-number__decrease:hover,
.el-input-number.is-disabled .el-input-number__increase:hover {
    color: var(--el-disabled-border-color);
    cursor: not-allowed
}

.el-input-number--large {
    line-height: 38px;
    width: 180px
}

.el-input-number--large .el-input-number__decrease,
.el-input-number--large .el-input-number__increase {
    font-size: 14px;
    width: 40px
}

.el-input-number--large .el-input--large .el-input__wrapper {
    padding-left: 47px;
    padding-right: 47px
}

.el-input-number--small {
    line-height: 22px;
    width: 120px
}

.el-input-number--small .el-input-number__decrease,
.el-input-number--small .el-input-number__increase {
    font-size: 12px;
    width: 24px
}

.el-input-number--small .el-input--small .el-input__wrapper {
    padding-left: 31px;
    padding-right: 31px
}

.el-input-number--small .el-input-number__decrease [class*=el-icon],
.el-input-number--small .el-input-number__increase [class*=el-icon] {
    transform: scale(.9)
}

.el-input-number.is-without-controls .el-input__wrapper {
    padding-left: 15px;
    padding-right: 15px
}

.el-input-number.is-controls-right .el-input__wrapper {
    padding-left: 15px;
    padding-right: 42px
}

.el-input-number.is-controls-right .el-input-number__decrease,
.el-input-number.is-controls-right .el-input-number__increase {
    --el-input-number-controls-height: 15px;
    height: var(--el-input-number-controls-height);
    line-height: var(--el-input-number-controls-height)
}

.el-input-number.is-controls-right .el-input-number__decrease [class*=el-icon],
.el-input-number.is-controls-right .el-input-number__increase [class*=el-icon] {
    transform: scale(.8)
}

.el-input-number.is-controls-right .el-input-number__increase {
    border-bottom: var(--el-border);
    border-radius: 0 var(--el-border-radius-base) 0 0;
    bottom: auto;
    left: auto
}

.el-input-number.is-controls-right .el-input-number__decrease {
    border-left: var(--el-border);
    border-radius: 0 0 var(--el-border-radius-base) 0;
    border-right: none;
    left: auto;
    right: 1px;
    top: auto
}

.el-input-number.is-controls-right[class*=large] [class*=decrease],
.el-input-number.is-controls-right[class*=large] [class*=increase] {
    --el-input-number-controls-height: 19px
}

.el-input-number.is-controls-right[class*=small] [class*=decrease],
.el-input-number.is-controls-right[class*=small] [class*=increase] {
    --el-input-number-controls-height: 11px
}

.el-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);
    align-items: center;
    color: var(--el-link-text-color);
    cursor: pointer;
    display: inline-flex;
    flex-direction: row;
    font-size: var(--el-link-font-size);
    font-weight: var(--el-link-font-weight);
    justify-content: center;
    outline: none;
    padding: 0;
    position: relative;
    text-decoration: none;
    vertical-align: middle
}

.el-link:hover {
    color: var(--el-link-hover-text-color)
}

.el-link.is-underline:hover:after {
    border-bottom: 1px solid var(--el-link-hover-text-color);
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    right: 0
}

.el-link.is-disabled {
    color: var(--el-link-disabled-text-color);
    cursor: not-allowed
}

.el-link [class*=el-icon-]+span {
    margin-left: 5px
}

.el-link.el-link--default:after {
    border-color: var(--el-link-hover-text-color)
}

.el-link__inner {
    align-items: center;
    display: inline-flex;
    justify-content: center
}

.el-link.el-link--primary {
    --el-link-text-color: var(--el-color-primary);
    --el-link-hover-text-color: var(--el-color-primary-light-3);
    --el-link-disabled-text-color: var(--el-color-primary-light-5)
}

.el-link.el-link--primary.is-underline:hover:after,
.el-link.el-link--primary:after {
    border-color: var(--el-link-text-color)
}

.el-link.el-link--success {
    --el-link-text-color: var(--el-color-success);
    --el-link-hover-text-color: var(--el-color-success-light-3);
    --el-link-disabled-text-color: var(--el-color-success-light-5)
}

.el-link.el-link--success.is-underline:hover:after,
.el-link.el-link--success:after {
    border-color: var(--el-link-text-color)
}

.el-link.el-link--warning {
    --el-link-text-color: var(--el-color-warning);
    --el-link-hover-text-color: var(--el-color-warning-light-3);
    --el-link-disabled-text-color: var(--el-color-warning-light-5)
}

.el-link.el-link--warning.is-underline:hover:after,
.el-link.el-link--warning:after {
    border-color: var(--el-link-text-color)
}

.el-link.el-link--danger {
    --el-link-text-color: var(--el-color-danger);
    --el-link-hover-text-color: var(--el-color-danger-light-3);
    --el-link-disabled-text-color: var(--el-color-danger-light-5)
}

.el-link.el-link--danger.is-underline:hover:after,
.el-link.el-link--danger:after {
    border-color: var(--el-link-text-color)
}

.el-link.el-link--error {
    --el-link-text-color: var(--el-color-error);
    --el-link-hover-text-color: var(--el-color-error-light-3);
    --el-link-disabled-text-color: var(--el-color-error-light-5)
}

.el-link.el-link--error.is-underline:hover:after,
.el-link.el-link--error:after {
    border-color: var(--el-link-text-color)
}

.el-link.el-link--info {
    --el-link-text-color: var(--el-color-info);
    --el-link-hover-text-color: var(--el-color-info-light-3);
    --el-link-disabled-text-color: var(--el-color-info-light-5)
}

.el-link.el-link--info.is-underline:hover:after,
.el-link.el-link--info:after {
    border-color: var(--el-link-text-color)
}

:root {
    --el-loading-spinner-size: 42px;
    --el-loading-fullscreen-spinner-size: 50px
}

.el-loading-parent--relative {
    position: relative !important
}

.el-loading-parent--hidden {
    overflow: hidden !important
}

.el-loading-mask {
    background-color: var(--el-mask-color);
    bottom: 0;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity var(--el-transition-duration);
    z-index: 2000
}

.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);
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%
}

.el-loading-spinner .el-loading-text {
    color: var(--el-color-primary);
    font-size: 14px;
    margin: 3px 0
}

.el-loading-spinner .circular {
    animation: loading-rotate 2s linear infinite;
    display: inline;
    height: var(--el-loading-spinner-size);
    width: var(--el-loading-spinner-size)
}

.el-loading-spinner .path {
    animation: loading-dash 1.5s ease-in-out infinite;
    stroke-dasharray: 90, 150;
    stroke-dashoffset: 0;
    stroke-width: 2;
    stroke: var(--el-color-primary);
    stroke-linecap: round
}

.el-loading-spinner i {
    color: var(--el-color-primary)
}

.el-loading-fade-enter-from,
.el-loading-fade-leave-to {
    opacity: 0
}

@keyframes loading-rotate {
    to {
        transform: rotate(1turn)
    }
}

@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;
    display: block;
    flex: 1;
    flex-basis: auto;
    overflow: auto;
    padding: var(--el-main-padding)
}

:root {
    --el-menu-active-color: var(--el-color-primary);
    --el-menu-text-color: var(--el-text-color-primary);
    --el-menu-hover-text-color: var(--el-color-primary);
    --el-menu-bg-color: var(--el-fill-color-blank);
    --el-menu-hover-bg-color: var(--el-color-primary-light-9);
    --el-menu-item-height: 56px;
    --el-menu-sub-item-height: calc(var(--el-menu-item-height) - 6px);
    --el-menu-horizontal-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 {
    background-color: var(--el-menu-bg-color);
    border-right: 1px solid var(--el-menu-border-color);
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding-left: 0;
    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-menu-item-group__title,
.el-menu--vertical:not(.el-menu--collapse):not(.el-menu--popup-container) .el-sub-menu__title {
    padding-left: calc(var(--el-menu-base-level-padding) + var(--el-menu-level)*var(--el-menu-level-padding));
    white-space: nowrap
}

.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 {
    border-right: none;
    display: flex;
    flex-wrap: nowrap;
    height: var(--el-menu-horizontal-height)
}

.el-menu--horizontal.el-menu--popup-container {
    height: unset
}

.el-menu--horizontal.el-menu {
    border-bottom: 1px solid var(--el-menu-border-color)
}

.el-menu--horizontal>.el-menu-item {
    align-items: center;
    border-bottom: 2px solid transparent;
    color: var(--el-menu-text-color);
    display: inline-flex;
    height: 100%;
    justify-content: center;
    margin: 0
}

.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 {
    border-bottom: 2px solid transparent;
    color: var(--el-menu-text-color);
    height: 100%
}

.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 {
    align-items: center;
    background-color: var(--el-menu-bg-color);
    color: var(--el-menu-text-color);
    display: flex;
    height: var(--el-menu-horizontal-sub-item-height);
    line-height: var(--el-menu-horizontal-sub-item-height);
    padding: 0 10px
}

.el-menu--horizontal .el-menu .el-sub-menu__title {
    padding-right: 40px
}

.el-menu--horizontal .el-menu .el-menu-item.is-active,
.el-menu--horizontal .el-menu .el-sub-menu.is-active>.el-sub-menu__title {
    color: var(--el-menu-active-color)
}

.el-menu--horizontal .el-menu-item:not(.is-disabled):focus,
.el-menu--horizontal .el-menu-item:not(.is-disabled):hover {
    background-color: var(--el-menu-hover-bg-color);
    color: var(--el-menu-hover-text-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-menu-item-group>ul>.el-sub-menu>.el-sub-menu__title [class^=el-icon],
.el-menu--collapse>.el-sub-menu>.el-sub-menu__title [class^=el-icon] {
    margin: 0;
    text-align: center;
    vertical-align: middle;
    width: var(--el-menu-icon-width)
}

.el-menu--collapse>.el-menu-item .el-sub-menu__icon-arrow,
.el-menu--collapse>.el-menu-item-group>ul>.el-sub-menu>.el-sub-menu__title .el-sub-menu__icon-arrow,
.el-menu--collapse>.el-sub-menu>.el-sub-menu__title .el-sub-menu__icon-arrow {
    display: none
}

.el-menu--collapse>.el-menu-item-group>ul>.el-sub-menu>.el-sub-menu__title>span,
.el-menu--collapse>.el-menu-item>span,
.el-menu--collapse>.el-sub-menu>.el-sub-menu__title>span {
    display: inline-block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0
}

.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 {
    border: none;
    border-radius: var(--el-border-radius-small);
    box-shadow: var(--el-box-shadow-light);
    min-width: 200px;
    padding: 5px 0;
    z-index: 100
}

.el-menu .el-icon {
    flex-shrink: 0
}

.el-menu-item {
    align-items: center;
    box-sizing: border-box;
    color: var(--el-menu-text-color);
    cursor: pointer;
    display: flex;
    font-size: var(--el-menu-item-font-size);
    height: var(--el-menu-item-height);
    line-height: var(--el-menu-item-height);
    list-style: none;
    padding: 0 var(--el-menu-base-level-padding);
    position: relative;
    transition: border-color var(--el-transition-duration), background-color var(--el-transition-duration), color var(--el-transition-duration);
    white-space: nowrap
}

.el-menu-item * {
    vertical-align: bottom
}

.el-menu-item i {
    color: inherit
}

.el-menu-item:focus,
.el-menu-item:hover {
    outline: none
}

.el-menu-item:hover {
    background-color: var(--el-menu-hover-bg-color)
}

.el-menu-item.is-disabled {
    background: none !important;
    cursor: not-allowed;
    opacity: .25
}

.el-menu-item [class^=el-icon] {
    font-size: 18px;
    margin-right: 5px;
    text-align: center;
    vertical-align: middle;
    width: var(--el-menu-icon-width)
}

.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 {
    align-items: center;
    box-sizing: border-box;
    display: inline-flex;
    height: 100%;
    left: 0;
    padding: 0 var(--el-menu-base-level-padding);
    position: absolute;
    top: 0;
    width: 100%
}

.el-sub-menu {
    list-style: none;
    margin: 0;
    padding-left: 0
}

.el-sub-menu__title {
    align-items: center;
    box-sizing: border-box;
    color: var(--el-menu-text-color);
    cursor: pointer;
    display: flex;
    font-size: var(--el-menu-item-font-size);
    height: var(--el-menu-item-height);
    line-height: var(--el-menu-item-height);
    list-style: none;
    padding: 0 var(--el-menu-base-level-padding);
    position: relative;
    transition: border-color var(--el-transition-duration), background-color var(--el-transition-duration), color var(--el-transition-duration);
    white-space: nowrap
}

.el-sub-menu__title * {
    vertical-align: bottom
}

.el-sub-menu__title i {
    color: inherit
}

.el-sub-menu__title:focus,
.el-sub-menu__title:hover {
    outline: none
}

.el-sub-menu__title.is-disabled {
    background: none !important;
    cursor: not-allowed;
    opacity: .25
}

.el-sub-menu__title:hover {
    background-color: var(--el-menu-hover-bg-color)
}

.el-sub-menu .el-menu {
    border: none
}

.el-sub-menu .el-menu-item {
    height: var(--el-menu-sub-item-height);
    line-height: var(--el-menu-sub-item-height)
}

.el-sub-menu__hide-arrow .el-sub-menu__icon-arrow {
    display: none !important
}

.el-sub-menu.is-active .el-sub-menu__title {
    border-bottom-color: var(--el-menu-active-color)
}

.el-sub-menu.is-disabled .el-menu-item,
.el-sub-menu.is-disabled .el-sub-menu__title {
    background: none !important;
    cursor: not-allowed;
    opacity: .25
}

.el-sub-menu .el-icon {
    font-size: 18px;
    margin-right: 5px;
    text-align: center;
    vertical-align: middle;
    width: var(--el-menu-icon-width)
}

.el-sub-menu .el-icon.el-sub-menu__icon-more {
    margin-right: 0 !important
}

.el-sub-menu .el-sub-menu__icon-arrow {
    font-size: 12px;
    margin-right: 0;
    margin-top: -6px;
    position: absolute;
    right: var(--el-menu-base-level-padding);
    top: 50%;
    transition: transform var(--el-transition-duration);
    width: inherit
}

.el-menu-item-group>ul {
    padding: 0
}

.el-menu-item-group__title {
    color: var(--el-text-color-secondary);
    font-size: 12px;
    line-height: normal;
    padding: 7px 0 7px var(--el-menu-base-level-padding)
}

.horizontal-collapse-transition .el-sub-menu__title .el-sub-menu__icon-arrow {
    opacity: 0;
    transition: var(--el-transition-duration-fast)
}

.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);
    backface-visibility: hidden;
    background-color: var(--el-bg-color);
    border-radius: var(--el-messagebox-border-radius);
    box-shadow: var(--el-messagebox-box-shadow);
    box-sizing: border-box;
    display: inline-block;
    font-size: var(--el-messagebox-font-size);
    max-width: var(--el-messagebox-width);
    overflow: hidden;
    overflow-wrap: break-word;
    padding: var(--el-messagebox-padding-primary);
    position: relative;
    text-align: left;
    vertical-align: middle;
    width: 100%
}

.el-message-box:focus {
    outline: none !important
}

.el-overlay.is-message-box .el-overlay-message-box {
    bottom: 0;
    left: 0;
    overflow: auto;
    padding: 16px;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0
}

.el-overlay.is-message-box .el-overlay-message-box:after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.el-message-box.is-draggable .el-message-box__header {
    cursor: move;
    -webkit-user-select: none;
    -moz-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 {
    color: var(--el-messagebox-title-color);
    font-size: var(--el-messagebox-font-size);
    line-height: var(--el-messagebox-font-line-height)
}

.el-message-box__headerbtn {
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: var(--el-message-close-size, 16px);
    height: 40px;
    outline: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px
}

.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;
    display: flex;
    gap: 12px
}

.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--success {
    --el-messagebox-color: var(--el-color-success);
    color: var(--el-messagebox-color)
}

.el-message-box__status.el-message-box-icon--info {
    --el-messagebox-color: var(--el-color-info);
    color: var(--el-messagebox-color)
}

.el-message-box__status.el-message-box-icon--warning {
    --el-messagebox-color: var(--el-color-warning);
    color: var(--el-messagebox-color)
}

.el-message-box__status.el-message-box-icon--error {
    --el-messagebox-color: var(--el-color-error);
    color: var(--el-messagebox-color)
}

.el-message-box__message {
    margin: 0
}

.el-message-box__message p {
    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 {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding-top: var(--el-messagebox-padding-primary)
}

.el-message-box--center .el-message-box__title {
    align-items: center;
    display: flex;
    gap: 6px;
    justify-content: center
}

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

.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: translate3d(0, -20px, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.el-overlay {
    background-color: var(--el-overlay-color-lighter);
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2000
}

.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 {
    align-items: center;
    display: flex;
    justify-content: space-between;
    line-height: 24px
}

.el-page-header__left {
    align-items: center;
    display: flex;
    margin-right: 40px;
    position: relative
}

.el-page-header__back {
    align-items: center;
    cursor: pointer;
    display: flex
}

.el-page-header__left .el-divider--vertical {
    margin: 0 16px
}

.el-page-header__icon {
    align-items: center;
    display: flex;
    font-size: 16px;
    margin-right: 10px
}

.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;
    align-items: center;
    color: var(--el-pagination-text-color);
    display: flex;
    font-size: var(--el-pagination-font-size);
    font-weight: 400;
    white-space: nowrap
}

.el-pagination .el-input__inner {
    -moz-appearance: textfield;
    text-align: center
}

.el-pagination .el-select {
    width: 128px
}

.el-pagination button {
    align-items: center;
    background: var(--el-pagination-bg-color);
    border: none;
    border-radius: var(--el-pagination-border-radius);
    box-sizing: border-box;
    color: var(--el-pagination-button-color);
    cursor: pointer;
    display: flex;
    font-size: var(--el-pagination-font-size);
    height: var(--el-pagination-button-height);
    justify-content: center;
    line-height: var(--el-pagination-button-height);
    min-width: var(--el-pagination-button-width);
    padding: 0 4px;
    text-align: center
}

.el-pagination button * {
    pointer-events: none
}

.el-pagination button:focus {
    outline: none
}

.el-pagination button.is-active,
.el-pagination button:hover {
    color: var(--el-pagination-hover-color)
}

.el-pagination button.is-active {
    cursor: default;
    font-weight: 700
}

.el-pagination button.is-active.is-disabled {
    color: var(--el-text-color-secondary);
    font-weight: 700
}

.el-pagination button.is-disabled,
.el-pagination button:disabled {
    background-color: var(--el-pagination-button-disabled-bg-color);
    color: var(--el-pagination-button-disabled-color);
    cursor: not-allowed
}

.el-pagination button:focus-visible {
    outline: 1px solid var(--el-pagination-hover-color);
    outline-offset: -1px
}

.el-pagination .btn-next .el-icon,
.el-pagination .btn-prev .el-icon {
    display: block;
    font-size: 12px;
    font-weight: 700;
    width: inherit
}

.el-pagination>.is-first {
    margin-left: 0 !important
}

.el-pagination>.is-last {
    margin-right: 0 !important
}

.el-pagination .btn-prev {
    margin-left: var(--el-pagination-item-gap)
}

.el-pagination__sizes,
.el-pagination__total {
    color: var(--el-text-color-regular);
    font-weight: 400;
    margin-left: var(--el-pagination-item-gap)
}

.el-pagination__total[disabled=true] {
    color: var(--el-text-color-placeholder)
}

.el-pagination__jump {
    align-items: center;
    color: var(--el-text-color-regular);
    display: flex;
    font-weight: 400;
    margin-left: var(--el-pagination-item-gap)
}

.el-pagination__jump[disabled=true] {
    color: var(--el-text-color-placeholder)
}

.el-pagination__goto {
    margin-right: 8px
}

.el-pagination__editor {
    box-sizing: border-box;
    text-align: center
}

.el-pagination__editor.el-input {
    width: 56px
}

.el-pagination__editor .el-input__inner::-webkit-inner-spin-button,
.el-pagination__editor .el-input__inner::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.el-pagination__classifier {
    margin-left: 8px
}

.el-pagination__rightwrapper {
    align-items: center;
    display: flex;
    flex: 1;
    justify-content: flex-end
}

.el-pagination.is-background .btn-next,
.el-pagination.is-background .btn-prev,
.el-pagination.is-background .el-pager li {
    background-color: var(--el-pagination-button-bg-color);
    margin: 0 4px
}

.el-pagination.is-background .btn-next.is-active,
.el-pagination.is-background .btn-prev.is-active,
.el-pagination.is-background .el-pager li.is-active {
    background-color: var(--el-color-primary);
    color: var(--el-color-white)
}

.el-pagination.is-background .btn-next.is-disabled,
.el-pagination.is-background .btn-next:disabled,
.el-pagination.is-background .btn-prev.is-disabled,
.el-pagination.is-background .btn-prev:disabled,
.el-pagination.is-background .el-pager li.is-disabled,
.el-pagination.is-background .el-pager li:disabled {
    background-color: var(--el-disabled-bg-color);
    color: var(--el-text-color-placeholder)
}

.el-pagination.is-background .btn-next.is-disabled.is-active,
.el-pagination.is-background .btn-next:disabled.is-active,
.el-pagination.is-background .btn-prev.is-disabled.is-active,
.el-pagination.is-background .btn-prev:disabled.is-active,
.el-pagination.is-background .el-pager li.is-disabled.is-active,
.el-pagination.is-background .el-pager li:disabled.is-active {
    background-color: var(--el-fill-color-dark);
    color: var(--el-text-color-secondary)
}

.el-pagination.is-background .btn-prev {
    margin-left: var(--el-pagination-item-gap)
}

.el-pagination--small .btn-next,
.el-pagination--small .btn-prev,
.el-pagination--small .el-pager li {
    font-size: var(--el-pagination-font-size-small);
    height: var(--el-pagination-button-height-small);
    line-height: var(--el-pagination-button-height-small);
    min-width: var(--el-pagination-button-width-small)
}

.el-pagination--small button,
.el-pagination--small span:not([class*=suffix]) {
    font-size: var(--el-pagination-font-size-small)
}

.el-pagination--small .el-select {
    width: 100px
}

.el-pagination--large .btn-next,
.el-pagination--large .btn-prev,
.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 {
    font-size: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.el-pager,
.el-pager li {
    align-items: center;
    display: flex
}

.el-pager li {
    background: var(--el-pagination-bg-color);
    border: none;
    border-radius: var(--el-pagination-border-radius);
    box-sizing: border-box;
    color: var(--el-pagination-button-color);
    cursor: pointer;
    font-size: var(--el-pagination-font-size);
    height: var(--el-pagination-button-height);
    justify-content: center;
    line-height: var(--el-pagination-button-height);
    min-width: var(--el-pagination-button-width);
    padding: 0 4px;
    text-align: center
}

.el-pager li * {
    pointer-events: none
}

.el-pager li:focus {
    outline: none
}

.el-pager li.is-active,
.el-pager li:hover {
    color: var(--el-pagination-hover-color)
}

.el-pager li.is-active {
    cursor: default;
    font-weight: 700
}

.el-pager li.is-active.is-disabled {
    color: var(--el-text-color-secondary);
    font-weight: 700
}

.el-pager li.is-disabled,
.el-pager li:disabled {
    background-color: var(--el-pagination-button-disabled-bg-color);
    color: var(--el-pagination-button-disabled-color);
    cursor: not-allowed
}

.el-pager li:focus-visible {
    outline: 1px solid var(--el-pagination-hover-color);
    outline-offset: -1px
}

.el-popconfirm__main {
    align-items: center;
    display: flex
}

.el-popconfirm__icon {
    margin-right: 5px
}

.el-popconfirm__action {
    margin-top: 8px;
    text-align: right
}

.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: 1px solid var(--el-popover-border-color);
    border-radius: var(--el-popover-border-radius);
    box-shadow: var(--el-box-shadow-light);
    box-sizing: border-box;
    color: var(--el-text-color-regular);
    font-size: var(--el-popover-font-size);
    line-height: 1.4;
    min-width: 150px;
    overflow-wrap: break-word;
    padding: var(--el-popover-padding);
    z-index: var(--el-index-popper)
}

.el-popover.el-popper--plain {
    padding: var(--el-popover-padding-large)
}

.el-popover__title {
    color: var(--el-popover-title-text-color);
    font-size: var(--el-popover-title-font-size);
    line-height: 1;
    margin-bottom: 12px
}

.el-popover__reference:focus:hover,
.el-popover__reference:focus:not(.focusing) {
    outline-width: 0
}

.el-popover.el-popper.is-dark {
    --el-popover-bg-color: var(--el-text-color-primary);
    --el-popover-border-color: var(--el-text-color-primary);
    --el-popover-title-text-color: var(--el-bg-color);
    color: var(--el-bg-color)
}

.el-popover.el-popper:focus,
.el-popover.el-popper:focus:active {
    outline-width: 0
}

.el-progress {
    align-items: center;
    display: flex;
    line-height: 1;
    position: relative
}

.el-progress__text {
    color: var(--el-text-color-regular);
    font-size: 14px;
    line-height: 1;
    margin-left: 5px;
    min-width: 50px
}

.el-progress__text i {
    display: block;
    vertical-align: middle
}

.el-progress--circle,
.el-progress--dashboard {
    display: inline-block
}

.el-progress--circle .el-progress__text,
.el-progress--dashboard .el-progress__text {
    left: 0;
    margin: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 100%
}

.el-progress--circle .el-progress__text i,
.el-progress--dashboard .el-progress__text i {
    display: inline-block;
    vertical-align: middle
}

.el-progress--without-text .el-progress__text {
    display: none
}

.el-progress--without-text .el-progress-bar {
    display: block;
    margin-right: 0;
    padding-right: 0
}

.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);
    border-radius: 100px;
    height: 6px;
    overflow: hidden;
    position: relative;
    vertical-align: middle
}

.el-progress-bar__inner {
    background-color: var(--el-color-primary);
    border-radius: 100px;
    height: 100%;
    left: 0;
    line-height: 1;
    position: absolute;
    text-align: right;
    top: 0;
    transition: width .6s ease;
    white-space: nowrap
}

.el-progress-bar__inner:after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.el-progress-bar__inner--indeterminate {
    animation: indeterminate 3s infinite;
    transform: translateZ(0)
}

.el-progress-bar__inner--striped {
    background-image: linear-gradient(45deg, rgba(0, 0, 0, .1) 25%, transparent 0, transparent 50%, rgba(0, 0, 0, .1) 0, rgba(0, 0, 0, .1) 75%, transparent 0, transparent);
    background-size: 1.25em 1.25em
}

.el-progress-bar__inner--striped.el-progress-bar__inner--striped-flow {
    animation: striped-flow 3s linear infinite
}

.el-progress-bar__innerText {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    margin: 0 5px;
    vertical-align: middle
}

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

.el-radio-button,
.el-radio-button__inner {
    display: inline-block;
    outline: none;
    position: relative
}

.el-radio-button__inner {
    -webkit-appearance: none;
    background: var(--el-button-bg-color, var(--el-fill-color-blank));
    border: var(--el-border);
    border-left: 0;
    border-radius: 0;
    box-sizing: border-box;
    color: var(--el-button-text-color, var(--el-text-color-regular));
    cursor: pointer;
    font-size: var(--el-font-size-base);
    font-weight: var(--el-button-font-weight, var(--el-font-weight-primary));
    line-height: 1;
    margin: 0;
    padding: 8px 15px;
    text-align: center;
    transition: var(--el-transition-all);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap
}

.el-radio-button__inner.is-round {
    padding: 8px 15px
}

.el-radio-button__inner:hover {
    color: var(--el-color-primary)
}

.el-radio-button__inner [class*=el-icon-] {
    line-height: .9
}

.el-radio-button__inner [class*=el-icon-]+span {
    margin-left: 5px
}

.el-radio-button:first-child .el-radio-button__inner {
    border-left: var(--el-border);
    border-radius: var(--el-border-radius-base) 0 0 var(--el-border-radius-base);
    box-shadow: none !important
}

.el-radio-button.is-active .el-radio-button__original-radio:not(:disabled)+.el-radio-button__inner {
    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));
    color: var(--el-radio-button-checked-text-color, var(--el-color-white))
}

.el-radio-button__original-radio {
    opacity: 0;
    outline: none;
    position: absolute;
    z-index: -1
}

.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));
    border-radius: var(--el-border-radius-base);
    box-shadow: none;
    outline: 2px solid var(--el-radio-button-checked-border-color);
    outline-offset: 1px;
    z-index: 2
}

.el-radio-button__original-radio:disabled+.el-radio-button__inner {
    background-color: var(--el-button-disabled-bg-color, var(--el-fill-color-blank));
    background-image: none;
    border-color: var(--el-button-disabled-border-color, var(--el-border-color-light));
    box-shadow: none;
    color: var(--el-disabled-text-color);
    cursor: not-allowed
}

.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 {
    border-radius: 0;
    font-size: var(--el-font-size-base);
    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;
    font-size: 12px;
    padding: 5px 11px
}

.el-radio-button--small .el-radio-button__inner.is-round {
    padding: 5px 11px
}

.el-radio-group {
    align-items: center;
    display: inline-flex;
    flex-wrap: wrap;
    font-size: 0
}

.el-radio {
    --el-radio-font-size: var(--el-font-size-base);
    --el-radio-text-color: var(--el-text-color-regular);
    --el-radio-font-weight: var(--el-font-weight-primary);
    --el-radio-input-height: 14px;
    --el-radio-input-width: 14px;
    --el-radio-input-border-radius: var(--el-border-radius-circle);
    --el-radio-input-bg-color: var(--el-fill-color-blank);
    --el-radio-input-border: var(--el-border);
    --el-radio-input-border-color: var(--el-border-color);
    --el-radio-input-border-color-hover: var(--el-color-primary);
    align-items: center;
    color: var(--el-radio-text-color);
    cursor: pointer;
    display: inline-flex;
    font-size: var(--el-font-size-base);
    font-weight: var(--el-radio-font-weight);
    height: 32px;
    margin-right: 30px;
    outline: none;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap
}

.el-radio.el-radio--large {
    height: 40px
}

.el-radio.el-radio--small {
    height: 24px
}

.el-radio.is-bordered {
    border: var(--el-border);
    border-radius: var(--el-border-radius-base);
    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 {
    border-color: var(--el-border-color-lighter);
    cursor: not-allowed
}

.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 {
    height: 14px;
    width: 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 {
    height: 12px;
    width: 12px
}

.el-radio:last-child {
    margin-right: 0
}

.el-radio__input {
    cursor: pointer;
    display: inline-flex;
    outline: none;
    position: relative;
    vertical-align: middle;
    white-space: nowrap
}

.el-radio__input.is-disabled .el-radio__inner {
    border-color: var(--el-disabled-border-color)
}

.el-radio__input.is-disabled .el-radio__inner,
.el-radio__input.is-disabled .el-radio__inner:after {
    background-color: var(--el-disabled-bg-color);
    cursor: not-allowed
}

.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 {
    background: var(--el-color-primary);
    border-color: var(--el-color-primary)
}

.el-radio__input.is-checked .el-radio__inner:after {
    transform: translate(-50%, -50%) scale(1)
}

.el-radio__input.is-checked+.el-radio__label {
    color: var(--el-color-primary)
}

.el-radio__input.is-focus .el-radio__inner {
    border-color: var(--el-radio-input-border-color-hover)
}

.el-radio__inner {
    background-color: var(--el-radio-input-bg-color);
    border: var(--el-radio-input-border);
    border-radius: var(--el-radio-input-border-radius);
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    height: var(--el-radio-input-height);
    position: relative;
    width: var(--el-radio-input-width)
}

.el-radio__inner:hover {
    border-color: var(--el-radio-input-border-color-hover)
}

.el-radio__inner:after {
    background-color: var(--el-color-white);
    border-radius: var(--el-radio-input-border-radius);
    content: "";
    height: 4px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform .15s ease-in;
    width: 4px
}

.el-radio__original {
    bottom: 0;
    left: 0;
    margin: 0;
    opacity: 0;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.el-radio__original:focus-visible+.el-radio__inner {
    border-radius: var(--el-radio-input-border-radius);
    outline: 2px solid var(--el-radio-input-border-color-hover);
    outline-offset: 1px
}

.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 {
    height: 14px;
    width: 14px
}

.el-radio.el-radio--small .el-radio__label {
    font-size: 12px
}

.el-radio.el-radio--small .el-radio__inner {
    height: 12px;
    width: 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);
    align-items: center;
    display: inline-flex;
    height: 32px
}

.el-rate:active,
.el-rate:focus {
    outline: none
}

.el-rate__item {
    color: var(--el-rate-void-color);
    cursor: pointer;
    display: inline-block;
    font-size: 0;
    line-height: normal;
    position: relative;
    vertical-align: middle
}

.el-rate .el-rate__icon {
    display: inline-block;
    font-size: var(--el-rate-icon-size);
    margin-right: var(--el-rate-icon-margin);
    position: relative;
    transition: var(--el-transition-duration)
}

.el-rate .el-rate__icon.hover {
    transform: scale(1.15)
}

.el-rate .el-rate__icon .path2 {
    left: 0;
    position: absolute;
    top: 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;
    overflow: hidden
}

.el-rate__decimal,
.el-rate__decimal--box {
    left: 0;
    position: absolute;
    top: 0
}

.el-rate__text {
    color: var(--el-rate-text-color);
    font-size: var(--el-rate-font-size);
    vertical-align: middle
}

.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 {
    color: var(--el-rate-disabled-void-color);
    cursor: auto
}

.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;
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: var(--el-result-padding);
    text-align: center
}

.el-result__icon svg {
    height: var(--el-result-icon-font-size);
    width: var(--el-result-icon-font-size)
}

.el-result__title {
    margin-top: var(--el-result-title-margin-top)
}

.el-result__title p {
    color: var(--el-text-color-primary);
    font-size: var(--el-result-title-font-size);
    line-height: 1.3;
    margin: 0
}

.el-result__subtitle {
    margin-top: var(--el-result-subtitle-margin-top)
}

.el-result__subtitle p {
    color: var(--el-text-color-regular);
    font-size: var(--el-font-size-base);
    line-height: 1.3;
    margin: 0
}

.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;
    display: flex;
    flex-wrap: wrap;
    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%;
    overflow: hidden;
    position: relative
}

.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 {
    background-color: var(--el-scrollbar-bg-color, var(--el-text-color-secondary));
    border-radius: inherit;
    cursor: pointer;
    display: block;
    height: 0;
    opacity: var(--el-scrollbar-opacity, .3);
    position: relative;
    transition: var(--el-transition-duration) background-color;
    width: 0
}

.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 {
    border-radius: 4px;
    bottom: 2px;
    position: absolute;
    right: 2px;
    z-index: 1
}

.el-scrollbar__bar.is-vertical {
    top: 2px;
    width: 6px
}

.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 {
    border-radius: var(--el-border-radius-base);
    box-sizing: border-box;
    z-index: calc(var(--el-index-top) + 1)
}

.el-select-dropdown .el-scrollbar.is-empty .el-select-dropdown__list {
    padding: 0
}

.el-select-dropdown__empty,
.el-select-dropdown__loading {
    color: var(--el-text-color-secondary);
    font-size: var(--el-select-font-size);
    margin: 0;
    padding: 10px 0;
    text-align: center
}

.el-select-dropdown__wrap {
    max-height: 274px
}

.el-select-dropdown__list {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 6px 0
}

.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 {
    box-sizing: border-box;
    color: var(--el-text-color-regular);
    cursor: pointer;
    font-size: var(--el-font-size-base);
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    padding: 0 32px 0 20px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap
}

.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 {
    background-color: unset;
    color: var(--el-text-color-placeholder);
    cursor: not-allowed
}

.el-select-dropdown.is-multiple .el-select-dropdown__item.is-selected:after {
    background-color: var(--el-color-primary);
    background-position: 50%;
    background-repeat: no-repeat;
    border-right: none;
    border-top: none;
    content: "";
    height: 12px;
    mask: url("data:image/svg+xml;utf8,%3Csvg class='icon' width='200' height='200' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='currentColor' d='M406.656 706.944L195.84 496.256a32 32 0 10-45.248 45.248l256 256 512-512a32 32 0 00-45.248-45.248L406.592 706.944z'%3E%3C/path%3E%3C/svg%3E") no-repeat;
    mask-size: 100% 100%;
    -webkit-mask: url("data:image/svg+xml;utf8,%3Csvg class='icon' width='200' height='200' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='currentColor' d='M406.656 706.944L195.84 496.256a32 32 0 10-45.248 45.248l256 256 512-512a32 32 0 00-45.248-45.248L406.592 706.944z'%3E%3C/path%3E%3C/svg%3E") no-repeat;
    -webkit-mask-size: 100% 100%;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px
}

.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 {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative
}

.el-select-group__title {
    box-sizing: border-box;
    color: var(--el-color-info);
    font-size: 12px;
    line-height: 34px;
    overflow: hidden;
    padding: 0 20px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.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%;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: var(--el-select-width)
}

.el-select__wrapper {
    align-items: center;
    background-color: var(--el-fill-color-blank);
    border-radius: var(--el-border-radius-base);
    box-shadow: 0 0 0 1px var(--el-border-color) inset;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    gap: 6px;
    line-height: 24px;
    min-height: 32px;
    padding: 4px 12px;
    position: relative;
    text-align: left;
    transform: translateZ(0);
    transition: var(--el-transition-duration)
}

.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 {
    background-color: var(--el-fill-color-light);
    color: var(--el-text-color-placeholder);
    cursor: not-allowed
}

.el-select__wrapper.is-disabled,
.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 {
    cursor: not-allowed
}

.el-select__prefix,
.el-select__suffix {
    align-items: center;
    color: var(--el-input-icon-color, var(--el-text-color-placeholder));
    display: flex;
    flex-shrink: 0;
    gap: 6px
}

.el-select__caret {
    color: var(--el-select-input-color);
    cursor: pointer;
    font-size: var(--el-select-input-font-size);
    transform: rotate(0);
    transition: var(--el-transition-duration)
}

.el-select__caret.is-reverse {
    transform: rotate(180deg)
}

.el-select__selection {
    align-items: center;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    gap: 6px;
    min-width: 0;
    position: relative
}

.el-select__selection.is-near {
    margin-left: -8px
}

.el-select__selection .el-tag {
    border-color: transparent;
    cursor: pointer
}

.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 {
    display: flex;
    flex-wrap: wrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.el-select__tags-text {
    line-height: normal
}

.el-select__placeholder,
.el-select__tags-text {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.el-select__placeholder {
    color: var(--el-input-text-color, var(--el-text-color-regular));
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%
}

.el-select__placeholder.is-transparent {
    color: var(--el-text-color-placeholder);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.el-select__popper.el-popper {
    background: var(--el-bg-color-overlay);
    box-shadow: var(--el-box-shadow-light)
}

.el-select__popper.el-popper,
.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-left-color: transparent;
    border-top-color: transparent
}

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

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

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

.el-select__input-wrapper {
    max-width: 100%
}

.el-select__input-wrapper.is-hidden {
    opacity: 0;
    position: absolute
}

.el-select__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    color: var(--el-select-multiple-input-color);
    font-family: inherit;
    font-size: inherit;
    height: 24px;
    max-width: 100%;
    outline: none;
    padding: 0
}

.el-select__input.is-disabled {
    cursor: not-allowed
}

.el-select__input-calculator {
    left: 0;
    max-width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    visibility: hidden;
    white-space: pre
}

.el-select--large .el-select__wrapper {
    font-size: 14px;
    gap: 6px;
    line-height: 24px;
    min-height: 40px;
    padding: 8px 16px
}

.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 {
    font-size: 12px;
    gap: 4px;
    line-height: 20px;
    min-height: 24px;
    padding: 2px 8px
}

.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);
    display: inline-block;
    height: 16px;
    width: 100%
}

.el-skeleton__circle {
    border-radius: 50%;
    height: var(--el-skeleton-circle-size);
    line-height: var(--el-skeleton-circle-size);
    width: var(--el-skeleton-circle-size)
}

.el-skeleton__button {
    border-radius: 4px;
    height: 40px;
    width: 64px
}

.el-skeleton__p {
    width: 100%
}

.el-skeleton__p.is-last {
    width: 61%
}

.el-skeleton__p.is-first {
    width: 33%
}

.el-skeleton__text {
    height: var(--el-font-size-small);
    width: 100%
}

.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 {
    align-items: center;
    border-radius: 0;
    display: flex;
    justify-content: center;
    width: unset
}

.el-skeleton__image svg {
    color: var(--el-svg-monochrome-grey);
    fill: currentColor;
    height: 22%;
    width: 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% 50%
    }

    to {
        background-position: 0 50%
    }
}

.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 {
    animation: el-skeleton-loading 1.4s ease infinite;
    background: linear-gradient(90deg, var(--el-skeleton-color) 25%, var(--el-skeleton-to-color) 37%, var(--el-skeleton-color) 63%);
    background-size: 400% 100%
}

.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;
    display: flex;
    height: 32px;
    width: 100%
}

.el-slider__runway {
    background-color: var(--el-slider-runway-bg-color);
    border-radius: var(--el-slider-border-radius);
    cursor: pointer;
    flex: 1;
    height: var(--el-slider-height);
    position: relative
}

.el-slider__runway.show-input {
    margin-right: 30px;
    width: auto
}

.el-slider__runway.is-disabled {
    cursor: default
}

.el-slider__runway.is-disabled .el-slider__bar {
    background-color: var(--el-slider-disabled-color)
}

.el-slider__runway.is-disabled .el-slider__button {
    border-color: var(--el-slider-disabled-color)
}

.el-slider__runway.is-disabled .el-slider__button-wrapper.dragging,
.el-slider__runway.is-disabled .el-slider__button-wrapper.hover,
.el-slider__runway.is-disabled .el-slider__button-wrapper:hover {
    cursor: not-allowed
}

.el-slider__runway.is-disabled .el-slider__button.dragging,
.el-slider__runway.is-disabled .el-slider__button.hover,
.el-slider__runway.is-disabled .el-slider__button:hover {
    transform: scale(1)
}

.el-slider__runway.is-disabled .el-slider__button.dragging,
.el-slider__runway.is-disabled .el-slider__button.hover,
.el-slider__runway.is-disabled .el-slider__button:hover {
    cursor: not-allowed
}

.el-slider__input {
    flex-shrink: 0;
    width: 130px
}

.el-slider__bar {
    background-color: var(--el-slider-main-bg-color);
    border-bottom-left-radius: var(--el-slider-border-radius);
    border-top-left-radius: var(--el-slider-border-radius);
    height: var(--el-slider-height);
    position: absolute
}

.el-slider__button-wrapper {
    background-color: transparent;
    height: var(--el-slider-button-wrapper-size);
    line-height: normal;
    outline: none;
    position: absolute;
    text-align: center;
    top: var(--el-slider-button-wrapper-offset);
    transform: translate(-50%);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: var(--el-slider-button-wrapper-size);
    z-index: 1
}

.el-slider__button-wrapper:after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.el-slider__button-wrapper.hover,
.el-slider__button-wrapper:hover {
    cursor: grab
}

.el-slider__button-wrapper.dragging {
    cursor: grabbing
}

.el-slider__button {
    background-color: var(--el-color-white);
    border: 2px solid var(--el-slider-main-bg-color);
    border-radius: 50%;
    box-sizing: border-box;
    display: inline-block;
    height: var(--el-slider-button-size);
    transition: var(--el-transition-duration-fast);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
    width: var(--el-slider-button-size)
}

.el-slider__button.dragging,
.el-slider__button.hover,
.el-slider__button:hover {
    transform: scale(1.2)
}

.el-slider__button.hover,
.el-slider__button:hover {
    cursor: grab
}

.el-slider__button.dragging {
    cursor: grabbing
}

.el-slider__stop {
    background-color: var(--el-slider-stop-bg-color);
    border-radius: var(--el-border-radius-circle);
    height: var(--el-slider-height);
    position: absolute;
    transform: translate(-50%);
    width: var(--el-slider-height)
}

.el-slider__marks {
    height: 100%;
    left: 12px;
    top: 0;
    width: 18px
}

.el-slider__marks-text {
    color: var(--el-color-info);
    font-size: 14px;
    margin-top: 15px;
    position: absolute;
    transform: translate(-50%);
    white-space: pre
}

.el-slider.is-vertical {
    display: inline-flex;
    flex: 0;
    height: 100%;
    position: relative;
    width: auto
}

.el-slider.is-vertical .el-slider__runway {
    height: 100%;
    margin: 0 16px;
    width: var(--el-slider-height)
}

.el-slider.is-vertical .el-slider__bar {
    border-radius: 0 0 3px 3px;
    height: auto;
    width: var(--el-slider-height)
}

.el-slider.is-vertical .el-slider__button-wrapper {
    left: var(--el-slider-button-wrapper-offset);
    top: auto;
    transform: translateY(50%)
}

.el-slider.is-vertical .el-slider__stop {
    transform: translateY(50%)
}

.el-slider.is-vertical .el-slider__marks-text {
    left: 15px;
    margin-top: 0;
    transform: translateY(50%)
}

.el-slider--large {
    height: 40px
}

.el-slider--small {
    height: 24px
}

.el-space {
    display: inline-flex;
    vertical-align: top
}

.el-space__item {
    display: flex;
    flex-wrap: wrap
}

.el-space__item>* {
    flex: 1
}

.el-space--vertical {
    flex-direction: column
}

.el-time-spinner {
    white-space: nowrap;
    width: 100%
}

.el-spinner {
    display: inline-block;
    vertical-align: middle
}

.el-spinner-inner {
    animation: rotate 2s linear infinite;
    height: 50px;
    width: 50px
}

.el-spinner-inner .path {
    stroke: var(--el-border-color-lighter);
    stroke-linecap: round;
    animation: dash 1.5s ease-in-out infinite
}

@keyframes rotate {
    to {
        transform: rotate(1turn)
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35
    }

    to {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124
    }
}

.el-step {
    flex-shrink: 1;
    position: relative
}

.el-step:last-of-type .el-step__line {
    display: none
}

.el-step:last-of-type.is-flex {
    flex-basis: auto !important;
    flex-grow: 0;
    flex-shrink: 0
}

.el-step:last-of-type .el-step__description,
.el-step:last-of-type .el-step__main {
    padding-right: 0
}

.el-step__head {
    position: relative;
    width: 100%
}

.el-step__head.is-process {
    border-color: var(--el-text-color-primary);
    color: var(--el-text-color-primary)
}

.el-step__head.is-wait {
    border-color: var(--el-text-color-placeholder);
    color: var(--el-text-color-placeholder)
}

.el-step__head.is-success {
    border-color: var(--el-color-success);
    color: var(--el-color-success)
}

.el-step__head.is-error {
    border-color: var(--el-color-danger);
    color: var(--el-color-danger)
}

.el-step__head.is-finish {
    border-color: var(--el-color-primary);
    color: var(--el-color-primary)
}

.el-step__icon {
    align-items: center;
    background: var(--el-bg-color);
    box-sizing: border-box;
    display: inline-flex;
    font-size: 14px;
    height: 24px;
    justify-content: center;
    position: relative;
    transition: .15s ease-out;
    width: 24px;
    z-index: 1
}

.el-step__icon.is-text {
    border: 2px solid;
    border-color: inherit;
    border-radius: 50%
}

.el-step__icon.is-icon {
    width: 40px
}

.el-step__icon-inner {
    color: inherit;
    display: inline-block;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.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: inherit;
    position: absolute
}

.el-step__line-inner {
    border: 1px solid;
    border-color: inherit;
    box-sizing: border-box;
    display: block;
    height: 0;
    transition: .15s ease-out;
    width: 0
}

.el-step__main {
    text-align: left;
    white-space: normal
}

.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 {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin-top: -5px;
    padding-right: 10%
}

.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;
    left: 0;
    right: 0;
    top: 11px
}

.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 {
    line-height: 24px;
    padding-bottom: 8px
}

.el-step.is-vertical .el-step__line {
    bottom: 0;
    left: 11px;
    top: 0;
    width: 2px
}

.el-step.is-vertical .el-step__icon.is-icon {
    width: 24px
}

.el-step.is-center .el-step__head,
.el-step.is-center .el-step__main {
    text-align: center
}

.el-step.is-center .el-step__description {
    padding-left: 20%;
    padding-right: 20%
}

.el-step.is-center .el-step__line {
    left: 50%;
    right: -50%
}

.el-step.is-simple {
    align-items: center;
    display: flex
}

.el-step.is-simple .el-step__head {
    font-size: 0;
    padding-right: 10px;
    width: auto
}

.el-step.is-simple .el-step__icon {
    background: transparent;
    font-size: 12px;
    height: 16px;
    width: 16px
}

.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 {
    align-items: stretch;
    display: flex;
    flex-grow: 1;
    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 {
    max-width: 50%;
    overflow-wrap: break-word
}

.el-step.is-simple .el-step__arrow {
    align-items: center;
    display: flex;
    flex-grow: 1;
    justify-content: center
}

.el-step.is-simple .el-step__arrow:after,
.el-step.is-simple .el-step__arrow:before {
    background: var(--el-text-color-placeholder);
    content: "";
    display: inline-block;
    height: 15px;
    position: absolute;
    width: 1px
}

.el-step.is-simple .el-step__arrow:before {
    transform: rotate(-45deg) translateY(-4px);
    transform-origin: 0 0
}

.el-step.is-simple .el-step__arrow:after {
    transform: rotate(45deg) translateY(4px);
    transform-origin: 100% 100%
}

.el-step.is-simple:last-of-type .el-step__arrow {
    display: none
}

.el-steps {
    display: flex
}

.el-steps--simple {
    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);
    align-items: center;
    display: inline-flex;
    font-size: 14px;
    height: 32px;
    line-height: 20px;
    position: relative;
    vertical-align: middle
}

.el-switch.is-disabled .el-switch__core,
.el-switch.is-disabled .el-switch__label {
    cursor: not-allowed
}

.el-switch__label {
    color: var(--el-text-color-primary);
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    height: 20px;
    transition: var(--el-transition-duration-fast);
    vertical-align: middle
}

.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 * {
    display: inline-block;
    font-size: 14px;
    line-height: 1
}

.el-switch__label .el-icon {
    height: inherit
}

.el-switch__label .el-icon svg {
    vertical-align: middle
}

.el-switch__input {
    height: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    width: 0
}

.el-switch__input:focus-visible~.el-switch__core {
    outline: 2px solid var(--el-switch-on-color);
    outline-offset: 1px
}

.el-switch__core {
    align-items: center;
    background: var(--el-switch-off-color);
    border: 1px solid var(--el-switch-border-color, var(--el-switch-off-color));
    border-radius: 10px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    height: 20px;
    min-width: 40px;
    outline: none;
    position: relative;
    transition: border-color var(--el-transition-duration), background-color var(--el-transition-duration)
}

.el-switch__core .el-switch__inner {
    align-items: center;
    display: flex;
    height: 16px;
    justify-content: center;
    overflow: hidden;
    padding: 0 4px 0 18px;
    transition: all var(--el-transition-duration);
    width: 100%
}

.el-switch__core .el-switch__inner .is-icon,
.el-switch__core .el-switch__inner .is-text {
    color: var(--el-color-white);
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap
}

.el-switch__core .el-switch__action {
    align-items: center;
    background-color: var(--el-color-white);
    border-radius: var(--el-border-radius-circle);
    color: var(--el-switch-off-color);
    display: flex;
    height: 16px;
    justify-content: center;
    left: 1px;
    position: absolute;
    transition: all var(--el-transition-duration);
    width: 16px
}

.el-switch.is-checked .el-switch__core {
    background-color: var(--el-switch-on-color);
    border-color: var(--el-switch-border-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 {
    font-size: 14px;
    height: 40px;
    line-height: 24px
}

.el-switch--large .el-switch__label {
    font-size: 14px;
    height: 24px
}

.el-switch--large .el-switch__label * {
    font-size: 14px
}

.el-switch--large .el-switch__core {
    border-radius: 12px;
    height: 24px;
    min-width: 50px
}

.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 {
    height: 20px;
    width: 20px
}

.el-switch--large.is-checked .el-switch__core .el-switch__action {
    left: calc(100% - 21px)
}

.el-switch--large.is-checked .el-switch__core .el-switch__inner {
    padding: 0 22px 0 6px
}

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

.el-switch--small .el-switch__label {
    font-size: 12px;
    height: 16px
}

.el-switch--small .el-switch__label * {
    font-size: 12px
}

.el-switch--small .el-switch__core {
    border-radius: 8px;
    height: 16px;
    min-width: 30px
}

.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 {
    height: 12px;
    width: 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 {
    background-color: #fff;
    border: 1px solid var(--el-border-color-lighter);
    border-radius: 2px;
    box-shadow: var(--el-box-shadow-light);
    box-sizing: border-box
}

.el-table-filter__list {
    list-style: none;
    margin: 0;
    min-width: 100px;
    padding: 5px 0
}

.el-table-filter__list-item {
    cursor: pointer;
    font-size: var(--el-font-size-base);
    line-height: 36px;
    padding: 0 10px
}

.el-table-filter__list-item:hover {
    background-color: var(--el-color-primary-light-9);
    color: var(--el-color-primary)
}

.el-table-filter__list-item.is-active {
    background-color: var(--el-color-primary);
    color: #fff
}

.el-table-filter__content {
    min-width: 100px
}

.el-table-filter__bottom {
    border-top: 1px solid var(--el-border-color-lighter);
    padding: 8px
}

.el-table-filter__bottom button {
    background: transparent;
    border: none;
    color: var(--el-text-color-regular);
    cursor: pointer;
    font-size: var(--el-font-size-small);
    padding: 0 3px
}

.el-table-filter__bottom button:hover {
    color: var(--el-color-primary)
}

.el-table-filter__bottom button:focus {
    outline: none
}

.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 {
    align-items: center;
    display: flex;
    height: unset;
    margin-bottom: 12px;
    margin-left: 5px;
    margin-right: 5px
}

.el-table-filter__checkbox-group .el-checkbox:last-child {
    margin-bottom: 0
}

.el-table {
    --el-table-border-color: var(--el-border-color-lighter);
    --el-table-border: 1px solid var(--el-table-border-color);
    --el-table-text-color: var(--el-text-color-regular);
    --el-table-header-text-color: var(--el-text-color-secondary);
    --el-table-row-hover-bg-color: var(--el-fill-color-light);
    --el-table-current-row-bg-color: var(--el-color-primary-light-9);
    --el-table-header-bg-color: var(--el-bg-color);
    --el-table-fixed-box-shadow: var(--el-box-shadow-light);
    --el-table-bg-color: var(--el-fill-color-blank);
    --el-table-tr-bg-color: var(--el-bg-color);
    --el-table-expanded-cell-bg-color: var(--el-fill-color-blank);
    --el-table-fixed-left-column: inset 10px 0 10px -10px rgba(0, 0, 0, .15);
    --el-table-fixed-right-column: inset -10px 0 10px -10px rgba(0, 0, 0, .15);
    --el-table-index: var(--el-index-normal);
    background-color: var(--el-table-bg-color);
    box-sizing: border-box;
    color: var(--el-table-text-color);
    font-size: 14px;
    height: -moz-fit-content;
    height: fit-content;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    width: 100%
}

.el-table__inner-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative
}

.el-table__inner-wrapper:before {
    bottom: 0;
    height: 1px;
    left: 0
}

.el-table tbody:focus-visible {
    outline: none
}

.el-table.has-footer.el-table--fluid-height tr:last-child td.el-table__cell,
.el-table.has-footer.el-table--scrollable-y tr:last-child td.el-table__cell {
    border-bottom-color: transparent
}

.el-table__empty-block {
    align-items: center;
    display: flex;
    justify-content: center;
    left: 0;
    min-height: 60px;
    position: sticky;
    text-align: center;
    width: 100%
}

.el-table__empty-text {
    color: var(--el-text-color-secondary);
    line-height: 60px;
    width: 50%
}

.el-table__expand-column .cell {
    padding: 0;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.el-table__expand-icon {
    color: var(--el-text-color-regular);
    cursor: pointer;
    font-size: 12px;
    height: 20px;
    position: relative;
    transition: transform var(--el-transition-duration-fast) ease-in-out
}

.el-table__expand-icon--expanded {
    transform: rotate(90deg)
}

.el-table__expand-icon>.el-icon {
    font-size: 12px
}

.el-table__expanded-cell {
    background-color: var(--el-table-expanded-cell-bg-color)
}

.el-table__expanded-cell[class*=cell] {
    padding: 20px 50px
}

.el-table__expanded-cell:hover {
    background-color: transparent !important
}

.el-table__placeholder {
    display: inline-block;
    width: 20px
}

.el-table__append-wrapper {
    overflow: hidden
}

.el-table--fit {
    border-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;
    min-width: 0;
    padding: 8px 0;
    position: relative;
    text-align: left;
    text-overflow: ellipsis;
    vertical-align: middle;
    z-index: var(--el-table-index)
}

.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;
    padding: 0;
    width: 15px
}

.el-table .el-table__cell.is-hidden>* {
    visibility: hidden
}

.el-table .cell {
    box-sizing: border-box;
    line-height: 23px;
    overflow: hidden;
    overflow-wrap: break-word;
    padding: 0 12px;
    text-overflow: ellipsis;
    white-space: normal
}

.el-table .cell.el-tooltip {
    min-width: 50px;
    white-space: nowrap
}

.el-table--large {
    font-size: var(--el-font-size-base)
}

.el-table--large .el-table__cell {
    padding: 12px 0
}

.el-table--large .cell {
    padding: 0 16px
}

.el-table--default {
    font-size: 14px
}

.el-table--default .el-table__cell {
    padding: 8px 0
}

.el-table--default .cell {
    padding: 0 12px
}

.el-table--small {
    font-size: 12px
}

.el-table--small .el-table__cell {
    padding: 4px 0
}

.el-table--small .cell {
    padding: 0 8px
}

.el-table tr {
    background-color: var(--el-table-tr-bg-color)
}

.el-table tr input[type=checkbox] {
    margin: 0
}

.el-table td.el-table__cell,
.el-table th.el-table__cell.is-leaf {
    border-bottom: var(--el-table-border)
}

.el-table th.el-table__cell.is-sortable {
    cursor: pointer
}

.el-table th.el-table__cell {
    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 {
    background: #ff4d51;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 8px;
    margin-right: 5px;
    vertical-align: middle;
    width: 8px
}

.el-table td.el-table__cell div {
    box-sizing: border-box
}

.el-table td.el-table__cell.gutter {
    width: 0
}

.el-table--border .el-table__inner-wrapper:after,
.el-table--border:after,
.el-table--border:before,
.el-table__inner-wrapper:before {
    background-color: var(--el-table-border-color);
    content: "";
    position: absolute;
    z-index: calc(var(--el-table-index) + 2)
}

.el-table--border .el-table__inner-wrapper:after {
    height: 1px;
    left: 0;
    top: 0;
    width: 100%;
    z-index: calc(var(--el-table-index) + 2)
}

.el-table--border:before {
    height: 100%;
    left: 0;
    top: -1px;
    width: 1px
}

.el-table--border:after {
    height: 100%;
    right: 0;
    top: -1px;
    width: 1px
}

.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__body-wrapper,
.el-table__footer-wrapper,
.el-table__header-wrapper {
    width: 100%
}

.el-table__body-wrapper tr td.el-table-fixed-column--left,
.el-table__body-wrapper tr td.el-table-fixed-column--right,
.el-table__body-wrapper tr th.el-table-fixed-column--left,
.el-table__body-wrapper tr th.el-table-fixed-column--right,
.el-table__footer-wrapper tr td.el-table-fixed-column--left,
.el-table__footer-wrapper tr td.el-table-fixed-column--right,
.el-table__footer-wrapper tr th.el-table-fixed-column--left,
.el-table__footer-wrapper tr th.el-table-fixed-column--right,
.el-table__header-wrapper tr td.el-table-fixed-column--left,
.el-table__header-wrapper tr td.el-table-fixed-column--right,
.el-table__header-wrapper tr th.el-table-fixed-column--left,
.el-table__header-wrapper tr th.el-table-fixed-column--right {
    background: inherit;
    position: sticky !important;
    z-index: calc(var(--el-table-index) + 1)
}

.el-table__body-wrapper tr td.el-table-fixed-column--left.is-first-column:before,
.el-table__body-wrapper tr td.el-table-fixed-column--left.is-last-column:before,
.el-table__body-wrapper tr td.el-table-fixed-column--right.is-first-column:before,
.el-table__body-wrapper tr td.el-table-fixed-column--right.is-last-column:before,
.el-table__body-wrapper tr th.el-table-fixed-column--left.is-first-column:before,
.el-table__body-wrapper tr th.el-table-fixed-column--left.is-last-column:before,
.el-table__body-wrapper tr th.el-table-fixed-column--right.is-first-column:before,
.el-table__body-wrapper tr th.el-table-fixed-column--right.is-last-column:before,
.el-table__footer-wrapper tr td.el-table-fixed-column--left.is-first-column:before,
.el-table__footer-wrapper tr td.el-table-fixed-column--left.is-last-column:before,
.el-table__footer-wrapper tr td.el-table-fixed-column--right.is-first-column:before,
.el-table__footer-wrapper tr td.el-table-fixed-column--right.is-last-column:before,
.el-table__footer-wrapper tr th.el-table-fixed-column--left.is-first-column:before,
.el-table__footer-wrapper tr th.el-table-fixed-column--left.is-last-column:before,
.el-table__footer-wrapper tr th.el-table-fixed-column--right.is-first-column:before,
.el-table__footer-wrapper tr th.el-table-fixed-column--right.is-last-column:before,
.el-table__header-wrapper tr td.el-table-fixed-column--left.is-first-column:before,
.el-table__header-wrapper tr td.el-table-fixed-column--left.is-last-column:before,
.el-table__header-wrapper tr td.el-table-fixed-column--right.is-first-column:before,
.el-table__header-wrapper tr td.el-table-fixed-column--right.is-last-column:before,
.el-table__header-wrapper tr th.el-table-fixed-column--left.is-first-column:before,
.el-table__header-wrapper tr th.el-table-fixed-column--left.is-last-column:before,
.el-table__header-wrapper tr th.el-table-fixed-column--right.is-first-column:before,
.el-table__header-wrapper tr th.el-table-fixed-column--right.is-last-column:before {
    bottom: -1px;
    box-shadow: none;
    content: "";
    overflow-x: hidden;
    overflow-y: hidden;
    pointer-events: none;
    position: absolute;
    top: 0;
    touch-action: none;
    width: 10px
}

.el-table__body-wrapper tr td.el-table-fixed-column--left.is-first-column:before,
.el-table__body-wrapper tr td.el-table-fixed-column--right.is-first-column:before,
.el-table__body-wrapper tr th.el-table-fixed-column--left.is-first-column:before,
.el-table__body-wrapper tr th.el-table-fixed-column--right.is-first-column:before,
.el-table__footer-wrapper tr td.el-table-fixed-column--left.is-first-column:before,
.el-table__footer-wrapper tr td.el-table-fixed-column--right.is-first-column:before,
.el-table__footer-wrapper tr th.el-table-fixed-column--left.is-first-column:before,
.el-table__footer-wrapper tr th.el-table-fixed-column--right.is-first-column:before,
.el-table__header-wrapper tr td.el-table-fixed-column--left.is-first-column:before,
.el-table__header-wrapper tr td.el-table-fixed-column--right.is-first-column:before,
.el-table__header-wrapper tr th.el-table-fixed-column--left.is-first-column:before,
.el-table__header-wrapper tr th.el-table-fixed-column--right.is-first-column:before {
    left: -10px
}

.el-table__body-wrapper tr td.el-table-fixed-column--left.is-last-column:before,
.el-table__body-wrapper tr td.el-table-fixed-column--right.is-last-column:before,
.el-table__body-wrapper tr th.el-table-fixed-column--left.is-last-column:before,
.el-table__body-wrapper tr th.el-table-fixed-column--right.is-last-column:before,
.el-table__footer-wrapper tr td.el-table-fixed-column--left.is-last-column:before,
.el-table__footer-wrapper tr td.el-table-fixed-column--right.is-last-column:before,
.el-table__footer-wrapper tr th.el-table-fixed-column--left.is-last-column:before,
.el-table__footer-wrapper tr th.el-table-fixed-column--right.is-last-column:before,
.el-table__header-wrapper tr td.el-table-fixed-column--left.is-last-column:before,
.el-table__header-wrapper tr td.el-table-fixed-column--right.is-last-column:before,
.el-table__header-wrapper tr th.el-table-fixed-column--left.is-last-column:before,
.el-table__header-wrapper tr th.el-table-fixed-column--right.is-last-column:before {
    box-shadow: none;
    right: -10px
}

.el-table__body-wrapper tr td.el-table__fixed-right-patch,
.el-table__body-wrapper tr th.el-table__fixed-right-patch,
.el-table__footer-wrapper tr td.el-table__fixed-right-patch,
.el-table__footer-wrapper tr th.el-table__fixed-right-patch,
.el-table__header-wrapper tr td.el-table__fixed-right-patch,
.el-table__header-wrapper tr th.el-table__fixed-right-patch {
    background: #fff;
    position: sticky !important;
    right: 0;
    z-index: calc(var(--el-table-index) + 1)
}

.el-table__header-wrapper {
    flex-shrink: 0
}

.el-table__header-wrapper tr th.el-table-fixed-column--left,
.el-table__header-wrapper tr th.el-table-fixed-column--right {
    background-color: var(--el-table-header-bg-color)
}

.el-table__body,
.el-table__footer,
.el-table__header {
    border-collapse: separate;
    table-layout: fixed
}

.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__body-wrapper .el-table-column--selection>.cell,
.el-table__header-wrapper .el-table-column--selection>.cell {
    align-items: center;
    display: inline-flex;
    height: 23px
}

.el-table__body-wrapper .el-table-column--selection .el-checkbox,
.el-table__header-wrapper .el-table-column--selection .el-checkbox {
    height: unset
}

.el-table.is-scrolling-left .el-table-fixed-column--right.is-first-column:before {
    box-shadow: var(--el-table-fixed-right-column)
}

.el-table.is-scrolling-left.el-table--border .el-table-fixed-column--left.is-last-column.el-table__cell {
    border-right: var(--el-table-border)
}

.el-table.is-scrolling-left th.el-table-fixed-column--left {
    background-color: var(--el-table-header-bg-color)
}

.el-table.is-scrolling-right .el-table-fixed-column--left.is-last-column:before {
    box-shadow: var(--el-table-fixed-left-column)
}

.el-table.is-scrolling-right .el-table-fixed-column--left.is-last-column.el-table__cell {
    border-right: none
}

.el-table.is-scrolling-right th.el-table-fixed-column--right {
    background-color: var(--el-table-header-bg-color)
}

.el-table.is-scrolling-middle .el-table-fixed-column--left.is-last-column.el-table__cell {
    border-right: none
}

.el-table.is-scrolling-middle .el-table-fixed-column--right.is-first-column:before {
    box-shadow: var(--el-table-fixed-right-column)
}

.el-table.is-scrolling-middle .el-table-fixed-column--left.is-last-column:before {
    box-shadow: var(--el-table-fixed-left-column)
}

.el-table.is-scrolling-none .el-table-fixed-column--left.is-first-column:before,
.el-table.is-scrolling-none .el-table-fixed-column--left.is-last-column:before,
.el-table.is-scrolling-none .el-table-fixed-column--right.is-first-column:before,
.el-table.is-scrolling-none .el-table-fixed-column--right.is-last-column:before {
    box-shadow: none
}

.el-table.is-scrolling-none th.el-table-fixed-column--left,
.el-table.is-scrolling-none th.el-table-fixed-column--right {
    background-color: var(--el-table-header-bg-color)
}

.el-table__body-wrapper {
    flex: 1;
    overflow: hidden;
    position: relative
}

.el-table__body-wrapper .el-scrollbar__bar {
    z-index: calc(var(--el-table-index) + 2)
}

.el-table .caret-wrapper {
    align-items: center;
    cursor: pointer;
    display: inline-flex;
    flex-direction: column;
    height: 14px;
    overflow: initial;
    position: relative;
    vertical-align: middle;
    width: 24px
}

.el-table .sort-caret {
    border: 5px solid transparent;
    height: 0;
    left: 7px;
    position: absolute;
    width: 0
}

.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 {
    position: absolute;
    visibility: hidden;
    z-index: -1
}

.el-table--striped .el-table__body tr.el-table__row--striped td.el-table__cell {
    background: var(--el-fill-color-lighter)
}

.el-table--striped .el-table__body tr.el-table__row--striped.current-row td.el-table__cell {
    background-color: var(--el-table-current-row-bg-color)
}

.el-table__body tr.hover-row.current-row>td.el-table__cell,
.el-table__body tr.hover-row.el-table__row--striped.current-row>td.el-table__cell,
.el-table__body tr.hover-row.el-table__row--striped>td.el-table__cell,
.el-table__body tr.hover-row>td.el-table__cell,
.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 {
    position: sticky;
    top: 0;
    z-index: calc(var(--el-table-index) + 2)
}

.el-table.el-table--scrollable-y .el-table__body-footer {
    bottom: 0;
    position: sticky;
    z-index: calc(var(--el-table-index) + 2)
}

.el-table__column-resize-proxy {
    border-left: var(--el-table-border);
    bottom: 0;
    left: 200px;
    position: absolute;
    top: 0;
    width: 0;
    z-index: calc(var(--el-table-index) + 9)
}

.el-table__column-filter-trigger {
    cursor: pointer;
    display: inline-block
}

.el-table__column-filter-trigger i {
    color: var(--el-color-info);
    font-size: 14px;
    vertical-align: middle
}

.el-table__border-left-patch {
    height: 100%;
    top: 0;
    width: 1px
}

.el-table__border-bottom-patch,
.el-table__border-left-patch {
    background-color: var(--el-table-border-color);
    left: 0;
    position: absolute;
    z-index: calc(var(--el-table-index) + 2)
}

.el-table__border-bottom-patch {
    height: 1px
}

.el-table__border-right-patch {
    background-color: var(--el-table-border-color);
    height: 100%;
    position: absolute;
    top: 0;
    width: 1px;
    z-index: calc(var(--el-table-index) + 2)
}

.el-table--enable-row-transition .el-table__body td.el-table__cell {
    transition: background-color .25s ease
}

.el-table--enable-row-hover .el-table__body tr:hover>td.el-table__cell {
    background-color: var(--el-table-row-hover-bg-color)
}

.el-table [class*=el-table__row--level] .el-table__expand-icon {
    display: inline-block;
    height: 12px;
    line-height: 12px;
    margin-right: 8px;
    text-align: center;
    width: 12px
}

.el-table .el-table.el-table--border .el-table__cell {
    border-right: var(--el-table-border)
}

.el-table:not(.el-table--border) .el-table__cell {
    border-right: none
}

.el-table:not(.el-table--border)>.el-table__inner-wrapper:after {
    content: none
}

.el-table-v2 {
    --el-table-border-color: var(--el-border-color-lighter);
    --el-table-border: 1px solid var(--el-table-border-color);
    --el-table-text-color: var(--el-text-color-regular);
    --el-table-header-text-color: var(--el-text-color-secondary);
    --el-table-row-hover-bg-color: var(--el-fill-color-light);
    --el-table-current-row-bg-color: var(--el-color-primary-light-9);
    --el-table-header-bg-color: var(--el-bg-color);
    --el-table-fixed-box-shadow: var(--el-box-shadow-light);
    --el-table-bg-color: var(--el-fill-color-blank);
    --el-table-tr-bg-color: var(--el-bg-color);
    --el-table-expanded-cell-bg-color: var(--el-fill-color-blank);
    --el-table-fixed-left-column: inset 10px 0 10px -10px rgba(0, 0, 0, .15);
    --el-table-fixed-right-column: inset -10px 0 10px -10px rgba(0, 0, 0, .15);
    --el-table-index: var(--el-index-normal);
    font-size: 14px
}

.el-table-v2 * {
    box-sizing: border-box
}

.el-table-v2__root {
    position: relative
}

.el-table-v2__root:hover .el-table-v2__main .el-virtual-scrollbar {
    opacity: 1
}

.el-table-v2__main {
    background-color: var(--el-bg-color);
    display: flex;
    flex-direction: column-reverse;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0
}

.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);
    box-shadow: 2px 0 4px #0000000f;
    display: flex;
    flex-direction: column-reverse;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0
}

.el-table-v2__left .el-virtual-scrollbar {
    opacity: 0
}

.el-table-v2__left .el-vl__horizontal,
.el-table-v2__left .el-vl__vertical {
    z-index: -1
}

.el-table-v2__right {
    background-color: var(--el-bg-color);
    box-shadow: -2px 0 4px #0000000f;
    display: flex;
    flex-direction: column-reverse;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0
}

.el-table-v2__right .el-virtual-scrollbar {
    opacity: 0
}

.el-table-v2__right .el-vl__horizontal,
.el-table-v2__right .el-vl__vertical {
    z-index: -1
}

.el-table-v2__header-row,
.el-table-v2__row {
    padding-inline-end: var(--el-table-scrollbar-size)
}

.el-table-v2__header-wrapper {
    overflow: hidden
}

.el-table-v2__header {
    overflow: hidden;
    position: relative
}

.el-table-v2__header .el-checkbox {
    z-index: 0
}

.el-table-v2__footer {
    bottom: 0;
    overflow: hidden;
    right: 0
}

.el-table-v2__empty,
.el-table-v2__footer,
.el-table-v2__overlay {
    left: 0;
    position: absolute
}

.el-table-v2__overlay {
    bottom: 0;
    right: 0;
    top: 0;
    z-index: 9999
}

.el-table-v2__header-row {
    border-bottom: var(--el-table-border);
    display: flex
}

.el-table-v2__header-cell {
    align-items: center;
    background-color: var(--el-table-header-bg-color);
    color: var(--el-table-header-text-color);
    display: flex;
    font-weight: 700;
    height: 100%;
    overflow: hidden;
    padding: 0 8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.el-table-v2__header-cell.is-align-center {
    justify-content: center;
    text-align: center
}

.el-table-v2__header-cell.is-align-right {
    justify-content: flex-end;
    text-align: right
}

.el-table-v2__header-cell.is-sortable {
    cursor: pointer
}

.el-table-v2__header-cell:hover .el-icon {
    display: block
}

.el-table-v2__sort-icon {
    display: none;
    opacity: .6;
    transition: opacity, display var(--el-transition-duration)
}

.el-table-v2__sort-icon.is-sorting {
    display: block;
    opacity: 1
}

.el-table-v2__row {
    align-items: center;
    border-bottom: var(--el-table-border);
    display: flex;
    transition: background-color var(--el-transition-duration)
}

.el-table-v2__row.is-hovered,
.el-table-v2__row:hover {
    background-color: var(--el-table-row-hover-bg-color)
}

.el-table-v2__row-cell {
    align-items: center;
    display: flex;
    height: 100%;
    overflow: hidden;
    padding: 0 8px
}

.el-table-v2__row-cell.is-align-center {
    justify-content: center;
    text-align: center
}

.el-table-v2__row-cell.is-align-right {
    justify-content: flex-end;
    text-align: right
}

.el-table-v2__expand-icon {
    cursor: pointer;
    margin: 0 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.el-table-v2__expand-icon svg {
    transition: transform var(--el-transition-duration)
}

.el-table-v2__expand-icon.is-expanded svg {
    transform: rotate(90deg)
}

.el-table-v2:not(.is-dynamic) .el-table-v2__cell-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.el-table-v2.is-dynamic .el-table-v2__row {
    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 {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 0 15px;
    padding: 0;
    position: relative
}

.el-tabs__header-vertical {
    flex-direction: column
}

.el-tabs__active-bar {
    background-color: var(--el-color-primary);
    bottom: 0;
    height: 2px;
    left: 0;
    list-style: none;
    position: absolute;
    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);
    z-index: 1
}

.el-tabs__new-tab {
    align-items: center;
    border: 1px solid var(--el-border-color);
    border-radius: 3px;
    color: var(--el-text-color-primary);
    cursor: pointer;
    display: flex;
    font-size: 12px;
    height: 20px;
    justify-content: center;
    line-height: 20px;
    margin: 10px 0 10px 10px;
    text-align: center;
    transition: all .15s;
    width: 20px
}

.el-tabs__new-tab .is-icon-plus {
    height: inherit;
    transform: scale(.8);
    width: inherit
}

.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: 1 auto;
    margin-bottom: -1px;
    overflow: hidden;
    position: relative
}

.el-tabs__nav-wrap:after {
    background-color: var(--el-border-color-light);
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: var(--el-index-normal)
}

.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 {
    color: var(--el-text-color-secondary);
    cursor: pointer;
    font-size: 12px;
    line-height: 44px;
    position: absolute;
    text-align: center;
    width: 20px
}

.el-tabs__nav-next {
    right: 0
}

.el-tabs__nav-prev {
    left: 0
}

.el-tabs__nav {
    display: flex;
    float: left;
    position: relative;
    transition: transform var(--el-transition-duration);
    white-space: nowrap;
    z-index: calc(var(--el-index-normal) + 1)
}

.el-tabs__nav.is-stretch {
    display: flex;
    min-width: 100%
}

.el-tabs__nav.is-stretch>* {
    flex: 1;
    text-align: center
}

.el-tabs__item {
    align-items: center;
    box-sizing: border-box;
    color: var(--el-text-color-primary);
    display: flex;
    font-size: var(--el-font-size-base);
    font-weight: 500;
    height: var(--el-tabs-header-height);
    justify-content: center;
    list-style: none;
    padding: 0 20px;
    position: relative
}

.el-tabs__item:focus,
.el-tabs__item:focus:active {
    outline: none
}

.el-tabs__item:focus-visible {
    border-radius: 3px;
    box-shadow: 0 0 2px 2px var(--el-color-primary) inset
}

.el-tabs__item .is-icon-close {
    border-radius: 50%;
    margin-left: 5px;
    text-align: center;
    transition: all var(--el-transition-duration) var(--el-transition-function-ease-in-out-bezier)
}

.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,
.el-tabs__item:hover {
    color: var(--el-color-primary)
}

.el-tabs__item:hover {
    cursor: pointer
}

.el-tabs__item.is-disabled {
    color: var(--el-disabled-text-color);
    cursor: not-allowed
}

.el-tabs__content {
    flex-grow: 1;
    overflow: hidden;
    position: relative
}

.el-tabs--bottom>.el-tabs__header .el-tabs__item:nth-child(2),
.el-tabs--top>.el-tabs__header .el-tabs__item:nth-child(2) {
    padding-left: 0
}

.el-tabs--bottom>.el-tabs__header .el-tabs__item:last-child,
.el-tabs--top>.el-tabs__header .el-tabs__item:last-child {
    padding-right: 0
}

.el-tabs--bottom.el-tabs--border-card>.el-tabs__header .el-tabs__item:nth-child(2),
.el-tabs--bottom.el-tabs--card>.el-tabs__header .el-tabs__item:nth-child(2),
.el-tabs--top.el-tabs--border-card>.el-tabs__header .el-tabs__item:nth-child(2),
.el-tabs--top.el-tabs--card>.el-tabs__header .el-tabs__item:nth-child(2) {
    padding-left: 20px
}

.el-tabs--bottom.el-tabs--border-card>.el-tabs__header .el-tabs__item:last-child,
.el-tabs--bottom.el-tabs--card>.el-tabs__header .el-tabs__item:last-child,
.el-tabs--top.el-tabs--border-card>.el-tabs__header .el-tabs__item:last-child,
.el-tabs--top.el-tabs--card>.el-tabs__header .el-tabs__item:last-child {
    padding-right: 20px
}

.el-tabs--card>.el-tabs__header {
    border-bottom: 1px solid var(--el-border-color-light);
    height: var(--el-tabs-header-height)
}

.el-tabs--card>.el-tabs__header .el-tabs__nav-wrap:after {
    content: none
}

.el-tabs--card>.el-tabs__header .el-tabs__nav {
    border: 1px solid var(--el-border-color-light);
    border-bottom: none;
    border-radius: 4px 4px 0 0;
    box-sizing: border-box
}

.el-tabs--card>.el-tabs__header .el-tabs__active-bar {
    display: none
}

.el-tabs--card>.el-tabs__header .el-tabs__item .is-icon-close {
    font-size: 12px;
    height: 14px;
    overflow: hidden;
    position: relative;
    right: -2px;
    transform-origin: 100% 50%;
    width: 0
}

.el-tabs--card>.el-tabs__header .el-tabs__item {
    border-bottom: 1px solid transparent;
    border-left: 1px solid var(--el-border-color-light);
    transition: color var(--el-transition-duration) var(--el-transition-function-ease-in-out-bezier), padding var(--el-transition-duration) var(--el-transition-function-ease-in-out-bezier)
}

.el-tabs--card>.el-tabs__header .el-tabs__item:first-child {
    border-left: none
}

.el-tabs--card>.el-tabs__header .el-tabs__item.is-closable:hover {
    padding-left: 13px;
    padding-right: 13px
}

.el-tabs--card>.el-tabs__header .el-tabs__item.is-closable:hover .is-icon-close {
    width: 14px
}

.el-tabs--card>.el-tabs__header .el-tabs__item.is-active {
    border-bottom-color: var(--el-bg-color)
}

.el-tabs--card>.el-tabs__header .el-tabs__item.is-active.is-closable {
    padding-left: 20px;
    padding-right: 20px
}

.el-tabs--card>.el-tabs__header .el-tabs__item.is-active.is-closable .is-icon-close {
    width: 14px
}

.el-tabs--border-card {
    background: var(--el-bg-color-overlay);
    border: 1px solid var(--el-border-color)
}

.el-tabs--border-card>.el-tabs__content {
    padding: 15px
}

.el-tabs--border-card>.el-tabs__header {
    background-color: var(--el-fill-color-light);
    border-bottom: 1px solid var(--el-border-color-light);
    margin: 0
}

.el-tabs--border-card>.el-tabs__header .el-tabs__nav-wrap:after {
    content: none
}

.el-tabs--border-card>.el-tabs__header .el-tabs__item {
    border: 1px solid transparent;
    color: var(--el-text-color-secondary);
    margin-top: -1px;
    transition: all var(--el-transition-duration) var(--el-transition-function-ease-in-out-bezier)
}

.el-tabs--border-card>.el-tabs__header .el-tabs__item+.el-tabs__item,
.el-tabs--border-card>.el-tabs__header .el-tabs__item:first-child {
    margin-left: -1px
}

.el-tabs--border-card>.el-tabs__header .el-tabs__item.is-active {
    background-color: var(--el-bg-color-overlay);
    border-left-color: var(--el-border-color);
    border-right-color: var(--el-border-color);
    color: var(--el-color-primary)
}

.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-bottom: 0;
    margin-top: 10px
}

.el-tabs--bottom.el-tabs--border-card .el-tabs__header.is-bottom {
    border-bottom: 0;
    border-top: 1px solid var(--el-border-color)
}

.el-tabs--bottom.el-tabs--border-card .el-tabs__nav-wrap.is-bottom {
    margin-bottom: 0;
    margin-top: -1px
}

.el-tabs--bottom.el-tabs--border-card .el-tabs__item.is-bottom:not(.is-active) {
    border: 1px solid transparent
}

.el-tabs--bottom.el-tabs--border-card .el-tabs__item.is-bottom {
    margin: 0 -1px -1px
}

.el-tabs--left,
.el-tabs--right {
    overflow: hidden
}

.el-tabs--left .el-tabs__header.is-left,
.el-tabs--left .el-tabs__header.is-right,
.el-tabs--left .el-tabs__nav-scroll,
.el-tabs--left .el-tabs__nav-wrap.is-left,
.el-tabs--left .el-tabs__nav-wrap.is-right,
.el-tabs--right .el-tabs__header.is-left,
.el-tabs--right .el-tabs__header.is-right,
.el-tabs--right .el-tabs__nav-scroll,
.el-tabs--right .el-tabs__nav-wrap.is-left,
.el-tabs--right .el-tabs__nav-wrap.is-right {
    height: 100%
}

.el-tabs--left .el-tabs__active-bar.is-left,
.el-tabs--left .el-tabs__active-bar.is-right,
.el-tabs--right .el-tabs__active-bar.is-left,
.el-tabs--right .el-tabs__active-bar.is-right {
    bottom: auto;
    height: auto;
    top: 0;
    width: 2px
}

.el-tabs--left .el-tabs__nav-wrap.is-left,
.el-tabs--left .el-tabs__nav-wrap.is-right,
.el-tabs--right .el-tabs__nav-wrap.is-left,
.el-tabs--right .el-tabs__nav-wrap.is-right {
    margin-bottom: 0
}

.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-next,
.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev,
.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-next,
.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev,
.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-next,
.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev,
.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-next,
.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev {
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 100%
}

.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-next i,
.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev i,
.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-next i,
.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev i,
.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-next i,
.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev i,
.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-next i,
.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev i {
    transform: rotate(90deg)
}

.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev,
.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev,
.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev,
.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev {
    left: auto;
    top: 0
}

.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-next,
.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-next,
.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-next,
.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-next {
    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 {
    bottom: auto;
    height: 100%;
    top: 0;
    width: 2px
}

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

.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__active-bar.is-left,
.el-tabs--left .el-tabs__nav-wrap.is-left:after {
    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-bottom: none;
    border-left: none;
    border-right: 1px solid var(--el-border-color-light);
    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: 1px solid #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-radius: 4px 0 0 4px;
    border-right: none
}

.el-tabs--left.el-tabs--card .el-tabs__new-tab {
    float: none
}

.el-tabs--left.el-tabs--border-card .el-tabs__header.is-left {
    border-right: 1px solid var(--el-border-color)
}

.el-tabs--left.el-tabs--border-card .el-tabs__item.is-left {
    border: 1px solid transparent;
    margin: -1px 0 -1px -1px
}

.el-tabs--left.el-tabs--border-card .el-tabs__item.is-left.is-active {
    border-color: rgb(209, 219, 229) transparent
}

.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: 1px solid #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 transparent;
    margin: -1px -1px -1px 0
}

.el-tabs--right.el-tabs--border-card .el-tabs__item.is-right.is-active {
    border-color: rgb(209, 219, 229) transparent
}

.el-tabs--top {
    flex-direction: column-reverse
}

.slideInLeft-transition,
.slideInRight-transition {
    display: inline-block
}

.slideInRight-enter {
    animation: slideInRight-enter var(--el-transition-duration)
}

.slideInRight-leave {
    animation: slideInRight-leave var(--el-transition-duration);
    left: 0;
    position: absolute;
    right: 0
}

.slideInLeft-enter {
    animation: slideInLeft-enter var(--el-transition-duration)
}

.slideInLeft-leave {
    animation: slideInLeft-leave var(--el-transition-duration);
    left: 0;
    position: absolute;
    right: 0
}

@keyframes slideInRight-enter {
    0% {
        opacity: 0;
        transform: translate(100%);
        transform-origin: 0 0
    }

    to {
        opacity: 1;
        transform: translate(0);
        transform-origin: 0 0
    }
}

@keyframes slideInRight-leave {
    0% {
        opacity: 1;
        transform: translate(0);
        transform-origin: 0 0
    }

    to {
        opacity: 0;
        transform: translate(100%);
        transform-origin: 0 0
    }
}

@keyframes slideInLeft-enter {
    0% {
        opacity: 0;
        transform: translate(-100%);
        transform-origin: 0 0
    }

    to {
        opacity: 1;
        transform: translate(0);
        transform-origin: 0 0
    }
}

@keyframes slideInLeft-leave {
    0% {
        opacity: 1;
        transform: translate(0);
        transform-origin: 0 0
    }

    to {
        opacity: 0;
        transform: translate(-100%);
        transform-origin: 0 0
    }
}

.el-tag {
    --el-tag-font-size: 12px;
    --el-tag-border-radius: 4px;
    --el-tag-border-radius-rounded: 9999px;
    align-items: center;
    background-color: var(--el-tag-bg-color);
    border-color: var(--el-tag-border-color);
    border-radius: var(--el-tag-border-radius);
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    color: var(--el-tag-text-color);
    display: inline-flex;
    font-size: var(--el-tag-font-size);
    height: 24px;
    justify-content: center;
    line-height: 1;
    padding: 0 9px;
    vertical-align: middle;
    white-space: nowrap;
    --el-icon-size: 14px
}

.el-tag,
.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 {
    background-color: var(--el-tag-hover-color);
    color: var(--el-color-white)
}

.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 {
    border-radius: 50%;
    cursor: pointer;
    font-size: calc(var(--el-icon-size) - 2px);
    height: var(--el-icon-size);
    width: var(--el-icon-size)
}

.el-tag .el-tag__close {
    margin-left: 6px
}

.el-tag--dark {
    --el-tag-text-color: var(--el-color-white)
}

.el-tag--dark,
.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--danger,
.el-tag--dark.el-tag--error,
.el-tag--dark.el-tag--info,
.el-tag--dark.el-tag--primary,
.el-tag--dark.el-tag--success,
.el-tag--dark.el-tag--warning {
    --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 {
    height: 32px;
    padding: 0 11px;
    --el-icon-size: 16px
}

.el-tag--large .el-tag__close {
    margin-left: 8px
}

.el-tag--large.is-closable {
    padding-right: 7px
}

.el-tag--small {
    height: 20px;
    padding: 0 7px;
    --el-icon-size: 12px
}

.el-tag--small .el-tag__close {
    margin-left: 4px
}

.el-tag--small.is-closable {
    padding-right: 3px
}

.el-tag--small .el-icon-close {
    transform: scale(.8)
}

.el-tag.el-tag--primary.is-hit {
    border-color: var(--el-color-primary)
}

.el-tag.el-tag--success.is-hit {
    border-color: var(--el-color-success)
}

.el-tag.el-tag--warning.is-hit {
    border-color: var(--el-color-warning)
}

.el-tag.el-tag--danger.is-hit {
    border-color: var(--el-color-danger)
}

.el-tag.el-tag--error.is-hit {
    border-color: var(--el-color-error)
}

.el-tag.el-tag--info.is-hit {
    border-color: var(--el-color-info)
}

.el-text {
    --el-text-font-size: var(--el-font-size-base);
    --el-text-color: var(--el-text-color-regular);
    align-self: center;
    color: var(--el-text-color);
    font-size: var(--el-text-font-size);
    margin: 0;
    overflow-wrap: break-word;
    padding: 0
}

.el-text.is-truncated {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.el-text.is-line-clamp {
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.el-text--large {
    --el-text-font-size: var(--el-font-size-medium)
}

.el-text--default {
    --el-text-font-size: var(--el-font-size-base)
}

.el-text--small {
    --el-text-font-size: var(--el-font-size-extra-small)
}

.el-text.el-text--primary {
    --el-text-color: var(--el-color-primary)
}

.el-text.el-text--success {
    --el-text-color: var(--el-color-success)
}

.el-text.el-text--warning {
    --el-text-color: var(--el-color-warning)
}

.el-text.el-text--danger {
    --el-text-color: var(--el-color-danger)
}

.el-text.el-text--error {
    --el-text-color: var(--el-color-error)
}

.el-text.el-text--info {
    --el-text-color: var(--el-color-info)
}

.el-text>.el-icon {
    vertical-align: -2px
}

.time-select {
    margin: 5px 0;
    min-width: 0
}

.time-select .el-picker-panel__content {
    margin: 0;
    max-height: 200px
}

.time-select-item {
    font-size: 14px;
    line-height: 20px;
    padding: 8px 10px
}

.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 {
    padding-left: 28px;
    position: relative;
    top: -3px
}

.el-timeline-item__tail {
    border-left: 2px solid var(--el-timeline-node-color);
    height: 100%;
    left: 4px;
    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 {
    align-items: center;
    background-color: var(--el-timeline-node-color);
    border-color: var(--el-timeline-node-color);
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    position: absolute
}

.el-timeline-item__node--normal {
    height: var(--el-timeline-node-size-normal);
    left: -1px;
    width: var(--el-timeline-node-size-normal)
}

.el-timeline-item__node--large {
    height: var(--el-timeline-node-size-large);
    left: -2px;
    width: 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 {
    align-items: center;
    display: flex;
    justify-content: center;
    position: absolute
}

.el-timeline-item__content {
    color: var(--el-text-color-primary)
}

.el-timeline-item__timestamp {
    color: var(--el-text-color-secondary);
    font-size: var(--el-font-size-small);
    line-height: 1
}

.el-timeline-item__timestamp.is-top {
    margin-bottom: 8px;
    padding-top: 4px
}

.el-timeline-item__timestamp.is-bottom {
    margin-top: 8px
}

.el-timeline {
    --el-timeline-node-size-normal: 12px;
    --el-timeline-node-size-large: 14px;
    --el-timeline-node-color: var(--el-border-color-light);
    font-size: var(--el-font-size-base);
    list-style: none;
    margin: 0
}

.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 {
    display: block;
    height: calc(50% - 10px)
}

.el-tooltip-v2__content {
    --el-tooltip-v2-padding: 5px 10px;
    --el-tooltip-v2-border-radius: 4px;
    --el-tooltip-v2-border-color: var(--el-border-color);
    background-color: var(--el-color-white);
    border: 1px solid var(--el-border-color);
    border-radius: var(--el-tooltip-v2-border-radius);
    color: var(--el-color-black);
    padding: var(--el-tooltip-v2-padding)
}

.el-tooltip-v2__arrow {
    color: var(--el-color-white);
    height: var(--el-tooltip-v2-arrow-height);
    left: var(--el-tooltip-v2-arrow-x);
    pointer-events: none;
    position: absolute;
    top: var(--el-tooltip-v2-arrow-y);
    width: var(--el-tooltip-v2-arrow-width)
}

.el-tooltip-v2__arrow:after,
.el-tooltip-v2__arrow:before {
    border: var(--el-tooltip-v2-arrow-border-width) solid transparent;
    content: "";
    height: 0;
    position: absolute;
    width: 0
}

.el-tooltip-v2__content[data-side^=top] .el-tooltip-v2__arrow {
    bottom: 0
}

.el-tooltip-v2__content[data-side^=top] .el-tooltip-v2__arrow:before {
    border-bottom: 0;
    border-top-color: var(--el-color-white);
    border-top-width: var(--el-tooltip-v2-arrow-border-width);
    top: calc(100% - 1px)
}

.el-tooltip-v2__content[data-side^=top] .el-tooltip-v2__arrow:after {
    border-bottom: 0;
    border-top-color: var(--el-border-color);
    border-top-width: var(--el-tooltip-v2-arrow-border-width);
    top: 100%;
    z-index: -1
}

.el-tooltip-v2__content[data-side^=bottom] .el-tooltip-v2__arrow {
    top: 0
}

.el-tooltip-v2__content[data-side^=bottom] .el-tooltip-v2__arrow:before {
    border-bottom-color: var(--el-color-white);
    border-bottom-width: var(--el-tooltip-v2-arrow-border-width);
    border-top: 0;
    bottom: calc(100% - 1px)
}

.el-tooltip-v2__content[data-side^=bottom] .el-tooltip-v2__arrow:after {
    border-bottom-color: var(--el-border-color);
    border-bottom-width: var(--el-tooltip-v2-arrow-border-width);
    border-top: 0;
    bottom: 100%;
    z-index: -1
}

.el-tooltip-v2__content[data-side^=left] .el-tooltip-v2__arrow {
    right: 0
}

.el-tooltip-v2__content[data-side^=left] .el-tooltip-v2__arrow:before {
    border-left-color: var(--el-color-white);
    border-left-width: var(--el-tooltip-v2-arrow-border-width);
    border-right: 0;
    left: calc(100% - 1px)
}

.el-tooltip-v2__content[data-side^=left] .el-tooltip-v2__arrow:after {
    border-left-color: var(--el-border-color);
    border-left-width: var(--el-tooltip-v2-arrow-border-width);
    border-right: 0;
    left: 100%;
    z-index: -1
}

.el-tooltip-v2__content[data-side^=right] .el-tooltip-v2__arrow {
    left: 0
}

.el-tooltip-v2__content[data-side^=right] .el-tooltip-v2__arrow:before {
    border-left: 0;
    border-right-color: var(--el-color-white);
    border-right-width: var(--el-tooltip-v2-arrow-border-width);
    right: calc(100% - 1px)
}

.el-tooltip-v2__content[data-side^=right] .el-tooltip-v2__arrow:after {
    border-left: 0;
    border-right-color: var(--el-border-color);
    border-right-width: var(--el-tooltip-v2-arrow-border-width);
    right: 100%;
    z-index: -1
}

.el-tooltip-v2__content.is-dark {
    --el-tooltip-v2-border-color: transparent;
    color: var(--el-color-white)
}

.el-tooltip-v2__content.is-dark,
.el-tooltip-v2__content.is-dark .el-tooltip-v2__arrow {
    background-color: var(--el-color-black);
    border-color: transparent
}

.el-transfer {
    --el-transfer-border-color: var(--el-border-color-lighter);
    --el-transfer-border-radius: var(--el-border-radius-base);
    --el-transfer-panel-width: 200px;
    --el-transfer-panel-header-height: 40px;
    --el-transfer-panel-header-bg-color: var(--el-fill-color-light);
    --el-transfer-panel-footer-height: 40px;
    --el-transfer-panel-body-height: 278px;
    --el-transfer-item-height: 30px;
    --el-transfer-filter-height: 32px;
    font-size: var(--el-font-size-base)
}

.el-transfer__buttons {
    display: inline-block;
    padding: 0 30px;
    vertical-align: middle
}

.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);
    box-sizing: border-box;
    display: inline-block;
    max-height: 100%;
    overflow: hidden;
    position: relative;
    text-align: left;
    vertical-align: middle;
    width: var(--el-transfer-panel-width)
}

.el-transfer-panel__body {
    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);
    border-left: 1px solid var(--el-transfer-border-color);
    border-right: 1px solid var(--el-transfer-border-color);
    height: var(--el-transfer-panel-body-height);
    overflow: hidden
}

.el-transfer-panel__body.is-with-footer {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.el-transfer-panel__list {
    box-sizing: border-box;
    height: var(--el-transfer-panel-body-height);
    list-style: none;
    margin: 0;
    overflow: auto;
    padding: 6px 0
}

.el-transfer-panel__list.is-filterable {
    height: calc(100% - var(--el-transfer-filter-height) - 30px);
    padding-top: 0
}

.el-transfer-panel__item {
    display: block !important;
    height: var(--el-transfer-item-height);
    line-height: var(--el-transfer-item-height);
    padding-left: 15px
}

.el-transfer-panel__item+.el-transfer-panel__item {
    margin-left: 0
}

.el-transfer-panel__item.el-checkbox {
    color: var(--el-text-color-regular)
}

.el-transfer-panel__item:hover {
    color: var(--el-color-primary)
}

.el-transfer-panel__item.el-checkbox .el-checkbox__label {
    box-sizing: border-box;
    display: block;
    line-height: var(--el-transfer-item-height);
    overflow: hidden;
    padding-left: 22px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.el-transfer-panel__item .el-checkbox__input {
    position: absolute;
    top: 8px
}

.el-transfer-panel__filter {
    box-sizing: border-box;
    padding: 15px;
    text-align: center
}

.el-transfer-panel__filter .el-input__inner {
    box-sizing: border-box;
    display: inline-block;
    font-size: 12px;
    height: var(--el-transfer-filter-height);
    width: 100%
}

.el-transfer-panel__filter .el-icon-circle-close {
    cursor: pointer
}

.el-transfer-panel .el-transfer-panel__header {
    align-items: center;
    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);
    display: flex;
    height: var(--el-transfer-panel-header-height);
    margin: 0;
    padding-left: 15px
}

.el-transfer-panel .el-transfer-panel__header .el-checkbox {
    align-items: center;
    display: flex;
    position: relative;
    width: 100%
}

.el-transfer-panel .el-transfer-panel__header .el-checkbox .el-checkbox__label {
    color: var(--el-text-color-primary);
    font-size: 16px;
    font-weight: 400
}

.el-transfer-panel .el-transfer-panel__header .el-checkbox .el-checkbox__label span {
    color: var(--el-text-color-secondary);
    font-size: 12px;
    font-weight: 400;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.el-transfer-panel .el-transfer-panel__footer {
    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);
    height: var(--el-transfer-panel-footer-height);
    margin: 0;
    padding: 0
}

.el-transfer-panel .el-transfer-panel__footer:after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.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 {
    color: var(--el-text-color-secondary);
    height: var(--el-transfer-item-height);
    line-height: var(--el-transfer-item-height);
    margin: 0;
    padding: 6px 15px 0;
    text-align: center
}

.el-transfer-panel .el-checkbox__label {
    padding-left: 8px
}

.el-transfer-panel .el-checkbox__inner {
    border-radius: 3px;
    height: 14px;
    width: 14px
}

.el-transfer-panel .el-checkbox__inner:after {
    height: 6px;
    left: 4px;
    width: 3px
}

.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);
    background: var(--el-fill-color-blank);
    color: var(--el-tree-text-color);
    cursor: default;
    font-size: var(--el-font-size-base);
    position: relative
}

.el-tree__empty-block {
    height: 100%;
    min-height: 60px;
    position: relative;
    text-align: center;
    width: 100%
}

.el-tree__empty-text {
    color: var(--el-text-color-secondary);
    font-size: var(--el-font-size-base);
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.el-tree__drop-indicator {
    background-color: var(--el-color-primary);
    height: 1px;
    left: 0;
    position: absolute;
    right: 0
}

.el-tree-node {
    outline: none;
    white-space: nowrap
}

.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);
    align-items: center;
    cursor: pointer;
    display: flex;
    height: var(--el-tree-node-content-height)
}

.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 {
    color: var(--el-tree-expand-icon-color);
    cursor: pointer;
    font-size: 12px;
    transform: rotate(0);
    transition: transform var(--el-transition-duration) ease-in-out
}

.el-tree-node__expand-icon.expanded {
    transform: rotate(90deg)
}

.el-tree-node__expand-icon.is-leaf {
    color: transparent;
    cursor: default;
    visibility: hidden
}

.el-tree-node__expand-icon.is-hidden {
    visibility: hidden
}

.el-tree-node__loading-icon {
    color: var(--el-tree-expand-icon-color);
    font-size: var(--el-font-size-base);
    margin-right: 8px
}

.el-tree-node>.el-tree-node__children {
    background-color: transparent;
    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 {
    background: transparent !important;
    flex: 1;
    height: 20px;
    line-height: 20px;
    padding-left: 0
}

.el-upload {
    --el-upload-dragger-padding-horizontal: 40px;
    --el-upload-dragger-padding-vertical: 10px;
    align-items: center;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    outline: none
}

.el-upload.is-disabled {
    cursor: not-allowed
}

.el-upload.is-disabled:focus {
    color: inherit
}

.el-upload.is-disabled:focus,
.el-upload.is-disabled:focus .el-upload-dragger {
    border-color: var(--el-border-color-darker)
}

.el-upload.is-disabled .el-upload-dragger {
    background-color: var(--el-disabled-bg-color);
    cursor: not-allowed
}

.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);
    font-size: 12px;
    margin-top: 7px
}

.el-upload iframe {
    filter: alpha(opacity=0);
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: -1
}

.el-upload--picture-card {
    --el-upload-picture-card-size: 148px;
    align-items: center;
    background-color: var(--el-fill-color-lighter);
    border: 1px dashed var(--el-border-color-darker);
    border-radius: 6px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    height: var(--el-upload-picture-card-size);
    justify-content: center;
    vertical-align: top;
    width: var(--el-upload-picture-card-size)
}

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

.el-upload:focus,
.el-upload:focus .el-upload-dragger {
    border-color: var(--el-color-primary)
}

.el-upload-dragger {
    background-color: var(--el-fill-color-blank);
    border: 1px dashed var(--el-border-color);
    border-radius: 6px;
    box-sizing: border-box;
    cursor: pointer;
    overflow: hidden;
    padding: var(--el-upload-dragger-padding-horizontal) var(--el-upload-dragger-padding-vertical);
    position: relative;
    text-align: center
}

.el-upload-dragger .el-icon--upload {
    color: var(--el-text-color-placeholder);
    font-size: 67px;
    line-height: 50px;
    margin-bottom: 16px
}

.el-upload-dragger+.el-upload__tip {
    text-align: center
}

.el-upload-dragger~.el-upload__files {
    border-top: var(--el-border);
    margin-top: 7px;
    padding-top: 5px
}

.el-upload-dragger .el-upload__text {
    color: var(--el-text-color-regular);
    font-size: 14px;
    text-align: center
}

.el-upload-dragger .el-upload__text em {
    color: var(--el-color-primary);
    font-style: normal
}

.el-upload-dragger:hover {
    border-color: var(--el-color-primary)
}

.el-upload-dragger.is-dragover {
    background-color: var(--el-color-primary-light-9);
    border: 2px dashed var(--el-color-primary);
    padding: calc(var(--el-upload-dragger-padding-horizontal) - 1px) calc(var(--el-upload-dragger-padding-vertical) - 1px)
}

.el-upload-list {
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
    position: relative
}

.el-upload-list__item {
    border-radius: 4px;
    box-sizing: border-box;
    color: var(--el-text-color-regular);
    font-size: 14px;
    margin-bottom: 5px;
    position: relative;
    transition: all .5s cubic-bezier(.55, 0, .1, 1);
    width: 100%
}

.el-upload-list__item .el-progress {
    position: absolute;
    top: 20px;
    width: 100%
}

.el-upload-list__item .el-progress__text {
    position: absolute;
    right: 0;
    top: -13px
}

.el-upload-list__item .el-progress-bar {
    margin-right: 0;
    padding-right: 0
}

.el-upload-list__item .el-icon--upload-success {
    color: var(--el-color-success)
}

.el-upload-list__item .el-icon--close {
    color: var(--el-text-color-regular);
    cursor: pointer;
    display: none;
    opacity: .75;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity var(--el-transition-duration)
}

.el-upload-list__item .el-icon--close:hover {
    color: var(--el-color-primary);
    opacity: 1
}

.el-upload-list__item .el-icon--close-tip {
    color: var(--el-color-primary);
    cursor: pointer;
    display: none;
    font-size: 12px;
    font-style: normal;
    opacity: 1;
    position: absolute;
    right: 5px;
    top: 1px
}

.el-upload-list__item:hover {
    background-color: var(--el-fill-color-light)
}

.el-upload-list__item:hover .el-icon--close {
    display: inline-flex
}

.el-upload-list__item:hover .el-progress__text {
    display: none
}

.el-upload-list__item .el-upload-list__item-info {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 4px;
    width: calc(100% - 30px)
}

.el-upload-list__item.is-success .el-upload-list__item-status-label {
    display: inline-flex
}

.el-upload-list__item.is-success .el-upload-list__item-name:focus,
.el-upload-list__item.is-success .el-upload-list__item-name:hover {
    color: var(--el-color-primary);
    cursor: pointer
}

.el-upload-list__item.is-success:focus:not(:hover) .el-icon--close-tip {
    display: inline-block
}

.el-upload-list__item.is-success:active,
.el-upload-list__item.is-success:not(.focusing):focus {
    outline-width: 0
}

.el-upload-list__item.is-success:active .el-icon--close-tip,
.el-upload-list__item.is-success:not(.focusing):focus .el-icon--close-tip {
    display: none
}

.el-upload-list__item.is-success:focus .el-upload-list__item-status-label,
.el-upload-list__item.is-success:hover .el-upload-list__item-status-label {
    display: none;
    opacity: 0
}

.el-upload-list__item-name {
    align-items: center;
    color: var(--el-text-color-regular);
    display: inline-flex;
    font-size: var(--el-font-size-base);
    padding: 0 4px;
    text-align: center;
    transition: color var(--el-transition-duration)
}

.el-upload-list__item-name .el-icon {
    color: var(--el-text-color-secondary);
    margin-right: 6px
}

.el-upload-list__item-file-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.el-upload-list__item-status-label {
    align-items: center;
    display: none;
    height: 100%;
    justify-content: center;
    line-height: inherit;
    position: absolute;
    right: 5px;
    top: 0;
    transition: opacity var(--el-transition-duration)
}

.el-upload-list__item-delete {
    color: var(--el-text-color-regular);
    display: none;
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 0
}

.el-upload-list__item-delete:hover {
    color: var(--el-color-primary)
}

.el-upload-list--picture-card {
    --el-upload-list-picture-card-size: 148px;
    display: inline-flex;
    flex-wrap: wrap;
    margin: 0
}

.el-upload-list--picture-card .el-upload-list__item {
    background-color: var(--el-fill-color-blank);
    border: 1px solid var(--el-border-color);
    border-radius: 6px;
    box-sizing: border-box;
    display: inline-flex;
    height: var(--el-upload-list-picture-card-size);
    margin: 0 8px 8px 0;
    overflow: hidden;
    padding: 0;
    width: var(--el-upload-list-picture-card-size)
}

.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 {
    display: block;
    opacity: 0
}

.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 {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

.el-upload-list--picture-card .el-upload-list__item-status-label {
    background: var(--el-color-success);
    height: 24px;
    right: -15px;
    text-align: center;
    top: -6px;
    transform: rotate(45deg);
    width: 40px
}

.el-upload-list--picture-card .el-upload-list__item-status-label i {
    font-size: 12px;
    margin-top: 11px;
    transform: rotate(-45deg)
}

.el-upload-list--picture-card .el-upload-list__item-actions {
    align-items: center;
    background-color: var(--el-overlay-color-lighter);
    color: #fff;
    cursor: default;
    display: inline-flex;
    font-size: 20px;
    height: 100%;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity var(--el-transition-duration);
    width: 100%
}

.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 {
    color: inherit;
    font-size: 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 {
    bottom: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 126px
}

.el-upload-list--picture-card .el-progress .el-progress__text {
    top: 50%
}

.el-upload-list--picture .el-upload-list__item {
    align-items: center;
    background-color: var(--el-fill-color-blank);
    border: 1px solid var(--el-border-color);
    border-radius: 6px;
    box-sizing: border-box;
    display: flex;
    margin-top: 10px;
    overflow: hidden;
    padding: 10px;
    z-index: 0
}

.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 {
    display: inline-flex;
    opacity: 0
}

.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 {
    align-items: center;
    background-color: var(--el-color-white);
    display: inline-flex;
    height: 70px;
    justify-content: center;
    -o-object-fit: contain;
    object-fit: contain;
    position: relative;
    width: 70px;
    z-index: 1
}

.el-upload-list--picture .el-upload-list__item-status-label {
    background: var(--el-color-success);
    height: 26px;
    position: absolute;
    right: -17px;
    text-align: center;
    top: -7px;
    transform: rotate(45deg);
    width: 46px
}

.el-upload-list--picture .el-upload-list__item-status-label i {
    font-size: 12px;
    margin-top: 12px;
    transform: rotate(-45deg)
}

.el-upload-list--picture .el-progress {
    position: relative;
    top: -7px
}

.el-upload-cover {
    cursor: default;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10
}

.el-upload-cover:after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.el-upload-cover img {
    display: block;
    height: 100%;
    width: 100%
}

.el-upload-cover__label {
    background: var(--el-color-success);
    height: 24px;
    right: -15px;
    text-align: center;
    top: -6px;
    transform: rotate(45deg);
    width: 40px
}

.el-upload-cover__label i {
    color: #fff;
    font-size: 12px;
    margin-top: 11px;
    transform: rotate(-45deg)
}

.el-upload-cover__progress {
    display: inline-block;
    position: static;
    vertical-align: middle;
    width: 243px
}

.el-upload-cover__progress+.el-upload__inner {
    opacity: 0
}

.el-upload-cover__content {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.el-upload-cover__interact {
    background-color: var(--el-overlay-color-light);
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.el-upload-cover__interact .btn {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    margin-top: 60px;
    transition: var(--el-transition-md-fade);
    vertical-align: middle
}

.el-upload-cover__interact .btn i {
    margin-top: 0
}

.el-upload-cover__interact .btn span {
    opacity: 0;
    transition: opacity .15s linear
}

.el-upload-cover__interact .btn:not(:first-child) {
    margin-left: 35px
}

.el-upload-cover__interact .btn:hover {
    transform: translateY(-13px)
}

.el-upload-cover__interact .btn:hover span {
    opacity: 1
}

.el-upload-cover__interact .btn i {
    color: #fff;
    display: block;
    font-size: 24px;
    line-height: inherit;
    margin: 0 auto 5px
}

.el-upload-cover__title {
    background-color: #fff;
    bottom: 0;
    color: var(--el-text-color-primary);
    font-size: 14px;
    font-weight: 400;
    height: 36px;
    left: 0;
    line-height: 36px;
    margin: 0;
    overflow: hidden;
    padding: 0 10px;
    position: absolute;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.el-upload-cover+.el-upload__inner {
    opacity: 0;
    position: relative;
    z-index: 1
}

.el-vl__wrapper {
    position: relative
}

.el-vl__wrapper.always-on .el-virtual-scrollbar,
.el-vl__wrapper:hover .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);
    border-radius: var(--el-popper-border-radius);
    font-size: 12px;
    line-height: 20px;
    min-width: 10px;
    overflow-wrap: break-word;
    padding: 5px 11px;
    position: absolute;
    visibility: visible;
    z-index: 2000
}

.el-popper.is-dark {
    color: var(--el-bg-color)
}

.el-popper.is-dark,
.el-popper.is-dark>.el-popper__arrow:before {
    background: var(--el-text-color-primary);
    border: 1px solid var(--el-text-color-primary)
}

.el-popper.is-dark>.el-popper__arrow:before {
    right: 0
}

.el-popper.is-light,
.el-popper.is-light>.el-popper__arrow:before {
    background: var(--el-bg-color-overlay);
    border: 1px solid var(--el-border-color-light)
}

.el-popper.is-light>.el-popper__arrow:before {
    right: 0
}

.el-popper.is-pure {
    padding: 0
}

.el-popper__arrow,
.el-popper__arrow:before {
    height: 10px;
    position: absolute;
    width: 10px;
    z-index: -1
}

.el-popper__arrow:before {
    background: var(--el-text-color-primary);
    box-sizing: border-box;
    content: " ";
    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-left-color: transparent !important;
    border-top-color: transparent !important
}

.el-popper[data-popper-placement^=bottom]>.el-popper__arrow:before {
    border-bottom-color: transparent !important;
    border-right-color: transparent !important
}

.el-popper[data-popper-placement^=left]>.el-popper__arrow:before {
    border-bottom-color: transparent !important;
    border-left-color: transparent !important
}

.el-popper[data-popper-placement^=right]>.el-popper__arrow:before {
    border-right-color: transparent !important;
    border-top-color: transparent !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 {
    color: var(--el-statistic-title-color);
    font-size: var(--el-statistic-title-font-size);
    font-weight: var(--el-statistic-title-font-weight);
    line-height: 20px;
    margin-bottom: 4px
}

.el-statistic__content {
    color: var(--el-statistic-content-color);
    font-size: var(--el-statistic-content-font-size);
    font-weight: var(--el-statistic-content-font-weight)
}

.el-statistic__value {
    display: inline-block
}

.el-statistic__prefix {
    display: inline-block;
    margin-right: 4px
}

.el-statistic__suffix {
    display: inline-block;
    margin-left: 4px
}

.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);
    box-shadow: var(--el-box-shadow-light);
    outline: none;
    overflow-wrap: break-word;
    padding: var(--el-tour-padding-primary);
    width: var(--el-tour-width)
}

.el-tour__arrow,
.el-tour__content {
    background: var(--el-tour-bg-color);
    box-sizing: border-box
}

.el-tour__arrow {
    height: 10px;
    pointer-events: none;
    position: absolute;
    transform: rotate(45deg);
    width: 10px
}

.el-tour__content[data-side^=top] .el-tour__arrow {
    border-left-color: transparent;
    border-top-color: transparent
}

.el-tour__content[data-side^=bottom] .el-tour__arrow {
    border-bottom-color: transparent;
    border-right-color: transparent
}

.el-tour__content[data-side^=left] .el-tour__arrow {
    border-bottom-color: transparent;
    border-left-color: transparent
}

.el-tour__content[data-side^=right] .el-tour__arrow {
    border-right-color: transparent;
    border-top-color: transparent
}

.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 {
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: var(--el-message-close-size, 16px);
    height: 40px;
    outline: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px
}

.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 {
    color: var(--el-tour-title-text-color);
    font-size: var(--el-tour-title-font-size);
    font-weight: var(--el-tour-title-font-weight);
    line-height: var(--el-tour-font-line-height)
}

.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 {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    padding-top: var(--el-tour-padding-primary)
}

.el-tour__content .el-tour-indicators {
    display: inline-block;
    flex: 1
}

.el-tour__content .el-tour-indicator {
    background: var(--el-color-info-light-9);
    border-radius: 50%;
    display: inline-block;
    height: 6px;
    margin-right: 6px;
    width: 6px
}

.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 {
    background: #fff;
    border-color: var(--el-color-primary);
    color: var(--el-color-primary)
}

.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-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);
    border-radius: 4px;
    opacity: 0;
    position: absolute;
    z-index: 0
}

.el-anchor.el-anchor--vertical .el-anchor__marker {
    height: 14px;
    left: 0;
    top: 8px;
    transition: top .25s ease-in-out, opacity .25s;
    width: 4px
}

.el-anchor.el-anchor--vertical .el-anchor__list {
    padding-left: var(--el-anchor-padding-indent)
}

.el-anchor.el-anchor--vertical.el-anchor--underline:before {
    background-color: #0505050f;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 2px
}

.el-anchor.el-anchor--vertical.el-anchor--underline .el-anchor__marker {
    border-radius: unset;
    width: 2px
}

.el-anchor.el-anchor--horizontal .el-anchor__marker {
    bottom: 0;
    height: 2px;
    transition: left .25s ease-in-out, opacity .25s, width .25s;
    width: 20px
}

.el-anchor.el-anchor--horizontal .el-anchor__list {
    display: flex;
    padding-bottom: 4px
}

.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 {
    background-color: #0505050f;
    bottom: 0;
    content: "";
    height: 2px;
    position: absolute;
    width: 100%
}

.el-anchor.el-anchor--horizontal.el-anchor--underline .el-anchor__marker {
    border-radius: unset;
    height: 2px
}

.el-anchor__item {
    display: flex;
    flex-direction: column;
    overflow: hidden
}

.el-anchor__link {
    cursor: pointer;
    font-size: var(--el-anchor-font-size);
    line-height: var(--el-anchor-line-height);
    max-width: 100%;
    outline: none;
    overflow: hidden;
    padding: 4px 0;
    text-decoration: none;
    text-overflow: ellipsis;
    transition: color var(--el-transition-duration);
    white-space: nowrap
}

.el-anchor__link,
.el-anchor__link:focus,
.el-anchor__link:hover {
    color: var(--el-anchor-color)
}

.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);
    align-items: stretch;
    background: var(--el-segmented-bg-color);
    border-radius: var(--el-border-radius-base);
    box-sizing: border-box;
    color: var(--el-segmented-color);
    display: inline-flex;
    font-size: 14px;
    min-height: 32px;
    padding: var(--el-segmented-padding)
}

.el-segmented__group {
    align-items: stretch;
    display: flex;
    position: relative;
    width: 100%
}

.el-segmented__item-selected {
    background: var(--el-segmented-item-selected-bg-color);
    border-radius: calc(var(--el-border-radius-base) - 2px);
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: all .3s;
    width: 10px
}

.el-segmented__item-selected.is-disabled {
    background: var(--el-segmented-item-selected-disabled-bg-color)
}

.el-segmented__item-selected.is-focus-visible:before {
    border-radius: inherit;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    outline: 2px solid var(--el-segmented-item-selected-bg-color);
    outline-offset: 1px;
    position: absolute
}

.el-segmented__item {
    align-items: center;
    border-radius: calc(var(--el-border-radius-base) - 2px);
    cursor: pointer;
    display: flex;
    flex: 1;
    padding: 0 11px
}

.el-segmented__item:not(.is-disabled):not(.is-selected):hover {
    background: var(--el-segmented-item-hover-bg-color);
    color: var(--el-segmented-item-hover-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 {
    color: var(--el-segmented-item-disabled-color);
    cursor: not-allowed
}

.el-segmented__item-input {
    height: 0;
    margin: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    width: 0
}

.el-segmented__item-label {
    flex: 1;
    line-height: normal;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    transition: color .3s;
    white-space: nowrap;
    z-index: 1
}

.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);
    font-size: 16px;
    min-height: 40px
}

.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);
    font-size: 14px;
    min-height: 24px
}

.el-segmented--small .el-segmented__item-selected {
    border-radius: calc(var(--el-border-radius-base) - 3px)
}

.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) - 3px);
    padding: 0 7px
}

.el-mention {
    position: relative;
    width: 100%
}

.el-mention__popper.el-popper {
    background: var(--el-bg-color-overlay);
    box-shadow: var(--el-box-shadow-light)
}

.el-mention__popper.el-popper,
.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-left-color: transparent;
    border-top-color: transparent
}

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

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

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

.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 {
    box-sizing: border-box;
    color: var(--el-mention-option-color);
    cursor: pointer;
    font-size: var(--el-mention-font-size);
    height: var(--el-mention-option-height);
    line-height: var(--el-mention-option-height);
    min-width: var(--el-mention-option-min-width);
    overflow: hidden;
    padding: 0 20px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap
}

.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 {
    background-color: unset;
    color: var(--el-mention-option-disabled-color);
    cursor: not-allowed
}

.el-mention-dropdown {
    border-radius: var(--el-border-radius-base);
    box-sizing: border-box;
    z-index: calc(var(--el-index-top) + 1)
}

.el-mention-dropdown__loading {
    color: var(--el-mention-option-loading-color);
    font-size: 12px;
    margin: 0;
    min-width: var(--el-mention-option-min-width);
    padding: 10px 0;
    text-align: center
}

.el-mention-dropdown__wrap {
    max-height: var(--el-mention-max-height)
}

.el-mention-dropdown__list {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: var(--el-mention-padding)
}

.el-mention-dropdown__header {
    border-bottom: var(--el-mention-border);
    padding: var(--el-mention-header-padding)
}

.el-mention-dropdown__footer {
    border-top: var(--el-mention-border);
    padding: var(--el-mention-footer-padding)
}

._title_q904e_1 {
    margin-left: 8px
}

._redpoint_q904e_5 {
    position: relative;
    bottom: 10px;
    left: 5px;
    height: 16px;
    border-radius: 500px;
    background: #f53f3f !important;
    font-size: 10px;
    color: #fff;
    text-align: center;
    line-height: 16px;
    padding: 0 5px
}

._rightBnt_q904e_18 {
    position: relative;
    left: 26px;
    padding: 5px 10px;
    border-radius: 4px;
    background-color: #f7faff;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    color: #5f5f5f;
    border: 1px solid #c8ddfa
}

.fade-enter-active[data-v-b84d8b03] {
    transition: all .25s ease .1s
}

.fade-leave-active[data-v-b84d8b03] {
    transition: all .15s ease
}

.fade-enter-from[data-v-b84d8b03] {
    opacity: 0;
    transform: translate(-20px)
}

.fade-leave-to[data-v-b84d8b03] {
    opacity: 0;
    transform: translate(20px)
}

.slide-right-enter-active[data-v-b84d8b03],
.slide-right-leave-active[data-v-b84d8b03] {
    transition: transform .5s
}

.slide-right-enter[data-v-b84d8b03],
.slide-right-leave-to[data-v-b84d8b03] {
    transform: translate(100%)
}

.content-enter-active[data-v-b84d8b03] {
    transition: all .25s linear
}

.content-enter-from[data-v-b84d8b03] {
    opacity: 0;
    transform: scale(.95)
}

:root {
    --el-color-white: #ffffff;
    --el-color-black: #000000;
    --el-color-primary-rgb: 64, 158, 255;
    --el-color-success-rgb: 103, 194, 58;
    --el-color-warning-rgb: 230, 162, 60;
    --el-color-danger-rgb: 245, 108, 108;
    --el-color-error-rgb: 245, 108, 108;
    --el-color-info-rgb: 144, 147, 153;
    --el-font-size-extra-large: 20px;
    --el-font-size-large: 18px;
    --el-font-size-medium: 16px;
    --el-font-size-base: 14px;
    --el-font-size-small: 13px;
    --el-font-size-extra-small: 12px;
    --el-font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", 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;
    color-scheme: light;
    --el-color-primary: #409eff;
    --el-color-primary-light-3: rgb(121.3, 187.1, 255);
    --el-color-primary-light-5: rgb(159.5, 206.5, 255);
    --el-color-primary-light-7: rgb(197.7, 225.9, 255);
    --el-color-primary-light-8: rgb(216.8, 235.6, 255);
    --el-color-primary-light-9: rgb(235.9, 245.3, 255);
    --el-color-primary-dark-2: rgb(51.2, 126.4, 204);
    --el-color-success: #67c23a;
    --el-color-success-light-3: rgb(148.6, 212.3, 117.1);
    --el-color-success-light-5: rgb(179, 224.5, 156.5);
    --el-color-success-light-7: rgb(209.4, 236.7, 195.9);
    --el-color-success-light-8: rgb(224.6, 242.8, 215.6);
    --el-color-success-light-9: rgb(239.8, 248.9, 235.3);
    --el-color-success-dark-2: rgb(82.4, 155.2, 46.4);
    --el-color-warning: #e6a23c;
    --el-color-warning-light-3: rgb(237.5, 189.9, 118.5);
    --el-color-warning-light-5: rgb(242.5, 208.5, 157.5);
    --el-color-warning-light-7: rgb(247.5, 227.1, 196.5);
    --el-color-warning-light-8: rgb(250, 236.4, 216);
    --el-color-warning-light-9: rgb(252.5, 245.7, 235.5);
    --el-color-warning-dark-2: rgb(184, 129.6, 48);
    --el-color-danger: #f56c6c;
    --el-color-danger-light-3: rgb(248, 152.1, 152.1);
    --el-color-danger-light-5: rgb(250, 181.5, 181.5);
    --el-color-danger-light-7: rgb(252, 210.9, 210.9);
    --el-color-danger-light-8: rgb(253, 225.6, 225.6);
    --el-color-danger-light-9: rgb(254, 240.3, 240.3);
    --el-color-danger-dark-2: rgb(196, 86.4, 86.4);
    --el-color-error: #f56c6c;
    --el-color-error-light-3: rgb(248, 152.1, 152.1);
    --el-color-error-light-5: rgb(250, 181.5, 181.5);
    --el-color-error-light-7: rgb(252, 210.9, 210.9);
    --el-color-error-light-8: rgb(253, 225.6, 225.6);
    --el-color-error-light-9: rgb(254, 240.3, 240.3);
    --el-color-error-dark-2: rgb(196, 86.4, 86.4);
    --el-color-info: #909399;
    --el-color-info-light-3: rgb(177.3, 179.4, 183.6);
    --el-color-info-light-5: rgb(199.5, 201, 204);
    --el-color-info-light-7: rgb(221.7, 222.6, 224.4);
    --el-color-info-light-8: rgb(232.8, 233.4, 234.6);
    --el-color-info-light-9: rgb(243.9, 244.2, 244.8);
    --el-color-info-dark-2: rgb(115.2, 117.6, 122.4);
    --el-bg-color: #ffffff;
    --el-bg-color-page: #f2f3f5;
    --el-bg-color-overlay: #ffffff;
    --el-text-color-primary: #303133;
    --el-text-color-regular: #606266;
    --el-text-color-secondary: #909399;
    --el-text-color-placeholder: #a8abb2;
    --el-text-color-disabled: #c0c4cc;
    --el-border-color: #dcdfe6;
    --el-border-color-light: #e4e7ed;
    --el-border-color-lighter: #ebeef5;
    --el-border-color-extra-light: #f2f6fc;
    --el-border-color-dark: #d4d7de;
    --el-border-color-darker: #cdd0d6;
    --el-fill-color: #f0f2f5;
    --el-fill-color-light: #f5f7fa;
    --el-fill-color-lighter: #fafafa;
    --el-fill-color-extra-light: #fafcff;
    --el-fill-color-dark: #ebedf0;
    --el-fill-color-darker: #e6e8eb;
    --el-fill-color-blank: #ffffff;
    --el-box-shadow: 0px 12px 32px 4px rgba(0, 0, 0, .04), 0px 8px 20px rgba(0, 0, 0, .08);
    --el-box-shadow-light: 0px 0px 12px rgba(0, 0, 0, .12);
    --el-box-shadow-lighter: 0px 0px 6px rgba(0, 0, 0, .12);
    --el-box-shadow-dark: 0px 16px 48px 16px rgba(0, 0, 0, .08), 0px 12px 32px rgba(0, 0, 0, .12), 0px 8px 16px -8px rgba(0, 0, 0, .16);
    --el-disabled-bg-color: var(--el-fill-color-light);
    --el-disabled-text-color: var(--el-text-color-placeholder);
    --el-disabled-border-color: var(--el-border-color-light);
    --el-overlay-color: rgba(0, 0, 0, .8);
    --el-overlay-color-light: rgba(0, 0, 0, .7);
    --el-overlay-color-lighter: rgba(0, 0, 0, .5);
    --el-mask-color: rgba(255, 255, 255, .9);
    --el-mask-color-extra-light: rgba(255, 255, 255, .3);
    --el-border-width: 1px;
    --el-border-style: solid;
    --el-border-color-hover: var(--el-text-color-disabled);
    --el-border: var(--el-border-width) var(--el-border-style) var(--el-border-color);
    --el-svg-monochrome-grey: var(--el-border-color)
}

.fade-in-linear-enter-active,
.fade-in-linear-leave-active {
    transition: var(--el-transition-fade-linear)
}

.fade-in-linear-enter-from,
.fade-in-linear-leave-to {
    opacity: 0
}

.el-fade-in-linear-enter-active,
.el-fade-in-linear-leave-active {
    transition: var(--el-transition-fade-linear)
}

.el-fade-in-linear-enter-from,
.el-fade-in-linear-leave-to {
    opacity: 0
}

.el-fade-in-enter-active,
.el-fade-in-leave-active {
    transition: all var(--el-transition-duration) cubic-bezier(.55, 0, .1, 1)
}

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

.el-zoom-in-center-enter-active,
.el-zoom-in-center-leave-active {
    transition: all var(--el-transition-duration) cubic-bezier(.55, 0, .1, 1)
}

.el-zoom-in-center-enter-from,
.el-zoom-in-center-leave-active {
    opacity: 0;
    transform: scaleX(0)
}

.el-zoom-in-top-enter-active,
.el-zoom-in-top-leave-active {
    opacity: 1;
    transform: scaleY(1);
    transform-origin: center top;
    transition: var(--el-transition-md-fade)
}

.el-zoom-in-top-enter-active[data-popper-placement^=top],
.el-zoom-in-top-leave-active[data-popper-placement^=top] {
    transform-origin: center bottom
}

.el-zoom-in-top-enter-from,
.el-zoom-in-top-leave-active {
    opacity: 0;
    transform: scaleY(0)
}

.el-zoom-in-bottom-enter-active,
.el-zoom-in-bottom-leave-active {
    opacity: 1;
    transform: scaleY(1);
    transform-origin: center bottom;
    transition: var(--el-transition-md-fade)
}

.el-zoom-in-bottom-enter-from,
.el-zoom-in-bottom-leave-active {
    opacity: 0;
    transform: scaleY(0)
}

.el-zoom-in-left-enter-active,
.el-zoom-in-left-leave-active {
    opacity: 1;
    transform: scale(1);
    transform-origin: top left;
    transition: var(--el-transition-md-fade)
}

.el-zoom-in-left-enter-from,
.el-zoom-in-left-leave-active {
    opacity: 0;
    transform: scale(.45)
}

.collapse-transition {
    transition: var(--el-transition-duration) height ease-in-out, var(--el-transition-duration) padding-top ease-in-out, var(--el-transition-duration) padding-bottom ease-in-out
}

.el-collapse-transition-enter-active,
.el-collapse-transition-leave-active {
    transition: var(--el-transition-duration) max-height ease-in-out, var(--el-transition-duration) padding-top ease-in-out, var(--el-transition-duration) padding-bottom ease-in-out
}

.horizontal-collapse-transition {
    transition: var(--el-transition-duration) width ease-in-out, var(--el-transition-duration) padding-left ease-in-out, var(--el-transition-duration) padding-right ease-in-out
}

.el-list-enter-active,
.el-list-leave-active {
    transition: all 1s
}

.el-list-enter-from,
.el-list-leave-to {
    opacity: 0;
    transform: translateY(-30px)
}

.el-list-leave-active {
    position: absolute !important
}

.el-opacity-transition {
    transition: opacity var(--el-transition-duration) cubic-bezier(.55, 0, .1, 1)
}

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

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

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

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

    to {
        transform: rotate(1turn)
    }
}

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

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

.el-icon svg {
    height: 1em;
    width: 1em
}

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

.el-badge__content {
    align-items: center;
    background-color: var(--el-badge-bg-color);
    border: 1px solid var(--el-bg-color);
    border-radius: var(--el-badge-radius);
    color: var(--el-color-white);
    display: inline-flex;
    font-size: var(--el-badge-font-size);
    height: var(--el-badge-size);
    justify-content: center;
    padding: 0 var(--el-badge-padding);
    white-space: nowrap
}

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

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

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

.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-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);
    align-items: center;
    background-color: var(--el-message-bg-color);
    border-color: var(--el-message-border-color);
    border-radius: var(--el-border-radius-base);
    border-style: var(--el-border-style);
    border-width: var(--el-border-width);
    box-sizing: border-box;
    display: flex;
    gap: 8px;
    left: 50%;
    max-width: calc(100% - 32px);
    padding: var(--el-message-padding);
    position: fixed;
    top: 20px;
    transform: translate(-50%);
    transition: opacity var(--el-transition-duration), transform .4s, top .4s;
    width: -moz-fit-content;
    width: fit-content
}

.el-message.is-center {
    justify-content: center
}

.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--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;
    right: -8px;
    top: -8px
}

.el-message__content {
    font-size: 14px;
    line-height: 1;
    padding: 0
}

.el-message__content:focus {
    outline-width: 0
}

.el-message .el-message__closeBtn {
    color: var(--el-message-close-icon-color);
    cursor: pointer;
    font-size: var(--el-message-close-size)
}

.el-message .el-message__closeBtn:focus {
    outline-width: 0
}

.el-message .el-message__closeBtn:hover {
    color: var(--el-message-close-hover-color)
}

.el-message-fade-enter-from,
.el-message-fade-leave-to {
    opacity: 0;
    transform: translate(-50%, -100%)
}

.el-notification {
    --el-notification-width: 330px;
    --el-notification-padding: 14px 26px 14px 13px;
    --el-notification-radius: 8px;
    --el-notification-shadow: var(--el-box-shadow-light);
    --el-notification-border-color: var(--el-border-color-lighter);
    --el-notification-icon-size: 24px;
    --el-notification-close-font-size: var(--el-message-close-size, 16px);
    --el-notification-group-margin-left: 13px;
    --el-notification-group-margin-right: 8px;
    --el-notification-content-font-size: var(--el-font-size-base);
    --el-notification-content-color: var(--el-text-color-regular);
    --el-notification-title-font-size: 16px;
    --el-notification-title-color: var(--el-text-color-primary);
    --el-notification-close-color: var(--el-text-color-secondary);
    --el-notification-close-hover-color: var(--el-text-color-regular);
    background-color: var(--el-bg-color-overlay);
    border: 1px solid var(--el-notification-border-color);
    border-radius: var(--el-notification-radius);
    box-shadow: var(--el-notification-shadow);
    box-sizing: border-box;
    display: flex;
    overflow: hidden;
    overflow-wrap: break-word;
    padding: var(--el-notification-padding);
    position: fixed;
    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);
    width: var(--el-notification-width);
    z-index: 9999
}

.el-notification.right {
    right: 16px
}

.el-notification.left {
    left: 16px
}

.el-notification__group {
    margin-left: var(--el-notification-group-margin-left);
    margin-right: var(--el-notification-group-margin-right)
}

.el-notification__title {
    color: var(--el-notification-title-color);
    font-size: var(--el-notification-title-font-size);
    font-weight: 700;
    line-height: var(--el-notification-icon-size);
    margin: 0
}

.el-notification__content {
    color: var(--el-notification-content-color);
    font-size: var(--el-notification-content-font-size);
    line-height: 24px;
    margin: 6px 0 0
}

.el-notification__content p {
    margin: 0
}

.el-notification .el-notification__icon {
    font-size: var(--el-notification-icon-size);
    height: var(--el-notification-icon-size);
    width: var(--el-notification-icon-size)
}

.el-notification .el-notification__closeBtn {
    color: var(--el-notification-close-color);
    cursor: pointer;
    font-size: var(--el-notification-close-font-size);
    position: absolute;
    right: 15px;
    top: 18px
}

.el-notification .el-notification__closeBtn:hover {
    color: var(--el-notification-close-hover-color)
}

.el-notification .el-notification--success {
    --el-notification-icon-color: var(--el-color-success);
    color: var(--el-notification-icon-color)
}

.el-notification .el-notification--info {
    --el-notification-icon-color: var(--el-color-info);
    color: var(--el-notification-icon-color)
}

.el-notification .el-notification--warning {
    --el-notification-icon-color: var(--el-color-warning);
    color: var(--el-notification-icon-color)
}

.el-notification .el-notification--error {
    --el-notification-icon-color: var(--el-color-error);
    color: var(--el-notification-icon-color)
}

.el-notification-fade-enter-from.right {
    right: 0;
    transform: translate(100%)
}

.el-notification-fade-enter-from.left {
    left: 0;
    transform: translate(-100%)
}

.el-notification-fade-leave-to {
    opacity: 0
}

.container[data-v-0bf434d6] {
    width: 1280px;
    margin: 0 auto;
    padding-top: 20px;
    position: relative;
    z-index: 0;
    min-width: unset
}

.container .container-mind[data-v-0bf434d6] {
    padding: 10px 0 20px 10px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden
}

.container .user-box[data-v-0bf434d6] {
    overflow: hidden
}

.container .user-box .mind[data-v-0bf434d6] {
    overflow: hidden;
    padding: 0 20px
}

.container .right-top-bg[data-v-0bf434d6] {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 830px
}

.container .aside[data-v-0bf434d6] {
    height: 100%;
    padding: 0;
    position: relative;
    overflow: hidden
}

.container .aside .logo[data-v-0bf434d6] {
    width: 200px;
    margin: 15px 0
}

.container .aside .logo[data-v-0bf434d6]:active {
    opacity: .7
}

.container .aside .h-menu[data-v-0bf434d6] {
    border-right: none;
    min-width: 200px
}

.container .aside[data-v-0bf434d6] .el-menu .el-menu-item {
    height: 44px;
    width: 100%;
    font-size: 16px;
    background-color: #fff
}

.container .aside[data-v-0bf434d6] .el-menu .el-menu-item:hover {
    background-color: #f5f5f5
}

.container .aside[data-v-0bf434d6] .el-menu .el-menu-item.is-active {
    color: #488ded;
    background-color: #e4eeff !important
}

.container .aside[data-v-0bf434d6] .el-menu .el-sub-menu .el-menu-item {
    background-color: #f7faff;
    font-size: 14px
}

.container .aside[data-v-0bf434d6] .el-menu .el-sub-menu .el-sub-menu__title {
    height: 44px;
    font-size: 16px
}

.container .aside[data-v-0bf434d6] .el-menu .el-sub-menu .el-sub-menu__title:hover {
    background-color: #f5f5f5
}

.container .aside[data-v-0bf434d6] .el-menu .el-sub-menu .el-sub-menu__title>span {
    display: flex !important;
    align-items: center !important
}

.container .aside[data-v-0bf434d6] .el-menu .el-sub-menu .el-menu .el-menu-item {
    color: #999
}

.container .aside[data-v-0bf434d6] .el-menu .el-sub-menu .el-menu .el-menu-item:hover {
    background-color: #f5f5f5
}

.container .aside[data-v-0bf434d6] .el-menu .el-sub-menu .el-menu .is-active,
.container .aside[data-v-0bf434d6] .el-menu .is-active .el-sub-menu__title {
    color: #488ded;
    background-color: #f7faff
}

.container .collapse-aside .cloud-logo[data-v-0bf434d6] {
    cursor: pointer;
    transition: transform .2s, opacity .2s
}

.container .collapse-aside .cloud-logo[data-v-0bf434d6]:active {
    transform: scale(.9);
    opacity: .7
}

.container .collapse-aside .el-row[data-v-0bf434d6] {
    border-right: solid 1px var(--el-menu-border-color)
}

.container .collapse[data-v-0bf434d6],
.container .expand[data-v-0bf434d6] {
    position: absolute;
    bottom: 56px;
    right: 22px;
    width: 24px;
    transition: transform .2s, box-shadow .2s, filter .2s;
    cursor: pointer
}

.container .collapse[data-v-0bf434d6]:hover,
.container .expand[data-v-0bf434d6]:hover {
    filter: brightness(1.2)
}

.container .expand[data-v-0bf434d6] {
    left: 18px;
    transform: rotatey(180deg)
}

.container .el-main[data-v-0bf434d6] {
    padding: 0;
    margin: 0
}

.container .el-main .content[data-v-0bf434d6],
.container .el-main .full-screen[data-v-0bf434d6] {
    overflow: auto
}

.container .el-header[data-v-0bf434d6] {
    padding: 0
}

.collapse-leave-active[data-v-0bf434d6],
.expand-leave-active[data-v-0bf434d6] {
    transition: all .5s ease
}

.collapse-leave-to[data-v-0bf434d6] {
    width: 60px;
    opacity: .5
}

.expand-leave-to[data-v-0bf434d6] {
    width: 200px;
    opacity: .5
}

.big_box[data-v-b79f96e7] {
    background: #fff;
    height: 100vh
}

.big_box[data-v-b79f96e7] .aside {
    width: 320px
}

.big_box[data-v-b79f96e7] .aside .is-active {
    background: #d9e6fa !important;
    color: #488ded
}

.big_box .main_container[data-v-b79f96e7] {
    width: calc(100% - 320px);
    padding: 20px;
    box-sizing: border-box;
    background-color: #f3f6fa;
    box-shadow: inset 0 0 10px #0000001a;
    height: 100%;
    overflow-y: auto
}

.big_box .main_container .el-main[data-v-b79f96e7],
.big_box .main_container .content[data-v-b79f96e7] {
    height: 100%
}

.header_box[data-v-b79f96e7] {
    width: 100%;
    height: 60px;
    color: #333;
    padding: 0 30px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    opacity: .8;
    background-color: #fff
}

.header_box .name[data-v-b79f96e7] {
    font-size: 16px;
    font-weight: 500;
    color: #333
}

.header_box img[data-v-b79f96e7] {
    width: 122px;
    height: 31px
}

.header_box .info[data-v-b79f96e7] {
    display: flex;
    align-items: center
}

.header_box .info .exit[data-v-b79f96e7] {
    border-radius: 4px;
    text-align: center;
    line-height: 34px;
    color: red;
    background: none;
    cursor: pointer
}

.header_box .info_box[data-v-b79f96e7] {
    display: flex;
    align-items: center;
    margin-right: 20px
}

.header_box .info_box img[data-v-b79f96e7] {
    width: 34px;
    height: 34px;
    margin-right: 10px
}

.header_box .info_box .balance[data-v-b79f96e7] {
    margin-right: 10px
}

.header_box .info_box .refresh_icon[data-v-b79f96e7] {
    width: 24px;
    height: 24px;
    cursor: pointer;
    margin-right: 10px
}

.header_box .info_box .rotate-class[data-v-b79f96e7] {
    animation: rotate-b79f96e7 1s linear infinite
}

@keyframes rotate-b79f96e7 {
    0% {
        -webkit-transform: rotate(0deg)
    }

    25% {
        -webkit-transform: rotate(90deg)
    }

    50% {
        -webkit-transform: rotate(180deg)
    }

    75% {
        -webkit-transform: rotate(270deg)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

.container[data-v-b79f96e7] {
    height: calc(100% - 60px);
    background: #fff;
    position: relative;
    z-index: 0
}

.container .right-top-bg[data-v-b79f96e7] {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 830px
}

.container .aside[data-v-b79f96e7] {
    height: 100%;
    padding: 0;
    position: relative;
    overflow: hidden
}

.container .aside .logo[data-v-b79f96e7] {
    width: 200px;
    margin: 15px 0
}

.container .aside .logo[data-v-b79f96e7]:active {
    opacity: .7
}

.container .aside .h-menu[data-v-b79f96e7] {
    border-right: none;
    min-width: 200px
}

.container .aside .h-menu[data-v-b79f96e7] .el-menu-item {
    height: 56px;
    width: 100%;
    background-color: #fff
}

.container .aside .h-menu[data-v-b79f96e7] .el-menu-item.is-active {
    color: #488ded
}

.container .aside .h-menu[data-v-b79f96e7] .el-sub-menu__title>span {
    display: flex !important;
    align-items: center !important
}

.container .aside .h-menu[data-v-b79f96e7] .el-menu-item.is-active,
.container .aside .h-menu[data-v-b79f96e7] .el-sub-menu.is-active .el-sub-menu__title,
.container .aside .h-menu[data-v-b79f96e7] .el-sub-menu.is-active .el-sub-menu .el-sub-menu__title,
.container .aside .h-menu[data-v-b79f96e7] .el-sub-menu.is-active .el-sub-menu.is-active .el-sub-menu__title {
    color: #488ded
}

.container .aside .h-menu[data-v-b79f96e7] .el-sub-menu.is-active .el-sub-menu.is-active .el-sub-menu__title>span {
    display: flex !important;
    align-items: center !important
}

.container .collapse-aside .cloud-logo[data-v-b79f96e7] {
    cursor: pointer;
    transition: transform .2s, opacity .2s
}

.container .collapse-aside .cloud-logo[data-v-b79f96e7]:active {
    transform: scale(.9);
    opacity: .7
}

.container .collapse-aside .el-row[data-v-b79f96e7] {
    border-right: solid 1px var(--el-menu-border-color)
}

.container .collapse-aside .el-menu[data-v-b79f96e7] .el-menu-item {
    padding: 0 0 0 15px;
    box-sizing: border-box;
    cursor: pointer;
    transition: transform .1s, opacity .1s
}

.container .collapse-aside .el-menu[data-v-b79f96e7] .el-menu-item:active {
    transform: scale(.8);
    opacity: .7
}

.container .collapse[data-v-b79f96e7],
.container .expand[data-v-b79f96e7] {
    position: absolute;
    bottom: 56px;
    right: 22px;
    width: 24px;
    transition: transform .2s, box-shadow .2s, filter .2s;
    cursor: pointer
}

.container .collapse[data-v-b79f96e7]:hover,
.container .expand[data-v-b79f96e7]:hover {
    filter: brightness(1.2)
}

.container .expand[data-v-b79f96e7] {
    left: 18px;
    transform: rotatey(180deg)
}

.container .el-main[data-v-b79f96e7] {
    padding: 0;
    margin: 0
}

.container .el-header[data-v-b79f96e7] {
    padding: 0
}

.collapse-leave-active[data-v-b79f96e7],
.expand-leave-active[data-v-b79f96e7] {
    transition: all .5s ease
}

.collapse-leave-to[data-v-b79f96e7] {
    width: 60px;
    opacity: .5
}

.expand-leave-to[data-v-b79f96e7] {
    width: 200px;
    opacity: .5
}

[data-v-b79f96e7]::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5
}

[data-v-b79f96e7]::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .1);
    background-color: #32d0e580
}

.login[data-v-eebd0c2a] {
    font-size: 14px;
    color: #333;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center
}

.login[data-v-eebd0c2a]:hover {
    color: #488ded
}

.register[data-v-eebd0c2a] {
    font-size: 14px;
    color: #333;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #488ded;
    margin-left: 8px
}

.register .icon[data-v-eebd0c2a] {
    width: 18px;
    height: 18px;
    margin-left: 5px
}

.name-box[data-v-eebd0c2a] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    cursor: pointer
}

.name-box .login-popper[data-v-eebd0c2a] {
    padding: 0
}

.name-box .label[data-v-eebd0c2a] {
    font-size: 14px;
    color: #333;
    margin-right: 5px
}

.name-box .val[data-v-eebd0c2a] {
    font-size: 14px;
    font-weight: 600
}

.name-box .num[data-v-eebd0c2a] {
    font-size: 12px;
    font-weight: 500;
    padding: 2px 4px;
    background-color: #dd524d;
    color: #fff;
    border-radius: 500px;
    margin-left: 6px
}

.menus .menus-item[data-v-eebd0c2a] {
    display: flex;
    width: 100%;
    min-height: 40px;
    line-height: 40px;
    align-items: center;
    color: #333;
    cursor: pointer;
    padding: 0 20px;
    box-sizing: border-box
}

.menus .menus-item>img[data-v-eebd0c2a] {
    width: 14px;
    height: 14px
}

.menus .menus-item .menus-text[data-v-eebd0c2a] {
    line-height: 40px;
    font-size: 16px;
    margin-left: 10px;
    font-weight: 400
}

.menus .menus-item .menus-text[data-v-eebd0c2a]:hover {
    color: #488ded
}

.menus .menus-item[data-v-eebd0c2a]:hover {
    background: #f5f5f5
}

.menus .menus-item .num[data-v-eebd0c2a] {
    display: flex;
    margin-left: 10px;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: #dd524d;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 12px
}

.el-collapse[data-v-eebd0c2a] {
    --el-collapse-border-color: transparent !important
}

.el-collapse[data-v-eebd0c2a]:hover {
    color: #488ded
}

.el-collapse .el-collapse-item[data-v-eebd0c2a] {
    background: none
}

[data-v-eebd0c2a] .el-collapse-item__content {
    padding-bottom: 0;
    background: none
}

.menus_collapse[data-v-eebd0c2a] {
    padding: 0 !important
}

.menus_collapse[data-v-eebd0c2a] .el-collapse .el-collapse-item__header {
    background: none !important
}

.menus_collapse[data-v-eebd0c2a] .el-collapse .el-collapse-item {
    padding: 0 20px
}

.menus_collapse[data-v-eebd0c2a] .el-collapse .el-collapse-item.is-active {
    background: #f7faff
}

.menus_collapse[data-v-eebd0c2a] .el-collapse .el-collapse-item.is-active .menus-text,
.menus_collapse[data-v-eebd0c2a] .el-collapse .el-collapse-item.is-active .el-collapse-item__arrow {
    color: #488ded
}

.menus_collapse[data-v-eebd0c2a] .el-collapse .el-collapse-item__wrap {
    background: none
}

.menus_collapse[data-v-eebd0c2a] .el-collapse .el-collapse-item__wrap .el-collapse-item__content .menus-text {
    font-size: 14px;
    color: #999
}

.menus_collapse[data-v-eebd0c2a] .el-collapse .el-collapse-item__wrap .el-collapse-item__content .menus-text:hover,
.primary[data-v-948e4ebb] {
    color: #488ded
}

.mind-box[data-v-948e4ebb] {
    display: flex;
    align-items: center;
    justify-content: center
}

.mind-box .left-box[data-v-948e4ebb] {
    flex: 1
}

.mind-box .left-box .money[data-v-948e4ebb] {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    display: flex;
    align-items: center
}

.mind-box .left-box .money .num[data-v-948e4ebb] {
    margin-right: 4px;
    color: #488ded
}

.mind-box .left-box .name[data-v-948e4ebb] {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.mind-box .right-box[data-v-948e4ebb] {
    width: 95px
}

.mind-box .right-box .btn[data-v-948e4ebb] {
    width: 95px;
    height: 32px;
    order: 1px solid #f3f9ff;
    color: #488ded;
    font-size: 14px;
    margin: 0
}

.mind-box .right-box .btn[data-v-948e4ebb]:nth-child(n+2) {
    margin-top: 5px
}

.name-box[data-v-948e4ebb] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px
}

.name-box .label[data-v-948e4ebb] {
    font-size: 14px;
    color: #333
}

.name-box .val[data-v-948e4ebb] {
    font-size: 14px;
    font-weight: 600
}

.name-box .num[data-v-948e4ebb] {
    font-size: 12px;
    font-weight: 500;
    padding: 2px 4px;
    background-color: #488ded;
    color: #fff;
    border-radius: 500px;
    margin-left: 6px
}

.refresh-icon[data-v-948e4ebb] {
    width: 24px;
    height: 100%;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #999
}

.load-box[data-v-948e4ebb] {
    width: 50px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.load-box .load[data-v-948e4ebb] {
    overflow: hidden;
    height: 8px;
    width: 50px;
    display: flex;
    justify-content: center
}

.load-box .loader[data-v-948e4ebb],
.load-box .loader[data-v-948e4ebb]:before,
.load-box .loader[data-v-948e4ebb]:after {
    margin-top: -8px;
    display: block;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    background-color: red;
    animation-fill-mode: both;
    animation: bblFadInOut-948e4ebb 1.8s infinite ease-in-out
}

.load-box .loader[data-v-948e4ebb] {
    color: #488ded;
    font-size: 7px;
    position: relative;
    text-indent: -9999em;
    transform: translateZ(0);
    animation-delay: -.16s
}

.load-box .loader[data-v-948e4ebb]:before,
.load-box .loader[data-v-948e4ebb]:after {
    content: "";
    position: absolute;
    top: 8px
}

.load-box .loader[data-v-948e4ebb]:before {
    left: -16px;
    animation-delay: -.32s
}

.load-box .loader[data-v-948e4ebb]:after {
    left: 16px
}

@keyframes bblFadInOut-948e4ebb {

    0%,
    80%,
    to {
        box-shadow: 0 8px 0 -1.3em
    }

    40% {
        box-shadow: 0 8px
    }
}

.menus[data-v-948e4ebb] .el-menu {
    border-right: 0
}

.menus[data-v-948e4ebb] .el-menu .el-menu-item,
.menus[data-v-948e4ebb] .el-menu .el-sub-menu__title {
    height: 40px;
    line-height: 40px;
    color: #5f5f5f;
    font-size: 16px;
    padding: 0
}

.menus[data-v-948e4ebb] .el-menu .el-sub-menu__title .el-sub-menu__icon-arrow {
    margin-right: -20px
}

.menus[data-v-948e4ebb] .el-menu .el-menu--inline .el-menu-item {
    padding-left: 30px;
    color: #999;
    font-size: 14px
}

.primary[data-v-929facfc] {
    color: #488ded
}

.box[data-v-929facfc] {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.box .notice-box[data-v-929facfc] {
    width: 370px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    box-sizing: border-box;
    cursor: pointer;
    color: #5f5f5f
}

.box .notice-box:hover .notice-icon[data-v-929facfc] {
    color: #488ded
}

.box .notice-box .notice-icon[data-v-929facfc] {
    font-size: 14px;
    color: #bfbfbf;
    margin-right: 10px
}

.box .notice-box .marquee[data-v-929facfc] {
    flex: 1;
    box-sizing: border-box;
    word-break: break-all;
    white-space: nowrap;
    overflow: hidden
}

.box .notice-box .marquee .marquee-txt[data-v-929facfc] {
    display: inline-block;
    padding-left: 100%;
    animation: marqueeTransform-929facfc 30s linear infinite;
    font-family: PingFangSC;
    font-size: 14px;
    text-align: center
}

.box .notice-box .marquee .marquee-txt[data-v-929facfc]:hover {
    color: #333
}

@keyframes marqueeTransform-929facfc {
    0% {
        transform: translate(0)
    }

    to {
        transform: translate(-100%)
    }
}

.box .nav[data-v-929facfc] {
    height: 100%;
    display: flex
}

.box .nav .item[data-v-929facfc] {
    height: 100%;
    padding: 0 10px;
    flex-grow: 0;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center
}

.box .nav .item[data-v-929facfc]:hover {
    color: #488ded
}

.box .nav .item a[data-v-929facfc] {
    color: #333
}

.box .nav .item a[data-v-929facfc]:hover {
    color: #488ded
}

.box .img-box[data-v-929facfc] {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px
}

.box .img-box .img[data-v-929facfc] {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.box .img-box .img img[data-v-929facfc] {
    width: 18px;
    height: 18px
}

.box .img-box .btn[data-v-929facfc] {
    padding: 2px 8px;
    border-radius: 4px;
    line-height: 14px;
    height: 26px;
    border: 1px solid #c8ddfa;
    background-color: #f7faff;
    font-size: 14px;
    color: #5f5f5f;
    display: flex;
    align-items: center;
    justify-content: center
}

.box .img-box .btn[data-v-929facfc]:hover {
    background-color: #fff
}

.box .img-box .btn .img[data-v-929facfc] {
    width: 18px;
    height: 18px;
    margin-right: 5px
}

.box .img-box .el-button+.el-button[data-v-929facfc] {
    margin-left: 8px
}

.box .price-box[data-v-929facfc],
.box .name-box[data-v-929facfc] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    cursor: pointer
}

.box .price-box .label[data-v-929facfc],
.box .name-box .label[data-v-929facfc] {
    font-size: 14px;
    color: #333;
    margin-right: 5px
}

.box .price-box .val[data-v-929facfc],
.box .name-box .val[data-v-929facfc] {
    font-size: 14px;
    font-weight: 600
}

.box .price-box .num[data-v-929facfc],
.box .name-box .num[data-v-929facfc] {
    font-size: 12px;
    font-weight: 500;
    padding: 2px 4px;
    background-color: #488ded;
    color: #fff;
    border-radius: 500px;
    margin-left: 6px
}

.page[data-v-7186e671] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff
}

.mind[data-v-7186e671] {
    display: flex;
    justify-content: center;
    padding: 10px 0
}

.enters[data-v-7186e671] {
    width: 130px
}

.enters .border_none[data-v-7186e671] {
    border: none !important
}

.enters:first-child .menu_sec[data-v-7186e671] {
    border-left: 0
}

.enters .menu_sec[data-v-7186e671] {
    border-left: 1px solid #f5f5f5
}

.enters .menu_sec .enter[data-v-7186e671] {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
    color: #5f5f5f;
    line-height: 1;
    overflow: hidden;
    transition: transform .2s
}

.enters .menu_sec .enter[data-v-7186e671]:hover {
    background-color: #f5f5f5
}

.enters .menu_sec .enter:hover dt[data-v-7186e671] {
    transform: translate(5px)
}

.enters .menu_sec .enter[data-v-7186e671]:active {
    background-color: #f8faff;
    color: #488ded
}

.enters .title[data-v-7186e671] {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #999;
    display: flex;
    justify-content: center;
    align-items: center
}

.enters_row[data-v-7186e671] {
    width: 260px
}

.enters_row .menu_sec[data-v-7186e671] {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.enters_row .menu_sec .enter[data-v-7186e671] {
    width: 129px
}

.page[data-v-2d530da3] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff
}

.enters[data-v-2d530da3] {
    width: 160px
}

.enters .enter[data-v-2d530da3] {
    height: 50px;
    line-height: 50px;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    color: #5f5f5f;
    text-align: center;
    width: 100%;
    overflow: hidden;
    transition: transform .2s
}

.enters .enter[data-v-2d530da3]:hover {
    background-color: #f5f5f5;
    color: #488ded
}

.enters .enter:hover div[data-v-2d530da3] {
    transform: translate(5px)
}

.enters .enter-all[data-v-2d530da3] {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #488ded;
    font-weight: 600
}

.enters .enter-all div[data-v-2d530da3] {
    transition: transform .2s
}

.enters .enter-all[data-v-2d530da3]:hover {
    background-color: #f5f5f5;
    color: #488ded
}

.enters .enter-all:hover div[data-v-2d530da3] {
    transform: translate(5px)
}

.page[data-v-327fb60a] {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.logo[data-v-327fb60a] {
    width: 200px;
    height: auto;
    cursor: pointer
}

.sub-nav[data-v-327fb60a] {
    height: 0;
    overflow: hidden;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 120px;
    z-index: 1
}

.lottery-nav[data-v-327fb60a] {
    height: 0;
    overflow: hidden;
    width: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 120px;
    left: 0;
    right: 0;
    z-index: 1
}

.menus[data-v-327fb60a] {
    flex: 1;
    height: 80px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    color: #333
}

.menus .menu[data-v-327fb60a] {
    width: 119px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.menus .menu .name[data-v-327fb60a] {
    font-size: 18px
}

.menus .menu[data-v-327fb60a]:hover,
.menus .menu.hover[data-v-327fb60a] {
    color: #488ded
}

.menus .menu-active .name[data-v-327fb60a] {
    font-weight: 600;
    color: #488ded
}

.menu.menu-hover[data-v-327fb60a] section{
        display: none;
}

.menu.menu-hover.lot:hover section,
.menu.menu-hover.live:hover section,
.menu.menu-hover.sp:hover section,
.menu.menu-hover.eg:hover section,
.menu.menu-hover.qi:hover section,
.menu.menu-hover.fish:hover section {
        display: flex;
}

.menus .menu-hover:hover .lottery-nav[data-v-327fb60a],
.menus .menu-hover:hover .sub-nav[data-v-327fb60a] {
    height: auto
}

.enters[data-v-327fb60a] {
    display: flex;
    align-items: center;
    font-size: 14px
}

.enters .enter[data-v-327fb60a] {
    color: #5f5f5f;
    padding: 0 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer
}

.enters .enter .icon[data-v-327fb60a] {
    font-size: 22px;
    color: #488ded;
    transition: all .3s
}

.enters .enter .label[data-v-327fb60a] {
    line-height: 20px;
    margin-top: 5px
}

.enters .enter[data-v-327fb60a]:hover {
    color: #488ded
}

.enters .enter:hover .icon[data-v-327fb60a] {
    transform: scale(1.2)
}

.transition-section[data-v-327fb60a] {
    left: 0;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 120px;
    min-height: 100px
}

.transition-section.lot[data-v-327fb60a] {
    width: 100%;
    background: #fff
}

.transition-section.lot .content[data-v-327fb60a] {
    width: 1280px !important
}

.transition-section .content[data-v-327fb60a] {
    max-width: 1280px;
    display: flex;
    justify-content: center;
    align-content: center
}

.slide-fade-enter-active[data-v-327fb60a] {
    transition: transform .2s ease-out, opacity .2s ease-out
}

.slide-fade-leave-active[data-v-327fb60a] {
    transition: transform .2s linear, opacity .2s linear
}

.slide-fade-enter-from[data-v-327fb60a],
.slide-fade-leave-to[data-v-327fb60a] {
    transform: translateY(10px);
    opacity: 0
}

.fixed_bar_box[data-v-c7558740] {
    display: flex;
    align-items: center
}

.fixed_bar_box .fixed_bar[data-v-c7558740] {
    background: #fff;
    border-radius: 6px 0 0 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    color: #999;
    padding: 10px 0;
    box-sizing: border-box
}

.fixed_bar_box .fixed_bar .bar_item[data-v-c7558740] {
    padding: 0 9px;
    margin-bottom: 10px
}

.fixed_bar_box .fixed_bar .bar_item .item[data-v-c7558740] {
    width: 48px;
    cursor: pointer;
    padding: 3px 0;
    min-height: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.fixed_bar_box .fixed_bar .bar_item .item img[data-v-c7558740] {
    height: 30px;
    width: auto
}

.fixed_bar_box .fixed_bar .bar_item .item .name[data-v-c7558740] {
    margin-top: 6px;
    text-align: center;
    color: #999
}

.fixed_bar_box .fixed_bar .bar_item .item[data-v-c7558740]:hover {
    background: #eee;
    border-radius: 4px;
    color: #5f5f5f
}

.fixed_bar_box .fixed_bar .bottom_hide[data-v-c7558740] {
    width: 66px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #999;
    cursor: pointer;
    height: 30px
}

.fixed_bar_box .fixed_bar .bottom_hide i[data-v-c7558740] {
    font-size: 12px;
    margin-left: 4px
}

.fixed_bar_box .fixed_bar .bottom_hide[data-v-c7558740]:hover {
    color: #488ded
}

.fixed_bar_box .bottom_show[data-v-c7558740] {
    width: 36px;
    height: 86px;
    cursor: pointer
}

.fixed_bar_box .bottom_show img[data-v-c7558740] {
    width: 100%;
    height: 100%
}

@keyframes slideInRight-c7558740 {
    0% {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.animate_slideInRight[data-v-c7558740] {
    animation-name: slideInRight-c7558740;
    animation-duration: .2s;
    animation-fill-mode: both
}

@keyframes slideOutRight-c7558740 {
    0% {
        transform: translateZ(0)
    }

    to {
        transform: translate3d(100%, 0, 0);
        visibility: hidden
    }
}

.animate_slideOutRight[data-v-c7558740] {
    animation-name: slideOutRight-c7558740;
    animation-duration: .3s;
    animation-fill-mode: both
}

[data-v-5aaa5c48] .ntice_details * {
    margin: revert !important
}

[data-v-5aaa5c48] .ntice_details h1,
[data-v-5aaa5c48] .ntice_details h2,
[data-v-5aaa5c48] .ntice_details h3,
[data-v-5aaa5c48] .ntice_details h4,
[data-v-5aaa5c48] .ntice_details h5,
[data-v-5aaa5c48] .ntice_details h6 {
    font-size: revert !important
}

[data-v-5aaa5c48] .ntice_details strong {
    font-weight: 700 !important
}

[data-v-5aaa5c48] .ntice_details img {
    width: 100%;
    height: auto
}

.sign_box[data-v-ade14586] .sign_dialog {
    background: none;
    box-shadow: none;
    background: url(../images/big_bg-bl7ngd_o.png) no-repeat center;
    background-size: 100% 100%;
    position: relative;
    padding: 0 70px;
    box-sizing: border-box;
    height: 510px
}

.sign_box[data-v-ade14586] .sign_dialog .top_info {
    margin-top: 120px;
    display: flex;
    justify-content: flex-end;
    color: #767d84;
    font-size: 16px;
    align-items: center;
    padding-right: 10px;
    box-sizing: border-box
}

.sign_box[data-v-ade14586] .sign_dialog .top_info .top_box {
    display: flex;
    align-items: center
}

.sign_box[data-v-ade14586] .sign_dialog .top_info p {
    margin: 0 4px;
    color: #ff7422
}

.sign_box[data-v-ade14586] .sign_dialog .info_list {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10px
}

.sign_box[data-v-ade14586] .sign_dialog .info_list .info_item {
    width: 23%;
    height: 88px;
    margin-bottom: 15px
}

.sign_box[data-v-ade14586] .sign_dialog .info_list .info_item .common_item {
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #767d84
}

.sign_box[data-v-ade14586] .sign_dialog .info_list .info_item .common_item .coin {
    width: 34px;
    height: auto
}

.sign_box[data-v-ade14586] .sign_dialog .info_list .info_item .common_item .red_beg {
    width: 45px;
    height: auto
}

.sign_box[data-v-ade14586] .sign_dialog .info_list .info_item .common_item .bottom_days {
    margin-top: 5px
}

.sign_box[data-v-ade14586] .sign_dialog .info_list .info_item .last_item {
    flex-direction: row
}

.sign_box[data-v-ade14586] .sign_dialog .info_list .info_item .last_item .right_item {
    margin-left: 10px
}

.sign_box[data-v-ade14586] .sign_dialog .info_list .info_item .last_item .right_item .top_con {
    color: #ff7422
}

.sign_box[data-v-ade14586] .sign_dialog .info_list .info_item .last_item .right_item .days_right {
    margin-top: 5px
}

.sign_box[data-v-ade14586] .sign_dialog .info_list .info_item .signed_days {
    color: #10c623
}

.sign_box[data-v-ade14586] .sign_dialog .info_list .info_item .will_signed {
    background-image: linear-gradient(to right, #f5c75e, #ff8549);
    color: #fff
}

.sign_box[data-v-ade14586] .sign_dialog .info_list .info_item .will_signed .right_item .top_con {
    color: #fff
}

.sign_box[data-v-ade14586] .sign_dialog .info_list .more_width {
    width: 49%
}

.sign_box[data-v-ade14586] .sign_dialog .sing_btn {
    cursor: pointer;
    margin-top: 10px;
    width: 100%;
    height: 42px;
    text-align: center;
    line-height: 42px;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    border-radius: 22px;
    border: solid 2px #ffce66;
    background-image: linear-gradient(to right, #f5c75e, #ff8549)
}

.sign_box[data-v-ade14586] .sign_dialog .has_signed {
    border: solid 2px #ffce66;
    background-image: linear-gradient(to right, #f5c75e, #ff8549);
    color: #ffffff80
}

.sign_box[data-v-ade14586] .sign_dialog .bottom_btn {
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.sign_box[data-v-ade14586] .sign_dialog .bottom_btn .act_btn {
    width: 75px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 20px;
    border: solid 1px #ff7422;
    font-size: 12px;
    color: #ff7422;
    cursor: pointer
}

.sign_box[data-v-ade14586] .sign_dialog .bottom_btn .act_btn:nth-child(n+2) {
    margin-left: 20px
}

.sign_box[data-v-ade14586] .sign_dialog .close_con {
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 20px;
    font-size: 32px
}

.sign_box[data-v-ade14586] .rules_dialog {
    padding: 0 0 30px
}

.sign_box[data-v-ade14586] .rules_dialog .el-dialog__header {
    height: 52px;
    color: #fff;
    background: #488ded;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 0
}

.sign_box[data-v-ade14586] .rules_dialog .el-dialog__header .el-dialog__title {
    color: #fff
}

.sign_box[data-v-ade14586] .rules_dialog .el-dialog__header .el-dialog__close {
    color: #fff;
    font-size: 18px
}

.sign_box[data-v-ade14586] .rules_dialog .el-dialog__body {
    padding: 16px 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center
}

.sign_box[data-v-ade14586] .rules_dialog .el-dialog__body .content,
.sign_box[data-v-ade14586] .rules_dialog .el-dialog__body .content img {
    width: 100%
}

.sign_box[data-v-ade14586] .records_box .el-dialog__header {
    text-align: left
}

.sign_box[data-v-ade14586] .records_box .el-dialog__body .form_item {
    display: flex;
    align-items: center
}

.sign_box[data-v-ade14586] .records_box .el-dialog__body .form_item .label {
    font-size: 14px;
    color: #5f5f5f
}

.sign_box[data-v-ade14586] .records_box .el-dialog__body .form_item :deep(.el-input__wrapper) {
    flex-grow: inherit
}

.sign_box[data-v-ade14586] .records_box .el-dialog__body .table_cont {
    margin-top: 20px
}

.sign_box[data-v-ade14586] .records_box .el-dialog__body .table_cont .el-table th.el-table__cell {
    background-color: #f5f5f5;
    color: #999
}

.sign_box[data-v-ade14586] .records_box .el-dialog__body .table_cont .el-table .el-table__body-wrapper {
    border-radius: 4px
}

.sign_box[data-v-ade14586] .records_box .el-dialog__body .table_cont .btn-prev,
.sign_box[data-v-ade14586] .records_box .el-dialog__body .table_cont .btn-next {
    width: 60px;
    border-radius: 5px;
    height: 30px;
    display: flex;
    margin-left: 10px;
    align-items: center;
    border: solid 1px #d9dadc;
    background-image: linear-gradient(to bottom, #fff, #eeeeef)
}

.sign_box[data-v-a25798b2] .turnable_dialog {
    padding: 0 !important;
    background: transparent
}

.sign_box[data-v-a25798b2] .turnable_dialog .dialog-main {
    min-height: 560px;
    background: url(../images/red_gift_bg-dt6v_bl5.png) no-repeat;
    background-size: 100% auto
}

.sign_box[data-v-a25798b2] .turnable_dialog .el-dialog__body {
    padding: 0
}

.sign_box[data-v-a25798b2] .turnable_dialog .detail-main {
    margin: 153px 68px 44px;
    display: flex;
    align-items: center;
    justify-content: center
}

.sign_box[data-v-a25798b2] .turnable_dialog .detail-main .detail-page {
    padding: 23px 15px 0 29px;
    width: 386px;
    height: 254px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAYIAAAD+CAMAAAAAs/K1AAACK1BMVEUAAAD/////////Szz/hkT/eEL/SDv/mkf/iUT/Qjr/l0b/akD/XD7//////////////////////////////////////////f3/////////ZVT////+9vX86ur////6i4b/hHn6393////+8c7////+89T/WT7/ckH/dUL/ZD//Vj3/i0X/RTv/kUb/Z0D/n0j/okj/pUn/g0T8q03+q0z/bUH/iIT/p0n/+u3/lEb6o0z/jkX/UD3/eEL/mUf/Qjv/Xz//gEP/Szz7wo//fUP/b0H/Yj//SDv/akD/Tjz7qE3/hkT/VD3/YT//nEf/XD7/lkb/cEH9qk3/e0P/ekP/Xj77p03/qkv/iUX/Uz3/iET/gUP/XD//Tj3/qkr+qEz/akH/nEj/UDz/j0X/ekL//PX9rk3/l0f/fkP//vr+8tH+9dv+sU3/bED/tEz+9+L/lEf/hkX/VD7/nUf/fkT/STz/9fP/iIP6pUz6oEz/hEX//v39pEz7T0D7b0X/TTz++Ob/rUr7kkr6X0T/Zj//+er7nEz/r0v5mEv6gkn9dUX9Z0P6V0P8ST/+8+n6jUn9i0j6eUb/+vD96Of+89f93MD8f0f+WkH8hkv+nEn/kUf6aET+9Nf+n0v94tT/1tD7z6f5qmL9l0r/lkj9sKX6nnL6s27+iGr908b/wLf9o5/7vJn6uIb7g3/6uHn+dWb9q5T9oJP4kFj5p1f87+76iHL6fHH/YFT5cFCFiuUDAAAAI3RSTlMA35/+/v7+/v7+/v7+EIDvIM9wYEC/j7KQMP6gn59Q/v6fbyfEv1QAAAm/SURBVHja7Jz5W4xRFMenLCFJIsvDY5nGvgvJvmZfR1miLG/MDEZRImlIiESRLZV93/c/z/ec985ceWfCQ7095nzee8/5nnPunV++pmb6gaMlffv0j0lM/d+J6de/T19HRyShV6JR6XN5nf87Lp+/0kjtl9zb0bFISCkNuJzRg9eXnhrboUwYkRj4///5/4TL7+lAJqR4rjujEb8nJcHREUjolx51bwGFKz1moKMDkJTujF78nl4O20mpc0YzLk+Kw2aSPdH6U0jhrYt12ErvmGj6LBqedHs9iA04BcPOn0W9PfImwM8iTx+HbcRG86chjSvRvs+m8pvA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);
    background-repeat: no-repeat;
    background-size: 100% auto
}

.sign_box[data-v-a25798b2] .turnable_dialog .detail-main .detail-page .title-box {
    display: flex;
    flex-direction: column
}

.sign_box[data-v-a25798b2] .turnable_dialog .detail-main .detail-page .title-box .title-img {
    width: 130px;
    margin-bottom: 10px
}

.sign_box[data-v-a25798b2] .turnable_dialog .detail-main .detail-page .title-box .btn {
    background: #ffe9e8;
    border: 1px solid #FF4236;
    border-radius: 900px;
    padding: 5px 15px;
    color: #ff4236;
    font-size: 20px
}

.sign_box[data-v-a25798b2] .turnable_dialog .detail-main .detail-page .btn-img {
    width: 77px;
    height: 30px;
    cursor: pointer
}

.sign_box[data-v-a25798b2] .turnable_dialog .detail-main .detail-page .btn-img:hover {
    opacity: .8
}

.sign_box[data-v-a25798b2] .turnable_dialog .detail-main .detail-page .total-box {
    margin-top: 20px;
    padding-right: 20px
}

.sign_box[data-v-a25798b2] .turnable_dialog .detail-main .detail-page .total-box .txt {
    color: #565656;
    font-size: 16px;
    line-height: 24px
}

.sign_box[data-v-a25798b2] .turnable_dialog .detail-main .detail-page .total-box .txt .text-val {
    color: #ff4236;
    margin-left: 10px
}

.sign_box[data-v-a25798b2] .turnable_dialog .link_btn {
    width: 104px;
    height: 72px;
    background: url(data:image/png;base64,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) no-repeat;
    background-size: 100% auto;
    cursor: pointer
}

.sign_box[data-v-a25798b2] .turnable_dialog .link_btn:hover {
    opacity: .8
}

.sign_box[data-v-a25798b2] .turnable_dialog .link_btn1 {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGgAAABICAMAAAAtbkClAAAC+lBMVEUAAAD/ZT7/XD3/TTv979X//////f3///////////v/+LX/////////rYr2T2j6eUz6y6z/hIL/uGD+1Jv/+e/+iEz//Mb+wVH7kWj//////+T////////////++tP5k5z/z0v+cVb/7pH/24n/0Xv9u5793pD+pEr/vjT+2c/5qqb/2Dz/527+9JL81JX/5pz/+a7+08n/3Ur9kKD//9r/paH/////f0L/nUf/mkb/WT3/Vj3/oEf/Uzz/UDz/STv/pkj/o0j/Xz7/r0n/rUn/Rjr/Qzr/kUX/hEP/s0r/XD7/QDn/e0L/bkD/h0T/qUj/bED/tkr/l0b/jkT/eEH/dUH/aD//Yj//lEX/kkX/TTz/PTn/ikT/ckD/7Of/Yj7/+PT/ZT//lkb/8Oj/3dD/aWX/cUH/KyT/6d3/yLj/j1r/s5//g1n/Tyf/07r/bU7/qkj/ikX/TDv/zrj/uqH/amr/Xyr/u4z/mHD/PTr/NSz/pnP/yVz/UU7/YD7/4s//n1z/vZb/im//b2v/ZF3/TEb/+t3/xqL/sJT/wo7/nYD//fn//ef/0Jn/oIj/2GX/fVj/ZkDvJhT/86X/tIr/qn//jXf/kXD/jWT/eFb/m1H/+8H/nJT/dXH/mGb/lFD/hk3/fE3/gDP//vH/7Mf/1sT/xaz/v6H/4pz/zI7/7Ib/43P/ulX/azX+dyz/mhL//M7/y4L/nXP/fHL/bl7/iFj/XFX9Ykv/PTD+Zh7+RBP/9ev/za7/s3//mFv/g0H+cjrmGQv/7tL/0s7/uc3/z8L/qr7/jJL/p4n/uHH/rHH/v2H9Vkb/ZTP/dhf5URT/4eX/3dz/5NL/3Mb/4bL/lXH/kG/+lFr/rVn/pEf+WDT8SjP9mS7/w9n/4Lz/2rX/r6v/3ar/3Ij/xIL/1X7/l3v/xm//xWf/uj72PC30MxT/vbX/m6//16j+op39koX/o1D9iEn7SUP5Rjv/pjb/rh/MOBj/gAj8pkP/hSL+aAj+eGX/Vj7/nSLjXd8QAAAANnRSTlMA/v7+Ee9A35Af/r8w/lYwJv79Uu3Rv5A9z7+vn4ByS/3kPb+/i27j4tzc1tHNwr+2sq+Mg3e0XtIbAAAIu0lEQVRYw8zUZ0wTUQDAcT6UYbXaVhHce++F4wsxRhNnNI6YmKCJ1haxNi5aSi8ivTvtovVaauhQQmtSuqy2tgIaCjhQS+vASAAXqAwVRJYjJr4rjUajJubOxH/ay727S355d3kv6n9r9NDhw4fOmThxUmRMnzsUvzJhAoVkiKqXy12WF6+aBveNZ6mpehQFVyaT69CplsarfMWLpjvM8BQmW61qffVx2knJbHKh8Q01Z/MvCTSv7PYECoXSb6bNqi4U7FepsmnkQoOZB0vj4/P3Z9o3ifQul16ptN66xIuP38tT0cmFdKXBBPqgeNXt5hdUql5vU77KH5c4fkbvFh65EF1X2nt+akLChksrLFRQg0i3NWH+2O7zpeOiSC1xSmn9eVC9f90FvMYC/0cw7O7aOm4QiQxl9JMTZws+NHf3fnL63y3RgbY6QsEvm5b7fe3T6eQxQ1CX2ZLldG7v+vipoC9/yLl0c1UdT5uTljovhpw9YYhJjpqfN2YVFIWKnE5nsAjPsdHR09PT4nMbXl+v2DNtMHFnISo34ZLidv76jg/1wWCoGK8oWL/6Ee9ze1pqxT0Op+LZIsLvTW8uL0dNJrRawm+w2ZRjm7ucxcXO+uaxSrBmqw8AJuXetRtvGBSiW4LFUm02l6NysNVRqWq1hbllmc93qqOmAWx2LlSOcnDmplGcSHSlFhYWKp4/MZtdcpnMhEpU2pwcqTSnMkdwRoHKTHLzFZzxwOIxRCE+X4JTarVaLz/2sG3Pg3PXU1NTDzw4dv9I5tPyw2mGdiMLhllGwpDmqoYvkRRawXZt0abITCW7d3NAu0tMJfeyaQaGEWbBrKNiN1GIrsnMzKVpLthsNmtW2n1OiSxJFm7X3cfXDLUMGEIAIzYyCC/bSbkCwcXcRqVSafNLnh4LU0lJOHPjprgORpIRFu4siCLcmDMXH168qgTV8iWKpw/uc+7eDTPg29QFEARARs/AKOINcjj2CW6JRKKmOhr4Woq3T65fe4wzoE4EgSAWfOgyOVBVuiMLQHfqpDQNoCS52ptuMYt19Cir8z0EQQGhkCQoPT29A4datNJKQPFPezxAAcEtOJRMJlR1RyRitnq0L6WVlTStOOywYAQDkPcyWVBVOogpEtVgGC8bUFKtOMx4kbKyTgjyCEmF3omYIayMXasCFA6xvNBldlkZFvDySIO2cQGkawq1tmLFXG5VXrZbDKazis3GIQyH2EIyoMQ8LuisfYPOj3Hxanm+wFo2Hob5AjwfOEHIgXi1O7mL7faaDa3cvtiRsBZeXt4aoTAD+muIEhM3IjY6iWDRw/qPivkTExMXXfHMDSEZO0AZkT84Rn4ZkfMMcPjet0HkEXAXgd1tFdEjB/yO6b+rDVlLWl5GSv9+v3ppcbsMq0iOkRJH+dnpF/sssDJ5Jcl5X8f+NKkB0Ybkf5IhdsAPzldayZ+1bSAM41IcxYE0W5aQ9mucoaUdOplgQwdJAUPOd/gIUSQqiDR0Skkm4UFYQ5AMwViD5d1J6NgpkC8Qz1069St06PueTnVAhkIhv7t77nn/3NmWtXfbO+8BjUav0UN7fl7tPchAIEXRwCVrOLCEYQMHOFw9ufC2u71Xz5/b3YcX49b4+/Q2mzfvX5CbZvVGbP96909+o/wnP7bVg6P+2xflG9vSkJ3h4eHhBiwFehQVbIBTZqVYRqMUk6tIuVXPzY584+hH5AJGOWtcSEFVbcoop6gdVLfhkj/pddw/Avr9/lEftDL+GO0YAgQU0+iwXrmqu6oqUciixMV/yRgnCU84TJ1zrus8walfUQ7QK8gk3B/r3HE5HxM/0SGjP3hc969KfDg4dit4eQlPQHAmaH1jU9sSdh0KECkMxLZjGtuOa48oE0K40OCS2P5JJWQE8cgpeSD2WsSW9sb9VCdN04gt02VKI7CQiGnquEvqLJepiLEjJpnqJSNUxYig1im24Z3rriHv5jIfeVmZ8LpO6ERR1I2oJxOYl5AR6gMtId21DA+0/ewYOYGBoD05fmKPHssgRTzHkZUnh4THJx4VmM49z6taoQXrkEKeCN6kSihywsGmZuTWGjLGQtzJvSWGlhUKFs5CK49OaYZVSqFgDUMEXfZF8UhArDq5oRFzDXlImJnhLUVYRKZZRLkZhLtM7JoKem+awWmA5KY5EwgdyC0w10A00qkzZWIiFosgmJFZEBRlcjG5jlYtg/tOJ5iDUcWzjornE5A6RDOmrTqTVmtWwL4gcxmfSYpZuWNmABpAUXHJovLIHAt1pobWrBfa7dY0YKfggq+gbbiWPGNQfdBn9S2kDKZzQi6LwVlbXdJC871VymRfO7j+Q2sZ4zYMw1DUQxMEyBXaaxjtCZrJQ7Q0gAYhWjwR0KRBg6RJF7CXDHaXopewfYCOzeCxV+gRKsqsM2jOM0V+UqRW85DTSGjl4TBLY2/XXSm6NZHz3MFnktajny18gKzfUee0+2I3VDneVEZW1WBjmKhmRDCiqQjZiBZCkrXBCeErCFNtsT0nPBVbqzjnCm2BVGuVF5NSQ91jaqxoOB+lNamhF8JzABwz5RRva8MVBM5DCZNaH8Gooim7LR42PcvxoQZdjihBsh6ECKnNBSmuE2P9t4tNZWJg7BoY01p67ABgGW6DP/LwmjMGf3Ffi45BJ0npuMreRS6UaBgcyQz9iJuwOL0tX2QNS+mEgk70CJVjIIV1EulQD72zZDKtXHt/PB+P5zPaPzG5KfLE0kYT+SAWsERZcnpfIFvx+3JXnKTNbjc835Wf3bpA/q3Xhoagl50F3iRmPekIBjcd4TQmuInMBmOiwEl2TuRG/kkHGoGTIqjdCfbeAn84KABCEMIEBVDsj0wXAFlAjGpAAcSYXlYe9I7YPSEXYkEBsQpvPGTnxOxa7l7pTGXQmwDtWqJ5inv3ytOeVANr3iZw4xoD4JFhPfR247M1gRSCNac3XjnEyoF/qEGWW5LyAQ12aQ42tEADAODsAig4e0e0AAAAAElFTkSuQmCC) no-repeat;
    background-size: 100% auto
}

.sign_box[data-v-a25798b2] .turnable_dialog .click_btn {
    width: 220px;
    height: 68px;
    margin: 17px 40px 0;
    background: url(../images/red_gift_btn-c7g0xzuo.gif) no-repeat;
    background-size: 100% auto;
    cursor: pointer;
    display: flex;
    align-items: flex-end;
    justify-content: center
}

.sign_box[data-v-a25798b2] .turnable_dialog .click_btn:hover {
    opacity: .8
}

.sign_box[data-v-a25798b2] .turnable_dialog .click_btn_dis {
    background: url(../images/red_gift_btn_dis-cghukzbe.gif) no-repeat;
    background-size: 100% auto
}

.sign_box[data-v-a25798b2] .turnable_dialog .click_btn span {
    color: #fff;
    font-size: 16px;
    margin-bottom: 7px
}

.sign_box[data-v-a25798b2] .turnable_dialog .close_con {
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: -40px;
    font-size: 32px
}

.sign_box[data-v-a25798b2] .turnable_dialog .progress {
    margin: 10px 0;
    height: 30px;
    position: relative
}

.sign_box[data-v-a25798b2] .turnable_dialog .progress:after {
    content: "";
    display: block;
    width: 100%;
    height: 12px;
    background-color: #f4d390;
    border-radius: 99999px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1
}

.sign_box[data-v-a25798b2] .turnable_dialog .progress .progress-len {
    width: 100%;
    height: 12px;
    padding-left: 6px;
    padding-right: 28px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2
}

.sign_box[data-v-a25798b2] .turnable_dialog .progress .progress-bar {
    height: 100%;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAMBAMAAAC6knFnAAAAIVBMVEX/lkb/cUL/f0P/eUL/kn3/iG7/kUX/jEX/hkT/d1P/dlJv5FlNAAAAAXRSTlP+GuMHfQAAAB5JREFUCNdjcGEIZZjFIAiExgzKDEoMHQzlDGkMDAAnQgMz1O9weAAAAABJRU5ErkJggg==) repeat;
    background-size: auto 100%;
    position: relative
}

.sign_box[data-v-a25798b2] .turnable_dialog .progress .progress-bar:before {
    content: "";
    display: block;
    width: 6px;
    height: 12px;
    position: absolute;
    left: -5px;
    top: 50%;
    transform: translateY(-50%);
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAMCAMAAAB2iTwcAAAAclBMVEUAAAD/j2H/j2j/inD/dk3/lkb/lHv/lHn/jkr/kUb/kW//lEb/k3//jFX/jVL/k37/lnb/lEb/i0X/h0T/gUP/fEP/jXD/kEX/c0L/d0H/kXv/fln/gkf/eEb/cUb/jmX/g2T/jFz/hVv/eFT/f07/iEiAyUYiAAAAEnRSTlMAIBD+/v7f39/ez8+/v4B/X1/uK7eGAAAAR0lEQVQI1w3LxQGAMBAAwcXdIQIkeP8tcvMfIOzqFYJ0VRFk6tweerXF3lPezhjD8TprLde+CJp9FrTfJAjzUUgvtNaIoUp+1NcE9fow72wAAAAASUVORK5CYII=) no-repeat;
    background-size: auto 100%
}

.sign_box[data-v-a25798b2] .turnable_dialog .progress .progress-bar:after {
    content: "";
    display: block;
    width: 28px;
    height: 24px;
    position: absolute;
    right: -28px;
    top: 50%;
    transform: translateY(-50%);
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAYCAMAAADeQm2wAAACVVBMVEUAAAD/hHr/pkj/lkb/pYz/d0H/ckH/gXn/jXr/fV//lUz/qkn/bkL/qUr/hXv/gHv/i27/skv/nEr/inX/gnv/pEv/iXr/l1D/g3r/jXf/oWv/lmv/n1f/m0f/mkb/hXL/jVb/s0v/m0r/gHr/iGH/skr/pEj/j3z/klX/rkv/mkf/jHv/gnv/rUr/sUz/o0z/gXz/qUj/klT/skv/kX7/l0j/in3/lUX/jYL/j3D/gHD/r0D/6iz/rkr/71X/n0j/kEb/i0X/6zD/dWz/r1X/pUn/lUb/qIX/kIP/qXz/inr/gHr/fHP/hnL/hWz/rmX/dl//rlv/gUX/hkT/7UP/fEP/bkH/pJT/nZH/o47/oIz/lIv/pYf/qID/q3j/gnb/8XL/rXL/yWr/d2n/hWb/r2D/iVn/qFD/jUn/mkf/aUL/7Dz/7DT/n5X/m47/mIr/koj/kHv/pHb/5HX/unX/gnP/qnH/eHD/fm3/8Wz/sGz/rWv/vGr/gGf/uWT/e2T/c2T/g13/qFv/tVr/d1j/qlX/y1T/yFP/elP/rVH/pFD/ck7/pE3/nk3/k03/q0z/cUv/ekr/qEn/iEn/0Ef/bEb/kUX/g0X/d0L/ckH/4Dr/7Dn/nIv/i4L/ooH/8n3/n3v/h3j/l3f/13H/oW//527/iWr/v2n/g2j/tWf/vWP/jWP/g2H/6V7/z1z/xlv/71r/xVr/mFr/3Vf/blb/u1X/cVX/dlL/1FD/w1D/mk//yk7/t07/bE7/mU3/s0v/skr/m0n/7Uf/7Ub/c0H/4Dj/5jMeJr5+AAAAPHRSTlMAICD+/v7+7/7+/v7+77+/v7+fgHBwbyD+/v7+/v7+7+/v79/f39+/v7+/n5+fgIB/f3Bwb2A/MC8QEBBbk0TsAAAB3klEQVQoz13P5VJbURSG4UUU90Ld3V3TExo4pHFpGneX4u7u7lZ3d29xuS42yWw45Pn7zjdrFlBcP5twQCRiJ6RGQLiIeJG4LBMpE4tOhuU0tjjT8sCgzTHkb60Xs1Mp6XJ8icNxG8k35OXmaC0OSwpOV088KZeXC4XCx8Wvqs15uVqNsL4kLXjr4pFISd13uURS+IyY4nE4k7X39ZpI+R50t6Bgm6RGPv1TKi22LnJC2vQ6TU1dIoD0dVRz14g/yvn8EYFmIV/0Ol2z9Br86uof8fv73zudO+zEFK4CBuNlQwrEqmPVanV7w7s3H3+r7uHYamQ8bU+ECRZraYLlrv6g4nE2LBuNDwcOApM5Ps4cKiLQiIrP5w+44S7iLfqMG2Yy8ZVuGFMqlXZrgLe5TQpMhWN74Q6iyPr/jQhQ47BAsH3oKNwK8va+rVigxEqz+av3PGSsGc2Ijq61qtbbv1Jb6WhvOtCzEXo2feavvQJ/M1xls+2kJwPAlUvHd/t8u+Z7eppeEAGUV/7IqiobffvTIYiWzEW6OzubPrW2/XDJZLJGLncLYLTDJEl2ezwtLQqFwuXykOQZoDgXNzjY19eRhXTExMThHR6furnuGA3C0S4k7ZudO5R0+gaErAJIj7AaT+/qOgAAAABJRU5ErkJggg==) no-repeat;
    background-size: auto 100%
}

.sign_box[data-v-a25798b2] .res_dialog {
    background: #000000b3
}

.sign_box[data-v-a25798b2] .res_dialog .el-dialog__header {
    display: none
}

.sign_box[data-v-a25798b2] .res_dialog .el-dialog__body {
    padding: 90px 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.sign_box[data-v-a25798b2] .res_dialog .res-bg {
    width: 420px;
    height: 506px;
    background: url(../images/red_gift_res_bg-cmkfatf9.png) no-repeat;
    background-size: auto 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.sign_box[data-v-a25798b2] .res_dialog .res-box {
    width: 292px;
    height: 347px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: url(../images/red_gift_res_win-dlx5f2nr.png) no-repeat;
    background-size: auto 100%
}

.sign_box[data-v-a25798b2] .res_dialog .res-box .prize-val {
    margin-top: 122px;
    color: #fffba4;
    font-size: 45px;
    text-align: center;
    line-height: 63px
}

.sign_box[data-v-a25798b2] .res_dialog .res-box .prize-val span {
    font-size: 34px;
    margin-right: 10px
}

.sign_box[data-v-a25798b2] .res_dialog .res-box .prize-text {
    margin-top: 8px;
    color: #fff;
    font-size: 14px;
    line-height: 20px
}

.sign_box[data-v-a25798b2] .res_dialog .res-box .prize-btn {
    width: 196px;
    height: 62px;
    background: url(../images/red_gift_res_btn-dpuyyoly.png) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    color: #b92920;
    font-size: 22px;
    border: 0;
    margin-top: 17px;
    border-radius: 999px
}

.sign_box[data-v-a25798b2] .rules_dialog {
    padding: 0
}

.sign_box[data-v-a25798b2] .rules_dialog .el-dialog__body {
    padding: 20px 10px
}

.sign_box[data-v-a25798b2] .rules_dialog .content {
    max-width: 80vw;
    margin: 0 20px
}

.sign_box[data-v-a25798b2] .rules_dialog .content img {
    width: 100%;
    height: auto
}

.sign_box[data-v-a25798b2] .records_box .el-dialog__header {
    text-align: left
}

.sign_box[data-v-a25798b2] .records_box .el-dialog__body .form_item {
    display: flex;
    align-items: center
}

.sign_box[data-v-a25798b2] .records_box .el-dialog__body .form_item .label {
    font-size: 14px;
    color: #5f5f5f
}

.sign_box[data-v-a25798b2] .records_box .el-dialog__body .table_cont {
    margin-top: 20px
}

.sign_box[data-v-a25798b2] .records_box .el-dialog__body .table_cont .el-table th.el-table__cell {
    background-color: #f5f5f5;
    color: #999
}

.sign_box[data-v-a25798b2] .records_box .el-dialog__body .table_cont .el-table .el-table__body-wrapper {
    border-radius: 4px
}

.sign_box[data-v-a25798b2] .records_box .el-dialog__body .table_cont .btn-prev,
.sign_box[data-v-a25798b2] .records_box .el-dialog__body .table_cont .btn-next {
    width: 60px;
    border-radius: 5px;
    height: 30px;
    display: flex;
    margin-left: 10px;
    align-items: center;
    border: solid 1px #d9dadc;
    background-image: linear-gradient(to bottom, #fff, #eeeeef)
}

.inner-dialog .el-dialog .el-dialog__body section {
    width: 100%;
    height: 100%;
    color: #eb162e;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url(../images/pack-dzmlsocs.png) no-repeat center center;
    background-size: 100%
}

.inner-dialog .el-dialog .el-dialog__body section p.line {
    width: 183px;
    height: 9px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAW4AAAASBAMAAACJGymyAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAASUExURf+ok0dwTP+ok/+pk/+okv+ok3sU4uwAAAAFdFJOU38AbiuBF2/ZWgAAAHdJREFUSMdjEByagIF2Rgs4Dk13swYMSXcLhYYyDkV3q4aGBgxBdwODOzRUcei5WxXk7qAh525wcCMFuDADlQEtgxspwIVDqQuoHQyGaM40pFV4UzkcDHGEN9XTN3UBiyGO9D1anoyW38Oqvhyy7ZOh2h6kbfsbAEIXAhrRY2DZAAAAAElFTkSuQmCC) no-repeat center center;
    background-size: 100%;
    margin: 10px 0
}

.sign_box[data-v-8a05eff3] .turnable_dialog {
    padding: 0 !important;
    background: transparent
}

.sign_box[data-v-8a05eff3] .turnable_dialog .dialog-main {
    min-height: 750px;
    background: url(../images/wheel_bg-dar43dt_.png) no-repeat;
    background-size: 100% auto
}

.sign_box[data-v-8a05eff3] .turnable_dialog .el-dialog__body {
    padding: 0
}

.sign_box[data-v-8a05eff3] .turnable_dialog .wheel {
    margin-top: 160px;
    margin-left: 100px;
    width: 450px;
    height: 450px;
    padding: 52px;
    position: relative;
    float: left
}

.sign_box[data-v-8a05eff3] .turnable_dialog .wheel .wheel-main {
    cursor: pointer
}

.sign_box[data-v-8a05eff3] .turnable_dialog .wheel .move-img1 {
    width: 55px;
    height: 55px;
    position: absolute;
    top: 22px;
    left: -9px;
    animation: upAndDownShake 4s infinite
}

.sign_box[data-v-8a05eff3] .turnable_dialog .wheel .move-img2 {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 45px;
    right: -12px;
    animation: upAndDownShake 5.5s infinite
}

.sign_box[data-v-8a05eff3] .turnable_dialog .detail {
    float: left;
    margin: 102px 0 0 140px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.sign_box[data-v-8a05eff3] .turnable_dialog .detail .link-box {
    width: 400px;
    height: 108px;
    background: url(../images/link_bg-9bt_pq6p.png) no-repeat;
    background-size: 100% auto
}

.sign_box[data-v-8a05eff3] .turnable_dialog .detail .link-box .link-btn {
    padding: 4px;
    display: flex;
    align-items: center
}

.sign_box[data-v-8a05eff3] .turnable_dialog .detail .link-box .link-btn .link {
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e2c0ff;
    flex: 1;
    font-size: 24px;
    background: transparent;
    border: 0;
    margin: 0
}

.sign_box[data-v-8a05eff3] .turnable_dialog .detail .link-box .link-btn .link:hover {
    color: #fff
}

.sign_box[data-v-8a05eff3] .turnable_dialog .detail .count-box {
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 24px;
    color: #e2c0ff
}

.sign_box[data-v-8a05eff3] .turnable_dialog .detail .count-box .count {
    color: #f7cd21;
    font-weight: 600
}

.sign_box[data-v-8a05eff3] .turnable_dialog .detail .detail-main {
    width: 460px;
    margin-top: 42px;
    padding-top: 96px;
    background: url(../images/detail-bcrfijsh.png) no-repeat;
    background-size: 100% auto;
    display: flex;
    align-items: center;
    justify-content: center
}

.sign_box[data-v-8a05eff3] .turnable_dialog .detail .detail-main .detail-page {
    width: 420px;
    background: linear-gradient(0deg, #f0f3fa, #f0f3fa 94%, #4c365b);
    border-radius: 0 0 20px 20px;
    padding: 26px 10px 28px
}

.sign_box[data-v-8a05eff3] .turnable_dialog .detail .detail-main .detail-page .btn-box {
    height: 46px;
    background-image: url(data:image/png;base64,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);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 100% 0;
    display: flex
}

.sign_box[data-v-8a05eff3] .turnable_dialog .detail .detail-main .detail-page .btn-box .btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #565656;
    font-size: 24px
}

.sign_box[data-v-8a05eff3] .turnable_dialog .detail .detail-main .detail-page .btn-box .btn .btn1 {
    margin-top: 9px;
    background-image: url(../fonts/962029eb0eb1414db8d8f12502131001.woff);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 50% 50%;
    width: 150px;
    height: 38px;
    cursor: pointer
}

.sign_box[data-v-8a05eff3] .turnable_dialog .detail .detail-main .detail-page .total-box {
    border-radius: 10px 0 0;
    background: linear-gradient(0deg, #f0f3fa, #f0f3fa, #f3e0f0);
    overflow: hidden;
    padding: 0 9px
}

.sign_box[data-v-8a05eff3] .turnable_dialog .detail .detail-main .detail-page .total-box .money {
    background: #ffcfee80;
    width: 366px;
    height: 50px;
    border-radius: 9999px;
    box-shadow: 0 6px 6px #0000000d inset;
    margin: 34px auto 10px;
    color: #9131bd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px
}

.sign_box[data-v-8a05eff3] .turnable_dialog .detail .detail-main .detail-page .total-box .money .money1 {
    margin-right: 10px
}

.sign_box[data-v-8a05eff3] .turnable_dialog .detail .detail-main .detail-page .total-box .money .money2 {
    font-weight: 600
}

.sign_box[data-v-8a05eff3] .turnable_dialog .detail .detail-main .detail-page .total-box .txt {
    color: #565656;
    font-size: 16px;
    line-height: 24px
}

.sign_box[data-v-8a05eff3] .turnable_dialog .detail .detail-main .detail-page .total-box .txt .text-val {
    color: #9131bd;
    font-size: 24px;
    margin-left: 10px
}

.sign_box[data-v-8a05eff3] .turnable_dialog .close_con {
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: -40px;
    font-size: 32px
}

.sign_box[data-v-8a05eff3] .turnable_dialog .progress {
    margin: 10px 0;
    height: 30px;
    position: relative
}

.sign_box[data-v-8a05eff3] .turnable_dialog .progress:after {
    content: "";
    display: block;
    width: 100%;
    height: 16px;
    background-color: #e1e1e1;
    border-radius: 99999px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1
}

.sign_box[data-v-8a05eff3] .turnable_dialog .progress .progress-len {
    width: 100%;
    height: 16px;
    padding-left: 8px;
    padding-right: 34px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2
}

.sign_box[data-v-8a05eff3] .turnable_dialog .progress .progress-bar {
    height: 100%;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAgCAMAAAAPDFkrAAAAM1BMVEUAAACifdNlKrdnKrd8R8F1Pr6gedKbc8+Xbc6TZ8yKWseFVMWBTsNvNbtqL7mOYcqOYMktKXZ5AAAAA3RSTlMAYGDSOc4hAAAAMklEQVQI15XCiREAEAwAwUPiTUL/1dKCneVJiVppjd4Zg7OZk7UwQwRRVHEnglI+5gxcS/wBT0O7x84AAAAASUVORK5CYII=) repeat;
    background-size: auto 100%;
    position: relative
}

.sign_box[data-v-8a05eff3] .turnable_dialog .progress .progress-bar:before {
    content: "";
    display: block;
    width: 8px;
    height: 16px;
    position: absolute;
    left: -7px;
    top: 50%;
    transform: translateY(-50%);
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAgCAMAAAAsVwj+AAAAolBMVEUAAABmK7eZcc+cc9Gddc90Pb2XcM9oKrdoLLh0PLycc8+cc9CRZcuKW8h8R8F2Pr6GVsaTaMxoLbdoK7ecc9CTasyDUcNwObuXcM2XbMuVcM+AQL9nKrdpLbiZcc9rMLlwN7ubc9CXbs5tM7p9SMKJWsd3Qb+Wa82QY8tyOrx1Pb2EUsWTZ8yNX8mGVcaBT8R6RMB/TMOUacySZcuOYMqLXcjIt4L0AAAAHHRSTlMAYN9/YEAgIN+AUO/v7+/fz7+goJ+QkHBgQDAQlnEMAAAAAOJJREFUKM99y9mSgjAQheFGYUadfR9XIgRICCDr+7+aJ21ZKXPhueL709C9PazCMHSaz452V34feYfDxasnfPIS9twysSsKNmS/+76qBngDQ9WglBpHhBleobGepizLiP6Toh9UDTSNMQYHRaXGKWvMqeuklLSGa0sp2zbPc/phn6zKUmtNHzCeQS2wlJ7hToJAGscxKdzDQkB7jGr2hTuMXkzXljplcnjHgRYpm8MvDvADm0NkD+K9C/Saa3vgwrL0wvZN3AaK/EB/fqClHyhYcHGBHj+9gPS1uAbXoiAIyN8ZzpUxg0/Pl8sAAAAASUVORK5CYII=) no-repeat;
    background-size: auto 100%
}

.sign_box[data-v-8a05eff3] .turnable_dialog .progress .progress-bar:after {
    content: "";
    display: block;
    width: 34px;
    height: 30px;
    position: absolute;
    right: -34px;
    top: 50%;
    transform: translateY(-50%);
    background: url(data:image/png;base64,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) no-repeat;
    background-size: auto 100%
}

.sign_box[data-v-8a05eff3] .res_dialog {
    background: #000000b3
}

.sign_box[data-v-8a05eff3] .res_dialog .el-dialog__header {
    display: none
}

.sign_box[data-v-8a05eff3] .res_dialog .el-dialog__body {
    padding: 90px 0
}

.sign_box[data-v-8a05eff3] .res_dialog .res-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative
}

.sign_box[data-v-8a05eff3] .res_dialog .res-box .close {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    cursor: pointer
}

.sign_box[data-v-8a05eff3] .res_dialog .prize-text {
    margin-top: 90px;
    color: #fce5b1;
    font-size: 32px;
    text-align: center
}

.sign_box[data-v-8a05eff3] .res_dialog .prize-text .prize-val {
    min-width: 246px;
    background: #ffffff26;
    border-radius: 9999px;
    padding: 0;
    display: inline-block;
    line-height: 50px;
    transform: skew(-20deg) rotate(-3deg)
}

.sign_box[data-v-8a05eff3] .rules_dialog {
    padding: 0
}

.sign_box[data-v-8a05eff3] .rules_dialog .el-dialog__body {
    padding: 20px 10px
}

.sign_box[data-v-8a05eff3] .rules_dialog .content {
    max-width: 80vw;
    margin: 0 20px
}

.sign_box[data-v-8a05eff3] .rules_dialog .content img {
    width: 100%;
    height: auto
}

.sign_box[data-v-8a05eff3] .records_box .el-dialog__header {
    text-align: left
}

.sign_box[data-v-8a05eff3] .records_box .el-dialog__body .form_item {
    display: flex;
    align-items: center
}

.sign_box[data-v-8a05eff3] .records_box .el-dialog__body .form_item .label {
    font-size: 14px;
    color: #5f5f5f
}

.sign_box[data-v-8a05eff3] .records_box .el-dialog__body .table_cont {
    margin-top: 20px
}

.sign_box[data-v-8a05eff3] .records_box .el-dialog__body .table_cont .el-table th.el-table__cell {
    background-color: #f5f5f5;
    color: #999
}

.sign_box[data-v-8a05eff3] .records_box .el-dialog__body .table_cont .el-table .el-table__body-wrapper {
    border-radius: 4px
}

.sign_box[data-v-8a05eff3] .records_box .el-dialog__body .table_cont .btn-prev,
.sign_box[data-v-8a05eff3] .records_box .el-dialog__body .table_cont .btn-next {
    width: 60px;
    border-radius: 5px;
    height: 30px;
    display: flex;
    margin-left: 10px;
    align-items: center;
    border: solid 1px #d9dadc;
    background-image: linear-gradient(to bottom, #fff, #eeeeef)
}

.inner-dialog .el-dialog {
    background: transparent;
    box-shadow: none
}

.inner-dialog .el-dialog .el-dialog__header {
    display: none
}

.inner-dialog .el-dialog .el-dialog__body {
    padding: 0;
    width: 259px;
    height: 271px;
    background: transparent
}

.inner-dialog .el-dialog .el-dialog__body section {
    width: 100%;
    height: 100%;
    color: #eb162e;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url(../images/pack-dzmlsocs.png) no-repeat center center;
    background-size: 100%
}

.inner-dialog .el-dialog .el-dialog__body section h2 {
    padding-top: 15px
}

.inner-dialog .el-dialog .el-dialog__body section p {
    font-size: 14px;
    margin-top: 30px;
    color: #ff512e
}

.inner-dialog .el-dialog .el-dialog__body section p.line {
    width: 183px;
    height: 9px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAW4AAAASBAMAAACJGymyAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAASUExURf+ok0dwTP+ok/+pk/+okv+ok3sU4uwAAAAFdFJOU38AbiuBF2/ZWgAAAHdJREFUSMdjEByagIF2Rgs4Dk13swYMSXcLhYYyDkV3q4aGBgxBdwODOzRUcei5WxXk7qAh525wcCMFuDADlQEtgxspwIVDqQuoHQyGaM40pFV4UzkcDHGEN9XTN3UBiyGO9D1anoyW38Oqvhyy7ZOh2h6kbfsbAEIXAhrRY2DZAAAAAElFTkSuQmCC) no-repeat center center;
    background-size: 100%;
    margin: 10px 0
}

.inner-dialog .el-dialog .el-dialog__body section .result {
    font-size: 32px;
    color: #ff512e
}

.inner-dialog .el-dialog .el-dialog__body section .result strong {
    font-weight: 600
}

.inner-dialog .el-dialog .el-dialog__body section .btn {
    width: 130px;
    height: 38px;
    border-radius: 19px;
    border: solid 1px #fff2ce;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff2ce;
    margin-top: 62px;
    cursor: pointer
}

.page .mind[data-v-d22dab81] {
    min-width: 1280px;
    min-height: 100vh;
    overflow: hidden;
    position: relative
}

.page .left_fixed[data-v-d22dab81] {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    width: 120px;
    height: 266px;
    background: url(/images/left-fixed-bg-pV_Lqf3p.png) no-repeat;
    background-size: 100% 100%;
    z-index: 1500;
    /* transition: transform .5s cubic-bezier(.53, .27, .65, .85) */
}

.page .left_fixed[data-v-d22dab81]:before {
    content: "";
    display: block;
    width: 18px;
    height: 15px;
    background: url(data:image/png;base64,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) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 17px;
    left: 12px;
    z-index: 1000;
    animation: upAndDownShake 4s infinite
}

.page .left_fixed[data-v-d22dab81]:after {
    content: "";
    display: block;
    width: 23px;
    height: 25px;
    background: url(../images/icon1-ctpt49j9.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 42px;
    right: 7px;
    z-index: 1000;
    animation: upAndDownShake 5.5s infinite
}

.page .left_fixed .btn[data-v-d22dab81] {
    width: 100px;
    height: 40px;
    background: url(../images/btn-default-bg-dsru_bdr.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    position: absolute;
    bottom: 31px;
    left: 50%;
    transform: translate(-50%);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    color: #fff
}

.page .left_fixed .btn[data-v-d22dab81]:hover {
    background: url(../images/btn-hover-bg-b8y8qbz9.png) no-repeat;
    background-size: 100% 100%
}

.page .left_fixed .close_btn[data-v-d22dab81] {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #488ded;
    position: absolute;
    bottom: 1px;
    left: 50%;
    transform: translate(-50%);
    z-index: 1000;
    cursor: pointer
}

.page .left_fixed .close_btn i[data-v-d22dab81] {
    font-size: 10px;
    margin-right: 3px
}

.page .left_fixed .close_btn[data-v-d22dab81]:hover {
    color: #3475cf
}

.page .right_fixed[data-v-d22dab81] {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
    z-index: 1500;
    /* transition: transform .5s cubic-bezier(.53, .27, .65, .85) */
}

.page .header[data-v-d22dab81] {
    position: relative;
    z-index: 1000
}

.page .body[data-v-d22dab81] {
    min-width: 1280px
}

.page .body .main[data-v-d22dab81],
.page .tip-box[data-v-d22dab81] {
    background: #f3f6fa
}

.page .nav_box[data-v-d22dab81] {
    background: #fff
}

.page .tip[data-v-d22dab81],
.page .nav[data-v-d22dab81] {
    width: 1280px;
    margin: 0 auto
}

.el-backtop {
    right: 0 !important;
    bottom: 100px !important;
    width: 66px;
    height: 66px;
    border-radius: 6px 0 0 6px !important;
    box-shadow: 0 0 10px #0000000d
}

.el-backtop:hover {
    background: #eee !important
}

.el-backtop:hover i {
    color: #488ded !important;
    animation: myBounce .3s forwards
}

.el-backtop:active {
    background: #ddd !important
}

.el-backtop:active i {
    color: #3475cf !important
}

.el-backtop i {
    color: #97a8be;
    font-size: 30px
}

@keyframes myBounce {

    0%,
    20%,
    53%,
    80%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translateZ(0)
    }

    40%,
    43% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -5px, 0)
    }

    70% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -2px, 0)
    }

    90% {
        transform: translate3d(0, -2px, 0)
    }
}

.page[data-v-37ba9739] {
    padding-top: 20px
}

.page .title[data-v-37ba9739] {
    text-align: center;
    font-size: 16px;
    color: #999
}

.page .logos[data-v-37ba9739] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 23px 0
}

.page .logos .logo[data-v-37ba9739] {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 15px
}

.page .logos .logo .logo-img[data-v-37ba9739] {
    width: 100%;
    height: 100%
}

.page .product .logo_li[data-v-37ba9739]:nth-child(n+2) {
    margin-left: 10px
}

.page .product .logo_li .logo[data-v-37ba9739] {
    background: none
}

.page .product .logo_li .icon[data-v-37ba9739] {
    font-size: 22px;
    color: #79849e
}

.page[data-v-3fb02afa] {
    padding-top: 20px;
    margin-top: 40px
}

.page .title[data-v-3fb02afa] {
    text-align: center;
    font-size: 16px;
    color: #999
}

.page .logos[data-v-3fb02afa] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 23px 0
}

.page .logos .logo[data-v-3fb02afa] {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 15px
}

.page .logos .logo .logo-img[data-v-3fb02afa] {
    width: 100%;
    height: 100%
}

.menus[data-v-3fb02afa] {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5f5f5f;
    font-size: 16px;
    margin-bottom: 10px
}

.menus .menu[data-v-3fb02afa] {
    height: 40px;
    padding: 0 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center
}

.menus .menu[data-v-3fb02afa]:hover {
    color: #488ded
}

.menus .menu a[data-v-3fb02afa] {
    color: #5f5f5f
}

.menus .menu a[data-v-3fb02afa]:hover {
    color: #488ded
}

.txt[data-v-3fb02afa] {
    text-align: center;
    font-size: 16px;
    margin-top: 12px;
    color: #999
}

.footer[data-v-3fb02afa] {
    padding: 15px 0
}

.page .body[data-v-19034a04] {
    min-height: calc(100vh - 476px);
    background-color: #f3f6fa
}

.link[data-v-8d60fb99] {
    color: #488ded;
    cursor: pointer
}

.link[data-v-8d60fb99]:hover {
    color: #488dedcc
}

.defaultTransition-enter-active {
    transition: all .15s ease-in-out
}

.defaultTransition-leave-active {
    transition: all .05s ease-in-out
}

.defaultTransition-enter-from {
    opacity: 0;
    transform: translate(-20px)
}

.defaultTransition-leave-to {
    opacity: 0;
    transform: translate(20px)
}

.promotionsTransition-enter-active {
    transition: all .15s ease-in-out
}

.promotionsTransition-leave-active {
    transition: all .05s ease-in-out
}

.promotionsTransition-enter-from {
    opacity: 0;
    transform: translateY(-20px)
}

.promotionsTransition-leave-to {
    opacity: 0;
    transform: translateY(20px)
}

.bouncess-enter-active {
    animation: fadeInUps .5s
}

.bouncess-leave-active {
    animation: fadeInUps .5s reverse
}

@keyframes fadeInUps {
    0% {
        opacity: 0;
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.transition-group-block {
    position: relative;
    padding: 0;
    list-style-type: none
}

.defaultTransitionGroup-move,
.defaultTransitionGroup-enter-active,
.defaultTransitionGroup-leave-active {
    transition: all .5s cubic-bezier(.55, 0, .1, 1)
}

.defaultTransitionGroup-enter-from,
.defaultTransitionGroup-leave-to {
    opacity: 0;
    transform: translate(30px)
}

.defaultTransitionGroup-leave-active {
    position: absolute
}

.proxy_container .el-table th.el-table__cell {
    background-color: #f5f5f5;
    color: #999
}

.proxy_container .el-table .el-table__body-wrapper {
    border-radius: 4px
}

.proxy_container .el-dialog {
    --el-dialog-padding-primary: 0;
    border-radius: 4px
}

.proxy_container .el-dialog .el-dialog__header {
    height: 48px;
    background-color: #eff1f5;
    border-radius: 4px 4px 0 0
}

.proxy_container .el-dialog .el-dialog__header .header .el-dialog__title {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    text-align: center;
    line-height: 48px
}

.proxy_container .el-dialog .el-dialog__body {
    padding: 20px;
    box-sizing: border-box
}

.proxy_container .confirm_dialog .el-dialog__header {
    height: 48px;
    background-color: #fff;
    border-radius: 4px 4px 0 0
}

.proxy_container .confirm_dialog .el-dialog__header .header .el-dialog__title {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    text-align: left;
    padding-left: 20px;
    box-sizing: border-box;
    line-height: 48px
}

.proxy_container .confirm_dialog .el-dialog__body {
    padding: 0 20px 20px;
    box-sizing: border-box
}

.proxy_container .el-slider .el-slider__runway,
.proxy_container .el-slider .el-slider__bar {
    height: 4px
}

.proxy_container .el-slider .el-slider__button {
    border: none;
    box-shadow: 0 1px 3px #0003;
    width: 18px;
    height: 18px
}

.proxy_container .btn-prev,
.proxy_container .btn-next {
    width: 60px;
    border-radius: 5px;
    height: 30px;
    display: flex;
    margin-left: 10px;
    align-items: center;
    border: solid 1px #d9dadc;
    background-image: linear-gradient(to bottom, #fff, #eeeeef)
}

.el-avatar {
    --el-avatar-background-color: none !important;
    --el-avatar-bg-color: none !important
}

.el-tabs .el-tabs__header {
    margin-bottom: 18px
}

.el-tabs .el-tabs__nav-wrap:after {
    height: 1px
}

.el-tabs .el-tabs__item {
    font-weight: 600
}

.el-table .el-table__header th.el-table__cell,
.el-table thead.is-group th.el-table__cell {
    background-color: #f5f5f5;
    color: #5f5f5f
}

.el-table .el-table__empty-text {
    line-height: 20px
}

.el-collapse .el-collapse-item__header {
    color: #333;
    font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, 微软雅黑, sans-serif
}

.el-empty .el-empty__description {
    margin-top: 10px
}

.el-dialog {
    border-radius: 8px;
    overflow: hidden;
    padding: 0
}

.el-dialog.no_head .el-dialog__header,
.el-dialog.sign_dialog .el-dialog__header,
.el-dialog.red_dialog .el-dialog__header,
.el-dialog.red_award .el-dialog__header {
    display: none
}

.el-dialog.turnable_dialog {
    overflow: visible
}

.el-dialog.turnable_dialog .el-dialog__header {
    height: auto !important
}

.el-dialog .el-dialog__header {
    background: #4195fe;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    position: relative
}

.el-dialog .el-dialog__header .el-dialog__title {
    height: 100%;
    display: flex;
    align-items: center;
    color: #fff;
    position: absolute;
    left: 0;
    width: 100%;
    justify-content: center
}

.el-dialog .el-dialog__header .el-dialog__headerbtn {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    margin: 6px;
    display: flex;
    justify-content: center;
    align-items: center
}

.el-dialog .el-dialog__header .el-dialog__headerbtn i {
    font-size: 26px !important;
    font-weight: 700;
    color: #fff
}

.el-dialog .el-dialog__header .el-dialog__headerbtn:hover {
    background: #3179d2
}

.el-dialog .el-dialog__body {
    padding: 20px
}

.el-dialog .el-dialog__footer {
    padding-top: 0;
    padding-bottom: 20px
}

.el-dialog .el-dialog__footer .el-button {
    height: 40px;
    min-width: 150px
}

.el-dialog .el-dialog__footer .el-button.el-button--primary {
    background-color: #4195fe
}

.el-dialog .el-dialog__footer .el-button.el-button--primary:hover {
    background: #4195fecc
}

.breadcrumb-enter-active,
.breadcrumb-leave-active {
    transition: all .5s
}

.breadcrumb-enter-from,
.breadcrumb-leave-active {
    opacity: 0;
    transform: translate(20px)
}

.breadcrumb-leave-active {
    position: absolute
}

.fade-transform-leave-active,
.fade-transform-enter-active {
    transition: all .28s
}

.fade-transform-enter-from {
    opacity: 0;
    transform: translate(-30px)
}

.fade-transform-leave-to {
    opacity: 0;
    transform: translate(30px)
}

@keyframes upAndDownShake {
    0% {
        transform: translate3d(0, -6px, 0)
    }

    50% {
        transform: translate3d(0, 6px, 0)
    }

    to {
        transform: translate3d(0, -6px, 0)
    }
}

.red-text {
    color: #dd524d
}

.green-text {
    color: #4cd964
}

.yellow-text {
    color: #f0ad4e
}

.blue-text {
    color: #007aff
}

.glod-text {
    color: #c8ac72
}

.odds {
    font-size: 14px !important;
    color: #dd524d !important;
    font-weight: 600 !important
}

.game-page .body {
    min-height: 400px
}

.game-page .body.buyu-bg {
    background: url(/images/buyu-bg-dzymffhq.jpg) no-repeat #edf4ff;
    background-size: 100% auto
}

.game-page .body.dianzi-bg {
    background: url(/images/dianzi-bg-dhdkxwx_.jpg) no-repeat #edf4ff;
    background-size: 100% auto
}

.game-page .body.qipai-bg {
    background: url(/images/qipai-bg-t4y20ppy.jpg) no-repeat #edf4ff;
    background-size: 100% auto
}

.game-page .body .container {
    width: 1280px;
    margin: auto
}

.game-page .body .container .head,
.game-page .body .container .head .head-img {
    width: 100%
}

.game-page .body .container .main {
    width: 1280px;
    height: auto;
    border-radius: 8px;
    box-shadow: 6px 4px 30px #96b4eb33;
    border: solid 2px #fff;
    background-color: #f5fafe
}

.game-page .body .container .main .main-box {
    width: 1220px;
    margin: auto
}

.game-page .body .container .main .main-box .main-head {
    height: 77px;
    border-bottom: 1px solid #d7dded;
    display: flex;
    align-items: center
}

.game-page .body .container .main .main-box .main-head .head-item {
    width: 120px;
    height: 38px;
    line-height: 34px;
    font-size: 16px;
    text-align: center;
    color: #5f5f5f;
    margin-right: 10px;
    background: url(data:image/png;base64,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) no-repeat;
    background-size: 100% 100%;
    cursor: pointer
}

.game-page .body .container .main .main-box .main-head .head-item.active {
    background: url(../fonts/8ecaeaa583a645c0b6c19b30f3db5156.woff) no-repeat;
    background-size: 100% 100%;
    color: #fff
}

.game-page .body .container .main .main-box .main-head .head-item:hover {
    background: url(../fonts/8ecaeaa583a645c0b6c19b30f3db5156.woff) no-repeat;
    background-size: 100% 100%;
    color: #fff
}

.game-page .body .container .main .main-box .main-search {
    width: 100%;
    margin-top: 20px
}

.game-page .body .container .main .main-box .main-search .search-btn {
    width: 258px;
    margin-left: auto
}

.game-page .body .container .main .main-box .main-content {
    margin-top: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.game-page .body .container .main .main-box .main-content .game-item {
    width: 230px;
    min-height: 266px;
    margin-right: 16px;
    margin-bottom: 15px;
    box-shadow: 5px 7px 10px #36426a14;
    border: solid 1px #fff;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer
}

.game-page .body .container .main .main-box .main-content .game-item:nth-child(5n) {
    margin-right: 0
}

.game-page .body .container .main .main-box .main-content .game-item .game-content {
    width: 230px;
    height: 230px;
    background-color: #edf4ff;
    position: relative
}

.game-page .body .container .main .main-box .main-content .game-item .game-content .game-img {
    display: block;
    width: 230px;
    height: 230px;
    margin: auto;
    position: absolute
}

.game-page .body .container .main .main-box .main-content .game-item .game-content .start-game {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000080
}

.game-page .body .container .main .main-box .main-content .game-item .game-content .start-game .game-btn {
    width: 110px;
    height: 36px;
    line-height: 36px;
    background-color: #488ded;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    margin: 98px auto;
    font-size: 16px;
    transition-duration: 1s;
    animation: glowBtn 1s ease-out infinite alternate
}

.game-page .body .container .main .main-box .main-content .game-item .game-content:hover .start-game {
    display: block
}

.game-page .body .container .main .main-box .main-content .game-item .game-foot {
    width: 100%;
    color: #5f5f5f;
    font-size: 16px;
    background-color: #fff;
    line-height: 34px;
    text-align: center
}

.curpor {
    cursor: pointer
}

.curpor:hover {
    background-color: #6eabef;
    color: #fff
}

.live-page {
    width: 100%;
    min-height: calc(100vh - 476px);
    background-image: url(/images/live_bg-dn2gzfho.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-color: #edf4ff
}

.live-page .live-body .container {
    width: 1280px;
    margin: auto;
    overflow: hidden
}

.live-page .live-body .container .head .title {
    margin: 43px auto 20px;
    font-size: 32px;
    font-weight: 500;
    color: #333
}

.live-page .live-body .container .head .head-text {
    font-size: 18px;
    color: #5f5f5f;
    font-weight: 400
}

.live-page .live-body .container .main {
    display: flex;
    margin-top: 50px;
    align-items: center;
    flex-wrap: wrap
}

.live-page .live-body .container .main .main-item {
    width: 300px;
    height: 480px;
    position: relative;
    margin-right: 26px;
    margin-bottom: 30px;
    flex-grow: 0;
    cursor: pointer;
    border-radius: 20px;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0 10px 20px #3578f61a
}

.live-page .live-body .container .main .main-item:nth-child(4n) {
    margin-right: 0
}

.live-page .live-body .container .main .main-item .main-img {
    width: 300px;
    height: 480px;
    position: absolute;
    top: 0;
    left: 0;
    transition-duration: .5s
}

.live-page .live-body .container .main .main-item .btn-img {
    width: 56px;
    height: 56px;
    position: absolute;
    left: 35px;
    bottom: 18px;
    cursor: pointer;
    border-radius: 28px;
    transition-duration: .5s
}

.live-page .live-body .container .main .main-item .bottom-img {
    width: 300px;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 0
}

.live-page .live-body .container .main .main-item .login-tip {
    position: absolute;
    display: none;
    left: 100px;
    bottom: 33px;
    width: 103px;
    height: 44px
}

.live-page .live-body .container .main .main-item .login-tip .login-tip-box {
    position: relative
}

.live-page .live-body .container .main .main-item .login-tip .login-tip-box .login-img {
    position: absolute;
    width: 103px;
    height: 44px;
    left: 0;
    top: 0
}

.live-page .live-body .container .main .main-item .login-tip .login-tip-box .tip-text {
    position: absolute;
    text-indent: 10px;
    color: #5f5f5f;
    width: 100%;
    text-align: center;
    line-height: 44px
}

.live-page .live-body .container .main .main-item:hover .main-img {
    transform: scale(1.03);
    transition-duration: 1s
}

.live-page .live-body .container .main .main-item:hover .btn-img {
    transform: translateY(-10px);
    transition-duration: 1s;
    animation: glow 1s ease-out infinite alternate
}

.live-page .live-body .container .main .main-item:hover .login-tip {
    display: block
}

.sport-page {
    background-image: url(../images/sport_bg-dcp9rvo6.png);
    background-repeat: no-repeat;
    background-size: 100% auto
}

@keyframes glow {
    0% {
        background-color: #47bbff;
        -webkit-box-shadow: 0 0 9px #fff
    }

    50% {
        background-color: #90baf5;
        -webkit-box-shadow: 0 0 18px #90baf5
    }

    to {
        background-color: #47bbff;
        -webkit-box-shadow: 0 0 9px #fff
    }
}

@keyframes glowBtn {
    0% {
        background-color: #488ded;
        -webkit-box-shadow: 0 0 9px #333
    }

    50% {
        background-color: #5a98f0;
        -webkit-box-shadow: 0 0 18px #5a98f0
    }

    to {
        background-color: #488ded;
        -webkit-box-shadow: 0 0 9px #333
    }
}

.ssc-ball {
    border-radius: 100%;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    background: radial-gradient(circle at 30% 30%, #76aaf2, #204da1)
}

.result-title {
    width: 100%;
    height: 40px;
    background-color: #fff;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #333
}

.result-title .title-list {
    flex: 1;
    text-align: center;
    height: 40px;
    line-height: 40px;
    cursor: pointer
}

.result-title .title-list.active {
    background-color: #e2edfd;
    color: #488ded
}

.margin-left6 {
    margin-left: 6px
}

.ssc-lm {
    text-align: center
}

.ssc-lm .lm-ssc-blue {
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background-color: #4588ea;
    color: #fff
}

.ssc-lm .lm-ssc-yellow {
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background-color: #f2ac4f;
    color: #fff
}

.kl8-lm {
    text-align: center;
    flex: 1;
    font-size: 12px
}

.kl8-lm .number {
    color: #dd524d
}

.kl8-ball {
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border-radius: 13px;
    color: #fff;
    font-size: 14px
}

.kl8-ball-log {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 10px;
    color: #fff;
    font-size: 12px
}

.margin-lefttop6 {
    margin-left: 6px;
    margin-top: 6px
}

.margin-lefttop4 {
    margin-top: 4px;
    margin-left: 4px
}

.yellow-ball-bg {
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    background-color: #f0ad4e
}

.blue-ball-bg {
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    background-color: #007aff
}

.green-ball-bg {
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    background-color: #4cd964
}

.jinColor {
    color: #ff9f29
}

.muColor {
    color: #cb4e05
}

.shuiColor {
    color: #1684fc
}

.huoColor {
    color: #ec4954
}

.margin-top5 {
    margin-top: 5px
}

.textInner {
    height: 26px;
    line-height: 26px
}

.flex1 {
    flex: 1
}

.flex2 {
    flex: 2
}

.text-indet10 {
    text-indent: 10px
}

.content-grid3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px
}

.content-grid4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px
}

.content-grid2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px
}

.content-grid5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 5px
}

.transfer_box .el-dialog__header {
    text-align: left
}

.transfer_box .transferinfo {
    height: 38px;
    line-height: 38px;
    color: #333;
    font-weight: 500;
    text-align: center;
    background-color: #f5f5f5
}

.transfer_box .el-dialog__body .form_item {
    margin-top: 20px;
    padding: 0 31px
}

.transfer_box .el-dialog__body .form_item .el-input-number {
    width: 350px
}

.transfer_box .el-dialog__body .form_item .el-input-number .el-input__inner {
    text-align: left
}

.transfer_box .el-dialog__body .footer {
    margin-top: 30px;
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center
}

.notice_dialog {
    padding: 0 0 30px
}

.notice_dialog .el-dialog__header {
    height: 52px;
    color: #fff;
    background: #488ded;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 0
}

.notice_dialog .el-dialog__header .el-dialog__title {
    color: #fff
}

.notice_dialog .el-dialog__header .el-dialog__close {
    color: #fff;
    font-size: 18px
}

.notice_dialog .el-dialog__body {
    padding: 16px 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center
}

.notice_dialog .el-dialog__body .el-carousel {
    width: 100%
}

.notice_dialog .el-dialog__body .el-carousel .el-carousel__arrow {
    display: block !important
}

.notice_dialog .el-dialog__body .el-carousel .el-carousel__item {
    height: 100%
}

.notice_dialog .el-dialog__body .el-carousel .el-carousel__indicators .el-carousel__indicator .el-carousel__button {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #999
}

.notice_dialog .el-dialog__body .el-carousel .el-carousel__indicators .is-active .el-carousel__button {
    width: 12px;
    height: 10px;
    background: url("data:image/svg+xml,%3csvg%20width='13'%20height='10'%20viewBox='0%200%2013%2010'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11.3894%205.12003C11.6912%204.84904%2011.9331%204.51788%2012.0993%204.14784C12.7685%202.67373%2012.1174%200.932827%2010.6388%200.268119C8.81563%20-0.560742%206.57416%200.783122%206.49444%202.82328C6.43352%201.25464%205.14913%200.00145041%203.56655%200.00587103C2.98433%200.00575354%202.41529%200.179137%201.93207%200.503887C1.44884%200.828637%201.07335%201.29002%200.85353%201.82914C0.633709%202.36826%200.579529%202.96065%200.69791%203.5307C0.81629%204.10076%201.10186%204.6226%201.51816%205.02961L1.59503%205.10649L6.49441%2010.0059L11.3894%205.12003Z'%20fill='%23488DED'/%3e%3c/svg%3e") no-repeat center;
    background-size: 100% 100%
}

.notice_dialog .carousel__container .el-carousel__item .ntice_title {
    text-align: center;
    font-size: 18px
}

.ks-1 {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAqUExURUdwTOLi4uLi4uXl5eLi4v////n5+fb29vLy8u/v7+Li4vcsLPZ8fPXQ0NFY4cUAAAAGdFJOUwCgcifhAdLXUk4AAAFjSURBVDjLpZQxTgMxEEUtEDegSkVNRZ2ONhWn2MAFNkaC2mMOAHa6kBSwV0ioQUp6kLgMf769bEK8SIi/sj0zb769u4WNOTxu9nR+ZszRaVPQ44U5aB6qPV03J2b4VBV0NzeD+xK4mplRXQKXC9NURTV/BGOCfEgNjdOMBSAlNTGIzsmhHTomUBcDaKHKBaUcYwUpp2okE6bZoZUaA2tWC/b0P3C72bzvAovH2cl6uVy5FBI4JBbpzRJ6VYJcgbVAiD8VvFgrVpxzdCBBvFawQhO3I3ACIAkI/EgkAbIMRM9zFgDt2NbaFqScgAdKOjzbuVVu4uu+7Tiy+IHCF5Ft4PBLPr67th3io/QA+QG8l5DKDCQEAs8KZs9ICVDeyvsQWp4iOlj2MercRgARQhyFJZ+xAjg4oIAylwigEV0tDKHbakudIxb1CxiVwcIMnkv16cwMy2COK6NAprgyei+ZvmvpC2MfYTV4lgHuAAAAAElFTkSuQmCC) no-repeat center center;
    background-size: 100% 100%;
    text-indent: -9999px
}

.ks-2 {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAqUExURUdwTNzc3OLi4uLi4uXl5fn5+fb29vLy8u/v7+Pj4zMzM7Ozs1xcXIeHh9m0RUUAAAAFdFJOUwDwoHInJXbjaQAAAa9JREFUOMt9lL9SAjEQxjOjT2Chg50lna2dLQ/ACaVFksLKJhtHLDVBq0NmIFrZaZDSPyPWjqMP4IxP4+7mAB2CH3dhd3/7be5gJkKsboUFre0KIXZCRpdCrISz5oJs2BaNQTOjo76on+ZAqydqMgf2ShGyoBlEyNaLMHcUBa2S04IdkopclmnBODkkt1HORVk5JGZStifPSqkUF4VSCDBXTf0d40NBFcU3jVKUd2KMY3RgohhXDoWGGB8LJJUq0KZ6fFNzVeCAwd0ycLMIjhnczuu6Aq3ZHloZvNhhKHohsJ5qdBkEWhujTrA+okhrMABGJ4cG/RrvNwyLZxkG2AK6dEqzmEICJkFcbA0SRgDUD5rR/kf8BBYD2gM/iOjhvjBlQJ3ACxzSQ4+4sxpFBE0dfk9npqNmOmfwBAtgcxm4mgHLwFpwDNIeA5ccWEY5Ev/6Y8A+chC31rGH/vp3IEKjLJWt9d65CzR4jhB4FMYeCF5PhtSUADr4RjnrHX15T3v4JDuFziGpRv3S3OGz+gfU8qAU9WGu3u2JRhaEPh4ZTLp/DXhkLD1kcsdSicfSD8BPIqa2JOHkAAAAAElFTkSuQmCC) no-repeat center center;
    background-size: 100% 100%;
    text-indent: -9999px
}

.ks-3 {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAzUExURUdwTO/v7/b29vLy8uXl5fn5+fT09OLi4uLi4uLi4uLi4jMzM46Ojre3t8/Pz2JiYkhISAWKBqIAAAAKdFJOUwD///8n//+gcuGTJjj8AAABvElEQVRIx5WWC7aDIAxECViskY/7X+0LvxD0WXG0RWFuEtSDKqXUsm44oW1dVNYXp/WtfrCfCVnIxIJoPpMyiItaET7TAlzVhnYesLgpRMa9D0/VIXbA7aTDzwI67kXu3q0l4PYmn0bSVnY+zn8FoENg/36k8xpQi+A9Q4J9B3bUVTUyt6QCkCQQuJbGMa9bBhv+z1CxDnMGONgfda1DBGcxYHpNQf8QA9q26+r0I2C1JUD7VFWk+Dap9JW2iU5KBps9hIcGBxejC9UkA8gMKVwNX8tzpjjrlvYC5G4hfkzc0J8QBqygxD0J9qQROCdIKW4BYw3t+TB2IA5uMlwzUKcEWpAhg2kqg0aWlPtS9jpeMpQ+2zg56TFULcmc1S+rSF50Aawk3Dhi/wNaVfnRaFFDt9wBBuqP2JhXnyegSbtxOh2AFBAuafoV8wIAdsKw0bm4iXAtiUwgs4BBsTb4NN4zNHNqk8qxXEx86ssAQPPUtoN4A9QM3HYdYrnKETIwesS0Afrq44DnAL/U7kOsNT4CkFcfil80ASC9yTx7CNgegBO+0Wv3BYH02l3eAUv51Ji188fGq4+Tl58/fx7CMb4BbOt/AAAAAElFTkSuQmCC) no-repeat center center;
    background-size: 100% 100%;
    text-indent: -9999px
}

.ks-4 {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAA5UExURUdwTPHx8fT09PcsLOXl5fn5+fb29uLi4uLi4uLi4uLi4u/v7/Wfn/c8PPXFxfaAgPZgYPXq6vPi4gQ9QrMAAAAKdFJOUwD///8n///hoHI4drpoAAABtElEQVRIx72Wi3KEIAxFCShaHir8/8eWkACxdbc60/Yys2sgJ1eRQZRSaloXd0PLOqmqD3dbH5zv9XxD2ldicu5WOgqcm9Tq/Hxb3q1quW9Q7sotyrn5gZz7U8BeAdrO1DjF6n6FPwS0HJv2aMyxjYztMCbuifnmwLC1W0lH7ZY07xTHjcaLCGAlzjcmUEJocUyVL40BuqHdnBNGge55dhjjJmAcRhztxS2BeQ0YuHDQ7wAtAW0pPMb4hn3biA8qaTU5lAvUSDg0jooKtUAH2EHrNk0xF7x05jYNu24igFSIUDOOrNkzV48YkKYmAVQKIWwi1lvpyCL+CnDlc2zfAT/plwEo7QUAPJjrQ0OP20ODZrYCQDFAn1YuDG1amS5/BDSJF1ctTi+uViSADUEsDSoglgaGhTg7yMWHo3LxgXQAirxc3lhALm/PRaVDegekCwDiayDCFSA2gYxxFpvAd8CDHwnBl1BYxOxRpa8CnlSmpW1kvhbwvm9kGMMA6iUymbZK30VbZa7Vq6QDKbH5qQN6+w78oH8BlmfAUj677onBih/2J8BER4276f2w8ehw8vD48wkerTjFCJnq4AAAAABJRU5ErkJggg==) no-repeat center center;
    background-size: 100% 100%;
    text-indent: -9999px
}

.ks-5 {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAABCUExURUdwTO/v7/j4+Pr6+uLi4v////X19eLi4uLi4uXl5fPz8+Li4jMzM9LS0kZGRmdnZ5WVlerq6ru7u6enp4aGhnp6epyjHDYAAAAKdFJOUwD////hAf+gcifRlEzsAAACLElEQVRIx5VWgXaDIAw06GgLogbt///qCAkQ1G3d6bNJuEuAIjgMw/B6TP4DTI/XQPh6+o/x/EqCxEdrxj9hLCZF6o/37tw0mnS3X46l23n/Gh4ejWkEbY98qSToH8PkrbQIcTTqUklMLjEN3hsJ0jPEiEYBYwympEvwPgsEY1zmhANKAA7yl9gSVEGWbzNjEQUsEtivAtKEueDNkXcNhDuBWeee0BLM662gtXMfdhW4E4Bq3/SQCGlUli4WWL4WXSH5qsJCPpGqgNDGOOeqflazoAU2m9b6WmLLCWzt08KcBBZwAWtjmRPHza7MW2T/VMFY54mx7LZip6Krz7aqUOEshuyGY12PkBkBU7jiJGCRddL5zVlNrgJXosnI9nYa/FmQkyqRWhIhJylITqsgDfQ8muBgmvS0Cjq0ycwT7CSVFKoVKjuhFzjRMOlawV661OGmS64b9EcC16bV/SqAapQ/Dvq4EtQYhkA2Lw1qSEvjhwqZx4uPPQrw4gvFhyLINkBd3uJDXd4AwmEBNZK6vUBMUC8Q+VAqsOlAv6KUQ7+iwgclANCbAPl6m7lWAEC9zSQf9DaDwGABIUn0RkYhXcEJRwTs6q2SAnqrBOlGreA6wpsj7z4B1EEXbG0WucOLnubTGDLkQMGSD+VAaYyTADDssfN93BU9CyZNAIQLXCeY6NjtCTea2kTHbjrYkWmoJFgCYiM7dLDnTwcsTMQmxb4aIn86/P/j5J+fP9+/+EddXI/RrwAAAABJRU5ErkJggg==) no-repeat center center;
    background-size: 100% 100%;
    text-indent: -9999px
}

.ks-6 {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAABIUExURUdwTPr6+vb29vLy8uLi4uXl5e/v7+Hh4eLi4uLi4vj4+DMzM+Li4mVlZT8/P0xMTOrq6snJyZ2dnZOTk4KCgr6+vqqqqri4uGgTaNMAAAAKdFJOUwD///9yJ//74aBNvvyuAAACUUlEQVRIx51Wi7aiMAzERluEFApF/P8/3SZ9JGX13LsbFUkyk+mLlmEYhsdzdPijufH5GNjuv0AXzp3xiMFMtx9tMgExMR4O4Zq6Tekr/y0G6B7DE8M0CcCoe46bRkiXgM9hRDOV9M3GdV78xhRGbH6Z12inYkliHBxODE/5bZ3ZYgXE7K9brTChGxBr2hb8PJ+53ln9tWkgFgJpHDU/L9ytsLTA8ReBrAnM8zu55i3++okAks+9iCoAmmBoLNNF5XdjzLSrQHINWSYU85LfqMAmvqcC9CkEvjevLt9VeNWinYKpw7RgbgDWYTrMZ4LZGeFd9R1rLLv5RjB4xn1Tvtn2eHaAC4EMvtx/JLwP72MQZIjeH+9vBAh5WJaGeOdee+wJQPXo24ZxyxJtInwBVIXEIJLM7GopJqt33qFgtALoxUd5vfhMATUCFdRricrptWRZAkAIYHpCivSEXDUTINO7JqWIbhIUawQy3Wny+05rgskaVoY1a+phze3uFQDrxJUeQps4+NgkajYtDQkA8tIA+EL4hV0J7ozxZVXgFePpvhAs2PoA1Uh9gFLqSuBAe0QdsRO+PaIMsI1gsysT5XM5rycyY6RJVk1DmgiqobcZS1YJtli3lqhHei0lXwi5xUFvlVRAb5WBGdZ2CrJZzyf5p/gLw69NUts9x1Bt9/aTAq6dgJJYBYPpyKqOrUfWcdFctwZJR9YoBIsHHYovCfCheGjESMeuVdY5Vwt07KaDPWRg6GglWH45EOhg51eHILAgaS0YuD7e/+fl5B9ff/4A3HlIn5K0eykAAAAASUVORK5CYII=) no-repeat center center;
    background-size: 100% 100%;
    text-indent: -9999px
}

.ssc-0 {
    background-color: #a755f7
}

.ssc-1 {
    background-color: #ebbb1c
}

.ssc-2 {
    background-color: #189dff
}

.ssc-3 {
    background-color: #b33a21
}

.ssc-4 {
    background-color: #f38938
}

.ssc-5 {
    background-color: #14c7db
}

.ssc-6 {
    background-color: #21a465
}

.ssc-7 {
    background-color: #8f8f8f
}

.ssc-8 {
    background-color: #f55e48
}

.ssc-9 {
    background-color: #464dc4
}

.pk10-1 {
    background-color: #edca03;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    font-family: PingFangSC;
    text-align: center;
    color: #fff
}

.pk10-2 {
    background-color: #0495e6;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    font-family: PingFangSC;
    text-align: center;
    color: #fff
}

.pk10-3 {
    background-color: #4d4b50;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    font-family: PingFangSC;
    text-align: center;
    color: #fff
}

.pk10-4 {
    background-color: #ff6f00;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    font-family: PingFangSC;
    text-align: center;
    color: #fff
}

.pk10-5 {
    background-color: #0dcdc9;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    font-family: PingFangSC;
    text-align: center;
    color: #fff
}

.pk10-6 {
    background-color: #5b32ff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    font-family: PingFangSC;
    text-align: center;
    color: #fff
}

.pk10-7 {
    background-color: #b7b7b7;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    font-family: PingFangSC;
    text-align: center;
    color: #fff
}

.pk10-8 {
    background-color: #ed0000;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    font-family: PingFangSC;
    text-align: center;
    color: #fff
}

.pk10-9 {
    background-color: #850201;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    font-family: PingFangSC;
    text-align: center;
    color: #fff
}

.pk10-10 {
    background-color: #07bc07;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    font-family: PingFangSC;
    text-align: center;
    color: #fff
}

.lhc1,
.lhc01,
.lhc2,
.lhc02,
.lhc7,
.lhc07,
.lhc8,
.lhc08,
.lhc12,
.lhc13,
.lhc18,
.lhc19,
.lhc23,
.lhc24,
.lhc29,
.lhc30,
.lhc34,
.lhc35,
.lhc40,
.lhc45,
.lhc46 {
    background: url(data:image/png;base64,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) no-repeat;
    background-size: cover
}

.lhc5,
.lhc05,
.lhc6,
.lhc06,
.lhc11,
.lhc16,
.lhc17,
.lhc22,
.lhc21,
.lhc28,
.lhc27,
.lhc32,
.lhc33,
.lhc38,
.lhc39,
.lhc43,
.lhc44,
.lhc49 {
    background: url(data:image/png;base64,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) no-repeat;
    background-size: cover
}

.lhc3,
.lhc03,
.lhc4,
.lhc04,
.lhc9,
.lhc09,
.lhc10,
.lhc14,
.lhc15,
.lhc20,
.lhc25,
.lhc26,
.lhc31,
.lhc36,
.lhc37,
.lhc41,
.lhc42,
.lhc47,
.lhc48 {
    background: url(data:image/png;base64,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) no-repeat;
    background-size: cover
}

.lhc- {
    color: #333 !important
}

.pcdd-0,
.pcdd-1,
.pcdd-2,
.pcdd-3,
.pcdd-4,
.pcdd-5,
.pcdd-6,
.pcdd-7,
.pcdd-8,
.pcdd-9,
.pcdd-10,
.pcdd-11,
.pcdd-12,
.pcdd-13,
.pcdd-14,
.pcdd-15,
.pcdd-16,
.pcdd-17,
.pcdd-18,
.pcdd-19,
.pcdd-20,
.pcdd-21,
.pcdd-22,
.pcdd-23,
.pcdd-24,
.pcdd-25,
.pcdd-26,
.pcdd-27,
.pcdd-28,
.pcdd-29,
.pcdd-30,
.pcdd-31,
.pcdd-32,
.pcdd-33,
.pcdd-34,
.pcdd-35,
.pcdd-36,
.pcdd-37,
.pcdd-38,
.pcdd-39,
.pcdd-40,
.pcdd-41,
.pcdd-42,
.pcdd-43,
.pcdd-44,
.pcdd-45,
.pcdd-46,
.pcdd-47,
.pcdd-48,
.pcdd-49,
.pcdd-50,
.pcdd-51,
.pcdd-52,
.pcdd-53,
.pcdd-54,
.pcdd-55,
.pcdd-56,
.pcdd-57,
.pcdd-58,
.pcdd-59,
.pcdd-60,
.pcdd-61,
.pcdd-62,
.pcdd-63,
.pcdd-64,
.pcdd-65,
.pcdd-66,
.pcdd-67,
.pcdd-68,
.pcdd-69,
.pcdd-70,
.pcdd-71,
.pcdd-72,
.pcdd-73,
.pcdd-74,
.pcdd-75,
.pcdd-76,
.pcdd-77,
.pcdd-78,
.pcdd-79,
.pcdd-80,
.pcdd-81 {
    background-color: #fa5555
}

.pcdd- {
    color: #333
}

.c11x5-1,
.c11x5-01 {
    background-color: #e540d4
}

.c11x5-2,
.c11x5-02 {
    background-color: #f3cb00
}

.c11x5-3,
.c11x5-03 {
    background-color: #4095e5
}

.c11x5-4,
.c11x5-04,
.c11x5-5,
.c11x5-05 {
    background-color: #cb4e04
}

.c11x5-6,
.c11x5-06 {
    background-color: #07eeca
}

.c11x5-7,
.c11x5-07 {
    background-color: #76c400
}

.c11x5-8,
.c11x5-08 {
    background-color: #949494
}

.c11x5-9,
.c11x5-09 {
    background-color: #f22021
}

.c11x5-10,
.c11x5-010 {
    background-color: #602af7
}

.c11x5-11,
.c11x5-011 {
    background-color: #47474c
}

.fc3d-0,
.fc3d-1,
.fc3d-2,
.fc3d-3,
.fc3d-4,
.fc3d-5,
.fc3d-6,
.fc3d-7,
.fc3d-8,
.fc3d-9 {
    background-color: #fa5555
}

.kl8-1,
.kl8-2,
.kl8-3,
.kl8-4,
.kl8-5,
.kl8-6,
.kl8-7,
.kl8-8,
.kl8-9,
.kl8-10,
.kl8-11,
.kl8-12,
.kl8-13,
.kl8-14,
.kl8-15,
.kl8-16,
.kl8-17,
.kl8-18,
.kl8-19,
.kl8-20,
.kl8-21,
.kl8-22,
.kl8-23,
.kl8-24,
.kl8-25,
.kl8-26,
.kl8-27,
.kl8-28,
.kl8-29,
.kl8-30,
.kl8-31,
.kl8-32,
.kl8-33,
.kl8-34,
.kl8-35,
.kl8-36,
.kl8-37,
.kl8-38,
.kl8-39,
.kl8-40 {
    background-image: radial-gradient(circle at 28% 25%, #79e4f9, #57cce3 39%, #33b1ca 75%)
}

.kl8-41,
.kl8-42,
.kl8-43,
.kl8-44,
.kl8-45,
.kl8-46,
.kl8-47,
.kl8-48,
.kl8-49,
.kl8-50,
.kl8-51,
.kl8-52,
.kl8-53,
.kl8-54,
.kl8-55,
.kl8-56,
.kl8-57,
.kl8-58,
.kl8-59,
.kl8-60,
.kl8-61,
.kl8-62,
.kl8-63,
.kl8-64,
.kl8-65,
.kl8-66,
.kl8-67,
.kl8-68,
.kl8-69,
.kl8-70,
.kl8-71,
.kl8-72,
.kl8-73,
.kl8-74,
.kl8-75,
.kl8-76,
.kl8-77,
.kl8-78,
.kl8-79,
.kl8-80 {
    background-image: radial-gradient(circle at 28% 25%, #79e4f9, #57cce3 39%, #33b1ca 75%);
    background-image: radial-gradient(circle at 28% 25%, #6baaed, #5593d5 39%, #2e77c5 75%)
}

.bg-red {
    background-color: #fa5555
}

.bg-orange {
    background-color: #ffa835
}

.bg-blue {
    background-color: #488ded
}

.bg-green {
    background-color: #01bc39
}

.bg-black {
    background-color: #333
}

.bg-jin {
    background-color: #ff9f29
}

.bg-mu {
    background-color: #cb4e05
}

.bg-shui {
    background-color: #488ded
}

.bg-huo {
    background-color: #ec4954
}

.bg-tu {
    background-color: #333
}

.txt-red {
    color: #fa5555
}

.txt-orange {
    color: #ff9f29
}

.txt-blue {
    color: #488ded
}

.txt-green {
    color: #01bc39
}

.txt-black {
    color: #333
}

.txt-jin {
    color: #ff9f29
}

.txt-mu {
    color: #cb4e05
}

.txt-shui {
    color: #488ded
}

.txt-huo {
    color: #ec4954
}

.txt-tu {
    color: #333
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    text-decoration: none;
    box-sizing: border-box
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1;
    font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, 微软雅黑, sans-serif
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both
}

.container {
    width: 100%
}

.fc-c {
    display: flex;
    align-items: center
}

.fc {
    display: flex;
    align-items: center;
    justify-content: center
}

.red {
    color: #dd524d !important
}

.blue {
    color: #488ded !important
}

.green {
    color: #21d157 !important
}

.orange {
    color: #ffa835 !important
}

.red-bg {
    color: #fff;
    background: #dd524d !important
}

.blue-bg {
    color: #fff;
    background: #488ded !important
}

.green-bg {
    color: #fff;
    background: #21d157 !important
}

.orange-bg {
    color: #fff;
    background: #ffa835 !important
}

.flex {
    display: flex
}

.flex-col {
    display: flex;
    flex-direction: column
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.justify-end {
    justify-content: flex-end
}

.items-center {
    align-items: center
}

.flex-1 {
    flex: 1
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center
}

.flex-col-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.text-xs {
    font-size: 12px
}

.text-sm {
    font-size: 14px
}

.text-base {
    font-size: 16px
}

.text-lg {
    font-size: 18px
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.rounded-20 {
    border-radius: 20px
}

.font-thin {
    font-weight: 100
}

.font-extralight {
    font-weight: 200
}

.font-light {
    font-weight: 300
}

.font-normal {
    font-weight: 400
}

.font-medium {
    font-weight: 500
}

.font-semibold {
    font-weight: 600
}

.font-bold {
    font-weight: 700
}

.font-extrabold {
    font-weight: 800
}

.font-black {
    font-weight: 900
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

@font-face {
    font-family: gstech;
    src: url(/v/assets/gstech-DL01CMhE.eot?i342xj);
    src: url(../fonts/gstech-dl01cmhe.eot) format("embedded-opentype"), url(../fonts/gstech-dfccjfco.ttf) format("truetype"), url(../fonts/gstech-zeo-yqmq.woff) format("woff"), url(../fonts/gstech-cxvda16e.svg) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

[class^=gs-],
[class*=" gs-"] {
    font-family: gstech !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.gs-agent:before {
    content: ""
}

.gs-app:before {
    content: ""
}

.gs-arrow:before {
    content: ""
}

.gs-arrowb:before {
    content: ""
}

.gs-arrow-fill:before {
    content: ""
}

.gs-bankcard:before {
    content: ""
}

.gs-bet-lotto:before {
    content: ""
}

.gs-bet-other:before {
    content: ""
}

.gs-calendar:before {
    content: ""
}

.gs-correct:before {
    content: ""
}

.gs-crown:before {
    content: ""
}

.gs-cs:before {
    content: ""
}

.gs-edit:before {
    content: ""
}

.gs-edit2:before {
    content: ""
}

.gs-exchange:before {
    content: ""
}

.gs-exit:before {
    content: ""
}

.gs-fin-account:before {
    content: ""
}

.gs-finance:before {
    content: ""
}

.gs-fin-deposit:before {
    content: ""
}

.gs-fin-transfer:before {
    content: ""
}

.gs-fin-withdraw:before {
    content: ""
}

.gs-games:before {
    content: ""
}

.gs-garbage:before {
    content: ""
}

.gs-gifts:before {
    content: ""
}

.gs-gifts2:before {
    content: ""
}

.gs-gotop:before {
    content: ""
}

.gs-help:before {
    content: ""
}

.gs-loading:before {
    content: ""
}

.gs-lock:before {
    content: ""
}

.gs-logo_p3d_ag:before {
    content: ""
}

.gs-logo_p3d_bbin:before {
    content: ""
}

.gs-logo_p3d_bg:before {
    content: ""
}

.gs-logo_p3d_cq9:before {
    content: ""
}

.gs-logo_p3d_crown:before {
    content: ""
}

.gs-logo_p3d_dg:before {
    content: ""
}

.gs-logo_p3d_dt:before {
    content: ""
}

.gs-logo_p3d_f:before {
    content: ""
}

.gs-logo_p3d_jdb:before {
    content: ""
}

.gs-logo_p3d_ky:before {
    content: ""
}

.gs-logo_p3d_leg:before {
    content: ""
}

.gs-logo_p3d_ob:before {
    content: ""
}

.gs-logo_p3d_og:before {
    content: ""
}

.gs-logo_p3d_panda:before {
    content: ""
}

.gs-logo_p3d_pg:before {
    content: ""
}

.gs-logo_p3d_sb:before {
    content: ""
}

.gs-logo_p3d_w:before {
    content: ""
}

.gs-lotto-history:before {
    content: ""
}

.gs-money-return:before {
    content: ""
}

.gs-msg:before {
    content: ""
}

.gs-msg2:before {
    content: ""
}

.gs-mute:before {
    content: ""
}

.gs-notice:before {
    content: ""
}

.gs-overview:before {
    content: ""
}

.gs-pyramid:before {
    content: ""
}

.gs-qq:before {
    content: ""
}

.gs-query:before {
    content: ""
}

.gs-quit:before {
    content: ""
}

.gs-record-waiting:before {
    content: ""
}

.gs-refresh:before {
    content: ""
}

.gs-safety:before {
    content: ""
}

.gs-safety-check:before {
    content: ""
}

.gs-safety-signin:before {
    content: ""
}

.gs-safety-trade:before {
    content: ""
}

.gs-savings:before {
    content: ""
}

.gs-setting:before {
    content: ""
}

.gs-signup:before {
    content: ""
}

.gs-sound:before {
    content: ""
}

.gs-tel:before {
    content: ""
}

.gs-trade-alipay:before {
    content: ""
}

.gs-trade-bank:before {
    content: ""
}

.gs-trade-crypto:before {
    content: ""
}

.gs-trade-ecny:before {
    content: ""
}

.gs-trade-mbank:before {
    content: ""
}

.gs-trade-qq:before {
    content: ""
}

.gs-trade-wechat:before {
    content: ""
}

.gs-transfer:before {
    content: ""
}

.gs-user:before {
    content: ""
}

.gs-user-check:before {
    content: ""
}

.gs-user-info:before {
    content: ""
}

.gs-vip-gifts:before {
    content: ""
}

.gs-vip-info:before {
    content: ""
}

.gs-vip-upgrade:before {
    content: ""
}

.gs-wallet:before {
    content: ""
}

.gs-wallet-address:before {
    content: ""
}

.gs-wallet-bank:before {
    content: ""
}

.gs-wallet-crypto:before {
    content: ""
}

.gs-wallet-crypto3rd:before {
    content: ""
}

.gs-wallet-setting:before {
    content: ""
}

.gs-warning:before {
    content: ""
}

/*!
* Quill Editor v2.0.2
* https://quilljs.com
* Copyright (c) 2017-2024, Slab
* Copyright (c) 2014, Jason Chen
* Copyright (c) 2013, salesforce.com
*/
.ql-container {
    box-sizing: border-box;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    height: 100%;
    margin: 0;
    position: relative
}

.ql-container.ql-disabled .ql-tooltip {
    visibility: hidden
}

.ql-container:not(.ql-disabled) li[data-list=checked]>.ql-ui,
.ql-container:not(.ql-disabled) li[data-list=unchecked]>.ql-ui {
    cursor: pointer
}

.ql-clipboard {
    left: -100000px;
    height: 1px;
    overflow-y: hidden;
    position: absolute;
    top: 50%
}

.ql-clipboard p {
    margin: 0;
    padding: 0
}

.ql-editor {
    box-sizing: border-box;
    counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
    line-height: 1.42;
    height: 100%;
    outline: none;
    overflow-y: auto;
    padding: 12px 15px;
    tab-size: 4;
    -moz-tab-size: 4;
    text-align: left;
    white-space: pre-wrap;
    word-wrap: break-word
}

.ql-editor>* {
    cursor: text
}

.ql-editor p,
.ql-editor ol,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
    margin: 0;
    padding: 0
}

@supports (counter-set: none) {

    .ql-editor p,
    .ql-editor h1,
    .ql-editor h2,
    .ql-editor h3,
    .ql-editor h4,
    .ql-editor h5,
    .ql-editor h6 {
        counter-set: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9
    }
}

@supports not (counter-set: none) {

    .ql-editor p,
    .ql-editor h1,
    .ql-editor h2,
    .ql-editor h3,
    .ql-editor h4,
    .ql-editor h5,
    .ql-editor h6 {
        counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9
    }
}

.ql-editor table {
    border-collapse: collapse
}

.ql-editor td {
    border: 1px solid #000;
    padding: 2px 5px
}

.ql-editor ol {
    padding-left: 1.5em
}

.ql-editor li {
    list-style-type: none;
    padding-left: 1.5em;
    position: relative
}

.ql-editor li>.ql-ui:before {
    display: inline-block;
    margin-left: -1.5em;
    margin-right: .3em;
    text-align: right;
    white-space: nowrap;
    width: 1.2em
}

.ql-editor li[data-list=checked]>.ql-ui,
.ql-editor li[data-list=unchecked]>.ql-ui {
    color: #777
}

.ql-editor li[data-list=bullet]>.ql-ui:before {
    content: "•"
}

.ql-editor li[data-list=checked]>.ql-ui:before {
    content: "☑"
}

.ql-editor li[data-list=unchecked]>.ql-ui:before {
    content: "☐"
}

@supports (counter-set: none) {
    .ql-editor li[data-list] {
        counter-set: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9
    }
}

@supports not (counter-set: none) {
    .ql-editor li[data-list] {
        counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9
    }
}

.ql-editor li[data-list=ordered] {
    counter-increment: list-0
}

.ql-editor li[data-list=ordered]>.ql-ui:before {
    content: counter(list-0, decimal) ". "
}

.ql-editor li[data-list=ordered].ql-indent-1 {
    counter-increment: list-1
}

.ql-editor li[data-list=ordered].ql-indent-1>.ql-ui:before {
    content: counter(list-1, lower-alpha) ". "
}

@supports (counter-set: none) {
    .ql-editor li[data-list].ql-indent-1 {
        counter-set: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9
    }
}

@supports not (counter-set: none) {
    .ql-editor li[data-list].ql-indent-1 {
        counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9
    }
}

.ql-editor li[data-list=ordered].ql-indent-2 {
    counter-increment: list-2
}

.ql-editor li[data-list=ordered].ql-indent-2>.ql-ui:before {
    content: counter(list-2, lower-roman) ". "
}

@supports (counter-set: none) {
    .ql-editor li[data-list].ql-indent-2 {
        counter-set: list-3 list-4 list-5 list-6 list-7 list-8 list-9
    }
}

@supports not (counter-set: none) {
    .ql-editor li[data-list].ql-indent-2 {
        counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9
    }
}

.ql-editor li[data-list=ordered].ql-indent-3 {
    counter-increment: list-3
}

.ql-editor li[data-list=ordered].ql-indent-3>.ql-ui:before {
    content: counter(list-3, decimal) ". "
}

@supports (counter-set: none) {
    .ql-editor li[data-list].ql-indent-3 {
        counter-set: list-4 list-5 list-6 list-7 list-8 list-9
    }
}

@supports not (counter-set: none) {
    .ql-editor li[data-list].ql-indent-3 {
        counter-reset: list-4 list-5 list-6 list-7 list-8 list-9
    }
}

.ql-editor li[data-list=ordered].ql-indent-4 {
    counter-increment: list-4
}

.ql-editor li[data-list=ordered].ql-indent-4>.ql-ui:before {
    content: counter(list-4, lower-alpha) ". "
}

@supports (counter-set: none) {
    .ql-editor li[data-list].ql-indent-4 {
        counter-set: list-5 list-6 list-7 list-8 list-9
    }
}

@supports not (counter-set: none) {
    .ql-editor li[data-list].ql-indent-4 {
        counter-reset: list-5 list-6 list-7 list-8 list-9
    }
}

.ql-editor li[data-list=ordered].ql-indent-5 {
    counter-increment: list-5
}

.ql-editor li[data-list=ordered].ql-indent-5>.ql-ui:before {
    content: counter(list-5, lower-roman) ". "
}

@supports (counter-set: none) {
    .ql-editor li[data-list].ql-indent-5 {
        counter-set: list-6 list-7 list-8 list-9
    }
}

@supports not (counter-set: none) {
    .ql-editor li[data-list].ql-indent-5 {
        counter-reset: list-6 list-7 list-8 list-9
    }
}

.ql-editor li[data-list=ordered].ql-indent-6 {
    counter-increment: list-6
}

.ql-editor li[data-list=ordered].ql-indent-6>.ql-ui:before {
    content: counter(list-6, decimal) ". "
}

@supports (counter-set: none) {
    .ql-editor li[data-list].ql-indent-6 {
        counter-set: list-7 list-8 list-9
    }
}

@supports not (counter-set: none) {
    .ql-editor li[data-list].ql-indent-6 {
        counter-reset: list-7 list-8 list-9
    }
}

.ql-editor li[data-list=ordered].ql-indent-7 {
    counter-increment: list-7
}

.ql-editor li[data-list=ordered].ql-indent-7>.ql-ui:before {
    content: counter(list-7, lower-alpha) ". "
}

@supports (counter-set: none) {
    .ql-editor li[data-list].ql-indent-7 {
        counter-set: list-8 list-9
    }
}

@supports not (counter-set: none) {
    .ql-editor li[data-list].ql-indent-7 {
        counter-reset: list-8 list-9
    }
}

.ql-editor li[data-list=ordered].ql-indent-8 {
    counter-increment: list-8
}

.ql-editor li[data-list=ordered].ql-indent-8>.ql-ui:before {
    content: counter(list-8, lower-roman) ". "
}

@supports (counter-set: none) {
    .ql-editor li[data-list].ql-indent-8 {
        counter-set: list-9
    }
}

@supports not (counter-set: none) {
    .ql-editor li[data-list].ql-indent-8 {
        counter-reset: list-9
    }
}

.ql-editor li[data-list=ordered].ql-indent-9 {
    counter-increment: list-9
}

.ql-editor li[data-list=ordered].ql-indent-9>.ql-ui:before {
    content: counter(list-9, decimal) ". "
}

.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 3em
}

.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 4.5em
}

.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 3em
}

.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 4.5em
}

.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 6em
}

.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 7.5em
}

.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 6em
}

.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 7.5em
}

.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 9em
}

.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 10.5em
}

.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 9em
}

.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 10.5em
}

.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 12em
}

.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 13.5em
}

.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 12em
}

.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 13.5em
}

.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 15em
}

.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 16.5em
}

.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
    padding-right: 15em
}

.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
    padding-right: 16.5em
}

.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 18em
}

.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 19.5em
}

.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 18em
}

.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 19.5em
}

.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 21em
}

.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 22.5em
}

.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 21em
}

.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 22.5em
}

.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 24em
}

.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 25.5em
}

.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
    padding-right: 24em
}

.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
    padding-right: 25.5em
}

.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
    padding-left: 27em
}

.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
    padding-left: 28.5em
}

.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
    padding-right: 27em
}

.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
    padding-right: 28.5em
}

.ql-editor li.ql-direction-rtl {
    padding-right: 1.5em
}

.ql-editor li.ql-direction-rtl>.ql-ui:before {
    margin-left: .3em;
    margin-right: -1.5em;
    text-align: left
}

.ql-editor table {
    table-layout: fixed;
    width: 100%
}

.ql-editor table td {
    outline: none
}

.ql-editor .ql-code-block-container {
    font-family: monospace
}

.ql-editor .ql-video {
    display: block;
    max-width: 100%
}

.ql-editor .ql-video.ql-align-center {
    margin: 0 auto
}

.ql-editor .ql-video.ql-align-right {
    margin: 0 0 0 auto
}

.ql-editor .ql-bg-black {
    background-color: #000
}

.ql-editor .ql-bg-red {
    background-color: #e60000
}

.ql-editor .ql-bg-orange {
    background-color: #f90
}

.ql-editor .ql-bg-yellow {
    background-color: #ff0
}

.ql-editor .ql-bg-green {
    background-color: #008a00
}

.ql-editor .ql-bg-blue {
    background-color: #06c
}

.ql-editor .ql-bg-purple {
    background-color: #93f
}

.ql-editor .ql-color-white {
    color: #fff
}

.ql-editor .ql-color-red {
    color: #e60000
}

.ql-editor .ql-color-orange {
    color: #f90
}

.ql-editor .ql-color-yellow {
    color: #ff0
}

.ql-editor .ql-color-green {
    color: #008a00
}

.ql-editor .ql-color-blue {
    color: #06c
}

.ql-editor .ql-color-purple {
    color: #93f
}

.ql-editor .ql-font-serif {
    font-family: Georgia, Times New Roman, serif
}

.ql-editor .ql-font-monospace {
    font-family: Monaco, Courier New, monospace
}

.ql-editor .ql-size-small {
    font-size: .75em
}

.ql-editor .ql-size-large {
    font-size: 1.5em
}

.ql-editor .ql-size-huge {
    font-size: 2.5em
}

.ql-editor .ql-direction-rtl {
    direction: rtl;
    text-align: inherit
}

.ql-editor .ql-align-center {
    text-align: center
}

.ql-editor .ql-align-justify {
    text-align: justify
}

.ql-editor .ql-align-right {
    text-align: right
}

.ql-editor .ql-ui {
    position: absolute
}

.ql-editor.ql-blank:before {
    color: #0009;
    content: attr(data-placeholder);
    font-style: italic;
    left: 15px;
    pointer-events: none;
    position: absolute;
    right: 15px
}

.ql-bubble.ql-toolbar:after,
.ql-bubble .ql-toolbar:after {
    clear: both;
    content: "";
    display: table
}

.ql-bubble.ql-toolbar button,
.ql-bubble .ql-toolbar button {
    background: none;
    border: none;
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 24px;
    padding: 3px 5px;
    width: 28px
}

.ql-bubble.ql-toolbar button svg,
.ql-bubble .ql-toolbar button svg {
    float: left;
    height: 100%
}

.ql-bubble.ql-toolbar button:active:hover,
.ql-bubble .ql-toolbar button:active:hover {
    outline: none
}

.ql-bubble.ql-toolbar input.ql-image[type=file],
.ql-bubble .ql-toolbar input.ql-image[type=file] {
    display: none
}

.ql-bubble.ql-toolbar button:hover,
.ql-bubble .ql-toolbar button:hover,
.ql-bubble.ql-toolbar button:focus,
.ql-bubble .ql-toolbar button:focus,
.ql-bubble.ql-toolbar button.ql-active,
.ql-bubble .ql-toolbar button.ql-active,
.ql-bubble.ql-toolbar .ql-picker-label:hover,
.ql-bubble .ql-toolbar .ql-picker-label:hover,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active,
.ql-bubble.ql-toolbar .ql-picker-item:hover,
.ql-bubble .ql-toolbar .ql-picker-item:hover,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected {
    color: #fff
}

.ql-bubble.ql-toolbar button:hover .ql-fill,
.ql-bubble .ql-toolbar button:hover .ql-fill,
.ql-bubble.ql-toolbar button:focus .ql-fill,
.ql-bubble .ql-toolbar button:focus .ql-fill,
.ql-bubble.ql-toolbar button.ql-active .ql-fill,
.ql-bubble .ql-toolbar button.ql-active .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-bubble.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
    fill: #fff
}

.ql-bubble.ql-toolbar button:hover .ql-stroke,
.ql-bubble .ql-toolbar button:hover .ql-stroke,
.ql-bubble.ql-toolbar button:focus .ql-stroke,
.ql-bubble .ql-toolbar button:focus .ql-stroke,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-bubble.ql-toolbar button:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar button:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar button:focus .ql-stroke-miter,
.ql-bubble .ql-toolbar button:focus .ql-stroke-miter,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
    stroke: #fff
}

@media (pointer: coarse) {

    .ql-bubble.ql-toolbar button:hover:not(.ql-active),
    .ql-bubble .ql-toolbar button:hover:not(.ql-active) {
        color: #ccc
    }

    .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-fill,
    .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-fill,
    .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
    .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
        fill: #ccc
    }

    .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
    .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
    .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
    .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
        stroke: #ccc
    }
}

.ql-bubble,
.ql-bubble * {
    box-sizing: border-box
}

.ql-bubble .ql-hidden {
    display: none
}

.ql-bubble .ql-out-bottom,
.ql-bubble .ql-out-top {
    visibility: hidden
}

.ql-bubble .ql-tooltip {
    position: absolute;
    transform: translateY(10px)
}

.ql-bubble .ql-tooltip a {
    cursor: pointer;
    text-decoration: none
}

.ql-bubble .ql-tooltip.ql-flip {
    transform: translateY(-10px)
}

.ql-bubble .ql-formats {
    display: inline-block;
    vertical-align: middle
}

.ql-bubble .ql-formats:after {
    clear: both;
    content: "";
    display: table
}

.ql-bubble .ql-stroke {
    fill: none;
    stroke: #ccc;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2
}

.ql-bubble .ql-stroke-miter {
    fill: none;
    stroke: #ccc;
    stroke-miterlimit: 10;
    stroke-width: 2
}

.ql-bubble .ql-fill,
.ql-bubble .ql-stroke.ql-fill {
    fill: #ccc
}

.ql-bubble .ql-empty {
    fill: none
}

.ql-bubble .ql-even {
    fill-rule: evenodd
}

.ql-bubble .ql-thin,
.ql-bubble .ql-stroke.ql-thin {
    stroke-width: 1
}

.ql-bubble .ql-transparent {
    opacity: .4
}

.ql-bubble .ql-direction svg:last-child {
    display: none
}

.ql-bubble .ql-direction.ql-active svg:last-child {
    display: inline
}

.ql-bubble .ql-direction.ql-active svg:first-child {
    display: none
}

.ql-bubble .ql-editor h1 {
    font-size: 2em
}

.ql-bubble .ql-editor h2 {
    font-size: 1.5em
}

.ql-bubble .ql-editor h3 {
    font-size: 1.17em
}

.ql-bubble .ql-editor h4 {
    font-size: 1em
}

.ql-bubble .ql-editor h5 {
    font-size: .83em
}

.ql-bubble .ql-editor h6 {
    font-size: .67em
}

.ql-bubble .ql-editor a {
    text-decoration: underline
}

.ql-bubble .ql-editor blockquote {
    border-left: 4px solid #ccc;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-left: 16px
}

.ql-bubble .ql-editor code,
.ql-bubble .ql-editor .ql-code-block-container {
    background-color: #f0f0f0;
    border-radius: 3px
}

.ql-bubble .ql-editor .ql-code-block-container {
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 5px 10px
}

.ql-bubble .ql-editor code {
    font-size: 85%;
    padding: 2px 4px
}

.ql-bubble .ql-editor .ql-code-block-container {
    background-color: #23241f;
    color: #f8f8f2;
    overflow: visible
}

.ql-bubble .ql-editor img {
    max-width: 100%
}

.ql-bubble .ql-picker {
    color: #ccc;
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: 500;
    height: 24px;
    position: relative;
    vertical-align: middle
}

.ql-bubble .ql-picker-label {
    cursor: pointer;
    display: inline-block;
    height: 100%;
    padding-left: 8px;
    padding-right: 2px;
    position: relative;
    width: 100%
}

.ql-bubble .ql-picker-label:before {
    display: inline-block;
    line-height: 22px
}

.ql-bubble .ql-picker-options {
    background-color: #444;
    display: none;
    min-width: 100%;
    padding: 4px 8px;
    position: absolute;
    white-space: nowrap
}

.ql-bubble .ql-picker-options .ql-picker-item {
    cursor: pointer;
    display: block;
    padding-bottom: 5px;
    padding-top: 5px
}

.ql-bubble .ql-picker.ql-expanded .ql-picker-label {
    color: #777;
    z-index: 2
}

.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-fill {
    fill: #777
}

.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
    stroke: #777
}

.ql-bubble .ql-picker.ql-expanded .ql-picker-options {
    display: block;
    margin-top: -1px;
    top: 100%;
    z-index: 1
}

.ql-bubble .ql-color-picker,
.ql-bubble .ql-icon-picker {
    width: 28px
}

.ql-bubble .ql-color-picker .ql-picker-label,
.ql-bubble .ql-icon-picker .ql-picker-label {
    padding: 2px 4px
}

.ql-bubble .ql-color-picker .ql-picker-label svg,
.ql-bubble .ql-icon-picker .ql-picker-label svg {
    right: 4px
}

.ql-bubble .ql-icon-picker .ql-picker-options {
    padding: 4px 0
}

.ql-bubble .ql-icon-picker .ql-picker-item {
    height: 24px;
    width: 24px;
    padding: 2px 4px
}

.ql-bubble .ql-color-picker .ql-picker-options {
    padding: 3px 5px;
    width: 152px
}

.ql-bubble .ql-color-picker .ql-picker-item {
    border: 1px solid transparent;
    float: left;
    height: 16px;
    margin: 2px;
    padding: 0;
    width: 16px
}

.ql-bubble .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
    position: absolute;
    margin-top: -9px;
    right: 0;
    top: 50%;
    width: 18px
}

.ql-bubble .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before {
    content: attr(data-label)
}

.ql-bubble .ql-picker.ql-header {
    width: 98px
}

.ql-bubble .ql-picker.ql-header .ql-picker-label:before,
.ql-bubble .ql-picker.ql-header .ql-picker-item:before {
    content: "Normal"
}

.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]:before {
    content: "Heading 1"
}

.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]:before {
    content: "Heading 2"
}

.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]:before {
    content: "Heading 3"
}

.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]:before {
    content: "Heading 4"
}

.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]:before {
    content: "Heading 5"
}

.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]:before {
    content: "Heading 6"
}

.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]:before {
    font-size: 2em
}

.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]:before {
    font-size: 1.5em
}

.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]:before {
    font-size: 1.17em
}

.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]:before {
    font-size: 1em
}

.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]:before {
    font-size: .83em
}

.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]:before {
    font-size: .67em
}

.ql-bubble .ql-picker.ql-font {
    width: 108px
}

.ql-bubble .ql-picker.ql-font .ql-picker-label:before,
.ql-bubble .ql-picker.ql-font .ql-picker-item:before {
    content: "Sans Serif"
}

.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]:before {
    content: "Serif"
}

.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before {
    content: "Monospace"
}

.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]:before {
    font-family: Georgia, Times New Roman, serif
}

.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before {
    font-family: Monaco, Courier New, monospace
}

.ql-bubble .ql-picker.ql-size {
    width: 98px
}

.ql-bubble .ql-picker.ql-size .ql-picker-label:before,
.ql-bubble .ql-picker.ql-size .ql-picker-item:before {
    content: "Normal"
}

.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=small]:before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]:before {
    content: "Small"
}

.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=large]:before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]:before {
    content: "Large"
}

.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]:before {
    content: "Huge"
}

.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]:before {
    font-size: 10px
}

.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]:before {
    font-size: 18px
}

.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]:before {
    font-size: 32px
}

.ql-bubble .ql-color-picker.ql-background .ql-picker-item {
    background-color: #fff
}

.ql-bubble .ql-color-picker.ql-color .ql-picker-item {
    background-color: #000
}

.ql-code-block-container {
    position: relative
}

.ql-code-block-container .ql-ui {
    right: 5px;
    top: 5px
}

.ql-bubble .ql-toolbar .ql-formats {
    margin: 8px 12px 8px 0
}

.ql-bubble .ql-toolbar .ql-formats:first-child {
    margin-left: 12px
}

.ql-bubble .ql-color-picker svg {
    margin: 1px
}

.ql-bubble .ql-color-picker .ql-picker-item.ql-selected,
.ql-bubble .ql-color-picker .ql-picker-item:hover {
    border-color: #fff
}

.ql-bubble .ql-tooltip {
    background-color: #444;
    border-radius: 25px;
    color: #fff
}

.ql-bubble .ql-tooltip-arrow {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: " ";
    display: block;
    left: 50%;
    margin-left: -6px;
    position: absolute
}

.ql-bubble .ql-tooltip:not(.ql-flip) .ql-tooltip-arrow {
    border-bottom: 6px solid #444;
    top: -6px
}

.ql-bubble .ql-tooltip.ql-flip .ql-tooltip-arrow {
    border-top: 6px solid #444;
    bottom: -6px
}

.ql-bubble .ql-tooltip.ql-editing .ql-tooltip-editor {
    display: block
}

.ql-bubble .ql-tooltip.ql-editing .ql-formats {
    visibility: hidden
}

.ql-bubble .ql-tooltip-editor {
    display: none
}

.ql-bubble .ql-tooltip-editor input[type=text] {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 13px;
    height: 100%;
    outline: none;
    padding: 10px 20px;
    position: absolute;
    width: 100%
}

.ql-bubble .ql-tooltip-editor a {
    top: 10px;
    position: absolute;
    right: 20px
}

.ql-bubble .ql-tooltip-editor a:before {
    color: #ccc;
    content: "×";
    font-size: 16px;
    font-weight: 700
}

.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close) {
    position: relative;
    white-space: nowrap
}

.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close):before {
    background-color: #444;
    border-radius: 15px;
    top: -5px;
    font-size: 12px;
    color: #fff;
    content: attr(href);
    font-weight: 400;
    overflow: hidden;
    padding: 5px 15px;
    text-decoration: none;
    z-index: 1
}

.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close):after {
    border-top: 6px solid #444;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    top: 0;
    content: " ";
    height: 0;
    width: 0
}

.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close):before,
.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close):after {
    left: 0;
    margin-left: 50%;
    position: absolute;
    transform: translate(-50%, -100%);
    transition: visibility 0s ease .2s;
    visibility: hidden
}

.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close):hover:before,
.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close):hover:after {
    visibility: visible
}

.mind[data-v-2b923417] {
    display: flex;
    align-items: center;
    justify-content: center
}

.mind .img-box[data-v-2b923417] {
    width: 350px;
    height: 100%
}

.mind .img-box .img[data-v-2b923417] {
    width: 100%;
    height: 100%
}

.box[data-v-2b923417] {
    flex: 1;
    background: #fff;
    padding: 15px 25px 25px;
    display: flex;
    justify-content: center
}

.box .title[data-v-2b923417] {
    font-size: 18px;
    line-height: 25px;
    text-align: left;
    margin-bottom: 15px
}

.box .form .el-form-item[data-v-2b923417] {
    width: 300px
}

.box .form .el-input[data-v-2b923417] {
    height: 40px
}

.box .form[data-v-2b923417] .is-focus .gs-icon {
    color: #488ded
}

.box .form[data-v-2b923417] .el-input__inner {
    padding-left: 0
}

.box .code-box[data-v-2b923417] {
    height: 38px;
    flex-grow: 0;
    border-radius: 4px;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-right: -10px
}

.box .btn[data-v-2b923417] {
    width: 100%;
    height: 40px;
    font-size: 14px;
    margin-top: 15px
}

.box .btn-register[data-v-2b923417] {
    width: 150px;
    height: 40px;
    font-size: 14px;
    border-radius: 4px;
    background-image: linear-gradient(to right, #ff9a48, #fe9c4d);
    display: flex;
    align-items: center;
    justify-content: center
}

.box .forget[data-v-2b923417] {
    font-size: 14px;
    color: #999;
    cursor: pointer
}

.box .forget[data-v-2b923417]:hover {
    color: #488ded;
    text-decoration: underline
}

.login_dbox .el-dialog__headerbtn {
    margin-top: 9px !important;
    margin-right: 19px !important
}

.login_dbox .el-dialog__headerbtn:hover .el-dialog__close {
    color: #fff !important
}

.login_dbox .el-dialog__close {
    color: #999 !important
}

.mind[data-v-73872393] {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    height: 100%;
    background: #fff;
    padding-left: 350px;
    border-radius: 4px
}

.mind .img-box[data-v-73872393] {
    width: 350px;
    height: 450px
}

.mind .img-box .img[data-v-73872393] {
    width: 100%;
    height: 450px
}

.login_dbox[data-v-73872393] .login_dialog {
    padding: 0 !important;
    background: none !important;
    position: relative
}

.login_dbox[data-v-73872393] .login_dialog .el-dialog__body {
    padding: 10px 0;
    height: 450px;
    box-sizing: border-box
}

.login_dbox[data-v-73872393] .login_dialog .img-box {
    position: absolute;
    top: 0;
    left: 0
}

.login_dbox[data-v-73872393] .login_dialog .el-dialog__header {
    height: 0;
    padding-bottom: 0
}

.login_dbox[data-v-73872393] .login_dialog .el-dialog__header .el-dialog__headerbtn {
    top: 10px
}

.login_dbox[data-v-73872393] .login_dialog .el-dialog__header .el-dialog__headerbtn .el-dialog__close {
    font-size: 24px
}

.login_dbox[data-v-73872393] .login_dialog .img-box {
    height: 100%
}

.login_dbox[data-v-73872393] .login_dialog .img-box img {
    height: 450px
}

.mind[data-v-580fc1bc] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start
}

.mind .img[data-v-580fc1bc] {
    width: 70px;
    height: 72px;
    margin-bottom: 20px
}

.mind .txt[data-v-580fc1bc] {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #999
}

.mind[data-v-90dfc963] {
    display: flex;
    justify-content: center
}

.mind[data-v-90dfc963] .el-form .el-form-item__content .el-input {
    width: 350px
}

.protocal[data-v-8d6aff62] {
    line-height: normal;
    width: 100%
}

.protocal .agree-box[data-v-8d6aff62] {
    margin-top: 20px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    color: #999
}

.protocal .agree-box span[data-v-8d6aff62] {
    font-size: 16px;
    font-weight: 400;
    color: #999
}

[data-v-8d6aff62] .el-checkbox__inner {
    border-radius: 100% !important
}

.mind[data-v-a74434e3] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px
}